diff --git a/.github/workflows/check-easyjson.yml b/.github/workflows/check-easyjson.yml new file mode 100644 index 00000000000..4a5a8489389 --- /dev/null +++ b/.github/workflows/check-easyjson.yml @@ -0,0 +1,56 @@ +name: Check easyjson generated files + +env: + # See: https://github.com/actions/setup-go/tree/v2#readme + GO_VERSION: "1.17" + +# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows +on: + push: + paths: + - ".github/workflows/check-easyjson.ya?ml" + - "go.mod" + - "go.sum" + - "Taskfile.ya?ml" + - "**.go" + pull_request: + paths: + - ".github/workflows/check-easyjson.ya?ml" + - "go.mod" + - "go.sum" + - "Taskfile.ya?ml" + - "**.go" + workflow_dispatch: + repository_dispatch: + +jobs: + check-easyjson-generated-files: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Install Go + uses: actions/setup-go@v3 + with: + go-version: ${{ env.GO_VERSION }} + + - name: Install Task + uses: arduino/setup-task@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + version: 3.x + + - name: Regenerate easyjson source code + run: task go:easyjson-generate + + - name: Check for outdated cache + id: diff + run: | + git add . + if ! git diff --cached --color --exit-code; then + echo + echo "::error::easyjson generated files out of sync." + exit 1 + fi diff --git a/.licenses/go/github.com/josharian/intern.dep.yml b/.licenses/go/github.com/josharian/intern.dep.yml new file mode 100644 index 00000000000..d786e87f7b5 --- /dev/null +++ b/.licenses/go/github.com/josharian/intern.dep.yml @@ -0,0 +1,32 @@ +--- +name: github.com/josharian/intern +version: v1.0.0 +type: go +summary: Package intern interns strings. +homepage: https://pkg.go.dev/github.com/josharian/intern +license: mit +licenses: +- sources: license.md + text: | + MIT License + + Copyright (c) 2019 Josh Bleecher Snyder + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +notices: [] diff --git a/.licenses/go/github.com/mailru/easyjson.dep.yml b/.licenses/go/github.com/mailru/easyjson.dep.yml new file mode 100644 index 00000000000..4f372484b93 --- /dev/null +++ b/.licenses/go/github.com/mailru/easyjson.dep.yml @@ -0,0 +1,18 @@ +--- +name: github.com/mailru/easyjson +version: v0.7.7 +type: go +summary: Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +homepage: https://pkg.go.dev/github.com/mailru/easyjson +license: mit +licenses: +- sources: LICENSE + text: | + Copyright (c) 2016 Mail.Ru Group + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +notices: [] diff --git a/.licenses/go/github.com/mailru/easyjson/buffer.dep.yml b/.licenses/go/github.com/mailru/easyjson/buffer.dep.yml new file mode 100644 index 00000000000..70e783a09b2 --- /dev/null +++ b/.licenses/go/github.com/mailru/easyjson/buffer.dep.yml @@ -0,0 +1,19 @@ +--- +name: github.com/mailru/easyjson/buffer +version: v0.7.7 +type: go +summary: Package buffer implements a buffer for serialization, consisting of a chain + of []byte-s to reduce copying and to allow reuse of individual chunks. +homepage: https://pkg.go.dev/github.com/mailru/easyjson/buffer +license: mit +licenses: +- sources: easyjson@v0.7.7/LICENSE + text: | + Copyright (c) 2016 Mail.Ru Group + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +notices: [] diff --git a/.licenses/go/github.com/mailru/easyjson/jlexer.dep.yml b/.licenses/go/github.com/mailru/easyjson/jlexer.dep.yml new file mode 100644 index 00000000000..d0fdd8d9eb8 --- /dev/null +++ b/.licenses/go/github.com/mailru/easyjson/jlexer.dep.yml @@ -0,0 +1,18 @@ +--- +name: github.com/mailru/easyjson/jlexer +version: v0.7.7 +type: go +summary: Package jlexer contains a JSON lexer implementation. +homepage: https://pkg.go.dev/github.com/mailru/easyjson/jlexer +license: mit +licenses: +- sources: easyjson@v0.7.7/LICENSE + text: | + Copyright (c) 2016 Mail.Ru Group + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +notices: [] diff --git a/.licenses/go/github.com/mailru/easyjson/jwriter.dep.yml b/.licenses/go/github.com/mailru/easyjson/jwriter.dep.yml new file mode 100644 index 00000000000..30a94b5d05c --- /dev/null +++ b/.licenses/go/github.com/mailru/easyjson/jwriter.dep.yml @@ -0,0 +1,18 @@ +--- +name: github.com/mailru/easyjson/jwriter +version: v0.7.7 +type: go +summary: Package jwriter contains a JSON writer. +homepage: https://pkg.go.dev/github.com/mailru/easyjson/jwriter +license: mit +licenses: +- sources: easyjson@v0.7.7/LICENSE + text: | + Copyright (c) 2016 Mail.Ru Group + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +notices: [] diff --git a/Taskfile.yml b/Taskfile.yml index 70d0e60402f..aea91f1c023 100755 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -119,6 +119,13 @@ tasks: cmds: - go vet {{default .DEFAULT_GO_PACKAGES .GO_PACKAGES}} + go:easyjson-generate: + desc: Run easyjson code generation + cmds: + - go install github.com/mailru/easyjson/...@v0.7.7 + - easyjson arduino/cores/packageindex/index.go + - easyjson arduino/libraries/librariesindex/json.go + # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown-task/Taskfile.yml markdown:check-links: desc: Check for broken links diff --git a/arduino/cores/packageindex/index.go b/arduino/cores/packageindex/index.go index 2c27cd7333f..e9aded4bcd7 100644 --- a/arduino/cores/packageindex/index.go +++ b/arduino/cores/packageindex/index.go @@ -24,17 +24,20 @@ import ( "github.com/arduino/arduino-cli/arduino/security" "github.com/arduino/arduino-cli/i18n" "github.com/arduino/go-paths-helper" + easyjson "github.com/mailru/easyjson" "github.com/sirupsen/logrus" semver "go.bug.st/relaxed-semver" ) // Index represents Cores and Tools struct as seen from package_index.json file. +//easyjson:json type Index struct { Packages []*indexPackage `json:"packages"` IsTrusted bool } // indexPackage represents a single entry from package_index.json file. +//easyjson:json type indexPackage struct { Name string `json:"name"` Maintainer string `json:"maintainer"` @@ -47,6 +50,7 @@ type indexPackage struct { } // indexPlatformRelease represents a single Core Platform from package_index.json file. +//easyjson:json type indexPlatformRelease struct { Name string `json:"name"` Architecture string `json:"architecture"` @@ -65,6 +69,7 @@ type indexPlatformRelease struct { } // indexToolDependency represents a single dependency of a core from a tool. +//easyjson:json type indexToolDependency struct { Packager string `json:"packager"` Name string `json:"name"` @@ -72,18 +77,21 @@ type indexToolDependency struct { } // indexDiscoveryDependency represents a single dependency of a core from a pluggable discovery tool. +//easyjson:json type indexDiscoveryDependency struct { Packager string `json:"packager"` Name string `json:"name"` } // indexMonitorDependency represents a single dependency of a core from a pluggable monitor tool. +//easyjson:json type indexMonitorDependency struct { Packager string `json:"packager"` Name string `json:"name"` } // indexToolRelease represents a single Tool from package_index.json file. +//easyjson:json type indexToolRelease struct { Name string `json:"name"` Version *semver.RelaxedVersion `json:"version"` @@ -91,6 +99,7 @@ type indexToolRelease struct { } // indexToolReleaseFlavour represents a single tool flavor in the package_index.json file. +//easyjson:json type indexToolReleaseFlavour struct { OS string `json:"host"` URL string `json:"url"` @@ -100,17 +109,20 @@ type indexToolReleaseFlavour struct { } // indexBoard represents a single Board as written in package_index.json file. +//easyjson:json type indexBoard struct { Name string `json:"name"` ID []indexBoardID `json:"id,omitempty"` } // indexBoardID represents the ID of a single board. i.e. uno, yun, diecimila, micro and the likes +//easyjson:json type indexBoardID struct { USB string `json:"usb"` } // indexHelp represents the help URL +//easyjson:json type indexHelp struct { Online string `json:"online,omitempty"` } @@ -352,7 +364,7 @@ func LoadIndex(jsonIndexFile *paths.Path) (*Index, error) { return nil, err } var index Index - err = json.Unmarshal(buff, &index) + err = easyjson.Unmarshal(buff, &index) if err != nil { return nil, err } @@ -381,7 +393,7 @@ func LoadIndexNoSign(jsonIndexFile *paths.Path) (*Index, error) { return nil, err } var index Index - err = json.Unmarshal(buff, &index) + err = easyjson.Unmarshal(buff, &index) if err != nil { return nil, err } diff --git a/arduino/cores/packageindex/index_easyjson.go b/arduino/cores/packageindex/index_easyjson.go new file mode 100644 index 00000000000..7f47a9b62e2 --- /dev/null +++ b/arduino/cores/packageindex/index_easyjson.go @@ -0,0 +1,1698 @@ +// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT. + +package packageindex + +import ( + json "encoding/json" + easyjson "github.com/mailru/easyjson" + jlexer "github.com/mailru/easyjson/jlexer" + jwriter "github.com/mailru/easyjson/jwriter" + relaxed_semver "go.bug.st/relaxed-semver" + strings "strings" +) + +// suppress unused package warning +var ( + _ *json.RawMessage + _ *jlexer.Lexer + _ *jwriter.Writer + _ easyjson.Marshaler +) + +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex(in *jlexer.Lexer, out *indexToolReleaseFlavour) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "host": + out.OS = string(in.String()) + case "url": + out.URL = string(in.String()) + case "archiveFileName": + out.ArchiveFileName = string(in.String()) + case "size": + out.Size = in.JsonNumber() + case "checksum": + out.Checksum = string(in.String()) + default: + switch strings.ToLower(key) { + case "host": + out.OS = string(in.String()) + case "url": + out.URL = string(in.String()) + case "archivefilename": + out.ArchiveFileName = string(in.String()) + case "size": + out.Size = in.JsonNumber() + case "checksum": + out.Checksum = string(in.String()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex(out *jwriter.Writer, in indexToolReleaseFlavour) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"host\":" + out.RawString(prefix[1:]) + out.String(string(in.OS)) + } + { + const prefix string = ",\"url\":" + out.RawString(prefix) + out.String(string(in.URL)) + } + { + const prefix string = ",\"archiveFileName\":" + out.RawString(prefix) + out.String(string(in.ArchiveFileName)) + } + { + const prefix string = ",\"size\":" + out.RawString(prefix) + out.String(string(in.Size)) + } + { + const prefix string = ",\"checksum\":" + out.RawString(prefix) + out.String(string(in.Checksum)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexToolReleaseFlavour) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexToolReleaseFlavour) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexToolReleaseFlavour) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexToolReleaseFlavour) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex1(in *jlexer.Lexer, out *indexToolRelease) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "name": + out.Name = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.RelaxedVersion) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + case "systems": + if in.IsNull() { + in.Skip() + out.Systems = nil + } else { + in.Delim('[') + if out.Systems == nil { + if !in.IsDelim(']') { + out.Systems = make([]indexToolReleaseFlavour, 0, 0) + } else { + out.Systems = []indexToolReleaseFlavour{} + } + } else { + out.Systems = (out.Systems)[:0] + } + for !in.IsDelim(']') { + var v1 indexToolReleaseFlavour + (v1).UnmarshalEasyJSON(in) + out.Systems = append(out.Systems, v1) + in.WantComma() + } + in.Delim(']') + } + default: + switch strings.ToLower(key) { + case "name": + out.Name = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.RelaxedVersion) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + case "systems": + if in.IsNull() { + in.Skip() + out.Systems = nil + } else { + in.Delim('[') + if out.Systems == nil { + if !in.IsDelim(']') { + out.Systems = make([]indexToolReleaseFlavour, 0, 0) + } else { + out.Systems = []indexToolReleaseFlavour{} + } + } else { + out.Systems = (out.Systems)[:0] + } + for !in.IsDelim(']') { + var v2 indexToolReleaseFlavour + (v2).UnmarshalEasyJSON(in) + out.Systems = append(out.Systems, v2) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex1(out *jwriter.Writer, in indexToolRelease) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"name\":" + out.RawString(prefix[1:]) + out.String(string(in.Name)) + } + { + const prefix string = ",\"version\":" + out.RawString(prefix) + if in.Version == nil { + out.RawString("null") + } else { + out.Raw((*in.Version).MarshalJSON()) + } + } + { + const prefix string = ",\"systems\":" + out.RawString(prefix) + if in.Systems == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v3, v4 := range in.Systems { + if v3 > 0 { + out.RawByte(',') + } + (v4).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexToolRelease) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex1(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexToolRelease) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex1(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexToolRelease) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex1(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexToolRelease) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex1(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex2(in *jlexer.Lexer, out *indexToolDependency) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "packager": + out.Packager = string(in.String()) + case "name": + out.Name = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.RelaxedVersion) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + default: + switch strings.ToLower(key) { + case "packager": + out.Packager = string(in.String()) + case "name": + out.Name = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.RelaxedVersion) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex2(out *jwriter.Writer, in indexToolDependency) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"packager\":" + out.RawString(prefix[1:]) + out.String(string(in.Packager)) + } + { + const prefix string = ",\"name\":" + out.RawString(prefix) + out.String(string(in.Name)) + } + { + const prefix string = ",\"version\":" + out.RawString(prefix) + if in.Version == nil { + out.RawString("null") + } else { + out.Raw((*in.Version).MarshalJSON()) + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexToolDependency) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex2(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexToolDependency) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex2(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexToolDependency) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex2(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexToolDependency) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex2(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex3(in *jlexer.Lexer, out *indexPlatformRelease) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "name": + out.Name = string(in.String()) + case "architecture": + out.Architecture = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.Version) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + case "deprecated": + out.Deprecated = bool(in.Bool()) + case "category": + out.Category = string(in.String()) + case "url": + out.URL = string(in.String()) + case "archiveFileName": + out.ArchiveFileName = string(in.String()) + case "checksum": + out.Checksum = string(in.String()) + case "size": + out.Size = in.JsonNumber() + case "boards": + if in.IsNull() { + in.Skip() + out.Boards = nil + } else { + in.Delim('[') + if out.Boards == nil { + if !in.IsDelim(']') { + out.Boards = make([]indexBoard, 0, 1) + } else { + out.Boards = []indexBoard{} + } + } else { + out.Boards = (out.Boards)[:0] + } + for !in.IsDelim(']') { + var v5 indexBoard + (v5).UnmarshalEasyJSON(in) + out.Boards = append(out.Boards, v5) + in.WantComma() + } + in.Delim(']') + } + case "help": + (out.Help).UnmarshalEasyJSON(in) + case "toolsDependencies": + if in.IsNull() { + in.Skip() + out.ToolDependencies = nil + } else { + in.Delim('[') + if out.ToolDependencies == nil { + if !in.IsDelim(']') { + out.ToolDependencies = make([]indexToolDependency, 0, 1) + } else { + out.ToolDependencies = []indexToolDependency{} + } + } else { + out.ToolDependencies = (out.ToolDependencies)[:0] + } + for !in.IsDelim(']') { + var v6 indexToolDependency + (v6).UnmarshalEasyJSON(in) + out.ToolDependencies = append(out.ToolDependencies, v6) + in.WantComma() + } + in.Delim(']') + } + case "discoveryDependencies": + if in.IsNull() { + in.Skip() + out.DiscoveryDependencies = nil + } else { + in.Delim('[') + if out.DiscoveryDependencies == nil { + if !in.IsDelim(']') { + out.DiscoveryDependencies = make([]indexDiscoveryDependency, 0, 2) + } else { + out.DiscoveryDependencies = []indexDiscoveryDependency{} + } + } else { + out.DiscoveryDependencies = (out.DiscoveryDependencies)[:0] + } + for !in.IsDelim(']') { + var v7 indexDiscoveryDependency + (v7).UnmarshalEasyJSON(in) + out.DiscoveryDependencies = append(out.DiscoveryDependencies, v7) + in.WantComma() + } + in.Delim(']') + } + case "monitorDependencies": + if in.IsNull() { + in.Skip() + out.MonitorDependencies = nil + } else { + in.Delim('[') + if out.MonitorDependencies == nil { + if !in.IsDelim(']') { + out.MonitorDependencies = make([]indexMonitorDependency, 0, 2) + } else { + out.MonitorDependencies = []indexMonitorDependency{} + } + } else { + out.MonitorDependencies = (out.MonitorDependencies)[:0] + } + for !in.IsDelim(']') { + var v8 indexMonitorDependency + (v8).UnmarshalEasyJSON(in) + out.MonitorDependencies = append(out.MonitorDependencies, v8) + in.WantComma() + } + in.Delim(']') + } + default: + switch strings.ToLower(key) { + case "name": + out.Name = string(in.String()) + case "architecture": + out.Architecture = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.Version) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + case "deprecated": + out.Deprecated = bool(in.Bool()) + case "category": + out.Category = string(in.String()) + case "url": + out.URL = string(in.String()) + case "archivefilename": + out.ArchiveFileName = string(in.String()) + case "checksum": + out.Checksum = string(in.String()) + case "size": + out.Size = in.JsonNumber() + case "boards": + if in.IsNull() { + in.Skip() + out.Boards = nil + } else { + in.Delim('[') + if out.Boards == nil { + if !in.IsDelim(']') { + out.Boards = make([]indexBoard, 0, 1) + } else { + out.Boards = []indexBoard{} + } + } else { + out.Boards = (out.Boards)[:0] + } + for !in.IsDelim(']') { + var v9 indexBoard + (v9).UnmarshalEasyJSON(in) + out.Boards = append(out.Boards, v9) + in.WantComma() + } + in.Delim(']') + } + case "help": + (out.Help).UnmarshalEasyJSON(in) + case "toolsdependencies": + if in.IsNull() { + in.Skip() + out.ToolDependencies = nil + } else { + in.Delim('[') + if out.ToolDependencies == nil { + if !in.IsDelim(']') { + out.ToolDependencies = make([]indexToolDependency, 0, 1) + } else { + out.ToolDependencies = []indexToolDependency{} + } + } else { + out.ToolDependencies = (out.ToolDependencies)[:0] + } + for !in.IsDelim(']') { + var v10 indexToolDependency + (v10).UnmarshalEasyJSON(in) + out.ToolDependencies = append(out.ToolDependencies, v10) + in.WantComma() + } + in.Delim(']') + } + case "discoverydependencies": + if in.IsNull() { + in.Skip() + out.DiscoveryDependencies = nil + } else { + in.Delim('[') + if out.DiscoveryDependencies == nil { + if !in.IsDelim(']') { + out.DiscoveryDependencies = make([]indexDiscoveryDependency, 0, 2) + } else { + out.DiscoveryDependencies = []indexDiscoveryDependency{} + } + } else { + out.DiscoveryDependencies = (out.DiscoveryDependencies)[:0] + } + for !in.IsDelim(']') { + var v11 indexDiscoveryDependency + (v11).UnmarshalEasyJSON(in) + out.DiscoveryDependencies = append(out.DiscoveryDependencies, v11) + in.WantComma() + } + in.Delim(']') + } + case "monitordependencies": + if in.IsNull() { + in.Skip() + out.MonitorDependencies = nil + } else { + in.Delim('[') + if out.MonitorDependencies == nil { + if !in.IsDelim(']') { + out.MonitorDependencies = make([]indexMonitorDependency, 0, 2) + } else { + out.MonitorDependencies = []indexMonitorDependency{} + } + } else { + out.MonitorDependencies = (out.MonitorDependencies)[:0] + } + for !in.IsDelim(']') { + var v12 indexMonitorDependency + (v12).UnmarshalEasyJSON(in) + out.MonitorDependencies = append(out.MonitorDependencies, v12) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex3(out *jwriter.Writer, in indexPlatformRelease) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"name\":" + out.RawString(prefix[1:]) + out.String(string(in.Name)) + } + { + const prefix string = ",\"architecture\":" + out.RawString(prefix) + out.String(string(in.Architecture)) + } + { + const prefix string = ",\"version\":" + out.RawString(prefix) + if in.Version == nil { + out.RawString("null") + } else { + out.Raw((*in.Version).MarshalJSON()) + } + } + { + const prefix string = ",\"deprecated\":" + out.RawString(prefix) + out.Bool(bool(in.Deprecated)) + } + { + const prefix string = ",\"category\":" + out.RawString(prefix) + out.String(string(in.Category)) + } + { + const prefix string = ",\"url\":" + out.RawString(prefix) + out.String(string(in.URL)) + } + { + const prefix string = ",\"archiveFileName\":" + out.RawString(prefix) + out.String(string(in.ArchiveFileName)) + } + { + const prefix string = ",\"checksum\":" + out.RawString(prefix) + out.String(string(in.Checksum)) + } + { + const prefix string = ",\"size\":" + out.RawString(prefix) + out.String(string(in.Size)) + } + { + const prefix string = ",\"boards\":" + out.RawString(prefix) + if in.Boards == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v13, v14 := range in.Boards { + if v13 > 0 { + out.RawByte(',') + } + (v14).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + if true { + const prefix string = ",\"help\":" + out.RawString(prefix) + (in.Help).MarshalEasyJSON(out) + } + { + const prefix string = ",\"toolsDependencies\":" + out.RawString(prefix) + if in.ToolDependencies == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v15, v16 := range in.ToolDependencies { + if v15 > 0 { + out.RawByte(',') + } + (v16).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + { + const prefix string = ",\"discoveryDependencies\":" + out.RawString(prefix) + if in.DiscoveryDependencies == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v17, v18 := range in.DiscoveryDependencies { + if v17 > 0 { + out.RawByte(',') + } + (v18).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + { + const prefix string = ",\"monitorDependencies\":" + out.RawString(prefix) + if in.MonitorDependencies == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v19, v20 := range in.MonitorDependencies { + if v19 > 0 { + out.RawByte(',') + } + (v20).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexPlatformRelease) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex3(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexPlatformRelease) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex3(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexPlatformRelease) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex3(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexPlatformRelease) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex3(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex4(in *jlexer.Lexer, out *indexPackage) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "name": + out.Name = string(in.String()) + case "maintainer": + out.Maintainer = string(in.String()) + case "websiteUrl": + out.WebsiteURL = string(in.String()) + case "Url": + out.URL = string(in.String()) + case "email": + out.Email = string(in.String()) + case "platforms": + if in.IsNull() { + in.Skip() + out.Platforms = nil + } else { + in.Delim('[') + if out.Platforms == nil { + if !in.IsDelim(']') { + out.Platforms = make([]*indexPlatformRelease, 0, 8) + } else { + out.Platforms = []*indexPlatformRelease{} + } + } else { + out.Platforms = (out.Platforms)[:0] + } + for !in.IsDelim(']') { + var v21 *indexPlatformRelease + if in.IsNull() { + in.Skip() + v21 = nil + } else { + if v21 == nil { + v21 = new(indexPlatformRelease) + } + (*v21).UnmarshalEasyJSON(in) + } + out.Platforms = append(out.Platforms, v21) + in.WantComma() + } + in.Delim(']') + } + case "tools": + if in.IsNull() { + in.Skip() + out.Tools = nil + } else { + in.Delim('[') + if out.Tools == nil { + if !in.IsDelim(']') { + out.Tools = make([]*indexToolRelease, 0, 8) + } else { + out.Tools = []*indexToolRelease{} + } + } else { + out.Tools = (out.Tools)[:0] + } + for !in.IsDelim(']') { + var v22 *indexToolRelease + if in.IsNull() { + in.Skip() + v22 = nil + } else { + if v22 == nil { + v22 = new(indexToolRelease) + } + (*v22).UnmarshalEasyJSON(in) + } + out.Tools = append(out.Tools, v22) + in.WantComma() + } + in.Delim(']') + } + case "help": + (out.Help).UnmarshalEasyJSON(in) + default: + switch strings.ToLower(key) { + case "name": + out.Name = string(in.String()) + case "maintainer": + out.Maintainer = string(in.String()) + case "websiteurl": + out.WebsiteURL = string(in.String()) + case "url": + out.URL = string(in.String()) + case "email": + out.Email = string(in.String()) + case "platforms": + if in.IsNull() { + in.Skip() + out.Platforms = nil + } else { + in.Delim('[') + if out.Platforms == nil { + if !in.IsDelim(']') { + out.Platforms = make([]*indexPlatformRelease, 0, 8) + } else { + out.Platforms = []*indexPlatformRelease{} + } + } else { + out.Platforms = (out.Platforms)[:0] + } + for !in.IsDelim(']') { + var v23 *indexPlatformRelease + if in.IsNull() { + in.Skip() + v23 = nil + } else { + if v23 == nil { + v23 = new(indexPlatformRelease) + } + (*v23).UnmarshalEasyJSON(in) + } + out.Platforms = append(out.Platforms, v23) + in.WantComma() + } + in.Delim(']') + } + case "tools": + if in.IsNull() { + in.Skip() + out.Tools = nil + } else { + in.Delim('[') + if out.Tools == nil { + if !in.IsDelim(']') { + out.Tools = make([]*indexToolRelease, 0, 8) + } else { + out.Tools = []*indexToolRelease{} + } + } else { + out.Tools = (out.Tools)[:0] + } + for !in.IsDelim(']') { + var v24 *indexToolRelease + if in.IsNull() { + in.Skip() + v24 = nil + } else { + if v24 == nil { + v24 = new(indexToolRelease) + } + (*v24).UnmarshalEasyJSON(in) + } + out.Tools = append(out.Tools, v24) + in.WantComma() + } + in.Delim(']') + } + case "help": + (out.Help).UnmarshalEasyJSON(in) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex4(out *jwriter.Writer, in indexPackage) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"name\":" + out.RawString(prefix[1:]) + out.String(string(in.Name)) + } + { + const prefix string = ",\"maintainer\":" + out.RawString(prefix) + out.String(string(in.Maintainer)) + } + { + const prefix string = ",\"websiteUrl\":" + out.RawString(prefix) + out.String(string(in.WebsiteURL)) + } + { + const prefix string = ",\"Url\":" + out.RawString(prefix) + out.String(string(in.URL)) + } + { + const prefix string = ",\"email\":" + out.RawString(prefix) + out.String(string(in.Email)) + } + { + const prefix string = ",\"platforms\":" + out.RawString(prefix) + if in.Platforms == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v25, v26 := range in.Platforms { + if v25 > 0 { + out.RawByte(',') + } + if v26 == nil { + out.RawString("null") + } else { + (*v26).MarshalEasyJSON(out) + } + } + out.RawByte(']') + } + } + { + const prefix string = ",\"tools\":" + out.RawString(prefix) + if in.Tools == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v27, v28 := range in.Tools { + if v27 > 0 { + out.RawByte(',') + } + if v28 == nil { + out.RawString("null") + } else { + (*v28).MarshalEasyJSON(out) + } + } + out.RawByte(']') + } + } + if true { + const prefix string = ",\"help\":" + out.RawString(prefix) + (in.Help).MarshalEasyJSON(out) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexPackage) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex4(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexPackage) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex4(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexPackage) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex4(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexPackage) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex4(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex5(in *jlexer.Lexer, out *indexMonitorDependency) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "packager": + out.Packager = string(in.String()) + case "name": + out.Name = string(in.String()) + default: + switch strings.ToLower(key) { + case "packager": + out.Packager = string(in.String()) + case "name": + out.Name = string(in.String()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex5(out *jwriter.Writer, in indexMonitorDependency) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"packager\":" + out.RawString(prefix[1:]) + out.String(string(in.Packager)) + } + { + const prefix string = ",\"name\":" + out.RawString(prefix) + out.String(string(in.Name)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexMonitorDependency) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex5(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexMonitorDependency) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex5(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexMonitorDependency) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex5(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexMonitorDependency) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex5(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex6(in *jlexer.Lexer, out *indexHelp) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "online": + out.Online = string(in.String()) + default: + switch strings.ToLower(key) { + case "online": + out.Online = string(in.String()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex6(out *jwriter.Writer, in indexHelp) { + out.RawByte('{') + first := true + _ = first + if in.Online != "" { + const prefix string = ",\"online\":" + first = false + out.RawString(prefix[1:]) + out.String(string(in.Online)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexHelp) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex6(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexHelp) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex6(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexHelp) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex6(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexHelp) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex6(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex7(in *jlexer.Lexer, out *indexDiscoveryDependency) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "packager": + out.Packager = string(in.String()) + case "name": + out.Name = string(in.String()) + default: + switch strings.ToLower(key) { + case "packager": + out.Packager = string(in.String()) + case "name": + out.Name = string(in.String()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex7(out *jwriter.Writer, in indexDiscoveryDependency) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"packager\":" + out.RawString(prefix[1:]) + out.String(string(in.Packager)) + } + { + const prefix string = ",\"name\":" + out.RawString(prefix) + out.String(string(in.Name)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexDiscoveryDependency) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex7(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexDiscoveryDependency) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex7(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexDiscoveryDependency) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex7(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexDiscoveryDependency) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex7(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex8(in *jlexer.Lexer, out *indexBoardID) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "usb": + out.USB = string(in.String()) + default: + switch strings.ToLower(key) { + case "usb": + out.USB = string(in.String()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex8(out *jwriter.Writer, in indexBoardID) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"usb\":" + out.RawString(prefix[1:]) + out.String(string(in.USB)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexBoardID) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex8(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexBoardID) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex8(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexBoardID) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex8(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexBoardID) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex8(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex9(in *jlexer.Lexer, out *indexBoard) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "name": + out.Name = string(in.String()) + case "id": + if in.IsNull() { + in.Skip() + out.ID = nil + } else { + in.Delim('[') + if out.ID == nil { + if !in.IsDelim(']') { + out.ID = make([]indexBoardID, 0, 4) + } else { + out.ID = []indexBoardID{} + } + } else { + out.ID = (out.ID)[:0] + } + for !in.IsDelim(']') { + var v29 indexBoardID + (v29).UnmarshalEasyJSON(in) + out.ID = append(out.ID, v29) + in.WantComma() + } + in.Delim(']') + } + default: + switch strings.ToLower(key) { + case "name": + out.Name = string(in.String()) + case "id": + if in.IsNull() { + in.Skip() + out.ID = nil + } else { + in.Delim('[') + if out.ID == nil { + if !in.IsDelim(']') { + out.ID = make([]indexBoardID, 0, 4) + } else { + out.ID = []indexBoardID{} + } + } else { + out.ID = (out.ID)[:0] + } + for !in.IsDelim(']') { + var v30 indexBoardID + (v30).UnmarshalEasyJSON(in) + out.ID = append(out.ID, v30) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex9(out *jwriter.Writer, in indexBoard) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"name\":" + out.RawString(prefix[1:]) + out.String(string(in.Name)) + } + if len(in.ID) != 0 { + const prefix string = ",\"id\":" + out.RawString(prefix) + { + out.RawByte('[') + for v31, v32 := range in.ID { + if v31 > 0 { + out.RawByte(',') + } + (v32).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexBoard) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex9(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexBoard) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex9(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexBoard) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex9(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexBoard) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex9(l, v) +} +func easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex10(in *jlexer.Lexer, out *Index) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "packages": + if in.IsNull() { + in.Skip() + out.Packages = nil + } else { + in.Delim('[') + if out.Packages == nil { + if !in.IsDelim(']') { + out.Packages = make([]*indexPackage, 0, 8) + } else { + out.Packages = []*indexPackage{} + } + } else { + out.Packages = (out.Packages)[:0] + } + for !in.IsDelim(']') { + var v33 *indexPackage + if in.IsNull() { + in.Skip() + v33 = nil + } else { + if v33 == nil { + v33 = new(indexPackage) + } + (*v33).UnmarshalEasyJSON(in) + } + out.Packages = append(out.Packages, v33) + in.WantComma() + } + in.Delim(']') + } + case "IsTrusted": + out.IsTrusted = bool(in.Bool()) + default: + switch strings.ToLower(key) { + case "packages": + if in.IsNull() { + in.Skip() + out.Packages = nil + } else { + in.Delim('[') + if out.Packages == nil { + if !in.IsDelim(']') { + out.Packages = make([]*indexPackage, 0, 8) + } else { + out.Packages = []*indexPackage{} + } + } else { + out.Packages = (out.Packages)[:0] + } + for !in.IsDelim(']') { + var v34 *indexPackage + if in.IsNull() { + in.Skip() + v34 = nil + } else { + if v34 == nil { + v34 = new(indexPackage) + } + (*v34).UnmarshalEasyJSON(in) + } + out.Packages = append(out.Packages, v34) + in.WantComma() + } + in.Delim(']') + } + case "istrusted": + out.IsTrusted = bool(in.Bool()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex10(out *jwriter.Writer, in Index) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"packages\":" + out.RawString(prefix[1:]) + if in.Packages == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v35, v36 := range in.Packages { + if v35 > 0 { + out.RawByte(',') + } + if v36 == nil { + out.RawString("null") + } else { + (*v36).MarshalEasyJSON(out) + } + } + out.RawByte(']') + } + } + { + const prefix string = ",\"IsTrusted\":" + out.RawString(prefix) + out.Bool(bool(in.IsTrusted)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v Index) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex10(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v Index) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonE2a549a6EncodeGithubComArduinoArduinoCliArduinoCoresPackageindex10(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *Index) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex10(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *Index) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonE2a549a6DecodeGithubComArduinoArduinoCliArduinoCoresPackageindex10(l, v) +} diff --git a/arduino/discovery/discovery_client/go.sum b/arduino/discovery/discovery_client/go.sum index 7c7b46c136e..c416be79b76 100644 --- a/arduino/discovery/discovery_client/go.sum +++ b/arduino/discovery/discovery_client/go.sum @@ -192,6 +192,7 @@ github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1: github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= @@ -219,6 +220,7 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/leonelquinteros/gotext v1.4.0 h1:2NHPCto5IoMXbrT0bldPrxj0qM5asOCwtb1aUQZ1tys= github.com/leonelquinteros/gotext v1.4.0/go.mod h1:yZGXREmoGTtBvZHNcc+Yfug49G/2spuF/i/Qlsvz1Us= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84/go.mod h1:Pb6XcsXyropB9LNHhnqaknG/vEwYztLkQzVCHv8sQ3M= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= diff --git a/arduino/libraries/librariesindex/index_test.go b/arduino/libraries/librariesindex/index_test.go index 097d7adec51..59b245b4978 100644 --- a/arduino/libraries/librariesindex/index_test.go +++ b/arduino/libraries/librariesindex/index_test.go @@ -16,11 +16,13 @@ package librariesindex import ( + json "encoding/json" "fmt" "testing" "github.com/arduino/arduino-cli/arduino/libraries" "github.com/arduino/go-paths-helper" + easyjson "github.com/mailru/easyjson" "github.com/stretchr/testify/require" semver "go.bug.st/relaxed-semver" ) @@ -36,16 +38,16 @@ func TestIndexer(t *testing.T) { index, err := LoadIndex(paths.New("testdata/library_index.json")) require.NoError(t, err) - require.Equal(t, 2380, len(index.Libraries), "parsed libraries count") + require.Equal(t, 4124, len(index.Libraries), "parsed libraries count") alp := index.Libraries["Arduino Low Power"] require.NotNil(t, alp) - require.Equal(t, 4, len(alp.Releases)) - require.Equal(t, "Arduino Low Power@1.2.1", alp.Latest.String()) + require.Equal(t, 5, len(alp.Releases)) + require.Equal(t, "Arduino Low Power@1.2.2", alp.Latest.String()) require.Len(t, alp.Latest.Dependencies, 1) require.Equal(t, "RTCZero", alp.Latest.Dependencies[0].GetName()) require.Equal(t, "", alp.Latest.Dependencies[0].GetConstraint().String()) - require.Equal(t, "[1.0.0 1.1.0 1.2.0 1.2.1]", fmt.Sprintf("%v", alp.Versions())) + require.Equal(t, "[1.0.0 1.1.0 1.2.0 1.2.1 1.2.2]", fmt.Sprintf("%v", alp.Versions())) rtc100ref := &Reference{Name: "RTCZero", Version: semver.MustParse("1.0.0")} require.Equal(t, "RTCZero@1.0.0", rtc100ref.String()) @@ -96,12 +98,12 @@ func TestIndexer(t *testing.T) { oauth010 := index.FindRelease(&Reference{Name: "Arduino_OAuth", Version: semver.MustParse("0.1.0")}) require.NotNil(t, oauth010) require.Equal(t, "Arduino_OAuth@0.1.0", oauth010.String()) - eccx133 := index.FindRelease(&Reference{Name: "ArduinoECCX08", Version: semver.MustParse("1.3.3")}) - require.NotNil(t, eccx133) - require.Equal(t, "ArduinoECCX08@1.3.3", eccx133.String()) - bear130 := index.FindRelease(&Reference{Name: "ArduinoBearSSL", Version: semver.MustParse("1.3.0")}) - require.NotNil(t, bear130) - require.Equal(t, "ArduinoBearSSL@1.3.0", bear130.String()) + eccx135 := index.FindRelease(&Reference{Name: "ArduinoECCX08", Version: semver.MustParse("1.3.5")}) + require.NotNil(t, eccx135) + require.Equal(t, "ArduinoECCX08@1.3.5", eccx135.String()) + bear172 := index.FindRelease(&Reference{Name: "ArduinoBearSSL", Version: semver.MustParse("1.7.2")}) + require.NotNil(t, bear172) + require.Equal(t, "ArduinoBearSSL@1.7.2", bear172.String()) http040 := index.FindRelease(&Reference{Name: "ArduinoHttpClient", Version: semver.MustParse("0.4.0")}) require.NotNil(t, http040) require.Equal(t, "ArduinoHttpClient@0.4.0", http040.String()) @@ -109,7 +111,31 @@ func TestIndexer(t *testing.T) { resolve2 := index.ResolveDependencies(oauth010) require.Len(t, resolve2, 4) require.Contains(t, resolve2, oauth010) - require.Contains(t, resolve2, eccx133) - require.Contains(t, resolve2, bear130) + require.Contains(t, resolve2, eccx135) + require.Contains(t, resolve2, bear172) require.Contains(t, resolve2, http040) } + +func BenchmarkIndexParsingStdJSON(b *testing.B) { + indexFile := paths.New("testdata/library_index.json") + buff, err := indexFile.ReadFile() + require.NoError(b, err) + b.SetBytes(int64(len(buff))) + for i := 0; i < b.N; i++ { + var i indexJSON + err = json.Unmarshal(buff, &i) + require.NoError(b, err) + } +} + +func BenchmarkIndexParsingEasyJSON(b *testing.B) { + indexFile := paths.New("testdata/library_index.json") + buff, err := indexFile.ReadFile() + require.NoError(b, err) + b.SetBytes(int64(len(buff))) + for i := 0; i < b.N; i++ { + var i indexJSON + err = easyjson.Unmarshal(buff, &i) + require.NoError(b, err) + } +} diff --git a/arduino/libraries/librariesindex/json.go b/arduino/libraries/librariesindex/json.go index e87985859ca..59061c9c527 100644 --- a/arduino/libraries/librariesindex/json.go +++ b/arduino/libraries/librariesindex/json.go @@ -16,19 +16,21 @@ package librariesindex import ( - "encoding/json" "fmt" "github.com/arduino/arduino-cli/arduino/resources" "github.com/arduino/arduino-cli/i18n" "github.com/arduino/go-paths-helper" + easyjson "github.com/mailru/easyjson" semver "go.bug.st/relaxed-semver" ) +//easyjson:json type indexJSON struct { Libraries []indexRelease `json:"libraries"` } +//easyjson:json type indexRelease struct { Name string `json:"name"` Version *semver.Version `json:"version"` @@ -49,6 +51,7 @@ type indexRelease struct { ProvidesIncludes []string `json:"providesIncludes"` } +//easyjson:json type indexDependency struct { Name string `json:"name"` Version string `json:"version,omitempty"` @@ -64,7 +67,7 @@ func LoadIndex(indexFile *paths.Path) (*Index, error) { } var i indexJSON - err = json.Unmarshal(buff, &i) + err = easyjson.Unmarshal(buff, &i) if err != nil { return nil, fmt.Errorf(tr("parsing library_index.json: %s"), err) } diff --git a/arduino/libraries/librariesindex/json_easyjson.go b/arduino/libraries/librariesindex/json_easyjson.go new file mode 100644 index 00000000000..197c24412fa --- /dev/null +++ b/arduino/libraries/librariesindex/json_easyjson.go @@ -0,0 +1,694 @@ +// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT. + +package librariesindex + +import ( + json "encoding/json" + easyjson "github.com/mailru/easyjson" + jlexer "github.com/mailru/easyjson/jlexer" + jwriter "github.com/mailru/easyjson/jwriter" + relaxed_semver "go.bug.st/relaxed-semver" + strings "strings" +) + +// suppress unused package warning +var ( + _ *json.RawMessage + _ *jlexer.Lexer + _ *jwriter.Writer + _ easyjson.Marshaler +) + +func easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex(in *jlexer.Lexer, out *indexRelease) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "name": + out.Name = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.Version) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + case "author": + out.Author = string(in.String()) + case "maintainer": + out.Maintainer = string(in.String()) + case "sentence": + out.Sentence = string(in.String()) + case "paragraph": + out.Paragraph = string(in.String()) + case "website": + out.Website = string(in.String()) + case "category": + out.Category = string(in.String()) + case "architectures": + if in.IsNull() { + in.Skip() + out.Architectures = nil + } else { + in.Delim('[') + if out.Architectures == nil { + if !in.IsDelim(']') { + out.Architectures = make([]string, 0, 4) + } else { + out.Architectures = []string{} + } + } else { + out.Architectures = (out.Architectures)[:0] + } + for !in.IsDelim(']') { + var v1 string + v1 = string(in.String()) + out.Architectures = append(out.Architectures, v1) + in.WantComma() + } + in.Delim(']') + } + case "types": + if in.IsNull() { + in.Skip() + out.Types = nil + } else { + in.Delim('[') + if out.Types == nil { + if !in.IsDelim(']') { + out.Types = make([]string, 0, 4) + } else { + out.Types = []string{} + } + } else { + out.Types = (out.Types)[:0] + } + for !in.IsDelim(']') { + var v2 string + v2 = string(in.String()) + out.Types = append(out.Types, v2) + in.WantComma() + } + in.Delim(']') + } + case "url": + out.URL = string(in.String()) + case "archiveFileName": + out.ArchiveFileName = string(in.String()) + case "size": + out.Size = int64(in.Int64()) + case "checksum": + out.Checksum = string(in.String()) + case "dependencies": + if in.IsNull() { + in.Skip() + out.Dependencies = nil + } else { + in.Delim('[') + if out.Dependencies == nil { + if !in.IsDelim(']') { + out.Dependencies = make([]*indexDependency, 0, 8) + } else { + out.Dependencies = []*indexDependency{} + } + } else { + out.Dependencies = (out.Dependencies)[:0] + } + for !in.IsDelim(']') { + var v3 *indexDependency + if in.IsNull() { + in.Skip() + v3 = nil + } else { + if v3 == nil { + v3 = new(indexDependency) + } + (*v3).UnmarshalEasyJSON(in) + } + out.Dependencies = append(out.Dependencies, v3) + in.WantComma() + } + in.Delim(']') + } + case "license": + out.License = string(in.String()) + case "providesIncludes": + if in.IsNull() { + in.Skip() + out.ProvidesIncludes = nil + } else { + in.Delim('[') + if out.ProvidesIncludes == nil { + if !in.IsDelim(']') { + out.ProvidesIncludes = make([]string, 0, 4) + } else { + out.ProvidesIncludes = []string{} + } + } else { + out.ProvidesIncludes = (out.ProvidesIncludes)[:0] + } + for !in.IsDelim(']') { + var v4 string + v4 = string(in.String()) + out.ProvidesIncludes = append(out.ProvidesIncludes, v4) + in.WantComma() + } + in.Delim(']') + } + default: + switch strings.ToLower(key) { + case "name": + out.Name = string(in.String()) + case "version": + if in.IsNull() { + in.Skip() + out.Version = nil + } else { + if out.Version == nil { + out.Version = new(relaxed_semver.Version) + } + if data := in.Raw(); in.Ok() { + in.AddError((*out.Version).UnmarshalJSON(data)) + } + } + case "author": + out.Author = string(in.String()) + case "maintainer": + out.Maintainer = string(in.String()) + case "sentence": + out.Sentence = string(in.String()) + case "paragraph": + out.Paragraph = string(in.String()) + case "website": + out.Website = string(in.String()) + case "category": + out.Category = string(in.String()) + case "architectures": + if in.IsNull() { + in.Skip() + out.Architectures = nil + } else { + in.Delim('[') + if out.Architectures == nil { + if !in.IsDelim(']') { + out.Architectures = make([]string, 0, 4) + } else { + out.Architectures = []string{} + } + } else { + out.Architectures = (out.Architectures)[:0] + } + for !in.IsDelim(']') { + var v5 string + v5 = string(in.String()) + out.Architectures = append(out.Architectures, v5) + in.WantComma() + } + in.Delim(']') + } + case "types": + if in.IsNull() { + in.Skip() + out.Types = nil + } else { + in.Delim('[') + if out.Types == nil { + if !in.IsDelim(']') { + out.Types = make([]string, 0, 4) + } else { + out.Types = []string{} + } + } else { + out.Types = (out.Types)[:0] + } + for !in.IsDelim(']') { + var v6 string + v6 = string(in.String()) + out.Types = append(out.Types, v6) + in.WantComma() + } + in.Delim(']') + } + case "url": + out.URL = string(in.String()) + case "archivefilename": + out.ArchiveFileName = string(in.String()) + case "size": + out.Size = int64(in.Int64()) + case "checksum": + out.Checksum = string(in.String()) + case "dependencies": + if in.IsNull() { + in.Skip() + out.Dependencies = nil + } else { + in.Delim('[') + if out.Dependencies == nil { + if !in.IsDelim(']') { + out.Dependencies = make([]*indexDependency, 0, 8) + } else { + out.Dependencies = []*indexDependency{} + } + } else { + out.Dependencies = (out.Dependencies)[:0] + } + for !in.IsDelim(']') { + var v7 *indexDependency + if in.IsNull() { + in.Skip() + v7 = nil + } else { + if v7 == nil { + v7 = new(indexDependency) + } + (*v7).UnmarshalEasyJSON(in) + } + out.Dependencies = append(out.Dependencies, v7) + in.WantComma() + } + in.Delim(']') + } + case "license": + out.License = string(in.String()) + case "providesincludes": + if in.IsNull() { + in.Skip() + out.ProvidesIncludes = nil + } else { + in.Delim('[') + if out.ProvidesIncludes == nil { + if !in.IsDelim(']') { + out.ProvidesIncludes = make([]string, 0, 4) + } else { + out.ProvidesIncludes = []string{} + } + } else { + out.ProvidesIncludes = (out.ProvidesIncludes)[:0] + } + for !in.IsDelim(']') { + var v8 string + v8 = string(in.String()) + out.ProvidesIncludes = append(out.ProvidesIncludes, v8) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex(out *jwriter.Writer, in indexRelease) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"name\":" + out.RawString(prefix[1:]) + out.String(string(in.Name)) + } + { + const prefix string = ",\"version\":" + out.RawString(prefix) + if in.Version == nil { + out.RawString("null") + } else { + out.Raw((*in.Version).MarshalJSON()) + } + } + { + const prefix string = ",\"author\":" + out.RawString(prefix) + out.String(string(in.Author)) + } + { + const prefix string = ",\"maintainer\":" + out.RawString(prefix) + out.String(string(in.Maintainer)) + } + { + const prefix string = ",\"sentence\":" + out.RawString(prefix) + out.String(string(in.Sentence)) + } + { + const prefix string = ",\"paragraph\":" + out.RawString(prefix) + out.String(string(in.Paragraph)) + } + { + const prefix string = ",\"website\":" + out.RawString(prefix) + out.String(string(in.Website)) + } + { + const prefix string = ",\"category\":" + out.RawString(prefix) + out.String(string(in.Category)) + } + { + const prefix string = ",\"architectures\":" + out.RawString(prefix) + if in.Architectures == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v9, v10 := range in.Architectures { + if v9 > 0 { + out.RawByte(',') + } + out.String(string(v10)) + } + out.RawByte(']') + } + } + { + const prefix string = ",\"types\":" + out.RawString(prefix) + if in.Types == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v11, v12 := range in.Types { + if v11 > 0 { + out.RawByte(',') + } + out.String(string(v12)) + } + out.RawByte(']') + } + } + { + const prefix string = ",\"url\":" + out.RawString(prefix) + out.String(string(in.URL)) + } + { + const prefix string = ",\"archiveFileName\":" + out.RawString(prefix) + out.String(string(in.ArchiveFileName)) + } + { + const prefix string = ",\"size\":" + out.RawString(prefix) + out.Int64(int64(in.Size)) + } + { + const prefix string = ",\"checksum\":" + out.RawString(prefix) + out.String(string(in.Checksum)) + } + if len(in.Dependencies) != 0 { + const prefix string = ",\"dependencies\":" + out.RawString(prefix) + { + out.RawByte('[') + for v13, v14 := range in.Dependencies { + if v13 > 0 { + out.RawByte(',') + } + if v14 == nil { + out.RawString("null") + } else { + (*v14).MarshalEasyJSON(out) + } + } + out.RawByte(']') + } + } + { + const prefix string = ",\"license\":" + out.RawString(prefix) + out.String(string(in.License)) + } + { + const prefix string = ",\"providesIncludes\":" + out.RawString(prefix) + if in.ProvidesIncludes == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v15, v16 := range in.ProvidesIncludes { + if v15 > 0 { + out.RawByte(',') + } + out.String(string(v16)) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexRelease) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexRelease) MarshalEasyJSON(w *jwriter.Writer) { + easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexRelease) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexRelease) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex(l, v) +} +func easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex1(in *jlexer.Lexer, out *indexJSON) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "libraries": + if in.IsNull() { + in.Skip() + out.Libraries = nil + } else { + in.Delim('[') + if out.Libraries == nil { + if !in.IsDelim(']') { + out.Libraries = make([]indexRelease, 0, 0) + } else { + out.Libraries = []indexRelease{} + } + } else { + out.Libraries = (out.Libraries)[:0] + } + for !in.IsDelim(']') { + var v17 indexRelease + (v17).UnmarshalEasyJSON(in) + out.Libraries = append(out.Libraries, v17) + in.WantComma() + } + in.Delim(']') + } + default: + switch strings.ToLower(key) { + case "libraries": + if in.IsNull() { + in.Skip() + out.Libraries = nil + } else { + in.Delim('[') + if out.Libraries == nil { + if !in.IsDelim(']') { + out.Libraries = make([]indexRelease, 0, 0) + } else { + out.Libraries = []indexRelease{} + } + } else { + out.Libraries = (out.Libraries)[:0] + } + for !in.IsDelim(']') { + var v18 indexRelease + (v18).UnmarshalEasyJSON(in) + out.Libraries = append(out.Libraries, v18) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex1(out *jwriter.Writer, in indexJSON) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"libraries\":" + out.RawString(prefix[1:]) + if in.Libraries == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v19, v20 := range in.Libraries { + if v19 > 0 { + out.RawByte(',') + } + (v20).MarshalEasyJSON(out) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexJSON) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex1(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexJSON) MarshalEasyJSON(w *jwriter.Writer) { + easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex1(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexJSON) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex1(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexJSON) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex1(l, v) +} +func easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex2(in *jlexer.Lexer, out *indexDependency) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "name": + out.Name = string(in.String()) + case "version": + out.Version = string(in.String()) + default: + switch strings.ToLower(key) { + case "name": + out.Name = string(in.String()) + case "version": + out.Version = string(in.String()) + default: + in.SkipRecursive() + } + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex2(out *jwriter.Writer, in indexDependency) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"name\":" + out.RawString(prefix[1:]) + out.String(string(in.Name)) + } + if in.Version != "" { + const prefix string = ",\"version\":" + out.RawString(prefix) + out.String(string(in.Version)) + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v indexDependency) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex2(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v indexDependency) MarshalEasyJSON(w *jwriter.Writer) { + easyjson42239ddeEncodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex2(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *indexDependency) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex2(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *indexDependency) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjson42239ddeDecodeGithubComArduinoArduinoCliArduinoLibrariesLibrariesindex2(l, v) +} diff --git a/arduino/libraries/librariesindex/testdata/library_index.json b/arduino/libraries/librariesindex/testdata/library_index.json index d6c6880f62c..851c09d672b 100644 --- a/arduino/libraries/librariesindex/testdata/library_index.json +++ b/arduino/libraries/librariesindex/testdata/library_index.json @@ -7,12 +7,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino Zero only.", "paragraph": "With this library you can use the Arduino Zero DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/AudioZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.0.1.zip", "archiveFileName": "AudioZero-1.0.1.zip", "size": 5836, "checksum": "SHA-256:980a6168380e9e46a6d9780f7d904d5845902b6fb53cb4e30bdc044114546613" @@ -24,12 +24,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino Zero only.", "paragraph": "With this library you can use the Arduino Zero DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/AudioZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.0.0.zip", "archiveFileName": "AudioZero-1.0.0.zip", "size": 5872, "checksum": "SHA-256:163cc7ce3df4a27814b0fbfae1094a80ef899bb4c0b6f0808ccdf696e897dc43" @@ -41,12 +41,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino Zero and MKR1000 only.", "paragraph": "With this library you can use the Arduino Zero ort MKR1000 DAC output (A0) to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/AudioZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.1.1.zip", "archiveFileName": "AudioZero-1.1.1.zip", "size": 5861, "checksum": "SHA-256:0aaf5cf262b78ed5dd69c92694e8a5a902280395ff07b30e4634a7c8bfcb84fc" @@ -58,12 +58,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino DUE only.", "paragraph": "With this library you can use the Arduino Due DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Audio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.0.zip", "archiveFileName": "Audio-1.0.0.zip", "size": 7682, "checksum": "SHA-256:78a92af751548a91ddbd233679a2d5a649dc8745ef0a3f0fe7de79077dae771c" @@ -75,12 +75,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino DUE only.", "paragraph": "With this library you can use the Arduino Due DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Audio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.1.zip", "archiveFileName": "Audio-1.0.1.zip", "size": 7642, "checksum": "SHA-256:79f6f714283e82aba1b3e2abf9012f3c099ec4c6c3b4e8db23489df60878ac7e" @@ -92,12 +92,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino DUE only.", "paragraph": "With this library you can use the Arduino Due DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Audio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.2.zip", "archiveFileName": "Audio-1.0.2.zip", "size": 7645, "checksum": "SHA-256:e175c5afe0d27bac5503e4ac4d3bc2ce049c5749081e918b15a5fa22a3606042" @@ -109,12 +109,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino DUE only.", "paragraph": "With this library you can use the Arduino Due DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://www.arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Audio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.3.zip", "archiveFileName": "Audio-1.0.3.zip", "size": 7655, "checksum": "SHA-256:8f5441ca7342d6b820eb3c09c013e4b571f8201af424eed6d3d7ed079a364817" @@ -126,12 +126,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino DUE only.", "paragraph": "With this library you can use the Arduino Due DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://www.arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Audio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.4.zip", "archiveFileName": "Audio-1.0.4.zip", "size": 7654, "checksum": "SHA-256:aa6fcdce01e8f102bfd08be5be0ba9be06dcba271538790be5e6a328b780fff1" @@ -143,12 +143,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows playing audio files from an SD card. For Arduino DUE only.", "paragraph": "With this library you can use the Arduino Due DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", - "website": "http://www.arduino.cc/en/Reference/Audio", + "website": "https://www.arduino.cc/en/Reference/Audio", "category": "Signal Input/Output", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Audio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.5.zip", "archiveFileName": "Audio-1.0.5.zip", "size": 7658, "checksum": "SHA-256:d9c826daa19f8e8e86e8acd66df23e75c0c39ccb5307d65e4eb86392932bf8e7" @@ -160,12 +160,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.", "paragraph": "The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.\u003c/br\u003eThe actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.", - "website": "http://arduino.cc/en/Reference/EsploraLibrary", + "website": "https://www.arduino.cc/en/Reference/EsploraLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Esplora.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.0.zip", "archiveFileName": "Esplora-1.0.0.zip", "size": 24147, "checksum": "SHA-256:c155aadf3ac2f04f733feae4418c17ea4672c463cfedc5ab9312a58a49709591" @@ -177,12 +177,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.", "paragraph": "The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.\u003c/br\u003eThe actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.", - "website": "http://arduino.cc/en/Reference/EsploraLibrary", + "website": "https://www.arduino.cc/en/Reference/EsploraLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Esplora.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.1.zip", "archiveFileName": "Esplora-1.0.1.zip", "size": 24147, "checksum": "SHA-256:6a53e546e3a74f6464f6e5861588565113175e25dcb8e074df466999336f8771" @@ -194,12 +194,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.", "paragraph": "The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.\u003c/br\u003eThe actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.", - "website": "http://arduino.cc/en/Reference/EsploraLibrary", + "website": "https://www.arduino.cc/en/Reference/EsploraLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Esplora.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.2.zip", "archiveFileName": "Esplora-1.0.2.zip", "size": 24142, "checksum": "SHA-256:42c61a2648f3d9edba8a1ad4e573760ab4c603ce0f2cef65437233828d0a0ff3" @@ -211,12 +211,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.", "paragraph": "The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.\u003c/br\u003eThe actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.", - "website": "http://arduino.cc/en/Reference/EsploraLibrary", + "website": "https://www.arduino.cc/en/Reference/EsploraLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Esplora.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.3.zip", "archiveFileName": "Esplora-1.0.3.zip", "size": 24152, "checksum": "SHA-256:574ae1a00352b5f77c955c0c35bb77d45b6d2abf6bb937773da48012cd4e394f" @@ -228,12 +228,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.", "paragraph": "The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.\u003c/br\u003eThe actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.", - "website": "http://www.arduino.cc/en/Reference/EsploraLibrary", + "website": "https://www.arduino.cc/en/Reference/EsploraLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Esplora.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Esplora-1.0.4.zip", "archiveFileName": "Esplora-1.0.4.zip", "size": 24169, "checksum": "SHA-256:6af2be18dedbe79fb1a5f926143902f3544d999adce52a81c43a5484c9c8e1ce" @@ -245,12 +245,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.0.zip", "archiveFileName": "Bridge-1.0.0.zip", "size": 88424, "checksum": "SHA-256:47c5c54675c2610053168f156c2e92176f357a4f344fe43f74c6897016516397" @@ -262,12 +262,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.1.zip", "archiveFileName": "Bridge-1.0.1.zip", "size": 88441, "checksum": "SHA-256:dceff6a0b0ea1f3fe5f43e319fc2b489039e9e1898f93bdf7f466289b9db3183" @@ -279,12 +279,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.2.zip", "archiveFileName": "Bridge-1.0.2.zip", "size": 88445, "checksum": "SHA-256:cd70d37a3201a13d9904f56e29f4ce1e9e5afe838055a08439f919e102d14d6d" @@ -296,12 +296,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.3.zip", "archiveFileName": "Bridge-1.0.3.zip", "size": 88488, "checksum": "SHA-256:4249d4820365c35f641c62b9085d32807825822f338ab1556b38f7fc1a6a3b8e" @@ -313,12 +313,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.4.zip", "archiveFileName": "Bridge-1.0.4.zip", "size": 88507, "checksum": "SHA-256:52b9e6163718ba6027aee42996fe578cddc0988a03dc370c2db95bb89ac8ca5e" @@ -330,12 +330,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.5.zip", "archiveFileName": "Bridge-1.0.5.zip", "size": 88565, "checksum": "SHA-256:b103c6ccb957074507e51317c0c8c7e5e4d06b58351ef54d895f6a55faa5fb91" @@ -347,12 +347,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.6.zip", "archiveFileName": "Bridge-1.0.6.zip", "size": 88572, "checksum": "SHA-256:02c14bf7d5e0d37f3df59f2b9c2ca901ed034bf7c78951f075e29e4e2688f6b4" @@ -364,12 +364,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.0.7.zip", "archiveFileName": "Bridge-1.0.7.zip", "size": 89313, "checksum": "SHA-256:a52f0bfb15069e1b6d6efcd340fbd9f89762de5823f719174ebaeae447565d1d" @@ -381,12 +381,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.1.0.zip", "archiveFileName": "Bridge-1.1.0.zip", "size": 64841, "checksum": "SHA-256:7684088ee3a65987c0778e84cbfc7074b9286c0a1a849fd4bf2eaca1abb649c6" @@ -398,12 +398,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.0.zip", "archiveFileName": "Bridge-1.6.0.zip", "size": 65467, "checksum": "SHA-256:9e632f59c053f4db9fe63b46124a34bce90e3285cd41e2c8942d2fad4a3febe0" @@ -415,12 +415,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the microcontroller. For Arduino/Genuino Yún, Yún Shield and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.1.zip", "archiveFileName": "Bridge-1.6.1.zip", "size": 67686, "checksum": "SHA-256:5fc547bdae919c7e9d37d161cf05c9d4c759d1f101164c52314b7b5e49dfd86e" @@ -432,12 +432,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the microcontroller. For Arduino/Genuino Yún, Yún Shield and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.2.zip", "archiveFileName": "Bridge-1.6.2.zip", "size": 73316, "checksum": "SHA-256:f108120cffa3985c6b10d61b8c7cf341086070ad351f8c77b253b6311ce154b8" @@ -449,12 +449,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the microcontroller. For Arduino/Genuino Yún, Yún Shield and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.6.3.zip", "archiveFileName": "Bridge-1.6.3.zip", "size": 66904, "checksum": "SHA-256:739ab9b6a834b55bf9987db8e286b7c4549df4935ecfd277aad33d5905a2cc9d" @@ -466,12 +466,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables the communication between the Linux processor and the microcontroller. For Arduino/Genuino Yún, Yún Shield and TRE only.", "paragraph": "The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.", - "website": "http://www.arduino.cc/en/Reference/YunBridgeLibrary", + "website": "https://www.arduino.cc/en/Reference/YunBridgeLibrary", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Bridge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Bridge-1.7.0.zip", "archiveFileName": "Bridge-1.7.0.zip", "size": 67026, "checksum": "SHA-256:30aa16746976e6f776604cc5aebb00f3bbbfce79e459b9447a0d0f05420853a8" @@ -488,7 +488,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Firmata-2.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Firmata-2.3.6.zip", "archiveFileName": "Firmata-2.3.6.zip", "size": 59331, "checksum": "SHA-256:e5ac8dce6dcf9ec733062565c3fe7d1accba4272c08ef91c2c7388d3a1cb76fe" @@ -505,7 +505,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Firmata-2.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Firmata-2.3.7.zip", "archiveFileName": "Firmata-2.3.7.zip", "size": 59355, "checksum": "SHA-256:f03d73818de0a6a69b679c32a560cb911c90f0a4d310598d30ca501cf4e57891" @@ -522,7 +522,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Firmata-2.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Firmata-2.3.8.zip", "archiveFileName": "Firmata-2.3.8.zip", "size": 59358, "checksum": "SHA-256:41bf40de38806c8a8b584d7c017246d0d93a562a223362ef2b0fe49f0ea557f1" @@ -539,7 +539,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.0.zip", "archiveFileName": "Firmata-2.5.0.zip", "size": 146627, "checksum": "SHA-256:1cbc40439731dc8bd336d59771ccb664a70c4625bece1fc7e651d1f5fb345b42" @@ -556,7 +556,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.1.zip", "archiveFileName": "Firmata-2.5.1.zip", "size": 148137, "checksum": "SHA-256:387f0d224407fd8006456c08b92b7051df9577f113a965457970ae9b8b229700" @@ -573,7 +573,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.2.zip", "archiveFileName": "Firmata-2.5.2.zip", "size": 178390, "checksum": "SHA-256:9c7610e8256b8e0915280b453b3424abbf4626bc47538750ce294b1a5f1e2ed9" @@ -590,7 +590,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.3.zip", "archiveFileName": "Firmata-2.5.3.zip", "size": 182120, "checksum": "SHA-256:61a810cf3cd32db7f31910977f1b9355becaa8249bb674ad2e714cd76af93951" @@ -607,7 +607,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.4.zip", "archiveFileName": "Firmata-2.5.4.zip", "size": 183441, "checksum": "SHA-256:3152cca7bb4c4ae2886918041ed7c57ab6dbbb6c24156d7ed634c3f9f6d60a12" @@ -624,7 +624,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.5.zip", "archiveFileName": "Firmata-2.5.5.zip", "size": 196355, "checksum": "SHA-256:0dd2bf1dc7fc7f564335f4fd674a77445aca24175312bce54e27f1b9ab54f2b1" @@ -641,7 +641,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.6.zip", "archiveFileName": "Firmata-2.5.6.zip", "size": 197054, "checksum": "SHA-256:4db40d1bd1d6e68bd407fce13e1671a805caba7ed70a1bc703fa20ca84c70814" @@ -658,7 +658,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.7.zip", "archiveFileName": "Firmata-2.5.7.zip", "size": 199650, "checksum": "SHA-256:506c38cc5ace8ccffc828e3a793b2bcc68ee9d7a14838345a7fd22087a6d4768" @@ -675,7 +675,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.8.zip", "archiveFileName": "Firmata-2.5.8.zip", "size": 202488, "checksum": "SHA-256:1e3541f55558bd4961000a235f034586c248f3d1055503402f87f57829659810" @@ -692,7 +692,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.2.zip", "archiveFileName": "Firmata-2.4.2.zip", "size": 73798, "checksum": "SHA-256:a7a33f2ad81fa851f5255ee5559540f0f056f9b136399a36777f17c61b203712" @@ -709,7 +709,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.0.zip", "archiveFileName": "Firmata-2.4.0.zip", "size": 72617, "checksum": "SHA-256:8198ed2bc5a4e3ebea6913bc99239cfd29d4e78e0fc8a5ba6bed910d69047d11" @@ -726,7 +726,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.1.zip", "archiveFileName": "Firmata-2.4.1.zip", "size": 73745, "checksum": "SHA-256:eb687ffa3b459c72070260c5b5feade718747a80f61109d79b9db55be49033b1" @@ -743,7 +743,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.3.zip", "archiveFileName": "Firmata-2.4.3.zip", "size": 85489, "checksum": "SHA-256:bdb02e949b9321243caf01aa9397cd81f0b12796982b1b99b8d4fe06cadec37a" @@ -760,7 +760,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/firmata/arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.4.4.zip", "archiveFileName": "Firmata-2.4.4.zip", "size": 102751, "checksum": "SHA-256:79572a91df408147ef54ff4894a913557b3a7d7b50253737564a9394c58f0038" @@ -772,12 +772,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.0.zip", "archiveFileName": "Ethernet-1.0.0.zip", "size": 51532, "checksum": "SHA-256:46957741aacdc3d948ef06443edb61d3d15c27161a3e0a4c50b1a4a71845956f" @@ -789,12 +789,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.1.zip", "archiveFileName": "Ethernet-1.0.1.zip", "size": 51519, "checksum": "SHA-256:39af301066c0a45c4146cb02e7a2171b084119b528a97b83f2ba909bb7e6e9b9" @@ -806,12 +806,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.2.zip", "archiveFileName": "Ethernet-1.0.2.zip", "size": 51362, "checksum": "SHA-256:1737e3dde1299858b0605f034e9b084a06d0b8be0112bab2d8592d135d9e1f9a" @@ -823,12 +823,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.3.zip", "archiveFileName": "Ethernet-1.0.3.zip", "size": 51370, "checksum": "SHA-256:21c7e6c11fa7385355accbe62d56e21d0b4378bb6d1aa76a7132e9ebc8930a34" @@ -840,12 +840,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.4.zip", "archiveFileName": "Ethernet-1.0.4.zip", "size": 51416, "checksum": "SHA-256:eedbb0f265a56dd3253808fc5ffe4636b1afe60b084cc2f13e7f64b118505bb6" @@ -857,12 +857,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.0.5.zip", "archiveFileName": "Ethernet-1.0.5.zip", "size": 51562, "checksum": "SHA-256:92b5f30562a1cc0140f9bad9ba479c4bc01684784b315c07485ae292b9c63177" @@ -874,12 +874,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.1.0.zip", "archiveFileName": "Ethernet-1.1.0.zip", "size": 51841, "checksum": "SHA-256:e573a5afe7896de41fad81e894ef8ce1bd31462dc22258eeb6b16f853f763984" @@ -891,12 +891,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.1.1.zip", "archiveFileName": "Ethernet-1.1.1.zip", "size": 51868, "checksum": "SHA-256:8dd2bfa80e932287f36871fdcc56eb43b460cda74463b1cecbbf82d1f5dab8ac" @@ -908,12 +908,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-1.1.2.zip", "archiveFileName": "Ethernet-1.1.2.zip", "size": 52734, "checksum": "SHA-256:41ac5ee7c2ed203b4bc178aeaaa0a1e626b72838b987b28b5053c97b1a9e54ea" @@ -925,13 +925,13 @@ "maintainer": "Paul Stoffregen \u003cpaul@pjrc.com\u003e, Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://www.arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ethernet.git", "providesIncludes": ["Ethernet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-2.0.0.zip", "archiveFileName": "Ethernet-2.0.0.zip", "size": 63457, "checksum": "SHA-256:41849539ee363a14d0bcc4b20f8feedc80e16255d77c6ab6d3e4ad766990e7be" @@ -943,12 +943,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.", "paragraph": "The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.", - "website": "http://arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Control.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.0.zip", "archiveFileName": "Robot_Control-1.0.0.zip", "size": 116800, "checksum": "SHA-256:730ea000d875ab92473455db81faf892af4ee1f0f40b995235ddab2f1a30310e" @@ -960,12 +960,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.", "paragraph": "The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.", - "website": "http://arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Control.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.1.zip", "archiveFileName": "Robot_Control-1.0.1.zip", "size": 116856, "checksum": "SHA-256:bc3abc9b6bea05fa1cf2aec5bc75c4946a04f46e4e159f20f7e1b648acc9a95b" @@ -977,12 +977,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.", "paragraph": "The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.", - "website": "http://www.arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Control.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.2.zip", "archiveFileName": "Robot_Control-1.0.2.zip", "size": 116862, "checksum": "SHA-256:5a1b25f63ce4815f4a6105a72ca2fc8cdd735178d3ddc3cbd0db116c1b062783" @@ -994,12 +994,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.", "paragraph": "The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.", - "website": "http://www.arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Control.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.3.zip", "archiveFileName": "Robot_Control-1.0.3.zip", "size": 123106, "checksum": "SHA-256:d80eed5ccb5130719fb1bd65451702c20e8b44c744d1b76216445afcdc750fb7" @@ -1011,12 +1011,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.", "paragraph": "The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.", - "website": "http://www.arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Control.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Control-1.0.4.zip", "archiveFileName": "Robot_Control-1.0.4.zip", "size": 123109, "checksum": "SHA-256:fb8c50af46c2122d326f3821a7e1a22272345cbdcc9e31a9e8ef6cc42d68a1e0" @@ -1032,7 +1032,7 @@ "architectures": ["avr"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/RobotIRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-1.0.0.zip", "archiveFileName": "Robot_IR_Remote-1.0.0.zip", "size": 22941, "checksum": "SHA-256:0b75fb1f0fcb37de415cedd4c4b77663151ae20071687d058379954bd4e35a3e" @@ -1048,7 +1048,7 @@ "architectures": ["avr"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/RobotIRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-1.0.1.zip", "archiveFileName": "Robot_IR_Remote-1.0.1.zip", "size": 23018, "checksum": "SHA-256:593849f857ff48a31191fcdaaf8e42debc37b96985e6eaeb4d0813ea9ef9a0a4" @@ -1064,7 +1064,7 @@ "architectures": ["avr"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/RobotIRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-1.0.2.zip", "archiveFileName": "Robot_IR_Remote-1.0.2.zip", "size": 23022, "checksum": "SHA-256:884b3e2559e2188633238839c53ddb13343aa1aef161769da89f3ec4d3747537" @@ -1080,7 +1080,7 @@ "architectures": ["avr"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/RobotIRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_IR_Remote-2.0.0.zip", "archiveFileName": "Robot_IR_Remote-2.0.0.zip", "size": 23065, "checksum": "SHA-256:13e0125e8b08fa634d5c339a328b2ecf07b5646e926db02f5db605be7bb9c520" @@ -1091,12 +1091,12 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.", - "website": "http://arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.0.zip", "archiveFileName": "Robot_Motor-1.0.0.zip", "size": 12534, "checksum": "SHA-256:d4a353e589126212891edb30ea59b6fd9f298f327fc807203a6a1a279d74bf4d" @@ -1107,12 +1107,12 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.", - "website": "http://arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.1.zip", "archiveFileName": "Robot_Motor-1.0.1.zip", "size": 13122, "checksum": "SHA-256:ae6b10eae09eea6c78e74060cdbcde8aed5b1efa4ced0d765b1cfd672d49f653" @@ -1123,12 +1123,12 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.", - "website": "http://www.arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.2.zip", "archiveFileName": "Robot_Motor-1.0.2.zip", "size": 13128, "checksum": "SHA-256:04c2d3bdbc80ae8246cf65489c1629d331334e7c4c25ef4990413d376aa3b547" @@ -1139,12 +1139,12 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.", - "website": "http://www.arduino.cc/en/Reference/RobotLibrary", + "website": "https://www.arduino.cc/en/Reference/RobotLibrary", "category": "Device Control", "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Robot_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Robot_Motor-1.0.3.zip", "archiveFileName": "Robot_Motor-1.0.3.zip", "size": 15644, "checksum": "SHA-256:2aa9035809e97e8fe963649b3c951e684a03dcb661109496f276b4019b6cca31" @@ -1156,12 +1156,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.0.0.zip", "archiveFileName": "RTCZero-1.0.0.zip", "size": 5703, "checksum": "SHA-256:f96b83a10b0611501ca1a6cfdb68c5804ba83f8ba4e488ad41901d6ecc6be1ad" @@ -1173,12 +1173,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.1.0.zip", "archiveFileName": "RTCZero-1.1.0.zip", "size": 6487, "checksum": "SHA-256:5137d2cc10497fd2fef6d1d50989e6325900ae065178d24cf78a4996e562a9b0" @@ -1190,12 +1190,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.1.1.zip", "archiveFileName": "RTCZero-1.1.1.zip", "size": 7563, "checksum": "SHA-256:bdc13d74ab15573c54adb08410bf0617c39ce1dee1a515a229c5747b83b3cee9" @@ -1207,12 +1207,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.2.0.zip", "archiveFileName": "RTCZero-1.2.0.zip", "size": 7418, "checksum": "SHA-256:1fb7e7f0d3563e9f35e60e9bdba87c6ec9b6f56ea3265404051887458c984300" @@ -1224,12 +1224,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.3.0.zip", "archiveFileName": "RTCZero-1.3.0.zip", "size": 8466, "checksum": "SHA-256:3910759a7a0e7778e2911043ffafed67f319d7e88af2fcc3e0aef2cbe912b83e" @@ -1241,12 +1241,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.3.1.zip", "archiveFileName": "RTCZero-1.3.1.zip", "size": 8454, "checksum": "SHA-256:e3224097b6d4ce01524d2b9213e55f6e40bce036c9df588153b117c0fc5f2e0a" @@ -1258,12 +1258,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.0.zip", "archiveFileName": "RTCZero-1.4.0.zip", "size": 9166, "checksum": "SHA-256:520b099f52df9a5728b3c98663a0a1b1463a6de5c85100be7f8fe1d1eb5ef0b8" @@ -1275,12 +1275,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.1.zip", "archiveFileName": "RTCZero-1.4.1.zip", "size": 9841, "checksum": "SHA-256:8a4838a76c1aecc2c023b220d25d218633123691434491b0446a419563f3182e" @@ -1292,12 +1292,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.2.zip", "archiveFileName": "RTCZero-1.4.2.zip", "size": 9865, "checksum": "SHA-256:f6eee1a34bde54fc0fab50036bb4a6f2d8aade012cb13817ea711603304661a6" @@ -1309,12 +1309,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.4.3.zip", "archiveFileName": "RTCZero-1.4.3.zip", "size": 10059, "checksum": "SHA-256:3de7c7a851d8adb4681fd836c43bdb9e8e4e7d455fd75c349b9e3cd3128e9145" @@ -1326,12 +1326,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.0.zip", "archiveFileName": "RTCZero-1.5.0.zip", "size": 10431, "checksum": "SHA-256:ae7c9d251360ab51731be2f9abdeed654baec1288c8177c41da87e75b133a0f9" @@ -1343,12 +1343,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.1.zip", "archiveFileName": "RTCZero-1.5.1.zip", "size": 10661, "checksum": "SHA-256:12748bb8cf877450927abef97fac5d6bfda8eae40e6d4cf0d9819506853a5b8d" @@ -1360,12 +1360,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero, MKRZero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTCZero", + "website": "https://www.arduino.cc/en/Reference/RTCZero", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.2.zip", "archiveFileName": "RTCZero-1.5.2.zip", "size": 10668, "checksum": "SHA-256:71204cea486db1b71c2fc22882a1cdee48805827aa88e0e2948c46925fb192fd" @@ -1377,12 +1377,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero, MKRZero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTC", + "website": "https://www.arduino.cc/en/Reference/RTC", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.5.3.zip", "archiveFileName": "RTCZero-1.5.3.zip", "size": 10803, "checksum": "SHA-256:db21cde38277d9aca58ce3ce562cb4b58f445e206745bc369a152729062553db" @@ -1394,12 +1394,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the RTC functionalities. For Arduino Zero, MKRZero and MKR1000 only.", "paragraph": "With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.", - "website": "http://www.arduino.cc/en/Reference/RTC", + "website": "https://www.arduino.cc/en/Reference/RTC", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/RTCZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/RTCZero-1.6.0.zip", "archiveFileName": "RTCZero-1.6.0.zip", "size": 10867, "checksum": "SHA-256:f072128c65911867531989488ec794f176bb2753f601c536eace282292cc7202" @@ -1411,12 +1411,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.", "paragraph": "The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.\u003c/br\u003eThis is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.", - "website": "http://arduino.cc/en/Reference/Scheduler", + "website": "https://www.arduino.cc/en/Reference/Scheduler", "category": "Other", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.0.zip", "archiveFileName": "Scheduler-0.4.0.zip", "size": 5650, "checksum": "SHA-256:d9e9ac33d4f5db67fdbb24625cd7086b7ceee002ea28f61c9d20a90195ff3ca6" @@ -1428,12 +1428,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.", "paragraph": "The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.\u003c/br\u003eThis is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.", - "website": "http://arduino.cc/en/Reference/Scheduler", + "website": "https://www.arduino.cc/en/Reference/Scheduler", "category": "Other", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.1.zip", "archiveFileName": "Scheduler-0.4.1.zip", "size": 5588, "checksum": "SHA-256:89fd81c49f2686594607153a4da110f0bdaee875fcacadfcfe41465ccea83218" @@ -1445,12 +1445,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.", "paragraph": "The Scheduler library enables the Arduino Due to run multiple functions at the same time. This allows tasks to happen without interrupting each other.\u003c/br\u003eThis is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.", - "website": "http://www.arduino.cc/en/Reference/Scheduler", + "website": "https://www.arduino.cc/en/Reference/Scheduler", "category": "Other", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.3.zip", "archiveFileName": "Scheduler-0.4.3.zip", "size": 5597, "checksum": "SHA-256:85874021ad953ca7fcd7269d8d3e258b6c1b2528ad538e896f733f2c67d36a2e" @@ -1462,12 +1462,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows multiple tasks to run at the same time, without interrupting each other. For Arduino sam and samd architectures only (Due, Zero...).", "paragraph": "The Scheduler library enables the Arduino to run multiple functions at the same time. This allows tasks to happen without interrupting each other.\u003c/br\u003eThis is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.", - "website": "http://www.arduino.cc/en/Reference/Scheduler", + "website": "https://www.arduino.cc/en/Reference/Scheduler", "category": "Other", "architectures": ["sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Scheduler-0.4.4.zip", "archiveFileName": "Scheduler-0.4.4.zip", "size": 6006, "checksum": "SHA-256:4f6f678794e5fd41d3014f90a0ce7e454da46c31b7c48824436120aa35435f29" @@ -1479,12 +1479,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.0.zip", "archiveFileName": "SD-1.0.0.zip", "size": 61673, "checksum": "SHA-256:87cbc6f7b2067b03e0112e61db92879683ddcff47f3dd90a10eff357fb45d601" @@ -1496,12 +1496,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.1.zip", "archiveFileName": "SD-1.0.1.zip", "size": 61673, "checksum": "SHA-256:9338f72f797ae0d4ef9e9507b20729bea1d33c7df00e190dca415b423444c081" @@ -1513,12 +1513,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.3.zip", "archiveFileName": "SD-1.0.3.zip", "size": 60634, "checksum": "SHA-256:82dee73eeb7bc9e9ec9b9a242a14ab33f03bc8e1af46f7779e70a0396b7a3cae" @@ -1530,12 +1530,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.4.zip", "archiveFileName": "SD-1.0.4.zip", "size": 60636, "checksum": "SHA-256:fe640d4b04e9efc55c80d88ec27c8bffc7cb76e1c585b0ec4a04832c636d4a81" @@ -1547,12 +1547,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.5.zip", "archiveFileName": "SD-1.0.5.zip", "size": 60715, "checksum": "SHA-256:be2ba1d6c3cc2e0abbb2272c017b4a83b8551da5946816d3798523ec8082ba6c" @@ -1564,12 +1564,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.6.zip", "archiveFileName": "SD-1.0.6.zip", "size": 60949, "checksum": "SHA-256:8a223c82da65b5ca6dccb6bb83cd930f0dbdcd56d430ae87404d67184d092965" @@ -1581,12 +1581,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards. For all Arduino boards.", "paragraph": "Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.7.zip", "archiveFileName": "SD-1.0.7.zip", "size": 61585, "checksum": "SHA-256:5cc35c61093048615a972c58203d7b49717ed5f5b15050a3514c2110f139c86e" @@ -1598,12 +1598,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.8.zip", "archiveFileName": "SD-1.0.8.zip", "size": 61713, "checksum": "SHA-256:6ca47392a14c35f31481192278519f98d1fe422e11ecc1828e224a42f13ae1a6" @@ -1615,12 +1615,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.0.9.zip", "archiveFileName": "SD-1.0.9.zip", "size": 61799, "checksum": "SHA-256:ea6feb5fd0d7d3e7f249093400ea13b87e35f18ebac6580dd25e35191f3232b7" @@ -1632,12 +1632,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.1.0.zip", "archiveFileName": "SD-1.1.0.zip", "size": 62111, "checksum": "SHA-256:eb6010a2c8d822dad1453646c3aa58cd6e821b10411f84a5bc9add3cb4cb3d69" @@ -1649,12 +1649,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.1.1.zip", "archiveFileName": "SD-1.1.1.zip", "size": 62063, "checksum": "SHA-256:914f1cda815258c085e44f9319b71d3f0012b19cb5fc2d6bdded6033c71a01b3" @@ -1666,12 +1666,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["avr", "sam", "samd", "arc32"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.0.zip", "archiveFileName": "SD-1.2.0.zip", "size": 62212, "checksum": "SHA-256:14d7ff6fab09cc56fbd362497170d6b59fb767bbb21092898c0c9429814064fa" @@ -1683,12 +1683,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["avr", "sam", "samd", "arc32"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.1.zip", "archiveFileName": "SD-1.2.1.zip", "size": 62210, "checksum": "SHA-256:7b0ad7c24152affca72cf7b789a6f22fafbde279cf2624ae16cc3a2f694601ae" @@ -1700,12 +1700,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.2.zip", "archiveFileName": "SD-1.2.2.zip", "size": 62200, "checksum": "SHA-256:b64eb2f275943026121dbfb489b951cad937dafbc88f3aff34f48e8b456fd4e8" @@ -1717,16 +1717,33 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables reading and writing on SD cards.", "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", - "website": "http://www.arduino.cc/en/Reference/SD", + "website": "https://www.arduino.cc/en/Reference/SD", "category": "Data Storage", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.3.zip", "archiveFileName": "SD-1.2.3.zip", "size": 62227, "checksum": "SHA-256:38219b2c850d7521c34476c97f086b008c17a6570e8c4393cdc44c97fbb08868" }, + { + "name": "SD", + "version": "1.2.4", + "author": "Arduino, SparkFun", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables reading and writing on SD cards.", + "paragraph": "Once an SD memory card is connected to the SPI interface of the Arduino or Genuino board you can create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://www.arduino.cc/en/Reference/SD", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/SD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.2.4.zip", + "archiveFileName": "SD-1.2.4.zip", + "size": 65005, + "checksum": "SHA-256:82287e653b42949ec05c32652ab34fd26e185b4d1853d3a249c8e53f57b3b811" + }, { "name": "Servo", "version": "1.0.0", @@ -1734,12 +1751,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of servo motors. For all Arduino boards.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.0.zip", "archiveFileName": "Servo-1.0.0.zip", "size": 15364, "checksum": "SHA-256:f20c261d94c1c5f410bf10f0ab420ee7ae22d57f5772e0bd427944d4e29355dd" @@ -1751,12 +1768,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of servo motors. For all Arduino boards.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.1.zip", "archiveFileName": "Servo-1.0.1.zip", "size": 15387, "checksum": "SHA-256:335f844f82409b8f626dbf0b886dfde77b41709340d0bf1c9e38268bb46e274b" @@ -1768,12 +1785,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of servo motors. For all Arduino boards.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.2.zip", "archiveFileName": "Servo-1.0.2.zip", "size": 15390, "checksum": "SHA-256:1163756cd93e080d750dd2d14cd03054133d55ea3533ca698f504c37801c1b9a" @@ -1785,12 +1802,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of servo motors. For all Arduino boards.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.0.3.zip", "archiveFileName": "Servo-1.0.3.zip", "size": 15405, "checksum": "SHA-256:1e611af26ecaf591c5eac6fa3095df181b3d216043b0b8d1e093f57bfd0d9fbf" @@ -1802,12 +1819,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of servo motors. For all Arduino boards.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.0.zip", "archiveFileName": "Servo-1.1.0.zip", "size": 20337, "checksum": "SHA-256:f49ebee476211a8af33d00fea9377805b44c9c429647bdd93228b4eab7e1825a" @@ -1819,12 +1836,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of servo motors. For all Arduino boards.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.1.zip", "archiveFileName": "Servo-1.1.1.zip", "size": 20312, "checksum": "SHA-256:ad9b42f9a54e10ab645e5441e89767fc5c5524665eaf4bcacf78ddb80d19aa63" @@ -1836,12 +1853,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino/Genuino boards to control a variety of servo motors.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "sam", "samd", "nrf52", "stm32f4"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.2.zip", "archiveFileName": "Servo-1.1.2.zip", "size": 28503, "checksum": "SHA-256:691e551f26cdc6fed558be5b1559c871785fe359c9aebf7ccea84067168902fb" @@ -1853,12 +1870,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino/Genuino boards to control a variety of servo motors.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "megaAVR", "sam", "samd", "nrf52", "stm32f4"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.3.zip", "archiveFileName": "Servo-1.1.3.zip", "size": 32180, "checksum": "SHA-256:9d83c78be8c1cd9742cf62de3ec431ba69c528351631eee66f1f326cbf8ef0c1" @@ -1870,12 +1887,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino/Genuino boards to control a variety of servo motors.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "megaavr", "sam", "samd", "nrf52", "stm32f4"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.4.zip", "archiveFileName": "Servo-1.1.4.zip", "size": 32178, "checksum": "SHA-256:dacd1b33f2bcb78145b54ceb6b960946b36a6ec6b419a3e36f8d7bfee9262b92" @@ -1887,16 +1904,78 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino/Genuino boards to control a variety of servo motors.", "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["avr", "megaavr", "sam", "samd", "nrf52", "stm32f4"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.5.zip", "archiveFileName": "Servo-1.1.5.zip", "size": 32195, "checksum": "SHA-256:e624f584fdeef7a69ab4d66c534a0429d468c06394ef77f01e32b248b5a7efb4" }, + { + "name": "Servo", + "version": "1.1.6", + "author": "Michael Margolis, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows Arduino/Genuino boards to control a variety of servo motors.", + "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "nrf52", "stm32f4", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.6.zip", + "archiveFileName": "Servo-1.1.6.zip", + "size": 33966, + "checksum": "SHA-256:8aca643c43d91119aad72323b89ed6cbb8d6ba84232851f6db6ac8283a877307" + }, + { + "name": "Servo", + "version": "1.1.7", + "author": "Michael Margolis, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows Arduino/Genuino boards to control a variety of servo motors.", + "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "nrf52", "stm32f4", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.7.zip", + "archiveFileName": "Servo-1.1.7.zip", + "size": 118911, + "checksum": "SHA-256:eae0bd6a18b3860dbc67831bff8a1979a8140d5b41c79d30560e2fcf784dc9fa" + }, + { + "name": "Servo", + "version": "1.1.8", + "author": "Michael Margolis, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows Arduino boards to control a variety of servo motors.", + "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.", + "website": "https://www.arduino.cc/reference/en/libraries/servo/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040" + ], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.8.zip", + "archiveFileName": "Servo-1.1.8.zip", + "size": 128284, + "checksum": "SHA-256:418e1bb2e690357e37660f61cb26db6088edde15065975320fa5a3453ce78813" + }, { "name": "SpacebrewYun", "version": "1.0.0", @@ -1909,7 +1988,7 @@ "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SpacebrewYun.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SpacebrewYun-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SpacebrewYun-1.0.0.zip", "archiveFileName": "SpacebrewYun-1.0.0.zip", "size": 6245, "checksum": "SHA-256:eed15be53948f6110e04c13719eb6663fdd0df0a218a9104e9f21008726da036" @@ -1926,11 +2005,33 @@ "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SpacebrewYun.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/SpacebrewYun-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SpacebrewYun-1.0.1.zip", "archiveFileName": "SpacebrewYun-1.0.1.zip", "size": 12604, "checksum": "SHA-256:5cb4d230be88da984c35d4d138a5884ffbe000e10412668930630b8c2531afee" }, + { + "name": "SpacebrewYun", + "version": "1.0.2", + "author": "Julio Terra", + "maintainer": "Julio Terra \u003cjulioterra@gmail.com\u003e", + "sentence": "Enables the communication between interactive objects using WebSockets. For Arduino Yún only.", + "paragraph": "This library was developed to enable you to easily connect the Arduino Yún to Spacebrew. To learn more about Spacebrew visit Spacebrew.cc", + "website": "https://github.com/julioterra/yunSpacebrew", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/SpacebrewYun.git", + "dependencies": [ + { + "name": "Bridge" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SpacebrewYun-1.0.2.zip", + "archiveFileName": "SpacebrewYun-1.0.2.zip", + "size": 12606, + "checksum": "SHA-256:15ca6ca4400f9d59db2f503f086833d8ee5c8fc743cac2a405c08a85077e762d" + }, { "name": "Stepper", "version": "1.0.0", @@ -1938,12 +2039,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.", "paragraph": "This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.", - "website": "http://arduino.cc/en/Reference/Stepper", + "website": "https://www.arduino.cc/en/Reference/Stepper", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.0.0.zip", "archiveFileName": "Stepper-1.0.0.zip", "size": 9322, "checksum": "SHA-256:bf6c2264d52d224460ff3dad0db2d2c07b7fe3978ca7832fe85e5dbdcf7cd40a" @@ -1955,12 +2056,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.", "paragraph": "This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.", - "website": "http://arduino.cc/en/Reference/Stepper", + "website": "https://www.arduino.cc/en/Reference/Stepper", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.0.1.zip", "archiveFileName": "Stepper-1.0.1.zip", "size": 10078, "checksum": "SHA-256:9ad40e5a81990ec72adcf3f4aae3c3a9fc224179baeeb3a3455c53f299c2e0de" @@ -1972,12 +2073,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.", "paragraph": "This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.", - "website": "http://arduino.cc/en/Reference/Stepper", + "website": "https://www.arduino.cc/en/Reference/Stepper", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.0.2.zip", "archiveFileName": "Stepper-1.0.2.zip", "size": 10081, "checksum": "SHA-256:f615a56a6d6b24a297b89badd3b6a76c44a3c91dbc10d0018e2a82c92564568e" @@ -1989,12 +2090,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.", "paragraph": "This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.", - "website": "http://www.arduino.cc/en/Reference/Stepper", + "website": "https://www.arduino.cc/en/Reference/Stepper", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.1.zip", "archiveFileName": "Stepper-1.1.1.zip", "size": 10646, "checksum": "SHA-256:23c2b06b26478124c84e9793b219f0f8656d4d309498469d90060ac0b80d621d" @@ -2006,12 +2107,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.", "paragraph": "This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.", - "website": "http://www.arduino.cc/en/Reference/Stepper", + "website": "https://www.arduino.cc/en/Reference/Stepper", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.2.zip", "archiveFileName": "Stepper-1.1.2.zip", "size": 10610, "checksum": "SHA-256:9f07cd2b3ea5ec6c498fdb150464042ee9636c171671639bf439dcdee76cf412" @@ -2023,12 +2124,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows Arduino boards to control a variety of stepper motors.", "paragraph": "This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.", - "website": "http://www.arduino.cc/en/Reference/Stepper", + "website": "https://www.arduino.cc/en/Reference/Stepper", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.3.zip", "archiveFileName": "Stepper-1.1.3.zip", "size": 10600, "checksum": "SHA-256:85e91305a7c2a853ce9201d8261f150241be8c840d05a9adaff78412dcf66f7e" @@ -2040,12 +2141,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset", - "website": "http://arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.0.zip", "archiveFileName": "TFT-1.0.0.zip", "size": 48341, "checksum": "SHA-256:0faf560f3b0e1601bbfaaf732a35e2f9d1f0d00be023be2244fbe1c2c3d58bd1" @@ -2057,12 +2158,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset", - "website": "http://arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.1.zip", "archiveFileName": "TFT-1.0.1.zip", "size": 49882, "checksum": "SHA-256:c28f41d520395d91b1a6340a859695407a0dd975d0d3828566ece741a575e331" @@ -2074,12 +2175,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset", - "website": "http://arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.2.zip", "archiveFileName": "TFT-1.0.2.zip", "size": 49890, "checksum": "SHA-256:132a33477127c5b63f44b4641b8014b57ba23532e76faf03584c519a4f7d25dd" @@ -2091,12 +2192,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset", - "website": "http://www.arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.3.zip", "archiveFileName": "TFT-1.0.3.zip", "size": 49945, "checksum": "SHA-256:cfbe0b3c14d2981d9b364dd46ee5aac5817dd0996c9e60792c46f0e8c9c20f6a" @@ -2108,12 +2209,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset", - "website": "http://www.arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.4.zip", "archiveFileName": "TFT-1.0.4.zip", "size": 50080, "checksum": "SHA-256:4422f97fea630a3936e074e0bc0f4d889d3b69711bcea8d5c6eada2c5f992b54" @@ -2125,12 +2226,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset", - "website": "http://www.arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.5.zip", "archiveFileName": "TFT-1.0.5.zip", "size": 50116, "checksum": "SHA-256:dacb1121bd37d7f8521d66119fce4c5b7bee9569889d1e02b5bc603ff2e1a62d" @@ -2142,12 +2243,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows drawing text, images, and shapes on the Arduino TFT graphical display.", "paragraph": "This library is compatible with most of the TFT display based on the ST7735 chipset.", - "website": "http://www.arduino.cc/en/Reference/TFTLibrary", + "website": "https://www.arduino.cc/en/Reference/TFTLibrary", "category": "Display", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/TFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.6.zip", "archiveFileName": "TFT-1.0.6.zip", "size": 50189, "checksum": "SHA-256:00a4a29e43e06e5c22fe2294936784a69c94d13475d8624fa2239a1a6c6aa72b" @@ -2159,12 +2260,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.", "paragraph": "The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.", - "website": "http://arduino.cc/en/Reference/USBHost", + "website": "https://www.arduino.cc/en/Reference/USBHost", "category": "Device Control", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/USBHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.0.zip", "archiveFileName": "USBHost-1.0.0.zip", "size": 56606, "checksum": "SHA-256:6f3271fd8373257bb035bfd79ae722b2d457993c09014cb6b99e810f9dec9a02" @@ -2176,12 +2277,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.", "paragraph": "The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.", - "website": "http://arduino.cc/en/Reference/USBHost", + "website": "https://www.arduino.cc/en/Reference/USBHost", "category": "Device Control", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/USBHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.1.zip", "archiveFileName": "USBHost-1.0.1.zip", "size": 56636, "checksum": "SHA-256:958824ee4441b27c0fd12c2c5c89de13f8d7585fcd609d4356e9482717e3a085" @@ -2193,12 +2294,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.", "paragraph": "The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.", - "website": "http://arduino.cc/en/Reference/USBHost", + "website": "https://www.arduino.cc/en/Reference/USBHost", "category": "Device Control", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/USBHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.2.zip", "archiveFileName": "USBHost-1.0.2.zip", "size": 56659, "checksum": "SHA-256:45c31f7034e745b9189b3583aa05164c21f5f62ae34f39672748722dbcc768ea" @@ -2210,12 +2311,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.", "paragraph": "The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.", - "website": "http://www.arduino.cc/en/Reference/USBHost", + "website": "https://www.arduino.cc/en/Reference/USBHost", "category": "Device Control", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/USBHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.3.zip", "archiveFileName": "USBHost-1.0.3.zip", "size": 56676, "checksum": "SHA-256:b482adaf84b2e7b5be89519967202def89a405421714a76852ca04b9e2bf83c9" @@ -2227,12 +2328,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.", "paragraph": "The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.", - "website": "http://www.arduino.cc/en/Reference/USBHost", + "website": "https://www.arduino.cc/en/Reference/USBHost", "category": "Device Control", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/USBHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.4.zip", "archiveFileName": "USBHost-1.0.4.zip", "size": 56676, "checksum": "SHA-256:7f8c792f52d324888c47bc506978948400b2b17dade50790fbb05c7af47d1ac7" @@ -2244,12 +2345,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows the communication with USB peripherals like mice, keyboards, and thumbdrives.", "paragraph": "The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.", - "website": "http://www.arduino.cc/en/Reference/USBHost", + "website": "https://www.arduino.cc/en/Reference/USBHost", "category": "Device Control", "architectures": ["sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/USBHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/USBHost-1.0.5.zip", "archiveFileName": "USBHost-1.0.5.zip", "size": 56663, "checksum": "SHA-256:42a213aec6603084b789c09c6075e93100a7af82904bb4053ffd7c79d79d4c44" @@ -2261,12 +2362,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Update sketches to your board over WiFi", "paragraph": "Requires an SD card and SAMD board", - "website": "http://www.arduino.cc/en/Reference/WiFi101OTA", + "website": "https://www.arduino.cc/en/Reference/WiFi101OTA", "category": "Other", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101OTA-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101OTA-1.0.0.zip", "archiveFileName": "WiFi101OTA-1.0.0.zip", "size": 13640, "checksum": "SHA-256:bf3f5cb2c10f09a603f68a84c678d78eed3fc482167b79470af95750ad923fb3" @@ -2278,12 +2379,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Update sketches on your board over WiFi", "paragraph": "Requires an Arduino/Genuino SAMD board", - "website": "http://www.arduino.cc/en/Reference/WiFi101OTA", + "website": "https://www.arduino.cc/en/Reference/WiFi101OTA", "category": "Other", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101OTA-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101OTA-1.0.1.zip", "archiveFileName": "WiFi101OTA-1.0.1.zip", "size": 14301, "checksum": "SHA-256:0b281f26269b8fc4a608b88b6faba31ca3e0780805895bc9584e199a931cebc4" @@ -2295,12 +2396,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Update sketches on your board over WiFi", "paragraph": "Requires an Arduino/Genuino SAMD board", - "website": "http://www.arduino.cc/en/Reference/WiFi101OTA", + "website": "https://www.arduino.cc/en/Reference/WiFi101OTA", "category": "Other", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101OTA-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101OTA-1.0.2.zip", "archiveFileName": "WiFi101OTA-1.0.2.zip", "size": 14322, "checksum": "SHA-256:85138fd3191dd1c407a5eea370e2de56ec1deaac593bd159d811a268d9de958e" @@ -2312,13 +2413,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.10.0.zip", "archiveFileName": "WiFi101-0.10.0.zip", "size": 217628, "checksum": "SHA-256:d4e5b4971d2bf4c17398b916269a408c68782021d2a9eda6b47ba9d46bb25d5d" @@ -2330,13 +2431,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.11.0.zip", "archiveFileName": "WiFi101-0.11.0.zip", "size": 218813, "checksum": "SHA-256:5c43893ba0f463060bf09adab014c943c99dafd7ad85b23f18fbfbcb77ee1211" @@ -2348,13 +2449,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.11.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.11.1.zip", "archiveFileName": "WiFi101-0.11.1.zip", "size": 218870, "checksum": "SHA-256:ccf5bf6af6c334b3b1edf8ec1a3dbe0d20f39ed8d4d3f6c1c7c3be1fca478841" @@ -2366,13 +2467,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.11.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.11.2.zip", "archiveFileName": "WiFi101-0.11.2.zip", "size": 218926, "checksum": "SHA-256:0af498034cfb5cf28334b3e77b9eaadc18e1998ce76caaecd9575011ccd6af0f" @@ -2384,13 +2485,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.12.0.zip", "archiveFileName": "WiFi101-0.12.0.zip", "size": 221446, "checksum": "SHA-256:9096ee029a93fd8bc641142eb33d78411d5ae562cd37a111c3081f7d7c8d48a0" @@ -2402,13 +2503,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.12.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.12.1.zip", "archiveFileName": "WiFi101-0.12.1.zip", "size": 221418, "checksum": "SHA-256:34065aea28ab27203d97669e2a3a84fe44630b076a10f8f7fd1e7869a48487a6" @@ -2420,13 +2521,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.13.0.zip", "archiveFileName": "WiFi101-0.13.0.zip", "size": 223154, "checksum": "SHA-256:3b5c8a02945c7638cbbb986ea3c934b72358b95997b25106bb1476945b836f9d" @@ -2438,13 +2539,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.0.zip", "archiveFileName": "WiFi101-0.14.0.zip", "size": 263233, "checksum": "SHA-256:aa8f8a22e1cd7f391735dbb5e56637681a2c122ef016a5c08778388601309dd8" @@ -2456,13 +2557,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.1.zip", "archiveFileName": "WiFi101-0.14.1.zip", "size": 263361, "checksum": "SHA-256:9c16a7bbe44989d1dadf45b86706ad3fbde31874dcc1a69459b586ad1763fa1a" @@ -2474,13 +2575,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.2.zip", "archiveFileName": "WiFi101-0.14.2.zip", "size": 263375, "checksum": "SHA-256:2e16c51f887c7828b2955dd79d7853f2c9f36f497d5fdd04683191799929783d" @@ -2492,13 +2593,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.3.zip", "archiveFileName": "WiFi101-0.14.3.zip", "size": 263378, "checksum": "SHA-256:3b11c86afc75b8f1cce3ba29b1fe8d530a3fc90dd7ff46d7bf48fa032be32df4" @@ -2510,13 +2611,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.4.zip", "archiveFileName": "WiFi101-0.14.4.zip", "size": 268033, "checksum": "SHA-256:d0ed9e7bed44d09417d160e81f498fdf844dad15b44b994608367f7b3d45638b" @@ -2528,13 +2629,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.14.5.zip", "archiveFileName": "WiFi101-0.14.5.zip", "size": 268029, "checksum": "SHA-256:8a02ed991aea31c23c89b5181e58be5d3d4b3a86e26bd8aea8249b2cd66af58a" @@ -2546,13 +2647,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.0.zip", "archiveFileName": "WiFi101-0.15.0.zip", "size": 266715, "checksum": "SHA-256:617dc0015809974fd5226e28b6c646064b1709a7e65541158f99543e877e714c" @@ -2564,13 +2665,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.1.zip", "archiveFileName": "WiFi101-0.15.1.zip", "size": 266769, "checksum": "SHA-256:c0a84e86ecd9bead9412eeb45146f59eeec579d10a6e5c80cd932c759b4a764a" @@ -2582,13 +2683,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.2.zip", "archiveFileName": "WiFi101-0.15.2.zip", "size": 266804, "checksum": "SHA-256:e923d982a67165b48dfadfee982fb5f87fd34d5bd3a90503ceb82fbeb514eaba" @@ -2600,13 +2701,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.15.3.zip", "archiveFileName": "WiFi101-0.15.3.zip", "size": 267287, "checksum": "SHA-256:8c5c48ad557364cb854f663ea9a3623293cad9a27468609d1764868ec97cf151" @@ -2618,13 +2719,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", "providesIncludes": ["WiFi101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.16.0.zip", "archiveFileName": "WiFi101-0.16.0.zip", "size": 267473, "checksum": "SHA-256:d40d3d265fdcadbc96dd5e8bb6f35bf6b69c5aa8a8728159735faef446d91cdc" @@ -2636,12 +2737,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for the Arduino Wifi Shield 101", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.5.0.zip", "archiveFileName": "WiFi101-0.5.0.zip", "size": 180693, "checksum": "SHA-256:284ee4f55ec8c2955ce4dabfed31bd3ca462c380bfa6ef45bb5249638398d73b" @@ -2653,12 +2754,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for the Arduino Wifi Shield 101", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.5.1.zip", "archiveFileName": "WiFi101-0.5.1.zip", "size": 180170, "checksum": "SHA-256:e781319eaf4782b07607d674b75bafbf081e9bce0041bd735d003851e537b52a" @@ -2670,12 +2771,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for the Arduino Wifi Shield 101", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.6.0.zip", "archiveFileName": "WiFi101-0.6.0.zip", "size": 182657, "checksum": "SHA-256:46747bb069058ff5a20db599fb255e5dcc94b8024696543310f0c989423282f1" @@ -2687,12 +2788,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for the Arduino/Genuino Wifi Shield 101 and MKR1000 boards", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.7.0.zip", "archiveFileName": "WiFi101-0.7.0.zip", "size": 203494, "checksum": "SHA-256:8db89473f6e90cbf7c83f993f29d58fbeaf02ece998f604eb551f529ec222aa9" @@ -2704,12 +2805,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.8.0.zip", "archiveFileName": "WiFi101-0.8.0.zip", "size": 205958, "checksum": "SHA-256:1141c779d92204f89face5dabccbe5c1d98e3d42f0c502b9f4a025b8622db136" @@ -2721,12 +2822,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.9.0.zip", "archiveFileName": "WiFi101-0.9.0.zip", "size": 212956, "checksum": "SHA-256:5f93b712560b7fba8d1d3821d3518c71dc115675135f516bbf4de9a641626579" @@ -2738,16 +2839,34 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", - "website": "http://www.arduino.cc/en/Reference/WiFi101", + "website": "https://www.arduino.cc/en/Reference/WiFi101", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.9.1.zip", "archiveFileName": "WiFi101-0.9.1.zip", "size": 213204, "checksum": "SHA-256:e5b628408997b70922370658f564ffd3c9353cf52d7235e845b3c47ca338ac5a" }, + { + "name": "WiFi101", + "version": "0.16.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)", + "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 wifi module", + "website": "https://www.arduino.cc/en/Reference/WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFi101.git", + "providesIncludes": ["WiFi101.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi101-0.16.1.zip", + "archiveFileName": "WiFi101-0.16.1.zip", + "size": 267501, + "checksum": "SHA-256:3f3a02f749c112019f68037ec9c128b886927529d8c9926abddfc446c0892d40" + }, { "name": "Arduino SigFox for MKRFox1200", "version": "1.0.0", @@ -2755,12 +2874,12 @@ "maintainer": "Arduino LLC", "sentence": "Helper library for MKRFox1200 board and ATAB8520E Sigfox module", "paragraph": "This library allows some high level operations on Sigfox module, to ease integration with existing projects", - "website": "http://arduino.cc/libraries/Sigfox", + "website": "https://www.arduino.cc/libraries/Sigfox", "category": "Device Control", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SigFox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.0.zip", "archiveFileName": "Arduino_SigFox_for_MKRFox1200-1.0.0.zip", "size": 16162, "checksum": "SHA-256:ee62d0ee3541c094ae68a417dd2a8079dffaf5063ad7a5e51f7546f4dd93b2e9" @@ -2777,7 +2896,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SigFox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.1.zip", "archiveFileName": "Arduino_SigFox_for_MKRFox1200-1.0.1.zip", "size": 17508, "checksum": "SHA-256:54520b78bd6378dd4c1d0e4dacd580b95a15ba9465b5213cab786673b9992d3b" @@ -2794,7 +2913,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SigFox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.2.zip", "archiveFileName": "Arduino_SigFox_for_MKRFox1200-1.0.2.zip", "size": 17525, "checksum": "SHA-256:dd3b0f3c1a9bb068a4418ef0d891b0b3e2640c7d4fa44e32b54850505ee03e9e" @@ -2811,7 +2930,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SigFox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.3.zip", "archiveFileName": "Arduino_SigFox_for_MKRFox1200-1.0.3.zip", "size": 17561, "checksum": "SHA-256:eecb0eda7e277690d04bd1c5e3173b31e9cdbe5b4616ca115a8f7b6c2ae3b3d9" @@ -2828,7 +2947,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/SigFox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.4.zip", "archiveFileName": "Arduino_SigFox_for_MKRFox1200-1.0.4.zip", "size": 17586, "checksum": "SHA-256:dfb8a4c6f729da56310df746a777b5b3ef340eb66b295e3ec7873be20936fa22" @@ -2840,12 +2959,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.0.zip", "archiveFileName": "WiFi-1.2.0.zip", "size": 5294018, "checksum": "SHA-256:a55f251f1dedb33fa63a94047f882ecad928f617fca913cf8a910c2b48d98c4d" @@ -2857,12 +2976,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.1.zip", "archiveFileName": "WiFi-1.2.1.zip", "size": 5294010, "checksum": "SHA-256:350b672eba8f3eec355cc0eda2430eca80b3bc898f93d1ac69f3880a05f424e7" @@ -2874,12 +2993,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.2.zip", "archiveFileName": "WiFi-1.2.2.zip", "size": 5294120, "checksum": "SHA-256:0121149a7607c7126498cd9a0ec349593c49ab91d8d75b408f246a44a17e542e" @@ -2891,12 +3010,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.3.zip", "archiveFileName": "WiFi-1.2.3.zip", "size": 5294150, "checksum": "SHA-256:5cc8f999b7031f8b37c8f3e059e12e15d8e1fd118a69370e9fe0357552d01c33" @@ -2908,12 +3027,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.4.zip", "archiveFileName": "WiFi-1.2.4.zip", "size": 5294157, "checksum": "SHA-256:9f5b823a04458ceef2a1e1f49e68064ae5f0eb5933e40f0c235af937ade07c3a" @@ -2925,12 +3044,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.5.zip", "archiveFileName": "WiFi-1.2.5.zip", "size": 5294180, "checksum": "SHA-256:c8a606b88d8b9cd2c1ec1086223a7c43438c7cf81620c67226ae11c0958ce66e" @@ -2942,12 +3061,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.6.zip", "archiveFileName": "WiFi-1.2.6.zip", "size": 5294215, "checksum": "SHA-256:0bb379ec8372426078ac49c399c037edd304431dbae1e97977e0e8cfe2d637c1" @@ -2959,12 +3078,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino WiFi shield.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFi", + "website": "https://www.arduino.cc/en/Reference/WiFi", "category": "Communication", "architectures": ["*"], "types": ["Arduino", "Retired"], "repository": "https://github.com/arduino-libraries/WiFi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFi-1.2.7.zip", "archiveFileName": "WiFi-1.2.7.zip", "size": 5294254, "checksum": "SHA-256:7364d34b37fe5e7e9343c18380a8fec288b3b8ba7115f49a7fe18c5b5cd94889" @@ -2976,12 +3095,12 @@ "maintainer": "Arduino LLC", "sentence": "Power save primitives features for SAMD 32bit boards", "paragraph": "With this library you can manage the low power states of newer Arduino boards", - "website": "http://arduino.cc/libraries/ArduinoLowPower", + "website": "https://www.arduino.cc/libraries/ArduinoLowPower", "category": "Device Control", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoLowPower.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.0.0.zip", "archiveFileName": "Arduino_Low_Power-1.0.0.zip", "size": 16955, "checksum": "SHA-256:52d4b65e128ccc96d2242145abdc3095981a28de2d1ab856314463d01c71533b" @@ -2993,12 +3112,12 @@ "maintainer": "Arduino LLC", "sentence": "Power save primitives features for SAMD and nRF52 32bit boards", "paragraph": "With this library you can manage the low power states of newer Arduino boards", - "website": "http://arduino.cc/libraries/ArduinoLowPower", + "website": "https://www.arduino.cc/libraries/ArduinoLowPower", "category": "Device Control", "architectures": ["samd", "nrf52"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoLowPower.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.1.0.zip", "archiveFileName": "Arduino_Low_Power-1.1.0.zip", "size": 21607, "checksum": "SHA-256:f836a1604c9c8679ed12b8bae613b111cfd17ee7cf33ed4760bfebb2dae20f8e" @@ -3010,12 +3129,12 @@ "maintainer": "Arduino LLC", "sentence": "Power save primitives features for SAMD and nRF52 32bit boards", "paragraph": "With this library you can manage the low power states of newer Arduino boards", - "website": "http://arduino.cc/libraries/ArduinoLowPower", + "website": "https://www.arduino.cc/libraries/ArduinoLowPower", "category": "Device Control", "architectures": ["samd", "nrf52"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoLowPower.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.2.0.zip", "archiveFileName": "Arduino_Low_Power-1.2.0.zip", "size": 21689, "checksum": "SHA-256:14a787f2a44828fabf7ff2f2a7db478acd9bdd450d3a80fd3a55937d96ed8f9e" @@ -3027,7 +3146,7 @@ "maintainer": "Arduino LLC", "sentence": "Power save primitives features for SAMD and nRF52 32bit boards", "paragraph": "With this library you can manage the low power states of newer Arduino boards", - "website": "http://arduino.cc/libraries/ArduinoLowPower", + "website": "https://www.arduino.cc/libraries/ArduinoLowPower", "category": "Device Control", "architectures": ["samd", "nrf52"], "types": ["Arduino"], @@ -3037,11 +3156,33 @@ "name": "RTCZero" } ], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.2.1.zip", "archiveFileName": "Arduino_Low_Power-1.2.1.zip", "size": 21713, "checksum": "SHA-256:2361e60348782bb53f689942566ad1dd9259b0831674e43fac710a2b0ea771bf" }, + { + "name": "Arduino Low Power", + "version": "1.2.2", + "author": "Arduino", + "maintainer": "Arduino LLC", + "sentence": "Power save primitives features for SAMD and nRF52 32bit boards", + "paragraph": "With this library you can manage the low power states of newer Arduino boards", + "website": "https://www.arduino.cc/libraries/ArduinoLowPower", + "category": "Device Control", + "architectures": ["samd", "nrf52"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoLowPower.git", + "dependencies": [ + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Low_Power-1.2.2.zip", + "archiveFileName": "Arduino_Low_Power-1.2.2.zip", + "size": 25070, + "checksum": "SHA-256:556b9189a8b9bb48710546c253938260d8220fe0ed491a905e118f7b49b1947d" + }, { "name": "Mouse", "version": "1.0.0", @@ -3049,12 +3190,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a Mouse. For Leonardo/Micro only", "paragraph": "This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)", - "website": "http://www.arduino.cc/en/Reference/Mouse", + "website": "https://www.arduino.cc/en/Reference/Mouse", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Mouse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Mouse-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Mouse-1.0.0.zip", "archiveFileName": "Mouse-1.0.0.zip", "size": 4302, "checksum": "SHA-256:4d50fd0e54d91fe1d77c009e6429c24c660d09eff9efb70b2c657e16d68b6725" @@ -3066,12 +3207,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino/Genuino board with USB capabilites to act as a Mouse.", "paragraph": "This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)", - "website": "http://www.arduino.cc/en/Reference/Mouse", + "website": "https://www.arduino.cc/en/Reference/Mouse", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Mouse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Mouse-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Mouse-1.0.1.zip", "archiveFileName": "Mouse-1.0.1.zip", "size": 4291, "checksum": "SHA-256:feb363a5431d06535612403344740330988452bdca41609d8f19d4811f25d976" @@ -3083,12 +3224,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a Keyboard. For Leonardo/Micro only", "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", - "website": "http://www.arduino.cc/en/Reference/Keyboard", + "website": "https://www.arduino.cc/en/Reference/Keyboard", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Keyboard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.0.zip", "archiveFileName": "Keyboard-1.0.0.zip", "size": 6010, "checksum": "SHA-256:edd53bafbeb9a366f494a42e2e80cb2076d78883e4a7a5768945d1813ba7b8de" @@ -3100,12 +3241,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino/Genuino board with USB capabilites to act as a Keyboard.", "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", - "website": "http://www.arduino.cc/en/Reference/Keyboard", + "website": "https://www.arduino.cc/en/Reference/Keyboard", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Keyboard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.1.zip", "archiveFileName": "Keyboard-1.0.1.zip", "size": 6000, "checksum": "SHA-256:bb79100e63f61b772c3a046143ae2952490e04c1e6bf5bd0177858ffaba133c4" @@ -3117,12 +3258,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino/Genuino board with USB capabilites to act as a Keyboard.", "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", - "website": "http://www.arduino.cc/en/Reference/Keyboard", + "website": "https://www.arduino.cc/en/Reference/Keyboard", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Keyboard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.2.zip", "archiveFileName": "Keyboard-1.0.2.zip", "size": 6132, "checksum": "SHA-256:74e7518b0fdd3c997816b936b90f3c1d58adc3c47df0dd8b2db4dd609ffa3403" @@ -3134,12 +3275,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Get the fundamental pitch of an audio signal", "paragraph": "Allows the Arduino Zero and MKR1000 to sample a generic input audio signal and get the fundamental pitch", - "website": "http://www.arduino.cc/en/Reference/AudioFrequencyMeter", + "website": "https://www.arduino.cc/en/Reference/AudioFrequencyMeter", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/AudioFrequencyMeter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioFrequencyMeter-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioFrequencyMeter-1.0.1.zip", "archiveFileName": "AudioFrequencyMeter-1.0.1.zip", "size": 8284, "checksum": "SHA-256:219f0cee125e03dad35c086c6b9c4cee281b4b01baee29378c968b0993989fc7" @@ -3151,12 +3292,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Get the fundamental pitch of an audio signal", "paragraph": "Allows the Arduino Zero and MKR1000 to sample a generic input audio signal and get the fundamental pitch", - "website": "http://www.arduino.cc/en/Reference/AudioFrequencyMeter", + "website": "https://www.arduino.cc/en/Reference/AudioFrequencyMeter", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/AudioFrequencyMeter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioFrequencyMeter-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioFrequencyMeter-1.0.2.zip", "archiveFileName": "AudioFrequencyMeter-1.0.2.zip", "size": 8215, "checksum": "SHA-256:114674e588210421172ab2babe918d5d6bdb0d9a2cd29cb754a457cf3e1bcd64" @@ -3168,12 +3309,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Get the fundamental pitch of an audio signal", "paragraph": "Allows the Arduino Zero, MKRZero and MKR1000 to sample a generic input audio signal and get the fundamental pitch", - "website": "http://www.arduino.cc/en/Reference/AudioFrequencyMeter", + "website": "https://www.arduino.cc/en/Reference/AudioFrequencyMeter", "category": "Timing", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/AudioFrequencyMeter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioFrequencyMeter-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioFrequencyMeter-1.0.3.zip", "archiveFileName": "AudioFrequencyMeter-1.0.3.zip", "size": 8219, "checksum": "SHA-256:40703a04202e56c1a4d9a52e379ea30dd4fa35b15ad23316707d7cdd39a2d37a" @@ -3185,12 +3326,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Helpers for MadgwickAHRS algorithm", "paragraph": "This library wraps the official implementation of MadgwickAHRS algorithm to get orientation of an object based on accelerometer and gyroscope readings", - "website": "http://arduino.cc/en/Reference/XXXXXX", + "website": "https://www.arduino.cc/en/Reference/XXXXXX", "category": "Data Processing", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MadgwickAHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Madgwick-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Madgwick-1.0.0.zip", "archiveFileName": "Madgwick-1.0.0.zip", "size": 4937, "checksum": "SHA-256:cd8babb0d485175c2b37c5b473281c3bd10ce86cca29eb1066a90ef8bd28a377" @@ -3207,7 +3348,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MadgwickAHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Madgwick-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Madgwick-1.1.0.zip", "archiveFileName": "Madgwick-1.1.0.zip", "size": 5153, "checksum": "SHA-256:6b1fba99fef7182cdfe24677df19fab4b8341976ab5f97b0276255c5518d611e" @@ -3224,7 +3365,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MadgwickAHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Madgwick-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Madgwick-1.2.0.zip", "archiveFileName": "Madgwick-1.2.0.zip", "size": 8491, "checksum": "SHA-256:9eb84fb336aeec7b38483322cfdca6bf3f9ac8a85c353d743319a2fa148d11d0" @@ -3235,12 +3376,12 @@ "author": "Gary Grewal, Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a MIDI instrument over USB. For Leonardo/Micro only", - "website": "http://www.arduino.cc/en/Reference/MIDIUSB", + "website": "https://www.arduino.cc/en/Reference/MIDIUSB", "category": "Device Control", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MIDIUSB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.0.zip", "archiveFileName": "MIDIUSB-1.0.0.zip", "size": 12016, "checksum": "SHA-256:bfa8b9a12386fc8365f8bf3fb9e24032ce604429130c1bb529d81fb4ef967716" @@ -3251,12 +3392,12 @@ "author": "Gary Grewal, Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a MIDI instrument over USB.", - "website": "http://www.arduino.cc/en/Reference/MIDIUSB", + "website": "https://www.arduino.cc/en/Reference/MIDIUSB", "category": "Device Control", "architectures": ["avr", "sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MIDIUSB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.1.zip", "archiveFileName": "MIDIUSB-1.0.1.zip", "size": 12038, "checksum": "SHA-256:652f2018b8bb6d67416955659bbe51871755ebdd228863d3459babdbf35bf177" @@ -3267,12 +3408,12 @@ "author": "Gary Grewal, Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a MIDI instrument over USB.", - "website": "http://www.arduino.cc/en/Reference/MIDIUSB", + "website": "https://www.arduino.cc/en/Reference/MIDIUSB", "category": "Device Control", "architectures": ["avr", "sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MIDIUSB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.2.zip", "archiveFileName": "MIDIUSB-1.0.2.zip", "size": 12045, "checksum": "SHA-256:19b642f18e2fd7ce22a6074249388d04acd3b617dcf80672dc917f912401801b" @@ -3283,12 +3424,12 @@ "author": "Gary Grewal, Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a MIDI instrument over USB.", - "website": "http://www.arduino.cc/en/Reference/MIDIUSB", + "website": "https://www.arduino.cc/en/Reference/MIDIUSB", "category": "Device Control", "architectures": ["avr", "sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MIDIUSB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.3.zip", "archiveFileName": "MIDIUSB-1.0.3.zip", "size": 57844, "checksum": "SHA-256:c804638f95a8945b5890887bf4dad15a34b0c1c1d67fb84751bad7150e09f3da" @@ -3299,16 +3440,32 @@ "author": "Gary Grewal, Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows an Arduino board with USB capabilites to act as a MIDI instrument over USB.", - "website": "http://www.arduino.cc/en/Reference/MIDIUSB", + "website": "https://www.arduino.cc/en/Reference/MIDIUSB", "category": "Device Control", "architectures": ["avr", "sam", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MIDIUSB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.4.zip", "archiveFileName": "MIDIUSB-1.0.4.zip", "size": 58195, "checksum": "SHA-256:533460127d3f12c6220cd7f48535d69086a7851dc049a8fd096ce8343fb8a993" }, + { + "name": "MIDIUSB", + "version": "1.0.5", + "author": "Gary Grewal, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows an Arduino board with USB capabilites to act as a MIDI instrument over USB.", + "website": "http://www.arduino.cc/en/Reference/MIDIUSB", + "category": "Device Control", + "architectures": ["avr", "sam", "samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MIDIUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MIDIUSB-1.0.5.zip", + "archiveFileName": "MIDIUSB-1.0.5.zip", + "size": 58236, + "checksum": "SHA-256:93fc008d897ce72673a74e0ed7287af1ef815baf136310cb54f2809902a11613" + }, { "name": "NTPClient", "version": "1.0.0", @@ -3321,7 +3478,7 @@ "architectures": ["esp8266"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/NTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-1.0.0.zip", "archiveFileName": "NTPClient-1.0.0.zip", "size": 6284, "checksum": "SHA-256:b1f2907c9d51ee253bad23d05e2e9c1087ab1e7ba3eb12ee36881ba018d81678" @@ -3338,7 +3495,7 @@ "architectures": ["esp8266"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/NTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-2.0.0.zip", "archiveFileName": "NTPClient-2.0.0.zip", "size": 6064, "checksum": "SHA-256:f99984f7241a488e5084d9447a79e781f49374ae9d695e67e2cf809143e8d893" @@ -3355,7 +3512,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/NTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-3.0.0.zip", "archiveFileName": "NTPClient-3.0.0.zip", "size": 7453, "checksum": "SHA-256:1684330244ebc87626e27123b9539992c6f7de3e105075346e5f0663f6071414" @@ -3372,11 +3529,28 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/NTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-3.1.0.zip", "archiveFileName": "NTPClient-3.1.0.zip", "size": 7803, "checksum": "SHA-256:36b49448e7395f82ce48b8a13fba19976fc9769c6f150efe2e125c173d84ec3a" }, + { + "name": "NTPClient", + "version": "3.2.0", + "author": "Fabrice Weinberg", + "maintainer": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e", + "sentence": "An NTPClient to connect to a time server", + "paragraph": "Get time from a NTP server and keep it in sync.", + "website": "https://github.com/arduino-libraries/NTPClient", + "category": "Timing", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/NTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-3.2.0.zip", + "archiveFileName": "NTPClient-3.2.0.zip", + "size": 7876, + "checksum": "SHA-256:122d00df276972ba33683aff0f7fe5eb6f9a190ac364f8238a7af25450fd3e31" + }, { "name": "ArduinoSound", "version": "0.1.0", @@ -3384,13 +3558,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.", "paragraph": "Currently only supports SAMD21 boards and I2S audio devices.", - "website": "http://arduino.cc/en/Reference/ArduinoSound", + "website": "https://www.arduino.cc/en/Reference/ArduinoSound", "category": "Other", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoSound.git", "providesIncludes": ["ArduinoSound.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoSound-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoSound-0.1.0.zip", "archiveFileName": "ArduinoSound-0.1.0.zip", "size": 27662, "checksum": "SHA-256:ae500137f90722aaf0479d4e61876d59c0401a2d5edb31fd59173f48e83fad06" @@ -3402,13 +3576,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.", "paragraph": "Currently only supports SAMD21 boards and I2S audio devices.", - "website": "http://arduino.cc/en/Reference/ArduinoSound", + "website": "https://www.arduino.cc/en/Reference/ArduinoSound", "category": "Other", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoSound.git", "providesIncludes": ["ArduinoSound.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoSound-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoSound-0.2.0.zip", "archiveFileName": "ArduinoSound-0.2.0.zip", "size": 27829, "checksum": "SHA-256:6364697de43d0575464d9bb29e2dee637ab61c166637cbe1d21281f1fbd9a607" @@ -3420,13 +3594,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.", "paragraph": "Currently only supports SAMD21 boards and I2S audio devices.", - "website": "http://arduino.cc/en/Reference/ArduinoSound", + "website": "https://www.arduino.cc/en/Reference/ArduinoSound", "category": "Other", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoSound.git", "providesIncludes": ["ArduinoSound.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoSound-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoSound-0.2.1.zip", "archiveFileName": "ArduinoSound-0.2.1.zip", "size": 28406, "checksum": "SHA-256:3cbdbaac00507e0a13a6f9c59f078e3be760ef4657c728a2b585fa8e0ba8462c" @@ -3444,7 +3618,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.1.0.zip", "archiveFileName": "ArduinoHttpClient-0.1.0.zip", "size": 33997, "checksum": "SHA-256:d591b938eae99b2078cc705de08c88b07fd89dae0cf5f160cbbd1883f669c71f" @@ -3462,7 +3636,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.1.1.zip", "archiveFileName": "ArduinoHttpClient-0.1.1.zip", "size": 34682, "checksum": "SHA-256:32e9f184303003a0181eabb3e7813636de28e7e61b39d679c5643a37f4db8bc0" @@ -3480,7 +3654,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.2.0.zip", "archiveFileName": "ArduinoHttpClient-0.2.0.zip", "size": 38292, "checksum": "SHA-256:6b8b3d6d3e42cd05e5e2c9be9085cd080cf4c79697fc01ad0f2be0ae985309f8" @@ -3498,7 +3672,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.3.0.zip", "archiveFileName": "ArduinoHttpClient-0.3.0.zip", "size": 41219, "checksum": "SHA-256:1853b9991bd2a281530ebb8e0aa7e7fcbfaf961a3541983f150d4bcf6f45fc2a" @@ -3516,7 +3690,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.3.1.zip", "archiveFileName": "ArduinoHttpClient-0.3.1.zip", "size": 41394, "checksum": "SHA-256:48834de328217a6aaf322425a9da1bb208f3641a6b7bf34ae4957a0c97e05723" @@ -3534,7 +3708,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.3.2.zip", "archiveFileName": "ArduinoHttpClient-0.3.2.zip", "size": 41314, "checksum": "SHA-256:a3ed67817ff40573e1f19ec8f241d7828daa61934f07368965ba869bbe997b70" @@ -3552,7 +3726,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", "providesIncludes": ["ArduinoHttpClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.4.0.zip", "archiveFileName": "ArduinoHttpClient-0.4.0.zip", "size": 42524, "checksum": "SHA-256:a517430e5bba62ac73b8aec139b2c7278fe3999ec08182c282968e24d89fc698" @@ -3564,12 +3738,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the MKR Motor Carrier", "paragraph": "Allows to use the MKR Motor Carrier", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRMotorCarrier.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.1.zip", "archiveFileName": "MKRMotorCarrier-1.0.1.zip", "size": 283054, "checksum": "SHA-256:27e40b9d44a6e2899969a3eb26b860408891558f6943a75df4f7a5b1ea7d6fc0" @@ -3581,12 +3755,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the MKR Motor Carrier", "paragraph": "Allows to use the MKR Motor Carrier", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRMotorCarrier.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.2.zip", "archiveFileName": "MKRMotorCarrier-1.0.2.zip", "size": 276303, "checksum": "SHA-256:c1b5300319311567ce020d69758cb698e84902a7cca866b2389edae10fc0b330" @@ -3598,12 +3772,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the MKR Motor Carrier", "paragraph": "Allows to use the MKR Motor Carrier", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRMotorCarrier.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.3.zip", "archiveFileName": "MKRMotorCarrier-1.0.3.zip", "size": 276601, "checksum": "SHA-256:1d8decd7dd50bcadf1f87ea94151b36b46f7e1d4578cac954e2fc6b66e6a80c0" @@ -3615,12 +3789,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the MKR Motor Carrier", "paragraph": "Allows to use the MKR Motor Carrier", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRMotorCarrier.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.4.zip", "archiveFileName": "MKRMotorCarrier-1.0.4.zip", "size": 3390029, "checksum": "SHA-256:69f9f4a725e82bfa0c8748049cd74283e82bc7dad45ba5cfe674af90a9d08144" @@ -3632,12 +3806,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the MKR Motor Carrier", "paragraph": "Allows to use the MKR Motor Carrier", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Signal Input/Output", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRMotorCarrier.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRMotorCarrier-1.0.5.zip", "archiveFileName": "MKRMotorCarrier-1.0.5.zip", "size": 3389915, "checksum": "SHA-256:d0a71446559f5839d0078b075a00da1620fe688d87da565ca9324729fabec907" @@ -3654,7 +3828,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.0.zip", "archiveFileName": "MKRWAN-1.0.0.zip", "size": 24727, "checksum": "SHA-256:5f87d7319f4fcff634b2dd53dfdf0d3c0211f98bf40b6cf6bd597002e97ff66b" @@ -3671,7 +3845,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.1.zip", "archiveFileName": "MKRWAN-1.0.1.zip", "size": 25096, "checksum": "SHA-256:9c502887054a724794bb95a6cad7f3a50cd02e9ce90caa2d2ad8025a6bf5d869" @@ -3688,7 +3862,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.10.zip", "archiveFileName": "MKRWAN-1.0.10.zip", "size": 130925, "checksum": "SHA-256:34c56bcebac7ba3c6b53cefc1cc6b8fe7febd0e6c546b71997a31be14f9461b9" @@ -3705,7 +3879,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.2.zip", "archiveFileName": "MKRWAN-1.0.2.zip", "size": 132585, "checksum": "SHA-256:3abfdf0ba886b2a2e74c5eb370af9971a65d8f9699795884f8bef70e8138807f" @@ -3722,7 +3896,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.3.zip", "archiveFileName": "MKRWAN-1.0.3.zip", "size": 132701, "checksum": "SHA-256:9e6b03f806104516c664057b5b7b28191999cf43eb8796d68f5743d509bc80c8" @@ -3739,7 +3913,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.4.zip", "archiveFileName": "MKRWAN-1.0.4.zip", "size": 132726, "checksum": "SHA-256:5ccf076ff95482fda77ede6edcdbcbc8691b2f39675c13aca0b895ab4a79dcea" @@ -3756,7 +3930,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.5.zip", "archiveFileName": "MKRWAN-1.0.5.zip", "size": 132874, "checksum": "SHA-256:8f5968bf1b76d89c3fe205d4390f52bd443b2bea808e73e295d86e3faa82ed50" @@ -3773,7 +3947,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.6.zip", "archiveFileName": "MKRWAN-1.0.6.zip", "size": 132880, "checksum": "SHA-256:53e9c4141774b18c0a12d132fce320110791b352c7d5652ae7a8b9c7539faf2b" @@ -3790,7 +3964,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.7.zip", "archiveFileName": "MKRWAN-1.0.7.zip", "size": 130782, "checksum": "SHA-256:c8c5b6c5ec6b64b82367ed9b0e2f2002cd2f6e37a19b27f9c47ea1599b565a7b" @@ -3807,7 +3981,7 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.8.zip", "archiveFileName": "MKRWAN-1.0.8.zip", "size": 130872, "checksum": "SHA-256:99a56bb66e6d2d243dee85fc5504ec669abe86fc470d26c47925e5edc2b3f036" @@ -3824,11 +3998,113 @@ "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRWAN.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.9.zip", "archiveFileName": "MKRWAN-1.0.9.zip", "size": 130842, "checksum": "SHA-256:057013913b0ff4b532036ab822948173462ffc664adcf76eb90a0dbc0096ae64" }, + { + "name": "MKRWAN", + "version": "1.0.11", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.11.zip", + "archiveFileName": "MKRWAN-1.0.11.zip", + "size": 131587, + "checksum": "SHA-256:a0477e435925a95c532ac989b6c2dc82308902b4a11c5e620b80a1fc01e3eb4f" + }, + { + "name": "MKRWAN", + "version": "1.0.12", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.12.zip", + "archiveFileName": "MKRWAN-1.0.12.zip", + "size": 131974, + "checksum": "SHA-256:9b7a549367e501c7ac8bf829b1f4506e67b1ba1cdc1c129601b7ae1c34513e0d" + }, + { + "name": "MKRWAN", + "version": "1.0.13", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": ["samd", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.13.zip", + "archiveFileName": "MKRWAN-1.0.13.zip", + "size": 131991, + "checksum": "SHA-256:520cfb5511ff9075689ceeae24dbc2dd055dafe949867f0a7a8877fb7695a9f6" + }, + { + "name": "MKRWAN", + "version": "1.0.14", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": ["samd", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.14.zip", + "archiveFileName": "MKRWAN-1.0.14.zip", + "size": 135409, + "checksum": "SHA-256:b1be69c49f0577607ac2af08b0cf5bcd1af65e50e66d503ffafde2528492c37c" + }, + { + "name": "MKRWAN", + "version": "1.0.15", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": ["samd", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.15.zip", + "archiveFileName": "MKRWAN-1.0.15.zip", + "size": 135463, + "checksum": "SHA-256:55e2099d4edbc20c426d202aa79ee31160164c915a1df35d3f2c68fdc021c5bd" + }, + { + "name": "MKRWAN", + "version": "1.1.0", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoRaWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": ["samd", "mbed", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.1.0.zip", + "archiveFileName": "MKRWAN-1.1.0.zip", + "size": 138749, + "checksum": "SHA-256:658d6670449b2ea499221c896b8c07bb7f447702f140f4651fc170f6f631e5f0" + }, { "name": "MKRGSM", "version": "1.0.0", @@ -3836,12 +4112,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the ubloxs SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.0.0.zip", "archiveFileName": "MKRGSM-1.0.0.zip", "size": 59045, "checksum": "SHA-256:94408c08e2e5217e88b24ebd6e8b797aa02f10e846d46a843bdb0b2252e99815" @@ -3853,13 +4129,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the ubloxs SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.0.1.zip", "archiveFileName": "MKRGSM-1.0.1.zip", "size": 62216, "checksum": "SHA-256:73db68e9392b01ff2eb6fb412f3f440dccf8c219894418bf83a52860b5be5188" @@ -3871,13 +4147,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the ubloxs SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.0.2.zip", "archiveFileName": "MKRGSM-1.0.2.zip", "size": 69724, "checksum": "SHA-256:e104f9f5bbae030cb7a13acc3760974d5856aab7d1fd893af5f269ed004ff427" @@ -3889,13 +4165,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the ubloxs SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.1.0.zip", "archiveFileName": "MKRGSM-1.1.0.zip", "size": 74000, "checksum": "SHA-256:a896d40ffcffd77a7fe1c59c3ab97827ecf9a0c1dd5a1a5e1bc18ff459720274" @@ -3907,13 +4183,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the ubloxs SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.1.1.zip", "archiveFileName": "MKRGSM-1.1.1.zip", "size": 74081, "checksum": "SHA-256:f164c999f178dee8e45ff44f79f8f72728d3999ad31a42cb4693d34a210aac49" @@ -3925,13 +4201,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.1.2.zip", "archiveFileName": "MKRGSM-1.1.2.zip", "size": 74505, "checksum": "SHA-256:317db87ed168702bc297fad8eb1d6006f53299c1767f2770441dde9e6f888b01" @@ -3943,13 +4219,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.2.0.zip", "archiveFileName": "MKRGSM-1.2.0.zip", "size": 74885, "checksum": "SHA-256:cd58894035a3d9a82395fc1c4fbe988dfba976558dba7d6ef5316c3e6a481845" @@ -3961,13 +4237,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.2.1.zip", "archiveFileName": "MKRGSM-1.2.1.zip", "size": 74997, "checksum": "SHA-256:63dd6e1098be520aec2cd3824728cbdfb4b80ec3b011184a54f8954ded4852fb" @@ -3979,13 +4255,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.0.zip", "archiveFileName": "MKRGSM-1.3.0.zip", "size": 96601, "checksum": "SHA-256:ac9bde4ba4389c30743c57fd47689e535b768fe468ab4be16d528c86751f10e6" @@ -3997,13 +4273,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.1.zip", "archiveFileName": "MKRGSM-1.3.1.zip", "size": 96817, "checksum": "SHA-256:2a4f61951c60db32d9acdad65f666e7d88b68bc41e9911469fafab656aa519ce" @@ -4015,13 +4291,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.2.zip", "archiveFileName": "MKRGSM-1.3.2.zip", "size": 96867, "checksum": "SHA-256:bad6a2b1ae3bdac173845e00a030ec7e0da6bbbc925acc734816ccfa1bf13f3c" @@ -4033,13 +4309,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.3.3.zip", "archiveFileName": "MKRGSM-1.3.3.zip", "size": 96899, "checksum": "SHA-256:eaf01196137a0b640c1780e9766bca717817d6597d8c1326657be979bb299819" @@ -4051,13 +4327,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.4.0.zip", "archiveFileName": "MKRGSM-1.4.0.zip", "size": 98809, "checksum": "SHA-256:e1b9a886ef552de97ec3ee3dd579c4a32059b6cb7c86e80fd3dbe99def0925ad" @@ -4069,13 +4345,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.4.1.zip", "archiveFileName": "MKRGSM-1.4.1.zip", "size": 99200, "checksum": "SHA-256:86e9c9ace7f8b9ab64c643b2789a1e3fd81dde2cb4027ff62f3c8bbd6866c144" @@ -4087,17 +4363,35 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRGSM", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRGSM.git", "providesIncludes": ["MKRGSM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.4.2.zip", "archiveFileName": "MKRGSM-1.4.2.zip", "size": 99246, "checksum": "SHA-256:a3ed3a5b6e256d41435ad126b827e8664f00bfca754f99c768e66e1bc62c908d" }, + { + "name": "MKRGSM", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the u-blox SARA-U201 module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/MKRGSM", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRGSM.git", + "providesIncludes": ["MKRGSM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRGSM-1.5.0.zip", + "archiveFileName": "MKRGSM-1.5.0.zip", + "size": 117895, + "checksum": "SHA-256:b1c4e9fddb3cf58b7b2b7b1ab6c774f43b6ce6cc3d781387e31b1377eb7e9a02" + }, { "name": "BNO055", "version": "1.2.0", @@ -4105,12 +4399,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the IMU MKR Shield", "paragraph": "Allows to use the IMU MKR Shield", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Sensors", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/BNO055-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/BNO055-1.2.0.zip", "archiveFileName": "BNO055-1.2.0.zip", "size": 44270, "checksum": "SHA-256:c7b9272feb2bdede505bef68d2ed76fa0e037d43fc9c9297279d90a861ead0d6" @@ -4122,12 +4416,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows to use the IMU MKR Shield", "paragraph": "Allows to use the IMU MKR Shield", - "website": "http://www.arduino.cc/en/Reference/", + "website": "https://www.arduino.cc/en/Reference/", "category": "Sensors", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/BNO055-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/BNO055-1.2.1.zip", "archiveFileName": "BNO055-1.2.1.zip", "size": 44271, "checksum": "SHA-256:ca8a5084a04550e0f392eca01e78a646c23beb35a69a410f18f1feaa0b611aa0" @@ -4138,13 +4432,13 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", - "website": "http://www.arduino.cc/en/Reference/ArduinoECCX08", + "website": "https://www.arduino.cc/en/Reference/ArduinoECCX08", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.0.0.zip", "archiveFileName": "ArduinoECCX08-1.0.0.zip", "size": 7967, "checksum": "SHA-256:d19ae8e35e051dd2923fc320923a8cd5fb9f9fa84983c705e21bc99fd1e67c74" @@ -4155,13 +4449,13 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", - "website": "http://www.arduino.cc/en/Reference/ArduinoECCX08", + "website": "https://www.arduino.cc/en/Reference/ArduinoECCX08", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.0.1.zip", "archiveFileName": "ArduinoECCX08-1.0.1.zip", "size": 7975, "checksum": "SHA-256:f575786c469f3c6a61cbdcac8c58c4411f4fc79395f4caf11402b5f5503f28ab" @@ -4178,7 +4472,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.0.2.zip", "archiveFileName": "ArduinoECCX08-1.0.2.zip", "size": 7921, "checksum": "SHA-256:ff471e7b6d2d60a229ce132a65ac39c2c5efe4296fce12daea1154eff1f9b023" @@ -4195,7 +4489,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.1.0.zip", "archiveFileName": "ArduinoECCX08-1.1.0.zip", "size": 15818, "checksum": "SHA-256:f3c01c330dbc23dcdbbea668a3c2b83456b700f39160428b31d26c9c9d22b582" @@ -4212,7 +4506,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.1.1.zip", "archiveFileName": "ArduinoECCX08-1.1.1.zip", "size": 15818, "checksum": "SHA-256:5375f6c467ece54605d8b34b078cd7fe6b83d7fb898535d9e9de545dedbf6ced" @@ -4229,7 +4523,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.1.2.zip", "archiveFileName": "ArduinoECCX08-1.1.2.zip", "size": 15852, "checksum": "SHA-256:6ff62ec87d58399f2241b86a20b3f5ffc1574ca17d7d0f04979c54574703049d" @@ -4246,7 +4540,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.2.0.zip", "archiveFileName": "ArduinoECCX08-1.2.0.zip", "size": 29000, "checksum": "SHA-256:7fb0877f59a128f556cceba8dafd111e38d0193aa6e3da0adfb9eaff71c0550c" @@ -4263,7 +4557,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.0.zip", "archiveFileName": "ArduinoECCX08-1.3.0.zip", "size": 33168, "checksum": "SHA-256:b78ee97a7150ba1d7f9fac1880e8178206920c7c251c0dc1bac13ca7a3f2fc17" @@ -4280,7 +4574,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.1.zip", "archiveFileName": "ArduinoECCX08-1.3.1.zip", "size": 33185, "checksum": "SHA-256:82e9084797778e4eb2bad84d78548d066e8d45cc84707cf9f09fb4359338abba" @@ -4297,7 +4591,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.2.zip", "archiveFileName": "ArduinoECCX08-1.3.2.zip", "size": 33229, "checksum": "SHA-256:740254c6d74ec4cd04ee2af0b25e818c6cf2fbfb122571a62f9fec057291a188" @@ -4314,11 +4608,45 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", "providesIncludes": ["ArduinoECCX08.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.3.zip", "archiveFileName": "ArduinoECCX08-1.3.3.zip", "size": 33230, "checksum": "SHA-256:2ff5a0c80a4e36b0ddb9a2b1cad8d6b2bcaf50d0d2e24938db8adcd01742308c" }, + { + "name": "ArduinoECCX08", + "version": "1.3.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", + "website": "https://github.com/arduino-libraries/ArduinoECCX08", + "category": "Communication", + "architectures": ["samd", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", + "providesIncludes": ["ArduinoECCX08.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.4.zip", + "archiveFileName": "ArduinoECCX08-1.3.4.zip", + "size": 33256, + "checksum": "SHA-256:b0c23a15ad37b6370ed95564e2fbb078f40ec76509ed1fb15516aef25752f7f0" + }, + { + "name": "ArduinoECCX08", + "version": "1.3.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", + "website": "https://github.com/arduino-libraries/ArduinoECCX08", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", + "providesIncludes": ["ArduinoECCX08.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.5.zip", + "archiveFileName": "ArduinoECCX08-1.3.5.zip", + "size": 33259, + "checksum": "SHA-256:107ad3fce393877f587fc8ee7e1dc7a4532cf883188a7533b894359c4f3b5dfc" + }, { "name": "WiFiNINA", "version": "1.0.0", @@ -4326,13 +4654,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFiNINA.git", "providesIncludes": ["WiFiNINA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.0.0.zip", "archiveFileName": "WiFiNINA-1.0.0.zip", "size": 71548, "checksum": "SHA-256:709c932f6fd365ca867bf42e1fbcada74a51cf39484e024a8f01bcd0f7f3f82b" @@ -4344,13 +4672,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFiNINA.git", "providesIncludes": ["WiFiNINA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.1.0.zip", "archiveFileName": "WiFiNINA-1.1.0.zip", "size": 71738, "checksum": "SHA-256:7fe4cac509ccc69d8eac662d53aab3715dd597388b165f4e10ab30ecb407838c" @@ -4362,13 +4690,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFiNINA.git", "providesIncludes": ["WiFiNINA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.1.1.zip", "archiveFileName": "WiFiNINA-1.1.1.zip", "size": 74432, "checksum": "SHA-256:10b4b20c1c20eb3f7d1aeb30c1764a1b0e175f00837cce9c54c8131c5c45a38d" @@ -4380,13 +4708,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFiNINA.git", "providesIncludes": ["WiFiNINA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.2.0.zip", "archiveFileName": "WiFiNINA-1.2.0.zip", "size": 80986, "checksum": "SHA-256:33015dd4ba8c3525b59fe51d6a817c14cec66a4fe9cbc1f46a34eaf570ed9f7c" @@ -4398,13 +4726,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFiNINA.git", "providesIncludes": ["WiFiNINA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.3.0.zip", "archiveFileName": "WiFiNINA-1.3.0.zip", "size": 82919, "checksum": "SHA-256:ab6faa0b3505c15f600faae188696387ab7b04b4be844eb3e061d44b9fbdf65a" @@ -4416,17 +4744,341 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/WiFiNINA.git", "providesIncludes": ["WiFiNINA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.4.0.zip", "archiveFileName": "WiFiNINA-1.4.0.zip", "size": 83192, "checksum": "SHA-256:4fdafa5ec7dfc2f8a01b7a7c7f6f37d54c393224ccd24ac825df5e4f4c3807f9" }, + { + "name": "WiFiNINA", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.5.0.zip", + "archiveFileName": "WiFiNINA-1.5.0.zip", + "size": 86337, + "checksum": "SHA-256:111c1d031c435b0177752c0075fe889c0a4db1e72d9b29fee7ba30169228d349" + }, + { + "name": "WiFiNINA", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.6.0.zip", + "archiveFileName": "WiFiNINA-1.6.0.zip", + "size": 90426, + "checksum": "SHA-256:5f9014582701c77d22cd1090224aca5e8020a5faacf4de2a3d190f9d8b3feb6f" + }, + { + "name": "WiFiNINA", + "version": "1.7.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.7.0.zip", + "archiveFileName": "WiFiNINA-1.7.0.zip", + "size": 90579, + "checksum": "SHA-256:d724c6d0006076e79602b125639a12c97eeb897560390164acedeeaa168ab6f4" + }, + { + "name": "WiFiNINA", + "version": "1.7.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.7.1.zip", + "archiveFileName": "WiFiNINA-1.7.1.zip", + "size": 90680, + "checksum": "SHA-256:8ba9c6b9fb1fcf333d8fd95d6a036643b8d8a7d3cefc80029fad13ec9336b6e1" + }, + { + "name": "WiFiNINA", + "version": "1.8.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.0.zip", + "archiveFileName": "WiFiNINA-1.8.0.zip", + "size": 91028, + "checksum": "SHA-256:31f5b1e1e016506f836effd937cc51dc610c148546c050747b6653aa090d048e" + }, + { + "name": "WiFiNINA", + "version": "1.8.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.1.zip", + "archiveFileName": "WiFiNINA-1.8.1.zip", + "size": 91034, + "checksum": "SHA-256:73b69d11efd1f2c3260f3610bc55be6b06b3138ab62dbb621b6ab5fbb186f9ce" + }, + { + "name": "WiFiNINA", + "version": "1.8.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.2.zip", + "archiveFileName": "WiFiNINA-1.8.2.zip", + "size": 91323, + "checksum": "SHA-256:088ca838dcc9410d9d7e1fcaee68462682b34031cc5ade03497daa1a8b672a4f" + }, + { + "name": "WiFiNINA", + "version": "1.8.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.3.zip", + "archiveFileName": "WiFiNINA-1.8.3.zip", + "size": 91376, + "checksum": "SHA-256:762d46ed5c7d72dbd9e7e7f65a3fdbbd85ede17db6fba8420974ea61993b9dc4" + }, + { + "name": "WiFiNINA", + "version": "1.8.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.4.zip", + "archiveFileName": "WiFiNINA-1.8.4.zip", + "size": 91588, + "checksum": "SHA-256:d74349ec701f292885a3738a32dd16b2da6547af74d1e81511d013311917bda9" + }, + { + "name": "WiFiNINA", + "version": "1.8.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.5.zip", + "archiveFileName": "WiFiNINA-1.8.5.zip", + "size": 91622, + "checksum": "SHA-256:7c4a2453a0deedbeb3130abc7d78d5633f470432a02afd8435aa93843849a9ef" + }, + { + "name": "WiFiNINA", + "version": "1.8.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.6.zip", + "archiveFileName": "WiFiNINA-1.8.6.zip", + "size": 91645, + "checksum": "SHA-256:0b4f50ada04a9533c5503ee9482a4c1641721322877458b7b5548a3349819280" + }, + { + "name": "WiFiNINA", + "version": "1.8.7", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.7.zip", + "archiveFileName": "WiFiNINA-1.8.7.zip", + "size": 91670, + "checksum": "SHA-256:fee3bc58c83a399d3abcd0f7b44a0a4409646518767166eff5b0282a5d428c2c" + }, + { + "name": "WiFiNINA", + "version": "1.8.8", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.8.zip", + "archiveFileName": "WiFiNINA-1.8.8.zip", + "size": 91754, + "checksum": "SHA-256:efc0a9a09452fc338e2731102c159f2d0859accda07e958ff0deb79ea472e27d" + }, + { + "name": "WiFiNINA", + "version": "1.8.9", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.9.zip", + "archiveFileName": "WiFiNINA-1.8.9.zip", + "size": 93051, + "checksum": "SHA-256:ffb7ea396803e847ed3b6eb05163bfdd1a569ac705dfb1bf59576c92684ec6b3" + }, + { + "name": "WiFiNINA", + "version": "1.8.10", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.10.zip", + "archiveFileName": "WiFiNINA-1.8.10.zip", + "size": 93260, + "checksum": "SHA-256:a4b7dae8986e3c3dbc631a20da4943f2ccd6f9a6dd060246395a5c9d41fb5f00" + }, + { + "name": "WiFiNINA", + "version": "1.8.11", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.11.zip", + "archiveFileName": "WiFiNINA-1.8.11.zip", + "size": 93408, + "checksum": "SHA-256:ad5426b0252e375bbc00275b1bd034673a2f8c1f339ed5be7f11c45e4548a2c0" + }, + { + "name": "WiFiNINA", + "version": "1.8.12", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.12.zip", + "archiveFileName": "WiFiNINA-1.8.12.zip", + "size": 93409, + "checksum": "SHA-256:f5968f1e4757b973c316cc3f2f62922a930822f81b22438f9b2a7921ee143044" + }, + { + "name": "WiFiNINA", + "version": "1.8.13", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": ["WiFiNINA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.13.zip", + "archiveFileName": "WiFiNINA-1.8.13.zip", + "size": 93417, + "checksum": "SHA-256:8f04425790d3d43e4afbb0dc387c3324dc6da483d7470169015a19aa324f877c" + }, { "name": "EduIntro", "version": "0.0.1", @@ -4439,7 +5091,7 @@ "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino/EduIntro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.1.zip", "archiveFileName": "EduIntro-0.0.1.zip", "size": 36535, "checksum": "SHA-256:8e52afbf7c97f13857d356253a193418a3e15ae5e80d6d08c1bb1f97be64b5bb" @@ -4456,7 +5108,7 @@ "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino/EduIntro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.2.zip", "archiveFileName": "EduIntro-0.0.2.zip", "size": 36593, "checksum": "SHA-256:c97fe91ec48aa81e515a1378b09d888cb050d5f9695dfe7ed2e70c8c28c366bc" @@ -4473,7 +5125,7 @@ "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino/EduIntro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.3.zip", "archiveFileName": "EduIntro-0.0.3.zip", "size": 40147, "checksum": "SHA-256:746b2e7c9652b339c265490ab12ea865e539d4e05b6454fd12e70ee378e60d29" @@ -4490,7 +5142,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino/EduIntro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.5.zip", "archiveFileName": "EduIntro-0.0.5.zip", "size": 41786, "checksum": "SHA-256:9670d37acb52eef0ae997c1de67bdbf9c4c7842f7f6afec9076184ef673dfed5" @@ -4507,7 +5159,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino/EduIntro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.6.zip", "archiveFileName": "EduIntro-0.0.6.zip", "size": 50313, "checksum": "SHA-256:54dd245bae54e2ba7bb1127c13a8efbd220d8f3257ddef25c97b5e5447f7af18" @@ -4524,11 +5176,118 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino/EduIntro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.7.zip", "archiveFileName": "EduIntro-0.0.7.zip", "size": 51695, "checksum": "SHA-256:6ab1b70731af05a25209e73ae6bf8a7aab36f9bcf7a135e015ca05d9678162b4" }, + { + "name": "EduIntro", + "version": "0.0.9", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://arduino.cc", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino/EduIntro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.9.zip", + "archiveFileName": "EduIntro-0.0.9.zip", + "size": 91978, + "checksum": "SHA-256:6e1c699a552d4fec206d204989ecfad9d4a0830e1bc851025b7b27fdb13b319d" + }, + { + "name": "EduIntro", + "version": "0.0.10", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://arduino.cc", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino/EduIntro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.10.zip", + "archiveFileName": "EduIntro-0.0.10.zip", + "size": 92708, + "checksum": "SHA-256:cb76544caa87002aafc80bf34b1ec762ab2adc1f9ec6f1dbb07bb84bbe1ab421" + }, + { + "name": "EduIntro", + "version": "0.0.11", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO classic / NANO Every / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://arduino.cc", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino/EduIntro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.11.zip", + "archiveFileName": "EduIntro-0.0.11.zip", + "size": 95207, + "checksum": "SHA-256:0181b80f3e9a216267e252acf3afaefe9ddf3e1d620c73a208c33371d8083527" + }, + { + "name": "EduIntro", + "version": "0.0.12", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO classic / NANO Every / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://arduino.cc", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino/EduIntro.git", + "dependencies": [ + { + "name": "Esplora" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.12.zip", + "archiveFileName": "EduIntro-0.0.12.zip", + "size": 95254, + "checksum": "SHA-256:952b9d2113991554f1e64edf8ff9acc1ffd0309e01e4d5e57c556047291fd6fa" + }, + { + "name": "EduIntro", + "version": "0.0.13", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO classic / NANO Every / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://www.arduino.cc", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino/EduIntro.git", + "dependencies": [ + { + "name": "Esplora" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.13.zip", + "archiveFileName": "EduIntro-0.0.13.zip", + "size": 95614, + "checksum": "SHA-256:8cb5b0f5cc3387231d9e2f63bb76e81614404a4fb21734eaba7790c276548976" + }, { "name": "ArduinoRS485", "version": "1.0.0", @@ -4536,30 +5295,48 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables sending and receiving data using the RS485 standard with RS485 shields, like the MKR 485 Shield.", "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", - "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "website": "https://www.arduino.cc/en/Reference/ArduinoRS485", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", "providesIncludes": ["ArduinoRS485.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.0.zip", "archiveFileName": "ArduinoRS485-1.0.0.zip", "size": 7976, "checksum": "SHA-256:43bc50e01589a4d3a087a8d764662ed2f8dc0494bcde23a6f013b4432b354972" }, + { + "name": "ArduinoRS485", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.", + "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", + "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", + "providesIncludes": ["ArduinoRS485.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.1.zip", + "archiveFileName": "ArduinoRS485-1.0.1.zip", + "size": 17405, + "checksum": "SHA-256:ee3115c07cf4c96c0f55323da2c48176809d5d817dd81c0379874e9db3527f0d" + }, { "name": "ArduinoBearSSL", "version": "1.0.0", "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Port of BearSSL to Arduino", - "website": "http://www.arduino.cc/en/Reference/ArduinoBearSSL", + "website": "https://www.arduino.cc/en/Reference/ArduinoBearSSL", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", "providesIncludes": ["ArduinoBearSSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.0.0.zip", "archiveFileName": "ArduinoBearSSL-1.0.0.zip", "size": 624390, "checksum": "SHA-256:a9a223e500e7179aa33806fa7af7b3a3e2e86134b7ea04a81c9fa4b545f0938f" @@ -4570,13 +5347,13 @@ "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Port of BearSSL to Arduino", - "website": "http://www.arduino.cc/en/Reference/ArduinoBearSSL", + "website": "https://www.arduino.cc/en/Reference/ArduinoBearSSL", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", "providesIncludes": ["ArduinoBearSSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.0.1.zip", "archiveFileName": "ArduinoBearSSL-1.0.1.zip", "size": 638159, "checksum": "SHA-256:ddffd81b43d56cfe566c41a48b065fa057944daf1270b600664aca8a9a788caa" @@ -4588,13 +5365,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Port of BearSSL to Arduino.", "paragraph": "This library depends on ArduinoECCX08.", - "website": "http://www.arduino.cc/en/Reference/ArduinoBearSSL", + "website": "https://www.arduino.cc/en/Reference/ArduinoBearSSL", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", "providesIncludes": ["ArduinoBearSSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.1.0.zip", "archiveFileName": "ArduinoBearSSL-1.1.0.zip", "size": 633991, "checksum": "SHA-256:c6b54f933b72855227af78ec42662f8656c6f014bdd192f74961fa2ab8d58b17" @@ -4612,7 +5389,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", "providesIncludes": ["ArduinoBearSSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.2.0.zip", "archiveFileName": "ArduinoBearSSL-1.2.0.zip", "size": 769156, "checksum": "SHA-256:236073997385b5bea4ae8a6b9ff8d2aa564aae1727b6d75c70c2978038a91e41" @@ -4635,11 +5412,149 @@ "name": "ArduinoECCX08" } ], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.3.0.zip", "archiveFileName": "ArduinoBearSSL-1.3.0.zip", "size": 778299, "checksum": "SHA-256:4f995519c2b144a2f21aee3287e109c9d6c6a50964248abb2a1617a49347481d" }, + { + "name": "ArduinoBearSSL", + "version": "1.4.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": ["ArduinoBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.4.0.zip", + "archiveFileName": "ArduinoBearSSL-1.4.0.zip", + "size": 778459, + "checksum": "SHA-256:c2f82cbdf33b88d7709ee7a7e900b01bd0778627f95fbd239dcf421f878d3052" + }, + { + "name": "ArduinoBearSSL", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": ["ArduinoBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.5.0.zip", + "archiveFileName": "ArduinoBearSSL-1.5.0.zip", + "size": 781557, + "checksum": "SHA-256:0b8c23408e18a94c0672d87bbe56c8d6422df987e8a6cad742638ba6c0f0b369" + }, + { + "name": "ArduinoBearSSL", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": ["ArduinoBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.6.0.zip", + "archiveFileName": "ArduinoBearSSL-1.6.0.zip", + "size": 793203, + "checksum": "SHA-256:96f73102dabe734f9246eb11bc702188a7c0ebcef3e47256c9254aaa7d8b6dcf" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": ["ArduinoBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.0.zip", + "archiveFileName": "ArduinoBearSSL-1.7.0.zip", + "size": 796663, + "checksum": "SHA-256:618f3a9f01288ce826b64958d8d54d80edfe44e1f90c23f2294ad26b66c0321d" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": ["ArduinoBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.1.zip", + "archiveFileName": "ArduinoBearSSL-1.7.1.zip", + "size": 796751, + "checksum": "SHA-256:d03ad103961f0739a42f44bc9544d99823bc731e7ca36db1ed05791b7aee8c36" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": ["ArduinoBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.2.zip", + "archiveFileName": "ArduinoBearSSL-1.7.2.zip", + "size": 798898, + "checksum": "SHA-256:244abcfc22f48fbf3f78a8f38bf6dc7860d4cd911c1020c7d629920ac264ec0c" + }, { "name": "ArduinoDMX", "version": "1.0.0", @@ -4647,13 +5562,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Control DMX lights with your Arduino.", "paragraph": "Using RS485 shields, like the MKR 485 Shield. This library depends on the RS485 library.", - "website": "http://www.arduino.cc/en/Reference/ArduinoDMX", + "website": "https://www.arduino.cc/en/Reference/ArduinoDMX", "category": "Other", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoDMX.git", "providesIncludes": ["ArduinoDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoDMX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoDMX-1.0.0.zip", "archiveFileName": "ArduinoDMX-1.0.0.zip", "size": 6649, "checksum": "SHA-256:85692332ca585b7c1887332579b5881939a0f7bf291963fd38c765fc66c9dfe7" @@ -4671,7 +5586,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoDMX.git", "providesIncludes": ["ArduinoDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoDMX-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoDMX-1.0.1.zip", "archiveFileName": "ArduinoDMX-1.0.1.zip", "size": 6593, "checksum": "SHA-256:df4a5490525c534ddbe9f555a77b7728983957e4e7163ed7d2831a3b9385eb6f" @@ -4683,13 +5598,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Use Modbus equipment with your Arduino.", "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", - "website": "http://www.arduino.cc/en/Reference/ArduinoModbus", + "website": "https://www.arduino.cc/en/Reference/ArduinoModbus", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", "providesIncludes": ["ArduinoModbus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.0.zip", "archiveFileName": "ArduinoModbus-1.0.0.zip", "size": 67693, "checksum": "SHA-256:1ed2bba84108af8cd52abd6554db1ac4631c49d72e98edc27b8138df640aec14" @@ -4707,11 +5622,126 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", "providesIncludes": ["ArduinoModbus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.1.zip", "archiveFileName": "ArduinoModbus-1.0.1.zip", "size": 67687, "checksum": "SHA-256:16ccea270def3b0ff51f77ce24b4438f048cdb2f93d85b1d0a0b278593720af7" }, + { + "name": "ArduinoModbus", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": ["ArduinoModbus.h"], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.2.zip", + "archiveFileName": "ArduinoModbus-1.0.2.zip", + "size": 67918, + "checksum": "SHA-256:0b53b43ce9f2d4d8f73556336c0a531491d68620bf3c4ec1b5afe482832b1505" + }, + { + "name": "ArduinoModbus", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": ["ArduinoModbus.h"], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.3.zip", + "archiveFileName": "ArduinoModbus-1.0.3.zip", + "size": 68577, + "checksum": "SHA-256:5c428c10c3510c109a8ca246fa4384b641ea3223ec464dc02464cdf36a6313ca" + }, + { + "name": "ArduinoModbus", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": ["ArduinoModbus.h"], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.4.zip", + "archiveFileName": "ArduinoModbus-1.0.4.zip", + "size": 71773, + "checksum": "SHA-256:7d0f0d5e3c62529647e16d3bced6ac5cc10838f1fe2cdfbab4ae7ccb83058cce" + }, + { + "name": "ArduinoModbus", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": ["ArduinoModbus.h"], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.5.zip", + "archiveFileName": "ArduinoModbus-1.0.5.zip", + "size": 71829, + "checksum": "SHA-256:931d8832aba313b8ef2e472f693f203606231da2269df66ccdb3686acf8c60f0" + }, + { + "name": "ArduinoModbus", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": ["ArduinoModbus.h"], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.6.zip", + "archiveFileName": "ArduinoModbus-1.0.6.zip", + "size": 71804, + "checksum": "SHA-256:7b7eb78e264d8b32e60cad83e063b9d9a2fd968555671bc939bdcbb4b2990904" + }, { "name": "ArduinoBLE", "version": "0.1.0", @@ -4725,7 +5755,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", "providesIncludes": ["ArduinoBLE.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-0.1.0.zip", "archiveFileName": "ArduinoBLE-0.1.0.zip", "size": 69253, "checksum": "SHA-256:0dd3585a0502ce84a7f2ab04face476d7ca128a94f29a4eec56c1926ed203339" @@ -4743,7 +5773,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", "providesIncludes": ["ArduinoBLE.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-0.1.1.zip", "archiveFileName": "ArduinoBLE-0.1.1.zip", "size": 71509, "checksum": "SHA-256:a3166e07137ea8be9c8867e349834ea7ec7acd98f1c1db22917c274b274fe143" @@ -4761,7 +5791,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", "providesIncludes": ["ArduinoBLE.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-0.1.2.zip", "archiveFileName": "ArduinoBLE-0.1.2.zip", "size": 71589, "checksum": "SHA-256:04e7edc056342de4be806643f43821d42e545880a5bae228ac597ec46624c705" @@ -4779,11 +5809,119 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", "providesIncludes": ["ArduinoBLE.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.0.0.zip", "archiveFileName": "ArduinoBLE-1.0.0.zip", "size": 75474, "checksum": "SHA-256:987ac93d3b7541ff4b8bd7755ecb779108c1c264b999b357b66b351a10371e13" }, + { + "name": "ArduinoBLE", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/arduino-libraries/ArduinoBLE", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.1.0.zip", + "archiveFileName": "ArduinoBLE-1.1.0.zip", + "size": 103851, + "checksum": "SHA-256:60de20e41e9f545513a687d79b3c4bb72a948dbb599af254da86ab2d4102df52" + }, + { + "name": "ArduinoBLE", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.1.1.zip", + "archiveFileName": "ArduinoBLE-1.1.1.zip", + "size": 104780, + "checksum": "SHA-256:d5f836bb642992c71f6ba56ce33d771ccfe50ec975824adde597b765fa622b10" + }, + { + "name": "ArduinoBLE", + "version": "1.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.1.2.zip", + "archiveFileName": "ArduinoBLE-1.1.2.zip", + "size": 105009, + "checksum": "SHA-256:1eea4fcb09e1e009cb0cbdb6712f6ebfdefa356faedc8452dfe50c8997bf76ae" + }, + { + "name": "ArduinoBLE", + "version": "1.1.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.1.3.zip", + "archiveFileName": "ArduinoBLE-1.1.3.zip", + "size": 105158, + "checksum": "SHA-256:f13a372cca038981cdf43c7f1165e0f683ee358e6a9441f082c9b074fa392747" + }, + { + "name": "ArduinoBLE", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed", "apollo3"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.2.0.zip", + "archiveFileName": "ArduinoBLE-1.2.0.zip", + "size": 267680, + "checksum": "SHA-256:6a57d483f22eb48f4c1dc35079de0f272ec8ed3eabfddb7968a0fe9c2372fa7a" + }, + { + "name": "ArduinoBLE", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed", "apollo3", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.2.1.zip", + "archiveFileName": "ArduinoBLE-1.2.1.zip", + "size": 267771, + "checksum": "SHA-256:6534385f398342055d25ae17ba73f37143bf4cd830bb5888726d0443fbc7fbbf" + }, { "name": "MKRNB", "version": "1.0.0", @@ -4791,13 +5929,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.0.0.zip", "archiveFileName": "MKRNB-1.0.0.zip", "size": 65439, "checksum": "SHA-256:f9e75b6afa8fbba039910d0ee93583a5f232101c3d26e992b70a42d2cc91ff5e" @@ -4809,13 +5947,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.0.1.zip", "archiveFileName": "MKRNB-1.0.1.zip", "size": 65668, "checksum": "SHA-256:b84559ba4ccb65239f79a8c9de40c7f36fed6d1beaddf042d7435421044fbaa6" @@ -4827,13 +5965,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.1.0.zip", "archiveFileName": "MKRNB-1.1.0.zip", "size": 72090, "checksum": "SHA-256:dad98e8327c827d34c8225af4612f2cbb66af8fb31ee407c070382f851e6bb70" @@ -4845,13 +5983,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.2.0.zip", "archiveFileName": "MKRNB-1.2.0.zip", "size": 73794, "checksum": "SHA-256:268663ca228b2c9ecd8f935ac73b79b9bba8972e4ff671b557b6cc0393cde24b" @@ -4863,13 +6001,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.3.0.zip", "archiveFileName": "MKRNB-1.3.0.zip", "size": 74387, "checksum": "SHA-256:cad0b40412ed0acb95182ee7adb8ce57288e4ee206cbfdad46716e9ed8a3ccc2" @@ -4881,13 +6019,13 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.3.1.zip", "archiveFileName": "MKRNB-1.3.1.zip", "size": 74428, "checksum": "SHA-256:394cbf847e093032abc336ecbc66c3920773d8f90ffb8f3f975aa1364571c917" @@ -4899,17 +6037,71 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/MKRNB", + "website": "https://www.arduino.cc/en/Reference/MKRNB", "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRNB.git", "providesIncludes": ["MKRNB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.3.2.zip", "archiveFileName": "MKRNB-1.3.2.zip", "size": 74446, "checksum": "SHA-256:b87ab04d33c95d18f7461a444e2a81984ef513c3d349166b3b7c5da655910f41" }, + { + "name": "MKRNB", + "version": "1.4.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", + "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/MKRNB", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRNB.git", + "providesIncludes": ["MKRNB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.4.0.zip", + "archiveFileName": "MKRNB-1.4.0.zip", + "size": 78062, + "checksum": "SHA-256:d0b4e6bfa80165159c4951c680d91bd457ccd6f4f0375eb39254bba6bf85d693" + }, + { + "name": "MKRNB", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", + "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/MKRNB", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRNB.git", + "providesIncludes": ["MKRNB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.5.0.zip", + "archiveFileName": "MKRNB-1.5.0.zip", + "size": 80213, + "checksum": "SHA-256:22088f3e0b428331ebc04e77f4457692178e2dc527b2e6fa034e0861db60738e" + }, + { + "name": "MKRNB", + "version": "1.5.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", + "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/MKRNB", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRNB.git", + "providesIncludes": ["MKRNB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.5.1.zip", + "archiveFileName": "MKRNB-1.5.1.zip", + "size": 80914, + "checksum": "SHA-256:c15fecea9589e64bf91a911afc6f9f8ec6915eb3b39575e4f471bcfa3c057577" + }, { "name": "ArduinoMqttClient", "version": "0.1.0", @@ -4922,7 +6114,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", "providesIncludes": ["ArduinoMqttClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.0.zip", "archiveFileName": "ArduinoMqttClient-0.1.0.zip", "size": 23275, "checksum": "SHA-256:2169f6fbfb10fa6135ca3558667baf677711145238a4ab7acd9c01c5e5445399" @@ -4939,7 +6131,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", "providesIncludes": ["ArduinoMqttClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.1.zip", "archiveFileName": "ArduinoMqttClient-0.1.1.zip", "size": 24021, "checksum": "SHA-256:07bdbd35774fd1286c4e00f2d4e3d6de6ed2e203e5a02aa36b48b2a028a477b2" @@ -4956,7 +6148,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", "providesIncludes": ["ArduinoMqttClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.2.zip", "archiveFileName": "ArduinoMqttClient-0.1.2.zip", "size": 24038, "checksum": "SHA-256:c68965243e57619f7bb3ef162b87127132ad6b809b925c3cd85993e7063db9c1" @@ -4973,11 +6165,45 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", "providesIncludes": ["ArduinoMqttClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.3.zip", "archiveFileName": "ArduinoMqttClient-0.1.3.zip", "size": 24041, "checksum": "SHA-256:419fcc47d6a8f87abe664c7d20fd0a7b69fce4baebf8f7f94a395320c09f03e1" }, + { + "name": "ArduinoMqttClient", + "version": "0.1.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Allows you to send and receive MQTT messages using Arduino.", + "website": "https://github.com/arduino-libraries/ArduinoMqttClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", + "providesIncludes": ["ArduinoMqttClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.4.zip", + "archiveFileName": "ArduinoMqttClient-0.1.4.zip", + "size": 24191, + "checksum": "SHA-256:f206cf9023d5dc9ce500ea86816069992b756e159d7dddb4c152d9de016a1e05" + }, + { + "name": "ArduinoMqttClient", + "version": "0.1.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Allows you to send and receive MQTT messages using Arduino.", + "website": "https://github.com/arduino-libraries/ArduinoMqttClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", + "providesIncludes": ["ArduinoMqttClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.5.zip", + "archiveFileName": "ArduinoMqttClient-0.1.5.zip", + "size": 24888, + "checksum": "SHA-256:a2f8109875fd26b379d098daabbf04f07dcb154ef692169a8e5b1e1707ccc194" + }, { "name": "Arduino Cloud Provider Examples", "version": "1.0.0", @@ -4990,7 +6216,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino/ArduinoCloudProviderExamples.git", "providesIncludes": ["ArduinoCloudProviderExamples.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.0.0.zip", "archiveFileName": "Arduino_Cloud_Provider_Examples-1.0.0.zip", "size": 10032, "checksum": "SHA-256:0df74f03270aa3c5f2f26465cf2011be727d70209a3499d32ebede844515dfc9" @@ -5007,7 +6233,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino/ArduinoCloudProviderExamples.git", "providesIncludes": ["ArduinoCloudProviderExamples.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.1.0.zip", "archiveFileName": "Arduino_Cloud_Provider_Examples-1.1.0.zip", "size": 18811, "checksum": "SHA-256:7efe2da96c4094d4d18338807bba0a449d9a44f7a5723fcd90d2212c96e59e4a" @@ -5024,7 +6250,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino/ArduinoCloudProviderExamples.git", "providesIncludes": ["ArduinoCloudProviderExamples.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.2.0.zip", "archiveFileName": "Arduino_Cloud_Provider_Examples-1.2.0.zip", "size": 28232, "checksum": "SHA-256:f9784cc26004437ca664148eba3a2131fd3e827f76969548a9d52576e1f36c74" @@ -5041,7 +6267,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/MKRIMU.git", "providesIncludes": ["MKRIMU.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRIMU-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRIMU-1.0.0.zip", "archiveFileName": "MKRIMU-1.0.0.zip", "size": 9534, "checksum": "SHA-256:06463b2accb7f43e6e238027b83a6c4186386fd693601621bbffff5658875907" @@ -5058,7 +6284,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.1.0.zip", "archiveFileName": "ArduinoCloudThing-1.1.0.zip", "size": 105318, "checksum": "SHA-256:33a474425d55bbdf7a475fd343f0c9a0500a65f9e20e28020fb592338eb43b18" @@ -5075,7 +6301,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.3.1.zip", "archiveFileName": "ArduinoCloudThing-1.3.1.zip", "size": 222190, "checksum": "SHA-256:9ebd9760d8fdfad2d15d5a251981b417ffc109be5253308b10668ba9e8273168" @@ -5092,7 +6318,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.4.0.zip", "archiveFileName": "ArduinoCloudThing-1.4.0.zip", "size": 222064, "checksum": "SHA-256:3c4f944819d3fddfbd705e8efed45c908aea5ee455d84cdda063a5eb83553b2b" @@ -5109,7 +6335,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.4.1.zip", "archiveFileName": "ArduinoCloudThing-1.4.1.zip", "size": 221686, "checksum": "SHA-256:0070b9f829ea468f5a64f13f37a9365739ab71cac18366e33f65c4f96cd451b3" @@ -5126,7 +6352,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.0.zip", "archiveFileName": "ArduinoCloudThing-1.5.0.zip", "size": 234576, "checksum": "SHA-256:eeff9697e1ecea15ace7c681a91a194e15162ac7cddcab65b1c14af1b6439f9e" @@ -5143,7 +6369,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.1.zip", "archiveFileName": "ArduinoCloudThing-1.5.1.zip", "size": 235029, "checksum": "SHA-256:5deb25a877302f2ba94e5cc57602dfa33593d6cac9635f21c07cbb6e7da5ba2d" @@ -5160,7 +6386,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.2.zip", "archiveFileName": "ArduinoCloudThing-1.5.2.zip", "size": 235026, "checksum": "SHA-256:1ccdea9b8f3f07a5a4ea5e16f98259ba37e6488d7f2dad41f5c979eb12b2d883" @@ -5177,7 +6403,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.3.zip", "archiveFileName": "ArduinoCloudThing-1.5.3.zip", "size": 235034, "checksum": "SHA-256:ece1026bdb2b1b182645832c9f868b03d5d7463cc5785a14e19ca21744d5f22e" @@ -5194,11 +6420,206 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.5.4.zip", "archiveFileName": "ArduinoCloudThing-1.5.4.zip", "size": 236072, "checksum": "SHA-256:313b41404939dd7f72c323b73e6d43b1d982eb105432bc0de35003d4ce69d7b1" }, + { + "name": "ArduinoCloudThing", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.6.0.zip", + "archiveFileName": "ArduinoCloudThing-1.6.0.zip", + "size": 244091, + "checksum": "SHA-256:09dbd813e04f299925868247e8d0c055e0ff52f35738ab0ac2f91f6d8865adbf" + }, + { + "name": "ArduinoCloudThing", + "version": "1.6.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.6.1.zip", + "archiveFileName": "ArduinoCloudThing-1.6.1.zip", + "size": 244762, + "checksum": "SHA-256:5110d61a356b14935c903eca1a10d39102e1c2453971518050640d6165d3b068" + }, + { + "name": "ArduinoCloudThing", + "version": "1.6.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.6.2.zip", + "archiveFileName": "ArduinoCloudThing-1.6.2.zip", + "size": 244928, + "checksum": "SHA-256:98a33ad1d57e543703391952907da7b3fa663ca215940520aa0615e24c8d8b85" + }, + { + "name": "ArduinoCloudThing", + "version": "1.6.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.6.3.zip", + "archiveFileName": "ArduinoCloudThing-1.6.3.zip", + "size": 242430, + "checksum": "SHA-256:950554c45c4a23365614e235da395cf07d92c8b71ec14247674cbacab7572c41" + }, + { + "name": "ArduinoCloudThing", + "version": "1.6.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.6.4.zip", + "archiveFileName": "ArduinoCloudThing-1.6.4.zip", + "size": 244979, + "checksum": "SHA-256:87ed1eb165d668b903d857b0b0878612c1a98a900074173a274673b2061c21df" + }, + { + "name": "ArduinoCloudThing", + "version": "1.6.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "dependencies": [ + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.6.5.zip", + "archiveFileName": "ArduinoCloudThing-1.6.5.zip", + "size": 244990, + "checksum": "SHA-256:c8f017f3a373325630d01d07c57f21e571b2f43bef25a3ce7d5fb7f71c03b09e" + }, + { + "name": "ArduinoCloudThing", + "version": "1.7.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "dependencies": [ + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.7.0.zip", + "archiveFileName": "ArduinoCloudThing-1.7.0.zip", + "size": 246815, + "checksum": "SHA-256:6b92764119943c052e3677b56e3d3ad65a1978595703460f64de7ef8f87ac446" + }, + { + "name": "ArduinoCloudThing", + "version": "1.7.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "dependencies": [ + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.7.1.zip", + "archiveFileName": "ArduinoCloudThing-1.7.1.zip", + "size": 246817, + "checksum": "SHA-256:16b944ddc6b7da984d9f148c023a2c3c040e5756f490701bf6d5611df2805b11" + }, + { + "name": "ArduinoCloudThing", + "version": "1.7.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "dependencies": [ + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.7.2.zip", + "archiveFileName": "ArduinoCloudThing-1.7.2.zip", + "size": 246968, + "checksum": "SHA-256:74d3a4473598f148774527c3b2540a90d86b77d1e10cac1c5f84650020c1a8f9" + }, + { + "name": "ArduinoCloudThing", + "version": "1.7.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "paragraph": "Easly connect your Arduino/Genuino board to the Arduino Cloud", + "website": "https://github.com/arduino-libraries/ArduinoCloudThing", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoCloudThing.git", + "dependencies": [ + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoCloudThing-1.7.3.zip", + "archiveFileName": "ArduinoCloudThing-1.7.3.zip", + "size": 246899, + "checksum": "SHA-256:ba166cea4190d19bfc6da407168e31bda29a06c21ad02b72695e5f9fe76fc377" + }, { "name": "Arduino_JSON", "version": "0.1.0", @@ -5211,7 +6632,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Arduino_JSON.git", "providesIncludes": ["Arduino_JSON.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_JSON-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_JSON-0.1.0.zip", "archiveFileName": "Arduino_JSON-0.1.0.zip", "size": 31595, "checksum": "SHA-256:8ccfc78ecb03933d838d3b014ad75320ee83547720063d020128bfd3cbf1768b" @@ -5228,7 +6649,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Arduino_MKRENV.git", "providesIncludes": ["Arduino_MKRENV.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.0.0.zip", "archiveFileName": "Arduino_MKRENV-1.0.0.zip", "size": 7134, "checksum": "SHA-256:01d8d91ca20c9137aff9300e78571d2c1a92e6932d96cafb0116e11a4393b9d0" @@ -5245,11 +6666,45 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Arduino_MKRENV.git", "providesIncludes": ["Arduino_MKRENV.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.1.0.zip", "archiveFileName": "Arduino_MKRENV-1.1.0.zip", "size": 9131, "checksum": "SHA-256:aeb8eb544c0698e5d9a485c608fb0a084cf0365dc62c8bf66394ba9c8a289e3e" }, + { + "name": "Arduino_MKRENV", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature, humidity, pressure, light and UV sensors of your MKR ENV shield.", + "website": "http://github.com/arduino-libraries/Arduino_MKRENV", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRENV.git", + "providesIncludes": ["Arduino_MKRENV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.2.0.zip", + "archiveFileName": "Arduino_MKRENV-1.2.0.zip", + "size": 9266, + "checksum": "SHA-256:81be156c62199d3262f2621c2c9a00cc965fe258e8a1901cc9387bc582e21b63" + }, + { + "name": "Arduino_MKRENV", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature, humidity, pressure, light and UV sensors of your MKR ENV Shield.", + "website": "http://github.com/arduino-libraries/Arduino_MKRENV", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRENV.git", + "providesIncludes": ["Arduino_MKRENV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.2.1.zip", + "archiveFileName": "Arduino_MKRENV-1.2.1.zip", + "size": 21069, + "checksum": "SHA-256:ec062daeb9d8b49614ee8fbe8bad7d0eb26deeff760a23cd6349f74f49dae812" + }, { "name": "ArduinoIoTCloudBearSSL", "version": "1.1.1", @@ -5257,17 +6712,40 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Port of BearSSL to Arduino.", "paragraph": "This library depends on ArduinoECCX08.", - "website": "http://www.arduino.cc/en/Reference/ArduinoBearSSL", + "website": "https://www.arduino.cc/en/Reference/ArduinoBearSSL", "category": "Communication", "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloudBearSSL.git", "providesIncludes": ["ArduinoIoTCloudBearSSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloudBearSSL-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloudBearSSL-1.1.1.zip", "archiveFileName": "ArduinoIoTCloudBearSSL-1.1.1.zip", "size": 624334, "checksum": "SHA-256:97bb494450014ecd3aba18439ada763277bf7e0c217ff49ff4419d743ff124a0" }, + { + "name": "ArduinoIoTCloudBearSSL", + "version": "1.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBearSSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloudBearSSL.git", + "providesIncludes": ["ArduinoIoTCloudBearSSL.h"], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloudBearSSL-1.1.2.zip", + "archiveFileName": "ArduinoIoTCloudBearSSL-1.1.2.zip", + "size": 624341, + "checksum": "SHA-256:cf7acbb0229b3adc97f0552fde37783ac99d1374eae6c6367a2c38e23b1ea242" + }, { "name": "Arduino_MKRRGB", "version": "1.0.0", @@ -5286,7 +6764,7 @@ "name": "ArduinoGraphics" } ], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRRGB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRRGB-1.0.0.zip", "archiveFileName": "Arduino_MKRRGB-1.0.0.zip", "size": 7797, "checksum": "SHA-256:0c16c5db92467d65123b4fc16e0d3838d38c26da9137f2c50f3aa0cd17115b4d" @@ -5304,7 +6782,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.4.1.zip", "archiveFileName": "ArduinoIoTCloud-0.4.1.zip", "size": 37828, "checksum": "SHA-256:bb2f5729cd3c73566e8d3a543285846e56946d5122d1d71da8a03ebf9b7a6d4d" @@ -5322,7 +6800,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.0.zip", "archiveFileName": "ArduinoIoTCloud-0.5.0.zip", "size": 41240, "checksum": "SHA-256:e87bad500bc58add29aab09323f84ecb898264b99046bfc9637a873fdd3ec92d" @@ -5340,7 +6818,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.1.zip", "archiveFileName": "ArduinoIoTCloud-0.5.1.zip", "size": 45675, "checksum": "SHA-256:cca390bc8228df6bd8009b20727ee66cbe93f2f3e55845c589d1b5f1cd3b5cf4" @@ -5358,7 +6836,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.10.zip", "archiveFileName": "ArduinoIoTCloud-0.5.10.zip", "size": 54435, "checksum": "SHA-256:b3f9156db11374b5a54c5dd7830115f108da92776a2fb9e87c55c6445d97fa31" @@ -5376,7 +6854,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.11.zip", "archiveFileName": "ArduinoIoTCloud-0.5.11.zip", "size": 58317, "checksum": "SHA-256:3897af09b48a50740098a60732cce94b0cf1cd0a3dcb7efdbe8bc9dd5f8486ae" @@ -5394,7 +6872,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.2.zip", "archiveFileName": "ArduinoIoTCloud-0.5.2.zip", "size": 45668, "checksum": "SHA-256:745da4c9116f35baf1e9a734aa90919cfeec497c2ac994f6083f33123a9e0722" @@ -5412,7 +6890,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.3.zip", "archiveFileName": "ArduinoIoTCloud-0.5.3.zip", "size": 51879, "checksum": "SHA-256:c62e9f13214ce615c7f939edba32a7d57febcdb3edf618383ecd1cefaea694ef" @@ -5430,7 +6908,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.4.zip", "archiveFileName": "ArduinoIoTCloud-0.5.4.zip", "size": 51459, "checksum": "SHA-256:9844e1a47a41953516b05808c2909b9b4106f458e4120b84452013b001428f2f" @@ -5448,7 +6926,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.5.zip", "archiveFileName": "ArduinoIoTCloud-0.5.5.zip", "size": 51466, "checksum": "SHA-256:24913b050a7a53c95ae376b02cb119616a547c200925e668b3a420c85c46911c" @@ -5466,7 +6944,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.6.zip", "archiveFileName": "ArduinoIoTCloud-0.5.6.zip", "size": 51467, "checksum": "SHA-256:e8dea64ec0d9e70b0a6492c41fe2316fc847b59225f42ff211d886ab8db5ec13" @@ -5484,7 +6962,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.7.zip", "archiveFileName": "ArduinoIoTCloud-0.5.7.zip", "size": 54069, "checksum": "SHA-256:26cb6ec08e0d9731dc837da8e1d71de600a62dae776b3c9e6b4bd5a0e61ab573" @@ -5502,7 +6980,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.8.zip", "archiveFileName": "ArduinoIoTCloud-0.5.8.zip", "size": 54109, "checksum": "SHA-256:f63b4c36753cc23e60f8255d1298a7e5319b9117f59e7edf19c592d145458900" @@ -5520,7 +6998,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.5.9.zip", "archiveFileName": "ArduinoIoTCloud-0.5.9.zip", "size": 54496, "checksum": "SHA-256:2b2ec3295e694f4efa536c812eeabbcbe18c4e65393b7a85dc35830dd5d6fc74" @@ -5538,7 +7016,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.6.0.zip", "archiveFileName": "ArduinoIoTCloud-0.6.0.zip", "size": 60740, "checksum": "SHA-256:474271285ce7d3ae609898290bcfcefc270e65843677e8ed2bc69fd0bf14d0fd" @@ -5556,7 +7034,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.6.1.zip", "archiveFileName": "ArduinoIoTCloud-0.6.1.zip", "size": 60635, "checksum": "SHA-256:9263f816296ba06c2b1adcc492130af0df71132ae17a9b8ea6da83432f773595" @@ -5574,185 +7052,968 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": ["ArduinoIoTCloud.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.7.0.zip", "archiveFileName": "ArduinoIoTCloud-0.7.0.zip", "size": 60661, "checksum": "SHA-256:064b98a4bd40429b7383c9e2902badf930a5ac4b9844c4125b12b507bc4adc66" }, { - "name": "ArduinoGraphics", - "version": "1.0.0", + "name": "ArduinoIoTCloud", + "version": "0.8.0", "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Core graphics library for Arduino.", - "paragraph": "Based on the Processing API.", - "website": "http://github.com/arduino-libraries/ArduinoGraphics", - "category": "Display", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/ArduinoGraphics.git", - "providesIncludes": ["ArduinoGraphics.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoGraphics-1.0.0.zip", - "archiveFileName": "ArduinoGraphics-1.0.0.zip", - "size": 47622, - "checksum": "SHA-256:74a550c4b61a94a0254d9ca7925192ed9652e752b3e9835a2dbf982bb609089c" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.8.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.8.0.zip", + "size": 56924, + "checksum": "SHA-256:ead8442d7f7365c83f197a8b45dd39c7f1d7c64c8ce99465618a71373dae5cb3" }, { - "name": "Arduino_MKRTHERM", - "version": "1.0.0", + "name": "ArduinoIoTCloud", + "version": "0.8.1", "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the temperature sensors connected to your MKR THERM shield.", - "website": "https://github.com/arduino-libraries/Arduino_MKRTHERM", - "category": "Sensors", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": ["samd"], "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_MKRTHERM.git", - "providesIncludes": ["Arduino_MKRTHERM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRTHERM-1.0.0.zip", - "archiveFileName": "Arduino_MKRTHERM-1.0.0.zip", - "size": 6005, - "checksum": "SHA-256:18b8cae21c1b60f3d6f5c74e86cdcc4bc692c4941285ee128b80cad835a46b3e" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.8.1.zip", + "archiveFileName": "ArduinoIoTCloud-0.8.1.zip", + "size": 56949, + "checksum": "SHA-256:4b9a08515a1327f47f959a4a44b2e8c27493ce0f5d3432f79ef78ac4ee962bf8" }, { - "name": "VidorGraphics", - "version": "1.0.1", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/arduino/VidorLibs", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.8.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.1.zip", - "archiveFileName": "VidorGraphics-1.0.1.zip", - "size": 406077, - "checksum": "SHA-256:b19731ed4e6c0037d48187755e5bd75cbd09396d301bd7944ecfc22950ce97f0" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.8.3.zip", + "archiveFileName": "ArduinoIoTCloud-0.8.3.zip", + "size": 58832, + "checksum": "SHA-256:297fb0ce13c1120024fc1291d2652a2586a1f044a828c598ea1cf0e83fe65d65" }, { - "name": "VidorGraphics", - "version": "1.0.2", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/vidor-libraries/VidorGraphics", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.8.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.2.zip", - "archiveFileName": "VidorGraphics-1.0.2.zip", - "size": 418614, - "checksum": "SHA-256:9757e344b74d478fb719872dc2b925791dca78124213424f8ac593c05704906c" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.8.4.zip", + "archiveFileName": "ArduinoIoTCloud-0.8.4.zip", + "size": 59058, + "checksum": "SHA-256:9ad818cb6ca2ac292bcc818c044faa677a4b742f578b710edea86a2bd03b2b9f" }, { - "name": "VidorGraphics", - "version": "1.0.3", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/vidor-libraries/VidorGraphics", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.9.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.3.zip", - "archiveFileName": "VidorGraphics-1.0.3.zip", - "size": 419538, - "checksum": "SHA-256:41797f6a14eb7caf2f1051a0b234e2bffc9ddb6f3a61a77e9d0b286f431bdb28" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.9.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.9.0.zip", + "size": 64697, + "checksum": "SHA-256:a6556e4e812a57fecebea32ce021c1d52e61f243f90fcae2379ea8207ec41361" }, { - "name": "VidorGraphics", - "version": "1.1.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/vidor-libraries/VidorGraphics", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.9.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.1.0.zip", - "archiveFileName": "VidorGraphics-1.1.0.zip", - "size": 475809, - "checksum": "SHA-256:e6460d9f9db30b2759c94f78a25ab918b7e82d81b8db2f87c5bc54a62c962fc7" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.9.1.zip", + "archiveFileName": "ArduinoIoTCloud-0.9.1.zip", + "size": 67347, + "checksum": "SHA-256:7e5ad38b81612b18075c5b5eb987cafc51a56d8b1c81d1e18d0931aa24902a31" }, { - "name": "VidorPeripherals", - "version": "1.0.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides extended IO functionalities and interfaces", - "paragraph": "Provides extended IO functionalities and interfaces", - "website": "https://github.com/arduino/VidorLibs", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.9.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.0.zip", - "archiveFileName": "VidorPeripherals-1.0.0.zip", - "size": 380619, - "checksum": "SHA-256:cf38cc128abd39ac338cc3bd0e2c0ebfd1fe44b3c39d7e87c4de0fc4608efdc5" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.9.2.zip", + "archiveFileName": "ArduinoIoTCloud-0.9.2.zip", + "size": 67533, + "checksum": "SHA-256:af63b217bfdc94a1259aacaf32331fbbcb8e7035fc7847488a6df75cb6f554de" }, { - "name": "VidorPeripherals", - "version": "1.0.1", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides extended IO functionalities and interfaces", - "paragraph": "Provides extended IO functionalities and interfaces", - "website": "https://github.com/vidor-libraries/VidorPeripherals", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.9.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.1.zip", - "archiveFileName": "VidorPeripherals-1.0.1.zip", - "size": 387226, - "checksum": "SHA-256:a977e1350acb466ffe509e1b35ecc2cfc518cda237fee0757e31368b7d6a407b" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.9.3.zip", + "archiveFileName": "ArduinoIoTCloud-0.9.3.zip", + "size": 67544, + "checksum": "SHA-256:c666a90226de3d3fb23d45e80e8f69607e5d41ca4b79a788831bcc6b64f6e271" }, { - "name": "VidorPeripherals", - "version": "1.1.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides extended IO functionalities and interfaces", - "paragraph": "Provides extended IO functionalities and interfaces", - "website": "https://github.com/vidor-libraries/VidorPeripherals", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.10.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.1.0.zip", - "archiveFileName": "VidorPeripherals-1.1.0.zip", - "size": 432689, - "checksum": "SHA-256:dae40355f1e4d6f25824ab8b1bdf313bc30bb9e10ed8c7b0c24df8f4dbcd50e3" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoCloudThing" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.10.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.10.0.zip", + "size": 67897, + "checksum": "SHA-256:e1cf7822fd964a65df6b4d20a6379e331a263a8fc626213a0780fdfcc53bc0b9" }, { - "name": "USBBlaster", - "version": "1.0.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "USB Blaster emulation for Arduino boards", - "paragraph": "PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000", - "website": "https://github.com/arduino/VidorUtils/extras", - "category": "Data Processing", - "architectures": ["samd", "samd_beta"], + "name": "ArduinoIoTCloud", + "version": "0.11.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], "types": ["Arduino"], - "repository": "https://github.com/vidor-libraries/USBBlaster.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vidor-libraries/USBBlaster-1.0.0.zip", - "archiveFileName": "USBBlaster-1.0.0.zip", - "size": 99868, - "checksum": "SHA-256:b40eeb695bc5cea6b8e6fc2a0831a1e10bbdeb98e68e48cd19b28398275ac2a7" - }, - { - "name": "Braccio", - "version": "2.0.1", + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.11.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.11.0.zip", + "size": 1115140, + "checksum": "SHA-256:c433c315a706ab30973b2ad6c6e102abbf988e28ac688c465fb75fa16399438d" + }, + { + "name": "ArduinoIoTCloud", + "version": "0.11.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["samd", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.11.1.zip", + "archiveFileName": "ArduinoIoTCloud-0.11.1.zip", + "size": 1127195, + "checksum": "SHA-256:6cda571d5a76e1ee9bf07ca1c9c3d40eb8090b94546760c689b31a0326e14de3" + }, + { + "name": "ArduinoIoTCloud", + "version": "0.11.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.11.2.zip", + "archiveFileName": "ArduinoIoTCloud-0.11.2.zip", + "size": 1126294, + "checksum": "SHA-256:ad0d3ceef757315b71db2fb3131f2a67bc8f95c55d95dd4c37c09d7431837f5d" + }, + { + "name": "ArduinoIoTCloud", + "version": "0.11.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.11.3.zip", + "archiveFileName": "ArduinoIoTCloud-0.11.3.zip", + "size": 1126332, + "checksum": "SHA-256:1ea89586e6f5c9e4e1af825c766db80344cb2281ccfbf9259d47269255dbab74" + }, + { + "name": "ArduinoIoTCloud", + "version": "0.12.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.12.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.12.0.zip", + "size": 1132632, + "checksum": "SHA-256:2225f1ac1b3d138295adb5d5699a6aead1ec6d7da617c300f4f02ec1eacf852e" + }, + { + "name": "ArduinoIoTCloud", + "version": "0.13.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.13.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.13.0.zip", + "size": 1133216, + "checksum": "SHA-256:23f5a46d5549357b172f486dd0f70b948a62a84e0b50c8974e488debc8c5f3a3" + }, + { + "name": "ArduinoIoTCloud", + "version": "0.13.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.13.1.zip", + "archiveFileName": "ArduinoIoTCloud-0.13.1.zip", + "size": 1133679, + "checksum": "SHA-256:72cdf1dd57d6b6e3f8f63a761cf0b2f869b8dc03d37ce787608309d6654b1cf1" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "megaavr", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.0.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.0.0.zip", + "size": 1136295, + "checksum": "SHA-256:c6dcd3ca01f1d4c3d30d02270c2d36fa222e9d8ea30144df549ecb040d76944b" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "megaavr", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.0.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.0.1.zip", + "size": 1136340, + "checksum": "SHA-256:5f304a5a6bb71f54b8b6b8a9cb034118cfb466f751c2ad398f3fb1d0a4a07cd9" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.0.2.zip", + "archiveFileName": "ArduinoIoTCloud-1.0.2.zip", + "size": 1134646, + "checksum": "SHA-256:e7ed19532f39062e87333339806f683e2830276655aed41e30c5ae340a04827c" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.1.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.1.0.zip", + "size": 1138183, + "checksum": "SHA-256:bd30936d4e96269a0f0d01b900b2cc5b613655b136322b31b7b0f740b5f40265" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": ["mbed", "samd", "esp8266", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": ["ArduinoIoTCloud.h"], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.1.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.1.1.zip", + "size": 1138236, + "checksum": "SHA-256:2d390ab7f15aec903483aced4e2b5f4ffd2bc913a4b1080d3cfa5af160e77040" + }, + { + "name": "ArduinoGraphics", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Core graphics library for Arduino.", + "paragraph": "Based on the Processing API.", + "website": "http://github.com/arduino-libraries/ArduinoGraphics", + "category": "Display", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoGraphics.git", + "providesIncludes": ["ArduinoGraphics.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoGraphics-1.0.0.zip", + "archiveFileName": "ArduinoGraphics-1.0.0.zip", + "size": 47622, + "checksum": "SHA-256:74a550c4b61a94a0254d9ca7925192ed9652e752b3e9835a2dbf982bb609089c" + }, + { + "name": "Arduino_MKRTHERM", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature sensors connected to your MKR THERM shield.", + "website": "https://github.com/arduino-libraries/Arduino_MKRTHERM", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRTHERM.git", + "providesIncludes": ["Arduino_MKRTHERM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRTHERM-1.0.0.zip", + "archiveFileName": "Arduino_MKRTHERM-1.0.0.zip", + "size": 6005, + "checksum": "SHA-256:18b8cae21c1b60f3d6f5c74e86cdcc4bc692c4941285ee128b80cad835a46b3e" + }, + { + "name": "VidorGraphics", + "version": "1.0.1", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/arduino/VidorLibs", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.1.zip", + "archiveFileName": "VidorGraphics-1.0.1.zip", + "size": 406077, + "checksum": "SHA-256:b19731ed4e6c0037d48187755e5bd75cbd09396d301bd7944ecfc22950ce97f0" + }, + { + "name": "VidorGraphics", + "version": "1.0.2", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/vidor-libraries/VidorGraphics", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.2.zip", + "archiveFileName": "VidorGraphics-1.0.2.zip", + "size": 418614, + "checksum": "SHA-256:9757e344b74d478fb719872dc2b925791dca78124213424f8ac593c05704906c" + }, + { + "name": "VidorGraphics", + "version": "1.0.3", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/vidor-libraries/VidorGraphics", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.3.zip", + "archiveFileName": "VidorGraphics-1.0.3.zip", + "size": 419538, + "checksum": "SHA-256:41797f6a14eb7caf2f1051a0b234e2bffc9ddb6f3a61a77e9d0b286f431bdb28" + }, + { + "name": "VidorGraphics", + "version": "1.1.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/vidor-libraries/VidorGraphics", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.1.0.zip", + "archiveFileName": "VidorGraphics-1.1.0.zip", + "size": 475809, + "checksum": "SHA-256:e6460d9f9db30b2759c94f78a25ab918b7e82d81b8db2f87c5bc54a62c962fc7" + }, + { + "name": "VidorPeripherals", + "version": "1.0.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides extended IO functionalities and interfaces", + "paragraph": "Provides extended IO functionalities and interfaces", + "website": "https://github.com/arduino/VidorLibs", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.0.zip", + "archiveFileName": "VidorPeripherals-1.0.0.zip", + "size": 380619, + "checksum": "SHA-256:cf38cc128abd39ac338cc3bd0e2c0ebfd1fe44b3c39d7e87c4de0fc4608efdc5" + }, + { + "name": "VidorPeripherals", + "version": "1.0.1", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides extended IO functionalities and interfaces", + "paragraph": "Provides extended IO functionalities and interfaces", + "website": "https://github.com/vidor-libraries/VidorPeripherals", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.1.zip", + "archiveFileName": "VidorPeripherals-1.0.1.zip", + "size": 387226, + "checksum": "SHA-256:a977e1350acb466ffe509e1b35ecc2cfc518cda237fee0757e31368b7d6a407b" + }, + { + "name": "VidorPeripherals", + "version": "1.1.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides extended IO functionalities and interfaces", + "paragraph": "Provides extended IO functionalities and interfaces", + "website": "https://github.com/vidor-libraries/VidorPeripherals", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.1.0.zip", + "archiveFileName": "VidorPeripherals-1.1.0.zip", + "size": 432689, + "checksum": "SHA-256:dae40355f1e4d6f25824ab8b1bdf313bc30bb9e10ed8c7b0c24df8f4dbcd50e3" + }, + { + "name": "USBBlaster", + "version": "1.0.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "USB Blaster emulation for Arduino boards", + "paragraph": "PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000", + "website": "https://github.com/arduino/VidorUtils/extras", + "category": "Data Processing", + "architectures": ["samd", "samd_beta"], + "types": ["Arduino"], + "repository": "https://github.com/vidor-libraries/USBBlaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/USBBlaster-1.0.0.zip", + "archiveFileName": "USBBlaster-1.0.0.zip", + "size": 99868, + "checksum": "SHA-256:b40eeb695bc5cea6b8e6fc2a0831a1e10bbdeb98e68e48cd19b28398275ac2a7" + }, + { + "name": "Braccio", + "version": "2.0.1", "author": "Andrea Martino", "maintainer": "Andrea \u003ca.martino@arduino.org\u003e", "sentence": "For Arduino braccio only.", @@ -5762,7 +8023,7 @@ "architectures": ["avr", "samd", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Braccio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.1.zip", "archiveFileName": "Braccio-2.0.1.zip", "size": 14448, "checksum": "SHA-256:5f80541646322e45f67a7413c4d9724eb612f2e22d3e8f4a2d45ed370356a252" @@ -5779,7 +8040,7 @@ "architectures": ["avr", "samd", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Braccio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.2.zip", "archiveFileName": "Braccio-2.0.2.zip", "size": 14453, "checksum": "SHA-256:8f7fb5c8f57895891c33c7eaf1ae5e65eecf0b971a46549f5ac241859292ff94" @@ -5796,11 +8057,33 @@ "architectures": ["avr", "samd", "sam"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Braccio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.3.zip", "archiveFileName": "Braccio-2.0.3.zip", "size": 14511, "checksum": "SHA-256:b51a94b76c0aa441a8922b12dbaf9000ac7b3c64af056784ae5250e01b8ce11b" }, + { + "name": "Braccio", + "version": "2.0.4", + "author": "Andrea Martino, Arduino", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Allows to move each Braccio parts using simple calls.", + "paragraph": "Works only for TinkerKit Braccio.", + "website": "https://store.arduino.cc/tinkerkit-braccio", + "category": "Device Control", + "architectures": ["avr", "samd", "sam"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Braccio.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.4.zip", + "archiveFileName": "Braccio-2.0.4.zip", + "size": 14513, + "checksum": "SHA-256:4085c4109022bb48b73312db0cecca901ff223c37545a9ea619808727ebc9ecf" + }, { "name": "Ciao", "version": "0.1.0", @@ -5813,7 +8096,7 @@ "architectures": ["avr", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ciao.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.0.zip", "archiveFileName": "Ciao-0.1.0.zip", "size": 20169, "checksum": "SHA-256:bdff005e9cea8f6b78160b7c6e2f7ce50f5caf1f966602166c7702a278692936" @@ -5830,7 +8113,7 @@ "architectures": ["avr", "samd"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Ciao.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.1.zip", "archiveFileName": "Ciao-0.1.1.zip", "size": 20249, "checksum": "SHA-256:396aebf65cd7cc43142d8ccf6de5bd0a0227b9d5d45c803ef7fbb50974272dab" @@ -5847,7 +8130,7 @@ "architectures": ["avr"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/UnoWiFi-Developer-Edition-Lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", "archiveFileName": "Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", "size": 37554, "checksum": "SHA-256:9c181936c57c7762e91d35807679f4f412fe8fb07aad0f64a1f94b0646dc7465" @@ -5864,7 +8147,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/cmaglie/FlashStorage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.5.0.zip", "archiveFileName": "FlashStorage-0.5.0.zip", "size": 7848, "checksum": "SHA-256:f2636f5a5a1195637a8021958aea79d4bf34f0a67abcc0e8f1d857db78d2c7af" @@ -5881,7 +8164,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/cmaglie/FlashStorage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.6.0.zip", "archiveFileName": "FlashStorage-0.6.0.zip", "size": 11528, "checksum": "SHA-256:3968537ff3c0df014c7c0f35e156b88fe54f05fcbef2ee9e22caa596e4035e92" @@ -5898,7 +8181,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/cmaglie/FlashStorage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.7.0.zip", "archiveFileName": "FlashStorage-0.7.0.zip", "size": 12054, "checksum": "SHA-256:4eff37b3f5afce6a860e84a23d7ca7dd0b05510002edd415cfadf422483c362e" @@ -5915,11 +8198,28 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/cmaglie/FlashStorage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.7.1.zip", "archiveFileName": "FlashStorage-0.7.1.zip", "size": 12086, "checksum": "SHA-256:c248b1382b7090acc363ad9c7264375e739ad4dae0162d4dbcc8e64279fea2b5" }, + { + "name": "FlashStorage", + "version": "1.0.0", + "author": "Various", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://github.com/cmaglie/FlashStorage", + "category": "Data Storage", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/cmaglie/FlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-1.0.0.zip", + "archiveFileName": "FlashStorage-1.0.0.zip", + "size": 12265, + "checksum": "SHA-256:2f5a349e1c5dc4ec7f7e22268c0f998af3f471b98ed873abd6e671ac67940e39" + }, { "name": "LoRa Node", "version": "1.0.0", @@ -5932,7 +8232,7 @@ "architectures": ["nrf52"], "types": ["Arduino"], "repository": "https://github.com/arduino-org/arduino-library-lora-node-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-org/LoRa_Node-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-org/LoRa_Node-1.0.0.zip", "archiveFileName": "LoRa_Node-1.0.0.zip", "size": 142144, "checksum": "SHA-256:8059bbe5ce30b8f19e984d223b809551764e0b447d06116707c5f77c0f3dabe3" @@ -5949,7 +8249,7 @@ "architectures": ["nrf52"], "types": ["Arduino"], "repository": "https://github.com/arduino-org/arduino-library-lora-node-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-org/LoRa_Node-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-org/LoRa_Node-1.0.1.zip", "archiveFileName": "LoRa_Node-1.0.1.zip", "size": 254440, "checksum": "SHA-256:0d34eef44171f9efffa38a925add67b7c29b6dc612a6c78a01eef8c4c110ff18" @@ -5967,7 +8267,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-org/arduino-library-wifilink.git", "providesIncludes": ["WiFiLink.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-org/WiFi_Link-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-org/WiFi_Link-1.0.0.zip", "archiveFileName": "WiFi_Link-1.0.0.zip", "size": 71298, "checksum": "SHA-256:648d2d1c32c106d503e6fe1e218169f46981a3fbf6c0d9d060ca67b11393b90f" @@ -5985,7 +8285,7 @@ "types": ["Arduino"], "repository": "https://github.com/arduino-org/arduino-library-wifilink.git", "providesIncludes": ["WiFiLink.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-org/WiFi_Link-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-org/WiFi_Link-1.0.1.zip", "archiveFileName": "WiFi_Link-1.0.1.zip", "size": 73337, "checksum": "SHA-256:1107254ecd343b905b97e73e7e381769e5b65f1d293637f860a0e87c451ac062" @@ -6002,7 +8302,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-0.9.2.zip", "archiveFileName": "EducationShield-0.9.2.zip", "size": 126443, "checksum": "SHA-256:cb078d00641e9a75976bf33438d1eee66ee6bcd433e53aa4d1358495b32deffe" @@ -6019,7 +8319,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.0.0.zip", "archiveFileName": "EducationShield-1.0.0.zip", "size": 125991, "checksum": "SHA-256:995427210328c7af4e35dd33b84e6011c109423e7009c4b4b4891a0d3e399194" @@ -6036,7 +8336,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.0.1.zip", "archiveFileName": "EducationShield-1.0.1.zip", "size": 126443, "checksum": "SHA-256:ad5a4f7a42bc606ff9e7c6da504c2508fbaf115d45aa7abc7189e96d941741ee" @@ -6053,7 +8353,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.1.1.zip", "archiveFileName": "EducationShield-1.1.1.zip", "size": 134484, "checksum": "SHA-256:ccd148c9a108227625dac185053662b33a1d56f9e95cf872c83bbe7074256eaf" @@ -6070,7 +8370,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.2.0.zip", "archiveFileName": "EducationShield-1.2.0.zip", "size": 301238, "checksum": "SHA-256:63b775cb9e7f8b34ef5b1089f7aaf1a03504be7e14e9281f84fb54c2063cdaf9" @@ -6087,7 +8387,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.3.1.zip", "archiveFileName": "EducationShield-1.3.1.zip", "size": 3653817, "checksum": "SHA-256:3beb9261a0452b58e810407f2dd84be6878b62edb86265d82f6b41099e33de57" @@ -6104,7 +8404,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.2.zip", "archiveFileName": "EducationShield-1.4.2.zip", "size": 3649963, "checksum": "SHA-256:eb793d68030eeabd03e3e6751f9873d7ac34f9852010cd3f5b3fe11af6f3b1af" @@ -6121,7 +8421,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.3.zip", "archiveFileName": "EducationShield-1.4.3.zip", "size": 3649980, "checksum": "SHA-256:fa07d98eb71ee706de48641b6d85ee13161a5cfdf9ac5588e0e69d90234099b6" @@ -6138,7 +8438,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.4.zip", "archiveFileName": "EducationShield-1.4.4.zip", "size": 3650105, "checksum": "SHA-256:f0735605f1591096a2add7fa65e8decc0ce7b9656d3d81156877458c61277b82" @@ -6155,7 +8455,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.5.zip", "archiveFileName": "EducationShield-1.4.5.zip", "size": 3652320, "checksum": "SHA-256:940c01ef6124b93180f9d985a6404b60df4179efe6cc92fecc64e9969c602fcd" @@ -6172,7 +8472,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.6.zip", "archiveFileName": "EducationShield-1.4.6.zip", "size": 3652326, "checksum": "SHA-256:960e1be713d90b45abc79a6e475a0011a3232f1e9a3ab73cb4063943e2b96790" @@ -6189,7 +8489,7 @@ "architectures": ["avr", "arc32"], "types": ["Contributed"], "repository": "https://github.com/arduinoverkstad/EducationShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinoverkstad/EducationShield-1.4.7.zip", "archiveFileName": "EducationShield-1.4.7.zip", "size": 3651589, "checksum": "SHA-256:693f18eb2f0f45120dd95966957268faca6eb8897f5015d59986e978e85bafa6" @@ -6206,7 +8506,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-0.2.0.zip", "archiveFileName": "AzureIoTHub-0.2.0.zip", "size": 304791, "checksum": "SHA-256:6fb8d17d22e0d682fe0e2884916a115bfa5cdd41aa2196e15527f70112c43311" @@ -6223,7 +8523,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.17.zip", "archiveFileName": "AzureIoTHub-1.0.17.zip", "size": 250817, "checksum": "SHA-256:145c1f9bae98adfcb827d55d11ae501ae90501599be8253b694a96a47ade8f7e" @@ -6240,7 +8540,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.21.zip", "archiveFileName": "AzureIoTHub-1.0.21.zip", "size": 255978, "checksum": "SHA-256:462ac3a07075aa7a480a593546164d47a3a543a8bfb6c6498c7e104e8797a481" @@ -6257,7 +8557,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.30.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.30.zip", "archiveFileName": "AzureIoTHub-1.0.30.zip", "size": 271391, "checksum": "SHA-256:f24280524b93b4a381ba0738dd300df50b237ffc549899c1d3d6d0a24be3a531" @@ -6274,7 +8574,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.34.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.34.zip", "archiveFileName": "AzureIoTHub-1.0.34.zip", "size": 272590, "checksum": "SHA-256:92904c94f137550fac86658b9ab1fd35f1a1776b0aa088d5c1b6257a70082936" @@ -6291,7 +8591,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.35.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.35.zip", "archiveFileName": "AzureIoTHub-1.0.35.zip", "size": 273139, "checksum": "SHA-256:38e2c79ec96690169b0b06ae3b68944ce7e0eb894e8c63e99cfd9c8853fc5015" @@ -6308,7 +8608,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.36.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.36.zip", "archiveFileName": "AzureIoTHub-1.0.36.zip", "size": 273395, "checksum": "SHA-256:1f6d506f24f90829147985ae71834f73b291813bda1b6a884aa0f18de6ddec66" @@ -6325,7 +8625,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.39.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.39.zip", "archiveFileName": "AzureIoTHub-1.0.39.zip", "size": 279549, "checksum": "SHA-256:c65775661ddc73ecafc52f4b1b2a80683a23b8ce9843466dd2ee8b69132f4680" @@ -6342,7 +8642,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.40.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.40.zip", "archiveFileName": "AzureIoTHub-1.0.40.zip", "size": 289725, "checksum": "SHA-256:f38517d6c391437c0c41891587bf89453cfe0c26b72526cc8c106bc6f9665582" @@ -6359,7 +8659,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.41.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.41.zip", "archiveFileName": "AzureIoTHub-1.0.41.zip", "size": 298490, "checksum": "SHA-256:2dc327101b0b3a5b44abae8efd086d6e42e97ae09b48855bede48b5e1d997d54" @@ -6376,7 +8676,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.43.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.43.zip", "archiveFileName": "AzureIoTHub-1.0.43.zip", "size": 293490, "checksum": "SHA-256:4452ff11e9c2878a97dd023d469cfa44fe830b23e5bce725d46a61afbf15465e" @@ -6393,7 +8693,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.44.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.44.zip", "archiveFileName": "AzureIoTHub-1.0.44.zip", "size": 293489, "checksum": "SHA-256:60643176f9fd96e3143bd93e2ea62dc468cc15c0ebe57fec8e9b6b20d20d0c28" @@ -6410,11 +8710,96 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.45.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.45.zip", "archiveFileName": "AzureIoTHub-1.0.45.zip", "size": 296819, "checksum": "SHA-256:8be03c847efb5713324ae226e07601e360965e8be2aa7ce942d09c32c092d435" }, + { + "name": "AzureIoTHub", + "version": "1.3.6", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT library for Arduino. For ESP8266 and ESP32 modules currently.", + "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.3.6.zip", + "archiveFileName": "AzureIoTHub-1.3.6.zip", + "size": 435770, + "checksum": "SHA-256:d47b3f098d190928bdfde4ee1b1605b265ffadc3acd7af0c12d52eea060a600e" + }, + { + "name": "AzureIoTHub", + "version": "1.3.8", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.3.8.zip", + "archiveFileName": "AzureIoTHub-1.3.8.zip", + "size": 442428, + "checksum": "SHA-256:f4c2aabb387ddd6cc29407f990b0bd880b8cf79c51434aa5b3a2032c8a0bd9ed" + }, + { + "name": "AzureIoTHub", + "version": "1.3.9", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.3.9.zip", + "archiveFileName": "AzureIoTHub-1.3.9.zip", + "size": 449145, + "checksum": "SHA-256:557b5a67295ef8a656d90b06fed4c5cfd672f1adcd266a598d20249c93e1fd9b" + }, + { + "name": "AzureIoTHub", + "version": "1.5.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.5.0.zip", + "archiveFileName": "AzureIoTHub-1.5.0.zip", + "size": 445519, + "checksum": "SHA-256:57e8418f64fe31411bed79ade70aa55013c2b96c83770d7fd22d51e4733212d7" + }, + { + "name": "AzureIoTHub", + "version": "1.6.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.6.0.zip", + "archiveFileName": "AzureIoTHub-1.6.0.zip", + "size": 449232, + "checksum": "SHA-256:569c215e29152c838d00ef6ef8f35817b775993955011da65fa0b93119d2b7a0" + }, { "name": "AzureIoTUtility", "version": "1.0.17", @@ -6427,7 +8812,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.17.zip", "archiveFileName": "AzureIoTUtility-1.0.17.zip", "size": 183877, "checksum": "SHA-256:3ff6181daec9fb61c70df9e8d831a6ca6d09c2f7cf080621ee6ad483c1cd7784" @@ -6444,7 +8829,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.21.zip", "archiveFileName": "AzureIoTUtility-1.0.21.zip", "size": 188023, "checksum": "SHA-256:9ee579ddc9ff254f8d2a5bf4e72b404d102f86b1acd63ba23fe6ea2a75b481c3" @@ -6461,7 +8846,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.30.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.30.zip", "archiveFileName": "AzureIoTUtility-1.0.30.zip", "size": 232494, "checksum": "SHA-256:a81d1d467204f476ecd41a460dfb39ee4f301556fb564dde152bd7340ec3129d" @@ -6478,7 +8863,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.34.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.34.zip", "archiveFileName": "AzureIoTUtility-1.0.34.zip", "size": 238152, "checksum": "SHA-256:d583239d06aa0a17039326e34fd1b1bb637f2d2ac6929ab31364db51faa63107" @@ -6495,7 +8880,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.35.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.35.zip", "archiveFileName": "AzureIoTUtility-1.0.35.zip", "size": 238152, "checksum": "SHA-256:b14333e74caac97073f2c8bb7bea6d67ba060c9ad7ddcae3180289a22b49a893" @@ -6512,7 +8897,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.36.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.36.zip", "archiveFileName": "AzureIoTUtility-1.0.36.zip", "size": 238152, "checksum": "SHA-256:7610b970381f6fe362efb6d176a12ade8e1314bbeb6a62b2b3c7d1272a93f9a9" @@ -6529,7 +8914,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.39.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.39.zip", "archiveFileName": "AzureIoTUtility-1.0.39.zip", "size": 243319, "checksum": "SHA-256:ef0f53a3ec94e156d9a058c0f522b8af8ca891bdaa69e3a14ee11a7a2c4c12ca" @@ -6546,7 +8931,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.40.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.40.zip", "archiveFileName": "AzureIoTUtility-1.0.40.zip", "size": 247397, "checksum": "SHA-256:5ed6c89bef5b2f854d16189cb8ec90120af1715f5bb89e7fa49ab75ecfe9e56b" @@ -6563,7 +8948,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.41.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.41.zip", "archiveFileName": "AzureIoTUtility-1.0.41.zip", "size": 256564, "checksum": "SHA-256:e91d95a53653f647f72127148913d0c089814bb68b85ff5fc7c024567decc516" @@ -6580,7 +8965,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.42.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.42.zip", "archiveFileName": "AzureIoTUtility-1.0.42.zip", "size": 265961, "checksum": "SHA-256:16edfab8e333baf668cc38500041085212d47ed4ab514337aacb9fb40ab14b06" @@ -6597,7 +8982,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.43.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.43.zip", "archiveFileName": "AzureIoTUtility-1.0.43.zip", "size": 265961, "checksum": "SHA-256:735589ffae4ec1acea8afbccd06d497242002f6ea65df00f94af5c61403a18ba" @@ -6614,7 +8999,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.44.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.44.zip", "archiveFileName": "AzureIoTUtility-1.0.44.zip", "size": 265961, "checksum": "SHA-256:1f6216bcc2541ce4ba782ff2be82d0f9b7cedb43f90d6314931d41e4b9f0dffa" @@ -6631,11 +9016,113 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.45.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.45.zip", "archiveFileName": "AzureIoTUtility-1.0.45.zip", "size": 268804, "checksum": "SHA-256:ce5ef956805e9889ebf2d4c5616690f56334769470a281624443023d430983fc" }, + { + "name": "AzureIoTUtility", + "version": "1.1.12", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-utility", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.1.12.zip", + "archiveFileName": "AzureIoTUtility-1.1.12.zip", + "size": 453411, + "checksum": "SHA-256:7b940d506c25fab082318621faaa908da78ecd378377f228e500c731a0a2629b" + }, + { + "name": "AzureIoTUtility", + "version": "1.3.8", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-utility", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.3.8.zip", + "archiveFileName": "AzureIoTUtility-1.3.8.zip", + "size": 454684, + "checksum": "SHA-256:2ee8b40aa14463a1072dbebb7211f290bf506a5dead6257e204e2a116035694c" + }, + { + "name": "AzureIoTUtility", + "version": "1.3.9", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-utility", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.3.9.zip", + "archiveFileName": "AzureIoTUtility-1.3.9.zip", + "size": 460277, + "checksum": "SHA-256:1006af99b428a288f4bf572b3e76f2adba782d4727b06657f7686dcc53644c52" + }, + { + "name": "AzureIoTUtility", + "version": "1.5.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-utility", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.5.0.zip", + "archiveFileName": "AzureIoTUtility-1.5.0.zip", + "size": 460211, + "checksum": "SHA-256:d5be188e9a45521207ceccadd0f22858298f7c6a5de51dad216461b8032a73e5" + }, + { + "name": "AzureIoTUtility", + "version": "1.6.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-utility", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.6.0.zip", + "archiveFileName": "AzureIoTUtility-1.6.0.zip", + "size": 460440, + "checksum": "SHA-256:1ee758b5d150c8692d5d3e6e417ffa6acc3c5952808ad24ff4f6d8d4b65cd758" + }, + { + "name": "AzureIoTUtility", + "version": "1.6.1", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-utility", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.6.1.zip", + "archiveFileName": "AzureIoTUtility-1.6.1.zip", + "size": 460438, + "checksum": "SHA-256:33498a21f42a0b6c82d7a0f44e4f8a596a8045d15b6a9dfb9f102c80f210ba26" + }, { "name": "Windows Virtual Shields for Arduino", "version": "1.1.0", @@ -6648,7 +9135,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ms-iot/virtual-shields-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.1.0.zip", "archiveFileName": "Windows_Virtual_Shields_for_Arduino-1.1.0.zip", "size": 1229670, "checksum": "SHA-256:f9a97d78e5c316e57b560ce204b69ce56e6a0b4688d12910781e3042086d350e" @@ -6665,7 +9152,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ms-iot/virtual-shields-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.2.0.zip", "archiveFileName": "Windows_Virtual_Shields_for_Arduino-1.2.0.zip", "size": 1231672, "checksum": "SHA-256:76a876b19c9a559605aad495d4698076a7ad75f42a79146426b5ae9ba5a20696" @@ -6682,7 +9169,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.17.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.17.zip", "size": 25058, "checksum": "SHA-256:7e26deac6fc552ad673b00de5060936c9bc90315c9dab88940e42ee7da723185" @@ -6699,7 +9186,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.21.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.21.zip", "size": 25058, "checksum": "SHA-256:004d29a736a01b1fe97f0515d55684aa741cee591155b6e35d9ff6e04aaedbda" @@ -6716,7 +9203,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.30.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.30.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.30.zip", "size": 25156, "checksum": "SHA-256:add20c8b08396e1a2661fa22685a5de33f03f0c901b8e52a41ef775fa9b0dcee" @@ -6733,7 +9220,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.34.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.34.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.34.zip", "size": 25318, "checksum": "SHA-256:dbef9f53151c23a96884d6f39fb1f7907294892f1a5a5e57a73a24d27f7f7970" @@ -6750,7 +9237,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.35.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.35.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.35.zip", "size": 25318, "checksum": "SHA-256:80c09d23af1fad934613081aaa13a8dab590672a798b819bf299b3092dad488e" @@ -6767,7 +9254,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.36.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.36.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.36.zip", "size": 25317, "checksum": "SHA-256:82354854c09572825e06ef72970fedf0ee628d2781f07ae90f6492dbac345023" @@ -6784,7 +9271,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.39.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.39.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.39.zip", "size": 25858, "checksum": "SHA-256:184bcd9b85305eafce89254cc592137840454d299bd0c47cb979987f1a580223" @@ -6801,7 +9288,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.40.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.40.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.40.zip", "size": 25974, "checksum": "SHA-256:6f30c7b8b68b4df5746637a45da240c720eadc1460ba48d136b69d910ddcca4f" @@ -6818,7 +9305,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.41.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.41.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.41.zip", "size": 34298, "checksum": "SHA-256:56def37e0141f10b537ce4db6327be0306d914e80ef250c7f206482f0a38bc62" @@ -6835,7 +9322,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.42.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.42.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.42.zip", "size": 31824, "checksum": "SHA-256:77de26c2dbf22d5b8b0dacf39512a2e2b3a71cc3615ea795831f6c7dfc2556d5" @@ -6852,7 +9339,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.43.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.43.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.43.zip", "size": 31825, "checksum": "SHA-256:7308a3e3d368549339a182c44dfc5d83feff8913b0d0c39739204b70087ad2e6" @@ -6869,7 +9356,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.44.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.44.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.44.zip", "size": 31824, "checksum": "SHA-256:beb8549f54e3691eeb6f5155b8e648ea3914f24709e3e71961cd0447c370cfa9" @@ -6886,11 +9373,96 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.45.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.45.zip", "archiveFileName": "AzureIoTProtocol_MQTT-1.0.45.zip", "size": 31895, "checksum": "SHA-256:970b9d54d14f90031da820ba2c055cfe84b0220fe9a4fc1649bdc7c905322492" }, + { + "name": "AzureIoTProtocol_MQTT", + "version": "1.1.12", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", + "category": "Communication", + "architectures": ["samd", "esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.1.12.zip", + "archiveFileName": "AzureIoTProtocol_MQTT-1.1.12.zip", + "size": 20493, + "checksum": "SHA-256:d7507aa4eb49803bf1e0fd5b7b6b724692fa1f77d2e791709b7c3b9dd2309c8f" + }, + { + "name": "AzureIoTProtocol_MQTT", + "version": "1.3.8", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", + "category": "Communication", + "architectures": ["samd", "esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.3.8.zip", + "archiveFileName": "AzureIoTProtocol_MQTT-1.3.8.zip", + "size": 21327, + "checksum": "SHA-256:4d573728a006ef8700ce77d0ca2bcda2e58b766ef1942d7ea52ff87cab653f1f" + }, + { + "name": "AzureIoTProtocol_MQTT", + "version": "1.3.9", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", + "category": "Communication", + "architectures": ["samd", "esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.3.9.zip", + "archiveFileName": "AzureIoTProtocol_MQTT-1.3.9.zip", + "size": 21328, + "checksum": "SHA-256:64a0b3444d4ac00537ca473ba4578ee4d19ca06e4e8de25ab49b3610f26368b1" + }, + { + "name": "AzureIoTProtocol_MQTT", + "version": "1.5.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", + "category": "Communication", + "architectures": ["samd", "esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.5.0.zip", + "archiveFileName": "AzureIoTProtocol_MQTT-1.5.0.zip", + "size": 21609, + "checksum": "SHA-256:db4d0347e913f6962cfe45a0b74b8653746e7b50c0f41a41cfc3139feddad384" + }, + { + "name": "AzureIoTProtocol_MQTT", + "version": "1.6.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", + "category": "Communication", + "architectures": ["samd", "esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.6.0.zip", + "archiveFileName": "AzureIoTProtocol_MQTT-1.6.0.zip", + "size": 21608, + "checksum": "SHA-256:8c69447bff012709a8c7b62c4296787dfc3dfa445b8379ef742658a466ac9da0" + }, { "name": "AzureIoTProtocol_HTTP", "version": "1.0.17", @@ -6903,7 +9475,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.17.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.17.zip", "size": 18879, "checksum": "SHA-256:477af88a7151e7b2fa95804a2444ed2792a31cd7968abe8b17771e05203cfdb0" @@ -6920,7 +9492,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.21.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.21.zip", "size": 18879, "checksum": "SHA-256:f8f902d334902c78e6eb87eda17f1d7beafce3022747dc3a10cc59ae9abe1253" @@ -6937,7 +9509,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.30.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.30.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.30.zip", "size": 18861, "checksum": "SHA-256:7e056d4a89795b89377ad13dd792878fb49e6741c2659806340efeaf5856bfa3" @@ -6954,7 +9526,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.34.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.34.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.34.zip", "size": 19045, "checksum": "SHA-256:21284e29b4e8cfd07d979b0680d48bb8cfbc3bfc409bcfd26a43065bbfb64a10" @@ -6971,7 +9543,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.35.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.35.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.35.zip", "size": 19042, "checksum": "SHA-256:705cd30894a29f50738361235e8cee02eb8162d08427aaaeeff28075a883f5c8" @@ -6988,7 +9560,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.36.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.36.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.36.zip", "size": 19040, "checksum": "SHA-256:23737109b3b996c2d98feb15abe7fe334aac51c0816ecacbd703867cd803a413" @@ -7005,7 +9577,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.39.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.39.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.39.zip", "size": 19003, "checksum": "SHA-256:bdf4df029d8a71ab02179ee05a9a64a3cb45d1815aab7f52c1cbce66f0a52206" @@ -7022,7 +9594,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.40.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.40.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.40.zip", "size": 19033, "checksum": "SHA-256:4141a9ece360c49b12d9aa263ea5618eaf2db9fadb08e84b7c163fc278dd1119" @@ -7039,7 +9611,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.41.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.41.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.41.zip", "size": 27970, "checksum": "SHA-256:03f047f3638cb682ad3defc7997526f0d38334b9cae9f06545d6fe1b26b81e81" @@ -7056,7 +9628,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.42.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.42.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.42.zip", "size": 25462, "checksum": "SHA-256:753f8b9b7124f0abdb44b8d9170b993036e6c0554b0ef4620414c24dba20a40c" @@ -7073,7 +9645,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.43.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.43.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.43.zip", "size": 25463, "checksum": "SHA-256:fdc1a079b13a1d19c72759bd9a61a676a8431a90d3a49198d7583030c62128fc" @@ -7090,7 +9662,7 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.44.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.44.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.44.zip", "size": 25462, "checksum": "SHA-256:80e6c435cc5a962c2fe8349a0eab1c5834deafa6fca81f2ed89e1dfeaa162e5e" @@ -7107,11 +9679,96 @@ "architectures": ["samd", "esp8266"], "types": ["Partner"], "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.45.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.45.zip", "archiveFileName": "AzureIoTProtocol_HTTP-1.0.45.zip", "size": 25463, "checksum": "SHA-256:139bc6fcaeb88b0617d711966d0e34066218837514c12f225a3700443b1cbe4f" }, + { + "name": "AzureIoTProtocol_HTTP", + "version": "1.1.12", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.1.12.zip", + "archiveFileName": "AzureIoTProtocol_HTTP-1.1.12.zip", + "size": 11850, + "checksum": "SHA-256:ddd63b800b7b209a470724c2ce74fb7b9e3890596dd9c36782913d9a842d9635" + }, + { + "name": "AzureIoTProtocol_HTTP", + "version": "1.3.8", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.3.8.zip", + "archiveFileName": "AzureIoTProtocol_HTTP-1.3.8.zip", + "size": 12707, + "checksum": "SHA-256:4222b2f164a58c9ff28db3426842e90df8a011cbd9bea26ceb72239890787914" + }, + { + "name": "AzureIoTProtocol_HTTP", + "version": "1.3.9", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.3.9.zip", + "archiveFileName": "AzureIoTProtocol_HTTP-1.3.9.zip", + "size": 13506, + "checksum": "SHA-256:0f4d5ca5301c2ea241e0767d3477273e15a28320cf3f12562f3dd8bc34d93c3e" + }, + { + "name": "AzureIoTProtocol_HTTP", + "version": "1.5.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.5.0.zip", + "archiveFileName": "AzureIoTProtocol_HTTP-1.5.0.zip", + "size": 13524, + "checksum": "SHA-256:0121267cce5a37f891cefdc03df041920bad3318280cc981fec5a1dc643bf769" + }, + { + "name": "AzureIoTProtocol_HTTP", + "version": "1.6.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", + "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Partner"], + "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.6.0.zip", + "archiveFileName": "AzureIoTProtocol_HTTP-1.6.0.zip", + "size": 13522, + "checksum": "SHA-256:15a5b12e8ad9707eb83f20e1fa199a3376c35e06a0bc42265c7784de24e3a8b5" + }, { "name": "Temboo", "version": "1.1.0", @@ -7124,7 +9781,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.0.zip", "archiveFileName": "Temboo-1.1.0.zip", "size": 37723, "checksum": "SHA-256:5e10c964157a640b74d3627364cf4de69087efa25e35e42dd12defa037b76afd" @@ -7141,7 +9798,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.1.zip", "archiveFileName": "Temboo-1.1.1.zip", "size": 37723, "checksum": "SHA-256:66c4f8552afdb15fa1bff8c6707ac4cdfe570d755aa9ca6644b5abfd3caeafc4" @@ -7158,7 +9815,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.2.zip", "archiveFileName": "Temboo-1.1.2.zip", "size": 37905, "checksum": "SHA-256:993ab3922d49052286c7326202a023513436c5b88b53e1a481422bb8fe07b138" @@ -7175,7 +9832,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.3.zip", "archiveFileName": "Temboo-1.1.3.zip", "size": 116251, "checksum": "SHA-256:038b1f0b241b9e58e0aaf394320833758f86b1ecc0ad777494914c1f6b994979" @@ -7192,7 +9849,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.4.zip", "archiveFileName": "Temboo-1.1.4.zip", "size": 145601, "checksum": "SHA-256:d87d142260b266eb39e7643beac6ed8b16c616e636233941a24429aa2c2e6a1c" @@ -7209,7 +9866,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.6.zip", "archiveFileName": "Temboo-1.1.6.zip", "size": 146654, "checksum": "SHA-256:f17cbd4fae4c81fe647ddf61126a8bfc118fc17c83e23ad9e301b2d12718e74b" @@ -7226,7 +9883,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.7.zip", "archiveFileName": "Temboo-1.1.7.zip", "size": 155072, "checksum": "SHA-256:7eb742cd7397c742cdb932ba48567659bd01b0013700197a395deef4c08ce8e7" @@ -7243,7 +9900,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.8.zip", "archiveFileName": "Temboo-1.1.8.zip", "size": 171204, "checksum": "SHA-256:792084458e7a92c940000bc6b36e80fdfe357cf4254ed6391b2724575629eadb" @@ -7260,7 +9917,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.2.0.zip", "archiveFileName": "Temboo-1.2.0.zip", "size": 190620, "checksum": "SHA-256:cc86513b478f7242dd45a804d02844e75437a38178b255af3a290c03fd81c5c8" @@ -7277,7 +9934,7 @@ "architectures": ["*"], "types": ["Arduino"], "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.2.1.zip", "archiveFileName": "Temboo-1.2.1.zip", "size": 192186, "checksum": "SHA-256:24cc5325842fb8ab36a3380f9cdc0b7064ec4984fe07bdf82b3f8d12bb43f1d5" @@ -7294,7 +9951,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.0.0.zip", "archiveFileName": "Adafruit_ADS1X15-1.0.0.zip", "size": 10098, "checksum": "SHA-256:12d59e4067f91ef6bc534270a239ad7f137aa8a40d04f430b22b97ed83daaeb3" @@ -7311,11 +9968,167 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.0.1.zip", "archiveFileName": "Adafruit_ADS1X15-1.0.1.zip", "size": 10602, "checksum": "SHA-256:2c89abe1d9224449e3393e833a94bdc7b636cfed1effe0a87d05686cbdbc9b79" }, + { + "name": "Adafruit ADS1X15", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator", + "paragraph": "Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.0.2.zip", + "archiveFileName": "Adafruit_ADS1X15-1.0.2.zip", + "size": 10595, + "checksum": "SHA-256:23658394b1bfc6ab54e0a330153202dd04d76b549542aa241db477db6a443f97" + }, + { + "name": "Adafruit ADS1X15", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.1.0.zip", + "archiveFileName": "Adafruit_ADS1X15-1.1.0.zip", + "size": 10972, + "checksum": "SHA-256:75441506cb74a374d5a5d714a711f1f3a771c631c78e38b81bacc31a47ed9758" + }, + { + "name": "Adafruit ADS1X15", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.1.1.zip", + "archiveFileName": "Adafruit_ADS1X15-1.1.1.zip", + "size": 11034, + "checksum": "SHA-256:72c44ac46bb83fd0f5aab526271d05083ac53889c26cb2a128136bf3e68a4961" + }, + { + "name": "Adafruit ADS1X15", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.1.2.zip", + "archiveFileName": "Adafruit_ADS1X15-1.1.2.zip", + "size": 11030, + "checksum": "SHA-256:a1275c496d8ac9816f1d015a97e778455930c4985e68756fb0b93aaf16d709d9" + }, + { + "name": "Adafruit ADS1X15", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.0.1.zip", + "archiveFileName": "Adafruit_ADS1X15-2.0.1.zip", + "size": 11077, + "checksum": "SHA-256:63544ff46bd4e0b18cdb52093ad06f08c64128c64d8f606d824f06f0ded3c971" + }, + { + "name": "Adafruit ADS1X15", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.1.0.zip", + "archiveFileName": "Adafruit_ADS1X15-2.1.0.zip", + "size": 11715, + "checksum": "SHA-256:c2e96c90a9b71554e783dbc4d0b5d498349b9baa56919551d21808d177bd6f2b" + }, + { + "name": "Adafruit ADS1X15", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.1.1.zip", + "archiveFileName": "Adafruit_ADS1X15-2.1.1.zip", + "size": 11716, + "checksum": "SHA-256:7264844970659954e7f071b072c3eae2aebcf63f7745ef60b41bd3ce730a947d" + }, + { + "name": "Adafruit ADS1X15", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.2.0.zip", + "archiveFileName": "Adafruit_ADS1X15-2.2.0.zip", + "size": 11834, + "checksum": "SHA-256:bd5142d0900cc65ae70d8c04c15d3357ac5146aaf8c8540d3258b65a709eebd7" + }, { "name": "Adafruit ADXL345", "version": "1.0.0", @@ -7328,7 +10141,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.0.0.zip", "archiveFileName": "Adafruit_ADXL345-1.0.0.zip", "size": 9014, "checksum": "SHA-256:c87cc2cf3ca7b68be54f03613c8bc702de782578e069c23ea5569085276890bc" @@ -7345,11 +10158,55 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.0.zip", "archiveFileName": "Adafruit_ADXL345-1.2.0.zip", "size": 9509, "checksum": "SHA-256:55fa510e4930b6f744ed309e4e0eea8836a70ec048c7818877a62fc043f964af" }, + { + "name": "Adafruit ADXL345", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.1.zip", + "archiveFileName": "Adafruit_ADXL345-1.2.1.zip", + "size": 13134, + "checksum": "SHA-256:ed08929eb5e7e89e7fef96e98e7bfa55c080ffe33dd9b73c09e6fc954d493312" + }, + { + "name": "Adafruit ADXL345", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.2.zip", + "archiveFileName": "Adafruit_ADXL345-1.2.2.zip", + "size": 13123, + "checksum": "SHA-256:3281c434c66d561cca8017060f4c1878bde9ab42027f3e4f3bd24bbf7d0fc200" + }, { "name": "Adafruit AM2315", "version": "1.0.0", @@ -7362,7 +10219,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AM2315.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.0.zip", "archiveFileName": "Adafruit_AM2315-1.0.0.zip", "size": 4795, "checksum": "SHA-256:612781d07a3b13be288a31541f30af691c1878cdbd308cdf3bbb5f33e295c2b1" @@ -7379,7 +10236,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AM2315.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.1.zip", "archiveFileName": "Adafruit_AM2315-1.0.1.zip", "size": 4819, "checksum": "SHA-256:1878b2015c36668c4d57a1b9e24d540608ddca6527cd80fc37e8ec1847b6606d" @@ -7396,11 +10253,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AM2315.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.0.0.zip", "archiveFileName": "Adafruit_AM2315-2.0.0.zip", "size": 5540, "checksum": "SHA-256:477d557f13fb12b511ce6de1cc2cdbf36ff6cd9de44cbd006e9dceed7f357cc2" }, + { + "name": "Adafruit AM2315", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.1.0.zip", + "archiveFileName": "Adafruit_AM2315-2.1.0.zip", + "size": 5654, + "checksum": "SHA-256:9b2b150fa4208492ca16d2c58a8ab5362808492cb5828394013827a54faf64ef" + }, { "name": "Adafruit BLEFirmata", "version": "1.0.0", @@ -7413,7 +10287,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BLEFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.0.0.zip", "archiveFileName": "Adafruit_BLEFirmata-1.0.0.zip", "size": 43622, "checksum": "SHA-256:941bf0dd2ee14fe368ed7a354dcb13003ad7896189a0afc238016a4f6953818c" @@ -7430,7 +10304,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BLEFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.1.0.zip", "archiveFileName": "Adafruit_BLEFirmata-1.1.0.zip", "size": 72096, "checksum": "SHA-256:95d3bfca1b777634a3c44d6b34f27bb23f976a8de9dd7caaff7312f3715a8f3b" @@ -7447,11 +10321,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BLEFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.1.1.zip", "archiveFileName": "Adafruit_BLEFirmata-1.1.1.zip", "size": 72112, "checksum": "SHA-256:6171fc38fa3631dcc2ab45d2eb2b207f15e9362bdef58641ed3ed72e09308b85" }, + { + "name": "Adafruit BLEFirmata", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Modified Firmata code to work with Adafruit's nRF8001 Breakout and BlueFruit modules", + "paragraph": "Modified Firmata code to work with Adafruit's nRF8001 Breakout and BlueFruit modules", + "website": "https://github.com/adafruit/Adafruit_BLE_PinIO", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BLEFirmata.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BLEFirmata-1.1.2.zip", + "archiveFileName": "Adafruit_BLEFirmata-1.1.2.zip", + "size": 72115, + "checksum": "SHA-256:47f8340913c1bff198a150cec5da55de0475bdcf9677dfe1e06a50287dfd2a2e" + }, { "name": "Adafruit AHRS", "version": "1.0.0", @@ -7464,7 +10355,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.0.0.zip", "archiveFileName": "Adafruit_AHRS-1.0.0.zip", "size": 797755, "checksum": "SHA-256:8675869ca31e6e18996c6dde1ea9b3bee995d31e4979c34dce29fa6f1c07d7fa" @@ -7481,7 +10372,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.0.2.zip", "archiveFileName": "Adafruit_AHRS-1.0.2.zip", "size": 1012794, "checksum": "SHA-256:159857c8436361555136106f7217a8c771342dab6750a6e223a4c3174c67759e" @@ -7498,7 +10389,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.1.0.zip", "archiveFileName": "Adafruit_AHRS-1.1.0.zip", "size": 1030010, "checksum": "SHA-256:1ee74e2df6eeb773e3a4b9d94da3c5c7cd4c524d5a84e89007014dd4634ceef0" @@ -7515,7 +10406,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.1.2.zip", "archiveFileName": "Adafruit_AHRS-1.1.2.zip", "size": 1821644, "checksum": "SHA-256:19c3c73efd7c385406142859b72f665bcae4346e2be8a6150f20a1698597bb1f" @@ -7532,75 +10423,600 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_AHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-1.1.3.zip", "archiveFileName": "Adafruit_AHRS-1.1.3.zip", "size": 2035191, "checksum": "SHA-256:d55b9adc093835462ab0ef8f555de1a798e6012a45ccdee3d72d7a8391c9c18d" }, { - "name": "Adafruit BMP085 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A powerful but easy to use BMP085/BMP180 Library", - "paragraph": "A powerful but easy to use BMP085/BMP180 Library", - "website": "https://github.com/adafruit/Adafruit-BMP085-Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.0.0.zip", - "archiveFileName": "Adafruit_BMP085_Library-1.0.0.zip", - "size": 6623, - "checksum": "SHA-256:ac177582e80a15641a8f0c97cae40354e9843643c2b2f5067e14f9f56031618f" - }, - { - "name": "Adafruit BMP085 Library", - "version": "1.0.1", + "name": "Adafruit AHRS", + "version": "2.0.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A powerful but easy to use BMP085/BMP180 Library", - "paragraph": "A powerful but easy to use BMP085/BMP180 Library", - "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.0.1.zip", - "archiveFileName": "Adafruit_BMP085_Library-1.0.1.zip", - "size": 6623, - "checksum": "SHA-256:5095140972014f3708da75ac87f32face35881604bccbf901402ec2a9a1a7c3f" + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.0.0.zip", + "archiveFileName": "Adafruit_AHRS-2.0.0.zip", + "size": 1635146, + "checksum": "SHA-256:60e83d71cb2a7543f7ff28529692e9e40b9db89ec764305c0de32c9234d1f4b7" }, { - "name": "Adafruit BMP085 Unified", - "version": "1.0.0", + "name": "Adafruit AHRS", + "version": "2.1.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", - "paragraph": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", - "website": "https://github.com/adafruit/Adafruit_BMP085_Unified", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BMP085_Unified.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Unified-1.0.0.zip", - "archiveFileName": "Adafruit_BMP085_Unified-1.0.0.zip", - "size": 9459, - "checksum": "SHA-256:fe8f08bc70bfb3bc23bb3b970ef26f6f9a8f09629bac94f32f6d5d27c28cca29" - }, - { - "name": "Adafruit BMP183 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Non-Unified BMP library", - "paragraph": "Non-Unified BMP library", + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.1.0.zip", + "archiveFileName": "Adafruit_AHRS-2.1.0.zip", + "size": 1635528, + "checksum": "SHA-256:ea48f7c0902a2dd6347f874b04ab982942ae53d4cd53ebf8fa02f8ce499a91d9" + }, + { + "name": "Adafruit AHRS", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.2.0.zip", + "archiveFileName": "Adafruit_AHRS-2.2.0.zip", + "size": 1636804, + "checksum": "SHA-256:ae69c2723373e3d6583ffefa1987afbdb16cd78a886d0413cd2a06e7fefeb33f" + }, + { + "name": "Adafruit AHRS", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.2.2.zip", + "archiveFileName": "Adafruit_AHRS-2.2.2.zip", + "size": 1636805, + "checksum": "SHA-256:8057814f72c172607604b13770a8b89eed18012a763ecc0f8f4367b5b98dcf33" + }, + { + "name": "Adafruit AHRS", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.2.3.zip", + "archiveFileName": "Adafruit_AHRS-2.2.3.zip", + "size": 1636827, + "checksum": "SHA-256:9759028c4924999b0819e1315eb939a95ad385a5a360b4f6783f00d5eb3c1e68" + }, + { + "name": "Adafruit AHRS", + "version": "2.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.2.4.zip", + "archiveFileName": "Adafruit_AHRS-2.2.4.zip", + "size": 1638331, + "checksum": "SHA-256:3dd5f11ae720b88dce8af5d4942879acf49f8ed9a4a5b893fe410a6abe3ad00a" + }, + { + "name": "Adafruit AHRS", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.3.0.zip", + "archiveFileName": "Adafruit_AHRS-2.3.0.zip", + "size": 1638414, + "checksum": "SHA-256:9dc4c2ba14672c00adb42007128dc81cb75c3e73faf6aef34710ecca4bff79bb" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.0.0.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.0.0.zip", + "size": 6623, + "checksum": "SHA-256:ac177582e80a15641a8f0c97cae40354e9843643c2b2f5067e14f9f56031618f" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.0.1.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.0.1.zip", + "size": 6623, + "checksum": "SHA-256:5095140972014f3708da75ac87f32face35881604bccbf901402ec2a9a1a7c3f" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.1.0.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.1.0.zip", + "size": 7112, + "checksum": "SHA-256:33e17116c1d36dd9f91a0b0043e46e192cb0460fe2c6ab49886afc6ea57b6d9b" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.2.0.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.2.0.zip", + "size": 7262, + "checksum": "SHA-256:b787e8a52d45c2e9047c8c31123769eba0abd24f3b36fc1c46f7fadd30a1e582" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.2.1.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.2.1.zip", + "size": 7269, + "checksum": "SHA-256:9122117408b84941ae2ef5970598b016e99a372531077138634b899d7fdc97d2" + }, + { + "name": "Adafruit BMP085 Unified", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "paragraph": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "website": "https://github.com/adafruit/Adafruit_BMP085_Unified", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP085_Unified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Unified-1.0.0.zip", + "archiveFileName": "Adafruit_BMP085_Unified-1.0.0.zip", + "size": 9459, + "checksum": "SHA-256:fe8f08bc70bfb3bc23bb3b970ef26f6f9a8f09629bac94f32f6d5d27c28cca29" + }, + { + "name": "Adafruit BMP085 Unified", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "paragraph": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "website": "https://github.com/adafruit/Adafruit_BMP085_Unified", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP085_Unified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Unified-1.0.1.zip", + "archiveFileName": "Adafruit_BMP085_Unified-1.0.1.zip", + "size": 9453, + "checksum": "SHA-256:25358e90fd4ab5e6221c5fe4086b8db0549a17c9f06cbf88f49cc652406af871" + }, + { + "name": "Adafruit BMP085 Unified", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "paragraph": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "website": "https://github.com/adafruit/Adafruit_BMP085_Unified", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP085_Unified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Unified-1.1.0.zip", + "archiveFileName": "Adafruit_BMP085_Unified-1.1.0.zip", + "size": 9635, + "checksum": "SHA-256:772af6874879d80edfb987601db2d5a171aaa46affdefe37c7c354ec8d0baf89" + }, + { + "name": "Adafruit BMP183 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Non-Unified BMP library", + "paragraph": "Non-Unified BMP library", "website": "https://github.com/adafruit/Adafruit_BMP183_Library", "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.0.zip", "archiveFileName": "Adafruit_BMP183_Library-1.0.0.zip", "size": 7385, "checksum": "SHA-256:93fa6770fa2f3376b78786eb33ac6e7ec9e8c6bb96a434b64e80b9ad587c31df" @@ -7617,7 +11033,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.1.zip", "archiveFileName": "Adafruit_BMP183_Library-1.0.1.zip", "size": 7696, "checksum": "SHA-256:de089ef6aba7fa47c45a3a9977534391031c80a093cff19ea9ba5a6c66a2e5da" @@ -7634,11 +11050,72 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.2.zip", "archiveFileName": "Adafruit_BMP183_Library-1.0.2.zip", "size": 409737, "checksum": "SHA-256:94a1ddb43eb6658607029f4a2cb15828ce7a677fd6c441e49cdf6f3e09bd2c55" }, + { + "name": "Adafruit BMP183 Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Non-Unified BMP library", + "paragraph": "Non-Unified BMP library", + "website": "https://github.com/adafruit/Adafruit_BMP183_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.0.3.zip", + "archiveFileName": "Adafruit_BMP183_Library-1.0.3.zip", + "size": 408925, + "checksum": "SHA-256:cd07ee02bbc184912eb095fafa66933a5c8b92a6765239a29544e366b96515ab" + }, + { + "name": "Adafruit BMP183 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Non-Unified BMP library", + "paragraph": "Non-Unified BMP library", + "website": "https://github.com/adafruit/Adafruit_BMP183_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.1.0.zip", + "archiveFileName": "Adafruit_BMP183_Library-1.1.0.zip", + "size": 408717, + "checksum": "SHA-256:33b159540fdbb49e1d0b790ab36e6ae146d99862586c94e8192661ba9115ea29" + }, + { + "name": "Adafruit BMP183 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Non-Unified BMP library", + "paragraph": "Non-Unified BMP library", + "website": "https://github.com/adafruit/Adafruit_BMP183_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.1.1.zip", + "archiveFileName": "Adafruit_BMP183_Library-1.1.1.zip", + "size": 408716, + "checksum": "SHA-256:667cea69f707b4b42d86a10686d02ef28f91bc2a3c6f52e2f4016af59e130cf1" + }, { "name": "Adafruit BMP183 Unified Library", "version": "1.0.0", @@ -7651,7 +11128,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.0.0.zip", "archiveFileName": "Adafruit_BMP183_Unified_Library-1.0.0.zip", "size": 9428, "checksum": "SHA-256:df42f171b4cabb36ca35097475a724429ce3bbfbd236724fa1bbd692e2332c05" @@ -7668,11 +11145,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.0.1.zip", "archiveFileName": "Adafruit_BMP183_Unified_Library-1.0.1.zip", "size": 410927, "checksum": "SHA-256:13cf38a5f66df6c7d18fc9f375d789413e845fb11de5bfc6bed61fbfeb855eb7" }, + { + "name": "Adafruit BMP183 Unified Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BMP183 sensors in the Adafruit shop", + "paragraph": "Arduino library for the BMP183 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.1.0.zip", + "archiveFileName": "Adafruit_BMP183_Unified_Library-1.1.0.zip", + "size": 410949, + "checksum": "SHA-256:5cea6f0649f315d7a297d1f8f9af05c860fa9fbff48186ad768340a548790405" + }, { "name": "Adafruit CAP1188 Library", "version": "1.0.0", @@ -7685,7 +11184,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CAP1188_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.0.0.zip", "archiveFileName": "Adafruit_CAP1188_Library-1.0.0.zip", "size": 6041, "checksum": "SHA-256:9727d63dc769651e5f4b8912e07387bbd479a2b7b258f30412d5a6d27d8d354d" @@ -7702,11 +11201,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CAP1188_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.0.1.zip", "archiveFileName": "Adafruit_CAP1188_Library-1.0.1.zip", "size": 340136, "checksum": "SHA-256:9966b7827005a376a168f316f79e47959b2223b0a81303476809bd91d1b97902" }, + { + "name": "Adafruit CAP1188 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout", + "paragraph": "Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_CAP1188_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CAP1188_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.0.2.zip", + "archiveFileName": "Adafruit_CAP1188_Library-1.0.2.zip", + "size": 340150, + "checksum": "SHA-256:f8a1fd9ac23f3c11391bb63bd07f4b41b6cae501e8045b6e3e931acbc1374473" + }, { "name": "Adafruit DotStar", "version": "1.0.0", @@ -7719,7 +11235,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.0.zip", "archiveFileName": "Adafruit_DotStar-1.0.0.zip", "size": 21748, "checksum": "SHA-256:35a98c7aa83ef945eb508fce94c55f18a6ff25e901caa40272a7da26be978799" @@ -7736,7 +11252,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.1.zip", "archiveFileName": "Adafruit_DotStar-1.0.1.zip", "size": 22033, "checksum": "SHA-256:6094982834ebbad071176723dfa5dc34e4379b8d044d69e4a0e71c1af82de0b3" @@ -7753,7 +11269,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.2.zip", "archiveFileName": "Adafruit_DotStar-1.0.2.zip", "size": 22295, "checksum": "SHA-256:c1eb24fe785f4fd31309ce9537c808b36fa7bd2c5495669401cb65db3d198af4" @@ -7770,7 +11286,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.3.zip", "archiveFileName": "Adafruit_DotStar-1.0.3.zip", "size": 22794, "checksum": "SHA-256:ad637830f788336ecf5cde84e1f68ef1e783edbbd201c0036b5f1fb313b56d9c" @@ -7787,7 +11303,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.0.4.zip", "archiveFileName": "Adafruit_DotStar-1.0.4.zip", "size": 23555, "checksum": "SHA-256:869c7f750c62127a4318decc16f780a0a911c3c2880ee4b5c0cc8de5845d31aa" @@ -7804,7 +11320,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.0.zip", "archiveFileName": "Adafruit_DotStar-1.1.0.zip", "size": 27443, "checksum": "SHA-256:c9789a091f8853dcc00dd727904103c082aad9d730b68b855b61db772836f209" @@ -7821,7 +11337,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.1.zip", "archiveFileName": "Adafruit_DotStar-1.1.1.zip", "size": 30018, "checksum": "SHA-256:10cc5b6227467af33f7ce21ee560428c240e79c5260c3499abf8a42c2b748b94" @@ -7838,11 +11354,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DotStar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.2.zip", "archiveFileName": "Adafruit_DotStar-1.1.2.zip", "size": 30067, "checksum": "SHA-256:03013c243656476d024d18fd150993076de71405acb5267a458a5c34339e66ac" }, + { + "name": "Adafruit DotStar", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.3.zip", + "archiveFileName": "Adafruit_DotStar-1.1.3.zip", + "size": 30496, + "checksum": "SHA-256:07457f53e541895bb95897ac1b2cb39466429bd5357ee5542e5d8248f111eb15" + }, + { + "name": "Adafruit DotStar", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.4.zip", + "archiveFileName": "Adafruit_DotStar-1.1.4.zip", + "size": 45575, + "checksum": "SHA-256:2c3706b175da8da7264c1ec13a8913ee74be044414ff3c8084ad36fee7ef7209" + }, { "name": "Adafruit CC3000 Library", "version": "1.0.0", @@ -7855,7 +11405,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CC3000_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CC3000_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CC3000_Library-1.0.0.zip", "archiveFileName": "Adafruit_CC3000_Library-1.0.0.zip", "size": 245806, "checksum": "SHA-256:221fef6c56ff65b13797f2e074ee6b0c9c10a18fd86bf8e3966c87dc4b5430e4" @@ -7872,7 +11422,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CC3000_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CC3000_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CC3000_Library-1.0.3.zip", "archiveFileName": "Adafruit_CC3000_Library-1.0.3.zip", "size": 246639, "checksum": "SHA-256:e4d3c5fdac8ffa77893de4eee732518ce1f01b960fad3eaf19e6a42a5a353b7a" @@ -7889,7 +11439,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CC3000_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CC3000_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CC3000_Library-1.0.4.zip", "archiveFileName": "Adafruit_CC3000_Library-1.0.4.zip", "size": 246632, "checksum": "SHA-256:57fc691f7cd55aa69f4ea0d3e393587453b9777d0d7e14fbcf1f9f188af1f40c" @@ -7906,7 +11456,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.0.0.zip", "archiveFileName": "Adafruit_DRV2605_Library-1.0.0.zip", "size": 5575, "checksum": "SHA-256:0af055f20a568abc683f9a1e6e5de0adc7b14e11cbd71e0b5b47829a55398b90" @@ -7923,7 +11473,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.0.1.zip", "archiveFileName": "Adafruit_DRV2605_Library-1.0.1.zip", "size": 6568, "checksum": "SHA-256:97716f2660ccf82236a73fef0629d22309490573a368d20aa59b9fc92fddd1cd" @@ -7940,11 +11490,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.1.0.zip", "archiveFileName": "Adafruit_DRV2605_Library-1.1.0.zip", "size": 13369, "checksum": "SHA-256:1150a5ce93ac8804da56d2e59f7b746fd63cdf4afd5f0727a9082113ac7bb961" }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.1.1.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.1.1.zip", + "size": 13410, + "checksum": "SHA-256:cbe14463dedc718c9613a4bd8688068b01d1e64c0abb1921707f7ca3d844aa0e" + }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.1.2.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.1.2.zip", + "size": 13434, + "checksum": "SHA-256:ba0c49657d613675a93898f4adce57f110994fa710332b2de0e5f06401e52a79" + }, { "name": "Adafruit ESP8266", "version": "1.0.0", @@ -7957,11 +11541,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ESP8266-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ESP8266-1.0.0.zip", "archiveFileName": "Adafruit_ESP8266-1.0.0.zip", "size": 11284, "checksum": "SHA-256:a6f8a6a73d507168bccb172f35268226a307bd5265b13f1c208ca1a82b1d77d6" }, + { + "name": "Adafruit ESP8266", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Example code for ESP8266 chipset", + "paragraph": "Example code for ESP8266 chipset", + "website": "https://github.com/adafruit/Adafruit_ESP8266", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ESP8266-1.0.1.zip", + "archiveFileName": "Adafruit_ESP8266-1.0.1.zip", + "size": 11315, + "checksum": "SHA-256:acba7a4bccc70e31ee37abb88febf6f299578a2bf0cab024393876db06f15be7" + }, + { + "name": "Adafruit ESP8266", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Example code for ESP8266 chipset", + "paragraph": "Example code for ESP8266 chipset", + "website": "https://github.com/adafruit/Adafruit_ESP8266", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ESP8266-1.1.0.zip", + "archiveFileName": "Adafruit_ESP8266-1.1.0.zip", + "size": 11573, + "checksum": "SHA-256:34f08b3fc675c176fdd6c99a83da76097b2fb996c70f58d709f4a6a4d9d79c10" + }, { "name": "Adafruit Flora Pixel Library", "version": "1.0.0", @@ -7974,7 +11592,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Flora-Pixel-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Flora_Pixel_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Flora_Pixel_Library-1.0.0.zip", "archiveFileName": "Adafruit_Flora_Pixel_Library-1.0.0.zip", "size": 5173, "checksum": "SHA-256:cffe012972b0cc94b1f673a1553a92b6a930b6a755181896cd07dfc2ace87b11" @@ -7991,7 +11609,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.0.0.zip", "archiveFileName": "Adafruit_FRAM_I2C-1.0.0.zip", "size": 6419, "checksum": "SHA-256:ccaf1a09eecdd225c985393c4f67a29b7fe6057322d14ff29040f25c16c0f24d" @@ -8008,11 +11626,118 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.0.1.zip", "archiveFileName": "Adafruit_FRAM_I2C-1.0.1.zip", "size": 6930, "checksum": "SHA-256:4b114ee2944bb216c0f3d41d3da4b936ba666bb82e43c74f9fa0e76c890a9763" }, + { + "name": "Adafruit FRAM I2C", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.0.2.zip", + "archiveFileName": "Adafruit_FRAM_I2C-1.0.2.zip", + "size": 391072, + "checksum": "SHA-256:2c70e733d90027f2f6112baa496e9e92b4ddbfda838c0f69bcf7b3f854347ec9" + }, + { + "name": "Adafruit FRAM I2C", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.1.0.zip", + "archiveFileName": "Adafruit_FRAM_I2C-1.1.0.zip", + "size": 394608, + "checksum": "SHA-256:b299c69e44919f2b924fb1204ae26c435e9854cdf5a04cca7bcbc58c2d41c167" + }, + { + "name": "Adafruit FRAM I2C", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.1.1.zip", + "archiveFileName": "Adafruit_FRAM_I2C-1.1.1.zip", + "size": 393526, + "checksum": "SHA-256:96cb74b6fca7dde3a8a5a85c4e36118934f9945ec0bc65a15626d206bbdf3d95" + }, + { + "name": "Adafruit FRAM I2C", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.1.2.zip", + "archiveFileName": "Adafruit_FRAM_I2C-1.1.2.zip", + "size": 393582, + "checksum": "SHA-256:2d5cccdc8878e5e8b70333eae38f04232b70e282cd8c5f9be71ef3ff5d4f827e" + }, + { + "name": "Adafruit FRAM I2C", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-1.1.3.zip", + "archiveFileName": "Adafruit_FRAM_I2C-1.1.3.zip", + "size": 393279, + "checksum": "SHA-256:58422aba1f3dedef69f79fbd4a43ee8ac3442e0fccb412be3eb79f96abf76708" + }, + { + "name": "Adafruit FRAM I2C", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-2.0.0.zip", + "archiveFileName": "Adafruit_FRAM_I2C-2.0.0.zip", + "size": 396949, + "checksum": "SHA-256:52e0abbbb85618a836a3a8bd1b92fcc56d4e20cba16dffcb2e75ac36410d88b9" + }, { "name": "Adafruit Fingerprint Sensor Library", "version": "1.0.0", @@ -8025,7 +11750,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.0.0.zip", "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.0.0.zip", "size": 2393171, "checksum": "SHA-256:838b6de3f0e1e4bce9733526643859269b1a3ba0a7b3ef0627712e5d08678dad" @@ -8042,7 +11767,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.0.zip", "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.0.zip", "size": 2395032, "checksum": "SHA-256:195d88713d5868de761d875f596d69d5ed9d95084193168df3cecd68cfbf873b" @@ -8059,7 +11784,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.1.zip", "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.1.zip", "size": 2401952, "checksum": "SHA-256:6c40643dd5ab9a57d66c33afa666e1193ab0252575418ee32eb8f654bb535ca2" @@ -8076,11 +11801,279 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.2.zip", "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.2.zip", "size": 2404837, "checksum": "SHA-256:3f89a131daf06ce994ad0a3f3af3bd8ea596e27d26573f56f5e0edbde20e8f86" }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.3.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.3.zip", + "size": 2398858, + "checksum": "SHA-256:0951658ad19f64554e4273d423fc09e420ae97828b682e37af75ad1e8b075f05" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.4.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.4.zip", + "size": 2398935, + "checksum": "SHA-256:b0be9df55a08216b50b3e1c1d914aaab0da85e78e521b177848c701439c93daf" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.5.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.5.zip", + "size": 2398995, + "checksum": "SHA-256:fde746b964b656158508cafb4e10309f080232cb761a3701cca379d5e7b1dbea" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.6.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.6.zip", + "size": 2399045, + "checksum": "SHA-256:f74df7a5d8892bac508545405edf4307d843569e0c55174a6da93c65532f708c" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "1.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.7.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.7.zip", + "size": 2399045, + "checksum": "SHA-256:c57923014fbec44d00e8a355d18fc9c53e535f225e25e365a91b032e564bb734" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "1.1.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-1.1.8.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-1.1.8.zip", + "size": 2399505, + "checksum": "SHA-256:33a250ed7fbf810d493717f20e404869466de8d29aae2e21eb4cea3408da3064" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.0.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.0.zip", + "size": 2402830, + "checksum": "SHA-256:af0705fd22ce58ebfe9d4c8e6113d47620425510c1b8328e4131cc198956d1f4" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.1.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.1.zip", + "size": 2402912, + "checksum": "SHA-256:386d9e3baa06b10a8630da9d5be6cd987f4beeb8fa61bcb9a20283a971fbd5e0" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.2.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.2.zip", + "size": 2403063, + "checksum": "SHA-256:80c633154cf0d284f7bd8755fcfd68a828e34dcc03d4a2644dc9e2b020283c76" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.3.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.3.zip", + "size": 2403037, + "checksum": "SHA-256:d646579e83984f0007e173aabd2dd98ac8ec1748c1c81f5c0674a95dcd879811" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.4.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.4.zip", + "size": 2403089, + "checksum": "SHA-256:de1efe3132ece0e718ab57637600654f33add6fbb4f7e658695e49a7931140fa" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.5.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.5.zip", + "size": 2403088, + "checksum": "SHA-256:ec020a77ad26707ee93c36321ebf1f9a1d41183b5c53241643ce15f6c6a4800d" + }, { "name": "Adafruit FRAM SPI", "version": "1.0.0", @@ -8093,7 +12086,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-1.0.0.zip", "archiveFileName": "Adafruit_FRAM_SPI-1.0.0.zip", "size": 7176, "checksum": "SHA-256:92504f7395e83dd32cd64f5c1bb3d2c7bbdd49078512cbbc481c9e717ca24e58" @@ -8110,7 +12103,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-1.0.1.zip", "archiveFileName": "Adafruit_FRAM_SPI-1.0.1.zip", "size": 9658, "checksum": "SHA-256:02f45103a09077b76d3999cbe82e1163584e22a39ff61fc3b224e7cd7e86cb7d" @@ -8127,11 +12120,165 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-1.0.2.zip", "archiveFileName": "Adafruit_FRAM_SPI-1.0.2.zip", "size": 451250, "checksum": "SHA-256:7460d2fd05cdd5b2bccad2053d72ce57be9e35aa38c0c8f2127994227b05dde6" }, + { + "name": "Adafruit FRAM SPI", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.0.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.0.0.zip", + "size": 450409, + "checksum": "SHA-256:547b49a21d801b1b9a3acc0d22a0abf167b8484d35cf0a0346ab4eae035a7805" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.0.1.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.0.1.zip", + "size": 450468, + "checksum": "SHA-256:d2f44273017fd94c4d109a75ec635c498694c1cb469da540249ac54d083db00c" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.1.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.1.0.zip", + "size": 450502, + "checksum": "SHA-256:986b3607ccc8d9722a15fa5241aedc1de98a894e9bddd3a7cec8ae976d281f58" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.2.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.2.0.zip", + "size": 450506, + "checksum": "SHA-256:abee998ba86baead594698cf2e0a3fd990f64419023ba6c9b9ac4c8331975ecb" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.3.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.3.0.zip", + "size": 450784, + "checksum": "SHA-256:74f410181b740a438914433c9f77b266b07c16be4fde04e04e3dc51a082cf2df" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.3.1.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.3.1.zip", + "size": 450929, + "checksum": "SHA-256:2aa36a78db8dd23b3cd299ee7f27691998a31c1d0e0403d926c612e1477dec2c" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.4.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.4.0.zip", + "size": 450994, + "checksum": "SHA-256:8feb86af5cb36903ecf49bf83d6036397edb1b72aeacc92db44e8cc2e9c9105f" + }, { "name": "Adafruit FONA Library", "version": "1.0.0", @@ -8144,7 +12291,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.0.0.zip", "archiveFileName": "Adafruit_FONA_Library-1.0.0.zip", "size": 17147, "checksum": "SHA-256:4b95da876d81e14ae7a1aaf78f93ecd8ca5d9d0757890dfcd8391f6b24f79eb6" @@ -8161,7 +12308,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.1.0.zip", "archiveFileName": "Adafruit_FONA_Library-1.1.0.zip", "size": 21579, "checksum": "SHA-256:4217165c508e822863757b70b01d808552256e13618e941d1c2ab8f28e71351a" @@ -8178,7 +12325,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.1.1.zip", "archiveFileName": "Adafruit_FONA_Library-1.1.1.zip", "size": 27860, "checksum": "SHA-256:09a518a960bdd6407aa4a5a9ed4ee1409b69c8af14944b433206caabbe559f6b" @@ -8195,7 +12342,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.2.0.zip", "archiveFileName": "Adafruit_FONA_Library-1.2.0.zip", "size": 28217, "checksum": "SHA-256:4d9f09b34330f81cbce10eaa8e4d8469a179829e172c67881059964b84d52850" @@ -8212,7 +12359,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.0.zip", "archiveFileName": "Adafruit_FONA_Library-1.3.0.zip", "size": 28656, "checksum": "SHA-256:98e4234c8cff5b13a8ffffa23cca00fab95e86206bdd444130dacd307334c077" @@ -8229,7 +12376,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.2.zip", "archiveFileName": "Adafruit_FONA_Library-1.3.2.zip", "size": 33788, "checksum": "SHA-256:450c1643687a9da600ec5213a7101f8bae2fcc5b588b691ac53b869fe4a2b780" @@ -8246,7 +12393,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.3.zip", "archiveFileName": "Adafruit_FONA_Library-1.3.3.zip", "size": 46878, "checksum": "SHA-256:6b642335a982d6325e1708e55dfd506ad2141b6a0a6a56f70487e19ce77e42d3" @@ -8263,7 +12410,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.4.zip", "archiveFileName": "Adafruit_FONA_Library-1.3.4.zip", "size": 47100, "checksum": "SHA-256:613e116adc0d63dffe78233ce881ec998cea8aab19ffcb08956b7a9ab8de8542" @@ -8280,11 +12427,79 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.5.zip", "archiveFileName": "Adafruit_FONA_Library-1.3.5.zip", "size": 46256, "checksum": "SHA-256:9d3d53ccb9481d1f0f768b9c5fa2ee0bc61e5b23bd19d0f5d30895629494df02" }, + { + "name": "Adafruit FONA Library", + "version": "1.3.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.6.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.6.zip", + "size": 49872, + "checksum": "SHA-256:06afc989b428c8c9fab0789d66baa417f25e54e0d2a4bf83e55f93a70e491902" + }, + { + "name": "Adafruit FONA Library", + "version": "1.3.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.7.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.7.zip", + "size": 49931, + "checksum": "SHA-256:d12f1c45c995b0f478961bad1f9beb16947838c042356cba98f98d4d1a848346" + }, + { + "name": "Adafruit FONA Library", + "version": "1.3.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.8.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.8.zip", + "size": 49667, + "checksum": "SHA-256:5ca7bdbb01eb74b9c5a98076789a3e615203cafe9fd86ae360d0de520a45c7d9" + }, + { + "name": "Adafruit FONA Library", + "version": "1.3.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.9.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.9.zip", + "size": 49667, + "checksum": "SHA-256:8afa8a67495bd55b4e7aaac9b65f013c54e225a32e58c9d588af0cbe5197278d" + }, { "name": "Adafruit FT6206 Library", "version": "1.0.0", @@ -8297,7 +12512,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.0.zip", "archiveFileName": "Adafruit_FT6206_Library-1.0.0.zip", "size": 6508, "checksum": "SHA-256:fcd79570afdddb74c99399f82d72e6ec86d4b83a260156f3dc6132f0ba74b8ca" @@ -8314,7 +12529,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.1.zip", "archiveFileName": "Adafruit_FT6206_Library-1.0.1.zip", "size": 8169, "checksum": "SHA-256:edd34cc316e6804666130f960dee12e8a355c8df06bf2b6bbf03595fcf334104" @@ -8331,7 +12546,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.2.zip", "archiveFileName": "Adafruit_FT6206_Library-1.0.2.zip", "size": 168938, "checksum": "SHA-256:8ebe9b55bfb24ab7892b86f699a64db0c1ad736420bc96f5ada6d7428c9d3e70" @@ -8348,46 +12563,121 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.3.zip", "archiveFileName": "Adafruit_FT6206_Library-1.0.3.zip", "size": 8843, "checksum": "SHA-256:c63a394c6cec7fc1defd34a5cb3330ba8ca6313ce06aef17302306f5e2e723c6" }, { - "name": "Adafruit GPS Library", - "version": "1.0.0", + "name": "Adafruit FT6206 Library", + "version": "1.0.4", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "An interrupt-based GPS library for no-parsing-required use", - "paragraph": "An interrupt-based GPS library for no-parsing-required use", - "website": "https://github.com/adafruit/Adafruit-GPS-Library", - "category": "Sensors", + "sentence": "Arduino library for FT6206-based Capacitive touch screen", + "paragraph": "Arduino library for FT6206-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_FT6206_Library", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.0.0.zip", - "archiveFileName": "Adafruit_GPS_Library-1.0.0.zip", - "size": 49392, - "checksum": "SHA-256:f9553299e11c739914fe380714f234a3aca4a252620c8258f44a609040aea419" + "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.4.zip", + "archiveFileName": "Adafruit_FT6206_Library-1.0.4.zip", + "size": 8850, + "checksum": "SHA-256:36bbf8a0e2020a83261100dea79866df0d2908b6bb840d0c80392e2eb824b443" }, { - "name": "Adafruit GPS Library", - "version": "1.0.1", + "name": "Adafruit FT6206 Library", + "version": "1.0.5", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "An interrupt-based GPS library for no-parsing-required use", - "paragraph": "An interrupt-based GPS library for no-parsing-required use", - "website": "https://github.com/adafruit/Adafruit_GPS", - "category": "Sensors", + "sentence": "Arduino library for FT6206-based Capacitive touch screen", + "paragraph": "Arduino library for FT6206-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_FT6206_Library", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.0.1.zip", - "archiveFileName": "Adafruit_GPS_Library-1.0.1.zip", - "size": 49976, - "checksum": "SHA-256:557e5b905cf0c3680d4cca50580db804d9db2e897ea5a294df367c3a976f9620" - }, - { + "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.5.zip", + "archiveFileName": "Adafruit_FT6206_Library-1.0.5.zip", + "size": 8910, + "checksum": "SHA-256:d3bfd84ccfa449161a7abab1a769a40ec6759514366cbcb985d0c1684fa15ab7" + }, + { + "name": "Adafruit FT6206 Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for FT6206-based Capacitive touch screen", + "paragraph": "Arduino library for FT6206-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_FT6206_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.6.zip", + "archiveFileName": "Adafruit_FT6206_Library-1.0.6.zip", + "size": 8854, + "checksum": "SHA-256:98e619260e52e73f93c7e3c27335ef93e9e2531565b422d0eca40005c10e410e" + }, + { + "name": "Adafruit GPS Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit-GPS-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.0.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.0.0.zip", + "size": 49392, + "checksum": "SHA-256:f9553299e11c739914fe380714f234a3aca4a252620c8258f44a609040aea419" + }, + { + "name": "Adafruit GPS Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.0.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.0.1.zip", + "size": 49976, + "checksum": "SHA-256:557e5b905cf0c3680d4cca50580db804d9db2e897ea5a294df367c3a976f9620" + }, + { "name": "Adafruit GPS Library", "version": "1.0.3", "author": "Adafruit", @@ -8399,7 +12689,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.0.3.zip", "archiveFileName": "Adafruit_GPS_Library-1.0.3.zip", "size": 56911, "checksum": "SHA-256:9275ec0d64bccefd77ad93d014ee33ce342132f766b816cd3cbd0a8008d332bb" @@ -8416,7 +12706,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.0.zip", "archiveFileName": "Adafruit_GPS_Library-1.1.0.zip", "size": 42272, "checksum": "SHA-256:63fd055228bda4d256f93e04d66349e9df47d2e07219482a8df679d4679bfc11" @@ -8433,7 +12723,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.1.zip", "archiveFileName": "Adafruit_GPS_Library-1.1.1.zip", "size": 42286, "checksum": "SHA-256:d8d8e5fea761f2cc81783f6efcbd49683e0c90408465356a348bbf73e08eb982" @@ -8450,11 +12740,245 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.2.zip", "archiveFileName": "Adafruit_GPS_Library-1.1.2.zip", "size": 42287, "checksum": "SHA-256:4b8f637f58bf3be8ad39d9d5c4fb5c92d778dcf6bc80c5934f04d2060bbda7d4" }, + { + "name": "Adafruit GPS Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.1.3.zip", + "archiveFileName": "Adafruit_GPS_Library-1.1.3.zip", + "size": 42430, + "checksum": "SHA-256:bd761f510bb92104d5d6fac0800b7c49815c71b378f5b4f49831b36da82f7181" + }, + { + "name": "Adafruit GPS Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.2.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.2.0.zip", + "size": 47283, + "checksum": "SHA-256:8d55cf52503a7d062dcd762e88e43d4d77c4ed5747bdcf5f54bbaaf3dc8e3f77" + }, + { + "name": "Adafruit GPS Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.2.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.2.1.zip", + "size": 47557, + "checksum": "SHA-256:6c75bd332ad6fe479880e19c095f99f06f0515a3c69795d870735bc3b3094fbb" + }, + { + "name": "Adafruit GPS Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.3.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.3.0.zip", + "size": 49032, + "checksum": "SHA-256:276acddaf842569c9e3f1e8e367fb396d6f68ebeccdac85a8f0ea165d6fdceda" + }, + { + "name": "Adafruit GPS Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.3.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.3.1.zip", + "size": 49033, + "checksum": "SHA-256:152c579c175ddd975d3507f0ae118d8393efd02b16bed7290ed450e8dbc9ac02" + }, + { + "name": "Adafruit GPS Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.4.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.4.0.zip", + "size": 50733, + "checksum": "SHA-256:c77063e5cb8887923216a0e9a7b73462bce1bf554cab1729454c8de410ea7ff4" + }, + { + "name": "Adafruit GPS Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.4.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.4.1.zip", + "size": 54698, + "checksum": "SHA-256:3a836dc34b642f54395f1ca2f03b1f9d6bf2505420067ec635c340778dc528b1" + }, + { + "name": "Adafruit GPS Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.5.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.5.0.zip", + "size": 78322, + "checksum": "SHA-256:de3e336d840557b5a61e8e603cda6db54d2563f08817720e0a611b74677f048c" + }, + { + "name": "Adafruit GPS Library", + "version": "1.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.5.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.5.1.zip", + "size": 78346, + "checksum": "SHA-256:a710019f8f6bc85361b4bb91a8111522bbd9eb6fe9d3058dce0b72422beb0fde" + }, + { + "name": "Adafruit GPS Library", + "version": "1.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.5.2.zip", + "archiveFileName": "Adafruit_GPS_Library-1.5.2.zip", + "size": 78387, + "checksum": "SHA-256:7825fd865a3ad4ac5700afbede1e7b03fa1770a1a47811cf15ed3b2715375897" + }, + { + "name": "Adafruit GPS Library", + "version": "1.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.5.3.zip", + "archiveFileName": "Adafruit_GPS_Library-1.5.3.zip", + "size": 78390, + "checksum": "SHA-256:9b11c8c7dcce7f2e40d63b636c970cd1fd49cf08f6bc363097aa99c6d9a79a10" + }, + { + "name": "Adafruit GPS Library", + "version": "1.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.5.4.zip", + "archiveFileName": "Adafruit_GPS_Library-1.5.4.zip", + "size": 78403, + "checksum": "SHA-256:2d6d96e31bd04191d1d88f9ce6b1154096d5d49ee68aea0c88e103b6f44ff0a1" + }, { "name": "Adafruit Graphic VFD Display Library", "version": "1.0.0", @@ -8467,11 +12991,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Graphic_VFD_Display_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Graphic_VFD_Display_Library-1.0.0.zip", "archiveFileName": "Adafruit_Graphic_VFD_Display_Library-1.0.0.zip", "size": 8904, "checksum": "SHA-256:f44ff91b58c873adf70a84ef82f24b11948d977582089e9e68055c883a5451a9" }, + { + "name": "Adafruit Graphic VFD Display Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's 128x64 Graphic VFD Display Library", + "paragraph": "Adafruit's 128x64 Graphic VFD Display Library", + "website": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Graphic_VFD_Display_Library-1.0.1.zip", + "archiveFileName": "Adafruit_Graphic_VFD_Display_Library-1.0.1.zip", + "size": 8904, + "checksum": "SHA-256:83c6ed6090e247c24e806ae90d979cc81d86f2b57a34a215735e3bbebecdf0a7" + }, + { + "name": "Adafruit Graphic VFD Display Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's 128x64 Graphic VFD Display Library", + "paragraph": "Adafruit's 128x64 Graphic VFD Display Library", + "website": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Graphic_VFD_Display_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Graphic_VFD_Display_Library-1.1.0.zip", + "size": 8917, + "checksum": "SHA-256:d33f216c22684aec3a3c86fe0c5172b05952ab12c048e3fb633b50b9f80f1e56" + }, { "name": "Adafruit HDC1000 Library", "version": "1.0.0", @@ -8484,7 +13042,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HDC1000_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.0.0.zip", "archiveFileName": "Adafruit_HDC1000_Library-1.0.0.zip", "size": 4710, "checksum": "SHA-256:a6dd306d3ae45abb44abbe4503d17910ba53e170db773646739ebf90b8c8c6ff" @@ -8501,7 +13059,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HDC1000_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.0.1.zip", "archiveFileName": "Adafruit_HDC1000_Library-1.0.1.zip", "size": 4795, "checksum": "SHA-256:976f2d7eb07bee9e5942e23c834749e9acdf2b5b4237d8bb63c30af0ffb952f0" @@ -8518,11 +13076,50 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HDC1000_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.0.2.zip", "archiveFileName": "Adafruit_HDC1000_Library-1.0.2.zip", "size": 5510, "checksum": "SHA-256:21526cf4ab95ea5ff205c4efaa69850a027497749e526be060210768550d2ed1" }, + { + "name": "Adafruit HDC1000 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for HDC1000 and HDC1008 sensors.", + "paragraph": "Designed specifically to work with the HDC1008 breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_HDC1000_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HDC1000_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-1.1.0.zip", + "archiveFileName": "Adafruit_HDC1000_Library-1.1.0.zip", + "size": 6138, + "checksum": "SHA-256:570661c13c454b58d73051c3416a767d7530953961c78d32cbb12d1c250f5457" + }, + { + "name": "Adafruit HDC1000 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for HDC1000 and HDC1008 sensors.", + "paragraph": "Designed specifically to work with the HDC1008 breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_HDC1000_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HDC1000_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-2.0.0.zip", + "archiveFileName": "Adafruit_HDC1000_Library-2.0.0.zip", + "size": 6242, + "checksum": "SHA-256:f9d3ef812db5639b38432e4c2d02b010b085f5b71360bc196071d6c9daafcae3" + }, { "name": "Adafruit HMC5883 Unified", "version": "1.0.0", @@ -8535,11 +13132,50 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HMC5883_Unified.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HMC5883_Unified-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HMC5883_Unified-1.0.0.zip", "archiveFileName": "Adafruit_HMC5883_Unified-1.0.0.zip", "size": 7791, "checksum": "SHA-256:d78afebc5056565a6e56fca990bc4a0d47cd83d1715f50667e615cdcdaa7a143" }, + { + "name": "Adafruit HMC5883 Unified", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "paragraph": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_HMC5883_Unified", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HMC5883_Unified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HMC5883_Unified-1.1.0.zip", + "archiveFileName": "Adafruit_HMC5883_Unified-1.1.0.zip", + "size": 7866, + "checksum": "SHA-256:e90858d0b2942f774974ca4be4b1037942d2aef8d617af5f829bf8c3b1147a43" + }, + { + "name": "Adafruit HMC5883 Unified", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "paragraph": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_HMC5883_Unified", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HMC5883_Unified.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HMC5883_Unified-1.2.0.zip", + "archiveFileName": "Adafruit_HMC5883_Unified-1.2.0.zip", + "size": 7748, + "checksum": "SHA-256:4f2b506512916486636e7961d6dd1e5a084849f24aba19d30c74b3ef4539d6ae" + }, { "name": "Adafruit HTU21DF Library", "version": "1.0.0", @@ -8552,7 +13188,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.0.zip", "archiveFileName": "Adafruit_HTU21DF_Library-1.0.0.zip", "size": 4444, "checksum": "SHA-256:e2c6093bb8cab6a0b10d987efad2bddc5e5485986e3fdfe166cce4ad78aea2ed" @@ -8569,7 +13205,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.1.zip", "archiveFileName": "Adafruit_HTU21DF_Library-1.0.1.zip", "size": 4466, "checksum": "SHA-256:b06300a56fdb907d61c6ae0d1776400bcad4ab9a8f3b2d2286c3090670ef82b0" @@ -8586,11 +13222,87 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.2.zip", "archiveFileName": "Adafruit_HTU21DF_Library-1.0.2.zip", "size": 5422, "checksum": "SHA-256:e8b16e0fa59cc41a4069e46902c0e1ed14a74a063d2df4e77fb1cf9e01e43b91" }, + { + "name": "Adafruit HTU21DF Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU21DF_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.3.zip", + "archiveFileName": "Adafruit_HTU21DF_Library-1.0.3.zip", + "size": 5405, + "checksum": "SHA-256:38fa355bd14ed5dee57071a6cd1a8671bf548dba878d8d25dcd24aafd4939426" + }, + { + "name": "Adafruit HTU21DF Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU21DF_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.4.zip", + "archiveFileName": "Adafruit_HTU21DF_Library-1.0.4.zip", + "size": 5440, + "checksum": "SHA-256:843b6a609e4140ad0c565024e3926f512f53414d96b26badf5561ab5e2068bb7" + }, + { + "name": "Adafruit HTU21DF Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU21DF_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.0.5.zip", + "archiveFileName": "Adafruit_HTU21DF_Library-1.0.5.zip", + "size": 5190, + "checksum": "SHA-256:e8aa0cd7e84450c0a92f6a73d3ba22e8d6b3873962b9565c1719d6780042c4b8" + }, + { + "name": "Adafruit HTU21DF Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU21DF_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.1.0.zip", + "archiveFileName": "Adafruit_HTU21DF_Library-1.1.0.zip", + "size": 5293, + "checksum": "SHA-256:74395a5f635c0d01f990e3c43817cd7396bc1153fe0974699155c6f2019147ca" + }, { "name": "Adafruit HX8357 Library", "version": "1.0.0", @@ -8603,7 +13315,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.0.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.0.zip", "size": 316328, "checksum": "SHA-256:4584a754c56e908e727c8c786ec7051d70e81a985bf093cdbcebdd007ab01901" @@ -8620,7 +13332,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.1.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.1.zip", "size": 316386, "checksum": "SHA-256:c1ff8a0bb479599b31649a11878e075f8651a62db462860386684222ceef29a5" @@ -8637,7 +13349,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.3.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.3.zip", "size": 318397, "checksum": "SHA-256:f0a370225fa7d6c3950aa0789e62a3f1750a436b867c544a0e8458974fe964f0" @@ -8654,7 +13366,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.4.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.4.zip", "size": 318398, "checksum": "SHA-256:6387f3d06bb0e25263d7fc781f7eddc71898024d43d0f434e9b73083407f93ad" @@ -8671,7 +13383,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.5.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.5.zip", "size": 328326, "checksum": "SHA-256:370b5dd31aa8feae95b86db564b9cfb16837be95fb1497d1158c1ee081391401" @@ -8688,7 +13400,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.6.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.6.zip", "size": 328323, "checksum": "SHA-256:e7cd3c36b213504946d384926be1ccd186dcfd974ad0a39e031f9b42e2dc80f4" @@ -8705,7 +13417,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.7.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.7.zip", "size": 330558, "checksum": "SHA-256:dc55f71efc5ebc8ba499bb2098410419d46952388fbfef99c915df13f61077f9" @@ -8722,7 +13434,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.0.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.0.zip", "size": 328674, "checksum": "SHA-256:4b1990bf53d608d4da98e8a3aa41785a8035c4dfd332f46f57da388f62581598" @@ -8739,7 +13451,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.1.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.1.zip", "size": 328752, "checksum": "SHA-256:bea8ff4550189e1b313892efebbd6f55197565c6a94d1c91bd50d0501654be76" @@ -8756,7 +13468,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.2.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.2.zip", "size": 328740, "checksum": "SHA-256:f94efc5ed6425a06218e44796fce12e09e4affaf8b116fd21a9d03a19026ad5a" @@ -8773,7 +13485,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.3.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.3.zip", "size": 332395, "checksum": "SHA-256:49b82b524f6949a078018a6fee0c9c1c9434c4d77eb70367a927e2dc32c1171d" @@ -8790,7 +13502,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.4.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.4.zip", "size": 332426, "checksum": "SHA-256:2412556c5bebfa56f10c551cb9c8ba59005c6d90a0851086e3ac004f2f17b95b" @@ -8807,7 +13519,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.0.2.zip", "archiveFileName": "Adafruit_HX8357_Library-1.0.2.zip", "size": 316455, "checksum": "SHA-256:309215166b233ad313b5736a0e999100c8b82ab4f6e9dea52f29591341bfea70" @@ -8824,7 +13536,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.5.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.5.zip", "size": 330936, "checksum": "SHA-256:0b0b0025dc7a8622602ce3f325358aaf015bd500396756f9c3a22c3f4a7e4810" @@ -8841,11 +13553,138 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.6.zip", "archiveFileName": "Adafruit_HX8357_Library-1.1.6.zip", "size": 330934, "checksum": "SHA-256:470d3a264ec460b4e91d498683aff86cc403e95ec5a0857d7b8690a62acb82fb" }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.7.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.7.zip", + "size": 330969, + "checksum": "SHA-256:610b587a62ed6f002b3c735ecac490d331700312fb42daa41ba61fac66de3c84" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.8.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.8.zip", + "size": 331288, + "checksum": "SHA-256:8815d77761f96c3e3e868f0e918913b569677f27ea50795f7e507afde223946a" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.9.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.9.zip", + "size": 331329, + "checksum": "SHA-256:042ad07c2149f2667c430ad9d96607d460dc4b13c46c3debf60c601377c387fb" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.10.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.10.zip", + "size": 331434, + "checksum": "SHA-256:a70644da4cd2f4d9b9c07123b72d68e5e1bc13abd5f9c7741273f596328e9a88" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.11.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.11.zip", + "size": 331434, + "checksum": "SHA-256:939370df1318c24e60c88fa11a229de2909ca0b4c9a0337aa73f3e10a0229548" + }, { "name": "Adafruit INA219", "version": "1.0.0", @@ -8858,7 +13697,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_INA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.0.zip", "archiveFileName": "Adafruit_INA219-1.0.0.zip", "size": 7778, "checksum": "SHA-256:8a25e3a5671a9c687f4b0b35cd597c6aeaf211a84ff01ccd7f04922b10d53289" @@ -8875,7 +13714,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_INA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.2.zip", "archiveFileName": "Adafruit_INA219-1.0.2.zip", "size": 8472, "checksum": "SHA-256:5e7ee87e109822c5871adabfccc4f0ded6401caff82b6e6fed1964b200c15526" @@ -8892,7 +13731,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_INA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.3.zip", "archiveFileName": "Adafruit_INA219-1.0.3.zip", "size": 9499, "checksum": "SHA-256:c5f87f1b0dffbb8550011ec6b2e87519e0d7f5d89fe034b48113059126c7d2cb" @@ -8909,7 +13748,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_INA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.4.zip", "archiveFileName": "Adafruit_INA219-1.0.4.zip", "size": 269854, "checksum": "SHA-256:03d83ae2c41e329a8847a4477ddc731aed872bc0d36144dc6b46807671a5248f" @@ -8926,11 +13765,180 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_INA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.5.zip", "archiveFileName": "Adafruit_INA219-1.0.5.zip", "size": 269428, "checksum": "SHA-256:2c6b6a566f15487bea1f4e882142fc5d3db9e0278eaed484ff82956624ae39fb" }, + { + "name": "Adafruit INA219", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.6.zip", + "archiveFileName": "Adafruit_INA219-1.0.6.zip", + "size": 272304, + "checksum": "SHA-256:0c37f09fd0381aacecb1af185a30352875fe9e2c13122926ea64b6d48676928e" + }, + { + "name": "Adafruit INA219", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.7.zip", + "archiveFileName": "Adafruit_INA219-1.0.7.zip", + "size": 272368, + "checksum": "SHA-256:9f885766384ec31c40200a2120e66dc62fb596236a9f1328d98c0d439da490a0" + }, + { + "name": "Adafruit INA219", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.8.zip", + "archiveFileName": "Adafruit_INA219-1.0.8.zip", + "size": 272492, + "checksum": "SHA-256:e098a125c3a67627ddcba940ca6b5b23aae41f6bd11d1333885b4d6dbec648be" + }, + { + "name": "Adafruit INA219", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.0.9.zip", + "archiveFileName": "Adafruit_INA219-1.0.9.zip", + "size": 272640, + "checksum": "SHA-256:0cbc304baa92ec3ce8ca2cfb9a848d04f50dd38ca72e4661f6a8cbbf47d90dff" + }, + { + "name": "Adafruit INA219", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.1.0.zip", + "archiveFileName": "Adafruit_INA219-1.1.0.zip", + "size": 272862, + "checksum": "SHA-256:ee31f7aff2a7ac758e5d9884dbedf5cbd4464f46960662cae794603c4a610a02" + }, + { + "name": "Adafruit INA219", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.1.1.zip", + "archiveFileName": "Adafruit_INA219-1.1.1.zip", + "size": 272863, + "checksum": "SHA-256:513a9ea85c4bf88872cba84fb67b7eb4106a7e76516b9eb6584efc03b6be844d" + }, { "name": "Adafruit ILI9341", "version": "1.0.0", @@ -8943,7 +13951,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.0.zip", "archiveFileName": "Adafruit_ILI9341-1.0.0.zip", "size": 21133, "checksum": "SHA-256:a47cd8040a7e3a441670037a6bb2e7e5e66e411eab7ec2d16b2fe19f40d83a1a" @@ -8960,7 +13968,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.1.zip", "archiveFileName": "Adafruit_ILI9341-1.0.1.zip", "size": 21198, "checksum": "SHA-256:38638293fdbac25a342dce61796d63f0cbde64b92d8019752273e144e756664e" @@ -8977,7 +13985,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.10.zip", "archiveFileName": "Adafruit_ILI9341-1.0.10.zip", "size": 37432, "checksum": "SHA-256:b1650d45e77541dc48522aae6483302c1caccb0edf6915d0bcf5d3e403e7268a" @@ -8994,7 +14002,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.11.zip", "archiveFileName": "Adafruit_ILI9341-1.0.11.zip", "size": 37546, "checksum": "SHA-256:328f43b8f4a531eb20e3661cfb52670b706d8a9982aadff17fa32c181fd9aa3b" @@ -9011,7 +14019,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.2.zip", "archiveFileName": "Adafruit_ILI9341-1.0.2.zip", "size": 21416, "checksum": "SHA-256:fc7e8ae204801de89514acd8b25a290751700725ce12e2de822b99690c7ab278" @@ -9028,7 +14036,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.3.zip", "archiveFileName": "Adafruit_ILI9341-1.0.3.zip", "size": 29330, "checksum": "SHA-256:a9df0de88ff606688d20d22bd369ab32ca80e7332b3cd77416520f26dcd27d09" @@ -9045,7 +14053,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.4.zip", "archiveFileName": "Adafruit_ILI9341-1.0.4.zip", "size": 37123, "checksum": "SHA-256:5ecbd99aef992dfd5cc6837847043a01e9a20222b9f0a70eda029dbc859c5b04" @@ -9062,7 +14070,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.5.zip", "archiveFileName": "Adafruit_ILI9341-1.0.5.zip", "size": 37545, "checksum": "SHA-256:d4072dc366bc3d74bdffb1f81f4e315681e9dcaae242a0bc2f2db5f1ed597154" @@ -9079,7 +14087,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.6.zip", "archiveFileName": "Adafruit_ILI9341-1.0.6.zip", "size": 38060, "checksum": "SHA-256:026e9eaf1f95041b139d5cbb5a9fa8d9f1f088b44b91187f06449d18f4cf19fb" @@ -9096,7 +14104,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.7.zip", "archiveFileName": "Adafruit_ILI9341-1.0.7.zip", "size": 37152, "checksum": "SHA-256:5a9b95c87ef49e6a868daa730967186807a5b43e08866e51ae381654940d2824" @@ -9113,7 +14121,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.8.zip", "archiveFileName": "Adafruit_ILI9341-1.0.8.zip", "size": 37202, "checksum": "SHA-256:6c7e4f118b7279a300a00e0c2c1cee4ccb6ba01c58eb6be94159b171365b1ab4" @@ -9130,7 +14138,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.9.zip", "archiveFileName": "Adafruit_ILI9341-1.0.9.zip", "size": 37244, "checksum": "SHA-256:eaec199ea9b61fb497ecca615b47a6e6e24bfc841cac8487fae0e86cd709e131" @@ -9147,7 +14155,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.1.0.zip", "archiveFileName": "Adafruit_ILI9341-1.1.0.zip", "size": 41673, "checksum": "SHA-256:327aebadd2ae0d45c85275e7582eb117d97e79fa1bb1968384d403310f739e1f" @@ -9164,7 +14172,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.2.0.zip", "archiveFileName": "Adafruit_ILI9341-1.2.0.zip", "size": 37375, "checksum": "SHA-256:90781fb64f05cc86a3c77c0d59e75b5d318d138add75559396574f459c0f5655" @@ -9181,7 +14189,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.1.zip", "archiveFileName": "Adafruit_ILI9341-1.3.1.zip", "size": 30546, "checksum": "SHA-256:22c5fa52dd4ac1e48c45dcf83cbf31c780abe7c8c65419f245afb347ddb1dadb" @@ -9198,7 +14206,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.2.zip", "archiveFileName": "Adafruit_ILI9341-1.3.2.zip", "size": 30544, "checksum": "SHA-256:4abfe9766708858d718990582d6c35bd4649fd06e6cfc1849021f53e2608aadc" @@ -9215,7 +14223,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.3.zip", "archiveFileName": "Adafruit_ILI9341-1.3.3.zip", "size": 33200, "checksum": "SHA-256:eadee93b8f75de0dc81773fa87b2a2191fc422c218c8ead1980937fa27b58c27" @@ -9232,7 +14240,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.4.zip", "archiveFileName": "Adafruit_ILI9341-1.3.4.zip", "size": 43453, "checksum": "SHA-256:e716d8c437cfeaeca3e90825bb3d06648d1e8928f7cec91e7410f62031dfe9b6" @@ -9249,7 +14257,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.3.6.zip", "archiveFileName": "Adafruit_ILI9341-1.3.6.zip", "size": 46619, "checksum": "SHA-256:139600b6b8e8b5b5433458eb2e1efbba665cd085a01164a92889aba8a5a627e1" @@ -9266,7 +14274,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.0.12.zip", "archiveFileName": "Adafruit_ILI9341-1.0.12.zip", "size": 37560, "checksum": "SHA-256:e0af8e1c0bbc8e6501698bbac51ea399189e151d0ae51872909aed5422cdb007" @@ -9283,7 +14291,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.4.0.zip", "archiveFileName": "Adafruit_ILI9341-1.4.0.zip", "size": 44208, "checksum": "SHA-256:303e1a6c96b9dca6f8fbee5ccd5344dc8d68bd4c4c8b4514afcb55b5beeab72e" @@ -9300,7 +14308,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.4.1.zip", "archiveFileName": "Adafruit_ILI9341-1.4.1.zip", "size": 44244, "checksum": "SHA-256:2cecb9b40f8c0263c355577974aa6e60a1dfe51f687dcab8ab9e3e4350878142" @@ -9317,7 +14325,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.0.zip", "archiveFileName": "Adafruit_ILI9341-1.5.0.zip", "size": 44442, "checksum": "SHA-256:ab8bad301f3c9174b1b187058016a24896ba7bddfd464bd46abfbe0825b78305" @@ -9334,11 +14342,235 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.1.zip", "archiveFileName": "Adafruit_ILI9341-1.5.1.zip", "size": 44506, "checksum": "SHA-256:92f594c4492d801d1fbebe6e1a651b740bd3dc5385e8e165642e5024e23175f5" }, + { + "name": "Adafruit ILI9341", + "version": "1.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.2.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.2.zip", + "size": 44547, + "checksum": "SHA-256:36f004b4f221c9777a3067472a4f7946e09ec3527c262abac4dd212a5c4da155" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.3.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.3.zip", + "size": 44609, + "checksum": "SHA-256:ed8db1a3e6d6e72d478333e30f561cf718fc87541c66321ad112dfe1b9f72efd" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.4.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.4.zip", + "size": 44610, + "checksum": "SHA-256:2ac90b84c13f11ac6b53bad4d5fef177d75ae79b9ac876e3028d2e57a4702576" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.5.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.5.zip", + "size": 44675, + "checksum": "SHA-256:f2d88273345474482896d5e7a50ad1b517d4d26d217d3bb9638865ae23b4c5cf" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.6.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.6.zip", + "size": 44676, + "checksum": "SHA-256:9c462f2676b3c6ace668a8881a1d1fdb734a3fd08efd3801b36bdeb92f555112" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.7.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.7.zip", + "size": 44550, + "checksum": "SHA-256:a083a3d8787bb1cd02d29f87b405f6d737f6209667b8220ea45ea7348ee2d4f7" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.8.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.8.zip", + "size": 44549, + "checksum": "SHA-256:3e6ddbf94c28a324a9ccafad6938ddf1695be757baeacb26b8a5dbe15e48d79a" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.9.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.9.zip", + "size": 44560, + "checksum": "SHA-256:f8871a579825cd14e9ff5f5a6854a3d9452137261e8c86029434fcc619896b2a" + }, { "name": "Adafruit L3GD20 U", "version": "1.0.0", @@ -9351,7 +14583,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_L3GD20_U.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-1.0.0.zip", "archiveFileName": "Adafruit_L3GD20_U-1.0.0.zip", "size": 8197, "checksum": "SHA-256:c74ecda0150ac06c1ee5cd97c666b3e8097e8237e657bee3de1ace53f2012712" @@ -9368,11 +14600,55 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_L3GD20_U.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-1.0.1.zip", "archiveFileName": "Adafruit_L3GD20_U-1.0.1.zip", "size": 8318, "checksum": "SHA-256:b0ea66434bf8065b8ada429445aea2d3696953b0c987317f87308ae8858b2bc6" }, + { + "name": "Adafruit L3GD20 U", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the L3GD20 Gyroscope", + "paragraph": "Unified sensor driver for the L3GD20 Gyroscope", + "website": "https://github.com/adafruit/Adafruit_L3GD20_U", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_L3GD20_U.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-1.2.0.zip", + "archiveFileName": "Adafruit_L3GD20_U-1.2.0.zip", + "size": 10076, + "checksum": "SHA-256:6e8f3558a7fa35b7467c5704efaff9b5d45efc6ddcd901dde61480be0235acf5" + }, + { + "name": "Adafruit L3GD20 U", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the L3GD20 Gyroscope", + "paragraph": "Unified sensor driver for the L3GD20 Gyroscope", + "website": "https://github.com/adafruit/Adafruit_L3GD20_U", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_L3GD20_U.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-2.0.1.zip", + "archiveFileName": "Adafruit_L3GD20_U-2.0.1.zip", + "size": 10076, + "checksum": "SHA-256:91bf1e069d9e30c9242887d5e3671d5900ab84b32894e82d79bff1a3b492c72e" + }, { "name": "Adafruit LSM303DLHC", "version": "1.0.0", @@ -9385,7 +14661,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM303DLHC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.0.zip", "archiveFileName": "Adafruit_LSM303DLHC-1.0.0.zip", "size": 9485, "checksum": "SHA-256:415439660fbcfcf284c7b86b01a801dc05e006362a4e445e11dd42b2009e65bc" @@ -9402,7 +14678,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM303DLHC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.1.zip", "archiveFileName": "Adafruit_LSM303DLHC-1.0.1.zip", "size": 10157, "checksum": "SHA-256:da39541109afa99fbe735e5af3b3cbca8c876924b40c29ecff4c95c2e9779983" @@ -9419,7 +14695,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM303DLHC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.2.zip", "archiveFileName": "Adafruit_LSM303DLHC-1.0.2.zip", "size": 10131, "checksum": "SHA-256:4036f4b8ecb5b2fb27936a37ec516991d9947a2e04eba0e9a4fb9c7aee4c9a55" @@ -9436,11 +14712,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM303DLHC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.3.zip", "archiveFileName": "Adafruit_LSM303DLHC-1.0.3.zip", "size": 12051, "checksum": "SHA-256:b1c411feca1cad2cbad98c6aa01954d719de3d07357ee58b0d8461454f499671" }, + { + "name": "Adafruit LSM303DLHC", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's LSM303 Breakout (Accelerometer + Magnetometer)", + "paragraph": "Unified sensor driver for Adafruit's LSM303 Breakout (Accelerometer + Magnetometer)", + "website": "https://github.com/adafruit/Adafruit_LSM303DLHC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLHC.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLHC-1.0.4.zip", + "archiveFileName": "Adafruit_LSM303DLHC-1.0.4.zip", + "size": 10985, + "checksum": "SHA-256:bf72bbfdc6de3713802d25a928e58221159264e896fc1986e641ac55ca4a7f45" + }, { "name": "Adafruit LED Backpack Library", "version": "1.0.0", @@ -9453,7 +14751,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.0.0.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.0.0.zip", "size": 66639, "checksum": "SHA-256:329833e3abf3acd4c9b365081bd676face77793a16707e0e8078a4fa242c5f5e" @@ -9470,7 +14768,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.0.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.0.zip", "size": 72068, "checksum": "SHA-256:fc16468bdce5894b92e6fa09809835c882c949a808aadd48dbdce27f24aac5cf" @@ -9487,7 +14785,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.1.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.1.zip", "size": 73154, "checksum": "SHA-256:8b3c3d39b7ebde253d8da5e93a6525487369c8d8b23f0dbc12e77e990f7ff65e" @@ -9504,7 +14802,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.3.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.3.zip", "size": 73336, "checksum": "SHA-256:ec69ba2391b024aba080d9f2df89abc12aa490c336bffb7a8fc6d99cb973b115" @@ -9521,7 +14819,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.4.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.4.zip", "size": 74860, "checksum": "SHA-256:944bf23026897c3d0b6b875c408fd1dd4a9be8d9adf9d4c9bf48c678ebfa5276" @@ -9538,7 +14836,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.6.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.6.zip", "size": 74565, "checksum": "SHA-256:dd92e6ff25524e7c1b05fbfb0ad86edc6cf34c716195c4858e0a0fc16ce84456" @@ -9555,7 +14853,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.2.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.2.zip", "size": 73187, "checksum": "SHA-256:7033da08e2bc5c997c932b4bd33d37ec2b503c4364138758714133a42d4422c5" @@ -9572,11 +14870,135 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.5.zip", "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.5.zip", "size": 74704, "checksum": "SHA-256:ebcc6a7fdd854ae8fe9e6ad8960348a85c4aa2e59bd5ec3aeb3ba057cf677000" }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit-LED-Backpack-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.7.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.7.zip", + "size": 75479, + "checksum": "SHA-256:ade813115b915200d1ace408763bb6f21662b15a2838ecd60342acf563e5640c" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.1.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit-LED-Backpack-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.8.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.8.zip", + "size": 75590, + "checksum": "SHA-256:1cda49c99ac654e01a4ba33d679c22a2054d5dc1f6523a843615ca4424881bf3" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.1.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit-LED-Backpack-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.9.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.9.zip", + "size": 75590, + "checksum": "SHA-256:89068233657f1abe707d6a22a6e01b7131367ee689db6b6d8e8a288513dd1f4c" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.1.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit-LED-Backpack-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.10.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.10.zip", + "size": 75665, + "checksum": "SHA-256:93b3a013d273e4508069f5563af9abec9e554948b7ec543304a5dd829681b55b" + }, { "name": "Adafruit LSM9DS0 Library", "version": "1.0.0", @@ -9589,7 +15011,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.0.zip", "archiveFileName": "Adafruit_LSM9DS0_Library-1.0.0.zip", "size": 11912, "checksum": "SHA-256:8bd9010dfff12a9854a276d8f95db5c25c39090564dca499542a368d7d750c3d" @@ -9606,7 +15028,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.1.zip", "archiveFileName": "Adafruit_LSM9DS0_Library-1.0.1.zip", "size": 11978, "checksum": "SHA-256:e02dc78bc97c830b4c14d21fcbf18a1c0f20c8090e2db09571f4a27d65bda91e" @@ -9623,11 +15045,99 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.3.zip", "archiveFileName": "Adafruit_LSM9DS0_Library-1.0.3.zip", "size": 12597, "checksum": "SHA-256:1ad769da4cb826f37c0ca04b81d20269cc27b56ec5bd748114279cccb2401566" }, + { + "name": "Adafruit LSM9DS0 Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS0 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS0 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS0_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-1.0.4.zip", + "archiveFileName": "Adafruit_LSM9DS0_Library-1.0.4.zip", + "size": 12502, + "checksum": "SHA-256:4536c8a305e30941edcd1d2e97970cb6b71dd3b9db2dcf2674fa356f5015c3e5" + }, + { + "name": "Adafruit LSM9DS0 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS0 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS0 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS0_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-2.0.0.zip", + "archiveFileName": "Adafruit_LSM9DS0_Library-2.0.0.zip", + "size": 13578, + "checksum": "SHA-256:63e1c60aa247aa9828a83d346eaa98687244253a8d5a38bef2e33b474f0500cf" + }, + { + "name": "Adafruit LSM9DS0 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS0 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS0 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS0_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-2.0.1.zip", + "archiveFileName": "Adafruit_LSM9DS0_Library-2.0.1.zip", + "size": 18105, + "checksum": "SHA-256:af81445328b2776f6e12dfa23c3be8a4d0a89dd1fd1736891c6239196c4fb094" + }, + { + "name": "Adafruit LSM9DS0 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS0 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS0 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS0_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-2.0.2.zip", + "archiveFileName": "Adafruit_LSM9DS0_Library-2.0.2.zip", + "size": 18108, + "checksum": "SHA-256:ace0cef4d5661c35d84f21858c0779badd8e2643503444691b55e861e29ae1ce" + }, { "name": "Adafruit MAX31855 library", "version": "1.0.0", @@ -9640,7 +15150,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.0.zip", "archiveFileName": "Adafruit_MAX31855_library-1.0.0.zip", "size": 8102, "checksum": "SHA-256:ce276758bc8d5842a507c445fbfbb98bf69e0cd372c0f1252d804c7e19c5c3f1" @@ -9657,7 +15167,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.1.zip", "archiveFileName": "Adafruit_MAX31855_library-1.0.1.zip", "size": 8139, "checksum": "SHA-256:b5878688ff975e23021f0cc950f6c3d01b96b6e660cc4f90057e682d009b746c" @@ -9674,7 +15184,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.3.zip", "archiveFileName": "Adafruit_MAX31855_library-1.0.3.zip", "size": 9048, "checksum": "SHA-256:98b51c3fb85c8b86c2dee17e0f072786220876aafc7ef31f655ec1c9022ed602" @@ -9691,41 +15201,183 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.4.zip", "archiveFileName": "Adafruit_MAX31855_library-1.0.4.zip", "size": 9051, "checksum": "SHA-256:8209e933801b5d3c087101fe391a7fccea4da84fd486bca4e68c83f021e6f900" }, { - "name": "Adafruit MCP23008 library", - "version": "1.0.0", + "name": "Adafruit MAX31855 library", + "version": "1.0.5", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", - "paragraph": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", - "website": "https://github.com/adafruit/Adafruit-MCP23008-library", - "category": "Signal Input/Output", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-MCP23008-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.0.0.zip", - "archiveFileName": "Adafruit_MCP23008_library-1.0.0.zip", - "size": 5809, - "checksum": "SHA-256:1fd678ceeac6869d95c4a0478c48ace94af5d559b77149711c4217cc3592b5de" + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.0.5.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.0.5.zip", + "size": 8851, + "checksum": "SHA-256:f3e68013c8b67569b20d3df0b06b8a55a4362e249a4e068844d35be3fdc6bb78" }, { - "name": "Adafruit MCP23008 library", - "version": "1.0.1", + "name": "Adafruit MAX31855 library", + "version": "1.1.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", - "paragraph": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", - "website": "https://github.com/adafruit/Adafruit-MCP23008-library", - "category": "Signal Input/Output", - "architectures": ["*"], + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.1.0.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.1.0.zip", + "size": 9358, + "checksum": "SHA-256:c894fc1da5a070ee066b38a72a7cddd8d2176775e6b82d9b209e84c7e0a21225" + }, + { + "name": "Adafruit MAX31855 library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.1.1.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.1.1.zip", + "size": 8613, + "checksum": "SHA-256:d9ab4a6aab697409264f2f0d311cf7e1e0af3412c8b8b0f7dfb63681f376f4c9" + }, + { + "name": "Adafruit MAX31855 library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.2.0.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.2.0.zip", + "size": 8696, + "checksum": "SHA-256:11c1c607fed2cc6f7839587748fa85d54598129c6ce8fa40689ccf0e3ecdefa3" + }, + { + "name": "Adafruit MAX31855 library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.2.1.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.2.1.zip", + "size": 8675, + "checksum": "SHA-256:43f0fbd4efa3ad08c51c458753775edb8c8bf938feea07f6910f03703adfd25c" + }, + { + "name": "Adafruit MAX31855 library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.3.0.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.3.0.zip", + "size": 8758, + "checksum": "SHA-256:ea874d7c1a1c870d8f5a1e03454962740bdea174471686e111c7181bc5f2240e" + }, + { + "name": "Adafruit MCP23008 library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "paragraph": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "website": "https://github.com/adafruit/Adafruit-MCP23008-library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23008-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.0.0.zip", + "archiveFileName": "Adafruit_MCP23008_library-1.0.0.zip", + "size": 5809, + "checksum": "SHA-256:1fd678ceeac6869d95c4a0478c48ace94af5d559b77149711c4217cc3592b5de" + }, + { + "name": "Adafruit MCP23008 library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "paragraph": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "website": "https://github.com/adafruit/Adafruit-MCP23008-library", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23008-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.0.1.zip", "archiveFileName": "Adafruit_MCP23008_library-1.0.1.zip", "size": 5842, "checksum": "SHA-256:74da37b955f0527ce7c163ed0f61e958d898b0951df8afb8e0df0530a0c98307" @@ -9742,11 +15394,50 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23008-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.0.2.zip", "archiveFileName": "Adafruit_MCP23008_library-1.0.2.zip", "size": 5918, "checksum": "SHA-256:78667a12445211543452b806119cd24f7c45593105899152bc96a8634f5e8ec9" }, + { + "name": "Adafruit MCP23008 library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "paragraph": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "website": "https://github.com/adafruit/Adafruit-MCP23008-library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23008-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-1.1.0.zip", + "archiveFileName": "Adafruit_MCP23008_library-1.1.0.zip", + "size": 6256, + "checksum": "SHA-256:2e630bd25c9e640bbb7594c029bf2ba292db1e819c5387b1eaebf165cea8f592" + }, + { + "name": "Adafruit MCP23008 library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "paragraph": "Arduino Library for the MCP23008 (and '9) I2C I/O expander", + "website": "https://github.com/adafruit/Adafruit-MCP23008-library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23008-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23008_library-2.1.0.zip", + "archiveFileName": "Adafruit_MCP23008_library-2.1.0.zip", + "size": 6285, + "checksum": "SHA-256:c5d6be62782eed6b1124c83d5471719c3472d7db9f938aee09b915c8abc0114c" + }, { "name": "Adafruit MCP23017 Arduino Library", "version": "1.0.0", @@ -9759,7 +15450,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.0.zip", "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.0.zip", "size": 10885, "checksum": "SHA-256:02cda3b464a18f2df38312e4442f85099de2aa63f590be58f0a4cd6d1669bfa1" @@ -9776,7 +15467,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.1.zip", "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.1.zip", "size": 10903, "checksum": "SHA-256:c716f3ec60b4cba45608c1193818c282e1c530c352f839eca065e78b2cb650be" @@ -9793,7 +15484,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.2.zip", "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.2.zip", "size": 11034, "checksum": "SHA-256:2deecb1831923c17be09a67101bc932f769e47b1e49ce07e7741f373a31a41d1" @@ -9810,7 +15501,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.3.zip", "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.3.zip", "size": 11075, "checksum": "SHA-256:40d0b37068a33f4257a832b32f910f466d2f3a7dd6fead8c700cc69e9ae21ebf" @@ -9827,11 +15518,118 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.4.zip", "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.4.zip", "size": 11073, "checksum": "SHA-256:ff87c34c4f8689c64709f74e3f143c12ca7bfa2404b88238b57740e27fae2092" }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the MCP23017 I2C Port Expander", + "paragraph": "Library for the MCP23017 I2C Port Expander", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.5.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.5.zip", + "size": 11071, + "checksum": "SHA-256:3ab6fb3925d3a3b81d959427a4d06822e2a2cf7eb627c034bf5e84a70386c903" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the MCP23017 I2C Port Expander", + "paragraph": "Library for the MCP23017 I2C Port Expander", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.0.6.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.0.6.zip", + "size": 11346, + "checksum": "SHA-256:d745dc9aa9eecd6b2604942b03784b011ca65fabbe37dfe4343b12d3b43be4f9" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the MCP23017 I2C Port Expander", + "paragraph": "Library for the MCP23017 I2C Port Expander", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.1.0.zip", + "size": 11767, + "checksum": "SHA-256:d45009d591a7045faaf4fbf797625a346fae178d41be0932bed06da7a5023762" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the MCP23017 I2C Port Expander", + "paragraph": "Library for the MCP23017 I2C Port Expander", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.2.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.2.0.zip", + "size": 12650, + "checksum": "SHA-256:cbe4387f5cda63097fb6db713e59ae7f70a32ff59c5f6699a3b017e5f0fd9496" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the MCP23017 I2C Port Expander", + "paragraph": "Library for the MCP23017 I2C Port Expander", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.3.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.3.0.zip", + "size": 12782, + "checksum": "SHA-256:c8436bc842c93cf4aff161bcd043acee17101a6d8139150bbfbd9559920e759b" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.0.2.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.0.2.zip", + "size": 13561, + "checksum": "SHA-256:7a37a4f02abfa2691ec94c538561b817fa46ab6202d454d034ae12c2a866f718" + }, { "name": "Adafruit MCP4725", "version": "1.0.0", @@ -9844,7 +15642,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP4725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.0.zip", "archiveFileName": "Adafruit_MCP4725-1.0.0.zip", "size": 28858, "checksum": "SHA-256:b7be51b8198b435efe16170e32f51d039f540026d8f3150d6481faee38bce2fc" @@ -9861,7 +15659,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP4725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.1.zip", "archiveFileName": "Adafruit_MCP4725-1.0.1.zip", "size": 28862, "checksum": "SHA-256:169072d7ec41623258d1685e66f57595dddadaa03d216a6f766797575c3cdfab" @@ -9878,11 +15676,50 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP4725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.2.zip", "archiveFileName": "Adafruit_MCP4725-1.0.2.zip", "size": 28876, "checksum": "SHA-256:c461814acf7620c4ac213aefa16b10e936957a11af5f8ae5f666e884df02e378" }, + { + "name": "Adafruit MCP4725", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP4725 12-bit I2C DAC", + "paragraph": "MCP4725 12-bit I2C DAC", + "website": "https://github.com/adafruit/Adafruit_MCP4725", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MCP4725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-1.0.3.zip", + "archiveFileName": "Adafruit_MCP4725-1.0.3.zip", + "size": 28876, + "checksum": "SHA-256:c173ad02e176e6d9fb5c47befd859c5654bb3056b84fc45877a5c1580f19eb6b" + }, + { + "name": "Adafruit MCP4725", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP4725 12-bit I2C DAC", + "paragraph": "MCP4725 12-bit I2C DAC", + "website": "https://github.com/adafruit/Adafruit_MCP4725", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MCP4725.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-2.0.0.zip", + "archiveFileName": "Adafruit_MCP4725-2.0.0.zip", + "size": 31679, + "checksum": "SHA-256:d0e837f9a530142dfdf02a19a18272c14e0a4333b0aad2d8d8f9991398e7404b" + }, { "name": "Adafruit MiniMLX90614", "version": "1.0.0", @@ -9895,7 +15732,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MiniMLX90614.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MiniMLX90614-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MiniMLX90614-1.0.0.zip", "archiveFileName": "Adafruit_MiniMLX90614-1.0.0.zip", "size": 5400, "checksum": "SHA-256:db9ce257ee22f413e268fa8de0d1fe9aec4358498c71fb993395ca4c53143b8a" @@ -9912,7 +15749,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.0.0.zip", "archiveFileName": "Adafruit_MLX90614_Library-1.0.0.zip", "size": 4605, "checksum": "SHA-256:863d714a293ffaed9dea9a9e4b64f6f844c90a06d81a8fa5b9d57fd512c0cfc8" @@ -9929,11 +15766,150 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.0.1.zip", "archiveFileName": "Adafruit_MLX90614_Library-1.0.1.zip", "size": 4625, "checksum": "SHA-256:b4f4227e62022785886dc10e162d36a7bbcf5bff29261138d18eea9faa582053" }, + { + "name": "Adafruit MLX90614 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.0.2.zip", + "archiveFileName": "Adafruit_MLX90614_Library-1.0.2.zip", + "size": 4626, + "checksum": "SHA-256:2a2e42de3a5088621bfbfbc46a8c56bfc99e3a358501daceee889abbc5da2deb" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MLX90614_Library-1.1.0.zip", + "size": 9868, + "checksum": "SHA-256:c65b317332c1a80ea152a7e4b767ed5b1b0b6e4a19163907add83dcd6243f17d" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-1.1.1.zip", + "archiveFileName": "Adafruit_MLX90614_Library-1.1.1.zip", + "size": 9868, + "checksum": "SHA-256:8b1b854719c5265b6d1ac029f8e355a61de531895d20a478c51f471112b84b3b" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.0.0.zip", + "size": 9846, + "checksum": "SHA-256:5a0795d293c73afc4dd586758e9c0e368b293e1bdf43252fc9c8f851d31714ad" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.0.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.0.zip", + "size": 9910, + "checksum": "SHA-256:3b6013b0d72f0304b0124fd798172299721434d8b9fbdb342a7d70f85f45fa0c" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.1.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.1.zip", + "size": 9908, + "checksum": "SHA-256:a5a3792e2e172cb277d88e063071c3d630eb17c02fe1a9cff603aa4d17bef383" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.2.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.2.zip", + "size": 11021, + "checksum": "SHA-256:34fd03b1d31098053c60f2bfda799805780d58ef5387e3035a53641c20bc0ece" + }, { "name": "Adafruit MCP9808 Library", "version": "1.0.0", @@ -9946,7 +15922,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.0.0.zip", "archiveFileName": "Adafruit_MCP9808_Library-1.0.0.zip", "size": 5987, "checksum": "SHA-256:7b3a9ceeebb1ac741ab00e9d07056f4258e895320337efcbd6b18220ff467b55" @@ -9963,7 +15939,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.0.1.zip", "archiveFileName": "Adafruit_MCP9808_Library-1.0.1.zip", "size": 6033, "checksum": "SHA-256:bb090a99c600abdf222f2f2def46bbc85dd0e82d3eca47acd17d4f8b16c7b58b" @@ -9980,7 +15956,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.0.2.zip", "archiveFileName": "Adafruit_MCP9808_Library-1.0.2.zip", "size": 6277, "checksum": "SHA-256:e71a1045c0844d973ea7b8eccff426c970f894db9a0823f4466ed351e9fa9efa" @@ -9997,11 +15973,83 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.1.0.zip", "archiveFileName": "Adafruit_MCP9808_Library-1.1.0.zip", "size": 144293, "checksum": "SHA-256:f2a1453c322273a8cdf79847121a2ed54e0ac5c9712bab468e5f1792c13d2f01" }, + { + "name": "Adafruit MCP9808 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9808_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.1.1.zip", + "archiveFileName": "Adafruit_MCP9808_Library-1.1.1.zip", + "size": 144301, + "checksum": "SHA-256:432e072371e6d1a94bc7fb01efb7777f581a469437efecdfb60ae5fee85ab818" + }, + { + "name": "Adafruit MCP9808 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9808_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-1.1.2.zip", + "archiveFileName": "Adafruit_MCP9808_Library-1.1.2.zip", + "size": 144363, + "checksum": "SHA-256:57ffaf27331f52bb021c1ede6112419a61126ab22b4ffd82289883ead42715b5" + }, + { + "name": "Adafruit MCP9808 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9808_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MCP9808_Library-2.0.0.zip", + "size": 145893, + "checksum": "SHA-256:59e330ee6aaa74f61f27ddb5809854e60878e670ca37ea737d5f4bfa07760f98" + }, { "name": "Adafruit MMA8451 Library", "version": "1.0.0", @@ -10014,7 +16062,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.0.zip", "archiveFileName": "Adafruit_MMA8451_Library-1.0.0.zip", "size": 8044, "checksum": "SHA-256:fe9091a48801040e0402f9883b92e0b737524d6ddc4d6637e17ea1c4d8a6a475" @@ -10031,7 +16079,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.3.zip", "archiveFileName": "Adafruit_MMA8451_Library-1.0.3.zip", "size": 8212, "checksum": "SHA-256:4033a1de92700e86e92930f3c15e7582be2cad2fb31ce764b3f1763aedd3f63b" @@ -10048,7 +16096,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.4.zip", "archiveFileName": "Adafruit_MMA8451_Library-1.0.4.zip", "size": 8221, "checksum": "SHA-256:795a9359ade4dac270751467ef1ee35de93483e2f5ebb809d2da48b585ded8a7" @@ -10065,11 +16113,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.0.5.zip", "archiveFileName": "Adafruit_MMA8451_Library-1.0.5.zip", "size": 8400, "checksum": "SHA-256:a6c51387e2e2557e3f4353f5bd8661f64af16e0e49a03ac1b35d912b0780b349" }, + { + "name": "Adafruit MMA8451 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "paragraph": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MMA8451_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MMA8451_Library-1.1.0.zip", + "size": 8801, + "checksum": "SHA-256:0eb7255b6dbc49c3cc8c07805ade679d359167c6bdd9a1c8e81c2f8242f4737e" + }, { "name": "Adafruit Motor Shield library", "version": "1.0.0", @@ -10082,7 +16152,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Motor-Shield-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_library-1.0.0.zip", "archiveFileName": "Adafruit_Motor_Shield_library-1.0.0.zip", "size": 12761, "checksum": "SHA-256:579607a8227110c2a59ad1660a034e92aad561fb9463160b19c96da84715ee5d" @@ -10099,7 +16169,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Motor-Shield-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_library-1.0.1.zip", "archiveFileName": "Adafruit_Motor_Shield_library-1.0.1.zip", "size": 12910, "checksum": "SHA-256:d260918ebe6c0272e33b56dabe199bec9a24ed7ab6d2aa2831e5684d919feb86" @@ -10116,7 +16186,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.0.0.zip", "archiveFileName": "Adafruit_MPL115A2-1.0.0.zip", "size": 6150, "checksum": "SHA-256:452a1c3e3086aaa64545154a9a7fd236810a6921ca5593d839f0ec65c4233748" @@ -10133,11 +16203,84 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.1.0.zip", "archiveFileName": "Adafruit_MPL115A2-1.1.0.zip", "size": 276475, "checksum": "SHA-256:c56616d3375647e96ec85cc8814dfbeef1236a845798e9d75394311b4b4bc15d" }, + { + "name": "Adafruit MPL115A2", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.1.1.zip", + "archiveFileName": "Adafruit_MPL115A2-1.1.1.zip", + "size": 276492, + "checksum": "SHA-256:86b4cdcb3a8f40c3c7cc3f82bb5d65b16e8abcdfb932190458695ab27dc44655" + }, + { + "name": "Adafruit MPL115A2", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.1.2.zip", + "archiveFileName": "Adafruit_MPL115A2-1.1.2.zip", + "size": 276553, + "checksum": "SHA-256:f6d74583b64bf22e5f01c7966a32a04bb0da7ad3da6fd214c55917f5a04c0611" + }, + { + "name": "Adafruit MPL115A2", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.1.3.zip", + "archiveFileName": "Adafruit_MPL115A2-1.1.3.zip", + "size": 276574, + "checksum": "SHA-256:8ef1edc8f80a2abc2e2946dcc1c7dedb8bae7618b5c6fab35f25cea8568fa5b9" + }, + { + "name": "Adafruit MPL115A2", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-2.0.0.zip", + "archiveFileName": "Adafruit_MPL115A2-2.0.0.zip", + "size": 276543, + "checksum": "SHA-256:bc3aed7885f7fa6f336e54341f7b80b448380a994a59567022c1a94de3dc1fdf" + }, { "name": "Adafruit Motor Shield V2 Library", "version": "1.0.0", @@ -10150,7 +16293,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.0.zip", "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.0.zip", "size": 18760, "checksum": "SHA-256:ccdcf7d990be0cb666f7f15b22bf2e6043e8fbf5318d2ae533e874f8cad9c1ed" @@ -10167,7 +16310,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.1.zip", "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.1.zip", "size": 18713, "checksum": "SHA-256:4e3072c942e0615d31705125130c8c77d4a3c740636405298dcf8179aa6595fe" @@ -10184,7 +16327,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.4.zip", "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.4.zip", "size": 19134, "checksum": "SHA-256:51b194f74e8ba0c272c7af8414664b9bcce5ee7ba1d962f71c06173280d7067e" @@ -10201,7 +16344,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.5.zip", "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.5.zip", "size": 20868, "checksum": "SHA-256:ab0d34c700a8d1f87511665d30f8f2396a0bcbd7f7342a1d824c85484f1f90b2" @@ -10218,11 +16361,164 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.6.zip", "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.6.zip", "size": 19995, "checksum": "SHA-256:b9eb18081cb68a5cc4bf9f35afab732e6111c45b6c1e07566fd92625f0d3b4fe" }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.7.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.7.zip", + "size": 21693, + "checksum": "SHA-256:ad54afea53f9ae66ae0fc8ea3299a881be32d1660dc0ad2b9922665b211c28f7" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.8.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.8.zip", + "size": 21741, + "checksum": "SHA-256:90b151149bc3f595f8f3a7811b24fce1a74753b4d7eaaebb8dd10729125f708f" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.9.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.9.zip", + "size": 21801, + "checksum": "SHA-256:3bf78dd90a43fe3e4db96c089124660370780d4846afe85cae425b341f14be04" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.10.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.10.zip", + "size": 21830, + "checksum": "SHA-256:d30fbadb7e1e0e415f46e36b524fd96a50e9dc2bb5f2cb2b6440578d7b32f8eb" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.0.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.0.11.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.0.11.zip", + "size": 21835, + "checksum": "SHA-256:de1ad2fb28354eceb91f42a62cfa0c9af651b4cbfcfd323b7661e5c4b1939873" + }, { "name": "Adafruit MPL3115A2 Library", "version": "1.0.0", @@ -10235,7 +16531,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.0.0.zip", "archiveFileName": "Adafruit_MPL3115A2_Library-1.0.0.zip", "size": 6561, "checksum": "SHA-256:b73c30a029c8d262195123932f62382492638421520a868222cbf9d8872f4752" @@ -10252,7 +16548,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.1.0.zip", "archiveFileName": "Adafruit_MPL3115A2_Library-1.1.0.zip", "size": 7220, "checksum": "SHA-256:347dcba7dc3597787153d6953b78dcc736458fd947ce3a212d0610364b4a6a32" @@ -10269,7 +16565,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.0.zip", "archiveFileName": "Adafruit_MPL3115A2_Library-1.2.0.zip", "size": 7208, "checksum": "SHA-256:207faf7658ca20b75926943813a1addcfa3ceabb8951940af0feba471fdbe520" @@ -10286,11 +16582,72 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.1.zip", "archiveFileName": "Adafruit_MPL3115A2_Library-1.2.1.zip", "size": 7104, "checksum": "SHA-256:c2029887990638df1a1efe858ecc15edf3ce73535c0b0f4479111ce31ab8d35f" }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.2.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-1.2.2.zip", + "size": 7104, + "checksum": "SHA-256:407005b0f90dde4f0d002093cd59eb1ee4d9e287a694ed61bb89b3e8b98f621d" + }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.3.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-1.2.3.zip", + "size": 7135, + "checksum": "SHA-256:68ffca5ca4f414efe305f7adecb9db73869d3eafcdbdf37ddcb1af8478dca62e" + }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-1.2.4.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-1.2.4.zip", + "size": 7198, + "checksum": "SHA-256:79637a488d187353b1e6b97bd89f66940b2960a160e5ad93e5e94f7a5f6ac25e" + }, { "name": "Adafruit NeoMatrix", "version": "1.0.0", @@ -10303,7 +16660,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.0.0.zip", "archiveFileName": "Adafruit_NeoMatrix-1.0.0.zip", "size": 23782, "checksum": "SHA-256:d4a229735fc4b81bdc592668e75d163cfdf922e4737d383e544a2647a97ee810" @@ -10320,7 +16677,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.1.zip", "archiveFileName": "Adafruit_NeoMatrix-1.1.1.zip", "size": 24273, "checksum": "SHA-256:296f34d8cacdbd47c42898f75f27b6e03c091c22c8739296bd7670584baf8e93" @@ -10337,7 +16694,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.0.1.zip", "archiveFileName": "Adafruit_NeoMatrix-1.0.1.zip", "size": 23826, "checksum": "SHA-256:a9bbd5f3bf6570119060ef0a89a3278e0c853a1223eacf2d4dc237cb144d4fdc" @@ -10354,7 +16711,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.0.zip", "archiveFileName": "Adafruit_NeoMatrix-1.1.0.zip", "size": 24269, "checksum": "SHA-256:5ecbe0bb25ff9e25a8b4b482d5c5b1972f7eafb8d5eab857c98bdb9b70940f9f" @@ -10371,7 +16728,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.2.zip", "archiveFileName": "Adafruit_NeoMatrix-1.1.2.zip", "size": 24314, "checksum": "SHA-256:90dba09822d4e6444e271c4c28dd8455db9c271671abdc8ae752ce87444a80f7" @@ -10388,7 +16745,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.3.zip", "archiveFileName": "Adafruit_NeoMatrix-1.1.3.zip", "size": 38055, "checksum": "SHA-256:94c671f6617b3557063cdb3ec3e29a9d75a287e32096f573d9d8f90fbed590ee" @@ -10405,11 +16762,86 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.4.zip", "archiveFileName": "Adafruit_NeoMatrix-1.1.4.zip", "size": 38055, "checksum": "SHA-256:ea8fe3550e9c04c747e7e8a73be9e70b9dd52724caa6f616842d50aef55c71de" }, + { + "name": "Adafruit NeoMatrix", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for NeoPixel grids", + "paragraph": "Adafruit_GFX-compatible library for NeoPixel grids", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.5.zip", + "archiveFileName": "Adafruit_NeoMatrix-1.1.5.zip", + "size": 39730, + "checksum": "SHA-256:4533108fdc06f32e4b6054b508b44ce25280b7fd9180ae4dc549d725e7618290" + }, + { + "name": "Adafruit NeoMatrix", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for NeoPixel grids", + "paragraph": "Adafruit_GFX-compatible library for NeoPixel grids", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.1.6.zip", + "archiveFileName": "Adafruit_NeoMatrix-1.1.6.zip", + "size": 39730, + "checksum": "SHA-256:78306537a49f255a3655d2b9031683cd465de17bdedb5b38edc928412b71d363" + }, + { + "name": "Adafruit NeoMatrix", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for NeoPixel grids", + "paragraph": "Adafruit_GFX-compatible library for NeoPixel grids", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.2.0.zip", + "archiveFileName": "Adafruit_NeoMatrix-1.2.0.zip", + "size": 46187, + "checksum": "SHA-256:c5137138f628adfff2eefc5c3140f9763b5d8d7ee252772df1521ff5fee6812a" + }, { "name": "Adafruit MPR121", "version": "1.0.2", @@ -10422,7 +16854,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.2.zip", "archiveFileName": "Adafruit_MPR121-1.0.2.zip", "size": 8400, "checksum": "SHA-256:42128c9e26eefd8aaa82de973afd871a431eea9586804ceb5bd4041c05c8c350" @@ -10439,7 +16871,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.0.zip", "archiveFileName": "Adafruit_MPR121-1.0.0.zip", "size": 6184, "checksum": "SHA-256:dc1c008ed6513b4e633ea89ae2ff058fe54f3082d110e1661cb976254171d57d" @@ -10456,11 +16888,94 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.3.zip", "archiveFileName": "Adafruit_MPR121-1.0.3.zip", "size": 8075, "checksum": "SHA-256:11f5f4769c741e5b77c8f5630e315e8199b2024030f820baef1b6ef4f9c3fed1" }, + { + "name": "Adafruit MPR121", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop.", + "paragraph": "Designed specifically to work with the MPR121 Breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_MPR121", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.4.zip", + "archiveFileName": "Adafruit_MPR121-1.0.4.zip", + "size": 7714, + "checksum": "SHA-256:36836376386317eb4b9ab077bcccecc5a66b7fb6a7dba499b99d5c0c5a2970c7" + }, + { + "name": "Adafruit MPR121", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop.", + "paragraph": "Designed specifically to work with the MPR121 Breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_MPR121", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.0.5.zip", + "archiveFileName": "Adafruit_MPR121-1.0.5.zip", + "size": 7697, + "checksum": "SHA-256:caf4c08a3f828f8d3eade28fdf9417225c7f13d606a6d2a7388add9974ec8330" + }, + { + "name": "Adafruit MPR121", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop.", + "paragraph": "Designed specifically to work with the MPR121 Breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_MPR121", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.1.0.zip", + "archiveFileName": "Adafruit_MPR121-1.1.0.zip", + "size": 7658, + "checksum": "SHA-256:019d3d5b995e95c22b97b8d7348e1b94e05f77ab1024112fd65c093af1300c2a" + }, + { + "name": "Adafruit MPR121", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop.", + "paragraph": "Designed specifically to work with the MPR121 Breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_MPR121", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.1.1.zip", + "archiveFileName": "Adafruit_MPR121-1.1.1.zip", + "size": 7655, + "checksum": "SHA-256:e2d457d059c2cab623984c9b67642e8bab3ef4bcafe3596d7c169c3ee36f3fa7" + }, { "name": "Adafruit nRF8001", "version": "1.0.0", @@ -10473,7 +16988,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_nRF8001.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRF8001-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRF8001-1.0.0.zip", "archiveFileName": "Adafruit_nRF8001-1.0.0.zip", "size": 60417, "checksum": "SHA-256:0dc564921e8cf23da40731188625da25e146e26cf30bbbd5bf99f4586990159f" @@ -10490,7 +17005,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_nRF8001.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRF8001-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRF8001-1.1.1.zip", "archiveFileName": "Adafruit_nRF8001-1.1.1.zip", "size": 64590, "checksum": "SHA-256:97cb9d07290660237ef35cf4267671767d25dbf4d012143aa05c268415ffa606" @@ -10507,7 +17022,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.0.0.zip", "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-1.0.0.zip", "size": 10577, "checksum": "SHA-256:e45df77e086d1b7b981c68390796cb8a17a30746efc597f8054ca2fdc432b1b4" @@ -10524,11 +17039,114 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.0.2.zip", "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-1.0.2.zip", "size": 10603, "checksum": "SHA-256:8583942d0e3f5f3d09608bf820c139ca957f6ed8197f8e676b0f7571362b5fba" }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.1.0.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-1.1.0.zip", + "size": 13728, + "checksum": "SHA-256:312597cfa983b6e4777dada44218c2f6d15af4249b7e815a3485685a2199237b" + }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.1.1.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-1.1.1.zip", + "size": 14688, + "checksum": "SHA-256:e1e28f3dd973a1cff4a7bb303ce194ca3fb737346acb11ae4397770333999ec9" + }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.2.0.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-1.2.0.zip", + "size": 14789, + "checksum": "SHA-256:5cf07c886429fc680831fa8d0e2b7583c7fbf9d94f7d73a1facbeb413bbea804" + }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-1.2.1.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-1.2.1.zip", + "size": 14835, + "checksum": "SHA-256:24fa6730919d2a629e0ddc07f6173f3acc18feb07f5fdc41c4fe6ff586d9887f" + }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.0.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.0.zip", + "size": 14032, + "checksum": "SHA-256:e196b07efbd35e89bc7afc62ede1c4b4f60781e563bfded2f000a9f69c40dfd1" + }, { "name": "Adafruit NeoPixel", "version": "1.0.0", @@ -10541,7 +17159,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.0.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.0.zip", "size": 31172, "checksum": "SHA-256:bf8ec37761f2b7f13cffff47a6fbc20ca58e4d2998db3b5129a4cc2860bf073b" @@ -10558,7 +17176,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.3.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.3.zip", "size": 38078, "checksum": "SHA-256:0d18fe0c72b3c419fd706bb3c2bb1ceef72ba413c117d0c7da9860a57a27e506" @@ -10575,7 +17193,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.4.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.4.zip", "size": 40131, "checksum": "SHA-256:a843d4f4727077af1b1ced997d56d5ad38c87043fc1adab99d22d5a24376c2b3" @@ -10592,7 +17210,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.5.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.5.zip", "size": 41493, "checksum": "SHA-256:aa308daec02825417261a7a3844a8a23f1da2c7f02fa02d1dc22aac41bc30133" @@ -10609,7 +17227,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.6.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.6.zip", "size": 42251, "checksum": "SHA-256:528425e213311d82c0c131ec32dc8a7a920278af23d54c4f88b444f8b606a64b" @@ -10626,7 +17244,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.7.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.7.zip", "size": 44265, "checksum": "SHA-256:0ad052882c2b965d023ad13d0b84c7102c31fc60b59c24bc46bcd86f6b97fefe" @@ -10643,7 +17261,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.8.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.8.zip", "size": 44338, "checksum": "SHA-256:d5a18b74d6b8e3434876478fe4e0c087dd5c8e710e4bcee9c94f9ac6872ab002" @@ -10660,7 +17278,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.0.zip", "archiveFileName": "Adafruit_NeoPixel-1.2.0.zip", "size": 50162, "checksum": "SHA-256:e77ad403c28e10e1a67aaeec40f8598ba0cda449c393e2739128e44ec6df194c" @@ -10677,7 +17295,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.1.zip", "archiveFileName": "Adafruit_NeoPixel-1.2.1.zip", "size": 53654, "checksum": "SHA-256:b8a03f27616aed0dbc84b94e0a5882acbee3e7c420741629a1d147311abc9666" @@ -10694,7 +17312,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.1.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.1.zip", "size": 32627, "checksum": "SHA-256:a09d94cc4b57486d5c20402417dfe2efb75573e40821e19527bda3cf99c31b29" @@ -10711,7 +17329,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.2.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.2.zip", "size": 33009, "checksum": "SHA-256:78625184b94279284f2923142d7412180482e113c1ac8ea75d7314f9cb1bedd0" @@ -10728,7 +17346,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.3.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.3.zip", "size": 35663, "checksum": "SHA-256:419e345e7f249e140e2cfcd17febdba4c082efd1241dae9b35ad95d3ad7fd688" @@ -10745,7 +17363,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.4.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.4.zip", "size": 31517, "checksum": "SHA-256:c3a18cb0b2b3d82363b7a515fbc893d424ccdbd0ed58e665c70413dfc463a1d0" @@ -10762,7 +17380,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.5.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.5.zip", "size": 29078, "checksum": "SHA-256:035e85839e889892c1bc4a73accd85f7097df7d6d3c8c52fee0db206caf250c8" @@ -10779,7 +17397,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.0.6.zip", "archiveFileName": "Adafruit_NeoPixel-1.0.6.zip", "size": 29292, "checksum": "SHA-256:adafabb592b55f2b5dc0610e78a856f226f2652a6fd6b810925a1eeba3868c00" @@ -10796,7 +17414,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.0.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.0.zip", "size": 37995, "checksum": "SHA-256:42e081847b6f8c8130c280ac36e16855e830527fe88233e47a6bc221a081e1b6" @@ -10813,7 +17431,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.1.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.1.zip", "size": 37994, "checksum": "SHA-256:4ce547025ca6572c62d10a0874f4d52a156dead5e99ff7d7ff695f0410dfa9d2" @@ -10830,7 +17448,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.1.2.zip", "archiveFileName": "Adafruit_NeoPixel-1.1.2.zip", "size": 37993, "checksum": "SHA-256:6e9467a120f99771d4edd57e91629e0de2dd4396cdc365c0c2c4c5832211f704" @@ -10847,7 +17465,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.2.zip", "archiveFileName": "Adafruit_NeoPixel-1.2.2.zip", "size": 53090, "checksum": "SHA-256:69916910b1f7cdcba58c7be1f77b41e9c1311d5c89ed28c8adc91dd82693edad" @@ -10864,7 +17482,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.3.zip", "archiveFileName": "Adafruit_NeoPixel-1.2.3.zip", "size": 53122, "checksum": "SHA-256:aa5cef370925f69edb4f14b5d8114248b4aad9daf36c909774b035cb6ba7910b" @@ -10881,179 +17499,704 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.4.zip", "archiveFileName": "Adafruit_NeoPixel-1.2.4.zip", "size": 53438, "checksum": "SHA-256:7de1dc87ea0e3daca91d79da1cab0fb969021ba25b14b0a27225d892e2286fc5" }, { - "name": "Adafruit PS2 Trackpad", - "version": "1.0.0", + "name": "Adafruit NeoPixel", + "version": "1.2.5", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "PS2 library for Adafruit capacitive trackpads", - "paragraph": "PS2 library for Adafruit capacitive trackpads", - "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", - "category": "Sensors", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.0.0.zip", - "archiveFileName": "Adafruit_PS2_Trackpad-1.0.0.zip", - "size": 6276, - "checksum": "SHA-256:326390f98b3e60aae31485ee1b2df3f661f7b39d79ef8b34f1da1412a7709b45" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.2.5.zip", + "archiveFileName": "Adafruit_NeoPixel-1.2.5.zip", + "size": 53755, + "checksum": "SHA-256:1cac69f622a9c497c6c0343085ae21603d103097d9c49b00baf87e16d0370433" }, { - "name": "Adafruit PN532", - "version": "1.0.0", + "name": "Adafruit NeoPixel", + "version": "1.3.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", - "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", - "website": "https://github.com/adafruit/Adafruit-PN532", - "category": "Communication", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PN532.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.0.0.zip", - "archiveFileName": "Adafruit_PN532-1.0.0.zip", - "size": 57686, - "checksum": "SHA-256:2c19cf5c655f46e305efdd7d131a7b54a62849094e504e85bdb397cf1d0bd6d2" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.3.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.3.0.zip", + "size": 53819, + "checksum": "SHA-256:08967efa0525d3eec52b80b70012560b128fd711ddd1cbf6053238b41bc3dd44" }, { - "name": "Adafruit PN532", - "version": "1.0.3", + "name": "Adafruit NeoPixel", + "version": "1.3.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", - "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", - "website": "https://github.com/adafruit/Adafruit-PN532", - "category": "Communication", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PN532.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.0.3.zip", - "archiveFileName": "Adafruit_PN532-1.0.3.zip", - "size": 60175, - "checksum": "SHA-256:5024b4a6dadab615f9c56e17d1e5b21734f9aaec3d0b01c66a19645f6475015b" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.3.1.zip", + "archiveFileName": "Adafruit_NeoPixel-1.3.1.zip", + "size": 61076, + "checksum": "SHA-256:b3705d3ca05419203db045b4401804b45ce09be73e90dcc0609031ae8418f96c" }, { - "name": "Adafruit PN532", - "version": "1.0.4", + "name": "Adafruit NeoPixel", + "version": "1.3.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", - "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", - "website": "https://github.com/adafruit/Adafruit-PN532", - "category": "Communication", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PN532.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.0.4.zip", - "archiveFileName": "Adafruit_PN532-1.0.4.zip", - "size": 61801, - "checksum": "SHA-256:075ad0803d1c690d933da777f180b6001fdf770ca6fad08f498ba0b25406e39e" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.3.2.zip", + "archiveFileName": "Adafruit_NeoPixel-1.3.2.zip", + "size": 61078, + "checksum": "SHA-256:8d461073ff526a65ad92828d59decfa42f269fff079a5183634cb2ce912d4b71" }, { - "name": "Adafruit PWM Servo Driver Library", - "version": "1.0.0", + "name": "Adafruit NeoPixel", + "version": "1.3.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit PWM Servo Driver Library", - "paragraph": "Adafruit PWM Servo Driver Library", - "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", - "category": "Device Control", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.0.zip", - "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.0.zip", - "size": 8487, - "checksum": "SHA-256:221e7cef2f0aeb5bd2b21bcc9b4d8a2a79042e6180acf89a9006f4627ef8f785" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.3.3.zip", + "archiveFileName": "Adafruit_NeoPixel-1.3.3.zip", + "size": 63489, + "checksum": "SHA-256:6f5c43b85b62c1d25ce41c4c2098c0880bb677fa2ea6553ecf01a4b20771311e" }, { - "name": "Adafruit PWM Servo Driver Library", - "version": "1.0.2", + "name": "Adafruit NeoPixel", + "version": "1.3.4", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit PWM Servo Driver Library", - "paragraph": "Adafruit PWM Servo Driver Library", - "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", - "category": "Device Control", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.2.zip", - "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.2.zip", - "size": 10601, - "checksum": "SHA-256:b00c6371a347b2d81476b989d524f0131a7a932d9106c403dee35c9bcc5e1a7e" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.3.4.zip", + "archiveFileName": "Adafruit_NeoPixel-1.3.4.zip", + "size": 65461, + "checksum": "SHA-256:3fdbadee0eee864d5bb5ebb233e056c8fc491076c1c3bd818e9440fa4247ca5c" }, { - "name": "Adafruit PWM Servo Driver Library", - "version": "1.0.3", + "name": "Adafruit NeoPixel", + "version": "1.3.5", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit PWM Servo Driver Library", - "paragraph": "Adafruit PWM Servo Driver Library", - "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", - "category": "Device Control", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.3.zip", - "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.3.zip", - "size": 11043, - "checksum": "SHA-256:0b210802a696bd2c85848d298865555d71410682609dd37082143d4317e6d7eb" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.3.5.zip", + "archiveFileName": "Adafruit_NeoPixel-1.3.5.zip", + "size": 65464, + "checksum": "SHA-256:06c89e67bd34f42b4f747d0e5ab4ba6bc83e237e972a4c3ecad4003a70e6ca6d" }, { - "name": "Adafruit PWM Servo Driver Library", - "version": "1.0.4", + "name": "Adafruit NeoPixel", + "version": "1.4.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit PWM Servo Driver Library", - "paragraph": "Adafruit PWM Servo Driver Library", - "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", - "category": "Device Control", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.4.zip", - "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.4.zip", - "size": 11051, - "checksum": "SHA-256:b5cfa1fffde41881fb317a95574cb3e77ec0f1cc30d909cf36ea59a7e65ba423" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.4.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.4.0.zip", + "size": 65493, + "checksum": "SHA-256:5b501efbe3d19b53331fbe50a33fd5e13e4da2a01a933d45f4fc1d1ef461ade4" }, { - "name": "Adafruit RGB LCD Shield Library", - "version": "1.0.0", + "name": "Adafruit NeoPixel", + "version": "1.5.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", - "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", - "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.0.0.zip", - "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.0.0.zip", - "size": 12644, - "checksum": "SHA-256:dc0829f7f3700f587bf47d76df68cab14317313440bba76d666ce54017dd3bd0" + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.5.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.5.0.zip", + "size": 65555, + "checksum": "SHA-256:55787308641b3228e4a509a356246cf2d202eb5200eb597f0b6ec84ea0f7cf44" }, { - "name": "Adafruit RGB LCD Shield Library", - "version": "1.0.1", + "name": "Adafruit NeoPixel", + "version": "1.6.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", - "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", - "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.0.1.zip", - "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.0.1.zip", - "size": 12681, + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.6.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.6.0.zip", + "size": 66661, + "checksum": "SHA-256:93a9a2cdf8e6d52c1780905efa25d13428586a7861901a161325d692c12e8039" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.6.1.zip", + "archiveFileName": "Adafruit_NeoPixel-1.6.1.zip", + "size": 66664, + "checksum": "SHA-256:3876e6230a2ef13bfbc794ba0d54da5d851afac1949c75f4486232ff74569306" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.7.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.7.0.zip", + "size": 68908, + "checksum": "SHA-256:708857fb59b697639a580c3b640568bd46585e3afbc8f275ad9477bc18c7268e" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.0.zip", + "size": 70776, + "checksum": "SHA-256:4b59157e8524265e3bbd840ce90bf19460963e49eef4c08001afa5a97a0f6405" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.1.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.1.zip", + "size": 70781, + "checksum": "SHA-256:f49068d9941c5c05f0358d71049b96f7ab26d286903041919ed923009caf3f2d" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.2.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.2.zip", + "size": 70828, + "checksum": "SHA-256:1ff24d2c6605a6969dc065a9d17df214b4aae967ac1814ddd9001bafb66d6812" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.3.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.3.zip", + "size": 70911, + "checksum": "SHA-256:f902dd2a435fb717f91b204850e26611269a675687d344d8067a3bc3e6a92f53" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.4.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.4.zip", + "size": 70913, + "checksum": "SHA-256:ab8369be657cefba9672f790fe586c7b665501585ca20d25fe9d54e2658d104f" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.5.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.5.zip", + "size": 70926, + "checksum": "SHA-256:5c9dfff70a215136762f373df4b9b194eacef88a5bf8ff3f213dd694688e093f" + }, + { + "name": "Adafruit PS2 Trackpad", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PS2 library for Adafruit capacitive trackpads", + "paragraph": "PS2 library for Adafruit capacitive trackpads", + "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.0.0.zip", + "archiveFileName": "Adafruit_PS2_Trackpad-1.0.0.zip", + "size": 6276, + "checksum": "SHA-256:326390f98b3e60aae31485ee1b2df3f661f7b39d79ef8b34f1da1412a7709b45" + }, + { + "name": "Adafruit PS2 Trackpad", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PS2 library for Adafruit capacitive trackpads", + "paragraph": "PS2 library for Adafruit capacitive trackpads", + "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.1.0.zip", + "archiveFileName": "Adafruit_PS2_Trackpad-1.1.0.zip", + "size": 6277, + "checksum": "SHA-256:a08d2bab5261bc4ecac7450b22669e2fe354e3820f310f66b2844fa7ba7dd781" + }, + { + "name": "Adafruit PS2 Trackpad", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PS2 library for Adafruit capacitive trackpads", + "paragraph": "PS2 library for Adafruit capacitive trackpads", + "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.2.0.zip", + "archiveFileName": "Adafruit_PS2_Trackpad-1.2.0.zip", + "size": 7183, + "checksum": "SHA-256:52416583b2205888d6b9a75db29b1dbe922bf5ce8e92e0c2ea4e0cfa3bb65fc7" + }, + { + "name": "Adafruit PS2 Trackpad", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PS2 library for Adafruit capacitive trackpads", + "paragraph": "PS2 library for Adafruit capacitive trackpads", + "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.2.1.zip", + "archiveFileName": "Adafruit_PS2_Trackpad-1.2.1.zip", + "size": 7183, + "checksum": "SHA-256:e76e1e70b65f938835fec0571c61d1bcafa32878bc18efeaef45c776451e1f10" + }, + { + "name": "Adafruit PN532", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.0.0.zip", + "archiveFileName": "Adafruit_PN532-1.0.0.zip", + "size": 57686, + "checksum": "SHA-256:2c19cf5c655f46e305efdd7d131a7b54a62849094e504e85bdb397cf1d0bd6d2" + }, + { + "name": "Adafruit PN532", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.0.3.zip", + "archiveFileName": "Adafruit_PN532-1.0.3.zip", + "size": 60175, + "checksum": "SHA-256:5024b4a6dadab615f9c56e17d1e5b21734f9aaec3d0b01c66a19645f6475015b" + }, + { + "name": "Adafruit PN532", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.0.4.zip", + "archiveFileName": "Adafruit_PN532-1.0.4.zip", + "size": 61801, + "checksum": "SHA-256:075ad0803d1c690d933da777f180b6001fdf770ca6fad08f498ba0b25406e39e" + }, + { + "name": "Adafruit PN532", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.2.0.zip", + "archiveFileName": "Adafruit_PN532-1.2.0.zip", + "size": 59500, + "checksum": "SHA-256:5fb9a58c08561bd2fe821d08e07a0382ca6e514a6573d822804f2ccc3f22d7a7" + }, + { + "name": "Adafruit PN532", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.2.1.zip", + "archiveFileName": "Adafruit_PN532-1.2.1.zip", + "size": 60175, + "checksum": "SHA-256:d2117cfee0de8bd4a12115b67d4ccd1d1640e13f1143e1b928fce9b9779f0504" + }, + { + "name": "Adafruit PN532", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.2.2.zip", + "archiveFileName": "Adafruit_PN532-1.2.2.zip", + "size": 62905, + "checksum": "SHA-256:2298c019cb59fe0ec9e10d5839ca3f281e9748db01234c8bd2fca6b8033d6fac" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.0.zip", + "size": 8487, + "checksum": "SHA-256:221e7cef2f0aeb5bd2b21bcc9b4d8a2a79042e6180acf89a9006f4627ef8f785" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.2.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.2.zip", + "size": 10601, + "checksum": "SHA-256:b00c6371a347b2d81476b989d524f0131a7a932d9106c403dee35c9bcc5e1a7e" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.3.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.3.zip", + "size": 11043, + "checksum": "SHA-256:0b210802a696bd2c85848d298865555d71410682609dd37082143d4317e6d7eb" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-1.0.4.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-1.0.4.zip", + "size": 11051, + "checksum": "SHA-256:b5cfa1fffde41881fb317a95574cb3e77ec0f1cc30d909cf36ea59a7e65ba423" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.0.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.0.0.zip", + "size": 11281, + "checksum": "SHA-256:c7fce8345139a2a180322c6b4c7d6e9df9746be79d9e9e34b8a94eeec687d7a7" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.1.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.1.0.zip", + "size": 14361, + "checksum": "SHA-256:bcb5936c6049b9ed6a0506a2680298af0d9f8e3179eafbf298511e28d1cb546c" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.2.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.2.0.zip", + "size": 15573, + "checksum": "SHA-256:9e8d57492cb70363906ae8a14bdb255cf08e57c75a5cb6126c9b9b7c0eb9df5e" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.3.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.3.0.zip", + "size": 15612, + "checksum": "SHA-256:884fbc36cc577afd268c6f4f1349852774225da0fb3035eab089a937e5ee66cb" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.3.1.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.3.1.zip", + "size": 15615, + "checksum": "SHA-256:96d28e216bafe07f5c9862feb9fedc4e85c3254fbd443cd37c49c9e7e79e4010" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.4.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.4.0.zip", + "size": 15810, + "checksum": "SHA-256:1ac080e5e7862f2ea91f1886d49e3e44aa4eb0d1b7feeeea094885892248ca8c" + }, + { + "name": "Adafruit RGB LCD Shield Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", + "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", + "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.0.0.zip", + "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.0.0.zip", + "size": 12644, + "checksum": "SHA-256:dc0829f7f3700f587bf47d76df68cab14317313440bba76d666ce54017dd3bd0" + }, + { + "name": "Adafruit RGB LCD Shield Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", + "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", + "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.0.1.zip", + "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.0.1.zip", + "size": 12681, "checksum": "SHA-256:8d703b6712e8bfaa2d0e2135e5fe6f6c8c820aa1f731ed24d3ed0795b576fce5" }, { @@ -11068,11 +18211,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.0.3.zip", "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.0.3.zip", "size": 12949, "checksum": "SHA-256:071da9467d83bab03efd200cc82e2d7472719774c1b5e36289292b9537bd76c2" }, + { + "name": "Adafruit RGB LCD Shield Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", + "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", + "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.1.0.zip", + "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.1.0.zip", + "size": 13722, + "checksum": "SHA-256:23ec0cfb9e984eb139f78810b1e845ef2ec5a8b5df1372a0928d9ad4369df1bb" + }, + { + "name": "Adafruit RGB LCD Shield Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", + "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", + "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.2.0.zip", + "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.2.0.zip", + "size": 13799, + "checksum": "SHA-256:2793e0d6c48063937ae524378c68d1487527c79025debcee4e5a9292f3064439" + }, { "name": "Adafruit RA8875", "version": "1.0.0", @@ -11085,7 +18262,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.0.zip", "archiveFileName": "Adafruit_RA8875-1.0.0.zip", "size": 78513, "checksum": "SHA-256:d7afb93d53f9e196221cab81d107647295ee145fea74d60c39b6e90c5b4b00a6" @@ -11102,7 +18279,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.1.zip", "archiveFileName": "Adafruit_RA8875-1.0.1.zip", "size": 78531, "checksum": "SHA-256:b9de6fb357fb04e287eff04bff301c248a2d8f556167cbcd04e4e8adfe5a2d00" @@ -11119,7 +18296,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.3.zip", "archiveFileName": "Adafruit_RA8875-1.0.3.zip", "size": 78987, "checksum": "SHA-256:8bf18ef7c8fa8dc0c3d9e25c8ac1714c45320f092b0f6cb2aa5fef075cd63fa5" @@ -11136,7 +18313,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.4.zip", "archiveFileName": "Adafruit_RA8875-1.0.4.zip", "size": 82455, "checksum": "SHA-256:34a54b2e9e4bdbbc2abe1aaa929f2a9d70884b0dfb88ea90565ded23feb9d4d3" @@ -11153,7 +18330,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.5.zip", "archiveFileName": "Adafruit_RA8875-1.0.5.zip", "size": 82383, "checksum": "SHA-256:d7e8d2b092b6555422a16d0855e65418a4e70d44420920fd3e9a8c37d389116a" @@ -11170,7 +18347,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.7.zip", "archiveFileName": "Adafruit_RA8875-1.0.7.zip", "size": 84675, "checksum": "SHA-256:3eb18fb0f2308f1aa0a3773619ad2f7af205ee1c1647d707291182df4d4293ae" @@ -11187,7 +18364,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.8.zip", "archiveFileName": "Adafruit_RA8875-1.0.8.zip", "size": 85198, "checksum": "SHA-256:b61b569bbbdd9b58892cdf778129750e50033d661c5be3b537008579b8fa7d2e" @@ -11204,7 +18381,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.1.0.zip", "archiveFileName": "Adafruit_RA8875-1.1.0.zip", "size": 85219, "checksum": "SHA-256:7d74a5d8119393ec911bd821e2e05d9b035270cd8c8ddc29a7fda4c311b591b0" @@ -11221,7 +18398,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.1.1.zip", "archiveFileName": "Adafruit_RA8875-1.1.1.zip", "size": 85340, "checksum": "SHA-256:9b8d5dfc1c5c1a561f6d8bf204f488e647607b145f1b88a2a3c35de96c19b6b1" @@ -11238,7 +18415,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.2.0.zip", "archiveFileName": "Adafruit_RA8875-1.2.0.zip", "size": 86661, "checksum": "SHA-256:9d09a5700534904de6cc9ea51fd870c7531af70cb1d05408edac3ecdcdf4724c" @@ -11255,7 +18432,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.1.zip", "archiveFileName": "Adafruit_RA8875-1.3.1.zip", "size": 87119, "checksum": "SHA-256:c560c327deae25212e7a41119157f7c65c1e53b2a7eec43755aedb6a0662a127" @@ -11272,7 +18449,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.0.2.zip", "archiveFileName": "Adafruit_RA8875-1.0.2.zip", "size": 78538, "checksum": "SHA-256:271b041b3900c63bb932f66216c6dea66bf9bdd0b51c957e3a319fe60d45c7ad" @@ -11289,11 +18466,129 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_RA8875.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.3.zip", "archiveFileName": "Adafruit_RA8875-1.3.3.zip", "size": 87141, "checksum": "SHA-256:4476afd09f8c65a92640b80eea2ad46a321502341b157e4fcb5be5b4f097c22b" }, + { + "name": "Adafruit RA8875", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.4.zip", + "archiveFileName": "Adafruit_RA8875-1.3.4.zip", + "size": 411525, + "checksum": "SHA-256:ce751527432f90f1db9e7d0295bd79a80dc3332a6e41aeeb6c5497aef0af3fbc" + }, + { + "name": "Adafruit RA8875", + "version": "1.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.5.zip", + "archiveFileName": "Adafruit_RA8875-1.3.5.zip", + "size": 411518, + "checksum": "SHA-256:ab00f2f9a67b17ccc77d2df779ffe6b5356919b1359f7cdc02b645d7aec3a6c9" + }, + { + "name": "Adafruit RA8875", + "version": "1.3.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.7.zip", + "archiveFileName": "Adafruit_RA8875-1.3.7.zip", + "size": 412416, + "checksum": "SHA-256:b0d64cf2dfd53d564de4b11377929fbf3a954eb4c6d01e7adefb36abced424f0" + }, + { + "name": "Adafruit RA8875", + "version": "1.3.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.3.8.zip", + "archiveFileName": "Adafruit_RA8875-1.3.8.zip", + "size": 412474, + "checksum": "SHA-256:24d13608dea4c690d1fc707208268e0e4d26bac3165fff2a2f9c597276c44991" + }, + { + "name": "Adafruit RA8875", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.4.0.zip", + "archiveFileName": "Adafruit_RA8875-1.4.0.zip", + "size": 412600, + "checksum": "SHA-256:c29ba88e6ae507f66a449030e1802ed7c0847c37a8915701412111b09c9d3c1c" + }, { "name": "Adafruit SHARP Memory Display", "version": "1.0.0", @@ -11306,7 +18601,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.0.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.0.zip", "size": 6978, "checksum": "SHA-256:6faf462ffb9ce0e73c02f4fe3d09857a1b9f155af8570a76f0a3944747a7f69a" @@ -11323,7 +18618,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.1.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.1.zip", "size": 7008, "checksum": "SHA-256:4308e670006b816664aaebc479dc662b8d30e37ffde74274d97cc2b595b97127" @@ -11340,7 +18635,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.4.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.4.zip", "size": 7331, "checksum": "SHA-256:4bbcda9b5f30fa524aed772d2b1e4a33e17e7ce618411f615b91ca6cb4542c81" @@ -11357,7 +18652,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.5.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.5.zip", "size": 7331, "checksum": "SHA-256:439699b670d6f3fcc425406172cf32db6ebbb684f1ca1d294b48dfd6a7703fb7" @@ -11374,7 +18669,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.6.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.6.zip", "size": 7577, "checksum": "SHA-256:2708f8945c7181d390df549b37b166aa43fb6d85b4fa5f7d56ca23fd721a1969" @@ -11391,7 +18686,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.2.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.2.zip", "size": 7076, "checksum": "SHA-256:8b3e7d6c925f71bb46c073a47c7767bf1f02c999698192f7a40dc603c2b6c292" @@ -11408,11 +18703,55 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.7.zip", "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.7.zip", "size": 7649, "checksum": "SHA-256:1305b179e6cbbeefa312b8a4db15a9de60598b247de38a2fdb92c2999412994a" }, + { + "name": "Adafruit SHARP Memory Display", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "paragraph": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "website": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.0.8.zip", + "archiveFileName": "Adafruit_SHARP_Memory_Display-1.0.8.zip", + "size": 11908, + "checksum": "SHA-256:b74a21fc9e4e332014841c4e3a3c4ab20ebe44a15d041ac3a2a831dacb70d394" + }, + { + "name": "Adafruit SHARP Memory Display", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "paragraph": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "website": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.1.0.zip", + "archiveFileName": "Adafruit_SHARP_Memory_Display-1.1.0.zip", + "size": 11659, + "checksum": "SHA-256:ed401c5a4c3ccc7bfa9c24bac05dbbde6c925f1527a94a7b82bc65a71f856d21" + }, { "name": "Adafruit SI1145 Library", "version": "1.0.0", @@ -11425,7 +18764,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SI1145_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.0.0.zip", "archiveFileName": "Adafruit_SI1145_Library-1.0.0.zip", "size": 6262, "checksum": "SHA-256:eec5cbc4280b00bea67bb13655cd75a0f150ce8a8ecf43d0051b9f029927a7a4" @@ -11442,11 +18781,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SI1145_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.0.1.zip", "archiveFileName": "Adafruit_SI1145_Library-1.0.1.zip", "size": 6277, "checksum": "SHA-256:763ea557b17fb1adf590a1bfe237715444c41a03b47102729f9b67767571dff3" }, + { + "name": "Adafruit SI1145 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SI1145 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SI1145 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SI1145_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SI1145_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.1.0.zip", + "archiveFileName": "Adafruit_SI1145_Library-1.1.0.zip", + "size": 6365, + "checksum": "SHA-256:a080048adcdb156f34561d859266c7bb49f92b268cd070d2339d1d92de7c5dbc" + }, + { + "name": "Adafruit SI1145 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SI1145 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SI1145 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SI1145_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SI1145_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.1.1.zip", + "archiveFileName": "Adafruit_SI1145_Library-1.1.1.zip", + "size": 288649, + "checksum": "SHA-256:04819104d54ca6d167854dccff3dda93383be6320ced98c62e0f7b4b4f8cf5a6" + }, { "name": "Adafruit Si4713 Library", "version": "1.0.0", @@ -11459,7 +18832,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.0.0.zip", "archiveFileName": "Adafruit_Si4713_Library-1.0.0.zip", "size": 8117, "checksum": "SHA-256:8a01052b286984cb82e3dbd203eeff91449e99f95200c03ee9f2bdc3340a03f3" @@ -11476,11 +18849,62 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.1.0.zip", "archiveFileName": "Adafruit_Si4713_Library-1.1.0.zip", "size": 346795, "checksum": "SHA-256:35a5c38aba203274b711cf6dfce8d3db9790497041c24d9cf738f76f24f20cf5" }, + { + "name": "Adafruit Si4713 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "paragraph": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Si4713-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.1.1.zip", + "archiveFileName": "Adafruit_Si4713_Library-1.1.1.zip", + "size": 346794, + "checksum": "SHA-256:4f065b1f39b297d735f06a9d3df137ce22cf1987b91edce682fb36c240e80a4b" + }, + { + "name": "Adafruit Si4713 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "paragraph": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Si4713-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.1.2.zip", + "archiveFileName": "Adafruit_Si4713_Library-1.1.2.zip", + "size": 346809, + "checksum": "SHA-256:e034e97c7fca25adc28a1649425ccee0d20bd8ce3b5737832a6a1d9f399d0275" + }, + { + "name": "Adafruit Si4713 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "paragraph": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Si4713-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.1.3.zip", + "archiveFileName": "Adafruit_Si4713_Library-1.1.3.zip", + "size": 346866, + "checksum": "SHA-256:16d21619f18d501baa72311a32afb6545296cf766f3ee270679e4fb9ff56f2d0" + }, { "name": "Adafruit SoftServo", "version": "1.0.0", @@ -11493,7 +18917,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SoftServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SoftServo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SoftServo-1.0.0.zip", "archiveFileName": "Adafruit_SoftServo-1.0.0.zip", "size": 3781, "checksum": "SHA-256:aa2af5e07c3c10fbe4c9c0d45103ac1f7c6d293e9aa57a695668f4e46205445d" @@ -11510,11 +18934,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SoftServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SoftServo-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SoftServo-1.0.1.zip", "archiveFileName": "Adafruit_SoftServo-1.0.1.zip", "size": 3781, "checksum": "SHA-256:6ab6c2e67c1d9e55dca52639673924a20f61e957c0d7ac92c4dd69640054843b" }, + { + "name": "Adafruit SoftServo", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A lightweight software servo library, designed for Trinket/Gemma but good for other Arduino-compats", + "paragraph": "A lightweight software servo library, designed for Trinket/Gemma but good for other Arduino-compats", + "website": "https://github.com/adafruit/Adafruit_SoftServo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SoftServo-1.0.2.zip", + "archiveFileName": "Adafruit_SoftServo-1.0.2.zip", + "size": 8638, + "checksum": "SHA-256:ed3a142e48b5cf017aa52af16dc58a90c571080e0f71644b897382f8202a70b7" + }, { "name": "Adafruit Si5351 Library", "version": "1.0.0", @@ -11527,7 +18968,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.0.0.zip", "archiveFileName": "Adafruit_Si5351_Library-1.0.0.zip", "size": 14826, "checksum": "SHA-256:0c3090fd60ac140f079af6fd1e75519ef6894f85adda84ca268d311a66e480ca" @@ -11544,11 +18985,79 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.0.1.zip", "archiveFileName": "Adafruit_Si5351_Library-1.0.1.zip", "size": 14828, "checksum": "SHA-256:dc70057fde8b24f2e9d0225cce1e01ed144a4b2692afd7d21639aad567faa967" }, + { + "name": "Adafruit Si5351 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.0.2.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.0.2.zip", + "size": 14887, + "checksum": "SHA-256:8d96db00c8107ddb5b24872f94a0f8604d38ad5ff09ccbe664b49d64e59ba4ab" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.1.0.zip", + "size": 12754, + "checksum": "SHA-256:d43754228fb385f25ac12bc8170b87b81cb2550664f4a50778f8fc3da9674cbf" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.2.0.zip", + "size": 13043, + "checksum": "SHA-256:4ef4e4c7c7ce5b753fbd2abd1f1e410897c1c8d725e40bc6066165240a02f563" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.2.1.zip", + "size": 13043, + "checksum": "SHA-256:cb3f3d92d9648cbd3ef3edbcc5a0fd6504a11fc79150745cb10bb0822e1faa8d" + }, { "name": "Adafruit Soundboard library", "version": "1.0.0", @@ -11561,7 +19070,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Soundboard_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Soundboard_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Soundboard_library-1.0.0.zip", "archiveFileName": "Adafruit_Soundboard_library-1.0.0.zip", "size": 7021, "checksum": "SHA-256:90c729313f1290b7c0229f39a3e7d6bb7e0285ed02773a5fa0f7c424746a8787" @@ -11578,11 +19087,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Soundboard_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Soundboard_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Soundboard_library-1.0.1.zip", "archiveFileName": "Adafruit_Soundboard_library-1.0.1.zip", "size": 7570, "checksum": "SHA-256:517eb3f657fafc305df3f874f71816b975ffba1c4e397f7e5f53a75a1312e092" }, + { + "name": "Adafruit Soundboard library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for UART control of the Adafruit Soundboard", + "paragraph": "Arduino Library for UART control of the Adafruit Soundboard", + "website": "https://github.com/adafruit/Adafruit_Soundboard_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Soundboard_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Soundboard_library-1.1.0.zip", + "archiveFileName": "Adafruit_Soundboard_library-1.1.0.zip", + "size": 7839, + "checksum": "SHA-256:8a3c548e2e41a8bc70dffee9a359935cfae370df7d1e1fcd8a53af26669a5cb5" + }, { "name": "Adafruit SSD1306", "version": "1.0.0", @@ -11595,7 +19121,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.0.0.zip", "archiveFileName": "Adafruit_SSD1306-1.0.0.zip", "size": 21822, "checksum": "SHA-256:484ffe4bd4baebca2c4fa2adcaab9af43712a3b27fe89203075ce5efd5e1a9a1" @@ -11612,7 +19138,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.0.1.zip", "archiveFileName": "Adafruit_SSD1306-1.0.1.zip", "size": 22786, "checksum": "SHA-256:6ab39b3e4680dc64b3af3898c9fb8d07087acb0250c389357be65cb851c37da2" @@ -11629,7 +19155,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.1.0.zip", "archiveFileName": "Adafruit_SSD1306-1.1.0.zip", "size": 22627, "checksum": "SHA-256:7148049ecc3d47ef98e6383c7d2a280020500754445b22dbab534df065ae68b9" @@ -11646,7 +19172,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.1.2.zip", "archiveFileName": "Adafruit_SSD1306-1.1.2.zip", "size": 22725, "checksum": "SHA-256:20ae0b36ee18aabe6ba6369f309c9e00e3048f5bca640baa4c3fa94e9d92ac7f" @@ -11663,7 +19189,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.0.zip", "archiveFileName": "Adafruit_SSD1306-1.2.0.zip", "size": 26642, "checksum": "SHA-256:0a8e23c52aa725d8ee398e656fff57cbb93abd2d205f224d47405fafd8d29fe8" @@ -11680,7 +19206,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.1.zip", "archiveFileName": "Adafruit_SSD1306-1.2.1.zip", "size": 26618, "checksum": "SHA-256:6e7ee3ce715a5a79b61f5f83b55751a226342e7d97ad352862840bfa6deca6a2" @@ -11697,7 +19223,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.2.zip", "archiveFileName": "Adafruit_SSD1306-1.2.2.zip", "size": 26608, "checksum": "SHA-256:f6ff3906c17f82ef41a4cb57cb8942bee8eb1debb23ae03055d5fb5defdde56e" @@ -11714,7 +19240,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.3.zip", "archiveFileName": "Adafruit_SSD1306-1.2.3.zip", "size": 26611, "checksum": "SHA-256:31cb19536540bcefc392685f3b2bcdf749dec90b6fbee41a251d66879743e0a4" @@ -11731,7 +19257,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.4.zip", "archiveFileName": "Adafruit_SSD1306-1.2.4.zip", "size": 26819, "checksum": "SHA-256:382511ad7471cb3ff5a1e908c0994e1ec2c88b794da285b7f79c399955525de5" @@ -11748,7 +19274,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.5.zip", "archiveFileName": "Adafruit_SSD1306-1.2.5.zip", "size": 27138, "checksum": "SHA-256:84bc698d80cec20fcf2adfe31b2fe7addb5c4e0623db7b342478ab0afce0fdc7" @@ -11765,7 +19291,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.6.zip", "archiveFileName": "Adafruit_SSD1306-1.2.6.zip", "size": 27876, "checksum": "SHA-256:f47007638c5427c55580640e424899bccfa429fe1a4b73f5b9d1a7cc13fa87b9" @@ -11782,7 +19308,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.7.zip", "archiveFileName": "Adafruit_SSD1306-1.2.7.zip", "size": 31338, "checksum": "SHA-256:4dca71ffaf9d1d7f4402872fad2ace0c0f41bde8e45d7c09efdf0c10872a5fb5" @@ -11799,7 +19325,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.8.zip", "archiveFileName": "Adafruit_SSD1306-1.2.8.zip", "size": 31218, "checksum": "SHA-256:6073c8fea833b201b7287d21fec06ea257fe709709836e2493d4e28e2e19e547" @@ -11816,7 +19342,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.2.9.zip", "archiveFileName": "Adafruit_SSD1306-1.2.9.zip", "size": 31315, "checksum": "SHA-256:ec1df7f6598406fee30e03f34fa3c27ab7bb3d209898f470eb3351212cecef9b" @@ -11833,11 +19359,365 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-1.3.0.zip", "archiveFileName": "Adafruit_SSD1306-1.3.0.zip", "size": 32588, "checksum": "SHA-256:456bb5cc540bf95994d40be034b084179875dd82d4a896c5653b128483959e57" }, + { + "name": "Adafruit SSD1306", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.0.0.zip", + "archiveFileName": "Adafruit_SSD1306-2.0.0.zip", + "size": 33002, + "checksum": "SHA-256:cb4fce7c17a07137de90a3f38a66e1501f80449e002ad8202c3c749f8cccd00f" + }, + { + "name": "Adafruit SSD1306", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.0.1.zip", + "archiveFileName": "Adafruit_SSD1306-2.0.1.zip", + "size": 33021, + "checksum": "SHA-256:08b39d7e67a341b06a4b6d2b2457ba325ba1d8d1942c83939f9fdfbf5f7f2517" + }, + { + "name": "Adafruit SSD1306", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.0.2.zip", + "archiveFileName": "Adafruit_SSD1306-2.0.2.zip", + "size": 33032, + "checksum": "SHA-256:bf1560879efbe20f5e7dcbf55766f3f7f2add8e01f8f7aeb8ae2f385e0ab0028" + }, + { + "name": "Adafruit SSD1306", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.0.3.zip", + "archiveFileName": "Adafruit_SSD1306-2.0.3.zip", + "size": 35391, + "checksum": "SHA-256:c96b93e8d150c383485a3fb10501d7c877862f06ec0222fc880f172876563ba7" + }, + { + "name": "Adafruit SSD1306", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.0.4.zip", + "archiveFileName": "Adafruit_SSD1306-2.0.4.zip", + "size": 35408, + "checksum": "SHA-256:b1e9bf9974dcd355093c1e3baf3d5040e130de8d6c86b5f7213b67e749fa22c2" + }, + { + "name": "Adafruit SSD1306", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.1.0.zip", + "archiveFileName": "Adafruit_SSD1306-2.1.0.zip", + "size": 35373, + "checksum": "SHA-256:560283bf025f49b2bead9756fefed49aa8b4a66b6f06bee7bf6e790cd260ad5c" + }, + { + "name": "Adafruit SSD1306", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.2.0.zip", + "archiveFileName": "Adafruit_SSD1306-2.2.0.zip", + "size": 35401, + "checksum": "SHA-256:b4a56f543fca287e48d7bf98c6702970c5c81849b9079fd3b9a8e1960b9083f1" + }, + { + "name": "Adafruit SSD1306", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.2.1.zip", + "archiveFileName": "Adafruit_SSD1306-2.2.1.zip", + "size": 35399, + "checksum": "SHA-256:caacf3b16655cc1fc86faaece2aaaa905eaf32ed33869b850a7e186a9e9abda7" + }, + { + "name": "Adafruit SSD1306", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.3.0.zip", + "archiveFileName": "Adafruit_SSD1306-2.3.0.zip", + "size": 35830, + "checksum": "SHA-256:0eb586eab759e8258958279040d6f12f6c69f4e89413ff594d6824fdcc8885e8" + }, + { + "name": "Adafruit SSD1306", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.3.1.zip", + "archiveFileName": "Adafruit_SSD1306-2.3.1.zip", + "size": 35826, + "checksum": "SHA-256:e7af8664f2fbaa2a899b901784a62b49f490e2abd33a8bdd0c9c0404b0510385" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.0.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.0.zip", + "size": 35860, + "checksum": "SHA-256:9dc777e744102e2006d31a36312d04bcbe0161238c26067ba010c1fbb8c2b2bd" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.1.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.1.zip", + "size": 35880, + "checksum": "SHA-256:9e37441a5e44aede24ee83125562fec9719703ad8a85bbedf068510ec8e35156" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.2.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.2.zip", + "size": 35967, + "checksum": "SHA-256:c755a953a9e22fad3651dccff4077d13078d02548027120f332ba23db032ace5" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.3.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.3.zip", + "size": 36111, + "checksum": "SHA-256:523d87ed6b7d4cb3f9f7ca1bca80a5c83f18972b8e31ae28f2e7a76e950fdfe7" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.4.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.4.zip", + "size": 36121, + "checksum": "SHA-256:bc3426857474664d9850c205ca6ec61cbd10dbbdcf7d7d781773b17e466d92ea" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.5.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.5.zip", + "size": 36103, + "checksum": "SHA-256:c945532162b3c3250f3976284c8a1e5eeec16b00b952628538e9b7fae0dd0dbd" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.6.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.6.zip", + "size": 36103, + "checksum": "SHA-256:a1ee7c244584c9242a3158248c52aa8cca875c0a61bbc1555cc9693ba5568fd5" + }, { "name": "Adafruit SSD1351 library", "version": "1.0.0", @@ -11850,7 +19730,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.0.0.zip", "archiveFileName": "Adafruit_SSD1351_library-1.0.0.zip", "size": 107068, "checksum": "SHA-256:78ec56dbb423062ab344622c92651b6ddb867c193a3167dc15eeab0518bafc4c" @@ -11867,7 +19747,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.0.1.zip", "archiveFileName": "Adafruit_SSD1351_library-1.0.1.zip", "size": 107085, "checksum": "SHA-256:0a5dacad543750127b852f69b305e354d0a0e33160865a87ff04e0ead29deaef" @@ -11884,7 +19764,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.1.0.zip", "archiveFileName": "Adafruit_SSD1351_library-1.1.0.zip", "size": 106134, "checksum": "SHA-256:3d278c12cdf1badacdc56e7e410fb0078a99fbf3835b18c08b9c58e8187a08db" @@ -11901,7 +19781,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.1.1.zip", "archiveFileName": "Adafruit_SSD1351_library-1.1.1.zip", "size": 106221, "checksum": "SHA-256:83b518e59e6cd70f05c5a77c0a9f0258e69dba35d85ae7cc4e3e8ac7e1e1ae0e" @@ -11918,7 +19798,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.0.zip", "archiveFileName": "Adafruit_SSD1351_library-1.2.0.zip", "size": 106240, "checksum": "SHA-256:e7599852538dba958b5d1bf5f5dc7977059cdf086d11d8e341578c0c7475de70" @@ -11935,7 +19815,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.1.zip", "archiveFileName": "Adafruit_SSD1351_library-1.2.1.zip", "size": 11632, "checksum": "SHA-256:243c4c3fe986dd5d414140d80625ddfefd433e49d88c41411133ea5d8d6688f3" @@ -11952,30 +19832,158 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.2.zip", "archiveFileName": "Adafruit_SSD1351_library-1.2.2.zip", "size": 14183, "checksum": "SHA-256:688a1847221478054e8dd6a5037dc1c2569ea5a9e093a4eab6c10bbadcd46bb3" }, { - "name": "Adafruit SSD1331 OLED Driver Library for Arduino", - "version": "1.0.0", + "name": "Adafruit SSD1351 library", + "version": "1.2.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "For 0.96\" OLEDs in the Adafruit shop", - "paragraph": "For 0.96\" OLEDs in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.0.zip", - "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.0.zip", - "size": 30933, - "checksum": "SHA-256:92e6eacc753b8f758809b7d128aa7156f8a85404d9831b22d3b486f775938912" + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.3.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.2.3.zip", + "size": 14214, + "checksum": "SHA-256:63013250cbe865e7b9668cea369b064ff202f6e2c5362a334f61da2153522771" }, { - "name": "Adafruit SSD1331 OLED Driver Library for Arduino", + "name": "Adafruit SSD1351 library", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.4.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.2.4.zip", + "size": 14298, + "checksum": "SHA-256:96ca089025a3efb3b4342b3b1b37c7b5d092a99db25fcfda6674d965c4a8191d" + }, + { + "name": "Adafruit SSD1351 library", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.5.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.2.5.zip", + "size": 14318, + "checksum": "SHA-256:ae192366922ec61ad5b9c4c607fdde86ef507df4d5f1301058423a22aec22a21" + }, + { + "name": "Adafruit SSD1351 library", + "version": "1.2.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.6.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.2.6.zip", + "size": 14319, + "checksum": "SHA-256:8ed6f2fb22cc3411f632fba78ee92d4d9f229a801ba11be859bb3d870d0a66b4" + }, + { + "name": "Adafruit SSD1351 library", + "version": "1.2.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.7.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.2.7.zip", + "size": 14327, + "checksum": "SHA-256:06741714234e5a7edcf55b5dce28deed541e39ad8155c980044bb8aa0b688030" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "For 0.96\" OLEDs in the Adafruit shop", + "paragraph": "For 0.96\" OLEDs in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.0.zip", + "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.0.zip", + "size": 30933, + "checksum": "SHA-256:92e6eacc753b8f758809b7d128aa7156f8a85404d9831b22d3b486f775938912" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino", "version": "1.0.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", @@ -11986,7 +19994,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.1.zip", "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.1.zip", "size": 30950, "checksum": "SHA-256:3bbc04d03efde504256b29eca574a8b3b1e04fb3a27ddd872262fea17953f92e" @@ -12003,7 +20011,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.2.zip", "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.0.2.zip", "size": 30994, "checksum": "SHA-256:5f3ddaeb6945dfea16bbe3e5416f55d6ef634aba78077815f535cabcdd149966" @@ -12020,7 +20028,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.0.zip", "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.0.zip", "size": 30048, "checksum": "SHA-256:6466672bfc489af8b623431cccf582b1fb5b04140749ff9e6dacce5da6fe9df5" @@ -12037,7 +20045,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.1.zip", "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.1.zip", "size": 9269, "checksum": "SHA-256:f6dd34bc988f015cabf7b93630409a23f13a0bbc02c17284165e32b85b19e05a" @@ -12054,7 +20062,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.2.zip", "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.2.zip", "size": 11846, "checksum": "SHA-256:382593b271a17c138b2939caea0871d40239934dd439baf52a44f584a90f15e7" @@ -12071,11 +20079,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.3.zip", "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.1.3.zip", "size": 24978, "checksum": "SHA-256:7f926efd63b6ffe13b5b554cae22f3627569794032387fd92c7fc64511490744" }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "For 0.96\" OLEDs in the Adafruit shop", + "paragraph": "For 0.96\" OLEDs in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.2.0.zip", + "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.2.0.zip", + "size": 25561, + "checksum": "SHA-256:6e1746269dd0dc8cd2fa2cd5c14ebd759f87413394f3520fd055d3c81f0c15c8" + }, { "name": "Adafruit ST7735 and ST7789 Library", "version": "1.1.0", @@ -12088,7 +20118,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.1.0.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.1.0.zip", "size": 29950, "checksum": "SHA-256:fb53ee94f1963b863189da5de61e0be636e6597e06d6dfd996ac0812641ea921" @@ -12105,7 +20135,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.0.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.0.zip", "size": 25298, "checksum": "SHA-256:357f7dd0ef89027b0fc7737532892b95c90c846195455ce0a456ba4a1fec9cc5" @@ -12122,7 +20152,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.1.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.1.zip", "size": 25311, "checksum": "SHA-256:f8add92a5cc8c32cd41a8a5e110e9ec37db6fd89c0f7c16c51ba934e048b0c2e" @@ -12139,7 +20169,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.2.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.2.zip", "size": 30501, "checksum": "SHA-256:21e0798937ca76766248d4b934562295b1c95e1174a3b62874db1288c71dc1f7" @@ -12156,7 +20186,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.3.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.3.zip", "size": 34766, "checksum": "SHA-256:14091f67d231205fb2a4edd01d1a181e281df592f50c3e506cb55467b655c42b" @@ -12173,7 +20203,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.4.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.4.zip", "size": 35109, "checksum": "SHA-256:1c07f8a2cd34876cfcc285b890359a91c78f782dee7f1d24573b22ab5ab91221" @@ -12190,7 +20220,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.5.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.5.zip", "size": 35157, "checksum": "SHA-256:1bf79bc6f83b34ddb35fa65809b9232a1d812eb7830f40cfd224ecdb31664907" @@ -12207,7 +20237,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.6.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.6.zip", "size": 35953, "checksum": "SHA-256:1d668fbe6c2138a990313bfc4fa4238b2596546aa80c6712c6b6a7a405749a6a" @@ -12224,7 +20254,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.7.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.7.zip", "size": 35991, "checksum": "SHA-256:f5fc10ccf65e3f026ec81040f2a035f6ab09a9dda7d3037a0bf10526d466001d" @@ -12241,7 +20271,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.2.8.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.2.8.zip", "size": 36159, "checksum": "SHA-256:4985097cb6af621a451556fc66d0bf2d0db4c3d2d36bcae514d72dc83fd7a853" @@ -12258,7 +20288,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.0.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.0.zip", "size": 36126, "checksum": "SHA-256:3215dd1fa8ba84fc494edd2db2d891af8ff0209b8f0ba2fe774a5c82bafc66bb" @@ -12275,7 +20305,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.1.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.1.zip", "size": 35605, "checksum": "SHA-256:e2bb1712791418f18894c1b42670c91a258e68d32de9220d10cb0ab079eeabd8" @@ -12292,7 +20322,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.2.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.2.zip", "size": 35567, "checksum": "SHA-256:98bf4cfdd7d988e4cdff7d9a5db5519ceecbaef11e59e8773cdea0a903327cf8" @@ -12309,7 +20339,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.3.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.3.zip", "size": 36105, "checksum": "SHA-256:fc0715a661d9944b7a0d56b4c3866465ff0d59298ddfc4755d7f53946d0c3058" @@ -12326,7 +20356,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.4.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.4.zip", "size": 39534, "checksum": "SHA-256:3ecfaeb5d3eb16560001ade19cfff176675f1fe6cbe862a80f347c4eac450e26" @@ -12343,7 +20373,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.5.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.5.zip", "size": 40556, "checksum": "SHA-256:44855ec0595f252fb8daf9514d25b607936674306c057735fb5b01ce0017d7de" @@ -12360,7 +20390,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.6.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.6.zip", "size": 40560, "checksum": "SHA-256:e3110f542ada70235d1a982d44d959a6f1019b64e4fc13e057a57b0586830be5" @@ -12377,7 +20407,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.3.7.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.3.7.zip", "size": 40604, "checksum": "SHA-256:b1ffe5e696597b26877d46f8f9ee7f53d2bd8b4525755161e7d8ccc4eaa7c172" @@ -12394,7 +20424,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.0.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.4.0.zip", "size": 36693, "checksum": "SHA-256:4e0a842daf4c9f42f52156761fc0cf9e9be779f6eb65263cc8ee942845132ef4" @@ -12411,7 +20441,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.1.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.4.1.zip", "size": 36728, "checksum": "SHA-256:10d1359e9fe55f96b57945ba6991ba1563b38df1ac59504d15226e2c943e391c" @@ -12428,11 +20458,598 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.2.zip", "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.4.2.zip", "size": 36774, "checksum": "SHA-256:ca87b95b1e488cc4c8e52f1d9b93dd5322fd86428a0c4fbc312bbfc8f35a4e7c" }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.3.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.4.3.zip", + "size": 37054, + "checksum": "SHA-256:68afd8bcfd50ed0dec19d3447bf53fa0878e0418cf5f1a367f739415ade74f61" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.4.4.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.4.4.zip", + "size": 37102, + "checksum": "SHA-256:604d7887a05a54a67ee16db518fbb3bacdaa6c806ddd86e8b5bc9bed8194c154" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.0.zip", + "size": 45493, + "checksum": "SHA-256:38c1f7c475da3742888747a4dc06f2803e1769c72ae541c85ff9a4b0cb55f7b8" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.1.zip", + "size": 45501, + "checksum": "SHA-256:b370a31d7195b1d5dd577dd68f0be6ec8c93bcc0c30d09d15bde8df85d887ec7" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.2.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.2.zip", + "size": 48651, + "checksum": "SHA-256:527eecda7fc04e4825c7ec800c935df507d084863e720d8e01078598dfd38a91" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.3.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.3.zip", + "size": 48647, + "checksum": "SHA-256:5ff6a7859f664686c438366c2b4ac45a3f2a475027958bad5d163b2840de4d76" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.4.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.4.zip", + "size": 48644, + "checksum": "SHA-256:44e055083a6bcbb7719c1ba4269c389cdb5f08c51b188a16b3c240fb4472fa02" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.5.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.5.zip", + "size": 48706, + "checksum": "SHA-256:aec5e1ba78d9d77b59375411510be5c31d83cc59a70f788aa9a8a338b5f39087" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.6.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.6.zip", + "size": 48349, + "checksum": "SHA-256:a909e86e71380f4c274ca108c30aa34b99953d3c622263037237cca90e3a2c9a" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.7.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.7.zip", + "size": 48350, + "checksum": "SHA-256:59bbaceaa3dda29686b78cc6656e53dfc96228ca94ee329ca10c7e42b03917ae" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.8.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.8.zip", + "size": 48371, + "checksum": "SHA-256:15c0a0a6f8ce9f3134536316fa2a609623c15293c1a4f9c824f844ee4060205b" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.9.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.9.zip", + "size": 48294, + "checksum": "SHA-256:a0c80a5b035afeafdec0bec70cbbe6c86f701d902b2d5d91060759b95d9da6fa" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.10.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.10.zip", + "size": 48362, + "checksum": "SHA-256:5057c4386ba23ef8e4e1d9cd8f930328123e201192c049440e001c65d76a8f17" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.11.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.11.zip", + "size": 48349, + "checksum": "SHA-256:8562daae64f126bb21804f08782b10ba45d6fbf5521484fa7c692827caaa20fd" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.12", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.12.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.12.zip", + "size": 48351, + "checksum": "SHA-256:e8e841bf4104b317f5b5377cf9d605720177a3dce0926cf13b97ffda1ece2b40" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.13", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.13.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.13.zip", + "size": 48376, + "checksum": "SHA-256:42693879b841850b6d3ef009f9d8f1922b20be713033a675a2e80c83259fc928" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.15", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.15.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.15.zip", + "size": 48852, + "checksum": "SHA-256:5b36a909ca22ac2810f1f1f19f2eb15ad8969c28c0e688bb2ee7bfae64e5f54c" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.17", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.17.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.17.zip", + "size": 48847, + "checksum": "SHA-256:0e265d03bf6d54f8a2d073b22670a49aef59a10c94d8382c21067f58b0e54cda" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.5.18", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.5.18.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.5.18.zip", + "size": 48848, + "checksum": "SHA-256:5ff2f5dd71ce1b89fb4a8f95ddd2b506224efde9c753588e7c726642514f2e2a" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.6.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.6.0.zip", + "size": 48820, + "checksum": "SHA-256:50efb6ed01a572590e60245b27b6daac9a67836fae8c150c50ebb816ed7896d2" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.6.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.6.1.zip", + "size": 48855, + "checksum": "SHA-256:442cf42fecf553a51233ba4a3eab4fcad882973bf48425d0f97112339b3d035c" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.0.zip", + "size": 48881, + "checksum": "SHA-256:b9b28d3a583dc25c69f50219299984a0f25829dbb651ebd3bc52878c5bb707f7" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.1.zip", + "size": 48881, + "checksum": "SHA-256:368597439c03c95d1aeea9875863843ed00694fa6e89cef995704aedd6279c7d" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.2.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.2.zip", + "size": 48888, + "checksum": "SHA-256:cfcddb4a9d7554916290ec1d994b828af24eb616a50c0e3b196cbda61a66da70" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.3.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.3.zip", + "size": 48827, + "checksum": "SHA-256:fed4187996fd8d5ede1d364a901cd7b054a3e153fa84193397de6e060798c05b" + }, { "name": "Adafruit STMPE610", "version": "1.0.0", @@ -12445,7 +21062,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.0.0.zip", "archiveFileName": "Adafruit_STMPE610-1.0.0.zip", "size": 7316, "checksum": "SHA-256:7d6d71cfd16c64bf96f061c25b0a687c3be7545623bbeccbb32545031a7cb3c0" @@ -12462,7 +21079,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.0.1.zip", "archiveFileName": "Adafruit_STMPE610-1.0.1.zip", "size": 7336, "checksum": "SHA-256:1d465e4611cd19c83723be4af43005102bcae946deeb8e0d38f3ecc71ff6dad3" @@ -12479,11 +21096,62 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.0.zip", "archiveFileName": "Adafruit_STMPE610-1.1.0.zip", "size": 294186, "checksum": "SHA-256:00ee65ee5689d714f2e14465fe30452d83558b2459dc27abdc24eece1a4aa21c" }, + { + "name": "Adafruit STMPE610", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for STMPE610/811 resistive touch screen controllers", + "paragraph": "Arduino library for STMPE610/811 resistive touch screen controllers", + "website": "https://github.com/adafruit/Adafruit_STMPE610", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.1.zip", + "archiveFileName": "Adafruit_STMPE610-1.1.1.zip", + "size": 294198, + "checksum": "SHA-256:5794fd3677f8a25d60ad72dc5be700ec913c0053f2134284058c1c95ea80facd" + }, + { + "name": "Adafruit STMPE610", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for STMPE610/811 resistive touch screen controllers", + "paragraph": "Arduino library for STMPE610/811 resistive touch screen controllers", + "website": "https://github.com/adafruit/Adafruit_STMPE610", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.2.zip", + "archiveFileName": "Adafruit_STMPE610-1.1.2.zip", + "size": 294255, + "checksum": "SHA-256:4478e3d5567cacf2e37e5de22f5bd2564122002626394b1d427ffc34b5400536" + }, + { + "name": "Adafruit STMPE610", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for STMPE610/811 resistive touch screen controllers", + "paragraph": "Arduino library for STMPE610/811 resistive touch screen controllers", + "website": "https://github.com/adafruit/Adafruit_STMPE610", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.3.zip", + "archiveFileName": "Adafruit_STMPE610-1.1.3.zip", + "size": 294250, + "checksum": "SHA-256:c430e5d2566d2a768ef48506f5854440981ffe602937677bd0a2bb210b3dc52c" + }, { "name": "Adafruit TCS34725", "version": "1.0.0", @@ -12496,7 +21164,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.0.0.zip", "archiveFileName": "Adafruit_TCS34725-1.0.0.zip", "size": 13074, "checksum": "SHA-256:73510060d12f2ab2bfac16242dc4a40f61eeadf0dff59bece00020ef89c46e60" @@ -12513,7 +21181,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.0.1.zip", "archiveFileName": "Adafruit_TCS34725-1.0.1.zip", "size": 13102, "checksum": "SHA-256:22fe69599d3e1e53e115b48f6f1c18004b4dcd3c4fc57d8d1f7980dee912deaa" @@ -12530,11 +21198,113 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.0.zip", "archiveFileName": "Adafruit_TCS34725-1.3.0.zip", "size": 797025, "checksum": "SHA-256:faac31de46b3a2501dee4b0c0b6758ee43148a9f280879855b3e72a043ff72e7" }, + { + "name": "Adafruit TCS34725", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.1.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.1.zip", + "size": 796312, + "checksum": "SHA-256:312f49b4022beccd3d1090682411d10a501a2e321cf0ffc8abdeddaa85172a5d" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.2.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.2.zip", + "size": 796329, + "checksum": "SHA-256:d964a6d50e7f81f6d2eb7f6e0b629b063a7f75a377e2f04ab770d8c8b82e42bd" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.3.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.3.zip", + "size": 796386, + "checksum": "SHA-256:ff7775b8cafae641c3582b2fe2dddbd122e0c155dd290b2d5398428ee1ddf87a" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.4.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.4.zip", + "size": 796389, + "checksum": "SHA-256:ac52b970e6d40a6825fed81210875e7a56f9efd83326a0173c3f6a7f636140b3" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.5.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.5.zip", + "size": 796392, + "checksum": "SHA-256:bfe9f5c1dac1851401bddb00a087ca73dd2164596f579958186f76c442546cc9" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.6.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.6.zip", + "size": 797758, + "checksum": "SHA-256:7a5e44721d2840b88a6fbf12413dc0a3d9fee45fb92ee005703347f9151d2bb7" + }, { "name": "Adafruit Thermal Printer Library", "version": "1.0.0", @@ -12547,7 +21317,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.0.0.zip", "archiveFileName": "Adafruit_Thermal_Printer_Library-1.0.0.zip", "size": 20186, "checksum": "SHA-256:0f10d2d68673c076c557d428aa70704a5e9ecdb59b1a9b831b4f54a92e0bc53e" @@ -12564,7 +21334,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.1.0.zip", "archiveFileName": "Adafruit_Thermal_Printer_Library-1.1.0.zip", "size": 26138, "checksum": "SHA-256:fb94eb9b6e43e8edc6f5e2e4cceaef2f65302783722f5c017fdf909514d89662" @@ -12581,11 +21351,96 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.1.1.zip", "archiveFileName": "Adafruit_Thermal_Printer_Library-1.1.1.zip", "size": 26370, "checksum": "SHA-256:9513240d0f017ea808e524a41d541243e09831a4ce3907c15c5cb440627b866d" }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.1.2.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.1.2.zip", + "size": 26372, + "checksum": "SHA-256:5dccd1338b5935d7d36603676e78029f65be4dda0c0175985e1cdbcd92ccee2b" + }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.2.0.zip", + "size": 28409, + "checksum": "SHA-256:d32c3d5988092494c42de4fc4fab967dec429be0828803dd5e58404087a87eef" + }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.2.1.zip", + "size": 28416, + "checksum": "SHA-256:be6d53cd3cc0298e2232c1a2222b3f3a27a033cda603eea559927ce2ec74f14e" + }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.3.0.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.3.0.zip", + "size": 28359, + "checksum": "SHA-256:c7dacfd7058e3fef9a2cd4fd8621bafe39b3e30d02174ab7e0da2bda66978b7c" + }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.4.0.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.4.0.zip", + "size": 29992, + "checksum": "SHA-256:ec250c994a5fa7f1d6947efd90672a14bc9fa4fb9916ab3156e2401f6e41bb90" + }, { "name": "Adafruit TiCoServo", "version": "1.0.0", @@ -12598,7 +21453,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TiCoServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.0.zip", "archiveFileName": "Adafruit_TiCoServo-1.0.0.zip", "size": 11252, "checksum": "SHA-256:1cf008f1b39a1aed32b5fba03a28957e83edc52d45f3f0f7b6459777c5bca9cd" @@ -12615,11 +21470,72 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TiCoServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.1.zip", "archiveFileName": "Adafruit_TiCoServo-1.0.1.zip", "size": 11262, "checksum": "SHA-256:c954d07003d83a2186a7c78742320ac4fd3b2bcc2e486697913f40fab45e5be6" }, + { + "name": "Adafruit TiCoServo", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "paragraph": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "website": "https://github.com/adafruit/Adafruit_TiCoServo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TiCoServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.2.zip", + "archiveFileName": "Adafruit_TiCoServo-1.0.2.zip", + "size": 11440, + "checksum": "SHA-256:91283223fdadd1dc6e0ec3dae259c6cda8933d2360968358022bfff89d1b5b9e" + }, + { + "name": "Adafruit TiCoServo", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "paragraph": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "website": "https://github.com/adafruit/Adafruit_TiCoServo", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TiCoServo.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.3.zip", + "archiveFileName": "Adafruit_TiCoServo-1.0.3.zip", + "size": 12047, + "checksum": "SHA-256:722e0d0e3dd67ea8de34726dc94d5935f3c00894f3dc879ef446b311b59b7bff" + }, + { + "name": "Adafruit TiCoServo", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "paragraph": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "website": "https://github.com/adafruit/Adafruit_TiCoServo", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TiCoServo.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.4.zip", + "archiveFileName": "Adafruit_TiCoServo-1.0.4.zip", + "size": 12121, + "checksum": "SHA-256:05d4dfb050d174447022fcf63130e659058289cf0d40a4272cd81f8cdfcee248" + }, { "name": "Adafruit TinyRGBLCDShield", "version": "1.0.0", @@ -12632,7 +21548,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TinyRGBLCDShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyRGBLCDShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyRGBLCDShield-1.0.0.zip", "archiveFileName": "Adafruit_TinyRGBLCDShield-1.0.0.zip", "size": 12474, "checksum": "SHA-256:8909adc381c64025f0cb40eb2cefce539a9fc608399f2452ac5e1f42e8ce39c1" @@ -12649,11 +21565,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TinyRGBLCDShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyRGBLCDShield-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyRGBLCDShield-1.0.1.zip", "archiveFileName": "Adafruit_TinyRGBLCDShield-1.0.1.zip", "size": 12473, "checksum": "SHA-256:7d1b868b77cada2176dccefded2166d95821f457d9f2380370551c2c31f3b656" }, + { + "name": "Adafruit TinyRGBLCDShield", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_RGBLCDShield library ported to Trinket/Gemma", + "paragraph": "Adafruit_RGBLCDShield library ported to Trinket/Gemma", + "website": "https://github.com/adafruit/Adafruit_TinyRGBLCDShield", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TinyRGBLCDShield.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyRGBLCDShield-1.1.0.zip", + "archiveFileName": "Adafruit_TinyRGBLCDShield-1.1.0.zip", + "size": 13367, + "checksum": "SHA-256:e15506425d2fbf8829f52f0147df9d4e70d48dbe36d227cdf56fc28172816c76" + }, { "name": "Adafruit TinyFlash", "version": "1.0.0", @@ -12666,7 +21604,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TinyFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyFlash-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyFlash-1.0.0.zip", "archiveFileName": "Adafruit_TinyFlash-1.0.0.zip", "size": 9897, "checksum": "SHA-256:0b668db0f59d8a5b6418215209c1f42633028c8bf9eb6afebd5effb3c5abbe4a" @@ -12683,11 +21621,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TinyFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyFlash-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyFlash-1.0.1.zip", "archiveFileName": "Adafruit_TinyFlash-1.0.1.zip", "size": 9897, "checksum": "SHA-256:08a3a6b315f5f2b4584f5de90abbcc178d6d52bf7c827a69b3e1da458f8ed9cc" }, + { + "name": "Adafruit TinyFlash", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Barebones Winbond SPI flash library for Arduino and Trinket", + "paragraph": "Barebones Winbond SPI flash library for Arduino and Trinket", + "website": "https://github.com/adafruit/Adafruit_TinyFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TinyFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyFlash-1.0.3.zip", + "archiveFileName": "Adafruit_TinyFlash-1.0.3.zip", + "size": 9926, + "checksum": "SHA-256:d6269d4922f68b30829defb8cdc68647b99b76bf48ce672a83cb56c7c67b591b" + }, + { + "name": "Adafruit TinyFlash", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Barebones Winbond SPI flash library for Arduino and Trinket", + "paragraph": "Barebones Winbond SPI flash library for Arduino and Trinket", + "website": "https://github.com/adafruit/Adafruit_TinyFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TinyFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyFlash-1.0.4.zip", + "archiveFileName": "Adafruit_TinyFlash-1.0.4.zip", + "size": 13492, + "checksum": "SHA-256:455fe2ad7d150564b69d1d5fbff57d90081126d40ce0517465b0ff6819171eab" + }, { "name": "Adafruit TLC59711", "version": "1.0.0", @@ -12700,7 +21672,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.0.0.zip", "archiveFileName": "Adafruit_TLC59711-1.0.0.zip", "size": 5043, "checksum": "SHA-256:fa030c9d7f6787163a180ce7f5a849ed22994804f12c66997762108a20d658cd" @@ -12717,7 +21689,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.0.1.zip", "archiveFileName": "Adafruit_TLC59711-1.0.1.zip", "size": 5072, "checksum": "SHA-256:b3bd2b65adf17e2c6ad72a686ff9a1b9433bb988a5fd6d9bd8772725f29c0e51" @@ -12734,11 +21706,67 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.1.0.zip", "archiveFileName": "Adafruit_TLC59711-1.1.0.zip", "size": 210741, "checksum": "SHA-256:d4d1ef4e3cbfc062199d1d94c56ce91f1d55e49e7649c3dac3a6399544802502" }, + { + "name": "Adafruit TLC59711", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.1.1.zip", + "archiveFileName": "Adafruit_TLC59711-1.1.1.zip", + "size": 210754, + "checksum": "SHA-256:b0d420246e5c4c944e9e9bd1963b6ae13497d73f08b029e67e51f119f04adbdd" + }, + { + "name": "Adafruit TLC59711", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.1.2.zip", + "archiveFileName": "Adafruit_TLC59711-1.1.2.zip", + "size": 210814, + "checksum": "SHA-256:bb340240b3f92c34a6d84f7837fd2bfa1337c595928bc81928a769075e152628" + }, + { + "name": "Adafruit TLC59711", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.3.0.zip", + "archiveFileName": "Adafruit_TLC59711-1.3.0.zip", + "size": 210829, + "checksum": "SHA-256:9f78a4002b718dac4baa88a4f3186def936afca6e1ccfb9dd4a23c424d3e7be8" + }, { "name": "Adafruit TLC5947", "version": "1.0.0", @@ -12751,7 +21779,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.0.zip", "archiveFileName": "Adafruit_TLC5947-1.0.0.zip", "size": 4740, "checksum": "SHA-256:6e62a652e2bd555f90a674bb566ff05bd9886a8e4cb5e30362943b0f4d0c030b" @@ -12768,7 +21796,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.2.zip", "archiveFileName": "Adafruit_TLC5947-1.0.2.zip", "size": 4772, "checksum": "SHA-256:01204d344daee192984136ad1c8cafe7aa84371c7ba425a938680b77e3829109" @@ -12785,11 +21813,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.3.zip", "archiveFileName": "Adafruit_TLC5947-1.0.3.zip", "size": 516803, "checksum": "SHA-256:790d436099e1cfcc677a948a9b341c35e49ca2c97ce36eeb17e104df1a916d23" }, + { + "name": "Adafruit TLC5947", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.4.zip", + "archiveFileName": "Adafruit_TLC5947-1.0.4.zip", + "size": 516818, + "checksum": "SHA-256:04c658aef47c254a2fdbb252871ada271fc863d1794cc2809e25baafabdbb629" + }, + { + "name": "Adafruit TLC5947", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.5.zip", + "archiveFileName": "Adafruit_TLC5947-1.0.5.zip", + "size": 516874, + "checksum": "SHA-256:0e8ed17e37ecdc06f063b41d52209b21937d02eb86b5d16f0bbcd583da36ea8a" + }, { "name": "Adafruit TMP006", "version": "1.0.0", @@ -12802,7 +21864,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TMP006.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP006-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP006-1.0.0.zip", "archiveFileName": "Adafruit_TMP006-1.0.0.zip", "size": 5965, "checksum": "SHA-256:7ad6dfcfc09615712a7b10f903f2ab292e25eb3dc934e57646feb111fd030705" @@ -12819,11 +21881,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TMP006.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP006-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP006-1.0.1.zip", "archiveFileName": "Adafruit_TMP006-1.0.1.zip", "size": 5958, "checksum": "SHA-256:ec05a2dafac6da9a121914e609ecabeb1cf9485a08a6c94de39ddd744d29b86b" }, + { + "name": "Adafruit TMP006", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit TMP006 Infrared Thermopile Sensor", + "paragraph": "This is a library for the Adafruit TMP006 Infrared Thermopile Sensor", + "website": "https://github.com/adafruit/Adafruit_TMP006", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TMP006.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP006-1.1.0.zip", + "archiveFileName": "Adafruit_TMP006-1.1.0.zip", + "size": 6463, + "checksum": "SHA-256:ea6a19e33d1546d5eb0565928262b69a2c3a90f09c22e0a715504effe4fc52c5" + }, { "name": "Adafruit TMP007 Library", "version": "1.0.0", @@ -12836,7 +21920,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TMP007_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.0.zip", "archiveFileName": "Adafruit_TMP007_Library-1.0.0.zip", "size": 5488, "checksum": "SHA-256:fd50ee80910be1c0f5a845afc20381939d0b31b36d818746c847e0f63d4cafb4" @@ -12853,7 +21937,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TMP007_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.1.zip", "archiveFileName": "Adafruit_TMP007_Library-1.0.1.zip", "size": 5473, "checksum": "SHA-256:626cf5e2d1568bbf183069693d859271ea17f500512dda7d17604769ea857c48" @@ -12870,11 +21954,53 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TMP007_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.2.zip", "archiveFileName": "Adafruit_TMP007_Library-1.0.2.zip", "size": 5399, "checksum": "SHA-256:6446de8b54b2a481504cb0264b0e5a86390f7827d00c64f0e60475d66bc83da0" }, + { + "name": "Adafruit TMP007 Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit TMP007 Thermopile sensor Breakout", + "paragraph": "Arduino library for Adafruit TMP007 Thermopile sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TMP007_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TMP007_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.0.3.zip", + "archiveFileName": "Adafruit_TMP007_Library-1.0.3.zip", + "size": 587224, + "checksum": "SHA-256:92cdb962c05c1929e9c59092ae318c1bf141db4b5e9db5156cf415e725d03589" + }, + { + "name": "Adafruit TMP007 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit TMP007 Thermopile sensor Breakout", + "paragraph": "Arduino library for Adafruit TMP007 Thermopile sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TMP007_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TMP007_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.1.0.zip", + "archiveFileName": "Adafruit_TMP007_Library-1.1.0.zip", + "size": 587413, + "checksum": "SHA-256:22380b244270664016f5df082c95d7e0e1cbab728cebc3e7d5657a50fba5cc72" + }, { "name": "Adafruit Trellis Library", "version": "1.0.0", @@ -12887,7 +22013,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Trellis_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Trellis_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Trellis_Library-1.0.0.zip", "archiveFileName": "Adafruit_Trellis_Library-1.0.0.zip", "size": 11971, "checksum": "SHA-256:69b5122f40ace1ddd479b613eec9357adbaafff1c9e46083fe1516dc83b0c57e" @@ -12904,7 +22030,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_Trellis_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Trellis_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Trellis_Library-1.0.1.zip", "archiveFileName": "Adafruit_Trellis_Library-1.0.1.zip", "size": 12107, "checksum": "SHA-256:085431ef96525558825e3838fe53ecc32becd01913dc9579b823124a2137db2a" @@ -12921,7 +22047,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.0.0.zip", "archiveFileName": "Adafruit_TPA2016_Library-1.0.0.zip", "size": 5718, "checksum": "SHA-256:723c87a1f5c39d7694d4bf7296389f3649fe1768b306b2454b640ec9fa9536ea" @@ -12938,11 +22064,62 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.1.0.zip", "archiveFileName": "Adafruit_TPA2016_Library-1.1.0.zip", "size": 220573, "checksum": "SHA-256:23957e81c954c6b77e24c519aabffd74eb746407013f490021db4c552220a4fa" }, + { + "name": "Adafruit TPA2016 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "paragraph": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "website": "https://github.com/adafruit/Adafruit-TPA2016-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.1.1.zip", + "archiveFileName": "Adafruit_TPA2016_Library-1.1.1.zip", + "size": 220572, + "checksum": "SHA-256:3c6e79a20e2fed3fccda948458467108a029d8c3340f776ffe9fc16376538d3e" + }, + { + "name": "Adafruit TPA2016 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "paragraph": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "website": "https://github.com/adafruit/Adafruit-TPA2016-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.1.2.zip", + "archiveFileName": "Adafruit_TPA2016_Library-1.1.2.zip", + "size": 220581, + "checksum": "SHA-256:6c3428dc1a8ae7f8d38baf4a4bef03df55e5a638e91181af482dcc528c8d7d2a" + }, + { + "name": "Adafruit TPA2016 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "paragraph": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "website": "https://github.com/adafruit/Adafruit-TPA2016-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.1.3.zip", + "archiveFileName": "Adafruit_TPA2016_Library-1.1.3.zip", + "size": 220637, + "checksum": "SHA-256:4c652d22ce2d27c1f36867c03dfff0fbdf64e8de9faba4c33a58288ff6634408" + }, { "name": "Adafruit TSL2561", "version": "1.0.0", @@ -12955,7 +22132,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.0.0.zip", "archiveFileName": "Adafruit_TSL2561-1.0.0.zip", "size": 12898, "checksum": "SHA-256:6533bdf102a70412d1a591ba6f9d21bba98a6d308b5e657cdab524e169431b2b" @@ -12972,7 +22149,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.0.2.zip", "archiveFileName": "Adafruit_TSL2561-1.0.2.zip", "size": 12590, "checksum": "SHA-256:6c91666d9e606ede4e857d1d3fd3b91a9a9e63ca072aecb58aa129263f4da8f6" @@ -12989,11 +22166,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.0.3.zip", "archiveFileName": "Adafruit_TSL2561-1.0.3.zip", "size": 12593, "checksum": "SHA-256:1383c7a22c11263e97c27cb3ce8c350ea60dc3590928aeea8538cd8932099ee1" }, + { + "name": "Adafruit TSL2561", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's TSL2561 breakouts", + "paragraph": "Unified sensor driver for Adafruit's TSL2561 breakouts", + "website": "https://github.com/adafruit/Adafruit_TSL2561", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TSL2561.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.1.0.zip", + "archiveFileName": "Adafruit_TSL2561-1.1.0.zip", + "size": 12611, + "checksum": "SHA-256:6f41206bafc8c3633e4b1505aa7d69bf475631b2694ac2f6c9af0eba808b7e3c" + }, { "name": "Adafruit TSL2591 Library", "version": "1.0.0", @@ -13006,7 +22205,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.0.zip", "archiveFileName": "Adafruit_TSL2591_Library-1.0.0.zip", "size": 9853, "checksum": "SHA-256:850977e3eb2a590dbba2a2edae4005f76e91cf47197ca792311d3cc9517c3eb9" @@ -13023,7 +22222,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.1.zip", "archiveFileName": "Adafruit_TSL2591_Library-1.0.1.zip", "size": 9887, "checksum": "SHA-256:3308e332b9d017196ea26e23c66a8ec5602cbbdaf62779caa2cc04939a0cc329" @@ -13040,7 +22239,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.2.zip", "archiveFileName": "Adafruit_TSL2591_Library-1.0.2.zip", "size": 9881, "checksum": "SHA-256:7751b589d5d6423c08d8cd5de2a0cf85e62554f40ce9847bf5703b63269535ef" @@ -13057,7 +22256,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.3.zip", "archiveFileName": "Adafruit_TSL2591_Library-1.0.3.zip", "size": 13861, "checksum": "SHA-256:2b51d69dec3bf200e0723f37a698bfa163b7017e539800dfd904627c20e56ba5" @@ -13074,7 +22273,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.1.0.zip", "archiveFileName": "Adafruit_TSL2591_Library-1.1.0.zip", "size": 14008, "checksum": "SHA-256:2ea14a0ae007dfba871f634ba933e1b7bd7dbb752ba9c5f9bfb95b2bac153e42" @@ -13091,41 +22290,205 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.1.1.zip", "archiveFileName": "Adafruit_TSL2591_Library-1.1.1.zip", "size": 14008, "checksum": "SHA-256:1a2c171b19edd19c22bc4d0c534f113025145eeab069317e2e82953966c0b1e7" }, { - "name": "Adafruit VC0706 Serial Camera Library", - "version": "1.0.0", + "name": "Adafruit TSL2591 Library", + "version": "1.1.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for VC0706-based Serial JPEG Cameras", - "paragraph": "Library for VC0706-based Serial JPEG Cameras", - "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", - "category": "Device Control", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.0.0.zip", - "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.0.0.zip", - "size": 15726, - "checksum": "SHA-256:b6d250ab4176e9fad68bdd4de5bcd4023761f0571548fc20133ad0b5bca953ea" + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.1.2.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.1.2.zip", + "size": 14003, + "checksum": "SHA-256:d53c4841f165dac8b619938f80a14db13a61e1725aaef407d4c984fe1b8b0e50" }, { - "name": "Adafruit WS2801 Library", - "version": "1.0.0", + "name": "Adafruit TSL2591 Library", + "version": "1.2.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for controlling strips/pixels using WS2801 driver chips", - "paragraph": "Arduino library for controlling strips/pixels using WS2801 driver chips", - "website": "https://github.com/adafruit/Adafruit-WS2801-Library", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.2.0.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.2.0.zip", + "size": 14087, + "checksum": "SHA-256:bb141e7c27612eab706ab511a54958e81b3be8f38ba14289410b3d9cafdcf459" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.2.1.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.2.1.zip", + "size": 13957, + "checksum": "SHA-256:bb1e4d94e30472da0bfa9f8db6ab3714b7ff91c0725c4c8e64865c0fa22d7ce8" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.3.0.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.3.0.zip", + "size": 14019, + "checksum": "SHA-256:140759f73cb89d1f8fcad1a819a341cc735716e1e3c56b036c5826ed3fd07efd" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.3.1.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.3.1.zip", + "size": 14016, + "checksum": "SHA-256:10d040726e297ab2f6a3612ca2b125c3dee6b985375b7ec884ab42243a6074c7" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.4.0.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.4.0.zip", + "size": 14074, + "checksum": "SHA-256:a67f5adddc445485177aec9b7d91b541d10167e9e92dd33aacb72642f3ac2642" + }, + { + "name": "Adafruit VC0706 Serial Camera Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for VC0706-based Serial JPEG Cameras", + "paragraph": "Library for VC0706-based Serial JPEG Cameras", + "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.0.0.zip", + "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.0.0.zip", + "size": 15726, + "checksum": "SHA-256:b6d250ab4176e9fad68bdd4de5bcd4023761f0571548fc20133ad0b5bca953ea" + }, + { + "name": "Adafruit VC0706 Serial Camera Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for VC0706-based Serial JPEG Cameras", + "paragraph": "Library for VC0706-based Serial JPEG Cameras", + "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.0.1.zip", + "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.0.1.zip", + "size": 15867, + "checksum": "SHA-256:4a492d2b64f3a0b0eff71f75270336ce9120a2bccf61aa583359a93a218ee0c0" + }, + { + "name": "Adafruit VC0706 Serial Camera Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for VC0706-based Serial JPEG Cameras", + "paragraph": "Library for VC0706-based Serial JPEG Cameras", + "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.1.0.zip", + "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.1.0.zip", + "size": 16392, + "checksum": "SHA-256:a53d89bb8a6a7681893dc4a735cfebe58c95c60a80c2bb34e2822cce11383113" + }, + { + "name": "Adafruit WS2801 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "paragraph": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "website": "https://github.com/adafruit/Adafruit-WS2801-Library", "category": "Display", "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-WS2801-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.0.0.zip", "archiveFileName": "Adafruit_WS2801_Library-1.0.0.zip", "size": 10232, "checksum": "SHA-256:632b73acb43b8d3035d848f53122e59ea2bd6af41de05bd77abc837b5f2ec501" @@ -13142,11 +22505,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-WS2801-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.0.1.zip", "archiveFileName": "Adafruit_WS2801_Library-1.0.1.zip", "size": 10232, "checksum": "SHA-256:f75a9222880244f9fd29528c5c6958dfa376c54fbd9c7df8dabf1dc422cc548b" }, + { + "name": "Adafruit WS2801 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "paragraph": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "website": "https://github.com/adafruit/Adafruit-WS2801-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-WS2801-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.1.0.zip", + "archiveFileName": "Adafruit_WS2801_Library-1.1.0.zip", + "size": 10942, + "checksum": "SHA-256:1613f22a0fac7d66031565e11fe1ec565eaaec8abcb5452ac7a44841028ffb6a" + }, { "name": "Adafruit VS1053 Library", "version": "1.0.0", @@ -13159,7 +22539,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.0.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.0.zip", "size": 33748, "checksum": "SHA-256:8708af9c4b2f8cba8d24c95edccb1c82ca8f2a30739997b2daae169ebbec4bfc" @@ -13176,7 +22556,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.2.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.2.zip", "size": 37775, "checksum": "SHA-256:bf72958b6346146e1bc6630b4e39d44a790fa8b9ea68968a26dd482631df8f0d" @@ -13193,7 +22573,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.3.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.3.zip", "size": 37925, "checksum": "SHA-256:0421bf32e008ff05b0f0820e517d5f4bde7732189d288a120bc554875ff501d7" @@ -13210,7 +22590,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.4.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.4.zip", "size": 37965, "checksum": "SHA-256:09f4fa839f0bbf91b83495ba00ca24a9a9d727e1bf26a955f084ce55e0edefda" @@ -13227,7 +22607,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.5.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.5.zip", "size": 38008, "checksum": "SHA-256:ee0d8a53de9297b716332ff32803fa9c33e1066de48f9ad9695f04566f7923b5" @@ -13244,7 +22624,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.7.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.7.zip", "size": 38605, "checksum": "SHA-256:c92dbd31f0aaaf389fc7f5aa7defbcbf2d32c20ec9d0921969b98408d21eb1ef" @@ -13261,11 +22641,72 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.8.zip", "archiveFileName": "Adafruit_VS1053_Library-1.0.8.zip", "size": 38610, "checksum": "SHA-256:87b22f3f6a5f0c7956d1b4667926cb3d01b791fa80dc89166fae82ed53fca4c8" }, + { + "name": "Adafruit VS1053 Library", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "paragraph": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "website": "https://github.com/adafruit/Adafruit_VS1053_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.0.9.zip", + "archiveFileName": "Adafruit_VS1053_Library-1.0.9.zip", + "size": 38635, + "checksum": "SHA-256:968c2493fc789519c952e3954a729e797e7dc3de16495006c2a9e0a4d50babf1" + }, + { + "name": "Adafruit VS1053 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "paragraph": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "website": "https://github.com/adafruit/Adafruit_VS1053_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.1.0.zip", + "archiveFileName": "Adafruit_VS1053_Library-1.1.0.zip", + "size": 40805, + "checksum": "SHA-256:b1894ba2e74fb341310a7331a9b5f2c63eceefc8cc1bf2695abf0a579718eec8" + }, + { + "name": "Adafruit VS1053 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "paragraph": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "website": "https://github.com/adafruit/Adafruit_VS1053_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.2.0.zip", + "archiveFileName": "Adafruit_VS1053_Library-1.2.0.zip", + "size": 40815, + "checksum": "SHA-256:b1f98e138352c738e291135b4620ec55c637f7869a98846809c88d29ea9bc64b" + }, { "name": "CC3000 MDNS", "version": "1.0.0", @@ -13278,7 +22719,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/CC3000_MDNS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/CC3000_MDNS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CC3000_MDNS-1.0.0.zip", "archiveFileName": "CC3000_MDNS-1.0.0.zip", "size": 9532, "checksum": "SHA-256:f3c58afcf700317eca0ce34ff1d036126ea65fa13281627e69e062435d32f1d9" @@ -13295,7 +22736,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HL1606-LED-Strip.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip-1.0.0.zip", "archiveFileName": "HL1606_LED_Strip-1.0.0.zip", "size": 8113, "checksum": "SHA-256:9faff27017455e46f97303de68d397b73bbaefa749bb8727f589cbd5f1a9c274" @@ -13312,11 +22753,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HL1606-LED-Strip.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip-1.0.1.zip", "archiveFileName": "HL1606_LED_Strip-1.0.1.zip", "size": 8113, "checksum": "SHA-256:56a94a0f55c60187e30497ab6c8df2ef282cc4e7543c681d1cc7666355775d8e" }, + { + "name": "HL1606 LED Strip", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Code to control HL1606-based LED strips", + "paragraph": "Code to control HL1606-based LED strips", + "website": "https://github.com/adafruit/HL1606-LED-Strip", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/HL1606-LED-Strip.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip-1.1.1.zip", + "archiveFileName": "HL1606_LED_Strip-1.1.1.zip", + "size": 8970, + "checksum": "SHA-256:750beb1ef1e1369addef136d8fc02320308569b500473db87689500ba2e41cd1" + }, { "name": "FifteenStep", "version": "1.2.0", @@ -13329,7 +22787,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/FifteenStep.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.0.zip", "archiveFileName": "FifteenStep-1.2.0.zip", "size": 2073549, "checksum": "SHA-256:a6d9e73a8fc1af60adab5d232740b35ad2a4ad3c345a16519a33ecc18f4b0b5b" @@ -13346,7 +22804,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/FifteenStep.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.2.zip", "archiveFileName": "FifteenStep-1.2.2.zip", "size": 2073552, "checksum": "SHA-256:87ab5f84590697e3127dd63121215d264f91f598ed4c3954ebd812c882429220" @@ -13363,7 +22821,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/FifteenStep.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.3.zip", "archiveFileName": "FifteenStep-1.2.3.zip", "size": 2073546, "checksum": "SHA-256:d6a4095914777c56460d2bc66c7a3002fac8aaf1deb8e663497075594810b324" @@ -13380,7 +22838,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/FifteenStep.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.0.1.zip", "archiveFileName": "FifteenStep-1.0.1.zip", "size": 25886, "checksum": "SHA-256:e04da8f0765a377a198d04db7d9a4db07cdb08a020d193930dc6eb85ca6946fe" @@ -13397,7 +22855,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/FifteenStep.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/FifteenStep-1.2.4.zip", "archiveFileName": "FifteenStep-1.2.4.zip", "size": 2089546, "checksum": "SHA-256:76266e0ad98155bd11632654def84b2a72d855b073421e38a238cecfe33a19b1" @@ -13414,7 +22872,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.0.0.zip", "archiveFileName": "DHT_sensor_library-1.0.0.zip", "size": 5067, "checksum": "SHA-256:95492aae84095ea5e0d95d9769533df8cd23be173eef8d082ff40dd625938604" @@ -13431,7 +22889,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.1.0.zip", "archiveFileName": "DHT_sensor_library-1.1.0.zip", "size": 6468, "checksum": "SHA-256:de2bb92bc9a529c8be3bde63061212d04f822c06fe26c0706aa088df38551e3b" @@ -13448,7 +22906,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.1.1.zip", "archiveFileName": "DHT_sensor_library-1.1.1.zip", "size": 7039, "checksum": "SHA-256:0cde0c37ba3206ce4e5b0ee339bf3278c1f8dba6cd2daa5657048f5afbb4c3ff" @@ -13465,7 +22923,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.0.zip", "archiveFileName": "DHT_sensor_library-1.2.0.zip", "size": 7128, "checksum": "SHA-256:7b9cadbf6df4978689bdd5d4cb1046f044c2ae9a09674ff6675b168c57c7cc91" @@ -13482,7 +22940,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.1.zip", "archiveFileName": "DHT_sensor_library-1.2.1.zip", "size": 7217, "checksum": "SHA-256:cc7104bd486990597eb09f82b2e88044edc2e38453ef6b47bcec0c88ff275e7f" @@ -13499,7 +22957,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.2.zip", "archiveFileName": "DHT_sensor_library-1.2.2.zip", "size": 7211, "checksum": "SHA-256:010c3a05a9368c0f2b2df767e6f74747bb510d683d8d024bf9a4e8b091e93632" @@ -13516,7 +22974,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.2.3.zip", "archiveFileName": "DHT_sensor_library-1.2.3.zip", "size": 7370, "checksum": "SHA-256:8653700b9ff306714e549ff7fede6c619ff7aa85d62d2ff1f872dd0b91abbade" @@ -13533,7 +22991,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.0.zip", "archiveFileName": "DHT_sensor_library-1.3.0.zip", "size": 12060, "checksum": "SHA-256:13f47011694ddcb897149159dd1132bc11a6d71b01c8ede1408517b6e21bec37" @@ -13550,7 +23008,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.1.zip", "archiveFileName": "DHT_sensor_library-1.3.1.zip", "size": 12338, "checksum": "SHA-256:ab7547845bb36cbcc77bd4112e76bffb18c2545ae6e8392a57c0bffe868a71ef" @@ -13567,7 +23025,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.2.zip", "archiveFileName": "DHT_sensor_library-1.3.2.zip", "size": 12633, "checksum": "SHA-256:324c9a316bd054ebf34ea8b6420294051b82345d638010079871b9e1e16d8613" @@ -13584,7 +23042,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.3.zip", "archiveFileName": "DHT_sensor_library-1.3.3.zip", "size": 12778, "checksum": "SHA-256:d5dbd36bc8448af57704b882f5d40a3640556e18ad71f7cb400ed81b2fd12421" @@ -13601,7 +23059,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.4.zip", "archiveFileName": "DHT_sensor_library-1.3.4.zip", "size": 12802, "checksum": "SHA-256:9b029e49d92c24e7f0fde8b569e7110a020a8c915cafae233b1038e2f065191d" @@ -13618,7 +23076,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.5.zip", "archiveFileName": "DHT_sensor_library-1.3.5.zip", "size": 12804, "checksum": "SHA-256:697e90469260cc48deae8b391deb9e38adb735557bdc91b7d9ab8e43b85f7a80" @@ -13635,7 +23093,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/DHT-sensor-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.6.zip", "archiveFileName": "DHT_sensor_library-1.3.6.zip", "size": 13799, "checksum": "SHA-256:e7239aaffc05e091efaaf90b8700eacbd2a4e6ec5aed8efd55fdf78cc494efbd" @@ -13657,11 +23115,143 @@ "name": "Adafruit Unified Sensor" } ], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.7.zip", "archiveFileName": "DHT_sensor_library-1.3.7.zip", "size": 13810, "checksum": "SHA-256:c2baab8481aab0d3176e3d02d933f4768ea2ad9ce04ee4e949ed84c89849c17c" }, + { + "name": "DHT sensor library", + "version": "1.3.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.8.zip", + "archiveFileName": "DHT_sensor_library-1.3.8.zip", + "size": 16205, + "checksum": "SHA-256:6eb8b8ef9a772a0651cfed322b65aae03c9833a1374d681d27988d421db68792" + }, + { + "name": "DHT sensor library", + "version": "1.3.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.9.zip", + "archiveFileName": "DHT_sensor_library-1.3.9.zip", + "size": 18545, + "checksum": "SHA-256:49abe726148c4811e1fb6cff70861929dee56af5d267ee8800b88d032b4bbeb7" + }, + { + "name": "DHT sensor library", + "version": "1.3.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.3.10.zip", + "archiveFileName": "DHT_sensor_library-1.3.10.zip", + "size": 18651, + "checksum": "SHA-256:91e752b993e2ee5a9cddcaceb077b28423db3a0efd6d13945b2c254b1b9628c5" + }, + { + "name": "DHT sensor library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.0.zip", + "archiveFileName": "DHT_sensor_library-1.4.0.zip", + "size": 18742, + "checksum": "SHA-256:566b2f95d21603f8366ea9ee48f7ea60307a2d57e5c7c5537d1450188ac9bce0" + }, + { + "name": "DHT sensor library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.1.zip", + "archiveFileName": "DHT_sensor_library-1.4.1.zip", + "size": 18748, + "checksum": "SHA-256:111b99aebf02d74961f15b9ffd781895d9c7169c7fc8ba749ee149be33af2232" + }, + { + "name": "DHT sensor library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.2.zip", + "archiveFileName": "DHT_sensor_library-1.4.2.zip", + "size": 18787, + "checksum": "SHA-256:bfc1fbb2e99509f35ef74beddb391e6f7e3e53bd9fa425c691e4019bbe35f6c4" + }, { "name": "HL1606 LED Strip PWM", "version": "1.0.0", @@ -13674,7 +23264,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HL1606-LED-Strip-PWM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip_PWM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip_PWM-1.0.0.zip", "archiveFileName": "HL1606_LED_Strip_PWM-1.0.0.zip", "size": 9965, "checksum": "SHA-256:bea990ccb19021ffab680f0197b51c47f0763efbb4023978876e2a6c829b4f6c" @@ -13691,7 +23281,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HT1632.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.0.zip", "archiveFileName": "HT1632-1.0.0.zip", "size": 9054, "checksum": "SHA-256:b7086491032bd30193db72e04cebb3cb598f1938e3b093047398d84bd809f784" @@ -13708,7 +23298,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HT1632.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.1.zip", "archiveFileName": "HT1632-1.0.1.zip", "size": 9096, "checksum": "SHA-256:edb6b7f2372c46fe513a2292a8208a60daa590cb064874d0a938fdad54e98a1c" @@ -13725,7 +23315,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HT1632.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.2.zip", "archiveFileName": "HT1632-1.0.2.zip", "size": 6069, "checksum": "SHA-256:e497a1a0775909ee9e57950e7929edc103e11ee9ab346d5a11a95a6db083750f" @@ -13742,7 +23332,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HT1632.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.3.zip", "archiveFileName": "HT1632-1.0.3.zip", "size": 6572, "checksum": "SHA-256:1951f78cc7794a724773338ed05e1f3634b36af84c5520f41c8d52ff297b30f9" @@ -13759,11 +23349,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/HT1632.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.0.4.zip", "archiveFileName": "HT1632-1.0.4.zip", "size": 6572, "checksum": "SHA-256:675caabe7ffb8b7338c3abf1bc5d5f98030ebe38b777e7a21dee08a7838da973" }, + { + "name": "HT1632", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop", + "paragraph": "Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop", + "website": "https://github.com/adafruit/HT1632", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/HT1632.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.1.0.zip", + "archiveFileName": "HT1632-1.1.0.zip", + "size": 7659, + "checksum": "SHA-256:37a1f5596a2b82514ab5c33474791ab1c52cf79961c0e10f7f58030aeb1f784d" + }, { "name": "LPD6803 RGB Pixels", "version": "1.0.0", @@ -13776,11 +23388,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/LPD6803-RGB-Pixels.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/LPD6803_RGB_Pixels-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD6803_RGB_Pixels-1.0.0.zip", "archiveFileName": "LPD6803_RGB_Pixels-1.0.0.zip", "size": 5618, "checksum": "SHA-256:e5104b839515665a710dfe10a1bbe3760acb296251085b72474e03f42456d96d" }, + { + "name": "LPD6803 RGB Pixels", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Controlling library for strands of LPD6803 LED pixel dots.", + "paragraph": "Controlling library for strands of LPD6803 LED pixel dots.", + "website": "https://github.com/adafruit/LPD6803-RGB-Pixels", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/LPD6803-RGB-Pixels.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD6803_RGB_Pixels-1.0.1.zip", + "archiveFileName": "LPD6803_RGB_Pixels-1.0.1.zip", + "size": 5846, + "checksum": "SHA-256:37ba1149dcfce0aec7e7aec9aa37c06c8a9d70cb2c005b290e2f9b1ee9942628" + }, + { + "name": "LPD6803 RGB Pixels", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Controlling library for strands of LPD6803 LED pixel dots.", + "paragraph": "Controlling library for strands of LPD6803 LED pixel dots.", + "website": "https://github.com/adafruit/LPD6803-RGB-Pixels", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/LPD6803-RGB-Pixels.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD6803_RGB_Pixels-1.1.0.zip", + "archiveFileName": "LPD6803_RGB_Pixels-1.1.0.zip", + "size": 6474, + "checksum": "SHA-256:e9746e04afae1649bf5a7ef32421c2d5a222b6c711724f676c957ea29f5b3026" + }, { "name": "MAX31850 DallasTemp", "version": "1.0.0", @@ -13793,7 +23439,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.0.0.zip", "archiveFileName": "MAX31850_DallasTemp-1.0.0.zip", "size": 19341, "checksum": "SHA-256:2c641e6a44288a00c1a5141a6e5c82a70214f3b145d9fc399b7cdfef5780d160" @@ -13810,11 +23456,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.0.1.zip", "archiveFileName": "MAX31850_DallasTemp-1.0.1.zip", "size": 19341, "checksum": "SHA-256:8f73f6e899f59d58638f968c5b4595cbf08a9fa7d8ddbb60099c91e526a0fd45" }, + { + "name": "MAX31850 DallasTemp", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "paragraph": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "website": "https://github.com/adafruit/MAX31850_DallasTemp", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.0.2.zip", + "archiveFileName": "MAX31850_DallasTemp-1.0.2.zip", + "size": 19343, + "checksum": "SHA-256:e830c8e942d39dbb3d870f1e6c99ec440c87b3556db1f3b1c462e51202a7bbd8" + }, + { + "name": "MAX31850 DallasTemp", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "paragraph": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "website": "https://github.com/adafruit/MAX31850_DallasTemp", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.1.0.zip", + "archiveFileName": "MAX31850_DallasTemp-1.1.0.zip", + "size": 20433, + "checksum": "SHA-256:47f0f6c6083652fe6ed4e70035b8ce8782a14dc5915cd961a7170025579d4b5c" + }, { "name": "LPD8806", "version": "1.0.0", @@ -13827,7 +23507,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/LPD8806.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.0.zip", "archiveFileName": "LPD8806-1.0.0.zip", "size": 22008, "checksum": "SHA-256:a234be6e6d662c6ecc6054d1e45b14b1546af64c2f151bce7ca452cb1772d340" @@ -13844,11 +23524,77 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/LPD8806.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.1.zip", "archiveFileName": "LPD8806-1.0.1.zip", "size": 24591, "checksum": "SHA-256:eb4b86e622af782c9a2a06c78ebd0c9472d5b4933bfe0be2ed3cdde49e79f3e4" }, + { + "name": "LPD8806", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "paragraph": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "website": "https://github.com/adafruit/LPD8806", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/LPD8806.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.2.zip", + "archiveFileName": "LPD8806-1.0.2.zip", + "size": 24456, + "checksum": "SHA-256:4060d36bfc97bcc17353b3e9a0cb56468a382c8a1a9376fd8e541af355f3529b" + }, + { + "name": "LPD8806", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "paragraph": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "website": "https://github.com/adafruit/LPD8806", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/LPD8806.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.3.zip", + "archiveFileName": "LPD8806-1.0.3.zip", + "size": 24516, + "checksum": "SHA-256:6bf9c2e0e2e73e90d0cfadabf4ca5fecab68cbff313420c7451f353516fddc01" + }, + { + "name": "LPD8806", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "paragraph": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "website": "https://github.com/adafruit/LPD8806", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/LPD8806.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.4.zip", + "archiveFileName": "LPD8806-1.0.4.zip", + "size": 24643, + "checksum": "SHA-256:523a4295f8d76476f2f49b11e4626c3b7caa3b7ac1b87b99b018c8aec9451523" + }, { "name": "MAX31850 OneWire", "version": "1.0.0", @@ -13861,7 +23607,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/MAX31850_OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.0.0.zip", "archiveFileName": "MAX31850_OneWire-1.0.0.zip", "size": 21319, "checksum": "SHA-256:955fa63c4c8f5994d37d7b2183b63f155453d3a825432741fec2a13e5539fcab" @@ -13878,11 +23624,62 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/MAX31850_OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.0.1.zip", "archiveFileName": "MAX31850_OneWire-1.0.1.zip", "size": 21485, "checksum": "SHA-256:15e1515c89d9943c98d4fba723d2050818fc49d42eb030e0df2c9acac3a9726f" }, + { + "name": "MAX31850 OneWire", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the OneWire Arduino library with MAX31850 support", + "paragraph": "A version of the OneWire Arduino library with MAX31850 support", + "website": "https://github.com/adafruit/MAX31850_OneWire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/MAX31850_OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.0.2.zip", + "archiveFileName": "MAX31850_OneWire-1.0.2.zip", + "size": 21485, + "checksum": "SHA-256:daa2f8b895c28e1c997b10dc58932e5ce057d735517715e71f944156bd41e997" + }, + { + "name": "MAX31850 OneWire", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the OneWire Arduino library with MAX31850 support", + "paragraph": "A version of the OneWire Arduino library with MAX31850 support", + "website": "https://github.com/adafruit/MAX31850_OneWire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/MAX31850_OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.1.0.zip", + "archiveFileName": "MAX31850_OneWire-1.1.0.zip", + "size": 22122, + "checksum": "SHA-256:92faa435edf5f50ee3d84c80dc9743ae6cfa3873f5ae2732afd2eee052b73c55" + }, + { + "name": "MAX31850 OneWire", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the OneWire Arduino library with MAX31850 support", + "paragraph": "A version of the OneWire Arduino library with MAX31850 support", + "website": "https://github.com/adafruit/MAX31850_OneWire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/MAX31850_OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.1.1.zip", + "archiveFileName": "MAX31850_OneWire-1.1.1.zip", + "size": 22129, + "checksum": "SHA-256:d5de5f85198e02b5338bf22986e1d99ea5ec7d4bcb58a9482bcd16902846d237" + }, { "name": "MAX6675 library", "version": "1.0.0", @@ -13895,7 +23692,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/MAX6675-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/MAX6675_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX6675_library-1.0.0.zip", "archiveFileName": "MAX6675_library-1.0.0.zip", "size": 4315, "checksum": "SHA-256:f57ebe6981e1a20a4c8e7f79ccaee8fc4f48ed6ac6e4f1b9e3526508b6ac1109" @@ -13912,11 +23709,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/MAX6675-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/MAX6675_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX6675_library-1.0.1.zip", "archiveFileName": "MAX6675_library-1.0.1.zip", "size": 4353, "checksum": "SHA-256:13b1390251d10164aaaaee6ef6fe3d43595d193c51cbe45cad5171b72078b536" }, + { + "name": "MAX6675 library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing with MAX6675 thermocouple amplifier", + "paragraph": "Arduino library for interfacing with MAX6675 thermocouple amplifier", + "website": "https://github.com/adafruit/MAX6675-library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/MAX6675-library.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX6675_library-1.1.0.zip", + "archiveFileName": "MAX6675_library-1.1.0.zip", + "size": 8192, + "checksum": "SHA-256:ec542c1748d773f9e775735939dbfa58b403045b4082b7a859e0f904d2e972a4" + }, { "name": "Pro Trinket USB Mouse", "version": "1.0.0", @@ -13929,7 +23748,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Pro_Trinket_USB_Mouse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.0.0.zip", "archiveFileName": "Pro_Trinket_USB_Mouse-1.0.0.zip", "size": 977650, "checksum": "SHA-256:863afb801698081a266c3046c8a41331ce307efe1a4bc01274e2b39ff3d4138e" @@ -13946,11 +23765,33 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Pro_Trinket_USB_Mouse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.0.1.zip", "archiveFileName": "Pro_Trinket_USB_Mouse-1.0.1.zip", "size": 977650, "checksum": "SHA-256:50a50361c1e78641ea7068cfeeec4eb57290630d24fbb3d444ab71188d792ec2" }, + { + "name": "Pro Trinket USB Mouse", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Pro trinket to turn it into a mouse!", + "paragraph": "Library for Pro trinket to turn it into a mouse!", + "website": "https://github.com/adafruit/Pro_Trinket_USB_Mouse", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Pro_Trinket_USB_Mouse.git", + "dependencies": [ + { + "name": "Adafruit MMA8451 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.1.0.zip", + "archiveFileName": "Pro_Trinket_USB_Mouse-1.1.0.zip", + "size": 977799, + "checksum": "SHA-256:9881d74d9b8f97bc1fa7883b9f8242f6d5615959e4e5fb983d2e8b5328cbf071" + }, { "name": "Pro Trinket USB Keyboard Library", "version": "1.0.0", @@ -13963,7 +23804,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Pro_Trinket_USB_Keyboard_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Keyboard_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Keyboard_Library-1.0.0.zip", "archiveFileName": "Pro_Trinket_USB_Keyboard_Library-1.0.0.zip", "size": 3390012, "checksum": "SHA-256:b34c2dbd9a5b0ee4b835c417a4b74367414d92fe8e985d6f57adb10cc6b31738" @@ -13980,11 +23821,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Pro_Trinket_USB_Keyboard_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Keyboard_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Keyboard_Library-1.0.1.zip", "archiveFileName": "Pro_Trinket_USB_Keyboard_Library-1.0.1.zip", "size": 3390011, "checksum": "SHA-256:2368611a5ba8edacecdc58defc2325a15913739ab4754d4236e5912a870967c5" }, + { + "name": "Pro Trinket USB Keyboard Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An arduino library to turn a Pro Trinket 5V/16MHz into a USB Keyboard!", + "paragraph": "An arduino library to turn a Pro Trinket 5V/16MHz into a USB Keyboard!", + "website": "https://github.com/adafruit/Pro_Trinket_USB_Keyboard_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Pro_Trinket_USB_Keyboard_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Keyboard_Library-1.1.0.zip", + "archiveFileName": "Pro_Trinket_USB_Keyboard_Library-1.1.0.zip", + "size": 3390182, + "checksum": "SHA-256:5ad1c91d407234cf6418d3a8166eeef9fe67bbd9946d3f5ebaf04a1eae51d820" + }, { "name": "RGB matrix Panel", "version": "1.0.0", @@ -13997,7 +23855,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.0.0.zip", "archiveFileName": "RGB_matrix_Panel-1.0.0.zip", "size": 30022, "checksum": "SHA-256:38224608f66a8ee877fa1949db1471a28e0b2705447d68a4c8e11ac129ac344c" @@ -14014,7 +23872,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.0.1.zip", "archiveFileName": "RGB_matrix_Panel-1.0.1.zip", "size": 30004, "checksum": "SHA-256:74431e8fa0b853a0cdd50f695f50d93a0bb63f8848cf19906ed4483da2921c28" @@ -14031,7 +23889,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.0.2.zip", "archiveFileName": "RGB_matrix_Panel-1.0.2.zip", "size": 30049, "checksum": "SHA-256:2687d1f9aaf05cb3f7ceaf6f585de18fa7db90566517d94da7f70645cf9fa7cc" @@ -14048,11 +23906,128 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.0.zip", "archiveFileName": "RGB_matrix_Panel-1.1.0.zip", "size": 41912, "checksum": "SHA-256:d2b2d9c29f6d86cb376f055bcc263765a94e5087af1b7d7ee9bf53064c6b1ca8" }, + { + "name": "RGB matrix Panel", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.1.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.1.zip", + "size": 43073, + "checksum": "SHA-256:65ca0e6dc351151b4b430e70b00a0005f5adb6fb59c901e69f994c6880c35830" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.2.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.2.zip", + "size": 43204, + "checksum": "SHA-256:9db99b54425d01d3228678e8758d410f3129034380392790bd10c1c90bacacb7" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.3.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.3.zip", + "size": 43135, + "checksum": "SHA-256:e716b26492f30d31f9fc7af47a06f885b966380dc516ddc3f6532b4b7e9de8c6" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.4.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.4.zip", + "size": 45635, + "checksum": "SHA-256:b1570feff55c543336517120a70ff4fcf6b149010457ba83bfec661ccf0f81bc" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.5.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.5.zip", + "size": 45369, + "checksum": "SHA-256:356ab868f655374de3d09ee8ce442eaf10cb34be380c11314c9e2bac71e9caf9" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.6.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.6.zip", + "size": 45364, + "checksum": "SHA-256:958c2270d7c25c09ae31fa5b1fc759b6fe20bad354bfc22644aed44b81c4e9d4" + }, { "name": "SPI VFD", "version": "1.0.0", @@ -14065,7 +24040,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/SPI_VFD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.0.0.zip", "archiveFileName": "SPI_VFD-1.0.0.zip", "size": 17804, "checksum": "SHA-256:4953873e63afb9c843fe2777d23684318e26c6503a739429545c54cee1af1b48" @@ -14082,11 +24057,45 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/SPI_VFD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.0.1.zip", "archiveFileName": "SPI_VFD-1.0.1.zip", "size": 17805, "checksum": "SHA-256:746fcab2473a1e071847e142b1124d87bbd9108275f1dd1b9db9f0fb9c02ee2b" }, + { + "name": "SPI VFD", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for 20T202DA2JA SPI VFD", + "paragraph": "Arduino Library for 20T202DA2JA SPI VFD", + "website": "https://github.com/adafruit/SPI_VFD", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/SPI_VFD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.1.0.zip", + "archiveFileName": "SPI_VFD-1.1.0.zip", + "size": 18900, + "checksum": "SHA-256:68881cbc783c94bef34a9543f52493d67271acfccf742e20cabcbef8e6599570" + }, + { + "name": "SPI VFD", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for 20T202DA2JA SPI VFD", + "paragraph": "Arduino Library for 20T202DA2JA SPI VFD", + "website": "https://github.com/adafruit/SPI_VFD", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/SPI_VFD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.1.1.zip", + "archiveFileName": "SPI_VFD-1.1.1.zip", + "size": 18853, + "checksum": "SHA-256:4e4ace84107420c47874649a01eddbb12aeae59bcfa645f52489b5ec9b71b7e9" + }, { "name": "RTClib", "version": "1.0.0", @@ -14099,7 +24108,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RTClib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.0.0.zip", "archiveFileName": "RTClib-1.0.0.zip", "size": 10944, "checksum": "SHA-256:738ed8e67173f52d3dd5f122ccba06fa016a98646f1137664f5db28be309b20b" @@ -14116,7 +24125,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RTClib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.1.0.zip", "archiveFileName": "RTClib-1.1.0.zip", "size": 11274, "checksum": "SHA-256:f508bbe1ba468ffec854373f9030fd3b984cb597f3c56156868f788137fd6f73" @@ -14133,7 +24142,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RTClib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.0.zip", "archiveFileName": "RTClib-1.2.0.zip", "size": 15556, "checksum": "SHA-256:2e32bcbf8f4ec45ad9bfbce1686889bb4aa6d250d94f248a773eff9f861cbe78" @@ -14150,7 +24159,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RTClib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.2.zip", "archiveFileName": "RTClib-1.2.2.zip", "size": 17742, "checksum": "SHA-256:bdf4bd071876202253c8a22e09f058cfb7074480338088b8ec92c8d1de43c982" @@ -14167,7 +24176,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RTClib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.3.zip", "archiveFileName": "RTClib-1.2.3.zip", "size": 21271, "checksum": "SHA-256:7ef5b1a71bb15d68218b2aeb21c48a274feee021bcb34782e30848f321293bd2" @@ -14184,348 +24193,1098 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/RTClib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.2.4.zip", "archiveFileName": "RTClib-1.2.4.zip", "size": 24396, "checksum": "SHA-256:e9493c9200b6ed34d14c476bebb6d6e06605f0076bf2dba01b5cff8a91b49c41" }, { - "name": "TinyLiquidCrystal", - "version": "1.0.0", + "name": "RTClib", + "version": "1.3.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", - "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", - "website": "https://github.com/adafruit/TinyLiquidCrystal", - "category": "Display", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.0.0.zip", - "archiveFileName": "TinyLiquidCrystal-1.0.0.zip", - "size": 11498, - "checksum": "SHA-256:6db792280c08bfa4c831de02ac57f557f1fd3a110ae07dc49cc1f51c2b95579d" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.3.0.zip", + "archiveFileName": "RTClib-1.3.0.zip", + "size": 26096, + "checksum": "SHA-256:44302781dde76c79fa2b1c851ed0b789a91a71a7843cc24facf0c29a31269461" }, { - "name": "TinyLiquidCrystal", - "version": "1.0.1", + "name": "RTClib", + "version": "1.3.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", - "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", - "website": "https://github.com/adafruit/TinyLiquidCrystal", - "category": "Display", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.0.1.zip", - "archiveFileName": "TinyLiquidCrystal-1.0.1.zip", - "size": 11530, - "checksum": "SHA-256:a05bdb55b643b99b5ac4a1d38c3824cc13d346ef6e12fc310e6cabf3724e2a9b" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.3.1.zip", + "archiveFileName": "RTClib-1.3.1.zip", + "size": 26423, + "checksum": "SHA-256:a8cd6971fd88d6993f42da3665ffe1b2f43cd3290dca0a4bbf85cd625722b41f" }, { - "name": "TinyRTCLib", - "version": "1.0.0", + "name": "RTClib", + "version": "1.3.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A tiny version of RTCLib, for use with TinyWireM", - "paragraph": "A tiny version of RTCLib, for use with TinyWireM", - "website": "https://github.com/adafruit/TinyRTCLib", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/TinyRTCLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyRTCLib-1.0.0.zip", - "archiveFileName": "TinyRTCLib-1.0.0.zip", - "size": 6379, - "checksum": "SHA-256:6f825873d59f6f342254f22a6abac382358438ccb18ae6e11510692e3ee989cb" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.3.2.zip", + "archiveFileName": "RTClib-1.3.2.zip", + "size": 26535, + "checksum": "SHA-256:b2c10e094b0d9465b2e6e88e2672348149fa834349f1b8c0a2f8140ded3d887b" }, { - "name": "TinyWireM", - "version": "1.0.0", + "name": "RTClib", + "version": "1.3.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", - "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", - "website": "https://github.com/adafruit/TinyWireM", - "category": "Signal Input/Output", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/TinyWireM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.0.0.zip", - "archiveFileName": "TinyWireM-1.0.0.zip", - "size": 16892, - "checksum": "SHA-256:ec6e93db065272e139309711f1ab215be63a57f90f8c4ccf258107f1d4580e64" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.3.3.zip", + "archiveFileName": "RTClib-1.3.3.zip", + "size": 26604, + "checksum": "SHA-256:381624ea4f2ccc3a312c630753159e32dd2be78bd77314c70d2aaa45fba3ef34" }, { - "name": "TinyWireM", - "version": "1.0.1", + "name": "RTClib", + "version": "1.3.4", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", - "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", - "website": "https://github.com/adafruit/TinyWireM", - "category": "Signal Input/Output", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/TinyWireM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.0.1.zip", - "archiveFileName": "TinyWireM-1.0.1.zip", - "size": 16895, - "checksum": "SHA-256:c8051b7654c74246ec78a19958828c247dedee4420dd62511f2e39987d45bee5" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.3.4.zip", + "archiveFileName": "RTClib-1.3.4.zip", + "size": 26680, + "checksum": "SHA-256:64622374d611d73b5b71fa7aa327766a511bc85f7da1d961af997f401b7b5562" }, { - "name": "Adafruit Unified Sensor", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "RTClib", + "version": "1.4.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Required for all Adafruit Unified Sensor based libraries.", - "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", - "website": "https://github.com/adafruit/Adafruit_Sensor", - "category": "Sensors", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.0.zip", - "archiveFileName": "Adafruit_Unified_Sensor-1.0.0.zip", - "size": 7301, - "checksum": "SHA-256:5fec12655b79a37858d381b356d10691673a4370533b61367ce14b3b438d2ccd" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.4.0.zip", + "archiveFileName": "RTClib-1.4.0.zip", + "size": 27386, + "checksum": "SHA-256:a299b7089cc936b6a07f400ca5b899dad36bd96c75bbf7da5214d77226594cad" }, { - "name": "Adafruit Unified Sensor", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "RTClib", + "version": "1.4.1", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Required for all Adafruit Unified Sensor based libraries.", - "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", - "website": "https://github.com/adafruit/Adafruit_Sensor", - "category": "Sensors", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.1.zip", - "archiveFileName": "Adafruit_Unified_Sensor-1.0.1.zip", - "size": 7279, - "checksum": "SHA-256:0103c1f14e6e90f10e02515c71eb41c5337971d55583a6075730646b5d94545c" + "repository": "https://github.com/adafruit/RTClib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.4.1.zip", + "archiveFileName": "RTClib-1.4.1.zip", + "size": 27387, + "checksum": "SHA-256:ec4dffbeeaf2f9238b9db6ee986244fd2526137ed29d335f1371be58b5473b5f" }, { - "name": "Adafruit Unified Sensor", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "RTClib", + "version": "1.5.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Required for all Adafruit Unified Sensor based libraries.", - "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", - "website": "https://github.com/adafruit/Adafruit_Sensor", - "category": "Sensors", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.2.zip", - "archiveFileName": "Adafruit_Unified_Sensor-1.0.2.zip", - "size": 7003, - "checksum": "SHA-256:3cd6043d500614409cf42079472fbafe2b144a95e74626ff14efe8a64ec5647a" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.5.0.zip", + "archiveFileName": "RTClib-1.5.0.zip", + "size": 30893, + "checksum": "SHA-256:239fb96e0f8a5f182332dad043f656ee74b616eefb9704fa26e3a3462e54603f" }, { - "name": "Adafruit Unified Sensor", - "version": "1.0.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "RTClib", + "version": "1.6.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Required for all Adafruit Unified Sensor based libraries.", - "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", - "website": "https://github.com/adafruit/Adafruit_Sensor", - "category": "Sensors", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_Sensor.git", - "providesIncludes": ["Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.3.zip", - "archiveFileName": "Adafruit_Unified_Sensor-1.0.3.zip", - "size": 7164, - "checksum": "SHA-256:683e09b8f437e6d222c4bfa2a70ffbb41490a6e99b8c382e71943c42c4ae9f07" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.6.0.zip", + "archiveFileName": "RTClib-1.6.0.zip", + "size": 35744, + "checksum": "SHA-256:62b93795717634b388308551834a981a4ad503517bfaf3014b8954d554a4de06" }, { - "name": "Adafruit MQTT Library", - "version": "0.10.0", + "name": "RTClib", + "version": "1.7.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.10.0.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.10.0.zip", - "size": 28843, - "checksum": "SHA-256:08ffd5e401915ed4cded926f1fe55efa753cbe7c09b8b42ed64f4591797f7ac2" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.7.0.zip", + "archiveFileName": "RTClib-1.7.0.zip", + "size": 36011, + "checksum": "SHA-256:d9440a7cd6b55e856de482a86eb89b6fda36c5585f594b41f239e39d58aa2436" }, { - "name": "Adafruit MQTT Library", - "version": "0.11.0", + "name": "RTClib", + "version": "1.8.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.11.0.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.11.0.zip", - "size": 31163, - "checksum": "SHA-256:da7378a7a2e99fd6927dbeef9546484750fe79ffcd723ff801faf4871738dd58" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.8.0.zip", + "archiveFileName": "RTClib-1.8.0.zip", + "size": 38188, + "checksum": "SHA-256:d9114c24a28c5acc3c22d6b20e608ad262f26872af8b990a7a7ecf0107bff9ab" }, { - "name": "Adafruit MQTT Library", - "version": "0.11.1", + "name": "RTClib", + "version": "1.9.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.11.1.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.11.1.zip", - "size": 31350, - "checksum": "SHA-256:fe7421ec18c63ca097c8872914d3a2cf1bf061237391b91dc55da4f1b3ab94df" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.9.0.zip", + "archiveFileName": "RTClib-1.9.0.zip", + "size": 38402, + "checksum": "SHA-256:8380030027a9013c1285b55edbf7fb4ee2603c270a94519c82c60a61d866b61d" }, { - "name": "Adafruit MQTT Library", - "version": "0.12.0", + "name": "RTClib", + "version": "1.10.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.0.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.12.0.zip", - "size": 34691, - "checksum": "SHA-256:1166c1d9ed1be805237da1140d9399d9832bfa3b9de2805e4b0c1e98c7637751" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.10.0.zip", + "archiveFileName": "RTClib-1.10.0.zip", + "size": 38655, + "checksum": "SHA-256:26705b6c8cdbc9de8f532c7343ef30ffcc8429e8b4ef742150063515a321df75" }, { - "name": "Adafruit MQTT Library", - "version": "0.12.1", + "name": "RTClib", + "version": "1.11.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.1.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.12.1.zip", - "size": 34970, - "checksum": "SHA-256:f8555a350fd76a805c64240a5887278eb2fe7ad7111b638710de7fcb994c135c" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.11.0.zip", + "archiveFileName": "RTClib-1.11.0.zip", + "size": 38869, + "checksum": "SHA-256:8c4cd5aeafe215c78e626ce33e1b38f555c091c15a4b9629a823679452b62438" }, { - "name": "Adafruit MQTT Library", - "version": "0.12.2", + "name": "RTClib", + "version": "1.11.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.2.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.12.2.zip", - "size": 40959, - "checksum": "SHA-256:190715aefbaaaa621fa935b4a6ccb61344b3deddf11bcf5ad412157b76a2e50f" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.11.1.zip", + "archiveFileName": "RTClib-1.11.1.zip", + "size": 40937, + "checksum": "SHA-256:32c5c6d3dd9c60ab42ba8e85d0f81e54b356c54c009e48315cc9839ab5b9de95" }, { - "name": "Adafruit MQTT Library", - "version": "0.12.3", + "name": "RTClib", + "version": "1.11.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.3.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.12.3.zip", - "size": 908994, - "checksum": "SHA-256:2e2e243d43f303e559b72a3d262c9dc1f9d8cce7d4391d425c83b0e97817b3e1" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.11.2.zip", + "archiveFileName": "RTClib-1.11.2.zip", + "size": 41221, + "checksum": "SHA-256:df340c4deecc4d2b1f514f8ec5126d2bd0483d83b30f22990f860c80d978b779" }, { - "name": "Adafruit MQTT Library", - "version": "0.13.0", + "name": "RTClib", + "version": "1.11.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.13.0.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.13.0.zip", - "size": 912438, - "checksum": "SHA-256:3c50f6750000b0066490b6c4516ba2d0a67bffa43e4c022425aab924050a5053" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.11.3.zip", + "archiveFileName": "RTClib-1.11.3.zip", + "size": 41353, + "checksum": "SHA-256:2683839508938146719037009de069f1c8625b877e87ff0b8b82cfe3082a2582" }, { - "name": "Adafruit MQTT Library", - "version": "0.13.2", + "name": "RTClib", + "version": "1.11.4", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.13.2.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.13.2.zip", - "size": 914956, - "checksum": "SHA-256:6b6e308a78557a4b84261ee41a0055ba494622b964ce67cc8449679a8af9e420" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.11.4.zip", + "archiveFileName": "RTClib-1.11.4.zip", + "size": 42330, + "checksum": "SHA-256:7a8a2a167ba93ddc034b93c023acfe23da4fd69ce777fe8fbb61bc982d8273a9" }, { - "name": "Adafruit MQTT Library", - "version": "0.13.3", + "name": "RTClib", + "version": "1.12.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", - "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", - "website": "https://github.com/adafruit/Adafruit_MQTT_Library", - "category": "Communication", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.13.3.zip", - "archiveFileName": "Adafruit_MQTT_Library-0.13.3.zip", - "size": 917560, - "checksum": "SHA-256:585dd61767d6c426e8553caf0a644785ef6a59cc4df1ce50e4248f9052930445" + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.0.zip", + "archiveFileName": "RTClib-1.12.0.zip", + "size": 46220, + "checksum": "SHA-256:9c26c5da5b52dcccdc657ac6024ec765119c9f3c98acad70a04f34b41fb5383a" }, { - "name": "Adafruit MQTT Library", - "version": "0.14.1", + "name": "RTClib", + "version": "1.12.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.1.zip", + "archiveFileName": "RTClib-1.12.1.zip", + "size": 46230, + "checksum": "SHA-256:f08f2b69bcdc0746361013ae37dc95f8ebcba4b2e972e7c4e434bbe71d8fe951" + }, + { + "name": "RTClib", + "version": "1.12.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.2.zip", + "archiveFileName": "RTClib-1.12.2.zip", + "size": 46228, + "checksum": "SHA-256:bae552e856534611d1da3c4ba93382e902d30da1f896cd35603ff07e4cce0cc0" + }, + { + "name": "RTClib", + "version": "1.12.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.3.zip", + "archiveFileName": "RTClib-1.12.3.zip", + "size": 46224, + "checksum": "SHA-256:8d4c988e9f4b90d290123f0c96b1a2e6ff4c74bd4349ed13c3b71b6b214b366f" + }, + { + "name": "RTClib", + "version": "1.12.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.4.zip", + "archiveFileName": "RTClib-1.12.4.zip", + "size": 46258, + "checksum": "SHA-256:085c9b38067152df0ce53ab26733b80f66bc8b6ed329ead33e01f17991d3ca2a" + }, + { + "name": "RTClib", + "version": "1.12.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.5.zip", + "archiveFileName": "RTClib-1.12.5.zip", + "size": 46259, + "checksum": "SHA-256:8e8c951daee205c1caf93c66c8fcc49ad2091f7eb0b7d2c7c4a21319a378687f" + }, + { + "name": "RTClib", + "version": "1.13.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.13.0.zip", + "archiveFileName": "RTClib-1.13.0.zip", + "size": 46184, + "checksum": "SHA-256:e20f5ae6b6c50104ea4cdd6257652466ee8742e730ff0c7e4c2fabd613ecc1f5" + }, + { + "name": "RTClib", + "version": "1.14.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.14.0.zip", + "archiveFileName": "RTClib-1.14.0.zip", + "size": 48560, + "checksum": "SHA-256:a2d1d4c1fa6985e77674f6b1ce44e6cef320dca1f74ac920bc3a10b5a2c968ef" + }, + { + "name": "RTClib", + "version": "1.14.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.14.1.zip", + "archiveFileName": "RTClib-1.14.1.zip", + "size": 48508, + "checksum": "SHA-256:d8b998e4ef9f9256bd8e049962fc9e0fdf950aedfe601a6516236e9548a4aa2e" + }, + { + "name": "TinyLiquidCrystal", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "website": "https://github.com/adafruit/TinyLiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.0.0.zip", + "archiveFileName": "TinyLiquidCrystal-1.0.0.zip", + "size": 11498, + "checksum": "SHA-256:6db792280c08bfa4c831de02ac57f557f1fd3a110ae07dc49cc1f51c2b95579d" + }, + { + "name": "TinyLiquidCrystal", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "website": "https://github.com/adafruit/TinyLiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.0.1.zip", + "archiveFileName": "TinyLiquidCrystal-1.0.1.zip", + "size": 11530, + "checksum": "SHA-256:a05bdb55b643b99b5ac4a1d38c3824cc13d346ef6e12fc310e6cabf3724e2a9b" + }, + { + "name": "TinyLiquidCrystal", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "website": "https://github.com/adafruit/TinyLiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", + "dependencies": [ + { + "name": "TinyWireM" + }, + { + "name": "TinyDHT sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.2.0.zip", + "archiveFileName": "TinyLiquidCrystal-1.2.0.zip", + "size": 13012, + "checksum": "SHA-256:a1d7aaba80e5e07f1280d58ffe16ef9eeb81ad00ddfda79ba9a5276363bf539b" + }, + { + "name": "TinyRTCLib", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A tiny version of RTCLib, for use with TinyWireM", + "paragraph": "A tiny version of RTCLib, for use with TinyWireM", + "website": "https://github.com/adafruit/TinyRTCLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyRTCLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyRTCLib-1.0.0.zip", + "archiveFileName": "TinyRTCLib-1.0.0.zip", + "size": 6379, + "checksum": "SHA-256:6f825873d59f6f342254f22a6abac382358438ccb18ae6e11510692e3ee989cb" + }, + { + "name": "TinyRTCLib", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A tiny version of RTCLib, for use with TinyWireM", + "paragraph": "A tiny version of RTCLib, for use with TinyWireM", + "website": "https://github.com/adafruit/TinyRTCLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyRTCLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyRTCLib-1.0.1.zip", + "archiveFileName": "TinyRTCLib-1.0.1.zip", + "size": 6379, + "checksum": "SHA-256:6e615e3b0faf227d186483d4eb8fccfbd914346b20c417ca564ad0bad5998126" + }, + { + "name": "TinyRTCLib", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A tiny version of RTCLib, for use with TinyWireM", + "paragraph": "A tiny version of RTCLib, for use with TinyWireM", + "website": "https://github.com/adafruit/TinyRTCLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyRTCLib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyRTCLib-1.1.0.zip", + "archiveFileName": "TinyRTCLib-1.1.0.zip", + "size": 6345, + "checksum": "SHA-256:efd118210b9e537eef7d716073575039ef4c52ccb75a448e076c5c2a87020f56" + }, + { + "name": "TinyWireM", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "website": "https://github.com/adafruit/TinyWireM", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyWireM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.0.0.zip", + "archiveFileName": "TinyWireM-1.0.0.zip", + "size": 16892, + "checksum": "SHA-256:ec6e93db065272e139309711f1ab215be63a57f90f8c4ccf258107f1d4580e64" + }, + { + "name": "TinyWireM", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "website": "https://github.com/adafruit/TinyWireM", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyWireM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.0.1.zip", + "archiveFileName": "TinyWireM-1.0.1.zip", + "size": 16895, + "checksum": "SHA-256:c8051b7654c74246ec78a19958828c247dedee4420dd62511f2e39987d45bee5" + }, + { + "name": "TinyWireM", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "website": "https://github.com/adafruit/TinyWireM", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/TinyWireM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.1.0.zip", + "archiveFileName": "TinyWireM-1.1.0.zip", + "size": 17670, + "checksum": "SHA-256:0dc20bba7ded985e77bf37fcfe6aa832153c9f5d9000b2e024e5f2c72d5b4a3e" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.0.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.0.0.zip", + "size": 7301, + "checksum": "SHA-256:5fec12655b79a37858d381b356d10691673a4370533b61367ce14b3b438d2ccd" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.1.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.0.1.zip", + "size": 7279, + "checksum": "SHA-256:0103c1f14e6e90f10e02515c71eb41c5337971d55583a6075730646b5d94545c" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.2.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.0.2.zip", + "size": 7003, + "checksum": "SHA-256:3cd6043d500614409cf42079472fbafe2b144a95e74626ff14efe8a64ec5647a" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": ["Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.0.3.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.0.3.zip", + "size": 7164, + "checksum": "SHA-256:683e09b8f437e6d222c4bfa2a70ffbb41490a6e99b8c382e71943c42c4ae9f07" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": ["Adafruit_Sensor.h"], + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.0.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.0.zip", + "size": 14229, + "checksum": "SHA-256:d439ec5fba2134e742dfd8c9d9e2deb8c09bd8a6630429484da53cdcdf7bd3cc" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": ["Adafruit_Sensor.h"], + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.1.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.1.zip", + "size": 14243, + "checksum": "SHA-256:2c0b2e33479fc11b50d04048e1ded84ae2e74c1b35ae35bb218e634b748789a4" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": ["Adafruit_Sensor.h"], + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.2.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.2.zip", + "size": 14273, + "checksum": "SHA-256:40006c34daa704342164ecd1daa213575d86d208779fd90eb1479f8e65d3702e" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": ["Adafruit_Sensor.h"], + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.3.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.3.zip", + "size": 14278, + "checksum": "SHA-256:a382d3d43ef68f23b73a1fea9350dc2b085ee23fd830892004e1b3511d8f594e" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": ["Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.4.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.4.zip", + "size": 14263, + "checksum": "SHA-256:5411e8f1ffe18e75a16264b48025abcad1c23c88c44d00b5b6e3dfccc822c100" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.10.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.10.0.zip", + "size": 28843, + "checksum": "SHA-256:08ffd5e401915ed4cded926f1fe55efa753cbe7c09b8b42ed64f4591797f7ac2" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.11.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.11.0.zip", + "size": 31163, + "checksum": "SHA-256:da7378a7a2e99fd6927dbeef9546484750fe79ffcd723ff801faf4871738dd58" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.11.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.11.1.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.11.1.zip", + "size": 31350, + "checksum": "SHA-256:fe7421ec18c63ca097c8872914d3a2cf1bf061237391b91dc55da4f1b3ab94df" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.12.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.12.0.zip", + "size": 34691, + "checksum": "SHA-256:1166c1d9ed1be805237da1140d9399d9832bfa3b9de2805e4b0c1e98c7637751" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.12.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.1.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.12.1.zip", + "size": 34970, + "checksum": "SHA-256:f8555a350fd76a805c64240a5887278eb2fe7ad7111b638710de7fcb994c135c" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.12.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.2.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.12.2.zip", + "size": 40959, + "checksum": "SHA-256:190715aefbaaaa621fa935b4a6ccb61344b3deddf11bcf5ad412157b76a2e50f" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.12.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.12.3.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.12.3.zip", + "size": 908994, + "checksum": "SHA-256:2e2e243d43f303e559b72a3d262c9dc1f9d8cce7d4391d425c83b0e97817b3e1" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.13.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.13.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.13.0.zip", + "size": 912438, + "checksum": "SHA-256:3c50f6750000b0066490b6c4516ba2d0a67bffa43e4c022425aab924050a5053" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.13.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.13.2.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.13.2.zip", + "size": 914956, + "checksum": "SHA-256:6b6e308a78557a4b84261ee41a0055ba494622b964ce67cc8449679a8af9e420" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.13.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.13.3.zip", + "archiveFileName": "Adafruit_MQTT_Library-0.13.3.zip", + "size": 917560, + "checksum": "SHA-256:585dd61767d6c426e8553caf0a644785ef6a59cc4df1ce50e4248f9052930445" + }, + { + "name": "Adafruit MQTT Library", + "version": "0.14.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.", "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", "website": "https://github.com/adafruit/Adafruit_MQTT_Library", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.14.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.14.1.zip", "archiveFileName": "Adafruit_MQTT_Library-0.14.1.zip", "size": 920914, "checksum": "SHA-256:c42e34f0a98ff97cb9fb73cd80c65e476eca4be1913fe8fa063b2aea2d5aed52" @@ -14542,7 +25301,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.14.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.14.2.zip", "archiveFileName": "Adafruit_MQTT_Library-0.14.2.zip", "size": 922280, "checksum": "SHA-256:c8283866e7a94f623dd7e51a79c3f2bb12a56ad0df5adcdc9fc4bb48d1e865f1" @@ -14559,7 +25318,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.15.0.zip", "archiveFileName": "Adafruit_MQTT_Library-0.15.0.zip", "size": 925284, "checksum": "SHA-256:867727ee1181d76124e550ac5821e048dd435e538e2fbcae10b6a4e1bd2f5b8a" @@ -14576,7 +25335,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.16.0.zip", "archiveFileName": "Adafruit_MQTT_Library-0.16.0.zip", "size": 924536, "checksum": "SHA-256:110d86caddea040f985c3e6055e898bed83b2ba7d20e61e0a56831f32d6f6d24" @@ -14593,7 +25352,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.16.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.16.1.zip", "archiveFileName": "Adafruit_MQTT_Library-0.16.1.zip", "size": 923549, "checksum": "SHA-256:9ec825975bfb1b45892b357a054bb4cda122730bc6e473dad5adfa98e131ae33" @@ -14610,7 +25369,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.16.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.16.2.zip", "archiveFileName": "Adafruit_MQTT_Library-0.16.2.zip", "size": 923587, "checksum": "SHA-256:c10c047143d9531e2202501e4e299788bcc4c558e48dee481ec392a97067a262" @@ -14627,7 +25386,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.17.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.17.0.zip", "archiveFileName": "Adafruit_MQTT_Library-0.17.0.zip", "size": 916568, "checksum": "SHA-256:9365c0c75778adf6c0327ba80133add5b1fe37c5ca62bbecea36565ca85779e5" @@ -14644,7 +25403,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.2.0.zip", "archiveFileName": "Adafruit_MQTT_Library-0.2.0.zip", "size": 916407, "checksum": "SHA-256:4a42238a460bdf4b0fe39a45399ae5a215749726a8a8e1c86e1ee70a32e04f6e" @@ -14661,7 +25420,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.0.zip", "archiveFileName": "Adafruit_MQTT_Library-0.20.0.zip", "size": 916530, "checksum": "SHA-256:fc181b7b02499eee031bb2e5bccb9eb11f37cb13eb0da7ac5b676384e6045839" @@ -14678,7 +25437,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.1.zip", "archiveFileName": "Adafruit_MQTT_Library-0.20.1.zip", "size": 916509, "checksum": "SHA-256:2ec227d6ee5a9217dd653bed57559c67149d4e1c7dcb1041fcd3b0800af4f6e8" @@ -14695,7 +25454,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.2.zip", "archiveFileName": "Adafruit_MQTT_Library-0.20.2.zip", "size": 918796, "checksum": "SHA-256:a8174ce7fd6279295fb50eb476e732b8afa3685a0a245229da24cd4c7db47819" @@ -14712,7 +25471,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.3.zip", "archiveFileName": "Adafruit_MQTT_Library-0.20.3.zip", "size": 918788, "checksum": "SHA-256:f2385dabea4389aa26e47cfdb251519df4f678902a0b90749d9d652f4de77bbe" @@ -14729,7 +25488,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.20.4.zip", "archiveFileName": "Adafruit_MQTT_Library-0.20.4.zip", "size": 918838, "checksum": "SHA-256:d31e34b4a04aad42d65cc32d9fd964c05305753e0f421e993f40ff094fccd9cc" @@ -14746,7 +25505,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.9.0.zip", "archiveFileName": "Adafruit_MQTT_Library-0.9.0.zip", "size": 26180, "checksum": "SHA-256:dacb7229f13cf73c1728f99083cd5778d463e59b40120cd09117885db3c7aae8" @@ -14763,7 +25522,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.9.1.zip", "archiveFileName": "Adafruit_MQTT_Library-0.9.1.zip", "size": 26124, "checksum": "SHA-256:7ac982694deabd214d70fa87ae4d026a8813b8c4bad68ffb954b05120022f9a5" @@ -14780,7 +25539,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-0.9.2.zip", "archiveFileName": "Adafruit_MQTT_Library-0.9.2.zip", "size": 26980, "checksum": "SHA-256:2099a28924e18de86fd275318b1fbfc76ee4a5ed4b56cf2de00e8f30b14d53f1" @@ -14797,7 +25556,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.0.0.zip", "archiveFileName": "Adafruit_MQTT_Library-1.0.0.zip", "size": 921723, "checksum": "SHA-256:c73097bbe8860e249a9dc426314c642248e9e0925d46e50ef7bd188ecc9aadf6" @@ -14814,7 +25573,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.0.1.zip", "archiveFileName": "Adafruit_MQTT_Library-1.0.1.zip", "size": 914920, "checksum": "SHA-256:19ebe11f28f598073fbd2558f4019338e4e2bcf1b937ae31e3605cfc2b763182" @@ -14831,11 +25590,263 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.0.3.zip", "archiveFileName": "Adafruit_MQTT_Library-1.0.3.zip", "size": 914745, "checksum": "SHA-256:3e3620202f2bfa98e26c819c4ee4145eac43633d591e70cfa3123aab098ef8e2" }, + { + "name": "Adafruit MQTT Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-1.1.0.zip", + "size": 914843, + "checksum": "SHA-256:12e934fd274e3250906f3f39763d71bdfa2db49ca910302d2c2060c2fe4b279f" + }, + { + "name": "Adafruit MQTT Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-1.3.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-1.3.0.zip", + "size": 914844, + "checksum": "SHA-256:b8a4bade58aba4be574eba4162faef4a8e3725ba093f1bd2eb0bcf6058c579f8" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.0.0.zip", + "size": 914876, + "checksum": "SHA-256:c29849bad46b41ae5d77c02b9ddab46666d0862a04f2cf5b8d46b08397fa6ab5" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.1.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.1.0.zip", + "size": 914920, + "checksum": "SHA-256:e0310fbbcd2e9d43d95b10ea3026aa314aeaa52a9f5b346c3e41bebb51c4d827" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.2.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.2.0.zip", + "size": 918703, + "checksum": "SHA-256:556e1c82d88b1ea46f0b24aa3dbd6eee69f8469d91fec75b4fb4d29dc02fd113" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.3.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.3.0.zip", + "size": 918816, + "checksum": "SHA-256:39be73f6e414ac71b3179cb2567a818b962b277c0db97c55791ae6a70198c889" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.0.zip", + "size": 919110, + "checksum": "SHA-256:eeade1f8fefd0a4be1f130099a659b700a8bf75c87787b5e8f27e5cfa030ec54" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.1.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.1.zip", + "size": 919264, + "checksum": "SHA-256:7d65ea5d0e04ecd427f1522aff90bce2971a81cad3266f088f7cb338f37faced" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.2.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.2.zip", + "size": 919328, + "checksum": "SHA-256:01acac1978d0b4595b1450a448e18456a472451f54e345d82762461696b3a60d" + }, { "name": "Adafruit SleepyDog Library", "version": "1.0.0", @@ -14848,7 +25859,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.0.0.zip", "archiveFileName": "Adafruit_SleepyDog_Library-1.0.0.zip", "size": 7992, "checksum": "SHA-256:ff43156f9c806504322113860bc5028fb0a593757e572a10d11da14e956d71be" @@ -14865,7 +25876,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.0.zip", "archiveFileName": "Adafruit_SleepyDog_Library-1.1.0.zip", "size": 10449, "checksum": "SHA-256:a7013cab70a8823074fe71fd24ed71eec7fb7ff61f6867276391847379b06e52" @@ -14882,7 +25893,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.1.zip", "archiveFileName": "Adafruit_SleepyDog_Library-1.1.1.zip", "size": 15803, "checksum": "SHA-256:612cac12142e232d499c302eb364c5c2cc8c24cd9ce7670cb45e69c0792b3748" @@ -14899,7 +25910,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.2.zip", "archiveFileName": "Adafruit_SleepyDog_Library-1.1.2.zip", "size": 17002, "checksum": "SHA-256:5ed9b069fdc5985c43d3f7829c642f10ec821ffd22cb75e18c0c842a0753cc30" @@ -14916,11 +25927,130 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.3.zip", "archiveFileName": "Adafruit_SleepyDog_Library-1.1.3.zip", "size": 17212, "checksum": "SHA-256:caa574b3179a78b5e1abe6359cae05f89c4b516dfbe6f7ef681128f4939c4595" }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.1.4.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.1.4.zip", + "size": 17318, + "checksum": "SHA-256:8bfa471b06492d659d9a36c0668f77123f2285d201b32cb4dbdc6bb121f4aac6" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.2.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.2.0.zip", + "size": 19019, + "checksum": "SHA-256:9d64a441e0289a7ac897f13d6065942c2c38414444a6c6b0357baf219ec53318" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.3.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.3.0.zip", + "size": 19581, + "checksum": "SHA-256:1f5dbe151f703b8f8372e1e4052766ce762bfe4c7f40fe0b24c9ad4244558a4b" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.3.1.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.3.1.zip", + "size": 19592, + "checksum": "SHA-256:ff313bc51d505870fcdcd486506c4825d85476c6bc6c3d76565280ffbdad9bf8" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.3.2.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.3.2.zip", + "size": 19592, + "checksum": "SHA-256:00127eb064bd48712b74653f825fad0846eeff9740063240a8cb9ddb2c5e8899" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["avr", "samd", "nrf52", "teensy"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.4.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.4.0.zip", + "size": 19602, + "checksum": "SHA-256:7f9210815d19cb41f9c2717012e9ce98bce847c92f4e49093d145eff87625f3a" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": ["avr", "samd", "nrf52", "teensy", "esp32"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.5.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.5.0.zip", + "size": 21488, + "checksum": "SHA-256:eb415820447a1125ca54b96f6c87bb837f67f105324c898dc1c9d6b087d9c234" + }, { "name": "Adafruit BNO055", "version": "1.0.0", @@ -14933,7 +26063,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.0.zip", "archiveFileName": "Adafruit_BNO055-1.0.0.zip", "size": 1656806, "checksum": "SHA-256:5dc27a3ba96c412648c7894ef6dc604a8720b5783b9e259987a00838b72ef815" @@ -14950,7 +26080,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.4.zip", "archiveFileName": "Adafruit_BNO055-1.0.4.zip", "size": 1656809, "checksum": "SHA-256:c38fae920b4c68d703ce4e1537a0b32d9aad659118a7c5af723354180552dc03" @@ -14967,7 +26097,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.5.zip", "archiveFileName": "Adafruit_BNO055-1.0.5.zip", "size": 1657352, "checksum": "SHA-256:bd9d5dd7d5ace47ba006d9e3af1549e04452f77ed1f37b093551d074e83cfbe7" @@ -14984,7 +26114,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.0.6.zip", "archiveFileName": "Adafruit_BNO055-1.0.6.zip", "size": 1657697, "checksum": "SHA-256:84cd908ea4a7ae88dcdc71e137d313e7098085a7722d177c742c8a65adb86f00" @@ -15001,7 +26131,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.1.zip", "archiveFileName": "Adafruit_BNO055-1.1.1.zip", "size": 1662380, "checksum": "SHA-256:14623fce3d50f686e3738caa8b0040cd5f337144ea5683243978f6748ac354dc" @@ -15018,7 +26148,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.2.zip", "archiveFileName": "Adafruit_BNO055-1.1.2.zip", "size": 1662440, "checksum": "SHA-256:03491548750468b90a9041579665a4011f4cf4d2a91c4363eadea367719e65ab" @@ -15035,7 +26165,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.3.zip", "archiveFileName": "Adafruit_BNO055-1.1.3.zip", "size": 7498869, "checksum": "SHA-256:6df95616d625145d8414488070a4cc42acf841266b52f364a75b35e21e909777" @@ -15052,7 +26182,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.6.zip", "archiveFileName": "Adafruit_BNO055-1.1.6.zip", "size": 7499560, "checksum": "SHA-256:289a77d5e4b4c2786608a183034b266851463a4aeb101c3dff154afd32d6db99" @@ -15069,7 +26199,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.7.zip", "archiveFileName": "Adafruit_BNO055-1.1.7.zip", "size": 7852477, "checksum": "SHA-256:7b5a82cf4be53bff7aa5d07d62d94c0c461298fe23883554ef467421682317de" @@ -15086,7 +26216,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.8.zip", "archiveFileName": "Adafruit_BNO055-1.1.8.zip", "size": 7856161, "checksum": "SHA-256:2b53b82b7295f24c68819094afb5b9db1d887a2e2f58581539a9c9b806929c0c" @@ -15103,7 +26233,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.9.zip", "archiveFileName": "Adafruit_BNO055-1.1.9.zip", "size": 7855611, "checksum": "SHA-256:ea91767eb3c7484edb3bc5bfa288d648716441abd97130e175cfe80d2cbeae80" @@ -15120,11 +26250,160 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BNO055.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.10.zip", "archiveFileName": "Adafruit_BNO055-1.1.10.zip", "size": 7856090, "checksum": "SHA-256:d005fae7a62a76e214a27657d86f4df2e774e520aee1bded4cd054491ff2dd62" }, + { + "name": "Adafruit BNO055", + "version": "1.1.11", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.1.11.zip", + "archiveFileName": "Adafruit_BNO055-1.1.11.zip", + "size": 7856122, + "checksum": "SHA-256:864fef74f3eb84592413283167b6192e8ccd737cd66adc9bb4338778578b5777" + }, + { + "name": "Adafruit BNO055", + "version": "1.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.2.0.zip", + "archiveFileName": "Adafruit_BNO055-1.2.0.zip", + "size": 7856014, + "checksum": "SHA-256:111a3b3727c192add6424dec33019a046ca8eb45676de59a49ff9329ca0b70a9" + }, + { + "name": "Adafruit BNO055", + "version": "1.3.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.3.0.zip", + "archiveFileName": "Adafruit_BNO055-1.3.0.zip", + "size": 7858164, + "checksum": "SHA-256:46ce39963b97f4951aa973e8dd12675338895507241fdf2773002a87500d58da" + }, + { + "name": "Adafruit BNO055", + "version": "1.3.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.3.1.zip", + "archiveFileName": "Adafruit_BNO055-1.3.1.zip", + "size": 7858137, + "checksum": "SHA-256:b25b872cd33492ad3b6f96c6ae7302fd4b2b150ff217f8a5a4e2042fef162e8d" + }, + { + "name": "Adafruit BNO055", + "version": "1.4.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.4.1.zip", + "archiveFileName": "Adafruit_BNO055-1.4.1.zip", + "size": 7858328, + "checksum": "SHA-256:71fe4a7b5a6d69e1dff54a2f82f07ac08836686dcf7d694caafb39235f48adc8" + }, + { + "name": "Adafruit BNO055", + "version": "1.4.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.4.2.zip", + "archiveFileName": "Adafruit_BNO055-1.4.2.zip", + "size": 7858328, + "checksum": "SHA-256:b0dfc0e040e24739fefcb1f39c1cadea413189fc7c82705e04f29feff9216e33" + }, + { + "name": "Adafruit BNO055", + "version": "1.4.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.4.3.zip", + "archiveFileName": "Adafruit_BNO055-1.4.3.zip", + "size": 7858334, + "checksum": "SHA-256:1fe70b93eaa302397db2e44b48e08433ac7d48cc447cb2694d5fd5878ce0062e" + }, { "name": "Adafruit GFX Library", "version": "1.0.0", @@ -15137,7 +26416,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.0.0.zip", "archiveFileName": "Adafruit_GFX_Library-1.0.0.zip", "size": 10016, "checksum": "SHA-256:de051e3928e37785282f509b08ace56625e4df515a097bfdbf323fca4ad9c42c" @@ -15154,7 +26433,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.0.1.zip", "archiveFileName": "Adafruit_GFX_Library-1.0.1.zip", "size": 11210, "checksum": "SHA-256:6d928412150ec84440069a0e573e0a30a84f7bf5325c8d7e2344e1a395d9f0c2" @@ -15171,7 +26450,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.7.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.7.zip", "size": 293963, "checksum": "SHA-256:23f2a9a39f9e82e40fd5c0cc89d53d366fa3d4c3f5cade1cae3f5f8312b0f570" @@ -15188,7 +26467,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.8.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.8.zip", "size": 297272, "checksum": "SHA-256:1b9bfc3efc7ecc600bcc565e50cbd9503023a893606f65850847e30e22a6d4f2" @@ -15205,7 +26484,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.9.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.9.zip", "size": 297341, "checksum": "SHA-256:ea2a275bfb4914883ba6d87dbab4e7088378b9ca4162db8d884906f8257d05b7" @@ -15222,7 +26501,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.0.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.0.zip", "size": 298109, "checksum": "SHA-256:434d386f0c0758c827728a864ed5364259ac31d96c0421ac874152afb0d415ae" @@ -15239,7 +26518,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.1.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.1.zip", "size": 298213, "checksum": "SHA-256:d15821e6f6928e32a045118a0508b3765cfbb7b99daa2abd9dc734493edcc02b" @@ -15256,7 +26535,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.2.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.2.zip", "size": 298202, "checksum": "SHA-256:4548c99664d40eb16d1c972a87f5099f43725588c1938fc2ca8a0f8cd76afe56" @@ -15273,7 +26552,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.4.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.4.zip", "size": 313795, "checksum": "SHA-256:8c551a5e0d2b0eb35f37c8c6157abcfac559e97fb65f92e639687872c8d598eb" @@ -15290,7 +26569,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.5.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.5.zip", "size": 313719, "checksum": "SHA-256:f32308e59e73c457e2f49b2b2fc8807f99bcf6b5ae2b604c798e5135e37970f4" @@ -15307,7 +26586,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.6.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.6.zip", "size": 313733, "checksum": "SHA-256:902732482d67f74eb4958e83f14f796d00d600d555f09e9e3a9f57a50494f8e7" @@ -15324,7 +26603,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.7.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.7.zip", "size": 313950, "checksum": "SHA-256:d1903e7f03c2922058d99ee19e9f4e9e1e086e2ad2dd762c980102bb3c28a6e3" @@ -15341,7 +26620,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.8.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.8.zip", "size": 314106, "checksum": "SHA-256:e06a72a319fb8624e6a2f9f0de786f36880ff6bb25f2393e57afcda06b0b3fec" @@ -15358,7 +26637,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.9.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.9.zip", "size": 314102, "checksum": "SHA-256:fca7835c01ce658328f450531d6af8e16bf404281eab605a316b159cab1e07ab" @@ -15375,7 +26654,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.0.zip", "archiveFileName": "Adafruit_GFX_Library-1.3.0.zip", "size": 314273, "checksum": "SHA-256:339fe9ffc28e3f695a3b41f78fe0f57ba0f784280f0aacb814e9aa5f543e1f0f" @@ -15392,7 +26671,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.1.zip", "archiveFileName": "Adafruit_GFX_Library-1.3.1.zip", "size": 314450, "checksum": "SHA-256:beb868cea42e0c30c479d7cef244255ab3b050a99cd988f41a9003c5aae16d81" @@ -15409,7 +26688,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.2.zip", "archiveFileName": "Adafruit_GFX_Library-1.3.2.zip", "size": 314489, "checksum": "SHA-256:9c38f44282243013bd8800d1b94eb320a0e39ddb6b24d2176c2d58cb853c28a8" @@ -15426,7 +26705,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.3.zip", "archiveFileName": "Adafruit_GFX_Library-1.3.3.zip", "size": 314529, "checksum": "SHA-256:ea54d1fae6cf84ca4dbe1be3acc381dbd97ec20d23626aeeefb52277ec9fa34f" @@ -15443,7 +26722,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.4.zip", "archiveFileName": "Adafruit_GFX_Library-1.3.4.zip", "size": 314586, "checksum": "SHA-256:d23ead1c3a854d7c0a607693fea70db3c5a163dbe528a60f710fbfc778cba75f" @@ -15460,7 +26739,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.3.6.zip", "archiveFileName": "Adafruit_GFX_Library-1.3.6.zip", "size": 319136, "checksum": "SHA-256:1c88bcbe85efc994e66822033d7e29a22c776d3efaac26c203c6034d8b9a700e" @@ -15477,7 +26756,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.0.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.0.zip", "size": 329743, "checksum": "SHA-256:1273c89921d7edbea40928563dca2791dc60a6ec1f264a033a521756df0ec22a" @@ -15494,7 +26773,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.1.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.1.zip", "size": 329745, "checksum": "SHA-256:0ddce4733ce4acdc67d7c00ddf17087a418cb696896ed7e9e175abdeaf6b5f95" @@ -15511,7 +26790,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.10.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.10.zip", "size": 333123, "checksum": "SHA-256:f4719f357f76b33b2cd51054d21c6c12cec21dcf0c6e4a4a19c3b0fe96d48a98" @@ -15528,7 +26807,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.11.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.11.zip", "size": 333131, "checksum": "SHA-256:595ae8f8f75fd197b28a316c4c91ea0ef2ae9ac4d0de2a1607bbe0a84c4a5547" @@ -15545,7 +26824,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.2.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.2.zip", "size": 329995, "checksum": "SHA-256:22bbaa3134e97e89e366cb529f87ba15db811e0a62ff40ed64d5d854dcc0bdfe" @@ -15562,7 +26841,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.3.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.3.zip", "size": 331724, "checksum": "SHA-256:84a8acf7673deb499c40b3176e4a8dd360e11ae4c3967066616c6905c90ab36a" @@ -15579,7 +26858,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.4.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.4.zip", "size": 331660, "checksum": "SHA-256:857e1ed65201b485491922226c32b31485c15764bb8032c002d823dabc01c9f9" @@ -15596,7 +26875,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.5.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.5.zip", "size": 332060, "checksum": "SHA-256:5ff4e205b077718263b3198fe89ffe0e82a3a9b0e8365fea74b386e60a66f1d6" @@ -15613,7 +26892,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.6.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.6.zip", "size": 332056, "checksum": "SHA-256:b9511d5a75e0398e707e16c61f02de904b20be350b35580443810d5471d6f4ef" @@ -15630,7 +26909,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.7.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.7.zip", "size": 332075, "checksum": "SHA-256:a0a2acbc4aa22897e7efb174c71a2213cbbc96469083690bde54f9940fccf52c" @@ -15647,7 +26926,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.8.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.8.zip", "size": 332667, "checksum": "SHA-256:e0f23d5ff78fa2ca410bb1fac6038c89d9b2a9f23c51fa63010c3849533d7b2a" @@ -15664,7 +26943,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.9.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.9.zip", "size": 332943, "checksum": "SHA-256:2a9795a8654813220fe12fadef74ba75b912dd79f9469d7f71a348476232fb33" @@ -15681,7 +26960,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.0.2.zip", "archiveFileName": "Adafruit_GFX_Library-1.0.2.zip", "size": 11267, "checksum": "SHA-256:6fd84191081e7e5aa8030855239d9c4f85aa0ed07bbc8d96974ca7cc5e5197d3" @@ -15698,7 +26977,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.0.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.0.zip", "size": 284211, "checksum": "SHA-256:667de59fd9ace3236cb71ae2fa3f8a583309dc6ee09a3066d0f960f399bf6120" @@ -15715,7 +26994,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.1.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.1.zip", "size": 284225, "checksum": "SHA-256:bd051c663cf67eee858083b7ed9a033a847fcf4c476ba88015c35370c8bd72da" @@ -15732,7 +27011,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.2.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.2.zip", "size": 285572, "checksum": "SHA-256:3b71bfd1cf4e58d46cf4c28911f08789c5721c3558e2446fb9623fe91ec51bcd" @@ -15749,7 +27028,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.3.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.3.zip", "size": 285537, "checksum": "SHA-256:019dd2feba4cce4f4df3f1830a8c3c7136f1b2b5bc9f562aec1b08e32df7eaff" @@ -15766,7 +27045,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.4.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.4.zip", "size": 285533, "checksum": "SHA-256:2554dcb129d87c2cdf0d4e4772c34b618bdd3405c10b99e86c80baff694a279d" @@ -15783,7 +27062,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.5.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.5.zip", "size": 291111, "checksum": "SHA-256:614e316f65c5a4507bd7bd830be2dbae69cb22d4ed31f7e1d0642fe21fa05703" @@ -15800,7 +27079,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.1.6.zip", "archiveFileName": "Adafruit_GFX_Library-1.1.6.zip", "size": 293323, "checksum": "SHA-256:bc6a6873b273c5243847a464298440069fe1c28fa7f2dd633ad3273a24437862" @@ -15817,7 +27096,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.2.3.zip", "archiveFileName": "Adafruit_GFX_Library-1.2.3.zip", "size": 305889, "checksum": "SHA-256:c9ca8c962dd1fab0f3758e986861df290fdea796b50189ff629505c4017e78cd" @@ -15834,7 +27113,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.12.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.12.zip", "size": 333734, "checksum": "SHA-256:4490cf91315f769627453235871adb88a604624db1eed296e96b5ea4705bdbb6" @@ -15851,7 +27130,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.13.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.13.zip", "size": 333743, "checksum": "SHA-256:17136e70316523df518d38f5a2199a6681f5c2cdc346b7d453cc0e25fcdf3ddf" @@ -15868,7 +27147,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.4.14.zip", "archiveFileName": "Adafruit_GFX_Library-1.4.14.zip", "size": 333749, "checksum": "SHA-256:4d331aa81980c11237089f0c6239be4399e52806f5bf86f69e86967505c14f10" @@ -15885,7 +27164,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.0.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.0.zip", "size": 333847, "checksum": "SHA-256:7bc7741f1f86f5df8617a5c331c078e5971dc73bb6ee934c5e00db971b347118" @@ -15902,7 +27181,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.1.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.1.zip", "size": 334167, "checksum": "SHA-256:0d0853dd42003cbd961e6e9631f96313487c9c6d9870ead064a793d59f7f5f0f" @@ -15919,7 +27198,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.2.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.2.zip", "size": 334614, "checksum": "SHA-256:40eefa38ec75e4cb2c02a12e7f13b2012851817fa2751fb87adac44d0eb2f213" @@ -15936,7 +27215,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.3.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.3.zip", "size": 334642, "checksum": "SHA-256:e86b98ba511d5f82335dad518cfc153c92cf9a3d9140a41091f9318e38816281" @@ -15953,7 +27232,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.4.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.4.zip", "size": 335217, "checksum": "SHA-256:722ffd223f021d01f6b9c676ac1dff180fa8990308bc923cd825868c57a7126d" @@ -15970,7 +27249,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.5.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.5.zip", "size": 335214, "checksum": "SHA-256:1b68e1a970f1fed28d1aaf433d7cc67018ac30c2849cd080ffbd56fde9603f24" @@ -15987,58 +27266,614 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.6.zip", "archiveFileName": "Adafruit_GFX_Library-1.5.6.zip", "size": 335506, "checksum": "SHA-256:1593f5b42c0a70535a342bc555ac775301f64eb6872938bbd225b6f80a7cdeeb" }, { - "name": "Adafruit IO Arduino", - "version": "1.0.0", + "name": "Adafruit GFX Library", + "version": "1.5.7", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library to access the Adafruit IO REST API.", - "paragraph": "Arduino library to access the Adafruit IO REST API using the CC3000, ESP8266/generic Client, or FONA hardware.", - "website": "https://github.com/adafruit/Adafruit_IO_Arduino", - "category": "Communication", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-1.0.0.zip", - "archiveFileName": "Adafruit_IO_Arduino-1.0.0.zip", - "size": 23113, - "checksum": "SHA-256:05fc2f3a539a0b54d3ed8de33f8a7417672aeac48f4339d88a6101217fff3cc8" + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.5.7.zip", + "archiveFileName": "Adafruit_GFX_Library-1.5.7.zip", + "size": 335635, + "checksum": "SHA-256:8bd7084049a2424f871e7eefb091ee3af4d9765b10e33ab944a9be87ed3615c1" }, { - "name": "Adafruit IO Arduino", - "version": "1.0.1", + "name": "Adafruit GFX Library", + "version": "1.6.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library to access the Adafruit IO REST API.", - "paragraph": "Arduino library to access the Adafruit IO REST API using the CC3000, ESP8266/generic Client, or FONA hardware.", - "website": "https://github.com/adafruit/Adafruit_IO_Arduino", - "category": "Communication", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-1.0.1.zip", - "archiveFileName": "Adafruit_IO_Arduino-1.0.1.zip", - "size": 24279, - "checksum": "SHA-256:59a3c078f87766b0059630a4f2b5f338e5f92fecc2cd0175220e1914c562c68b" + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.6.1.zip", + "archiveFileName": "Adafruit_GFX_Library-1.6.1.zip", + "size": 336099, + "checksum": "SHA-256:a5bae01487889c8d4790c197b50bb7c2ff8e56f10ca2b164ef1c8c10753cf914" }, { - "name": "Adafruit IO Arduino", - "version": "2.0.0", + "name": "Adafruit GFX Library", + "version": "1.7.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library to access Adafruit IO.", - "paragraph": "Arduino library to access Adafruit IO using the Adafruit ESP8266, M0 WINC1500, WICED, Ethernet, or FONA hardware.", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.7.0.zip", + "archiveFileName": "Adafruit_GFX_Library-1.7.0.zip", + "size": 336769, + "checksum": "SHA-256:f06c91a09369ef062ae9a8d4238030b072346bcfb0e0a06f95e3c9330d3081fe" + }, + { + "name": "Adafruit GFX Library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.7.1.zip", + "archiveFileName": "Adafruit_GFX_Library-1.7.1.zip", + "size": 336759, + "checksum": "SHA-256:a90b1e5ffeec1ce87ffc5a31a4ded441d451bb3f5851cd54384c1752f9344520" + }, + { + "name": "Adafruit GFX Library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.7.2.zip", + "archiveFileName": "Adafruit_GFX_Library-1.7.2.zip", + "size": 336836, + "checksum": "SHA-256:0fda676c13d6a3f5e06ffd39e9b30fa0044ef54ec1a282195b757de14c8f5ee0" + }, + { + "name": "Adafruit GFX Library", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.7.3.zip", + "archiveFileName": "Adafruit_GFX_Library-1.7.3.zip", + "size": 337453, + "checksum": "SHA-256:c73b0baac2b52f1118cf753b9e147f957b4e53fd34b8aa09572818bc27c2788f" + }, + { + "name": "Adafruit GFX Library", + "version": "1.7.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.7.4.zip", + "archiveFileName": "Adafruit_GFX_Library-1.7.4.zip", + "size": 337453, + "checksum": "SHA-256:c4feff5d699057b7d5822ffc008de36459bd0a6b9e50b916399d15d592d27fb8" + }, + { + "name": "Adafruit GFX Library", + "version": "1.7.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.7.5.zip", + "archiveFileName": "Adafruit_GFX_Library-1.7.5.zip", + "size": 337464, + "checksum": "SHA-256:c60ea70dad62dbc28cf20570cb056bb09351313b1b9dc1382e4a859c1005e9b6" + }, + { + "name": "Adafruit GFX Library", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.8.0.zip", + "archiveFileName": "Adafruit_GFX_Library-1.8.0.zip", + "size": 343612, + "checksum": "SHA-256:b90e042cc2ce28c8e3b3a33e77b5383c9b779a5a4d052839283e8066bb904843" + }, + { + "name": "Adafruit GFX Library", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.8.1.zip", + "archiveFileName": "Adafruit_GFX_Library-1.8.1.zip", + "size": 343653, + "checksum": "SHA-256:093f023e81e113fe8f6c23c6ee7df5b71a4f4bd7ca3ce8fdcc88c58162a7a953" + }, + { + "name": "Adafruit GFX Library", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.8.2.zip", + "archiveFileName": "Adafruit_GFX_Library-1.8.2.zip", + "size": 343746, + "checksum": "SHA-256:c7ef65224200ef3eaf0db6ab9ca0d7e53b8fcc7f76ecec3fdc5fcf91b244c4f3" + }, + { + "name": "Adafruit GFX Library", + "version": "1.8.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.8.3.zip", + "archiveFileName": "Adafruit_GFX_Library-1.8.3.zip", + "size": 343734, + "checksum": "SHA-256:518071e85361c4ebd08e5ed2f9c48e67b25bc445caa7e1cc907e19926959b194" + }, + { + "name": "Adafruit GFX Library", + "version": "1.8.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.8.4.zip", + "archiveFileName": "Adafruit_GFX_Library-1.8.4.zip", + "size": 343743, + "checksum": "SHA-256:e5222b9b3dc7a96c7bd0fa4833bc22a594d7089061acf6b66a64d87076068a66" + }, + { + "name": "Adafruit GFX Library", + "version": "1.8.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.8.5.zip", + "archiveFileName": "Adafruit_GFX_Library-1.8.5.zip", + "size": 343726, + "checksum": "SHA-256:c0371f3b11eec4885c59469c93acc654b4b7334be5b6f10fc9d08284f3022d98" + }, + { + "name": "Adafruit GFX Library", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.9.0.zip", + "archiveFileName": "Adafruit_GFX_Library-1.9.0.zip", + "size": 346731, + "checksum": "SHA-256:af5f75a1e882e2da06cdc85451af72624c48a4b95648323fcedebb7989cd6f96" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.0.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.0.zip", + "size": 347152, + "checksum": "SHA-256:42d19ec90f65ffca9c9bb6c6dfa2d90d5f1c704b5c39e61ee98911893c0798a4" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.1.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.1.zip", + "size": 348481, + "checksum": "SHA-256:544d0a2a77f81efc68600882b87f948ab81cb1e0ca441d58ad7d809ebc7b9667" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.2.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.2.zip", + "size": 348932, + "checksum": "SHA-256:bf9654b5ca5e3801b559366907eefd4a4658a5dddc1e37a2a1a4a29ff6aca616" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.3.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.3.zip", + "size": 348939, + "checksum": "SHA-256:3501a47be936d62ae22cb468219e45202170e71a6af16327697b74cbdea3858b" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.4.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.4.zip", + "size": 349008, + "checksum": "SHA-256:f426b8340463bd5d72800ace38b7042e3d22be15f4b91a3000030abb2537c267" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.5.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.5.zip", + "size": 349033, + "checksum": "SHA-256:33307dc088569c18d607e90a8e3f3060e8a1847dfc9b12755a36f573dc6711f2" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.6.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.6.zip", + "size": 349174, + "checksum": "SHA-256:bb67d4f87ba574d53160d9602be6daa899e1b826fe874af913df4ba46a4e3bbd" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.7.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.7.zip", + "size": 349187, + "checksum": "SHA-256:4d55d1164ae797cc7753dabcf545f438f4298959ce43d126ed0f425ab9466094" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.8.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.8.zip", + "size": 349676, + "checksum": "SHA-256:86854aa3c2808d0e1c75e7c405501189d183c0115958770ac600c89c1b8a1db4" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.9.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.9.zip", + "size": 349671, + "checksum": "SHA-256:0447017c4a7213ecf9ca4b5fd58a91d8a4556cda738437f09baea1a165441c96" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.10.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.10.zip", + "size": 349826, + "checksum": "SHA-256:c44f37648411d50318b8797a058a8b654039bc048996bd10b9791dc9bfa7734d" + }, + { + "name": "Adafruit IO Arduino", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to access the Adafruit IO REST API.", + "paragraph": "Arduino library to access the Adafruit IO REST API using the CC3000, ESP8266/generic Client, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-1.0.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-1.0.0.zip", + "size": 23113, + "checksum": "SHA-256:05fc2f3a539a0b54d3ed8de33f8a7417672aeac48f4339d88a6101217fff3cc8" + }, + { + "name": "Adafruit IO Arduino", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to access the Adafruit IO REST API.", + "paragraph": "Arduino library to access the Adafruit IO REST API using the CC3000, ESP8266/generic Client, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-1.0.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-1.0.1.zip", + "size": 24279, + "checksum": "SHA-256:59a3c078f87766b0059630a4f2b5f338e5f92fecc2cd0175220e1914c562c68b" + }, + { + "name": "Adafruit IO Arduino", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit ESP8266, M0 WINC1500, WICED, Ethernet, or FONA hardware.", "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.0.0.zip", "archiveFileName": "Adafruit_IO_Arduino-2.0.0.zip", "size": 36368, "checksum": "SHA-256:c2fc1a3cb601699cc78f004a833428ecb21660119ca53f44c70ff73db79c42b2" @@ -16055,7 +27890,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.0.1.zip", "archiveFileName": "Adafruit_IO_Arduino-2.0.1.zip", "size": 36691, "checksum": "SHA-256:62082a25108bd993f8e22dea2477992a280bed3398215122e20d7e6132292730" @@ -16072,7 +27907,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.1.1.zip", "archiveFileName": "Adafruit_IO_Arduino-2.1.1.zip", "size": 45957, "checksum": "SHA-256:97c75a141da7df0473f5badd9617236377e0aaa92d378825f15327e6e9385a6a" @@ -16089,7 +27924,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.2.0.zip", "archiveFileName": "Adafruit_IO_Arduino-2.2.0.zip", "size": 46367, "checksum": "SHA-256:105c8b3637fd5943399e030a9f03d47608c89739dc06f06be135a123d60b0341" @@ -16106,7 +27941,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.3.1.zip", "archiveFileName": "Adafruit_IO_Arduino-2.3.1.zip", "size": 76802, "checksum": "SHA-256:a408ea28553d94f03f0a24464d24130911ca2b3392238c2e40e75409f7ec6722" @@ -16123,7 +27958,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.0.zip", "archiveFileName": "Adafruit_IO_Arduino-2.4.0.zip", "size": 81694, "checksum": "SHA-256:d14ad2227e03551236a10a22cdeb630ecafec2adee1a35b6757151abfbab8862" @@ -16140,7 +27975,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.1.zip", "archiveFileName": "Adafruit_IO_Arduino-2.4.1.zip", "size": 84317, "checksum": "SHA-256:5a4d5d9c343f94deb62bbaa8d21672b14cc3705540ef7fc535743bd74e1619c7" @@ -16157,7 +27992,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.2.zip", "archiveFileName": "Adafruit_IO_Arduino-2.4.2.zip", "size": 86694, "checksum": "SHA-256:c544294fca2e935c0cb19701c9e02a9b25398edb152653d1e293bd4344645030" @@ -16174,7 +28009,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.4.3.zip", "archiveFileName": "Adafruit_IO_Arduino-2.4.3.zip", "size": 86693, "checksum": "SHA-256:db0f652f32d360daff4002b357be9086a99b0d015558145945f2ff60e8986a96" @@ -16191,7 +28026,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.5.0.zip", "archiveFileName": "Adafruit_IO_Arduino-2.5.0.zip", "size": 88558, "checksum": "SHA-256:8998b4c9d5805511da87b8ade3777520ba363e163ece1addc35fbfe55932d111" @@ -16208,7 +28043,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.6.0.zip", "archiveFileName": "Adafruit_IO_Arduino-2.6.0.zip", "size": 88642, "checksum": "SHA-256:5b4d7d3703b52cf31f5346d6a25e97a7b32eaa7d1c8ec4cd8e52b11a8de2e038" @@ -16225,7 +28060,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.0.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.0.zip", "size": 88736, "checksum": "SHA-256:a4990422428815658bf589e6d0888c699e2d335e4fa0d3972b9e402b4f513e58" @@ -16242,7 +28077,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.1.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.1.zip", "size": 90783, "checksum": "SHA-256:44ad80089b971e358d91c816326d361f06005f1bdc76febe24753d88b427c6db" @@ -16259,7 +28094,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.10.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.10.zip", "size": 112484, "checksum": "SHA-256:cf7869e1887d40d9c72c99f904f13f497edcf2cfd9356d024eec35ca08b12e4f" @@ -16276,7 +28111,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.11.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.11.zip", "size": 112484, "checksum": "SHA-256:ac4520e2b82fe5b7bfda88a919732c2dfbbcac1978d84db055ddb32c00cf70fc" @@ -16293,7 +28128,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.12.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.12.zip", "size": 112487, "checksum": "SHA-256:59603cec8d54095f0082299d3c20d61a174a39ae8754aec5ee46de2221364191" @@ -16310,7 +28145,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.13.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.13.zip", "size": 112491, "checksum": "SHA-256:4906a65c87fdee22670054a5a7f17867eabac787c6c6fc4f99d3d6f6efa8638a" @@ -16327,7 +28162,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.14.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.14.zip", "size": 112567, "checksum": "SHA-256:314b0e3201e431b2edb6867de0b7ca1f5ee3286d2777bca4f7f5b2d64072040c" @@ -16344,7 +28179,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.15.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.15.zip", "size": 115827, "checksum": "SHA-256:da8e1a627a04c8a9bf1fac31f3539342cd208243eb8ea9efbe81e380585c0926" @@ -16361,7 +28196,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.16.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.16.zip", "size": 118378, "checksum": "SHA-256:ec2dd56a2a3ba69c2ef6a123211195edaed3b78c2b1a93c08c6b991fbec8d26e" @@ -16378,7 +28213,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.17.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.17.zip", "size": 122868, "checksum": "SHA-256:651c721a1aea3414538ff55e785f4dfdfa40a9b69c1dc665850615b38ac3aa39" @@ -16395,7 +28230,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.18.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.18.zip", "size": 123055, "checksum": "SHA-256:c1cd99978689887e8500cbe5f16dd77ebe534fd089d3ef39948b07bd606570a6" @@ -16412,7 +28247,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.19.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.19.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.19.zip", "size": 127160, "checksum": "SHA-256:401c0a1bf9e7e47e36831839d5ae9766c7e1db25cd79ace8fbaeea8599396a01" @@ -16429,7 +28264,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.2.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.2.zip", "size": 90832, "checksum": "SHA-256:304e6e57c48277c55141250532c2b42e25ebda0c5ce8c078fa979c0a5fef2683" @@ -16446,7 +28281,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.21.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.21.zip", "size": 129783, "checksum": "SHA-256:908762c60e5b78984f582e4ee5a1c26344272e2dca0a32dbd6b69a87dc77e5a4" @@ -16463,7 +28298,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.22.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.22.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.22.zip", "size": 132997, "checksum": "SHA-256:3148c231db136f2a95bb1e2efa7d1dacd5f455b679110833f6044e1ce2dd6958" @@ -16480,7 +28315,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.23.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.23.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.23.zip", "size": 133009, "checksum": "SHA-256:0159f37a1616cd20836274b5e06408c588319600f829b066c078a8cdcee19316" @@ -16497,7 +28332,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.4.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.4.zip", "size": 91833, "checksum": "SHA-256:b0618e9dae5ddcb64a046e6c5dffaf81d0b76e2be7038a85e86697ab36d6d27f" @@ -16514,7 +28349,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.7.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.7.zip", "size": 102713, "checksum": "SHA-256:28e73cca4abea321acd5fa2df684b2430e1f6b492714dea269ce2508ea56d5d8" @@ -16531,7 +28366,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.9.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.9.zip", "size": 107006, "checksum": "SHA-256:cbd2cf8dbb6406796f9da652a8ee549c6ba30d6c688b2ce29da4282a08b423f5" @@ -16548,7 +28383,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.0.0.zip", "archiveFileName": "Adafruit_IO_Arduino-3.0.0.zip", "size": 137995, "checksum": "SHA-256:b61c5e8162b2172ff1847d6111d2f82f767613d8944068dcbd5e96e5fdda2575" @@ -16565,7 +28400,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.3.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.3.zip", "size": 91835, "checksum": "SHA-256:ae115d47a7d3aac33612bc3f3045a507ee82036e8e6090f1a2281a877b1956bc" @@ -16582,7 +28417,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-2.7.8.zip", "archiveFileName": "Adafruit_IO_Arduino-2.7.8.zip", "size": 104863, "checksum": "SHA-256:6c6a9b079b43c73f2a89228956de9ec7a690afc0ec7331bd50ea1a9ccea2d705" @@ -16599,7 +28434,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.1.0.zip", "archiveFileName": "Adafruit_IO_Arduino-3.1.0.zip", "size": 141401, "checksum": "SHA-256:4558025e65207a930fb59f573cc4df16fab198a66a2e5955c676a24bc4c0c8ed" @@ -16616,7 +28451,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.2.0.zip", "archiveFileName": "Adafruit_IO_Arduino-3.2.0.zip", "size": 142220, "checksum": "SHA-256:561a4d872070c7f453a13f69bb0dbb751894ef3cc7fb51212441f3a6c2c4b0b0" @@ -16633,296 +28468,1149 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.2.1.zip", "archiveFileName": "Adafruit_IO_Arduino-3.2.1.zip", "size": 143864, "checksum": "SHA-256:59f2088b199c42355e2bf87db58210f8c8418a015a72988f908e46f77a259bce" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", - "category": "Communication", - "architectures": ["*"], - "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.0.0.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.0.0.zip", - "size": 56658, - "checksum": "SHA-256:bc54be4aa64f842443f8e564dad0493a62a74afd822b16e085a27422c467da68" - }, - { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.6.0", + "name": "Adafruit IO Arduino", + "version": "3.2.2", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.6.0.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.6.0.zip", - "size": 84433, - "checksum": "SHA-256:5bd4f3fd4292339406cc96fc91f4eb767b2926322c6aab6012ba12a47ceffef3" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.2.2.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.2.2.zip", + "size": 143875, + "checksum": "SHA-256:f81278f3e332053e6889b5063919484baa93f6e22357f1cdb4494d3d26050c22" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.0", + "name": "Adafruit IO Arduino", + "version": "3.2.3", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.0.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.0.zip", - "size": 89610, - "checksum": "SHA-256:3c3a2cf6e90fad59199ac1a9fa59e7b8b650c572de45f75032ce0bda4eb481b6" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.2.3.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.2.3.zip", + "size": 143887, + "checksum": "SHA-256:4d4ef12140ff42fe7417f3809339fd32b6ba5608a4b85da77fab3d3f3726f0c3" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.2", + "name": "Adafruit IO Arduino", + "version": "3.3.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.2.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.2.zip", - "size": 93049, - "checksum": "SHA-256:f5d95084641249e6de45aef1c4a3e4d343dd38cd4eb98054de3004d034ce75ec" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.3.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.3.0.zip", + "size": 144027, + "checksum": "SHA-256:7e18ffeb897b0f2c2e647d7ec78a10256e2f3f7040089f3cb5f00219990c5666" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.3", + "name": "Adafruit IO Arduino", + "version": "3.3.1", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.3.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.3.zip", - "size": 97017, - "checksum": "SHA-256:db25c231bb6841265b901a111e4dfe061bc85ebcea0289ba67cb718abd71275f" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.3.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.3.1.zip", + "size": 145207, + "checksum": "SHA-256:6562ecfbd80bf3497e787450a0840e5fca1badfd41c960f677a785051a5064ef" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.4", + "name": "Adafruit IO Arduino", + "version": "3.4.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.4.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.4.zip", - "size": 98195, - "checksum": "SHA-256:5c347c885ad2807e704c878a5d9874296bfaa5081fd4da3cb35c6ea8030f4ff9" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "Adafruit IO Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.4.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.4.0.zip", + "size": 146802, + "checksum": "SHA-256:d2e8c0fb6ae1c30169ac443f468d1222816a36d16a4fb0f415e5c2ae9611fe75" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.5", + "name": "Adafruit IO Arduino", + "version": "3.5.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.5.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.5.zip", - "size": 98296, - "checksum": "SHA-256:148ac58ff1dc29326f5c67bec06933f4f5a211bb08452b4fac8ada05249cbb67" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "Adafruit IO Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.5.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.5.0.zip", + "size": 146949, + "checksum": "SHA-256:3732a18a2df682553aaf4dff4e0805d2745e5976f7be8b0858a3da1636dcfa94" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.6", + "name": "Adafruit IO Arduino", + "version": "3.5.1", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.6.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.6.zip", - "size": 100865, - "checksum": "SHA-256:c2ee887cbc9d41b19a1b66b5f382b3aee45730ef03ddfc357f01890efd002905" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "Adafruit IO Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.5.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.5.1.zip", + "size": 146992, + "checksum": "SHA-256:5b02ba19d13b42b5640dd0139b7669b166695c49018db3d6a7e05fed5922344a" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.7", + "name": "Adafruit IO Arduino", + "version": "3.6.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.7.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.7.zip", - "size": 100864, - "checksum": "SHA-256:9bd1395de08d9ded931c69646f534b1242b48cfa040b99cff83a3f29bc7618ed" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "Adafruit IO Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.6.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.6.0.zip", + "size": 147015, + "checksum": "SHA-256:20434d31e902852fd5478d56eedc158f36e4924f6031ad89b32efd8742004903" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.7.8", + "name": "Adafruit IO Arduino", + "version": "3.6.3", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.8.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.8.zip", - "size": 100875, - "checksum": "SHA-256:0eb3001ac5d56edd9674c624c810d1454ec4b7fd74f3d78fb5a1d852e1a3247a" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "Adafruit IO Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.6.3.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.6.3.zip", + "size": 147058, + "checksum": "SHA-256:99e0b533b75e084ff7c9020a8a18ae1a442ee0f879c24db20f82ec7fb1f6f138" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.8.0", + "name": "Adafruit IO Arduino", + "version": "3.6.4", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.8.0.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.8.0.zip", - "size": 100894, - "checksum": "SHA-256:7d330c631d3be42b3f732278250426e6dc6183faa6cba523fefbbdcdb96c55b9" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.6.4.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.6.4.zip", + "size": 147063, + "checksum": "SHA-256:9e4178a0c54983e53c4c57a44e54ac0a1987b28f82a24d1fb7319a672fe48bbd" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.9.0", + "name": "Adafruit IO Arduino", + "version": "3.7.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.0.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.0.zip", - "size": 150870, - "checksum": "SHA-256:f71f43623dd51e89b3966d9e710b1612c83b5dd4d8d3617eab9cd5c3c2015e31" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.7.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.7.0.zip", + "size": 147063, + "checksum": "SHA-256:3357dd1888bdf0f28750161834f0687534a94838c412eb216e35846cab8b6092" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.9.1", + "name": "Adafruit IO Arduino", + "version": "3.8.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.1.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.1.zip", - "size": 150870, - "checksum": "SHA-256:e5d376911eed59700266bc69fea30b88101f2be69e841e3ad6c9ec90b882ed28" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.8.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.8.0.zip", + "size": 147187, + "checksum": "SHA-256:ac46c938b84174cfc1b025ab3fff6b269d781d90f5f528651d837ffe225ed663" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.9.2", + "name": "Adafruit IO Arduino", + "version": "3.9.1", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.2.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.2.zip", - "size": 156452, - "checksum": "SHA-256:982701e877c05155d892a9912569fd84478dde6f5714c0266f68b2b00f805e18" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-3.9.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-3.9.1.zip", + "size": 147318, + "checksum": "SHA-256:08d54c2d7af5d194f3ad95fbdbaca41af5c8c7f625efce5220e99f51726e2e97" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.9.3", + "name": "Adafruit IO Arduino", + "version": "4.0.0", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.3.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.3.zip", - "size": 156732, - "checksum": "SHA-256:8e14ad787bd6490af242b468b06b45ea3762a25a8084868bf1a99170ef60e2f8" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.0.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.0.0.zip", + "size": 150215, + "checksum": "SHA-256:ab0dc8918e9827f3ca276fe55b7f1910fe4c1022eb204b184e1f35d945d38a49" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.9.4", + "name": "Adafruit IO Arduino", + "version": "4.0.1", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.4.zip", - "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.4.zip", - "size": 162660, - "checksum": "SHA-256:1e440dc0511b66c2bfdcdc7ce8171e880f5a9fb713f914ec639872c61f9bb4fd" + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.0.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.0.1.zip", + "size": 153140, + "checksum": "SHA-256:375468712b24af6c6d9c5c895bde50fcd5f1055597c24df38e0b3a7bc10afa36" }, { - "name": "Adafruit BluefruitLE nRF51", - "version": "1.9.5", + "name": "Adafruit IO Arduino", + "version": "4.0.2", "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.0.2.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.0.2.zip", + "size": 153135, + "checksum": "SHA-256:9f65e689f0844a02cf675f7b9ecf5ae170cf1d3e1ec16ea781a8ca198f1a924d" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.1.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.1.0.zip", + "size": 154230, + "checksum": "SHA-256:3a9fd7269a18a8e26f4d247a16ed7e386c9e96abbdc04a2b4e01021653e4aac5" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.1.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.1.1.zip", + "size": 154227, + "checksum": "SHA-256:47004dc4f19bffd76ec905e8e2ec237b2b7d8b770e38241dd3c97bc94a0c64e3" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.0.0.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.0.0.zip", + "size": 56658, + "checksum": "SHA-256:bc54be4aa64f842443f8e564dad0493a62a74afd822b16e085a27422c467da68" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.6.0.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.6.0.zip", + "size": 84433, + "checksum": "SHA-256:5bd4f3fd4292339406cc96fc91f4eb767b2926322c6aab6012ba12a47ceffef3" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.0.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.0.zip", + "size": 89610, + "checksum": "SHA-256:3c3a2cf6e90fad59199ac1a9fa59e7b8b650c572de45f75032ce0bda4eb481b6" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.2.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.2.zip", + "size": 93049, + "checksum": "SHA-256:f5d95084641249e6de45aef1c4a3e4d343dd38cd4eb98054de3004d034ce75ec" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.3.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.3.zip", + "size": 97017, + "checksum": "SHA-256:db25c231bb6841265b901a111e4dfe061bc85ebcea0289ba67cb718abd71275f" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.4.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.4.zip", + "size": 98195, + "checksum": "SHA-256:5c347c885ad2807e704c878a5d9874296bfaa5081fd4da3cb35c6ea8030f4ff9" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.5.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.5.zip", + "size": 98296, + "checksum": "SHA-256:148ac58ff1dc29326f5c67bec06933f4f5a211bb08452b4fac8ada05249cbb67" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.6.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.6.zip", + "size": 100865, + "checksum": "SHA-256:c2ee887cbc9d41b19a1b66b5f382b3aee45730ef03ddfc357f01890efd002905" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.7.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.7.zip", + "size": 100864, + "checksum": "SHA-256:9bd1395de08d9ded931c69646f534b1242b48cfa040b99cff83a3f29bc7618ed" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.7.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.7.8.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.7.8.zip", + "size": 100875, + "checksum": "SHA-256:0eb3001ac5d56edd9674c624c810d1454ec4b7fd74f3d78fb5a1d852e1a3247a" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.8.0.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.8.0.zip", + "size": 100894, + "checksum": "SHA-256:7d330c631d3be42b3f732278250426e6dc6183faa6cba523fefbbdcdb96c55b9" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.0.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.0.zip", + "size": 150870, + "checksum": "SHA-256:f71f43623dd51e89b3966d9e710b1612c83b5dd4d8d3617eab9cd5c3c2015e31" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.1.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.1.zip", + "size": 150870, + "checksum": "SHA-256:e5d376911eed59700266bc69fea30b88101f2be69e841e3ad6c9ec90b882ed28" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.9.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.2.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.2.zip", + "size": 156452, + "checksum": "SHA-256:982701e877c05155d892a9912569fd84478dde6f5714c0266f68b2b00f805e18" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.9.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.3.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.3.zip", + "size": 156732, + "checksum": "SHA-256:8e14ad787bd6490af242b468b06b45ea3762a25a8084868bf1a99170ef60e2f8" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.9.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.4.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.4.zip", + "size": 162660, + "checksum": "SHA-256:1e440dc0511b66c2bfdcdc7ce8171e880f5a9fb713f914ec639872c61f9bb4fd" + }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.9.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", "category": "Communication", "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.5.zip", "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.5.zip", "size": 162087, "checksum": "SHA-256:1c3f9f4e31cea6a0d73b6def6c79ec602e14249e599a49c7930c053f1b48d29b" @@ -16939,11 +29627,28 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.9.6.zip", "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.9.6.zip", "size": 167011, "checksum": "SHA-256:be217d7239be5ca1600f25712f2ac9886e3ab83f93a1f18879382de01de6a77d" }, + { + "name": "Adafruit BluefruitLE nRF51", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino library for nRF51822-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51", + "category": "Communication", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BluefruitLE_nRF51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BluefruitLE_nRF51-1.10.0.zip", + "archiveFileName": "Adafruit_BluefruitLE_nRF51-1.10.0.zip", + "size": 167700, + "checksum": "SHA-256:e861bb2a727c4ce0d06da0f34824b7b282f558ed6eb89d08c9fb3b5830ee0c97" + }, { "name": "Adafruit UNTZtrument", "version": "1.0.0", @@ -16956,7 +29661,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_UNTZtrument.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_UNTZtrument-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_UNTZtrument-1.0.0.zip", "archiveFileName": "Adafruit_UNTZtrument-1.0.0.zip", "size": 11045, "checksum": "SHA-256:007ce8fb1e68a1ad2bb6b4823b906a2b6ed108f5a22ff9b32b0a7ec176498130" @@ -16973,11 +29678,39 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_UNTZtrument.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_UNTZtrument-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_UNTZtrument-2.0.0.zip", "archiveFileName": "Adafruit_UNTZtrument-2.0.0.zip", "size": 19858, "checksum": "SHA-256:8f4f79c160d0015ba7be65081a915055d1aa4504f4250a9d4943cfd6970e4e58" }, + { + "name": "Adafruit UNTZtrument", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit UNTZtrument", + "paragraph": "Adafruit UNTZtrument", + "website": "https://github.com/adafruit/Adafruit_UNTZtrument", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_UNTZtrument.git", + "dependencies": [ + { + "name": "Adafruit Trellis Library" + }, + { + "name": "MIDIUSB" + }, + { + "name": "Adafruit BluefruitLE nRF51" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_UNTZtrument-2.0.1.zip", + "archiveFileName": "Adafruit_UNTZtrument-2.0.1.zip", + "size": 21112, + "checksum": "SHA-256:0e1c3cc669ada6a09c5ac5b3067c1b69de58300b04a215a8e135bbf756177ae5" + }, { "name": "Adafruit SSD1325", "version": "1.0.0", @@ -16990,11 +29723,50 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SSD1325_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1325-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1325-1.0.0.zip", "archiveFileName": "Adafruit_SSD1325-1.0.0.zip", "size": 12126, "checksum": "SHA-256:686d9da1ac7f93fa897d95f6c8e26f89e24e4a7c97aaa41fcaf1730c8a230063" }, + { + "name": "Adafruit SSD1325", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1325 monochrome OLED library", + "paragraph": "SSD1325 monochome OLED library (note does not support grayscale).", + "website": "https://github.com/adafruit/Adafruit_SSD1325_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1325_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1325-1.1.0.zip", + "archiveFileName": "Adafruit_SSD1325-1.1.0.zip", + "size": 12192, + "checksum": "SHA-256:5309eea648de8982f306b8d57a91e4d12bb3497e59742c3545443b5e1009d53f" + }, + { + "name": "Adafruit SSD1325", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1325 monochrome OLED library", + "paragraph": "SSD1325 monochome OLED library (note does not support grayscale).", + "website": "https://github.com/adafruit/Adafruit_SSD1325_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SSD1325_Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1325-1.2.0.zip", + "archiveFileName": "Adafruit_SSD1325-1.2.0.zip", + "size": 12884, + "checksum": "SHA-256:2f6855b1ab02e4efeffa6eff31eaa4962c197f8a85b5efb2e637b972c86989ec" + }, { "name": "Adafruit BME280 Library", "version": "1.0.0", @@ -17007,7 +29779,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.0.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.0.zip", "size": 6885, "checksum": "SHA-256:f892920b2fe02e791f47bb5acb9aafdde0d4de89db5a1cbaeca1b75f54c6bdc0" @@ -17024,7 +29796,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.3.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.3.zip", "size": 7262, "checksum": "SHA-256:e2f08a1185549354f47691fd7556eca84fc701864f6aa9230a346d2d88186524" @@ -17041,7 +29813,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.4.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.4.zip", "size": 7790, "checksum": "SHA-256:0d7b63376f4cb2b429a4da5db17ffcdfe335c672b963a9b2cc5ab2bc2700b3a6" @@ -17058,7 +29830,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.5.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.5.zip", "size": 11969, "checksum": "SHA-256:577d4c6435d513d4a664d5eeca61222581863a3d8475f054c34d516c97172f40" @@ -17075,7 +29847,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.6.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.6.zip", "size": 12172, "checksum": "SHA-256:496d70a2740363117c018446030486ecded502f59095246463f71bee195524ec" @@ -17092,7 +29864,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.7.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.7.zip", "size": 12158, "checksum": "SHA-256:5a22ec844ee24563cf95ccd4d4a8134e15dbe34947b90b058cf67e18b27142cb" @@ -17109,7 +29881,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.8.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.8.zip", "size": 12762, "checksum": "SHA-256:dca93a5ac85a59160a116d4a70c4b905e8c94397ece24ae30bcea0430fe8b7d9" @@ -17126,11 +29898,256 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.9.zip", "archiveFileName": "Adafruit_BME280_Library-1.0.9.zip", "size": 451501, "checksum": "SHA-256:6b70a0479fabb323cf3c9827d0916ad1eaeb6c5c32afa10a1a4b9ec30c792bc7" }, + { + "name": "Adafruit BME280 Library", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.0.10.zip", + "archiveFileName": "Adafruit_BME280_Library-1.0.10.zip", + "size": 451602, + "checksum": "SHA-256:fe7f19a904914d2b0b7b95dec885856b6737acd0249f7ed97e424fb0556953e6" + }, + { + "name": "Adafruit BME280 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-1.1.0.zip", + "archiveFileName": "Adafruit_BME280_Library-1.1.0.zip", + "size": 451590, + "checksum": "SHA-256:83e36641e403142cf386c6afa2c0e6285612e6fd40aad9051dc30f9cd9daaf4b" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.0.0.zip", + "archiveFileName": "Adafruit_BME280_Library-2.0.0.zip", + "size": 453787, + "checksum": "SHA-256:910029eb360f4db539dfe0ef70563dbb085e5368b558f29c1cf5633ab4c0d27f" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.0.1.zip", + "archiveFileName": "Adafruit_BME280_Library-2.0.1.zip", + "size": 453788, + "checksum": "SHA-256:158845d7744a3dc6f4ec803e584d1544c90e455ab05345452c07478ebe6e0302" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.0.2.zip", + "archiveFileName": "Adafruit_BME280_Library-2.0.2.zip", + "size": 453853, + "checksum": "SHA-256:838011d5eea9071e36ee69ce04e8ed4a115ed6c398065c3ddcd15dfdc5fd4a33" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.0.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.0.zip", + "size": 454110, + "checksum": "SHA-256:e0fe0c9b1d4aea0c01130063c996404ea06cc24df4dde109835115502668b4b7" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.1.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.1.zip", + "size": 454492, + "checksum": "SHA-256:6459c5a2fe232371e64713bb2834fd1c6e2be92b566a2402e129f5b6410911aa" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.2.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.2.zip", + "size": 454633, + "checksum": "SHA-256:6a4a982497ef311c2f1db83fceed6be7d98c0734416ce678006ce67d6eb6ff6f" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.3.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.3.zip", + "size": 454640, + "checksum": "SHA-256:92860d41fece033c15a81a9b9750291aaa0bb854b59a8cb2e8137891f1a13171" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.4.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.4.zip", + "size": 454639, + "checksum": "SHA-256:05344e1f34c7751507417e22bcc11cd424b6e01f5da4e4ffbc540214daf9473e" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.2.0.zip", + "archiveFileName": "Adafruit_BME280_Library-2.2.0.zip", + "size": 454338, + "checksum": "SHA-256:18aecd18280101882e5be5f69eceb7d5a598cf7951bb9473728528ac841ae619" + }, { "name": "Adafruit BMP280 Library", "version": "1.0.0", @@ -17143,7 +30160,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.0.zip", "archiveFileName": "Adafruit_BMP280_Library-1.0.0.zip", "size": 6244, "checksum": "SHA-256:4430b3f433ca3eb6571346739389af1c43304d3eff260372b8b019bdc978ac5d" @@ -17160,7 +30177,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.1.zip", "archiveFileName": "Adafruit_BMP280_Library-1.0.1.zip", "size": 6323, "checksum": "SHA-256:d56fe3bc335dc40d723bbd704611506d714c499da3bdfa033672f2648bb1681b" @@ -17177,7 +30194,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.2.zip", "archiveFileName": "Adafruit_BMP280_Library-1.0.2.zip", "size": 6861, "checksum": "SHA-256:22ea6d2f970b40f0cfcce77552c3677a04fb1584326f2796f728467da2f6c3bb" @@ -17194,7 +30211,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.3.zip", "archiveFileName": "Adafruit_BMP280_Library-1.0.3.zip", "size": 469153, "checksum": "SHA-256:8b239fbfc2b220beae807d116f9eb6c6caa8cc18d84a8775b0427d8c1a67153c" @@ -17211,11 +30228,224 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.4.zip", "archiveFileName": "Adafruit_BMP280_Library-1.0.4.zip", "size": 469533, "checksum": "SHA-256:108b64e0a9ef40eee775411363a434a684a80f0ccaac0832d3df945ff36b393c" }, + { + "name": "Adafruit BMP280 Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.5.zip", + "archiveFileName": "Adafruit_BMP280_Library-1.0.5.zip", + "size": 469489, + "checksum": "SHA-256:e3caa1a02e4ad485df09940dcb6b4c884cc0258d1c36fa4f661ba63347644be3" + }, + { + "name": "Adafruit BMP280 Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-1.0.6.zip", + "archiveFileName": "Adafruit_BMP280_Library-1.0.6.zip", + "size": 469489, + "checksum": "SHA-256:b9ef6d17a981ade0b11deb2a54a06d8487644dd4c1ff3550cfa0136475e56261" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.0.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.0.0.zip", + "size": 471948, + "checksum": "SHA-256:683c3844460b49ca1ce196cf9f997aa2f0a04e48832122607984104b25789cc8" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.0.1.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.0.1.zip", + "size": 471949, + "checksum": "SHA-256:990de146c83a74f884e28064825db032f44a2845cc52e0947f1f288f1c3b80e6" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.1.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.1.0.zip", + "size": 472099, + "checksum": "SHA-256:d479c3a7389b67fc2000e6c7c9e98015ac0fb3042d858d5ddded5eb5463b7861" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.1.1.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.1.1.zip", + "size": 472099, + "checksum": "SHA-256:5399afd7eb13e13a2d35cd6217cd363e5be366d47692a6f04b72bac42503e582" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.1.2.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.1.2.zip", + "size": 472202, + "checksum": "SHA-256:8d7375bbe90ca5b5f35a22c2ccf57060b8e9166bcbf22d8e0afc4011b822ecb9" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.2.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.2.0.zip", + "size": 472281, + "checksum": "SHA-256:9f49875ee05684f2bbc14901b22acec03f0ca6edf8c9781ba1b03ccb98d276ac" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.3.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.3.0.zip", + "size": 472286, + "checksum": "SHA-256:7081620e296af2259a388e5825a87b9e624ec5d031eef130eed8f1a817a2e7d5" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.4.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.4.0.zip", + "size": 472035, + "checksum": "SHA-256:40f74ca2e5648c064751eab9e5cf907a76b978fa32a9052363e605a330fd708d" + }, { "name": "Adafruit LIS3DH", "version": "1.0.0", @@ -17228,7 +30458,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.0.zip", "archiveFileName": "Adafruit_LIS3DH-1.0.0.zip", "size": 10862, "checksum": "SHA-256:8e2e8d992ea30052ad9b7e18914c53f7721c1ec72a27d518af3f2507110ea9ef" @@ -17245,7 +30475,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.1.zip", "archiveFileName": "Adafruit_LIS3DH-1.0.1.zip", "size": 10861, "checksum": "SHA-256:57bdf3518d13509132040514114b3893cdc3f712b1760c308b42a16901e42f9c" @@ -17262,7 +30492,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.3.zip", "archiveFileName": "Adafruit_LIS3DH-1.0.3.zip", "size": 11005, "checksum": "SHA-256:a4c869e2f58c7e45f52e63ed92c8c558c56cbb62138e9613934dd741e08aef7f" @@ -17279,7 +30509,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.4.zip", "archiveFileName": "Adafruit_LIS3DH-1.0.4.zip", "size": 11097, "checksum": "SHA-256:0d2d8473cbbfb850bf13aee777bcdecd541354056b1103b92dc82568247e740e" @@ -17296,7 +30526,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.5.zip", "archiveFileName": "Adafruit_LIS3DH-1.0.5.zip", "size": 11118, "checksum": "SHA-256:d390035f241497b8e1f44255f51427176cc9393c1f93637426c0e8fcf7d90640" @@ -17313,11 +30543,217 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.6.zip", "archiveFileName": "Adafruit_LIS3DH-1.0.6.zip", "size": 477145, "checksum": "SHA-256:b58e860448302fb9e2f6e3c5872cfbb3320dea11fdde6a855772f4b546ab4106" }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.0.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.0.zip", + "size": 477478, + "checksum": "SHA-256:7e1f1f8088855b22dc16951e3b3901a175477f7d1f1738f315b95ae9fea509bc" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.1.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.1.zip", + "size": 477482, + "checksum": "SHA-256:7e9d6cd44c05a6c161c3d4896abf2f37bb67ffa24e6b8359b2d163ecaf8d2e07" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.2.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.2.zip", + "size": 477491, + "checksum": "SHA-256:e6ad26d26a21560476a511f7f0c268fc13ac130f3a88c6532739f216e64d3e80" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.3.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.3.zip", + "size": 477421, + "checksum": "SHA-256:02ed68ff879c5f76c4cd6017b372c8dd4d9ea83de8f847315b999168260b547f" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.4.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.4.zip", + "size": 477478, + "checksum": "SHA-256:63b3a554bd0fee6f74ded3f70e2321ae43cfc13babed095422cbe6ba651d0923" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.5.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.5.zip", + "size": 477478, + "checksum": "SHA-256:8ac9df7a2a2708bae4cb517cee76f4d606ff2253a33a53cf390c311411733be5" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.0.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.0.zip", + "size": 477695, + "checksum": "SHA-256:a756faf81c388341b284c2558a55223843a27cf60e6c012b4e7346546678c60c" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.1.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.1.zip", + "size": 477986, + "checksum": "SHA-256:6956acdb970961ef810e35df8818acd3225bf7c982811055afc9d9aa03fca855" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.2.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.2.zip", + "size": 477986, + "checksum": "SHA-256:6f96eda2cfe7ebbc60aab77853ca42cab01cc7fc2fe65c0bf957f352af83cdfc" + }, { "name": "Adafruit SHT31 Library", "version": "1.0.0", @@ -17330,7 +30766,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHT31.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.0.0.zip", "archiveFileName": "Adafruit_SHT31_Library-1.0.0.zip", "size": 5107, "checksum": "SHA-256:ea5281db1c5313940e1b4a6bbc3c9fe108db2b85c6db7f99e385378eb80a6501" @@ -17347,7 +30783,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHT31.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.0.zip", "archiveFileName": "Adafruit_SHT31_Library-1.1.0.zip", "size": 6105, "checksum": "SHA-256:f3cc706d69f787aef9c50ca4d6e5f634299aa519b83246d6d1c3bb456b7d06d6" @@ -17364,7 +30800,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHT31.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.1.zip", "archiveFileName": "Adafruit_SHT31_Library-1.1.1.zip", "size": 6262, "checksum": "SHA-256:3213ae247643d259e1873cf2e10621606d36754c7057ec8dec84087bb12ba419" @@ -17381,58 +30817,216 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_SHT31.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.2.zip", "archiveFileName": "Adafruit_SHT31_Library-1.1.2.zip", "size": 437366, "checksum": "SHA-256:6df45a63a6c86f0b6a9692758218d9b60d1321525386354e3b1bcb564b118303" }, { - "name": "Adafruit LiquidCrystal", - "version": "1.0.0", + "name": "Adafruit SHT31 Library", + "version": "1.1.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", - "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", - "website": "https://github.com/adafruit/LiquidCrystal/", - "category": "Display", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-1.0.0.zip", - "archiveFileName": "Adafruit_LiquidCrystal-1.0.0.zip", - "size": 22745, - "checksum": "SHA-256:17663d38d6dfef5aaf7281b68a60e54ef683f7908328d38f9ac42dbdac7a762a" + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.3.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.1.3.zip", + "size": 437566, + "checksum": "SHA-256:639aafce147d61ff399f64643079dc169aa9ffa109088cbabe75dc826a1df50f" }, { - "name": "Adafruit LiquidCrystal", - "version": "1.0.1", + "name": "Adafruit SHT31 Library", + "version": "1.1.4", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", - "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", - "website": "https://github.com/adafruit/LiquidCrystal/", - "category": "Display", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-1.0.1.zip", - "archiveFileName": "Adafruit_LiquidCrystal-1.0.1.zip", - "size": 22745, - "checksum": "SHA-256:22ad4c514162b831ab7143ed65e5ed5b02595849b9ecc26374b31910fce4162b" + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.4.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.1.4.zip", + "size": 437560, + "checksum": "SHA-256:472feef428c4d32157ab11610327dfbf366ffd85bf8d079776a279514a4c67e6" }, { - "name": "Adafruit Circuit Playground", - "version": "1.0.0", + "name": "Adafruit SHT31 Library", + "version": "1.1.5", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "All in one library to control Adafruit's Circuit Playground board.", - "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", - "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", - "category": "Other", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", "architectures": ["*"], "types": ["Recommended"], - "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.0.zip", + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.5.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.1.5.zip", + "size": 438560, + "checksum": "SHA-256:b38573aec4b7946dba73d99acdee0438efe19dfb38f639d7da1d519f62297505" + }, + { + "name": "Adafruit SHT31 Library", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.6.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.1.6.zip", + "size": 438571, + "checksum": "SHA-256:651487459b8c1899fbe9064140f1c2122f682a9022d5380930fe85df4006e35b" + }, + { + "name": "Adafruit SHT31 Library", + "version": "1.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.7.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.1.7.zip", + "size": 438586, + "checksum": "SHA-256:696b24d2165aea492b32a0603a114888c6efb678402717310e56ad1868855b9d" + }, + { + "name": "Adafruit SHT31 Library", + "version": "1.1.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.1.8.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.1.8.zip", + "size": 438641, + "checksum": "SHA-256:f5d1d13f42f7d91bb3b6ca635b16d4c543ea09d1352af32d0a4e9def90671d96" + }, + { + "name": "Adafruit SHT31 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-1.2.0.zip", + "archiveFileName": "Adafruit_SHT31_Library-1.2.0.zip", + "size": 438996, + "checksum": "SHA-256:569720f84cec13e1bcf37699241b94201a084528951c355328175e666e4c42ce" + }, + { + "name": "Adafruit SHT31 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-2.0.0.zip", + "archiveFileName": "Adafruit_SHT31_Library-2.0.0.zip", + "size": 438590, + "checksum": "SHA-256:35564ef287eaa783c8e289b491f790277e1d9104d2d097b1a1d542c3823d1d1d" + }, + { + "name": "Adafruit LiquidCrystal", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/LiquidCrystal/", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-1.0.0.zip", + "archiveFileName": "Adafruit_LiquidCrystal-1.0.0.zip", + "size": 22745, + "checksum": "SHA-256:17663d38d6dfef5aaf7281b68a60e54ef683f7908328d38f9ac42dbdac7a762a" + }, + { + "name": "Adafruit LiquidCrystal", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/LiquidCrystal/", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-1.0.1.zip", + "archiveFileName": "Adafruit_LiquidCrystal-1.0.1.zip", + "size": 22745, + "checksum": "SHA-256:22ad4c514162b831ab7143ed65e5ed5b02595849b9ecc26374b31910fce4162b" + }, + { + "name": "Adafruit LiquidCrystal", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/LiquidCrystal/", + "category": "Display", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-1.1.0.zip", + "archiveFileName": "Adafruit_LiquidCrystal-1.1.0.zip", + "size": 118375, + "checksum": "SHA-256:42e31e3a306086e86df7f5b835b787734dc7fea449a7542457c7dbb76e35d7c7" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.0.zip", "size": 31168, "checksum": "SHA-256:cadd2c7ba202b3a17ba8c5d42ef0d0c0ed19a9cbb0067b1511b787b465c60f62" @@ -17449,7 +31043,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.1.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.1.zip", "size": 33945, "checksum": "SHA-256:e641e5345f9dd2020dc319e61b5bb893118027edcd71be30222dda316f507d64" @@ -17466,7 +31060,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.2.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.2.zip", "size": 45963, "checksum": "SHA-256:14d80f4159e49c2669aa7c476763b12c61452a0ca565cbb0fdc9340c39c4e1c3" @@ -17483,7 +31077,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.3.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.3.zip", "size": 47580, "checksum": "SHA-256:c8862d001cc147875e5b6223bccc1ec9ef18fd174d88b4b7c9663fe3c2e453a9" @@ -17500,7 +31094,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.4.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.4.zip", "size": 47641, "checksum": "SHA-256:3636592966672272d50225fb06c7fa36d6c31f4efb94349dc2026d2cdb96307a" @@ -17517,7 +31111,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.5.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.5.zip", "size": 50360, "checksum": "SHA-256:446268fef084b2651b151583227105fdb2e79792bb76056d898a784d1ba78f07" @@ -17534,7 +31128,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.6.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.6.zip", "size": 59087, "checksum": "SHA-256:6e8fcbdaf26564044f189771e36f0881bc072ddf8da498940b1efeb0796f1775" @@ -17551,7 +31145,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.7.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.7.zip", "size": 59405, "checksum": "SHA-256:72da7876e15a276bab92b8d58c60b5534f5767395dcfd2b3da24e46e5d460012" @@ -17568,7 +31162,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.8.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.8.zip", "size": 59419, "checksum": "SHA-256:b0eea24229e886d15947a708bf595400abc1cca7632a9618cc58a7cdf1779b3b" @@ -17585,7 +31179,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.0.9.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.0.9.zip", "size": 61877, "checksum": "SHA-256:1367c323836ca39e0c0e8c3810c0cd4c26857d35355d2bb324c6642639013917" @@ -17602,7 +31196,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.1.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.1.0.zip", "size": 61876, "checksum": "SHA-256:ccbdb23b651be5f988ae87209599fdad50b08b16fb62a9828647272d449f28c7" @@ -17619,7 +31213,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.2.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.2.0.zip", "size": 64354, "checksum": "SHA-256:7c45595011677d79610d2eb9faf6c70d005b95f935a22f554fbb6be05d54e5d4" @@ -17636,7 +31230,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.2.1.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.2.1.zip", "size": 64614, "checksum": "SHA-256:6c8e321d9626821b647d3e079ed807895b4899041fbab659c7d4fc908f5f9e61" @@ -17653,7 +31247,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.0.zip", "size": 308041, "checksum": "SHA-256:e2ca19ee6593a4f2cdef5b82595aa7c83d432cbf65870c6744aa9366e4cacd22" @@ -17670,7 +31264,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.2.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.2.zip", "size": 316700, "checksum": "SHA-256:ec02cab8cfe41f208e3e399b6bdc6b6c96335e8c6135aaf4588681bc3a417182" @@ -17687,7 +31281,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.3.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.3.zip", "size": 314692, "checksum": "SHA-256:182e1024d24bcb014922cc404b211b3ea27a471cd7bbd9c5d52338140208bc17" @@ -17704,7 +31298,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.4.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.4.zip", "size": 314747, "checksum": "SHA-256:f8d2941a118aab3cbd0f978a94843770e0a6292ba3cea73f35a1720fcfc2f330" @@ -17721,7 +31315,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.5.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.5.zip", "size": 391836, "checksum": "SHA-256:156a102f7000ad00c937926228712dd3356daf13f7bb1143cb7b9478f7ea8142" @@ -17738,7 +31332,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.6.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.6.zip", "size": 405546, "checksum": "SHA-256:666ed8f3075a4ee12bd3ddb2028dd0291c78a36790215ad21fd7188ce925bd90" @@ -17755,7 +31349,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.8.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.8.zip", "size": 407053, "checksum": "SHA-256:378e30486d9764d251ddd9aef33f97fc423800bddc01af2eb607ac2ee85e46d9" @@ -17772,7 +31366,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.9.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.9.zip", "size": 414585, "checksum": "SHA-256:f91a28737a7a544bdecc77459dd57f2965d7799afcbaa2d08f35255d25e5944c" @@ -17789,7 +31383,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.7.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.7.0.zip", "size": 462979, "checksum": "SHA-256:ead316754d28ccaf410ea7bd2c564c47fa1f938ed27ae867bbfa86b9bcfeb397" @@ -17806,7 +31400,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.0.zip", "size": 479976, "checksum": "SHA-256:7b42ac1e6c28c4faef8275c0d79c9b29685e8112372c9a7a42e639ec9e07903c" @@ -17823,7 +31417,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.1.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.1.zip", "size": 480018, "checksum": "SHA-256:fc9389f353f73d9724af48e9230774dfb0644ccf6ec190a67206edb022c5a950" @@ -17840,7 +31434,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.2.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.2.zip", "size": 480601, "checksum": "SHA-256:de42de29a30e3856d0a2ac5bb0b5cdda7fea34346979d615c300a2d397f896a2" @@ -17857,7 +31451,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.3.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.3.zip", "size": 480603, "checksum": "SHA-256:39e32cf4f7330209d132e770e561fc3cfc4ac948349b48d92db23592d8efc7b2" @@ -17874,7 +31468,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.4.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.4.0.zip", "size": 73517, "checksum": "SHA-256:3f41e3e32e05b21cb699dbed25d4bf3a47ac43cbf043be2818de088f17fdec82" @@ -17891,7 +31485,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.5.0.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.5.0.zip", "size": 308038, "checksum": "SHA-256:3d2c4b16bce9f22c20fbe7456505ed04b7afe3f669f642c8a7c3b8927a7bb327" @@ -17908,7 +31502,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.6.1.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.6.1.zip", "size": 308030, "checksum": "SHA-256:24609d2fd2ebb1f16ec2bd272a8cfee8cea5dfbf935b124bd3beffa3c1c9485e" @@ -17925,7 +31519,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.4.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.4.zip", "size": 478126, "checksum": "SHA-256:63ad20873b19bed4d8c08d2a7faca640606a2e3a806f9173b9bc1da54b81cb22" @@ -17942,7 +31536,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.5.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.5.zip", "size": 478125, "checksum": "SHA-256:b810eeb35ea32bc25487612c3b3396e0a8ef02b2e4e5d473d7ce3d11ca8bb2e3" @@ -17959,11 +31553,278 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.8.6.zip", "archiveFileName": "Adafruit_Circuit_Playground-1.8.6.zip", "size": 478181, "checksum": "SHA-256:15c47e825b554ae57c5c78094501fbc0ccca60f7b4e02c15feea64ecb120cae7" }, + { + "name": "Adafruit Circuit Playground", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.9.0.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.9.0.zip", + "size": 495332, + "checksum": "SHA-256:e7cdfee1924b0348da139ca66981f4f607ad964131c5d0cf4f7ec927a3df0e95" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.9.1.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.9.1.zip", + "size": 495336, + "checksum": "SHA-256:165eef10a1551d3a1458946e61d6f006a9ba55ec6c60266049f0d76a923602e1" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.10.0.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.10.0.zip", + "size": 495642, + "checksum": "SHA-256:0e5ccc650e4d4403485a75d4387c1c963c8335f6cd09ad10d413392a94549e5f" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.10.1.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.10.1.zip", + "size": 495636, + "checksum": "SHA-256:9360067b58317e934b023378990e873b257a65e81a8ece9833e1f03f2e558674" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.10.2.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.10.2.zip", + "size": 498760, + "checksum": "SHA-256:768dbdb686705abfe9cdd49a08a0aa6d3f0f81cd4ead2cb661d304c8b0319c7e" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.10.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.10.3.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.10.3.zip", + "size": 501172, + "checksum": "SHA-256:8fd0a9242be1d086c5154ace812e482c923960afd695b87976aab519527b3ee7" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.10.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.10.4.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.10.4.zip", + "size": 501110, + "checksum": "SHA-256:e143caa99034fbfca12165d99243344ff98085ffaa847bceeee7bb9df36dd576" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.0.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.0.zip", + "size": 502358, + "checksum": "SHA-256:cbf2950f24322bc2e9eaa2146ce691199bd42bfdcbd5590334049c7f361248e1" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board. Requires no other dependencies and exposes all Circuit Playground components in a simple to use class.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.1.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.1.zip", + "size": 502393, + "checksum": "SHA-256:2c674d323c88308d55f1d0a49a4da9c6a73c2b4c95a57527e109340f8c88ec53" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.2.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.2.zip", + "size": 502343, + "checksum": "SHA-256:59c9ab4eeeb333bfb40ff5a4dc006af94a3326ac367e053b4cfa384cf629cc83" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.3.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.3.zip", + "size": 502348, + "checksum": "SHA-256:66f1a2f7473b7fc359909268fd56ef5d4977bea74cee203ccc5321bb094a75e3" + }, { "name": "Adafruit MAX31865 library", "version": "1.0.0", @@ -17976,7 +31837,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.0.0.zip", "archiveFileName": "Adafruit_MAX31865_library-1.0.0.zip", "size": 4879, "checksum": "SHA-256:58d5927d00e0e0f36ea9a900a00459a17ab308c400c53093ac9cea3dced5b21a" @@ -17993,11 +31854,172 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.0.1.zip", "archiveFileName": "Adafruit_MAX31865_library-1.0.1.zip", "size": 6576, "checksum": "SHA-256:63df99ceb83ef5e05f7d8e91eaa81c8fb79923e87ab08da0da28414a6dabe624" }, + { + "name": "Adafruit MAX31865 library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.0.2.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.0.2.zip", + "size": 322662, + "checksum": "SHA-256:8ade4fb06a73f1e8850223038c32ee74b007555618ddf6439b0dcd9798926d9a" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.0.3.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.0.3.zip", + "size": 323199, + "checksum": "SHA-256:c4c8fb96cd44c029012ea9d5763937234aef682f5ea90bd7eb9fc76183541160" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.1.0.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.1.0.zip", + "size": 323276, + "checksum": "SHA-256:8c5abcf891059ec2a3c66efacd37ba4f614315e993dfcca0e85f221e1af974cc" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.2.0.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.2.0.zip", + "size": 322922, + "checksum": "SHA-256:bc890379fe318f5d84432dec6457fd853bdeffb7bd6a0715ab992f08d443bfb1" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.2.1.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.2.1.zip", + "size": 322930, + "checksum": "SHA-256:e645c78bf34fd79cf107398fdd45f5f7c92f970d3c3f0d14b2d700f79a69f80e" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.2.2.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.2.2.zip", + "size": 322927, + "checksum": "SHA-256:7e6f616bf38f161ae2bd2e0741a2eb2640869e44451c8b3fe70a939987020973" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.2.3.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.2.3.zip", + "size": 322929, + "checksum": "SHA-256:10d4bb0e75735270aeb2cea172afb65541f8dc60497ad7495f35b553356168e1" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.3.0.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.3.0.zip", + "size": 322945, + "checksum": "SHA-256:4b910fedd24e096e7fc5883b819a36388d4411b7034b670fc244e28191ca74f7" + }, { "name": "Adafruit MAX31856 library", "version": "1.0.1", @@ -18010,7 +32032,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.0.1.zip", "archiveFileName": "Adafruit_MAX31856_library-1.0.1.zip", "size": 5861, "checksum": "SHA-256:e6ce97c862a6c1e3caa3c8ac7f19ff560b23f366f5da23125f7b67f6a3379be2" @@ -18027,7 +32049,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.0.2.zip", "archiveFileName": "Adafruit_MAX31856_library-1.0.2.zip", "size": 5867, "checksum": "SHA-256:222d5bbf54cdc10556f98a19b13e8674655d6885e09fe69e70d76ca163ab64c0" @@ -18044,11 +32066,121 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.0.3.zip", "archiveFileName": "Adafruit_MAX31856_library-1.0.3.zip", "size": 7297, "checksum": "SHA-256:8867f81237f4421ac59b54bf723fa5e0b8ab7abaadf378d4b482ba53926c9a49" }, + { + "name": "Adafruit MAX31856 library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.1.0.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.1.0.zip", + "size": 7001, + "checksum": "SHA-256:eedf3fadc4c42879af8cb72f08d2aee27469366df6db6d081b67fcc564dd353f" + }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.1.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.1.zip", + "size": 10120, + "checksum": "SHA-256:2fdb7647d99a99ecb2e7797a64a0f88600ed3d0661cfb7505581bd83e29c46eb" + }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.2.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.2.zip", + "size": 10092, + "checksum": "SHA-256:aa3317156623c155a5b50d2c099c8f50feaf12c9d7a06de687e9eeec54eefeeb" + }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.3.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.3.zip", + "size": 10095, + "checksum": "SHA-256:dbca047b4186caf8a2da4797604535f4e010ea7a04db915e4042a9ad2735f7bd" + }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.5.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.5.zip", + "size": 10156, + "checksum": "SHA-256:1a5a47eb670a56169a91bc75f82649b7fb666611c45fe8c444978e4b2c036131" + }, { "name": "Adafruit FXAS21002C", "version": "1.1.0", @@ -18061,7 +32193,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.1.0.zip", "archiveFileName": "Adafruit_FXAS21002C-1.1.0.zip", "size": 6751, "checksum": "SHA-256:a5b665019506267a9bfac9ec0a827b166a30477f0954b1097acd5a82b1e2f789" @@ -18078,7 +32210,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.1.1.zip", "archiveFileName": "Adafruit_FXAS21002C-1.1.1.zip", "size": 6734, "checksum": "SHA-256:aeee7e36ac100951b811b2bc595f294fd9d34cefdf195b36eb299223cc51c393" @@ -18095,7 +32227,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.1.2.zip", "archiveFileName": "Adafruit_FXAS21002C-1.1.2.zip", "size": 6720, "checksum": "SHA-256:c450c1ae0e85e5e7e5d9fbab630d9a4722e6c5bf1f29bcb2e7ea1d9502b78cd6" @@ -18112,11 +32244,147 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.2.0.zip", "archiveFileName": "Adafruit_FXAS21002C-1.2.0.zip", "size": 8458, "checksum": "SHA-256:fe70a590a4501d8b61e249407cee56de3122b199398842d60bd4c762014d9f8e" }, + { + "name": "Adafruit FXAS21002C", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.2.1.zip", + "archiveFileName": "Adafruit_FXAS21002C-1.2.1.zip", + "size": 8600, + "checksum": "SHA-256:62aecbe9d6684fab790c533b870bb61d1cbd5bf3daa2a2c53be1b27ff1ee452d" + }, + { + "name": "Adafruit FXAS21002C", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.3.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-1.3.0.zip", + "size": 8536, + "checksum": "SHA-256:a36e47957e4a414ef2b47c8489e01548a1891e20cbe2d14662e214994e264002" + }, + { + "name": "Adafruit FXAS21002C", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.4.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-1.4.0.zip", + "size": 8582, + "checksum": "SHA-256:aa76deea0ec84d889841ebb83d3c4f9e8bf499decbefd9cda7c860ba6bb939c7" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.0.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.0.0.zip", + "size": 7751, + "checksum": "SHA-256:bc4542ae501298f72bfd7fbe126ca316b67d21fb1a050eb83b16f4c601f0afe8" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.0.1.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.0.1.zip", + "size": 7752, + "checksum": "SHA-256:1f7d8f297cd828e95d031942cf38ef28f7b895f9c23fbf1f78662ae4718485e4" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.1.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.1.0.zip", + "size": 7936, + "checksum": "SHA-256:afc0f48fd9cd3c63a869f83ec4105503eea9732bb2b6e8dfcb44dbb9f3da97d9" + }, { "name": "Adafruit FXOS8700", "version": "1.1.0", @@ -18129,7 +32397,7 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.1.0.zip", "archiveFileName": "Adafruit_FXOS8700-1.1.0.zip", "size": 7251, "checksum": "SHA-256:54f4b6aee73ad913d3abfcbfad374a2177e439d00c30236ac2d9d537a8a38f9e" @@ -18146,11 +32414,122 @@ "architectures": ["*"], "types": ["Recommended"], "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.1.3.zip", "archiveFileName": "Adafruit_FXOS8700-1.1.3.zip", "size": 7341, "checksum": "SHA-256:433d36c820923a9ed27a08f49ef3e9c97a2db185c5f42e556d074efd6fabf932" }, + { + "name": "Adafruit FXOS8700", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.3.0.zip", + "archiveFileName": "Adafruit_FXOS8700-1.3.0.zip", + "size": 10075, + "checksum": "SHA-256:87537c83f7b608d576fd8b9eb3b211d39b500a9ee81fc9885b7edb1648514aeb" + }, + { + "name": "Adafruit FXOS8700", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.4.0.zip", + "archiveFileName": "Adafruit_FXOS8700-1.4.0.zip", + "size": 9944, + "checksum": "SHA-256:0dae27b1aabbc78070d40e703151fa2c19ec61fcc8b41451996bd5919eb0a1f3" + }, + { + "name": "Adafruit FXOS8700", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.5.0.zip", + "archiveFileName": "Adafruit_FXOS8700-1.5.0.zip", + "size": 9994, + "checksum": "SHA-256:191d0d7f9a37d2c242bca01a032172cae175486cd5ad01dabbf3ff1e1f85afb2" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.0.0.zip", + "archiveFileName": "Adafruit_FXOS8700-2.0.0.zip", + "size": 9500, + "checksum": "SHA-256:1f9e9142f6413b8e4346d24526fedb42d18e07a5b9cd9d3df3b6a46a001fd16a" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Recommended"], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.1.0.zip", + "archiveFileName": "Adafruit_FXOS8700-2.1.0.zip", + "size": 9703, + "checksum": "SHA-256:9c1da15ff7edabe0bd81edc627282d0f237dcd97763102d1ac5b875cf6aa28f4" + }, { "name": "SmartEverything SIGFOX LE51-868", "version": "1.0.0", @@ -18163,7 +32542,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-le51-868-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-1.0.0.zip", "archiveFileName": "SmartEverything_SIGFOX_LE51_868-1.0.0.zip", "size": 20170, "checksum": "SHA-256:392327063d6e3e8eb9f183d1f53ac1e4d699c7370e43aa33810c7e2ffb03d2e5" @@ -18180,7 +32559,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-le51-868-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-2.1.0.zip", "archiveFileName": "SmartEverything_SIGFOX_LE51_868-2.1.0.zip", "size": 128012, "checksum": "SHA-256:3354f7a9b09f306f792845ebb47fa4e44eddf89b3b6f61167aeeda83f84c174a" @@ -18197,7 +32576,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-le51-868-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-2.1.1.zip", "archiveFileName": "SmartEverything_SIGFOX_LE51_868-2.1.1.zip", "size": 30100, "checksum": "SHA-256:bbf7fa5c9d29e45ea5f6b07fe1929aa2ba37020c6e81782034912f4016a09dec" @@ -18214,7 +32593,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-le51-868-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SIGFOX_LE51_868-2.0.0.zip", "archiveFileName": "SmartEverything_SIGFOX_LE51_868-2.0.0.zip", "size": 125955, "checksum": "SHA-256:fb10c662f5acf1bcc280dad195270e97506d29133fd1a799c2533ac31b07e94d" @@ -18231,7 +32610,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-nt3h1x01-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_NFC_NT3H1101-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_NFC_NT3H1101-1.0.0.zip", "archiveFileName": "SmartEverything_NFC_NT3H1101-1.0.0.zip", "size": 20428, "checksum": "SHA-256:562c254baefd78291e2d63af269e8b02f32d9d013cec37fcd6c771eb5664bf4b" @@ -18248,7 +32627,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-nt3h1x01-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_NFC_NT3H1101-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_NFC_NT3H1101-1.1.1.zip", "archiveFileName": "SmartEverything_NFC_NT3H1101-1.1.1.zip", "size": 20781, "checksum": "SHA-256:c199b86ca461d0b6c8275f1477def4b5c272a9c2940ed95bd03ebc56088cc9c4" @@ -18265,7 +32644,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-nt3h1x01-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_NFC_NT3H1101-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_NFC_NT3H1101-1.1.0.zip", "archiveFileName": "SmartEverything_NFC_NT3H1101-1.1.0.zip", "size": 20707, "checksum": "SHA-256:5a3a9caf5f09341a4ed530e09f67f42b3fe502502ae2e9b4f148218611fd37d7" @@ -18282,7 +32661,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-vl6180x-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_VL6180X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_VL6180X-1.0.0.zip", "archiveFileName": "SmartEverything_VL6180X-1.0.0.zip", "size": 16057, "checksum": "SHA-256:8d12581f157379bea7ec2df4c217b88b8b43add2a77a78e6ef3f426b16dc0c61" @@ -18299,7 +32678,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-vl6180x-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_VL6180X-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_VL6180X-1.1.1.zip", "archiveFileName": "SmartEverything_VL6180X-1.1.1.zip", "size": 14464, "checksum": "SHA-256:97b4d420d7b480726202780aba549e819b37bb0b15f1b49b5a6351f0fa54fa11" @@ -18316,7 +32695,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-vl6180x-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_VL6180X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_VL6180X-1.0.1.zip", "archiveFileName": "SmartEverything_VL6180X-1.0.1.zip", "size": 16147, "checksum": "SHA-256:f7e09812c7951585dc9489006e56f889254ab392519bc9ea0c989e973484bce0" @@ -18333,7 +32712,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-hts221-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.0.0.zip", "archiveFileName": "SmartEverything_HTS221-1.0.0.zip", "size": 8131, "checksum": "SHA-256:4a8af64167e0e043f4e07ee1de5d60b3cc5204a1300cb62dfa01db2c3cb20352" @@ -18350,7 +32729,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-hts221-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.1.1.zip", "archiveFileName": "SmartEverything_HTS221-1.1.1.zip", "size": 11273, "checksum": "SHA-256:39bc1b146f9c2844ece75272fedd71737e648efc1f6b320a19ef24b1c1b75654" @@ -18367,7 +32746,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-hts221-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.1.0.zip", "archiveFileName": "SmartEverything_HTS221-1.1.0.zip", "size": 11189, "checksum": "SHA-256:995c964c81cd8d0eed07d2cf9f24eb45becdbcf7c3732a66ee70c845a4be6dcf" @@ -18384,7 +32763,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-hts221-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_HTS221-1.1.2.zip", "archiveFileName": "SmartEverything_HTS221-1.1.2.zip", "size": 11342, "checksum": "SHA-256:d94b1b53410f3d9fcfb0a011b486c87d27120057b1322204390a81b1320aea18" @@ -18401,7 +32780,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-se868-a-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.0.0.zip", "archiveFileName": "SmartEverything_SE868_AS-1.0.0.zip", "size": 12754, "checksum": "SHA-256:6d0f195c5bbaa699ff2e14fdb41014e944aedc0d9ab7425e75057f1c08f84d76" @@ -18418,7 +32797,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-se868-a-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.0.1.zip", "archiveFileName": "SmartEverything_SE868_AS-1.0.1.zip", "size": 14842, "checksum": "SHA-256:9c2eda73893cc7bbaaa4493f3a7df4b95332a0c2fa6c393f3a939f8c79d04fb8" @@ -18435,7 +32814,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-se868-a-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.1.0.zip", "archiveFileName": "SmartEverything_SE868_AS-1.1.0.zip", "size": 19919, "checksum": "SHA-256:7e56218059ee2d57f1196a42595269e62439ddf278a07e8f15084b52dd58868b" @@ -18452,7 +32831,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-se868-a-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_SE868_AS-1.1.1.zip", "archiveFileName": "SmartEverything_SE868_AS-1.1.1.zip", "size": 18179, "checksum": "SHA-256:693b21eb3486f0ea7b60b8063180db6c5a818da1d6bfffb8205c0eaf235dd583" @@ -18469,7 +32848,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-lsm9ds1-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LSM9DS1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LSM9DS1-1.0.0.zip", "archiveFileName": "SmartEverything_LSM9DS1-1.0.0.zip", "size": 10620, "checksum": "SHA-256:03dd08a3912e27c7ae5eff0dfa9cf4dcf300f465789479c2c62af3c42a4c8500" @@ -18486,7 +32865,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-lsm9ds1-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LSM9DS1-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LSM9DS1-1.1.0.zip", "archiveFileName": "SmartEverything_LSM9DS1-1.1.0.zip", "size": 10516, "checksum": "SHA-256:846f62d5f444c8ca69c380dc4f65f7258e91dec0370dd69c7e97eda688b433a5" @@ -18503,7 +32882,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-lps25h-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LPS25H-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LPS25H-1.0.0.zip", "archiveFileName": "SmartEverything_LPS25H-1.0.0.zip", "size": 7696, "checksum": "SHA-256:f212ab606821cd75f93441e7a8a3f379d5d0502873fa7d3f86c0db0f14fb6d36" @@ -18520,7 +32899,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-lps25h-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LPS25H-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LPS25H-1.1.1.zip", "archiveFileName": "SmartEverything_LPS25H-1.1.1.zip", "size": 7661, "checksum": "SHA-256:050b78138a2d78f6e611f7d4deb2a46f0f8f4bf9399502e8799380bb3ddd92e3" @@ -18537,7 +32916,7 @@ "architectures": ["*"], "types": ["Partner"], "repository": "https://github.com/ameltech/sme-lps25h-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LPS25H-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_LPS25H-1.1.0.zip", "archiveFileName": "SmartEverything_LPS25H-1.1.0.zip", "size": 7588, "checksum": "SHA-256:96059e45975fcbee821e4a32fea9d2e4f14e7ca4e61b4813f6cd0801aa1ca71b" @@ -18554,7 +32933,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ParsePlatform/Parse-SDK-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ParsePlatform/Parse_Arduino_SDK-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ParsePlatform/Parse_Arduino_SDK-1.0.2.zip", "archiveFileName": "Parse_Arduino_SDK-1.0.2.zip", "size": 44028, "checksum": "SHA-256:8999a16fe1cd7f1f4b386fbc9c3f3361441e779e4b47245885732e0136ee76d8" @@ -18571,7 +32950,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/ParsePlatform/Parse-SDK-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ParsePlatform/Parse_Arduino_SDK-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ParsePlatform/Parse_Arduino_SDK-1.0.3.zip", "archiveFileName": "Parse_Arduino_SDK-1.0.3.zip", "size": 60997, "checksum": "SHA-256:2dee1a9ee1461b275f775c4e9a2c8307a59206630bbb4094ac1ceeab89b6255e" @@ -18587,7 +32966,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/DmxSimple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/DmxSimple-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/DmxSimple-3.1.0.zip", "archiveFileName": "DmxSimple-3.1.0.zip", "size": 41094, "checksum": "SHA-256:eadce3dfff9756deb7e5ee6ddae5b5c4189a77117499f568a38b792d90463396" @@ -18604,7 +32983,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/AltSoftSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/AltSoftSerial-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/AltSoftSerial-1.2.0.zip", "archiveFileName": "AltSoftSerial-1.2.0.zip", "size": 10987, "checksum": "SHA-256:1591d4ff3393f1211e635d91d311eb89b10ce330b348b5e157bcca1c5b5aa0be" @@ -18621,7 +33000,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/AltSoftSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/AltSoftSerial-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/AltSoftSerial-1.3.0.zip", "archiveFileName": "AltSoftSerial-1.3.0.zip", "size": 11045, "checksum": "SHA-256:605ad0e3903c5e47e65de88f57a5dc62da32a40e155fa517c50bef6c72c4b899" @@ -18638,7 +33017,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/AltSoftSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/AltSoftSerial-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/AltSoftSerial-1.4.0.zip", "archiveFileName": "AltSoftSerial-1.4.0.zip", "size": 12408, "checksum": "SHA-256:1e80f71bff2f74f3781fcaa56e5bede3b43d27d834e625c2c67d1fd886b00418" @@ -18655,7 +33034,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/CapacitiveSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/CapacitiveSensor-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/CapacitiveSensor-0.5.0.zip", "archiveFileName": "CapacitiveSensor-0.5.0.zip", "size": 6622, "checksum": "SHA-256:3901e46f1bcf0bf0ddea364a2613515292cc5e7a72674eb49c2ded94f9fc0453" @@ -18672,7 +33051,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/CapacitiveSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/CapacitiveSensor-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/CapacitiveSensor-0.5.1.zip", "archiveFileName": "CapacitiveSensor-0.5.1.zip", "size": 7457, "checksum": "SHA-256:59a2f3b1d24d46b42a7f1e82412a3a362a6e2962dcc39c7518cc388be9e16295" @@ -18688,7 +33067,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/DS1307RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/DS1307RTC-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/DS1307RTC-1.4.0.zip", "archiveFileName": "DS1307RTC-1.4.0.zip", "size": 5637, "checksum": "SHA-256:72b670543a63a6e9e0f999ae72c7dd9d6525d477c05a27ab322e4e6681ba6bc0" @@ -18704,7 +33083,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/DS1307RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/DS1307RTC-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/DS1307RTC-1.4.1.zip", "archiveFileName": "DS1307RTC-1.4.1.zip", "size": 7820, "checksum": "SHA-256:771a2a5a1a7dadea40a4f1b3ef9b2da55e3b7dbeb6d4e0057442e5167d295818" @@ -18721,7 +33100,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/Encoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.3.0.zip", "archiveFileName": "Encoder-1.3.0.zip", "size": 15477, "checksum": "SHA-256:6ad71ba8861e2371edd2bb4429990c1e91cdf9cbb149594e6d4101f1626b153b" @@ -18738,7 +33117,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/Encoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.0.zip", "archiveFileName": "Encoder-1.4.0.zip", "size": 16231, "checksum": "SHA-256:a805e9442aaa039533f98789d3bbabd40f56e2732539cfcd284077fc46e2038b" @@ -18755,11 +33134,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/Encoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.1.zip", "archiveFileName": "Encoder-1.4.1.zip", "size": 16406, "checksum": "SHA-256:83aae377d6ae91ed85a80d7b3d3c6f06e235e0d420f9c7728a9e66b2cc0d07ba" }, + { + "name": "Encoder", + "version": "1.4.2", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Counts quadrature pulses from rotary \u0026 linear position encoders.", + "paragraph": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors.", + "website": "http://www.pjrc.com/teensy/td_libs_Encoder.html", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PaulStoffregen/Encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.2.zip", + "archiveFileName": "Encoder-1.4.2.zip", + "size": 18270, + "checksum": "SHA-256:a048346a154f8c83b10fd25b78c6174965e0282a6cb2b29dbcd252cc112262f5" + }, { "name": "FreqCount", "version": "1.2.0", @@ -18771,7 +33167,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/FreqCount.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FreqCount-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FreqCount-1.2.0.zip", "archiveFileName": "FreqCount-1.2.0.zip", "size": 9260, "checksum": "SHA-256:a19a73d5761191b3cd7091f023364902473456b5004430d983e89cf5fe65c5fb" @@ -18787,7 +33183,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/FreqCount.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FreqCount-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FreqCount-1.3.0.zip", "archiveFileName": "FreqCount-1.3.0.zip", "size": 9275, "checksum": "SHA-256:1564d0a5ace157dac6ff623386c05d29d9769860df7e3d1f76dc5f1e845aa6a7" @@ -18803,7 +33199,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/FreqMeasure.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FreqMeasure-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FreqMeasure-1.2.0.zip", "archiveFileName": "FreqMeasure-1.2.0.zip", "size": 8456, "checksum": "SHA-256:856974e4c69b92b25f869c493c7dc938013f89f8dfefee23337726244ffaa968" @@ -18819,7 +33215,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/FrequencyTimer2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FrequencyTimer2-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/FrequencyTimer2-2.1.0.zip", "archiveFileName": "FrequencyTimer2-2.1.0.zip", "size": 6286, "checksum": "SHA-256:59dec263fcecf035943a0b3138c315db4fd9672cf4a3996b37392e2ddecca831" @@ -18835,7 +33231,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/ILI9341_t3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/ILI9341_t3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/ILI9341_t3-1.0.0.zip", "archiveFileName": "ILI9341_t3-1.0.0.zip", "size": 27436, "checksum": "SHA-256:cb5f817c7aecc8b62392b012f82704a9a6385c16949455a06873c56c78d38aaf" @@ -18851,7 +33247,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/MsTimer2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/MsTimer2-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/MsTimer2-1.1.0.zip", "archiveFileName": "MsTimer2-1.1.0.zip", "size": 5181, "checksum": "SHA-256:bf7c6d2d5f3ff96dd21f0cd0e8fa072ab5df881ce3d6fc9db3ba7fb98c56949e" @@ -18868,7 +33264,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OctoWS2811.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OctoWS2811-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OctoWS2811-1.2.0.zip", "archiveFileName": "OctoWS2811-1.2.0.zip", "size": 175895, "checksum": "SHA-256:1616ad3bb62334f0d87cc3762e7e1d24ee60707125dc2e9275a4c94ef0524d2a" @@ -18885,7 +33281,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OctoWS2811.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OctoWS2811-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OctoWS2811-1.4.0.zip", "archiveFileName": "OctoWS2811-1.4.0.zip", "size": 178444, "checksum": "SHA-256:bcc8f8c446b97dc26acd03ee5bb7461a6c9d6ce77e25e2bec59884e1de299138" @@ -18901,7 +33297,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.0.zip", "archiveFileName": "OneWire-2.3.0.zip", "size": 17184, "checksum": "SHA-256:56ca9c98ef0d219523525ce83acfa02ced0bb693e116f8dbfcca263fac12750d" @@ -18917,7 +33313,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.1.zip", "archiveFileName": "OneWire-2.3.1.zip", "size": 17467, "checksum": "SHA-256:c1c4db7a4443083dab879fbe7ae5786c9da086c969aee3afa0c705415ea83217" @@ -18933,7 +33329,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.2.zip", "archiveFileName": "OneWire-2.3.2.zip", "size": 18046, "checksum": "SHA-256:f81a3fa5514cf74423f3cc80d948cadf7cae7bfdf281c6dd55f8029f378d2efb" @@ -18949,7 +33345,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.3.zip", "archiveFileName": "OneWire-2.3.3.zip", "size": 18813, "checksum": "SHA-256:058c1d0983e061597a5a7eb7f87154dc1d67e52455caa36775b2934e0d6fb858" @@ -18965,11 +33361,27 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/OneWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.4.zip", "archiveFileName": "OneWire-2.3.4.zip", "size": 20626, "checksum": "SHA-256:e17cbe10288034da4072b69bf1b3f096103f4da55fd77f68c432e9d177d30eee" }, + { + "name": "OneWire", + "version": "2.3.5", + "author": "Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark, Love Nystrom", + "maintainer": "Paul Stoffregen", + "sentence": "Access 1-wire temperature sensors, memory and other chips.", + "website": "http://www.pjrc.com/teensy/td_libs_OneWire.html", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PaulStoffregen/OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.5.zip", + "archiveFileName": "OneWire-2.3.5.zip", + "size": 22082, + "checksum": "SHA-256:c32af1b73d25b2fe52aedab35b2a08dd3419de0680e2cd87e0e9386ce2f2623b" + }, { "name": "PulsePosition", "version": "1.0.0", @@ -18982,7 +33394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/PulsePosition.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/PulsePosition-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/PulsePosition-1.0.0.zip", "archiveFileName": "PulsePosition-1.0.0.zip", "size": 9912, "checksum": "SHA-256:212e0be052092ac70f280f636141d8b10da4016f3916a6ecfcd8c602067d8b2e" @@ -18998,7 +33410,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/PS2Keyboard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/PS2Keyboard-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/PS2Keyboard-2.4.0.zip", "archiveFileName": "PS2Keyboard-2.4.0.zip", "size": 11954, "checksum": "SHA-256:7a8525f992a2fd7647e815671a0962086ae7b356657eea10e7056a647708559e" @@ -19015,7 +33427,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/SerialFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.1.0.zip", "archiveFileName": "SerialFlash-0.1.0.zip", "size": 21980, "checksum": "SHA-256:b670431c9822d136d8a2527949ecef8b3bf29e908395ceb155136c1142164213" @@ -19032,7 +33444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/SerialFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.3.0.zip", "archiveFileName": "SerialFlash-0.3.0.zip", "size": 30730, "checksum": "SHA-256:39b4d24e221cbb1c84cb65dff6b473d79632250711b651c0feafcf41df341677" @@ -19049,7 +33461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/SerialFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.5.0.zip", "archiveFileName": "SerialFlash-0.5.0.zip", "size": 43217, "checksum": "SHA-256:d82ea379513cdba1acad688924b3c6371c3dc5e36d27407cf5a128ce6291e3f4" @@ -19066,7 +33478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/SerialFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/SerialFlash-0.4.0.zip", "archiveFileName": "SerialFlash-0.4.0.zip", "size": 39930, "checksum": "SHA-256:54c3df57e91c0c59135005d45f9866b842b1fcf58f6f4da16e90c9c1185ca33c" @@ -19083,7 +33495,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/TimeAlarms.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimeAlarms-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimeAlarms-1.4.0.zip", "archiveFileName": "TimeAlarms-1.4.0.zip", "size": 11913, "checksum": "SHA-256:25404e4537a9b635e06d220731c74d6d3c6de87189f26d89f1111f1b5427ad67" @@ -19100,7 +33512,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/TimeAlarms.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimeAlarms-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimeAlarms-1.5.0.zip", "archiveFileName": "TimeAlarms-1.5.0.zip", "size": 11811, "checksum": "SHA-256:9035dc8f104357ad3185444834f8fedcac6fe306b64e66019cccddb2ac1d206f" @@ -19117,7 +33529,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/Time.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.4.0.zip", "archiveFileName": "Time-1.4.0.zip", "size": 26603, "checksum": "SHA-256:887a021a09a9facb5b0636bb54a6b05f0bc5e1bf686008e457dd3abdb9c2ee2e" @@ -19134,11 +33546,46 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/Time.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.5.0.zip", "archiveFileName": "Time-1.5.0.zip", "size": 29120, "checksum": "SHA-256:5cfad60bdbbd3dd035cd76662d5d7f72c5a999c178ff721568668736950e9c45" }, + { + "name": "Time", + "version": "1.6.0", + "author": "Michael Margolis", + "maintainer": "Paul Stoffregen", + "sentence": "Timekeeping functionality for Arduino", + "paragraph": "Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC.", + "website": "http://playground.arduino.cc/Code/Time/", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PaulStoffregen/Time.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.6.0.zip", + "archiveFileName": "Time-1.6.0.zip", + "size": 33151, + "checksum": "SHA-256:5be63cd4ec995fd79e56d109f9055541d0862c01af0c0e3be3866dfaf140c813" + }, + { + "name": "Time", + "version": "1.6.1", + "author": "Michael Margolis", + "maintainer": "Paul Stoffregen", + "sentence": "Timekeeping functionality for Arduino", + "paragraph": "Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC.", + "website": "http://playground.arduino.cc/Code/Time/", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PaulStoffregen/Time.git", + "providesIncludes": ["TimeLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.6.1.zip", + "archiveFileName": "Time-1.6.1.zip", + "size": 33085, + "checksum": "SHA-256:09db5897c234f5726523fb45a11e9b6b76e56940dcc0adbbcd32a9490fa09834" + }, { "name": "TimerOne", "version": "1.1.0", @@ -19150,7 +33597,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/TimerOne.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimerOne-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimerOne-1.1.0.zip", "archiveFileName": "TimerOne-1.1.0.zip", "size": 8767, "checksum": "SHA-256:db98a2ed31428219fade87eeac5e4e638e6e4bc029add7ace2874734c87a2632" @@ -19166,7 +33613,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/TimerThree.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimerThree-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimerThree-1.1.0.zip", "archiveFileName": "TimerThree-1.1.0.zip", "size": 8845, "checksum": "SHA-256:cea67c581e3eaa648c342815923f5f25225b5281eeaa66b3089bdab71669af8f" @@ -19183,7 +33630,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.2.0.zip", "archiveFileName": "XPT2046_Touchscreen-1.2.0.zip", "size": 78329, "checksum": "SHA-256:a19837ce8e1894ef0bc4823affe1ffd0fbec56524d13a6fb1ff9280f1d07631e" @@ -19200,7 +33647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.0.0.zip", "archiveFileName": "XPT2046_Touchscreen-1.0.0.zip", "size": 76634, "checksum": "SHA-256:60a1b79cdb61ed6513bb0b2f0412a82f8acd50ddb5dd403be8620afc22cf6f0a" @@ -19217,7 +33664,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.1.0.zip", "archiveFileName": "XPT2046_Touchscreen-1.1.0.zip", "size": 76923, "checksum": "SHA-256:aedead41a59d45203b902064227b8a634048050ac453876457a0be48021784d2" @@ -19234,11 +33681,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.3.0.zip", "archiveFileName": "XPT2046_Touchscreen-1.3.0.zip", "size": 80804, "checksum": "SHA-256:577f9d20e9cd6b786505a17df8f28cbf5799432541b5a1c09524fca53ddb8676" }, + { + "name": "XPT2046_Touchscreen", + "version": "1.4.0", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Touchscreens using the XPT2046 controller chip.", + "paragraph": "Many very low cost color TFT displays with touch screens have this chip.", + "website": "https://github.com/PaulStoffregen/XPT2046_Touchscreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.4.0.zip", + "archiveFileName": "XPT2046_Touchscreen-1.4.0.zip", + "size": 81237, + "checksum": "SHA-256:17eaf97eb598c121c9e5055059e10f0ddc0fda63ae249c0a473ba38051ec680c" + }, { "name": "Tlc5940", "version": "0.15.0", @@ -19251,7 +33715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/Tlc5940.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Tlc5940-0.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Tlc5940-0.15.0.zip", "archiveFileName": "Tlc5940-0.15.0.zip", "size": 73211, "checksum": "SHA-256:9fae240b12311bfdacffe656bbffee246cf12e818919684964249a36ff7fd73f" @@ -19268,7 +33732,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Graphic_LCD_Serial_Backpack_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Graphic_LCD_Serial_Backpack-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Graphic_LCD_Serial_Backpack-1.0.0.zip", "archiveFileName": "SparkFun_Graphic_LCD_Serial_Backpack-1.0.0.zip", "size": 65194, "checksum": "SHA-256:a4f05e8e4bef89f7bc165c5242d75d67dcbfd6b8a75c15820086e69f646b1e88" @@ -19285,7 +33749,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Graphic_LCD_Serial_Backpack_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Graphic_LCD_Serial_Backpack-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Graphic_LCD_Serial_Backpack-1.0.1.zip", "archiveFileName": "SparkFun_Graphic_LCD_Serial_Backpack-1.0.1.zip", "size": 10450, "checksum": "SHA-256:b3fd1b66aafdfffec6a80ca113153a3120b17633fe7456f62759d69c86277198" @@ -19302,7 +33766,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Color_LCD_Shield_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Color_LCD_Shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Color_LCD_Shield-1.0.0.zip", "archiveFileName": "SparkFun_Color_LCD_Shield-1.0.0.zip", "size": 22600, "checksum": "SHA-256:b47c8b3a9c1cf6ee8f54a8144a6c00990fcfa79b94579f708ca1b7f6d0ecc97c" @@ -19319,7 +33783,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Color_LCD_Shield_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Color_LCD_Shield-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Color_LCD_Shield-1.0.1.zip", "archiveFileName": "SparkFun_Color_LCD_Shield-1.0.1.zip", "size": 22832, "checksum": "SHA-256:40d3811abd24f90f33110fc378e1caf21d42cc6770f08b21e09bc9eeadc8030e" @@ -19336,7 +33800,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/phant-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Phant-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Phant-2.0.0.zip", "archiveFileName": "Phant-2.0.0.zip", "size": 6223, "checksum": "SHA-256:c742dcf4ed46987ac9261756a2c3cc6ff970039793e0296c259d00d5c38ff36c" @@ -19353,7 +33817,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/phant-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Phant-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Phant-2.2.0.zip", "archiveFileName": "Phant-2.2.0.zip", "size": 6259, "checksum": "SHA-256:1c08610b87b6034a52aa926b6e26a7c37d93128df337966ac7fe3aa66b8698a8" @@ -19370,7 +33834,7 @@ "architectures": ["AVR"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VKey_Voltage_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_VKey_Arduino_Library-1.0.0.zip", "size": 7814, "checksum": "SHA-256:f3a9d86295a1377c58cdd35ea38c247c56539999b6f2686fd5a1fd32781c4f9e" @@ -19387,7 +33851,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VKey_Voltage_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_VKey_Arduino_Library-1.0.1.zip", "size": 8387, "checksum": "SHA-256:2e464f0686299252cbf17ac860439de154fa23df12aa56407adc67b2b81791c6" @@ -19404,7 +33868,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VKey_Voltage_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_VKey_Arduino_Library-1.0.2.zip", "size": 8460, "checksum": "SHA-256:f662f9e607a3af8f1b02aa54b330c9bb1dec08ee2d346c9f9fe158b08a6ea9ed" @@ -19421,7 +33885,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VKey_Voltage_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VKey_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_VKey_Arduino_Library-1.0.3.zip", "size": 8462, "checksum": "SHA-256:c98d90580e972323db131e90db384c883e69592b77cd1ff0dc495248e8fe37cd" @@ -19438,7 +33902,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.1.1.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.1.1.zip", "size": 47082, "checksum": "SHA-256:3d03081a2b8a64a2343328c252b259bd8267c511e8c5f0955a2076e7f019caf7" @@ -19455,7 +33919,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.1.2.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.1.2.zip", "size": 47772, "checksum": "SHA-256:49cd9cfc6ccf7bfe6110b525135cf5c9eb00582ae013650c364445408e23bc1e" @@ -19472,7 +33936,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.0.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.0.zip", "size": 52919, "checksum": "SHA-256:2a68c8927692b12a184e43ef69b385ed5bf97f09cea2773b60e246f957f7cb25" @@ -19489,7 +33953,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.5.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.5.zip", "size": 59813, "checksum": "SHA-256:cf511491867bb63a3308f5d7a4427ae5aed00f65bfe4042276b6134e5e37f8ba" @@ -19506,7 +33970,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.1.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.1.zip", "size": 53337, "checksum": "SHA-256:f2fca8d7cf3b5fdd7f5ce51a8b3c6d16352effcefeb7addaa0054f87847da6b1" @@ -19523,7 +33987,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.2.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.2.zip", "size": 53368, "checksum": "SHA-256:75f5abafeddedf4d94274bf1e40fd9b26434e27618bdf40ac0b59f88551d3ad0" @@ -19540,7 +34004,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.3.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.3.zip", "size": 53367, "checksum": "SHA-256:e035cb808bf48bb6c88e50b6340edc9666a42405650988d85c406d6200cf7736" @@ -19557,7 +34021,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.4.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.4.zip", "size": 53564, "checksum": "SHA-256:c52056ecd53a3ac46a1354760eba61f1aaa2ae2a96c90b0edc2f297ad156d47f" @@ -19574,11 +34038,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.7.zip", "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.7.zip", "size": 61280, "checksum": "SHA-256:318bc50d1122cc26f03e94aa15c84b216b02f6cd773e9dde50525110584f3809" }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.2.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.8.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.8.zip", + "size": 72073, + "checksum": "SHA-256:59fe26f5852e265d3c94f2ddb4351578f3d12dd38c6d2cca51719ed5525dfcf9" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.2.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.9.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.9.zip", + "size": 72070, + "checksum": "SHA-256:dd62083d7344aeb1fd5c251187a0f4596719e0864c6324eb79b7703c5ba3479f" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.2.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.2.10.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.2.10.zip", + "size": 76475, + "checksum": "SHA-256:48e830dca458ed4367e06593b549b80eba8c45f55eb938bebd85b28f7d56c980" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.0.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.0.zip", + "size": 135576, + "checksum": "SHA-256:7e0164ee9574b022b6dcc7ae7d4398828dcab38372882808c9f194f79c39b63f" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.1.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.1.zip", + "size": 135575, + "checksum": "SHA-256:be2f3780ca796732fdc8c23916765c86d9dfb1d7aba20f32fce40e361e09d00e" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.2.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.2.zip", + "size": 138199, + "checksum": "SHA-256:d3461a75e72969517638228f26fe90487a7b208caf159d7fdabcc0a62bf0668e" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.3.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.3.zip", + "size": 138308, + "checksum": "SHA-256:7e16a178d7d764a12437a4942e72974a514c5a035aee16b7080d117d1147c7b5" + }, { "name": "SparkFun MPL3115A2 Altitude and Pressure Sensor Breakout", "version": "1.2.0", @@ -19591,7 +34174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MPL3115A2_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.0.zip", "archiveFileName": "SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.0.zip", "size": 32280, "checksum": "SHA-256:e65d1c29fd6ed31c587eb8895c3b2e61f7f2db49394e55b80daac1a71bbf7938" @@ -19608,11 +34191,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MPL3115A2_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.3.zip", "archiveFileName": "SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.3.zip", "size": 32314, "checksum": "SHA-256:55837addc7b8aaa130427098d11b6c34e9f9d76a33aa9d6f1554e2aa7ae15ef7" }, + { + "name": "SparkFun MPL3115A2 Altitude and Pressure Sensor Breakout", + "version": "1.2.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "SparkFun's breakout for the Freescale MPL3115A2 Precision Altimeter", + "paragraph": "Breakout board for MEMS altitude sensor capable of 30cm altitude resolution.", + "website": "https://github.com/sparkfun/SparkFun_MPL3115A2_Breakout_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MPL3115A2_Breakout_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.4.zip", + "archiveFileName": "SparkFun_MPL3115A2_Altitude_and_Pressure_Sensor_Breakout-1.2.4.zip", + "size": 34362, + "checksum": "SHA-256:71e63baea4ef454b33186cd73f3d4f9d84fa2a55e3b4c1d582a0a20b7bce6b98" + }, { "name": "SparkFun MicroView", "version": "1.0.1", @@ -19625,7 +34225,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MicroView_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroView-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroView-1.0.1.zip", "archiveFileName": "SparkFun_MicroView-1.0.1.zip", "size": 1096411, "checksum": "SHA-256:c69e569cad348050a899c3bc8e805038657d5523a76c3d38568dbc9138507f84" @@ -19642,7 +34242,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MicroView_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroView-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroView-1.0.2.zip", "archiveFileName": "SparkFun_MicroView-1.0.2.zip", "size": 1097092, "checksum": "SHA-256:5ba7eca1df5152e29e5dd4679e7f6779c75870ff1656581b56e265d0e9d383c2" @@ -19659,7 +34259,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MiniMoto_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MiniMoto-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MiniMoto-1.1.0.zip", "archiveFileName": "SparkFun_MiniMoto-1.1.0.zip", "size": 7475, "checksum": "SHA-256:a1df3b5a6c04fe9a5723bc9cb44c68e3ec81cf4f48ed78bdf68bd149bd885c57" @@ -19676,7 +34276,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MiniGen_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MiniGen-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MiniGen-1.1.0.zip", "archiveFileName": "SparkFun_MiniGen-1.1.0.zip", "size": 9772, "checksum": "SHA-256:ed715d12d96c15e884016271ecbe3235bdb37c9cc0d07a808c060ba5079c90d8" @@ -19693,7 +34293,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_TLC5940_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TLC5940-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TLC5940-1.0.2.zip", "archiveFileName": "SparkFun_TLC5940-1.0.2.zip", "size": 65077, "checksum": "SHA-256:35dbc8849aa9f23483d1d0573a021cd14e66d1b6b4b02a14bc11cf1b28c88ea0" @@ -19710,7 +34310,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_TLC5940_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TLC5940-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TLC5940-1.1.0.zip", "archiveFileName": "SparkFun_TLC5940-1.1.0.zip", "size": 65224, "checksum": "SHA-256:eba9d2345f2d03ebcfc710a0382ff11ca39fd2280854db77709d880f8a479172" @@ -19727,7 +34327,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_TLC5940_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TLC5940-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TLC5940-1.1.1.zip", "archiveFileName": "SparkFun_TLC5940-1.1.1.zip", "size": 65207, "checksum": "SHA-256:2a162aaa5325176a34c5f3a79ab5106eb4da234bb8d6bbdb6112e08833f3dea5" @@ -19744,7 +34344,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MetaWatch_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MetaWatch-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MetaWatch-1.1.0.zip", "archiveFileName": "SparkFun_MetaWatch-1.1.0.zip", "size": 16433, "checksum": "SHA-256:58b14e4fe3949e4c18c70641cd2a19b6aee28329e9429fa12e580c953ed88a85" @@ -19761,7 +34361,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL6180_Sensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL6180_Sensor-1.1.0.zip", "archiveFileName": "SparkFun_VL6180_Sensor-1.1.0.zip", "size": 11130, "checksum": "SHA-256:9851f7154cf87ec4904cac81db49ec9e56b241ccd3e4d58a862a962bd69411f9" @@ -19778,7 +34378,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-1.0.0.zip", "archiveFileName": "SX1509_IO_Expander-1.0.0.zip", "size": 32577, "checksum": "SHA-256:3f70de0faea8e549b346917db09342a27725c35cc391609126a337bc056212f2" @@ -19795,7 +34395,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-2.0.1.zip", "archiveFileName": "SX1509_IO_Expander-2.0.1.zip", "size": 1354418, "checksum": "SHA-256:dd3feb1591d9ca14e05d6888ffafc837aafa6c49ac393a47a49396ae28fcf6c7" @@ -19812,7 +34412,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_T5403_Barometric_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Sparkfun_T5403_Barometric_Sensor_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Sparkfun_T5403_Barometric_Sensor_Library-1.0.1.zip", "archiveFileName": "Sparkfun_T5403_Barometric_Sensor_Library-1.0.1.zip", "size": 9751, "checksum": "SHA-256:2548bb944b1f78bd7206749571e1af0cd1cf7f4cc2b68ed92e5536b4519cd962" @@ -19829,7 +34429,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM9DS0_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS0_Breakout-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS0_Breakout-1.0.1.zip", "archiveFileName": "SparkFun_LSM9DS0_Breakout-1.0.1.zip", "size": 35267, "checksum": "SHA-256:94ebc8fb77219b137690a047171d16d822c863460bcf6d1e707f6fe9d34c3280" @@ -19846,7 +34446,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MMA8452Q_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.1.0.zip", "archiveFileName": "SparkFun_MMA8452Q_Accelerometer-1.1.0.zip", "size": 10556, "checksum": "SHA-256:7fcf1e8a56e05ae4ff79bd77ab2539ec877698ee8f06b8a5ed5090802a39d893" @@ -19863,7 +34463,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MMA8452Q_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.2.0.zip", "archiveFileName": "SparkFun_MMA8452Q_Accelerometer-1.2.0.zip", "size": 11024, "checksum": "SHA-256:ed928def8768d4828b1970634eff1c1f01d441b41d4fc56678cdf09406212099" @@ -19880,7 +34480,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MMA8452Q_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.3.0.zip", "archiveFileName": "SparkFun_MMA8452Q_Accelerometer-1.3.0.zip", "size": 21263, "checksum": "SHA-256:502922445468acebfdb5c88612f32e64f05d860e2cbccadbfed951fec2310b66" @@ -19897,7 +34497,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MMA8452Q_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMA8452Q_Accelerometer-1.4.0.zip", "archiveFileName": "SparkFun_MMA8452Q_Accelerometer-1.4.0.zip", "size": 24835, "checksum": "SHA-256:72a1f34cb3e6d7b92ef149b0348c92458da6049b53e27363d8e106fdd95e38dc" @@ -19914,7 +34514,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_HTU21D_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HTU21D_Humidity_and_Temperature_Sensor_Breakout-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HTU21D_Humidity_and_Temperature_Sensor_Breakout-1.1.1.zip", "archiveFileName": "SparkFun_HTU21D_Humidity_and_Temperature_Sensor_Breakout-1.1.1.zip", "size": 8480, "checksum": "SHA-256:67194ffa1e4a9cbd63e67f512f0c3a6f7420713b0146dc06195018ede9930492" @@ -19931,7 +34531,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_HTU21D_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HTU21D_Humidity_and_Temperature_Sensor_Breakout-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HTU21D_Humidity_and_Temperature_Sensor_Breakout-1.1.3.zip", "archiveFileName": "SparkFun_HTU21D_Humidity_and_Temperature_Sensor_Breakout-1.1.3.zip", "size": 10525, "checksum": "SHA-256:2fc542f2c4b7c99aebaa8c24a77bcefdb4140a9e7f7ef8a72180884f1edab285" @@ -19948,7 +34548,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-1.0.0.zip", "archiveFileName": "SparkFun_LSM9DS1_IMU-1.0.0.zip", "size": 1150093, "checksum": "SHA-256:93ca8f6561ebaccb239f4b43f4427b8ea4bc567df3d7d2226caf9ce3d309a155" @@ -19965,7 +34565,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-1.1.0.zip", "archiveFileName": "SparkFun_LSM9DS1_IMU-1.1.0.zip", "size": 1150357, "checksum": "SHA-256:2d2831053976abcee89941610ed5d88907433145d81555e42c8b2e977df21545" @@ -19982,11 +34582,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-1.2.0.zip", "archiveFileName": "SparkFun_LSM9DS1_IMU-1.2.0.zip", "size": 1150640, "checksum": "SHA-256:b6febed96902039a9b2d33135d9323ac2739aded07c0d8032a5abaf5e3e51a7a" }, + { + "name": "SparkFun LSM9DS1 IMU", + "version": "2.0.0", + "author": "SparkFun Electronics \u003chttp://www.sparkfun.com\u003e", + "maintainer": "Jim Lindblom \u003cjim@sparkfun.com\u003e", + "sentence": "A driver library for the LSM9DS1 IMU.", + "paragraph": "Communicates with the LSM9DS1 over either SPI or I2C, so you can painlessly integrate an accelerometer, magnetometer, and gyroscope into your project.", + "website": "https://www.sparkfun.com/products/13284", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM9DS1_IMU-2.0.0.zip", + "archiveFileName": "SparkFun_LSM9DS1_IMU-2.0.0.zip", + "size": 1150603, + "checksum": "SHA-256:412e9c5e114699af64c0be5b2cd8bf54621b22168d24ebd2dda50753aeafdfb2" + }, { "name": "SparkFun MS5803-14BA Pressure Sensor", "version": "1.1.0", @@ -19999,7 +34616,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.0.zip", "archiveFileName": "SparkFun_MS5803_14BA_Pressure_Sensor-1.1.0.zip", "size": 9298, "checksum": "SHA-256:17d0057e678a84faf76d03c1df6b7327c0540493d83ef2e34d4bba47b87e43f2" @@ -20016,7 +34633,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.1.zip", "archiveFileName": "SparkFun_MS5803_14BA_Pressure_Sensor-1.1.1.zip", "size": 9397, "checksum": "SHA-256:cbc4acc930b64feecafcd066deca0732b91c72db9e1f49bc13dc2f1323ec089a" @@ -20033,7 +34650,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.2.zip", "archiveFileName": "SparkFun_MS5803_14BA_Pressure_Sensor-1.1.2.zip", "size": 9525, "checksum": "SHA-256:42c7f675fe44e77f6b958e28410ade2de99f6db0d0c1971e860300e7eb6e8a23" @@ -20050,7 +34667,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_APDS9960_RGB_and_Gesture_Sensor-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_APDS9960_RGB_and_Gesture_Sensor-1.4.2.zip", "archiveFileName": "SparkFun_APDS9960_RGB_and_Gesture_Sensor-1.4.2.zip", "size": 24300, "checksum": "SHA-256:8e76f73fe44fa414e060dda4c92619fadc7da005bfb7a9ee79f6b1ea973ce402" @@ -20067,7 +34684,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ISL29125_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ISL29125_Breakout-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ISL29125_Breakout-1.0.1.zip", "archiveFileName": "SparkFun_ISL29125_Breakout-1.0.1.zip", "size": 11774, "checksum": "SHA-256:fcdbf045c1915f1c29ff79684bc695f9937d031768b466c254e36c3c1d22dad2" @@ -20084,7 +34701,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Bar_Graph_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bar_Graph_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bar_Graph_Library-1.2.0.zip", "archiveFileName": "SparkFun_Bar_Graph_Library-1.2.0.zip", "size": 13751, "checksum": "SHA-256:026a2c2d6f00388d3ac6b90cac2c6ac3a545d6f79534fe1a2f43a844bd69434e" @@ -20101,7 +34718,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AD5330_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AD5330-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AD5330-1.2.3.zip", "archiveFileName": "SparkFun_AD5330-1.2.3.zip", "size": 253106, "checksum": "SHA-256:d33f347cbf18c7c036bed26514ac55851ab8b726109f5cc8441ad00550eaa4ab" @@ -20118,7 +34735,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Quadstepper_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Quadstepper_Motor_Driver-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Quadstepper_Motor_Driver-1.0.0.zip", "archiveFileName": "SparkFun_Quadstepper_Motor_Driver-1.0.0.zip", "size": 6356, "checksum": "SHA-256:c416a6e295888a3baed12212e2b2892d12b3b1ffd0d57e3dd72cf9659073bc57" @@ -20135,7 +34752,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Quadstepper_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Quadstepper_Motor_Driver-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Quadstepper_Motor_Driver-1.0.1.zip", "archiveFileName": "SparkFun_Quadstepper_Motor_Driver-1.0.1.zip", "size": 6726, "checksum": "SHA-256:e23b94483e2d6354e8121e3ff82d503fc028cc52d41d541d0670e982700947e9" @@ -20152,7 +34769,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ATSHA204_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATSHA204_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATSHA204_Library-1.0.0.zip", "archiveFileName": "SparkFun_ATSHA204_Library-1.0.0.zip", "size": 16968, "checksum": "SHA-256:7038a14eb56845b24e7652b232377b457c56c0c2404667e86282dc95909981cd" @@ -20169,7 +34786,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ZX_Distance_and_Gesture_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ZX_Distance_and_Gesture_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ZX_Distance_and_Gesture_Sensor-1.0.0.zip", "archiveFileName": "SparkFun_ZX_Distance_and_Gesture_Sensor-1.0.0.zip", "size": 19679, "checksum": "SHA-256:2377d1b410de161892a5f02e557275676b28a2258d848997e73044b92ff6dabe" @@ -20186,7 +34803,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ZX_Distance_and_Gesture_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ZX_Distance_and_Gesture_Sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ZX_Distance_and_Gesture_Sensor-1.0.1.zip", "archiveFileName": "SparkFun_ZX_Distance_and_Gesture_Sensor-1.0.1.zip", "size": 19737, "checksum": "SHA-256:a3d1148b0422a139434ff73dd71d6e5fa1200ee0cc53881368dc5e2e3f5631fa" @@ -20203,7 +34820,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MG2639_Cellular_Shield_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MG2639_CellShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MG2639_CellShield-1.0.0.zip", "archiveFileName": "SparkFun_MG2639_CellShield-1.0.0.zip", "size": 3404434, "checksum": "SHA-256:e45ac20458402fb27222d477b00aedbad22da227281771d064abda05e9f059de" @@ -20220,7 +34837,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM6DS3_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM6DS3_Breakout-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM6DS3_Breakout-1.0.0.zip", "archiveFileName": "SparkFun_LSM6DS3_Breakout-1.0.0.zip", "size": 62153, "checksum": "SHA-256:d8743e5c26104f1bf3438ad3e4d5344758b7c7573a3f66d684db727644297f5e" @@ -20237,7 +34854,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_TSL2561_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TSL2561-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TSL2561-1.1.0.zip", "archiveFileName": "SparkFun_TSL2561-1.1.0.zip", "size": 10843, "checksum": "SHA-256:74723e9a949f3c8ff7dbf45ab7099d6a209cea50d18383e09ab3b85d9792ea2d" @@ -20254,7 +34871,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX31855K_Thermocouple_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX31855K_Thermocouple_Digitizer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX31855K_Thermocouple_Digitizer-1.0.0.zip", "archiveFileName": "SparkFun_MAX31855K_Thermocouple_Digitizer-1.0.0.zip", "size": 10489, "checksum": "SHA-256:d73660f5353c153e32c6e6bedfc203232863ac93a902985b01c8525732469c00" @@ -20271,7 +34888,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX31855K_Thermocouple_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX31855K_Thermocouple_Digitizer-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX31855K_Thermocouple_Digitizer-1.0.1.zip", "archiveFileName": "SparkFun_MAX31855K_Thermocouple_Digitizer-1.0.1.zip", "size": 11066, "checksum": "SHA-256:308cb8fb1e18cdb23b973d956233132997270006a2d1e475fb19a92eaf5126c8" @@ -20288,7 +34905,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM303C_6_DOF_IMU_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM303C_6_DOF_IMU_Breakout-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM303C_6_DOF_IMU_Breakout-1.0.0.zip", "archiveFileName": "SparkFun_LSM303C_6_DOF_IMU_Breakout-1.0.0.zip", "size": 16969, "checksum": "SHA-256:fb306829fb2cd4ed6313f2ba14c7c560c1594fe002ccd49b2ada02d2cc95b89b" @@ -20305,7 +34922,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LSM303C_6_DOF_IMU_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM303C_6_DOF_IMU_Breakout-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM303C_6_DOF_IMU_Breakout-1.0.2.zip", "archiveFileName": "SparkFun_LSM303C_6_DOF_IMU_Breakout-1.0.2.zip", "size": 17409, "checksum": "SHA-256:3fb001f61c0ab5520a2fc3f8c0146528b3ab16ad7fbcc65ed9e4a6dd40eb20bf" @@ -20322,7 +34939,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Line_Follower_Array_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Line_Follower_Array-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Line_Follower_Array-1.0.0.zip", "archiveFileName": "SparkFun_Line_Follower_Array-1.0.0.zip", "size": 239820, "checksum": "SHA-256:b6e70e3aaa49096598097c2020c4b113f7912ea812d8d6a1f24012b55bd3a004" @@ -20339,7 +34956,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Line_Follower_Array_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Line_Follower_Array-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Line_Follower_Array-1.0.1.zip", "archiveFileName": "SparkFun_Line_Follower_Array-1.0.1.zip", "size": 239829, "checksum": "SHA-256:a262c4f6677209b9d7f771fbe2518f02445a38f15ec776e031eee1e95939ec55" @@ -20356,7 +34973,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-1.0.0.zip", "archiveFileName": "SparkFun_BME280-1.0.0.zip", "size": 54262, "checksum": "SHA-256:39fc39f7e4ea02ec96652d1e113c2cefd9bece3d331e4e247b2cfb3487adf655" @@ -20373,7 +34990,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-1.1.0.zip", "archiveFileName": "SparkFun_BME280-1.1.0.zip", "size": 54314, "checksum": "SHA-256:05b31d92cf77a65a60f18532cf9fa22170a9cb3a621251d736b82a9b97f9e9d2" @@ -20390,7 +35007,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-1.2.0.zip", "archiveFileName": "SparkFun_BME280-1.2.0.zip", "size": 54491, "checksum": "SHA-256:4cd6029547e001e6c7699ec88fbb12660628ded822885f0236c0f836e30f610a" @@ -20407,7 +35024,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.0.zip", "archiveFileName": "SparkFun_BME280-2.0.0.zip", "size": 62199, "checksum": "SHA-256:9b358f280350d1da2eed13d9c226cae145936cbe315d30c5e56eb536dcb44726" @@ -20424,7 +35041,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.2.zip", "archiveFileName": "SparkFun_BME280-2.0.2.zip", "size": 39768, "checksum": "SHA-256:4cdaac1cb8821b7fcdda4cfd65c35ac3fada013da4c9d1512fb09ce3a33942b7" @@ -20441,7 +35058,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.3.zip", "archiveFileName": "SparkFun_BME280-2.0.3.zip", "size": 39842, "checksum": "SHA-256:f3f1681f848f287ab90a35a1dbc676a4e47a1629f9c359051857afa2cc1f04f5" @@ -20458,11 +35075,96 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.4.zip", "archiveFileName": "SparkFun_BME280-2.0.4.zip", "size": 39878, "checksum": "SHA-256:e94ec2c456e74b382b3858e73fd7f608997b17eb858e5ed0dfbdf0c8d36a2870" }, + { + "name": "SparkFun BME280", + "version": "2.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BME280 Altimeter and Pressure sensor", + "paragraph": "The SparkFun CCS811/BME280 Environmental Combo Breakout takes care of all your atmospheric-quality sensing needs with the popular CCS811 and BME280 ICs. This unique breakout provides a variety of environmental data, including barometric pressure, humidity, temperature, TVOCs and equivalent CO2 (or eCO2) levels.", + "website": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.5.zip", + "archiveFileName": "SparkFun_BME280-2.0.5.zip", + "size": 39957, + "checksum": "SHA-256:c30508a37d314665dd148693cef6b39073c84a61809e83c23ebb9cad93024325" + }, + { + "name": "SparkFun BME280", + "version": "2.0.6", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BME280 Altimeter and Pressure sensor", + "paragraph": "The SparkFun CCS811/BME280 Environmental Combo Breakout takes care of all your atmospheric-quality sensing needs with the popular CCS811 and BME280 ICs. This unique breakout provides a variety of environmental data, including barometric pressure, humidity, temperature, TVOCs and equivalent CO2 (or eCO2) levels.", + "website": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.6.zip", + "archiveFileName": "SparkFun_BME280-2.0.6.zip", + "size": 39956, + "checksum": "SHA-256:45c81277f4d831bcc00c8d611e6d9297f904e5eeba2b9af3deb99354608d16dc" + }, + { + "name": "SparkFun BME280", + "version": "2.0.7", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BME280 Altimeter and Pressure sensor", + "paragraph": "The SparkFun CCS811/BME280 Environmental Combo Breakout takes care of all your atmospheric-quality sensing needs with the popular CCS811 and BME280 ICs. This unique breakout provides a variety of environmental data, including barometric pressure, humidity, temperature, TVOCs and equivalent CO2 (or eCO2) levels.", + "website": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.7.zip", + "archiveFileName": "SparkFun_BME280-2.0.7.zip", + "size": 39732, + "checksum": "SHA-256:ff11c4179bbbdae722d6ecf525c4c992af2396cd67d9371a3ca32631c8c2ace5" + }, + { + "name": "SparkFun BME280", + "version": "2.0.8", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BME280 Altimeter and Pressure sensor", + "paragraph": "The SparkFun CCS811/BME280 Environmental Combo Breakout takes care of all your atmospheric-quality sensing needs with the popular CCS811 and BME280 ICs. This unique breakout provides a variety of environmental data, including barometric pressure, humidity, temperature, TVOCs and equivalent CO2 (or eCO2) levels.", + "website": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.8.zip", + "archiveFileName": "SparkFun_BME280-2.0.8.zip", + "size": 39764, + "checksum": "SHA-256:162d350acaffda768170e0a0d003788d06ac452d39285d24e0c36571a3803ee0" + }, + { + "name": "SparkFun BME280", + "version": "2.0.9", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BME280 Altimeter and Pressure sensor", + "paragraph": "The SparkFun CCS811/BME280 Environmental Combo Breakout takes care of all your atmospheric-quality sensing needs with the popular CCS811 and BME280 ICs. This unique breakout provides a variety of environmental data, including barometric pressure, humidity, temperature, TVOCs and equivalent CO2 (or eCO2) levels.", + "website": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.9.zip", + "archiveFileName": "SparkFun_BME280-2.0.9.zip", + "size": 42369, + "checksum": "SHA-256:1269d8fe7b2d001ed4023c8e8bbaf136f33f3058a7e4472aa4a0c1acef9ab0a9" + }, { "name": "Akafugu Four Letter Word Library", "version": "1.0.0", @@ -20475,7 +35177,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/FourLetterWord.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_Four_Letter_Word_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_Four_Letter_Word_Library-1.0.0.zip", "archiveFileName": "Akafugu_Four_Letter_Word_Library-1.0.0.zip", "size": 12382, "checksum": "SHA-256:b85978d62894c1081462bc52be8b069da7baa5b5ee44944d7144592751596013" @@ -20492,7 +35194,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.0.0.zip", "archiveFileName": "MQTT-1.0.0.zip", "size": 35157, "checksum": "SHA-256:cb0d909a84b72cd88f182027b27e3f5105826cbc1b568eb09475251c7d0b322f" @@ -20509,7 +35211,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.1.0.zip", "archiveFileName": "MQTT-1.1.0.zip", "size": 35945, "checksum": "SHA-256:65ddef56bb75cdca63a0853f7b4c7904eb6d2f1f073da316763316a3b30e45e6" @@ -20526,7 +35228,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.10.0.zip", "archiveFileName": "MQTT-1.10.0.zip", "size": 68778, "checksum": "SHA-256:f25e6f5731c453d7d2b1a3c49ecae046b5b6e4f37237ddcc24b9766318f16b98" @@ -20543,7 +35245,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.10.1.zip", "archiveFileName": "MQTT-1.10.1.zip", "size": 70324, "checksum": "SHA-256:5e637b229e92ac40e7e3ca7fa7abbfb3ea2992dc8b1e1fb40febd153d6f0c6ab" @@ -20560,7 +35262,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.11.0.zip", "archiveFileName": "MQTT-1.11.0.zip", "size": 72980, "checksum": "SHA-256:b71cc8f36d9f856bd8d415ae54313ce198a51291623182ff4b53ec2a02f74164" @@ -20577,7 +35279,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.2.0.zip", "archiveFileName": "MQTT-1.2.0.zip", "size": 36326, "checksum": "SHA-256:e5e856b22f7a88bab74c681007a180069a29c77a06e62071059312956db67161" @@ -20594,7 +35296,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.3.0.zip", "archiveFileName": "MQTT-1.3.0.zip", "size": 36420, "checksum": "SHA-256:37dd27bbaa105f0c281cadd46f6c94d83c354629c059b3d3bbc6c74cd4c11071" @@ -20611,7 +35313,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.3.2.zip", "archiveFileName": "MQTT-1.3.2.zip", "size": 36397, "checksum": "SHA-256:86604e4c922589e5891f0bdab508c64be3d5a131d6de5edafd849a82328000c6" @@ -20628,7 +35330,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.4.0.zip", "archiveFileName": "MQTT-1.4.0.zip", "size": 40857, "checksum": "SHA-256:3ba3d44e8c556fd3b30d9d098fbebca092e8ea1a9fdc3ece3f1514f3852d454d" @@ -20645,7 +35347,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.5.0.zip", "archiveFileName": "MQTT-1.5.0.zip", "size": 59526, "checksum": "SHA-256:a97de883d925ff7a2f77aad61a57a0aade0dd9bbec2ff1c44bcb645e87cd82e4" @@ -20662,7 +35364,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.5.1.zip", "archiveFileName": "MQTT-1.5.1.zip", "size": 59538, "checksum": "SHA-256:b4c3d694aadc729aebff648aae0567e2d3db672153b89ff0d90728606f09d2a2" @@ -20679,7 +35381,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.6.0.zip", "archiveFileName": "MQTT-1.6.0.zip", "size": 60054, "checksum": "SHA-256:b1a9c862572b215df75d2bb35055b9d190cb945612e616a5630c7e65cc150c4c" @@ -20696,7 +35398,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.7.0.zip", "archiveFileName": "MQTT-1.7.0.zip", "size": 61127, "checksum": "SHA-256:8c058a30869cade1206ae93d96c057922c2237acdd072e0b470aee2185050096" @@ -20713,7 +35415,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.8.0.zip", "archiveFileName": "MQTT-1.8.0.zip", "size": 56399, "checksum": "SHA-256:3c04e723eb63dd17c308220440c91e8875f83b95280794e2a02e1aef2653508e" @@ -20730,7 +35432,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.8.1.zip", "archiveFileName": "MQTT-1.8.1.zip", "size": 56420, "checksum": "SHA-256:c384869dc75a04aaccb2e45ddddfe9aa073a2b81a31d21b1b925e0224f17579b" @@ -20747,7 +35449,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.8.2.zip", "archiveFileName": "MQTT-1.8.2.zip", "size": 56760, "checksum": "SHA-256:24143b9c3042e6c740c32d6a7ef9f3b27b8ef46e7c768847b136faae86612cfb" @@ -20764,7 +35466,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.0.zip", "archiveFileName": "MQTT-1.9.0.zip", "size": 57097, "checksum": "SHA-256:a93ed945ddb3af130b6c2ebdb2ca8bd0d892ff345f101e6ebdb3dccb127821ae" @@ -20781,7 +35483,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.1.zip", "archiveFileName": "MQTT-1.9.1.zip", "size": 59508, "checksum": "SHA-256:6394bfdfaac7a6aa19edbf950c5a3f587ea5edd6168c761ff985f28a8e54cc27" @@ -20798,7 +35500,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.2.zip", "archiveFileName": "MQTT-1.9.2.zip", "size": 64563, "checksum": "SHA-256:d7834e5fa88efb98f156d73730af9b0b849ca49ef2184832c363d9946c7f7b9c" @@ -20815,7 +35517,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.3.zip", "archiveFileName": "MQTT-1.9.3.zip", "size": 64698, "checksum": "SHA-256:a8af1b8258bfe9ffff4cce79c8f239f0128f7ad27c3c3ebb4ea09d3d857fc222" @@ -20832,7 +35534,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.4.zip", "archiveFileName": "MQTT-1.9.4.zip", "size": 65941, "checksum": "SHA-256:0d798a90952d2f4755641ca0ba1c609951aa34993205fcc529c42d90601e881f" @@ -20849,7 +35551,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.5.zip", "archiveFileName": "MQTT-1.9.5.zip", "size": 65941, "checksum": "SHA-256:931a8f32404773a2e371f4dfb71522f14747daa84976c947edfe1baa42aabb3a" @@ -20866,7 +35568,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-1.9.6.zip", "archiveFileName": "MQTT-1.9.6.zip", "size": 68402, "checksum": "SHA-256:a33fd118106395edeec8c4daf4b21c70fcd0dd9cfcbecd0f1ed4dd026f11830e" @@ -20883,7 +35585,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.0.0.zip", "archiveFileName": "MQTT-2.0.0.zip", "size": 32827, "checksum": "SHA-256:49533a1e4f6a5b362beea5919bbe916c564255cde7c8f46ff5c233bdc2be3a4c" @@ -20900,7 +35602,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.0.zip", "archiveFileName": "MQTT-2.1.0.zip", "size": 33393, "checksum": "SHA-256:b89ffc3666d6bc417a51a061f6e4e3dff447724d07ab8b8c634b50e3be392961" @@ -20917,7 +35619,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.1.zip", "archiveFileName": "MQTT-2.1.1.zip", "size": 33821, "checksum": "SHA-256:0f6a3b5bdcca17d615ac1bd4a334de14a6e68ec5c473ecf0009d0d73837f199e" @@ -20934,7 +35636,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.2.zip", "archiveFileName": "MQTT-2.1.2.zip", "size": 33881, "checksum": "SHA-256:49d9c2a894d34865aefdad1fa030b3315a537655adbf2dcb6a62bae11916d95e" @@ -20951,7 +35653,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.3.zip", "archiveFileName": "MQTT-2.1.3.zip", "size": 33989, "checksum": "SHA-256:1b5819741468cbf0166ee0bba07c8a0f7fba243cb0d8ec7d63ad4e64020d6340" @@ -20968,7 +35670,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.1.4.zip", "archiveFileName": "MQTT-2.1.4.zip", "size": 33997, "checksum": "SHA-256:92ff92542b73f0c57774205902142acb98dbb0f2c11aec604edef1b31af336d5" @@ -20985,7 +35687,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.2.0.zip", "archiveFileName": "MQTT-2.2.0.zip", "size": 34439, "checksum": "SHA-256:424542aa9d2b52aab81a9c92da703ac1f2853335b0c69791a6490588b6943474" @@ -21002,7 +35704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.2.1.zip", "archiveFileName": "MQTT-2.2.1.zip", "size": 34632, "checksum": "SHA-256:11826de4c132622380d587e26aa0d328e248f0310e3841103cdfa29429d16666" @@ -21019,7 +35721,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.2.2.zip", "archiveFileName": "MQTT-2.2.2.zip", "size": 34694, "checksum": "SHA-256:7f07b0c516799baa685f49f9e3778973e97c0d9069fba918d08e38bf998b4696" @@ -21036,7 +35738,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.0.zip", "archiveFileName": "MQTT-2.3.0.zip", "size": 37558, "checksum": "SHA-256:b0396be221af3c440fd375396f3e54bb4e80d62f05c79d7040d723dc425111bd" @@ -21053,7 +35755,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.1.zip", "archiveFileName": "MQTT-2.3.1.zip", "size": 37652, "checksum": "SHA-256:90d1808fad37d0855471e6e38419570833c63ee4733e773c932e0fb985c22571" @@ -21070,7 +35772,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.2.zip", "archiveFileName": "MQTT-2.3.2.zip", "size": 37984, "checksum": "SHA-256:73c2c0a1f8c74727f94cca19e3dbc371bac01d5b36754270ef449afe810899ab" @@ -21087,7 +35789,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.3.3.zip", "archiveFileName": "MQTT-2.3.3.zip", "size": 38030, "checksum": "SHA-256:f8ef4508ec10e4d0a252e51fbc5b5d65dd9ca04b3f6a62412c838e1970dcf395" @@ -21104,7 +35806,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.0.zip", "archiveFileName": "MQTT-2.4.0.zip", "size": 37625, "checksum": "SHA-256:5edc300948acaacc6f7208a120484fb26d89c2169f3cfafcaeedea56f2c996e7" @@ -21121,7 +35823,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.1.zip", "archiveFileName": "MQTT-2.4.1.zip", "size": 37626, "checksum": "SHA-256:f49edff967cd3cd1b539bcc2e17ff7832657c31028dc62c7d6f0e670d474e423" @@ -21138,7 +35840,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.2.zip", "archiveFileName": "MQTT-2.4.2.zip", "size": 37628, "checksum": "SHA-256:06702a6e6a13400d5bdaa8d368939a8a58b69c506268eb74ee9adfaeb9e5c606" @@ -21155,11 +35857,113 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/256dpi/arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.3.zip", "archiveFileName": "MQTT-2.4.3.zip", "size": 38487, "checksum": "SHA-256:9732c333389dcf93c1e0cec8197508f491eac6b4855af793aa754e0d18e81fe9" }, + { + "name": "MQTT", + "version": "2.4.4", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.4.zip", + "archiveFileName": "MQTT-2.4.4.zip", + "size": 38810, + "checksum": "SHA-256:c2d1d28089892d6b356ed4eb989ffe14f4ac019cc0cf7a8d2b83f9a8d96630a2" + }, + { + "name": "MQTT", + "version": "2.4.5", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.5.zip", + "archiveFileName": "MQTT-2.4.5.zip", + "size": 38864, + "checksum": "SHA-256:c44685f995fb5c655c763875fcf39da2661849ba23659446ef50cc9765f28206" + }, + { + "name": "MQTT", + "version": "2.4.6", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.6.zip", + "archiveFileName": "MQTT-2.4.6.zip", + "size": 38939, + "checksum": "SHA-256:869b5b9d3862282ed689e4b475e28dfbb7e12d2bf5a0cf2f7f255100d1bc9396" + }, + { + "name": "MQTT", + "version": "2.4.7", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.7.zip", + "archiveFileName": "MQTT-2.4.7.zip", + "size": 38939, + "checksum": "SHA-256:e4daeeef6883b4abb2a0f365a657cda388e3735247587a94fa9e90412e72c27d" + }, + { + "name": "MQTT", + "version": "2.4.8", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.4.8.zip", + "archiveFileName": "MQTT-2.4.8.zip", + "size": 41171, + "checksum": "SHA-256:cdcf0980c6cc35bdc37efd8815b965f6b7bbdf1b1bed9cd392847f0192027c68" + }, + { + "name": "MQTT", + "version": "2.5.0", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.5.0.zip", + "archiveFileName": "MQTT-2.5.0.zip", + "size": 42191, + "checksum": "SHA-256:7231752b7029ec12149341ccf922f9e01dbab8d2014bc583ae09efab10992d21" + }, { "name": "ModbusMaster", "version": "0.10.2", @@ -21172,7 +35976,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4-20ma/ModbusMaster.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-0.10.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-0.10.2.zip", "archiveFileName": "ModbusMaster-0.10.2.zip", "size": 875491, "checksum": "SHA-256:9c4a432936e01db9fb5bddaae24dbf2f09443e37095dcfd8fa990700948f6fdf" @@ -21189,7 +35993,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4-20ma/ModbusMaster.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-0.10.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-0.10.3.zip", "archiveFileName": "ModbusMaster-0.10.3.zip", "size": 1056291, "checksum": "SHA-256:bfc1e3a5eff96ed0cea78ad1b7ccf003bab9452578fb43e479326c1a516b73e7" @@ -21206,7 +36010,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/4-20ma/ModbusMaster.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-0.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-0.11.0.zip", "archiveFileName": "ModbusMaster-0.11.0.zip", "size": 1236332, "checksum": "SHA-256:81b73481f435cf0187fb9b45ef14a4448b4a5aec92007a6dc2a0dd29c0f7f956" @@ -21223,7 +36027,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4-20ma/ModbusMaster.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-1.0.0.zip", "archiveFileName": "ModbusMaster-1.0.0.zip", "size": 1441890, "checksum": "SHA-256:8292085dfc06abfef48290f0db8eb0d1e53cf2a04c917e6a90a74d66231c972d" @@ -21241,7 +36045,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/ModbusMaster.git", "providesIncludes": ["ModbusMaster.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-2.0.0.zip", "archiveFileName": "ModbusMaster-2.0.0.zip", "size": 269261, "checksum": "SHA-256:2652eb3d647c0d026aa8293408c36d0cee8769bd309e23edf5556f6fc473cd4b" @@ -21259,7 +36063,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/ModbusMaster.git", "providesIncludes": ["ModbusMaster.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/ModbusMaster-2.0.1.zip", "archiveFileName": "ModbusMaster-2.0.1.zip", "size": 269266, "checksum": "SHA-256:32685055fd5576a6cef69de396ae13ae4ef3de49884e6241e08c42e5e048c7ff" @@ -21276,7 +36080,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWIDisplayLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIDisplay_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIDisplay_Library-1.0.0.zip", "archiveFileName": "Akafugu_TWIDisplay_Library-1.0.0.zip", "size": 13577, "checksum": "SHA-256:28a34643264e5f9700ca97c315edabfe7e2e7d941c68a05719c3c84e27473d55" @@ -21293,7 +36097,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWIDisplayLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIDisplay_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIDisplay_Library-1.0.1.zip", "archiveFileName": "Akafugu_TWIDisplay_Library-1.0.1.zip", "size": 13571, "checksum": "SHA-256:7d2f76bf88a8a4a1ec883148273477560a19fd3d56bc8f16bdaa22387680bfa1" @@ -21310,7 +36114,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWIKeyboardLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIKeyboard_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIKeyboard_Library-1.0.0.zip", "archiveFileName": "Akafugu_TWIKeyboard_Library-1.0.0.zip", "size": 10226, "checksum": "SHA-256:4315b3a65be56ad07c63e15c3e2a61c76c8f740973a8e6b7fb076bea85fa46d4" @@ -21327,7 +36131,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWIKeyboardLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIKeyboard_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWIKeyboard_Library-1.0.1.zip", "archiveFileName": "Akafugu_TWIKeyboard_Library-1.0.1.zip", "size": 10220, "checksum": "SHA-256:fe491cd9ce0aed0705356b5748783ea9d20fe1bfbbbf3849da0a7a5dd5673583" @@ -21344,7 +36148,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWILiquidCrystalLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWILiquidCrystal_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWILiquidCrystal_Library-1.0.0.zip", "archiveFileName": "Akafugu_TWILiquidCrystal_Library-1.0.0.zip", "size": 26969, "checksum": "SHA-256:2fc278a631f2919423a760ecccac8d8337925c8a8479f06e6a06947592596cfb" @@ -21361,7 +36165,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWILiquidCrystalLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWILiquidCrystal_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWILiquidCrystal_Library-1.0.1.zip", "archiveFileName": "Akafugu_TWILiquidCrystal_Library-1.0.1.zip", "size": 26965, "checksum": "SHA-256:a201fe3a608ac266a59e3935f496eba3c23513eb4784b134858f5d96c569db86" @@ -21378,7 +36182,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/TWILiquidCrystalLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWILiquidCrystal_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_TWILiquidCrystal_Library-1.0.2.zip", "archiveFileName": "Akafugu_TWILiquidCrystal_Library-1.0.2.zip", "size": 26972, "checksum": "SHA-256:19851b594cf53f56557cb2d04f26a8cc5ab68faa1db030226380d57ad6256dd2" @@ -21395,7 +36199,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/WireRtcLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_WireRtc_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_WireRtc_Library-1.0.0.zip", "archiveFileName": "Akafugu_WireRtc_Library-1.0.0.zip", "size": 12665, "checksum": "SHA-256:6432f2580aba6ea5de7e95b892e35f3f28e0c2b2d3fa7636d8f7c60a797de5a0" @@ -21412,7 +36216,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/akafugu/WireRtcLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_WireRtc_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akafugu/Akafugu_WireRtc_Library-1.0.1.zip", "archiveFileName": "Akafugu_WireRtc_Library-1.0.1.zip", "size": 12659, "checksum": "SHA-256:a5b2fe2e2d3205bac21be507f42841fdfc0081d30647fba97a55b6800ee2cc42" @@ -21429,7 +36233,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amcewen/HttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amcewen/HttpClient-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amcewen/HttpClient-2.2.0.zip", "archiveFileName": "HttpClient-2.2.0.zip", "size": 13542, "checksum": "SHA-256:6b878818c59abe62fe4ae1a8c06cdce25f2c4d0700768a68f6b03c95380cecc4" @@ -21446,7 +36250,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/arachnidlabs/tsunami-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arachnidlabs/Tsunami-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arachnidlabs/Tsunami-1.0.0.zip", "archiveFileName": "Tsunami-1.0.0.zip", "size": 20675, "checksum": "SHA-256:aa02330ce6674a211b6e11e59de9b6cebdb4caa1641fc93ed40a9ef0b8792756" @@ -21463,7 +36267,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Avamander/arduino-tvout.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Avamander/TVout-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Avamander/TVout-1.0.0.zip", "archiveFileName": "TVout-1.0.0.zip", "size": 64550, "checksum": "SHA-256:27e9e057e5324213fd645c52ef5b02dc41cd8cf0283ea7c22fa4e9f2032dc665" @@ -21480,7 +36284,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Avamander/arduino-tvout.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Avamander/TVout-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Avamander/TVout-1.0.1.zip", "archiveFileName": "TVout-1.0.1.zip", "size": 65756, "checksum": "SHA-256:2d0d4db62c1a0a416c6985e1803331003ea7ef8d1c7e9b6e3fe64cb5a9d70ddf" @@ -21497,7 +36301,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/awesomeshield/Awesome-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-0.1.0.zip", "archiveFileName": "Awesome-0.1.0.zip", "size": 12218, "checksum": "SHA-256:cd5a6dde41555dcf9158c6c4fc501c295c46dc440737abd3586e126572e664b5" @@ -21514,7 +36318,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/awesomeshield/Awesome-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-0.2.0.zip", "archiveFileName": "Awesome-0.2.0.zip", "size": 55424, "checksum": "SHA-256:6c7cd11a102aa947d1ae284ac1d41267f2a1c65c36ce4faabe074c06f1e4a5b6" @@ -21531,7 +36335,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/awesomeshield/Awesome-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-1.0.0.zip", "archiveFileName": "Awesome-1.0.0.zip", "size": 54503, "checksum": "SHA-256:ebe445b81e703106865a2cfd67dda936a1efb49b941ba925140c565ee095f7ed" @@ -21548,7 +36352,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/awesomeshield/Awesome-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-1.0.1.zip", "archiveFileName": "Awesome-1.0.1.zip", "size": 54528, "checksum": "SHA-256:e4956d9e65c4719568c450ffa49e2ea2c4b2f116d5a3bb4dc40532cf3d7aec10" @@ -21565,7 +36369,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/awesomeshield/Awesome-Shield-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/awesomeshield/Awesome-1.1.0.zip", "archiveFileName": "Awesome-1.1.0.zip", "size": 54691, "checksum": "SHA-256:ddedd068b62e8eb9fa54e82f2c25b4121d3119505a170917510bfaa0a995623a" @@ -21582,7 +36386,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.0.0.zip", "archiveFileName": "ALA-2.0.0.zip", "size": 902199, "checksum": "SHA-256:c65a573674b3a39397bb20114c55777442ff1c88ab0fbcc1c7a57056f68fe07c" @@ -21599,7 +36403,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.1.0.zip", "archiveFileName": "ALA-2.1.0.zip", "size": 902681, "checksum": "SHA-256:009dfe1f8342a5220033304b00b0ae2dc90d9a4e66919092642c87c4af2f5185" @@ -21616,7 +36420,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.2.0.zip", "archiveFileName": "ALA-2.2.0.zip", "size": 902681, "checksum": "SHA-256:128c4aac3dee76d986cfa0f38130f33daf543fe01b1ed3f8073f97e378fd7c9f" @@ -21633,7 +36437,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.0.zip", "archiveFileName": "ALA-2.3.0.zip", "size": 903812, "checksum": "SHA-256:213f79c7b47a0bde0e23ccb421effb15cc1e4578747af5d0e6c6fd2be182df61" @@ -21650,7 +36454,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.2.zip", "archiveFileName": "ALA-2.3.2.zip", "size": 905044, "checksum": "SHA-256:a486e0fb9c97620dde08f12accbdf2d5d9aedb9d1ea146aa70ce9b2521caf309" @@ -21667,7 +36471,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.3.zip", "archiveFileName": "ALA-2.3.3.zip", "size": 906505, "checksum": "SHA-256:1bf98b4d2ce1ad6f246f552d9c245f4488c723097b4f93e25c7f019bd26cbcfc" @@ -21684,7 +36488,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.4.zip", "archiveFileName": "ALA-2.3.4.zip", "size": 1043166, "checksum": "SHA-256:9f597e399a87385f6dadd59aba132f68036c83991d2bb9146673f4da1621a935" @@ -21701,7 +36505,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.5.zip", "archiveFileName": "ALA-2.3.5.zip", "size": 1043257, "checksum": "SHA-256:67291d29bcfb6f9522f1bde8ef3f62221461ffa28f448417cd8cd0d142334daa" @@ -21718,7 +36522,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.6.zip", "archiveFileName": "ALA-2.3.6.zip", "size": 1043302, "checksum": "SHA-256:78d46f918a4ec3dad66caef8b852ae7cdc9e54e3642a23ec790947a745c6ef7f" @@ -21735,7 +36539,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.7.zip", "archiveFileName": "ALA-2.3.7.zip", "size": 1054375, "checksum": "SHA-256:831fc7d4ee1ca23713a20046687db26b74dfe0c6fe498391cb91dfbf62b10bbf" @@ -21752,7 +36556,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/ALA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/ALA-2.3.8.zip", "archiveFileName": "ALA-2.3.8.zip", "size": 1054533, "checksum": "SHA-256:54aed584b726ced296a58b92c2bfcc6ab3741d98a290caac85a70e7ef18a298a" @@ -21768,8 +36572,8 @@ "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/br3ttb/PID-1.1.1.zip", + "repository": "https://github.com/br3ttb/Arduino-PID-Library", + "url": "https://downloads.arduino.cc/libraries/github.com/br3ttb/PID-1.1.1.zip", "archiveFileName": "PID-1.1.1.zip", "size": 9096, "checksum": "SHA-256:816b9b1081dcbd57a2e805502ba328a8a264799badb37d1ccab54d3f58d1827b" @@ -21785,46 +36589,12 @@ "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/br3ttb/PID-1.2.0.zip", + "repository": "https://github.com/br3ttb/Arduino-PID-Library", + "url": "https://downloads.arduino.cc/libraries/github.com/br3ttb/PID-1.2.0.zip", "archiveFileName": "PID-1.2.0.zip", "size": 10364, "checksum": "SHA-256:98a0570756599e9bd63c39a62d1ddc7535f650c448a6d9a5029c63c903a6f2ad" }, - { - "name": "PID", - "version": "0.0.1", - "author": "Ettore Leandro Tognoli", - "maintainer": "Ettore Leandro Tognoli - ettore.leandro.tognoli@gmail.com", - "sentence": "PID controller", - "paragraph": "A library to calculate PID which has low coupling with IO", - "website": "https://github.com/ettoreleandrotognoli/ArcPID", - "category": "Signal Input/Output", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ettoreleandrotognoli/PID-0.0.1.zip", - "archiveFileName": "PID-0.0.1.zip", - "size": 148193, - "checksum": "SHA-256:be8511e2d9f3ca8d54670e3a1121ad99527b71aa53ca66f309dce7f4ca203d57" - }, - { - "name": "PID", - "version": "0.0.2", - "author": "Ettore Leandro Tognoli", - "maintainer": "Ettore Leandro Tognoli - ettore.leandro.tognoli@gmail.com", - "sentence": "PID controller", - "paragraph": "A library to calculate PID which has low coupling with IO", - "website": "https://github.com/ettoreleandrotognoli/ArcPID", - "category": "Signal Input/Output", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ettoreleandrotognoli/PID-0.0.2.zip", - "archiveFileName": "PID-0.0.2.zip", - "size": 79321, - "checksum": "SHA-256:808be0f8f8e700e52681d6eb68dda83fb1421d8915998d4e4612d1bc023394d3" - }, { "name": "PCD8544", "version": "1.4.2", @@ -21837,7 +36607,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/carlosefr/pcd8544.git", - "url": "http://downloads.arduino.cc/libraries/github.com/carlosefr/PCD8544-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/carlosefr/PCD8544-1.4.2.zip", "archiveFileName": "PCD8544-1.4.2.zip", "size": 13775, "checksum": "SHA-256:6c01716a2fb6b0a226b8804f81bfb303e7c6da30308d3850bd9130a76862eff4" @@ -21854,7 +36624,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/carlosefr/pcd8544.git", - "url": "http://downloads.arduino.cc/libraries/github.com/carlosefr/PCD8544-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/carlosefr/PCD8544-1.4.3.zip", "archiveFileName": "PCD8544-1.4.3.zip", "size": 14229, "checksum": "SHA-256:8ecc92783c792a398bcc648cb8e037d930d9e4c41d2d1d891c5f4836474a8a7e" @@ -21871,7 +36641,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/carlosefr/magstripelib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/carlosefr/MagStripe-1.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/carlosefr/MagStripe-1.8.2.zip", "archiveFileName": "MagStripe-1.8.2.zip", "size": 9400, "checksum": "SHA-256:f22e32cca46b442c72cca9ef3db91cdbc26cfc2189f5a80edd59e15d1edce464" @@ -21888,7 +36658,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/BitBool.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.1.1.zip", "archiveFileName": "BitBool-1.1.1.zip", "size": 3868, "checksum": "SHA-256:9303cd2b199e95390f169a87482797f669c7b60e69b38e16d6780e0d95a025bf" @@ -21905,7 +36675,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/BitBool.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.1.2.zip", "archiveFileName": "BitBool-1.1.2.zip", "size": 3909, "checksum": "SHA-256:26b2ad9c4edc788443716efcb9391aecd8948efa97859ae2a1436d2df799ecd8" @@ -21922,7 +36692,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/BitBool.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.1.3.zip", "archiveFileName": "BitBool-1.1.3.zip", "size": 5024, "checksum": "SHA-256:03b1bdd11229f3fb38f0c181d0160eed7b2d9f7e3d5d5d28e649461608f1e49f" @@ -21939,7 +36709,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/BitBool.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/BitBool-1.2.0.zip", "archiveFileName": "BitBool-1.2.0.zip", "size": 6129, "checksum": "SHA-256:a51c6fdd4446546900de06e2fa83d31a81ed8dc0ff1b8ae2ac70c68a98dcf28f" @@ -21956,7 +36726,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-4.0.0.zip", "archiveFileName": "ArduinoJson-4.0.0.zip", "size": 1296259, "checksum": "SHA-256:34afbd1b11f49aae621ec185e000e2b965456a50ccdb64f8d31ccfdd0a007863" @@ -21973,7 +36743,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.0.zip", "archiveFileName": "ArduinoJson-5.0.0.zip", "size": 1302411, "checksum": "SHA-256:278708beb2bfb8b6cba3f8612de40abca5eab28ae82150d6da179a534c834f3e" @@ -21990,7 +36760,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.1.zip", "archiveFileName": "ArduinoJson-5.0.1.zip", "size": 1311671, "checksum": "SHA-256:c3dbdd9305e124e82703e2590caca3408e7519df9610c4a7abb3b6c36d7433cb" @@ -22007,7 +36777,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.2.zip", "archiveFileName": "ArduinoJson-5.0.2.zip", "size": 1312597, "checksum": "SHA-256:935229a69c050a8265da20b755b002383dd08cb9811226bbaff3a91716d4263e" @@ -22024,7 +36794,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.3.zip", "archiveFileName": "ArduinoJson-5.0.3.zip", "size": 1313751, "checksum": "SHA-256:e7f754a893fd14a0acda4666a8e0d550c20e212e37efadc217de33c362ae6842" @@ -22041,7 +36811,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.4.zip", "archiveFileName": "ArduinoJson-5.0.4.zip", "size": 1319259, "checksum": "SHA-256:46f0e89073088c7ff8b12f6ae4e5245e4ba3f241d1b22496ba058af22934833a" @@ -22058,7 +36828,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.5.zip", "archiveFileName": "ArduinoJson-5.0.5.zip", "size": 1320549, "checksum": "SHA-256:7d1445eb12be6609953d00971b86aae915634a8b984e35417a7a78bdf67641c9" @@ -22075,7 +36845,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.6.zip", "archiveFileName": "ArduinoJson-5.0.6.zip", "size": 1320766, "checksum": "SHA-256:6c568da2fecbe8eee10ebb6f3487edb5fb999bd6ca8c620113f72715406d5a73" @@ -22092,7 +36862,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.7.zip", "archiveFileName": "ArduinoJson-5.0.7.zip", "size": 1320280, "checksum": "SHA-256:469ab7320689ae46fb3b2a891a6048b300da27d9de57d13fded065f13efc66e2" @@ -22109,7 +36879,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.0.8.zip", "archiveFileName": "ArduinoJson-5.0.8.zip", "size": 1327213, "checksum": "SHA-256:100fff87ab13bb1d697f1bd7f774cf60ddbb381bb62c4d2c6564b76cf30dfd7c" @@ -22126,7 +36896,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.0.zip", "archiveFileName": "ArduinoJson-5.1.0.zip", "size": 1333097, "checksum": "SHA-256:29770818ef0064f7d1f37d4cfb7629118633501880f6c7237320da518af83ff4" @@ -22143,7 +36913,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.0-beta.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.0-beta.1.zip", "archiveFileName": "ArduinoJson-5.1.0-beta.1.zip", "size": 1337842, "checksum": "SHA-256:4fdf5b52099232f5ccaad7836a50ea279e9abd4dccd0c14431a566b920eef0fd" @@ -22160,7 +36930,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.0-beta.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.0-beta.2.zip", "archiveFileName": "ArduinoJson-5.1.0-beta.2.zip", "size": 1337596, "checksum": "SHA-256:e895740fd19d6400ab27ba6945bb3af9d4c1c3c363b754dee6c19a0d6bc6e526" @@ -22177,7 +36947,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.1.1.zip", "archiveFileName": "ArduinoJson-5.1.1.zip", "size": 1333383, "checksum": "SHA-256:90852f9907949f85b3abb1c6215980b0311e3e2880d5b33ca846ba36e3cafce0" @@ -22194,7 +36964,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.10.0.zip", "archiveFileName": "ArduinoJson-5.10.0.zip", "size": 239305, "checksum": "SHA-256:7b1fcf5681865bdfcd97d3cdede59b5c95718323351fb6bf6a00c5b1796938b6" @@ -22211,7 +36981,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.10.1.zip", "archiveFileName": "ArduinoJson-5.10.1.zip", "size": 239199, "checksum": "SHA-256:c403071803968e5565080e284e581d49ebbefa403663e7bb2be16a1f28ad5f96" @@ -22228,7 +36998,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.11.0.zip", "archiveFileName": "ArduinoJson-5.11.0.zip", "size": 241415, "checksum": "SHA-256:dfa01e3913f44cd877b0289bf12a42f831d004283ba5fdd7f27d518c253ed902" @@ -22245,7 +37015,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.11.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.11.1.zip", "archiveFileName": "ArduinoJson-5.11.1.zip", "size": 242708, "checksum": "SHA-256:d71928dee2eaf5500b65b7bd151e47ef490f35627b72ebb6f6b74f4bb4532e27" @@ -22262,7 +37032,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.11.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.11.2.zip", "archiveFileName": "ArduinoJson-5.11.2.zip", "size": 256861, "checksum": "SHA-256:6635667f8fd178405b38248a7d30c333486e82eef4ada7c775fbedf78eb291f8" @@ -22279,7 +37049,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.12.0.zip", "archiveFileName": "ArduinoJson-5.12.0.zip", "size": 252118, "checksum": "SHA-256:51c1de960742227e021a3935dabb2aa7d6ceccf3e132e35cf6bb7a7d2932591a" @@ -22297,7 +37067,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.0.zip", "archiveFileName": "ArduinoJson-5.13.0.zip", "size": 254390, "checksum": "SHA-256:eaff2af73244dd2d124b5075496e9e2f7630e799fd16e2529e0043f0c0f40319" @@ -22315,7 +37085,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.1.zip", "archiveFileName": "ArduinoJson-5.13.1.zip", "size": 254684, "checksum": "SHA-256:65c70e74f7df87a16cc9e2115efbdeb7b37bca56174e369d3f39794a018b4458" @@ -22333,7 +37103,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.2.zip", "archiveFileName": "ArduinoJson-5.13.2.zip", "size": 256010, "checksum": "SHA-256:0a2ba4d5edf56b8cc2cd254ab8a6b86959f37b959050317d35d4ce19687d0cce" @@ -22351,7 +37121,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.3.zip", "archiveFileName": "ArduinoJson-5.13.3.zip", "size": 256770, "checksum": "SHA-256:a07d02949d4fbd2ec5e6ea5cdcf17dc049851d65ffbb6ae74b6456f758247b4b" @@ -22369,7 +37139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.4.zip", "archiveFileName": "ArduinoJson-5.13.4.zip", "size": 256585, "checksum": "SHA-256:0991e579dd4304b0a713dac51fc2c42ad17c9f6e8d78d9ff0f9fd963079b62e6" @@ -22387,7 +37157,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.13.5.zip", "archiveFileName": "ArduinoJson-5.13.5.zip", "size": 258915, "checksum": "SHA-256:91b5c98df7d93d25d64f8472d5180ea9d0f1bc1c6df2f6ccaac3355f2a9e822b" @@ -22404,7 +37174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.2.0.zip", "archiveFileName": "ArduinoJson-5.2.0.zip", "size": 1337932, "checksum": "SHA-256:c9f6955a19b4abfcda75ae4975f899c94e01042259de4545077e3ffdebaf78f3" @@ -22421,7 +37191,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.3.0.zip", "archiveFileName": "ArduinoJson-5.3.0.zip", "size": 1342191, "checksum": "SHA-256:cc41dcd1c017c38142581e25f6b049d52e46a310a0586327bdaded31fcfcc46b" @@ -22438,7 +37208,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.4.0.zip", "archiveFileName": "ArduinoJson-5.4.0.zip", "size": 1342050, "checksum": "SHA-256:57a908835f203e70a6494cf2b413d8bdb349c4965779fc576f7858f578ad6638" @@ -22455,7 +37225,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.5.0.zip", "archiveFileName": "ArduinoJson-5.5.0.zip", "size": 1342763, "checksum": "SHA-256:b78b6fa7c88d37293d03be942b2dbc6141b535b8b36a7b25003263e5529d03ba" @@ -22472,7 +37242,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.5.1.zip", "archiveFileName": "ArduinoJson-5.5.1.zip", "size": 1343169, "checksum": "SHA-256:259be2b6d41ee08336adc4ad28bc5874f45cbe3186372852d52de5ef24c8839d" @@ -22489,7 +37259,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.0.zip", "archiveFileName": "ArduinoJson-5.6.0.zip", "size": 1337995, "checksum": "SHA-256:f3f502289cb68a7897c1a21dfa9a2bed705aef90d88e930c42bc3668dd2e90dc" @@ -22506,7 +37276,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.1.zip", "archiveFileName": "ArduinoJson-5.6.1.zip", "size": 1337273, "checksum": "SHA-256:a37cc2d1dc5facf9a87ebd2dfd1f9bb9a2648da5acc149957ea8e6eccb72ba9c" @@ -22523,7 +37293,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.2.zip", "archiveFileName": "ArduinoJson-5.6.2.zip", "size": 1336627, "checksum": "SHA-256:b84b566204b8be8e46fe49a1ffb3dc25381aa538043d7029309abe2cd54900ed" @@ -22540,7 +37310,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.3.zip", "archiveFileName": "ArduinoJson-5.6.3.zip", "size": 1337879, "checksum": "SHA-256:dc7cdb11730a4bfa71ead6464b0611b83fdef87e92c3faa6b3fc0ff3ddd25292" @@ -22557,7 +37327,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.4.zip", "archiveFileName": "ArduinoJson-5.6.4.zip", "size": 1339008, "checksum": "SHA-256:898d1c40aad7c059a3c1f84f0bf2a1e4b3da5a33f5cfd559f3d8edeb1e6d5e77" @@ -22574,7 +37344,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.5.zip", "archiveFileName": "ArduinoJson-5.6.5.zip", "size": 1339138, "checksum": "SHA-256:866d874b93572319a53a471f850bfad7c523dd06ca8fc09e4bbf16804c0dccb7" @@ -22591,7 +37361,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.6.zip", "archiveFileName": "ArduinoJson-5.6.6.zip", "size": 1341283, "checksum": "SHA-256:ce5a00261560cdd97714e338dfbb00472b6406a43e22d4da17ce58b7d32c51d3" @@ -22608,7 +37378,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.6.7.zip", "archiveFileName": "ArduinoJson-5.6.7.zip", "size": 1342843, "checksum": "SHA-256:619fce8d36ffbd99c3565d407d0a2827c468ead22db1a5b6cfd18334f420f4e4" @@ -22625,7 +37395,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.0.zip", "archiveFileName": "ArduinoJson-5.7.0.zip", "size": 1345754, "checksum": "SHA-256:89c5e010eab9446f9242a23a277f59989cb1518b31cb0253f7021732bc257f8c" @@ -22642,7 +37412,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.1.zip", "archiveFileName": "ArduinoJson-5.7.1.zip", "size": 1347159, "checksum": "SHA-256:381386c48c84c098783a3afdddadab5f821f43c7b1c99686ccff48d6a1e01381" @@ -22659,7 +37429,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.2.zip", "archiveFileName": "ArduinoJson-5.7.2.zip", "size": 1345722, "checksum": "SHA-256:c7d8270e96a642bf1e84a05c30ab6eeca1183b7d3625739ef6bf792556f5961e" @@ -22676,7 +37446,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.7.3.zip", "archiveFileName": "ArduinoJson-5.7.3.zip", "size": 1346044, "checksum": "SHA-256:c393b23e03d3f222da47a013b8d6b7bb9787306496b18d9226a3858b0969208a" @@ -22693,7 +37463,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.0.zip", "archiveFileName": "ArduinoJson-5.8.0.zip", "size": 1357117, "checksum": "SHA-256:e87125d716841a1096329310da6f8474b6f992f39e752eef445be651a2a75be0" @@ -22710,7 +37480,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.1.zip", "archiveFileName": "ArduinoJson-5.8.1.zip", "size": 1365255, "checksum": "SHA-256:5afe8f252a26723060e7a6c0876f92136cda52f690cca08c8314f743f8de5930" @@ -22727,7 +37497,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.2.zip", "archiveFileName": "ArduinoJson-5.8.2.zip", "size": 1368003, "checksum": "SHA-256:4831681e5f1854f37d06468bed31a5ce10f343abb5cc47211ff2b5dcec18498e" @@ -22744,7 +37514,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.3.zip", "archiveFileName": "ArduinoJson-5.8.3.zip", "size": 1369656, "checksum": "SHA-256:0963a036f44953ff46f32faf6186d89c665c9951719d6d4a702b23cdf0a49288" @@ -22761,7 +37531,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.8.4.zip", "archiveFileName": "ArduinoJson-5.8.4.zip", "size": 1378644, "checksum": "SHA-256:45ad168f4ef288f3633b1289b4c682579b7de91b5d664cee245e82e516793d3a" @@ -22778,7 +37548,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-5.9.0.zip", "archiveFileName": "ArduinoJson-5.9.0.zip", "size": 239023, "checksum": "SHA-256:33ba99e7970a9a00b8e07b23c5debf0cfd079f01f0988e8ee75db6695150fcb7" @@ -22796,7 +37566,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.0.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.0.0-beta.zip", "archiveFileName": "ArduinoJson-6.0.0-beta.zip", "size": 293168, "checksum": "SHA-256:54f998cabfe59a75760bc281961ccaa1c019f8366c388e64ff757629a7367f80" @@ -22814,7 +37584,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.0.1-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.0.1-beta.zip", "archiveFileName": "ArduinoJson-6.0.1-beta.zip", "size": 292877, "checksum": "SHA-256:d63cecd620b614cb621260db034632b6f94e98b1814e0b0c6ba2bcafacd06673" @@ -22832,7 +37602,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.1.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.1.0-beta.zip", "archiveFileName": "ArduinoJson-6.1.0-beta.zip", "size": 290207, "checksum": "SHA-256:15ef67a1ba72281ca0e6547bebf150b0023d151dbf4d178829ba017c442678c8" @@ -22850,7 +37620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.10.0.zip", "archiveFileName": "ArduinoJson-6.10.0.zip", "size": 353298, "checksum": "SHA-256:5bb2ce210088e56dd0575ec29f3794736803179d7b1f85ad7eab3a338a8d77dd" @@ -22868,7 +37638,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.10.1.zip", "archiveFileName": "ArduinoJson-6.10.1.zip", "size": 353636, "checksum": "SHA-256:f7b3fa8c462525035d42809f7d67cd7f99c45ca7259c9de07b9024688dfbb1d3" @@ -22886,7 +37656,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.0-beta.zip", "archiveFileName": "ArduinoJson-6.2.0-beta.zip", "size": 294459, "checksum": "SHA-256:d997eee2bc359d2c8ed30aa116c6f1b2f2771ab4f9e755cb4b1738297830241f" @@ -22904,7 +37674,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.1-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.1-beta.zip", "archiveFileName": "ArduinoJson-6.2.1-beta.zip", "size": 294558, "checksum": "SHA-256:3d09618c0407547a4d3f313336059690c952d610d4a716dcda26626f735de895" @@ -22922,7 +37692,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.2-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.2-beta.zip", "archiveFileName": "ArduinoJson-6.2.2-beta.zip", "size": 294677, "checksum": "SHA-256:78ddd6923bc34e92e37a27f88c4b46a194bb223b85974fc197ef50351d5d29b7" @@ -22940,7 +37710,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.3-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.2.3-beta.zip", "archiveFileName": "ArduinoJson-6.2.3-beta.zip", "size": 295297, "checksum": "SHA-256:6b67e8b7ec36b5402c6722500bf40a966e5bee986e98239c8c90f1dc541be17e" @@ -22958,7 +37728,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.3.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.3.0-beta.zip", "archiveFileName": "ArduinoJson-6.3.0-beta.zip", "size": 301328, "checksum": "SHA-256:c06dcbdb9896850bd5417ecaad2108357990a652755d655c58ec628b2342782b" @@ -22976,7 +37746,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.4.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.4.0-beta.zip", "archiveFileName": "ArduinoJson-6.4.0-beta.zip", "size": 299578, "checksum": "SHA-256:8e1b5fa0d522456ec475dbbedcac56a3ac0c78e92eef796cd1ac9f5fc9987867" @@ -22994,7 +37764,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.5.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.5.0-beta.zip", "archiveFileName": "ArduinoJson-6.5.0-beta.zip", "size": 312312, "checksum": "SHA-256:f47c525b51cebfc458fb4f25c18dc6ddf1e5c2527b8ab3d1ab7b3763444aecf4" @@ -23012,7 +37782,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.6.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.6.0-beta.zip", "archiveFileName": "ArduinoJson-6.6.0-beta.zip", "size": 320128, "checksum": "SHA-256:997ba52bb94d240b341a523297524f1b1b661a1d99977369309b8e990cf6e2ac" @@ -23030,7 +37800,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.7.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.7.0-beta.zip", "archiveFileName": "ArduinoJson-6.7.0-beta.zip", "size": 317613, "checksum": "SHA-256:2a34c9ed53e16d8cb19e15123c4ef1895c6c89a1438e5d0ac703ecbeab861316" @@ -23048,7 +37818,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.8.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.8.0-beta.zip", "archiveFileName": "ArduinoJson-6.8.0-beta.zip", "size": 333717, "checksum": "SHA-256:1c68420af68529be6af99827f5cf98af90e5305befb758da14482f73929ee3e2" @@ -23066,7 +37836,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.9.0.zip", "archiveFileName": "ArduinoJson-6.9.0.zip", "size": 341159, "checksum": "SHA-256:e00e9aee1933f5fb21811cc7ec5617f918d4b9fc3c213883eaa4c894378eeebe" @@ -23084,7 +37854,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.9.1.zip", "archiveFileName": "ArduinoJson-6.9.1.zip", "size": 343266, "checksum": "SHA-256:20180867a66b16a9f4f14c502a7d6cff5281f24a35e6df463e22ee65ddf286d9" @@ -23102,7 +37872,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.0.zip", "archiveFileName": "ArduinoJson-6.11.0.zip", "size": 359936, "checksum": "SHA-256:333139287038936387d6f31653e43e9ff58e206ed9116f343b03c707d03ed45e" @@ -23120,7 +37890,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.1.zip", "archiveFileName": "ArduinoJson-6.11.1.zip", "size": 359965, "checksum": "SHA-256:759f8e0acea332bf75871649cceef2b7a6503fd5462f577d762e34920d2bb7e9" @@ -23138,7 +37908,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.2.zip", "archiveFileName": "ArduinoJson-6.11.2.zip", "size": 360136, "checksum": "SHA-256:20b516e4ae44660949ae48b9fe2a8915ca036bc8ac555dc7e764144a76d2b95d" @@ -23156,7 +37926,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.3.zip", "archiveFileName": "ArduinoJson-6.11.3.zip", "size": 362107, "checksum": "SHA-256:3cd4543903433379166fce029f418b1adb86d9715f317ea9b4c346f06494a50d" @@ -23174,11 +37944,335 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoJson.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.4.zip", "archiveFileName": "ArduinoJson-6.11.4.zip", "size": 364469, "checksum": "SHA-256:889d03efe97c23218a5b360d420a6604ed2cfe08f8babd05bcf9866150547375" }, + { + "name": "ArduinoJson", + "version": "6.11.5", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "An efficient and elegant JSON library for Arduino.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.11.5.zip", + "archiveFileName": "ArduinoJson-6.11.5.zip", + "size": 365373, + "checksum": "SHA-256:ef48a2bc70bc6b5bb67404bbb0c603a07751723de621bd682ffbf4c81a97c27b" + }, + { + "name": "ArduinoJson", + "version": "6.12.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "An efficient and elegant JSON library for Arduino.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.12.0.zip", + "archiveFileName": "ArduinoJson-6.12.0.zip", + "size": 368335, + "checksum": "SHA-256:38063b74d5a155371380cc768e5d220bbe7209c1dd249a0b34f2696a47f196b6" + }, + { + "name": "ArduinoJson", + "version": "6.13.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "An efficient and elegant JSON library for Arduino.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.13.0.zip", + "archiveFileName": "ArduinoJson-6.13.0.zip", + "size": 376857, + "checksum": "SHA-256:952efa71da7376563698a2cbb32ca16d448ab05d6dddaffbcaf083dfa4f4b3c4" + }, + { + "name": "ArduinoJson", + "version": "6.14.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "An efficient and elegant JSON library for Arduino.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.14.0.zip", + "archiveFileName": "ArduinoJson-6.14.0.zip", + "size": 383977, + "checksum": "SHA-256:b32bc65afca71b3c1f53ccc4ae996f91c0a06660e1701ad08e0c8b81b2cbcd71" + }, + { + "name": "ArduinoJson", + "version": "6.14.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "An efficient and elegant JSON library for Arduino.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.14.1.zip", + "archiveFileName": "ArduinoJson-6.14.1.zip", + "size": 385408, + "checksum": "SHA-256:165690e0067a38ad4baad6ef79d51d7763cc7caa156f630ba7c747d037c3f812" + }, + { + "name": "ArduinoJson", + "version": "6.15.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "An efficient and elegant JSON library for Arduino.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.15.0.zip", + "archiveFileName": "ArduinoJson-6.15.0.zip", + "size": 403449, + "checksum": "SHA-256:38a0fb5ff2efd184e9f10def52359714ce18994a10c466554404b2843d0e6423" + }, + { + "name": "ArduinoJson", + "version": "6.15.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.15.1.zip", + "archiveFileName": "ArduinoJson-6.15.1.zip", + "size": 406456, + "checksum": "SHA-256:5752b35c33ef3b8573acb8fccf1e2ed966aef369133a017e9bcd74c8f8ff9e85" + }, + { + "name": "ArduinoJson", + "version": "6.15.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.15.2.zip", + "archiveFileName": "ArduinoJson-6.15.2.zip", + "size": 409226, + "checksum": "SHA-256:1c776a8dfc0591e9d2a0e5975dc545ceae75ffd26b3bfa47a7c0d1f0632c3064" + }, + { + "name": "ArduinoJson", + "version": "6.16.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.16.0.zip", + "archiveFileName": "ArduinoJson-6.16.0.zip", + "size": 414273, + "checksum": "SHA-256:ac646f7e5af616aab6ff5624fd13ff1d921ba9915183e6d1e0754670277feac3" + }, + { + "name": "ArduinoJson", + "version": "6.16.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.16.1.zip", + "archiveFileName": "ArduinoJson-6.16.1.zip", + "size": 414503, + "checksum": "SHA-256:1f05fe6e625b98162aa3d6e5b8121b16d5fa474b61ce863fddd56767ea1d24ca" + }, + { + "name": "ArduinoJson", + "version": "6.17.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.17.0.zip", + "archiveFileName": "ArduinoJson-6.17.0.zip", + "size": 422667, + "checksum": "SHA-256:b4efe3f43a16d26903bbe84e7d4529c16855b06e8a9ed58806e7a5d7880c2359" + }, + { + "name": "ArduinoJson", + "version": "6.17.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.17.1.zip", + "archiveFileName": "ArduinoJson-6.17.1.zip", + "size": 416362, + "checksum": "SHA-256:31010b56b73c2d9b3cdb0757c3ecfb30c34392c6341d5902d6b4f68be7fcc09f" + }, + { + "name": "ArduinoJson", + "version": "6.17.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.17.2.zip", + "archiveFileName": "ArduinoJson-6.17.2.zip", + "size": 417861, + "checksum": "SHA-256:20c4e77bb623c2d3fe3de7e7a59443e70addbcfe5d1edfdf94cb6db6e44502c3" + }, + { + "name": "ArduinoJson", + "version": "6.17.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.17.3.zip", + "archiveFileName": "ArduinoJson-6.17.3.zip", + "size": 417131, + "checksum": "SHA-256:3c315e574d94a05a949dea842655723b9098b129e0048db262d1e0fb8b44c5bd" + }, + { + "name": "ArduinoJson", + "version": "6.18.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.0.zip", + "archiveFileName": "ArduinoJson-6.18.0.zip", + "size": 428374, + "checksum": "SHA-256:b479ce53d668becb3a5868deb06e3c6413ce7533bbc2a6a991e2c066feac883b" + }, + { + "name": "ArduinoJson", + "version": "6.18.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.1.zip", + "archiveFileName": "ArduinoJson-6.18.1.zip", + "size": 436854, + "checksum": "SHA-256:e427923fdaa050054835cf5b6a70ed041e707d707bed00b65a48d089871135c9" + }, + { + "name": "ArduinoJson", + "version": "6.18.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.2.zip", + "archiveFileName": "ArduinoJson-6.18.2.zip", + "size": 437923, + "checksum": "SHA-256:a7c6b936da239a367416b400a82b4844c8902edcbfd1500b2261fc5293d16b34" + }, + { + "name": "ArduinoJson", + "version": "6.18.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.3.zip", + "archiveFileName": "ArduinoJson-6.18.3.zip", + "size": 439033, + "checksum": "SHA-256:6bea7f78a1fd3645cfcaff19f6626a96386f8a52d9c699b559e9bc2c3090c157" + }, { "name": "Keypad", "version": "3.1.0", @@ -23191,7 +38285,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/Keypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/Keypad-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/Keypad-3.1.0.zip", "archiveFileName": "Keypad-3.1.0.zip", "size": 32421, "checksum": "SHA-256:f2bed8731f90c55e3dcde04a76cc0495587407f10ddd2edc49db434a2ab763ac" @@ -23208,7 +38302,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/Keypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/Keypad-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/Keypad-3.1.1.zip", "archiveFileName": "Keypad-3.1.1.zip", "size": 32428, "checksum": "SHA-256:816e366073a7ca0353b962a973ba3a7c6852f73f8cc2ccb8a6c5223807e5faf5" @@ -23225,7 +38319,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Cheong2K/ble-sdk-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Cheong2K/BLE_SDK_for_Arduino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Cheong2K/BLE_SDK_for_Arduino-1.0.1.zip", "archiveFileName": "BLE_SDK_for_Arduino-1.0.1.zip", "size": 6072963, "checksum": "SHA-256:de78c8c6e0e912880ea7f0612d64f8ef9ffd1da33a992ac34c36087ac9417757" @@ -23243,7 +38337,7 @@ "types": ["Contributed"], "repository": "https://github.com/Chris--A/PrintEx.git", "providesIncludes": ["PrintEx.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.10.zip", "archiveFileName": "PrintEx-1.1.10.zip", "size": 34565, "checksum": "SHA-256:e05aa529ae3c6e0180d84966dbc5341c9c1baa2a56f257fdbd5a8ffd4234133d" @@ -23260,7 +38354,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/PrintEx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.6.zip", "archiveFileName": "PrintEx-1.1.6.zip", "size": 31500, "checksum": "SHA-256:b1cf11e4a87a688110bc65e14680f6c3951e8dc15b93c881ab30e72fbc63b82d" @@ -23277,7 +38371,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/PrintEx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.8.zip", "archiveFileName": "PrintEx-1.1.8.zip", "size": 32775, "checksum": "SHA-256:bd5db8acaf0ed4c4e80ef5f941909928747cea11f1b54e8ec5a0c247053ca47f" @@ -23294,7 +38388,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/PrintEx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.1.9.zip", "archiveFileName": "PrintEx-1.1.9.zip", "size": 32803, "checksum": "SHA-256:c71be51a44696d6ff4d60294debb18b36689027f49776a9ce12f3a6fc5ecdccc" @@ -23312,7 +38406,7 @@ "types": ["Contributed"], "repository": "https://github.com/Chris--A/PrintEx.git", "providesIncludes": ["PrintEx.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/PrintEx-1.2.0.zip", "archiveFileName": "PrintEx-1.2.0.zip", "size": 56098, "checksum": "SHA-256:64fd1b4ff495b2a27eb0344b9dac10d1096355003549ccd6fd4faf4343b19f87" @@ -23329,7 +38423,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/SmallSetup.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/SmallSetup-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/SmallSetup-1.0.0.zip", "archiveFileName": "SmallSetup-1.0.0.zip", "size": 5299, "checksum": "SHA-256:eb2f74930ce9955d7497bfcd1a78859f5571dcf242cc39b9688ff25d4786f77c" @@ -23346,7 +38440,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/Cytron_MP3Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/MP3Player-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/MP3Player-1.0.0.zip", "archiveFileName": "MP3Player-1.0.0.zip", "size": 235221, "checksum": "SHA-256:d44ea14242bb155f2f1e15bf2cd4e092e82f21504a068231885231e262691d53" @@ -23363,7 +38457,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/Cytron_MP3Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/MP3Player-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/MP3Player-1.1.0.zip", "archiveFileName": "MP3Player-1.1.0.zip", "size": 229807, "checksum": "SHA-256:1ebd9b477650fd321a4ec9f43b3a52037fc39f13e9855063112fe03d315b180c" @@ -23380,7 +38474,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/daitangio/sid-arduino-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.3.zip", "archiveFileName": "StereoSID-2.0.3.zip", "size": 16249, "checksum": "SHA-256:acdafdfbea356609c7da8fb775e803f96a4ad27b7a0896b78fa32807bae09978" @@ -23397,7 +38491,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/daitangio/sid-arduino-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.5.zip", "archiveFileName": "StereoSID-2.0.5.zip", "size": 295167, "checksum": "SHA-256:19d252a43b5f58011009f5af70493ef0b2850c8e9fd0353e80093cae65c510eb" @@ -23414,7 +38508,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/daitangio/sid-arduino-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.6.zip", "archiveFileName": "StereoSID-2.0.6.zip", "size": 962424, "checksum": "SHA-256:68a005891d066ecf1f344dc118ddc5847216033b903817422befccccf8063a7d" @@ -23432,11 +38526,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DaAwesomeP/arduino-cardinal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DaAwesomeP/Cardinal-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/Cardinal-1.0.0.zip", "archiveFileName": "Cardinal-1.0.0.zip", "size": 12967, "checksum": "SHA-256:56e60eda615afbb466665887d34ed5eb0f081bdf91d9115f999a27e9429ea072" }, + { + "name": "Cardinal", + "version": "1.0.2", + "author": "Perry Naseck (DaAwesomeP)", + "maintainer": "Perry Naseck (DaAwesomeP)", + "license": "Apache-2.0", + "sentence": "An Arduino library that takes input in degrees and output a string or integer for the 4, 8, 16, or 32 compass headings (like North, South, East, and West).", + "paragraph": "Cardinal is an Arduino library that takes input in degrees and output a string or integer for the 4, 8, 16, or 32 compass headings (like North, South, East, and West). It also makes available environment variables for the minimum, maximum, and middle azimuth of all of the 32 directions. It works fantastically when paired with a magnetometer.", + "website": "https://github.com/DaAwesomeP/arduino-cardinal", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DaAwesomeP/arduino-cardinal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/Cardinal-1.0.2.zip", + "archiveFileName": "Cardinal-1.0.2.zip", + "size": 12987, + "checksum": "SHA-256:604d3386ed692e78ade49e6828ec85f5d1f63bde619e06ee702c4e41fd54c956" + }, { "name": "Pin", "version": "1.0.0", @@ -23449,7 +38561,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-1.0.0.zip", "archiveFileName": "Pin-1.0.0.zip", "size": 44238, "checksum": "SHA-256:c97b3b8630df843afbe144bee7b9178dac3e704f58b512fc30470f91576d2707" @@ -23466,7 +38578,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.0.0.zip", "archiveFileName": "Pin-2.0.0.zip", "size": 46335, "checksum": "SHA-256:19cc0d55189763f0dd972256a745f964184d1d5247eb30a695934b0092616f06" @@ -23483,7 +38595,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.1.0.zip", "archiveFileName": "Pin-2.1.0.zip", "size": 46585, "checksum": "SHA-256:763b9bfa0c2b02e124cf492b4045897ebcbf9afc794e41fb6fee5d0270287e52" @@ -23500,7 +38612,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.0.zip", "archiveFileName": "Pin-2.2.0.zip", "size": 46776, "checksum": "SHA-256:4553da45f8b47b17122526645573e45822fc105912fbd523bc2c2032b6dce549" @@ -23517,7 +38629,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.1.zip", "archiveFileName": "Pin-2.2.1.zip", "size": 46860, "checksum": "SHA-256:b4e65326ef560dab792bfc29b48b623bb46654efc510829acd281406bebd3933" @@ -23534,7 +38646,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.2.zip", "archiveFileName": "Pin-2.2.2.zip", "size": 46937, "checksum": "SHA-256:46921819f803f0dae288bcb94ec23c34b6fc1fa0b77810d92a555b8c14789e46" @@ -23551,7 +38663,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.2.3.zip", "archiveFileName": "Pin-2.2.3.zip", "size": 47152, "checksum": "SHA-256:fe590eb5172cc506ba6414a151e8f616e96accc663bf669bf0d399fa0d784671" @@ -23568,7 +38680,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.3.0.zip", "archiveFileName": "Pin-2.3.0.zip", "size": 52064, "checksum": "SHA-256:985696ca5a744b71d0e04433c4770dc56115fffa818ad2c480f70f362bbe7674" @@ -23585,7 +38697,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.4.0.zip", "archiveFileName": "Pin-2.4.0.zip", "size": 52180, "checksum": "SHA-256:d5d9a1c0d0de1c68dc74f658f94892f17290302aa33c8c079d784a2ed9e05ef3" @@ -23602,7 +38714,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-2.4.1.zip", "archiveFileName": "Pin-2.4.1.zip", "size": 52203, "checksum": "SHA-256:0cd65afa832383d350c21da0ecb29e208d5bda1ac236fdaf8e7a058aa9f2a2c8" @@ -23619,7 +38731,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-3.0.0.zip", "archiveFileName": "Pin-3.0.0.zip", "size": 54189, "checksum": "SHA-256:332b46a9ade52d9fe3a1e3bf439473f5b16fd75aac23905bf3443f4971e5270e" @@ -23636,7 +38748,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-3.0.1.zip", "archiveFileName": "Pin-3.0.1.zip", "size": 54219, "checksum": "SHA-256:0aae85e7117cebe301b6cd2111cb7999e0c827492bbbfa2df122c424f7412ea0" @@ -23653,7 +38765,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.0.0.zip", "archiveFileName": "Pin-4.0.0.zip", "size": 49052, "checksum": "SHA-256:9f6ba1dabf3d6d14eaddb12345bf519e757a0eb32e76d1d50652661df1a0619f" @@ -23670,7 +38782,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.0.1.zip", "archiveFileName": "Pin-4.0.1.zip", "size": 48999, "checksum": "SHA-256:b1cb93683141fcc0a6d065f63637e7e7b0a09b2b2e475c477b661f8369cfb497" @@ -23687,7 +38799,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.1.0.zip", "archiveFileName": "Pin-4.1.0.zip", "size": 134494, "checksum": "SHA-256:4d560ed4642e9a0f60fd9efef8cc3bf98546f075b60cf938b06bb15cf401e96b" @@ -23704,7 +38816,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.1.1.zip", "archiveFileName": "Pin-4.1.1.zip", "size": 134726, "checksum": "SHA-256:4b872c24193bb2b6d9faf5b32fd3e21aeeccb74fdaf00d59882261ab8b295ed4" @@ -23721,7 +38833,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fenichelar/Pin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.2.0.zip", "archiveFileName": "Pin-4.2.0.zip", "size": 134529, "checksum": "SHA-256:58d9f16abb7c157f34c8cb58bc423c6d51fbb5584a38960c703406d623874532" @@ -23738,7 +38850,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.5.3.zip", "archiveFileName": "Exosite-2.5.3.zip", "size": 2454283, "checksum": "SHA-256:e135dac9b079c0652e695324a8dd315a1452ad047d45e0492d1d307af0ffa056" @@ -23755,7 +38867,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.11.zip", "archiveFileName": "Exosite-2.3.11.zip", "size": 2446377, "checksum": "SHA-256:2a21f0eafe67be5c9aac3dd9045564456ba13d071995e44734e8e8c16b44ce06" @@ -23772,7 +38884,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.10.zip", "archiveFileName": "Exosite-2.3.10.zip", "size": 2446198, "checksum": "SHA-256:858b0791a1ba1759a0e7ea5e42659a2088c95745e198faf4d93ead2a6bee0531" @@ -23789,7 +38901,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.3.zip", "archiveFileName": "Exosite-2.3.3.zip", "size": 263661, "checksum": "SHA-256:6fe3cceab31c9957316c1690f6f895764999352c67ba4dfdf7974e2f9d4855cb" @@ -23806,7 +38918,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.5.zip", "archiveFileName": "Exosite-2.3.5.zip", "size": 406979, "checksum": "SHA-256:f35ebc033bdab1a1abb6a60e39fc5669389b42fd66e12eb15002d2286f53c230" @@ -23823,7 +38935,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.6.zip", "archiveFileName": "Exosite-2.3.6.zip", "size": 407167, "checksum": "SHA-256:a1073abcab3fb6d06c75575d2c72b3a28b66bde06545d42b3868ab3a2d943d74" @@ -23840,7 +38952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.7.zip", "archiveFileName": "Exosite-2.3.7.zip", "size": 408176, "checksum": "SHA-256:b989d256397be88747e3b4cb1e697b233f3c3436375b7d4c671847c87b3b5e26" @@ -23857,7 +38969,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.3.9.zip", "archiveFileName": "Exosite-2.3.9.zip", "size": 2446087, "checksum": "SHA-256:23a43054ae007e890a0d7e493448dd58b9c4406c1184f0cdd07ba6c4009f1824" @@ -23874,7 +38986,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.4.0.zip", "archiveFileName": "Exosite-2.4.0.zip", "size": 2446413, "checksum": "SHA-256:db769194508262f7d31661e3a4e9f3522aa52e732ae40a875ddf0a70154f87c6" @@ -23891,7 +39003,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.5.0.zip", "archiveFileName": "Exosite-2.5.0.zip", "size": 2452133, "checksum": "SHA-256:2b2a8fef20ae86d01e367dceb429440a92ae8e5d890c41b094b779fa2b2f4d74" @@ -23908,7 +39020,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.5.2.zip", "archiveFileName": "Exosite-2.5.2.zip", "size": 2452171, "checksum": "SHA-256:36314479abef8bb84d1517839d5c8e181553b89c97ecf5c00f5caf63716c44fc" @@ -23925,7 +39037,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.6.0.zip", "archiveFileName": "Exosite-2.6.0.zip", "size": 2455802, "checksum": "SHA-256:5357d144094ccf51f1b9834627f93419bedf935c6bcbf401e7f39c193f836774" @@ -23942,7 +39054,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.6.1.zip", "archiveFileName": "Exosite-2.6.1.zip", "size": 2454270, "checksum": "SHA-256:fc61518c40f90901ba5c5ecbb2fcd9656ab4cb8fb0d6ed19e40397bec3efb8c7" @@ -23959,7 +39071,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/exosite-garage/arduino_exosite_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/exosite-garage/Exosite-2.6.2.zip", "archiveFileName": "Exosite-2.6.2.zip", "size": 2454338, "checksum": "SHA-256:fdd36278f753e76f2f5b568a99d849ee20e5f3d72170c6db90a93105edcd647a" @@ -23976,7 +39088,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/FTOLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.0.0.zip", "archiveFileName": "FTOLED-1.0.0.zip", "size": 319296, "checksum": "SHA-256:2524513e86e8c335015e239af17a0b27cff73e58ac20841570e33b370c6c670d" @@ -23993,7 +39105,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/FTOLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.1.0.zip", "archiveFileName": "FTOLED-1.1.0.zip", "size": 319495, "checksum": "SHA-256:3476d118f2b89a406a341544145383e4183caf51e1da97317317892d7a8f4435" @@ -24010,7 +39122,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/FTOLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.1.2.zip", "archiveFileName": "FTOLED-1.1.2.zip", "size": 319497, "checksum": "SHA-256:b0adbeb8ecd950654e922124d5c65fdeb5d9869d53843816a1ee102cd0aa46b9" @@ -24027,7 +39139,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/FTOLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/FTOLED-1.1.3.zip", "archiveFileName": "FTOLED-1.1.3.zip", "size": 319628, "checksum": "SHA-256:11b3627fe3379daa8b882081b12634a95071f9338b05b9f5b343469a3a39a908" @@ -24044,7 +39156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.0.0.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.0.0.zip", "size": 370930, "checksum": "SHA-256:50b98ca49b890b2a2a8fb75c574daef5c422782bb45e5f3c965a337d47c45215" @@ -24061,7 +39173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.1.0.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.1.0.zip", "size": 374346, "checksum": "SHA-256:9319f898ddb40c557fbaa8af505ac2208cae4ebade5047fa024be03361bb35e7" @@ -24078,7 +39190,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.1.1.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.1.1.zip", "size": 374481, "checksum": "SHA-256:8f60f4ddf0832926b7e12919388d313f66d45b0021deefbb02c1c58f8f3d6a74" @@ -24095,7 +39207,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.2.0.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.2.0.zip", "size": 375650, "checksum": "SHA-256:3ea518eaf47be0337b22f7d0c96177ef63923341810e811f6ec0849afba33176" @@ -24112,7 +39224,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.2.1.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.2.1.zip", "size": 375806, "checksum": "SHA-256:bad2147f6ed21ab9fe934c414be40034a82a6b50cba3d1897770f334d92a5baa" @@ -24129,7 +39241,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.3.0.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.3.0.zip", "size": 405234, "checksum": "SHA-256:ab832e0f006143dd760e328bce8d29b3a2a7acacf5271e94a814bdc7a8e7582b" @@ -24146,7 +39258,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.3.1.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.3.1.zip", "size": 406619, "checksum": "SHA-256:74b148ad1136ddb949db373a7de64f5feaf0000c6fd6dc522c1dadb6a829657c" @@ -24163,11 +39275,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.3.2.zip", "archiveFileName": "USB_Host_Shield_Library_2_0-1.3.2.zip", "size": 409727, "checksum": "SHA-256:70534b76ff01dbe250a6041afb821a1ce505348f2db2bb89541cc88004dd09c4" }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.4.0", + "author": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko (Circuits@Home) \u003calex-gl@mail.ru\u003e", + "maintainer": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS Buzz, Wii and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.4.0.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.4.0.zip", + "size": 461785, + "checksum": "SHA-256:15d6dc530e05a7942ef09613cd9644ce152b25bfef0afdc161a99f4503220320" + }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.5.0", + "author": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko (Circuits@Home) \u003calex-gl@mail.ru\u003e", + "maintainer": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS5, PS Buzz, Wii and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.5.0.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.5.0.zip", + "size": 486800, + "checksum": "SHA-256:f708694964db048f614d7ca4e4fdb1e40d3ea07f4c72d3d548d937273c91821c" + }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.6.0", + "author": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko (Circuits@Home) \u003calex-gl@mail.ru\u003e", + "maintainer": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS5, PS Buzz, Wii, Switch Pro and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.6.0.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.6.0.zip", + "size": 510560, + "checksum": "SHA-256:f70ff1553e11e2bbd16a3e07798a43cb54d9a83d47c90e97dddf698a569fb27b" + }, { "name": "FTRGBLED", "version": "1.0.0", @@ -24180,7 +39343,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/FTRGBLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/FTRGBLED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/FTRGBLED-1.0.0.zip", "archiveFileName": "FTRGBLED-1.0.0.zip", "size": 10486, "checksum": "SHA-256:9e7f8204959de851a439bfbc09c802d83a138ec6c90ddb1bfe4c0607e5531147" @@ -24197,7 +39360,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/DMD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/DMD2-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/DMD2-0.0.1.zip", "archiveFileName": "DMD2-0.0.1.zip", "size": 52987, "checksum": "SHA-256:131f86390948964ecfdbbbd8d683d6164e709f6473bc2f288e4d0180f14987de" @@ -24214,7 +39377,7 @@ "architectures": ["avr", "sam", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/freetronics/DMD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/DMD2-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/DMD2-0.0.3.zip", "archiveFileName": "DMD2-0.0.3.zip", "size": 53866, "checksum": "SHA-256:7f2be5d8087e1b8f08995fc5f2cdca57d6f5754c259730defc02526f031d9c16" @@ -24230,7 +39393,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/freetronics/BaroSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/freetronics/BaroLibrary-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/freetronics/BaroLibrary-1.0.0.zip", "archiveFileName": "BaroLibrary-1.0.0.zip", "size": 19971, "checksum": "SHA-256:c01c99369bcfbedd82207e53c090d09d42e00aabbaeca57f41416ccaa2dce271" @@ -24247,7 +39410,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.6.0.zip", "archiveFileName": "EnableInterrupt-0.6.0.zip", "size": 2791422, "checksum": "SHA-256:114cc2901f9723990fb50900211d57fbff4a57af11deb8b445a4ba18d8fc4def" @@ -24264,7 +39427,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.8.2.zip", "archiveFileName": "EnableInterrupt-0.8.2.zip", "size": 2803855, "checksum": "SHA-256:ba77bcd5ad7d316f68bb9b19181dbfdc3d44d3c3b7cd3cdc6270d42e720985ae" @@ -24281,7 +39444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.0.zip", "archiveFileName": "EnableInterrupt-0.9.0.zip", "size": 2812811, "checksum": "SHA-256:52e2ba93edbc4d365ec75bcb75ecbbb463c9bc7b37d2ea16639bce3b49b2ad09" @@ -24298,7 +39461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.1.zip", "archiveFileName": "EnableInterrupt-0.9.1.zip", "size": 2814633, "checksum": "SHA-256:cb38d424a168ff016074d1b46cdae74afccb5be69bdd02413539bd4124a5bdde" @@ -24315,7 +39478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.2.zip", "archiveFileName": "EnableInterrupt-0.9.2.zip", "size": 2814884, "checksum": "SHA-256:692a2de7fe01e539f6f53143fbc6990467204d2a93858bf8a4e5d5235b46b5d9" @@ -24332,7 +39495,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.3.zip", "archiveFileName": "EnableInterrupt-0.9.3.zip", "size": 2815067, "checksum": "SHA-256:c7453efa34eb9cfd59b56c3faed9fb5a323767d0b2f83583694436906ec4d773" @@ -24349,7 +39512,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.4.zip", "archiveFileName": "EnableInterrupt-0.9.4.zip", "size": 2815303, "checksum": "SHA-256:38d392c26bf62f6469ce2d17c18bf10b080f189c2d75bc79edb118bd75b2740b" @@ -24366,7 +39529,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.5.zip", "archiveFileName": "EnableInterrupt-0.9.5.zip", "size": 2817080, "checksum": "SHA-256:2aba802f319458ebf1a2fb3d1b4db5669c7a5341ea9d58cbe656560ad44689b6" @@ -24383,11 +39546,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GreyGnome/EnableInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-0.9.8.zip", "archiveFileName": "EnableInterrupt-0.9.8.zip", "size": 2819763, "checksum": "SHA-256:6b32a52f12612fe243a8fabae90603ee574c8a1cc0439be112b60923d889300e" }, + { + "name": "EnableInterrupt", + "version": "1.1.0", + "author": "Mike \"GreyGnome\" Schwager \u003cmschwage@gmail.com\u003e", + "maintainer": "Mike \"GreyGnome\" Schwager \u003cmschwage@gmail.com\u003e", + "sentence": "Assign an interrupt to any supported pin on all Arduinos, plus ATtiny 84/85 and ATmega 644/1284.", + "paragraph": "Provides a consistent API across chips, architectures, and interrupt types. Makes External and Pin Change on the ATmega series, and Due and Zero pin interrupts operate similarly. Code optimized for speed; includes an extra-high-speed mode for speed critical code.", + "website": "https://github.com/GreyGnome/EnableInterrupt", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GreyGnome/EnableInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GreyGnome/EnableInterrupt-1.1.0.zip", + "archiveFileName": "EnableInterrupt-1.1.0.zip", + "size": 2821194, + "checksum": "SHA-256:888c39edb3ae8464c25976f4ed530b5644fd16c03582e469e53bd47409f9a679" + }, { "name": "UTFT_SdRaw", "version": "1.2.0", @@ -24400,7 +39580,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ghlawrence2000/UTFT_SdRaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.0.zip", "archiveFileName": "UTFT_SdRaw-1.2.0.zip", "size": 3623187, "checksum": "SHA-256:6556acdf7c00628db567ed59d35742182eb35031aa32ff0c7bcf94048b01b1a4" @@ -24417,7 +39597,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ghlawrence2000/UTFT_SdRaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.2.zip", "archiveFileName": "UTFT_SdRaw-1.2.2.zip", "size": 3789209, "checksum": "SHA-256:a49d6629792ea5a4843da9add24f03576d665f406c9cf4060fece479fab9a405" @@ -24434,7 +39614,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ghlawrence2000/UTFT_SdRaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.3.zip", "archiveFileName": "UTFT_SdRaw-1.2.3.zip", "size": 3792679, "checksum": "SHA-256:17645cf7d51b10b93cc043286b69c8b9d3cd00def5ea98ea3d55dacc6d0edbcd" @@ -24451,7 +39631,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ghlawrence2000/UTFT_SdRaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ghlawrence2000/UTFT_SdRaw-1.2.4.zip", "archiveFileName": "UTFT_SdRaw-1.2.4.zip", "size": 3792743, "checksum": "SHA-256:2e458316d5ffd752f3e47af602f9ad042ba25f1ad0b049fa74cfa49f265d4ad2" @@ -24468,7 +39648,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/guglielmino/arduino-pushetta-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/guglielmino/Pushetta-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/guglielmino/Pushetta-1.0.0.zip", "archiveFileName": "Pushetta-1.0.0.zip", "size": 5415, "checksum": "SHA-256:7e5c565a30daaa2756a60a6b527426ec3a11d48963f322073ccacb7d21428294" @@ -24485,7 +39665,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/guglielmino/arduino-pushetta-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/guglielmino/Pushetta-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/guglielmino/Pushetta-1.0.1.zip", "archiveFileName": "Pushetta-1.0.1.zip", "size": 5433, "checksum": "SHA-256:225db6eeb2c97d32652fbfb5e6bced78555859a2cb9d4febd559171d08d38e58" @@ -24502,7 +39682,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/iobeam/iobeam-client-embedded.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iobeam/Iobeam-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iobeam/Iobeam-0.1.0.zip", "archiveFileName": "Iobeam-0.1.0.zip", "size": 49937, "checksum": "SHA-256:c011f57dad278ce4378b0f1886b3289ec4acf7a82a114677c5389c2267699f6a" @@ -24519,7 +39699,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.10.0.zip", "archiveFileName": "OneSheeld-1.10.0.zip", "size": 206551, "checksum": "SHA-256:e06e7f90cea902e142a46e701b7980f30dcbb06459f70e5aa7fee499bd6f1edd" @@ -24536,7 +39716,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.11.0.zip", "archiveFileName": "OneSheeld-1.11.0.zip", "size": 213144, "checksum": "SHA-256:b20779b3ec0cfab46f518f5ea90594eac8530f69d39a23e2034b2558cebc630d" @@ -24553,7 +39733,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.12.0.zip", "archiveFileName": "OneSheeld-1.12.0.zip", "size": 216051, "checksum": "SHA-256:0ed27b5c74cac3561133aebe03a3e3954043c0611ed5e529fb2215c3e780400b" @@ -24570,7 +39750,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.13.0.zip", "archiveFileName": "OneSheeld-1.13.0.zip", "size": 224838, "checksum": "SHA-256:3500ab5621b44e32a9488578e9e8a51c2155fef7820560d19ad78ded53237fd9" @@ -24587,7 +39767,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.14.0.zip", "archiveFileName": "OneSheeld-1.14.0.zip", "size": 224283, "checksum": "SHA-256:6d4925134781e1226bd25f4ec79c7bfba3962f3d3c4affea442c38a30590e7d7" @@ -24604,7 +39784,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.5.0.zip", "archiveFileName": "OneSheeld-1.5.0.zip", "size": 169901, "checksum": "SHA-256:b639432484c0ce1d031e5a2d259c1e041eda2550cf4a196792db8aac27abe753" @@ -24621,7 +39801,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.6.0.zip", "archiveFileName": "OneSheeld-1.6.0.zip", "size": 194338, "checksum": "SHA-256:725f0621424aabbd3d931fc48517032f1ad0a9de63284d766a8c260e7b6dfad3" @@ -24638,7 +39818,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.6.1.zip", "archiveFileName": "OneSheeld-1.6.1.zip", "size": 193453, "checksum": "SHA-256:f8055c2504f88322e29b9b9d513e3ecbe3e50408bb28f32adba83888a88486ae" @@ -24655,7 +39835,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.7.0.zip", "archiveFileName": "OneSheeld-1.7.0.zip", "size": 195660, "checksum": "SHA-256:ee8d5dd43614695a68659bbf60c03d5d03ca9ca4ef7de5e6319bcb176d76a0ef" @@ -24672,7 +39852,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.8.0.zip", "archiveFileName": "OneSheeld-1.8.0.zip", "size": 199079, "checksum": "SHA-256:863e4bb58c08af9a4dcc22e77679a1e05f116e8706bf415f5f5e789d625b10f2" @@ -24689,7 +39869,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.9.0.zip", "archiveFileName": "OneSheeld-1.9.0.zip", "size": 199612, "checksum": "SHA-256:b8165383161fc70f53fd8eac66607ee8077e80bfe3818b2270547eb62b19e757" @@ -24706,7 +39886,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.9.1.zip", "archiveFileName": "OneSheeld-1.9.1.zip", "size": 199710, "checksum": "SHA-256:76681e8b86d1f05d1c6120a6eab9d97ce62011b5aacf86fe90f39abcbadfbd93" @@ -24723,7 +39903,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Integreight/1Sheeld-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Integreight/OneSheeld-1.9.2.zip", "archiveFileName": "OneSheeld-1.9.2.zip", "size": 199746, "checksum": "SHA-256:a46d829aaed9c919402bad26481cb4cf1fc79f8082b23871b6f644fb2fe18718" @@ -24740,7 +39920,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoThread.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.0.0.zip", "archiveFileName": "ArduinoThread-2.0.0.zip", "size": 26495, "checksum": "SHA-256:71bbecbc59c830e7049af4e9502e3a68278f7e0167ca827ee8c9cc5fc5b410b9" @@ -24757,7 +39937,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoThread.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.0.2.zip", "archiveFileName": "ArduinoThread-2.0.2.zip", "size": 26543, "checksum": "SHA-256:0542baa4f7a50e065f32f47cbcb9d727f482b03a9459b50342ad6292fddb1431" @@ -24774,7 +39954,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoThread.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.0.3.zip", "archiveFileName": "ArduinoThread-2.0.3.zip", "size": 27079, "checksum": "SHA-256:a0583acba6c861520dd4af4192410974fd6644554ac24c189a08387ecc3428ec" @@ -24791,7 +39971,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoThread.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.1.0.zip", "archiveFileName": "ArduinoThread-2.1.0.zip", "size": 30067, "checksum": "SHA-256:711db97757ca606b863e0a82760b8956ba979f82f9f580307a110d9444367df2" @@ -24808,7 +39988,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoThread.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoThread-2.1.1.zip", "archiveFileName": "ArduinoThread-2.1.1.zip", "size": 30073, "checksum": "SHA-256:dc00acb27ac66baa17ffd6a5337eeda7d45838f569c6a203491dff3a706f614a" @@ -24825,7 +40005,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoSensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-2.0.0.zip", "archiveFileName": "ArduinoSensors-2.0.0.zip", "size": 83806, "checksum": "SHA-256:d9138d9aaec0373ae1ced26d6669579361d3d71aa05112b2de6f0f6d8863f82d" @@ -24842,7 +40022,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoSensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-1.1.0.zip", "archiveFileName": "ArduinoSensors-1.1.0.zip", "size": 83802, "checksum": "SHA-256:645ad9db2d155212cd2c55473f3d8116128590505301f85201dfeca3af821f32" @@ -24859,11 +40039,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/ArduinoSensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-1.2.0.zip", "archiveFileName": "ArduinoSensors-1.2.0.zip", "size": 83804, "checksum": "SHA-256:3293438412d8b671c1fb9c7311977878d71e8a77791948012e547d6c83c3a21d" }, + { + "name": "ArduinoSensors", + "version": "1.3.0", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A Library of Libraries of Sensors", + "paragraph": "REQUIRES \u003cArduinoThread\u003e Library. This library was made to provide lot`s of out-of-the-box features, such as 'Interfaces', 'Threadable' sensors, and reliability over C++ Objects.", + "website": "https://github.com/ivanseidel/ArduinoSensors", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ivanseidel/ArduinoSensors.git", + "dependencies": [ + { + "name": "ArduinoThread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-1.3.0.zip", + "archiveFileName": "ArduinoSensors-1.3.0.zip", + "size": 83813, + "checksum": "SHA-256:bb321cff5e7cc098cdf33551260882040619d0954b1720eab5f931b41f3685fe" + }, { "name": "DueTimer", "version": "1.4.5", @@ -24876,7 +40078,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/DueTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/DueTimer-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/DueTimer-1.4.5.zip", "archiveFileName": "DueTimer-1.4.5.zip", "size": 11682, "checksum": "SHA-256:110be7470b3a1b87a8688167cb178f678e1e8e1ff112afccedb3a04ae030f86e" @@ -24893,7 +40095,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/DueTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/DueTimer-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/DueTimer-1.4.6.zip", "archiveFileName": "DueTimer-1.4.6.zip", "size": 11690, "checksum": "SHA-256:4b60be950efc4065dc15a7405ec330f1a7937c4830379862a298163300226204" @@ -24910,7 +40112,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/DueTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/DueTimer-1.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/DueTimer-1.4.7.zip", "archiveFileName": "DueTimer-1.4.7.zip", "size": 12117, "checksum": "SHA-256:8e5b5621d0f2792a962241e57c698d739f9f967cbd3b5302df3def8624fd9235" @@ -24927,7 +40129,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/LinkedList.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.2.2.zip", "archiveFileName": "LinkedList-1.2.2.zip", "size": 7974, "checksum": "SHA-256:003e81a3e7c75af31e52efc764c976e85ac3342c74d9b546e487272c1ea7111a" @@ -24944,11 +40146,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/LinkedList.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.2.3.zip", "archiveFileName": "LinkedList-1.2.3.zip", "size": 8478, "checksum": "SHA-256:334da55accb759b29b60376ce35186f78e084106efe078b36339c2eb7ec39b89" }, + { + "name": "LinkedList", + "version": "1.3.1", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A fully implemented LinkedList made to work with Arduino projects", + "paragraph": "The objective of this library is to create a pattern for projects. If you need to use a List of: int, float, objects, Lists or Wales. This is what you are looking for.", + "website": "https://github.com/ivanseidel/LinkedList", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ivanseidel/LinkedList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.3.1.zip", + "archiveFileName": "LinkedList-1.3.1.zip", + "size": 11558, + "checksum": "SHA-256:cfb11593b327ba9bccfe602dd5fa0c487da9cb50c8ee4f7c261ac431e8a786e7" + }, + { + "name": "LinkedList", + "version": "1.3.2", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A fully implemented LinkedList made to work with Arduino projects", + "paragraph": "The objective of this library is to create a pattern for projects. If you need to use a List of: int, float, objects, Lists or Wales. This is what you are looking for.", + "website": "https://github.com/ivanseidel/LinkedList", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ivanseidel/LinkedList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.3.2.zip", + "archiveFileName": "LinkedList-1.3.2.zip", + "size": 11561, + "checksum": "SHA-256:4bcc1f28a68572df3588af63cd2bfb9f495f61bca5d0804f0a5da39eed4a9dfa" + }, { "name": "Gaussian", "version": "1.0.4", @@ -24961,7 +40197,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/Gaussian.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.4.zip", "archiveFileName": "Gaussian-1.0.4.zip", "size": 10695, "checksum": "SHA-256:6588034a4c02b7a2225e5e12aea89a75f6b99b288f0fd2872d64b7a725260139" @@ -24978,7 +40214,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/Gaussian.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.5.zip", "archiveFileName": "Gaussian-1.0.5.zip", "size": 10707, "checksum": "SHA-256:a30608c6bd01ae3fe7215469da8583e63d93742bf9b4e07a5511072c267ff0b5" @@ -24995,7 +40231,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/Gaussian.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.6.zip", "archiveFileName": "Gaussian-1.0.6.zip", "size": 10712, "checksum": "SHA-256:3a5910f89d555e8e03d63cf23c36793d5c96343842e3790e4824a004a63d366f" @@ -25012,7 +40248,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ivanseidel/Gaussian.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/Gaussian-1.0.7.zip", "archiveFileName": "Gaussian-1.0.7.zip", "size": 11030, "checksum": "SHA-256:33ac2bb5808baa185d7831ab8c52ed9aab5351053955404e4b6a477754c2ff77" @@ -25029,7 +40265,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-menusystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.0.0.zip", "archiveFileName": "arduino_menusystem-2.0.0.zip", "size": 15115, "checksum": "SHA-256:f8caaf5c0460889e553a6c63984b4b476fcc966fe1852773efb199489f429375" @@ -25046,7 +40282,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-menusystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.0.1.zip", "archiveFileName": "arduino_menusystem-2.0.1.zip", "size": 18867, "checksum": "SHA-256:436c3f10c7ae03e5cb0a25c213b881bf3ea2edb1e4da9c4a4296e902f45145ba" @@ -25063,7 +40299,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-menusystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.0.2.zip", "archiveFileName": "arduino_menusystem-2.0.2.zip", "size": 22944, "checksum": "SHA-256:70e5e3c34711be37697553a5850f8129a136a49b72737db9944d7352997038b5" @@ -25080,7 +40316,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-menusystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.1.0.zip", "archiveFileName": "arduino_menusystem-2.1.0.zip", "size": 23303, "checksum": "SHA-256:ed002d849f8625efb98aa5076a925ec6ac699a98b11a0c359caf4a30b755ea0d" @@ -25097,7 +40333,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-menusystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-2.1.1.zip", "archiveFileName": "arduino_menusystem-2.1.1.zip", "size": 23349, "checksum": "SHA-256:48b7a91f7ab48ceb34282d219b08ad2ffd408e4112bfa6e65e3eda9ca5cde686" @@ -25114,7 +40350,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-menusystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_menusystem-3.0.0.zip", "archiveFileName": "arduino_menusystem-3.0.0.zip", "size": 26657, "checksum": "SHA-256:9bc946bc9990f2352c71d2a6f5c864b601f4801aad1ac50af37fd5bae76c937e" @@ -25131,7 +40367,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-fsm.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_fsm-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_fsm-2.0.0.zip", "archiveFileName": "arduino_fsm-2.0.0.zip", "size": 5124, "checksum": "SHA-256:370f1107ef3280b7441c3fb48dd18838272b9c8415d8512c528e06dbd3f6b3ea" @@ -25148,7 +40384,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-fsm.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_fsm-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_fsm-2.1.0.zip", "archiveFileName": "arduino_fsm-2.1.0.zip", "size": 6504, "checksum": "SHA-256:f918005e48e4e17965b534a70cc4a4fb4a8573522b621d7dbb3b5fc986d988aa" @@ -25165,7 +40401,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jonblack/arduino-fsm.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonblack/arduino_fsm-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonblack/arduino_fsm-2.2.0.zip", "archiveFileName": "arduino_fsm-2.2.0.zip", "size": 9663, "checksum": "SHA-256:529bfc0fc3d46289edd0ad270dd07cbdf6ad8f2df37d87bfa74346a9339d0227" @@ -25182,7 +40418,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.1.0.zip", "archiveFileName": "aREST-2.1.0.zip", "size": 30346, "checksum": "SHA-256:710f65e4ce03f33e09fb635ae5fc44af130a5f18850e60a542e64b6ef8002d21" @@ -25199,7 +40435,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-1.9.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-1.9.9.zip", "archiveFileName": "aREST-1.9.9.zip", "size": 24694, "checksum": "SHA-256:517c561a7e313169207b667e741e6f9d7b85d82638ffa14a8f4ab2a295cd400c" @@ -25216,7 +40452,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-1.9.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-1.9.7.zip", "archiveFileName": "aREST-1.9.7.zip", "size": 23725, "checksum": "SHA-256:798228a79312be2b1a937732ee537191d93e2bf65e6f66a5166b178c9028f560" @@ -25233,7 +40469,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.0.1.zip", "archiveFileName": "aREST-2.0.1.zip", "size": 27697, "checksum": "SHA-256:38e483436e15483f9e439bcb640b41ffb1ec78c4a9862cdc65a52e0e91a2cdd1" @@ -25250,7 +40486,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.0.3.zip", "archiveFileName": "aREST-2.0.3.zip", "size": 30346, "checksum": "SHA-256:aeb94a1e25c712ac33352a19846cffd6c9c842bc1a8b155b0efec729b1d6442c" @@ -25267,7 +40503,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.1.1.zip", "archiveFileName": "aREST-2.1.1.zip", "size": 30389, "checksum": "SHA-256:cfd3c70941a8a361414b7a15bcb14fada22a733a8d039d007ab7273d31d9ce76" @@ -25284,7 +40520,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.2.0.zip", "archiveFileName": "aREST-2.2.0.zip", "size": 32829, "checksum": "SHA-256:c5600fc9bdd98d4d281f5f081224d4144bd3cc378e6bf77dd5b08c45141b002c" @@ -25301,7 +40537,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.3.0.zip", "archiveFileName": "aREST-2.3.0.zip", "size": 33999, "checksum": "SHA-256:7d8dd8e81e42ba27081121856a01f2a438009bf43d05051fbe2bd6df8ec12b10" @@ -25318,7 +40554,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.3.1.zip", "archiveFileName": "aREST-2.3.1.zip", "size": 39016, "checksum": "SHA-256:8bfc230c148ca28e12bce24b565e303c003293733d97dd87e9430fd044f22cf4" @@ -25335,7 +40571,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.4.0.zip", "archiveFileName": "aREST-2.4.0.zip", "size": 39518, "checksum": "SHA-256:6d76c3b6f4224039ef63c8fb17c18ec239f035c3c97f709aa97d9e39b54816f9" @@ -25352,7 +40588,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.4.1.zip", "archiveFileName": "aREST-2.4.1.zip", "size": 42264, "checksum": "SHA-256:f538c580d38087e09aab7934122746a938c8caec401030b519b47ba9a8c6d0fb" @@ -25369,7 +40605,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.5.0.zip", "archiveFileName": "aREST-2.5.0.zip", "size": 45129, "checksum": "SHA-256:252707e0b798d9ce044a094ecbbe5acfadcd43abb1d768cbc2c160b1b4c2bbb6" @@ -25386,7 +40622,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.6.0.zip", "archiveFileName": "aREST-2.6.0.zip", "size": 45177, "checksum": "SHA-256:2df30f33e486c29f55b1f18ec7a54185398717a99a7325561ed727ceee71f7cc" @@ -25403,7 +40639,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.0.zip", "archiveFileName": "aREST-2.7.0.zip", "size": 46320, "checksum": "SHA-256:9c0696c32ff51bb49d8fb8334670a842f67c142c2ac42865fc9b3a5da7b26208" @@ -25420,7 +40656,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.1.zip", "archiveFileName": "aREST-2.7.1.zip", "size": 48483, "checksum": "SHA-256:51dc0fc8c5395fdf3a0bc736fd830ef0057b923359b037ebe35aaa463a35e064" @@ -25437,7 +40673,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.2.zip", "archiveFileName": "aREST-2.7.2.zip", "size": 48869, "checksum": "SHA-256:68232f869d035b5bfa39edf0bcb232e84d953bcc8e451b6755e7147742b957ba" @@ -25454,7 +40690,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.3.zip", "archiveFileName": "aREST-2.7.3.zip", "size": 49517, "checksum": "SHA-256:ed4e847750be21606c2dc865344640cd6b959f421a7df4aa70c7fa9c394af266" @@ -25471,7 +40707,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.7.4.zip", "archiveFileName": "aREST-2.7.4.zip", "size": 49533, "checksum": "SHA-256:c51e9e0c8b955bccb85ceeef5243e1e6fcb520947c8354950414e8267aea187b" @@ -25488,11 +40724,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.8.0.zip", "archiveFileName": "aREST-2.8.0.zip", "size": 49684, "checksum": "SHA-256:9dc4d7af8df6bec6a9628ebd06f8d2e2dbb34a2c8218125230fbcbcfb4a0e4e5" }, + { + "name": "aREST", + "version": "2.8.1", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.8.1.zip", + "archiveFileName": "aREST-2.8.1.zip", + "size": 43569, + "checksum": "SHA-256:40dad54c4d1a1097664de17a4aebfcc2faa467ba453c8f45dc7d09087b4afae3" + }, + { + "name": "aREST", + "version": "2.9.0", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.0.zip", + "archiveFileName": "aREST-2.9.0.zip", + "size": 43575, + "checksum": "SHA-256:f42736ccf23957e2f8c1df7a10eb4b6272c26524ad143e0a3c70d8a8b9320849" + }, + { + "name": "aREST", + "version": "2.9.1", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.1.zip", + "archiveFileName": "aREST-2.9.1.zip", + "size": 43590, + "checksum": "SHA-256:4db309e310e9f73e5ba9ee2d80cebc6925dc93026199ccc6fca5eecd3f574d2c" + }, + { + "name": "aREST", + "version": "2.9.2", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.2.zip", + "archiveFileName": "aREST-2.9.2.zip", + "size": 43549, + "checksum": "SHA-256:539497dac81b89c329d2b49d61936aec9d2f868235c7d79fef5765ed4ef58440" + }, + { + "name": "aREST", + "version": "2.9.3", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.3.zip", + "archiveFileName": "aREST-2.9.3.zip", + "size": 43547, + "checksum": "SHA-256:3906e1183c7eec6878082c7bcf802438989306f9a673e8d3347faf72c2720b1a" + }, + { + "name": "aREST", + "version": "2.9.4", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.4.zip", + "archiveFileName": "aREST-2.9.4.zip", + "size": 43561, + "checksum": "SHA-256:8f93a0c006251044d0964b7c894eccf29d49607daf5a2314b2a49adb63ed6269" + }, + { + "name": "aREST", + "version": "2.9.5", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.5.zip", + "archiveFileName": "aREST-2.9.5.zip", + "size": 43590, + "checksum": "SHA-256:5060517ecc46d40cd9ad9db8194932223b0e9d3a44b9f9ec185643c7018a23f2" + }, { "name": "aREST UI", "version": "1.0.1", @@ -25505,7 +40860,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST_UI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST_UI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST_UI-1.0.1.zip", "archiveFileName": "aREST_UI-1.0.1.zip", "size": 9270, "checksum": "SHA-256:062429d50db82d5d2b3e46e480950c2791c024dae6ee213da8cb6f4b7248bcdf" @@ -25522,7 +40877,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST_UI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST_UI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST_UI-1.1.0.zip", "archiveFileName": "aREST_UI-1.1.0.zip", "size": 9534, "checksum": "SHA-256:3a854bd88c66aa8242e6bb4590f1ef3f27371c7af729548da69291cfd5dc97b9" @@ -25539,7 +40894,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/aREST_UI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST_UI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST_UI-1.1.1.zip", "archiveFileName": "aREST_UI-1.1.1.zip", "size": 9690, "checksum": "SHA-256:c21d1b440e3f218b8e1e7ba9b9a09b082d641e7c0f20b7b01fd62b82c24b5baa" @@ -25556,7 +40911,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/LiquidCrystal_I2C-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/LiquidCrystal_I2C-1.1.1.zip", "archiveFileName": "LiquidCrystal_I2C-1.1.1.zip", "size": 20807, "checksum": "SHA-256:dd13c6d99a37fd695e9b94e0b32557cae36f21475f57cc5a9d04e95958953683" @@ -25573,7 +40928,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/marcoschwartz/LiquidCrystal_I2C-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/LiquidCrystal_I2C-1.1.2.zip", "archiveFileName": "LiquidCrystal_I2C-1.1.2.zip", "size": 20811, "checksum": "SHA-256:7f288f4aa7ad33a25122727b057e49c48ef5f0d3a4943b7aca33ed2b78982adb" @@ -25590,7 +40945,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.2.0.zip", "archiveFileName": "DMXSerial-1.2.0.zip", "size": 14485, "checksum": "SHA-256:0020913e2fe6c31ef1577bd6fabd5407220bb368792ab394318c97dbc33e0e40" @@ -25607,7 +40962,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.3.0.zip", "archiveFileName": "DMXSerial-1.3.0.zip", "size": 14915, "checksum": "SHA-256:8d2cbae6a4f469bae1aef0878e883fbf4865adfca85ccc32b611bf796cd96c10" @@ -25624,11 +40979,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.4.0.zip", "archiveFileName": "DMXSerial-1.4.0.zip", "size": 19778, "checksum": "SHA-256:3b0fd131e79a794a344c4754170610c6e3882a921832293dc1fb9a602bdc54a0" }, + { + "name": "DMXSerial", + "version": "1.5.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables DMX communication using the built-in serial port for Arduino boards.", + "paragraph": "This is a library for sending and receiving DMX codes using the Arduino plattform. You can implement DMX devices and DMX controllers with this library.", + "website": "http://www.mathertel.de/Arduino/DMXSerial.aspx", + "category": "Communication", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/DMXSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.5.0.zip", + "archiveFileName": "DMXSerial-1.5.0.zip", + "size": 25335, + "checksum": "SHA-256:3bf42718a59e12a4b89e8f27e54ad328901e6ebb62f7789dceacff139933669d" + }, + { + "name": "DMXSerial", + "version": "1.5.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables DMX communication using the built-in serial port for Arduino boards.", + "paragraph": "This is a library for sending and receiving DMX codes using the Arduino plattform. You can implement DMX devices and DMX controllers with this library.", + "website": "http://www.mathertel.de/Arduino/DMXSerial.aspx", + "category": "Communication", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/DMXSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.5.2.zip", + "archiveFileName": "DMXSerial-1.5.2.zip", + "size": 25627, + "checksum": "SHA-256:22c9fdf43a6b02488c4b8451babd708ccf8fb3f3145325a160097def8c081388" + }, + { + "name": "DMXSerial", + "version": "1.5.3", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables DMX communication using the built-in serial port for Arduino boards.", + "paragraph": "This is a library for sending and receiving DMX codes using the Arduino plattform. You can implement DMX devices and DMX controllers with this library.", + "website": "http://www.mathertel.de/Arduino/DMXSerial.aspx", + "category": "Communication", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/DMXSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.5.3.zip", + "archiveFileName": "DMXSerial-1.5.3.zip", + "size": 26621, + "checksum": "SHA-256:fa819783dccf81d1cc9263c09bf370e5b500d4181748e1aeca12606f8a0e61bf" + }, { "name": "DMXSerial2", "version": "1.1.0", @@ -25641,7 +41047,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.1.0.zip", "archiveFileName": "DMXSerial2-1.1.0.zip", "size": 28948, "checksum": "SHA-256:80ea26e13bc8b9443cb6c30bcb255d6f2cc2bac3d26716f51e3e9eea551ada0a" @@ -25658,7 +41064,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.2.0.zip", "archiveFileName": "DMXSerial2-1.2.0.zip", "size": 29254, "checksum": "SHA-256:6a6411cb5d96adcf533514599db4869f11bb96ceeb5d8161ee87870684047b30" @@ -25675,7 +41081,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.3.0.zip", "archiveFileName": "DMXSerial2-1.3.0.zip", "size": 30858, "checksum": "SHA-256:466d032b3d75b6a7507072ca28294bab53423c05362205ede67d29788357b642" @@ -25692,11 +41098,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/DMXSerial2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.4.0.zip", "archiveFileName": "DMXSerial2-1.4.0.zip", "size": 31015, "checksum": "SHA-256:c079fb4929bc1d2cdf8107e3ebd93d0c930607e05406bf7540f725e25d218933" }, + { + "name": "DMXSerial2", + "version": "1.4.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables building DMX/RDM devices using the built-in serial port for Arduino boards UNO, Leonardo, Mega.", + "paragraph": "This is a library to implement a DMX devices that also listen and respond to RDM commands to retrieve information from the DMX devices.", + "website": "http://www.mathertel.de/Arduino/DMXSerial2.aspx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/DMXSerial2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.4.1.zip", + "archiveFileName": "DMXSerial2-1.4.1.zip", + "size": 31119, + "checksum": "SHA-256:249524b0ec26dd1fc5460afe5192f9a0efb9cb0aedde899ad01b03505a2e4475" + }, + { + "name": "DMXSerial2", + "version": "1.4.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables building DMX/RDM devices using the built-in serial port for Arduino boards UNO, Leonardo, Mega.", + "paragraph": "This is a library to implement a DMX devices that also listen and respond to RDM commands to retrieve information from the DMX devices.", + "website": "http://www.mathertel.de/Arduino/DMXSerial2.aspx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/DMXSerial2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.4.2.zip", + "archiveFileName": "DMXSerial2-1.4.2.zip", + "size": 31100, + "checksum": "SHA-256:806432c8f957edf2414febe8881dccf655b5f80ae64862c34d71e679270ca426" + }, { "name": "Radio", "version": "1.0.0", @@ -25709,7 +41149,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/Radio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/Radio-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/Radio-1.0.0.zip", "archiveFileName": "Radio-1.0.0.zip", "size": 115592, "checksum": "SHA-256:ad0b0240831491d03f508818a988318bb9aed46da959859e1c5a6a968700e058" @@ -25726,11 +41166,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/Radio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/Radio-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/Radio-1.2.0.zip", "archiveFileName": "Radio-1.2.0.zip", "size": 143686, "checksum": "SHA-256:4937e78bb4d03d468015334e053d53150ef77c23b5737c24fb96ae2b5455f777" }, + { + "name": "Radio", + "version": "2.0.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, \u003cwww.mathertel.de\u003e", + "sentence": "Library for controlling FM radio receiver chips.", + "paragraph": "This library implements the functions to control the FM radio receiver chips TEA5767, RDA5807M, SI4703, SI4705, SI4721 to build a FM radio receiver. The library unifies the functions for all the chips so they may be swapped on demand.", + "website": "http://www.mathertel.de/Arduino/RadioLibrary.aspx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/Radio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/Radio-2.0.0.zip", + "archiveFileName": "Radio-2.0.0.zip", + "size": 161757, + "checksum": "SHA-256:21d912dd19c4ac006c05d95f25fb921324ef81d0a73292768737acd5251bb6ce" + }, { "name": "DallasTemperature", "version": "3.7.2", @@ -25743,7 +41200,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.2.zip", "archiveFileName": "DallasTemperature-3.7.2.zip", "size": 29536, "checksum": "SHA-256:5a4393d2ecbe5e6a763ffe604db6295b598e9fde45fd922fc6ffe075b5c1fb26" @@ -25760,7 +41217,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.5.zip", "archiveFileName": "DallasTemperature-3.7.5.zip", "size": 30958, "checksum": "SHA-256:a77ac09ce4eebc0aebb5822cf6089c89992ef4cb5dc8e86b060afc5e333ca987" @@ -25777,7 +41234,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.6.zip", "archiveFileName": "DallasTemperature-3.7.6.zip", "size": 31049, "checksum": "SHA-256:e778d2cdfb1f10a38813d410f31feb2b17412291d03fd8a8c099e9ad44e893c2" @@ -25794,7 +41251,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.7.9.zip", "archiveFileName": "DallasTemperature-3.7.9.zip", "size": 44642, "checksum": "SHA-256:c5ae1e6f33cab6228f320d2779192066bcc143f1b9b28d1524dc330474392960" @@ -25811,11 +41268,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.8.0.zip", "archiveFileName": "DallasTemperature-3.8.0.zip", "size": 32161, "checksum": "SHA-256:9cda6ef37074aa248e653cd48e048e20699efd34087bc14c6f546530b6b079b2" }, + { + "name": "DallasTemperature", + "version": "3.9.0", + "author": "Miles Burton \u003cmiles@mnetcs.com\u003e, Tim Newsome \u003cnuisance@casualhacker.net\u003e, Guil Barros \u003cgfbarros@bappos.com\u003e, Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Miles Burton \u003cmiles@mnetcs.com\u003e", + "sentence": "Arduino Library for Dallas Temperature ICs", + "paragraph": "Supports DS18B20, DS18S20, DS1822, DS1820", + "website": "https://github.com/milesburton/Arduino-Temperature-Control-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git", + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/milesburton/DallasTemperature-3.9.0.zip", + "archiveFileName": "DallasTemperature-3.9.0.zip", + "size": 39467, + "checksum": "SHA-256:eb2c336107b82cf3b6eccdfd0c2e512fb28dfe66856bb52f468fce906ab4e4fe" + }, { "name": "ThingSpeak", "version": "1.0.1", @@ -25828,7 +41307,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.0.1.zip", "archiveFileName": "ThingSpeak-1.0.1.zip", "size": 149962, "checksum": "SHA-256:fa471b997caed6b535864327e5a042f134b90a855f296103fa6a5960145895f8" @@ -25845,7 +41324,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.1.0.zip", "archiveFileName": "ThingSpeak-1.1.0.zip", "size": 152130, "checksum": "SHA-256:8245ec92798819cb01f292a11b0973cee4f7543f830472c7d3207a52f15d700a" @@ -25862,7 +41341,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.1.1.zip", "archiveFileName": "ThingSpeak-1.1.1.zip", "size": 153350, "checksum": "SHA-256:6a99ae0c4c7f5a347b87adbe11d1597c23c4f310be5c249bff0e7a13a3ad8b0f" @@ -25879,7 +41358,7 @@ "architectures": ["avr", "esp8266", "samd", "sam"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.2.0.zip", "archiveFileName": "ThingSpeak-1.2.0.zip", "size": 153277, "checksum": "SHA-256:1a0260f2d6445ec4ae4661a0ecff9da64c17eafba1d4ae2fbe382655842dd18d" @@ -25896,7 +41375,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.2.1.zip", "archiveFileName": "ThingSpeak-1.2.1.zip", "size": 151014, "checksum": "SHA-256:9be2cd8c68539dce41a45b1d453b4ae89cdf1f583539b9e6990c4843deb2ffd8" @@ -25913,7 +41392,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.3.0.zip", "archiveFileName": "ThingSpeak-1.3.0.zip", "size": 160297, "checksum": "SHA-256:c660cdeb8981766656b4b1c832a6d98e34f47e32f0a9b4ec0516544ac9a0cad9" @@ -25930,7 +41409,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.3.2.zip", "archiveFileName": "ThingSpeak-1.3.2.zip", "size": 171322, "checksum": "SHA-256:1bfc2df44172a5a4cb72f974d3ae1112ef36903ab0fff943414d5cec5256f4a3" @@ -25947,7 +41426,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.3.3.zip", "archiveFileName": "ThingSpeak-1.3.3.zip", "size": 171094, "checksum": "SHA-256:f68afce3498ddd501d3847c35ca8663060776df75c55d7f0a730cd294973cbfd" @@ -25964,7 +41443,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.0.zip", "archiveFileName": "ThingSpeak-1.4.0.zip", "size": 114152, "checksum": "SHA-256:65f9ec9e9e5c0bf3f5a816a7fbf6d8d635925a2af8ccfa43f47112e18b532b62" @@ -25981,7 +41460,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.1.zip", "archiveFileName": "ThingSpeak-1.4.1.zip", "size": 114151, "checksum": "SHA-256:deb0e24214b6da0dfba87d54ecebaa01a087187de49a4d50c6c93452c93d6cad" @@ -25998,7 +41477,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.2.zip", "archiveFileName": "ThingSpeak-1.4.2.zip", "size": 114152, "checksum": "SHA-256:446b077b1a0257a6409aa509bf5b6fe9a21133a44b93fa7164ab2ff713abce22" @@ -26015,7 +41494,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.4.3.zip", "archiveFileName": "ThingSpeak-1.4.3.zip", "size": 111110, "checksum": "SHA-256:aaab33a9a1e6ef2c7035b323b797215ff5173dad3eaeefcc643964b062aa205c" @@ -26032,7 +41511,7 @@ "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.5.0.zip", "archiveFileName": "ThingSpeak-1.5.0.zip", "size": 822775, "checksum": "SHA-256:33079237bd6738cda0681e299b8d5ef73ac333635da2c4c09c3cff0d8039b2e5" @@ -26049,11 +41528,45 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mathworks/thingspeak-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-1.0.0.zip", "archiveFileName": "ThingSpeak-1.0.0.zip", "size": 34172, "checksum": "SHA-256:bccc177afd9f7434c7f1aa3cd3c78661a109ee61d7c520674dd8fff5514a9757" }, + { + "name": "ThingSpeak", + "version": "2.0.1", + "author": "MathWorks \u003csupport@thingspeak.com\u003e", + "maintainer": "MathWorks \u003csupport@thingspeak.com\u003e", + "sentence": "ThingSpeak Communication Library for Arduino, ESP8266 \u0026 EPS32", + "paragraph": "ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and analyze live data streams in the cloud.", + "website": "https://www.thingspeak.com/", + "category": "Communication", + "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mathworks/thingspeak-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-2.0.1.zip", + "archiveFileName": "ThingSpeak-2.0.1.zip", + "size": 878646, + "checksum": "SHA-256:3a43784d15c1e7209d4a494db6b1ffe3b046761c8fac307d35e17934862bcd8a" + }, + { + "name": "ThingSpeak", + "version": "2.0.0", + "author": "MathWorks \u003csupport@thingspeak.com\u003e", + "maintainer": "MathWorks \u003csupport@thingspeak.com\u003e", + "sentence": "ThingSpeak Communication Library for Arduino, ESP8266 \u0026 EPS32", + "paragraph": "ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and analyze live data streams in the cloud.", + "website": "https://www.thingspeak.com/", + "category": "Communication", + "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mathworks/thingspeak-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathworks/ThingSpeak-2.0.0.zip", + "archiveFileName": "ThingSpeak-2.0.0.zip", + "size": 878646, + "checksum": "SHA-256:f8808e1f75fab411f8ca1e2bf3428b3fec3046aa0d18a217847b744ea6b0d92b" + }, { "name": "MINDSi", "version": "2.0.0", @@ -26066,7 +41579,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.0.0.zip", "archiveFileName": "MINDSi-2.0.0.zip", "size": 35719, "checksum": "SHA-256:c1bedc7d3c4212a3e07faf9625333f85f9c960af3e23fe8d6ec0bf1eb454bdd4" @@ -26083,7 +41596,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.1.0.zip", "archiveFileName": "MINDSi-2.1.0.zip", "size": 35875, "checksum": "SHA-256:eefdc3b2f6fd9b01184506ceead410909cd250a09c53396c495ba6869967be17" @@ -26100,7 +41613,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.0.zip", "archiveFileName": "MINDSi-2.2.0.zip", "size": 40349, "checksum": "SHA-256:cd384e23d62d6e22bd2a7f85f300feadd5b5f1c71a9602c61a16dbc0e7191bb1" @@ -26117,7 +41630,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.1.zip", "archiveFileName": "MINDSi-2.2.1.zip", "size": 40427, "checksum": "SHA-256:0dbee19cdf46dec8f04a57074cb9e9b85b207a41d89996465eccd5c4dbcd8545" @@ -26134,7 +41647,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.2.zip", "archiveFileName": "MINDSi-2.2.2.zip", "size": 40413, "checksum": "SHA-256:0282d32088d44efc5f04248d5c59fd866f6a47bd61ddcf1285564acbdf63ff02" @@ -26151,7 +41664,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-2.2.3.zip", "archiveFileName": "MINDSi-2.2.3.zip", "size": 40416, "checksum": "SHA-256:24b28c781c91d20cc5a0c2cbf5b56bf4a1e28163e0ad1a6a3cf54cc77461e943" @@ -26168,7 +41681,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-3.0.0.zip", "archiveFileName": "MINDSi-3.0.0.zip", "size": 42369, "checksum": "SHA-256:c6ad88c8caf66f5f7ce5a58ad86a6d55f016ae2aa29adb0fbdf19a9d2dc90b6a" @@ -26185,7 +41698,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-3.0.1.zip", "archiveFileName": "MINDSi-3.0.1.zip", "size": 42605, "checksum": "SHA-256:65cdeeece1b80f8a4c33abf3ee550c2d1e431d96f565ac9bf1392865e03cfc42" @@ -26202,7 +41715,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDSi-3.0.2.zip", "archiveFileName": "MINDSi-3.0.2.zip", "size": 42602, "checksum": "SHA-256:98326837cf21d0420d0c3402006b6a05583111ea4dbf663488c91ae4ac546ab2" @@ -26219,7 +41732,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mirobot/mirobot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.0.zip", "archiveFileName": "Mirobot-2.0.0.zip", "size": 25971, "checksum": "SHA-256:b78e3115946efa699bdbed8144d52db1e0d76d79d83d16ba354fa17cdb46b3a0" @@ -26236,7 +41749,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mirobot/mirobot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.1.zip", "archiveFileName": "Mirobot-2.0.1.zip", "size": 26776, "checksum": "SHA-256:7a709814e8aa600bff16c1f2c8af72204658c7dc54186361efe5ad620a0cdcde" @@ -26253,7 +41766,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mirobot/mirobot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.10.zip", "archiveFileName": "Mirobot-2.0.10.zip", "size": 121417, "checksum": "SHA-256:be5f9baf2614f13e73074d061a45b7fd2f842dd6c0133b7f95c24b86bd6c5dfa" @@ -26270,7 +41783,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mirobot/mirobot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.2.zip", "archiveFileName": "Mirobot-2.0.2.zip", "size": 26609, "checksum": "SHA-256:1e5729afb52c8d01ffa1c81df5e7b21a403af8bf97963a3a59c2571bc175796a" @@ -26287,7 +41800,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mirobot/mirobot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-2.0.6.zip", "archiveFileName": "Mirobot-2.0.6.zip", "size": 27309, "checksum": "SHA-256:d89de6d6e61d1b5eb16a19454e0e27c58bad5b46063dab88e89563eccbc3fd06" @@ -26304,7 +41817,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/mirobot/mirobot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mirobot/Mirobot-3.1.1.zip", "archiveFileName": "Mirobot-3.1.1.zip", "size": 1050814, "checksum": "SHA-256:bd8a82f87248cbdd85f3788f4b2a5a78cc98d65b96423507f493f59dc944d977" @@ -26321,7 +41834,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.1.zip", "archiveFileName": "JTAG-1.0.1.zip", "size": 53993, "checksum": "SHA-256:b4ace81f901bc8adaf27a85c4adbc0c23d43093de297c6925d0a16653afb4720" @@ -26338,7 +41851,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.10.zip", "archiveFileName": "JTAG-1.0.10.zip", "size": 78767, "checksum": "SHA-256:e5646d1c08975d81232445806494149b12e13348405b3852d92c146caad6251a" @@ -26355,7 +41868,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.11.zip", "archiveFileName": "JTAG-1.0.11.zip", "size": 81083, "checksum": "SHA-256:2d17bbfef77a6793540fdc203c03f7793fe0e660adf03d8f85cefd8968a46944" @@ -26372,7 +41885,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.12.zip", "archiveFileName": "JTAG-1.0.12.zip", "size": 81209, "checksum": "SHA-256:aabef249ad1cd8e1baad625b15e2cd16d4c8ce982cb9ea5eb4e63165ddacc265" @@ -26389,7 +41902,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.13.zip", "archiveFileName": "JTAG-1.0.13.zip", "size": 81244, "checksum": "SHA-256:20c7af431c277e2eda51a79466e1b1fbb93e83fe21dab0f755b22a424881c200" @@ -26406,7 +41919,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.14.zip", "archiveFileName": "JTAG-1.0.14.zip", "size": 81490, "checksum": "SHA-256:9918f77f7d0064fadad58ccdc720f1fbcf0044d8cae6d57c52cb621efc63fbcd" @@ -26423,7 +41936,7 @@ "architectures": ["avr", "esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.15.zip", "archiveFileName": "JTAG-1.0.15.zip", "size": 83435, "checksum": "SHA-256:aab0b33c51d4f244a41c9641b39557e9748c17b7b4b98b17bd4669be40d18516" @@ -26440,7 +41953,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.3.zip", "archiveFileName": "JTAG-1.0.3.zip", "size": 62066, "checksum": "SHA-256:848152d2962b4b96394c4fcc6bd6587a3d916e56b6726aa657448372f513bb6b" @@ -26457,7 +41970,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.5.zip", "archiveFileName": "JTAG-1.0.5.zip", "size": 68621, "checksum": "SHA-256:af3b9f75a36e39a96c0fc0ac30aa57256c1c9df095bd2c8ae1c637e331b8774f" @@ -26474,7 +41987,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.6.zip", "archiveFileName": "JTAG-1.0.6.zip", "size": 68671, "checksum": "SHA-256:e725907ac7c5ba68f8957cab4783e36d31665eb27203fee9d8df705c60d1f123" @@ -26491,7 +42004,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.7.zip", "archiveFileName": "JTAG-1.0.7.zip", "size": 68672, "checksum": "SHA-256:9f54bdd0a4462e674827d501ac203b27a03aa7adf01aec2cd7cc828ca9870574" @@ -26508,7 +42021,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.8.zip", "archiveFileName": "JTAG-1.0.8.zip", "size": 68650, "checksum": "SHA-256:a2a7ebdf8b8a479eeb1bc44bc170a49476aa30b76622181c4dc16c4af9c2ccbf" @@ -26525,7 +42038,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrjimenez/JTAG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrjimenez/JTAG-1.0.9.zip", "archiveFileName": "JTAG-1.0.9.zip", "size": 76790, "checksum": "SHA-256:e3c8a9ef035e93e753a47beda890e7557656504c825ade8afed07a1d57bd09ab" @@ -26542,7 +42055,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.1.0.zip", "archiveFileName": "ArduinoUnit-2.1.0.zip", "size": 305648, "checksum": "SHA-256:83b958c51a78e3ae7b3d9f67c7fb519627ee0d5b2c75d79cb37b423b948d983e" @@ -26559,7 +42072,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.2.0.zip", "archiveFileName": "ArduinoUnit-2.2.0.zip", "size": 311217, "checksum": "SHA-256:dc2e4473aedad99d254b4169e6ec32c717004c6537f2008e87db72d8c76b08ff" @@ -26576,7 +42089,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.0-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.0-alpha.zip", "archiveFileName": "ArduinoUnit-2.3.0-alpha.zip", "size": 316363, "checksum": "SHA-256:1080830b83fc1e65150992f77c74b0215f229c98e7a6981b3374af9753e8e1d2" @@ -26593,7 +42106,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.2-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.2-alpha.zip", "archiveFileName": "ArduinoUnit-2.3.2-alpha.zip", "size": 321649, "checksum": "SHA-256:ffee232b104ac9d3e3568808e9dfed630ac1de9abd3994ff0ec4fca93a127924" @@ -26610,7 +42123,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.3-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.3-alpha.zip", "archiveFileName": "ArduinoUnit-2.3.3-alpha.zip", "size": 324203, "checksum": "SHA-256:f1c5633e69721e6c86bf7a1322a819a61802c7bac5bc29797d7007647b4d5861" @@ -26627,7 +42140,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.4-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.4-alpha.zip", "archiveFileName": "ArduinoUnit-2.3.4-alpha.zip", "size": 342413, "checksum": "SHA-256:fda8e591df97cb771c403b31d51cf950698f013c234a8f4bc56922cbe361b6f6" @@ -26644,7 +42157,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.5-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.5-alpha.zip", "archiveFileName": "ArduinoUnit-2.3.5-alpha.zip", "size": 341805, "checksum": "SHA-256:6290e7956e1a65ac764dd6f4588d58f29f49550a71a4e44a5a7435641e3320fe" @@ -26661,7 +42174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.7-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-2.3.7-alpha.zip", "archiveFileName": "ArduinoUnit-2.3.7-alpha.zip", "size": 351338, "checksum": "SHA-256:80d99ecba8b7baa5b87bced18f16d4c86a369fdb9b0b4d8ac2480e4847f9c414" @@ -26678,7 +42191,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-3.0.1.zip", "archiveFileName": "ArduinoUnit-3.0.1.zip", "size": 427855, "checksum": "SHA-256:69997e8288a17a7932c904fe3c568b814c06fb2b4898f13e968abe17a58d2b82" @@ -26695,11 +42208,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mmurdoch/arduinounit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-3.0.2.zip", "archiveFileName": "ArduinoUnit-3.0.2.zip", "size": 427980, "checksum": "SHA-256:320c66afbbce2d8a920424ee1c5b489f0686c7f565c5c19c4b269c3307c34f13" }, + { + "name": "ArduinoUnit", + "version": "3.0.3", + "author": "Warren MacEvoy", + "maintainer": "Warren MacEvoy \u003cwmacevoy@gmail.com\u003e", + "sentence": "Flexible test framework for arduino projects.", + "paragraph": "Flexible testing framework for arduino projects. Supports Arduino, ESP8266 and ESP32 as well as \"en vitro\" development system (vs embedded target) testing. Based on Arduino Unit 1.0 by Matthew Murdoch.", + "website": "https://github.com/mmurdoch/arduinounit", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mmurdoch/arduinounit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-3.0.3.zip", + "archiveFileName": "ArduinoUnit-3.0.3.zip", + "size": 430254, + "checksum": "SHA-256:2a961d55bb4e387a4d2c635383b2dcb8e6cc9a2ad43d13e3757f8b14a6302063" + }, + { + "name": "ArduinoUnit", + "version": "3.0.4", + "author": "Warren MacEvoy", + "maintainer": "Warren MacEvoy \u003cwmacevoy@gmail.com\u003e", + "sentence": "Flexible test framework for arduino projects.", + "paragraph": "Flexible testing framework for arduino projects. Supports Arduino, ESP8266 and ESP32 as well as \"en vitro\" development system (vs embedded target) testing. Based on Arduino Unit 1.0 by Matthew Murdoch.", + "website": "https://github.com/mmurdoch/arduinounit", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mmurdoch/arduinounit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmurdoch/ArduinoUnit-3.0.4.zip", + "archiveFileName": "ArduinoUnit-3.0.4.zip", + "size": 431513, + "checksum": "SHA-256:bd8ec0eeabe9bef0e23270e858a8390175974b44e11765126841981cd6f92910" + }, { "name": "AtTouch", "version": "1.0.4", @@ -26712,7 +42259,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nullboundary/AtTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nullboundary/AtTouch-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nullboundary/AtTouch-1.0.4.zip", "archiveFileName": "AtTouch-1.0.4.zip", "size": 7306, "checksum": "SHA-256:ffd1135bab599ad66e9bb8de4f1630c628994b08b7c9d1eb87312fd0af728d8a" @@ -26729,7 +42276,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nullboundary/SST25VF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nullboundary/SST25VF-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nullboundary/SST25VF-0.1.0.zip", "archiveFileName": "SST25VF-0.1.0.zip", "size": 4773, "checksum": "SHA-256:250666f763709170721b962198928aa1fa3db4ff868acf54a4df7e07d5050a42" @@ -26746,7 +42293,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/n0m1/Comp6DOF_n0m1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/n0m1/Comp6DOF_n0m1-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/n0m1/Comp6DOF_n0m1-0.1.1.zip", "archiveFileName": "Comp6DOF_n0m1-0.1.1.zip", "size": 16870, "checksum": "SHA-256:7faae3ce6284dbd413320e5942c6438fb33e2fff4ce7b9aa6be2e3a91a256167" @@ -26763,7 +42310,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/n0m1/MMA8453_n0m1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/n0m1/MMA8453_n0m1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/n0m1/MMA8453_n0m1-1.0.1.zip", "archiveFileName": "MMA8453_n0m1-1.0.1.zip", "size": 13989, "checksum": "SHA-256:3e3af29fa9e7b7e6430d5686e447b5eaf073711e876c4523ad56fb07dcd407a1" @@ -26780,7 +42327,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/n0m1/Sleep_n0m1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/n0m1/Sleep_n0m1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/n0m1/Sleep_n0m1-1.0.0.zip", "archiveFileName": "Sleep_n0m1-1.0.0.zip", "size": 9953, "checksum": "SHA-256:d158f58b771d18c78bebdf369dbca7b76317daccdf1460aa4505c670d5976bff" @@ -26797,7 +42344,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/n0m1/Sleep_n0m1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/n0m1/Sleep_n0m1-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/n0m1/Sleep_n0m1-1.1.1.zip", "archiveFileName": "Sleep_n0m1-1.1.1.zip", "size": 10378, "checksum": "SHA-256:7f21ae52679460c9c50fafdcc852bfb0ff9eee23e9fd17121d49097e00e7d634" @@ -26814,7 +42361,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/AnalogTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/AnalogTouch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/AnalogTouch-1.0.0.zip", "archiveFileName": "AnalogTouch-1.0.0.zip", "size": 5961, "checksum": "SHA-256:2c1ac07818edad2c49100cef901afebaabcbb6b4ef02e161c253bd96c3769f2e" @@ -26831,7 +42378,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/MSGEQ7.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/MSGEQ7-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/MSGEQ7-1.2.0.zip", "archiveFileName": "MSGEQ7-1.2.0.zip", "size": 2081637, "checksum": "SHA-256:9ea58fa32c2c22124767a3a226e6b228d27437749a422fb721a4c39b3c145734" @@ -26848,7 +42395,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/MSGEQ7.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/MSGEQ7-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/MSGEQ7-1.2.1.zip", "archiveFileName": "MSGEQ7-1.2.1.zip", "size": 2603895, "checksum": "SHA-256:8faf24424b811ec7fb37b9be8a7e30aa0240106356208bc5ea31c6dd3e05c2c8" @@ -26865,7 +42412,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/MSGEQ7.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/MSGEQ7-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/MSGEQ7-1.2.2.zip", "archiveFileName": "MSGEQ7-1.2.2.zip", "size": 2603954, "checksum": "SHA-256:6387d54ae4315ca12079edcb65e87abccc8091b3c02acf6e43241f08a922e239" @@ -26882,7 +42429,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.0.zip", "archiveFileName": "PinChangeInterrupt-1.2.0.zip", "size": 55327, "checksum": "SHA-256:5a21a96a61f4f4fd48d2e985601d91adbe65027574953c53822b210d7b3b1930" @@ -26899,7 +42446,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.1.zip", "archiveFileName": "PinChangeInterrupt-1.2.1.zip", "size": 56076, "checksum": "SHA-256:8392f23ae0c971712f395b23c3c9331801ae11f1c5b8a9dcef41328ad9776a71" @@ -26916,7 +42463,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.2.zip", "archiveFileName": "PinChangeInterrupt-1.2.2.zip", "size": 56900, "checksum": "SHA-256:b951a5fc72a8ce579d2e3f192f07cd005abf6654f06c4c04af01ac956d45206b" @@ -26933,7 +42480,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.4.zip", "archiveFileName": "PinChangeInterrupt-1.2.4.zip", "size": 57468, "checksum": "SHA-256:d8231815646f3b421f45f16b14549e15c4427fffb41c1befa0db27f9fc771fbf" @@ -26950,11 +42497,62 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.6.zip", "archiveFileName": "PinChangeInterrupt-1.2.6.zip", "size": 58248, "checksum": "SHA-256:befd1a781990f1388084ae4bea825e7ad333a573378eb4e8b2a88a9fee7e8508" }, + { + "name": "PinChangeInterrupt", + "version": "1.2.7", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "A simple \u0026 compact PinChangeInterrupt library for Arduino.", + "paragraph": "PinChangeInterrupt library with a resource friendly implementation (API and LowLevel). PinChangeInterrupts are different than normal Interrupts. See readme for more information.", + "website": "https://github.com/NicoHood/PinChangeInterrupt", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.7.zip", + "archiveFileName": "PinChangeInterrupt-1.2.7.zip", + "size": 58445, + "checksum": "SHA-256:1bd251544592ec71f8fdd89867a0c78b78d147e320abfdeb4e262f54b9e546ae" + }, + { + "name": "PinChangeInterrupt", + "version": "1.2.8", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "A simple \u0026 compact PinChangeInterrupt library for Arduino.", + "paragraph": "PinChangeInterrupt library with a resource friendly implementation (API and LowLevel). PinChangeInterrupts are different than normal Interrupts. See readme for more information.", + "website": "https://github.com/NicoHood/PinChangeInterrupt", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.8.zip", + "archiveFileName": "PinChangeInterrupt-1.2.8.zip", + "size": 58465, + "checksum": "SHA-256:5fd947589e3a7c7e43e4d5ceeb4e9e1d0829cc3dba73ceb06542d7ea2b4a8c43" + }, + { + "name": "PinChangeInterrupt", + "version": "1.2.9", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "A simple \u0026 compact PinChangeInterrupt library for Arduino.", + "paragraph": "PinChangeInterrupt library with a resource friendly implementation (API and LowLevel). PinChangeInterrupts are different than normal Interrupts. See readme for more information.", + "website": "https://github.com/NicoHood/PinChangeInterrupt", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.9.zip", + "archiveFileName": "PinChangeInterrupt-1.2.9.zip", + "size": 58998, + "checksum": "SHA-256:23d349530c55f1b70e0ca8d4ef35c9b2e9425d425b1fd28906c961f1318e4f64" + }, { "name": "Nintendo", "version": "1.2.1", @@ -26967,11 +42565,62 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/Nintendo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.2.1.zip", "archiveFileName": "Nintendo-1.2.1.zip", "size": 239112, "checksum": "SHA-256:5350550f49677e75af3d6d292e228dd07c6d4350b3a6d986969f5a301650f5d6" }, + { + "name": "Nintendo", + "version": "1.3.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Connect all your favourite Nintendo Controllers to your Arduino.", + "paragraph": "Currently supported: Gamecube, N64. Carefully read the wiki pages to know how to setup the controller connection.", + "website": "https://github.com/NicoHood/Nintendo", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/Nintendo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.3.0.zip", + "archiveFileName": "Nintendo-1.3.0.zip", + "size": 240623, + "checksum": "SHA-256:a66f856292e34eaf28af1809caede75a06074a7921723a798ac2ae020ef6ace9" + }, + { + "name": "Nintendo", + "version": "1.3.1", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Connect all your favourite Nintendo Controllers to your Arduino.", + "paragraph": "Currently supported: Gamecube, N64. Carefully read the wiki pages to know how to setup the controller connection.", + "website": "https://github.com/NicoHood/Nintendo", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/Nintendo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.3.1.zip", + "archiveFileName": "Nintendo-1.3.1.zip", + "size": 240730, + "checksum": "SHA-256:b94487cc5cbd8b0c5b556b472cd2edbc91416d5f1c1d07374b09422b0336e268" + }, + { + "name": "Nintendo", + "version": "1.4.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Connect all your favourite Nintendo Controllers to your Arduino.", + "paragraph": "Currently supported: Gamecube, N64. Carefully read the wiki pages to know how to setup the controller connection.", + "website": "https://github.com/NicoHood/Nintendo", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/Nintendo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.4.0.zip", + "archiveFileName": "Nintendo-1.4.0.zip", + "size": 241152, + "checksum": "SHA-256:ff868a5350da75a2992e99204361b9800b84ba4762ac440574e34d34d12c29c4" + }, { "name": "U8glib", "version": "1.18.0", @@ -26984,7 +42633,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8glib_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8glib-1.18.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8glib-1.18.0.zip", "archiveFileName": "U8glib-1.18.0.zip", "size": 1147555, "checksum": "SHA-256:63b367c000d29a22fcca61142f66a1d1b595dbbe1c7d9ffe162cc1221a8a289d" @@ -27001,7 +42650,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8glib_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8glib-1.19.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8glib-1.19.1.zip", "archiveFileName": "U8glib-1.19.1.zip", "size": 1151632, "checksum": "SHA-256:1cb90c712871bbeac283e4b7780184b5de7e3361a85de66e2cb26d4c2b991522" @@ -27018,7 +42667,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/THERMISTOR-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/THERMISTOR-1.0.1.zip", "archiveFileName": "THERMISTOR-1.0.1.zip", "size": 8242, "checksum": "SHA-256:35a113a50ba6854fd040cb1e7cf43d5db6306119c54dc6844e9e155226131647" @@ -27035,7 +42684,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/THERMISTOR-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/THERMISTOR-1.0.2.zip", "archiveFileName": "THERMISTOR-1.0.2.zip", "size": 8347, "checksum": "SHA-256:0c2bc7ac1f7bca0d5f7b1072674b8662cf1690ae3612b1e5d3118b95f6454d0e" @@ -27052,7 +42701,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/THERMISTOR-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/THERMISTOR-1.0.3.zip", "archiveFileName": "THERMISTOR-1.0.3.zip", "size": 8781, "checksum": "SHA-256:0ffc9e9bab928b630f1909cd6c29d9a75ae692564020dd0cb616de83e7886976" @@ -27069,7 +42718,7 @@ "architectures": ["all"], "types": ["Contributed"], "repository": "https://github.com/olikraus/Ucglib_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.4.0.zip", "archiveFileName": "Ucglib-1.4.0.zip", "size": 4223361, "checksum": "SHA-256:0417c2e0ee9284af20d17dbb38eb7cbbbaaf443be6c66a7e8e426c76d9f3b54a" @@ -27086,7 +42735,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/Ucglib_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.5.2.zip", "archiveFileName": "Ucglib-1.5.2.zip", "size": 4236893, "checksum": "SHA-256:b3de69599442124e8c301817240c5449ddaea76d2b2cf92c2d901c5d704a7162" @@ -27103,7 +42752,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/olikraus/Ucglib_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.3.0.zip", "archiveFileName": "Ucglib-1.3.0.zip", "size": 4218391, "checksum": "SHA-256:6dd7fb872867fe34961b4223b42da8d9a92b1848335b2e80f3b817d330cb97e7" @@ -27120,7 +42769,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/olikraus/Ucglib_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/Ucglib-1.3.3.zip", "archiveFileName": "Ucglib-1.3.3.zip", "size": 4229580, "checksum": "SHA-256:2b5689c2a186dee88e1c4b84b663d0803f6414836e0f0252f36acb3b3454c5b2" @@ -27137,7 +42786,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/mma8652.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/MMA8652-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/MMA8652-1.0.1.zip", "archiveFileName": "MMA8652-1.0.1.zip", "size": 14930, "checksum": "SHA-256:3b0a60ae2acd7fd5f8c307b2bb8c6b19ae952e7f3203ed883bcf049883fbc402" @@ -27154,7 +42803,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/sram.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SRAM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SRAM-1.0.1.zip", "archiveFileName": "SRAM-1.0.1.zip", "size": 7350, "checksum": "SHA-256:414a0c7f6978d9febc03c0d637c5d0e7008f90c81987d8126b910fff5997fc06" @@ -27171,7 +42820,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pfeerick/elapsedMillis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.1.zip", "archiveFileName": "elapsedMillis-1.0.1.zip", "size": 9693, "checksum": "SHA-256:f3303e2e75826b74a0bd807b7a77149a1bee3a2d6f76085196c94cd02b2fa2fe" @@ -27188,7 +42837,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pfeerick/elapsedMillis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.3.zip", "archiveFileName": "elapsedMillis-1.0.3.zip", "size": 9737, "checksum": "SHA-256:f0b848b56690775b270ac8792d12b3fe91d942e016d5e812ac6332d38e9a24a8" @@ -27205,11 +42854,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pfeerick/elapsedMillis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.4.zip", "archiveFileName": "elapsedMillis-1.0.4.zip", "size": 10260, "checksum": "SHA-256:3437966e531a60b8b99cd3f85c1b834c3b91599925966fd7b994d1c730de7ee9" }, + { + "name": "elapsedMillis", + "version": "1.0.5", + "author": "Paul Stoffregen \u003cpaul@pjrc.com\u003e", + "maintainer": "Peter Feerick \u003cpeter.feerick@gmail.com\u003e", + "sentence": "Makes coding responsive sketches easier.", + "paragraph": "When using delay(), your code can not (easily) respond to user input while the delay is happening (unless you use interrupts or complex timer code). This library makes this easy by allowing you to create variables (objects) that automatically increase as time elapses. It is easy to check if a certain time has elapsed, while your program performs other work or checks for user input.", + "website": "http://github.com/pfeerick/elapsedMillis/wiki", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pfeerick/elapsedMillis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.5.zip", + "archiveFileName": "elapsedMillis-1.0.5.zip", + "size": 12380, + "checksum": "SHA-256:78a1871718c738c3ecf663b99b72912b605e3f8dae52b4584b6ac10004e92b1c" + }, + { + "name": "elapsedMillis", + "version": "1.0.6", + "author": "Paul Stoffregen \u003cpaul@pjrc.com\u003e", + "maintainer": "Peter Feerick \u003cpeter.feerick@gmail.com\u003e", + "sentence": "Makes coding responsive sketches easier.", + "paragraph": "When using delay(), your code can not (easily) respond to user input while the delay is happening (unless you use interrupts or complex timer code). This library makes this easy by allowing you to create variables (objects) that automatically increase as time elapses. It is easy to check if a certain time has elapsed, while your program performs other work or checks for user input.", + "website": "http://github.com/pfeerick/elapsedMillis/wiki", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pfeerick/elapsedMillis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pfeerick/elapsedMillis-1.0.6.zip", + "archiveFileName": "elapsedMillis-1.0.6.zip", + "size": 12390, + "checksum": "SHA-256:275f17009f76a7d48ed4baa2f015b3ed02d144a581a3a88f35ece79ed2d6a081" + }, { "name": "AMIS30543", "version": "1.0.0", @@ -27222,7 +42905,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/amis-30543-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AMIS30543-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AMIS30543-1.0.0.zip", "archiveFileName": "AMIS30543-1.0.0.zip", "size": 18871, "checksum": "SHA-256:cae8fc0ce4fe5fdbc2c0142398b862df452512d4a398cdd7702fcb93600437ca" @@ -27239,7 +42922,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/amis-30543-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AMIS30543-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AMIS30543-1.1.0.zip", "archiveFileName": "AMIS30543-1.1.0.zip", "size": 20056, "checksum": "SHA-256:4a7c117f0adc97c165b5a8e9118be3519d77396aa44ab996e981a91471fe0a8a" @@ -27256,7 +42939,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.0.zip", "archiveFileName": "SWAP-1.0.0.zip", "size": 30027, "checksum": "SHA-256:f161cb6cb8e8f4abd9c883ce9b45f11fd019d3e8eadd37fdab6d265aa55a94b1" @@ -27273,7 +42956,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.1.zip", "archiveFileName": "SWAP-1.0.1.zip", "size": 107018, "checksum": "SHA-256:b1d3199bdc1348ca0db8aba3e0848a9e10fb6ffbca6b824b8435241e565c6c0f" @@ -27290,7 +42973,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.2.zip", "archiveFileName": "SWAP-1.0.2.zip", "size": 105849, "checksum": "SHA-256:bec10a1d42095b4cd9e06eedf757d0b3af858cdd24b770e3babe637832c07064" @@ -27307,7 +42990,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.4.zip", "archiveFileName": "SWAP-1.0.4.zip", "size": 114979, "checksum": "SHA-256:da0c3bb1739948892c9acfca701af40204f5a4fda65b417bd4f36115df2f6852" @@ -27324,7 +43007,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.5.zip", "archiveFileName": "SWAP-1.0.5.zip", "size": 122922, "checksum": "SHA-256:3b6159bfcf17a57421b638d261757e5dd8cf6783abd3864b8035053fa91a28aa" @@ -27341,7 +43024,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.6.zip", "archiveFileName": "SWAP-1.0.6.zip", "size": 123578, "checksum": "SHA-256:e277f7f8ead5897527c4bd7e042b84032e6c6630eeb1625452139d1758e1f53c" @@ -27358,7 +43041,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.7.zip", "archiveFileName": "SWAP-1.0.7.zip", "size": 128695, "checksum": "SHA-256:eb947c0f46f0833964d714d7e6eab6e351ced6080ae534a10a037ba53ad78c5a" @@ -27375,7 +43058,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.8.zip", "archiveFileName": "SWAP-1.0.8.zip", "size": 134331, "checksum": "SHA-256:4ed0801ac9a0f4f26d18115ae5aac7c36ddeb6a1ef9879fc999c79f70db94f35" @@ -27392,7 +43075,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/panStamp/swap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/panStamp/SWAP-1.0.9.zip", "archiveFileName": "SWAP-1.0.9.zip", "size": 147600, "checksum": "SHA-256:adca278c7d666b8927114f5a38f5f19ab7deb835f5ae4f18ecea60f4dddb1be2" @@ -27409,7 +43092,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/apa102-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/APA102-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/APA102-1.0.0.zip", "archiveFileName": "APA102-1.0.0.zip", "size": 21786, "checksum": "SHA-256:a5ca991513b84ce3f3e1b7b06f0227297da3339e00898cab9e1e656bcebe810e" @@ -27426,7 +43109,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/apa102-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/APA102-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/APA102-1.1.0.zip", "archiveFileName": "APA102-1.1.0.zip", "size": 27261, "checksum": "SHA-256:d58622e4b36c2048ae0f32048ca29ec7b8a36808044c5f8c07fa592d41efaccb" @@ -27443,7 +43126,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/apa102-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/APA102-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/APA102-1.2.0.zip", "archiveFileName": "APA102-1.2.0.zip", "size": 27415, "checksum": "SHA-256:29dd71850f83be0fa4b9ad37752e7acbff57fa1e5f47edec14005e69a5f65352" @@ -27460,7 +43143,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/apa102-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/APA102-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/APA102-2.0.0.zip", "archiveFileName": "APA102-2.0.0.zip", "size": 27639, "checksum": "SHA-256:f2b45a0400d2ccabf789c2202ad740390397bac0c52d4d54420b2aa62c076c93" @@ -27477,7 +43160,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/apa102-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/APA102-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/APA102-3.0.0.zip", "archiveFileName": "APA102-3.0.0.zip", "size": 27627, "checksum": "SHA-256:f5dbc2a8488626a2407dd0ac746fac85cdd9fcd77bffcb2b71725840405d10a8" @@ -27494,7 +43177,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.0.zip", "archiveFileName": "AStar32U4-1.0.0.zip", "size": 58209, "checksum": "SHA-256:d6c24a1fb4c34a7a2956b7baf335732ca443973051f8f2704a91b24b717f4e22" @@ -27511,7 +43194,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.2.zip", "archiveFileName": "AStar32U4-1.0.2.zip", "size": 58403, "checksum": "SHA-256:5d23199e6a74c10f2a8f4c7a22ab2d85a7760ad9e54987a2c7e60f6c42bf874c" @@ -27528,7 +43211,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.3.zip", "archiveFileName": "AStar32U4-1.0.3.zip", "size": 58454, "checksum": "SHA-256:a5a3d45d11bd50cb0be038334c837d3cc0897e14f87c045f66f355148622031f" @@ -27545,7 +43228,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.4.zip", "archiveFileName": "AStar32U4-1.0.4.zip", "size": 58506, "checksum": "SHA-256:c65f425d7a3826b3cf80f8a0060610cb326c37ba355dfefdc6ae2132b9483156" @@ -27562,7 +43245,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.0.5.zip", "archiveFileName": "AStar32U4-1.0.5.zip", "size": 58577, "checksum": "SHA-256:7f1023adc1eeeea392b923f660c57f519f9bb425ef4a245a9802d81462640964" @@ -27580,11 +43263,29 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", "providesIncludes": ["AStar32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.1.0.zip", "archiveFileName": "AStar32U4-1.1.0.zip", "size": 58903, "checksum": "SHA-256:89ebc312d0dbc19c549e8774df732a58666e4987e0318c2a768733b926ea5b64" }, + { + "name": "AStar32U4", + "version": "1.1.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "A-Star 32U4 Arduino library", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on Pololu A-Star 32U4 controllers.", + "website": "https://github.com/pololu/a-star-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/a-star-32u4-arduino-library.git", + "providesIncludes": ["AStar32U4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/AStar32U4-1.1.1.zip", + "archiveFileName": "AStar32U4-1.1.1.zip", + "size": 58853, + "checksum": "SHA-256:6ff87f8b2ee7f24c329f0b4801e2fef1604e2e8cba0b8ab65d28b80f4f4c708e" + }, { "name": "PololuMaestro", "version": "1.0.0", @@ -27597,7 +43298,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/maestro-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuMaestro-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMaestro-1.0.0.zip", "archiveFileName": "PololuMaestro-1.0.0.zip", "size": 16709, "checksum": "SHA-256:372517144fa69368e16f4f2055d85bcf8717ac72d09ec06e6baa04846a16ebfd" @@ -27614,7 +43315,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.1.zip", "archiveFileName": "Zumo32U4-1.1.1.zip", "size": 134824, "checksum": "SHA-256:df8be04783905b0070c219fac9121c8b9205f1638df2212ae047caed54f1edcb" @@ -27631,7 +43332,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.2.zip", "archiveFileName": "Zumo32U4-1.1.2.zip", "size": 134861, "checksum": "SHA-256:f68a9bd979237c975d6ecae43af699239589f99bc0ba88f22db591d98dc28a4f" @@ -27648,7 +43349,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.3.zip", "archiveFileName": "Zumo32U4-1.1.3.zip", "size": 135792, "checksum": "SHA-256:f13e09bfbd2c34e043add285947db635ef0fc97eeab8c94eba98e7c22892f3f1" @@ -27666,11 +43367,29 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", "providesIncludes": ["Zumo32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.1.4.zip", "archiveFileName": "Zumo32U4-1.1.4.zip", "size": 135853, "checksum": "SHA-256:07234b0d7c9116da5e7977e75bc9ddfa2c2287ea9348560c23cfcaa2961d238e" }, + { + "name": "Zumo32U4", + "version": "1.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Zumo 32U4 Arduino library", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu Zumo 32U4 robot.", + "website": "https://github.com/pololu/zumo-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", + "providesIncludes": ["Zumo32U4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-1.2.0.zip", + "archiveFileName": "Zumo32U4-1.2.0.zip", + "size": 140058, + "checksum": "SHA-256:d3a5cbb483dbf553dfd0c5062702a1be3266be6ec7523d945009ceabafc135d9" + }, { "name": "Printoo_Library", "version": "1.0.0", @@ -27683,7 +43402,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/printoo/printoo_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/printoo/Printoo_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/printoo/Printoo_Library-1.0.0.zip", "archiveFileName": "Printoo_Library-1.0.0.zip", "size": 35640, "checksum": "SHA-256:77a9cf683d7be80bfe41a2cccb6f6cc00c94fa1c01dbb30122e7552c757bbd99" @@ -27700,7 +43419,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/printoo/printoo_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/printoo/Printoo_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/printoo/Printoo_Library-1.0.1.zip", "archiveFileName": "Printoo_Library-1.0.1.zip", "size": 35724, "checksum": "SHA-256:d9f3c322eea50e56e2119b8a5f3fa83d2f42c9008874a94b74804e9374cddd12" @@ -27717,714 +43436,11 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/printoo/printoo_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/printoo/Printoo_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/printoo/Printoo_Library-1.0.2.zip", "archiveFileName": "Printoo_Library-1.0.2.zip", "size": 35725, "checksum": "SHA-256:5651f582ddde523ce28e79985b6cd0bdf1595e927b9b1bbda720bd5fc81fc7d1" }, - { - "name": "Quirkbot", - "version": "0.2.2", - "author": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "Install this library to be able to use the Quirbot API.", - "website": "http://quirkbot.com/", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.2.2.zip", - "archiveFileName": "Quirkbot-0.2.2.zip", - "size": 53518, - "checksum": "SHA-256:85632e1b97a52abb34145910e11955436f3ff224d131f566e1f0a50b902ca0e9" - }, - { - "name": "Quirkbot", - "version": "0.2.3", - "author": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "Install this library to be able to use the Quirbot API.", - "website": "http://quirkbot.com/", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.2.3.zip", - "archiveFileName": "Quirkbot-0.2.3.zip", - "size": 54294, - "checksum": "SHA-256:625ff9e48dbf7c85f062597119dd2ed89672bc260b036e001291293a4b4a0bf0" - }, - { - "name": "Quirkbot", - "version": "0.2.4", - "author": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "Install this library to be able to use the Quirbot API.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.2.4.zip", - "archiveFileName": "Quirkbot-0.2.4.zip", - "size": 54310, - "checksum": "SHA-256:23e4201187de28cf49c23901f43069749edd24ba25622715bcf1baeed6463b00" - }, - { - "name": "Quirkbot", - "version": "0.2.5", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "Install this library to be able to use the Quirbot API.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.2.5.zip", - "archiveFileName": "Quirkbot-0.2.5.zip", - "size": 54309, - "checksum": "SHA-256:0536af8b3094d7cb923f21dde2851b63e8b65851e04b7f2ded589ec70dbdabc5" - }, - { - "name": "Quirkbot", - "version": "0.2.6", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.2.6.zip", - "archiveFileName": "Quirkbot-0.2.6.zip", - "size": 54398, - "checksum": "SHA-256:b04ef4b4f9371eb5da214c7f5552f24232a43533f91b94d29d51d4e59c40a1fd" - }, - { - "name": "Quirkbot", - "version": "0.3.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.3.1.zip", - "archiveFileName": "Quirkbot-0.3.1.zip", - "size": 62003, - "checksum": "SHA-256:0e1df3df244037ab71ff72acb9db18277722bd742ba2241a5b3adc3158a74a6b" - }, - { - "name": "Quirkbot", - "version": "0.3.2", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.3.2.zip", - "archiveFileName": "Quirkbot-0.3.2.zip", - "size": 62003, - "checksum": "SHA-256:6c4677f7b412f2e2a191eb10341a4bc6ddc851ee508182b2908e792fb2f1b81f" - }, - { - "name": "Quirkbot", - "version": "0.3.3", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.3.3.zip", - "archiveFileName": "Quirkbot-0.3.3.zip", - "size": 62078, - "checksum": "SHA-256:7ceaa26ecaaf254c48d36ecb9a72c927185a1a0ff120c1020404eb685412d6b6" - }, - { - "name": "Quirkbot", - "version": "0.4.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.4.1.zip", - "archiveFileName": "Quirkbot-0.4.1.zip", - "size": 62082, - "checksum": "SHA-256:e71655c2147a999e3bff11abfb933d2b86a0681dac203f66119fcfe33aca20ce" - }, - { - "name": "Quirkbot", - "version": "0.4.2", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.4.2.zip", - "archiveFileName": "Quirkbot-0.4.2.zip", - "size": 60528, - "checksum": "SHA-256:a9c79d1c53f44470c0c07755943c5f35a2da7b84e7c0a84de020187ef891f469" - }, - { - "name": "Quirkbot", - "version": "0.4.3", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.4.3.zip", - "archiveFileName": "Quirkbot-0.4.3.zip", - "size": 61447, - "checksum": "SHA-256:92a8f707a58bfc13afe5f6c06eabdcf989e9c695e3e7959258ff053db18a40c9" - }, - { - "name": "Quirkbot", - "version": "0.4.4", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.4.4.zip", - "archiveFileName": "Quirkbot-0.4.4.zip", - "size": 61744, - "checksum": "SHA-256:999a791fe0da3caea324ad29ec7a3018d6814fa8f38f0e270ad5a9483b08372e" - }, - { - "name": "Quirkbot", - "version": "0.5.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.5.0.zip", - "archiveFileName": "Quirkbot-0.5.0.zip", - "size": 64285, - "checksum": "SHA-256:aed82534a1784a4d53facb4a5abd3ca1a5f850a3375e7a85e36f813fcd0ee4c6" - }, - { - "name": "Quirkbot", - "version": "0.5.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-0.5.1.zip", - "archiveFileName": "Quirkbot-0.5.1.zip", - "size": 65076, - "checksum": "SHA-256:9c8279dacf9ee22d05870cc392d73014ca8fb53c15cb067a91a68a7abfa93c2a" - }, - { - "name": "Quirkbot", - "version": "1.1.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-1.1.0.zip", - "archiveFileName": "Quirkbot-1.1.0.zip", - "size": 50284, - "checksum": "SHA-256:3cea25a4fc8c23f0fc0b80672459fee90aa2a9fc2afabd752a26731f3e25c916" - }, - { - "name": "Quirkbot", - "version": "1.1.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-1.1.1.zip", - "archiveFileName": "Quirkbot-1.1.1.zip", - "size": 51262, - "checksum": "SHA-256:fd9df56298b1e1dcf1422bad7ef9fe21430408d661b2a2296514af6d7c7699be" - }, - { - "name": "Quirkbot", - "version": "1.2.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-1.2.0.zip", - "archiveFileName": "Quirkbot-1.2.0.zip", - "size": 53558, - "checksum": "SHA-256:e9c2bde40776f8fa0b426ec241487e3c7f7f4e3325041c99fe45ff55fca1fa15" - }, - { - "name": "Quirkbot", - "version": "2.0.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.0.0.zip", - "archiveFileName": "Quirkbot-2.0.0.zip", - "size": 53477, - "checksum": "SHA-256:3a4826373ffe4168332734059072eec441254022707ee5a435f31b3c112f03a8" - }, - { - "name": "Quirkbot", - "version": "2.0.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.0.1.zip", - "archiveFileName": "Quirkbot-2.0.1.zip", - "size": 53558, - "checksum": "SHA-256:b309aa5edc831f70ae4b54554e8ad11920315960c9c20640f91f59b544b745a0" - }, - { - "name": "Quirkbot", - "version": "2.0.2", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.0.2.zip", - "archiveFileName": "Quirkbot-2.0.2.zip", - "size": 53565, - "checksum": "SHA-256:39eb351627d7c5f0d54407772848d7006fd59dd75bae1110637f7a7ea0254158" - }, - { - "name": "Quirkbot", - "version": "2.1.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.1.0.zip", - "archiveFileName": "Quirkbot-2.1.0.zip", - "size": 64432, - "checksum": "SHA-256:a59d35f45defd6cac622a8b67185a80bd0ad8dbcb427357e6c6809ba17e8f2ec" - }, - { - "name": "Quirkbot", - "version": "2.1.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.1.1.zip", - "archiveFileName": "Quirkbot-2.1.1.zip", - "size": 64554, - "checksum": "SHA-256:487b930f71aceff2cf618f0321d9b4b4824fdac2c17ccce42d4bdabc2dc2c4df" - }, - { - "name": "Quirkbot", - "version": "2.1.3", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.1.3.zip", - "archiveFileName": "Quirkbot-2.1.3.zip", - "size": 64508, - "checksum": "SHA-256:e893ec84b5335e7c8d9a5a70fd0cc90ff510a0759a551a7a6a0dc89d9e8301cd" - }, - { - "name": "Quirkbot", - "version": "2.2.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.2.0.zip", - "archiveFileName": "Quirkbot-2.2.0.zip", - "size": 64565, - "checksum": "SHA-256:9ba7cf1bf3111ee90e33450921c2818ab14111a4d496a25501429625ead077fa" - }, - { - "name": "Quirkbot", - "version": "2.3.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.3.0.zip", - "archiveFileName": "Quirkbot-2.3.0.zip", - "size": 64031, - "checksum": "SHA-256:92f7e1e106a6d18d249f5e2d7854698cffb3bb953ae138c83652da62cbf04a8c" - }, - { - "name": "Quirkbot", - "version": "2.3.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.3.1.zip", - "archiveFileName": "Quirkbot-2.3.1.zip", - "size": 64072, - "checksum": "SHA-256:ae67ce73d55c619e58e34be246ca7e62c745dbb141a4237cea060887041c81bb" - }, - { - "name": "Quirkbot", - "version": "2.4.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.4.0.zip", - "archiveFileName": "Quirkbot-2.4.0.zip", - "size": 72163, - "checksum": "SHA-256:99c90a990bec96990d5ec8c729e8aa588633ba6026fe3cc474f27704cfa967d8" - }, - { - "name": "Quirkbot", - "version": "2.4.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.4.1.zip", - "archiveFileName": "Quirkbot-2.4.1.zip", - "size": 71872, - "checksum": "SHA-256:9180dbf6b298623a6148b4e0fc69cd332d72a7db3ab589e4f0b92a2b8a3069ed" - }, - { - "name": "Quirkbot", - "version": "2.5.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.1.zip", - "archiveFileName": "Quirkbot-2.5.1.zip", - "size": 92783, - "checksum": "SHA-256:7e38bff8e1b405725e5475a80d897d9c5be64c600a9136309a3e5aabf7181b57" - }, - { - "name": "Quirkbot", - "version": "2.5.2", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.2.zip", - "archiveFileName": "Quirkbot-2.5.2.zip", - "size": 92796, - "checksum": "SHA-256:dd53eb06b4d863b08d6790388881d9fdd54b9b8855a3c3be265d1b847fe8bcfa" - }, - { - "name": "Quirkbot", - "version": "2.5.3", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.3.zip", - "archiveFileName": "Quirkbot-2.5.3.zip", - "size": 92793, - "checksum": "SHA-256:7243b26890adb3018200e144c4fbac02b0fc624f2e0b061d11606e18902c97c9" - }, - { - "name": "Quirkbot", - "version": "2.5.4", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.4.zip", - "archiveFileName": "Quirkbot-2.5.4.zip", - "size": 92796, - "checksum": "SHA-256:b4d90f4de6fab1a2553daa9639da0f64034c73b576ea9425576259fe3b25ccb0" - }, - { - "name": "Quirkbot", - "version": "2.5.5", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.5.zip", - "archiveFileName": "Quirkbot-2.5.5.zip", - "size": 92798, - "checksum": "SHA-256:d9336289fe3e19fca7c1fb29bda521e83bbc35f6e3dab90037f3d52f65855a53" - }, - { - "name": "Quirkbot", - "version": "2.5.6", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.6.zip", - "archiveFileName": "Quirkbot-2.5.6.zip", - "size": 92878, - "checksum": "SHA-256:dbd4351aac83430b494cf100f7b69da77082fd3b859fb9f74cfd601abe11d47f" - }, - { - "name": "Quirkbot", - "version": "2.5.7", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.5.7.zip", - "archiveFileName": "Quirkbot-2.5.7.zip", - "size": 94939, - "checksum": "SHA-256:ea01108cce01364fa6fb24bb2f87346eb66df71feaab2dc51571bab406b8c71a" - }, - { - "name": "Quirkbot", - "version": "2.6.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": ["Quirkbot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.6.0.zip", - "archiveFileName": "Quirkbot-2.6.0.zip", - "size": 94399, - "checksum": "SHA-256:473cb5ac21d0046a9a29b1aa17fffaf5a3bdafb6ae9e281e76888205c1517834" - }, - { - "name": "Quirkbot", - "version": "2.6.1", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": ["Quirkbot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.6.1.zip", - "archiveFileName": "Quirkbot-2.6.1.zip", - "size": 94849, - "checksum": "SHA-256:e06523dc5cb04eb223890dbe0d32504e83347c7130d366935944f73cc7aafbfb" - }, - { - "name": "Quirkbot", - "version": "2.6.2", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": ["Quirkbot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.6.2.zip", - "archiveFileName": "Quirkbot-2.6.2.zip", - "size": 101491, - "checksum": "SHA-256:fb318ed2ffb95a5d7d728fccddbc0d608278c88cd6fb1cd7bc2e5a493bcc4efb" - }, - { - "name": "Quirkbot", - "version": "2.6.3", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": ["Quirkbot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.6.3.zip", - "archiveFileName": "Quirkbot-2.6.3.zip", - "size": 101504, - "checksum": "SHA-256:ca42e34769002659754f7ae2862d6fdd12ceef4f288f1cbb16de643459200be0" - }, - { - "name": "Quirkbot", - "version": "2.7.0", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": ["Quirkbot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.7.0.zip", - "archiveFileName": "Quirkbot-2.7.0.zip", - "size": 93311, - "checksum": "SHA-256:51cff3debeb39ddad73d3e73b707c2eb1db3d2a7748d9cb74d93c9ad91fdc4da" - }, - { - "name": "Quirkbot", - "version": "2.7.2", - "author": "Quirkbot", - "maintainer": "Paulo Barcelos \u003cpaulo@quirkbot.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with Quirkbot hardware. While other Arduinos boards might work, they are not supported. For instructions on how to install official Quirkbot boards, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": ["Quirkbot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Quirkbot/Quirkbot-2.7.2.zip", - "archiveFileName": "Quirkbot-2.7.2.zip", - "size": 93310, - "checksum": "SHA-256:f7b0f910750f9511209c67fa606a9e6b7826804b7d3bfd2c147949c3365485d0" - }, { "name": "RBL_nRF8001", "version": "1.0.0", @@ -28437,7 +43453,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RedBearLab/nRF8001.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RedBearLab/RBL_nRF8001-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RedBearLab/RBL_nRF8001-1.0.0.zip", "archiveFileName": "RBL_nRF8001-1.0.0.zip", "size": 55046, "checksum": "SHA-256:b1c9f44993258100b74d2f0b0c6c48707f8a6ca37a83a789e267a26bd84ba3f2" @@ -28454,7 +43470,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ReefPOM/OSPOM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ReefPOM/Ospom-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ReefPOM/Ospom-0.1.1.zip", "archiveFileName": "Ospom-0.1.1.zip", "size": 20920, "checksum": "SHA-256:4e8b59dea421f316e997ed2aa7fe205cb6cf36e7229f0f4558684f9fb16ef1f4" @@ -28471,7 +43487,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ReefPOM/OSPOM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ReefPOM/Ospom-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ReefPOM/Ospom-0.1.3.zip", "archiveFileName": "Ospom-0.1.3.zip", "size": 15033, "checksum": "SHA-256:1ecc1a505fbcd83f02c0c9954941363327c48466d6ac34bcc9873ea540e1d394" @@ -28488,7 +43504,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ReefPOM/OSPOM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ReefPOM/Ospom-0.1.31.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ReefPOM/Ospom-0.1.31.zip", "archiveFileName": "Ospom-0.1.31.zip", "size": 17701, "checksum": "SHA-256:022bfb1cbe5a35f2bed8e59b07b90f894fa0d041179debc5768880a05b5bb67b" @@ -28505,7 +43521,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/AnalogButtons.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Analog_Buttons-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Analog_Buttons-1.1.0.zip", "archiveFileName": "Analog_Buttons-1.1.0.zip", "size": 305094, "checksum": "SHA-256:0fc31311f8ea6246d3d6ea51a568ac9a2539e748ba007d6af22af112097cf07c" @@ -28522,7 +43538,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/AnalogButtons.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Analog_Buttons-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Analog_Buttons-1.1.1.zip", "archiveFileName": "Analog_Buttons-1.1.1.zip", "size": 305098, "checksum": "SHA-256:d36c15fb3fdc8be51017a4eba079d8416167a63428d945d7de7e2d48c72b38bb" @@ -28539,7 +43555,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/AnalogButtons.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Analog_Buttons-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Analog_Buttons-1.2.0.zip", "archiveFileName": "Analog_Buttons-1.2.0.zip", "size": 305434, "checksum": "SHA-256:f0c4ec44801e3cff96a0a3121de5aa7e62ec9715bb82966d9143825bf65e5757" @@ -28556,7 +43572,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/VoltageReference.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Voltage_Reference-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Voltage_Reference-1.2.0.zip", "archiveFileName": "Voltage_Reference-1.2.0.zip", "size": 178654, "checksum": "SHA-256:d5ca0d36421d17d3252ef5bc3425f52676a20944ffe7c8b9f30c8c2d9a8abe61" @@ -28574,7 +43590,7 @@ "types": ["Contributed"], "repository": "https://github.com/rlogiacco/VoltageReference.git", "providesIncludes": ["VoltageReference.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Voltage_Reference-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Voltage_Reference-1.2.2.zip", "archiveFileName": "Voltage_Reference-1.2.2.zip", "size": 177524, "checksum": "SHA-256:a1814d0989fe12966be6bc474a777d1fe2819d686ebf623e4ff63bc647632f4c" @@ -28591,7 +43607,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/MicroDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/MicroDebug-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/MicroDebug-1.1.0.zip", "archiveFileName": "MicroDebug-1.1.0.zip", "size": 16938, "checksum": "SHA-256:82a941efc4bb3cf214f68e9dba7cc5891c79b7a61440a4dec663715fc6a755c6" @@ -28608,7 +43624,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/MicroDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/MicroDebug-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/MicroDebug-1.2.0.zip", "archiveFileName": "MicroDebug-1.2.0.zip", "size": 16332, "checksum": "SHA-256:73ccf8b7a245604a54de1e1045589a030ee3b6ab72b350f757af136be7a089d3" @@ -28625,7 +43641,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/robertgallup/BobaBlox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/robertgallup/BobaBlox-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/robertgallup/BobaBlox-2.0.0.zip", "archiveFileName": "BobaBlox-2.0.0.zip", "size": 22549, "checksum": "SHA-256:c4dc65760778e0b992efa0a4d8271becc8c3afcf43d4c4610b3376ec082d7cb3" @@ -28642,7 +43658,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/robertgallup/BobaBlox.git", - "url": "http://downloads.arduino.cc/libraries/github.com/robertgallup/BobaBlox-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/robertgallup/BobaBlox-2.0.1.zip", "archiveFileName": "BobaBlox-2.0.1.zip", "size": 22551, "checksum": "SHA-256:3690ce1b02a0e2a385c304a50891cd5cdf186bace676a9f2a90f507ef6ee1664" @@ -28659,7 +43675,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboCore/SerialRelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___Serial_Relay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___Serial_Relay-1.0.0.zip", "archiveFileName": "RoboCore___Serial_Relay-1.0.0.zip", "size": 10618, "checksum": "SHA-256:00fdaebe62883ca6bbfc71c46c5548f2ed4051210cf300271e8504682cd0cb02" @@ -28675,7 +43691,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_PRismino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_PRismino-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_PRismino-1.5.0.zip", "archiveFileName": "Robopoly_PRismino-1.5.0.zip", "size": 22677, "checksum": "SHA-256:7dae1d0d37a441e6efbf1fff078330530fd4df13da54e2e581d3ae64252046b0" @@ -28691,7 +43707,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_PRismino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_PRismino-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_PRismino-1.5.1.zip", "archiveFileName": "Robopoly_PRismino-1.5.1.zip", "size": 22769, "checksum": "SHA-256:8e68ec9ac830b0e7c6adc7fd92be14885ba10b3d7fbf5e7c7ddd094938c1e241" @@ -28707,7 +43723,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_PRismino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_PRismino-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_PRismino-1.5.2.zip", "archiveFileName": "Robopoly_PRismino-1.5.2.zip", "size": 22802, "checksum": "SHA-256:82a81b4e3495fe0664b6f7e4c70efee39a2670aca94ca9b924c1e68c565b9ad7" @@ -28723,7 +43739,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_Linear_Camera.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_Linear_Camera-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_Linear_Camera-0.2.0.zip", "archiveFileName": "Robopoly_Linear_Camera-0.2.0.zip", "size": 6197, "checksum": "SHA-256:639d6baf23d2880b61eb885e0f581e6a43b52b982e981a035e971201e4cdbbc6" @@ -28740,7 +43756,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.10.0.zip", "archiveFileName": "EasyVR-1.10.0.zip", "size": 179139, "checksum": "SHA-256:f68838d0968a3670bd39a83ffa9391e4d73be76e653c2d77bc6e315179f4f883" @@ -28757,7 +43773,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.10.1.zip", "archiveFileName": "EasyVR-1.10.1.zip", "size": 179243, "checksum": "SHA-256:832ca1b3b0018b67953b2629d5e89144910669ebc551a5188283a662bdbf4af0" @@ -28774,7 +43790,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.10.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.10.2.zip", "archiveFileName": "EasyVR-1.10.2.zip", "size": 179304, "checksum": "SHA-256:2a8fc1def8349507fd8d614d56bff4c915781cacf818a292ce70282e507122db" @@ -28791,7 +43807,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.11.0.zip", "archiveFileName": "EasyVR-1.11.0.zip", "size": 179499, "checksum": "SHA-256:3d77dbc18972827dc093cf4473591d54ee735b9786a44647a14d71c0a776750c" @@ -28808,7 +43824,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.7.0.zip", "archiveFileName": "EasyVR-1.7.0.zip", "size": 163030, "checksum": "SHA-256:ae6951831952bdafbe29344f8cfe5b6afad1116f29dcf1db5eec88a170577b45" @@ -28825,7 +43841,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.7.1.zip", "archiveFileName": "EasyVR-1.7.1.zip", "size": 163049, "checksum": "SHA-256:6abc2df5fb5caa1b433fc6a3a734bf64ddacc8f8a85c620e4b239e43bb3eb01a" @@ -28842,7 +43858,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.8.0.zip", "archiveFileName": "EasyVR-1.8.0.zip", "size": 164768, "checksum": "SHA-256:f9e0ecc9d4a8247e1c39d51dff486c79a280e653d79c455a2cc09622681ef85b" @@ -28859,7 +43875,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.8.1.zip", "archiveFileName": "EasyVR-1.8.1.zip", "size": 164888, "checksum": "SHA-256:937be4eff322698942352aaf75966e434853ef165077d88d61138d9b1e219ade" @@ -28876,7 +43892,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.9.1.zip", "archiveFileName": "EasyVR-1.9.1.zip", "size": 178191, "checksum": "SHA-256:376a561480d74344f11181ae19737010a01139aeeb0dcac7940d520fec3e96eb" @@ -28893,7 +43909,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.9.2.zip", "archiveFileName": "EasyVR-1.9.2.zip", "size": 178274, "checksum": "SHA-256:b8e251714fa2c8300d0e8eec6b8d78728ebebc8f57b129d694adf8cc1bff65c4" @@ -28910,7 +43926,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RoboTech-srl/EasyVR-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.11.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboTech-srl/EasyVR-1.11.1.zip", "archiveFileName": "EasyVR-1.11.1.zip", "size": 179440, "checksum": "SHA-256:0cf2d672fe4d5bed604e05b00967be44ad28fb36935447121ab6af493627055a" @@ -28928,7 +43944,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.0.0.zip", "archiveFileName": "LoRa-0.0.0.zip", "size": 7706, "checksum": "SHA-256:0075741e4a3db5cee39b6472428c42df098ab5843dd82b177dc445ad3d9c630a" @@ -28946,7 +43962,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.0.1.zip", "archiveFileName": "LoRa-0.0.1.zip", "size": 7740, "checksum": "SHA-256:a1402b05a2381119ff89fe0cd229c5fc541f7afdc99ae203f554ca25c6d8110a" @@ -28964,7 +43980,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.1.0.zip", "archiveFileName": "LoRa-0.1.0.zip", "size": 11028, "checksum": "SHA-256:06dedb8ef2868eff3ea34903b26a4c890c9fc4092f8cdb00fca35a7550836563" @@ -28982,7 +43998,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.2.0.zip", "archiveFileName": "LoRa-0.2.0.zip", "size": 11434, "checksum": "SHA-256:a14183eef21e5f233ab94bb314d183b25a0c0f762dc6c77d31abe6476f4804ce" @@ -29000,7 +44016,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.2.1.zip", "archiveFileName": "LoRa-0.2.1.zip", "size": 11561, "checksum": "SHA-256:7192b425680b181e557c74dc7e39941b3304b5c6730cd4ea6b43e96e8ede2973" @@ -29018,7 +44034,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.3.0.zip", "archiveFileName": "LoRa-0.3.0.zip", "size": 19512, "checksum": "SHA-256:b568c0982287f1ac45ee1c87f28e1e9376e339b22310b9a41d0dc98389656276" @@ -29036,7 +44052,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.4.0.zip", "archiveFileName": "LoRa-0.4.0.zip", "size": 21484, "checksum": "SHA-256:6b809855e458c8f96e902bfb0473231dde80230ca4f931a8fc8ebd86e4cbae6a" @@ -29054,11 +44070,119 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", "providesIncludes": ["LoRa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.5.0.zip", "archiveFileName": "LoRa-0.5.0.zip", "size": 22160, "checksum": "SHA-256:bf01a15e2e11e319ea69baea1c7522815ac843bea5397650e0966bbb2f2700b4" }, + { + "name": "LoRa", + "version": "0.6.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for sending and receiving data using LoRa radios.", + "paragraph": "Supports Semtech SX1276/77/78/79 based boards/shields.", + "website": "https://github.com/sandeepmistry/arduino-LoRa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", + "providesIncludes": ["LoRa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.6.0.zip", + "archiveFileName": "LoRa-0.6.0.zip", + "size": 27234, + "checksum": "SHA-256:f517aa198eee3141afba5a2a64f7c01621ba179c19333cced1fed0726b65fa50" + }, + { + "name": "LoRa", + "version": "0.6.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for sending and receiving data using LoRa radios.", + "paragraph": "Supports Semtech SX1276/77/78/79 based boards/shields.", + "website": "https://github.com/sandeepmistry/arduino-LoRa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", + "providesIncludes": ["LoRa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.6.1.zip", + "archiveFileName": "LoRa-0.6.1.zip", + "size": 27236, + "checksum": "SHA-256:abc4c8c1bbacdcabe4cd451503c1f61f9a844ffc4076e14155e56a630e96c0f1" + }, + { + "name": "LoRa", + "version": "0.7.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for sending and receiving data using LoRa radios.", + "paragraph": "Supports Semtech SX1276/77/78/79 based boards/shields.", + "website": "https://github.com/sandeepmistry/arduino-LoRa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", + "providesIncludes": ["LoRa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.7.0.zip", + "archiveFileName": "LoRa-0.7.0.zip", + "size": 27263, + "checksum": "SHA-256:14433cf5fd6fa0d4d262ed680e9967857a4d110dcec831ddb8d7df7c4f47894b" + }, + { + "name": "LoRa", + "version": "0.7.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for sending and receiving data using LoRa radios.", + "paragraph": "Supports Semtech SX1276/77/78/79 based boards/shields.", + "website": "https://github.com/sandeepmistry/arduino-LoRa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", + "providesIncludes": ["LoRa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.7.1.zip", + "archiveFileName": "LoRa-0.7.1.zip", + "size": 28444, + "checksum": "SHA-256:2e2f51e6f4d32e0b42c14ba0e02642f93b0d53c1693ccb910d870ca93198344a" + }, + { + "name": "LoRa", + "version": "0.7.2", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for sending and receiving data using LoRa radios.", + "paragraph": "Supports Semtech SX1276/77/78/79 based boards/shields.", + "website": "https://github.com/sandeepmistry/arduino-LoRa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", + "providesIncludes": ["LoRa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.7.2.zip", + "archiveFileName": "LoRa-0.7.2.zip", + "size": 28433, + "checksum": "SHA-256:e7803bea0d3edb0840af138413d7b6959f78fbfa3432f90c83143ff7d87e97f4" + }, + { + "name": "LoRa", + "version": "0.8.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for sending and receiving data using LoRa radios.", + "paragraph": "Supports Semtech SX1276/77/78/79 based boards/shields.", + "website": "https://github.com/sandeepmistry/arduino-LoRa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-LoRa.git", + "providesIncludes": ["LoRa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/LoRa-0.8.0.zip", + "archiveFileName": "LoRa-0.8.0.zip", + "size": 28927, + "checksum": "SHA-256:a173d1125619ea98e766faaa9b990098a07bd5104bc12247f9684d20f5005bc0" + }, { "name": "BLEPeripheral", "version": "0.1.0", @@ -29071,7 +44195,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.0.zip", "archiveFileName": "BLEPeripheral-0.1.0.zip", "size": 660754, "checksum": "SHA-256:fa1abf9926012d116c70a03bad4594f29056d611ced1134269afbc9ff12fa194" @@ -29088,7 +44212,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.1.zip", "archiveFileName": "BLEPeripheral-0.1.1.zip", "size": 662133, "checksum": "SHA-256:65079420be6e31ec1b5106681cd9fbd21e3c7c40c6aaa9141a3eae6b36b01f8b" @@ -29105,7 +44229,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.2.zip", "archiveFileName": "BLEPeripheral-0.1.2.zip", "size": 662290, "checksum": "SHA-256:563490c40ac04798cb79b8f521e9df91f5767564dc50885996450bc288f5ab29" @@ -29122,7 +44246,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.3.zip", "archiveFileName": "BLEPeripheral-0.1.3.zip", "size": 663472, "checksum": "SHA-256:ef88e844028b22b94002396b29dc51e8315685b46926e22b641d9ae41600bf6e" @@ -29139,7 +44263,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.4.zip", "archiveFileName": "BLEPeripheral-0.1.4.zip", "size": 663603, "checksum": "SHA-256:05854030e800d4874061f1560d5dd1de6a7d72742bf0837155fea844ff26d5ac" @@ -29156,7 +44280,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.5.zip", "archiveFileName": "BLEPeripheral-0.1.5.zip", "size": 663599, "checksum": "SHA-256:efcd907bbfa3bd8a79044c891c7c5c9d381c04f3ec5803add4b357370788016f" @@ -29173,7 +44297,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.6.zip", "archiveFileName": "BLEPeripheral-0.1.6.zip", "size": 209138, "checksum": "SHA-256:af463967a832b75d3483a98c6ad1adf1017538b9420bab4e13a67a101f8007d7" @@ -29190,7 +44314,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.7.zip", "archiveFileName": "BLEPeripheral-0.1.7.zip", "size": 209152, "checksum": "SHA-256:07932e2a5f8975aeaa32f30835df386aa1b0a8080beecb105b8340f857197d87" @@ -29207,7 +44331,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.1.8.zip", "archiveFileName": "BLEPeripheral-0.1.8.zip", "size": 209205, "checksum": "SHA-256:9f0a01464b7cefba6318d7de9112ab88c0a9971ce69a086c9e362b41df71145a" @@ -29224,7 +44348,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.2.0.zip", "archiveFileName": "BLEPeripheral-0.2.0.zip", "size": 197787, "checksum": "SHA-256:9b51f035ff3a378c803de43269d976624e0759f7f749346ff97d8bbabf7143b3" @@ -29241,7 +44365,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.3.0.zip", "archiveFileName": "BLEPeripheral-0.3.0.zip", "size": 198400, "checksum": "SHA-256:71636c82873fb639ff721be09f100a318cf8fe967435bd198c75b8a9621c0068" @@ -29259,7 +44383,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", "providesIncludes": ["BLEPeripheral.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.3.1.zip", "archiveFileName": "BLEPeripheral-0.3.1.zip", "size": 231984, "checksum": "SHA-256:7fc6c6cd67a5262b0aeaa8bfe82f59bd7d48934dff4d937a4162e7769465a4a6" @@ -29277,7 +44401,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git", "providesIncludes": ["BLEPeripheral.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/BLEPeripheral-0.4.0.zip", "archiveFileName": "BLEPeripheral-0.4.0.zip", "size": 232416, "checksum": "SHA-256:fe4523452e87b371d03d11e684c317c465984214a3db6c48b199bc56fb08d612" @@ -29294,7 +44418,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/GPRSbee.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.2.0.zip", "archiveFileName": "GPRSbee-1.2.0.zip", "size": 81331, "checksum": "SHA-256:109d2dbd09068c251fb8ee82e548a6665fc2d3bbbd152b3cbd129b77278e87cd" @@ -29311,7 +44435,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/GPRSbee.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.3.0.zip", "archiveFileName": "GPRSbee-1.3.0.zip", "size": 82351, "checksum": "SHA-256:bceac9414076b4d0b14ebf593870d3b6c961c7536d68c97eac040b6c774cb0d5" @@ -29328,7 +44452,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/GPRSbee.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.9.0.zip", "archiveFileName": "GPRSbee-1.9.0.zip", "size": 90468, "checksum": "SHA-256:e1d70a0a201c1c10b8cd44b02869c034317aafe0e20e9ab63b85a3ddfe186011" @@ -29345,7 +44469,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/GPRSbee.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.9.1.zip", "archiveFileName": "GPRSbee-1.9.1.zip", "size": 90931, "checksum": "SHA-256:6cbc23a7ec263aa90f0270466af995d5583dbf6bbf51eed84628b25ae83a0262" @@ -29362,7 +44486,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/GPRSbee.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/GPRSbee-1.9.2.zip", "archiveFileName": "GPRSbee-1.9.2.zip", "size": 91077, "checksum": "SHA-256:9c9c21946a15336c1ee4ee0524ffbe76dc23598455dcaee50775580387b06074" @@ -29379,7 +44503,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/RTCTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/RTCTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/RTCTimer-1.0.0.zip", "archiveFileName": "RTCTimer-1.0.0.zip", "size": 23885, "checksum": "SHA-256:759c1d461fe2a51306bfa39e32a07ff02bedb98d8a36cdfc001f7accb0b5678e" @@ -29395,7 +44519,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_BMP085.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.2.0.zip", "archiveFileName": "Sodaq_BMP085-1.2.0.zip", "size": 7684, "checksum": "SHA-256:e7240090ca80a71aa2c9eccf8301a408fc1b575c786254ba694edfc6a682d1d3" @@ -29411,7 +44535,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_BMP085.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.2.1.zip", "archiveFileName": "Sodaq_BMP085-1.2.1.zip", "size": 7690, "checksum": "SHA-256:ed25a64dde549dab061eb898af296cf754d6d585e1f668c047ebe140c37666fd" @@ -29427,7 +44551,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_BMP085.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.3.0.zip", "archiveFileName": "Sodaq_BMP085-1.3.0.zip", "size": 7674, "checksum": "SHA-256:8ff5e4e71c309f8d30197764354e256cd627921dbd8a2a314ab829ea317cf294" @@ -29443,7 +44567,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_BMP085.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_BMP085-1.4.0.zip", "archiveFileName": "Sodaq_BMP085-1.4.0.zip", "size": 7881, "checksum": "SHA-256:6259fc76a70b1580549de377827485b0f6d84e501d42dab9f0354c3a1eb80215" @@ -29459,7 +44583,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_SHT2x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_SHT2x-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_SHT2x-1.1.0.zip", "archiveFileName": "Sodaq_SHT2x-1.1.0.zip", "size": 20076, "checksum": "SHA-256:800a2bf0c33d7d5df2d019ee032fbbe002df822e5861bfa3e7b70098239bd1f6" @@ -29475,7 +44599,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_SHT2x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_SHT2x-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_SHT2x-1.2.0.zip", "archiveFileName": "Sodaq_SHT2x-1.2.0.zip", "size": 20371, "checksum": "SHA-256:c15c5ec2f5a6448222a9237bb2bb95a50e856a13ae10fec64e7b4e0d38fb0698" @@ -29491,7 +44615,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_DS3231-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_DS3231-1.2.0.zip", "archiveFileName": "Sodaq_DS3231-1.2.0.zip", "size": 11430, "checksum": "SHA-256:1fbcddfef7cc37a3cb349bf6d69acef51e41cd7acdff7986201defb24a9cf4c1" @@ -29507,7 +44631,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_DS3231-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_DS3231-1.2.1.zip", "archiveFileName": "Sodaq_DS3231-1.2.1.zip", "size": 11436, "checksum": "SHA-256:17071aa0528875dad6caf428ff8bdc3de5b3d60a980b83ae0c56e925569d2b73" @@ -29523,7 +44647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_DS3231-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_DS3231-1.2.2.zip", "archiveFileName": "Sodaq_DS3231-1.2.2.zip", "size": 11437, "checksum": "SHA-256:df110a96222c001efd8c5d27e0b352917c92fedfa2e54ce8749f82b7d6a7cec7" @@ -29539,7 +44663,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_PcInt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_PcInt-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_PcInt-1.2.0.zip", "archiveFileName": "Sodaq_PcInt-1.2.0.zip", "size": 5179, "checksum": "SHA-256:a4990731f5a3bd91b505e4f106eb7cc712db8c661e19e7e338fd03def2ba501e" @@ -29556,7 +44680,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/techwillsaveus/Gamer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/techwillsaveus/Gamer-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/techwillsaveus/Gamer-2.0.0.zip", "archiveFileName": "Gamer-2.0.0.zip", "size": 33878, "checksum": "SHA-256:eb076ff8e24563a018798a59ee59510b3b76c1ff2c9618636422e0ddf5e6ccb5" @@ -29573,7 +44697,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/techwillsaveus/Gamer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/techwillsaveus/Gamer-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/techwillsaveus/Gamer-2.1.0.zip", "archiveFileName": "Gamer-2.1.0.zip", "size": 34470, "checksum": "SHA-256:a9fcd881361ac6d97a04b90a8857ba7c81d465b505414481d703bc866ed21669" @@ -29590,7 +44714,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/techwillsaveus/GamerIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/techwillsaveus/GamerIR-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/techwillsaveus/GamerIR-2.0.0.zip", "archiveFileName": "GamerIR-2.0.0.zip", "size": 3773, "checksum": "SHA-256:e8573c31a08808562de79b62ffaec54888160f9d6e2182c927d95de6223e1537" @@ -29607,7 +44731,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thijse/Arduino-DCF77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thijse/DCF77-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/DCF77-1.0.0.zip", "archiveFileName": "DCF77-1.0.0.zip", "size": 310115, "checksum": "SHA-256:a81db9f652c7c8ca7591cf805eb8cabff3c38f925f948b8aeb8340c6cecdb4b5" @@ -29624,7 +44748,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.2.zip", "archiveFileName": "souliss-7.0.2.zip", "size": 609319, "checksum": "SHA-256:66f45b5aa84b350c4d1376ebf155de07c042d995a6f771fb1ba6bcbfb2fac09d" @@ -29641,7 +44765,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.3.zip", "archiveFileName": "souliss-7.0.3.zip", "size": 551239, "checksum": "SHA-256:f0e0bf26993cd87674e823356a0d39e05fd0422d05b7d68b15a4874fed25b6d0" @@ -29658,7 +44782,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.4.zip", "archiveFileName": "souliss-7.0.4.zip", "size": 555974, "checksum": "SHA-256:606b0a41887ab9d5937f9c19caea21f75cec3e730e756464378bfc6d7865d850" @@ -29675,7 +44799,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.5.zip", "archiveFileName": "souliss-7.0.5.zip", "size": 554977, "checksum": "SHA-256:e77e1561f8311a75b6dd9ea8335357efcf2e18cc11adf2146f7c12fbfa8b2aed" @@ -29692,7 +44816,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.0.6.zip", "archiveFileName": "souliss-7.0.6.zip", "size": 565698, "checksum": "SHA-256:1aa46dc856512c8961334cb648ddb1fc998ab2b37cd6f7db0da7490bfe5088b4" @@ -29709,7 +44833,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.1.0.zip", "archiveFileName": "souliss-7.1.0.zip", "size": 626506, "checksum": "SHA-256:492e2d4233156f23c985138fd1d274dbe5eb7dca3aabaf2ee6003213950889ab" @@ -29726,7 +44850,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.1.1.zip", "archiveFileName": "souliss-7.1.1.zip", "size": 641866, "checksum": "SHA-256:75d2c464c7c0c9ae03d53080c8a93f1432500497882f26430cd1272da2493d6a" @@ -29743,7 +44867,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.2.0.zip", "archiveFileName": "souliss-7.2.0.zip", "size": 652881, "checksum": "SHA-256:0944c338c5e2e6d2e5a8d3aaf07245392995b77ef17eef8915682cf96e1b88b6" @@ -29760,7 +44884,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/souliss/souliss.git", - "url": "http://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souliss/souliss-7.2.1.zip", "archiveFileName": "souliss-7.2.1.zip", "size": 658908, "checksum": "SHA-256:d1972ec30a84c4849d147560791cff5173d0336d6066bde5534db7eb23424360" @@ -29777,7 +44901,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Testato/SoftwareWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.3.2.zip", "archiveFileName": "SoftwareWire-1.3.2.zip", "size": 14955, "checksum": "SHA-256:e0e9cef97293f4e1a20136cb21160c47e077f5a4afae54b1768987da96cd22aa" @@ -29794,7 +44918,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Testato/SoftwareWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.4.0.zip", "archiveFileName": "SoftwareWire-1.4.0.zip", "size": 15287, "checksum": "SHA-256:df3528ecaeb666a4c9c1ffb2731d7b698a213eba47a439a2abe1e2fd843f7cff" @@ -29811,7 +44935,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Testato/SoftwareWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.4.1.zip", "archiveFileName": "SoftwareWire-1.4.1.zip", "size": 27549, "checksum": "SHA-256:72ad4e9a30ffac6ad37e3a6732fa908c7f806ae1c49dcb44566a046de0a35741" @@ -29828,7 +44952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Testato/SoftwareWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.5.0.zip", "archiveFileName": "SoftwareWire-1.5.0.zip", "size": 27213, "checksum": "SHA-256:a889a57df3aec64b3be66e2c59215968759dc16ee61007170c7cba7e0f9f7e6b" @@ -29845,11 +44969,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Testato/SoftwareWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.5.1.zip", "archiveFileName": "SoftwareWire-1.5.1.zip", "size": 27218, "checksum": "SHA-256:6600239da74651b9c0bf493e746192dfc1fc975c57c5a2c7a4b7aeb2dbd40895" }, + { + "name": "SoftwareWire", + "version": "1.6.0", + "author": "Testato, Koepel", + "maintainer": "Testato \u003cspeednpower@gmail.com\u003e", + "sentence": "Creates a software I2C/TWI bus on every pins.", + "paragraph": "The SoftwareWire is only I2C Master mode. More than one software I2C bus can be created. The clock pulse stretching is implemented, so the Slave can be another Arduino board", + "website": "https://github.com/Testato/SoftwareWire", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Testato/SoftwareWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.6.0.zip", + "archiveFileName": "SoftwareWire-1.6.0.zip", + "size": 27168, + "checksum": "SHA-256:2732a727f520b66085b83be38afdb3ab7da72285bf928ac7cccb63b909ef2260" + }, { "name": "EEPROMEx", "version": "1.0.0", @@ -29862,7 +45003,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thijse/Arduino-EEPROMEx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thijse/EEPROMEx-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/EEPROMEx-1.0.0.zip", "archiveFileName": "EEPROMEx-1.0.0.zip", "size": 88845, "checksum": "SHA-256:a33bd9df9a0401153a329978f1e8ff73570e2b0f2365ee6f26745862e6bc3ff2" @@ -29879,7 +45020,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-1.0.0.zip", "archiveFileName": "thinger_io-1.0.0.zip", "size": 31649, "checksum": "SHA-256:a71c8ecec6022084eb9a0f82fb99219f3b17169af4deb46304ba1fb154f4f7fe" @@ -29896,7 +45037,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-1.1.0.zip", "archiveFileName": "thinger_io-1.1.0.zip", "size": 34360, "checksum": "SHA-256:5f3f5d0956a602fbe4ab72251201311ae5cd7becc063af4cbf39f541ceafbbcf" @@ -29913,7 +45054,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-1.1.1.zip", "archiveFileName": "thinger_io-1.1.1.zip", "size": 35303, "checksum": "SHA-256:d0a586673f63df362c1139bdb337d6cd651fb3def32e1e739a8887fa5b7b95bf" @@ -29930,7 +45071,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.5.zip", "archiveFileName": "thinger_io-2.5.5.zip", "size": 55997, "checksum": "SHA-256:919871d545bea86e610ebaf0f60c9bfda9ed32cdaab7ddc66e5ab7abad2b4dfa" @@ -29947,7 +45088,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.0.0.zip", "archiveFileName": "thinger_io-2.0.0.zip", "size": 36806, "checksum": "SHA-256:32c70966883ca1a9d9dbfa0287a4b74abb0932e010620c20e6d0285191c3d020" @@ -29964,7 +45105,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.1.0.zip", "archiveFileName": "thinger_io-2.1.0.zip", "size": 38670, "checksum": "SHA-256:2d9637df252c96d3548e459491ce653814d50937881682f8cb373c970dbde216" @@ -29981,7 +45122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.13.0.zip", "archiveFileName": "thinger_io-2.13.0.zip", "size": 74286, "checksum": "SHA-256:2c071dfe336d6f6e5db032c75d98b6a4fca82961772c39f96ddcc9994cac593c" @@ -29998,7 +45139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.2.0.zip", "archiveFileName": "thinger_io-2.2.0.zip", "size": 46131, "checksum": "SHA-256:651d83de20e65a09b40f0424409921bcf09cae74f365cc1521bc3890077a7215" @@ -30015,7 +45156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.3.0.zip", "archiveFileName": "thinger_io-2.3.0.zip", "size": 48576, "checksum": "SHA-256:fece8beaf2069d4b7d6c4d03f876c86d1ad437c4f304c1e713b881e8bddf2033" @@ -30032,7 +45173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.3.1.zip", "archiveFileName": "thinger_io-2.3.1.zip", "size": 48576, "checksum": "SHA-256:54a835922cfa181ac84e946c77f20a9117bf04d20889b12c9676e57cfda354a7" @@ -30049,7 +45190,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.0.zip", "archiveFileName": "thinger_io-2.4.0.zip", "size": 49783, "checksum": "SHA-256:1a8e41f72b6eaa6ff89783f2e8835e2d029225748e2522e8903174f206250f27" @@ -30066,7 +45207,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.1.zip", "archiveFileName": "thinger_io-2.4.1.zip", "size": 51116, "checksum": "SHA-256:c8131b07af11a42f4a173be874d60ca9ee103c09a8a42696396abaf5b144fa22" @@ -30083,7 +45224,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.2.zip", "archiveFileName": "thinger_io-2.4.2.zip", "size": 51383, "checksum": "SHA-256:f0d12e03d976453d3e1ed28b0bbfd7f67b7e75bdd60362ce4a32e37ca4405019" @@ -30100,7 +45241,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.4.3.zip", "archiveFileName": "thinger_io-2.4.3.zip", "size": 51472, "checksum": "SHA-256:5a030704b530a81e46c6d87fda5700d8f07559df2ae3073ea1b9c2f830edb859" @@ -30117,7 +45258,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.0.zip", "archiveFileName": "thinger_io-2.5.0.zip", "size": 53511, "checksum": "SHA-256:690cc580b5c4f7c131e5c11eeebbd06a1c93a2d88fad93c1b881c6776d97b4ed" @@ -30134,7 +45275,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.1.zip", "archiveFileName": "thinger_io-2.5.1.zip", "size": 53702, "checksum": "SHA-256:9ee252a0dba69b315c07f8763db9e090eec1d0418a6f57a13e702d76f9811da3" @@ -30151,7 +45292,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.2.zip", "archiveFileName": "thinger_io-2.5.2.zip", "size": 53716, "checksum": "SHA-256:07cbe63d008de1da53d5fb4f8b2d5225a2635431cbdc31d58a30ddda22e91ecb" @@ -30168,7 +45309,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.6.zip", "archiveFileName": "thinger_io-2.5.6.zip", "size": 56122, "checksum": "SHA-256:11f06d0b61acb8ce260fc7b3fab30c5c0a674df8a5391a33bac64839bf786d95" @@ -30185,7 +45326,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.8.zip", "archiveFileName": "thinger_io-2.5.8.zip", "size": 58544, "checksum": "SHA-256:723701729efdf65cbe16328a4a6fc422ea0a45f0c64b2158be73b1eab51677c3" @@ -30202,7 +45343,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.5.9.zip", "archiveFileName": "thinger_io-2.5.9.zip", "size": 58563, "checksum": "SHA-256:41153fb1ce14071954ddc95c027c30075ad302370f7392c8da6201ca5f056a8f" @@ -30219,7 +45360,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.6.0.zip", "archiveFileName": "thinger_io-2.6.0.zip", "size": 61110, "checksum": "SHA-256:f9993b71de49cba0154f321d8456cb970a0cbe7730f52fed57884f7e77463a44" @@ -30236,7 +45377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.6.1.zip", "archiveFileName": "thinger_io-2.6.1.zip", "size": 61232, "checksum": "SHA-256:e39a7d7d77dee297fb348e0275fb21355493096c985bae7efec09e126cac2114" @@ -30253,7 +45394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.7.1.zip", "archiveFileName": "thinger_io-2.7.1.zip", "size": 61295, "checksum": "SHA-256:728ea0cdc8bfc3f789b4f7a594857a95b7c3aff040e830785e17b77f4cba6fee" @@ -30270,7 +45411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.7.2.zip", "archiveFileName": "thinger_io-2.7.2.zip", "size": 61300, "checksum": "SHA-256:f14f6fa033250db662efb21ddb9d5e96b2832b53990a15e09bd6c2643969716a" @@ -30287,7 +45428,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.9.1.zip", "archiveFileName": "thinger_io-2.9.1.zip", "size": 69355, "checksum": "SHA-256:0f9262aa402aaf4ce5a3caeb97b46077b7d9727fc3b3aa362d997c09106530cb" @@ -30304,11 +45445,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.9.2.zip", "archiveFileName": "thinger_io-2.9.2.zip", "size": 71064, "checksum": "SHA-256:8f8d9aaedb6634d271c27f2dab004ccbc8ff1e3eb80b8304fac865ad1316cbb1" }, + { + "name": "thinger.io", + "version": "2.14.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@gmail.com\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.14.0.zip", + "archiveFileName": "thinger_io-2.14.0.zip", + "size": 76473, + "checksum": "SHA-256:b9a8825133a89cbda6cd67eee863e238268702af952691808e5499db5b7459da" + }, + { + "name": "thinger.io", + "version": "2.15.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@gmail.com\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.15.0.zip", + "archiveFileName": "thinger_io-2.15.0.zip", + "size": 76118, + "checksum": "SHA-256:d6ec346fc2b48b0b0960526b712f82f4731a8cbd7763fa389972140fe54869d0" + }, + { + "name": "thinger.io", + "version": "2.16.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.16.0.zip", + "archiveFileName": "thinger_io-2.16.0.zip", + "size": 76141, + "checksum": "SHA-256:da60af74f2974eaec0963d8c54f9fe8ac698e86dd263575f2b70538597be9827" + }, + { + "name": "thinger.io", + "version": "2.17.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.17.0.zip", + "archiveFileName": "thinger_io-2.17.0.zip", + "size": 79616, + "checksum": "SHA-256:b799c018abe8cde979df3617294ac9ab00170438e11fb4571a0cc608e6882496" + }, { "name": "CmdMessenger", "version": "4.0.0", @@ -30321,7 +45530,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thijse/Arduino-CmdMessenger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thijse/CmdMessenger-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/CmdMessenger-4.0.0.zip", "archiveFileName": "CmdMessenger-4.0.0.zip", "size": 1435439, "checksum": "SHA-256:41cf6346e4f3abc2d4982d3a809f34f63a427e0c5a45faa8543d5d1cb8c46d31" @@ -30338,7 +45547,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.1.0.zip", "archiveFileName": "Bounce2-2.1.0.zip", "size": 86978, "checksum": "SHA-256:9e1052cf689e0e5b342edba75f840a1a2929bfc57f8cee7c61e7a9c090f5f563" @@ -30355,7 +45564,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.2.0.zip", "archiveFileName": "Bounce2-2.2.0.zip", "size": 87903, "checksum": "SHA-256:3cb8595b22d7fb2d46b9010184647d20502da1b4ca3c7e9ca03b53651b38a52c" @@ -30372,7 +45581,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.5.0.zip", "archiveFileName": "Bounce2-2.5.0.zip", "size": 272518, "checksum": "SHA-256:b0ac5f666d98002b7d7637d333b3731379a33819c299453720e06da503f7867b" @@ -30389,7 +45598,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.52.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.52.0.zip", "archiveFileName": "Bounce2-2.52.0.zip", "size": 258890, "checksum": "SHA-256:b60a1ff5850e014cf0a3f6b1728299ec1bb5d7199a3bb281fda92d020cb075fa" @@ -30406,7 +45615,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.3.0.zip", "archiveFileName": "Bounce2-2.3.0.zip", "size": 87979, "checksum": "SHA-256:9181fcef6cda0445d6af0ba02a5fed84a592b24cee49ef747b76ff3dc58e8348" @@ -30423,7 +45632,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.4.0.zip", "archiveFileName": "Bounce2-2.4.0.zip", "size": 89127, "checksum": "SHA-256:69f72bceeae438807542795d9d1531117549f725b7ad0b1a3e41c1936d7e371b" @@ -30440,7 +45649,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.41.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.41.0.zip", "archiveFileName": "Bounce2-2.41.0.zip", "size": 89172, "checksum": "SHA-256:7dde9e19c0d451cdc74d27b57dbbdc0ed097b5e7c4f5effbbd4509be6e844e63" @@ -30457,7 +45666,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.42.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.42.0.zip", "archiveFileName": "Bounce2-2.42.0.zip", "size": 89356, "checksum": "SHA-256:535a414fe62fe28ac478eee6d44f01e2c25a0df79dde022023a0b9864f3ed8ea" @@ -30474,11 +45683,99 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Bounce2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.51.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.51.0.zip", "archiveFileName": "Bounce2-2.51.0.zip", "size": 258894, "checksum": "SHA-256:b960b69685f91a50dc2c91267aaf70316f9a5472e74d8ac326933f689908b876" }, + { + "name": "Bounce2", + "version": "2.53.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.53.0.zip", + "archiveFileName": "Bounce2-2.53.0.zip", + "size": 258971, + "checksum": "SHA-256:c840332cd2c7026ed1a7b88e6305ca95a9b6f53b8e63717a4f8277ba0138b685" + }, + { + "name": "Bounce2", + "version": "2.55.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.55.0.zip", + "archiveFileName": "Bounce2-2.55.0.zip", + "size": 294294, + "checksum": "SHA-256:861aa8eeba10ede514990a8e2f2ce16c8e53328f6c35c693d344f3847fde412a" + }, + { + "name": "Bounce2", + "version": "2.56.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": ["Bounce2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.56.0.zip", + "archiveFileName": "Bounce2-2.56.0.zip", + "size": 321586, + "checksum": "SHA-256:0dc69d29424d01975f4e04fd613bb21d23f7be4541a9701ef8dfbd3ae5bd45d6" + }, + { + "name": "Bounce2", + "version": "2.57.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": ["Bounce2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.57.0.zip", + "archiveFileName": "Bounce2-2.57.0.zip", + "size": 320635, + "checksum": "SHA-256:6f282b33561e10d004809193bac9e070945a80d8b94b802f534b378ba48a62c7" + }, + { + "name": "Bounce2", + "version": "2.60.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": ["Bounce2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.60.0.zip", + "archiveFileName": "Bounce2-2.60.0.zip", + "size": 320810, + "checksum": "SHA-256:59e8c662f4bb3d803cfe1d62fcab83fb18557656796a074efb406ff62663aa99" + }, { "name": "Chrono", "version": "1.0.0", @@ -30491,7 +45788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Chrono.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.0.0.zip", "archiveFileName": "Chrono-1.0.0.zip", "size": 135164, "checksum": "SHA-256:f17344430cc47bdea247b6c7e3730872d2cb2d87f8e39eb74c30d8b02e5eeb77" @@ -30508,7 +45805,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Chrono.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.1.1.zip", "archiveFileName": "Chrono-1.1.1.zip", "size": 232958, "checksum": "SHA-256:81ae464a4678546d83d50ce57d9fe945c3d8a1838c04df4f0c009ea970ee7169" @@ -30525,7 +45822,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Chrono.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.1.3.zip", "archiveFileName": "Chrono-1.1.3.zip", "size": 233009, "checksum": "SHA-256:39231a2860518f05c4c6eab03bb42d7d2dda89f4385b4604e0c6f4300d2ba776" @@ -30542,7 +45839,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TKJElectronics/KalmanFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TKJElectronics/Kalman_Filter_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TKJElectronics/Kalman_Filter_Library-1.0.1.zip", "archiveFileName": "Kalman_Filter_Library-1.0.1.zip", "size": 20229, "checksum": "SHA-256:ebd3c95aa5ca25052a8e010c496a609be66353a68fa27af9693563c278e2f03d" @@ -30559,7 +45856,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TKJElectronics/KalmanFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TKJElectronics/Kalman_Filter_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TKJElectronics/Kalman_Filter_Library-1.0.2.zip", "archiveFileName": "Kalman_Filter_Library-1.0.2.zip", "size": 20315, "checksum": "SHA-256:d60030e72f13533965ec461eef55068e94462ace859c96279532749497590291" @@ -30576,7 +45873,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wayoda/LedControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wayoda/LedControl-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wayoda/LedControl-1.0.6.zip", "archiveFileName": "LedControl-1.0.6.zip", "size": 11115, "checksum": "SHA-256:977d48f508021a26d520a92766c03f63d2abe95e41e9e607d241e57015247afa" @@ -30593,7 +45890,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/willie68/RCReceiver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/willie68/RCReceiver-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/willie68/RCReceiver-1.4.0.zip", "archiveFileName": "RCReceiver-1.4.0.zip", "size": 10925, "checksum": "SHA-256:174c29dea76ddf49362121be936878485af46151dd908bf9f0ca67abdc19f731" @@ -30610,7 +45907,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/michaelkrzyzaniak/Dynamixel_Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkrzyzaniak/Dynamixel_Servo-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkrzyzaniak/Dynamixel_Servo-2.1.0.zip", "archiveFileName": "Dynamixel_Servo-2.1.0.zip", "size": 35381, "checksum": "SHA-256:8de442432c6c11720fd7cd6b627345d33527ffb86680e4fe0d33fd1913cdbbe1" @@ -30627,7 +45924,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/knolleary/pubsubclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.4.0.zip", "archiveFileName": "PubSubClient-2.4.0.zip", "size": 38047, "checksum": "SHA-256:16c9ee3569f6dcc2e1cc44b94d5df3a5b11162081d0db40b66f121239ba43669" @@ -30644,7 +45941,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/knolleary/pubsubclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.2.0.zip", "archiveFileName": "PubSubClient-2.2.0.zip", "size": 35601, "checksum": "SHA-256:99f84bead6e9748a654a7c3f9bd99beed7323240d031209bf18e644f25958b47" @@ -30661,7 +45958,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/knolleary/pubsubclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.3.0.zip", "archiveFileName": "PubSubClient-2.3.0.zip", "size": 37720, "checksum": "SHA-256:698a8f85c81cdacf87f4a4c16e27cd017e43886abbec8fa3765c38b0d5d9e7f5" @@ -30678,7 +45975,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/knolleary/pubsubclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.5.0.zip", "archiveFileName": "PubSubClient-2.5.0.zip", "size": 38730, "checksum": "SHA-256:994ef2e7a3484c0cbb13daf6c53e8d394de950319aafb1bf8b8dc022fdcdc473" @@ -30695,7 +45992,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/knolleary/pubsubclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.6.0.zip", "archiveFileName": "PubSubClient-2.6.0.zip", "size": 38727, "checksum": "SHA-256:8f208d5f3d2cf18c00dcbf041af72b5e2f60a5c533cedb8fbf81f7b798128e46" @@ -30712,11 +46009,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/knolleary/pubsubclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.7.0.zip", "archiveFileName": "PubSubClient-2.7.0.zip", "size": 43409, "checksum": "SHA-256:e01f214af680be6b199452d422046fe7be2bf94729a0b7e27109d97715c4b61f" }, + { + "name": "PubSubClient", + "version": "2.8.0", + "author": "Nick O'Leary \u003cnick.oleary@gmail.com\u003e", + "maintainer": "Nick O'Leary \u003cnick.oleary@gmail.com\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.", + "website": "http://pubsubclient.knolleary.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/knolleary/pubsubclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/knolleary/PubSubClient-2.8.0.zip", + "archiveFileName": "PubSubClient-2.8.0.zip", + "size": 44426, + "checksum": "SHA-256:f0849b93a2b02e263a6c157c374d6103caefba753a47dcbef64bbec620b079fe" + }, { "name": "EnergyBoard", "version": "2.0.0", @@ -30729,7 +46043,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/x2bus/EnergyBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-2.0.0.zip", "archiveFileName": "EnergyBoard-2.0.0.zip", "size": 612837, "checksum": "SHA-256:d607cde3cdb6f149e398aa7114bfb0e044e233c49219507ab8c3dd4152419167" @@ -30746,7 +46060,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/x2bus/EnergyBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-2.0.2.zip", "archiveFileName": "EnergyBoard-2.0.2.zip", "size": 612644, "checksum": "SHA-256:c9f630b9925e9b6e80c11874eb676e3fd6347fdbf83a7f7ee5d9f18272183b7e" @@ -30763,7 +46077,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/x2bus/EnergyBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-2.2.0.zip", "archiveFileName": "EnergyBoard-2.2.0.zip", "size": 2405025, "checksum": "SHA-256:81c25f98c01919677ceafbe1a4352b3018211960cb7d62a1984246f8b39c6377" @@ -30780,11 +46094,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/x2bus/EnergyBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-3.0.1.zip", "archiveFileName": "EnergyBoard-3.0.1.zip", "size": 2404678, "checksum": "SHA-256:72e7e9202cc6b91df62d1523e3a5594f82de88f6e84e83e64becc416f3dc7abd" }, + { + "name": "EnergyBoard", + "version": "3.0.3", + "author": "Gunce Akkoyun \u003cgunce.akkoyun@lvx.com.tr\u003e", + "maintainer": "LVX \u003cinfo@lvx.com.tr\u003e", + "sentence": "Enables reading polyphase energy-monitor parameters of LVX EnergyBoard", + "paragraph": "The EnergyBoard is an energy measurement module for polyphase power-monitoring systems. It is designed for real-time monitoring for a variety of typical three-phase configurations in industrial applications. The EnergyBoard provides up to six analog inputs for interfacing to voltage and current sensors. Scaled voltages from the sensors are fed to the single converter front-end using a high-resolution delta-sigma converter. Supported current sensors include current transformers (CTs), Rogowski coils, and resistive shunts.", + "website": "http://www.lvx.com.tr", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/x2bus/EnergyBoard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/x2bus/EnergyBoard-3.0.3.zip", + "archiveFileName": "EnergyBoard-3.0.3.zip", + "size": 2917145, + "checksum": "SHA-256:84a44ac51d036b2a4a2eccb7c9b8d1f7238ae5184d54171e8c37b2b8f4e1d813" + }, { "name": "Universal Inputs", "version": "2.0.2", @@ -30797,7 +46128,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/ArduinoUniversalInput.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.0.2.zip", "archiveFileName": "Universal_Inputs-2.0.2.zip", "size": 20115, "checksum": "SHA-256:ebd15ee111aac5bd69977dbf34dc053738cb11505f2b43aa08981a6084e9762e" @@ -30814,7 +46145,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/ArduinoUniversalInput.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.0.3.zip", "archiveFileName": "Universal_Inputs-2.0.3.zip", "size": 20107, "checksum": "SHA-256:18a4f5a1e3a4df64515da6bf75e72a7ee593716e65ec1555d917bd98f3a8abee" @@ -30831,7 +46162,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/ArduinoUniversalInput.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.0.4.zip", "archiveFileName": "Universal_Inputs-2.0.4.zip", "size": 20108, "checksum": "SHA-256:28ea988de5dbeca67dfcb840a9bd14549f6a9c2785ead2bea15923efd833e640" @@ -30848,7 +46179,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/ArduinoUniversalInput.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/Universal_Inputs-2.1.0.zip", "archiveFileName": "Universal_Inputs-2.1.0.zip", "size": 22170, "checksum": "SHA-256:9e57d5d9bb9bbd4ffdf964e4627bb9b4f4a460e1aa31b9e6bd0e5d05e8f5641a" @@ -30865,7 +46196,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thotro/arduino-dw1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.4.0.zip", "archiveFileName": "DW1000-0.4.0.zip", "size": 8863703, "checksum": "SHA-256:8533e441ccfe323d9d11bad06542d976f7d4ffa3a94298f129a249534737ca5d" @@ -30882,7 +46213,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thotro/arduino-dw1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.5.0.zip", "archiveFileName": "DW1000-0.5.0.zip", "size": 8904368, "checksum": "SHA-256:38faaca5d3a443600daee84f6464fc942ec29d49f495b554f64647fda090f6a9" @@ -30899,7 +46230,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thotro/arduino-dw1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.6.0.zip", "archiveFileName": "DW1000-0.6.0.zip", "size": 1305120, "checksum": "SHA-256:24a4145f9a32d21c60310c9c2301dc6ce009090fe041eb85deb89e86cdd41237" @@ -30916,7 +46247,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thotro/arduino-dw1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.8.0.zip", "archiveFileName": "DW1000-0.8.0.zip", "size": 1305120, "checksum": "SHA-256:aea1ddc73a30ed5697dc2785788523780bcb9a6f46434252f8687f21105d420f" @@ -30933,7 +46264,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thotro/arduino-dw1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thotro/DW1000-0.9.0.zip", "archiveFileName": "DW1000-0.9.0.zip", "size": 1305351, "checksum": "SHA-256:301af88304c2472225d0e3acffb3ff460bd27f6727e0a5f7180df88d13a9f6bb" @@ -30950,7 +46281,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/andrewrapp/xbee-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andrewrapp/XBee_Arduino_library-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andrewrapp/XBee_Arduino_library-0.6.0.zip", "archiveFileName": "XBee_Arduino_library-0.6.0.zip", "size": 430341, "checksum": "SHA-256:cfcc5ad62b2205a522f81dda676f0e8a7f0d846d88364a53c065cfe6032bd0b3" @@ -30967,7 +46298,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/ArdOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/ArdOSC-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/ArdOSC-2.2.0.zip", "archiveFileName": "ArdOSC-2.2.0.zip", "size": 27342, "checksum": "SHA-256:9fb0f85fc68cca18c34290134a8f0d8fd12963fa98a11eb67583b8bdeca4e5c2" @@ -30984,7 +46315,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.0.0.zip", "archiveFileName": "NeoNextion-1.0.0.zip", "size": 54825, "checksum": "SHA-256:4d8e82eab5448736e78d83e4118d23862f406855e813d0c3b767bc5830157449" @@ -31001,7 +46332,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.0.1.zip", "archiveFileName": "NeoNextion-1.0.1.zip", "size": 54820, "checksum": "SHA-256:f29232212715871fe3736a3e949b50917f27004d1fb10effe7a14a557e691c9c" @@ -31018,7 +46349,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.1.0.zip", "archiveFileName": "NeoNextion-1.1.0.zip", "size": 68375, "checksum": "SHA-256:ba9196e5a1574608ab20f287519efc5b202cc2bbe4941e51725762045cfa8fcc" @@ -31035,7 +46366,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.1.1.zip", "archiveFileName": "NeoNextion-1.1.1.zip", "size": 68416, "checksum": "SHA-256:45bf434e5cc83470d8bae98792c6fc1ae63d3f84abcf7365648caf077e267b9c" @@ -31052,7 +46383,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-1.2.0.zip", "archiveFileName": "NeoNextion-1.2.0.zip", "size": 68250, "checksum": "SHA-256:1d80e7473f8310b43a823e11e09c81446fc9de466d6bc613c59c3f21eab8e572" @@ -31069,7 +46400,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-2.0.0.zip", "archiveFileName": "NeoNextion-2.0.0.zip", "size": 72693, "checksum": "SHA-256:008157ffc35e299eb46a713f50eabaa9dc9bbe00465f6e15b066aa07e5978e79" @@ -31086,7 +46417,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-2.1.0.zip", "archiveFileName": "NeoNextion-2.1.0.zip", "size": 74626, "checksum": "SHA-256:c97b7e33d77a507f0dc9ce1364d7e4d86ef213c2e76121a74cf488b1eb3ad2d3" @@ -31103,7 +46434,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DanNixon/NeoNextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DanNixon/NeoNextion-2.2.0.zip", "archiveFileName": "NeoNextion-2.2.0.zip", "size": 110043, "checksum": "SHA-256:9d78acc45c91a7a476282a530bb040a59eb33241b32c1c66f239f692d837d0f5" @@ -31120,7 +46451,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SoftwareTools4Makers/OPC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SoftwareTools4Makers/OPC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SoftwareTools4Makers/OPC-1.0.0.zip", "archiveFileName": "OPC-1.0.0.zip", "size": 21181, "checksum": "SHA-256:9de5adb1007c8480dd4bd1fca9b679cb7306fa440a4aa92afe4aadb028ceb5ff" @@ -31137,7 +46468,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SoftwareTools4Makers/OPC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SoftwareTools4Makers/OPC-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SoftwareTools4Makers/OPC-1.7.0.zip", "archiveFileName": "OPC-1.7.0.zip", "size": 20320, "checksum": "SHA-256:921d537f151346491480bce9a43e30815e206ceae86290a092c445777bfbee93" @@ -31154,7 +46485,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SoftwareTools4Makers/OPC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SoftwareTools4Makers/OPC-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SoftwareTools4Makers/OPC-2.0.0.zip", "archiveFileName": "OPC-2.0.0.zip", "size": 21811, "checksum": "SHA-256:934c6f5334fb8bab80fba55d7acae0fd7fca59047cdcb262a87ceeb572940fe1" @@ -31171,7 +46502,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl6180x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.0.0.zip", "archiveFileName": "VL6180X-1.0.0.zip", "size": 11353, "checksum": "SHA-256:ec6f3d1a945e3cfa9c46f5467f4d7a1d0d44b79b2b3b400264e8a209e48ed229" @@ -31188,7 +46519,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl6180x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.0.1.zip", "archiveFileName": "VL6180X-1.0.1.zip", "size": 11517, "checksum": "SHA-256:fb5d095c168ae57171e62f1befb419328e4220a98210c01cb981f76bd4ae187f" @@ -31205,7 +46536,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl6180x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.1.0.zip", "archiveFileName": "VL6180X-1.1.0.zip", "size": 13769, "checksum": "SHA-256:97507f5cd1b8ae609e5d3eda0e405e051b45d4acb45c378e75a8aac77587edff" @@ -31222,11 +46553,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl6180x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.2.0.zip", "archiveFileName": "VL6180X-1.2.0.zip", "size": 13879, "checksum": "SHA-256:5afa2a3c3b0434ac1363a4a0cad1ca096ee7cb9683d45984c2c23434bff67a17" }, + { + "name": "VL6180X", + "version": "1.3.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL6180X distance and ambient light sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL6180X distance and ambient light sensor.", + "website": "https://github.com/pololu/vl6180x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl6180x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.3.0.zip", + "archiveFileName": "VL6180X-1.3.0.zip", + "size": 14127, + "checksum": "SHA-256:9aba41bd4129514d57463c997b092f9820130d4a9f05d58c7e22fb6e1255c5cb" + }, + { + "name": "VL6180X", + "version": "1.3.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL6180X distance and ambient light sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL6180X distance and ambient light sensor.", + "website": "https://github.com/pololu/vl6180x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl6180x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.3.1.zip", + "archiveFileName": "VL6180X-1.3.1.zip", + "size": 14150, + "checksum": "SHA-256:acd55a1120f718434687d35d1a6419db898c132b3688810e8bf0d39655d71110" + }, { "name": "ardyno", "version": "0.3.0", @@ -31239,7 +46604,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/ardyno.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.3.0.zip", "archiveFileName": "ardyno-0.3.0.zip", "size": 62197, "checksum": "SHA-256:fd6c5f902c6ee973bef38d2114d92ebe9e55832516e88cb9f6e7eb404df91840" @@ -31256,7 +46621,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/ardyno.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.5.0.zip", "archiveFileName": "ardyno-0.5.0.zip", "size": 63709, "checksum": "SHA-256:55761279122341eaa9bfa0701e773f2a33479b721edf64905a963e2e569df3e8" @@ -31273,7 +46638,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/ardyno.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.6.0.zip", "archiveFileName": "ardyno-0.6.0.zip", "size": 111081, "checksum": "SHA-256:9d13981c80e9f1891d22534991a754220d2eb06bd22f7ae5223f3d24ae697547" @@ -31290,7 +46655,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/ardyno.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.7.0.zip", "archiveFileName": "ardyno-0.7.0.zip", "size": 111630, "checksum": "SHA-256:928878d7cbd71a05b3bf036be12e027b052a71ac7bb58d3f5bcbf2ceae786e26" @@ -31307,7 +46672,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/ardyno.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.8.0.zip", "archiveFileName": "ardyno-0.8.0.zip", "size": 113522, "checksum": "SHA-256:8978af54079364dcee042e2fc9ae0248bd12587f89e31054f5bbcd5d724c4fdb" @@ -31324,7 +46689,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/ardyno.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/ardyno-0.9.0.zip", "archiveFileName": "ardyno-0.9.0.zip", "size": 115834, "checksum": "SHA-256:e465424dc94ba4092fe37a3b9bc82144881f29cf77ca6689ac498b57bdba7b02" @@ -31341,7 +46706,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.0.zip", "archiveFileName": "RF24Mesh-1.0.0.zip", "size": 31419, "checksum": "SHA-256:1b122a6412bc06a33a7fbcef34e2210d0990c25839fd7bc547604103f28194b5" @@ -31358,7 +46723,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.1.zip", "archiveFileName": "RF24Mesh-1.0.1.zip", "size": 31534, "checksum": "SHA-256:f94f60d0ee59f505ef93e2da0365bb3f97007a80cb3b1f9bb649bbebc3278237" @@ -31375,7 +46740,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.2.zip", "archiveFileName": "RF24Mesh-1.0.2.zip", "size": 31671, "checksum": "SHA-256:b1ae8c4702d5dac868a9818892b91169309830fee10c9b5662a9e8240e457c27" @@ -31392,7 +46757,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.3.zip", "archiveFileName": "RF24Mesh-1.0.3.zip", "size": 32919, "checksum": "SHA-256:f0e97e226c390c362adaf96eb02f0329d4e85eb268cbff83eb79e6ef4643ea32" @@ -31409,7 +46774,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.4.zip", "archiveFileName": "RF24Mesh-1.0.4.zip", "size": 33303, "checksum": "SHA-256:6f4e5b75f74e33c1cb69e58424dead982c29bc108344f7c4ccda31da6a7e44ab" @@ -31426,7 +46791,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.5.zip", "archiveFileName": "RF24Mesh-1.0.5.zip", "size": 34185, "checksum": "SHA-256:aa3a547314107d6b6d95af37fe574ee5de347fd7ca72bc54de1e640abd02c543" @@ -31443,7 +46808,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.51.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.51.zip", "archiveFileName": "RF24Mesh-1.0.51.zip", "size": 34247, "checksum": "SHA-256:dd6547244ad0e37cacea6c51dff9d4133d878e683c304aedf1ef40a838555973" @@ -31460,7 +46825,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.6.zip", "archiveFileName": "RF24Mesh-1.0.6.zip", "size": 37773, "checksum": "SHA-256:9c1531820e12cd692d2977a7275e3f545721cace9e142a9ca425cacf615b7a2a" @@ -31477,11 +46842,186 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Mesh.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.7.zip", "archiveFileName": "RF24Mesh-1.0.7.zip", "size": 37727, "checksum": "SHA-256:e45933864deb6681228e94743f2cb5ec1779e8c9a9fa2fa0163a1bf52bc9ca3b" }, + { + "name": "RF24Mesh", + "version": "1.0.8", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) devices mesh.", + "paragraph": "Provides a simple and seamless 'mesh' layer for sensor networks, allowing automatic and dynamic configuration that can be customized to suit many scenarios. It is currently designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.", + "website": "https://tmrh20.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.0.8.zip", + "archiveFileName": "RF24Mesh-1.0.8.zip", + "size": 37660, + "checksum": "SHA-256:6663d5373a2c1dfa4c400c726c971447b467d0453de5b39b82fce9a635fab053" + }, + { + "name": "RF24Mesh", + "version": "1.1.0", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) devices mesh.", + "paragraph": "Provides a simple and seamless 'mesh' layer for sensor networks, allowing automatic and dynamic configuration that can be customized to suit many scenarios. It is currently designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.", + "website": "https://tmrh20.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.0.zip", + "archiveFileName": "RF24Mesh-1.1.0.zip", + "size": 37659, + "checksum": "SHA-256:7f5a302533938ea46ac881174a9c01dc42fc285abb79f9af79dc839d667a627b" + }, + { + "name": "RF24Mesh", + "version": "1.1.1", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) devices mesh.", + "paragraph": "Provides a simple and seamless 'mesh' layer for sensor networks, allowing automatic and dynamic configuration that can be customized to suit many scenarios. It is currently designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.", + "website": "https://tmrh20.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.1.zip", + "archiveFileName": "RF24Mesh-1.1.1.zip", + "size": 37862, + "checksum": "SHA-256:f0068c41ecf795e3ad4330302a2d04e557194e523510adbc0647beb3778e7b54" + }, + { + "name": "RF24Mesh", + "version": "1.1.2", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) devices mesh.", + "paragraph": "Provides a simple and seamless 'mesh' layer for sensor networks, allowing automatic and dynamic configuration that can be customized to suit many scenarios. It is currently designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.", + "website": "https://tmrh20.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.2.zip", + "archiveFileName": "RF24Mesh-1.1.2.zip", + "size": 37504, + "checksum": "SHA-256:f8f89d742c9bbf8670598d318495f5224ed2a7884a78537d55824b8c55282f07" + }, + { + "name": "RF24Mesh", + "version": "1.1.3", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://tmrh20.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.3.zip", + "archiveFileName": "RF24Mesh-1.1.3.zip", + "size": 70991, + "checksum": "SHA-256:c8fe7fdca58fdb4d9ae0782eb1323b6248da24efe3c957d6bc54f8e407177b3e" + }, + { + "name": "RF24Mesh", + "version": "1.1.4", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.4.zip", + "archiveFileName": "RF24Mesh-1.1.4.zip", + "size": 88368, + "checksum": "SHA-256:b671e0dbb8ea624ba1447505c9c83163665efd5b73152aea9363a54f1029bdc5" + }, + { + "name": "RF24Mesh", + "version": "1.1.5", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.5.zip", + "archiveFileName": "RF24Mesh-1.1.5.zip", + "size": 90314, + "checksum": "SHA-256:3887ae6b780fa4f31029fc08e2d26a19981e070d69f7d537e163dca80fc7f529" + }, { "name": "PJON", "version": "1.0.0", @@ -31494,7 +47034,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-1.0.0.zip", "archiveFileName": "PJON-1.0.0.zip", "size": 19104, "checksum": "SHA-256:c7e273810161f5a801d0778e2dc47fe7426bd11060de2de435b2bb5fd760d92c" @@ -31511,7 +47051,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-1.1.0.zip", "archiveFileName": "PJON-1.1.0.zip", "size": 27390, "checksum": "SHA-256:bcb8f91c680e25d906188ea447323e191b4d756be6ba25726280882f8ff9f034" @@ -31528,7 +47068,7 @@ "architectures": ["atmelavr", "avr", "esp8266", "sam", "samd", "teensy", "tiny"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-10.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-10.0.0.zip", "archiveFileName": "PJON-10.0.0.zip", "size": 804506, "checksum": "SHA-256:2b4248e79f73f38c0194d691ebdcd698e85d3035bfd850babd7db5da2ec02a58" @@ -31545,7 +47085,7 @@ "architectures": ["atmelavr", "avr", "esp8266", "sam", "samd", "teensy", "tiny"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-10.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-10.1.0.zip", "archiveFileName": "PJON-10.1.0.zip", "size": 824154, "checksum": "SHA-256:2838d5bae1141f81c42a76244e529ad318ec7874419858487b82ee5c7f473adc" @@ -31562,7 +47102,7 @@ "architectures": ["atmelavr", "avr", "esp8266", "sam", "samd", "teensy", "tiny"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-11.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-11.0.0.zip", "archiveFileName": "PJON-11.0.0.zip", "size": 916672, "checksum": "SHA-256:5eac8db5dc877216cbf5c5435a7019314cf3e3f7dfb6bff9409eeb1a6ed1a1a3" @@ -31579,7 +47119,7 @@ "architectures": ["atmelavr", "avr", "esp8266", "esp32", "sam", "samd", "teensy", "tiny", "stm32"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-11.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-11.1.0.zip", "archiveFileName": "PJON-11.1.0.zip", "size": 1583609, "checksum": "SHA-256:138943cc02f2edfec0b68d3f3444c987cc171c067718f6529f93bf3530fca19f" @@ -31596,7 +47136,7 @@ "architectures": ["atmelavr", "avr", "esp8266", "esp32", "sam", "samd", "teensy", "tiny", "stm32"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-11.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-11.2.0.zip", "archiveFileName": "PJON-11.2.0.zip", "size": 1667347, "checksum": "SHA-256:92b388631744f7252128811f6966f78fcf03cea1da44fd57b8c1ae9613c794f3" @@ -31613,7 +47153,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-2.0.0.zip", "archiveFileName": "PJON-2.0.0.zip", "size": 29581, "checksum": "SHA-256:b91fd00ede727c350d1f537a1d797836d3c0e6af74eb7224ac1cd6138241586e" @@ -31630,7 +47170,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-3.0.0.zip", "archiveFileName": "PJON-3.0.0.zip", "size": 65507, "checksum": "SHA-256:cc69ecbbaacacee741ad3c62013b75319ed669a08799189aa99759e2c2606974" @@ -31647,7 +47187,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.0.0.zip", "archiveFileName": "PJON-4.0.0.zip", "size": 71138, "checksum": "SHA-256:54c6b17da5071ee766f890297634dd29b35b1fc75caeaec90d14f8728fcb8e63" @@ -31664,7 +47204,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.1.0.zip", "archiveFileName": "PJON-4.1.0.zip", "size": 74822, "checksum": "SHA-256:58f2337dd0e2afb2331a46469b890d79ab407418b734d4fa3a3b7435ce1cd8eb" @@ -31681,7 +47221,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.2.0.zip", "archiveFileName": "PJON-4.2.0.zip", "size": 74917, "checksum": "SHA-256:65d4a841f454659c5fd655b6ed6e53d98b4e551a295faa3f397edfdb7b276b9c" @@ -31698,7 +47238,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-4.3.0.zip", "archiveFileName": "PJON-4.3.0.zip", "size": 74860, "checksum": "SHA-256:cde460fd2c73a80c5686405eb09cce8962f409adaf0f8f5c8301a10e743933c2" @@ -31715,7 +47255,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-5.0.0.zip", "archiveFileName": "PJON-5.0.0.zip", "size": 86119, "checksum": "SHA-256:bd0ef4ee7e6b89065952d9cfba2f0130e2d03e4887d3ea282db773b93b00dca2" @@ -31732,7 +47272,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-5.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-5.1.0.zip", "archiveFileName": "PJON-5.1.0.zip", "size": 88723, "checksum": "SHA-256:9d9bdd3dffcafc9a9bc272c447bbc6c1b41b4d7b638a20df2285bf0b258073bc" @@ -31749,7 +47289,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-5.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-5.2.0.zip", "archiveFileName": "PJON-5.2.0.zip", "size": 121359, "checksum": "SHA-256:b3594376a36356af0f6f07178984032059318078465c5dbd0d2228aa831a6162" @@ -31766,7 +47306,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-6.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-6.0.0.zip", "archiveFileName": "PJON-6.0.0.zip", "size": 226423, "checksum": "SHA-256:3026adf4ae6bfffca1368c495c67d32a257819d43678cfecd6490b1a6c83050f" @@ -31783,7 +47323,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-6.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-6.1.0.zip", "archiveFileName": "PJON-6.1.0.zip", "size": 230672, "checksum": "SHA-256:2c86ba2980d27bbf0efc90f18b8168d43caf213773d4ef713980cbb0e81fc297" @@ -31800,7 +47340,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-6.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-6.2.0.zip", "archiveFileName": "PJON-6.2.0.zip", "size": 232199, "checksum": "SHA-256:3c0c4e8013814ebb556f4586a0834ad8bb6c43b46f7d89dc4b4813ee1805c359" @@ -31817,7 +47357,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-7.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-7.0.0.zip", "archiveFileName": "PJON-7.0.0.zip", "size": 256195, "checksum": "SHA-256:9363ae7148e21bf44e5968dd85a323ae4494f0c931d27230f5b35390c20fd1e4" @@ -31834,7 +47374,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-7.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-7.1.0.zip", "archiveFileName": "PJON-7.1.0.zip", "size": 255714, "checksum": "SHA-256:3df7226c1595b141128db7760c2da27a62a116ad5b6f35f26bcde918d41e6696" @@ -31851,7 +47391,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-8.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-8.0.0.zip", "archiveFileName": "PJON-8.0.0.zip", "size": 277546, "checksum": "SHA-256:c6a35c772174da486663aa336a61601b8a0280716a1aafb3ccc649e32d46555f" @@ -31868,7 +47408,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-8.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-8.1.0.zip", "archiveFileName": "PJON-8.1.0.zip", "size": 290202, "checksum": "SHA-256:8d3d365b4effa2571a3454e0fd93765faf2df42bf1ea93657ab2e9e1932f0ee7" @@ -31885,7 +47425,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-8.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-8.2.0.zip", "archiveFileName": "PJON-8.2.0.zip", "size": 497273, "checksum": "SHA-256:8f909957a82e7c13594b7b1b8b6139e327a8ee0ad9602e90f663b074486be00d" @@ -31902,7 +47442,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-9.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-9.0.0.zip", "archiveFileName": "PJON-9.0.0.zip", "size": 773752, "checksum": "SHA-256:4dfc80aaea3d94272189293d603b950492a6117927930cf30e814783d971838b" @@ -31919,11 +47459,62 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/gioblu/PJON.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gioblu/PJON-9.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-9.1.0.zip", "archiveFileName": "PJON-9.1.0.zip", "size": 774709, "checksum": "SHA-256:e76a3b775eaff0ddc30cf9eb5442f1fbdd9efee08fead0ee864cfa861f3f7edd" }, + { + "name": "PJON", + "version": "12.0.0", + "author": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "maintainer": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "sentence": "PJON is an open-source, multi-master, multi-media bus network protocol", + "paragraph": "It is a valid alternative to i2c, 1-Wire, CAN and other protocols", + "website": "https://github.com/gioblu/PJON", + "category": "Communication", + "architectures": ["atmelavr", "avr", "esp8266", "esp32", "sam", "samd", "teensy", "tiny", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/gioblu/PJON.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-12.0.0.zip", + "archiveFileName": "PJON-12.0.0.zip", + "size": 1674378, + "checksum": "SHA-256:0abaa6df54927d3694a430adba443ae30d3da11befed025dc218180be8c638cc" + }, + { + "name": "PJON", + "version": "12.1.0", + "author": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "maintainer": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "sentence": "PJON is an open-source, multi-master, multi-media bus network protocol", + "paragraph": "It is a valid alternative to i2c, 1-Wire, CAN and other protocols", + "website": "https://github.com/gioblu/PJON", + "category": "Communication", + "architectures": ["atmelavr", "avr", "esp8266", "esp32", "sam", "samd", "teensy", "tiny", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/gioblu/PJON.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-12.1.0.zip", + "archiveFileName": "PJON-12.1.0.zip", + "size": 1755186, + "checksum": "SHA-256:f05ac1c7adda101a6fbfc5ea0e37b3db2c2c21e49351d52ab9bc67c0171a7561" + }, + { + "name": "PJON", + "version": "13.0.0", + "author": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "maintainer": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "sentence": "PJON is an open-source, multi-master, multi-media bus network protocol", + "paragraph": "It is a valid alternative to i2c, 1-Wire, CAN and other protocols", + "website": "https://github.com/gioblu/PJON", + "category": "Communication", + "architectures": ["atmelavr", "avr", "esp8266", "esp32", "sam", "samd", "teensy", "tiny", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/gioblu/PJON.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-13.0.0.zip", + "archiveFileName": "PJON-13.0.0.zip", + "size": 1760397, + "checksum": "SHA-256:14a769df8b8679cbb8512fac7454cd0517ec9e2025d2f1ad89d7504cfff29a1e" + }, { "name": "RF24Network", "version": "1.0.0", @@ -31936,7 +47527,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.0.zip", "archiveFileName": "RF24Network-1.0.0.zip", "size": 118084, "checksum": "SHA-256:0cfcf08550058b72f2f2196ddca5f837298254bfd60f4076f338a8b34e5eee37" @@ -31953,7 +47544,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.1.zip", "archiveFileName": "RF24Network-1.0.1.zip", "size": 118067, "checksum": "SHA-256:57aefa1b90ff7544012aa757d82e7833ad50c6dfbde42d4988e0f45a45a457ac" @@ -31970,7 +47561,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.2.zip", "archiveFileName": "RF24Network-1.0.2.zip", "size": 117439, "checksum": "SHA-256:eb4beeb393c9a0efe7ac6c0b1bacf144382c80651f1a0fb7e50b4d28f0a3897f" @@ -31987,7 +47578,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.3.zip", "archiveFileName": "RF24Network-1.0.3.zip", "size": 117864, "checksum": "SHA-256:2705523bdf175edbb6976c90b18bacdd0bf4b5bdbc49f847311bcdf929ae9062" @@ -32004,7 +47595,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.4.zip", "archiveFileName": "RF24Network-1.0.4.zip", "size": 117876, "checksum": "SHA-256:1b637830dbd3b15bbaecfc86f9b4237fdd9d96fa6a4ea24a3732dc11f4a5caf9" @@ -32021,7 +47612,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.5.zip", "archiveFileName": "RF24Network-1.0.5.zip", "size": 117565, "checksum": "SHA-256:87a69e19949b7b7b1cdb0759bfff7a9f9b83656e4283d8850ec5cbbbe7730f14" @@ -32038,7 +47629,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.6.zip", "archiveFileName": "RF24Network-1.0.6.zip", "size": 117598, "checksum": "SHA-256:485d0f30d5929002b2985499fcf17d17b1c5014bdae78865f4b6dea40d266364" @@ -32055,7 +47646,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.7.zip", "archiveFileName": "RF24Network-1.0.7.zip", "size": 117637, "checksum": "SHA-256:7b6a0b557c84ee0d6a8a5bb62094d3ca082d485ec66bffa8db851e39d451901a" @@ -32072,7 +47663,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.8.zip", "archiveFileName": "RF24Network-1.0.8.zip", "size": 118118, "checksum": "SHA-256:160374bc9d7ae4e0642b73e0411c2117158e50cb2f5e28a1a930255ee984356c" @@ -32089,11 +47680,143 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Network.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.9.zip", "archiveFileName": "RF24Network-1.0.9.zip", "size": 125437, "checksum": "SHA-256:5ff4999c02c24412613cdd173f7e82b2e55ab955d4793fdedae4a5f7b170d0bc" }, + { + "name": "RF24Network", + "version": "1.0.10", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) devices network.", + "paragraph": "Provides a simple and seamless network layer for sensor networks.", + "website": "https://tmrh20.github.io/RF24Network/", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.10.zip", + "archiveFileName": "RF24Network-1.0.10.zip", + "size": 131245, + "checksum": "SHA-256:1dc260a98263550e46caf4f864e5ac6fde9dc8d7e13b7ce48325b8f003bd1cba" + }, + { + "name": "RF24Network", + "version": "1.0.11", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) devices network.", + "paragraph": "Provides a simple and seamless network layer for sensor networks.", + "website": "https://tmrh20.github.io/RF24Network/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.11.zip", + "archiveFileName": "RF24Network-1.0.11.zip", + "size": 129531, + "checksum": "SHA-256:60c1d1641fb7e642f00a32a1a25fa99019d4061f20893821bd8952d16f3d8ec8" + }, + { + "name": "RF24Network", + "version": "1.0.12", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://tmrh20.github.io/RF24Network/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.12.zip", + "archiveFileName": "RF24Network-1.0.12.zip", + "size": 128749, + "checksum": "SHA-256:150c413a5086416ac692cd4641bb3f4eb3279c8bbb07cf65c55b3999f3ab0856" + }, + { + "name": "RF24Network", + "version": "1.0.13", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://tmrh20.github.io/RF24Network/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.13.zip", + "archiveFileName": "RF24Network-1.0.13.zip", + "size": 128800, + "checksum": "SHA-256:853d76b843c17ed1fe32be77bb2930247732c70c73a071e5a9ef6bcfb36a1fd2" + }, + { + "name": "RF24Network", + "version": "1.0.14", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.14.zip", + "archiveFileName": "RF24Network-1.0.14.zip", + "size": 1420811, + "checksum": "SHA-256:6102eb15096e43c9ac177a47ad49247d534f45466509a53a1a6784155d51e01a" + }, + { + "name": "RF24Network", + "version": "1.0.15", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.15.zip", + "archiveFileName": "RF24Network-1.0.15.zip", + "size": 1423662, + "checksum": "SHA-256:717b59e07d2981369efc97f68924438fcbe8d63830f07273bd3abe2142d50025" + }, { "name": "RF24", "version": "1.2.0", @@ -32106,7 +47829,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.2.0.zip", "archiveFileName": "RF24-1.2.0.zip", "size": 349849, "checksum": "SHA-256:91a6dc2b9feb47b2074497cce40dd4c3f896493d6a1e4150e840ad0dbdacf179" @@ -32123,7 +47846,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.0.0.zip", "archiveFileName": "RF24-1.0.0.zip", "size": 311179, "checksum": "SHA-256:8b88c08385349d5de2caacb719864b578be75618876f22e0837db3624ac1efd7" @@ -32140,7 +47863,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.0.1.zip", "archiveFileName": "RF24-1.0.1.zip", "size": 311181, "checksum": "SHA-256:ad03815b2500310addfd975fbb1a240ca90a9fa461072260cac6553d5c59dece" @@ -32157,7 +47880,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.1.zip", "archiveFileName": "RF24-1.1.1.zip", "size": 311182, "checksum": "SHA-256:5f3d9795d9d867fd26a99e3b7ba2c51c272e7c74e7300244bde9e3924d4c7f55" @@ -32174,7 +47897,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.2.zip", "archiveFileName": "RF24-1.1.2.zip", "size": 314546, "checksum": "SHA-256:7b95aff37e53503184fd2a7a4e3eb9918910e4f73a419d231626ec9a32973afb" @@ -32191,7 +47914,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.3.zip", "archiveFileName": "RF24-1.1.3.zip", "size": 314967, "checksum": "SHA-256:7a3fbe0a5503efec8ad46f3e4cf94c58bd34b16ea1b98e5c15258bd4ea7e669e" @@ -32208,7 +47931,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.4.zip", "archiveFileName": "RF24-1.1.4.zip", "size": 315502, "checksum": "SHA-256:7b776e1d427bc743a49d7ba5f536b264772862576ebe07d1fe0cb6f7729e0473" @@ -32225,7 +47948,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.5.zip", "archiveFileName": "RF24-1.1.5.zip", "size": 330444, "checksum": "SHA-256:240c340bbc768fe3ac5b7f41bfd51f34c7c90e91447ff301a5ec8a5233459459" @@ -32242,7 +47965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.6.zip", "archiveFileName": "RF24-1.1.6.zip", "size": 331285, "checksum": "SHA-256:5cc518126b1d77fafed1350334a1dc038575713e4a44921856dff7e854390e3e" @@ -32259,7 +47982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.1.7.zip", "archiveFileName": "RF24-1.1.7.zip", "size": 349547, "checksum": "SHA-256:1e6d1b627346b92972c311d3641a10ae724c86378337ae3c081643b1e1d16d3d" @@ -32276,7 +47999,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.0.zip", "archiveFileName": "RF24-1.3.0.zip", "size": 356899, "checksum": "SHA-256:c160e9bc7425bc6e5776f7112e7452ada17ed331c24e7832de93d9cac6e414a2" @@ -32293,7 +48016,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.1.zip", "archiveFileName": "RF24-1.3.1.zip", "size": 360038, "checksum": "SHA-256:8a0757774ca9aebf8a8759dedc57b77edcb721e73a7ac80fc31100507af62a01" @@ -32310,7 +48033,7 @@ "architectures": ["avr", "arm", "x86", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.2.zip", "archiveFileName": "RF24-1.3.2.zip", "size": 376746, "checksum": "SHA-256:4ab2b30ae4db88c28c203d8177262e5e573a6742e8224f3bc7ecce1c3c2c79a7" @@ -32327,11 +48050,198 @@ "architectures": ["avr", "arm", "x86", "esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.3.zip", "archiveFileName": "RF24-1.3.3.zip", "size": 380216, "checksum": "SHA-256:3351967d06668a5f69396eb3f4707f6bb16b718eefbe42216480bc896d1a47b7" }, + { + "name": "RF24", + "version": "1.3.4", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) communication.", + "paragraph": "Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["avr", "arm", "x86", "esp8266", "esp32", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.4.zip", + "archiveFileName": "RF24-1.3.4.zip", + "size": 382434, + "checksum": "SHA-256:1016c157cf8be9547349f82ee4aee74fa5765b5943a4b293f5224253c71116f1" + }, + { + "name": "RF24", + "version": "1.3.5", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) communication.", + "paragraph": "Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["avr", "arm", "x86", "esp8266", "esp32", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.5.zip", + "archiveFileName": "RF24-1.3.5.zip", + "size": 382475, + "checksum": "SHA-256:5dcf080f78c7f74b09e378b7b1408e8a5cc4a12f366ca6b1aa2234a1964791bc" + }, + { + "name": "RF24", + "version": "1.3.6", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) communication.", + "paragraph": "Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["avr", "arm", "x86", "esp8266", "esp32", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.6.zip", + "archiveFileName": "RF24-1.3.6.zip", + "size": 382606, + "checksum": "SHA-256:f53b13f584c230bbfeead618b3055a877c113330bf4e7e6730aaaa8759b07b1e" + }, + { + "name": "RF24", + "version": "1.3.7", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "A library for NRF24L01(+) communication.", + "paragraph": "Optimized library for nRF24L01(+) that is simple to use for beginners, but yet offers a lot for advanced users. It also has a lot of good examples how to use the library.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.7.zip", + "archiveFileName": "RF24-1.3.7.zip", + "size": 379799, + "checksum": "SHA-256:802f2d862228d002093cc1732a420a15c73facadc14609ee869bf796aba4c7bc" + }, + { + "name": "RF24", + "version": "1.3.8", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.8.zip", + "archiveFileName": "RF24-1.3.8.zip", + "size": 381348, + "checksum": "SHA-256:95704971c6e51edee8ffe1bf5c0f91c6a243e8333600c184b2eb52539488fa32" + }, + { + "name": "RF24", + "version": "1.3.9", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.9.zip", + "archiveFileName": "RF24-1.3.9.zip", + "size": 381367, + "checksum": "SHA-256:a2e47b9edb68f8eeb9a21a201189a4385c1d2af68b1105fdf9f601bd28fed02f" + }, + { + "name": "RF24", + "version": "1.3.10", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://tmrh20.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.10.zip", + "archiveFileName": "RF24-1.3.10.zip", + "size": 376842, + "checksum": "SHA-256:caafe62977e93270739e9298775e7bdabdd014af5a96de820a873d12285c52cb" + }, + { + "name": "RF24", + "version": "1.3.11", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.11.zip", + "archiveFileName": "RF24-1.3.11.zip", + "size": 2311884, + "checksum": "SHA-256:4d158c3f98ac59091e14aa2af33ed9bdaecb3b53cc6aa1c1211d4f263dec0c40" + }, + { + "name": "RF24", + "version": "1.3.12", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.12.zip", + "archiveFileName": "RF24-1.3.12.zip", + "size": 4923850, + "checksum": "SHA-256:ab3de4dc34052f697f022bf72232d031e5a67b31c43a9126c5352f4431cda128" + }, + { + "name": "RF24", + "version": "1.4.0", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.0.zip", + "archiveFileName": "RF24-1.4.0.zip", + "size": 4969985, + "checksum": "SHA-256:671f4fbca50aae68a3818dc444d7a2c6fe1f71017a5e74f8d5f0b35d856fe7d3" + }, + { + "name": "RF24", + "version": "1.4.1", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.1.zip", + "archiveFileName": "RF24-1.4.1.zip", + "size": 4970162, + "checksum": "SHA-256:65decc4e6223ef95fc9fcfefa32077c237ae8628fa14ae386d812707c806e443" + }, { "name": "Automaton", "version": "0.1.0", @@ -32344,7 +48254,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-0.1.0.zip", "archiveFileName": "Automaton-0.1.0.zip", "size": 25667, "checksum": "SHA-256:ac99c3709dd66bab1d7064c3cdd46c1e4d5302cac162c7f7e8c90af06b6ab913" @@ -32361,7 +48271,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-0.1.1.zip", "archiveFileName": "Automaton-0.1.1.zip", "size": 25712, "checksum": "SHA-256:cc2fa86869bfc3ad9d0eaf43bc7aec722897c636e32e874b8b2140dad48e7e6e" @@ -32378,7 +48288,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-0.1.2.zip", "archiveFileName": "Automaton-0.1.2.zip", "size": 26943, "checksum": "SHA-256:364f9cc435315c1d069a63e3a81095112b878d5808a23e9869eb9c503fdf0a0c" @@ -32395,7 +48305,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-1.0.0.zip", "archiveFileName": "Automaton-1.0.0.zip", "size": 56326, "checksum": "SHA-256:db83feb2147b6a3e2005e4304e4dda5a6659c7e3e0b5b9616267945f939f6433" @@ -32412,7 +48322,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-1.0.1.zip", "archiveFileName": "Automaton-1.0.1.zip", "size": 56430, "checksum": "SHA-256:d2b4ee31e86d4b40d08348df1e5bb50f8087bdb752e06b2a879962ed226393ad" @@ -32429,7 +48339,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton-1.0.2.zip", "archiveFileName": "Automaton-1.0.2.zip", "size": 58427, "checksum": "SHA-256:6bcf160e819efe78761c4ccefd54c833eacb5275494558c33209f1a4b9979fd2" @@ -32446,7 +48356,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.0.zip", "archiveFileName": "TaskScheduler-1.8.0.zip", "size": 119301, "checksum": "SHA-256:f60286160797fb6884a042567ceec8b21678c9ac1bd13b11c2d4aa5c014a5964" @@ -32463,7 +48373,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.1.zip", "archiveFileName": "TaskScheduler-1.8.1.zip", "size": 126127, "checksum": "SHA-256:01da79f63f2f35830372ae16506b9f677163211d381778741666946cff415c70" @@ -32480,7 +48390,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.2.zip", "archiveFileName": "TaskScheduler-1.8.2.zip", "size": 131074, "checksum": "SHA-256:ab9a21b752a90a6c1d36a0ac1d119e0318c080ab434590a3d61943493cbe5ec6" @@ -32497,7 +48407,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.3.zip", "archiveFileName": "TaskScheduler-1.8.3.zip", "size": 134557, "checksum": "SHA-256:e45f3c7082254fdc28d23d486c405ff76ae9812e823a462d11c8a101395faf1f" @@ -32514,7 +48424,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.4.zip", "archiveFileName": "TaskScheduler-1.8.4.zip", "size": 141805, "checksum": "SHA-256:2b1de6391d74899c2a4e4a736f132f7439e3fd6faaf0507f867a1c6655c901b6" @@ -32531,7 +48441,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.8.5.zip", "archiveFileName": "TaskScheduler-1.8.5.zip", "size": 144211, "checksum": "SHA-256:dca7cf34ac25ef241a8d821bc3356ca80093036a416930f08a8f3c43f09d60a8" @@ -32548,7 +48458,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-1.9.0.zip", "archiveFileName": "TaskScheduler-1.9.0.zip", "size": 144434, "checksum": "SHA-256:aeb0eaedc0af27838ddb2c8754261a47e2a7ee71cd2efc29f880d071c0172afd" @@ -32565,7 +48475,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.0.0.zip", "archiveFileName": "TaskScheduler-2.0.0.zip", "size": 158458, "checksum": "SHA-256:9c61253625fc5a0931216621433033e4837037547086106c0e910e4b0104434d" @@ -32582,7 +48492,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.0.1.zip", "archiveFileName": "TaskScheduler-2.0.1.zip", "size": 158631, "checksum": "SHA-256:b2ad18f5772ff7a20a64b77db0ce233153d1e5a1b89dceb68a628d7fda24d262" @@ -32599,7 +48509,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.1.0.zip", "archiveFileName": "TaskScheduler-2.1.0.zip", "size": 216966, "checksum": "SHA-256:7c50b1f18c495b7181e1871fae2a720252b0b88d9abc468d4683ed10ac55480c" @@ -32616,7 +48526,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.2.0.zip", "archiveFileName": "TaskScheduler-2.2.0.zip", "size": 217742, "checksum": "SHA-256:8a3051321bbe4424db8e765236cecf2037b5b7eb6e044f590f119c259ca68a8a" @@ -32633,7 +48543,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.2.1.zip", "archiveFileName": "TaskScheduler-2.2.1.zip", "size": 226138, "checksum": "SHA-256:e6fbda40d730ef8eefd209823d42cc5b9f08d6bcecb3a2e5f9ce65bd8e760407" @@ -32650,7 +48560,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.3.0.zip", "archiveFileName": "TaskScheduler-2.3.0.zip", "size": 447815, "checksum": "SHA-256:a19ca6669ac7b786217c3f0d1cdd8cda569ac1097c099cd2d0a23d2ff4166290" @@ -32667,7 +48577,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.5.0.zip", "archiveFileName": "TaskScheduler-2.5.0.zip", "size": 456080, "checksum": "SHA-256:1be825d697952b27d471941303d97857f4f7d71f223a6e1d03a4ea249d1162e1" @@ -32684,7 +48594,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.5.1.zip", "archiveFileName": "TaskScheduler-2.5.1.zip", "size": 458052, "checksum": "SHA-256:9c7bce4b58de6260339be4fb6072f86d3f91e49671c251c7812e393ece9ceb56" @@ -32701,7 +48611,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.6.0.zip", "archiveFileName": "TaskScheduler-2.6.0.zip", "size": 473024, "checksum": "SHA-256:bbefae70b5ee662766f02e114c06048b9fa73b5481cff26f299d90f25f5d216d" @@ -32718,7 +48628,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-2.6.1.zip", "archiveFileName": "TaskScheduler-2.6.1.zip", "size": 483062, "checksum": "SHA-256:64f6158769b3e53c447ede3d06bd81acf468f1c4768e7d91e1ee7c74642c8149" @@ -32735,11 +48645,147 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TaskScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.0.2.zip", "archiveFileName": "TaskScheduler-3.0.2.zip", "size": 492275, "checksum": "SHA-256:9867c0752a76350f3c6cedfe06138d4178bb53c98b646fe6003b3b564153630c" }, + { + "name": "TaskScheduler", + "version": "3.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.1.1.zip", + "archiveFileName": "TaskScheduler-3.1.1.zip", + "size": 483654, + "checksum": "SHA-256:fdf076f9f6c34061953b475c9a1c8f970445098bfc8cb85e4ab9b5f52bc13e0d" + }, + { + "name": "TaskScheduler", + "version": "3.1.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.1.2.zip", + "archiveFileName": "TaskScheduler-3.1.2.zip", + "size": 483668, + "checksum": "SHA-256:75d9febe2797ff33cf4ec65ee47c9b0135ad651389064c43de759221c2584a1d" + }, + { + "name": "TaskScheduler", + "version": "3.1.3", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.1.3.zip", + "archiveFileName": "TaskScheduler-3.1.3.zip", + "size": 483818, + "checksum": "SHA-256:774bbcbc1a63d7f7d20e15ad90ebbfc22df58d3d520eb552833abfff6d12a5ab" + }, + { + "name": "TaskScheduler", + "version": "3.1.4", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.1.4.zip", + "archiveFileName": "TaskScheduler-3.1.4.zip", + "size": 484181, + "checksum": "SHA-256:2ef2997fe38d6269b9e3ce57952f174968f8ae9a03ca87485e523c0bf3972822" + }, + { + "name": "TaskScheduler", + "version": "3.1.6", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.1.6.zip", + "archiveFileName": "TaskScheduler-3.1.6.zip", + "size": 108685, + "checksum": "SHA-256:41b294e1793d384d45f0ba05662ef97840d83f9b81017acf0d667d52701891b9" + }, + { + "name": "TaskScheduler", + "version": "3.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.2.0.zip", + "archiveFileName": "TaskScheduler-3.2.0.zip", + "size": 113517, + "checksum": "SHA-256:246f2cfe9cbe1b223a49ac8a68decf318c80e30abc6d520d48cac8a25ed353c4" + }, + { + "name": "TaskScheduler", + "version": "3.2.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.2.2.zip", + "archiveFileName": "TaskScheduler-3.2.2.zip", + "size": 114258, + "checksum": "SHA-256:031b2849715eba0b9ea33b6185d221c886e80728dc238fe9a5423bb1741a6731" + }, + { + "name": "TaskScheduler", + "version": "3.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.3.0.zip", + "archiveFileName": "TaskScheduler-3.3.0.zip", + "size": 114581, + "checksum": "SHA-256:0881c723cfa846341b1519a0127e89245287841dca531e3cbfcd8ca373aec2aa" + }, { "name": "TMRpcm", "version": "1.1.0", @@ -32752,7 +48798,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/TMRpcm.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.1.0.zip", "archiveFileName": "TMRpcm-1.1.0.zip", "size": 41366579, "checksum": "SHA-256:04c0804d0c74e64c2cf6cf50d6fdb5490bfdba37db092be8ea97013620a76d83" @@ -32769,11 +48815,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/TMRpcm.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.0.0.zip", "archiveFileName": "TMRpcm-1.0.0.zip", "size": 35576, "checksum": "SHA-256:2ef71bcb75bb0b10550ee8a102d6e486443037bf0be9471a8551ab33194f33cd" }, + { + "name": "TMRpcm", + "version": "1.2.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "PCM/WAV Audio playback", + "paragraph": "Play WAV audio files from SD card using AVR (UNO,Nano,etc) based devices.", + "website": "https://github.com/TMRh20/TMRpcm/wiki", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/TMRpcm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.2.0.zip", + "archiveFileName": "TMRpcm-1.2.0.zip", + "size": 41366589, + "checksum": "SHA-256:bae24342b82b0f44edf0b2d7948c4bdbee886b9a5f0ecc883f8edb7407c361a2" + }, { "name": "FastLED", "version": "3.1.6", @@ -32786,7 +48849,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.1.6.zip", "archiveFileName": "FastLED-3.1.6.zip", "size": 283631, "checksum": "SHA-256:acdca946aa00d636351b9476371cb4fe9ea217565ce6dc11ae900a1b6da89842" @@ -32803,7 +48866,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.0.zip", "archiveFileName": "FastLED-3.2.0.zip", "size": 299885, "checksum": "SHA-256:ddd1855653c4c226fd4ed57bfdeac999449dad11583e9ef756ca5f2b8c58b86e" @@ -32820,7 +48883,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.1.zip", "archiveFileName": "FastLED-3.2.1.zip", "size": 301778, "checksum": "SHA-256:a3517c0ea6de5df8558f51d5b725c41b01025541df8b247b99f79d945f4301a5" @@ -32837,7 +48900,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.2.zip", "archiveFileName": "FastLED-3.2.2.zip", "size": 300887, "checksum": "SHA-256:9dde39630a90f8fd95f9b853059394d06f96c168cd75ea414369df7dd645bd88" @@ -32854,7 +48917,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.3.zip", "archiveFileName": "FastLED-3.2.3.zip", "size": 300889, "checksum": "SHA-256:f65f97d43d81276d61e1f9dd546143d388ba5e8038ccbc2dbf843fa5257d0aa0" @@ -32871,7 +48934,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.4.zip", "archiveFileName": "FastLED-3.2.4.zip", "size": 300991, "checksum": "SHA-256:5fd3e480c72e67cdf70d1e9738426fc6da04e6cacb910ab084408fd4f2116d9e" @@ -32888,7 +48951,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.5.zip", "archiveFileName": "FastLED-3.2.5.zip", "size": 304556, "checksum": "SHA-256:ae60170956058f36faa7702e7dca332dabcd71476e4730aaf01803d76263d9f0" @@ -32905,7 +48968,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.6.zip", "archiveFileName": "FastLED-3.2.6.zip", "size": 304561, "checksum": "SHA-256:7f6dae84055dea77fafb2dd5a63052ac452356f8a458bc7c9e822613caecd378" @@ -32922,7 +48985,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.1.0.zip", "archiveFileName": "FastLED-3.1.0.zip", "size": 280294, "checksum": "SHA-256:5c91f4c02caf657c0478df4ab27df809222ed9a850d5bdd42be905792383d55e" @@ -32939,7 +49002,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.1.3.zip", "archiveFileName": "FastLED-3.1.3.zip", "size": 261441, "checksum": "SHA-256:e28e944978870335a59a6f61e7f6084bcabed17b8e3c650de04b033ac38ebe94" @@ -32956,7 +49019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.7.zip", "archiveFileName": "FastLED-3.2.7.zip", "size": 337390, "checksum": "SHA-256:6b5e036d7b5c21ee85189eb5e6343d135c08e379afa82d8c25695c7ef999b03a" @@ -32973,7 +49036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.8.zip", "archiveFileName": "FastLED-3.2.8.zip", "size": 337384, "checksum": "SHA-256:ebf8bbd4a9e83c2e4d093578e4e96c167f9b298211766d0d2f5c847a66a7823d" @@ -32990,7 +49053,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.9.zip", "archiveFileName": "FastLED-3.2.9.zip", "size": 337390, "checksum": "SHA-256:f61988e8fb1f131abee0d0c5ffaa8274705d2424731a0ee308b0704e466d0287" @@ -33007,7 +49070,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.2.10.zip", "archiveFileName": "FastLED-3.2.10.zip", "size": 338086, "checksum": "SHA-256:96fb15c1dcc6be3654c194924c7da5dc8f61488b8668b7049d607bf15d44a3f0" @@ -33024,11 +49087,81 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FastLED/FastLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.3.0.zip", "archiveFileName": "FastLED-3.3.0.zip", "size": 347749, "checksum": "SHA-256:9ef100dcd55ff14392bef73d8523fc6b888b6fa6078c9ceb880a8f6a61d2dfaa" }, + { + "name": "FastLED", + "version": "3.3.1", + "author": "Daniel Garcia", + "maintainer": "Daniel Garcia \u003cdgarcia@fastled.io\u003e", + "sentence": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "paragraph": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "website": "https://github.com/FastLED/FastLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FastLED/FastLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.3.1.zip", + "archiveFileName": "FastLED-3.3.1.zip", + "size": 347842, + "checksum": "SHA-256:c8feb852f86c79d80f3bcb08e020d0c13f0a9b0c91d028578cfff55b37c6bb2d" + }, + { + "name": "FastLED", + "version": "3.3.2", + "author": "Daniel Garcia", + "maintainer": "Daniel Garcia \u003cdgarcia@fastled.io\u003e", + "sentence": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "paragraph": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "website": "https://github.com/FastLED/FastLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FastLED/FastLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.3.2.zip", + "archiveFileName": "FastLED-3.3.2.zip", + "size": 349388, + "checksum": "SHA-256:0bf2853899ef71a03055143aa6af0aec1a0fe00b223fe5f1f7ce0d675cab7df1" + }, + { + "name": "FastLED", + "version": "3.3.3", + "author": "Daniel Garcia", + "maintainer": "Daniel Garcia \u003cdgarcia@fastled.io\u003e", + "sentence": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "paragraph": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "website": "https://github.com/FastLED/FastLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FastLED/FastLED.git", + "providesIncludes": ["FastLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.3.3.zip", + "archiveFileName": "FastLED-3.3.3.zip", + "size": 360271, + "checksum": "SHA-256:4dc463cbe427f1183b19e1216b47659c5e25e58ba9652b9e5ddc8b52702aad65" + }, + { + "name": "FastLED", + "version": "3.4.0", + "author": "Daniel Garcia", + "maintainer": "Daniel Garcia \u003cdgarcia@fastled.io\u003e", + "sentence": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "paragraph": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "website": "https://github.com/FastLED/FastLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FastLED/FastLED.git", + "providesIncludes": ["FastLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.4.0.zip", + "archiveFileName": "FastLED-3.4.0.zip", + "size": 368442, + "checksum": "SHA-256:b7d57aff4ae5bc04635eadf2931dcd42323af494762c97b2edf9939dbcc24b1f" + }, { "name": "Sodaq_RN2483", "version": "1.0.0", @@ -33041,7 +49174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.0.zip", "archiveFileName": "Sodaq_RN2483-1.0.0.zip", "size": 17325, "checksum": "SHA-256:a1893a8ba1631421cefcc62c5b8e56b0b41308a5a59aa679baeb301f080ff1b8" @@ -33058,7 +49191,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.1.zip", "archiveFileName": "Sodaq_RN2483-1.0.1.zip", "size": 18024, "checksum": "SHA-256:cdd3d8aab0075fc0ec2fca5d77913f50743c8566afcbbffef9070035daee3c99" @@ -33075,7 +49208,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.10.zip", "archiveFileName": "Sodaq_RN2483-1.0.10.zip", "size": 22224, "checksum": "SHA-256:fddf81ac4114068bdecd3d3e88f516456d5c51b8e3efe72437cb62b671305737" @@ -33092,7 +49225,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.11.zip", "archiveFileName": "Sodaq_RN2483-1.0.11.zip", "size": 22240, "checksum": "SHA-256:13b8e97882f3ebcb3795db22d1371f2d1b4a6a1f93e89061dd7ea744d142ab0a" @@ -33109,7 +49242,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.2.zip", "archiveFileName": "Sodaq_RN2483-1.0.2.zip", "size": 18153, "checksum": "SHA-256:e785b98aa7b4ad3bb3e5b461fb53c714e5b392224cb7cd8190e41e6f21c0c326" @@ -33126,7 +49259,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.4.zip", "archiveFileName": "Sodaq_RN2483-1.0.4.zip", "size": 22316, "checksum": "SHA-256:dbd99cc7bdc9f872f6c7a08d2d2689054c575c2dcf677f9dd6d8f9e17497932c" @@ -33143,7 +49276,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.5.zip", "archiveFileName": "Sodaq_RN2483-1.0.5.zip", "size": 23182, "checksum": "SHA-256:6743432c02d81e0eb8b9082615bf29108169305a24288d04ced44fd3eca112d7" @@ -33160,7 +49293,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.6.zip", "archiveFileName": "Sodaq_RN2483-1.0.6.zip", "size": 24135, "checksum": "SHA-256:584ede2c4ea7557838d623f7f7263d706ec25523e6c5d3f561efa9a35cd1ac5f" @@ -33177,7 +49310,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.7.zip", "archiveFileName": "Sodaq_RN2483-1.0.7.zip", "size": 24121, "checksum": "SHA-256:bf38e54078a5c9c4f931a1ea11b29da7b95db9a36904fb59b90ceab2fe58c5c8" @@ -33194,7 +49327,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.8.zip", "archiveFileName": "Sodaq_RN2483-1.0.8.zip", "size": 20634, "checksum": "SHA-256:dd2ca5a8ad8b9bc76ac084b5e6e28489b0163203a8510e0032703951a6d239eb" @@ -33211,7 +49344,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.0.9.zip", "archiveFileName": "Sodaq_RN2483-1.0.9.zip", "size": 22164, "checksum": "SHA-256:a52c4af695431735bc69daba0094a579ea70f6925f1bb40be3de885da105ae12" @@ -33228,7 +49361,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_RN2483.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_RN2483-1.1.0.zip", "archiveFileName": "Sodaq_RN2483-1.1.0.zip", "size": 24985, "checksum": "SHA-256:e60e7d6ff5d62f1cd71d5ff9f395a3b3f649b68a63d121c4cb05b2f81ef645e7" @@ -33245,7 +49378,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AsyncDelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.0.0.zip", "archiveFileName": "AsyncDelay-1.0.0.zip", "size": 11784, "checksum": "SHA-256:260360e15908b37025b48b6c5b967babeda8871bf136820af0ece5d552d305c5" @@ -33262,7 +49395,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AsyncDelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.0.1.zip", "archiveFileName": "AsyncDelay-1.0.1.zip", "size": 12148, "checksum": "SHA-256:181dfc66d2e98e1b49dbab38530d27875ac394cdc53b536df034b93a40fbd036" @@ -33279,7 +49412,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AsyncDelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.0.2.zip", "archiveFileName": "AsyncDelay-1.0.2.zip", "size": 12151, "checksum": "SHA-256:c717b8c6520d4eedde57d842d3df37d15c9090d8b9477528fd68f6dde8f96ce5" @@ -33296,11 +49429,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AsyncDelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.1.0.zip", "archiveFileName": "AsyncDelay-1.1.0.zip", "size": 12259, "checksum": "SHA-256:da7f26707568f0e60f7eb0abc03507addb1b10ee9e7d519177bfa6bc55444799" }, + { + "name": "AsyncDelay", + "version": "1.1.1", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Simple abstraction library implementing delays and timeouts.", + "paragraph": "Implements delays and timeouts. Uses millis() and micros(), taking care of any rollovers should they occur. GNU LGPL v2.1", + "website": "https://github.com/stevemarple/AsyncDelay", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/AsyncDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.1.1.zip", + "archiveFileName": "AsyncDelay-1.1.1.zip", + "size": 12916, + "checksum": "SHA-256:5bb9e9f6581b312d7016d62299decbbf03e2652567686871a6051d82c8ad3476" + }, + { + "name": "AsyncDelay", + "version": "1.1.2", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Simple abstraction library implementing delays and timeouts.", + "paragraph": "Implements delays and timeouts. Uses millis() and micros(), taking care of any rollovers should they occur. GNU LGPL v2.1", + "website": "https://github.com/stevemarple/AsyncDelay", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/AsyncDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AsyncDelay-1.1.2.zip", + "archiveFileName": "AsyncDelay-1.1.2.zip", + "size": 13655, + "checksum": "SHA-256:800356c062e695f11ff45fcb31ea5ea93723c6452793017e07b3cec24f9fffa7" + }, { "name": "RTCx", "version": "1.0.0", @@ -33313,7 +49480,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.0.zip", "archiveFileName": "RTCx-1.0.0.zip", "size": 18337, "checksum": "SHA-256:997f83ac7e6a5741c1c45a82a37fb061d0da0112b01cd2c39cd8c34c5125925b" @@ -33330,7 +49497,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.1.zip", "archiveFileName": "RTCx-1.0.1.zip", "size": 18345, "checksum": "SHA-256:a9c4ad96ef075b7c71067099235fb18013d43dae6a7404d8ff4b93dfee406773" @@ -33347,7 +49514,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.2.zip", "archiveFileName": "RTCx-1.0.2.zip", "size": 18431, "checksum": "SHA-256:54aea977b8ffcf11007823ff1d11a0bec4ee0e33882f81c07ac13e87f5deac7e" @@ -33364,7 +49531,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.3.zip", "archiveFileName": "RTCx-1.0.3.zip", "size": 18421, "checksum": "SHA-256:eec9ae8d7f1c456c49a9b5b0582b2a1418e5a02959296cea4ba10fbc6667910d" @@ -33381,7 +49548,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.4.zip", "archiveFileName": "RTCx-1.0.4.zip", "size": 18422, "checksum": "SHA-256:33f15172e45ebfe4d1389ed26ccbe7df6a2eaa6cfaa2ee523121748ed3c51030" @@ -33398,7 +49565,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.0.5.zip", "archiveFileName": "RTCx-1.0.5.zip", "size": 19640, "checksum": "SHA-256:34be770c3368b427c5b64b711a75af9dba9642cf716da8797a14404486696a33" @@ -33415,7 +49582,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.0.zip", "archiveFileName": "RTCx-1.1.0.zip", "size": 20413, "checksum": "SHA-256:fce5021556f9457ac17345c74d9b35e629e1dfe34a8161f085fc04c1ad11f86b" @@ -33432,7 +49599,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.1.zip", "archiveFileName": "RTCx-1.1.1.zip", "size": 20558, "checksum": "SHA-256:f236bfbea79af670e633c1607c9a621e67b7e82ae5038d0ff0567de665557f26" @@ -33449,7 +49616,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.2.zip", "archiveFileName": "RTCx-1.1.2.zip", "size": 20720, "checksum": "SHA-256:b0c3af7dbe9c9e4097b24504e84535d2f7c3f4f66c1f5ffb96fb8f4f1648f4ed" @@ -33466,7 +49633,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.3.zip", "archiveFileName": "RTCx-1.1.3.zip", "size": 21086, "checksum": "SHA-256:3b7b58ec4eed72b9db0ded96758705f27eb42cd7a3d42d8432ec9b27bb70dbdf" @@ -33483,7 +49650,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.4.zip", "archiveFileName": "RTCx-1.1.4.zip", "size": 21203, "checksum": "SHA-256:db08cdd7082dbebe6ff98c923dbd7b75e2ec6dcb6d3dd29b9c4c9b7deb7b7145" @@ -33500,7 +49667,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.5.zip", "archiveFileName": "RTCx-1.1.5.zip", "size": 21205, "checksum": "SHA-256:0f6d55e8c311369196386b3f69c59e8a1aa7104d0cd4bcd58afb22ece814c387" @@ -33517,7 +49684,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.6.zip", "archiveFileName": "RTCx-1.1.6.zip", "size": 24129, "checksum": "SHA-256:ed4f3202582e59d4bfc2d30c13b3b18d947ed682d50213b0e2b9df9d094941b3" @@ -33534,7 +49701,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.7.zip", "archiveFileName": "RTCx-1.1.7.zip", "size": 24136, "checksum": "SHA-256:4d077bc08152710b184da657f829ee0ca8895c1d52c515d354b98140da47b94a" @@ -33551,7 +49718,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.8.zip", "archiveFileName": "RTCx-1.1.8.zip", "size": 24125, "checksum": "SHA-256:302479e0f9645a874116eb2fc6efe2459faa06c4acc31668507f1dc3307e64f4" @@ -33568,7 +49735,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.9.zip", "archiveFileName": "RTCx-1.1.9.zip", "size": 24132, "checksum": "SHA-256:ae8ce1d073a628a8dcd0533e7e7a3edddc50d6fb907018c788cfddcc5ef89957" @@ -33585,7 +49752,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/RTCx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/RTCx-1.1.10.zip", "archiveFileName": "RTCx-1.1.10.zip", "size": 24271, "checksum": "SHA-256:6a9a68c85f607c4eec42fbfed7658973cfa05c9e14b097ac714aeff141dd8922" @@ -33602,7 +49769,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.1.zip", "archiveFileName": "SoftWire-1.0.1.zip", "size": 16527, "checksum": "SHA-256:d49a7462826971617fa711b6faff4b7cf9555f3834c407f7921975613fafff33" @@ -33619,7 +49786,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.2.zip", "archiveFileName": "SoftWire-1.0.2.zip", "size": 16542, "checksum": "SHA-256:7065083f6261d9dc3ea137493062859853c5adc38cdc26cdddd7beb1ee4f7bc5" @@ -33636,7 +49803,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.3.zip", "archiveFileName": "SoftWire-1.0.3.zip", "size": 16543, "checksum": "SHA-256:5af98579a9b23bbcb72d377f000939d7700691e334e59e9be764857220b1a6d2" @@ -33653,7 +49820,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.0.4.zip", "archiveFileName": "SoftWire-1.0.4.zip", "size": 16611, "checksum": "SHA-256:325f37a096dcceee92ec418d58c25c15af5e5a81a1fbf23faf55c3b28b43a2a6" @@ -33670,7 +49837,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.1.0.zip", "archiveFileName": "SoftWire-1.1.0.zip", "size": 16746, "checksum": "SHA-256:76006ffceb5d253c34e7cc832f8ddae338bcf29ddd42a8baaec869ffa69c241b" @@ -33687,7 +49854,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.1.1.zip", "archiveFileName": "SoftWire-1.1.1.zip", "size": 16802, "checksum": "SHA-256:f8e16ea4b140a767be240ee11b2880c854c8151a9bc083ef002112e25e67d7a4" @@ -33704,7 +49871,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-1.1.2.zip", "archiveFileName": "SoftWire-1.1.2.zip", "size": 16953, "checksum": "SHA-256:e0e5dc7662acec06e16a09cd5af59c77a2211190c0c60836d8532527ab931c2a" @@ -33721,11 +49888,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/SoftWire.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.0.zip", "archiveFileName": "SoftWire-2.0.0.zip", "size": 18919, "checksum": "SHA-256:344b5c5415304b7f7d6d0e93e99f88c009d84c59faa6e45e8e0ce2b4959cf49c" }, + { + "name": "SoftWire", + "version": "2.0.2", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.2.zip", + "archiveFileName": "SoftWire-2.0.2.zip", + "size": 19074, + "checksum": "SHA-256:31a63c60dbefecc5570257bb85609691c680148eeca74e0407213a4304eb8141" + }, + { + "name": "SoftWire", + "version": "2.0.3", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.3.zip", + "archiveFileName": "SoftWire-2.0.3.zip", + "size": 20935, + "checksum": "SHA-256:8659679def1e481b24dd7e508bd944e6326ae47f57642136aa4214dd0795dbbb" + }, + { + "name": "SoftWire", + "version": "2.0.4", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.4.zip", + "archiveFileName": "SoftWire-2.0.4.zip", + "size": 20946, + "checksum": "SHA-256:8b0abc6287ffc18d4e5e881190578b8d12a698c55cdb3b8a3878485710dfbd00" + }, + { + "name": "SoftWire", + "version": "2.0.1", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.1.zip", + "archiveFileName": "SoftWire-2.0.1.zip", + "size": 18915, + "checksum": "SHA-256:9e47b34f4288023add2f7bc2be77e72945c61879bbbfeefd95eecc9999b3531b" + }, { "name": "MCP342x", "version": "1.0.0", @@ -33738,7 +49973,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MCP342x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.0.zip", "archiveFileName": "MCP342x-1.0.0.zip", "size": 19701, "checksum": "SHA-256:5ea9f8138d23691364648563d677ceeeb77061f4089bcb3fdfd242d695cbd8c3" @@ -33755,7 +49990,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MCP342x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.1.zip", "archiveFileName": "MCP342x-1.0.1.zip", "size": 19696, "checksum": "SHA-256:18ca5fd1413e7f2a13ecaa3276cb71dba15ab35c8d32404734ff1a9e7fd5b5e2" @@ -33772,7 +50007,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MCP342x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.2.zip", "archiveFileName": "MCP342x-1.0.2.zip", "size": 19709, "checksum": "SHA-256:08063e3ea120404f6eacbec71b18b94a6ef82e36f3213bf98246762825491515" @@ -33789,7 +50024,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.0.zip", "archiveFileName": "MicroNMEA-1.0.0.zip", "size": 23778, "checksum": "SHA-256:a66ffeb752ec9fa7a30bdf3e0ae4a23f02d79217ea16ba97652cc0ee6c9fe583" @@ -33806,7 +50041,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.1.zip", "archiveFileName": "MicroNMEA-1.0.1.zip", "size": 23790, "checksum": "SHA-256:dd5921ae23f6be4700560b59c2fa367375cc6a816329cc55597ec19386f3418d" @@ -33823,7 +50058,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.2.zip", "archiveFileName": "MicroNMEA-1.0.2.zip", "size": 24044, "checksum": "SHA-256:2e9a34cb2c9ce878d3c63cfbec862c1aa85542ce06eb5ae20749bf765da50830" @@ -33840,7 +50075,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.3.zip", "archiveFileName": "MicroNMEA-1.0.3.zip", "size": 24108, "checksum": "SHA-256:8442e49b10c5d6ea5bd3582932c3e29454c3e5e4ba1099c804fa205a1d75d03b" @@ -33857,7 +50092,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.4.zip", "archiveFileName": "MicroNMEA-1.0.4.zip", "size": 24197, "checksum": "SHA-256:a066013518074fd3948c2ed8babb264c6666b3a5026b995dcfcc78fa35c84c2e" @@ -33874,7 +50109,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-1.0.5.zip", "archiveFileName": "MicroNMEA-1.0.5.zip", "size": 24191, "checksum": "SHA-256:aee5943ca42ae411dcbf0a0ca6e503fde576f0ddae560dd4aa2516076718a0d8" @@ -33891,7 +50126,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.0.zip", "archiveFileName": "MicroNMEA-2.0.0.zip", "size": 24230, "checksum": "SHA-256:95b1731cfac5ed512bbe44913c37abf9995c0f4380da0e1156d7156936372002" @@ -33908,11 +50143,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MicroNMEA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.1.zip", "archiveFileName": "MicroNMEA-2.0.1.zip", "size": 30185, "checksum": "SHA-256:dd6b2d634c268da734eba87966e33a8afe6446ffd484fd8a1082e68b01ad9c31" }, + { + "name": "MicroNMEA", + "version": "2.0.2", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.2.zip", + "archiveFileName": "MicroNMEA-2.0.2.zip", + "size": 29936, + "checksum": "SHA-256:670d8f9e85ebf3a67f04b5bd8911d2428b511fe72655e82a8085d87d7a00b27b" + }, + { + "name": "MicroNMEA", + "version": "2.0.3", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.3.zip", + "archiveFileName": "MicroNMEA-2.0.3.zip", + "size": 29936, + "checksum": "SHA-256:ef90e1556ab5f2c74dea8e3626640cd35f31331f5da9cb0ee3f5b30a0b812f01" + }, + { + "name": "MicroNMEA", + "version": "2.0.4", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.4.zip", + "archiveFileName": "MicroNMEA-2.0.4.zip", + "size": 38396, + "checksum": "SHA-256:bdb1d8214ea1846e50062a921c32d4fc7a124097da6b70b67416a65206e447e9" + }, + { + "name": "MicroNMEA", + "version": "2.0.5", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.5.zip", + "archiveFileName": "MicroNMEA-2.0.5.zip", + "size": 38401, + "checksum": "SHA-256:d5f0fd3acac7f087ddbc85558aad408b5d1cf8323a798df600bb884fb84e8b81" + }, { "name": "HIH61xx", "version": "1.0.0", @@ -33925,7 +50228,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/HIH61xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-1.0.0.zip", "archiveFileName": "HIH61xx-1.0.0.zip", "size": 13460, "checksum": "SHA-256:739a9f45bd6f63c072280ab607f591156abc638ee9dbef636727e2d2c9bb8e9f" @@ -33942,7 +50245,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/HIH61xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-1.0.1.zip", "archiveFileName": "HIH61xx-1.0.1.zip", "size": 13472, "checksum": "SHA-256:9c27aecf72c57498fe99e681d66a361d6c42b9fb9ac6619b91240327de5fe46d" @@ -33959,7 +50262,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/HIH61xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-2.0.0.zip", "archiveFileName": "HIH61xx-2.0.0.zip", "size": 17751, "checksum": "SHA-256:57656d67a285b8619ac2786c0ffad8d3b7cf7cbe5f58a919384e0fa30a7d2da7" @@ -33976,11 +50279,55 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/HIH61xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-2.0.1.zip", "archiveFileName": "HIH61xx-2.0.1.zip", "size": 17807, "checksum": "SHA-256:268abd51f57054a3fd5eb8ece502b0b6c993aa9768a1aba32206979beb3e5ff3" }, + { + "name": "HIH61xx", + "version": "2.0.2", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to access Honeywell HIH61xx humidity and temperature sensors.", + "paragraph": "HIH61xx is a library for accessing the humidity and temperature data from the I2C range of Honeywell HIH61xx humidity sensors (HIH6120-021, HIH6121-021, HIH6130-021 and HIH6131-021). Software I2C is used to allow this sensor to be connected to any two digital pins. An optional power pin can be used to control power to the device. A state machine ensures the relevant timing constraints are observed. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/HIH61xx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/HIH61xx.git", + "dependencies": [ + { + "name": "AsyncDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-2.0.2.zip", + "archiveFileName": "HIH61xx-2.0.2.zip", + "size": 17819, + "checksum": "SHA-256:d897e34bb38b73598d5017eceac51560d7249750d115b6530269f47fc7f68f7f" + }, + { + "name": "HIH61xx", + "version": "3.0.0", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to access Honeywell HIH61xx humidity and temperature sensors.", + "paragraph": "HIH61xx is a library for accessing the humidity and temperature data from the I2C range of Honeywell HIH61xx humidity sensors (HIH6120-021, HIH6121-021, HIH6130-021 and HIH6131-021). Software I2C is used to allow this sensor to be connected to any two digital pins. An optional power pin can be used to control power to the device. A state machine ensures the relevant timing constraints are observed. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/HIH61xx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/HIH61xx.git", + "dependencies": [ + { + "name": "AsyncDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/HIH61xx-3.0.0.zip", + "archiveFileName": "HIH61xx-3.0.0.zip", + "size": 19103, + "checksum": "SHA-256:7d800bf4d644876cfdedfe310cc5f777d880771594195380ef4226415b0871a2" + }, { "name": "MLX90614", "version": "0.1.1", @@ -33993,7 +50340,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MLX90614.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.1.zip", "archiveFileName": "MLX90614-0.1.1.zip", "size": 14400, "checksum": "SHA-256:d177af7117aad365fcaceb738e864e7df41cb81c428fdb0ecca0a808fa150112" @@ -34010,7 +50357,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MLX90614.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.2.zip", "archiveFileName": "MLX90614-0.1.2.zip", "size": 14399, "checksum": "SHA-256:5a67b2a9f36b5e7667974daf02467a2acf60fd1b2d1846e7254a21dc965bdede" @@ -34027,11 +50374,61 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/MLX90614.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.3.zip", "archiveFileName": "MLX90614-0.1.3.zip", "size": 14370, "checksum": "SHA-256:35d12ad9a843936c086383b4bad18c5b10721503ed8c84cac1e5e9fefcef7e98" }, + { + "name": "MLX90614", + "version": "0.1.4", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to support Melexis MLX90614 infrared thermometer", + "paragraph": "Arduino library to support Melexis MLX90614 infrared thermometer using the I2C interface. For I2C support the SoftWire software bit-banging Arduino library is used. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MLX90614", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/MLX90614.git", + "dependencies": [ + { + "name": "AsyncDelay" + }, + { + "name": "SoftWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.4.zip", + "archiveFileName": "MLX90614-0.1.4.zip", + "size": 14386, + "checksum": "SHA-256:1ae1690bc2f0cd9dd90d8c4239f8738bcef9d9065e1568d9a4455848b233b817" + }, + { + "name": "MLX90614", + "version": "0.1.5", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to support Melexis MLX90614 infrared thermometer", + "paragraph": "Arduino library to support Melexis MLX90614 infrared thermometer using the I2C interface. For I2C support the SoftWire software bit-banging Arduino library is used. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MLX90614", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/MLX90614.git", + "dependencies": [ + { + "name": "AsyncDelay" + }, + { + "name": "SoftWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MLX90614-0.1.5.zip", + "archiveFileName": "MLX90614-0.1.5.zip", + "size": 14438, + "checksum": "SHA-256:68dd6b87256cea366094eb8ddbf63808130f34f3c7eda11bd053858562822a04" + }, { "name": "RBD_Capacitance", "version": "1.0.0", @@ -34044,7 +50441,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Capacitance.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.0.zip", "archiveFileName": "RBD_Capacitance-1.0.0.zip", "size": 16241, "checksum": "SHA-256:1e128bff62aee4eb642c05f86c124de6c6a51ff83402f498756ed52232f69c7f" @@ -34061,7 +50458,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Capacitance.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.1.zip", "archiveFileName": "RBD_Capacitance-1.0.1.zip", "size": 12162, "checksum": "SHA-256:8c296a1762f511595f9b93b185e7a9b7ef2cc896a3d3052b560b3992a2461c0e" @@ -34078,7 +50475,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Capacitance.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.2.zip", "archiveFileName": "RBD_Capacitance-1.0.2.zip", "size": 12144, "checksum": "SHA-256:154276117c8a144ad31017b33a64b3e8c4a59ffaca9b2d2c8dff64c25e7da89b" @@ -34095,7 +50492,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Capacitance.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.3.zip", "archiveFileName": "RBD_Capacitance-1.0.3.zip", "size": 12582, "checksum": "SHA-256:b819515c92cbb60e57282c3f5cd0279f8700c743467adf680bf1ebe11814f634" @@ -34112,11 +50509,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Capacitance.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.4.zip", "archiveFileName": "RBD_Capacitance-1.0.4.zip", "size": 12444, "checksum": "SHA-256:3ca5645926cd131089688f9adce59b8ef3077e7755a44f1bec58fd995aed742f" }, + { + "name": "RBD_Capacitance", + "version": "1.0.5", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Measure change in capacitance.", + "paragraph": "Detect human presence and touch from behind several millimeters of material, or detect change in water levels from the outside of a plastic container. This library is meant to help determine change in relative capacitance for the reasons above, and not for calculating exact capacitance. Relative capacitance is found by measuring how long it takes for an Arduino send-pin to charge a receive-pin to HIGH (in microseconds).", + "website": "https://github.com/alextaujenis/RBD_Capacitance", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Capacitance.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Capacitance-1.0.5.zip", + "archiveFileName": "RBD_Capacitance-1.0.5.zip", + "size": 5988, + "checksum": "SHA-256:e31ec6ae6cff20d187a3f908fd3c4e0285641fc0fff2201615c6127484171c45" + }, { "name": "AS3935", "version": "1.0.0", @@ -34129,7 +50543,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AS3935.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.0.zip", "archiveFileName": "AS3935-1.0.0.zip", "size": 18091, "checksum": "SHA-256:bfc3ff02c5454b625c20e186a9ea21c56a914a4a9347c13ece20d171f6aecc89" @@ -34146,7 +50560,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AS3935.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.1.zip", "archiveFileName": "AS3935-1.0.1.zip", "size": 18087, "checksum": "SHA-256:ecd38a9987029964618d13ead83a21823f85bab92b9b85cf146989d841e0bd84" @@ -34163,7 +50577,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AS3935.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.2.zip", "archiveFileName": "AS3935-1.0.2.zip", "size": 18077, "checksum": "SHA-256:9f2f570067b3283684f4a450367c5d228aba56c73ed4d80d9e3ae9dd47691a98" @@ -34180,7 +50594,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AS3935.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.3.zip", "archiveFileName": "AS3935-1.0.3.zip", "size": 17950, "checksum": "SHA-256:a3a5ce25bda59ff95aef24883082b6d9728431eba15405ee3f0637c57e07b09b" @@ -34197,11 +50611,36 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/AS3935.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.4.zip", "archiveFileName": "AS3935-1.0.4.zip", "size": 18356, "checksum": "SHA-256:d08df0dc69fbf1c28a5d3294bf10d5241d7b6b82a5ce53a69530f4982ac11b48" }, + { + "name": "AS3935", + "version": "1.0.5", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to support Austrian Microsystems AS3935 lightning sensor.", + "paragraph": "Arduino library to support Austrian Microsystems AS3935 lightning sensor using the I2C interface. For I2C support the SoftWire software bit-banging Arduino library is used. GNU LGPL v2.1", + "website": "https://github.com/stevemarple/AS3935", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/AS3935.git", + "dependencies": [ + { + "name": "AsyncDelay" + }, + { + "name": "SoftWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/AS3935-1.0.5.zip", + "archiveFileName": "AS3935-1.0.5.zip", + "size": 18374, + "checksum": "SHA-256:1f2b341028e9bf46686ca43f748fc927f5ec2c88efbab0143dcc41b60fb69d01" + }, { "name": "CMMC WiFi Connector", "version": "2.0.1", @@ -34214,7 +50653,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-2.0.1.zip", "archiveFileName": "CMMC_WiFi_Connector-2.0.1.zip", "size": 337526, "checksum": "SHA-256:bbbdc936514e4645863d7f8cca2cfcbe20c149a51765aebaeda780d38a283bbc" @@ -34231,7 +50670,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-2.0.2.zip", "archiveFileName": "CMMC_WiFi_Connector-2.0.2.zip", "size": 336868, "checksum": "SHA-256:3c3e925c478e437f970e71c8d77888116d126c03f5e3b96d29897b77c9b29cdd" @@ -34248,7 +50687,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-2.0.3.zip", "archiveFileName": "CMMC_WiFi_Connector-2.0.3.zip", "size": 337341, "checksum": "SHA-256:f5d5300dbde5a49d291ce1fcf12e66af458b92346fa74ec36e12058b6162c02f" @@ -34265,7 +50704,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.3.zip", "archiveFileName": "CMMC_WiFi_Connector-3.0.3.zip", "size": 161763, "checksum": "SHA-256:1b85f5fc00abf8e062b29017b504fbb7181cc05eb1051a452020d8751d6b2c1a" @@ -34282,7 +50721,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.5.zip", "archiveFileName": "CMMC_WiFi_Connector-3.0.5.zip", "size": 162943, "checksum": "SHA-256:6ac0e9f9140d9f05b67b6f1ca2aa8034b311d109862c968b4623f0379866f6bd" @@ -34299,7 +50738,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.6.zip", "archiveFileName": "CMMC_WiFi_Connector-3.0.6.zip", "size": 164926, "checksum": "SHA-256:f44ee2a4c7f47241920741433cb47be636f5d56e3a141483fb5da2737b0cdfbd" @@ -34316,7 +50755,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.7.zip", "archiveFileName": "CMMC_WiFi_Connector-3.0.7.zip", "size": 166974, "checksum": "SHA-256:85476425ed3f218490e7bca6854ff97a262403fca9bde335a91a9210fe70f888" @@ -34333,7 +50772,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/WiFiConnector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_WiFi_Connector-3.0.8.zip", "archiveFileName": "CMMC_WiFi_Connector-3.0.8.zip", "size": 167261, "checksum": "SHA-256:e8179f058099d277361705655bf36887aa7934ba8fa1e3ff0bf018d756f810c9" @@ -34350,7 +50789,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_HumanSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.0.zip", "archiveFileName": "RBD_HumanSensor-1.0.0.zip", "size": 17019, "checksum": "SHA-256:f5232885442138937ce53cf21a859529a355639214064c35140111a561cbce19" @@ -34367,7 +50806,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_HumanSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.1.zip", "archiveFileName": "RBD_HumanSensor-1.0.1.zip", "size": 12542, "checksum": "SHA-256:6385edd97f822bc4091f4b6407c9cef61a7960fa9d971f325deae56f2fe3a2d8" @@ -34384,7 +50823,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_HumanSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.2.zip", "archiveFileName": "RBD_HumanSensor-1.0.2.zip", "size": 12516, "checksum": "SHA-256:d8a6af2e1ceff3c8571de3f07714cad3c09bba63f130af5d8bb6bc3bca36424d" @@ -34401,7 +50840,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_HumanSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.3.zip", "archiveFileName": "RBD_HumanSensor-1.0.3.zip", "size": 12472, "checksum": "SHA-256:72d0945018e897338e8a7b6b5cfef61b180d96b6e70c4d1bfe674dd059d63ed5" @@ -34418,11 +50857,36 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_HumanSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.4.zip", "archiveFileName": "RBD_HumanSensor-1.0.4.zip", "size": 4796, "checksum": "SHA-256:2bae8808a771954e77e3060de355fcab20ff8ce1db67d61bc12bccc6186572ae" }, + { + "name": "RBD_HumanSensor", + "version": "1.0.5", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Detect human presence, touch, and pickup events.", + "paragraph": "Measure change in capacitance to detect human presence, touch, and pickup events without delay or interrupts.", + "website": "https://github.com/alextaujenis/RBD_HumanSensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_HumanSensor.git", + "dependencies": [ + { + "name": "RBD_Capacitance" + }, + { + "name": "RBD_Threshold" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_HumanSensor-1.0.5.zip", + "archiveFileName": "RBD_HumanSensor-1.0.5.zip", + "size": 5623, + "checksum": "SHA-256:363b2586cd79e9afd33d62e16b0752bc07dde87aeefe19ca031eb8c55b57b6b9" + }, { "name": "PciManager", "version": "2.0.0", @@ -34435,7 +50899,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-pcimanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.0.0.zip", "archiveFileName": "PciManager-2.0.0.zip", "size": 21078, "checksum": "SHA-256:4375489a529471fe460233342258ee1db4f5c0b35d027fd0854503a3eda40c7c" @@ -34452,7 +50916,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-pcimanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.1.0.zip", "archiveFileName": "PciManager-2.1.0.zip", "size": 24200, "checksum": "SHA-256:ddbe0d8ec784239b11bc3b05131268ecd658712deaa733f4402d8c2ce0ca0232" @@ -34469,7 +50933,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-pcimanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.1.3.zip", "archiveFileName": "PciManager-2.1.3.zip", "size": 24447, "checksum": "SHA-256:308acc058147b249d331ce8b5ea3ea5f04e815c59bf9aacfafe22bfc15b41355" @@ -34486,7 +50950,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-pcimanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/PciManager-2.1.4.zip", "archiveFileName": "PciManager-2.1.4.zip", "size": 24494, "checksum": "SHA-256:fae4380140d93dff45b306da4a0d453f3bcce177c7d823109937904e8035b0fd" @@ -34503,7 +50967,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.0.zip", "archiveFileName": "CMMC_MQTT_Connector-1.0.0.zip", "size": 36968, "checksum": "SHA-256:f489e23d7b35745bb25dc2d9db646d27aa2e69cc98c787af105104da80e15e09" @@ -34520,7 +50984,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.1.zip", "archiveFileName": "CMMC_MQTT_Connector-1.0.1.zip", "size": 47009, "checksum": "SHA-256:e75e8fdcc181a8383e56adb74b48bef4a3274ab4438bd6b074224a421e6b46da" @@ -34537,7 +51001,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.2.zip", "archiveFileName": "CMMC_MQTT_Connector-1.0.2.zip", "size": 47120, "checksum": "SHA-256:6353722be165afebb0c7bc3403a89c800bcc44490cfddbee45bcbf1cbbe9d93e" @@ -34554,7 +51018,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.3.zip", "archiveFileName": "CMMC_MQTT_Connector-1.0.3.zip", "size": 47125, "checksum": "SHA-256:397d49790cfbf0f3b52a372bff4ee69817cba990511de326f3aaa4922c734058" @@ -34571,7 +51035,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.4.zip", "archiveFileName": "CMMC_MQTT_Connector-1.0.4.zip", "size": 47144, "checksum": "SHA-256:99dfdebc4cc0a79909be389fb4a9c98e8215a9530ea960387bc46a4259cd8673" @@ -34588,7 +51052,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.0.5.zip", "archiveFileName": "CMMC_MQTT_Connector-1.0.5.zip", "size": 47954, "checksum": "SHA-256:66b8fba7fca585d669586e1142bc405d66cce3731707127ebfb693e147833ce4" @@ -34605,7 +51069,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.1.0.zip", "archiveFileName": "CMMC_MQTT_Connector-1.1.0.zip", "size": 47780, "checksum": "SHA-256:d481938ba2d9c3a1369d1a6d530c9e6f152be0a518ba7b5c890b27727058037f" @@ -34622,7 +51086,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.2.0.zip", "archiveFileName": "CMMC_MQTT_Connector-1.2.0.zip", "size": 47851, "checksum": "SHA-256:e519c6d631a0eeaf91ae70b7e3c5487172ed2939768169ac3b6a942673fa3380" @@ -34639,7 +51103,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.3.1.zip", "archiveFileName": "CMMC_MQTT_Connector-1.3.1.zip", "size": 114569, "checksum": "SHA-256:43c198325d1f8a5a7668a69db65af526e355ff7c41e124af7dda57083ef42510" @@ -34656,7 +51120,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/MQTT-Connector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_MQTT_Connector-1.3.3.zip", "archiveFileName": "CMMC_MQTT_Connector-1.3.3.zip", "size": 114857, "checksum": "SHA-256:a22e9e2919bd3f0247b8847173d69e85a539a4fc3c54ba5aecae0597ec9c7c27" @@ -34673,7 +51137,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lucadentella/TOTP-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucadentella/TOTP_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/TOTP_library-1.0.0.zip", "archiveFileName": "TOTP_library-1.0.0.zip", "size": 4894, "checksum": "SHA-256:113309508c4aee75c77b4e7efde3c8a81e11fbdf1dab05485bf6264426e5ce89" @@ -34690,11 +51154,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lucadentella/TOTP-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucadentella/TOTP_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/TOTP_library-1.0.1.zip", "archiveFileName": "TOTP_library-1.0.1.zip", "size": 7087, "checksum": "SHA-256:2a0782cadc0dd7d3bf8ff803970abba00949030d5482e0048329fcec326dc2e9" }, + { + "name": "TOTP library", + "version": "1.1.0", + "author": "Luca Dentella \u003cluca@dentella.it\u003e", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Library to generate Time-based One-Time Passwords", + "paragraph": "Implements the Time-based One-Time Password algorithm specified in RFC 6238. Supports different time steps and it's compatible with tokens that uses the same standard (including software ones, like the Google Authenticator app).", + "website": "https://github.com/lucadentella/TOTP-Arduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/TOTP-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/TOTP_library-1.1.0.zip", + "archiveFileName": "TOTP_library-1.1.0.zip", + "size": 8367, + "checksum": "SHA-256:02ccbed05a4a8ef02f3bde9ab17b9db725db4548c9fe1fdf482eef0713e0e0ec" + }, { "name": "InputDebounce", "version": "1.0.0", @@ -34707,7 +51188,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.0.0.zip", "archiveFileName": "InputDebounce-1.0.0.zip", "size": 11890, "checksum": "SHA-256:8ab919c161239d9473f1144766db450c002f84768e404ab105a453ef9b7714ff" @@ -34724,7 +51205,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.1.0.zip", "archiveFileName": "InputDebounce-1.1.0.zip", "size": 15853, "checksum": "SHA-256:4fd86094978da87f9d6dd31a50ca7f66231a294a5d4bd37ed7c1c52b5cae81f5" @@ -34741,7 +51222,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.2.0.zip", "archiveFileName": "InputDebounce-1.2.0.zip", "size": 14910, "checksum": "SHA-256:8c58f06c745fc50ae412504b66981ca8d5c08b9a9ee6d81db5f607e60afc2892" @@ -34758,7 +51239,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.3.0.zip", "archiveFileName": "InputDebounce-1.3.0.zip", "size": 14991, "checksum": "SHA-256:3dd8ae7b91fd3a925583d71c5b02ec189f4f1de74fe2fc1a79f089fb77991682" @@ -34775,7 +51256,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.4.0.zip", "archiveFileName": "InputDebounce-1.4.0.zip", "size": 15330, "checksum": "SHA-256:a5f44acb41ac47132f30a20aae7138bbd983178eae7c86c4ec5db8be693a62be" @@ -34792,7 +51273,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.5.0.zip", "archiveFileName": "InputDebounce-1.5.0.zip", "size": 15670, "checksum": "SHA-256:10cc741df153aa912c21de2fb92dac1da740b227edc1927b9a9448f52b478b9e" @@ -34809,7 +51290,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mokolea/InputDebounce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mokolea/InputDebounce-1.6.0.zip", "archiveFileName": "InputDebounce-1.6.0.zip", "size": 16168, "checksum": "SHA-256:bf393dd5d2ff5ea99b9b58213c0c458ca5aa50344b3a0c5de1ebadf5a555f998" @@ -34826,7 +51307,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.0.zip", "archiveFileName": "RBD_Light-1.0.0.zip", "size": 15483, "checksum": "SHA-256:9118dcf440ed0846ec5ff24a74c2814b66f7f6cb210af6e493fa6ada20cd8d44" @@ -34843,7 +51324,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.1.zip", "archiveFileName": "RBD_Light-1.0.1.zip", "size": 15483, "checksum": "SHA-256:5bd29119b88198ed3bb36670eb58a120bc418784a614cfcbb71cddf0cb670aff" @@ -34860,7 +51341,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.2.zip", "archiveFileName": "RBD_Light-1.0.2.zip", "size": 12950, "checksum": "SHA-256:7cb11d14e9fe66fb5e8e5a9bcd5a9779733bdbbdab75258645d728057c4eba5a" @@ -34877,7 +51358,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.3.zip", "archiveFileName": "RBD_Light-1.0.3.zip", "size": 13260, "checksum": "SHA-256:2fd1fa574b62338c3b24fc359e2deb1931e0651c4b150cd4932eefa5f93ba3ec" @@ -34894,7 +51375,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.4.zip", "archiveFileName": "RBD_Light-1.0.4.zip", "size": 13138, "checksum": "SHA-256:3b76d1aa4ac07836b5b284e35248d4cfa301bbb4a7402ead6168d5ac3aaaa10d" @@ -34911,7 +51392,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-1.0.5.zip", "archiveFileName": "RBD_Light-1.0.5.zip", "size": 13411, "checksum": "SHA-256:05553441a8a16703813e1629518be13352efe630b8e4291c2e17490e8748eced" @@ -34928,7 +51409,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.0.0.zip", "archiveFileName": "RBD_Light-2.0.0.zip", "size": 13237, "checksum": "SHA-256:5be9ced8ff6b8aac0df91cf1ebb7c7688b17bfec770a9b34545a624ba6a7c013" @@ -34945,7 +51426,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.0.1.zip", "archiveFileName": "RBD_Light-2.0.1.zip", "size": 13425, "checksum": "SHA-256:7e3aa84011dd03f0e36d42caf09e6dacaa6880ce8ccb51c751dbe3164d81d976" @@ -34962,7 +51443,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.0.zip", "archiveFileName": "RBD_Light-2.1.0.zip", "size": 13578, "checksum": "SHA-256:ec4b2461e2d6275b4a009d0a91e0ee7b3f077bd9bcedcc1c8e5b6af0e160b1ca" @@ -34979,7 +51460,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.1.zip", "archiveFileName": "RBD_Light-2.1.1.zip", "size": 5461, "checksum": "SHA-256:622db947d24667e47c98831cd88c38f54a19acc3d90fe632fa883a193b2752dd" @@ -34996,7 +51477,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.2.zip", "archiveFileName": "RBD_Light-2.1.2.zip", "size": 5435, "checksum": "SHA-256:b1d601e9bd6c1323b67c776e5e784dd885189b313534dcf271b4392d9eb65688" @@ -35013,7 +51494,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.3.zip", "archiveFileName": "RBD_Light-2.1.3.zip", "size": 7898, "checksum": "SHA-256:a2fdd536f6e561e05d63ae6e75458e64208f7294fcc6dce22c49082c2a3722e7" @@ -35030,7 +51511,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.4.zip", "archiveFileName": "RBD_Light-2.1.4.zip", "size": 8379, "checksum": "SHA-256:51de33e90509d300f048304be27eb1d3ce1bd08810d753ceed8fb0b6139926fd" @@ -35047,7 +51528,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.5.zip", "archiveFileName": "RBD_Light-2.1.5.zip", "size": 8417, "checksum": "SHA-256:143f316cbff6e889a23aadb058c74e63602e4967d34ce57f05d11a34944fbdd5" @@ -35064,7 +51545,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.6.zip", "archiveFileName": "RBD_Light-2.1.6.zip", "size": 8484, "checksum": "SHA-256:0837a6ca11dd1b7fe7ad1022ea4de8779cf5d9d20ead3c52dafb8d022175ec91" @@ -35081,11 +51562,33 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Light.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.7.zip", "archiveFileName": "RBD_Light-2.1.7.zip", "size": 8544, "checksum": "SHA-256:2c39276dbf4859e808c1c5a78efaf26a0c45311fae782c55fd0623f70a1a8f5a" }, + { + "name": "RBD_Light", + "version": "2.1.8", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Control many lights.", + "paragraph": "Control many lights / LEDs and blink without delay or interrupts using commands such as on(), off(), blink(), and fade(). Lights can be connected to PWM or Digital Arduino pins to work with this library.", + "website": "https://github.com/alextaujenis/RBD_Light", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Light.git", + "dependencies": [ + { + "name": "RBD_Timer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Light-2.1.8.zip", + "archiveFileName": "RBD_Light-2.1.8.zip", + "size": 9352, + "checksum": "SHA-256:91ed0d71d93d936f59b13043dd6697608b3d299bd14fb87a3908ba66a48f7e4e" + }, { "name": "RBD_LightSensor", "version": "1.0.0", @@ -35098,7 +51601,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_LightSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.0.zip", "archiveFileName": "RBD_LightSensor-1.0.0.zip", "size": 11036, "checksum": "SHA-256:f65c0a5fd4ad56a1424befcd400aac514bceb0fecf14e1ba665ecb7571eccc98" @@ -35115,7 +51618,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_LightSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.1.zip", "archiveFileName": "RBD_LightSensor-1.0.1.zip", "size": 9578, "checksum": "SHA-256:25d2a0e7cb06d0cf68f364890c14422938418e339bfea2cd6639cd245e4c4a27" @@ -35132,7 +51635,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_LightSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.2.zip", "archiveFileName": "RBD_LightSensor-1.0.2.zip", "size": 9674, "checksum": "SHA-256:5584008a75c74bb55ef1cdbdb65b2ef072bb4facbf7eee9d72d5b4c674163cd2" @@ -35149,11 +51652,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_LightSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.3.zip", "archiveFileName": "RBD_LightSensor-1.0.3.zip", "size": 9774, "checksum": "SHA-256:835ff6b5830853cfaaa68154a9e344c3af183f3f5ceb62012ef4b96ff86a4254" }, + { + "name": "RBD_LightSensor", + "version": "1.0.4", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Read and calibrate photoresistors.", + "paragraph": "Read and calibrate photoresistors.", + "website": "https://github.com/alextaujenis/RBD_LightSensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_LightSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_LightSensor-1.0.4.zip", + "archiveFileName": "RBD_LightSensor-1.0.4.zip", + "size": 4581, + "checksum": "SHA-256:44a2a81eef83e413e8f0f94bf385e397c13002934a66fa7d5e05ae5729854df7" + }, { "name": "RBD_Timer", "version": "1.0.0", @@ -35166,7 +51686,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.0.zip", "archiveFileName": "RBD_Timer-1.0.0.zip", "size": 14225, "checksum": "SHA-256:9a0b983aa6390476ac37f6047ea293299d2581681fb804d36ad02c7f88151506" @@ -35183,7 +51703,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.1.zip", "archiveFileName": "RBD_Timer-1.0.1.zip", "size": 11326, "checksum": "SHA-256:a9ce21dfa1e94ce9c5e86f5c484385f61fcda471f5326d64cff8a4174879fc46" @@ -35200,7 +51720,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.2.zip", "archiveFileName": "RBD_Timer-1.0.2.zip", "size": 11304, "checksum": "SHA-256:5011941fc5a7783e15de27f42e61418c8d64215e9fc3856ed0d4e938a57745ed" @@ -35217,7 +51737,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.3.zip", "archiveFileName": "RBD_Timer-1.0.3.zip", "size": 12902, "checksum": "SHA-256:04a5edf5a8fe477fd57a69e9a0730490bf982ebbf7069dcf7d8d33c35229cde4" @@ -35234,7 +51754,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.4.zip", "archiveFileName": "RBD_Timer-1.0.4.zip", "size": 12910, "checksum": "SHA-256:4085491ea728fe9ae4f5821dfe1e4337540896eeaefd68435afde4c4874f63e6" @@ -35251,7 +51771,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.0.5.zip", "archiveFileName": "RBD_Timer-1.0.5.zip", "size": 13170, "checksum": "SHA-256:c3a3e76aacd9e5b597c67cd09fdc2469f337584ad228493bcaaa6ef7bf89979d" @@ -35268,7 +51788,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.1.0.zip", "archiveFileName": "RBD_Timer-1.1.0.zip", "size": 12467, "checksum": "SHA-256:940da9d3a95f2a61f3105c704826e3a1770b247429f3505a961cebb82ee04b9e" @@ -35285,7 +51805,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.1.1.zip", "archiveFileName": "RBD_Timer-1.1.1.zip", "size": 12817, "checksum": "SHA-256:c3bd2060ab0b2f2d5140135461137fa221936ddafaafadf548baa532199b5f23" @@ -35302,7 +51822,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.1.2.zip", "archiveFileName": "RBD_Timer-1.1.2.zip", "size": 6354, "checksum": "SHA-256:ff12ce01adb9eb48df4f4d75d91bba1bef93dd689d67279bef85637d6ebb281c" @@ -35319,7 +51839,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.2.0.zip", "archiveFileName": "RBD_Timer-1.2.0.zip", "size": 6581, "checksum": "SHA-256:4ea70bdcf528b13c1f78feab45780d3e5d3e1cb4836720616b6ac9cb9d090433" @@ -35336,11 +51856,45 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Timer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.3.0.zip", "archiveFileName": "RBD_Timer-1.3.0.zip", "size": 6798, "checksum": "SHA-256:f8a82e6dc4bf5a736e1691db1a29f8d43817a494dd043e97934bb730ca972689" }, + { + "name": "RBD_Timer", + "version": "1.3.1", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Manage many timed events.", + "paragraph": "The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it's more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.", + "website": "https://github.com/alextaujenis/RBD_Timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.3.1.zip", + "archiveFileName": "RBD_Timer-1.3.1.zip", + "size": 7584, + "checksum": "SHA-256:bfdef137ad0e16c9e758166ae5228000a37d99f21a1f56d982580b99a1a0e496" + }, + { + "name": "RBD_Timer", + "version": "1.3.2", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Manage many timed events.", + "paragraph": "The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.", + "website": "https://github.com/alextaujenis/RBD_Timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.3.2.zip", + "archiveFileName": "RBD_Timer-1.3.2.zip", + "size": 7581, + "checksum": "SHA-256:62f5f9df87dcc1e3236d01d91c60b35bad4a6421b1d1ca058e8e4eea776c1b18" + }, { "name": "RBD_Threshold", "version": "1.0.0", @@ -35353,7 +51907,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Threshold.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.0.zip", "archiveFileName": "RBD_Threshold-1.0.0.zip", "size": 12816, "checksum": "SHA-256:f9dffffb800c2d7a6eb2414e63c777e11f2660a2a4ca8a9f70e04dcf49da3568" @@ -35370,7 +51924,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Threshold.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.1.zip", "archiveFileName": "RBD_Threshold-1.0.1.zip", "size": 10936, "checksum": "SHA-256:533e64094dbfdc58ea016786ce7412ff8fdf437a2e4de1be64940cb384706a73" @@ -35387,11 +51941,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Threshold.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.2.zip", "archiveFileName": "RBD_Threshold-1.0.2.zip", "size": 10912, "checksum": "SHA-256:09b3da9c3e979a262dc4c153f4fbefd600be07bd143f8b23de7fd4a5be1a7dab" }, + { + "name": "RBD_Threshold", + "version": "1.0.3", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Set and check numeric quantile scales.", + "paragraph": "Set and check numeric quantile scales. Provide an input domain and this library will convert it to a numeric quantile output range. It is different from the Arduino map() function because this library can handle a non-uniform input range.", + "website": "https://github.com/alextaujenis/RBD_Threshold", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Threshold.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Threshold-1.0.3.zip", + "archiveFileName": "RBD_Threshold-1.0.3.zip", + "size": 6546, + "checksum": "SHA-256:cdd90e4806f871afe2a28837a85459dcca318701a2f2402660d4f4d8c9ae71d2" + }, { "name": "RBD_Motor", "version": "1.0.0", @@ -35404,7 +51975,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.0.zip", "archiveFileName": "RBD_Motor-1.0.0.zip", "size": 13706, "checksum": "SHA-256:28cf0ead4ae33cf4dc6ee92a9e1ec99da5dcd08a12034ade7fa51cdbf48ecb84" @@ -35421,7 +51992,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.1.zip", "archiveFileName": "RBD_Motor-1.0.1.zip", "size": 13708, "checksum": "SHA-256:d543f34e63c51c013ebb666cd287fcd4635be93d88e83f2aa9cddaf9389a64ae" @@ -35438,7 +52009,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.3.zip", "archiveFileName": "RBD_Motor-1.0.3.zip", "size": 10962, "checksum": "SHA-256:9cc4448faf131d93b18edc3a20f7c04a8aff787868808c2265d37578c2ecf2e5" @@ -35455,7 +52026,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.0.4.zip", "archiveFileName": "RBD_Motor-1.0.4.zip", "size": 10937, "checksum": "SHA-256:392ef0d3d7c84912d4faada511d00c4f305d0fcf5de2bb31354a4a56ba8c6362" @@ -35472,7 +52043,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.1.0.zip", "archiveFileName": "RBD_Motor-1.1.0.zip", "size": 14112, "checksum": "SHA-256:cc9d10d3e9173afbd1c27e8296627d0695e6f01dcde39313fe408c69911c77ac" @@ -35489,7 +52060,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-1.1.1.zip", "archiveFileName": "RBD_Motor-1.1.1.zip", "size": 14061, "checksum": "SHA-256:4bc69264ab556651aae83f937498b0f59c38a2d5759fb51ae6237e592f63d44f" @@ -35506,7 +52077,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.0.0.zip", "archiveFileName": "RBD_Motor-2.0.0.zip", "size": 13775, "checksum": "SHA-256:e70501bf1b1f3e52f2485076d8c3b48dd0724a62a03677c468c39242982de3c8" @@ -35523,7 +52094,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.0.1.zip", "archiveFileName": "RBD_Motor-2.0.1.zip", "size": 14103, "checksum": "SHA-256:0226eb9dbe4f0ee24f3ed343e7186798f1d075994d79befe1a246364e858ff22" @@ -35540,7 +52111,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.1.0.zip", "archiveFileName": "RBD_Motor-2.1.0.zip", "size": 14135, "checksum": "SHA-256:0fea20a7b58719c5ad1d8d6147a7c686ad01e195eb01da750b6f8594e1842a22" @@ -35557,11 +52128,33 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.1.1.zip", "archiveFileName": "RBD_Motor-2.1.1.zip", "size": 5709, "checksum": "SHA-256:4d71f987b45c50084806db6c59e408aecb4be12f46592624c769bf9a2cb2d314" }, + { + "name": "RBD_Motor", + "version": "2.1.2", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Control many motors without delay.", + "paragraph": "Control many motors without delay using commands like on(), off(), forward(), reverse(), and ramp(). Fire custom events when the motor has reached the target speed with onTargetSpeed(), or when it has changed direction with the onForward() and onReverse() events. Motors can be wired to move in a single direction, or can be driven in both directions with the help of a motor-shield or H bridge and this library.", + "website": "https://github.com/alextaujenis/RBD_Motor", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Motor.git", + "dependencies": [ + { + "name": "RBD_Timer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Motor-2.1.2.zip", + "archiveFileName": "RBD_Motor-2.1.2.zip", + "size": 9119, + "checksum": "SHA-256:e4e8dcb115b256cd00fb6efcb8ff9ddc5057bdf2d059495f7ca6bfc4b555268e" + }, { "name": "LcdBarGraphX", "version": "2.0.0", @@ -35574,7 +52167,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/LcdBarGraphX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraphX-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraphX-2.0.0.zip", "archiveFileName": "LcdBarGraphX-2.0.0.zip", "size": 103959, "checksum": "SHA-256:8ab3daaa2533aa85cb7148e7b4118014726f1b2a5132677d21bcdbf0096d4b92" @@ -35591,7 +52184,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/LcdBarGraphX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraphX-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraphX-2.0.1.zip", "archiveFileName": "LcdBarGraphX-2.0.1.zip", "size": 103985, "checksum": "SHA-256:af1853f818796e3a1f1815729da81fbdccb0229451d1c3d1267f193b672bb8e7" @@ -35608,7 +52201,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/LcdBarGraph.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraph-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraph-2.0.0.zip", "archiveFileName": "LcdBarGraph-2.0.0.zip", "size": 102578, "checksum": "SHA-256:af9621d02b064db6068b837ebba0715d790bf3ffc44994651401c23b2ce885fb" @@ -35625,7 +52218,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/LcdBarGraph.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraph-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/LcdBarGraph-2.0.1.zip", "archiveFileName": "LcdBarGraph-2.0.1.zip", "size": 102603, "checksum": "SHA-256:befb30d08b250f8481955ee299de49757993ad31a7f110c6768e6f695d0e8da6" @@ -35642,7 +52235,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.0.0.zip", "archiveFileName": "SoftTimer-3.0.0.zip", "size": 51234, "checksum": "SHA-256:87d675860ec0d4de6b056a0d02c494c31e7015b5e9c08b1aa231a9a2a552737b" @@ -35659,7 +52252,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.0.zip", "archiveFileName": "SoftTimer-3.1.0.zip", "size": 54721, "checksum": "SHA-256:e973ba844516d1236144fc16d70c0735b54c4ab252a58ade6c5edaa7fcda513c" @@ -35676,7 +52269,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.1.zip", "archiveFileName": "SoftTimer-3.1.1.zip", "size": 55181, "checksum": "SHA-256:b89ec8d6b950ded188e0655991924a8db40d817d7bae3c004d2119f74879156b" @@ -35693,7 +52286,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.2.zip", "archiveFileName": "SoftTimer-3.1.2.zip", "size": 55445, "checksum": "SHA-256:06929f6df0dfc9582330e2d9fec85159f7748744e3c25f6b902a7ad77f341d35" @@ -35710,7 +52303,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.3.zip", "archiveFileName": "SoftTimer-3.1.3.zip", "size": 55453, "checksum": "SHA-256:53a4c634f03d59e71068c97c27fa68dd3a72c266b7172fe5cd16f0018ec7c6c3" @@ -35727,7 +52320,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.1.5.zip", "archiveFileName": "SoftTimer-3.1.5.zip", "size": 58735, "checksum": "SHA-256:78173b3fb39a2edcdc81ca7fbc9eb614ec1f6ab0fb27ae5dfed07c2f1c0f19f7" @@ -35744,7 +52337,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prampec/arduino-softtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/SoftTimer-3.2.0.zip", "archiveFileName": "SoftTimer-3.2.0.zip", "size": 59303, "checksum": "SHA-256:2e586d1ab8dd7195e4608c0a39b640b8cd3a5633a827731a8cdbd0af628bdbc8" @@ -35761,7 +52354,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_WaterSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.0.zip", "archiveFileName": "RBD_WaterSensor-1.0.0.zip", "size": 15666, "checksum": "SHA-256:fa26edb0101beda60ccf7a8f40025c8395154aac384f37fba9906e98c89152a3" @@ -35778,7 +52371,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_WaterSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.1.zip", "archiveFileName": "RBD_WaterSensor-1.0.1.zip", "size": 11069, "checksum": "SHA-256:e1a75d343dd287c4a69bf5ef97cfad52f0cbcec71017219c65fbf1c1e94e4077" @@ -35795,7 +52388,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_WaterSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.2.zip", "archiveFileName": "RBD_WaterSensor-1.0.2.zip", "size": 11177, "checksum": "SHA-256:d7d6db8726b10d213d72449ee34b705515dde332b0725fe02f3777e776467e53" @@ -35812,7 +52405,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_WaterSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-1.0.3.zip", "archiveFileName": "RBD_WaterSensor-1.0.3.zip", "size": 11153, "checksum": "SHA-256:3cd7b6c6a37cbccc305dd600a2384d569829d466c1e89421968cb6529a4383d9" @@ -35829,11 +52422,36 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_WaterSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-2.0.0.zip", "archiveFileName": "RBD_WaterSensor-2.0.0.zip", "size": 11088, "checksum": "SHA-256:2f432cde1e774717adc9836b723c6d09f209c170ea470ce7626cd8042fb8cde6" }, + { + "name": "RBD_WaterSensor", + "version": "2.0.1", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Measure and calibrate water level sensors.", + "paragraph": "Measure and calibrate capacitance sensors to detect change in water levels from the outside of a plastic container.", + "website": "https://github.com/alextaujenis/RBD_WaterSensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_WaterSensor.git", + "dependencies": [ + { + "name": "RBD_Capacitance" + }, + { + "name": "RBD_Threshold" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_WaterSensor-2.0.1.zip", + "archiveFileName": "RBD_WaterSensor-2.0.1.zip", + "size": 5269, + "checksum": "SHA-256:ea0696c1978ebd8e6fdd40d1c7dd72ed9e9c7dc26ed1c37f187affa5e6b39357" + }, { "name": "TM1650", "version": "1.0.2", @@ -35846,7 +52464,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TM1650.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TM1650-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TM1650-1.0.2.zip", "archiveFileName": "TM1650-1.0.2.zip", "size": 6645, "checksum": "SHA-256:1a2d7f7dce6a0196fc34150bce0d2370dae51224236386cfe91795d31f224e33" @@ -35863,7 +52481,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arkhipenko/TM1650.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arkhipenko/TM1650-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TM1650-1.1.0.zip", "archiveFileName": "TM1650-1.1.0.zip", "size": 6160, "checksum": "SHA-256:354819b9b71f5a0a697574482e73cfb38dea9947839b623a70031d4fefa11e17" @@ -35880,7 +52498,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/squix78/json-streaming-parser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.0.zip", "archiveFileName": "Json_Streaming_Parser-1.0.0.zip", "size": 11903, "checksum": "SHA-256:9fcccf06450cd8dc97b4a248e7bd2dc657939a25ef66c08072f2cd6207fa7fb8" @@ -35897,7 +52515,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/squix78/json-streaming-parser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.2.zip", "archiveFileName": "Json_Streaming_Parser-1.0.2.zip", "size": 11912, "checksum": "SHA-256:474b153f4e6d6e746b0d847e055d324e24891340b1cb07d4ed69ec734b9aa3d3" @@ -35914,7 +52532,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/squix78/json-streaming-parser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.3.zip", "archiveFileName": "Json_Streaming_Parser-1.0.3.zip", "size": 12853, "checksum": "SHA-256:bfaee2a35519f0ee91c9dd1f92612675d92e513b3ae4e416985d0f55306acbc0" @@ -35931,7 +52549,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/squix78/json-streaming-parser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.4.zip", "archiveFileName": "Json_Streaming_Parser-1.0.4.zip", "size": 12869, "checksum": "SHA-256:9f64b5e3ce3561ce3628727e85f5cf17489ea1ef833826c3176e327ee3fb3ccf" @@ -35948,7 +52566,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/squix78/json-streaming-parser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Json_Streaming_Parser-1.0.5.zip", "archiveFileName": "Json_Streaming_Parser-1.0.5.zip", "size": 12882, "checksum": "SHA-256:5115606101c8dfbed90c94526500273a8d8f55e1a2907ab1d3f0b633957b24a9" @@ -35966,7 +52584,7 @@ "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", "providesIncludes": ["Wire.h;extEEPROM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.1.zip", "archiveFileName": "extEEPROM-3.3.1.zip", "size": 12242, "checksum": "SHA-256:0220b5f3a409ba139ade232edc515d5142ebb3bbc03a0f90e685297d79129884" @@ -35983,7 +52601,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.4.1.zip", "archiveFileName": "extEEPROM-3.4.1.zip", "size": 17548, "checksum": "SHA-256:f53f6de4811454a7366bd9bed4657f2fb652639d7275a962aa6da9ec3b1e0666" @@ -36000,7 +52618,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.4.0.zip", "archiveFileName": "extEEPROM-3.4.0.zip", "size": 17256, "checksum": "SHA-256:ef686b444bd3f7e47c27bcfd4d750316082e8be9b53613ea35c1eb5b7c179f72" @@ -36017,7 +52635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.1.0.zip", "archiveFileName": "extEEPROM-3.1.0.zip", "size": 12059, "checksum": "SHA-256:4e39e77522d5f42494aea41628eac1ba0c097e09ecf52b8e3c510b71c5af02a1" @@ -36034,7 +52652,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.2.0.zip", "archiveFileName": "extEEPROM-3.2.0.zip", "size": 12221, "checksum": "SHA-256:e41ffcb135aa577aace7b214eda2c85cd07f7d32cce7e151aaf126826a71022b" @@ -36052,7 +52670,7 @@ "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.0.zip", "archiveFileName": "extEEPROM-3.3.0.zip", "size": 12236, "checksum": "SHA-256:4f21b26987ac73bc9d2c9d31bede8dddde60bb581e773cb5275d36c3a6100298" @@ -36070,7 +52688,7 @@ "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", "providesIncludes": ["Wire.h", "extEEPROM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.2.zip", "archiveFileName": "extEEPROM-3.3.2.zip", "size": 12242, "checksum": "SHA-256:3dff118264c07447c667eb61439ac60ff367725fed1da404f4907d3d0a922d29" @@ -36087,7 +52705,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.3.zip", "archiveFileName": "extEEPROM-3.3.3.zip", "size": 14641, "checksum": "SHA-256:cd5ec16d66d2f7f3b8bf759cb395bb2a1f261ebdc6503f443f92dc273d6f6581" @@ -36104,7 +52722,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.4.zip", "archiveFileName": "extEEPROM-3.3.4.zip", "size": 14450, "checksum": "SHA-256:bfdb72808c2cc98ec359db1d903b94a39d23a7c736d613bf788367c72f30c97d" @@ -36121,7 +52739,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaoloP74/extEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaoloP74/extEEPROM-3.3.5.zip", "archiveFileName": "extEEPROM-3.3.5.zip", "size": 14501, "checksum": "SHA-256:a3d591ac16945d99fd98768f47b88ef3cbeeecc899eb043be21a93162beef58b" @@ -36137,7 +52755,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/EEWrap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/EEWrap-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/EEWrap-1.0.0.zip", "archiveFileName": "EEWrap-1.0.0.zip", "size": 6488, "checksum": "SHA-256:390a6ad788f02934d2175a21a0317a23140dc987258b0ffb2ce8f28b58afa92f" @@ -36154,7 +52772,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-1.0.0.zip", "archiveFileName": "RBD_Button-1.0.0.zip", "size": 12814, "checksum": "SHA-256:a791de8f748b661779286fddf7c9dee0191265635a50bd4435507a79d8483ffb" @@ -36171,7 +52789,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-1.0.1.zip", "archiveFileName": "RBD_Button-1.0.1.zip", "size": 12496, "checksum": "SHA-256:1d409314b8a07035073565248a11d61a15f67d324cab1807e613a77380a4c39f" @@ -36188,7 +52806,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.0.0.zip", "archiveFileName": "RBD_Button-2.0.0.zip", "size": 5010, "checksum": "SHA-256:3e87847c7f0dadca59ef459e5271aa5722d8fab920dfb3eead5ece4e69bdcaa0" @@ -36205,7 +52823,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.0.1.zip", "archiveFileName": "RBD_Button-2.0.1.zip", "size": 4997, "checksum": "SHA-256:84155fff83d4f8f8984efe147b491d0008d291fd7633d173eefb220e8c28a82e" @@ -36222,7 +52840,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.0.2.zip", "archiveFileName": "RBD_Button-2.0.2.zip", "size": 6959, "checksum": "SHA-256:1bf3d96d398753fdfd1d5946edb3bfc3d0ce174edaa872643e9d3d4f13953409" @@ -36239,7 +52857,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.1.0.zip", "archiveFileName": "RBD_Button-2.1.0.zip", "size": 6937, "checksum": "SHA-256:565df0302be6cbd8a428e56ce7bca8f5f5f2bfbf02fdc3337bc26157e902d56e" @@ -36256,7 +52874,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.1.1.zip", "archiveFileName": "RBD_Button-2.1.1.zip", "size": 6961, "checksum": "SHA-256:5976b29ba94609af1dc56408253e379c746295cf471ca722528a0d2a188a976f" @@ -36273,11 +52891,33 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.2.0.zip", "archiveFileName": "RBD_Button-2.2.0.zip", "size": 7108, "checksum": "SHA-256:be08de36733f1f3d21ab4a21e472cf4bc65f17dd458eec444578f422942aed3b" }, + { + "name": "RBD_Button", + "version": "2.2.1", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Read and debounce buttons and switches.", + "paragraph": "Read and debounce buttons and switches without delay or interrupts. React to button events with the onPressed() and onReleased() commands. Control debounce time with setDebounceTimeout(). This library sets each button up as input_pullup by default, allowing you to wire the button to any digital input and ground.", + "website": "https://github.com/alextaujenis/RBD_Button", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Button.git", + "dependencies": [ + { + "name": "RBD_Timer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Button-2.2.1.zip", + "archiveFileName": "RBD_Button-2.2.1.zip", + "size": 7890, + "checksum": "SHA-256:264b998f4937122195c9d5857b02ccaefbafa19a988955d06e7589db4e3f0791" + }, { "name": "PGMWrap", "version": "1.0.0", @@ -36290,91 +52930,11 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Chris--A/PGMWrap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Chris--A/PGMWrap-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Chris--A/PGMWrap-1.0.0.zip", "archiveFileName": "PGMWrap-1.0.0.zip", "size": 3649, "checksum": "SHA-256:bdac9a0333903f0f40a129be7ee4410a3ff9d5c52ee54dea1daa9f8c56d270e1" }, - { - "name": "SmartMatrix3", - "version": "3.0.0", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Drive multiplexed RGB matrix panels from your Teensy 3.1", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/pixelmatix/SmartMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix3-3.0.0.zip", - "archiveFileName": "SmartMatrix3-3.0.0.zip", - "size": 2024417, - "checksum": "SHA-256:85f4c13416943be3e217f0d255f00d705f1f25f677911820bdc629b4d613450e" - }, - { - "name": "SmartMatrix3", - "version": "3.0.1", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Drive multiplexed RGB matrix panels from your Teensy 3.2/3.1", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/pixelmatix/SmartMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix3-3.0.1.zip", - "archiveFileName": "SmartMatrix3-3.0.1.zip", - "size": 2186750, - "checksum": "SHA-256:b4cc17e4b43030a5f036ea4bf55c63c5660edbd8ba65981be75f66d76800529c" - }, - { - "name": "SmartMatrix3", - "version": "3.0.2", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Drive multiplexed RGB matrix panels from your Teensy 3.2 or 3.1", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/pixelmatix/SmartMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix3-3.0.2.zip", - "archiveFileName": "SmartMatrix3-3.0.2.zip", - "size": 2186769, - "checksum": "SHA-256:e6424c9ca779873a1e4e3efdafa328bbd7950240271fd7ddf8c6411c38e489ce" - }, - { - "name": "SmartMatrix3", - "version": "3.1.0", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Drive multiplexed RGB matrix panels from your Teensy 3", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/pixelmatix/SmartMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix3-3.1.0.zip", - "archiveFileName": "SmartMatrix3-3.1.0.zip", - "size": 2818573, - "checksum": "SHA-256:17d2f2ed22c56f29d99238840b94edb654db28c399552f97a70da1de12221d3f" - }, - { - "name": "SmartMatrix3", - "version": "3.2.0", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Drive multiplexed RGB matrix panels from your Teensy 3", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/pixelmatix/SmartMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix3-3.2.0.zip", - "archiveFileName": "SmartMatrix3-3.2.0.zip", - "size": 2818366, - "checksum": "SHA-256:09d11fd0ef6e8492cd62b24c1759886d34cd3bf31929aef768add9eb9e280e0f" - }, { "name": "Modulo", "version": "0.10.0", @@ -36386,7 +52946,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/modulolabs/modulo-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/modulolabs/Modulo-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/modulolabs/Modulo-0.10.0.zip", "archiveFileName": "Modulo-0.10.0.zip", "size": 75924, "checksum": "SHA-256:d4332f0b4bf4f69f0ae6983283fc8846e411bd1083a6beed349b2ea16d9f0400" @@ -36402,7 +52962,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/modulolabs/modulo-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/modulolabs/Modulo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/modulolabs/Modulo-1.0.0.zip", "archiveFileName": "Modulo-1.0.0.zip", "size": 60272, "checksum": "SHA-256:c602ce5a4d43c848fdb3a3b7a8e08c87e77042f7e8463a13d32af1895ff50f00" @@ -36419,7 +52979,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Servo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Servo-1.0.0.zip", "archiveFileName": "RBD_Servo-1.0.0.zip", "size": 11577, "checksum": "SHA-256:e51298effecac8cc2a2fb98dba3dfdeae00c241ea3243ba490cd9d0ac1a78d52" @@ -36436,11 +52996,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/alextaujenis/RBD_Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Servo-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Servo-1.0.1.zip", "archiveFileName": "RBD_Servo-1.0.1.zip", "size": 11349, "checksum": "SHA-256:a477b82352aec8082f7a6172d787fcdc7ffaccbe592a117eb3ffde5935b399a6" }, + { + "name": "RBD_Servo", + "version": "1.0.2", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Control many servos without delay.", + "paragraph": "Control many servos without delay or interrupts while applying rotation adjustments with PWM/PPM. Quickly calibrate each servo and make real-time adjustments to the rotation with moveToDegrees(). Connect as many servos as the number of digital pins available on your Arduino. This library is very fast and has a small, lightweight code footprint.", + "website": "https://github.com/alextaujenis/RBD_Servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Servo-1.0.2.zip", + "archiveFileName": "RBD_Servo-1.0.2.zip", + "size": 5431, + "checksum": "SHA-256:5dc8d8d603253ad1f83497035431bf4db7c0ad518676d6bfcbce67eade2efb08" + }, { "name": "HID-Project", "version": "2.4.1", @@ -36453,7 +53030,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.1.zip", "archiveFileName": "HID_Project-2.4.1.zip", "size": 281367, "checksum": "SHA-256:b952997b8d6f58ec2375c52122937c7f8fdb78fcc716d245a63f23766c7eca9b" @@ -36470,7 +53047,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.2.zip", "archiveFileName": "HID_Project-2.4.2.zip", "size": 281411, "checksum": "SHA-256:b46c9bbdbb8a5639373fb15d8dfb9e12235aa68908e632d658b88a2921bae6f4" @@ -36487,7 +53064,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.3.zip", "archiveFileName": "HID_Project-2.4.3.zip", "size": 281433, "checksum": "SHA-256:5a885c6991b3bc49eaf5f25a435ac183f2965ee3c920589ecd8b98e6510546ea" @@ -36504,7 +53081,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.4.4.zip", "archiveFileName": "HID_Project-2.4.4.zip", "size": 281638, "checksum": "SHA-256:4679350b543145c6449554b96b90958548a72004ccf4efe6da871053df32e20a" @@ -36521,7 +53098,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.5.0.zip", "archiveFileName": "HID_Project-2.5.0.zip", "size": 508292, "checksum": "SHA-256:0b4703f8e81658c415616ba9c94de325a42288dc119f456deb758c2d4c72b523" @@ -36538,7 +53115,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.6.0.zip", "archiveFileName": "HID_Project-2.6.0.zip", "size": 518897, "checksum": "SHA-256:83822a6736908ff6dbcede0c9e59994523017549f97c41cf7db132b88ff80062" @@ -36555,11 +53132,96 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/HID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.6.1.zip", "archiveFileName": "HID_Project-2.6.1.zip", "size": 519724, "checksum": "SHA-256:0de945335108f47066851d4daf79324b34cbb2de3a8e666150ea13955ba47ffd" }, + { + "name": "HID-Project", + "version": "2.6.2", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.6.2.zip", + "archiveFileName": "HID_Project-2.6.2.zip", + "size": 519977, + "checksum": "SHA-256:2a17560c84f949e46ec8bb3961f1c70198fdf46d47a50151a0a801e775024fb2" + }, + { + "name": "HID-Project", + "version": "2.7.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.7.0.zip", + "archiveFileName": "HID_Project-2.7.0.zip", + "size": 518048, + "checksum": "SHA-256:ed4cb8a29184ab10bde60ecf42159d9a3e0b2ddd9e49128d80bd935967965651" + }, + { + "name": "HID-Project", + "version": "2.8.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.0.zip", + "archiveFileName": "HID_Project-2.8.0.zip", + "size": 546903, + "checksum": "SHA-256:a577f151f22d4e868e870250e2ca51148e864568459f9c450da5b94de15bd797" + }, + { + "name": "HID-Project", + "version": "2.8.1", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.1.zip", + "archiveFileName": "HID_Project-2.8.1.zip", + "size": 548245, + "checksum": "SHA-256:f472bf342a53f26d5593a51ab583ac8d453f4444cd1d8da8bc06ef91900abae6" + }, + { + "name": "HID-Project", + "version": "2.8.2", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.2.zip", + "archiveFileName": "HID_Project-2.8.2.zip", + "size": 548351, + "checksum": "SHA-256:d405bd800daf149c7366776c15e1b9ec33b21cd830b20ec6b9e4d03852a13baa" + }, { "name": "Etherkit Si5351", "version": "1.0.0", @@ -36572,7 +53234,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.0.0.zip", "archiveFileName": "Etherkit_Si5351-1.0.0.zip", "size": 36934, "checksum": "SHA-256:056b70d4438f393abfbf47b17ff9a73bb0cbcb47c51cf95d990b05fb617a0fbd" @@ -36589,7 +53251,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.1.0.zip", "archiveFileName": "Etherkit_Si5351-1.1.0.zip", "size": 37539, "checksum": "SHA-256:ae16449526b29d4958e21f8d514a21df6845458495409f3c199f0eaf2e44de7c" @@ -36606,7 +53268,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.1.1.zip", "archiveFileName": "Etherkit_Si5351-1.1.1.zip", "size": 37859, "checksum": "SHA-256:5d796956d2fac09fdf06531f2164c271573a705706afe8a3885a16faffab4945" @@ -36623,7 +53285,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-1.1.2.zip", "archiveFileName": "Etherkit_Si5351-1.1.2.zip", "size": 37986, "checksum": "SHA-256:2b2a2f608200c1496bd679cf2ad6286a72cb9f5dabcb4546434fcb32ca0ac27d" @@ -36640,7 +53302,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.0.zip", "archiveFileName": "Etherkit_Si5351-2.0.0.zip", "size": 49775, "checksum": "SHA-256:987ac44a15d1fbd5bd6ed8f24b78507be708546dc2025fe187484e471096a133" @@ -36657,7 +53319,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.1.zip", "archiveFileName": "Etherkit_Si5351-2.0.1.zip", "size": 49868, "checksum": "SHA-256:b39b1e27611a959bb9a7872ce75e6c47427c7b5adc33cdf79ed3c563d4c7bbdb" @@ -36674,7 +53336,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.2.zip", "archiveFileName": "Etherkit_Si5351-2.0.2.zip", "size": 49902, "checksum": "SHA-256:bf7da918ff2eddc81deac0bd5490ae9834547dc49b6cfab902b4899b0303a784" @@ -36691,7 +53353,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.3.zip", "archiveFileName": "Etherkit_Si5351-2.0.3.zip", "size": 49945, "checksum": "SHA-256:78a954b3d964854cbd189c8d265bbf8fde2459da5c03c2b878ebfc3704fdb13e" @@ -36708,7 +53370,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.4.zip", "archiveFileName": "Etherkit_Si5351-2.0.4.zip", "size": 49966, "checksum": "SHA-256:cc505db1ae9584fedd0ec372b23db1d3871e1211c9badca0c8f3f4322ed0ba6c" @@ -36725,7 +53387,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.5.zip", "archiveFileName": "Etherkit_Si5351-2.0.5.zip", "size": 50031, "checksum": "SHA-256:180857eb287272532155c252ea1cd041809fd4fdb5c296d196c1d17252c6e81b" @@ -36742,7 +53404,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.0.6.zip", "archiveFileName": "Etherkit_Si5351-2.0.6.zip", "size": 50099, "checksum": "SHA-256:c32fd0e49e4314bfd25e889be0bac71936b15351ffd04f1a7243c2dd6cbae3d3" @@ -36759,7 +53421,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.0.zip", "archiveFileName": "Etherkit_Si5351-2.1.0.zip", "size": 51004, "checksum": "SHA-256:68d158684da42d9b20b5725862f8c9574c5730ba45a9a3cb969f36a5bb78cb83" @@ -36776,7 +53438,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.1.zip", "archiveFileName": "Etherkit_Si5351-2.1.1.zip", "size": 51392, "checksum": "SHA-256:3d8e97573d4f5db55a82a4f62264997b9728990c7fa29467f4c556e3289f1343" @@ -36793,7 +53455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.2.zip", "archiveFileName": "Etherkit_Si5351-2.1.2.zip", "size": 51416, "checksum": "SHA-256:2a26a77cb59580cb82c06addaa29006bf2d86ec6f2707145f2eb0d1918d5cf55" @@ -36810,7 +53472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.3.zip", "archiveFileName": "Etherkit_Si5351-2.1.3.zip", "size": 51422, "checksum": "SHA-256:89a6489e9825e00864131b1225970a44980b237a01941c073137d2ebf29aa73e" @@ -36827,7 +53489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/Si5351Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Si5351-2.1.4.zip", "archiveFileName": "Etherkit_Si5351-2.1.4.zip", "size": 51449, "checksum": "SHA-256:fd0001dc98ee3e0d9652fc603feb2184a8585b1f231bcb85a9b8937e39a84043" @@ -36840,11 +53502,11 @@ "sentence": "Send and receive infrared signals with multiple protocols", "paragraph": "Send and receive infrared signals with multiple protocols", "website": "https://github.com/shirriff/Arduino-IRremote.git", - "category": "Signal Input/Output", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/z3t0/Arduino-IRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-1.0.0.zip", "archiveFileName": "IRremote-1.0.0.zip", "size": 62787, "checksum": "SHA-256:fdd7728de30c401ed15c09cd7ae5db72446045469d65554a01a2ad316cabb5d9" @@ -36857,11 +53519,11 @@ "sentence": "Send and receive infrared signals with multiple protocols", "paragraph": "Send and receive infrared signals with multiple protocols", "website": "https://github.com/shirriff/Arduino-IRremote.git", - "category": "Signal Input/Output", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/z3t0/Arduino-IRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.0.1.zip", "archiveFileName": "IRremote-2.0.1.zip", "size": 73242, "checksum": "SHA-256:5c0dd26a233d39ce19c7ff261486235cb74f7deda2b92bd4aaac6459ccbf1b17" @@ -36874,15 +53536,243 @@ "sentence": "Send and receive infrared signals with multiple protocols", "paragraph": "Send and receive infrared signals with multiple protocols", "website": "https://github.com/shirriff/Arduino-IRremote.git", - "category": "Signal Input/Output", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/z3t0/Arduino-IRremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.2.3.zip", "archiveFileName": "IRremote-2.2.3.zip", "size": 86578, "checksum": "SHA-256:953238ca0c50cc76076704a4ac8e3979722a26774d9a301beaaf3938f7a54130" }, + { + "name": "IRremote", + "version": "2.5.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e", + "maintainer": "z3t0 \u003czetoslab@gmail.com\u003e Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Aiwa, BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, Mitsubishi, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eMajor refactoring and extensions.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.5.0.zip", + "archiveFileName": "IRremote-2.5.0.zip", + "size": 136914, + "checksum": "SHA-256:ace86a2620c39004ff81d26766d57d5c1270856343de8a5c58ef65076a0bb7c9" + }, + { + "name": "IRremote", + "version": "2.6.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Aiwa, BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, Mitsubishi, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eESP32 bug fixed, corrected Samsung timing, NEC repeat implementation.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.6.0.zip", + "archiveFileName": "IRremote-2.6.0.zip", + "size": 137293, + "checksum": "SHA-256:e0ce536f66add073acbc7221ea790af41d1b6cae37a0564d8409a22d7e2758c2" + }, + { + "name": "IRremote", + "version": "2.6.1", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Aiwa, BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, Mitsubishi, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eESP32 bug fixed, corrected Samsung timing, NEC repeat implementation.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.6.1.zip", + "archiveFileName": "IRremote-2.6.1.zip", + "size": 137320, + "checksum": "SHA-256:877c1c25ec823fb2eda90b3349bc48534bb2aacf273020570527cf6b2b321988" + }, + { + "name": "IRremote", + "version": "2.7.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Aiwa, BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, Mitsubishi, NEC, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMajor refactoring, new functions, repeat handling, NRF5 support.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.7.0.zip", + "archiveFileName": "IRremote-2.7.0.zip", + "size": 144770, + "checksum": "SHA-256:39e4af245ea24d08d31dfc40e7fe83dba918854e1626a4eca59d213ca62c54fa" + }, + { + "name": "IRremote", + "version": "2.8.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, NEC, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged License to MIT, ATtiny timer 1 support, Removed AIWA + Mitsubishi, example IR2Keyboard.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.8.0.zip", + "archiveFileName": "IRremote-2.8.0.zip", + "size": 146604, + "checksum": "SHA-256:dd194ba55ebcba1c64ee0e4406f5eee0249c0460aa358eea34f8bbb20f6c4857" + }, + { + "name": "IRremote", + "version": "2.8.1", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.8.1.zip", + "archiveFileName": "IRremote-2.8.1.zip", + "size": 211036, + "checksum": "SHA-256:06a6909c4365f16e4f5197f979c0f0b92d47f37ee20ee39a0b1dcb5a022719ac" + }, + { + "name": "IRremote", + "version": "3.0.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.0.zip", + "archiveFileName": "IRremote-3.0.0.zip", + "size": 226727, + "checksum": "SHA-256:0fb2d8735193968683971d4874cbdf76f797a0684e1def87fa43c13efa7fe350" + }, + { + "name": "IRremote", + "version": "3.0.1", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-3x-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.1.zip", + "archiveFileName": "IRremote-3.0.1.zip", + "size": 223159, + "checksum": "SHA-256:36b0c983b76445d3c462b409ddb31de14ef90e199ec9654fdb93388d8175edb2" + }, + { + "name": "IRremote", + "version": "3.0.2", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-3x-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.2.zip", + "archiveFileName": "IRremote-3.0.2.zip", + "size": 225055, + "checksum": "SHA-256:43a02cc1d689b0f3276afefeee91bfb3b6717e8b694e6c9a7b8a6d65b094c885" + }, + { + "name": "IRremote", + "version": "3.0.3", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-3x-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.3.zip", + "archiveFileName": "IRremote-3.0.3.zip", + "size": 225211, + "checksum": "SHA-256:d68111b5e4491fcebd93e6e405950b1e1c1aa48b77c566326828c90f10623038" + }, + { + "name": "IRremote", + "version": "3.1.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG, NEC / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eGeneration of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Fixed LG send bug. STM32 and ATtiny88 support added. Removed decode_results results. Renamed most irparams_struct values. The macros FEEDBACK_LED, SYSCLOCK, SENDPIN_ON and SENDPIN_OFF are not longer used / evaluated. Major refactoring of CPU dependent and feedback LED code.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp32", "mbed", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.1.0.zip", + "archiveFileName": "IRremote-3.1.0.zip", + "size": 270265, + "checksum": "SHA-256:2443730f0d9444a2cd6b3b6147d71105b1ffd717e57e7bb33245c80245561a16" + }, + { + "name": "IRremote", + "version": "3.2.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eFixed ESP send bug. Added Onkyo protocol. Added ESP8266 support.\u003cbr/\u003eGeneration of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Fixed LG send bug. STM32 and ATtiny88 support added. Removed decode_results results. Renamed most irparams_struct values. The macros FEEDBACK_LED, SYSCLOCK, SENDPIN_ON and SENDPIN_OFF are not longer used / evaluated. Major refactoring of CPU dependent and feedback LED code.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "mbed", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.2.0.zip", + "archiveFileName": "IRremote-3.2.0.zip", + "size": 282801, + "checksum": "SHA-256:5e24c3684e0ccd6a4d79c9ac59f0c305a8f1612f2fb8052ace55d43ed84ab35b" + }, + { + "name": "IRremote", + "version": "3.3.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003e3.x upgrade instructions\u003c/a\u003e\u003cbr/\u003eAdded universal decoder for pulse width or pulse distance protocols.\u003cbr/\u003eFor all 3.x: Generation of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Removed decode_results results. Renamed most irparams_struct values. The macros FEEDBACK_LED, SYSCLOCK, SENDPIN_ON and SENDPIN_OFF are not longer used / evaluated. Major refactoring of CPU dependent and feedback LED code. Support for more CPU's.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "mbed", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": ["IRremote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.3.0.zip", + "archiveFileName": "IRremote-3.3.0.zip", + "size": 292782, + "checksum": "SHA-256:e281a1e12689f3ff6d2196235dde9b483962edad44080f82a2151b3db62990f6" + }, { "name": "HardwareSerial_RS485", "version": "2.0.0", @@ -36895,7 +53785,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MichaelJonker/HardwareSerialRS485.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.0.0.zip", "archiveFileName": "HardwareSerial_RS485-2.0.0.zip", "size": 868784, "checksum": "SHA-256:6dac986b2a8d1ffc49366b277e20a0992eb187ce2809a5434955f1903b24d21f" @@ -36912,7 +53802,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MichaelJonker/HardwareSerialRS485.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.0.1.zip", "archiveFileName": "HardwareSerial_RS485-2.0.1.zip", "size": 868771, "checksum": "SHA-256:bf3b35f1515bb5ac38bab9329ce74c334fa154f9477df031990a4d6a117451e8" @@ -36929,7 +53819,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MichaelJonker/HardwareSerialRS485.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.1.0.zip", "archiveFileName": "HardwareSerial_RS485-2.1.0.zip", "size": 125274, "checksum": "SHA-256:8372fb0f846cc757bfc2b8b7e15b36badc3d7f780fb7baf203e8cd7dec0f597c" @@ -36946,7 +53836,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MichaelJonker/HardwareSerialRS485.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelJonker/HardwareSerial_RS485-2.2.0.zip", "archiveFileName": "HardwareSerial_RS485-2.2.0.zip", "size": 127919, "checksum": "SHA-256:3f97eb4166613eebb6b2076d998773ffeaef32a62d383175c619e67295915b5b" @@ -36962,7 +53852,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Apollon77/I2CSoilMoistureSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.0.0.zip", "archiveFileName": "I2CSoilMoistureSensor-1.0.0.zip", "size": 8475, "checksum": "SHA-256:a6e723c0c7006a9f7f1a39027c4adf0ad97b574e229586d918a7c577aeddf630" @@ -36978,7 +53868,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Apollon77/I2CSoilMoistureSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.0.zip", "archiveFileName": "I2CSoilMoistureSensor-1.1.0.zip", "size": 9716, "checksum": "SHA-256:b4be15a28afead3f587a61d6893cdbdd017b09428f0fae5d0c947bde3d71a6be" @@ -36994,7 +53884,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Apollon77/I2CSoilMoistureSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.1.zip", "archiveFileName": "I2CSoilMoistureSensor-1.1.1.zip", "size": 9713, "checksum": "SHA-256:16ac21812f3a9398996f351b6712c1e3818d4591478706b6d9d94a4867d1799c" @@ -37010,7 +53900,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Apollon77/I2CSoilMoistureSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.2.zip", "archiveFileName": "I2CSoilMoistureSensor-1.1.2.zip", "size": 9803, "checksum": "SHA-256:555b967053dc0ff0ceb279fb4df6a00f0350637e61dfc65081caae5eb2d9a51f" @@ -37026,62 +53916,11 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Apollon77/I2CSoilMoistureSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Apollon77/I2CSoilMoistureSensor-1.1.4.zip", "archiveFileName": "I2CSoilMoistureSensor-1.1.4.zip", "size": 9992, "checksum": "SHA-256:3a0b2b7abb7ea70c568def8a981040609a622a717deb2fc7fb9dd13e8343cd6f" }, - { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display", - "version": "3.2.6", - "author": "Daniel Eichhorn, Fabrice Weinberg", - "maintainer": "Daniel Eichhorn \u003csquix78@gmail.com\u003e", - "sentence": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", - "paragraph": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", - "website": "https://github.com/squix78/esp8266-oled-ssd1306", - "category": "Display", - "architectures": ["esp8266", "esp32"], - "types": ["Contributed"], - "repository": "https://github.com/squix78/esp8266-oled-ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display-3.2.6.zip", - "archiveFileName": "ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display-3.2.6.zip", - "size": 230284, - "checksum": "SHA-256:d49be63ca92dfd63d1d0738d161924292a9fd780ff04c86ed9b6018b0d8f2be3" - }, - { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display", - "version": "3.2.7", - "author": "Daniel Eichhorn, Fabrice Weinberg", - "maintainer": "Daniel Eichhorn \u003csquix78@gmail.com\u003e", - "sentence": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", - "paragraph": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", - "website": "https://github.com/squix78/esp8266-oled-ssd1306", - "category": "Display", - "architectures": ["esp8266", "esp32"], - "types": ["Contributed"], - "repository": "https://github.com/squix78/esp8266-oled-ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display-3.2.7.zip", - "archiveFileName": "ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display-3.2.7.zip", - "size": 230295, - "checksum": "SHA-256:9092574f99a1fab1b612b3868b5f5fc186535a843a76022d8def568686a398a3" - }, - { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display", - "version": "4.0.0", - "author": "Daniel Eichhorn, Fabrice Weinberg", - "maintainer": "Daniel Eichhorn \u003csquix78@gmail.com\u003e", - "sentence": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", - "paragraph": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", - "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", - "category": "Display", - "architectures": ["esp8266", "esp32"], - "types": ["Contributed"], - "repository": "https://github.com/squix78/esp8266-oled-ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display-4.0.0.zip", - "archiveFileName": "ESP8266_and_ESP32_Oled_Driver_for_SSD1306_display-4.0.0.zip", - "size": 306325, - "checksum": "SHA-256:cf52ce287d039973048f06286d610fc133cbf7cbed7ce266499e2e934e96ddc3" - }, { "name": "OSC", "version": "1.3.5", @@ -37094,7 +53933,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CNMAT/OSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CNMAT/OSC-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CNMAT/OSC-1.3.5.zip", "archiveFileName": "OSC-1.3.5.zip", "size": 149526, "checksum": "SHA-256:84932c4d209df293da72622da24bcbc09c06f5724faca4d0997e29f0bce75ffb" @@ -37111,7 +53950,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/collin80/due_can.git", - "url": "http://downloads.arduino.cc/libraries/github.com/collin80/due_can-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/collin80/due_can-2.0.0.zip", "archiveFileName": "due_can-2.0.0.zip", "size": 32229, "checksum": "SHA-256:b6b338c67e1e9c8ad8d6889e62e880a19db0e7327c39b54ed88cce219a7168ac" @@ -37128,7 +53967,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/collin80/due_can.git", - "url": "http://downloads.arduino.cc/libraries/github.com/collin80/due_can-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/collin80/due_can-2.0.1.zip", "archiveFileName": "due_can-2.0.1.zip", "size": 32229, "checksum": "SHA-256:fe8b2f6b503fbe8e5b19162dc8274b110d1541f7c3ca899ef2f09936d94d99af" @@ -37145,7 +53984,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.0.zip", "archiveFileName": "RF24Ethernet-1.6.0.zip", "size": 195079, "checksum": "SHA-256:40f5e9a5b6885963d3e7a986031e4d03d6a40fbca7de3949605fed0a5c1a9e54" @@ -37162,7 +54001,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.1.zip", "archiveFileName": "RF24Ethernet-1.6.1.zip", "size": 196002, "checksum": "SHA-256:d070183a6e90a95ce5f16721f9bcb0bb1e99a6a485b0807782db3b5dc5f53b78" @@ -37179,11 +54018,179 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/RF24Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.2.zip", "archiveFileName": "RF24Ethernet-1.6.2.zip", "size": 200034, "checksum": "SHA-256:15fe4b037a29bafbe5d7d21e5ae4434cbcf34f0acaa8d0ddd9162044779adeac" }, + { + "name": "RF24Ethernet", + "version": "1.6.3", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Open TCP/IP wireless/radio IoT mesh networks for Arduino", + "paragraph": "Self-sustaining wireless sensor networks that seamlessly link together using standard protocols \u0026 networking, based on low-power nrf24l01+ radio modules. An experiment in networking, protocols and devices. See https://tmrh20.github.io/RF24Ethernet", + "website": "https://tmrh20.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.3.zip", + "archiveFileName": "RF24Ethernet-1.6.3.zip", + "size": 200297, + "checksum": "SHA-256:450e73555b1f29c252d15b1005457f7b4bae931577c162ff0fc9e6f5e5275282" + }, + { + "name": "RF24Ethernet", + "version": "1.6.4", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Open TCP/IP wireless/radio IoT mesh networks for Arduino", + "paragraph": "Self-sustaining wireless sensor networks that seamlessly link together using standard protocols \u0026 networking, based on low-power nrf24l01+ radio modules. An experiment in networking, protocols and devices. See https://tmrh20.github.io/RF24Ethernet", + "website": "https://tmrh20.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.4.zip", + "archiveFileName": "RF24Ethernet-1.6.4.zip", + "size": 200514, + "checksum": "SHA-256:cc9789b82ef74606334ae0bbe27d526ea1fa6dc8b5d5c4acce9bc384d33ba826" + }, + { + "name": "RF24Ethernet", + "version": "1.6.5", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nrf24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://tmrh20.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.5.zip", + "archiveFileName": "RF24Ethernet-1.6.5.zip", + "size": 202260, + "checksum": "SHA-256:cab2c1e738f08eab43963a9a5121a5148f4e61d9087f60f0d3a3d27ae01c19b7" + }, + { + "name": "RF24Ethernet", + "version": "1.6.6", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nrf24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://tmrh20.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.6.zip", + "archiveFileName": "RF24Ethernet-1.6.6.zip", + "size": 204208, + "checksum": "SHA-256:e5b1e39b427917d75729877af25eed82636f50d2e2636b9697fdefacd8410211" + }, + { + "name": "RF24Ethernet", + "version": "1.6.7", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nrf24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.7.zip", + "archiveFileName": "RF24Ethernet-1.6.7.zip", + "size": 366673, + "checksum": "SHA-256:15a93cce04edbf89bd7c296a4f4ff58bc7eedba5f5aa55bc794885965b7333ed" + }, + { + "name": "RF24Ethernet", + "version": "1.6.8", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nrf24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.8.zip", + "archiveFileName": "RF24Ethernet-1.6.8.zip", + "size": 370086, + "checksum": "SHA-256:e7565899cf8671737af82bf8a6122ad9febe80fa3f5b5b1b914fe294be396a04" + }, { "name": "RapifireMqttClient", "version": "1.0.0", @@ -37196,7 +54203,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rapifireio/rapifire-arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.0.0.zip", "archiveFileName": "RapifireMqttClient-1.0.0.zip", "size": 7257, "checksum": "SHA-256:74123db12ee98a053db26ec06365fbf3dedd3c25ca83b6e62c2d6262ceef3fb9" @@ -37213,7 +54220,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rapifireio/rapifire-arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.1.0.zip", "archiveFileName": "RapifireMqttClient-1.1.0.zip", "size": 7687, "checksum": "SHA-256:0dcc8cd2734f60b2ddd0b0483074a9c3b423028cd1e33696762ae4e7b4b67bd9" @@ -37230,7 +54237,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rapifireio/rapifire-arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.2.0.zip", "archiveFileName": "RapifireMqttClient-1.2.0.zip", "size": 7934, "checksum": "SHA-256:8c8c4431668c9e4e1dac77145c04df05472cb86b4bed4de0a1989e59439934d5" @@ -37247,7 +54254,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rapifireio/rapifire-arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.3.0.zip", "archiveFileName": "RapifireMqttClient-1.3.0.zip", "size": 14635, "checksum": "SHA-256:6ad5bb1131381db31045c6ba5656d974eac5c4f17ff4fc1fd27082fdb66709ec" @@ -37264,7 +54271,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rapifireio/rapifire-arduino-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rapifireio/RapifireMqttClient-1.3.1.zip", "archiveFileName": "RapifireMqttClient-1.3.1.zip", "size": 14625, "checksum": "SHA-256:a1477d0e2d1cabeebff0c8686d6db5bccbbedc86b75abef0209092366dc8b074" @@ -37281,7 +54288,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.10.0.zip", "archiveFileName": "ConfigurableFirmata-2.10.0.zip", "size": 136866, "checksum": "SHA-256:e75efa650bc5eb89e95e52682413f37093bceb0d469503462edc9558588458f2" @@ -37298,7 +54305,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.10.1.zip", "archiveFileName": "ConfigurableFirmata-2.10.1.zip", "size": 137377, "checksum": "SHA-256:730db29e32532aa32bf8b42908ddabf1464d7199376e8ff8997a3d5435c9c8e2" @@ -37315,7 +54322,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.8.0.zip", "archiveFileName": "ConfigurableFirmata-2.8.0.zip", "size": 87572, "checksum": "SHA-256:4d4127db24d187a30e1f133a7af37bcc887b2e44c199a72e94d08b4915fb338f" @@ -37332,7 +54339,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.8.1.zip", "archiveFileName": "ConfigurableFirmata-2.8.1.zip", "size": 102820, "checksum": "SHA-256:426a143ecc29911f617be56eea36e2a1ee113e56c4b8d6e8eca0c08ec4336e2d" @@ -37349,7 +54356,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.8.2.zip", "archiveFileName": "ConfigurableFirmata-2.8.2.zip", "size": 102797, "checksum": "SHA-256:7543c726cf647d5ec830fc9247e1697dcc1e68807559a5c0eacba306ac6a9872" @@ -37366,7 +54373,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.9.0.zip", "archiveFileName": "ConfigurableFirmata-2.9.0.zip", "size": 105284, "checksum": "SHA-256:6b913ef207866e98d2a98e46e73f0983182c4e4535249f5b0749eb5318895ffd" @@ -37383,7 +54390,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.9.1.zip", "archiveFileName": "ConfigurableFirmata-2.9.1.zip", "size": 105282, "checksum": "SHA-256:3cfa7d7afbc564d0ae23760309b288ab87bda337cad37e329628a873cad53ffd" @@ -37400,7 +54407,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/firmata/ConfigurableFirmata.git", - "url": "http://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-2.9.2.zip", "archiveFileName": "ConfigurableFirmata-2.9.2.zip", "size": 105317, "checksum": "SHA-256:a43ec77119064cbb4df6374a50fc6ffc97ee78d0307f1c74d02096cb8b61ca4c" @@ -37418,7 +54425,7 @@ "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", "providesIncludes": ["Arduino_FreeRTOS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.0.0-1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.0.0-1.zip", "archiveFileName": "FreeRTOS-10.0.0-1.zip", "size": 257509, "checksum": "SHA-256:df3e6a967036235a56acd7bf74fdc621312600e0fb9f7ce4823b696f3778e92d" @@ -37436,7 +54443,7 @@ "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", "providesIncludes": ["Arduino_FreeRTOS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.0.0-10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.0.0-10.zip", "archiveFileName": "FreeRTOS-10.0.0-10.zip", "size": 258043, "checksum": "SHA-256:2090aa233b686c94b3b946c1bff95d2176fefef827433fd29fe5e6deeffb5190" @@ -37454,7 +54461,7 @@ "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", "providesIncludes": ["Arduino_FreeRTOS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.1.1-1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.1.1-1.zip", "archiveFileName": "FreeRTOS-10.1.1-1.zip", "size": 264609, "checksum": "SHA-256:a9b7e795a2abaca8f46033c820aabfd2234b02fe8e59c2a3ba7554c2890df2d3" @@ -37472,7 +54479,7 @@ "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", "providesIncludes": ["Arduino_FreeRTOS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.2.0-1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.2.0-1.zip", "archiveFileName": "FreeRTOS-10.2.0-1.zip", "size": 267884, "checksum": "SHA-256:437a6666b2b9e6097b2252af0738be0d869033604c1c675d4b2aa621d2093eed" @@ -37490,7 +54497,7 @@ "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", "providesIncludes": ["Arduino_FreeRTOS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.2.0-2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.2.0-2.zip", "archiveFileName": "FreeRTOS-10.2.0-2.zip", "size": 267904, "checksum": "SHA-256:4b4f4150eacfbf50e02924fb4a81be9bfd3b3f5905e6b5a760ec7c3c58fb3542" @@ -37508,11 +54515,427 @@ "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", "providesIncludes": ["Arduino_FreeRTOS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-8.2.3-18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-8.2.3-18.zip", "archiveFileName": "FreeRTOS-8.2.3-18.zip", "size": 233113, "checksum": "SHA-256:8568ed04a0b5e7adfb0697a829f7cdd96e7d9b7fc5a2e52c756b2a1a4f8a03e5" }, + { + "name": "FreeRTOS", + "version": "10.2.0-3", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "sentence": "Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.2.0-3.zip", + "archiveFileName": "FreeRTOS-10.2.0-3.zip", + "size": 272199, + "checksum": "SHA-256:287b51a06269ed4051015411320df6f604946fe3e313de1fbd912ca1c17f094b" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-1", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "sentence": "Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-1.zip", + "archiveFileName": "FreeRTOS-10.3.0-1.zip", + "size": 278148, + "checksum": "SHA-256:a2e461cd626d2aca8088eb1b5161829db4154e633184af6bba65143c524fefbe" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-2", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-2.zip", + "archiveFileName": "FreeRTOS-10.3.0-2.zip", + "size": 278163, + "checksum": "SHA-256:498064089a1077dda0b205e219608fc3f5a3e5f473e7f7871419d5021a8694f0" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-3", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-3.zip", + "archiveFileName": "FreeRTOS-10.3.0-3.zip", + "size": 277959, + "checksum": "SHA-256:197bac415dd31e7acb5d2e2ac66bdfd0606d9b40ebf0cc38f6235d9f0493ef78" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-4", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-4.zip", + "archiveFileName": "FreeRTOS-10.3.0-4.zip", + "size": 278203, + "checksum": "SHA-256:8f8c452b00e58d7c25217b9031dac360d7e14e81830c8a5b31ac93f945e38685" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-5", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-5.zip", + "archiveFileName": "FreeRTOS-10.3.0-5.zip", + "size": 279489, + "checksum": "SHA-256:8c3014dfda7773c6e39d3638e7dae6e2d04e6a038ae62749c6e751d72dc371ad" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-6", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "FreeRTOS Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-6.zip", + "archiveFileName": "FreeRTOS-10.3.0-6.zip", + "size": 281116, + "checksum": "SHA-256:6a8966d8ef4e5afe58098edf9707b02745f1045db5d5c04fd96a1715d5ed4d85" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-7", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-7.zip", + "archiveFileName": "FreeRTOS-10.3.0-7.zip", + "size": 281108, + "checksum": "SHA-256:2910893cdf8a7c3c6fc70cab8c149c8eb8f082c8814ae99a00dd8a9337868366" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-8", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-8.zip", + "archiveFileName": "FreeRTOS-10.3.0-8.zip", + "size": 281025, + "checksum": "SHA-256:bd5bb3a04279ab42509e9d5da6ee19755038f4775416a3ac8753ea1e18e0763d" + }, + { + "name": "FreeRTOS", + "version": "10.3.0-9", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.3.0-9.zip", + "archiveFileName": "FreeRTOS-10.3.0-9.zip", + "size": 281120, + "checksum": "SHA-256:2f57b2597de48cd237dcd6e5a45da0ae25ab61618ffa55742dabc006ccb68450" + }, + { + "name": "FreeRTOS", + "version": "10.4.1-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.1-0.zip", + "archiveFileName": "FreeRTOS-10.4.1-0.zip", + "size": 293709, + "checksum": "SHA-256:004d34e92bbecd8c7ede1778a1812d19bc2e9482916877a7cb15ab9f1f6a4783" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-0.zip", + "archiveFileName": "FreeRTOS-10.4.3-0.zip", + "size": 296480, + "checksum": "SHA-256:057c6c70daaf637fa6a89da9168a432b170d930336ed2c7b7688f58e8c3864db" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-2", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-2.zip", + "archiveFileName": "FreeRTOS-10.4.3-2.zip", + "size": 296533, + "checksum": "SHA-256:f9ae7d02939cbababd953aa9aaff22035553824f59f8a87875a3d93b84aa4bf3" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-3", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-3.zip", + "archiveFileName": "FreeRTOS-10.4.3-3.zip", + "size": 296467, + "checksum": "SHA-256:5cdb3cf993e254ad6d1ec065ba1ee62acf64c8144807f9a2cce1fdfae571140d" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-4", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-4.zip", + "archiveFileName": "FreeRTOS-10.4.3-4.zip", + "size": 298050, + "checksum": "SHA-256:06865fa494b87ed57ea4fe17731716fa8784f561fed7c6e2902d47de14e8e470" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-5", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-5.zip", + "archiveFileName": "FreeRTOS-10.4.3-5.zip", + "size": 298670, + "checksum": "SHA-256:590b5e970933185b90ca2534d9f1fd31cd35dc838624c13ade9eb50a4c3f1572" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-6", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-6.zip", + "archiveFileName": "FreeRTOS-10.4.3-6.zip", + "size": 298672, + "checksum": "SHA-256:a3e52b1c3979bd79f0e3fc670be96bdd52d64cc4f916e44451641132f01eab0b" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-7", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-7.zip", + "archiveFileName": "FreeRTOS-10.4.3-7.zip", + "size": 301096, + "checksum": "SHA-256:3aaff8b3dd9cc92024c436e2ba91ed5a8b757293e610e63dcedc15209c692151" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-8", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-8.zip", + "archiveFileName": "FreeRTOS-10.4.3-8.zip", + "size": 301089, + "checksum": "SHA-256:521c33c310061d9f8eed09fcb628320a45fb91e69e4b674d0c6a2c577333fecf" + }, + { + "name": "FreeRTOS", + "version": "10.4.4-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.4-0.zip", + "archiveFileName": "FreeRTOS-10.4.4-0.zip", + "size": 293053, + "checksum": "SHA-256:308ba35a2183a601dd2469e69946cc7835187698207e44a9f63810b3d296f54f" + }, + { + "name": "FreeRTOS", + "version": "10.4.4-1", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.4-1.zip", + "archiveFileName": "FreeRTOS-10.4.4-1.zip", + "size": 293045, + "checksum": "SHA-256:7100885b5e348985efae492a7282f6788260c881ff75b6e0e82ca127e8e3197d" + }, + { + "name": "FreeRTOS", + "version": "10.4.4-2", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": ["Arduino_FreeRTOS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.4-2.zip", + "archiveFileName": "FreeRTOS-10.4.4-2.zip", + "size": 291803, + "checksum": "SHA-256:71f4b6205717ff5db1638b22fe0e4f6a3db6408c3ad228056f9cffdd2486c1f4" + }, { "name": "asip", "version": "0.1.0", @@ -37525,7 +54948,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mdxmase/asip.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mdxmase/asip-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mdxmase/asip-0.1.0.zip", "archiveFileName": "asip-0.1.0.zip", "size": 24907, "checksum": "SHA-256:93d3a8edb8dc0ffa89f15441fd37e03826aa3f448ad4d3461d1c2654b3a9ac0b" @@ -37542,7 +54965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mdxmase/asip-additional-services.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mdxmase/asip_services-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mdxmase/asip_services-0.1.0.zip", "archiveFileName": "asip_services-0.1.0.zip", "size": 13575, "checksum": "SHA-256:03b9d07a9c3f66752b029107e5a332cacc3d023adffa2c7eb7701b6aeeec45b4" @@ -37559,7 +54982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hotchpotch/Arduino-HDC1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hotchpotch/HDC1000-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hotchpotch/HDC1000-1.0.0.zip", "archiveFileName": "HDC1000-1.0.0.zip", "size": 4885, "checksum": "SHA-256:415c95a79d9e6a0aa5aa0ae5f847f20943e836a0a479de5f3a0e08539fd36511" @@ -37576,7 +54999,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/robbie-remote/RESTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/robbie-remote/RESTClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/robbie-remote/RESTClient-1.0.0.zip", "archiveFileName": "RESTClient-1.0.0.zip", "size": 7289, "checksum": "SHA-256:8a699118c3af99d6ea840f6a8e997e56fb2b9d4b9fe1589587a9c9c954f42354" @@ -37593,7 +55016,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.0.0.zip", "archiveFileName": "Smartcar_shield-1.0.0.zip", "size": 109564, "checksum": "SHA-256:c5b44a293e6e60b86b4d651c60fb8f01c68293faf2bf06c152783a5417d62be8" @@ -37610,7 +55033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.1.0.zip", "archiveFileName": "Smartcar_shield-1.1.0.zip", "size": 110066, "checksum": "SHA-256:e0608ad773e9cad01631868410fe19731f1c1501811984e0f8402ea42db94658" @@ -37627,7 +55050,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.1.1.zip", "archiveFileName": "Smartcar_shield-1.1.1.zip", "size": 110066, "checksum": "SHA-256:2c7342cb3e5bfefd9728d9fa11a0f098f83d0623c3e66b8be7d47fa4efa2b82f" @@ -37644,7 +55067,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-1.1.2.zip", "archiveFileName": "Smartcar_shield-1.1.2.zip", "size": 114128, "checksum": "SHA-256:e684992e8a609979d06e17ab33c5449861d65270ce9933f350c3592e8131420b" @@ -37661,7 +55084,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-2.0.0.zip", "archiveFileName": "Smartcar_shield-2.0.0.zip", "size": 114432, "checksum": "SHA-256:dc72b36fba9a25e72bcffa681fc1575955e094115e9dda4d321abda17c16bcd7" @@ -37678,7 +55101,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-2.0.1.zip", "archiveFileName": "Smartcar_shield-2.0.1.zip", "size": 114427, "checksum": "SHA-256:79d838deda3067fd4be0f689c9907d3ee7d918f75fb5edb8099c9503d4f1d7e9" @@ -37695,7 +55118,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.0.zip", "archiveFileName": "Smartcar_shield-3.0.0.zip", "size": 120310, "checksum": "SHA-256:d10a05b02fbf297412de332f0f6198e16912c7b83bff4418f9a917ad1781a305" @@ -37712,7 +55135,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.1.zip", "archiveFileName": "Smartcar_shield-3.0.1.zip", "size": 166007, "checksum": "SHA-256:884149400af265b5199fc88e4114a2f5ebb42694732bc9472acd3542158fe77e" @@ -37729,7 +55152,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.2.zip", "archiveFileName": "Smartcar_shield-3.0.2.zip", "size": 166785, "checksum": "SHA-256:8260a1dd8743bc3a6e7a1b4b4252db61bf19ccfcc8ed75df42532d1eda4f3a8a" @@ -37746,7 +55169,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.0.4.zip", "archiveFileName": "Smartcar_shield-3.0.4.zip", "size": 165503, "checksum": "SHA-256:773fb3c60bfc68a6805dca370c89a0a406e2e328d03589b3d3b0662326102a6a" @@ -37763,7 +55186,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.0.zip", "archiveFileName": "Smartcar_shield-3.1.0.zip", "size": 166753, "checksum": "SHA-256:b0f939b3af94df0bb17313f9624e0d4ec16acb53f24338b3d006774f9e8877b8" @@ -37780,7 +55203,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.3.zip", "archiveFileName": "Smartcar_shield-3.1.3.zip", "size": 168013, "checksum": "SHA-256:963a0eebb26e88f35e923df3e2f15dce0e50c96cf32cb3e17552b872c1c54e9a" @@ -37797,7 +55220,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.4.zip", "archiveFileName": "Smartcar_shield-3.1.4.zip", "size": 172620, "checksum": "SHA-256:4a319b7ea49da69c75518d528016e0abf30c8a08e9784eb467cbf9338fa6555d" @@ -37814,7 +55237,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.6.zip", "archiveFileName": "Smartcar_shield-3.1.6.zip", "size": 172523, "checksum": "SHA-256:de314cc2d2b317fdddd3bfba5878efe85383151e830841a019fa8b9c56adf965" @@ -37831,7 +55254,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.7.zip", "archiveFileName": "Smartcar_shield-3.1.7.zip", "size": 172583, "checksum": "SHA-256:6afdbfa210169aa4b7f3ebda9038de08883dfa8014277f0347137c9d1d9bdd86" @@ -37848,7 +55271,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.2.0.zip", "archiveFileName": "Smartcar_shield-3.2.0.zip", "size": 174602, "checksum": "SHA-256:2b6e1cb855be8d5b2c6c7b9f3fc6a26ab4be4f905d15f990d2c399b2fd0f3ee8" @@ -37865,7 +55288,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.2.1.zip", "archiveFileName": "Smartcar_shield-3.2.1.zip", "size": 174640, "checksum": "SHA-256:91168a371684b09a5f8ddfa51580d216e9ad1896718787dc72eb1b860da928c0" @@ -37882,7 +55305,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.2.2.zip", "archiveFileName": "Smartcar_shield-3.2.2.zip", "size": 176649, "checksum": "SHA-256:b9dc069b0aa919facda1746ab35c7fce16a9b8cb0112fb7abc081f9166d6e8b0" @@ -37899,7 +55322,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.0.0.zip", "archiveFileName": "Smartcar_shield-4.0.0.zip", "size": 177698, "checksum": "SHA-256:adc5e691ceeef09fbc8626e40779c2aaa98814b03506ff034030faf3c5141e6c" @@ -37916,7 +55339,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.0.1.zip", "archiveFileName": "Smartcar_shield-4.0.1.zip", "size": 178068, "checksum": "SHA-256:7644b5aadb1d4c3a2ab95c31234b5f193295ade69bc7f9d589ed375129d9c6a2" @@ -37933,7 +55356,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.1.0.zip", "archiveFileName": "Smartcar_shield-4.1.0.zip", "size": 178952, "checksum": "SHA-256:ac8fc7b2a1a83481bfeedad55120554b93480104b9beba763ba18a804dcf1594" @@ -37950,7 +55373,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.1.1.zip", "archiveFileName": "Smartcar_shield-4.1.1.zip", "size": 179097, "checksum": "SHA-256:c1eb04b1d849484587df87c4f463bc5a066b59a31bb8a595f46eb7b0ca0a94da" @@ -37967,7 +55390,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-4.1.2.zip", "archiveFileName": "Smartcar_shield-4.1.2.zip", "size": 179692, "checksum": "SHA-256:fadc46992c30cbc352cbc1ff99d6b2c570914678ca942345868375e57d366575" @@ -37984,7 +55407,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-5.0.0.zip", "archiveFileName": "Smartcar_shield-5.0.0.zip", "size": 231261, "checksum": "SHA-256:f00fbf59d1e2d715f53de598a6c4d1ec3587dfef46f276dda28ad13651d83f1e" @@ -38001,11 +55424,112 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/platisd/smartcar_shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-3.1.5.zip", "archiveFileName": "Smartcar_shield-3.1.5.zip", "size": 172530, "checksum": "SHA-256:04cde8d6ba8e89dda976ff9de7eb8ecec881d85c66cd35798b1f5b2c8cb86b51" }, + { + "name": "Smartcar shield", + "version": "5.0.1", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for controlling the Smartcar platform", + "paragraph": "The Smartcar shield library allows the user to control a small robotic vehicular platform, the Smartcar, in an easy and cost effective way. It is intended for, but not limited to, the Smartcar Arduino shield, which includes an L293D h-bridge for controlling two DC motors and a GY-50 gyroscope module (based on the L3G4200D sensor).", + "website": "http://plat.is/smartcar", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/smartcar_shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-5.0.1.zip", + "archiveFileName": "Smartcar_shield-5.0.1.zip", + "size": 231648, + "checksum": "SHA-256:3f6290ce78410c5a58521ea64893de8302d87247f92ea88e4635e5837cf96bf2" + }, + { + "name": "Smartcar shield", + "version": "6.0.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for controlling the Smartcar platform", + "paragraph": "The Smartcar shield library allows the user to control a small robotic vehicular platform, the Smartcar, in an easy and cost effective way. It is intended for, but not limited to, the Smartcar Arduino shield, which includes an L293D h-bridge for controlling two DC motors and a GY-50 gyroscope module (based on the L3G4200D sensor).", + "website": "http://plat.is/smartcar", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/smartcar_shield.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "ESP32 AnalogWrite" + }, + { + "name": "ServoESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-6.0.0.zip", + "archiveFileName": "Smartcar_shield-6.0.0.zip", + "size": 734839, + "checksum": "SHA-256:368622e3213937d45dbf3309480e626c3b5c9d192e44ab060efbc91fac71589c" + }, + { + "name": "Smartcar shield", + "version": "7.0.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for controlling the Smartcar platform", + "paragraph": "The Smartcar shield library allows the user to control a small robotic vehicular platform, the Smartcar, in an easy and cost effective way. It is intended for, but not limited to, the Smartcar Arduino shield, which includes an L293D h-bridge for controlling two DC motors and a GY-50 gyroscope module (based on the L3G4200D sensor).", + "website": "http://plat.is/smartcar", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/smartcar_shield.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "ESP32 AnalogWrite" + }, + { + "name": "ServoESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-7.0.0.zip", + "archiveFileName": "Smartcar_shield-7.0.0.zip", + "size": 735243, + "checksum": "SHA-256:7027ac9fb73f424a0f3108134c47da4f1ed0567c6ab37e56ef5f4f938ba9daf9" + }, + { + "name": "Smartcar shield", + "version": "7.0.1", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for controlling the Smartcar platform", + "paragraph": "The Smartcar shield library allows the user to control a small robotic vehicular platform, the Smartcar, in an easy and cost effective way. It is intended for, but not limited to, the Smartcar Arduino shield, which includes an L293D h-bridge for controlling two DC motors and a GY-50 gyroscope module (based on the L3G4200D sensor).", + "website": "http://plat.is/smartcar", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/smartcar_shield.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "ESP32 AnalogWrite" + }, + { + "name": "ServoESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-7.0.1.zip", + "archiveFileName": "Smartcar_shield-7.0.1.zip", + "size": 735275, + "checksum": "SHA-256:281e31ed4585718e4ff9dd7d1761b4800bff146e2dc5f3fb2cfeaf0f37f29933" + }, { "name": "WiFiEsp", "version": "1.6.0", @@ -38018,7 +55542,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/WiFiEsp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-1.6.0.zip", "archiveFileName": "WiFiEsp-1.6.0.zip", "size": 60078, "checksum": "SHA-256:0f81a11901bfcb5ecfa9ca72ce4a0f48bee6efb906f1ee84aad69de0730e02e5" @@ -38035,7 +55559,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/WiFiEsp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.1.0.zip", "archiveFileName": "WiFiEsp-2.1.0.zip", "size": 63394, "checksum": "SHA-256:954c609f691c82ff93f230e304d290332f5ae944e171615a98f42d6a86ed171f" @@ -38052,7 +55576,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/WiFiEsp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.1.1.zip", "archiveFileName": "WiFiEsp-2.1.1.zip", "size": 63654, "checksum": "SHA-256:d3ec5152aed14f15b3cb5858412e477409a2f9dca5ecadb03596fc2582549c56" @@ -38069,7 +55593,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/WiFiEsp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.1.2.zip", "archiveFileName": "WiFiEsp-2.1.2.zip", "size": 63756, "checksum": "SHA-256:25ee556cecaed3b1764ef21959d53e07fd337fb017ec5a2143e6274fd6fb0115" @@ -38086,7 +55610,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/WiFiEsp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.2.1.zip", "archiveFileName": "WiFiEsp-2.2.1.zip", "size": 64261, "checksum": "SHA-256:0d604a06cb4f58c5d33debbab4f6e829f0ce573d5b63d14e9d30fbe4e4cbcdb2" @@ -38103,7 +55627,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bportaluri/WiFiEsp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bportaluri/WiFiEsp-2.2.2.zip", "archiveFileName": "WiFiEsp-2.2.2.zip", "size": 64458, "checksum": "SHA-256:2e5f01ad857db194de8b57b90a219b1bf7d2852d918493d24ec49d6b762b2be6" @@ -38120,7 +55644,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/somsinchai/IBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/somsinchai/IBot-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/somsinchai/IBot-1.2.0.zip", "archiveFileName": "IBot-1.2.0.zip", "size": 7605, "checksum": "SHA-256:40a50770276a644a7c553f9d84e57f26ff146ee84e4c3f7a31d418f551b8616d" @@ -38137,7 +55661,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/somsinchai/IBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/somsinchai/IBot-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/somsinchai/IBot-1.3.0.zip", "archiveFileName": "IBot-1.3.0.zip", "size": 13942, "checksum": "SHA-256:861c30329508e89324a1ac68766dd3b6f17e4fd7609abb7f3e79605b81cc7e2c" @@ -38154,7 +55678,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/chatelao/MiniPirate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chatelao/SwissHandmade_MiniPirate-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chatelao/SwissHandmade_MiniPirate-1.0.0.zip", "archiveFileName": "SwissHandmade_MiniPirate-1.0.0.zip", "size": 38165, "checksum": "SHA-256:b067a5c7631a38f02c9d8ef863023cdd6a5a12f16bf0fad5039ceab226c9f80a" @@ -38171,7 +55695,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/chatelao/MiniPirate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chatelao/SwissHandmade_MiniPirate-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chatelao/SwissHandmade_MiniPirate-1.1.0.zip", "archiveFileName": "SwissHandmade_MiniPirate-1.1.0.zip", "size": 38083, "checksum": "SHA-256:07306bb91419bf89b6c8970da0575745fec1db404ec592bf8bf617760fabe53a" @@ -38188,7 +55712,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/5pIO/BLESerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/5pIO/BLESerial-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/5pIO/BLESerial-1.0.0.zip", "archiveFileName": "BLESerial-1.0.0.zip", "size": 3820, "checksum": "SHA-256:19fb49edb9a57ac94ddd03c8e844e0caf3f54487090e36f65ceb197250f1d561" @@ -38205,7 +55729,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/5pIO/BLESerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/5pIO/BLESerial-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/5pIO/BLESerial-1.1.0.zip", "archiveFileName": "BLESerial-1.1.0.zip", "size": 4820, "checksum": "SHA-256:ee2992a340b06b8592bad893e5bf0585afa5deba3bc795e8f52fd269c0cd7c5c" @@ -38222,7 +55746,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-0.0.9.zip", "archiveFileName": "ESP8266_Weather_Station-0.0.9.zip", "size": 25318, "checksum": "SHA-256:ccde45110c9aa298ed6207e6045b6ae14a3eb2a6da86d78ad3c1a572ed73fea9" @@ -38239,7 +55763,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.1.zip", "archiveFileName": "ESP8266_Weather_Station-1.0.1.zip", "size": 29521, "checksum": "SHA-256:d410eb13b9b638fb95d45cca8313c009455019c0195b3a3e72b2fccf9aa8d69c" @@ -38256,7 +55780,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.2.zip", "archiveFileName": "ESP8266_Weather_Station-1.0.2.zip", "size": 29553, "checksum": "SHA-256:92863b997cadcbbf7f0cf784e6ee72e15bbedd685e1f0a2c035c96be68715edb" @@ -38273,7 +55797,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.3.zip", "archiveFileName": "ESP8266_Weather_Station-1.0.3.zip", "size": 49891, "checksum": "SHA-256:5abaf7c03652860be98357524f8f528b6fcdbd4490bc62ca921cb3e039511bad" @@ -38290,7 +55814,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.0.5.zip", "archiveFileName": "ESP8266_Weather_Station-1.0.5.zip", "size": 50581, "checksum": "SHA-256:52695b7165c4a84b7011e11d8a57f1ab0a5265de6539684cb1bdce23ceb8d9a2" @@ -38307,7 +55831,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.0.zip", "archiveFileName": "ESP8266_Weather_Station-1.1.0.zip", "size": 65834, "checksum": "SHA-256:3650835f6a1ace7c221a779586898912ace00d2f0d46dd9bee7016d3bc4051d2" @@ -38324,7 +55848,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.1.zip", "archiveFileName": "ESP8266_Weather_Station-1.1.1.zip", "size": 75364, "checksum": "SHA-256:32c7c6e94c31f5b583e10859b9c66e9d5783886349d8852f3b2702da1330ecc4" @@ -38341,7 +55865,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.2.zip", "archiveFileName": "ESP8266_Weather_Station-1.1.2.zip", "size": 108539, "checksum": "SHA-256:eca3b22e1582810e0bf54271ec665d78daeabeff36079076043b7acfe7e505c0" @@ -38358,7 +55882,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.1.3.zip", "archiveFileName": "ESP8266_Weather_Station-1.1.3.zip", "size": 656928, "checksum": "SHA-256:610db4cb52715a6cabe92e11e843ff5f9198761c7bd79391e33133f770ef41ae" @@ -38375,7 +55899,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.0.zip", "archiveFileName": "ESP8266_Weather_Station-1.2.0.zip", "size": 659837, "checksum": "SHA-256:9e7d986520792aae7390db7d203dd21b5f4167d2e47927772ad462d92cbaf4b1" @@ -38392,7 +55916,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.1.zip", "archiveFileName": "ESP8266_Weather_Station-1.2.1.zip", "size": 659840, "checksum": "SHA-256:832430fc94f1089084e01ba16483c601032ad8efce3b552ae0a885118fa6df52" @@ -38409,7 +55933,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.2.zip", "archiveFileName": "ESP8266_Weather_Station-1.2.2.zip", "size": 659854, "checksum": "SHA-256:d2a1c5d429a2ede47ece7493bef70ae2d2e5c1d3f2090830b8a92901eba2c415" @@ -38426,7 +55950,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.2.3.zip", "archiveFileName": "ESP8266_Weather_Station-1.2.3.zip", "size": 712824, "checksum": "SHA-256:37e2e544aef7a4b9c72d91f50edc43873eea9ad7a4058dc4328b24e044a4c268" @@ -38443,7 +55967,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.3.0.zip", "archiveFileName": "ESP8266_Weather_Station-1.3.0.zip", "size": 735516, "checksum": "SHA-256:71899c5575bc8b6bc6b78defa4fedf066b086f6eae171fed9a74c469edfa462e" @@ -38460,7 +55984,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.3.1.zip", "archiveFileName": "ESP8266_Weather_Station-1.3.1.zip", "size": 735493, "checksum": "SHA-256:2d93890ca9de09974742ee992cd54b5a825597a0323de09d6e2d8da741c6a925" @@ -38477,7 +56001,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.3.2.zip", "archiveFileName": "ESP8266_Weather_Station-1.3.2.zip", "size": 740727, "checksum": "SHA-256:386f4a316782af2535c09e05f4b16b40a584e0cafa357077218ec6789024b9c8" @@ -38494,7 +56018,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.4.0.zip", "archiveFileName": "ESP8266_Weather_Station-1.4.0.zip", "size": 1005767, "checksum": "SHA-256:e602b74d4b7d821817916e5c5a67a6d7ba459f3453eaad382de39325201698b6" @@ -38511,7 +56035,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.5.0.zip", "archiveFileName": "ESP8266_Weather_Station-1.5.0.zip", "size": 1039153, "checksum": "SHA-256:03575a0ece2df577d0b696ddd25f556349cb0ce81686844714bf9585a6ab637c" @@ -38528,7 +56052,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.0.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.0.zip", "size": 1053083, "checksum": "SHA-256:a82065faeddc959fd327ea37e339114f7e7f3dbd10a8c980f5c64908f85b2ad3" @@ -38545,7 +56069,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.1.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.1.zip", "size": 1056711, "checksum": "SHA-256:e294e3787764226ff394928e04b5394787fb3e2eda2c0e6e7005e5be943aa598" @@ -38562,7 +56086,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.2.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.2.zip", "size": 1056811, "checksum": "SHA-256:678e7b725420cc35dd5007df68f1cf949b67d881bdeca4c3033f8e86b334501a" @@ -38579,7 +56103,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.3.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.3.zip", "size": 1056965, "checksum": "SHA-256:4290531b624af0f235f7938a4a52f824eba09c2051525de892e7227f3776b33e" @@ -38596,7 +56120,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.4.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.4.zip", "size": 1056974, "checksum": "SHA-256:47f7a261a3c5199f5784ef76779841c0c2b0cad228ef2237ee5a1fd434ce6578" @@ -38613,7 +56137,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.5.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.5.zip", "size": 1056979, "checksum": "SHA-256:bb9c33235e0310f1670fb7191752d871024367cadfb3b32054938926df64bc71" @@ -38630,11 +56154,55 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/esp8266-weather-station.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-1.6.6.zip", "archiveFileName": "ESP8266_Weather_Station-1.6.6.zip", "size": 1057000, "checksum": "SHA-256:f08d1ac770bc3e99279e8a9551922e6365b75adaf2941efbd5b3624828f3813f" }, + { + "name": "ESP8266 Weather Station", + "version": "2.0.0", + "author": "ThingPulse", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "ESP8266 based internet connected Weather Station", + "paragraph": "ESP8266 based internet connected Weather Station", + "website": "https://github.com/ThingPulse/esp8266-weather-station", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/squix78/esp8266-weather-station.git", + "dependencies": [ + { + "name": "Json Streaming Parser" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-2.0.0.zip", + "archiveFileName": "ESP8266_Weather_Station-2.0.0.zip", + "size": 214289, + "checksum": "SHA-256:3526c2db0dcf1ba763cb5550245b1806253cb98eef452a3b14363d842ac19047" + }, + { + "name": "ESP8266 Weather Station", + "version": "2.0.1", + "author": "ThingPulse", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "ESP8266 based internet connected Weather Station", + "paragraph": "ESP8266 based internet connected Weather Station", + "website": "https://github.com/ThingPulse/esp8266-weather-station", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/squix78/esp8266-weather-station.git", + "dependencies": [ + { + "name": "Json Streaming Parser" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-2.0.1.zip", + "archiveFileName": "ESP8266_Weather_Station-2.0.1.zip", + "size": 214882, + "checksum": "SHA-256:987362cecb759e91729b01fc7dc676cc2c7cbe66e11f78519a5d606ce5f604e7" + }, { "name": "WebSockets", "version": "1.0.0", @@ -38646,7 +56214,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.0.0.zip", "archiveFileName": "WebSockets-1.0.0.zip", "size": 35389, "checksum": "SHA-256:aba67f673a9389439d7da6d918b7f0f9ce11b2e76b3a0b7f73ab02ad9955343e" @@ -38662,7 +56230,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.1.0.zip", "archiveFileName": "WebSockets-1.1.0.zip", "size": 35334, "checksum": "SHA-256:dfc9105b100772d3d1ab69d3c314319dfded2f25f99467b9cad6b26d74424423" @@ -38678,7 +56246,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.2.0.zip", "archiveFileName": "WebSockets-1.2.0.zip", "size": 37752, "checksum": "SHA-256:21e30763f39ae9e303bc34c6ca899b0b187efb2166a49e7f61f8482a8284fda5" @@ -38694,7 +56262,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-1.3.0.zip", "archiveFileName": "WebSockets-1.3.0.zip", "size": 44853, "checksum": "SHA-256:e8255ad61d527483621805b46d2fe9989e8968eaddb367a37dcfa5a52fdd75a8" @@ -38711,7 +56279,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.0.zip", "archiveFileName": "WebSockets-2.0.0.zip", "size": 48538, "checksum": "SHA-256:50abdad56e0e01186b0c50753f1e560cf3f433cf7dff4d39d7b7e3cdd4be006a" @@ -38728,7 +56296,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.2.zip", "archiveFileName": "WebSockets-2.0.2.zip", "size": 49441, "checksum": "SHA-256:fbc3b7a8fd9c32ece6abcd1fad66fd6e5ceb196f087d65ff391feb879ec43ce6" @@ -38745,7 +56313,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.4.zip", "archiveFileName": "WebSockets-2.0.4.zip", "size": 53648, "checksum": "SHA-256:10e437730e20099e4e7432f4b5d31516b9b9a08b7c74fa94dbace6e2a04d7e46" @@ -38762,7 +56330,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.5.zip", "archiveFileName": "WebSockets-2.0.5.zip", "size": 55761, "checksum": "SHA-256:192bee7e4d787f9665edaa778a3be88006aa771c389fa2b79ba38d26e5122b53" @@ -38779,7 +56347,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.6.zip", "archiveFileName": "WebSockets-2.0.6.zip", "size": 57102, "checksum": "SHA-256:aa00142ce897b0bae63a781eef87fe2aa2b107465357476335e18ed3bc66549a" @@ -38796,7 +56364,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.7.zip", "archiveFileName": "WebSockets-2.0.7.zip", "size": 62882, "checksum": "SHA-256:ad65f698fa48c7757dfaac4d5c5a08c2d91ec78cdba57e89a6aa4c323fdccdf6" @@ -38813,7 +56381,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.8.zip", "archiveFileName": "WebSockets-2.0.8.zip", "size": 63351, "checksum": "SHA-256:187265aa0e7e3b78948dffe3eb25311cec042aab72c471106477f17e9f67337d" @@ -38830,7 +56398,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.0.9.zip", "archiveFileName": "WebSockets-2.0.9.zip", "size": 63354, "checksum": "SHA-256:903422a45735290a0d71582755e266f2b73823c2fb5e6d11388866166d3506df" @@ -38847,7 +56415,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.1.0.zip", "archiveFileName": "WebSockets-2.1.0.zip", "size": 71117, "checksum": "SHA-256:a064461e96a65626bc94f9abf9885622cb2b6cebda2475098194d4fe7b9aa41c" @@ -38864,7 +56432,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.1.1.zip", "archiveFileName": "WebSockets-2.1.1.zip", "size": 73858, "checksum": "SHA-256:14e1e811c399ef69bc9f13881901e5f9bf315ee7fae74eca4b334db230d4fcfe" @@ -38881,11 +56449,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoWebSockets.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.1.4.zip", "archiveFileName": "WebSockets-2.1.4.zip", "size": 78780, "checksum": "SHA-256:0a581da96fc12ae058753e9c58b9103d0e5bf25f4bf0d58d4adacc25aa653a24" }, + { + "name": "WebSockets", + "version": "2.2.0", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.2.0.zip", + "archiveFileName": "WebSockets-2.2.0.zip", + "size": 81357, + "checksum": "SHA-256:955b1ede9f4360e0e8e5c8791acfaeedc983ce1d81db84f8221ed6054de96236" + }, + { + "name": "WebSockets", + "version": "2.3.0", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.0.zip", + "archiveFileName": "WebSockets-2.3.0.zip", + "size": 84486, + "checksum": "SHA-256:5fe779213fd73d9f62c358e0740bb04ff960a5a330152d519040691bf2c280d1" + }, + { + "name": "WebSockets", + "version": "2.3.1", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.1.zip", + "archiveFileName": "WebSockets-2.3.1.zip", + "size": 90210, + "checksum": "SHA-256:d9c8aa177d0b8ab3f6601fb44dc9b589b569cd39fef800f8dd5badd6a7ad04e4" + }, + { + "name": "WebSockets", + "version": "2.3.2", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.2.zip", + "archiveFileName": "WebSockets-2.3.2.zip", + "size": 93243, + "checksum": "SHA-256:771c76f7b40e33bec12b7fab843bcf0afb254863bf5d77fa3950576b9185fb3b" + }, + { + "name": "WebSockets", + "version": "2.3.3", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.3.zip", + "archiveFileName": "WebSockets-2.3.3.zip", + "size": 93393, + "checksum": "SHA-256:38bcfbdf7b950b6c5357dbfc088d601fc42b69c7298ca052398e37735476797b" + }, + { + "name": "WebSockets", + "version": "2.3.4", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.4.zip", + "archiveFileName": "WebSockets-2.3.4.zip", + "size": 93390, + "checksum": "SHA-256:23f613a952e53fa89afc2e483bc9738093d454ccc94e685f1613023be6129984" + }, + { + "name": "WebSockets", + "version": "2.3.5", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.5.zip", + "archiveFileName": "WebSockets-2.3.5.zip", + "size": 93428, + "checksum": "SHA-256:67c42c6725ccaf22567eca0a2fc8eb2a41b27f847e8f1a6378ecf06bfd2a1d28" + }, { "name": "Queuetue HX711 Library", "version": "1.0.1", @@ -38898,7 +56585,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/queuetue/Q2-HX711-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_HX711_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_HX711_Library-1.0.1.zip", "archiveFileName": "Queuetue_HX711_Library-1.0.1.zip", "size": 5008, "checksum": "SHA-256:dfa7db5be6ad9921fb1fcc90efc0f37390f92eed5e81200f898e011acea1d975" @@ -38915,7 +56602,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/queuetue/Q2-Balance-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.2.zip", "archiveFileName": "Queuetue_Digital_Balance_Library-1.0.2.zip", "size": 7268, "checksum": "SHA-256:73b6d309f8da07464f669a6f4a1d88f00a82d59f2230e384123f3467c3653d1e" @@ -38932,7 +56619,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/queuetue/Q2-Balance-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.3.zip", "archiveFileName": "Queuetue_Digital_Balance_Library-1.0.3.zip", "size": 7368, "checksum": "SHA-256:39538111a1eb67db8c007818f6ed5eda7aa2552b30f254568fb68dea62341ca1" @@ -38949,7 +56636,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/queuetue/Q2-Balance-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.4.zip", "archiveFileName": "Queuetue_Digital_Balance_Library-1.0.4.zip", "size": 8116, "checksum": "SHA-256:53f0d5605d9caf9f1743992b613e8678dd11a754a2f366e03355970ab2c3ef3b" @@ -38966,7 +56653,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/queuetue/Q2-Balance-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.5.zip", "archiveFileName": "Queuetue_Digital_Balance_Library-1.0.5.zip", "size": 8543, "checksum": "SHA-256:f4f0fa87212a845197c8d0d07ab567d33a5d90d9f96e8be99d27593095175fbf" @@ -38983,7 +56670,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/queuetue/Q2-Balance-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/queuetue/Queuetue_Digital_Balance_Library-1.0.6.zip", "archiveFileName": "Queuetue_Digital_Balance_Library-1.0.6.zip", "size": 8416, "checksum": "SHA-256:3ba92cbca4565b9b02a115a146c666e31a5bfe1ca30bf1bbf14de53a346f921f" @@ -39000,7 +56687,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-1.0.0.zip", "archiveFileName": "BME280-1.0.0.zip", "size": 24957, "checksum": "SHA-256:201217f8a078b620cc5b2f7a5609dcaa45a97981db100157526914f1170893eb" @@ -39017,7 +56704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.2.zip", "archiveFileName": "BME280-2.1.2.zip", "size": 38934, "checksum": "SHA-256:83d4fa318c121ad847131ce3d05ddfba0fd69ddfba0a53969e5511f224c5c5e0" @@ -39034,7 +56721,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.0.zip", "archiveFileName": "BME280-2.1.0.zip", "size": 39223, "checksum": "SHA-256:1a60ed1cb136558a8a7d68b6966c0a5af007cb94d22357693e5dfd6d84062dc6" @@ -39051,7 +56738,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.3.zip", "archiveFileName": "BME280-2.1.3.zip", "size": 43842, "checksum": "SHA-256:75167cc37d963e9a51e23e017149cf57349a31ddea18a54d90ab35a0037c8aeb" @@ -39068,7 +56755,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.1.4.zip", "archiveFileName": "BME280-2.1.4.zip", "size": 41059, "checksum": "SHA-256:187c16ca848bd1c01a8b8f17d503faa51af027829599ccb03556bad8519d1b02" @@ -39085,7 +56772,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.2.0.zip", "archiveFileName": "BME280-2.2.0.zip", "size": 43648, "checksum": "SHA-256:ee311cb118e6826fa1f25d6eb370fffd4596c8ca8e3f9e3439d2557e7bcc1b6c" @@ -39102,7 +56789,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.2.1.zip", "archiveFileName": "BME280-2.2.1.zip", "size": 43816, "checksum": "SHA-256:5b8ff979a846eff10303d1787f392df7ce469fbaf8148658dc3414ca9e573287" @@ -39119,11 +56806,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finitespace/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-2.3.0.zip", "archiveFileName": "BME280-2.3.0.zip", "size": 44831, "checksum": "SHA-256:0f25cb7ebd3bc5074b7f35c92659cffa67f0eac10b4ce645e515aaeeab4ecada" }, + { + "name": "BME280", + "version": "3.0.0", + "author": "Tyler Glenn \u003cfinitespaceghb2@junk.yoglenn.com\u003e", + "maintainer": "Tyler Glenn \u003cfinitespaceghb2@junk.yoglenn.com\u003e", + "sentence": "Provides a library for reading and interpreting Bosch BME280 environmental sensor data over I2C, SPI or Sw SPI.", + "paragraph": "Reads temperature, humidity, and pressure. Includes environment calculations. Provides functions for english and metric. Also reads pressure in Pa, hPa, inHg, atm, bar, torr, N/m^2 and psi. ESP and BRZO I2C support.", + "website": "https://www.github.com/finitespace/BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/finitespace/BME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-3.0.0.zip", + "archiveFileName": "BME280-3.0.0.zip", + "size": 50984, + "checksum": "SHA-256:88b1ac5877c9cc0ec706b077043306432fe3a2de9930d1ddbc6f714946c3dced" + }, { "name": "Oregon", "version": "1.0.0", @@ -39136,7 +56840,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mickaelh51/Arduino-Oregon-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mickaelh51/Oregon-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mickaelh51/Oregon-1.0.0.zip", "archiveFileName": "Oregon-1.0.0.zip", "size": 9834, "checksum": "SHA-256:89581689be208b2b5cb6fabfd32c5bbd69aa3bcdece9f5bb512fa7df38b536b8" @@ -39153,7 +56857,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Mickaelh51/Arduino-Oregon-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Mickaelh51/Oregon-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Mickaelh51/Oregon-1.0.1.zip", "archiveFileName": "Oregon-1.0.1.zip", "size": 9865, "checksum": "SHA-256:5a9347a7ea237b8b66e63a5976a42bc0e21da2a0505d946250499589703761c8" @@ -39170,7 +56874,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.0.0.zip", "archiveFileName": "Etherkit_JTEncode-1.0.0.zip", "size": 31782, "checksum": "SHA-256:833e73d8250b1ab7f9ee29887da6baffaaece7cb52022d7a268b067eee7f23bd" @@ -39187,7 +56891,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.0.1.zip", "archiveFileName": "Etherkit_JTEncode-1.0.1.zip", "size": 31833, "checksum": "SHA-256:94b00388f07708353ad448b8c260da19cac2b59368709258ca491bc6d5936add" @@ -39204,7 +56908,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.0.zip", "archiveFileName": "Etherkit_JTEncode-1.1.0.zip", "size": 35333, "checksum": "SHA-256:3c1ac0fead24c66692da0cf4059c893529b0f1d33a2ca512af6264549e2aeba4" @@ -39221,7 +56925,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.1.zip", "archiveFileName": "Etherkit_JTEncode-1.1.1.zip", "size": 35339, "checksum": "SHA-256:27af2d4b41a0db8dd67d24ab27b7163bec930a7b9975179665f7d3ee305d286c" @@ -39238,7 +56942,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.2.zip", "archiveFileName": "Etherkit_JTEncode-1.1.2.zip", "size": 36065, "checksum": "SHA-256:ba100355cc865c88b966247ff740ff046b991719e6f2172c45dceb259b95b1a5" @@ -39255,7 +56959,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.1.3.zip", "archiveFileName": "Etherkit_JTEncode-1.1.3.zip", "size": 36100, "checksum": "SHA-256:dcfb61a2ecb6f13add181f20ea490cedcdb87eca0a09ea5a42820854a99a87ea" @@ -39272,11 +56976,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/JTEncode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.2.0.zip", "archiveFileName": "Etherkit_JTEncode-1.2.0.zip", "size": 43324, "checksum": "SHA-256:c77f1a068e00be086e525c602f8f84720622e1d567050d8cec8cdef00227b27e" }, + { + "name": "Etherkit JTEncode", + "version": "1.2.1", + "author": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "maintainer": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "sentence": "Generate JT65, JT9, JT4, FT8, WSPR, and FSQ symbols on your Arduino.", + "paragraph": "This library very simply generates a set of channel symbols for JT65, JT9, JT4, FT8, or WSPR based on the user providing a properly formatted Type 6 message for JT65, JT9, or JT4 (which is 13 valid characters), Type 0.0 or 0.5 message for FT8 (v2.0.0 protocol) or a callsign, Maidenhead grid locator, and power output for WSPR. It will also generate an arbitrary FSQ message of up to 200 characters in both directed and non-directed format. When paired with a synthesizer that can output frequencies in fine, phase-continuous tuning steps (such as the Si5351), then a beacon or telemetry transmitter can be created which can change the transmitted characters as needed from the Arduino.", + "website": "https://github.com/etherkit/JTEncode", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/etherkit/JTEncode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.2.1.zip", + "archiveFileName": "Etherkit_JTEncode-1.2.1.zip", + "size": 43391, + "checksum": "SHA-256:ba6fcadce2bde02b9087d7e7c10fdf55a7228ea604055a2eec5a542a077dd477" + }, + { + "name": "Etherkit JTEncode", + "version": "1.3.0", + "author": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "maintainer": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "sentence": "Generate JT65, JT9, JT4, FT8, WSPR, and FSQ symbols on your Arduino.", + "paragraph": "This library very simply generates a set of channel symbols for JT65, JT9, JT4, FT8, or WSPR based on the user providing a properly formatted Type 6 message for JT65, JT9, or JT4 (which is 13 valid characters), Type 0.0 or 0.5 message for FT8 (v2.0.0 protocol) or a callsign, Maidenhead grid locator, and power output for WSPR. It will also generate an arbitrary FSQ message of up to 200 characters in both directed and non-directed format. When paired with a synthesizer that can output frequencies in fine, phase-continuous tuning steps (such as the Si5351), then a beacon or telemetry transmitter can be created which can change the transmitted characters as needed from the Arduino.", + "website": "https://github.com/etherkit/JTEncode", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/etherkit/JTEncode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.3.0.zip", + "archiveFileName": "Etherkit_JTEncode-1.3.0.zip", + "size": 50018, + "checksum": "SHA-256:ed49f30cabe8eae2657daae986f682bca78ed0b0eed3bdaa616777cfc869ea99" + }, + { + "name": "Etherkit JTEncode", + "version": "1.3.1", + "author": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "maintainer": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "sentence": "Generate JT65, JT9, JT4, FT8, WSPR, and FSQ symbols on your Arduino.", + "paragraph": "This library very simply generates a set of channel symbols for JT65, JT9, JT4, FT8, or WSPR based on the user providing a properly formatted Type 6 message for JT65, JT9, or JT4 (which is 13 valid characters), Type 0.0 or 0.5 message for FT8 (v2.0.0 protocol) or a callsign, Maidenhead grid locator, and power output for WSPR. It will also generate an arbitrary FSQ message of up to 200 characters in both directed and non-directed format. When paired with a synthesizer that can output frequencies in fine, phase-continuous tuning steps (such as the Si5351), then a beacon or telemetry transmitter can be created which can change the transmitted characters as needed from the Arduino.", + "website": "https://github.com/etherkit/JTEncode", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/etherkit/JTEncode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.3.1.zip", + "archiveFileName": "Etherkit_JTEncode-1.3.1.zip", + "size": 50619, + "checksum": "SHA-256:e95f2c6e70cfa8e09cf95b7b665de52ea43124990b75727325d8ada144515ad5" + }, { "name": "ESPert", "version": "1.1.1", @@ -39289,7 +57044,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.1.zip", "archiveFileName": "ESPert-1.1.1.zip", "size": 1255653, "checksum": "SHA-256:5eb8eb593564cb389a54d2fe032f9c4a20777458c6bbdd693e9ec7f9cbfad1b5" @@ -39306,7 +57061,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.2.zip", "archiveFileName": "ESPert-1.1.2.zip", "size": 1255744, "checksum": "SHA-256:cc924cbec27b7514d6cf992f27a214bf8fc38487a8918194414439aae1226a16" @@ -39323,7 +57078,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.3.zip", "archiveFileName": "ESPert-1.1.3.zip", "size": 1256068, "checksum": "SHA-256:398276a7b018d3866afca87656cdc545da9f3ea2bae87371867ed71f4b300143" @@ -39340,7 +57095,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.4.zip", "archiveFileName": "ESPert-1.1.4.zip", "size": 1304966, "checksum": "SHA-256:7d35eb017cefc095626769af5e6fa3bf90b720712c45fdc7c92451a50d42c201" @@ -39357,7 +57112,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.1.5.zip", "archiveFileName": "ESPert-1.1.5.zip", "size": 1305122, "checksum": "SHA-256:a5e572981c6e58ce81f873ce62c3e945b223867020b3688babcd880035864ce8" @@ -39374,7 +57129,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.0.zip", "archiveFileName": "ESPert-1.2.0.zip", "size": 1306944, "checksum": "SHA-256:cfe443038d985f5dba11b5e7c82d77441cb0e318e1c0bfe34d08ecdc17db1325" @@ -39391,7 +57146,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.2.zip", "archiveFileName": "ESPert-1.2.2.zip", "size": 1403112, "checksum": "SHA-256:0819931da08e43654d9e8043ea7a12b910b88241c9ff747314067f02d8ccfe7e" @@ -39408,7 +57163,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.4.zip", "archiveFileName": "ESPert-1.2.4.zip", "size": 1580970, "checksum": "SHA-256:6a1db9dc32c6f58bff37ac7050ab40f5c545c5abdb55ef1daf3f91825061dfa2" @@ -39425,7 +57180,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.5.zip", "archiveFileName": "ESPert-1.2.5.zip", "size": 2303815, "checksum": "SHA-256:92ca809d6772f001ad6cfb10ad763b9eccf3dba248805cc5745fd3473a4d9c69" @@ -39442,7 +57197,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/JimmySoftware/ESPert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JimmySoftware/ESPert-1.2.6.zip", "archiveFileName": "ESPert-1.2.6.zip", "size": 2314025, "checksum": "SHA-256:da87afbf89e04a16cbd513018df7f6593d280d7bdebecd15510a71495d63a037" @@ -39459,7 +57214,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rhelmus/virtmem-arlibman.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rhelmus/virtmem-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rhelmus/virtmem-1.0.0.zip", "archiveFileName": "virtmem-1.0.0.zip", "size": 61599, "checksum": "SHA-256:19136181d534e912cb10ea47fd8e2c9d8273bcb169e4b3dda42e7bbbed19ce06" @@ -39476,7 +57231,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/Chronos.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/Chronos-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/Chronos-1.0.0.zip", "archiveFileName": "Chronos-1.0.0.zip", "size": 71242, "checksum": "SHA-256:fd450c8968fa4d9d83aa7ecbf38d321a6413553b0dc42eb1071c773ba5faeb05" @@ -39493,7 +57248,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/Chronos.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/Chronos-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/Chronos-1.1.0.zip", "archiveFileName": "Chronos-1.1.0.zip", "size": 71339, "checksum": "SHA-256:59be51888960f8d327bb5537143271057de18c92f8fce02cee2e3072432c0505" @@ -39510,7 +57265,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/Chronos.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/Chronos-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/Chronos-1.2.0.zip", "archiveFileName": "Chronos-1.2.0.zip", "size": 73399, "checksum": "SHA-256:9bf3f76a31de682897f792caff7296a7ddfc952a7f4e6141c8c2624e5e06a1fd" @@ -39527,7 +57282,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.10.0.zip", "archiveFileName": "WiFiManager-0.10.0.zip", "size": 32397, "checksum": "SHA-256:ac7101f568782004b1d0e70377843a00553ab335fdc1ac1b1e069851b1453f7a" @@ -39544,7 +57299,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.11.0.zip", "archiveFileName": "WiFiManager-0.11.0.zip", "size": 35014, "checksum": "SHA-256:024afbbbe459703f6f4a288953eafd7f962a0e764ec329b3689bf3c1e0399896" @@ -39561,7 +57316,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.12.0.zip", "archiveFileName": "WiFiManager-0.12.0.zip", "size": 34979, "checksum": "SHA-256:dbfefa0a406b433e69b7bee170a21764ea1cfea73cf97659b0c6c43a9c16e898" @@ -39578,7 +57333,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.13.0.zip", "archiveFileName": "WiFiManager-0.13.0.zip", "size": 38255, "checksum": "SHA-256:37ca5ad4818739f038263fa05e7bc69ce9dd363793dff0ab08713e1fa800ff29" @@ -39595,7 +57350,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.14.0.zip", "archiveFileName": "WiFiManager-0.14.0.zip", "size": 38389, "checksum": "SHA-256:8b64e9793a261f91d3ba1cf8d2bc5ae3ed9eb6993679344d6c4a54cf0f983327" @@ -39612,7 +57367,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.5.0.zip", "archiveFileName": "WiFiManager-0.5.0.zip", "size": 15073, "checksum": "SHA-256:e4f488ff46a40d0b2c990f9e61d9dfb806559f44d15191d959c36068c5968973" @@ -39629,7 +57384,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.6.0.zip", "archiveFileName": "WiFiManager-0.6.0.zip", "size": 23112, "checksum": "SHA-256:5f73e2ca849250b61fae665f5c277d308fb603697346125df9c2ae3f11694ca0" @@ -39646,7 +57401,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.7.0.zip", "archiveFileName": "WiFiManager-0.7.0.zip", "size": 30065, "checksum": "SHA-256:ee4ba89c1dd0dacd359b3f09cefe06becba127f12aec69e456e634220bc548d3" @@ -39663,7 +57418,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.8.0.zip", "archiveFileName": "WiFiManager-0.8.0.zip", "size": 31918, "checksum": "SHA-256:60fc7d39f77ba819fc23c8e79da629b1f17a0883d8f42486413b315d01314052" @@ -39680,11 +57435,113 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tzapu/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.9.0.zip", "archiveFileName": "WiFiManager-0.9.0.zip", "size": 31844, "checksum": "SHA-256:e7df72aed019b627592d2d7a76785d001fb24805ddb23386baf4294174059358" }, + { + "name": "WiFiManager", + "version": "0.15.0-beta", + "author": "tzapu", + "maintainer": "tzapu", + "sentence": "ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.15.0-beta.zip", + "archiveFileName": "WiFiManager-0.15.0-beta.zip", + "size": 38754, + "checksum": "SHA-256:8d9b924fa760c71e6d5e22e801290a951493af46ebf36534c9bee8384afef85f" + }, + { + "name": "WiFiManager", + "version": "0.15.0", + "author": "tzapu", + "maintainer": "tzapu", + "sentence": "ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.15.0.zip", + "archiveFileName": "WiFiManager-0.15.0.zip", + "size": 38692, + "checksum": "SHA-256:ac885c87a43b4e977691071efab2b763d66982c4929328729ec235c2df0e4e95" + }, + { + "name": "WiFiManager", + "version": "2.0.1-alpha", + "author": "tzapu,tablatronix", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for ESP boards", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.1-alpha.zip", + "archiveFileName": "WiFiManager-2.0.1-alpha.zip", + "size": 133620, + "checksum": "SHA-256:c1f97201cc7a3639f1030a00b71c8c24d413a3d69f8d74fc61866a2834895333" + }, + { + "name": "WiFiManager", + "version": "2.0.2-alpha", + "author": "tzapu,tablatronix", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for ESP boards", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.2-alpha.zip", + "archiveFileName": "WiFiManager-2.0.2-alpha.zip", + "size": 134377, + "checksum": "SHA-256:186ec8472270dd41cee08565ec3edf189dfbe7a84f7dad83b831748be8eb4e1c" + }, + { + "name": "WiFiManager", + "version": "2.0.3-alpha", + "author": "tzapu,tablatronix", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for ESP boards", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.3-alpha.zip", + "archiveFileName": "WiFiManager-2.0.3-alpha.zip", + "size": 134369, + "checksum": "SHA-256:c708f5cdeee3857f449e1adc78b2e938f27fe8d44b22247055f9789d447aa1ef" + }, + { + "name": "WiFiManager", + "version": "0.16.0", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-0.16.0.zip", + "archiveFileName": "WiFiManager-0.16.0.zip", + "size": 39052, + "checksum": "SHA-256:5f06e9502a256d4e297a2e79bed8b9ac1c9cbc8035f8cf1db5a89bafab33d072" + }, { "name": "Lewis", "version": "0.1.0", @@ -39697,7 +57554,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DefProc/lewis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.0.zip", "archiveFileName": "Lewis-0.1.0.zip", "size": 15846, "checksum": "SHA-256:0f7731cf7ce4049618844e47e5894f7463256df32d3e4a8ebd1986830012cab8" @@ -39714,7 +57571,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DefProc/lewis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.1.zip", "archiveFileName": "Lewis-0.1.1.zip", "size": 15846, "checksum": "SHA-256:f9486425d9ad0318ecb6f9632eb28e05001cd2ec81df68f17fea8784d775be8e" @@ -39731,7 +57588,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DefProc/lewis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.2.zip", "archiveFileName": "Lewis-0.1.2.zip", "size": 15853, "checksum": "SHA-256:8ff186fb00c36b128b4d038f703e7294a3727505f0173b813966dc74f484ad3f" @@ -39748,11 +57605,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DefProc/lewis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.3.zip", "archiveFileName": "Lewis-0.1.3.zip", "size": 15853, "checksum": "SHA-256:c66372941494555ec1f5c4b519d6e088a5f11e5136a35cb7f56cb74a2df3cf33" }, + { + "name": "Lewis", + "version": "0.1.4", + "author": "Patrick Fenner \u003ccontact@defproc.co.uk\u003e", + "maintainer": "Patrick Fenner \u003ccontact@defproc.co.uk\u003e", + "sentence": "A morse code stream/print interpreter", + "paragraph": "Lewis helps with receiving and sending morse code from a microcontroller", + "website": "https://git.defproc.co.uk/DefProc/Lewis/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DefProc/lewis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/Lewis-0.1.4.zip", + "archiveFileName": "Lewis-0.1.4.zip", + "size": 16518, + "checksum": "SHA-256:d10731994bd8924aef37d2593d86fd8843b5c33b80b9e785e5f41b4e6b5107c4" + }, { "name": "Goldilocks Analogue DAC Library", "version": "1.0.0", @@ -39765,7 +57639,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Goldilocks_Analogue_DAC_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_DAC_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_DAC_Library-1.0.0.zip", "archiveFileName": "Goldilocks_Analogue_DAC_Library-1.0.0.zip", "size": 14050, "checksum": "SHA-256:a6a833e8b4bd1ee68bd3bac32050fa888912c63469a3aba265e414f608d7378e" @@ -39782,7 +57656,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Goldilocks_Analogue_DAC_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_DAC_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_DAC_Library-1.0.3.zip", "archiveFileName": "Goldilocks_Analogue_DAC_Library-1.0.3.zip", "size": 14638, "checksum": "SHA-256:7446bdd84eea20165941a319fb65622926732416a5b47b3cb3739dc091ea860a" @@ -39799,7 +57673,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_RTC_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/AVR_Standard_C_Time_Library-1.8.0-4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/AVR_Standard_C_Time_Library-1.8.0-4.zip", "archiveFileName": "AVR_Standard_C_Time_Library-1.8.0-4.zip", "size": 72373, "checksum": "SHA-256:2d769618ca87f3e87b246c5dc567b4d76967e9e3146ab92fe98cad2081681753" @@ -39816,11 +57690,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Arduino_RTC_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/AVR_Standard_C_Time_Library-1.8.0-5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/AVR_Standard_C_Time_Library-1.8.0-5.zip", "archiveFileName": "AVR_Standard_C_Time_Library-1.8.0-5.zip", "size": 72369, "checksum": "SHA-256:a5fe2c5fa3b9477db3ba25589b91564dff8bdb36d2e81711fbcfd6e0ecc69aa0" }, + { + "name": "AVR Standard C Time Library", + "version": "2.0.0-1", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "sentence": "\u003ch3\u003eReal Time functions for Goldilocks ATmega1284p \u0026 ATmega2560\u003c/h3\u003e", + "paragraph": "This library implements a RTC on an ATmega with a 32kHz clock crystal on Timer 2, supporting the avr-libc time.h functions.", + "website": "https://github.com/feilipu/Arduino_RTC_Library", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feilipu/Arduino_RTC_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/AVR_Standard_C_Time_Library-2.0.0-1.zip", + "archiveFileName": "AVR_Standard_C_Time_Library-2.0.0-1.zip", + "size": 8210, + "checksum": "SHA-256:722d247e25cde4d88df34085e62bb734e6e2ca30093e776e12eb2a26cdce5471" + }, { "name": "Low-Power", "version": "1.4.0", @@ -39833,7 +57724,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/rocketscream/Low-Power.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.4.0.zip", "archiveFileName": "Low_Power-1.4.0.zip", "size": 10757, "checksum": "SHA-256:0bbdfe74ce5accd92520d495b8b49a4b679c542d617c76daf30f3789baa6feb9" @@ -39850,7 +57741,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/rocketscream/Low-Power.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.5.0.zip", "archiveFileName": "Low_Power-1.5.0.zip", "size": 10855, "checksum": "SHA-256:2ee6127d83f72a322a95567b528d764021782c221f631419f34c685d39694052" @@ -39867,7 +57758,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/rocketscream/Low-Power.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.6.0.zip", "archiveFileName": "Low_Power-1.6.0.zip", "size": 11040, "checksum": "SHA-256:f29d65d01646ac67ad8a39a020af63032d05a678a6274390f8885c02a6c9a3f3" @@ -39884,7 +57775,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Goldilocks_Analogue_SPIRAM_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_SPI_RAM_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_SPI_RAM_Library-1.0.0.zip", "archiveFileName": "Goldilocks_Analogue_SPI_RAM_Library-1.0.0.zip", "size": 17925, "checksum": "SHA-256:61f591a5863d8d349cd1ceffb654a4f3f4531b7846295d089b34f7fea83e8928" @@ -39901,7 +57792,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Goldilocks_Analogue_SPIRAM_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_SPI_RAM_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_SPI_RAM_Library-1.0.2.zip", "archiveFileName": "Goldilocks_Analogue_SPI_RAM_Library-1.0.2.zip", "size": 18209, "checksum": "SHA-256:866547e265e5b5dfeac9318e1281e1a5d9611301dcb8d95a800adee2e772965b" @@ -39918,7 +57809,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/feilipu/Goldilocks_Analogue_SPIRAM_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_SPI_RAM_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/Goldilocks_Analogue_SPI_RAM_Library-1.0.3.zip", "archiveFileName": "Goldilocks_Analogue_SPI_RAM_Library-1.0.3.zip", "size": 18208, "checksum": "SHA-256:ae11410bd45a208de753660150f1c9c61756a33a37af57c544af66acae8f3047" @@ -39935,7 +57826,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/foothillscommunityworkshop/Robot-Model-2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/foothillscommunityworkshop/FCWRobot_Model2-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/foothillscommunityworkshop/FCWRobot_Model2-1.0.1.zip", "archiveFileName": "FCWRobot_Model2-1.0.1.zip", "size": 116114, "checksum": "SHA-256:16b897cc688dcc6ced21b78f5f4e368e29461c1e17d718775d116eaa131b5ac5" @@ -39952,7 +57843,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.2.zip", "archiveFileName": "MFRC522-1.1.2.zip", "size": 1087850, "checksum": "SHA-256:131bbac3f5954d8cb8b6e47b75ad4c21b315051dbd88c244c220241cc687e14b" @@ -39969,7 +57860,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.3.zip", "archiveFileName": "MFRC522-1.1.3.zip", "size": 1088242, "checksum": "SHA-256:45f785dae527aecff318ba69b164f538e88b2c5960d04a6057f883af3fc9f507" @@ -39986,7 +57877,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.4.zip", "archiveFileName": "MFRC522-1.1.4.zip", "size": 1087517, "checksum": "SHA-256:c2096f5bb1bf21f396300fc9faecb5665c4201efbb566135d8bd7ff514bb0020" @@ -40003,7 +57894,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.5.zip", "archiveFileName": "MFRC522-1.1.5.zip", "size": 1089577, "checksum": "SHA-256:787f8d40a341a47394c91c22b6a3d8c04be991ac790bf797df4637deaf019bff" @@ -40020,7 +57911,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.6.zip", "archiveFileName": "MFRC522-1.1.6.zip", "size": 1089600, "checksum": "SHA-256:8694588ddab0f9213ed420ae194aeda978f15b4cce60a7c9454cc4b6dff0d3e1" @@ -40037,7 +57928,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.7.zip", "archiveFileName": "MFRC522-1.1.7.zip", "size": 1098944, "checksum": "SHA-256:95af77d2477acdaaf18dd4a8ab23632c7af960cdfa1440a39886b54c9d220c70" @@ -40054,7 +57945,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.8.zip", "archiveFileName": "MFRC522-1.1.8.zip", "size": 1101308, "checksum": "SHA-256:b2bcebdd60ebcb3cb45e2be29cb6b263abd517b714ddded421aab98f4428106d" @@ -40071,7 +57962,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.1.9.zip", "archiveFileName": "MFRC522-1.1.9.zip", "size": 1102562, "checksum": "SHA-256:5e38422749ba1eaecc424a104af79e7fd79b0c72adce45698d28e567f4c08f53" @@ -40088,7 +57979,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.2.0.zip", "archiveFileName": "MFRC522-1.2.0.zip", "size": 1104491, "checksum": "SHA-256:241414110b7bb832fbc1a33f5bb561a24c9714120742b294aec58e272bf3c2ed" @@ -40105,7 +57996,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.2.1.zip", "archiveFileName": "MFRC522-1.2.1.zip", "size": 1105176, "checksum": "SHA-256:7f1782bf009db1f470852808cf8deda5f467844db53e593b303f88dd9ef46647" @@ -40122,7 +58013,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.0.zip", "archiveFileName": "MFRC522-1.3.0.zip", "size": 1116865, "checksum": "SHA-256:54a1be1405f19de5542ae644e555701e289a6e7b9304a592d0053a63484b4e6a" @@ -40139,7 +58030,7 @@ "architectures": ["avr", "STM32F1", "teensy"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.1.zip", "archiveFileName": "MFRC522-1.3.1.zip", "size": 1116948, "checksum": "SHA-256:2ff210bea5c79457cea87d57c3127f25c35d44d4cd47b5e5f39d27709151a6d9" @@ -40156,7 +58047,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.2.zip", "archiveFileName": "MFRC522-1.3.2.zip", "size": 1116971, "checksum": "SHA-256:d71f6c48adadc7153bc9a23a69e9696c125baa72a46f6916b4bc596285d4a1d7" @@ -40173,7 +58064,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.3.zip", "archiveFileName": "MFRC522-1.3.3.zip", "size": 1117106, "checksum": "SHA-256:90e8ccf8bda12ad928a1f3f0602aa58959dae8b1d65abcd7ed1faf4501bd4874" @@ -40190,7 +58081,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.4.zip", "archiveFileName": "MFRC522-1.3.4.zip", "size": 1119037, "checksum": "SHA-256:f0be4a31c7765333dc320a2dcbd71345ee41075a5e6ad7b35ee4e25fa97d1da2" @@ -40207,7 +58098,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.5.zip", "archiveFileName": "MFRC522-1.3.5.zip", "size": 1119311, "checksum": "SHA-256:c9d709ba05dc7cc96f74a91d1e80997860294b1b594d0f9825c7cdbefb9e861b" @@ -40224,7 +58115,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.3.6.zip", "archiveFileName": "MFRC522-1.3.6.zip", "size": 1120375, "checksum": "SHA-256:686171afd47ccdd90ff7640dde9550b27a8cbdc253da1bcbd464bc5709057d86" @@ -40241,7 +58132,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.0.zip", "archiveFileName": "MFRC522-1.4.0.zip", "size": 1120578, "checksum": "SHA-256:c8db3e4d5438beca6fbc7165ca3f58e7ead5161e85cd1c25c261f7e73de81f33" @@ -40258,7 +58149,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.1.zip", "archiveFileName": "MFRC522-1.4.1.zip", "size": 1156022, "checksum": "SHA-256:dd125e40c0179a2d8c8e2437b8964211ac18fa4555e15b04bba2e8b50d81c161" @@ -40275,7 +58166,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.2.zip", "archiveFileName": "MFRC522-1.4.2.zip", "size": 1156076, "checksum": "SHA-256:fcff803917d8f15535943a0c53ff2bbeabe507d8643bf26438b41f23b6d96ec1" @@ -40292,7 +58183,7 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.3.zip", "archiveFileName": "MFRC522-1.4.3.zip", "size": 1156515, "checksum": "SHA-256:8f528b0537443d3404d4ea2d460c99cd2ee75e56beaca2772999b009eeef78f0" @@ -40309,11 +58200,96 @@ "architectures": ["avr", "STM32F1", "teensy", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/miguelbalboa/rfid.git", - "url": "http://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.4.zip", "archiveFileName": "MFRC522-1.4.4.zip", "size": 1156926, "checksum": "SHA-256:3c6ae959b3621ac8a1477ecf97ae3b31c8c627cc65da4f2d0925304aa4a406de" }, + { + "name": "MFRC522", + "version": "1.4.5", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": ["avr", "megaavr", "STM32F1", "teensy", "esp8266", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.5.zip", + "archiveFileName": "MFRC522-1.4.5.zip", + "size": 1157318, + "checksum": "SHA-256:2853a1284fe124e4e89100e552858c318f0fd015ca723581209148b686a08fbb" + }, + { + "name": "MFRC522", + "version": "1.4.6", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": ["avr", "megaavr", "STM32F1", "teensy", "esp8266", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.6.zip", + "archiveFileName": "MFRC522-1.4.6.zip", + "size": 1221524, + "checksum": "SHA-256:98ee1c681bb187692ad368c628dde38cb180524cf27a3ad791d2d6307ed7822f" + }, + { + "name": "MFRC522", + "version": "1.4.7", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": ["avr", "megaavr", "STM32F1", "teensy", "esp8266", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.7.zip", + "archiveFileName": "MFRC522-1.4.7.zip", + "size": 1221521, + "checksum": "SHA-256:a67e5740b2599092367d3254bff97a51a27d08af5b6dab94fd2753e1869b8896" + }, + { + "name": "MFRC522", + "version": "1.4.8", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": ["avr", "megaavr", "STM32F1", "teensy", "esp8266", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.8.zip", + "archiveFileName": "MFRC522-1.4.8.zip", + "size": 1221569, + "checksum": "SHA-256:0ec3b215e8c65c6f6368b99fc6595c9c8f1ee489310dc3f81d8cd9bc06da657c" + }, + { + "name": "MFRC522", + "version": "1.4.9", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": ["avr", "megaavr", "STM32F1", "teensy", "esp8266", "esp32", "samd", "atmelsam"], + "types": ["Contributed"], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.9.zip", + "archiveFileName": "MFRC522-1.4.9.zip", + "size": 1215177, + "checksum": "SHA-256:b42264190640862eabec2b155c572cc60055c90db4c66ace138fb256eacdeee3" + }, { "name": "RingBuf", "version": "1.1.0", @@ -40326,7 +58302,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wizard97/ArduinoRingBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-1.1.0.zip", "archiveFileName": "RingBuf-1.1.0.zip", "size": 8628, "checksum": "SHA-256:6767b959a0350c815a19c5b4bb0eb83d9e6ed21a531de020a1b23867dd812e7c" @@ -40343,7 +58319,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/wizard97/ArduinoRingBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-1.2.0.zip", "archiveFileName": "RingBuf-1.2.0.zip", "size": 8827, "checksum": "SHA-256:679b4fee6bd9a1626d45567d347344cb015193103544a466df259f0752a67840" @@ -40360,7 +58336,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/wizard97/ArduinoRingBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-1.3.0.zip", "archiveFileName": "RingBuf-1.3.0.zip", "size": 9408, "checksum": "SHA-256:d090611b5421c46c390c858b457ab8616b3873288d8eab0f9f66d6998ec9056c" @@ -40377,7 +58353,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/wizard97/ArduinoRingBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBuf-2.0.0.zip", "archiveFileName": "RingBuf-2.0.0.zip", "size": 10015, "checksum": "SHA-256:348c4c042b680c3f48f09613f67e9e6e09d10661b718462e5fcfdcd37c0ebb45" @@ -40394,7 +58370,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Syncano/syncano-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Syncano/Syncano_Arduino_Library-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Syncano/Syncano_Arduino_Library-0.1.0.zip", "archiveFileName": "Syncano_Arduino_Library-0.1.0.zip", "size": 91981, "checksum": "SHA-256:2a86ea1c1d904177593f1fc7151e7d25bfac7fca059bdf939bf82edcbaf904a5" @@ -40411,7 +58387,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Syncano/syncano-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Syncano/Syncano_Arduino_Library-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Syncano/Syncano_Arduino_Library-0.2.0.zip", "archiveFileName": "Syncano_Arduino_Library-0.2.0.zip", "size": 92207, "checksum": "SHA-256:8ba18b981c4a2a42893d553fda6aec969ee49496a72c611c5a729e655444387e" @@ -40428,7 +58404,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/lsm6-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/LSM6-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LSM6-1.0.0.zip", "archiveFileName": "LSM6-1.0.0.zip", "size": 9055, "checksum": "SHA-256:203fc9b732f64088bd2c2432cf7286c8abdeba7e762c374217c3e870e0feba0c" @@ -40445,11 +58421,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ChuckBell/MySQL_Connector_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChuckBell/MySQL_Connector_Arduino-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChuckBell/MySQL_Connector_Arduino-1.1.1.zip", "archiveFileName": "MySQL_Connector_Arduino-1.1.1.zip", "size": 420250, "checksum": "SHA-256:017c30a126d5bcd0042e75483bdf387f33a37ed76da2701258d31f8e5476120b" }, + { + "name": "MySQL Connector Arduino", + "version": "1.2.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e", + "maintainer": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e", + "sentence": "Connects Arduino using Arduino Ethernet-compatible shields including the Ethernet Shield and WiFi Shield.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL server without using an intermediate computer or a web- or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL server via your network, Internet, or even in the cloud!", + "website": "https://github.com/ChuckBell/MySQL_Connector_Arduino/wiki", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ChuckBell/MySQL_Connector_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChuckBell/MySQL_Connector_Arduino-1.2.0.zip", + "archiveFileName": "MySQL_Connector_Arduino-1.2.0.zip", + "size": 47216, + "checksum": "SHA-256:05c08a02849fe27237671b272c9858e9431213c76af927f381ddf36f0cd46476" + }, { "name": "LIS3MDL", "version": "1.0.0", @@ -40462,7 +58455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/lis3mdl-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/LIS3MDL-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LIS3MDL-1.0.0.zip", "archiveFileName": "LIS3MDL-1.0.0.zip", "size": 9043, "checksum": "SHA-256:9a77507d33a02fba6ab9deae9efecb9ed2816f77b686c64469abcb1a0be69b0f" @@ -40479,7 +58472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/flav1972/ArduinoINA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.0.zip", "archiveFileName": "ArduinoINA219-1.0.0.zip", "size": 226853, "checksum": "SHA-256:0ff44465313f1433b364b1e7d92e11d2db13f738c8eed48e886163343790f4f4" @@ -40496,7 +58489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/flav1972/ArduinoINA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.1.zip", "archiveFileName": "ArduinoINA219-1.0.1.zip", "size": 228842, "checksum": "SHA-256:2dbee46e28db81dce8b47e3c6afa77322c4daed5160932a88cbc28573f879d9d" @@ -40513,7 +58506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/flav1972/ArduinoINA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.2.zip", "archiveFileName": "ArduinoINA219-1.0.2.zip", "size": 228898, "checksum": "SHA-256:1187ea20d57856f0a32bfbe2a98e4d725ba13439683febf41cf7bb4c49391612" @@ -40530,11 +58523,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/flav1972/ArduinoINA219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.3.zip", "archiveFileName": "ArduinoINA219-1.0.3.zip", "size": 228908, "checksum": "SHA-256:139234d7bee87ac267e7840b9e249261ce506db93ff4de93cdf4a5edb3c035ce" }, + { + "name": "ArduinoINA219", + "version": "1.0.4", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.4.zip", + "archiveFileName": "ArduinoINA219-1.0.4.zip", + "size": 228915, + "checksum": "SHA-256:80d5c9f0536d5fa12124332e026d74238def43a0d30b2b8bedba05eb31562489" + }, + { + "name": "ArduinoINA219", + "version": "1.0.5", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.5.zip", + "archiveFileName": "ArduinoINA219-1.0.5.zip", + "size": 228907, + "checksum": "SHA-256:41bd2fbae1fd1f319445e7f496ac56e1baeef04b41783c6c4ee8fc40ca5cddcd" + }, + { + "name": "ArduinoINA219", + "version": "1.1.0", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e, Robert Wolff \u003cbob.wolff68@gmail.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.1.0.zip", + "archiveFileName": "ArduinoINA219-1.1.0.zip", + "size": 229208, + "checksum": "SHA-256:5d08057db1b0378172ab944ce240bf490bc3d26d50f1eb7eec3cd0b84bcc622e" + }, + { + "name": "ArduinoINA219", + "version": "1.1.1", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e, Robert Wolff \u003cbob.wolff68@gmail.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.1.1.zip", + "archiveFileName": "ArduinoINA219-1.1.1.zip", + "size": 229216, + "checksum": "SHA-256:8173b4ba464035dc9126d3ff5d211cd533d9aa94a859b3b024dc96ecf9e23990" + }, { "name": "SimpleDHT", "version": "1.0.1", @@ -40547,7 +58608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.1.zip", "archiveFileName": "SimpleDHT-1.0.1.zip", "size": 7721, "checksum": "SHA-256:f481cf32831b624712f03fd4a7fb4350e52f6ae0c6ae11ef0bd1d106804865a8" @@ -40564,7 +58625,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.10.zip", "archiveFileName": "SimpleDHT-1.0.10.zip", "size": 15828, "checksum": "SHA-256:e89eb84d3ecca81ffb4ae9924854f8222f4f4656b1788ef8cceb1cc07abe38fe" @@ -40581,7 +58642,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.11.zip", "archiveFileName": "SimpleDHT-1.0.11.zip", "size": 15984, "checksum": "SHA-256:a368db1f1620d1c4aa63a02f827f2cce9a8e6323c4dcf50696c23c56747a6557" @@ -40598,7 +58659,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.12.zip", "archiveFileName": "SimpleDHT-1.0.12.zip", "size": 15984, "checksum": "SHA-256:ba1905616cdc92f695ed24e8035d291c6924483b4be64f66803049fcb9488de8" @@ -40615,7 +58676,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.2.zip", "archiveFileName": "SimpleDHT-1.0.2.zip", "size": 7726, "checksum": "SHA-256:0a0915a740426aa887987183a9f93cf2d191b7f74f172d885f9716db2bd92d57" @@ -40632,7 +58693,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.4.zip", "archiveFileName": "SimpleDHT-1.0.4.zip", "size": 10207, "checksum": "SHA-256:2b71952b3cb9667487751839e9cc97324b1263aa76bf8f28e554ec4fe971efe5" @@ -40649,7 +58710,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.5.zip", "archiveFileName": "SimpleDHT-1.0.5.zip", "size": 12664, "checksum": "SHA-256:14a4f6e3cf4b487d36e6b934007f8676ec34c6a46aa8c117f66afd0020b75386" @@ -40666,7 +58727,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.6.zip", "archiveFileName": "SimpleDHT-1.0.6.zip", "size": 14614, "checksum": "SHA-256:557bd373106b5ad1f5466e7d9aa0f0338cedf9642bfb3de4d8380eab6b8fd437" @@ -40683,11 +58744,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/winlinvip/SimpleDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.9.zip", "archiveFileName": "SimpleDHT-1.0.9.zip", "size": 15762, "checksum": "SHA-256:559f4e55cb8f2f9a995469ed46e21320d42d5c8db517aa3d14d89a085f0af4c3" }, + { + "name": "SimpleDHT", + "version": "1.0.13", + "author": "Winlin \u003cwinlin@vip.126.com\u003e", + "maintainer": "Winlin \u003cwinlin@vip.126.com\u003e", + "sentence": "Arduino Temp \u0026 Humidity Sensors for DHT11 and DHT22.", + "paragraph": "Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate.", + "website": "https://github.com/winlinvip/SimpleDHT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/winlinvip/SimpleDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.13.zip", + "archiveFileName": "SimpleDHT-1.0.13.zip", + "size": 18480, + "checksum": "SHA-256:116945a57afca98eb7d02de9eb6c8c42282f54461e59834264b01baa8b6de7fa" + }, + { + "name": "SimpleDHT", + "version": "1.0.14", + "author": "Winlin \u003cwinlin@vip.126.com\u003e", + "maintainer": "Winlin \u003cwinlin@vip.126.com\u003e", + "sentence": "Arduino Temp \u0026 Humidity Sensors for DHT11 and DHT22.", + "paragraph": "Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate.", + "website": "https://github.com/winlinvip/SimpleDHT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/winlinvip/SimpleDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.14.zip", + "archiveFileName": "SimpleDHT-1.0.14.zip", + "size": 18546, + "checksum": "SHA-256:ce1d515d831a49bb83bea24c2baef11d4ce7c892500dd98688ee35c75ce59c02" + }, { "name": "Cytron G15 Shield", "version": "2.0.0", @@ -40700,7 +58795,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/Cytron-G15Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_G15_Shield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_G15_Shield-2.0.0.zip", "archiveFileName": "Cytron_G15_Shield-2.0.0.zip", "size": 35509, "checksum": "SHA-256:2f75ba8af4a75ea1e1e8375c74ecc0e91462ca11c39fce6d0ee81d98e9ec3b66" @@ -40716,8 +58811,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-1.0.0.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-1.0.0.zip", "archiveFileName": "Plotter-1.0.0.zip", "size": 7845, "checksum": "SHA-256:40f3057e3fa34bd0f0d640713d5573a9193ab71a1c4aed501f34642cc1681924" @@ -40733,8 +58828,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-1.0.1.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-1.0.1.zip", "archiveFileName": "Plotter-1.0.1.zip", "size": 7765, "checksum": "SHA-256:31921a951ddbf83e22319fdec5df68752b6cc0057900bdf4399ccf80f0e224b6" @@ -40750,8 +58845,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-1.1.0.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-1.1.0.zip", "archiveFileName": "Plotter-1.1.0.zip", "size": 8543, "checksum": "SHA-256:c4afda6ad170e52dca180ed5f4ca0a723fa38f1d29f05b8170c59a37f6e1a88f" @@ -40767,8 +58862,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.0.0.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.0.0.zip", "archiveFileName": "Plotter-2.0.0.zip", "size": 9723, "checksum": "SHA-256:535b0d03efad23b744443485a95e49a87525b2ec96e100a8ee2a6723cb6b9f8f" @@ -40784,8 +58879,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.1.0.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.1.0.zip", "archiveFileName": "Plotter-2.1.0.zip", "size": 12002, "checksum": "SHA-256:4d83e3b4c50b65e7ec231d6cdf5790a6e17971f6b15b736455a15e82ff82146a" @@ -40801,8 +58896,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.2.0.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.2.0.zip", "archiveFileName": "Plotter-2.2.0.zip", "size": 12313, "checksum": "SHA-256:4a2ccf898c2a5d29c19a247b1b24e9c8f0fb055cdf92682df05f4f1a1ebb204a" @@ -40818,8 +58913,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.2.1.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.2.1.zip", "archiveFileName": "Plotter-2.2.1.zip", "size": 12304, "checksum": "SHA-256:93109d860a98cb26ac676bb6bd38f14a9c3666a849cff5382eff0fc09b61036a" @@ -40835,8 +58930,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.0.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.0.zip", "archiveFileName": "Plotter-2.3.0.zip", "size": 12389, "checksum": "SHA-256:d4fd441927ca1ca6d270cadee60f097888107149a44a8a89b3b042517d1ab32b" @@ -40852,8 +58947,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.1.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.1.zip", "archiveFileName": "Plotter-2.3.1.zip", "size": 12377, "checksum": "SHA-256:9d15d5780462d6b1da7588dd6eebc9d39aaef3e99e4f488e073ad3864a98d0e0" @@ -40869,8 +58964,8 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.2.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.2.zip", "archiveFileName": "Plotter-2.3.2.zip", "size": 12377, "checksum": "SHA-256:5140d414a10edadee217f91ae2c1ba492f096af595a6cd50fc9eab87d352631d" @@ -40886,12 +58981,46 @@ "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/devinconley/ArduinoPlotter-for-Library-Manager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.3.zip", + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinconley/Plotter-2.3.3.zip", "archiveFileName": "Plotter-2.3.3.zip", "size": 12397, "checksum": "SHA-256:e6cafd1d122ea249aae994e5280723f0ebcf873407d667de37eaeb534f541a3a" }, + { + "name": "Plotter", + "version": "2.4.0", + "author": "Devin Conley \u003cdevinaconley@gmail.com\u003e", + "maintainer": "Devin Conley \u003cdevinaconley@gmail.com\u003e", + "sentence": "An Arduino library for easy plotting on host computer via serial communication.", + "paragraph": "Supports multi-variable plots against time as well as 2D plotting of an X vs Y variable. Multiple graphs can be displayed at once, with all formatting and scaling handled automatically. A stand-alone listener application, written with Processing, is provided.", + "website": "https://github.com/devinaconley/arduino-plotter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinaconley/Plotter-2.4.0.zip", + "archiveFileName": "Plotter-2.4.0.zip", + "size": 20621, + "checksum": "SHA-256:3f9d29d207e5c09cbdec69bf1e2e232a867ab4a12d96ad407a4572d525183ec5" + }, + { + "name": "Plotter", + "version": "2.4.1", + "author": "Devin Conley \u003cdevinaconley@gmail.com\u003e", + "maintainer": "Devin Conley \u003cdevinaconley@gmail.com\u003e", + "sentence": "An Arduino library for easy plotting on host computer via serial communication.", + "paragraph": "Supports multi-variable plots against time as well as 2D plotting of an X vs Y variable. Multiple graphs can be displayed at once, with all formatting and scaling handled automatically. A stand-alone listener application, written with Processing, is provided.", + "website": "https://github.com/devinaconley/arduino-plotter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/devinaconley/arduino-plotter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/devinaconley/Plotter-2.4.1.zip", + "archiveFileName": "Plotter-2.4.1.zip", + "size": 20582, + "checksum": "SHA-256:b6c6611a323e06b460fa1fae4b3f22428dc75f3f11d0aa153ecc70dad9c8d858" + }, { "name": "statsdclient", "version": "0.0.1", @@ -40904,7 +59033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jasiek/arduino-statsdclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jasiek/statsdclient-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jasiek/statsdclient-0.0.1.zip", "archiveFileName": "statsdclient-0.0.1.zip", "size": 2603, "checksum": "SHA-256:3275789cb29fb4d1de7e3ddf45216d5a5b8e76016779d67b037cdd698f0431f8" @@ -40921,7 +59050,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ubidots/Ubidots-FONA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_FONA_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_FONA_Library-1.1.0.zip", "archiveFileName": "Ubidots_FONA_Library-1.1.0.zip", "size": 6873, "checksum": "SHA-256:083950410e21ec1b496d3ee9b2fe20f6bcceb59da9a3d7e22daa661baa6c0fc3" @@ -40938,7 +59067,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-1.0.0.zip", "archiveFileName": "Rtc_by_Makuna-1.0.0.zip", "size": 24071, "checksum": "SHA-256:6faeec9aa764e1f63d5e1cf1771841bbb63b5be43fc670e4f912c4389fa6d1b4" @@ -40955,7 +59084,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-1.0.1.zip", "archiveFileName": "Rtc_by_Makuna-1.0.1.zip", "size": 24523, "checksum": "SHA-256:0adcfe4489115075f4a3920fe0ea882c4cb105f2cebe3c51ccc7913f014c91b2" @@ -40972,7 +59101,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.0.0.zip", "archiveFileName": "Rtc_by_Makuna-2.0.0.zip", "size": 23582, "checksum": "SHA-256:5bfeb3609150c1bbfbcced694c296558d4690681d98a1e7119157ef2e4128720" @@ -40989,7 +59118,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.0.1.zip", "archiveFileName": "Rtc_by_Makuna-2.0.1.zip", "size": 23697, "checksum": "SHA-256:cbb3a7e48f7edcd1a6d606e1b63468833de0cf9391d571ee501a2aa2e3757e46" @@ -41006,7 +59135,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.0.2.zip", "archiveFileName": "Rtc_by_Makuna-2.0.2.zip", "size": 23565, "checksum": "SHA-256:ed12e68ac06eabfa89d1f7be3c93ad8e8fd04d63fa43fc54e03f758621a13304" @@ -41023,7 +59152,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.1.0.zip", "archiveFileName": "Rtc_by_Makuna-2.1.0.zip", "size": 26969, "checksum": "SHA-256:e63a37f323321f723d238ed34cc5ab18adbcc35bfcb4b9100139e90dcd893b8f" @@ -41040,7 +59169,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.1.1.zip", "archiveFileName": "Rtc_by_Makuna-2.1.1.zip", "size": 29767, "checksum": "SHA-256:fafbeffcbf2c94d03ffa050b86c10ac4fbc1909dcf30f74a8654a7f2a6b537a8" @@ -41057,7 +59186,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.1.2.zip", "archiveFileName": "Rtc_by_Makuna-2.1.2.zip", "size": 33125, "checksum": "SHA-256:39a7da7b494eeafecf8b96bcb426719b3c1c1b000c2faa0d4e119c1342c79a2b" @@ -41074,7 +59203,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.2.0.zip", "archiveFileName": "Rtc_by_Makuna-2.2.0.zip", "size": 39520, "checksum": "SHA-256:f28dfb2726f907602d8acf34e048da80f28a2f7794ab054161c542f9372dd6be" @@ -41091,7 +59220,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.0.zip", "archiveFileName": "Rtc_by_Makuna-2.3.0.zip", "size": 45576, "checksum": "SHA-256:04491da53ff3c479611876913d50d4ae2d1b367fec42c6e7abab18e75acf06ed" @@ -41108,7 +59237,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.1.zip", "archiveFileName": "Rtc_by_Makuna-2.3.1.zip", "size": 45567, "checksum": "SHA-256:e25dc220094d5215db69aeab5705746d70a1e5440e630f5e2d39b3314236c788" @@ -41125,7 +59254,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.2.zip", "archiveFileName": "Rtc_by_Makuna-2.3.2.zip", "size": 46456, "checksum": "SHA-256:9b49d01b2a3cd0e5097583077017ebd2ca8e436257103824348805604f4cf396" @@ -41142,11 +59271,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Rtc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.3.zip", "archiveFileName": "Rtc_by_Makuna-2.3.3.zip", "size": 47184, "checksum": "SHA-256:8d181f436e81acebe6efdfe56450862dca290a080c205431039e9e3de926c5a2" }, + { + "name": "Rtc by Makuna", + "version": "2.3.4", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.4.zip", + "archiveFileName": "Rtc_by_Makuna-2.3.4.zip", + "size": 47638, + "checksum": "SHA-256:9ca827bb99352d94418f1d7a56011c46e6f882c135e7b62053d692d3f5d82278" + }, + { + "name": "Rtc by Makuna", + "version": "2.3.5", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.5.zip", + "archiveFileName": "Rtc_by_Makuna-2.3.5.zip", + "size": 47754, + "checksum": "SHA-256:2772174f935813afb677fdbd5720c139a6cb0a17a8a28916fb8cd146f010d895" + }, { "name": "Embedis", "version": "1.0.0", @@ -41159,7 +59322,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.0.0.zip", "archiveFileName": "Embedis-1.0.0.zip", "size": 68743, "checksum": "SHA-256:82a47cc6cdcf766738e339801b42a29ac7a77e1e28a8947116c966f17b38d3b4" @@ -41176,7 +59339,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.0.zip", "archiveFileName": "Embedis-1.1.0.zip", "size": 1403721, "checksum": "SHA-256:e89a8df7cdf7f52c87adf59645445c2756a19c226e3d0a43d6e8df076d35a05e" @@ -41193,7 +59356,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.4.zip", "archiveFileName": "Embedis-1.1.4.zip", "size": 26371133, "checksum": "SHA-256:53de8eb6fde56fa177d031f1756a2b25c07f2811bd703c058ffa063a17bfa1a1" @@ -41210,7 +59373,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.5.zip", "archiveFileName": "Embedis-1.1.5.zip", "size": 49312949, "checksum": "SHA-256:4187e4f39fba4b9a100bfdcc37c83563a7694287585c232c2797338a08df6102" @@ -41227,7 +59390,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.6.zip", "archiveFileName": "Embedis-1.1.6.zip", "size": 26393167, "checksum": "SHA-256:946632872fef5c2570577f229d9cd60530dc833a5f57cca968e14f83f9734098" @@ -41244,7 +59407,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.7.zip", "archiveFileName": "Embedis-1.1.7.zip", "size": 26393172, "checksum": "SHA-256:077b1a07295bec7db30c0196b4d863cd882b099048e4d366f2040d4bdc9cf5d6" @@ -41261,7 +59424,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.8.zip", "archiveFileName": "Embedis-1.1.8.zip", "size": 26392005, "checksum": "SHA-256:52902dc634a31795ac85b749a7701aadcd80f8c77e41fd290c4493fef1531656" @@ -41278,7 +59441,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.1.9.zip", "archiveFileName": "Embedis-1.1.9.zip", "size": 26392038, "checksum": "SHA-256:5f2c238ce97837b876e8950ad06e720b514df53b55dd40c336da2c04d94148b2" @@ -41295,7 +59458,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thingSoC/embedis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingSoC/Embedis-1.2.0.zip", "archiveFileName": "Embedis-1.2.0.zip", "size": 26392394, "checksum": "SHA-256:36c9b46c724c368008afc523c430fb2cbe6bcdc2008b548b29243149a980d8e0" @@ -41311,7 +59474,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_dataflash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_dataflash-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_dataflash-1.0.1.zip", "archiveFileName": "Sodaq_dataflash-1.0.1.zip", "size": 23707, "checksum": "SHA-256:2937d67c3491c3ca848f8e504e550f22bffe1dbaad734803a057c8d298ca4afb" @@ -41328,7 +59491,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_dataflash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_dataflash-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_dataflash-1.0.3.zip", "archiveFileName": "Sodaq_dataflash-1.0.3.zip", "size": 23748, "checksum": "SHA-256:57ebd408e9038c9d6a17ed8d4dac1b526e5c0e766458a9cfcddb01034208b86d" @@ -41345,7 +59508,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.0.0.zip", "archiveFileName": "Task_by_Makuna-1.0.0.zip", "size": 26539, "checksum": "SHA-256:082a32f9d15622d142a0ff0f42485b1728175cf4a46b0babbdaf18207fbec4a0" @@ -41362,7 +59525,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.0.zip", "archiveFileName": "Task_by_Makuna-1.1.0.zip", "size": 30076, "checksum": "SHA-256:ef776907c0fa00a9c2389786a9ef926efaedbdee50863495854c89aa075623b1" @@ -41379,7 +59542,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.1.zip", "archiveFileName": "Task_by_Makuna-1.1.1.zip", "size": 28058, "checksum": "SHA-256:60c35e3dbad7046e33f849df7cf7f2d0ecfd011e9224addfaa5ca7322e9b0868" @@ -41396,7 +59559,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.2.zip", "archiveFileName": "Task_by_Makuna-1.1.2.zip", "size": 28207, "checksum": "SHA-256:27a73b005516d8d4366d96ff3be9aa3e73da532f86cd8ea7e6e78496f315dbc7" @@ -41413,7 +59576,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.3.zip", "archiveFileName": "Task_by_Makuna-1.1.3.zip", "size": 28226, "checksum": "SHA-256:f188be815039a43c8091fe8c8cd96f2ce1c5d478b914f9b38773e766708f0b36" @@ -41430,7 +59593,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.4.zip", "archiveFileName": "Task_by_Makuna-1.1.4.zip", "size": 28236, "checksum": "SHA-256:e67be2a7586a94fefcc13e8facec0ee500a48c75cfcb597b047c8f371c4e8992" @@ -41447,7 +59610,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.5.zip", "archiveFileName": "Task_by_Makuna-1.1.5.zip", "size": 28236, "checksum": "SHA-256:773e0c84ff586a0022f8d07df5773e4a6105bc7977e17a215be7e13e7852fafb" @@ -41464,7 +59627,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/Task.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Task_by_Makuna-1.1.6.zip", "archiveFileName": "Task_by_Makuna-1.1.6.zip", "size": 31068, "checksum": "SHA-256:66eaf3988b5d481149bffbde6168ca62d981f02bcd8970848eb65adbd5eb39e7" @@ -41481,11 +59644,47 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ubidots/ubidots-arduino-gprs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_GPRS_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_GPRS_Library-1.0.0.zip", "archiveFileName": "Ubidots_GPRS_Library-1.0.0.zip", "size": 9728, "checksum": "SHA-256:d02d71a4aa061e8ec3a41ee425e61b08d3f9092cd361f6b4ad662793b1444c45" }, + { + "name": "Ubidots GPRS Library", + "version": "4.0.0", + "author": "Cristian Arrieta \u003ccristian@ubidots.com\u003e", + "maintainer": "Jose Garcia \u003cjose.garcia@ubidots.com\u003e,Cristian Arrieta \u003ccristian@ubidots.com\u003e", + "sentence": "Ubidots library for the GPRS module SIM900", + "paragraph": "Ubidots library for the GPRS module SIM900", + "website": "https://github.com/ubidots/ubidots-arduino-gprs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ubidots/ubidots-arduino-gprs.git", + "providesIncludes": ["GPRS_Shield_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_GPRS_Library-4.0.0.zip", + "archiveFileName": "Ubidots_GPRS_Library-4.0.0.zip", + "size": 28820, + "checksum": "SHA-256:2a0e300e6109c62668db098b45d210979301513b8165118e8ec564d55f9cf7f2" + }, + { + "name": "Ubidots GPRS Library", + "version": "4.0.1", + "author": "Cristian Arrieta \u003ccristian@ubidots.com\u003e", + "maintainer": "Jose Garcia \u003cjose.garcia@ubidots.com\u003e,Cristian Arrieta \u003ccristian@ubidots.com\u003e", + "sentence": "Ubidots library for the GPRS module SIM900", + "paragraph": "Ubidots library for the GPRS module SIM900", + "website": "https://github.com/ubidots/ubidots-arduino-gprs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ubidots/ubidots-arduino-gprs.git", + "providesIncludes": ["GPRS_Shield_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_GPRS_Library-4.0.1.zip", + "archiveFileName": "Ubidots_GPRS_Library-4.0.1.zip", + "size": 28406, + "checksum": "SHA-256:7fa6d08d3fced2f93edd6bd74c7b3d7e60300005adc1ab7698206a30efc23222" + }, { "name": "PS2KeyRaw", "version": "1.0.2", @@ -41498,11 +59697,29 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/techpaul/PS2KeyRaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyRaw-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyRaw-1.0.2.zip", "archiveFileName": "PS2KeyRaw-1.0.2.zip", "size": 28699, "checksum": "SHA-256:283c12854a71bbe19007af3b5f60bb95e276b02b3c244ea3a25f04afe648bbb6" }, + { + "name": "PS2KeyRaw", + "version": "1.0.5", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard control and raw data receiving", + "paragraph": "Controls and decodes the communication from the keyboard for testing purposes.", + "website": "https://github.com/techpaul/PS2KeyRaw.git", + "category": "Other", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyRaw.git", + "providesIncludes": ["PS2KeyRaw.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyRaw-1.0.5.zip", + "archiveFileName": "PS2KeyRaw-1.0.5.zip", + "size": 28821, + "checksum": "SHA-256:b5085359505f6825b84e1bdbb3b8e271406d5a8efbb73be56b86cba9aff154fa" + }, { "name": "PS2KeyAdvanced", "version": "1.0.2", @@ -41515,11 +59732,100 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", - "url": "http://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.2.zip", "archiveFileName": "PS2KeyAdvanced-1.0.2.zip", "size": 82372, "checksum": "SHA-256:f34f2371248bfdf9764c55cc745a305c706d59727e55c61782621bec5a8b3b41" }, + { + "name": "PS2KeyAdvanced", + "version": "1.0.5", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard FULL control and ALL keys processing, as well as LED control.", + "paragraph": "Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards.", + "website": "https://github.com/techpaul/PS2KeyAdvanced.git", + "category": "Other", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.5.zip", + "archiveFileName": "PS2KeyAdvanced-1.0.5.zip", + "size": 82438, + "checksum": "SHA-256:895cbaeb133961c460ca8d4898c0926bfcef1cc7ba1632d2b3e070098d5cdd69" + }, + { + "name": "PS2KeyAdvanced", + "version": "1.0.6", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard FULL control and ALL keys processing, as well as LED control.", + "paragraph": "Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards.", + "website": "https://github.com/techpaul/PS2KeyAdvanced.git", + "category": "Other", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", + "providesIncludes": ["PS2KeyAdvanced.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.6.zip", + "archiveFileName": "PS2KeyAdvanced-1.0.6.zip", + "size": 82572, + "checksum": "SHA-256:4a597a266679e14287b04b6adfa76459444edd4a8f40e661b3bad69ed89fb710" + }, + { + "name": "PS2KeyAdvanced", + "version": "1.0.7", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard FULL control and ALL keys processing, as well as LED control.", + "paragraph": "Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards.", + "website": "https://github.com/techpaul/PS2KeyAdvanced.git", + "category": "Other", + "architectures": ["avr", "sam", "samd1"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", + "providesIncludes": ["PS2KeyAdvanced.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.7.zip", + "archiveFileName": "PS2KeyAdvanced-1.0.7.zip", + "size": 406403, + "checksum": "SHA-256:e3528e763f3d90f19872fe2e6ffe48ce80c8dad068426e8e9684e3517c42c8b3" + }, + { + "name": "PS2KeyAdvanced", + "version": "1.0.8", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard FULL control and ALL keys processing, as well as LED control.", + "paragraph": "Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards.", + "website": "https://github.com/techpaul/PS2KeyAdvanced.git", + "category": "Other", + "architectures": ["avr", "sam", "samd1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", + "providesIncludes": ["PS2KeyAdvanced.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.8.zip", + "archiveFileName": "PS2KeyAdvanced-1.0.8.zip", + "size": 406701, + "checksum": "SHA-256:d9866218ed0b1a06f177f8a62aef3c01b866cd25f8203208c6e6a1040ea1c0ba" + }, + { + "name": "PS2KeyAdvanced", + "version": "1.0.9", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard FULL control and ALL keys processing, as well as LED control.", + "paragraph": "Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards. Architectures AVR, SAM (Due), SAMD1, STM32", + "website": "https://github.com/techpaul/PS2KeyAdvanced.git", + "category": "Other", + "architectures": ["avr", "sam", "samd1", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", + "providesIncludes": ["PS2KeyAdvanced.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.9.zip", + "archiveFileName": "PS2KeyAdvanced-1.0.9.zip", + "size": 408048, + "checksum": "SHA-256:b35b4ae135df32d6f4204c6f17f854f5ee91777eb025bbfc263a8d04779b441b" + }, { "name": "PS2KeyMap", "version": "1.0.2", @@ -41532,11 +59838,80 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/techpaul/PS2KeyMap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyMap-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyMap-1.0.2.zip", "archiveFileName": "PS2KeyMap-1.0.2.zip", "size": 35731, "checksum": "SHA-256:f3903533ee6501ab8b044d49a13819346296dab32b8d74a4e155ccd32922a395" }, + { + "name": "PS2KeyMap", + "version": "1.0.4", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard codes from PS2KeyAdvanced to UTF-8 for any Latin language keyboard.", + "paragraph": "Takes integer values from PS2KeyAdvanced to convert using selectable country mapping and you can add your own country mapping.", + "website": "https://github.com/techpaul/PS2KeyMap.git", + "category": "Other", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyMap.git", + "providesIncludes": ["PS2KeyAdvanced.h", "PS2KeyMap.h"], + "dependencies": [ + { + "name": "PS2KeyAdvanced" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyMap-1.0.4.zip", + "archiveFileName": "PS2KeyMap-1.0.4.zip", + "size": 35600, + "checksum": "SHA-256:0cea5b5d78d37476c29321caf74d7944046b9d73018db56a011a9b9583daadd6" + }, + { + "name": "PS2KeyMap", + "version": "1.0.5", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard codes from PS2KeyAdvanced to UTF-8 for any Latin language keyboard.", + "paragraph": "Takes integer values from PS2KeyAdvanced to convert using selectable country mapping and you can add your own country mapping.", + "website": "https://github.com/techpaul/PS2KeyMap.git", + "category": "Other", + "architectures": ["avr", "sam", "samd1"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyMap.git", + "providesIncludes": ["PS2KeyAdvanced.h", "PS2KeyMap.h"], + "dependencies": [ + { + "name": "PS2KeyAdvanced" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyMap-1.0.5.zip", + "archiveFileName": "PS2KeyMap-1.0.5.zip", + "size": 35889, + "checksum": "SHA-256:2357f7aa84a4dd84e4e826ff574cf5e869f2a075b7ee0f5cda7827c1500a5f0b" + }, + { + "name": "PS2KeyMap", + "version": "1.0.6", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard codes from PS2KeyAdvanced to UTF-8 for any Latin language keyboard.", + "paragraph": "Takes integer values from PS2KeyAdvanced to convert using selectable country mapping and you can add your own country mapping.", + "website": "https://github.com/techpaul/PS2KeyMap.git", + "category": "Other", + "architectures": ["avr", "sam", "samd1"], + "types": ["Contributed"], + "repository": "https://github.com/techpaul/PS2KeyMap.git", + "providesIncludes": ["PS2KeyAdvanced.h", "PS2KeyMap.h"], + "dependencies": [ + { + "name": "PS2KeyAdvanced" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyMap-1.0.6.zip", + "archiveFileName": "PS2KeyMap-1.0.6.zip", + "size": 35999, + "checksum": "SHA-256:399572566ed1d7892913a1618522949ab449b0dd9c975d5c1aa5e8e32a913109" + }, { "name": "ArduinoHttpServer", "version": "0.1.0", @@ -41549,7 +59924,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/QuickSander/ArduinoHttpServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.1.0.zip", "archiveFileName": "ArduinoHttpServer-0.1.0.zip", "size": 25854, "checksum": "SHA-256:34eccc66531dbd908584400b9900788b8d4b8b42676974ae19b172ee54221cd5" @@ -41566,11 +59941,55 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/QuickSander/ArduinoHttpServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.1.1.zip", "archiveFileName": "ArduinoHttpServer-0.1.1.zip", "size": 27497, "checksum": "SHA-256:cf9fe98467806ce7e83f13cc0f618920957dbd063711bca1fe53f0f87e935f7f" }, + { + "name": "ArduinoHttpServer", + "version": "0.9.8", + "author": "Sander van Woensel \u003csander@vanwoensel.me\u003e", + "maintainer": "Sander van Woensel \u003csander@vanwoensel.me\u003e", + "sentence": "Server side minimalistic HTTP protocol implementation.", + "paragraph": "Just the raw HTTP server protocol for the Arduino platform, the rest is left to your imagination.", + "website": "https://github.com/QuickSander/ArduinoHttpServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/QuickSander/ArduinoHttpServer.git", + "dependencies": [ + { + "name": "Base64" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.9.8.zip", + "archiveFileName": "ArduinoHttpServer-0.9.8.zip", + "size": 33757, + "checksum": "SHA-256:cf4520e3c653bd84295d764cb9b17c05c8b4fdab5509f7f781ae4b81c2a94ac3" + }, + { + "name": "ArduinoHttpServer", + "version": "0.10.0", + "author": "Sander van Woensel \u003csander@vanwoensel.me\u003e", + "maintainer": "Sander van Woensel \u003csander@vanwoensel.me\u003e", + "sentence": "Server side minimalistic HTTP protocol implementation.", + "paragraph": "Just the raw HTTP server protocol for the Arduino platform, the rest is left to your imagination.", + "website": "https://github.com/QuickSander/ArduinoHttpServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/QuickSander/ArduinoHttpServer.git", + "dependencies": [ + { + "name": "Base64" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.10.0.zip", + "archiveFileName": "ArduinoHttpServer-0.10.0.zip", + "size": 33801, + "checksum": "SHA-256:b0d3c2b1c0f29a16152bfa48860f3e25cf8c7f02c4821a6e5a076a47972fcb4f" + }, { "name": "DimSwitch", "version": "1.0.0", @@ -41583,7 +60002,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/krzychb/DimSwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/krzychb/DimSwitch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/DimSwitch-1.0.0.zip", "archiveFileName": "DimSwitch-1.0.0.zip", "size": 401613, "checksum": "SHA-256:5a8cb1768f088b8d5d5fa78189f0c7ba83ad678e0937a6f05d6940047552b3a2" @@ -41600,7 +60019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/krzychb/DimSwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/krzychb/DimSwitch-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/DimSwitch-1.0.2.zip", "archiveFileName": "DimSwitch-1.0.2.zip", "size": 4287976, "checksum": "SHA-256:103ba4a4df177a1f56d0c48a671810ceffc6b3423716542b35df7e61a1c28641" @@ -41617,7 +60036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/NetEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/NetEEPROM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/NetEEPROM-1.0.0.zip", "archiveFileName": "NetEEPROM-1.0.0.zip", "size": 8115, "checksum": "SHA-256:6bd960bcc51c26f10f9d9978d2629a055a58dbf17357d89ff4d187221e669fd3" @@ -41634,7 +60053,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/NetEEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/NetEEPROM-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/NetEEPROM-1.1.0.zip", "archiveFileName": "NetEEPROM-1.1.0.zip", "size": 8443, "checksum": "SHA-256:48f8323071f816fd2242403449b134fe3f235e627b8ce9a51b4b84760b80ba8f" @@ -41651,7 +60070,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.0.zip", "archiveFileName": "HeatpumpIR-1.0.0.zip", "size": 129905, "checksum": "SHA-256:ff94cb0aafe55895f2ca455ff25a06c95fd55d6d517325fe9511a89a379e6dd1" @@ -41668,7 +60087,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.1.zip", "archiveFileName": "HeatpumpIR-1.0.1.zip", "size": 129923, "checksum": "SHA-256:05c46ce0401e7cf57a2087f339ce90df5583c70c23fcaf4271bbe3fb1413b49c" @@ -41685,7 +60104,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.2.zip", "archiveFileName": "HeatpumpIR-1.0.2.zip", "size": 132459, "checksum": "SHA-256:ba0f7af7d0b60c00455aa1c954f83902aa31552a2746a8520b8f6004b12584ea" @@ -41702,7 +60121,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.3.zip", "archiveFileName": "HeatpumpIR-1.0.3.zip", "size": 133201, "checksum": "SHA-256:c61284cba9fd7d274b9d6d4c59e7f9e2e761744a7d050bfeb8bbba4f5111944b" @@ -41719,7 +60138,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.7.zip", "archiveFileName": "HeatpumpIR-1.0.7.zip", "size": 155871, "checksum": "SHA-256:6664afd65c7535be44027c83dc9312d5f2707c612cf2ac0c6e1eea1ae895cd2f" @@ -41736,7 +60155,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.8.zip", "archiveFileName": "HeatpumpIR-1.0.8.zip", "size": 165932, "checksum": "SHA-256:8bbc17edfb3de97c954870c32948edcb9551387a0aac63f9421bca70754b4846" @@ -41753,11 +60172,147 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ToniA/arduino-heatpumpir.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.9.zip", "archiveFileName": "HeatpumpIR-1.0.9.zip", "size": 171404, "checksum": "SHA-256:fa553f4517f0ad82858a39aac5cd94d94e8534b73e3834ca1d6cc1fcf36962f6" }, + { + "name": "HeatpumpIR", + "version": "1.0.10", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.10.zip", + "archiveFileName": "HeatpumpIR-1.0.10.zip", + "size": 171652, + "checksum": "SHA-256:8fc21be090c3ad1621cb480b38edd5db6979b84e32cfa1dfca1e6bfb08f02322" + }, + { + "name": "HeatpumpIR", + "version": "1.0.11", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.11.zip", + "archiveFileName": "HeatpumpIR-1.0.11.zip", + "size": 181533, + "checksum": "SHA-256:3b12dd0c8a6811effa826a4da985d12865c621cd57052ec44118400e62dae6a1" + }, + { + "name": "HeatpumpIR", + "version": "1.0.12", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.12.zip", + "archiveFileName": "HeatpumpIR-1.0.12.zip", + "size": 182750, + "checksum": "SHA-256:b7567643b999d35bf049dda1e83de2579ceab212805b53709c2e6967016161b0" + }, + { + "name": "HeatpumpIR", + "version": "1.0.13", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.13.zip", + "archiveFileName": "HeatpumpIR-1.0.13.zip", + "size": 182675, + "checksum": "SHA-256:a60afef08d27188df62f388fca20bb218ce1eca26567437fd96c9dc56f9b2115" + }, + { + "name": "HeatpumpIR", + "version": "1.0.14", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.14.zip", + "archiveFileName": "HeatpumpIR-1.0.14.zip", + "size": 182681, + "checksum": "SHA-256:efe72045104b9ed9438755f8d51eeb92f93671a872ff5b86de8c6f5c607b836d" + }, + { + "name": "HeatpumpIR", + "version": "1.0.15", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.15.zip", + "archiveFileName": "HeatpumpIR-1.0.15.zip", + "size": 182814, + "checksum": "SHA-256:c97e165c6a332a05e2c99be9e813174bafac081e111005621ea11fa1bab970e7" + }, + { + "name": "HeatpumpIR", + "version": "1.0.16", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.16.zip", + "archiveFileName": "HeatpumpIR-1.0.16.zip", + "size": 182839, + "checksum": "SHA-256:56485aafc7a60e869430440695b816148060144b382c47de03c98abc15cc8c3b" + }, + { + "name": "HeatpumpIR", + "version": "1.0.17", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.17.zip", + "archiveFileName": "HeatpumpIR-1.0.17.zip", + "size": 221782, + "checksum": "SHA-256:f313dad3798be0211d771027d124759946761fcaf8a4154429e9b4bf1bd9c134" + }, { "name": "RfidDb", "version": "1.0.0", @@ -41770,7 +60325,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/RfidDb.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/RfidDb-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/RfidDb-1.0.0.zip", "archiveFileName": "RfidDb-1.0.0.zip", "size": 7980, "checksum": "SHA-256:460283222ad696bb9629bf3f6c58cc68cd64ba119b43d70d94c86c27fc594821" @@ -41787,7 +60342,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/RfidDb.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/RfidDb-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/RfidDb-1.1.0.zip", "archiveFileName": "RfidDb-1.1.0.zip", "size": 8233, "checksum": "SHA-256:09436a3e3d0c945684312a9cd76e8a4e640907571adc42227871e5ab855f7a49" @@ -41804,7 +60359,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/RfidDb.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/RfidDb-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/RfidDb-1.1.1.zip", "archiveFileName": "RfidDb-1.1.1.zip", "size": 8372, "checksum": "SHA-256:e77ba9b87b9b8d566b2f2ae58e0cb4d90553c3b98ef97b4f248eb471f16a6800" @@ -41821,7 +60376,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/BigCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/BigCrystal-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/BigCrystal-2.0.0.zip", "archiveFileName": "BigCrystal-2.0.0.zip", "size": 17501, "checksum": "SHA-256:3d0dbc6cc75ce5f3810c872851a5ec37a11828b84273310003b9f924a275c51b" @@ -41838,7 +60393,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gregington/BigCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gregington/BigCrystal-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gregington/BigCrystal-2.0.1.zip", "archiveFileName": "BigCrystal-2.0.1.zip", "size": 17448, "checksum": "SHA-256:8598df02a5928ebe992bbd764a7335fa79c5c6e41d5289fe5e973b046e2abaae" @@ -41855,7 +60410,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TinyCircuits/TinyCircuits-TinyScreen_Lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TinyCircuits/TinyScreen-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/TinyScreen-1.1.0.zip", "archiveFileName": "TinyScreen-1.1.0.zip", "size": 67919, "checksum": "SHA-256:a05d074c6c0d346afcc32bcbd0c1620b798e28a9da8c0ec9007535304d65cba3" @@ -41872,7 +60427,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Densaugeo/base64_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.0.0.zip", "archiveFileName": "base64-1.0.0.zip", "size": 75784, "checksum": "SHA-256:a4d5163671bae7cbfffc2c04b12acee6c8f2344df4293649fdb85a8f1e19963c" @@ -41889,7 +60444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Densaugeo/base64_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.0.1.zip", "archiveFileName": "base64-1.0.1.zip", "size": 75784, "checksum": "SHA-256:1ef6dc0709607a1b04dd229c325886a8f0a5f43e30cc2051fef5e69a9680c0da" @@ -41906,7 +60461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Densaugeo/base64_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.1.0.zip", "archiveFileName": "base64-1.1.0.zip", "size": 75527, "checksum": "SHA-256:1ac87bcb54ee5263fc892c9a187e68d85f0e70838c67d48a5f1874aaa0d457d5" @@ -41923,11 +60478,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Densaugeo/base64_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.1.1.zip", "archiveFileName": "base64-1.1.1.zip", "size": 75528, "checksum": "SHA-256:591cb2341431a00ee6c7d246dfb50bdb62f40e90ae9a5bf74f386739aff950d9" }, + { + "name": "base64", + "version": "1.2.0", + "author": "Densaugeo \u003cuse@git.hub\u003e", + "maintainer": "Densaugeo \u003cuse@git.hub\u003e", + "sentence": "Base64 encoder/decoder for arduino repo", + "paragraph": "Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Note that invalid base64 characters are interpreted as padding.", + "website": "https://github.com/Densaugeo/base64_arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Densaugeo/base64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.2.0.zip", + "archiveFileName": "base64-1.2.0.zip", + "size": 77204, + "checksum": "SHA-256:fecb8d5381fb8c860a7a68014c767b85f0153588452897cb6b2d7c586b370a75" + }, { "name": "CoAP simple library", "version": "1.3.10", @@ -41940,7 +60512,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.10.zip", "archiveFileName": "CoAP_simple_library-1.3.10.zip", "size": 11579, "checksum": "SHA-256:0964126f4d2c5b29cfbb8e01d6f32bf5bdcc7908305fb7c97ae29914d07d5277" @@ -41957,7 +60529,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.11.zip", "archiveFileName": "CoAP_simple_library-1.3.11.zip", "size": 11605, "checksum": "SHA-256:9224e211a125abcd7c850b2448882c350b682967f811797488c9e90871d550d7" @@ -41974,7 +60546,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.12.zip", "archiveFileName": "CoAP_simple_library-1.3.12.zip", "size": 11632, "checksum": "SHA-256:01d3682f1f2f01cafaefcd5aadd444619f5bed68e3c2f7805f2cfab22fd7af42" @@ -41991,7 +60563,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.13.zip", "archiveFileName": "CoAP_simple_library-1.3.13.zip", "size": 11685, "checksum": "SHA-256:42b3b433e862af3fde4e7dfb0db91eb761418073718662c6f314cd6abcc45b9d" @@ -42008,7 +60580,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.5.zip", "archiveFileName": "CoAP_simple_library-1.3.5.zip", "size": 10328, "checksum": "SHA-256:b128fb773815a70087eb413dfa3078f9081500b57c374a34283f91f72b6509a2" @@ -42025,7 +60597,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.6.zip", "archiveFileName": "CoAP_simple_library-1.3.6.zip", "size": 10332, "checksum": "SHA-256:0a3c9d300c5cd90237a975e538036d9beaef0241cac81e36258e04b5f57c45fb" @@ -42042,7 +60614,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.7.zip", "archiveFileName": "CoAP_simple_library-1.3.7.zip", "size": 11638, "checksum": "SHA-256:eab917c4625401a0da1623ffa9956945bb97da4d22c89e61627f1d5d9271598a" @@ -42059,7 +60631,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.8.zip", "archiveFileName": "CoAP_simple_library-1.3.8.zip", "size": 11606, "checksum": "SHA-256:225119745993ff8f538eb29cb4293624ec9a678b6f90ae57f5e52df61d98ad29" @@ -42076,11 +60648,164 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.9.zip", "archiveFileName": "CoAP_simple_library-1.3.9.zip", "size": 11614, "checksum": "SHA-256:6f37b074079cbf43459de00b9ff173784cd345ae57c23f6940df3ef0c1fc89e4" }, + { + "name": "CoAP simple library", + "version": "1.3.14", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.14.zip", + "archiveFileName": "CoAP_simple_library-1.3.14.zip", + "size": 11819, + "checksum": "SHA-256:7b7d52e63b8d4e5c50a0bc6c2a5857f58e56f0fbf27efd08940a487e4898bb06" + }, + { + "name": "CoAP simple library", + "version": "1.3.15", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.15.zip", + "archiveFileName": "CoAP_simple_library-1.3.15.zip", + "size": 11811, + "checksum": "SHA-256:ee0e3e72b76bd61b3373598d5f2c12ce92cd0e9f20bc3bcad52a79c114b50fe0" + }, + { + "name": "CoAP simple library", + "version": "1.3.16", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.16.zip", + "archiveFileName": "CoAP_simple_library-1.3.16.zip", + "size": 11817, + "checksum": "SHA-256:62988141e9b2e458651b33c28a016aad0202f9e595fa9a66b88d7849772ace48" + }, + { + "name": "CoAP simple library", + "version": "1.3.17", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.17.zip", + "archiveFileName": "CoAP_simple_library-1.3.17.zip", + "size": 11824, + "checksum": "SHA-256:50660fa80b20b2fd34373af73272667fd2c5fe5891f86e3d183ce2393ba9297e" + }, + { + "name": "CoAP simple library", + "version": "1.3.18", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.18.zip", + "archiveFileName": "CoAP_simple_library-1.3.18.zip", + "size": 11830, + "checksum": "SHA-256:ed1df3197e75f8255933e7f0e410850be604d1b2faf819efd98add3b41479b3b" + }, + { + "name": "CoAP simple library", + "version": "1.3.19", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.19.zip", + "archiveFileName": "CoAP_simple_library-1.3.19.zip", + "size": 12371, + "checksum": "SHA-256:cf15b1c9eed1bbda2280214f42b989b7ea41c5a5c7874ed7891e02f62748f132" + }, + { + "name": "CoAP simple library", + "version": "1.3.20", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.20.zip", + "archiveFileName": "CoAP_simple_library-1.3.20.zip", + "size": 12352, + "checksum": "SHA-256:a71a5dd33bc5ca5d57f4ea12352796588d8f1d3c0bbc1206c42ee2958cf6478b" + }, + { + "name": "CoAP simple library", + "version": "1.3.21", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.21.zip", + "archiveFileName": "CoAP_simple_library-1.3.21.zip", + "size": 12414, + "checksum": "SHA-256:95cac79aca08cd152718d1b518ee118424110e9efa4c4d3a0fab85f2e16afb50" + }, + { + "name": "CoAP simple library", + "version": "1.3.22", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.22.zip", + "archiveFileName": "CoAP_simple_library-1.3.22.zip", + "size": 13744, + "checksum": "SHA-256:811ee708bb5e4155d8a811578b72276ea665ea8dfb42188dfd8b0760dce17be6" + }, { "name": "SmartEverything CC2541", "version": "1.0.0", @@ -42093,7 +60818,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ameltech/sme-cc2541-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_CC2541-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_CC2541-1.0.0.zip", "archiveFileName": "SmartEverything_CC2541-1.0.0.zip", "size": 9384, "checksum": "SHA-256:36d235e9b9cc7ce33dcc16e98fd101488791dbb40744a608c8192996a5aa9d4b" @@ -42110,7 +60835,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ameltech/sme-cc2541-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_CC2541-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ameltech/SmartEverything_CC2541-1.0.1.zip", "archiveFileName": "SmartEverything_CC2541-1.0.1.zip", "size": 9387, "checksum": "SHA-256:d9a23c23d154009e203323de32f96a13d277d52dce6d07095b85cbef5f713d06" @@ -42127,11 +60852,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bluerobotics/BlueRobotics_MS5837_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_MS5837_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_MS5837_Library-1.1.0.zip", "archiveFileName": "BlueRobotics_MS5837_Library-1.1.0.zip", "size": 8057, "checksum": "SHA-256:d5b8e2c82933c577ea82a5fe30e212ee18ce8bd28d783fd0b39f1b3c96d03e13" }, + { + "name": "BlueRobotics MS5837 Library", + "version": "1.1.1", + "author": "BlueRobotics", + "maintainer": "BlueRobotics \u003cinfo@bluerobotics.com\u003e", + "sentence": "A simple and easy library for the MS5837 pressure/depth sensor", + "paragraph": "A simple and easy library for the MS5837 pressure/depth sensor", + "website": "https://github.com/bluerobotics/BlueRobotics_MS5837_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bluerobotics/BlueRobotics_MS5837_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_MS5837_Library-1.1.1.zip", + "archiveFileName": "BlueRobotics_MS5837_Library-1.1.1.zip", + "size": 8051, + "checksum": "SHA-256:d4e7618c6a1fee4aa33c469675382234c7f70c2d5e74bcb28631a6be99c436ed" + }, { "name": "BlueRobotics Arduino_I2C_ESC Library", "version": "1.0.0", @@ -42144,7 +60886,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bluerobotics/Arduino_I2C_ESC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_Arduino_I2C_ESC_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_Arduino_I2C_ESC_Library-1.0.0.zip", "archiveFileName": "BlueRobotics_Arduino_I2C_ESC_Library-1.0.0.zip", "size": 8345, "checksum": "SHA-256:1cdd3c84331627b199784775de35e495191faad9d9242d99210b4f82202ec347" @@ -42161,7 +60903,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bluerobotics/BlueRobotics_TSYS01_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_TSYS01_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_TSYS01_Library-1.0.0.zip", "archiveFileName": "BlueRobotics_TSYS01_Library-1.0.0.zip", "size": 7773, "checksum": "SHA-256:ddba56e23f6127a095c5ce85c71d3a557c06f658504c636b9e3f68b710153f2b" @@ -42178,7 +60920,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-rpi-slave-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuRPiSlave-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuRPiSlave-1.0.0.zip", "archiveFileName": "PololuRPiSlave-1.0.0.zip", "size": 17761, "checksum": "SHA-256:7fa319a107b7dc4711e10bc54e0a04215ec348be72f7897b89c6c438b04dfe72" @@ -42195,7 +60937,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-rpi-slave-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuRPiSlave-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuRPiSlave-1.0.1.zip", "archiveFileName": "PololuRPiSlave-1.0.1.zip", "size": 18095, "checksum": "SHA-256:4c48f5ca3988cc9b05ff9e46334fbf40820d702e341e36321e6b3a6db0519866" @@ -42212,7 +60954,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-rpi-slave-arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuRPiSlave-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuRPiSlave-2.0.0.zip", "archiveFileName": "PololuRPiSlave-2.0.0.zip", "size": 20180, "checksum": "SHA-256:4746acfc920ae3fe8a860cecd26ab058fa4bf0cc18cd897ffe52bd4a9dec1ba5" @@ -42230,7 +60972,7 @@ "types": ["Contributed"], "repository": "https://github.com/Arduboy/Arduboy.git", "providesIncludes": ["Arduboy.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-1.1.1.zip", "archiveFileName": "Arduboy-1.1.1.zip", "size": 42120, "checksum": "SHA-256:23771306a60fd382107bf9edf29c84403bc9ded61e11b5fca0b75f074436eccc" @@ -42247,7 +60989,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/Arduboy.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-0.1.0.zip", "archiveFileName": "Arduboy-0.1.0.zip", "size": 65117, "checksum": "SHA-256:b3a35a9d478e4d21d939eefef474c56eeaf6544d4f2b311bb14eb9563431eb9e" @@ -42264,7 +61006,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/Arduboy.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-1.0.0.zip", "archiveFileName": "Arduboy-1.0.0.zip", "size": 39969, "checksum": "SHA-256:05eebd25df5f8579f53047db01d03a1511929d6289afeeeee1d8edaefbb5cb91" @@ -42281,7 +61023,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/Arduboy.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/Arduboy-1.1.0.zip", "archiveFileName": "Arduboy-1.1.0.zip", "size": 40348, "checksum": "SHA-256:6162dc743cbbc4b3395d36c3ca3992e62b2a036e05f30f869de96fd00b82855d" @@ -42298,7 +61040,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/iLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/I2C_Sensor_Lib_iLib-0.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/I2C_Sensor_Lib_iLib-0.8.2.zip", "archiveFileName": "I2C_Sensor_Lib_iLib-0.8.2.zip", "size": 82420, "checksum": "SHA-256:e99b4cb97c8d4b08777cc39a18e5d781ba9c14d5c37eaf4fffef27976dcf14e0" @@ -42315,7 +61057,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthijskooijman/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.0+arduino-0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.0+arduino-0.zip", "archiveFileName": "IBM_LMIC_framework-1.5.0+arduino-0.zip", "size": 833068, "checksum": "SHA-256:b9aa6b5e64047d636f633649778f5fa9fa6e1c5204f93180f1df6ced591e3855" @@ -42332,7 +61074,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthijskooijman/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.0+arduino-1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.0+arduino-1.zip", "archiveFileName": "IBM_LMIC_framework-1.5.0+arduino-1.zip", "size": 833324, "checksum": "SHA-256:1b05e990386c47856bac6d1b4605167b8de85f7bc773062becac6628a66458cb" @@ -42349,11 +61091,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthijskooijman/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.0+arduino-2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.0+arduino-2.zip", "archiveFileName": "IBM_LMIC_framework-1.5.0+arduino-2.zip", "size": 845286, "checksum": "SHA-256:ab020aded39b8b9ccef2110e938d988ac5fdcd82b70e14e268358db68ef6c0c3" }, + { + "name": "IBM LMIC framework", + "version": "1.5.1", + "author": "IBM", + "maintainer": "Matthijs Kooijman \u003cmatthijs@stdin.nl\u003e", + "sentence": "Deprecated arduino port of the LMIC (LoraWAN-in-C, formerly LoraMAC-in-C) framework provided by IBM.", + "paragraph": "This library is deprecated. Try the \"MCCI LoRaWAN LMIC Library\" as a drop-in replacement, or see the github page for more info.", + "website": "https://github.com/matthijskooijman/arduino-lmic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matthijskooijman/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthijskooijman/IBM_LMIC_framework-1.5.1.zip", + "archiveFileName": "IBM_LMIC_framework-1.5.1.zip", + "size": 845895, + "checksum": "SHA-256:b3d53d3f720d78409ddc6b8c3f5d3f35abc701c760e285fa8e8d8aa19105b39f" + }, { "name": "swRTC", "version": "1.2.6", @@ -42365,7 +61124,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/swRTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.6.zip", "archiveFileName": "swRTC-1.2.6.zip", "size": 30155, "checksum": "SHA-256:e488c7d573028e8800bf897949a266654947eb3a32e76612e07d68b586e1a299" @@ -42381,7 +61140,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/swRTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.7.zip", "archiveFileName": "swRTC-1.2.7.zip", "size": 30441, "checksum": "SHA-256:fab7e71a10d77670df103e42de0b36c91c89cfdd3c9a619c0709dd7516d0c466" @@ -42397,7 +61156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/swRTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.8.zip", "archiveFileName": "swRTC-1.2.8.zip", "size": 30473, "checksum": "SHA-256:c321a49a391eade69867e47ef27eba28b256d13f66fc3e3a7c2e59e1d2f851bb" @@ -42413,7 +61172,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/swRTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.3.zip", "archiveFileName": "swRTC-1.2.3.zip", "size": 29870, "checksum": "SHA-256:fe0dd98ff322354f37c16af382995d7b2a7ebb5d0a48f01e53d365bbe883e464" @@ -42429,7 +61188,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/swRTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/swRTC-1.2.5.zip", "archiveFileName": "swRTC-1.2.5.zip", "size": 29914, "checksum": "SHA-256:3fd8b95612e31e57148e3089c76a8c1b6a1ce63a7a46572fdc7f9bfcf03de6e7" @@ -42445,7 +61204,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/leOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/leOS-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/leOS-1.2.2.zip", "archiveFileName": "leOS-1.2.2.zip", "size": 324378, "checksum": "SHA-256:871a00eb08d2ae7580af1543c791967c37260fa34c8f51684930d6b4251a136e" @@ -42461,7 +61220,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/leOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/leOS-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/leOS-1.2.1.zip", "archiveFileName": "leOS-1.2.1.zip", "size": 324354, "checksum": "SHA-256:86ec70b73bd8ae1c8f8086b270e5bc561f96e21436296811d00fb8095e3fe503" @@ -42477,7 +61236,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/leOS2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/leOS2-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/leOS2-2.3.2.zip", "archiveFileName": "leOS2-2.3.2.zip", "size": 321964, "checksum": "SHA-256:c2d9ac6dc8c15c492fce3ff85b4be2886592b8930b4850a0c31b9a57ae6eaf7f" @@ -42493,7 +61252,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/leOS2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/leOS2-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/leOS2-2.3.3.zip", "archiveFileName": "leOS2-2.3.3.zip", "size": 322551, "checksum": "SHA-256:cbdd2afe8976604e84edacc57aaac968f2a241c8602cdd943539fd46f0a8014b" @@ -42509,7 +61268,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/leOS2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/leOS2-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/leOS2-2.3.1.zip", "archiveFileName": "leOS2-2.3.1.zip", "size": 321926, "checksum": "SHA-256:aba1e6e9282c8a72de59bcb4412729091d65f1b8e811015c0ea96bfa1d56ae41" @@ -42525,7 +61284,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/looper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/looper-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/looper-1.1.1.zip", "archiveFileName": "looper-1.1.1.zip", "size": 27348, "checksum": "SHA-256:67121130b8f61c4897799bcca0138a5000bdb6c8af6fae46f4e30bfdeaba0406" @@ -42541,7 +61300,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/pRNG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/pRNG-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/pRNG-1.2.2.zip", "archiveFileName": "pRNG-1.2.2.zip", "size": 21039, "checksum": "SHA-256:446a23c1c7f47732a0c6c87b487bb3fe5791159d699c4b03954484dee80c1329" @@ -42557,7 +61316,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/pRNG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/pRNG-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/pRNG-1.2.1.zip", "archiveFileName": "pRNG-1.2.1.zip", "size": 20851, "checksum": "SHA-256:315b049fc96cc0ed2f59a98e873359672cba9d492baebfdc1959f4886b3ac858" @@ -42573,7 +61332,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leomil72/secTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/secTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/secTimer-1.0.0.zip", "archiveFileName": "secTimer-1.0.0.zip", "size": 21971, "checksum": "SHA-256:cbd6d34556d8b7537185fc6383a2385c66f23f36ca7cd80fdcd08327a5c6d4b3" @@ -42589,7 +61348,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/analogComp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/analogComp-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/analogComp-1.2.4.zip", "archiveFileName": "analogComp-1.2.4.zip", "size": 22847, "checksum": "SHA-256:792e364c03f7a3ee1f2e95604246ebef18fb52b21f40dbe903e25c38d1af1e26" @@ -42605,7 +61364,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/leomil72/analogComp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leomil72/analogComp-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leomil72/analogComp-1.2.2.zip", "archiveFileName": "analogComp-1.2.2.zip", "size": 22028, "checksum": "SHA-256:14efddef018be3a78a8181088430898324b28d5487ff59ed307e6f140c4fa816" @@ -42621,7 +61380,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SindormirNet/ArduinoFacil.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SindormirNet/ArduinoFacil-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SindormirNet/ArduinoFacil-1.0.2.zip", "archiveFileName": "ArduinoFacil-1.0.2.zip", "size": 21303, "checksum": "SHA-256:f21f89c232ad999f5be1da2b39be40c24d1203dd3df5f9cde151cc26d62a23c7" @@ -42638,7 +61397,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.0.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.0.zip", "size": 66828, "checksum": "SHA-256:ee578c56ad6045f3cc6d7faf03ca7ddbbcc2a7e10be639c0d874a42f4e505309" @@ -42655,7 +61414,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.1.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.1.zip", "size": 66835, "checksum": "SHA-256:0aec3d4895a1c14971de1ebd9d1d02b1ead97df34f487f9bd972f4e0a083552d" @@ -42672,7 +61431,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.2.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.2.zip", "size": 67380, "checksum": "SHA-256:14b5a6a6e2a6d3c3213f25767f5ee71b6fcc5bfee21dd5336a0691dfbe4a3ca3" @@ -42689,7 +61448,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.3.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.3.zip", "size": 68688, "checksum": "SHA-256:e3f58fabcd01aaa31f68f6fa9f987fa9efd719647bb624afda3082abf7a5bf29" @@ -42706,7 +61465,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.4.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.4.zip", "size": 89406, "checksum": "SHA-256:b2b74971b0a75a8622c937ce1cb9c2c4879bd8222e6c2dcc9e71008e093e7f6c" @@ -42723,7 +61482,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.5.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.5.zip", "size": 90668, "checksum": "SHA-256:834ac06e6e424bc2b470b209448a1ea6c5737b07b55509d677a073ddeb8607ee" @@ -42740,7 +61499,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.6.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.6.zip", "size": 90904, "checksum": "SHA-256:97654f23d189772aa8bd3444aa47e8e04d07b553a39bd348477a1c5185394616" @@ -42757,7 +61516,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.7.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.7.zip", "size": 91349, "checksum": "SHA-256:cd059d382ad9e5924293a281287107f718825a7371861c97ff54379b2ad53cfe" @@ -42774,7 +61533,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.8.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.8.zip", "size": 91312, "checksum": "SHA-256:74e16b18972b4c7700d70d3e6cbc891f0d08d79efa156cbbcc9dce1731ef235b" @@ -42791,7 +61550,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.9.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.9.zip", "size": 94560, "checksum": "SHA-256:5f80c1e247d37a76379ab2108597414dc31859240dfe08c7d02664fb70b4082b" @@ -42808,7 +61567,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.91.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.0.91.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.0.91.zip", "size": 94821, "checksum": "SHA-256:fcfaced4364472b22cc1558c0cdbc1e3765b6eabfcaf75219a7ca53d79753eb3" @@ -42825,7 +61584,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.0.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.1.0.zip", "size": 107534, "checksum": "SHA-256:83308d64f9fcd46588436642364f205106c1f45cb78dc2504f73a78e143264d5" @@ -42842,7 +61601,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.1.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.1.1.zip", "size": 106096, "checksum": "SHA-256:53542249234645f0aa1a9982f5624e219b190577a6a4873d30417ea6f34aac24" @@ -42859,7 +61618,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.2.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.1.2.zip", "size": 134841, "checksum": "SHA-256:3125faa01ad32423cb1edab6201779ff4bb4017b6f37423d3629735f4409c4c2" @@ -42876,7 +61635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.3.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.1.3.zip", "size": 143631, "checksum": "SHA-256:20794f20c3e4c312bf3fba713446078ae390d64c37607f99bff14bd8d1aaf50c" @@ -42893,7 +61652,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.1.4.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.1.4.zip", "size": 148165, "checksum": "SHA-256:056e79f163ab644ba7e8b2085ddecaee983e47e6af8ac93fe3082665a9694475" @@ -42910,7 +61669,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.0.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.0.zip", "size": 156835, "checksum": "SHA-256:ef58bab4d70816c094fe4beba8e785e92d3c21b988a94c75e993d49cf9b06321" @@ -42927,7 +61686,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.1.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.1.zip", "size": 157082, "checksum": "SHA-256:30d14cdbfce6f0ecf5447efce0366aff57e7e1b4a0df5b48d7919d7426d9994e" @@ -42944,7 +61703,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.2.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.2.zip", "size": 157129, "checksum": "SHA-256:8196f523360b24de0565929eab88b6d701012f6e756a2065aed2907261522013" @@ -42961,7 +61720,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.3.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.3.zip", "size": 157135, "checksum": "SHA-256:143cfbe97921742517c5b898386c42d96dec83a9ef3b23dbc374852795453e41" @@ -42978,7 +61737,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.4.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.4.zip", "size": 157317, "checksum": "SHA-256:fd7d6c9f35e1db6a46baf48b8dbafbbd90d389851407105e88d1122086079bb0" @@ -42995,7 +61754,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.5.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.5.zip", "size": 161869, "checksum": "SHA-256:be98044bfe7699b12d03abaa5ef4dadb6db8d45831fd04156ea4344addcbe725" @@ -43012,7 +61771,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.6.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.6.zip", "size": 163296, "checksum": "SHA-256:bc1ac4c45976bab2964ad5ebadeb49412292f10886b24845fd6983f32ca5cae1" @@ -43029,7 +61788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.7.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.7.zip", "size": 170654, "checksum": "SHA-256:ca65f112f039cd53d4651952beb30230114f76b29024640f2e881bb656e23360" @@ -43046,7 +61805,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.8.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.8.zip", "size": 171208, "checksum": "SHA-256:5ff924a369ed62134ce4573d0880d3d33ca893d64e171479920ac8e1506bfe6c" @@ -43063,7 +61822,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.2.9.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.2.9.zip", "size": 171302, "checksum": "SHA-256:6268215cf0d7da23d108abe7939edd9e93151d90d6598e6482d9154f33778856" @@ -43080,7 +61839,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.0.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.3.0.zip", "size": 169111, "checksum": "SHA-256:dafc0483c88b74f4867216faf0ca2d5e9a90aef905c34f0dc3ad531b9211bd22" @@ -43097,7 +61856,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.1.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.3.1.zip", "size": 169111, "checksum": "SHA-256:88f67fe1ed8da2f561078c8cdee2f03c155f0e98430ce2dd49b65b8daf1576f5" @@ -43114,7 +61873,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.2.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.3.2.zip", "size": 169722, "checksum": "SHA-256:11ecd9037ab748e09b78f647efa650e871a29ebbedb52fb379cc6b9c8a4d1618" @@ -43131,7 +61890,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.3.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.3.3.zip", "size": 169435, "checksum": "SHA-256:bc73e30d6684e14693dea42dd49fe27581f1509ed10c13158a3de53fd3250be3" @@ -43148,7 +61907,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.4.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.3.4.zip", "size": 169994, "checksum": "SHA-256:c4e1642f00bbd94741a329d10b7091dfaf661f0a920f865ba2151dd466ace944" @@ -43165,7 +61924,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.3.5.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.3.5.zip", "size": 504349, "checksum": "SHA-256:f22550e46bd0b123741b3480dd67d9785077499cccb788d7181536861d8ea1ec" @@ -43182,7 +61941,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.0.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.4.0.zip", "size": 505355, "checksum": "SHA-256:e748af95e1aff5c5045068b0f0c3e4994ac340b8a9174d7df3f27c2cfe61343d" @@ -43199,7 +61958,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.1.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.4.1.zip", "size": 505398, "checksum": "SHA-256:13b9cc8e374584d330c2e506bfa27700d6b703989377536fede9d1ab2cf3e2ff" @@ -43216,7 +61975,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.2.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.4.2.zip", "size": 505892, "checksum": "SHA-256:5c4abd4b638d9110bd50291f9fc53e1346bc337727d9287defa17e95b14c5ab0" @@ -43233,7 +61992,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.3.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.4.3.zip", "size": 505941, "checksum": "SHA-256:4990bdc6fa12a6cfdb9dff3d22d7b5bd9af6376981884cef56e0504667b2c980" @@ -43250,7 +62009,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.4.4.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.4.4.zip", "size": 506005, "checksum": "SHA-256:f6a496e067e14f5cfb1280b2e6601c97cdf29bae998c5d9288eb37b07f78b6a7" @@ -43267,11 +62026,266 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/NeoPixelBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.0.zip", "archiveFileName": "NeoPixelBus_by_Makuna-2.5.0.zip", "size": 510026, "checksum": "SHA-256:735d18f474da1cec110a1758141ccc08e0205ce758ad20bdf24b19c05290defb" }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102) easy.", + "paragraph": "Supports most Arduino platforms, including Esp8266 and Esp32. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.1.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.1.zip", + "size": 511383, + "checksum": "SHA-256:9acc129ee15b82b1ecf2ca15cdefae9c1878283ab1a18a5a2f9ce52cff436c59" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822) easy.", + "paragraph": "Supports most Arduino platforms, including Esp8266 and Esp32. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.2.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.2.zip", + "size": 525310, + "checksum": "SHA-256:1fe51aa1fd04769398d40dbe725e7cbee65da69be12eacd72a0b1b9ebabc0dd4" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.3", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822) easy.", + "paragraph": "Supports most Arduino platforms, including Esp8266 and Esp32. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.3.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.3.zip", + "size": 526709, + "checksum": "SHA-256:f03a21cad92c93098d56d270453a406ae5dc0b771a32811bfa6c4320f6274baa" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.4", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.4.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.4.zip", + "size": 530907, + "checksum": "SHA-256:308deac5bf9628a34acf579ac16a9e5e134a60ceceecc1e732cb2f6371796016" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.5", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.5.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.5.zip", + "size": 530935, + "checksum": "SHA-256:27b727cefc40f9681dbe07e67273dadb8f6cba421868cba07c101edc42d48715" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.6", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822, WS2801) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.6.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.6.zip", + "size": 532607, + "checksum": "SHA-256:d3e79fdf551c6fbe8e3855be7f7eed78f7326923fcd3f7a906c87b8712f2c71a" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.5.7", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822, WS2801) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.5.7.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.5.7.zip", + "size": 537210, + "checksum": "SHA-256:f615683f9a47a51898170ef0293be11bc1473b6f4f216fc4d5d49c5ec6251d67" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.0.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.0.zip", + "size": 542229, + "checksum": "SHA-256:5e63527c531f3380b4d8d22c71d35d6f2cb3c26e3dde4adb891c6296b56f5c09" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.1.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.1.zip", + "size": 555225, + "checksum": "SHA-256:273de18eeccb23728185c39ec18445dcf06f339bf8a5bb08420d981ee30a0f1d" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.2.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.2.zip", + "size": 559840, + "checksum": "SHA-256:f260e23ccb877582c622895d98433d990ebe4d05cd4b70462f6b7fdde14721c0" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.3", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.3.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.3.zip", + "size": 569481, + "checksum": "SHA-256:010e7b862a3c1023c1744807d5ee7aa41cb6c95d2c4369a0d822955644085785" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.4", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.4.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.4.zip", + "size": 573218, + "checksum": "SHA-256:958616a89894463be0f7113bcf38d857875c63a4da9abf6c41211b99b4bf36a7" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.5", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.5.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.5.zip", + "size": 573226, + "checksum": "SHA-256:6d6c336933240edd0918888ad11f06d298e01dc9ae9ebe2dc3dc6cbed0d9b625" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.6", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.6.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.6.zip", + "size": 573336, + "checksum": "SHA-256:afca54ea678b2a3e65f160cb95c0dabb11ec6e5543991d9e41c541c148ef7427" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.7", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.7.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.7.zip", + "size": 575448, + "checksum": "SHA-256:cf64af29ab25a0074876b388de2be5d9291e83f42f86d83079a14d89e5f17780" + }, { "name": "OneWireHub", "version": "0.2.0", @@ -43283,7 +62297,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.2.0.zip", "archiveFileName": "OneWireHub-0.2.0.zip", "size": 2574428, "checksum": "SHA-256:13e1e544c826a1bc4c8478f08bf09bb64acb184f750b7048ab5a3b4bc8ac29e0" @@ -43300,7 +62314,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.3.0.zip", "archiveFileName": "OneWireHub-0.3.0.zip", "size": 3633475, "checksum": "SHA-256:b5c17be7b3f4b307c4e020799e658a7ee4da79ece1c1079faa280b18a6976af0" @@ -43317,7 +62331,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.4.0.zip", "archiveFileName": "OneWireHub-0.4.0.zip", "size": 4940830, "checksum": "SHA-256:6831c46a6afc0e89f4f9e63ff4e85a2d8bc3fffe4b0621387419b92663285ec2" @@ -43334,7 +62348,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.5.0.zip", "archiveFileName": "OneWireHub-0.5.0.zip", "size": 7527971, "checksum": "SHA-256:7f0c02f1386f3de829ace0dcd1c0ee9a13a4ec457557577902c768da9b2ada37" @@ -43351,7 +62365,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.6.5.zip", "archiveFileName": "OneWireHub-0.6.5.zip", "size": 7537956, "checksum": "SHA-256:48b3d6e5bc415d2341b2c4b2f50ae23c19a10b9ebc6bef14bb057db9defdd68d" @@ -43368,7 +62382,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.7.0.zip", "archiveFileName": "OneWireHub-0.7.0.zip", "size": 7538211, "checksum": "SHA-256:56b68be023cfd0b04808bb878e744bbf9314c6365951640b2d7d9431dcb3ce6e" @@ -43385,7 +62399,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.7.5.zip", "archiveFileName": "OneWireHub-0.7.5.zip", "size": 7552075, "checksum": "SHA-256:9140903778636e9ef5ebefa20387d13b286d55260c01f1b559c3a5c27190401f" @@ -43402,7 +62416,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.8.0.zip", "archiveFileName": "OneWireHub-0.8.0.zip", "size": 7553313, "checksum": "SHA-256:35238471710e9f606a475ad77cfd7584766815b2bb005b5de590d6b47eeddea7" @@ -43419,7 +62433,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.8.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.8.5.zip", "archiveFileName": "OneWireHub-0.8.5.zip", "size": 7553593, "checksum": "SHA-256:88150d2ea16fcc4b168924de1f22b97a3aaef1915d323046466e9047c4847a62" @@ -43436,7 +62450,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.0.zip", "archiveFileName": "OneWireHub-0.9.0.zip", "size": 7555053, "checksum": "SHA-256:5d0da82df7d31db90588cfd19c50aa9d3f0ce4d08690b09b6bfecba5dd0ecf6b" @@ -43453,7 +62467,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.1.zip", "archiveFileName": "OneWireHub-0.9.1.zip", "size": 7556490, "checksum": "SHA-256:9bbcb2eaad8bec936d519605ff4ca2c9dbf06767723a6c6b7b0c8381f6c6f4ad" @@ -43470,7 +62484,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.2.zip", "archiveFileName": "OneWireHub-0.9.2.zip", "size": 8019844, "checksum": "SHA-256:9ecd8e2d86479414f7d2f49453cbfec472b4cd51f96954b9c5f0be8553d208ef" @@ -43487,7 +62501,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.3.zip", "archiveFileName": "OneWireHub-0.9.3.zip", "size": 8020276, "checksum": "SHA-256:6c38b21b018c106ae82a8a36a8b60e65db7997f616c66e7904421754b9e3a792" @@ -43504,7 +62518,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.4.zip", "archiveFileName": "OneWireHub-0.9.4.zip", "size": 8020860, "checksum": "SHA-256:010b863f4e774170ab6f3bcf69960941deeec6fb7ce54990ef84193a0b53ac31" @@ -43521,7 +62535,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.6.zip", "archiveFileName": "OneWireHub-0.9.6.zip", "size": 9430205, "checksum": "SHA-256:afe52392be16cfd7d0f3c90b6057c06d8d2895c9fc53aab5886e276f2a8ef7a0" @@ -43538,7 +62552,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.7.zip", "archiveFileName": "OneWireHub-0.9.7.zip", "size": 9430295, "checksum": "SHA-256:ac5c66d0e37a5d7bc884ae33aa5e6ca4a210a4e93fb0886e97c344f76d12b099" @@ -43555,7 +62569,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-0.9.8.zip", "archiveFileName": "OneWireHub-0.9.8.zip", "size": 9434009, "checksum": "SHA-256:607aec1d789b2ba2f5fda395802ab45af0902108fc939e759ead65d41709ab42" @@ -43572,7 +62586,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-1.0.0.zip", "archiveFileName": "OneWireHub-1.0.0.zip", "size": 9434420, "checksum": "SHA-256:068f0f131515d44e2965c90d8c97a02abb514205bb66efe1aeb26b88be95c725" @@ -43589,7 +62603,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-1.1.0.zip", "archiveFileName": "OneWireHub-1.1.0.zip", "size": 9432202, "checksum": "SHA-256:d6d1a075262917b0cb8dbafe01b6303bbe9012f394313e8642f76b6e1c3a5ea2" @@ -43606,7 +62620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-1.2.0.zip", "archiveFileName": "OneWireHub-1.2.0.zip", "size": 9434182, "checksum": "SHA-256:e1b0eaaf998cf503dc9f8b9616f49474b6b91cf5d4310a323e8fcf5fb1b32c10" @@ -43623,7 +62637,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.0.0.zip", "archiveFileName": "OneWireHub-2.0.0.zip", "size": 10806500, "checksum": "SHA-256:6409cca58e6c30da1d63dc12b3e1a2f8efc628734c6704e91e5494aa0f3d518a" @@ -43640,7 +62654,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.1.1.zip", "archiveFileName": "OneWireHub-2.1.1.zip", "size": 10815339, "checksum": "SHA-256:2265de7d203b6c23d57f64c3ca6b1bed5dcc2cbeb6b785846863be3b89be2ae1" @@ -43657,7 +62671,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.1.2.zip", "archiveFileName": "OneWireHub-2.1.2.zip", "size": 10815616, "checksum": "SHA-256:49989d73e28ef9f5a1004af56cd63f9861ff3341801d883b05dff4cdf39ce3e8" @@ -43674,7 +62688,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.2.0.zip", "archiveFileName": "OneWireHub-2.2.0.zip", "size": 10812059, "checksum": "SHA-256:6812449e63efc3515a7be0fb9218eb88724982f3d4b3d97b1c34548a58c6904b" @@ -43691,7 +62705,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/orgua/OneWireHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.2.1.zip", "archiveFileName": "OneWireHub-2.2.1.zip", "size": 10812257, "checksum": "SHA-256:2162df62782809c535ae95a3d1f260263a4b78e9453c2ba206b4211baa5d7dec" @@ -43708,7 +62722,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SindormirNet/SindormirSevenSegments.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SindormirNet/Sindormir_SevenSegments-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SindormirNet/Sindormir_SevenSegments-1.1.0.zip", "archiveFileName": "Sindormir_SevenSegments-1.1.0.zip", "size": 19189, "checksum": "SHA-256:1aa1e24c6dd1ee64e41e1f9b797e80546a0cb8d83016cc39555614e31c88c96f" @@ -43725,7 +62739,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SindormirNet/SindormirSevenSegments.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SindormirNet/Sindormir_SevenSegments-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SindormirNet/Sindormir_SevenSegments-1.0.0.zip", "archiveFileName": "Sindormir_SevenSegments-1.0.0.zip", "size": 15983, "checksum": "SHA-256:0ef1b9dcc77f8ec2c73c005891dab5a7c1b6c71b1f30c11cf207b3f9d6ccd3de" @@ -43742,7 +62756,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.0.0.zip", "archiveFileName": "esp8266_mdns-1.0.0.zip", "size": 13686, "checksum": "SHA-256:b39b961976dcc03f76b966040dab3e16af5c54e57d4fb1cfd45cc39b12a1808a" @@ -43759,7 +62773,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.0.zip", "archiveFileName": "esp8266_mdns-1.1.0.zip", "size": 14954, "checksum": "SHA-256:412cb3a6ce9f86b89d6830d6e545b3c3e9cacdb5bdd6d4f0c6885478a963480e" @@ -43776,7 +62790,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.1.zip", "archiveFileName": "esp8266_mdns-1.1.1.zip", "size": 14954, "checksum": "SHA-256:876f82f5047a6a92f436a6536cd1aefce1e02f61083bb09e50bb13a7e1051b7a" @@ -43793,7 +62807,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.2.zip", "archiveFileName": "esp8266_mdns-1.1.2.zip", "size": 15134, "checksum": "SHA-256:fe7af340b0f27be87a8db3081494d24cd580c70d1a86c1394dd1fd6a70c869c2" @@ -43810,7 +62824,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.3.zip", "archiveFileName": "esp8266_mdns-1.1.3.zip", "size": 15120, "checksum": "SHA-256:dd42cf57afc56031cc7d63f8319f9c6a86f15df4e99ec4910135338237ecc98c" @@ -43827,7 +62841,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.4.zip", "archiveFileName": "esp8266_mdns-1.1.4.zip", "size": 15146, "checksum": "SHA-256:a05a882aa369d5d1c65e821df2a52bc10fe92d0d80b580af5483c8b477cc7bbf" @@ -43844,7 +62858,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.5.zip", "archiveFileName": "esp8266_mdns-1.1.5.zip", "size": 15407, "checksum": "SHA-256:c7fd056624dd69386394ab399890edd993643e0023d4a5599cc589ab15929e02" @@ -43861,7 +62875,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.6.zip", "archiveFileName": "esp8266_mdns-1.1.6.zip", "size": 15484, "checksum": "SHA-256:16fa70be52b9c433b1caa0ff9bbf5d259101c5f51917d184a0ead9797006c737" @@ -43878,7 +62892,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrdunk/esp8266_mdns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.7.zip", "archiveFileName": "esp8266_mdns-1.1.7.zip", "size": 15516, "checksum": "SHA-256:0ed843ac8be6b584ea39658abd3a69b2c009c9c6145fd22d07a227609802dbfd" @@ -43895,7 +62909,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-1.0.0.zip", "archiveFileName": "XLR8Servo-1.0.0.zip", "size": 14671, "checksum": "SHA-256:e10cbc0052c51a32cfe69abadb8e1f664e26bcbb648d656bb78e389964f21cf9" @@ -43912,7 +62926,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-1.1.0.zip", "archiveFileName": "XLR8Servo-1.1.0.zip", "size": 27104, "checksum": "SHA-256:9b2c29448e0fd19e8b651351da40b48409b376dd2068e00a4eff3de028f78199" @@ -43929,7 +62943,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-2.0.0.zip", "archiveFileName": "XLR8Servo-2.0.0.zip", "size": 27211, "checksum": "SHA-256:a9b7a5811af55d9f818043bb90f9d9723d2a067ddc8189e69108187aa79e700c" @@ -43946,11 +62960,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Servo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-2.1.0.zip", "archiveFileName": "XLR8Servo-2.1.0.zip", "size": 53474, "checksum": "SHA-256:d4756fd1559f7b5b092346fd59065b98eb9c61dbde2b13da59fc9ee99054c53b" }, + { + "name": "XLR8Servo", + "version": "2.2.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Allows Arduino boards to control a variety of servo motors. For Alorium Technology's XLR8 board.", + "paragraph": "It uses a set of dedicated custom hardware timers instead of the microcontroller's timer. The library can control up to 20 servos accurately without relying on microcontroller interrupt handling.\u003cbr /\u003e", + "website": "https://github.com/AloriumTechnology/XLR8Servo", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Servo-2.2.0.zip", + "archiveFileName": "XLR8Servo-2.2.0.zip", + "size": 53697, + "checksum": "SHA-256:a6148c8934bf2dcc0c76446615a52d1f871eecc53fce2c300102d66e82c978c5" + }, { "name": "XLR8Float", "version": "1.0.0", @@ -43963,7 +62994,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Float.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-1.0.0.zip", "archiveFileName": "XLR8Float-1.0.0.zip", "size": 22390, "checksum": "SHA-256:bf1bbe7ab364aaa0a0bbd0b04b5456d9307c1bee274c8c9409e104fea6fff1e1" @@ -43980,7 +63011,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Float.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-1.0.1.zip", "archiveFileName": "XLR8Float-1.0.1.zip", "size": 22368, "checksum": "SHA-256:038ec787b798648af253593ce46691cb054fb8fa7bbbff5031def4546ac7b236" @@ -43997,7 +63028,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Float.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-1.0.4.zip", "archiveFileName": "XLR8Float-1.0.4.zip", "size": 133275, "checksum": "SHA-256:ea210ebfa3afc9938a4df3dc9d3f1d1832d8886654ad4cf0993d74c49101e847" @@ -44014,7 +63045,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.0.zip", "archiveFileName": "XLR8Info-1.0.0.zip", "size": 15139, "checksum": "SHA-256:2b6149aaa531647fcbfd606251367446de408076778f4399d7d1cdd030521d18" @@ -44031,7 +63062,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.10.zip", "archiveFileName": "XLR8Info-1.0.10.zip", "size": 16070, "checksum": "SHA-256:9ca1d6842a01bbd78897dea02bd569b07eca261cd0c278dd0b31d1100928879b" @@ -44048,7 +63079,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.2.zip", "archiveFileName": "XLR8Info-1.0.2.zip", "size": 15404, "checksum": "SHA-256:6a90b20da71a2b32f858fdd562d770f2f4ef8c4c5a22434a85c423ee14401d93" @@ -44065,7 +63096,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.3.zip", "archiveFileName": "XLR8Info-1.0.3.zip", "size": 16149, "checksum": "SHA-256:a23678c25d31f84fbb615b5e3943f07ac8de97be18bf9f835f51862f7b244222" @@ -44082,7 +63113,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.5.zip", "archiveFileName": "XLR8Info-1.0.5.zip", "size": 16791, "checksum": "SHA-256:7a638616c74b6c0ea7c406a8f0be1e155d844fe353c0065d32b619d0558286b1" @@ -44099,7 +63130,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.6.zip", "archiveFileName": "XLR8Info-1.0.6.zip", "size": 16791, "checksum": "SHA-256:fcf36a78575070c4dd6c47f49b67c9f27a6a20ce1634206c48d76e7fe8d3f1b0" @@ -44116,7 +63147,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.7.zip", "archiveFileName": "XLR8Info-1.0.7.zip", "size": 16806, "checksum": "SHA-256:dc5be9da65bfcee2b025545a7fe8b2441a48930bc3a9342069e723cf0fab372f" @@ -44133,11 +63164,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Info.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.0.9.zip", "archiveFileName": "XLR8Info-1.0.9.zip", "size": 17154, "checksum": "SHA-256:f166bc63bf71a468cd12424696bfcafdd07355acf6ae3075cce2a54cac048635" }, + { + "name": "XLR8Info", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Arduino library for identifying features of XLR8 product", + "paragraph": "For the Alorium Technology XLR8 board, determines version number of XLR8 design and which XBs are included.", + "website": "https://github.com/AloriumTechnology/XLR8Info", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8Info.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.1.0.zip", + "archiveFileName": "XLR8Info-1.1.0.zip", + "size": 16122, + "checksum": "SHA-256:3ea05daa7417e19723de9532358feb52468b9f3cf44add7ef7d31ca1924defa0" + }, { "name": "XLR8ADC", "version": "1.0.0", @@ -44150,7 +63198,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8ADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.0.0.zip", "archiveFileName": "XLR8ADC-1.0.0.zip", "size": 8830, "checksum": "SHA-256:42ff0d75bc0dd86e598079908d4da8cbc8305f6db26a71d6a09a03cdc4219829" @@ -44167,7 +63215,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8ADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.0.1.zip", "archiveFileName": "XLR8ADC-1.0.1.zip", "size": 8363, "checksum": "SHA-256:6b88b53b208d6d6beaa6527cd63c8a6542330469a7a236a6a282fa7343041f5d" @@ -44184,7 +63232,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8ADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.0.2.zip", "archiveFileName": "XLR8ADC-1.0.2.zip", "size": 7683, "checksum": "SHA-256:eb0d5be345bfb79453cd3297e63a7c7e10b8286c0a21ab5d5b5415b7ed846638" @@ -44201,7 +63249,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8ADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.1.0.zip", "archiveFileName": "XLR8ADC-1.1.0.zip", "size": 6021, "checksum": "SHA-256:4a2dc54213fad5335feecea8b1441d5e8e3cd5065e2b796219dcb6ebe02aa4e0" @@ -44218,7 +63266,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8ADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8ADC-1.1.1.zip", "archiveFileName": "XLR8ADC-1.1.1.zip", "size": 6019, "checksum": "SHA-256:e164b01b0eaf41d2ecfff809e4e8861938ada057ce5227aebc5136e9459e35d1" @@ -44235,7 +63283,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.0.zip", "archiveFileName": "XLR8NeoPixel-1.0.0.zip", "size": 34144, "checksum": "SHA-256:a6510a000ec6d3d7a0260776614dde719aefe2af231f769521e1a8786609a1d7" @@ -44252,7 +63300,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.1.zip", "archiveFileName": "XLR8NeoPixel-1.0.1.zip", "size": 34122, "checksum": "SHA-256:7f877905658845c6975618a4d67c6f5415233f2b4a4e868dcd5b26fd65aeb9cb" @@ -44269,7 +63317,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.4.zip", "archiveFileName": "XLR8NeoPixel-1.0.4.zip", "size": 63588, "checksum": "SHA-256:833d18bc1be6a2ed8b5af0e4c942d2db16582488f13087a9857e5aaf56c6af65" @@ -44286,7 +63334,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8NeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8NeoPixel-1.0.5.zip", "archiveFileName": "XLR8NeoPixel-1.0.5.zip", "size": 87599, "checksum": "SHA-256:8764bb74b8497211a3d1e1f5009f73ae8346aeef6a23766bf812b16b8684e7db" @@ -44303,7 +63351,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Gamadril/DD-Booster-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Gamadril/DIGI_DOT_BOOSTER_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamadril/DIGI_DOT_BOOSTER_Library-1.0.1.zip", "archiveFileName": "DIGI_DOT_BOOSTER_Library-1.0.1.zip", "size": 186780, "checksum": "SHA-256:194775263738825568f17418cc72d54f08023b28d676d78403d993f005301b07" @@ -44320,7 +63368,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Gamadril/DD-Booster-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Gamadril/DIGI_DOT_BOOSTER_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamadril/DIGI_DOT_BOOSTER_Library-1.0.0.zip", "archiveFileName": "DIGI_DOT_BOOSTER_Library-1.0.0.zip", "size": 186754, "checksum": "SHA-256:346b9fdbca77ad4d3c2ab04157105e49ac300668c399917f5a8477c7ef3fa232" @@ -44337,7 +63385,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcauser/i2cdetect.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcauser/i2cdetect-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcauser/i2cdetect-1.0.0.zip", "archiveFileName": "i2cdetect-1.0.0.zip", "size": 4945, "checksum": "SHA-256:10714fe1020233da67f2b79ec36327163d3182ae347e005e07aab3e0ad977cf6" @@ -44354,7 +63402,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RedBot_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RedBot_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RedBot_Library-2.0.0.zip", "archiveFileName": "SparkFun_RedBot_Library-2.0.0.zip", "size": 49162, "checksum": "SHA-256:8ec76f6eeeb115dcd07d0ac39459fdccab620724995c267d4e58e0f8a9a08087" @@ -44371,7 +63419,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RedBot_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RedBot_Library-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RedBot_Library-2.1.0.zip", "archiveFileName": "SparkFun_RedBot_Library-2.1.0.zip", "size": 53733, "checksum": "SHA-256:a08de1ec97e151356139e25adb95d91c9541036dc1c0eece9992d582e0ffffb2" @@ -44388,7 +63436,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RedBot_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RedBot_Library-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RedBot_Library-2.1.1.zip", "archiveFileName": "SparkFun_RedBot_Library-2.1.1.zip", "size": 53721, "checksum": "SHA-256:d95c72120f053abc63f9675c70b15932373a1208ece3a2b03b663fcba3e9f768" @@ -44405,7 +63453,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/arduino-ms5xxx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/MS5xxx-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/MS5xxx-1.0.1.zip", "archiveFileName": "MS5xxx-1.0.1.zip", "size": 36706, "checksum": "SHA-256:2b4e7810448359b6f213ac35b575eba03bcddc61f575752f8eb30842ccbc3c11" @@ -44422,7 +63470,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/arduino-ms5xxx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/MS5xxx-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/MS5xxx-1.0.2.zip", "archiveFileName": "MS5xxx-1.0.2.zip", "size": 36707, "checksum": "SHA-256:d14c3aba2da4827decdea0851136cf4acff82691f5035320f79fe0e80889d534" @@ -44439,7 +63487,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/arduino-tsic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-0.9.0.zip", "archiveFileName": "TSIC-0.9.0.zip", "size": 19234, "checksum": "SHA-256:a0d59a8675ab69a6f6c5e780bc70dc7207abcec96d25285ae1192e6b9932c789" @@ -44456,7 +63504,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/arduino-tsic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-0.9.1.zip", "archiveFileName": "TSIC-0.9.1.zip", "size": 19926, "checksum": "SHA-256:5aa5c90ad13bbecfe7080f58f583de117d85898afb4e0685afacee51266a0389" @@ -44473,7 +63521,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/arduino-tsic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-1.0.1.zip", "archiveFileName": "TSIC-1.0.1.zip", "size": 20247, "checksum": "SHA-256:c05e11675a71229598858c02118e8ab6273b7438ee3398425d128efc12a32910" @@ -44490,7 +63538,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/RCLSwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/RCLSwitch-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/RCLSwitch-1.4.0.zip", "archiveFileName": "RCLSwitch-1.4.0.zip", "size": 5395, "checksum": "SHA-256:7d9c9d7a6fbf9edf3ff0c5eed57fc604b2c8bcd215204038442e6251643252b4" @@ -44507,7 +63555,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/RCLSwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/RCLSwitch-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/RCLSwitch-1.4.1.zip", "archiveFileName": "RCLSwitch-1.4.1.zip", "size": 5470, "checksum": "SHA-256:bd80c274619cd2ebbccffab43962c4cd85a380294793c3729e0dac5d92af737b" @@ -44524,7 +63572,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madleech/Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/madleech/Button-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madleech/Button-1.0.0.zip", "archiveFileName": "Button-1.0.0.zip", "size": 5597, "checksum": "SHA-256:274599633a57b051fec4476be0536a0fa7fdb618e5f02354553f33ff25395471" @@ -44541,7 +63589,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madleech/TurnoutPulser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/madleech/TurnoutPulser-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madleech/TurnoutPulser-1.0.0.zip", "archiveFileName": "TurnoutPulser-1.0.0.zip", "size": 5889, "checksum": "SHA-256:cfb8072602db5ab54955467272e0fc34be7dcbfa87ea8112c91c455c5e4561a8" @@ -44558,7 +63606,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madleech/TurnoutPulser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/madleech/TurnoutPulser-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madleech/TurnoutPulser-1.0.1.zip", "archiveFileName": "TurnoutPulser-1.0.1.zip", "size": 6335, "checksum": "SHA-256:e8a71eb8030b519624d22aa31e500378e8fdc2a69d9eec26631437d41ded7973" @@ -44575,7 +63623,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/MahonyAHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Mahony-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Mahony-1.0.0.zip", "archiveFileName": "Mahony-1.0.0.zip", "size": 4153, "checksum": "SHA-256:ffeb8b5ca0b559bbb4506a980656423c008c9458e5762a72aa839d07b5e6ca39" @@ -44592,7 +63640,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/MahonyAHRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Mahony-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Mahony-1.1.0.zip", "archiveFileName": "Mahony-1.1.0.zip", "size": 6798, "checksum": "SHA-256:3fa6fb9c4ecb8e57ec5341f0a418ad15e193f1343b3c68e314adbcef28b5f18c" @@ -44609,7 +63657,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.2.0.zip", "archiveFileName": "NtpClientLib-1.2.0.zip", "size": 10277, "checksum": "SHA-256:94af0d27ec401ac2ff9f3dad9951c695b1a2db0ce6089af74834141be7d58a18" @@ -44626,7 +63674,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.2.1.zip", "archiveFileName": "NtpClientLib-1.2.1.zip", "size": 10488, "checksum": "SHA-256:06e3321ed953d2008e4c6804eccfd3ea4a9f07ae2e5abb76d70f78cfeec6b938" @@ -44643,7 +63691,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.3.0.zip", "archiveFileName": "NtpClientLib-1.3.0.zip", "size": 11744, "checksum": "SHA-256:b675b0428c4d6846f04b097e5ccbc147ed1edf9c99ec8a21e638fb8030da4077" @@ -44660,7 +63708,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.3.1.zip", "archiveFileName": "NtpClientLib-1.3.1.zip", "size": 11848, "checksum": "SHA-256:e1e4c3a1bdffa5a2ce6addaaed5e730aa0a79ca1d1fe9822708fe0e2f9bd7a75" @@ -44677,7 +63725,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-1.3.2.zip", "archiveFileName": "NtpClientLib-1.3.2.zip", "size": 11868, "checksum": "SHA-256:f80872fd0ff38b1c9c599135513efe2bcaabaaa3cdaca30eb12fedf915c7c21d" @@ -44694,7 +63742,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.0.zip", "archiveFileName": "NtpClientLib-2.0.0.zip", "size": 15698, "checksum": "SHA-256:c9a3ac4c99a20c13b8cc21b864c0aebb380e12a2334bba237782531fc4019973" @@ -44711,7 +63759,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.1.zip", "archiveFileName": "NtpClientLib-2.0.1.zip", "size": 15416, "checksum": "SHA-256:4627f35a46fabd0e2e718629eeee87a1cadb50c17122918921d1610241314842" @@ -44728,7 +63776,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.3.zip", "archiveFileName": "NtpClientLib-2.0.3.zip", "size": 16215, "checksum": "SHA-256:2d184572e4952e2fe60e0970cd7ae719dd5f1815f6957ca102e69275c553ceab" @@ -44745,7 +63793,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.4.zip", "archiveFileName": "NtpClientLib-2.0.4.zip", "size": 20824, "checksum": "SHA-256:715c18ffa0a28a54872a248f177ed20de0108fb3fb3f33139771c897228acbba" @@ -44762,7 +63810,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.0.5.zip", "archiveFileName": "NtpClientLib-2.0.5.zip", "size": 22522, "checksum": "SHA-256:5d4992c3d10f07eaae5c781c371db8c8bf57f95abb7f7b81ec0736792d8d95a0" @@ -44779,7 +63827,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.5.0.zip", "archiveFileName": "NtpClientLib-2.5.0.zip", "size": 25021, "checksum": "SHA-256:6f71a9c50f7fe527213c0d4ad17804330ad5250e414445106e0b7ffaf2ca9b2c" @@ -44796,7 +63844,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-2.5.1.zip", "archiveFileName": "NtpClientLib-2.5.1.zip", "size": 26811, "checksum": "SHA-256:d3d8dd3adaebd3b8f9283c36caab9c2768f1f6ca8fe329c21ce279a275762191" @@ -44813,7 +63861,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-3.0.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-3.0.0-beta.zip", "archiveFileName": "NtpClientLib-3.0.0-beta.zip", "size": 44411, "checksum": "SHA-256:c2153437d55847f48da1c7fcdb6560226be3b7222e2e6dbd46901e86d1ecc913" @@ -44830,11 +63878,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/NtpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-3.0.1-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-3.0.1-beta.zip", "archiveFileName": "NtpClientLib-3.0.1-beta.zip", "size": 44280, "checksum": "SHA-256:a08b4b9be04c35fcfdffe2d1f66ad266db633d6a6ce28df97519b7c1a480563a" }, + { + "name": "NtpClientLib", + "version": "3.0.2-beta", + "author": "German Martin", + "maintainer": "German Martin", + "sentence": "Ntp Client Library", + "paragraph": "Library to get system sync from a NTP server. Based on code from NTP client example. Currently, it works on ESP8266 based boards. I've made it compatible with Arduino boards w Eternet module but I have not had the opportunity to test it. Please, add an issue to GitHub if you find a bug. NOTICE: After version 2.0.0 library structure has changed. Please refer to README file on github repository.", + "website": "https://github.com/gmag11/NtpClient", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gmag11/NtpClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/NtpClientLib-3.0.2-beta.zip", + "archiveFileName": "NtpClientLib-3.0.2-beta.zip", + "size": 44350, + "checksum": "SHA-256:b645a0be86bb929d1a7d792e576218c7a6dbafdf228cbd6ba22a42ae338c44cb" + }, { "name": "Callback", "version": "1.0.0", @@ -44847,7 +63912,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/Callback.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/Callback-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Callback-1.0.0.zip", "archiveFileName": "Callback-1.0.0.zip", "size": 4709, "checksum": "SHA-256:5d54e7de1b420035efb8a0e45c85893ce4ba003e85916acf9507e156c1a6ce0a" @@ -44864,436 +63929,11 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/WiserUFBA/ArduMideaWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WiserUFBA/MideaIRWrapper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WiserUFBA/MideaIRWrapper-1.0.0.zip", "archiveFileName": "MideaIRWrapper-1.0.0.zip", "size": 18638, "checksum": "SHA-256:60fe45adedaa75c355ffa96e3841a292e45c7fb52f22bbc2da1507ea6fd92cb2" }, - { - "name": "Embedded Template Library", - "version": "10.0.2", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.0.2.zip", - "archiveFileName": "Embedded_Template_Library-10.0.2.zip", - "size": 2260104, - "checksum": "SHA-256:5f9e5e89cd7b2867b930bb86bee6f6814e7f2af2a2c19ce08542196e1085f459" - }, - { - "name": "Embedded Template Library", - "version": "10.1.1", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.1.1.zip", - "archiveFileName": "Embedded_Template_Library-10.1.1.zip", - "size": 2305409, - "checksum": "SHA-256:3c3e96f1f019d52b0212d63c69cd5ff4da228ca9ff7bacb0cae7063f99e9f926" - }, - { - "name": "Embedded Template Library", - "version": "10.11.2", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.11.2.zip", - "archiveFileName": "Embedded_Template_Library-10.11.2.zip", - "size": 2321721, - "checksum": "SHA-256:cce7d44cbafe594c471cd692a2bd9f772b72f99c96cf8d4dd40c38fb817a5db9" - }, - { - "name": "Embedded Template Library", - "version": "10.21.1", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.21.1.zip", - "archiveFileName": "Embedded_Template_Library-10.21.1.zip", - "size": 2337384, - "checksum": "SHA-256:a18fa7b82a5dcf85946787a1d69314eaf45dc3f78b64c78c6afebe278d9a2c50" - }, - { - "name": "Embedded Template Library", - "version": "10.21.2", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.21.2.zip", - "archiveFileName": "Embedded_Template_Library-10.21.2.zip", - "size": 2340640, - "checksum": "SHA-256:4b5bf142a7b4ec9b36ff5c1d64ec069d728b0fc0044f681ab9fe5dd328b2354a" - }, - { - "name": "Embedded Template Library", - "version": "10.3.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.3.0.zip", - "archiveFileName": "Embedded_Template_Library-10.3.0.zip", - "size": 2291535, - "checksum": "SHA-256:15a20a431b2103aecf5daca200fda079044e303001c300becd0819ab016a6623" - }, - { - "name": "Embedded Template Library", - "version": "10.3.1", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.3.1.zip", - "archiveFileName": "Embedded_Template_Library-10.3.1.zip", - "size": 2293041, - "checksum": "SHA-256:882788e955cd65c1acd2a5a9a3e32db491d87e95c3e3fa7b109b5cb2f2ec5210" - }, - { - "name": "Embedded Template Library", - "version": "10.8.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.8.0.zip", - "archiveFileName": "Embedded_Template_Library-10.8.0.zip", - "size": 2298791, - "checksum": "SHA-256:f42e915d50135634e27b2c979e5c533142c62bb3f1d2a2d27404e3d2085aed20" - }, - { - "name": "Embedded Template Library", - "version": "10.8.1", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.8.1.zip", - "archiveFileName": "Embedded_Template_Library-10.8.1.zip", - "size": 2298859, - "checksum": "SHA-256:e0ce55493d74ffcafe593632f1c5a1e127c870dac63e09bc3514bfe840892680" - }, - { - "name": "Embedded Template Library", - "version": "10.9.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/ or https://github.com/mike-matera/ArduinoSTL.git for Arduino.", - "website": "https://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-10.9.0.zip", - "archiveFileName": "Embedded_Template_Library-10.9.0.zip", - "size": 2313366, - "checksum": "SHA-256:f72715ab7f11833d932b97e12f9aca577005678b634718cedcf88656d2c8a08b" - }, - { - "name": "Embedded Template Library", - "version": "8.0.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.0.0.zip", - "archiveFileName": "Embedded_Template_Library-8.0.0.zip", - "size": 1445439, - "checksum": "SHA-256:5270e402d715574cb3aa5c8552817462428db85a64d20ad77e4e012e2e017770" - }, - { - "name": "Embedded Template Library", - "version": "8.0.1", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.0.1.zip", - "archiveFileName": "Embedded_Template_Library-8.0.1.zip", - "size": 1446704, - "checksum": "SHA-256:995260c6b8e16da8215cf6d45616d72685f98fb970c8bffaf22f1f977d504a84" - }, - { - "name": "Embedded Template Library", - "version": "8.0.2", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.0.2.zip", - "archiveFileName": "Embedded_Template_Library-8.0.2.zip", - "size": 1446830, - "checksum": "SHA-256:e466754b8a65437448f0da992d0892fecaf417b702f9892adf5bdc0af914992b" - }, - { - "name": "Embedded Template Library", - "version": "8.0.4", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.0.4.zip", - "archiveFileName": "Embedded_Template_Library-8.0.4.zip", - "size": 1502459, - "checksum": "SHA-256:6cbe15a90bce4369aa417d81d7e7ab9ec429ac6582765061b481d52f5e07d7c2" - }, - { - "name": "Embedded Template Library", - "version": "8.0.5", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.0.5.zip", - "archiveFileName": "Embedded_Template_Library-8.0.5.zip", - "size": 1512571, - "checksum": "SHA-256:18ae2d6fbe73ad020c1dd3a6cebbef4b3f671105ec2970c014879948362c6654" - }, - { - "name": "Embedded Template Library", - "version": "8.1.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.1.0.zip", - "archiveFileName": "Embedded_Template_Library-8.1.0.zip", - "size": 1512571, - "checksum": "SHA-256:a07efe63acdff9f87460666e499e5519008c44413991d7be360b0d2a70328e71" - }, - { - "name": "Embedded Template Library", - "version": "8.2.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-8.2.0.zip", - "archiveFileName": "Embedded_Template_Library-8.2.0.zip", - "size": 1772894, - "checksum": "SHA-256:6af088ecf7a28c0707645416bdf77685984c1f90b34de9f83b820e782f734ec6" - }, - { - "name": "Embedded Template Library", - "version": "9.0.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.0.0.zip", - "archiveFileName": "Embedded_Template_Library-9.0.0.zip", - "size": 1810282, - "checksum": "SHA-256:63a1ae06bf85225f7f04cd0b1fbf7b72cf253a1ff30a607f25b3e855b14402c9" - }, - { - "name": "Embedded Template Library", - "version": "9.1.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.1.0.zip", - "archiveFileName": "Embedded_Template_Library-9.1.0.zip", - "size": 1828582, - "checksum": "SHA-256:ae5123f606c976eb1afb9b4c7b7e970491d1b4623f3172e20f7c509e83c4abfe" - }, - { - "name": "Embedded Template Library", - "version": "9.1.2", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.1.2.zip", - "archiveFileName": "Embedded_Template_Library-9.1.2.zip", - "size": 1828582, - "checksum": "SHA-256:3095620ea98af54fa2918205306d2b90f79322e1a6e6c3041e77c0bc1c097afd" - }, - { - "name": "Embedded Template Library", - "version": "9.1.3", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.1.3.zip", - "archiveFileName": "Embedded_Template_Library-9.1.3.zip", - "size": 1825456, - "checksum": "SHA-256:45ea3219d1a48344f0e711724595923d89aeec52e76dbfec4edc9244f5d599fc" - }, - { - "name": "Embedded Template Library", - "version": "9.3.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.3.0.zip", - "archiveFileName": "Embedded_Template_Library-9.3.0.zip", - "size": 2163441, - "checksum": "SHA-256:2a57a19b9bb999bf4f1e567f9f9523d5b9c6c0010fbc6d81606d0c1d05f45bba" - }, - { - "name": "Embedded Template Library", - "version": "9.3.1", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.3.1.zip", - "archiveFileName": "Embedded_Template_Library-9.3.1.zip", - "size": 2163588, - "checksum": "SHA-256:f033a6b4266b73ac5d5a0bee3d8a90f865bce1856b3d25311c31266cbd85e243" - }, - { - "name": "Embedded Template Library", - "version": "9.5.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.5.0.zip", - "archiveFileName": "Embedded_Template_Library-9.5.0.zip", - "size": 2215567, - "checksum": "SHA-256:eeb0d5a2b3308e63c0fab8a3d9ae15975c827bc2ed88defc9664f8bce5ac5e81" - }, - { - "name": "Embedded Template Library", - "version": "9.6.0", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "sentence": "A C++ template library tailored for embedded systems.", - "paragraph": "Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/", - "website": "http://www.etlcpp.com/", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/ETLCPP/etl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library-9.6.0.zip", - "archiveFileName": "Embedded_Template_Library-9.6.0.zip", - "size": 2235941, - "checksum": "SHA-256:81dd9d00dbbdff0a201df4694731002af32a231eb12a601d88f7cefa64a622fa" - }, { "name": "NXPMotionSense", "version": "1.0.0", @@ -45306,7 +63946,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/NXPMotionSense.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/NXPMotionSense-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/NXPMotionSense-1.0.0.zip", "archiveFileName": "NXPMotionSense-1.0.0.zip", "size": 35450, "checksum": "SHA-256:8b0dabb7b482b5dbcd527286523e78ea565c061dddfb712c70f9ad679a8f24d2" @@ -45324,7 +63964,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["BlynkWrongInclude.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.10.zip", "archiveFileName": "Blynk-0.3.10.zip", "size": 1008006, "checksum": "SHA-256:500e5c4ad441d6d900838aebb791c9f33213601f0d3361d8826af5815904a866" @@ -45341,7 +63981,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.3.zip", "archiveFileName": "Blynk-0.3.3.zip", "size": 261911, "checksum": "SHA-256:331c4764072244fdfe148456274d23a30a391d79a06661eba505d59e78b17667" @@ -45358,7 +63998,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.6.zip", "archiveFileName": "Blynk-0.3.6.zip", "size": 288541, "checksum": "SHA-256:b47807047896a2b7e52b99b1542a0dc39051e8d4d9cafffe992729ca12173781" @@ -45375,7 +64015,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.7.zip", "archiveFileName": "Blynk-0.3.7.zip", "size": 301066, "checksum": "SHA-256:37e21c8dd601f19ae754e1f38288422aaf8e77e4a9c9c3e4d7582d56cf290003" @@ -45393,7 +64033,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["BlynkWrongInclude.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.8.zip", "archiveFileName": "Blynk-0.3.8.zip", "size": 502113, "checksum": "SHA-256:bc320403d816909d484a12251676073696fbe890afc16f12cafdd3e7cdd121a2" @@ -45411,7 +64051,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["BlynkWrongInclude.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.3.9.zip", "archiveFileName": "Blynk-0.3.9.zip", "size": 521375, "checksum": "SHA-256:0253667f97fa8641ec4832f56d60f15af4be287a28cb8cda95631aea4ac88764" @@ -45429,7 +64069,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["BlynkWrongInclude.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.0.zip", "archiveFileName": "Blynk-0.4.0.zip", "size": 1053233, "checksum": "SHA-256:f134fc0aed8b6b831fe385d17c94b4088b89cf3be0fe72a86e7f68da4928788f" @@ -45447,7 +64087,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.1.zip", "archiveFileName": "Blynk-0.4.1.zip", "size": 1030328, "checksum": "SHA-256:4f7672811e232677375123f3f7a8f87758b406736012e11ee80e09c09d2efb42" @@ -45466,7 +64106,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.10.zip", "archiveFileName": "Blynk-0.4.10.zip", "size": 540827, "checksum": "SHA-256:d2e36109c2b601f297033df882310cf408506f49613d0983668dc2ff065deda4" @@ -45484,7 +64124,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.2.zip", "archiveFileName": "Blynk-0.4.2.zip", "size": 1028326, "checksum": "SHA-256:56d544f6150b9ea1ac86c32e47471d71911dab7a75c6b1dbb264ac418d43d1dd" @@ -45502,7 +64142,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.3.zip", "archiveFileName": "Blynk-0.4.3.zip", "size": 1041697, "checksum": "SHA-256:ba84ee500f0890cba974a39f2e9c8bb3b8392f6330e166d65280c00e109a513d" @@ -45521,7 +64161,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.6.zip", "archiveFileName": "Blynk-0.4.6.zip", "size": 7457853, "checksum": "SHA-256:d2074de3293eff3268ca96348c519b9f6a45e896ac33b30547f21fca5bff3336" @@ -45540,7 +64180,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.7.zip", "archiveFileName": "Blynk-0.4.7.zip", "size": 535871, "checksum": "SHA-256:56cd362b3cbd53731d0f0591379c4ad36fe9cded2e2ebd19094b3eec5f06f947" @@ -45559,7 +64199,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.4.8.zip", "archiveFileName": "Blynk-0.4.8.zip", "size": 538298, "checksum": "SHA-256:5fa12ff987f9aba5f77fc24e610d9fcd6671df5715148d96fadcb7ad77766bcf" @@ -45578,7 +64218,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.0.zip", "archiveFileName": "Blynk-0.5.0.zip", "size": 557890, "checksum": "SHA-256:f2b51ed64795bd08652736a94d72c0e28de8e8b906128da75856f6914e343bdc" @@ -45597,7 +64237,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.1.zip", "archiveFileName": "Blynk-0.5.1.zip", "size": 577730, "checksum": "SHA-256:1d921d9ed97141f4ca45e3d28a40fb7023d2a0bc0cb99ff51faaa2478d915ccd" @@ -45616,7 +64256,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.2.zip", "archiveFileName": "Blynk-0.5.2.zip", "size": 577701, "checksum": "SHA-256:773ddf748e7157fa73aa9337baaa3724c751cfa4f082ff669d170ff2594ff172" @@ -45635,7 +64275,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.3.zip", "archiveFileName": "Blynk-0.5.3.zip", "size": 579632, "checksum": "SHA-256:281f24ceb3e80d8ac27119ff10c7120a8b3c41b87b76436164ce01ca3327afa5" @@ -45654,7 +64294,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.5.4.zip", "archiveFileName": "Blynk-0.5.4.zip", "size": 587132, "checksum": "SHA-256:4081d332d5c86d4fae31205f327eecccea79f2091333ad2a725bb3644717d105" @@ -45673,7 +64313,7 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.6.0.zip", "archiveFileName": "Blynk-0.6.0.zip", "size": 611236, "checksum": "SHA-256:1c38ece57023b0e56ac23f6776e4c206c7618f238816c9fb6606b3b537fe57fb" @@ -45692,11 +64332,106 @@ "types": ["Contributed"], "repository": "https://github.com/blynkkk/blynk-library.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-0.6.1.zip", "archiveFileName": "Blynk-0.6.1.zip", "size": 611220, "checksum": "SHA-256:6795f495c6eb53f0e257df276b28e15317f732e861167176b1f24af8e5d5bb5c" }, + { + "name": "Blynk", + "version": "1.0.0-beta.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": ["Blynk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0-beta.1.zip", + "archiveFileName": "Blynk-1.0.0-beta.1.zip", + "size": 576127, + "checksum": "SHA-256:36a8f29e160475b405d1aae907444f6fd47fbaa00b72a3437e656a6171255601" + }, + { + "name": "Blynk", + "version": "1.0.0-beta.2", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": ["Blynk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0-beta.2.zip", + "archiveFileName": "Blynk-1.0.0-beta.2.zip", + "size": 561676, + "checksum": "SHA-256:21f9332b50ee76e9771b1f3a104ec0d8bca04c54e21b5a4fdc0ba905695f5fd3" + }, + { + "name": "Blynk", + "version": "1.0.0-beta.3", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": ["Blynk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0-beta.3.zip", + "archiveFileName": "Blynk-1.0.0-beta.3.zip", + "size": 561903, + "checksum": "SHA-256:c8379bb1d3908211468223cfcf46022f9dac8e8ddd987d3182215f2d690f6b37" + }, + { + "name": "Blynk", + "version": "1.0.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": ["Blynk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0.zip", + "archiveFileName": "Blynk-1.0.0.zip", + "size": 567587, + "checksum": "SHA-256:fef1c50a1cc892f811578b55b13b11d2919cd714a99a6e85325c299a73a5050a" + }, + { + "name": "Blynk", + "version": "1.0.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": ["Blynk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.1.zip", + "archiveFileName": "Blynk-1.0.1.zip", + "size": 616200, + "checksum": "SHA-256:fa146fcd91da6615a0e80fb5a45f306e80e99ce6a64ef67823d9103fca520338" + }, { "name": "NmraDcc", "version": "1.2.1", @@ -45709,7 +64444,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/NmraDcc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.2.1.zip", "archiveFileName": "NmraDcc-1.2.1.zip", "size": 723090, "checksum": "SHA-256:7ac2772f61892c89b2dc9f67e86bbca58c41b410804723735bea81bcad93fbbd" @@ -45726,7 +64461,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/NmraDcc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.3.0.zip", "archiveFileName": "NmraDcc-1.3.0.zip", "size": 710456, "checksum": "SHA-256:dd01c2dcf538faa63684d1867ac145c336b87a7e97b7c83c0a8f7bf89dd03b2e" @@ -45743,7 +64478,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/NmraDcc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.4.1.zip", "archiveFileName": "NmraDcc-1.4.1.zip", "size": 710957, "checksum": "SHA-256:d05199db943baf2264fdaee0e8d9e3ed7e6b234f5d9d9dcf571c2b972ca67c45" @@ -45760,7 +64495,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/NmraDcc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-1.4.2.zip", "archiveFileName": "NmraDcc-1.4.2.zip", "size": 711198, "checksum": "SHA-256:25d93fd91236402c82ebbc771ce239c99388d10b63c1a40f0728296871ecdd90" @@ -45777,11 +64512,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/NmraDcc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.0.zip", "archiveFileName": "NmraDcc-2.0.0.zip", "size": 1127625, "checksum": "SHA-256:d4dd55d8412ff59a37df69892f835871b4306b3a9218888cb0b8ae3dc3902fe8" }, + { + "name": "NmraDcc", + "version": "2.0.5", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.5.zip", + "archiveFileName": "NmraDcc-2.0.5.zip", + "size": 1134739, + "checksum": "SHA-256:571aaa52e95c796f2d96180e1cdf4936286976fef63529efaed51d6a920d6037" + }, + { + "name": "NmraDcc", + "version": "2.0.6", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.6.zip", + "archiveFileName": "NmraDcc-2.0.6.zip", + "size": 1134730, + "checksum": "SHA-256:047758e207790182c8bc8dc86f2ef0aec64b9c201eb6c2ac2c0bb1d37fafa13a" + }, { "name": "advancedSerial", "version": "1.2.1", @@ -45793,7 +64562,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/klenov/advancedSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/klenov/advancedSerial-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/klenov/advancedSerial-1.2.1.zip", "archiveFileName": "advancedSerial-1.2.1.zip", "size": 15005, "checksum": "SHA-256:7ffba37f0c0ab7104a9aada162cfe62adbea478e7855bc15b6f8c55d3d763397" @@ -45809,7 +64578,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/klenov/advancedSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/klenov/advancedSerial-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/klenov/advancedSerial-1.2.2.zip", "archiveFileName": "advancedSerial-1.2.2.zip", "size": 12832, "checksum": "SHA-256:c9693fc750545e6d9e6db1795c86f3b8300f35113561a06bcd1b07ffba5d6c75" @@ -45825,7 +64594,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/klenov/advancedSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/klenov/advancedSerial-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/klenov/advancedSerial-1.2.4.zip", "archiveFileName": "advancedSerial-1.2.4.zip", "size": 12761, "checksum": "SHA-256:3ece41254e8c421eab99b8833fe55a5c36a35d2e0b37d64a33acad398763ab9e" @@ -45842,7 +64611,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.4.zip", "archiveFileName": "CMMC_OTA-1.0.4.zip", "size": 6445, "checksum": "SHA-256:507345fd699096ff671e8f87963ecf76787cf3e5b3af2e180f3ad9a3be0dac05" @@ -45859,7 +64628,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.1.zip", "archiveFileName": "CMMC_OTA-1.0.1.zip", "size": 6164, "checksum": "SHA-256:69a5fc604159893a8451316c3bf20ca32471762e47b508cd096114249e876211" @@ -45876,7 +64645,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.2.zip", "archiveFileName": "CMMC_OTA-1.0.2.zip", "size": 7156, "checksum": "SHA-256:e077daa51514ef1537805894b666edbaa7e2aaa6dd1d283e06a224b003c3ec18" @@ -45893,7 +64662,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_OTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.3.zip", "archiveFileName": "CMMC_OTA-1.0.3.zip", "size": 7157, "checksum": "SHA-256:082d9c4a8d1c12f9261122d1183d4f3feb1bc47cd37630156ca3f7fae6bb3667" @@ -45910,7 +64679,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/cniweb/gsm-playground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cniweb/GSM_Playground-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cniweb/GSM_Playground-1.0.0.zip", "archiveFileName": "GSM_Playground-1.0.0.zip", "size": 61946, "checksum": "SHA-256:d4235aba36ecd5bd46ee123eb571b46117609705981913467993ba37d0257fe8" @@ -45927,7 +64696,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/cniweb/gsm-playground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cniweb/GSM_Playground-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cniweb/GSM_Playground-1.1.1.zip", "archiveFileName": "GSM_Playground-1.1.1.zip", "size": 62797, "checksum": "SHA-256:4afee346d6db5c6dcbbc1eccbcd0c22181d5e7050869ec10ca7ea7494ff22256" @@ -45944,7 +64713,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/YetAnotherArduinoWiegandLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Wiegand_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Wiegand_Library-1.0.0.zip", "archiveFileName": "Yet_Another_Arduino_Wiegand_Library-1.0.0.zip", "size": 11249, "checksum": "SHA-256:3a8de508386b01f5825c6c83bc30de1593714a6faeff63e076bcb95eb20d842c" @@ -45961,7 +64730,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/YetAnotherArduinoWiegandLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Wiegand_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Wiegand_Library-1.0.1.zip", "archiveFileName": "Yet_Another_Arduino_Wiegand_Library-1.0.1.zip", "size": 12832, "checksum": "SHA-256:8accf38bc1af36982199a5f9fe849d9155825caf92359ff706203e95abee0ef8" @@ -45978,7 +64747,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/YetAnotherArduinoWiegandLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Wiegand_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Wiegand_Library-2.0.0.zip", "archiveFileName": "Yet_Another_Arduino_Wiegand_Library-2.0.0.zip", "size": 15399, "checksum": "SHA-256:9598528a9bec232d92af475a24896c96ee8cbfa96e6c25c13a67f757b17ba78b" @@ -45995,7 +64764,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/klenov/keyboardButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/klenov/keyboardButton-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/klenov/keyboardButton-1.0.1.zip", "archiveFileName": "keyboardButton-1.0.1.zip", "size": 11795, "checksum": "SHA-256:01a76fab5fbcc915cfbcd0a944b464b31ca3e7f4291227ead2cd2220a885d060" @@ -46012,7 +64781,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dxinteractive/AnalogMultiButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dxinteractive/AnalogMultiButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dxinteractive/AnalogMultiButton-1.0.0.zip", "archiveFileName": "AnalogMultiButton-1.0.0.zip", "size": 9033, "checksum": "SHA-256:08ebb02d674f0791af8aad0b2aacae1780aeb3c53489a34b4f09e127261db828" @@ -46029,7 +64798,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/YetAnotherArduinoPcIntLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_PcInt_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_PcInt_Library-2.0.0.zip", "archiveFileName": "Yet_Another_Arduino_PcInt_Library-2.0.0.zip", "size": 9936, "checksum": "SHA-256:13a8c9091485d4b337a71478b9ee381440e47509fe268143806ec7b8a2c9872e" @@ -46046,7 +64815,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/YetAnotherArduinoPcIntLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_PcInt_Library-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_PcInt_Library-2.1.0.zip", "archiveFileName": "Yet_Another_Arduino_PcInt_Library-2.1.0.zip", "size": 10449, "checksum": "SHA-256:ab9c8508442fbd391c5983d3231379af4a5556612b1c0dbb0b21d7fbdfecdf67" @@ -46063,7 +64832,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/CasaJasmina/TelegramBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.0.1.zip", "archiveFileName": "TelegramBot-1.0.1.zip", "size": 14462, "checksum": "SHA-256:0ee0ffa5f7026cd947055526424104c9ee3b747b3f36d5a6f1b889dc313a9843" @@ -46080,7 +64849,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/CasaJasmina/TelegramBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.2.zip", "archiveFileName": "TelegramBot-1.2.2.zip", "size": 17850, "checksum": "SHA-256:0661256ccce40c46754896e257d138a4f43e7dcdcea0d3b14cb81d80e22a390c" @@ -46097,7 +64866,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/CasaJasmina/TelegramBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.4.zip", "archiveFileName": "TelegramBot-1.2.4.zip", "size": 20467, "checksum": "SHA-256:c4f7b363d4de013a5e77febb951203bc789bb291d4108fe84cc1d33b68b64a5a" @@ -46114,7 +64883,7 @@ "architectures": ["samd", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/CasaJasmina/TelegramBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.5.zip", "archiveFileName": "TelegramBot-1.2.5.zip", "size": 20462, "checksum": "SHA-256:8a3f7c7169522f1f8df2176b3fe4ae52487ca1bb2c25374b939ec0157086d2b7" @@ -46131,7 +64900,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/CasaJasmina/TelegramBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.0.zip", "archiveFileName": "TelegramBot-1.2.0.zip", "size": 17298, "checksum": "SHA-256:ae936e317be46908481950cfa11dc9f9e15b9bd5e1c1102fbfe374602f13a7fb" @@ -46148,7 +64917,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/CasaJasmina/TelegramBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CasaJasmina/TelegramBot-1.2.1.zip", "archiveFileName": "TelegramBot-1.2.1.zip", "size": 17629, "checksum": "SHA-256:59d125f06ebb44cd71c26746bf80ab6421821d7e7139d24c708dd1d001e1bd8f" @@ -46165,7 +64934,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/martin2250/ADCTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/martin2250/ADCTouch-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/martin2250/ADCTouch-1.0.3.zip", "archiveFileName": "ADCTouch-1.0.3.zip", "size": 4685, "checksum": "SHA-256:6e0438c0f06b43c80e9b0ae56411dd8092012558e2dc27e22c885577e7a9d4c4" @@ -46182,7 +64951,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/martin2250/ADCTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/martin2250/ADCTouch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/martin2250/ADCTouch-1.0.0.zip", "archiveFileName": "ADCTouch-1.0.0.zip", "size": 4297, "checksum": "SHA-256:1302ff441410937d7139cf7831903ac77869323f67ba789626e372ad63112dac" @@ -46199,7 +64968,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/martin2250/ADCTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/martin2250/ADCTouch-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/martin2250/ADCTouch-1.0.2.zip", "archiveFileName": "ADCTouch-1.0.2.zip", "size": 4685, "checksum": "SHA-256:e95fce3f13dbc461331f922e623d09f681d24aa27d2ad0108c46611b6e53ffd2" @@ -46216,7 +64985,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMCEasy.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Easy-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Easy-0.0.1.zip", "archiveFileName": "CMMC_Easy-0.0.1.zip", "size": 9648, "checksum": "SHA-256:6d4629e68a60b0f829b86a4583f61d4ffe2e5f2efde03465315d084eb660e939" @@ -46233,7 +65002,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBo7Seg-TLC59208-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_211_7Segment_LED_TLC59208F-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_211_7Segment_LED_TLC59208F-1.0.2.zip", "archiveFileName": "FaBo_211_7Segment_LED_TLC59208F-1.0.2.zip", "size": 11673, "checksum": "SHA-256:e1c1281703bb12aff782e9f8d6d45278d69193fc4e98651eaf8aa9536791e773" @@ -46250,7 +65019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Fredi/ArduinoIRC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Fredi/ArduinoIRC-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Fredi/ArduinoIRC-0.0.2.zip", "archiveFileName": "ArduinoIRC-0.0.2.zip", "size": 16914, "checksum": "SHA-256:51024441488a1a79543efdd0e91d476071ed3ed7d8fdcd5fa27c202dd1314734" @@ -46267,7 +65036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Fredi/ArduinoIRC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Fredi/ArduinoIRC-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Fredi/ArduinoIRC-0.1.0.zip", "archiveFileName": "ArduinoIRC-0.1.0.zip", "size": 18357, "checksum": "SHA-256:b518ded0c3f13d04565f1fe5b3a7bbc47c2345be20eaaa26a5b4c0ce1c960ea6" @@ -46284,7 +65053,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Fredi/ArduinoIRC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Fredi/ArduinoIRC-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Fredi/ArduinoIRC-0.2.0.zip", "archiveFileName": "ArduinoIRC-0.2.0.zip", "size": 20660, "checksum": "SHA-256:a5787d0489eeafcd383da1d5246a1b0b657dcf23ffdd27f5f2dfcab8c762879f" @@ -46302,7 +65071,7 @@ "types": ["Contributed"], "repository": "https://github.com/FancyFoxGems/IttyBitty.git", "providesIncludes": ["IttyBitty.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FancyFoxGems/Itty_Bitty-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FancyFoxGems/Itty_Bitty-1.5.0.zip", "archiveFileName": "Itty_Bitty-1.5.0.zip", "size": 273385, "checksum": "SHA-256:792100b2be3cd6bf94a157b5eae5352b0fe98302fc0d6ec00ebca96fbc11d5b4" @@ -46319,7 +65088,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SohnyBohny/6-digit-7-Segment-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-2.1.0.zip", "archiveFileName": "six_digit_seven_segment-2.1.0.zip", "size": 65663, "checksum": "SHA-256:201ef08c88571b9005cb5ca7440deddbd9021e8ff566b0fc159d026d52bac9f4" @@ -46336,7 +65105,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SohnyBohny/6-digit-7-Segment-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-1.0.1.zip", "archiveFileName": "six_digit_seven_segment-1.0.1.zip", "size": 61713, "checksum": "SHA-256:da0f5a712e0f9588e648e9102eac20fd453b6b8cdce42a6715d5ff8058fe9d0b" @@ -46353,7 +65122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SohnyBohny/6-digit-7-Segment-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-1.0.2.zip", "archiveFileName": "six_digit_seven_segment-1.0.2.zip", "size": 62149, "checksum": "SHA-256:1beaee7f7737a5b47a2a16ad05ce61ea78409c1706441955d231cb7c101480f9" @@ -46370,7 +65139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SohnyBohny/6-digit-7-Segment-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-2.0.0.zip", "archiveFileName": "six_digit_seven_segment-2.0.0.zip", "size": 65456, "checksum": "SHA-256:e102b8cee4d79b4fabebcc5d132f7abe61b073d91b72ea72c032c7ae8a00be3d" @@ -46387,7 +65156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SohnyBohny/6-digit-7-Segment-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SohnyBohny/six_digit_seven_segment-2.0.2.zip", "archiveFileName": "six_digit_seven_segment-2.0.2.zip", "size": 65672, "checksum": "SHA-256:6f66a39aba524ebcaf9b921e645ab9ac297fe8a3c145f6ea975f0ac60258fe82" @@ -46404,7 +65173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/BatterySense.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Battery_Sense-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Battery_Sense-1.0.0.zip", "archiveFileName": "Battery_Sense-1.0.0.zip", "size": 21563, "checksum": "SHA-256:ed08aab39642054e0bae43aea2ed99629e81316bb7ef26b4c584dec4f167af17" @@ -46422,7 +65191,7 @@ "types": ["Contributed"], "repository": "https://github.com/rlogiacco/BatterySense.git", "providesIncludes": ["Battery.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Battery_Sense-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Battery_Sense-1.1.0.zip", "archiveFileName": "Battery_Sense-1.1.0.zip", "size": 193810, "checksum": "SHA-256:c2b47cc9dd4a5ec5d047b2e87bdd5f1a11ce52bb4dad83dc0221211caf76727a" @@ -46440,7 +65209,7 @@ "types": ["Contributed"], "repository": "https://github.com/rlogiacco/BatterySense.git", "providesIncludes": ["Battery.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/Battery_Sense-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/Battery_Sense-1.1.1.zip", "archiveFileName": "Battery_Sense-1.1.1.zip", "size": 194935, "checksum": "SHA-256:7b5bca82cff4c3cb7955604d887e198b01d78ebddfbf70b77ea99365cc224560" @@ -46456,7 +65225,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pagongamedev/PagonGameDev_GameLoop.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pagongamedev/PagonGameDev_GameLoop-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pagongamedev/PagonGameDev_GameLoop-0.0.1.zip", "archiveFileName": "PagonGameDev_GameLoop-0.0.1.zip", "size": 327072, "checksum": "SHA-256:d5cab2c580637b6e26132b991ed6ecb0f8d09839a04fa1b20e822ad8567cbfec" @@ -46473,7 +65242,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoHumidity-HTS221-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_208_Humidity_HTS221-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_208_Humidity_HTS221-1.0.0.zip", "archiveFileName": "FaBo_208_Humidity_HTS221-1.0.0.zip", "size": 10097, "checksum": "SHA-256:d652848e12caafa349b33191ed92c172f374fe59ab40065d43326d8bca4c188c" @@ -46490,7 +65259,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.2.zip", "archiveFileName": "ESP8266_Microgear-1.2.2.zip", "size": 33590, "checksum": "SHA-256:3431f9cbd8e28aeb4ac23355bb3ee00cba74f8c909d85d0e838036eaee625776" @@ -46507,7 +65276,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.3.zip", "archiveFileName": "ESP8266_Microgear-1.2.3.zip", "size": 46057, "checksum": "SHA-256:b77c6fe42842e002478eb13a75ef18821a27b06a08b7a45fa56dab3b138e68ef" @@ -46524,7 +65293,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.5.zip", "archiveFileName": "ESP8266_Microgear-1.1.5.zip", "size": 26707, "checksum": "SHA-256:4ba3319395a778e74f7f9282ab25bdaaaef398b249eb538f54485795b8909bc9" @@ -46541,7 +65310,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.6.zip", "archiveFileName": "ESP8266_Microgear-1.1.6.zip", "size": 29484, "checksum": "SHA-256:d99b75cf8bd36d0bfd511ff29ed8bd2cd76ceeae0112fe248b678289f00031e8" @@ -46558,7 +65327,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.7.zip", "archiveFileName": "ESP8266_Microgear-1.1.7.zip", "size": 30012, "checksum": "SHA-256:35a9936a91a1d1b0ebafb7da964eff57b44dc195f1cb69f503e149dd01b93f8c" @@ -46575,7 +65344,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.9.zip", "archiveFileName": "ESP8266_Microgear-1.1.9.zip", "size": 29975, "checksum": "SHA-256:bf9e2191c8baaa89ee904de0300a9a27eb5e0fe2dae5881370be22d9cd8c46c1" @@ -46592,7 +65361,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.0.zip", "archiveFileName": "ESP8266_Microgear-1.2.0.zip", "size": 30416, "checksum": "SHA-256:f71cc8b7e8a38833e432d5bc3d2d4eda159a514cff59ba98206bca0375263360" @@ -46609,7 +65378,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.1.zip", "archiveFileName": "ESP8266_Microgear-1.2.1.zip", "size": 33590, "checksum": "SHA-256:be868df174202b123c88643d3b876a7bbadd5bf301f7926bc20de4af16f0001c" @@ -46626,11 +65395,28 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.1.2.zip", "archiveFileName": "ESP8266_Microgear-1.1.2.zip", "size": 25855, "checksum": "SHA-256:c54ab143b79f33dcab42aa1e1372bf2c9ecf3807f7b93b98b90302a023a997cc" }, + { + "name": "ESP8266 Microgear", + "version": "1.2.4", + "author": "Chavee Issariyapat \u003ci@chavee.com\u003e", + "maintainer": "Chavee Issariyapat \u003ci@chavee.com\u003e", + "sentence": "A client library for ESP8266 to connect to NETPIE IOT Platform.", + "paragraph": "With this library, ESP8266 will be transformed into a working unit called microgear. Once online, it can utilize communication and coordination services provided by NETPIE platform. For more details on the NETPIE Platform, please visit https://netpie.io .", + "website": "https://github.com/netpieio/microgear-esp8266-arduino", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/netpieio/microgear-esp8266-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/ESP8266_Microgear-1.2.4.zip", + "archiveFileName": "ESP8266_Microgear-1.2.4.zip", + "size": 46118, + "checksum": "SHA-256:943712b649aa7915bb8e3ce456ce58da9642501c9494abbeabc5eea0298df5bc" + }, { "name": "KONNEKTING Device Library", "version": "1.0.0-BETA3", @@ -46643,7 +65429,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA3.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA3.zip", "size": 68227, "checksum": "SHA-256:6537cfce1ad583103048ba5850e2f20dbe5d5ee81e838c3b0821185c9debf7e4" @@ -46660,7 +65446,7 @@ "architectures": ["avr", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA4.zip", "size": 84317, "checksum": "SHA-256:70598d144b042c50c6dcbd6a7bda5a0b8ac7612f8a3895503452c8903f5de4b4" @@ -46678,7 +65464,7 @@ "types": ["Contributed"], "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", "providesIncludes": ["KonnektingDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4a.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4a.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA4a.zip", "size": 120750, "checksum": "SHA-256:ea86346b451dba3422eb8ac018e3fb141dd14a108a6c7c18332847489043bad6" @@ -46696,7 +65482,7 @@ "types": ["Contributed"], "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", "providesIncludes": ["KonnektingDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4b.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4b.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA4b.zip", "size": 86910, "checksum": "SHA-256:19a3f7524da87b9d1d6a136fcefb19ba75bec8ce401c2dcfed6d7512ac39a73b" @@ -46713,7 +65499,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/CytronWiFiShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-1.0.0.zip", "archiveFileName": "Cytron_ESPWiFi_Shield-1.0.0.zip", "size": 617275, "checksum": "SHA-256:00941c0edfefc26a2e1bee69c26ca0cc46dd358fa8b23a42471afc61df0559d7" @@ -46730,7 +65516,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/CytronWiFiShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-2.0.0.zip", "archiveFileName": "Cytron_ESPWiFi_Shield-2.0.0.zip", "size": 37342, "checksum": "SHA-256:06db8b24ed3a41216ec1720fcb452298e4a814e770df204a16b67fdf263f28b0" @@ -46747,7 +65533,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/CytronWiFiShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-2.0.1.zip", "archiveFileName": "Cytron_ESPWiFi_Shield-2.0.1.zip", "size": 37414, "checksum": "SHA-256:7e403c5d3ce5d98a19476239375105364581031df5b782ecca1cec2f8d19ced7" @@ -46764,7 +65550,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MHeeres/DataServeriOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MHeeres/DataServeriOS-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MHeeres/DataServeriOS-2.0.0.zip", "archiveFileName": "DataServeriOS-2.0.0.zip", "size": 6893, "checksum": "SHA-256:af99295749b5d6a006161e5fb0d3f911f179ed59d851463e92764b0011accad2" @@ -46781,7 +65567,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arsalmaner/Arduino-Libraries.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arsalmaner/RGB_LED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arsalmaner/RGB_LED-1.0.0.zip", "archiveFileName": "RGB_LED-1.0.0.zip", "size": 16487, "checksum": "SHA-256:5a680efdfa16c0f2aaa5b611d4c4c7c52ecf713b01d54ec26dfc16365bd05191" @@ -46793,12 +65579,12 @@ "maintainer": "Jan Wagner \u003cjan.wagner@iki.fi\u003e", "sentence": "Controls and reads out data from a PM2005 laser particle sensor module.", "paragraph": "With this library you can configure the PM2005 laser particle sensor module. You can read out the measured counts of 0.3um, 2.5um, and 10um sized particles (pcs/L), and can also read out the estimated concentrations (PM2.5, PM10 in microgram/m^3).", - "website": "http://www.arduino.cc/en/Reference/PM2005Lib", + "website": "https://www.arduino.cc/en/Reference/PM2005Lib", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwagnerhki/arduino_pm2005lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwagnerhki/PM2005Lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwagnerhki/PM2005Lib-1.0.0.zip", "archiveFileName": "PM2005Lib-1.0.0.zip", "size": 7179, "checksum": "SHA-256:d301157770ff56fdb263448cfabefa5cc90978976613c701684ba31eb193f108" @@ -46810,12 +65596,12 @@ "maintainer": "Jan Wagner \u003cjan.wagner@iki.fi\u003e", "sentence": "Controls and reads out data from a PM2005 laser particle sensor module.", "paragraph": "With this library you can configure the PM2005 laser particle sensor module. You can read out the measured counts of 0.3um, 2.5um, and 10um sized particles (pcs/L), and can also read out the estimated concentrations (PM2.5, PM10 in microgram/m^3).", - "website": "http://www.arduino.cc/en/Reference/PM2005Lib", + "website": "https://www.arduino.cc/en/Reference/PM2005Lib", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwagnerhki/arduino_pm2005lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwagnerhki/PM2005Lib-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwagnerhki/PM2005Lib-1.0.2.zip", "archiveFileName": "PM2005Lib-1.0.2.zip", "size": 7224, "checksum": "SHA-256:5011cb2d9ce088184d040a5daac96c60ddfd82e7a78e5efd65b92bdab9316d1d" @@ -46832,7 +65618,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBo9AXIS-MPU9250-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_202_9Axis_MPU9250-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_202_9Axis_MPU9250-1.0.0.zip", "archiveFileName": "FaBo_202_9Axis_MPU9250-1.0.0.zip", "size": 12066, "checksum": "SHA-256:a16f51c29af64347e2ddd29a1cba5b15c06d0aa5f629177bf229114e7deffff9" @@ -46849,7 +65635,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBo9AXIS-MPU9250-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_202_9Axis_MPU9250-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_202_9Axis_MPU9250-1.0.1.zip", "archiveFileName": "FaBo_202_9Axis_MPU9250-1.0.1.zip", "size": 12072, "checksum": "SHA-256:bf2ffe1a89ff2f13219459d38e731cb68237aea9ddb97fa1002cce227d82b29c" @@ -46866,7 +65652,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoProximity-VCNL4010-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_205_Proximity_VCNL4010-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_205_Proximity_VCNL4010-1.0.0.zip", "archiveFileName": "FaBo_205_Proximity_VCNL4010-1.0.0.zip", "size": 10063, "checksum": "SHA-256:f7754a7a5b06619b5f09dd3a7c018d7487d4d88c9f8b0b524c4cc406669d1196" @@ -46883,7 +65669,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoBarometer-MPL115-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_204_Baromter_MPL115A2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_204_Baromter_MPL115A2-1.0.0.zip", "archiveFileName": "FaBo_204_Baromter_MPL115A2-1.0.0.zip", "size": 9119, "checksum": "SHA-256:9e25c0277fcbaa0836e9515b717334e893b18aa9ced00ece578544ec69c61f88" @@ -46900,7 +65686,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBo3Axis-ADXL345-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_201_3Axis_ADXL345-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_201_3Axis_ADXL345-1.0.1.zip", "archiveFileName": "FaBo_201_3Axis_ADXL345-1.0.1.zip", "size": 11079, "checksum": "SHA-256:8afb508144dbf128c560d420d55fb11bd6e6e98f49dc5c596f02d7dd45b7360f" @@ -46917,7 +65703,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoGPIO-PCAL6408-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_210_GPIO_PCAL6408A-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_210_GPIO_PCAL6408A-1.0.0.zip", "archiveFileName": "FaBo_210_GPIO_PCAL6408A-1.0.0.zip", "size": 8714, "checksum": "SHA-256:4ea568b401f575e106a13ace2f4ffba8da94d8dd97b72fec6b42d19137895396" @@ -46934,7 +65720,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoColor-s11059-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_203_Color_S11059-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_203_Color_S11059-1.0.1.zip", "archiveFileName": "FaBo_203_Color_S11059-1.0.1.zip", "size": 9591, "checksum": "SHA-256:5d816737ef7054167c8af248b2d836ee90335f26bf94e8037d50e5e2c2d20019" @@ -46951,7 +65737,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoColor-s11059-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_203_Color_S11059-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_203_Color_S11059-1.0.2.zip", "archiveFileName": "FaBo_203_Color_S11059-1.0.2.zip", "size": 9597, "checksum": "SHA-256:ca416156d4be9474049f794557ea090f5ddbdf58d3d2c2acd6e749b5b6dc5f73" @@ -46968,7 +65754,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoTemperature-ADT7410-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_207_Temperature_ADT7410-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_207_Temperature_ADT7410-1.0.0.zip", "archiveFileName": "FaBo_207_Temperature_ADT7410-1.0.0.zip", "size": 9413, "checksum": "SHA-256:e7318cc4cec1fb44993722e3c2a1ad378b700eb789eba517810cab48227b33d1" @@ -46985,7 +65771,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoTemperature-ADT7410-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_207_Temperature_ADT7410-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_207_Temperature_ADT7410-1.0.1.zip", "archiveFileName": "FaBo_207_Temperature_ADT7410-1.0.1.zip", "size": 9418, "checksum": "SHA-256:0324c337742fdf4d4e96ff0b8a5bb31a8c7493632ef5d2d14d5e8d2386401421" @@ -47002,7 +65788,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoRTC-PCF2129-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_215_RTC_PCF2129-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_215_RTC_PCF2129-1.0.0.zip", "archiveFileName": "FaBo_215_RTC_PCF2129-1.0.0.zip", "size": 10011, "checksum": "SHA-256:f8e65c531b838923921052f90a6826336103eff23a544d97f853e7be291d5df6" @@ -47019,7 +65805,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoKTemp-MCP3421-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_209_KTemp_MCP3421-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_209_KTemp_MCP3421-1.0.0.zip", "archiveFileName": "FaBo_209_KTemp_MCP3421-1.0.0.zip", "size": 8770, "checksum": "SHA-256:c0de57a484ec8c95beccf29ad61e871e7be38890efac7763ac204421557b43f9" @@ -47036,7 +65822,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/floe/BTLE.git", - "url": "http://downloads.arduino.cc/libraries/github.com/floe/BTLE-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/floe/BTLE-1.0.0.zip", "archiveFileName": "BTLE-1.0.0.zip", "size": 22401, "checksum": "SHA-256:190e3e1a382d809e882b7793654c12443ed46df6d7272cb41759e9d7c3fe8b3f" @@ -47053,7 +65839,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/floe/BTLE.git", - "url": "http://downloads.arduino.cc/libraries/github.com/floe/BTLE-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/floe/BTLE-0.1.1.zip", "archiveFileName": "BTLE-0.1.1.zip", "size": 22403, "checksum": "SHA-256:dbbebf09574384d8e5f97bab6047b97049511cf28c3f6e8ac14df8974efc7901" @@ -47070,7 +65856,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/HexFab/HexFabQuadroMotorShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/HexFab/HexFabQuadroMotorShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HexFab/HexFabQuadroMotorShield-1.0.0.zip", "archiveFileName": "HexFabQuadroMotorShield-1.0.0.zip", "size": 7784, "checksum": "SHA-256:fb8b39ec792a2284fbd8a3c9730c4b5288a6f7456664cb8a6304dd9f7c0ca58f" @@ -47087,7 +65873,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DedeHai/NeoPixelPainter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DedeHai/NeoPixel_Painter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DedeHai/NeoPixel_Painter-1.0.0.zip", "archiveFileName": "NeoPixel_Painter-1.0.0.zip", "size": 16554, "checksum": "SHA-256:33ff426c2e5dcd28c53efd27f8354e59eb647f333c2cdd4ca6b3717c5971efd6" @@ -47104,7 +65890,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoAmbientLight-ISL29034-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_217_Ambient_Light_ISL29034-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_217_Ambient_Light_ISL29034-1.0.0.zip", "archiveFileName": "FaBo_217_Ambient_Light_ISL29034-1.0.0.zip", "size": 9735, "checksum": "SHA-256:1d70c9afcf410ddc04b0898384e34c417d86655889b46f6da657ad80fa416887" @@ -47121,7 +65907,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoAmbientLight-ISL29034-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_217_Ambient_Light_ISL29034-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_217_Ambient_Light_ISL29034-1.0.1.zip", "archiveFileName": "FaBo_217_Ambient_Light_ISL29034-1.0.1.zip", "size": 9760, "checksum": "SHA-256:b6591d0a3031b4893df187cca1a2399d268453fd46140d978c25191f453c9acb" @@ -47138,7 +65924,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/simap/TouchWheel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/simap/TouchWheel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/simap/TouchWheel-1.0.0.zip", "archiveFileName": "TouchWheel-1.0.0.zip", "size": 3814, "checksum": "SHA-256:37e891df8461db95f5b8da16a43cbec326645c44033823cb1158f7ce694ffb6f" @@ -47155,7 +65941,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/simap/TouchWheel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/simap/TouchWheel-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/simap/TouchWheel-1.1.0.zip", "archiveFileName": "TouchWheel-1.1.0.zip", "size": 5502, "checksum": "SHA-256:f6056ea0ea7418db185574c54cd3f241e2cce91a9b7391133b61638a982147d5" @@ -47172,7 +65958,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arielnh56/SonarI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/SonarI2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/SonarI2C-1.0.0.zip", "archiveFileName": "SonarI2C-1.0.0.zip", "size": 215491, "checksum": "SHA-256:be9be58107b832c64b66064355098856579cbc49d4c1939507e78363ef0fd948" @@ -47189,7 +65975,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arielnh56/SonarI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/SonarI2C-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/SonarI2C-1.1.2.zip", "archiveFileName": "SonarI2C-1.1.2.zip", "size": 219635, "checksum": "SHA-256:467c038f8ea37769829e133429237582e4225abfef4af16c7959ba330cdc7e33" @@ -47206,7 +65992,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sidwarkd/gp20u7_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidwarkd/GP20U7_GPS_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sidwarkd/GP20U7_GPS_Library-1.0.0.zip", "archiveFileName": "GP20U7_GPS_Library-1.0.0.zip", "size": 12086, "checksum": "SHA-256:cc67e510b2f42b1d426765e385bedbe69369fe4881366e11cfc2705c00cbc5cb" @@ -47222,7 +66008,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.8.zip", "archiveFileName": "uArmLibrary-1.5.8.zip", "size": 18380, "checksum": "SHA-256:cae4086b8dc15838c7ef93be6bd6c423f4ea100fa5b038ccff37a5d7bca62926" @@ -47238,7 +66024,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.6.0.zip", "archiveFileName": "uArmLibrary-1.6.0.zip", "size": 31616, "checksum": "SHA-256:35b7533cf31ca85996e4f9f71ceca019a10e76ba8a173c59d03d5ff319267a24" @@ -47254,7 +66040,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.6.1.zip", "archiveFileName": "uArmLibrary-1.6.1.zip", "size": 31786, "checksum": "SHA-256:953d2eec8b267ee2041a5eaff1267b2dc09c76731de6ffe921c2ce5519ff625a" @@ -47270,7 +66056,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.7.1.zip", "archiveFileName": "uArmLibrary-1.7.1.zip", "size": 69448, "checksum": "SHA-256:ba869a90a45ae69bfa92ef8c7dc3bb8052761cf4fdfd5adc5f0a4417c575150d" @@ -47286,7 +66072,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.7.2.zip", "archiveFileName": "uArmLibrary-1.7.2.zip", "size": 69696, "checksum": "SHA-256:53895d0989ee32f9902c3da0d4ade414113349b9748fc1aeb7f549a2fd043208" @@ -47302,7 +66088,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-2.2.1.zip", "archiveFileName": "uArmLibrary-2.2.1.zip", "size": 1421490, "checksum": "SHA-256:5a2ef4c41a094a7b25bb836f77f15661a914e74428182a9497a3e8e1ac853398" @@ -47318,7 +66104,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.10.zip", "archiveFileName": "uArmLibrary-1.5.10.zip", "size": 20709, "checksum": "SHA-256:e8ea9a12e4414b3ce2728e0dba680b0d42213ce53ba637eecaddf2b026fc347a" @@ -47334,7 +66120,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.11.zip", "archiveFileName": "uArmLibrary-1.5.11.zip", "size": 20722, "checksum": "SHA-256:da67af5e34e11ce7261089f6e5090a9caa8a17227f536ccdfebc6b34d0f82358" @@ -47350,7 +66136,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.2.zip", "archiveFileName": "uArmLibrary-1.5.2.zip", "size": 15245, "checksum": "SHA-256:c3ec785c8eda39cf087ce9bd8887892c54129e07e0e278dbe12af105c61d51bc" @@ -47366,7 +66152,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/uArm-Developer/UArmForArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uArm-Developer/uArmLibrary-1.5.3.zip", "archiveFileName": "uArmLibrary-1.5.3.zip", "size": 15625, "checksum": "SHA-256:2cfd32aa061f84a06480121df14d10222d536008a4dc1e8b98d2738e30c8bb84" @@ -47383,7 +66169,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoLCDmini-AQM0802A-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_213_LCD_mini_AQM0802A-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_213_LCD_mini_AQM0802A-1.0.0.zip", "archiveFileName": "FaBo_213_LCD_mini_AQM0802A-1.0.0.zip", "size": 20077, "checksum": "SHA-256:76c0070fcf0bd94476f725f80ca3ece11f24db9b826e99927d7eae4a19644f2b" @@ -47400,11 +66186,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/agdl/Base64.git", - "url": "http://downloads.arduino.cc/libraries/github.com/agdl/Base64-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/Base64-0.0.1.zip", "archiveFileName": "Base64-0.0.1.zip", "size": 15100, "checksum": "SHA-256:42eca206d11b4e3b69cce32ab999b24271393b2d53d86802c435c902453bcfaf" }, + { + "name": "Base64", + "version": "1.0.0", + "author": "Arturo Guadalupi", + "maintainer": "Arturo Guadalupi", + "sentence": "A Base64 library for Arduino", + "paragraph": "A Base64 library for Arduino", + "website": "https://github.com/agdl/Base64", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/agdl/Base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/Base64-1.0.0.zip", + "archiveFileName": "Base64-1.0.0.zip", + "size": 15126, + "checksum": "SHA-256:c96664bf3fecc2e2abb1b0f85409a768737fd8934856ae059a075e9ece38cb8d" + }, { "name": "BasicLinearAlgebra", "version": "1.1.0", @@ -47417,7 +66220,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-1.1.0.zip", "archiveFileName": "BasicLinearAlgebra-1.1.0.zip", "size": 9589, "checksum": "SHA-256:4a2edef5076b0291c6e1fe623c9fb8bcfdfbea59cf2df52ab66fc32734f994ff" @@ -47434,7 +66237,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-1.2.0.zip", "archiveFileName": "BasicLinearAlgebra-1.2.0.zip", "size": 9739, "checksum": "SHA-256:8bd2b83ef63d7f2f7b3fd5842e5a8162faa4e01bd91e90227d377ff07b1c931c" @@ -47451,7 +66254,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.0.0.zip", "archiveFileName": "BasicLinearAlgebra-2.0.0.zip", "size": 16247, "checksum": "SHA-256:d98b0a3748545d476b55f976be9e8fa00a2070493f0ff2e973707f7706614bce" @@ -47468,7 +66271,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.1.0.zip", "archiveFileName": "BasicLinearAlgebra-2.1.0.zip", "size": 17964, "checksum": "SHA-256:d36565cac7ed795f8bb598ee7d4f373f46c41dd6ab218ce089c5bd7a49e94505" @@ -47485,7 +66288,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.2.0.zip", "archiveFileName": "BasicLinearAlgebra-2.2.0.zip", "size": 18421, "checksum": "SHA-256:5e4e559ff1ae48cb57dd26cb1280a504651818a51536eefa2703c0e830d8a37e" @@ -47502,11 +66305,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-2.3.0.zip", "archiveFileName": "BasicLinearAlgebra-2.3.0.zip", "size": 18472, "checksum": "SHA-256:33bc42dbba571d3242bc8767ce40fc532912c8944876ff57e916f542743e5e82" }, + { + "name": "BasicLinearAlgebra", + "version": "3.0.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.0.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.0.0.zip", + "size": 25579, + "checksum": "SHA-256:3e5f01e663837e37081611a6164661778b429ddfbcf54dc39699552c4fc6eb99" + }, { "name": "Infrared", "version": "1.0.0", @@ -47515,11 +66335,11 @@ "sentence": "An object oriented library for sending, receiving, and analyzing IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, analyzing, decoding and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.0.zip", "archiveFileName": "Infrared-1.0.0.zip", "size": 92545, "checksum": "SHA-256:459eed4a95465303cc64dc44bcbdf0dad3185959f7213916a2f52e9bef492bb1" @@ -47532,11 +66352,11 @@ "sentence": "An object oriented library for sending, receiving, and analyzing IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, analyzing, decoding and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.1.zip", "archiveFileName": "Infrared-1.0.1.zip", "size": 92898, "checksum": "SHA-256:569bc9c80132a7cbcef55346966db6c54bdb7072747462cd3c209746d0a2ae87" @@ -47549,7 +66369,7 @@ "sentence": "An object oriented library for sending, receiving, and analyzing IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, analyzing, decoding and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", @@ -47576,7 +66396,7 @@ "Rc5Decoder.h", "Rc5Renderer.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.2.zip", "archiveFileName": "Infrared-1.0.2.zip", "size": 104793, "checksum": "SHA-256:3adee4839a14e920b4def3acfc1d52ff142d701b77bfa71457512db7461ebcd0" @@ -47589,7 +66409,7 @@ "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", @@ -47616,7 +66436,7 @@ "Rc5Decoder.h", "Rc5Renderer.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.3.zip", "archiveFileName": "Infrared-1.0.3.zip", "size": 112279, "checksum": "SHA-256:9b38a284bf96b37c72f319b156e19a9ba60b10e0b87c2aca89feb73a47a0fdd9" @@ -47629,7 +66449,7 @@ "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", @@ -47656,7 +66476,7 @@ "Rc5Decoder.h", "Rc5Renderer.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.4.zip", "archiveFileName": "Infrared-1.0.4.zip", "size": 112232, "checksum": "SHA-256:ebf5df8f74d59709724c988bc86119830bb37329f818a7a51ad356cc955015f1" @@ -47669,7 +66489,7 @@ "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", @@ -47696,7 +66516,7 @@ "Rc5Decoder.h", "Rc5Renderer.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.5.zip", "archiveFileName": "Infrared-1.0.5.zip", "size": 111661, "checksum": "SHA-256:68a04edd3f38d87bcea2df907419016058e8d5b4a160dc4705523b4c0e7dbcd1" @@ -47709,7 +66529,7 @@ "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", "website": "http://www.harctoolbox.org/Infrared4Arduino,html", - "category": "Other", + "category": "Signal Input/Output", "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", @@ -47736,11 +66556,190 @@ "Rc5Decoder.h", "Rc5Renderer.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.0.6.zip", "archiveFileName": "Infrared-1.0.6.zip", "size": 118333, "checksum": "SHA-256:cc0dcfce5f0351caa4a3a2e93b54c62506c822c9cfdae4f20e951c707da69751" }, + { + "name": "Infrared", + "version": "1.1.0", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino,html", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "sam", "esp32", "*"], + "types": ["Contributed"], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.1.0.zip", + "archiveFileName": "Infrared-1.1.0.zip", + "size": 152045, + "checksum": "SHA-256:d87a24a32da562f8a7652ecce98b6363fc539355bb08532f0abd6627d185ac3e" + }, + { + "name": "Infrared", + "version": "1.1.1", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "sam", "esp32", "*"], + "types": ["Contributed"], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.1.1.zip", + "archiveFileName": "Infrared-1.1.1.zip", + "size": 156063, + "checksum": "SHA-256:f8cf05679f1c8a44a8c491c370be6864513996ed623fa6e43ce57d67f23b6f91" + }, + { + "name": "Infrared", + "version": "1.2.0", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "sam", "esp32", "*"], + "types": ["Contributed"], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.2.0.zip", + "archiveFileName": "Infrared-1.2.0.zip", + "size": 152565, + "checksum": "SHA-256:38800d07f29bef1da89e688c44851e5643a984f8cab74d329569ab338cd212af" + }, + { + "name": "Infrared", + "version": "1.2.1", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "sam", "esp32", "*"], + "types": ["Contributed"], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.2.1.zip", + "archiveFileName": "Infrared-1.2.1.zip", + "size": 152781, + "checksum": "SHA-256:1916efdff56fa5f3056311e0dc65eea3f786d9faa0947c3874dd5876687c162c" + }, { "name": "GoPRO", "version": "1.0.0", @@ -47753,7 +66752,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/agdl/GoPRO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/agdl/GoPRO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/GoPRO-1.0.0.zip", "archiveFileName": "GoPRO-1.0.0.zip", "size": 17032, "checksum": "SHA-256:be06ad06444c8fb57f320b6b482f2de4640e8d5fa789a4eac23c72049f252e90" @@ -47769,7 +66768,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/fabianofranca/ESP8266RestClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fabianofranca/ESP8266RestClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianofranca/ESP8266RestClient-1.0.0.zip", "archiveFileName": "ESP8266RestClient-1.0.0.zip", "size": 8468, "checksum": "SHA-256:eaa6de5fad5b855595f86ddaa98f9991f3f35eb53c7b809385d3a19d63ad8619" @@ -47786,7 +66785,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/inovatic-ict/emoro-2560-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/inovatic-ict/EMoRo_2560-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/inovatic-ict/EMoRo_2560-2.4.2.zip", "archiveFileName": "EMoRo_2560-2.4.2.zip", "size": 301570, "checksum": "SHA-256:659b29fa50d3380d4303cd2815f27289287a54bc249e3984e154695bec20de07" @@ -47803,7 +66802,7 @@ "architectures": ["avr", "tiny"], "types": ["Contributed"], "repository": "https://github.com/monoxit/RTC4543lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monoxit/RTC4543lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monoxit/RTC4543lib-1.0.0.zip", "archiveFileName": "RTC4543lib-1.0.0.zip", "size": 6992, "checksum": "SHA-256:30ae4ee2fff3edcf30dc74d88029a7e94db3a0ed189b365947cb61d6d3b43319" @@ -47820,7 +66819,7 @@ "architectures": ["avr", "tiny", "ESP8266"], "types": ["Contributed"], "repository": "https://github.com/monoxit/RTC4543lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monoxit/RTC4543lib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monoxit/RTC4543lib-1.0.1.zip", "archiveFileName": "RTC4543lib-1.0.1.zip", "size": 8213, "checksum": "SHA-256:95d03c92d85657d945cfca5a4cb421fd1e400ca1d9299eec3dced2ecd2e1daed" @@ -47837,7 +66836,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monoxit/RTC4543lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monoxit/RTC4543lib-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monoxit/RTC4543lib-1.0.2.zip", "archiveFileName": "RTC4543lib-1.0.2.zip", "size": 8206, "checksum": "SHA-256:a1a5f9abf94f9a1d589fc77dc45278068537a756544011b15d0b5f06004a31a6" @@ -47854,7 +66853,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoOLED-EROLED096-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_214_OLED_EROLED096-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_214_OLED_EROLED096-1.0.0.zip", "archiveFileName": "FaBo_214_OLED_EROLED096-1.0.0.zip", "size": 2416968, "checksum": "SHA-256:22cf215d43d89f772c46ac828547dbc3a273eb465a086b28f01a4a2c8bac3578" @@ -47871,7 +66870,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1080_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.0.1.zip", "archiveFileName": "ClosedCube_HDC1080-1.0.1.zip", "size": 163908, "checksum": "SHA-256:cbb55a44ce36502369aea3927b08b27fc3629c0e4cedf8a960881abdc42b1a7b" @@ -47888,7 +66887,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1080_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.0.2.zip", "archiveFileName": "ClosedCube_HDC1080-1.0.2.zip", "size": 163980, "checksum": "SHA-256:c480d2915e7aa689df0282222db999d4db2e8fcece924744fc4583134135c8b2" @@ -47905,7 +66904,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1080_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.2.1.zip", "archiveFileName": "ClosedCube_HDC1080-1.2.1.zip", "size": 165659, "checksum": "SHA-256:7b9880ffab8c3a659f182dc51cb8fcd965db69761a38c7bbb00049c5ed682072" @@ -47922,7 +66921,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1080_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.3.0.zip", "archiveFileName": "ClosedCube_HDC1080-1.3.0.zip", "size": 166096, "checksum": "SHA-256:0648744c99b8614354ffb908b544216c6defc8055be8c4098f7b95276516ca01" @@ -47939,7 +66938,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1080_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.3.1.zip", "archiveFileName": "ClosedCube_HDC1080-1.3.1.zip", "size": 167422, "checksum": "SHA-256:071573abce106f04980ec3761442face8e52955a1f548d800baa091f0d9aad1c" @@ -47956,7 +66955,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1080_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1080-1.3.2.zip", "archiveFileName": "ClosedCube_HDC1080-1.3.2.zip", "size": 167743, "checksum": "SHA-256:8349fb56c17c800da85797126ba4352e89c6873e0a142e6760291c1d0b476c43" @@ -47973,7 +66972,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/LedDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/LedDisplay-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/LedDisplay-0.4.0.zip", "archiveFileName": "LedDisplay-0.4.0.zip", "size": 27608, "checksum": "SHA-256:f0a569eb19ec92f2a66623f64ddb056c103cb6a080d3e70a5290b4b3b71c1c0c" @@ -47990,7 +66989,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/LedDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/LedDisplay-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/LedDisplay-0.4.1.zip", "archiveFileName": "LedDisplay-0.4.1.zip", "size": 27375, "checksum": "SHA-256:c787614096a6d703aef66800d2b702a376f953c959a5be1257ead38147a4ea48" @@ -48007,7 +67006,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.1.0.zip", "archiveFileName": "ConfigManager-0.1.0.zip", "size": 7951, "checksum": "SHA-256:9129091851bbcb0b9ed209ed01348f4b602225e7dffa4960e370119d0179afc2" @@ -48024,7 +67023,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.2.0.zip", "archiveFileName": "ConfigManager-0.2.0.zip", "size": 8291, "checksum": "SHA-256:abb9665aa3cf8b0d23d0f0a44d0ccf2cadef3ae95ebb9750bb5402bd36eb46d7" @@ -48042,7 +67041,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.3.0.zip", "archiveFileName": "ConfigManager-0.3.0.zip", "size": 8721, "checksum": "SHA-256:3c0883da7ac4088d3afbca5c59ee51b0b7146b9d1303c62c1a8e91aa4938f336" @@ -48060,7 +67059,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.4.0.zip", "archiveFileName": "ConfigManager-0.4.0.zip", "size": 8878, "checksum": "SHA-256:7e6d355708aeeee8356e97691085d599836d14ef163a57b5816ee9dcfd5b47ce" @@ -48078,7 +67077,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.5.0.zip", "archiveFileName": "ConfigManager-0.5.0.zip", "size": 9093, "checksum": "SHA-256:363a07b937e8681f66ad2fc37cfab3dd256ff9131489748df39ed47921ca4086" @@ -48096,7 +67095,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.6.0.zip", "archiveFileName": "ConfigManager-0.6.0.zip", "size": 9101, "checksum": "SHA-256:b1500dfd44d1bcadd4c69489a375dff89cfa8c99edd336b2c93c433f475364e0" @@ -48114,7 +67113,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.7.0.zip", "archiveFileName": "ConfigManager-0.7.0.zip", "size": 9130, "checksum": "SHA-256:d3b9b30ea7aef367b5e932011bbe87aa3a5ad34d22d5ffc145dad99d27266c11" @@ -48132,7 +67131,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-0.8.0.zip", "archiveFileName": "ConfigManager-0.8.0.zip", "size": 9253, "checksum": "SHA-256:99f2cc8bb96c75a9e468e286b396c72a82d8054bc9483746f70158305430a2f9" @@ -48150,7 +67149,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.0.0.zip", "archiveFileName": "ConfigManager-1.0.0.zip", "size": 10303, "checksum": "SHA-256:e42a56fef6a7bcadb96ab315d03dd0c60ddc6e870790257c217dedc9774b7f78" @@ -48168,7 +67167,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.1.0.zip", "archiveFileName": "ConfigManager-1.1.0.zip", "size": 10670, "checksum": "SHA-256:6d81febdddfc30143739f0d9ab0da5a8d5721ea078e56b9ff4c8b040ca3e5666" @@ -48186,7 +67185,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.2.0.zip", "archiveFileName": "ConfigManager-1.2.0.zip", "size": 10697, "checksum": "SHA-256:44f4f2bc9804df99165b4f11f221f3ea57e5c65b672dc592dcccb8baad56bf7d" @@ -48204,7 +67203,7 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.3.0.zip", "archiveFileName": "ConfigManager-1.3.0.zip", "size": 10874, "checksum": "SHA-256:90a0dd1b5ded433082778d4ba026d88f067bb33c538360fa2a4297b99def1fe1" @@ -48222,11 +67221,137 @@ "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ConfigManager.git", "providesIncludes": ["ConfigManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.4.0.zip", "archiveFileName": "ConfigManager-1.4.0.zip", "size": 15233, "checksum": "SHA-256:35b6ae4aa6a8812b22c505efa21196d59a69b7cb25ca6a81492744ff1b5de77a" }, + { + "name": "ConfigManager", + "version": "1.5.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.5.0.zip", + "archiveFileName": "ConfigManager-1.5.0.zip", + "size": 16784, + "checksum": "SHA-256:deeea84301e26e54d8bf35e48ff610c7461f3c103cf6c352b564f58576a887a2" + }, + { + "name": "ConfigManager", + "version": "1.5.1", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.5.1.zip", + "archiveFileName": "ConfigManager-1.5.1.zip", + "size": 18112, + "checksum": "SHA-256:003ecef9019171b61b2c7fef9f2d85678e3598ebcd17086a97db857d4c454528" + }, + { + "name": "ConfigManager", + "version": "1.5.2", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-1.5.2.zip", + "archiveFileName": "ConfigManager-1.5.2.zip", + "size": 18318, + "checksum": "SHA-256:03a60853df57cd0b87fe600ed5811d2873110686cc16c57ae24397a833d85aa8" + }, + { + "name": "ConfigManager", + "version": "2.0.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-2.0.0.zip", + "archiveFileName": "ConfigManager-2.0.0.zip", + "size": 19019, + "checksum": "SHA-256:580d45be9a755c54c398ac26e8c35168d0d5249393ab864869f0aa7e9d7294b0" + }, + { + "name": "ConfigManager", + "version": "2.0.1", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-2.0.1.zip", + "archiveFileName": "ConfigManager-2.0.1.zip", + "size": 18952, + "checksum": "SHA-256:b6ef46b2b8b62e842361569afb7c293975bb58ab5d6bacc66118cb4aeb29bc72" + }, + { + "name": "ConfigManager", + "version": "2.1.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-2.1.0.zip", + "archiveFileName": "ConfigManager-2.1.0.zip", + "size": 25541, + "checksum": "SHA-256:c67eeac71f4192cb875da064e88d1b40d9772bb6d12954ee3500582d7fda9d09" + }, + { + "name": "ConfigManager", + "version": "2.1.1", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": ["ConfigManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-2.1.1.zip", + "archiveFileName": "ConfigManager-2.1.1.zip", + "size": 25542, + "checksum": "SHA-256:aba63ea39580d1806b52d72704b6bae1cc7523375e0934ec475beb120f249172" + }, { "name": "eBtn", "version": "1.0.0", @@ -48239,7 +67364,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/david1983/eBtn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/david1983/eBtn-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/david1983/eBtn-1.0.0.zip", "archiveFileName": "eBtn-1.0.0.zip", "size": 4842, "checksum": "SHA-256:d17e4dda8e98c5e8cd298fe8bad12d1cbd2f720ffe43c90837710b8d5df01ec7" @@ -48256,7 +67381,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r89m/MPR121Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r89m/r89m_MPR121Button-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r89m/r89m_MPR121Button-1.0.0.zip", "archiveFileName": "r89m_MPR121Button-1.0.0.zip", "size": 9327, "checksum": "SHA-256:437823a10a8aab6d46a50194f7a9a24f12c40c6c3c8a6d94fd0bf82fae2ad01f" @@ -48273,7 +67398,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.4.zip", "archiveFileName": "CoDrone-1.4.4.zip", "size": 53394, "checksum": "SHA-256:7725b5a503319842d0f59806a19ee68b818873dd96bcc8c5ef4f24cd9f17b303" @@ -48290,7 +67415,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.0.zip", "archiveFileName": "CoDrone-1.5.0.zip", "size": 69951, "checksum": "SHA-256:a08369868e2ffdaaf2a0a7712e1d27434bf15596b4eff968cc7fb508ac3eb252" @@ -48307,7 +67432,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.1.zip", "archiveFileName": "CoDrone-1.5.1.zip", "size": 70203, "checksum": "SHA-256:99fc21e20f189a0f12a66c8eb483e69dfe7a5bd1d8c9e32a4a194b52ab73d784" @@ -48324,7 +67449,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.2.zip", "archiveFileName": "CoDrone-1.5.2.zip", "size": 64145, "checksum": "SHA-256:b99879a73da2122981d626c23138159d777cd796f7dece60aeeb750d17e00069" @@ -48341,7 +67466,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.3.zip", "archiveFileName": "CoDrone-1.5.3.zip", "size": 64931, "checksum": "SHA-256:33d996ae460b029837fb8bed422f3dcfd531dbbbcbed7d6399671f7d2f1e5a15" @@ -48358,7 +67483,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.4.zip", "archiveFileName": "CoDrone-1.5.4.zip", "size": 103119, "checksum": "SHA-256:86d6f881cd188ed3e7db80031861e8a63b9d9c251e1e907e3a923fe3d841fe3f" @@ -48375,7 +67500,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.5.5.zip", "archiveFileName": "CoDrone-1.5.5.zip", "size": 89199, "checksum": "SHA-256:199d0cd4bcaa05c7e8ff040909840ae0b0e65ab92f2d489af057a392a9c140e1" @@ -48392,7 +67517,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.0.zip", "archiveFileName": "CoDrone-2.0.0.zip", "size": 133032, "checksum": "SHA-256:acd2a576efabffab65edc0d9bba2d4bb60c444f223a63f218e298a0e5956c28d" @@ -48409,7 +67534,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.1.zip", "archiveFileName": "CoDrone-2.0.1.zip", "size": 133042, "checksum": "SHA-256:10dc6b51d5edc1951983c5c7443a4077ae47235213be1b3c787b9a1851dca9ba" @@ -48426,7 +67551,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.2.zip", "archiveFileName": "CoDrone-2.0.2.zip", "size": 133022, "checksum": "SHA-256:ff2a3e595596e395f35b6f43c688d55070ba36ad6b8611fe7ae3adf468038916" @@ -48443,7 +67568,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.3.zip", "archiveFileName": "CoDrone-2.0.3.zip", "size": 133026, "checksum": "SHA-256:02812901da24b433135f4303b36ac9530abd20ad07714a289ac96a8ff21ff713" @@ -48460,7 +67585,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.0.4.zip", "archiveFileName": "CoDrone-2.0.4.zip", "size": 132955, "checksum": "SHA-256:6083e05111922a09836e0d5d7ba0c0c4e40adda2001b76854f6ecdcdc95ce8f0" @@ -48477,7 +67602,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.1.0.zip", "archiveFileName": "CoDrone-2.1.0.zip", "size": 134100, "checksum": "SHA-256:371179141e2d64c78125ad440a0cd924e185d7fa3b38e9581ee02949bb408871" @@ -48494,7 +67619,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.1.1.zip", "archiveFileName": "CoDrone-2.1.1.zip", "size": 133786, "checksum": "SHA-256:ce6a22cab73c1d0a64b64af5d2f150729caf4af0bacfa4ee1daf8e7c9bd2c309" @@ -48511,7 +67636,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.1.0.zip", "archiveFileName": "CoDrone-1.1.0.zip", "size": 39487, "checksum": "SHA-256:f932ad30d3370e8e68b46261c8ff43e33f973dfc0aba8f8526ebfe21a7fc06d2" @@ -48528,7 +67653,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.2.0.zip", "archiveFileName": "CoDrone-1.2.0.zip", "size": 48923, "checksum": "SHA-256:fb31e4ff77c258e04b3aa390c57253767ef86f61250e1249cf81ba4889921083" @@ -48545,7 +67670,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.3.0.zip", "archiveFileName": "CoDrone-1.3.0.zip", "size": 49070, "checksum": "SHA-256:5257a6a0e4f382ea470bde4e20e8af38f18c2de545ec3b6e6f5fb7aeaf955a5c" @@ -48562,7 +67687,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.0.zip", "archiveFileName": "CoDrone-1.4.0.zip", "size": 49786, "checksum": "SHA-256:007fa81005808e1ee3db130a0989681a6162e471a08b1e23620bd8bbd5a394ef" @@ -48579,7 +67704,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.1.zip", "archiveFileName": "CoDrone-1.4.1.zip", "size": 51416, "checksum": "SHA-256:fb7121a6d5542ff0e88029043a1008d5df0d2698de0ba8a61a55aa5da2242f8f" @@ -48596,7 +67721,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.2.zip", "archiveFileName": "CoDrone-1.4.2.zip", "size": 50166, "checksum": "SHA-256:cd85a83b46b1f5dda372a8ef3c1195b8969da5e67469b661737905746aa97f0a" @@ -48613,11 +67738,45 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/CoDrone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-1.4.3.zip", "archiveFileName": "CoDrone-1.4.3.zip", "size": 50487, "checksum": "SHA-256:048064a8332be1f47671db9fd2957511252f144eab6a5d973593048a267c0b6a" }, + { + "name": "CoDrone", + "version": "2.2.0", + "author": "Robolink \u003cinfo@robolink.com\u003e", + "maintainer": "Robolink \u003cinfo@robolink.com\u003e", + "sentence": "A library for CoDrone users", + "paragraph": "More information can be found at http://robolink.com/", + "website": "https://github.com/RobolinkInc/CoDrone", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobolinkInc/CoDrone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.2.0.zip", + "archiveFileName": "CoDrone-2.2.0.zip", + "size": 131667, + "checksum": "SHA-256:dbf624064a96fa76f15f0e803b7d34b4de28ebad01478cc53f4da1fcfc880096" + }, + { + "name": "CoDrone", + "version": "2.2.1", + "author": "Robolink \u003cinfo@robolink.com\u003e", + "maintainer": "Robolink \u003cinfo@robolink.com\u003e", + "sentence": "A library for CoDrone users", + "paragraph": "More information can be found at http://robolink.com/", + "website": "https://github.com/RobolinkInc/CoDrone", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobolinkInc/CoDrone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/CoDrone-2.2.1.zip", + "archiveFileName": "CoDrone-2.2.1.zip", + "size": 131665, + "checksum": "SHA-256:671641e15dbbd9d0ec36c994725e5f3846bea99f33bdcd76139d1523aa73966f" + }, { "name": "r89m CapacitiveButton", "version": "1.0.0", @@ -48630,7 +67789,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r89m/CapacitiveButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r89m/r89m_CapacitiveButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r89m/r89m_CapacitiveButton-1.0.0.zip", "archiveFileName": "r89m_CapacitiveButton-1.0.0.zip", "size": 8351, "checksum": "SHA-256:1ba217ebcd2cd7e2e8a087b3fc42ba5ffb27a7160d4ab780adbff4b103812c66" @@ -48647,11 +67806,37 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r89m/PushButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r89m/r89m_PushButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r89m/r89m_PushButton-1.0.0.zip", "archiveFileName": "r89m_PushButton-1.0.0.zip", "size": 8595, "checksum": "SHA-256:c8f23db6b09132aabb88ee06b15447f0b2c531020c6c856ff7df1a706b85be38" }, + { + "name": "r89m PushButton", + "version": "1.0.1", + "author": "Richard Miles \u003carduino@fast-chat.co.uk\u003e", + "maintainer": "Richard Miles \u003carduino@fast-chat.co.uk\u003e", + "license": "CC-BY-SA-3.0", + "sentence": "Handle PushButtons, debounced using the Bounce2 library.", + "paragraph": "An extension to Buttons, providing support for Push Buttons.", + "website": "https://github.com/r89m/PushButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/r89m/PushButton.git", + "dependencies": [ + { + "name": "Bounce2" + }, + { + "name": "r89m Buttons" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/r89m/r89m_PushButton-1.0.1.zip", + "archiveFileName": "r89m_PushButton-1.0.1.zip", + "size": 8636, + "checksum": "SHA-256:30bea4a9e63fa7831fd446591a335a9b89bd62cbc9f1c2868ac17607c5b23ae3" + }, { "name": "r89m Buttons", "version": "2.0.0", @@ -48664,7 +67849,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r89m/Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r89m/r89m_Buttons-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r89m/r89m_Buttons-2.0.0.zip", "archiveFileName": "r89m_Buttons-2.0.0.zip", "size": 12472, "checksum": "SHA-256:0bcb6ec0735d865df21e08bab96b63ae74056acc61c1836cb56f6a78095aafee" @@ -48681,7 +67866,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r89m/Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r89m/r89m_Buttons-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r89m/r89m_Buttons-2.0.1.zip", "archiveFileName": "r89m_Buttons-2.0.1.zip", "size": 12473, "checksum": "SHA-256:3a770e88266e482c3c10930f3ebddccda951f9b0dcbf7e9446ffd2f0bea678fa" @@ -48698,7 +67883,7 @@ "architectures": ["arc32"], "types": ["Contributed"], "repository": "https://github.com/dantler/LircRemote101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dantler/LircPlayer101-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dantler/LircPlayer101-1.0.0.zip", "archiveFileName": "LircPlayer101-1.0.0.zip", "size": 6314, "checksum": "SHA-256:f3bd6fd3ce7f70e6cc9e7e171fbc0e775f603420b51e2c51d5a142f173d3700a" @@ -48715,7 +67900,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.1.0.zip", "archiveFileName": "AD7173-0.1.0.zip", "size": 12402, "checksum": "SHA-256:d253808a15155078f48cb33dc13dc0101bf5efef8d7ab5e34319cc3e7a94103d" @@ -48732,7 +67917,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.2.0.zip", "archiveFileName": "AD7173-0.2.0.zip", "size": 11951, "checksum": "SHA-256:6e28afb6b7e9e2826b823da4eb27b2bc7c8163c603cd14ce96435e578560306c" @@ -48749,7 +67934,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.2.1.zip", "archiveFileName": "AD7173-0.2.1.zip", "size": 12119, "checksum": "SHA-256:4f59da2bb46c0904276fb40b9cfe04885b7f8d6d477870933f078cd2b0b58fbb" @@ -48766,7 +67951,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.3.0.zip", "archiveFileName": "AD7173-0.3.0.zip", "size": 12290, "checksum": "SHA-256:3bc8492cb69867bb25c3742ca80d7c4b50bd678d89817a06c3a67fed5430ecc7" @@ -48783,7 +67968,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.3.2.zip", "archiveFileName": "AD7173-0.3.2.zip", "size": 12315, "checksum": "SHA-256:4773f0e726cbb2c1ab14bda207b4c20de2ed11820fb13dd5a3e040a9816e1eff" @@ -48800,7 +67985,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.3.3.zip", "archiveFileName": "AD7173-0.3.3.zip", "size": 12326, "checksum": "SHA-256:95c13f2d71a65b2b7f6aa2aafc269d5fe2e3a5d521416016865926ebae8294f6" @@ -48817,7 +68002,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.4.0.zip", "archiveFileName": "AD7173-0.4.0.zip", "size": 12368, "checksum": "SHA-256:78c2fc8e68eea1ae63f515cbbaef8fdeab678fb7cd254df84d041db1df164a26" @@ -48834,7 +68019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.0.zip", "archiveFileName": "AD7173-0.5.0.zip", "size": 14247, "checksum": "SHA-256:02b315e4483a3b161b1f1f5fa22bb0fc665dcbe64b6cfded7f8300cbd642d1ce" @@ -48851,7 +68036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.1.zip", "archiveFileName": "AD7173-0.5.1.zip", "size": 14261, "checksum": "SHA-256:dfcbe63643b19542b03e1b4e9f49e97392cc01b4c7b3dfcca21a92df57755adf" @@ -48868,7 +68053,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.2.zip", "archiveFileName": "AD7173-0.5.2.zip", "size": 14415, "checksum": "SHA-256:f990afeaf701be8afde1b75d9a3f1996296d950e110b5b38b7336956617c27e3" @@ -48885,7 +68070,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/brain-duino/AD7173-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.3.zip", "archiveFileName": "AD7173-0.5.3.zip", "size": 14396, "checksum": "SHA-256:7df5263780dcd3b39d2694d84775bbed265a89ee99ae98fd475b9c162078d9be" @@ -48902,7 +68087,7 @@ "architectures": ["avr", "esp8266", "sam"], "types": ["Contributed"], "repository": "https://github.com/OpenDevice/opendevice-lib-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.1.3.zip", "archiveFileName": "OpenDevice-0.1.3.zip", "size": 66137, "checksum": "SHA-256:0149a3b18b18dbc19d89b5b7acf8a393c83f0d268fc5f170463c3d44697f5deb" @@ -48919,11 +68104,50 @@ "architectures": ["avr", "esp8266", "sam"], "types": ["Contributed"], "repository": "https://github.com/OpenDevice/opendevice-lib-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.1.4.zip", "archiveFileName": "OpenDevice-0.1.4.zip", "size": 95352, "checksum": "SHA-256:6b54369b8c7d785185c7fa5736fec423cae3aa0161ca3857999ae7dba3e9d908" }, + { + "name": "OpenDevice", + "version": "0.5.3", + "author": "Ricardo JL Rufino \u003cricardo.jl.rufino@gmail.com\u003e", + "maintainer": "CriativaSoft", + "sentence": "OpenDevice is a set of tools and APIs to build solutions for the \"Internet of Things\" like home automations systems, robotics, smart city, energy monitoring, security, sensor monitoring", + "paragraph": "Provide an open and unified framework to interconnect IoT devices, data, and applications over the Web, if you need communication between software and hardware, probably your place is here. Plug your device (Arduino/Raspberypi/Other) to the Cloud and sync in real-time.", + "website": "http://opendevice.io", + "category": "Communication", + "architectures": ["avr", "esp8266", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/OpenDevice/opendevice-lib-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.5.3.zip", + "archiveFileName": "OpenDevice-0.5.3.zip", + "size": 160979, + "checksum": "SHA-256:9379a53bda6391d7994a3d8f4c4a7450a4b186732609619623ec142c5fa73aa8" + }, + { + "name": "OpenDevice", + "version": "0.5.4", + "author": "Ricardo JL Rufino \u003cricardo.jl.rufino@gmail.com\u003e", + "maintainer": "Ricardo JL Rufino", + "sentence": "OpenDevice is a set of tools and APIs to build solutions for the \"Internet of Things\" like home automations systems, robotics, smart city, energy monitoring, security, sensor monitoring", + "paragraph": "Provide an open and unified framework to interconnect IoT devices, data, and applications over the Web, if you need communication between software and hardware, probably your place is here. Plug your device (Arduino/Raspberypi/Other) to the Cloud and sync in real-time.", + "website": "http://opendevice.io", + "category": "Communication", + "architectures": ["avr", "esp8266", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/OpenDevice/opendevice-lib-arduino.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.5.4.zip", + "archiveFileName": "OpenDevice-0.5.4.zip", + "size": 161431, + "checksum": "SHA-256:7cbc33ba6ce6af92f29b135b713318b215f67361f26c141a26e73130670145fe" + }, { "name": "Geometry", "version": "1.0.0", @@ -48936,7 +68160,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/Geometry.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-1.0.0.zip", "archiveFileName": "Geometry-1.0.0.zip", "size": 332494, "checksum": "SHA-256:bc04bb64d7b176bbc8d9e8f8995ef1ffdf245f2ef31b97ecdbf50e6af52343b5" @@ -48953,7 +68177,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/Geometry.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-1.2.0.zip", "archiveFileName": "Geometry-1.2.0.zip", "size": 12575, "checksum": "SHA-256:0b9cd34a47b35d84313aa911cb4ecf23ffa4573b392576c20a896805ffaf104e" @@ -48970,7 +68194,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoLCD-PCF8574-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_212_LCD_PCF8574-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_212_LCD_PCF8574-1.0.0.zip", "archiveFileName": "FaBo_212_LCD_PCF8574-1.0.0.zip", "size": 885855, "checksum": "SHA-256:efb81771a87cf5f543f891c4fb193b366ba8093066dc1e8f47f0b97c8ce78186" @@ -48987,7 +68211,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arduinocodedog/Parallax-Smart-Card-Reader-Library-for-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduinocodedog/SmartCardReader-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arduinocodedog/SmartCardReader-1.0.0.zip", "archiveFileName": "SmartCardReader-1.0.0.zip", "size": 15390, "checksum": "SHA-256:2f91fe97c3e92336f88b70ef2783a89c15d51fc4f853548e6ff5c0ab15859cdc" @@ -49004,7 +68228,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/u0078867/Arduino-Websocket-Fast.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u0078867/Arduino_Websocket_Fast-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u0078867/Arduino_Websocket_Fast-1.0.0.zip", "archiveFileName": "Arduino_Websocket_Fast-1.0.0.zip", "size": 14080, "checksum": "SHA-256:a7a217ed26a9ac3a6a42c53d56eec3610679664f9f6a1e1c6239c838773a864c" @@ -49021,7 +68245,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sebnil/DueFlashStorage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sebnil/DueFlashStorage-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sebnil/DueFlashStorage-1.0.0.zip", "archiveFileName": "DueFlashStorage-1.0.0.zip", "size": 21427, "checksum": "SHA-256:40ebe1335713fd00374a6f09a998967c8266ffdd1d7237ede1b52daaaadc6f7f" @@ -49038,7 +68262,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_Simula_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-0.2.4.zip", "archiveFileName": "CRC_Simula_Arduino_IDE_Library-0.2.4.zip", "size": 33194, "checksum": "SHA-256:0871ca6cdffa8b7c13b3762fb6f26f10ebeb991878e010fc46faaac735b659a0" @@ -49055,7 +68279,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_Simula_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-0.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-0.2.6.zip", "archiveFileName": "CRC_Simula_Arduino_IDE_Library-0.2.6.zip", "size": 33195, "checksum": "SHA-256:e7674863047b489756c0151374e6c5e93fbe3695856540b41a8facbcdcfccf0b" @@ -49072,7 +68296,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_Simula_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-0.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-0.2.7.zip", "archiveFileName": "CRC_Simula_Arduino_IDE_Library-0.2.7.zip", "size": 36564, "checksum": "SHA-256:0984b6ee149be8f1537d6a694761b2a063d1e0067c5a91199df555640c1a8497" @@ -49089,7 +68313,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_Simula_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_Simula_Arduino_IDE_Library-1.0.0.zip", "archiveFileName": "CRC_Simula_Arduino_IDE_Library-1.0.0.zip", "size": 38401, "checksum": "SHA-256:655a68634df029b98779c7fa86bbd6823fe472bc90f63113b8b2c5045cac3530" @@ -49106,7 +68330,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-0.5.0.zip", "archiveFileName": "MINDS_i_Drone-0.5.0.zip", "size": 105152, "checksum": "SHA-256:8eed1159e3e4f3fb6cc80555a4cce4cafa996c8fc50cc967f3f23546ab81b1d2" @@ -49123,7 +68347,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-0.6.0.zip", "archiveFileName": "MINDS_i_Drone-0.6.0.zip", "size": 114253, "checksum": "SHA-256:1bc3c2415733490667e1195fff5fe7fc922e64250c412094f7ca1b8040ac266d" @@ -49140,7 +68364,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.0.0.zip", "archiveFileName": "MINDS_i_Drone-1.0.0.zip", "size": 119654, "checksum": "SHA-256:1b4c57ef4c55cc06c7966b50d22763e8092723e7fedd0779e0d4daee6d2a0438" @@ -49157,7 +68381,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.0.1.zip", "archiveFileName": "MINDS_i_Drone-1.0.1.zip", "size": 119721, "checksum": "SHA-256:c97dcac3e62246845148a30a481f9b676458ed88ece9e6e91e414db5ba90a1f3" @@ -49174,7 +68398,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.1.0.zip", "archiveFileName": "MINDS_i_Drone-1.1.0.zip", "size": 119842, "checksum": "SHA-256:dab98e3393b5348cbe70320e818aab503486817ec546ed52151aeb0f58640b32" @@ -49191,7 +68415,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.2.0.zip", "archiveFileName": "MINDS_i_Drone-1.2.0.zip", "size": 121254, "checksum": "SHA-256:1ac1935c5659a6ce1c732415c192ac2a1c2f8671ea3a74f625f9f5fe8ec09def" @@ -49208,7 +68432,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.2.1.zip", "archiveFileName": "MINDS_i_Drone-1.2.1.zip", "size": 121256, "checksum": "SHA-256:828b29d0bafc61f9c88de0b9414162637d95a3539a3c6532979c3306df0845f3" @@ -49225,11 +68449,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.2.2.zip", "archiveFileName": "MINDS_i_Drone-1.2.2.zip", "size": 121262, "checksum": "SHA-256:dbd0aa601dfbff092b0ab8abb3b533773a88ff9b8ae6a9e20cbefd26665f9b11" }, + { + "name": "MINDS-i-Drone", + "version": "1.3.0", + "author": "MINDS-i corp.", + "maintainer": "MINDS-i \u003ccode@mymindsi.com\u003e", + "sentence": "Code to assist with running MINDS-i Drones", + "paragraph": "This library contains code for running MINDS-i Drone hardware", + "website": "http://mindsieducation.com/programming-resources", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.3.0.zip", + "archiveFileName": "MINDS_i_Drone-1.3.0.zip", + "size": 125777, + "checksum": "SHA-256:7edfc9b3a6b14cd50caf89d9479b7a4b52033b4dffea263dba0b81007d6260cc" + }, { "name": "SmoothThermistor", "version": "1.0.0", @@ -49242,7 +68483,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/giannivh/SmoothThermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.0.0.zip", "archiveFileName": "SmoothThermistor-1.0.0.zip", "size": 8359, "checksum": "SHA-256:7bcdfedd42bb4471248591590da8d86472d2930a8858be62583730ad77267db3" @@ -49259,7 +68500,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/giannivh/SmoothThermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.1.1.zip", "archiveFileName": "SmoothThermistor-1.1.1.zip", "size": 8304, "checksum": "SHA-256:be762fe81cfc6c894305e73b1648080048bf380ff78835533df7b8edfeb6ba71" @@ -49276,11 +68517,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/giannivh/SmoothThermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.2.1.zip", "archiveFileName": "SmoothThermistor-1.2.1.zip", "size": 8285, "checksum": "SHA-256:dc77d69d2264f983df0e3aa57d31137f249743218dccba6d8019f00adf63c14b" }, + { + "name": "SmoothThermistor", + "version": "1.3.0", + "author": "Gianni Van Hoecke \u003cgianni@giannivanhoecke.com\u003e", + "maintainer": "Gianni Van Hoecke \u003cgianni@giannivanhoecke.com\u003e", + "sentence": "Flexible thermistor reading library.", + "paragraph": "Calculates the temperature based on the Steinhart–Hart equation, smoothed by taking a number of samples.", + "website": "https://github.com/giannivh/SmoothThermistor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/giannivh/SmoothThermistor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/giannivh/SmoothThermistor-1.3.0.zip", + "archiveFileName": "SmoothThermistor-1.3.0.zip", + "size": 8321, + "checksum": "SHA-256:6391c54bddcc0e442b640009f0c9280de30fa9a9f0a594824146caaf622c2b45" + }, { "name": "DeepSleepScheduler", "version": "1.0.0", @@ -49293,7 +68551,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-1.0.0.zip", "archiveFileName": "DeepSleepScheduler-1.0.0.zip", "size": 19746, "checksum": "SHA-256:1fc181671e8bf06c5022a87c2718a24845049f8dfdee8c9d18487e765b449b1d" @@ -49310,7 +68568,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.0.0.zip", "archiveFileName": "DeepSleepScheduler-2.0.0.zip", "size": 25978, "checksum": "SHA-256:1e692ff8f5f46c69865b7acd5278ede62190d003a758aa65df1fac8ed7803ff1" @@ -49327,7 +68585,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.1.0.zip", "archiveFileName": "DeepSleepScheduler-2.1.0.zip", "size": 28697, "checksum": "SHA-256:09311da68ee353b2ef8aed872b9bc0d7697f37cc30b576a4878c049ea1a276c4" @@ -49344,7 +68602,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.1.1.zip", "archiveFileName": "DeepSleepScheduler-2.1.1.zip", "size": 28698, "checksum": "SHA-256:1b98bea4ddf2648324d521df11b8b99cda6c89fb68aaf99b126bf916cec828fb" @@ -49361,7 +68619,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-2.1.2.zip", "archiveFileName": "DeepSleepScheduler-2.1.2.zip", "size": 28699, "checksum": "SHA-256:be012b5331a9bfdefe16b8a802a9aa23bdef2ec288e37427dd3bad9fe2d14672" @@ -49378,7 +68636,7 @@ "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.0.0.zip", "archiveFileName": "DeepSleepScheduler-3.0.0.zip", "size": 34300, "checksum": "SHA-256:c4dff673a1454458e8e5824c20878da1d4b374f96df58f013a531f93f4f6c1f4" @@ -49395,7 +68653,7 @@ "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.0.1.zip", "archiveFileName": "DeepSleepScheduler-3.0.1.zip", "size": 34294, "checksum": "SHA-256:0cc03831d37e48e39d0c1f014f643fc8f5688f06b776988745baab8132d24743" @@ -49412,7 +68670,7 @@ "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.1.0.zip", "archiveFileName": "DeepSleepScheduler-3.1.0.zip", "size": 34867, "checksum": "SHA-256:8e60e6d46ef25c540fc87956d2e93906966154aede880631ffcc580a6165d1fc" @@ -49429,11 +68687,28 @@ "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.2.0.zip", "archiveFileName": "DeepSleepScheduler-3.2.0.zip", "size": 36361, "checksum": "SHA-256:8557fc863db4005556b0e67ac35cd2352b5181dd0f55962464023e9b31684808" }, + { + "name": "DeepSleepScheduler", + "version": "3.3.0", + "author": "Pete \u003carduino@pete.ch\u003e", + "maintainer": "Pete \u003carduino@pete.ch\u003e", + "sentence": "Lightweight, cooperative task scheduler with configurable sleep and task supervision.", + "paragraph": "Provides an easy to use API to schedule tasks, supervise them with the hardware watchdog on AVR and puts the CPU to sleep while no task is running. Tasks can be schedule from interrupts and it supports multiple CPU architectures with the same API.", + "website": "https://github.com/PRosenb/DeepSleepScheduler", + "category": "Other", + "architectures": ["avr", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.3.0.zip", + "archiveFileName": "DeepSleepScheduler-3.3.0.zip", + "size": 36470, + "checksum": "SHA-256:188aa723b215722429de6029bddd9863991158706071ba230297a3c8994ccdea" + }, { "name": "CmdParser", "version": "1.1.0", @@ -49446,7 +68721,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.1.0.zip", "archiveFileName": "CmdParser-1.1.0.zip", "size": 16504, "checksum": "SHA-256:fe962d07e5c507761c1bd570b06fd9756e882b2ebcdde68e1e632107450992a8" @@ -49463,7 +68738,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.2.0.zip", "archiveFileName": "CmdParser-1.2.0.zip", "size": 16532, "checksum": "SHA-256:3707887a77adfdee8ac9602ed9ecb0005100576750a32a805bfd583630cda65e" @@ -49480,7 +68755,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.3.0.zip", "archiveFileName": "CmdParser-1.3.0.zip", "size": 16548, "checksum": "SHA-256:4bd79f6f9635c91afa210e259931e1b93ac837b5facff2fca341028d698168cf" @@ -49497,7 +68772,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.4.0.zip", "archiveFileName": "CmdParser-1.4.0.zip", "size": 16568, "checksum": "SHA-256:c6e64c5d6717433388c05d2aab02e2012f56cff0f7a0a0f21b299f2f663dd654" @@ -49514,7 +68789,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.5.0.zip", "archiveFileName": "CmdParser-1.5.0.zip", "size": 16579, "checksum": "SHA-256:e21968d87c290d2b142dadd63554e471b9bd835667db01cb36fddd88b23d74d5" @@ -49531,7 +68806,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.0.0.zip", "archiveFileName": "CmdParser-1.0.0.zip", "size": 16369, "checksum": "SHA-256:d7c5e3ca0b980e92e7fadee3822b5c851fec5fecb9d1e698051389964f7f2310" @@ -49548,7 +68823,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pvizeli/CmdParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.6.0.zip", "archiveFileName": "CmdParser-1.6.0.zip", "size": 19118, "checksum": "SHA-256:5f912f4952376af652617705e9e88391d94208b6db8fccca3cf14c899a7e44e9" @@ -49565,7 +68840,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.0.0.zip", "archiveFileName": "Volume-1.0.0.zip", "size": 23801, "checksum": "SHA-256:c03c7eaee212774accc8e7dbeaabfa04495d24e0413c10f1a4bf7af45d2cde67" @@ -49582,7 +68857,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.0.2.zip", "archiveFileName": "Volume-1.0.2.zip", "size": 24767, "checksum": "SHA-256:a315efee8e58678cfa359347ab84e73c19d9a5dba771ad2a01da8853673bf98b" @@ -49599,7 +68874,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.1.0.zip", "archiveFileName": "Volume-1.1.0.zip", "size": 25652, "checksum": "SHA-256:9eec436a18bfde354dfb54c53aca359a65ad3783f6b8524a71fa2018f4e42f8c" @@ -49616,7 +68891,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.1.1.zip", "archiveFileName": "Volume-1.1.1.zip", "size": 26421, "checksum": "SHA-256:739b166ed308fc7dc4ee2c7e21d797bb37862d2c9ba5990eb59d01cf57df0682" @@ -49633,7 +68908,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume-1.1.2.zip", "archiveFileName": "Volume-1.1.2.zip", "size": 26515, "checksum": "SHA-256:ac3558c2553629bb333101853289c0baeb59c1392b82769f8c59ae2f09df8a6c" @@ -49650,7 +68925,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vonnieda/ScreenUi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vonnieda/ScreenUi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vonnieda/ScreenUi-1.1.0.zip", "archiveFileName": "ScreenUi-1.1.0.zip", "size": 13446, "checksum": "SHA-256:e5a6fa4f686ec8e7d30177cf54dc70c6fe3d483c11db291fb9689ae0e9b4e91a" @@ -49667,7 +68942,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoBLE-Nordic-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_307_BLE_Nordic-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_307_BLE_Nordic-1.0.1.zip", "archiveFileName": "FaBo_307_BLE_Nordic-1.0.1.zip", "size": 17065, "checksum": "SHA-256:ea82da7de5c08c5624e5a163f8bfd22ac894515aec806fb40311f71672a33c87" @@ -49684,7 +68959,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/shaduzlabs/synapse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shaduzlabs/Synapse-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/Synapse-1.0.0.zip", "archiveFileName": "Synapse-1.0.0.zip", "size": 423045, "checksum": "SHA-256:fb41556f784875eabca26b7bf5f45dc0f379e230ae5689f834957988728e26d4" @@ -49701,7 +68976,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/shaduzlabs/synapse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shaduzlabs/Synapse-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/Synapse-1.0.1.zip", "archiveFileName": "Synapse-1.0.1.zip", "size": 674383, "checksum": "SHA-256:1b66f648e60110e7fe32210e8af113d4edc49368bad140af518e4ec428e855f7" @@ -49718,7 +68993,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/shaduzlabs/synapse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shaduzlabs/Synapse-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/Synapse-1.0.2.zip", "archiveFileName": "Synapse-1.0.2.zip", "size": 686594, "checksum": "SHA-256:6f061316c8af28e343d7a84f74150178709319a30a5995a1ee9912944a199f4d" @@ -49735,7 +69010,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ArduinoMax/TLC5615.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArduinoMax/TLC5615-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoMax/TLC5615-1.2.0.zip", "archiveFileName": "TLC5615-1.2.0.zip", "size": 2738, "checksum": "SHA-256:19e9dbc2378c2e297c08e1ed054e5eaca0274b267a33bb59efbe7afca3b118c9" @@ -49752,7 +69027,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PaulStoffregen/PWMServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PaulStoffregen/PWMServo-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/PWMServo-2.1.0.zip", "archiveFileName": "PWMServo-2.1.0.zip", "size": 7166, "checksum": "SHA-256:b794ad26f528661e8c691184ea762bb616895d92a397b944c6c0c0060740bd0c" @@ -49769,11 +69044,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Martinsos/arduino-lib-hc-sr04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Martinsos/HCSR04-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Martinsos/HCSR04-1.0.0.zip", "archiveFileName": "HCSR04-1.0.0.zip", "size": 15382, "checksum": "SHA-256:857a9844bf866aa70c11a3f1e5a1ea4dde4f6f3e3937cd66898677f270fa8619" }, + { + "name": "HCSR04", + "version": "1.1.0", + "author": "Martin Sosic \u003csosic.martin@gmail.com\u003e", + "maintainer": "Martin Sosic \u003csosic.martin@gmail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in centimeters.", + "website": "https://github.com/Martinsos/arduino-lib-hc-sr04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Martinsos/arduino-lib-hc-sr04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Martinsos/HCSR04-1.1.0.zip", + "archiveFileName": "HCSR04-1.1.0.zip", + "size": 16637, + "checksum": "SHA-256:30114900bd683427e7ecd8f1775c246ed02f813f6f9a73b440e24cfb3b94355d" + }, { "name": "rBase64", "version": "1.0.0", @@ -49786,7 +69078,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boseji/rBASE64.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.0.0.zip", "archiveFileName": "rBase64-1.0.0.zip", "size": 6595, "checksum": "SHA-256:1ce2d3b42a733b767bb14eaaac3eae80979b24e056f9551c55f89aaa068a64ae" @@ -49803,11 +69095,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boseji/rBASE64.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.1.0.zip", "archiveFileName": "rBase64-1.1.0.zip", "size": 9597, "checksum": "SHA-256:21e5eadc998d635cff5fc9d316baf3a7dd97ce7d609bb1a520bf59f7eb57ec2e" }, + { + "name": "rBase64", + "version": "1.1.1", + "author": "Abhijit Bose", + "maintainer": "boseji \u003csalearj@hotmail.com\u003e", + "sentence": "Real BASE64 Function Library (Generic)", + "paragraph": "Helps to Encode and Decode in BASE64 form using simple String operations", + "website": "http://github.com/boseji/rBASE64", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/boseji/rBASE64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.1.1.zip", + "archiveFileName": "rBase64-1.1.1.zip", + "size": 11349, + "checksum": "SHA-256:7f8535b5e69c5efd1d64072ea581222e1f01c92802426744a0a15d17a8dad5a9" + }, { "name": "xxtea-iot-crypt", "version": "1.0.0", @@ -49820,7 +69129,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.0.0.zip", "archiveFileName": "xxtea_iot_crypt-1.0.0.zip", "size": 9871, "checksum": "SHA-256:b50dafa2f4eebca56a362c4fe9bf3763451c27eaeb91b6f43bd21f1a43300655" @@ -49837,7 +69146,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.1.0.zip", "archiveFileName": "xxtea_iot_crypt-1.1.0.zip", "size": 10938, "checksum": "SHA-256:816ea2df6e3692c38ff262615422f39e573289acc38a07ea2aa38db3ee5d23c5" @@ -49854,7 +69163,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.2.0.zip", "archiveFileName": "xxtea_iot_crypt-1.2.0.zip", "size": 11032, "checksum": "SHA-256:7d4e6887d36fdc2b990d500704ed9bcb5fa35e7a62b5cf7409325482814b8f0f" @@ -49871,11 +69180,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.2.1.zip", "archiveFileName": "xxtea_iot_crypt-1.2.1.zip", "size": 11608, "checksum": "SHA-256:54faadeef869b38e33df4c80ae849014a5160897b68dcf1483de0d395481f093" }, + { + "name": "xxtea-iot-crypt", + "version": "2.0.1", + "author": "Abhijit Bose", + "maintainer": "boseji \u003csalearj@hotmail.com\u003e", + "sentence": "XXTEA Cryptography Library for use in IoT gadgets", + "paragraph": "Helps to encrypt and decrypt data using shor and simple XXTEA algorithm", + "website": "https://github.com/boseji/xxtea-lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/boseji/xxtea-iot-crypt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-2.0.1.zip", + "archiveFileName": "xxtea_iot_crypt-2.0.1.zip", + "size": 13245, + "checksum": "SHA-256:157ea9902bba6b16bac5b51dad7ec93b73335959ec28451d8794fa2d98064001" + }, { "name": "ANT-Arduino", "version": "0.3.0", @@ -49889,7 +69215,7 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/ant-arduino.git", "providesIncludes": ["ANT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-0.3.0.zip", "archiveFileName": "ANT_Arduino-0.3.0.zip", "size": 184242, "checksum": "SHA-256:a57d7a5fe852a87ebc335344aeea35596b15d2192334ef7ebb3a09935225cc1b" @@ -49907,7 +69233,7 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/ant-arduino.git", "providesIncludes": ["ANT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.0.0.zip", "archiveFileName": "ANT_Arduino-1.0.0.zip", "size": 188975, "checksum": "SHA-256:cf53da6f5a874fa4f256ebf035028f29c376740261b8f99f6b7db3e9b17c6340" @@ -49925,7 +69251,7 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/ant-arduino.git", "providesIncludes": ["ANT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.0.1.zip", "archiveFileName": "ANT_Arduino-1.0.1.zip", "size": 189670, "checksum": "SHA-256:d6838097bc509b5019ce3c5945fd0832e1fa4ef8e14229590a68f42113ad0c79" @@ -49943,7 +69269,7 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/ant-arduino.git", "providesIncludes": ["ANT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.0.2.zip", "archiveFileName": "ANT_Arduino-1.0.2.zip", "size": 193295, "checksum": "SHA-256:b797b138a55a91860a0ef5178556674eb877384b109fc3a8106f52980300ea59" @@ -49961,11 +69287,47 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/ant-arduino.git", "providesIncludes": ["ANT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-1.1.0.zip", "archiveFileName": "ANT_Arduino-1.1.0.zip", "size": 197993, "checksum": "SHA-256:6042c08f5a41c7290707849364311f56fa39ae7f8a3fab786cdcbdaaa1f12913" }, + { + "name": "ANT-Arduino", + "version": "2.0.0", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for communicating with various ANT radios from Dynastream Innovations.", + "paragraph": "Support for Serial or Softdevice based radios. Can be configured to work in the ANT+ ecosystem.", + "website": "https://github.com/cujomalainey/ant-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cujomalainey/ant-arduino.git", + "providesIncludes": ["ANT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-2.0.0.zip", + "archiveFileName": "ANT_Arduino-2.0.0.zip", + "size": 217364, + "checksum": "SHA-256:0d321b4f823087f8c377f32a36b806231b32988c2b51249ddba423c46e781435" + }, + { + "name": "ANT-Arduino", + "version": "2.0.1", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for communicating with various ANT radios from Dynastream Innovations.", + "paragraph": "Support for Serial or Softdevice based radios. Can be configured to work in the ANT+ ecosystem.", + "website": "https://github.com/cujomalainey/ant-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cujomalainey/ant-arduino.git", + "providesIncludes": ["ANT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-2.0.1.zip", + "archiveFileName": "ANT_Arduino-2.0.1.zip", + "size": 219305, + "checksum": "SHA-256:f092619c887b205b9c54b9a2f99b34f66c02cac2b83b69b843cc3ba2435f8773" + }, { "name": "Luni", "version": "0.1.0", @@ -49978,7 +69340,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/Luni.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.1.0.zip", "archiveFileName": "Luni-0.1.0.zip", "size": 306410, "checksum": "SHA-256:7fd9da4dad113700e4396a432e1d5b8219fc4b104226b566d4e3385486650d75" @@ -49995,7 +69357,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/Luni.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.8.0.zip", "archiveFileName": "Luni-0.8.0.zip", "size": 71565, "checksum": "SHA-256:745dbd3a685491cc83cc7f1b0cc8e6af753349664bddf3add2e9868907143e9e" @@ -50012,7 +69374,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/Luni.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.9.0.zip", "archiveFileName": "Luni-0.9.0.zip", "size": 88047, "checksum": "SHA-256:8ad66a06f960dd8c22fd1a86df5eaedc02e48fbec4d8c07639da07ba252c6b30" @@ -50029,7 +69391,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/Luni.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/Luni-0.9.1.zip", "archiveFileName": "Luni-0.9.1.zip", "size": 88047, "checksum": "SHA-256:8e987ace201463b2348d7949a7384084a2badf13bec5f2baeb55e907c3b08ceb" @@ -50046,7 +69408,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DefProc/somo-ii-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DefProc/somo_ii_lib-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/somo_ii_lib-0.1.0.zip", "archiveFileName": "somo_ii_lib-0.1.0.zip", "size": 5823, "checksum": "SHA-256:5e267ae0e926060a1519586e0612eab636b351e0e6c007fd101d2712262b7ea6" @@ -50063,7 +69425,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DefProc/somo-ii-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DefProc/somo_ii_lib-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DefProc/somo_ii_lib-0.1.1.zip", "archiveFileName": "somo_ii_lib-0.1.1.zip", "size": 5812, "checksum": "SHA-256:c9afaed529f5d305d111bf358eb50c642cc9fcf4531fdfb0c6df71b2ab4549ab" @@ -50080,7 +69442,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/spicajames/Rtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/spicajames/Rtttl-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/spicajames/Rtttl-1.0.0.zip", "archiveFileName": "Rtttl-1.0.0.zip", "size": 6451, "checksum": "SHA-256:8cf1517ce60e65410d2f4c452e394f666bb67cad17153b170f3baa5f0c9dd6f3" @@ -50097,7 +69459,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/anunpanya/ESP8266_QRcode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/anunpanya/ESP8266_QRcode-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/anunpanya/ESP8266_QRcode-1.0.0.zip", "archiveFileName": "ESP8266_QRcode-1.0.0.zip", "size": 9361, "checksum": "SHA-256:b0b3d27fd377ef7e39dd45a6f24f4984455bfa686dab92162a002f4f4b8d0eab" @@ -50114,7 +69476,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/anunpanya/ESP8266_QRcode.git", - "url": "http://downloads.arduino.cc/libraries/github.com/anunpanya/ESP8266_QRcode-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/anunpanya/ESP8266_QRcode-2.0.0.zip", "archiveFileName": "ESP8266_QRcode-2.0.0.zip", "size": 38238, "checksum": "SHA-256:d6eea4dc7390cc413c141ccb0ab907ea64f5277d1367071477dcb87e9ac008af" @@ -50131,7 +69493,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.2.zip", "archiveFileName": "Thingplus-1.0.2.zip", "size": 12278, "checksum": "SHA-256:c5bc9b694f6f3d0c0065a4af38e9597846cf836a76f99c52961c481359909c52" @@ -50148,7 +69510,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.0.zip", "archiveFileName": "Thingplus-1.0.0.zip", "size": 13458, "checksum": "SHA-256:73099e31b61ea7a8a683b1a0306bc5ef2b89c2295a46e0f39c02f3818da0d202" @@ -50165,7 +69527,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.1.zip", "archiveFileName": "Thingplus-1.0.1.zip", "size": 13565, "checksum": "SHA-256:6a5f67cde12bd8873af6489ec1312a6adb15fad074d9c3598d75931285a2e84e" @@ -50182,7 +69544,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.10.zip", "archiveFileName": "Thingplus-1.0.10.zip", "size": 19644, "checksum": "SHA-256:97734666fa7ac049213712ace75d747dd5b209c7396bb5a7efb57b6f10951a9c" @@ -50199,7 +69561,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.11.zip", "archiveFileName": "Thingplus-1.0.11.zip", "size": 19673, "checksum": "SHA-256:72e6e6c71c0c6b0db06a28571e7221ae5f3b85a4ea5b459b202145130cff359c" @@ -50216,7 +69578,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.3.zip", "archiveFileName": "Thingplus-1.0.3.zip", "size": 12304, "checksum": "SHA-256:9ef99be0b947cdc2ccb4a9675c6f92b1c125e0a02851342e865b5bb8cc5acf27" @@ -50233,7 +69595,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.4.zip", "archiveFileName": "Thingplus-1.0.4.zip", "size": 12751, "checksum": "SHA-256:cf980e6041a3f36bb4b3f06a6c1de2877681d847fea52880d0f53514e31d99b7" @@ -50250,7 +69612,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.5.zip", "archiveFileName": "Thingplus-1.0.5.zip", "size": 12949, "checksum": "SHA-256:223f06b5b5dcb2c45927eb8043ad97e76e0ea0827fd1f785c7bdb95cf616040c" @@ -50267,7 +69629,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.6.zip", "archiveFileName": "Thingplus-1.0.6.zip", "size": 13449, "checksum": "SHA-256:fa90de85c049848cfcbdeab18a95c97014bcb92bb7c371f060728da6fe9adea2" @@ -50284,7 +69646,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.7.zip", "archiveFileName": "Thingplus-1.0.7.zip", "size": 15736, "checksum": "SHA-256:cc6b9734eaa413e34bca53d378eac41bb2ce86aba33f6eaf1c3d1338ec7d38cf" @@ -50301,7 +69663,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.8.zip", "archiveFileName": "Thingplus-1.0.8.zip", "size": 15804, "checksum": "SHA-256:2aafc34473ad58ec5a7e716d611dabf40ebba5eff5777ca3265e19d7886ec134" @@ -50318,7 +69680,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/daliworks/arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daliworks/Thingplus-1.0.9.zip", "archiveFileName": "Thingplus-1.0.9.zip", "size": 16186, "checksum": "SHA-256:26289788fcf6920041c3b91d72173b8b46a5e2ecb4aef3c19b025c6342e66d3e" @@ -50335,7 +69697,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-MAX30100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.0.0.zip", "archiveFileName": "MAX30100lib-1.0.0.zip", "size": 31607, "checksum": "SHA-256:7519e4af9a43b18f30721419fe39b9e2c5f68f9107da2aadb45a334dfb3dae61" @@ -50352,7 +69714,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-MAX30100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.0.1.zip", "archiveFileName": "MAX30100lib-1.0.1.zip", "size": 98305, "checksum": "SHA-256:60b0ac346bf9d649e073b16e97ec78c2d77d42044d5fddc18268955465303e5d" @@ -50369,7 +69731,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-MAX30100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.1.0.zip", "archiveFileName": "MAX30100lib-1.1.0.zip", "size": 100624, "checksum": "SHA-256:e4bc458a920bcddea5524a32d931d7a1c8ba2b5fe550484a1ae1d4976b757908" @@ -50386,7 +69748,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-MAX30100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.2.0.zip", "archiveFileName": "MAX30100lib-1.2.0.zip", "size": 352603, "checksum": "SHA-256:d58a387a0be3724ba7c4e672128284d76856534dabaa7c0080ad28e5cb42e760" @@ -50403,7 +69765,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-MAX30100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/MAX30100lib-1.2.1.zip", "archiveFileName": "MAX30100lib-1.2.1.zip", "size": 352950, "checksum": "SHA-256:a1fcad0a6f262b9fc91ea16d39c5aa657bc2654872f414af76066e400464079a" @@ -50420,7 +69782,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/FirmataWithDeviceFeature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.0.zip", "archiveFileName": "FirmataWithDeviceFeature-2.9.0.zip", "size": 112402, "checksum": "SHA-256:d5d14e64cfd1db6323a0a2cdfc80054422d951a4b5892580629b95d95f994543" @@ -50437,7 +69799,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/FirmataWithDeviceFeature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.1.zip", "archiveFileName": "FirmataWithDeviceFeature-2.9.1.zip", "size": 127875, "checksum": "SHA-256:9c1b3c359b95f47ecc6f83e9d587d0be7b6a89f4d9b6906cbc6335ad221330ba" @@ -50454,7 +69816,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/FirmataWithDeviceFeature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.2.zip", "archiveFileName": "FirmataWithDeviceFeature-2.9.2.zip", "size": 127948, "checksum": "SHA-256:cefdb32c26060b07e4b8ec6f9371f7d7fa7b10c54b46a3f377dfeb72045535ff" @@ -50471,7 +69833,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/FirmataWithDeviceFeature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.3.zip", "archiveFileName": "FirmataWithDeviceFeature-2.9.3.zip", "size": 116051, "checksum": "SHA-256:830e07a297bb730d3b9b4a7d652150a6783198676d028ca8b7e3c11a8e935a9e" @@ -50488,7 +69850,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/finson-release/FirmataWithDeviceFeature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/finson-release/FirmataWithDeviceFeature-2.9.4.zip", "archiveFileName": "FirmataWithDeviceFeature-2.9.4.zip", "size": 116053, "checksum": "SHA-256:d39e6fb81acb0340503ac179ea8aebc1e88b38cfeefe2b431a19ab1b58bcee6d" @@ -50505,7 +69867,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/iotpipe/esp8266-arduino-iotpipe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.1.0.zip", "archiveFileName": "IoT_Pipe-0.1.0.zip", "size": 10898, "checksum": "SHA-256:c7fe11ecd4460c6206e8ca4eb60da1bf183385a140f81e9abc9c9b6bff0d7edb" @@ -50522,7 +69884,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/iotpipe/esp8266-arduino-iotpipe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.1.2.zip", "archiveFileName": "IoT_Pipe-0.1.2.zip", "size": 11102, "checksum": "SHA-256:02e2024fdd4c30583efc85979b822c9de86602cd57555a671e4797b0c5901f40" @@ -50539,7 +69901,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/iotpipe/esp8266-arduino-iotpipe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.2.0.zip", "archiveFileName": "IoT_Pipe-0.2.0.zip", "size": 15432, "checksum": "SHA-256:3f2d1358f357f815e2ff816951bdfa0aacc225da0bd02cfcf49cc3d402966a7f" @@ -50556,7 +69918,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/iotpipe/esp8266-arduino-iotpipe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotpipe/IoT_Pipe-0.2.1.zip", "archiveFileName": "IoT_Pipe-0.2.1.zip", "size": 15582, "checksum": "SHA-256:5dad5354a0667f862b9acc813e507e60a6f7ffb24fc4857015d8cd3e89709e8d" @@ -50573,7 +69935,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.2.zip", "archiveFileName": "SpritzCipher-0.1.2.zip", "size": 9727, "checksum": "SHA-256:f8b5a18f18a12a3acb8a14280f95edc62e61578571bf03335ca1fa0d291cb28d" @@ -50590,7 +69952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.3.zip", "archiveFileName": "SpritzCipher-0.1.3.zip", "size": 9114, "checksum": "SHA-256:50ebf755b0041ee635aa0d6faf5da4d37b09a7cfee7195f3f4dfd55d0ac93114" @@ -50607,7 +69969,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.4.zip", "archiveFileName": "SpritzCipher-0.1.4.zip", "size": 9330, "checksum": "SHA-256:8c35c9de74f0192926bcbd7e72e2745c4cb3395fe0ad05906a6f493463992392" @@ -50624,7 +69986,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.1.5.zip", "archiveFileName": "SpritzCipher-0.1.5.zip", "size": 9357, "checksum": "SHA-256:ba461b8460946a9d0d7c1dbaab1123a22efa3e4f0275813eef54724e1118a321" @@ -50641,7 +70003,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.2.0.zip", "archiveFileName": "SpritzCipher-0.2.0.zip", "size": 11792, "checksum": "SHA-256:ede9ab4f80c94b97fc2c8f3e1d367ebe5ddddd75fbc610bfac6363c36e5dfa93" @@ -50658,7 +70020,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.2.1.zip", "archiveFileName": "SpritzCipher-0.2.1.zip", "size": 11802, "checksum": "SHA-256:4b82b3f9ee77df619aabf6615c237ac7679f5112b654b37a7c79ba236fcc7001" @@ -50675,7 +70037,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.2.2.zip", "archiveFileName": "SpritzCipher-0.2.2.zip", "size": 11682, "checksum": "SHA-256:6de07995e6199b7672d247ee30643193cb050b67ebaed3a978752e24d5021bd7" @@ -50692,7 +70054,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.3.0.zip", "archiveFileName": "SpritzCipher-0.3.0.zip", "size": 11597, "checksum": "SHA-256:28d75134de6603bd578f6b4556a23112ac2cced987aa9926fc2afb4755cc7f20" @@ -50709,7 +70071,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.3.1.zip", "archiveFileName": "SpritzCipher-0.3.1.zip", "size": 11727, "checksum": "SHA-256:2f9b002aea35439f52171d9a35496700cc62c8a373877185a1231ac3f541369e" @@ -50726,7 +70088,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.0.zip", "archiveFileName": "SpritzCipher-0.4.0.zip", "size": 15582, "checksum": "SHA-256:81edc2eb21ce1b1a0934605861dd33775c6ad7f82c8259459b782ff9277d6e3c" @@ -50743,7 +70105,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.1.zip", "archiveFileName": "SpritzCipher-0.4.1.zip", "size": 15978, "checksum": "SHA-256:aded048ca67b0a814358ef03b4d6a32489a95adaad7a02ea30a273f1c501d528" @@ -50760,7 +70122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.2.zip", "archiveFileName": "SpritzCipher-0.4.2.zip", "size": 17838, "checksum": "SHA-256:4184eb35a0bc9be7d2196ade0f80a3a19dacd40de9036346adfd52762c9887ca" @@ -50777,7 +70139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.3.zip", "archiveFileName": "SpritzCipher-0.4.3.zip", "size": 18155, "checksum": "SHA-256:d5db6b729021a8f396b5539205ce17f42e0488bc0344a05fb1f97b15846c00a2" @@ -50794,7 +70156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.4.4.zip", "archiveFileName": "SpritzCipher-0.4.4.zip", "size": 19063, "checksum": "SHA-256:7ecc6a7f3d83296d32455fbd0ca7826afc4acfffcb356b6ef7bfbb69fc971883" @@ -50811,7 +70173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.0.zip", "archiveFileName": "SpritzCipher-0.5.0.zip", "size": 21739, "checksum": "SHA-256:2c555354cb4365c29afde90fb58549bd0a219b1be2f9bcd569d18ddee843ee55" @@ -50828,7 +70190,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.1.zip", "archiveFileName": "SpritzCipher-0.5.1.zip", "size": 21734, "checksum": "SHA-256:5a3104e3f613747ec0709f2a1ccc167d84f44f7d6deeb89790d34117e4710916" @@ -50845,7 +70207,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.2.zip", "archiveFileName": "SpritzCipher-0.5.2.zip", "size": 20281, "checksum": "SHA-256:848d71477b205e336495eac9c890dfe78fbbe7b0f126ea48812896a069e4b422" @@ -50862,7 +70224,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.5.3.zip", "archiveFileName": "SpritzCipher-0.5.3.zip", "size": 20461, "checksum": "SHA-256:972321a1db54d66cb2954b46ae77128f172a39c43076f54260e25fd62308b687" @@ -50879,7 +70241,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.0.zip", "archiveFileName": "SpritzCipher-0.9.0.zip", "size": 20469, "checksum": "SHA-256:d62fd3377a3779eda74f5030d14e5cf6da7aa98c55a84886bddda3a52f3d5e11" @@ -50896,7 +70258,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.1.zip", "archiveFileName": "SpritzCipher-0.9.1.zip", "size": 20505, "checksum": "SHA-256:36481cd832dd8adaeac40dbc8752bb49615118d7e20553775cf4b3ba1f48af31" @@ -50913,7 +70275,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.2.zip", "archiveFileName": "SpritzCipher-0.9.2.zip", "size": 20673, "checksum": "SHA-256:9dfe789bfac9fc6c80d459aa135f05a99cd62879e82031498c110277ea399089" @@ -50930,7 +70292,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.3.zip", "archiveFileName": "SpritzCipher-0.9.3.zip", "size": 20921, "checksum": "SHA-256:78ba771e0edceef5542fc2c3522292f120c6f9ce554b7da8f24298c0fadd0664" @@ -50947,7 +70309,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.4.zip", "archiveFileName": "SpritzCipher-0.9.4.zip", "size": 20909, "checksum": "SHA-256:c4b38fe3d35db5a065a0f4c6bdb73fd69c350702c1f48db0d445e6b8f55a4247" @@ -50964,7 +70326,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-0.9.5.zip", "archiveFileName": "SpritzCipher-0.9.5.zip", "size": 21480, "checksum": "SHA-256:cc93e144c39ba70b4c821337ba59a2cc46bb63c06e1e72a82f16d4d1b42dc7c5" @@ -50981,7 +70343,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.0.zip", "archiveFileName": "SpritzCipher-1.0.0.zip", "size": 21476, "checksum": "SHA-256:1884b2edc384c6e6f854597db2bdfe17fba75997aba6b6801b5b27325fe67d39" @@ -50998,7 +70360,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.1.zip", "archiveFileName": "SpritzCipher-1.0.1.zip", "size": 21487, "checksum": "SHA-256:1a79a7c22c38dbd1d483ba73a84ef612ba521ce93860a8c98783f1707d5ef9d8" @@ -51015,7 +70377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.2.zip", "archiveFileName": "SpritzCipher-1.0.2.zip", "size": 24023, "checksum": "SHA-256:389c086fc2003411e047b582adddd757f684764eb65ecc3190094acc682b88da" @@ -51032,7 +70394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.3.zip", "archiveFileName": "SpritzCipher-1.0.3.zip", "size": 21667, "checksum": "SHA-256:c88daabb08da004e9029f27dc3e09d3768b19a57cfefa7d3ab1dadd4e87648df" @@ -51049,11 +70411,101 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", - "url": "http://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.4.zip", "archiveFileName": "SpritzCipher-1.0.4.zip", "size": 22808, "checksum": "SHA-256:6cbbe1caaec5b221d2b708a617efcd9dbf1adc15426d775bc7a5a9f0fb3b78c5" }, + { + "name": "SpritzCipher", + "version": "1.0.5", + "author": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.", + "paragraph": "Spritz is a spongy RC4-like stream cipher and hash function. This library contains a cryptographic pseudo-random number generator, cryptographic hash and message authentication code (MAC) functions, can perform symmetric-key authenticated data encryption, and general-purpose functions for timing-safe comparison and wiping data from memory.", + "website": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", + "providesIncludes": ["SpritzCipher.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.5.zip", + "archiveFileName": "SpritzCipher-1.0.5.zip", + "size": 25026, + "checksum": "SHA-256:0610cdbb846b6a98d4f2b25b07f95105c6d4aea402f26f167de99a192e51bb28" + }, + { + "name": "SpritzCipher", + "version": "1.0.6", + "author": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.", + "paragraph": "Spritz is a spongy RC4-like stream cipher and hash function. This library contains a cryptographic pseudo-random number generator, cryptographic hash and message authentication code (MAC) functions, can perform symmetric-key authenticated data encryption, and general-purpose functions for timing-safe comparison and wiping data from memory.", + "website": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", + "providesIncludes": ["SpritzCipher.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.6.zip", + "archiveFileName": "SpritzCipher-1.0.6.zip", + "size": 24908, + "checksum": "SHA-256:60dabd89300a9eaf1d2aec5267848b39d76f082358f591e2961c9358e30334e2" + }, + { + "name": "SpritzCipher", + "version": "1.0.7", + "author": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.", + "paragraph": "Spritz is a spongy RC4-like stream cipher and hash function. This library contains a cryptographic pseudo-random number generator, cryptographic hash and message authentication code (MAC) functions, can perform symmetric-key authenticated data encryption, and general-purpose functions for timing-safe comparison and wiping data from memory.", + "website": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", + "providesIncludes": ["SpritzCipher.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.0.7.zip", + "archiveFileName": "SpritzCipher-1.0.7.zip", + "size": 25197, + "checksum": "SHA-256:0486dbd128814e2a9da1b5c7de76d50efda3a847365845c81160eeaf1aa7e94c" + }, + { + "name": "SpritzCipher", + "version": "1.1.0", + "author": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.", + "paragraph": "Spritz is a spongy RC4-like stream cipher and hash function. This library contains a cryptographic pseudo-random number generator, cryptographic hash and message authentication code (MAC) functions, can perform symmetric-key authenticated data encryption, and general-purpose functions for timing-safe comparison and wiping data from memory.", + "website": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", + "providesIncludes": ["SpritzCipher.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.1.0.zip", + "archiveFileName": "SpritzCipher-1.1.0.zip", + "size": 458755, + "checksum": "SHA-256:80cffafcb313895a0aa1e29d4a576ef8cdfa2a005d822f36ae281d66d111e676" + }, + { + "name": "SpritzCipher", + "version": "1.2.0", + "author": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.", + "paragraph": "Spritz is a spongy RC4-like stream cipher and hash function. This library contains a cryptographic pseudo-random number generator, cryptographic hash and message authentication code (MAC) functions, can perform symmetric-key authenticated data encryption, and general-purpose functions for timing-safe comparison and wiping data from memory.", + "website": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git", + "providesIncludes": ["SpritzCipher.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/SpritzCipher-1.2.0.zip", + "archiveFileName": "SpritzCipher-1.2.0.zip", + "size": 461111, + "checksum": "SHA-256:48d58fbd33d3c6233a2dd209109c4146fb22280d236bafe9f4ab4845b3cdfa4c" + }, { "name": "U8g2", "version": "2.0.6", @@ -51066,7 +70518,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.0.6.zip", "archiveFileName": "U8g2-2.0.6.zip", "size": 1768457, "checksum": "SHA-256:6b583a7a3255023706d12c43e339fd9703ebdfbcb157c91f617120130ccd5150" @@ -51083,7 +70535,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.0.7.zip", "archiveFileName": "U8g2-2.0.7.zip", "size": 1788486, "checksum": "SHA-256:0ee39cb3180509678f5e22bee9178e589bc278bc8b7224cf15081a062b215834" @@ -51100,7 +70552,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.1.5.zip", "archiveFileName": "U8g2-2.1.5.zip", "size": 1949190, "checksum": "SHA-256:eb153eb38c841eaa4e6a378dac5087dc62d8396a0105147a023cfeeef14f4ded" @@ -51117,7 +70569,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.10.1.zip", "archiveFileName": "U8g2-2.10.1.zip", "size": 3533646, "checksum": "SHA-256:4978720b50a80d96f06febbca93e29fd38061ba8f7a535ac047ef6403884c59d" @@ -51134,7 +70586,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.11.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.11.2.zip", "archiveFileName": "U8g2-2.11.2.zip", "size": 3557430, "checksum": "SHA-256:30c4906c7e302f9990dd417f977edf469fcd1469715853375baef3efd364ae55" @@ -51151,7 +70603,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.11.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.11.4.zip", "archiveFileName": "U8g2-2.11.4.zip", "size": 3557428, "checksum": "SHA-256:9aa08f7d51f9d136d8c30f8b218a8c210a728fa081a922cb6412356790883866" @@ -51168,7 +70620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.12.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.12.6.zip", "archiveFileName": "U8g2-2.12.6.zip", "size": 3565989, "checksum": "SHA-256:4527f1f2bfe6c81b9ddc9fad10e328bea925c901627f02059d10c5832d58a939" @@ -51185,7 +70637,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.13.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.13.5.zip", "archiveFileName": "U8g2-2.13.5.zip", "size": 3676216, "checksum": "SHA-256:20cf26620cb3ad407abc0a6dcfa0d527aabe65e1251ea01fd5fec3bedcfa13ec" @@ -51202,7 +70654,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.14.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.14.7.zip", "archiveFileName": "U8g2-2.14.7.zip", "size": 3688685, "checksum": "SHA-256:cd6f660e8339768d2b7f264efc4570dcc6fed98ce8f9afd010747e807fc34013" @@ -51219,7 +70671,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.15.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.15.2.zip", "archiveFileName": "U8g2-2.15.2.zip", "size": 3745117, "checksum": "SHA-256:7872e61229d1d59f1ad2009f8180d068e1ccd499224ff4405c746071147d0b02" @@ -51236,7 +70688,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.16.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.16.9.zip", "archiveFileName": "U8g2-2.16.9.zip", "size": 4129503, "checksum": "SHA-256:a0d7d1b886f5925e3b16ad7d57bcad12c011bb1adfeb4d62ec23c9e60ffc8de9" @@ -51253,7 +70705,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.17.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.17.11.zip", "archiveFileName": "U8g2-2.17.11.zip", "size": 4195341, "checksum": "SHA-256:76910e6722cf88d28b8f0e7aade7d63bcdc2aa3d240f541fd43e05b35615eb4e" @@ -51270,7 +70722,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.18.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.18.13.zip", "archiveFileName": "U8g2-2.18.13.zip", "size": 4199546, "checksum": "SHA-256:96ee6f59210d6a723022443d951f799f5b7bad04718ab428d57e256a5f9ba785" @@ -51287,7 +70739,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.19.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.19.8.zip", "archiveFileName": "U8g2-2.19.8.zip", "size": 4629719, "checksum": "SHA-256:4207ac9483b388c0164a9d86052c25d3398c35ac2c888ef471004e72bef947d7" @@ -51304,7 +70756,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.2.7.zip", "archiveFileName": "U8g2-2.2.7.zip", "size": 936671, "checksum": "SHA-256:df44f77986b05a5fee3409e399819b3fc193527bf5488030bfc84928017d182d" @@ -51321,7 +70773,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.20.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.20.13.zip", "archiveFileName": "U8g2-2.20.13.zip", "size": 4655076, "checksum": "SHA-256:aa35ad0e26eacebf6855dcb64ad61682fef06a614025a1228cd1d963354d0168" @@ -51338,7 +70790,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.21.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.21.8.zip", "archiveFileName": "U8g2-2.21.8.zip", "size": 7705854, "checksum": "SHA-256:a7199b3b512816b89d779eb7748e541711eb05f460027d3383bae7320a5a13a5" @@ -51355,7 +70807,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.22.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.22.18.zip", "archiveFileName": "U8g2-2.22.18.zip", "size": 8731321, "checksum": "SHA-256:a381ba1b593e491d52a04aa4c1930eb6d9372fe9022b118b9542fd433f81e0a7" @@ -51373,7 +70825,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.23.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.23.18.zip", "archiveFileName": "U8g2-2.23.18.zip", "size": 8850564, "checksum": "SHA-256:63cbd6dc3d9003f134198477d7b1cc3631f7e58cb3fedd39044de049d9fb59cd" @@ -51391,7 +70843,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.24.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.24.3.zip", "archiveFileName": "U8g2-2.24.3.zip", "size": 8859234, "checksum": "SHA-256:c1f54021360300d4bb4faf746b8d899ebdd72df1c1d06a73668b421f5f532db3" @@ -51409,7 +70861,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.25.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.25.10.zip", "archiveFileName": "U8g2-2.25.10.zip", "size": 9286158, "checksum": "SHA-256:d5235ecc645cefb002dc1e782088dc3cba64f11dacdcced934627ada00688283" @@ -51426,7 +70878,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.3.2.zip", "archiveFileName": "U8g2-2.3.2.zip", "size": 1960254, "checksum": "SHA-256:f6a0e9149ff2639e1660489f6e653e15ba1b72265517bed5ad393bcd5461c8b6" @@ -51443,7 +70895,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.4.1.zip", "archiveFileName": "U8g2-2.4.1.zip", "size": 1963520, "checksum": "SHA-256:60fd066131ab12e305eae49666f474afb577e7faa84e9128296a562f33ffaccc" @@ -51460,7 +70912,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.5.2.zip", "archiveFileName": "U8g2-2.5.2.zip", "size": 3466649, "checksum": "SHA-256:32409a4057038a0b4c3edb7363e688e3d7b2bd5366079c5b5f53be22503c7834" @@ -51477,7 +70929,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.6.3.zip", "archiveFileName": "U8g2-2.6.3.zip", "size": 3485813, "checksum": "SHA-256:c37cd67635e86ede3aa3904f8647e408493bc317f9b78e9b7c5bc98c45a439dd" @@ -51494,7 +70946,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.7.5.zip", "archiveFileName": "U8g2-2.7.5.zip", "size": 3499883, "checksum": "SHA-256:d3535e9754e4415332527bc761115ba45841413be6798f2ad4928f3b35ab28f9" @@ -51511,7 +70963,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.8.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.8.4.zip", "archiveFileName": "U8g2-2.8.4.zip", "size": 3511940, "checksum": "SHA-256:92ce3d41fd6b507567d03fa7bb990908f29dd807332a8a8c21228c9ae3fcc35f" @@ -51528,7 +70980,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.8.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.8.5.zip", "archiveFileName": "U8g2-2.8.5.zip", "size": 3511964, "checksum": "SHA-256:3cd41ff3d43ce467b2067110719b46ea65509c0c0dcdd42de6baf19de2166d73" @@ -51545,7 +70997,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.9.1.zip", "archiveFileName": "U8g2-2.9.1.zip", "size": 3523982, "checksum": "SHA-256:b06399a3376b0e5d21dc6fc40b1118e979d6514959e018be4eff8dd4ad31e326" @@ -51562,7 +71014,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.9.2.zip", "archiveFileName": "U8g2-2.9.2.zip", "size": 3526918, "checksum": "SHA-256:4fad45d874dbd40b513892596c297d76717c6be89bc16b9d82ad35391cf9950a" @@ -51580,11 +71032,47 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.26.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.26.14.zip", "archiveFileName": "U8g2-2.26.14.zip", "size": 9344559, "checksum": "SHA-256:8610323be0d75c831841e7cda39d4732831c478043d4249714daac337751cc5c" }, + { + "name": "U8g2", + "version": "2.27.6", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7511, ST7565, ST7567, ST7588, ST75256, ST75320, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7511, ST7565, ST7567, ST7588, ST75256, ST75320, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.27.6.zip", + "archiveFileName": "U8g2-2.27.6.zip", + "size": 10522011, + "checksum": "SHA-256:97f13e193c1f20d438722db762c73946f94b4e248a7aa4681d94c7710c80d9aa" + }, + { + "name": "U8g2", + "version": "2.28.10", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.28.10.zip", + "archiveFileName": "U8g2-2.28.10.zip", + "size": 10561348, + "checksum": "SHA-256:3828b3224cc62f37eaca19d094c27c1698db28962c00f2658a89667dc40172cc" + }, { "name": "FaBo 301 BLE SiliconLabs", "version": "1.0.1", @@ -51597,7 +71085,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoBLE-BLE113-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_301_BLE_SiliconLabs-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_301_BLE_SiliconLabs-1.0.1.zip", "archiveFileName": "FaBo_301_BLE_SiliconLabs-1.0.1.zip", "size": 12564, "checksum": "SHA-256:168a27e75d905bfa82751e0902f489c2c409900c18ffa5c978bdba4ebe119b47" @@ -51615,7 +71103,7 @@ "types": ["Contributed"], "repository": "https://github.com/baghayi/Nokia_5110.git", "providesIncludes": ["Nokia_5110.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.0.zip", "archiveFileName": "Nokia_5110-1.0.0.zip", "size": 11387, "checksum": "SHA-256:6b26be785b5f80d386452ad35ecfae97020fe4d2d947e84e0b429eb625dfd5ce" @@ -51633,7 +71121,7 @@ "types": ["Contributed"], "repository": "https://github.com/baghayi/Nokia_5110.git", "providesIncludes": ["Nokia_5110.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.2.zip", "archiveFileName": "Nokia_5110-1.0.2.zip", "size": 13377, "checksum": "SHA-256:ae47001aa0d18426d16299cdf2179aa5b143db8b32577c2049efe3335063b3d8" @@ -51651,7 +71139,7 @@ "types": ["Contributed"], "repository": "https://github.com/baghayi/Nokia_5110.git", "providesIncludes": ["Nokia_5110.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.3.zip", "archiveFileName": "Nokia_5110-1.0.3.zip", "size": 13622, "checksum": "SHA-256:528b07cbefe8da2aa15802b43f4d5356b3112af941b3fee382ffac329ffbc506" @@ -51669,7 +71157,7 @@ "types": ["Contributed"], "repository": "https://github.com/baghayi/Nokia_5110.git", "providesIncludes": ["Nokia_5110.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/baghayi/Nokia_5110-1.0.4.zip", "archiveFileName": "Nokia_5110-1.0.4.zip", "size": 13638, "checksum": "SHA-256:c4c161dcf106e229a5df93440cba42be2a7489a9385022d1ed1e6701bd2339cc" @@ -51686,7 +71174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dxinteractive/ResponsiveAnalogRead.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-0.0.1.zip", "archiveFileName": "ResponsiveAnalogRead-0.0.1.zip", "size": 8995, "checksum": "SHA-256:8c37c95a8ec46dddb32cc7b96a7485f8092298cc998d581fba799262d4164fd1" @@ -51703,7 +71191,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dxinteractive/ResponsiveAnalogRead.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.0.1.zip", "archiveFileName": "ResponsiveAnalogRead-1.0.1.zip", "size": 9411, "checksum": "SHA-256:84cb4bb3c4d474157df1cc55ede189c48e38873dd581b7945d51488997573e5d" @@ -51720,7 +71208,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dxinteractive/ResponsiveAnalogRead.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.1.0.zip", "archiveFileName": "ResponsiveAnalogRead-1.1.0.zip", "size": 10054, "checksum": "SHA-256:8b1702839d93c4bdb6e95e0ba45299a5fb856830e607bdc60be4827e5007236f" @@ -51737,7 +71225,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dxinteractive/ResponsiveAnalogRead.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.2.0.zip", "archiveFileName": "ResponsiveAnalogRead-1.2.0.zip", "size": 11271, "checksum": "SHA-256:056746be9e100a1162cfd27927f885512c1d135ce746c104580bc1ad6dc83ea3" @@ -51754,7 +71242,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dxinteractive/ResponsiveAnalogRead.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dxinteractive/ResponsiveAnalogRead-1.2.1.zip", "archiveFileName": "ResponsiveAnalogRead-1.2.1.zip", "size": 11328, "checksum": "SHA-256:1c72456af78ed72eb3b8d907062d6c8c79f4b97559506e78f499d203f1a73be2" @@ -51772,7 +71260,7 @@ "types": ["Contributed"], "repository": "https://github.com/wizard97/ArduinoProcessScheduler.git", "providesIncludes": ["ProcessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/ProcessScheduler-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/ProcessScheduler-1.0.0.zip", "archiveFileName": "ProcessScheduler-1.0.0.zip", "size": 20284, "checksum": "SHA-256:68d002823abce340fe98582ebbb89dbca7106624dd2f6a750de2e37c5dde324c" @@ -51789,7 +71277,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-0.0.1.zip", "archiveFileName": "XLR8BuildTemplate-0.0.1.zip", "size": 21411, "checksum": "SHA-256:e1ec520c06e939fceee9e1e59d607fc7489e818799a7ffc0db6557deec2efdd8" @@ -51806,7 +71294,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-0.0.2.zip", "archiveFileName": "XLR8BuildTemplate-0.0.2.zip", "size": 24105, "checksum": "SHA-256:f45d47aa147e2c98d74de0502b1d825bac3b7bda96d5252e91595fdcf416ee96" @@ -51823,7 +71311,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.0.zip", "archiveFileName": "XLR8BuildTemplate-1.0.0.zip", "size": 24254, "checksum": "SHA-256:2826361e8ad0cd640ad10cf7e4c4dda66293d7c2889522601f8bf73f728148eb" @@ -51840,7 +71328,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.1.zip", "archiveFileName": "XLR8BuildTemplate-1.0.1.zip", "size": 24262, "checksum": "SHA-256:1366f684f6194428a3642f8c299bbf6da555fda98d36aaecc701b8589bbbdc07" @@ -51857,7 +71345,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.4.zip", "archiveFileName": "XLR8BuildTemplate-1.0.4.zip", "size": 24955, "checksum": "SHA-256:daf37bc8f9c91dd65ea74990d0c896901a6354e172fd7326c766a44176efc041" @@ -51874,7 +71362,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.5.zip", "archiveFileName": "XLR8BuildTemplate-1.0.5.zip", "size": 28776, "checksum": "SHA-256:1abf1e3974c8c4d632be3c9c3885f2806889de4dfeb9f4425171105ab5d9055f" @@ -51891,7 +71379,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.6.zip", "archiveFileName": "XLR8BuildTemplate-1.0.6.zip", "size": 42839, "checksum": "SHA-256:1b3ec0966a2f4aac84195bea4f138bd374ec24ca584f50338bad3b34d97efb27" @@ -51908,11 +71396,96 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.7.zip", "archiveFileName": "XLR8BuildTemplate-1.0.7.zip", "size": 43289, "checksum": "SHA-256:17447184108d8f53730128a85e26c331f5d21ba08b9cb40784328db3425391b3" }, + { + "name": "XLR8BuildTemplate", + "version": "1.0.8", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.0.8.zip", + "archiveFileName": "XLR8BuildTemplate-1.0.8.zip", + "size": 44624, + "checksum": "SHA-256:53019e910dbcb18f8ea9e5cc14290fb81df1245d4d4f3f9c8e4a3fe263a9e286" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.1.0.zip", + "archiveFileName": "XLR8BuildTemplate-1.1.0.zip", + "size": 46168, + "checksum": "SHA-256:5964d972d866f61ba683535753c9799b324f5bcc95648fc4a6f80154e55c0ce3" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.2.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.2.0.zip", + "archiveFileName": "XLR8BuildTemplate-1.2.0.zip", + "size": 46169, + "checksum": "SHA-256:c40eabbb40a6f8e74ca55291d4973548531d40417ce01ba78b05279182797454" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.3.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.3.0.zip", + "archiveFileName": "XLR8BuildTemplate-1.3.0.zip", + "size": 58113, + "checksum": "SHA-256:ccf21fe6bb8a4a496ef971a4b696747bed5fc5f2f04921ca66a1acfa412fec52" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.3.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.3.1.zip", + "archiveFileName": "XLR8BuildTemplate-1.3.1.zip", + "size": 58113, + "checksum": "SHA-256:e3c56e8d4ecd4589054d5f4620d273808c84a73794908acd4dc1e36043efe6cf" + }, { "name": "IonDB", "version": "2.1.3", @@ -51926,7 +71499,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.1.3.zip", "archiveFileName": "IonDB-2.1.3.zip", "size": 178660, "checksum": "SHA-256:e2e0c3728a060edd8651e591eeecf09d00e48be5a0aa589f88a2a726d45b8a15" @@ -51944,7 +71517,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-1.1.0.zip", "archiveFileName": "IonDB-1.1.0.zip", "size": 113574, "checksum": "SHA-256:9dd8eedc2ff1c7a83c7d0fb18966f4d39328d80b76530342c6c4234e4458eda6" @@ -51962,7 +71535,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-1.1.1.zip", "archiveFileName": "IonDB-1.1.1.zip", "size": 114065, "checksum": "SHA-256:f9a6cca9c28940429b632903a26083afd90ee4f07b08e273e3fc160db16034cb" @@ -51980,7 +71553,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-1.2.0.zip", "archiveFileName": "IonDB-1.2.0.zip", "size": 119556, "checksum": "SHA-256:7954ac0a52f7c33af9119293e324396a370492f8476aa3b17fa14eaa67bae1c4" @@ -51998,7 +71571,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.0.0.zip", "archiveFileName": "IonDB-2.0.0.zip", "size": 178655, "checksum": "SHA-256:67ba327ce4c7f78e13e79ebcbabcef30579881276b8d97f03658d7afa2f325a9" @@ -52016,7 +71589,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.1.1.zip", "archiveFileName": "IonDB-2.1.1.zip", "size": 178656, "checksum": "SHA-256:cd444d38586dedcda30fb9c7544e8b0e623afd17e316c1a9711cc74a48714b00" @@ -52034,7 +71607,7 @@ "types": ["Contributed"], "repository": "https://github.com/iondbproject/iondb.git", "providesIncludes": ["IonDB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iondbproject/IonDB-2.2.0.zip", "archiveFileName": "IonDB-2.2.0.zip", "size": 183778, "checksum": "SHA-256:6f88ddb80fea957b9a441a14f747f42c40178f96537b6a3cc5a3e56e42d13712" @@ -52051,7 +71624,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Pong.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Pong-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Pong-1.0.0.zip", "archiveFileName": "XLR8Pong-1.0.0.zip", "size": 25366, "checksum": "SHA-256:b6df6118d95c2f5d7433ff83eadd544b32c48ab456b9c3d1d1821cacb1ac9eac" @@ -52069,7 +71642,7 @@ "types": ["Contributed"], "repository": "https://github.com/johnnyb/Shifty.git", "providesIncludes": ["Shifty.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/johnnyb/Shifty-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/johnnyb/Shifty-0.1.0.zip", "archiveFileName": "Shifty-0.1.0.zip", "size": 6146, "checksum": "SHA-256:3679f7a5f918e439d7a5e8f888957a40396e5fea352aceee42a8a03d1220d70a" @@ -52087,7 +71660,7 @@ "types": ["Contributed"], "repository": "https://github.com/johnnyb/Shifty.git", "providesIncludes": ["Shifty.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/johnnyb/Shifty-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/johnnyb/Shifty-0.1.3.zip", "archiveFileName": "Shifty-0.1.3.zip", "size": 6221, "checksum": "SHA-256:7feca61c68ac35cf63c3c8c52e51d9c02eb2317d87d95d86d3ce55a916a12d70" @@ -52105,7 +71678,7 @@ "types": ["Contributed"], "repository": "https://github.com/johnnyb/Shifty.git", "providesIncludes": ["Shifty.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/johnnyb/Shifty-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/johnnyb/Shifty-0.1.5.zip", "archiveFileName": "Shifty-0.1.5.zip", "size": 6219, "checksum": "SHA-256:1ca66f9127ce40ebed56f3922a28a1d79e87303f5be509da8dcc9821c635981a" @@ -52122,7 +71695,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-0.0.1.zip", "archiveFileName": "XLR8Core-0.0.1.zip", "size": 5163713, "checksum": "SHA-256:749aacc3f259864bd436f547f2bcfbb1ddfcde11a9c8e70944a41264b536d26e" @@ -52139,7 +71712,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-0.0.2.zip", "archiveFileName": "XLR8Core-0.0.2.zip", "size": 5236132, "checksum": "SHA-256:a25a403347f23d816fe34df0e2dfeb990accc60b01a993d2a65fe8f1e079ab32" @@ -52156,7 +71729,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.1.zip", "archiveFileName": "XLR8Core-1.0.1.zip", "size": 5237614, "checksum": "SHA-256:c443587cd712eeaec40d58cfbc903a10525df400d052a12826395ffe601c7aa6" @@ -52173,7 +71746,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.2.zip", "archiveFileName": "XLR8Core-1.0.2.zip", "size": 5237629, "checksum": "SHA-256:e0ce97a65ab1bb385a61f6e094f69dd9a1b47a790959cf8fb2298f70c97ac3b7" @@ -52190,7 +71763,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.3.zip", "archiveFileName": "XLR8Core-1.0.3.zip", "size": 5237684, "checksum": "SHA-256:bed86950f1aa1e27ceb2db873b8707a52ab2ac9e5c87360b282e491ec517b6b5" @@ -52207,7 +71780,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.4.zip", "archiveFileName": "XLR8Core-1.0.4.zip", "size": 5248205, "checksum": "SHA-256:742921dfd0f1bb609607d0ab88804a12ca6b48714d6ac0bfaeb4b34c783b498f" @@ -52224,7 +71797,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.5.zip", "archiveFileName": "XLR8Core-1.0.5.zip", "size": 18077333, "checksum": "SHA-256:b15ac7a242042397d20b6494da6a2f2634e2d2d84f41eb810537af0464029f33" @@ -52241,7 +71814,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.6.zip", "archiveFileName": "XLR8Core-1.0.6.zip", "size": 28647580, "checksum": "SHA-256:52429f6dcac986ba7fb2303dc83d4a1a6159200e90fcd359c77a9f4a59c2c223" @@ -52258,11 +71831,79 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Core.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.0.7.zip", "archiveFileName": "XLR8Core-1.0.7.zip", "size": 28669788, "checksum": "SHA-256:0670c796a104df6834c3b6fb3365ee4c8dde291272868dbd385ab3fcdc5b1214" }, + { + "name": "XLR8Core", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.1.0.zip", + "archiveFileName": "XLR8Core-1.1.0.zip", + "size": 29381281, + "checksum": "SHA-256:38a25e47046acd5f79a8a4419e996f676df53f0a95ce22e9c4a0a5e312e2ceb7" + }, + { + "name": "XLR8Core", + "version": "1.2.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.2.0.zip", + "archiveFileName": "XLR8Core-1.2.0.zip", + "size": 28630051, + "checksum": "SHA-256:5133c7872ac6ea88d4c4cf6b5da829fb8d76958d1bc853148056454504f7a3b7" + }, + { + "name": "XLR8Core", + "version": "1.3.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.3.0.zip", + "archiveFileName": "XLR8Core-1.3.0.zip", + "size": 36939648, + "checksum": "SHA-256:bd0e599bb1f4976c1e5099b16b5fe21a149e2a60cbf799a720232f503f101749" + }, + { + "name": "XLR8Core", + "version": "1.3.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.3.1.zip", + "archiveFileName": "XLR8Core-1.3.1.zip", + "size": 37418703, + "checksum": "SHA-256:f68b056a8371e522e565e17b99ebe8f4e2e7c0cee0f72025d17e94d195385726" + }, { "name": "LoRa Serialization", "version": "2.1.0", @@ -52274,7 +71915,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thesolarnomad/lora-serialization.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-2.1.0.zip", "archiveFileName": "LoRa_Serialization-2.1.0.zip", "size": 446444, "checksum": "SHA-256:8fd37af5f3b5b34e4cca3e3ccd8663de340a00e87b56142b18643b89de0205e5" @@ -52290,7 +71931,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thesolarnomad/lora-serialization.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-2.2.0.zip", "archiveFileName": "LoRa_Serialization-2.2.0.zip", "size": 449217, "checksum": "SHA-256:d12dd0878d4dbff8d0c077dcb70754a24d5de4945bcd879abfbcd0e0b7239fa8" @@ -52306,7 +71947,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thesolarnomad/lora-serialization.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-3.0.0.zip", "archiveFileName": "LoRa_Serialization-3.0.0.zip", "size": 532261, "checksum": "SHA-256:974f5af54cde54f1dddb2d34056e6e5145acccba07275346792e5a8cfb23478c" @@ -52324,7 +71965,7 @@ "types": ["Contributed"], "repository": "https://github.com/johnnyb/Eventually.git", "providesIncludes": ["Eventually.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/johnnyb/Eventually-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/johnnyb/Eventually-0.1.0.zip", "archiveFileName": "Eventually-0.1.0.zip", "size": 10873, "checksum": "SHA-256:6096af8994051c93bde17d7762b77126305bc16f1f346962978fdbfbd58245b6" @@ -52342,7 +71983,7 @@ "types": ["Contributed"], "repository": "https://github.com/johnnyb/Eventually.git", "providesIncludes": ["Eventually.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/johnnyb/Eventually-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/johnnyb/Eventually-0.1.3.zip", "archiveFileName": "Eventually-0.1.3.zip", "size": 11793, "checksum": "SHA-256:4b2701e0f45d95e6fad3ba536c5e318146329b6665c41b94f48eb3c8d3c48144" @@ -52360,7 +72001,7 @@ "types": ["Contributed"], "repository": "https://github.com/johnnyb/Eventually.git", "providesIncludes": ["Eventually.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/johnnyb/Eventually-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/johnnyb/Eventually-0.1.5.zip", "archiveFileName": "Eventually-0.1.5.zip", "size": 11856, "checksum": "SHA-256:2c55c0b9ee426177a9269ab230d9b079d41e2025279144cd657fef46ff38a4d2" @@ -52377,7 +72018,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/acrobotic/Ai_Ardulib_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/acrobotic/ACROBOTIC_SSD1306-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/acrobotic/ACROBOTIC_SSD1306-1.0.0.zip", "archiveFileName": "ACROBOTIC_SSD1306-1.0.0.zip", "size": 18034, "checksum": "SHA-256:256171b3977016c9132f88aa9e9bac3032f73d0477f4170b078df5483d801b18" @@ -52394,7 +72035,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/acrobotic/Ai_Ardulib_SSD1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/acrobotic/ACROBOTIC_SSD1306-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/acrobotic/ACROBOTIC_SSD1306-1.0.1.zip", "archiveFileName": "ACROBOTIC_SSD1306-1.0.1.zip", "size": 20603, "checksum": "SHA-256:abef3e334543a25498365273035bd34285121ae8740b4eabf210cf4e55b66d2d" @@ -52411,7 +72052,7 @@ "types": ["Contributed"], "repository": "https://github.com/gmazzamuto/MAX1464-Arduino-library.git", "providesIncludes": ["MAX1464.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmazzamuto/MAX1464_Arduino_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmazzamuto/MAX1464_Arduino_library-1.0.0.zip", "archiveFileName": "MAX1464_Arduino_library-1.0.0.zip", "size": 59350, "checksum": "SHA-256:2e06221fb71fb36f244be44893a554201699fcf44e9c3b1f1ed2cbf3ccbf96b3" @@ -52428,7 +72069,7 @@ "types": ["Contributed"], "repository": "https://github.com/gmazzamuto/MAX1464-Arduino-library.git", "providesIncludes": ["MAX1464.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmazzamuto/MAX1464_Arduino_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmazzamuto/MAX1464_Arduino_library-1.0.1.zip", "archiveFileName": "MAX1464_Arduino_library-1.0.1.zip", "size": 59348, "checksum": "SHA-256:0456addcfe5ee5f217172c9d454803bcb0d521e53613b9e8a7cd449cea848f86" @@ -52445,7 +72086,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leyap/LispMotor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leyap/LispMotor-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leyap/LispMotor-0.0.1.zip", "archiveFileName": "LispMotor-0.0.1.zip", "size": 4503, "checksum": "SHA-256:62eb3be95c7e87de6b6a8ed18497efac53ebfcc23dd4c681bcfee4283ca59c28" @@ -52462,7 +72103,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/MarkusLange/RTCDue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MarkusLange/RTCDue-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MarkusLange/RTCDue-1.1.0.zip", "archiveFileName": "RTCDue-1.1.0.zip", "size": 19944, "checksum": "SHA-256:a4543f8df40f3c64c2a644b9d329ff40b7634544871a689edefd4177d8160c4b" @@ -52480,7 +72121,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.0.zip", "archiveFileName": "BowlerCom-3.12.0.zip", "size": 88547, "checksum": "SHA-256:cebde0352183e0c0c05d7bd2d15a92e988720f52f9677822634a45801ec6c819" @@ -52498,7 +72139,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.2.zip", "archiveFileName": "BowlerCom-3.12.2.zip", "size": 88526, "checksum": "SHA-256:0d5e5fde6e5eb8e94808fe116125a573c366a32b41bb53601b9bdc84954a7fb7" @@ -52516,7 +72157,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.3.zip", "archiveFileName": "BowlerCom-3.12.3.zip", "size": 89138, "checksum": "SHA-256:8e1dd220bd357f57f62fe89f802112034b2a2ab7deb6eb92c58c7453c472db36" @@ -52534,7 +72175,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.4.zip", "archiveFileName": "BowlerCom-3.12.4.zip", "size": 91454, "checksum": "SHA-256:d78ae8c149690610627f5de92f93ee7c7ca2808ce4c92f52d3453a8ec5f1abc6" @@ -52552,7 +72193,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.5.zip", "archiveFileName": "BowlerCom-3.12.5.zip", "size": 91803, "checksum": "SHA-256:d9456053eb919a0f178ccf9cacfda4b7147355ea5873d8c081f6f3451c2a8615" @@ -52570,7 +72211,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.6.zip", "archiveFileName": "BowlerCom-3.12.6.zip", "size": 91902, "checksum": "SHA-256:db527c2178305b6b4f5724110d734a054e749f4d677927212171fe70afede6a3" @@ -52588,7 +72229,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.8.zip", "archiveFileName": "BowlerCom-3.12.8.zip", "size": 93834, "checksum": "SHA-256:8b82d751ae46b1e2911d231540e3eb047b32f51e9e51dcd8119cad70d6cb4aef" @@ -52606,7 +72247,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.12.9.zip", "archiveFileName": "BowlerCom-3.12.9.zip", "size": 93736, "checksum": "SHA-256:c29f987dceb6ea25ad273bd1629b93dea5a3b81aa1f79ad3ec188e312dbb011f" @@ -52624,7 +72265,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.0.zip", "archiveFileName": "BowlerCom-3.13.0.zip", "size": 94307, "checksum": "SHA-256:f98f813a255e7ddfeddd79d064ce3002e3aefade232f5f7f0a5cf347d2c4410f" @@ -52642,7 +72283,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.1.zip", "archiveFileName": "BowlerCom-3.13.1.zip", "size": 94288, "checksum": "SHA-256:2cd13de43608ed78c9d16e80af018f98750612f6b71884bad65b354aa12ffb4d" @@ -52660,7 +72301,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.2.zip", "archiveFileName": "BowlerCom-3.13.2.zip", "size": 94359, "checksum": "SHA-256:20515981d0e48295531e0516ad28a65ac4ac671c35bfae48be417a2829fa67ba" @@ -52678,7 +72319,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.3.zip", "archiveFileName": "BowlerCom-3.13.3.zip", "size": 94806, "checksum": "SHA-256:4c4406135adb2f16c861db74228d7d15be10e9941f6f2d29e4bca90ea415dfe8" @@ -52696,7 +72337,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.4.zip", "archiveFileName": "BowlerCom-3.13.4.zip", "size": 94952, "checksum": "SHA-256:c63320371c93589ddbc8d7d26f16be96cc33281fb0451905d5c199ebaea23368" @@ -52714,7 +72355,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.13.5.zip", "archiveFileName": "BowlerCom-3.13.5.zip", "size": 94985, "checksum": "SHA-256:e8aa192b3fb889d11802f8f8b560c24421c91c7d9815ed813ab9fb3d8488633c" @@ -52732,7 +72373,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.14.0.zip", "archiveFileName": "BowlerCom-3.14.0.zip", "size": 96367, "checksum": "SHA-256:78cd9a1dccaee2319fd2f23ebfe36bc4c2b3dd06e0184d2782c8bacceedf3133" @@ -52750,7 +72391,7 @@ "types": ["Contributed"], "repository": "https://github.com/CommonWealthRobotics/BowlerCom.git", "providesIncludes": ["BowlerCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CommonWealthRobotics/BowlerCom-3.15.0.zip", "archiveFileName": "BowlerCom-3.15.0.zip", "size": 96735, "checksum": "SHA-256:de29792fe7e7a801ca0a7e5d0b460bd3e01c1cd3520ca00663d157a403e2ba41" @@ -52768,7 +72409,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidCrystal.h", "LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.1.5.zip", "archiveFileName": "LiquidMenu-1.1.5.zip", "size": 1090564, "checksum": "SHA-256:fd7baad3aa6e7bf6daf0ba166c2095f6e07b311f1d9b53efa362e317fa96a721" @@ -52786,7 +72427,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.4.0.zip", "archiveFileName": "LiquidMenu-1.4.0.zip", "size": 4592420, "checksum": "SHA-256:4b44c13ee8064513ffb934302a3630bf8f0544785088296e132eeecf705bd379" @@ -52804,7 +72445,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidCrystal.h", "LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.0.1.zip", "archiveFileName": "LiquidMenu-1.0.1.zip", "size": 914209, "checksum": "SHA-256:6a80c01046321a4c99fc95137bd3dd4bbe9803a16a8ef63056b72f626a84a6ea" @@ -52822,7 +72463,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidCrystal.h", "LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.0.2.zip", "archiveFileName": "LiquidMenu-1.0.2.zip", "size": 914209, "checksum": "SHA-256:9449f36a0249516a22db8ae1926173e6a967881fd9b5bfafcdce9dfd004d5269" @@ -52840,7 +72481,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidCrystal.h", "LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.1.4.zip", "archiveFileName": "LiquidMenu-1.1.4.zip", "size": 1005594, "checksum": "SHA-256:13c1dd2bc63df4e845edb82d8ecdd9949c784fc94d366f93c00c726cbfd39f1f" @@ -52858,7 +72499,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidCrystal.h", "LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.1.6.zip", "archiveFileName": "LiquidMenu-1.1.6.zip", "size": 1090574, "checksum": "SHA-256:2878e1ed91b6b8c54ee3f7f5d24ee99022e475bb5472bdec036d07c58aa80429" @@ -52876,7 +72517,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidCrystal.h", "LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.2.0.zip", "archiveFileName": "LiquidMenu-1.2.0.zip", "size": 3677377, "checksum": "SHA-256:f4ebb8700098018dd6d13c201e6d6939e77ee7a9995f46d24cfcece979733fe2" @@ -52894,11 +72535,29 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/LiquidMenu.git", "providesIncludes": ["LiquidMenu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.3.0.zip", "archiveFileName": "LiquidMenu-1.3.0.zip", "size": 4010762, "checksum": "SHA-256:a6fc55fb39340f40a6ebbe65f9ac93a096f119f8ff2b8b90392aaf89cde867ab" }, + { + "name": "LiquidMenu", + "version": "1.5.1", + "author": "Vasil Kalchev \u003cvase7u@gmail.com\u003e", + "maintainer": "Vasil Kalchev \u003cvase7u@gmail.com\u003e", + "sentence": "Menu creation Arduino library for LCDs, wraps LiquidCrystal.", + "paragraph": "LiquidMenu wraps the Arduino's LiquidCrystal library with the ability to create menus. It simplifies the menu creation process by abstracting the elements of a menu into hierarchically organized classes.", + "website": "https://github.com/VaSe7u/LiquidMenu", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VasilKalchev/LiquidMenu.git", + "providesIncludes": ["LiquidMenu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.5.1.zip", + "archiveFileName": "LiquidMenu-1.5.1.zip", + "size": 4796361, + "checksum": "SHA-256:0d5cb909bf9298d1be37d7d65163e0907a6aaf4fcc1c646e2a32a411494b2844" + }, { "name": "WizFi250", "version": "1.1.0", @@ -52911,7 +72570,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi250_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.1.0.zip", "archiveFileName": "WizFi250-1.1.0.zip", "size": 720222, "checksum": "SHA-256:2048ddd0359ea632986dd5412585890f0df2301bcbeb08d72de99e6263edecea" @@ -52928,7 +72587,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi250_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.2.0.zip", "archiveFileName": "WizFi250-1.2.0.zip", "size": 720197, "checksum": "SHA-256:42c8885b35f648b00d65712e6f7914114d368133e1d15382cc5810aae8c4ebb6" @@ -52945,7 +72604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi250_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.3.0.zip", "archiveFileName": "WizFi250-1.3.0.zip", "size": 721022, "checksum": "SHA-256:cc7372bebcc7e80e8b8928c6aab18196bb5b27ae6a440e5ec4bb21f5ed419f6a" @@ -52962,7 +72621,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi250_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi250-1.0.0.zip", "archiveFileName": "WizFi250-1.0.0.zip", "size": 718956, "checksum": "SHA-256:1ef2ce9412ffa29d161601d5537cde9a8c3a04d62bf15633be97b37d733e86c0" @@ -52980,7 +72639,7 @@ "types": ["Contributed"], "repository": "https://github.com/sdumetz/coordinates.git", "providesIncludes": ["Coordinates.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sdumetz/Coordinates-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sdumetz/Coordinates-1.0.0.zip", "archiveFileName": "Coordinates-1.0.0.zip", "size": 5510, "checksum": "SHA-256:c27556c6c2019c6f63aad9c48bb591786e970b1b527079332bf02bfb16ffe8e3" @@ -52997,7 +72656,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MPU-9250_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPU_9250_9_DOF_IMU_Breakout-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPU_9250_9_DOF_IMU_Breakout-1.0.0.zip", "archiveFileName": "SparkFun_MPU_9250_9_DOF_IMU_Breakout-1.0.0.zip", "size": 22546, "checksum": "SHA-256:4a013c7b6481158f7c650d21026c0511588993e4fe9c7919a2c222d778309259" @@ -53014,7 +72673,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MPU-9250_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPU_9250_9_DOF_IMU_Breakout-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MPU_9250_9_DOF_IMU_Breakout-1.0.2.zip", "archiveFileName": "SparkFun_MPU_9250_9_DOF_IMU_Breakout-1.0.2.zip", "size": 35990, "checksum": "SHA-256:e2641a6a7d34c9944c8c42d5c04da4f634add8ed6a2ab54fe737613c815a4b2f" @@ -53032,7 +72691,7 @@ "types": ["Contributed"], "repository": "https://github.com/arms22/SoftModem.git", "providesIncludes": ["SoftModem.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arms22/SoftModem-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arms22/SoftModem-1.0.0.zip", "archiveFileName": "SoftModem-1.0.0.zip", "size": 5915, "checksum": "SHA-256:a66cfc630e4757dda8861f2f453242a80a19718eb98306cf4e46cc3a461f8aa8" @@ -53049,7 +72708,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherSia.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherSia-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherSia-1.0.0.zip", "archiveFileName": "EtherSia-1.0.0.zip", "size": 82235, "checksum": "SHA-256:65796b2ebb74efa78039baff5d67521979683dd8e12bf9a26c85ba921c642f05" @@ -53066,7 +72725,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherSia.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.0.0.zip", "archiveFileName": "EtherSia-2.0.0.zip", "size": 98054, "checksum": "SHA-256:ddee4ce39c80267516ef58f4a152257d8a2ed65e4ef15e6f1468c7833ae53657" @@ -53083,7 +72742,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherSia.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.1.0.zip", "archiveFileName": "EtherSia-2.1.0.zip", "size": 151292, "checksum": "SHA-256:2b2275444dd6e8deb8d5c19fb477ca11c275442b70a81f79818ba87951184caa" @@ -53100,7 +72759,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherSia.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.2.0.zip", "archiveFileName": "EtherSia-2.2.0.zip", "size": 203991, "checksum": "SHA-256:8d4082fe568acd2f05e748ed7d06392c750b7730051fe4ca84be7ae7eda37068" @@ -53117,7 +72776,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherSia.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.3.0.zip", "archiveFileName": "EtherSia-2.3.0.zip", "size": 204413, "checksum": "SHA-256:ba83fe7d2a7958c9721e2e738d8fbe96c67cb7e81c3b6c05efaa864a4c6318a4" @@ -53134,7 +72793,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherSia.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherSia-2.4.0.zip", "archiveFileName": "EtherSia-2.4.0.zip", "size": 228535, "checksum": "SHA-256:2316e9fc13f2f2bd8a6c9bb19c9b74ebac9d0343b99dc8a72215b205c83d0141" @@ -53152,7 +72811,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.1.4.zip", "archiveFileName": "LCDMenuLib-2.1.4.zip", "size": 652598, "checksum": "SHA-256:3bd90624b0ecce5fe1df87770a8370bb059e5ed12aa337a5d17c3f53821d7b32" @@ -53170,7 +72829,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.1.5.zip", "archiveFileName": "LCDMenuLib-2.1.5.zip", "size": 652671, "checksum": "SHA-256:7c60279ffa1c66f7eb28dfbfbed40980ca8de3f05c6971ad3e173954b30dc764" @@ -53188,7 +72847,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.2.0.zip", "archiveFileName": "LCDMenuLib-2.2.0.zip", "size": 688451, "checksum": "SHA-256:dd83ef3fb851d8e930779b43b3d3cf2be33dbebfaec5cca6c533dbe4214f817f" @@ -53206,7 +72865,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.2.zip", "archiveFileName": "LCDMenuLib-2.3.2.zip", "size": 840485, "checksum": "SHA-256:cecf56f26d30ed532c1e0f5b4e504e1b7575b9a509fb1cef4e76a372e791a4b5" @@ -53224,7 +72883,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.3.zip", "archiveFileName": "LCDMenuLib-2.3.3.zip", "size": 840898, "checksum": "SHA-256:44fe5e07a66d3331e7e17998e57b2dd5db2e04d8eeec75cf4c8e4a4303247f48" @@ -53242,7 +72901,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.4.zip", "archiveFileName": "LCDMenuLib-2.3.4.zip", "size": 849870, "checksum": "SHA-256:3042089c9fe891b15ad459c13e647e6e18ffc2b41f5c7b1d60a05e5b3f97dcb5" @@ -53260,7 +72919,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib.git", "providesIncludes": ["LCDMenuLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib-2.3.5.zip", "archiveFileName": "LCDMenuLib-2.3.5.zip", "size": 1295442, "checksum": "SHA-256:17a61f5a683370c6325b45dc9ee73d20fe367abcef2fc5d009db3666fd30bb8e" @@ -53278,7 +72937,7 @@ "types": ["Contributed"], "repository": "https://github.com/kotobuki/SetPoint.git", "providesIncludes": ["SetPoint.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kotobuki/SetPoint-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kotobuki/SetPoint-1.0.0.zip", "archiveFileName": "SetPoint-1.0.0.zip", "size": 4222, "checksum": "SHA-256:a6dd0beede75304d7eeaf671aa62ae655dc4343cad76f4b05231c0217d09413b" @@ -53295,7 +72954,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/leyap/LispIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/leyap/LispIO-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/leyap/LispIO-0.0.1.zip", "archiveFileName": "LispIO-0.0.1.zip", "size": 3876, "checksum": "SHA-256:6a5d1206389e5fcae092f09e0d6c0d6be7fe3aa42d5bc4aee2d9f45fbd8c63a3" @@ -53313,7 +72972,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.5.0-a.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.5.0-a.zip", "archiveFileName": "hd44780-0.5.0-a.zip", "size": 86159, "checksum": "SHA-256:6cf9718c008c02e3723756defd689f60204cea9432e1b22ab993855601c3fea5" @@ -53331,7 +72990,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.6.0.zip", "archiveFileName": "hd44780-0.6.0.zip", "size": 91935, "checksum": "SHA-256:a26192312af39f08c736ca313b5c1614b31dd8d6befb6b8d304147362a58042f" @@ -53349,7 +73008,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.7.1.zip", "archiveFileName": "hd44780-0.7.1.zip", "size": 102257, "checksum": "SHA-256:eaa4e44bdd7501805302db1ff4de1537361fba04516f8d6e30b4e3ab332436fa" @@ -53367,7 +73026,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.7.2.zip", "archiveFileName": "hd44780-0.7.2.zip", "size": 110486, "checksum": "SHA-256:8aba995e8292796ea12ba12bf8c46e0268481e9ea907858cde45c0a8dc3e136d" @@ -53385,7 +73044,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.7.3.zip", "archiveFileName": "hd44780-0.7.3.zip", "size": 118915, "checksum": "SHA-256:89f9523fc41bc005b16a731100e71de1bfbfc44e90df1fd256bc5a443327e8a1" @@ -53403,7 +73062,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.0.zip", "archiveFileName": "hd44780-0.8.0.zip", "size": 130559, "checksum": "SHA-256:3036b3619b13411df3be7d0303ac2239bd79141ad714b356ceef270bd5e79e37" @@ -53421,7 +73080,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.1.zip", "archiveFileName": "hd44780-0.8.1.zip", "size": 135804, "checksum": "SHA-256:09d5b8e4ac5bf644cefe69e13d1762dd084ff0e11438a5d1c8306c56fe005bd0" @@ -53439,7 +73098,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.2.zip", "archiveFileName": "hd44780-0.8.2.zip", "size": 139819, "checksum": "SHA-256:47cd76202cf003e631a9805d742374b7ad9329deb2db1c414cee1fc778789c14" @@ -53457,7 +73116,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.3.zip", "archiveFileName": "hd44780-0.8.3.zip", "size": 143152, "checksum": "SHA-256:e18ad7203b503119f2c210579bbd23af3e47bd3a1b43280ec7939ea02d440303" @@ -53475,7 +73134,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.4.zip", "archiveFileName": "hd44780-0.8.4.zip", "size": 148310, "checksum": "SHA-256:5e8f8dcdd9ed139149417464ca9d07ab83ffd1082cd9189974562298cc3a7c76" @@ -53493,7 +73152,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.5.zip", "archiveFileName": "hd44780-0.8.5.zip", "size": 185357, "checksum": "SHA-256:cb218b27bdd0c47410fe16ac95d43a27e7d995cb5ee73282f08f27f386707eda" @@ -53511,7 +73170,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.8.6.zip", "archiveFileName": "hd44780-0.8.6.zip", "size": 197647, "checksum": "SHA-256:11c0e3fa8b73e4f30b2b12b32edb720da97e08ed2d39c4743571bac80f903c7f" @@ -53529,7 +73188,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.0.zip", "archiveFileName": "hd44780-0.9.0.zip", "size": 207155, "checksum": "SHA-256:a80ab53a054e2095d8ecae37a76879dfd1a4348cf41b4adde37910f27f995de2" @@ -53547,7 +73206,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.1.zip", "archiveFileName": "hd44780-0.9.1.zip", "size": 239960, "checksum": "SHA-256:bb7e5f6575c2e08319741c7905eb817dac2e7085b33f5842364ef070cac3114d" @@ -53565,7 +73224,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.2.zip", "archiveFileName": "hd44780-0.9.2.zip", "size": 357193, "checksum": "SHA-256:367c982c5ca0e6ef9b42469997aa534edac381246bfdc84b56479fdea9732816" @@ -53583,7 +73242,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.3.zip", "archiveFileName": "hd44780-0.9.3.zip", "size": 359368, "checksum": "SHA-256:c75c600d19ee6fafbed58a72ad0a2947f2490f0ee4c44207c285155ca332cce2" @@ -53601,7 +73260,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-0.9.4.zip", "archiveFileName": "hd44780-0.9.4.zip", "size": 362751, "checksum": "SHA-256:0d92b452d3c4ccccb9b05c60a4bcf67b28d9b23040080860260db815f4730dfa" @@ -53619,7 +73278,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.0.0.zip", "archiveFileName": "hd44780-1.0.0.zip", "size": 363690, "checksum": "SHA-256:4686e488dbc29f79bda01aadb56c3efdf3222124577ac8105df5efb70cdccc28" @@ -53637,7 +73296,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.0.1.zip", "archiveFileName": "hd44780-1.0.1.zip", "size": 363645, "checksum": "SHA-256:2c3c2725c74179f3714c5aa57c5fe5646e02424376b9011f61fd4291acde56f6" @@ -53655,7 +73314,7 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.0.2.zip", "archiveFileName": "hd44780-1.0.2.zip", "size": 364293, "checksum": "SHA-256:8f079c0c39a51bda332ef1cccdb4af5a25f59f0c2b89030da26d541fd0b5583c" @@ -53673,11 +73332,119 @@ "types": ["Contributed"], "repository": "https://github.com/duinoWitchery/hd44780.git", "providesIncludes": ["hd44780.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.1.0.zip", "archiveFileName": "hd44780-1.1.0.zip", "size": 365248, "checksum": "SHA-256:ca17ee7f44b3953019d9d6cea35656fef04ac7d7fd79bdd213d70594072447e4" }, + { + "name": "hd44780", + "version": "1.1.1", + "author": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "maintainer": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "sentence": "Extensible hd44780 LCD library.", + "paragraph": "hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification. The hd44780 API also provides some addtional extensions, including return status for API functions, ability to read from the LCD, and ability to configure the LCD command execution timing. hd44780 currently includes i/o subclasses for Arduino direct pin control, i2c expander backpacks, and LCDs with native i2c interface. keywords: hd44780 lcd i2c display hd44780_I2Cexp hd44780_pinIO hd44780_I2Clcd LiquidCrystal Bill Perry bperrybap duinowitchery Noritake CU165ECBP-T2J", + "website": "https://github.com/duinoWitchery/hd44780", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/duinoWitchery/hd44780.git", + "providesIncludes": ["hd44780.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.1.1.zip", + "archiveFileName": "hd44780-1.1.1.zip", + "size": 379701, + "checksum": "SHA-256:1ff3ca0afb0f7cc5f5d236093318519f44b9c5ebaaf3deb7d1a6fbc67fddc277" + }, + { + "name": "hd44780", + "version": "1.2.0", + "author": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "maintainer": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "sentence": "Extensible hd44780 LCD library.", + "paragraph": "hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification. The hd44780 API also provides some addtional extensions, including return status for API functions, ability to read from the LCD, and ability to configure the LCD command execution timing. hd44780 currently includes i/o subclasses for Arduino direct pin control, i2c expander backpacks, and LCDs with native i2c interface. keywords: hd44780 lcd i2c display hd44780_I2Cexp hd44780_pinIO hd44780_I2Clcd LiquidCrystal Bill Perry bperrybap duinowitchery Noritake CU165ECBP-T2J", + "website": "https://github.com/duinoWitchery/hd44780", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/duinoWitchery/hd44780.git", + "providesIncludes": ["hd44780.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.2.0.zip", + "archiveFileName": "hd44780-1.2.0.zip", + "size": 388796, + "checksum": "SHA-256:abba6a3a52be6761a86db2b9bd7c60a17ca7db1ba99b0383f851364d558f65c4" + }, + { + "name": "hd44780", + "version": "1.2.1", + "author": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "maintainer": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "sentence": "Extensible hd44780 LCD library.", + "paragraph": "hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification. The hd44780 API also provides some addtional extensions, including return status for API functions, ability to read from the LCD, and ability to configure the LCD command execution timing. hd44780 currently includes i/o subclasses for Arduino direct pin control, i2c expander backpacks, and LCDs with native i2c interface. keywords: hd44780 lcd i2c display hd44780_I2Cexp hd44780_pinIO hd44780_I2Clcd LiquidCrystal Bill Perry bperrybap duinowitchery Noritake CU165ECBP-T2J", + "website": "https://github.com/duinoWitchery/hd44780", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/duinoWitchery/hd44780.git", + "providesIncludes": ["hd44780.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.2.1.zip", + "archiveFileName": "hd44780-1.2.1.zip", + "size": 389205, + "checksum": "SHA-256:9f7b8f813887ce0072ab2adf10f30fd3a1097da433ee330645206c69b97d1797" + }, + { + "name": "hd44780", + "version": "1.3.0", + "author": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "maintainer": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "sentence": "Extensible hd44780 LCD library.", + "paragraph": "hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification. The hd44780 API also provides some addtional extensions, including return status for API functions, ability to read from the LCD, and ability to configure the LCD command execution timing. hd44780 currently includes i/o subclasses for Arduino direct pin control, i2c expander backpacks, and LCDs with native i2c interface. keywords: hd44780 lcd i2c display hd44780_I2Cexp hd44780_pinIO hd44780_I2Clcd LiquidCrystal Bill Perry bperrybap duinowitchery HC1627 Noritake CU165ECBP-T2J NTCU20025ECPB", + "website": "https://github.com/duinoWitchery/hd44780", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/duinoWitchery/hd44780.git", + "providesIncludes": ["hd44780.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.3.0.zip", + "archiveFileName": "hd44780-1.3.0.zip", + "size": 460045, + "checksum": "SHA-256:b4501a5d54830f3859004f2c9cb8ce3b9197d3840d625791b9d1958b257c0c97" + }, + { + "name": "hd44780", + "version": "1.3.1", + "author": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "maintainer": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "sentence": "Extensible hd44780 LCD library.", + "paragraph": "hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification. The hd44780 API also provides some addtional extensions, including return status for API functions, ability to read from the LCD, and ability to configure the LCD command execution timing. hd44780 currently includes i/o subclasses for Arduino direct pin control, i2c expander backpacks, and LCDs with native i2c interface. keywords: hd44780 lcd i2c display hd44780_I2Cexp hd44780_pinIO hd44780_I2Clcd LiquidCrystal Bill Perry bperrybap duinowitchery HC1627 Noritake CU165ECBP-T2J NTCU20025ECPB", + "website": "https://github.com/duinoWitchery/hd44780", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/duinoWitchery/hd44780.git", + "providesIncludes": ["hd44780.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.3.1.zip", + "archiveFileName": "hd44780-1.3.1.zip", + "size": 463285, + "checksum": "SHA-256:99b4d3ce45d1ab047f939a7c2c454db187e48ee0c3e51005678245c451e58efc" + }, + { + "name": "hd44780", + "version": "1.3.2", + "author": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "maintainer": "Bill Perry \u003cbperrybap@opensource.billsworld.billandterrie.com\u003e", + "sentence": "Extensible hd44780 LCD library.", + "paragraph": "hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification. The hd44780 API also provides some addtional extensions, including return status for API functions, ability to read from the LCD, and ability to configure the LCD command execution timing. hd44780 currently includes i/o subclasses for Arduino direct pin control, i2c expander backpacks, and LCDs with native i2c interface. keywords: hd44780 lcd i2c display hd44780_I2Cexp hd44780_pinIO hd44780_I2Clcd LiquidCrystal Bill Perry bperrybap duinowitchery HC1627 Noritake CU165ECBP-T2J NTCU20025ECPB", + "website": "https://github.com/duinoWitchery/hd44780", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/duinoWitchery/hd44780.git", + "providesIncludes": ["hd44780.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/duinoWitchery/hd44780-1.3.2.zip", + "archiveFileName": "hd44780-1.3.2.zip", + "size": 464103, + "checksum": "SHA-256:c1408b8129a225fa4e2f3e2e3bef709c1f98ca53dadedfcc9b071f083e504f89" + }, { "name": "CheapStepper", "version": "0.2.0", @@ -53690,7 +73457,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tyhenry/CheapStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tyhenry/CheapStepper-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tyhenry/CheapStepper-0.2.0.zip", "archiveFileName": "CheapStepper-0.2.0.zip", "size": 212263, "checksum": "SHA-256:35eae0d1c7d46072f7c24202de90d4dadb14909c1a5fe9025f1ad9edc385d9b3" @@ -53707,7 +73474,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tyhenry/CheapStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tyhenry/CheapStepper-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tyhenry/CheapStepper-0.2.1.zip", "archiveFileName": "CheapStepper-0.2.1.zip", "size": 212280, "checksum": "SHA-256:2fa4ed4f4f8491df00f2524dea8a11fb1b6ee28ad11b4741f6f7bacc46e205ac" @@ -53725,7 +73492,7 @@ "types": ["Contributed"], "repository": "https://github.com/wloche/LcdProgressBar.git", "providesIncludes": ["LiquidCrystal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBar-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBar-1.0.0.zip", "archiveFileName": "LcdProgressBar-1.0.0.zip", "size": 532477, "checksum": "SHA-256:7bc3083b0ef48431420f7a013986d29f819a163ffdabb667fd28e2ceb6e44223" @@ -53743,7 +73510,7 @@ "types": ["Contributed"], "repository": "https://github.com/wloche/LcdProgressBar.git", "providesIncludes": ["LcdProgressBar.h", "LiquidCrystal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBar-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBar-1.0.1.zip", "archiveFileName": "LcdProgressBar-1.0.1.zip", "size": 529922, "checksum": "SHA-256:0ba7954d4e35af9f31559ea5bf57a112777adee122a7659b1b3d0a14a9d178b5" @@ -53760,7 +73527,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKit-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.2.zip", "archiveFileName": "HaLakeKit-1.0.2.zip", "size": 5925, "checksum": "SHA-256:c307faa4c403c26192fa98080606e1d6eb6bcdacec491139aa37b159cd9cefb8" @@ -53777,7 +73544,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKit-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.3.zip", "archiveFileName": "HaLakeKit-1.0.3.zip", "size": 6288, "checksum": "SHA-256:aaec9ddd1339a7c30226d2734dac1d19d91e03c989acb731b9050456acaa5207" @@ -53794,7 +73561,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKit-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.4.zip", "archiveFileName": "HaLakeKit-1.0.4.zip", "size": 7790, "checksum": "SHA-256:8e7adbc8a9f8d90f3f3115765f1ed11b2e3fe5328187916326e1897a054c7611" @@ -53811,7 +73578,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKit-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.5.zip", "archiveFileName": "HaLakeKit-1.0.5.zip", "size": 8468, "checksum": "SHA-256:257cc183a71db57a02976860147e421fc0311d41d169a4d1d20af51b631aef91" @@ -53828,7 +73595,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKit-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKit-1.0.6.zip", "archiveFileName": "HaLakeKit-1.0.6.zip", "size": 8869, "checksum": "SHA-256:d734048527d0ee932cf3ec264c88dadc8c73e18d787cf39e44a43cfc6f528b8b" @@ -53846,7 +73613,7 @@ "types": ["Contributed"], "repository": "https://github.com/wloche/LcdProgressBarDouble.git", "providesIncludes": ["LiquidCrystal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.0.0.zip", "archiveFileName": "LcdProgressBarDouble-1.0.0.zip", "size": 351401, "checksum": "SHA-256:76f67b0226179414988c5f505909a70d16271d33ee833b8b2e86bcbdab9ee3d2" @@ -53864,7 +73631,7 @@ "types": ["Contributed"], "repository": "https://github.com/wloche/LcdProgressBarDouble.git", "providesIncludes": ["LiquidCrystal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.0.4.zip", "archiveFileName": "LcdProgressBarDouble-1.0.4.zip", "size": 644043, "checksum": "SHA-256:d4c07869902a9bcf8543b9d6646655dec004e07ad46152d6b6bf7cd1b0a35a49" @@ -53882,7 +73649,7 @@ "types": ["Contributed"], "repository": "https://github.com/wloche/LcdProgressBarDouble.git", "providesIncludes": ["LiquidCrystal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.0.5.zip", "archiveFileName": "LcdProgressBarDouble-1.0.5.zip", "size": 644143, "checksum": "SHA-256:34106bf37dd2ca1b9e4340f456212d6d1b3329d67d5b8f475f3c2d5438457c0a" @@ -53900,7 +73667,7 @@ "types": ["Contributed"], "repository": "https://github.com/wloche/LcdProgressBarDouble.git", "providesIncludes": ["LiquidCrystal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wloche/LcdProgressBarDouble-1.1.0.zip", "archiveFileName": "LcdProgressBarDouble-1.1.0.zip", "size": 644418, "checksum": "SHA-256:43001cf67684a6246fbe2d742af856719d76f9c1bc05d8b4360e706e2469a452" @@ -53917,7 +73684,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/netguy204/OakOLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netguy204/OakOLED-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netguy204/OakOLED-0.9.0.zip", "archiveFileName": "OakOLED-0.9.0.zip", "size": 4950, "checksum": "SHA-256:13a0ddf59207d7dc3e918169dce8ef2a22dd683ae577717bd641388192237cd7" @@ -53934,7 +73701,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jwhiddon/EDB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwhiddon/EDB-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwhiddon/EDB-1.0.2.zip", "archiveFileName": "EDB-1.0.2.zip", "size": 20877, "checksum": "SHA-256:eb9eeecb1498f6501d168feaf381cae72a29aa96065dd3c1cf5e8819c8572ee7" @@ -53951,7 +73718,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/jwhiddon/EDB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwhiddon/EDB-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwhiddon/EDB-1.0.3.zip", "archiveFileName": "EDB-1.0.3.zip", "size": 25851, "checksum": "SHA-256:a2580d448452fe57e9b52e602242924de5415b1ac3cda193c6c599a0c7ef90e2" @@ -53968,7 +73735,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwhiddon/EDB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwhiddon/EDB-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwhiddon/EDB-1.0.4.zip", "archiveFileName": "EDB-1.0.4.zip", "size": 25877, "checksum": "SHA-256:2103800b19bc18e96f389a3e5ae57277091b85e171e8ce2120f39a54130c86dd" @@ -53985,7 +73752,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NVSL/gadgetron-software-libraries.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.0.zip", "archiveFileName": "Gadgetron_Libraries-1.0.0.zip", "size": 69515, "checksum": "SHA-256:97b337317f0dbf70542409d42b1cc6593c30cc7510a52d56b4c20fb3716fe81e" @@ -54002,7 +73769,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NVSL/gadgetron-software-libraries.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.1.zip", "archiveFileName": "Gadgetron_Libraries-1.0.1.zip", "size": 122310, "checksum": "SHA-256:c5541294efe5ed94b6579f849c3bc079dffeae8646cbaef9a5cf13e82f75fc17" @@ -54019,7 +73786,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NVSL/gadgetron-software-libraries.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.2.zip", "archiveFileName": "Gadgetron_Libraries-1.0.2.zip", "size": 122301, "checksum": "SHA-256:9ccb34e24c679c2665fb6465db1b64d54d1c72fe05b1d2f858917bc00383cbf6" @@ -54036,7 +73803,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NVSL/gadgetron-software-libraries.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.3.zip", "archiveFileName": "Gadgetron_Libraries-1.0.3.zip", "size": 120799, "checksum": "SHA-256:9ef6cde2be2fca57cd517ce72b156b43f098b0c3a76c9a0569fc8818ae6729e0" @@ -54053,7 +73820,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NVSL/gadgetron-software-libraries.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NVSL/Gadgetron_Libraries-1.0.7.zip", "archiveFileName": "Gadgetron_Libraries-1.0.7.zip", "size": 120743, "checksum": "SHA-256:a08c4e9bbfd6105ca22842f3d7e13a9bfcd8af21b2b64c7bd840358e654e3127" @@ -54071,7 +73838,7 @@ "types": ["Contributed"], "repository": "https://github.com/LabAixBidouille/RobotDuLAB-arduino-library.git", "providesIncludes": ["RobotDuLAB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LabAixBidouille/RobotDuLAB_Arduino_Library-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LabAixBidouille/RobotDuLAB_Arduino_Library-0.0.1.zip", "archiveFileName": "RobotDuLAB_Arduino_Library-0.0.1.zip", "size": 10709, "checksum": "SHA-256:3913b44e84750ef32e30d943d6ef657d5fc4066bade77192191ef416f05f9c42" @@ -54089,7 +73856,7 @@ "types": ["Contributed"], "repository": "https://github.com/LabAixBidouille/RobotDuLAB-arduino-library.git", "providesIncludes": ["RobotDuLAB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LabAixBidouille/RobotDuLAB_Arduino_Library-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LabAixBidouille/RobotDuLAB_Arduino_Library-0.0.2.zip", "archiveFileName": "RobotDuLAB_Arduino_Library-0.0.2.zip", "size": 10529, "checksum": "SHA-256:1922ce2056266935155b44a6db38ce0fdc9525009e1e9bfbdeada0d896d27ba1" @@ -54107,7 +73874,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.1.zip", "archiveFileName": "ArduinoSTL-0.1.1.zip", "size": 522665, "checksum": "SHA-256:d29c95490656fcf0f571be4dedfb329c0e538cd4196234d0b49d3fdd8f280fb0" @@ -54125,7 +73892,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.2.zip", "archiveFileName": "ArduinoSTL-0.1.2.zip", "size": 522694, "checksum": "SHA-256:f1ceb6fb8fe6592c2e395a2b0693dbade375d27c2abadbe3dc6b53d5661603c7" @@ -54143,7 +73910,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.4.zip", "archiveFileName": "ArduinoSTL-0.1.4.zip", "size": 522910, "checksum": "SHA-256:5e24e99a2a60b5960b5d31a402a9a24463800c7866bcb656e667d78f3b394cdf" @@ -54161,7 +73928,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.5.zip", "archiveFileName": "ArduinoSTL-0.1.5.zip", "size": 523886, "checksum": "SHA-256:bff007477e69db6ab45cc8247f673e4904c3d9af4a2d774981fb57a512b46dd6" @@ -54179,7 +73946,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.6.zip", "archiveFileName": "ArduinoSTL-0.1.6.zip", "size": 523888, "checksum": "SHA-256:3197f88a154add316d5a6205dfc41f2437826d6042c7e32b6e0a2df6afe6ac84" @@ -54197,7 +73964,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.7.zip", "archiveFileName": "ArduinoSTL-0.1.7.zip", "size": 524899, "checksum": "SHA-256:fa2fa47bfb487ee66c4299958f41d677e8cf778ac7f936716a986a8308e8d823" @@ -54215,7 +73982,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-0.1.8.zip", "archiveFileName": "ArduinoSTL-0.1.8.zip", "size": 524880, "checksum": "SHA-256:911acf8db9e7cb61c0bd48e6d8f055b0b10308ef223267aed8c95b3375c0c9f7" @@ -54233,7 +74000,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.0.2.zip", "archiveFileName": "ArduinoSTL-1.0.2.zip", "size": 525666, "checksum": "SHA-256:ae7dd319f8ead2e6fca1d737ea28c72aaeed80b43e451f3e3e1bc1123bd3efae" @@ -54251,7 +74018,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.0.4.zip", "archiveFileName": "ArduinoSTL-1.0.4.zip", "size": 525735, "checksum": "SHA-256:c45c54d66c129058a71dcc27be683464bd03c6bdd3b94610866e320145be4333" @@ -54269,7 +74036,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.0.5.zip", "archiveFileName": "ArduinoSTL-1.0.5.zip", "size": 525739, "checksum": "SHA-256:e077eb39e0b694a1226dfb658710d7b933f71257f0007098ebb5fce10fba74cb" @@ -54287,7 +74054,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/ArduinoSTL.git", "providesIncludes": ["ArduinoSTL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.1.0.zip", "archiveFileName": "ArduinoSTL-1.1.0.zip", "size": 526501, "checksum": "SHA-256:be87c75e71474dcb4c393e606ee3fa0efd175c35ce4eca23a2495d2fe4218e27" @@ -54303,7 +74070,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/HackerInside0/SharpIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.0.zip", "archiveFileName": "SharpIR-1.0.0.zip", "size": 3665, "checksum": "SHA-256:357fb737af323b275357711bcc4271f30dc4ba90882b59280fa3e978b935d96d" @@ -54320,7 +74087,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/SharpIR.git", "providesIncludes": ["SharpIR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.1.zip", "archiveFileName": "SharpIR-1.0.1.zip", "size": 4229, "checksum": "SHA-256:6ad8ef65bfc4697f94718203924072a1d5c8e961a9fb15f3724156d7e02a34de" @@ -54337,7 +74104,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/SharpIR.git", "providesIncludes": ["SharpIR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.2.zip", "archiveFileName": "SharpIR-1.0.2.zip", "size": 4949, "checksum": "SHA-256:460471735a47aebcfacfeae53d3deeeac0ce4680121d8b0eef3364ea335792e2" @@ -54354,7 +74121,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/SharpIR.git", "providesIncludes": ["SharpIR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.0.3.zip", "archiveFileName": "SharpIR-1.0.3.zip", "size": 5068, "checksum": "SHA-256:b562bc1d2ab44687b41266cd7e7bc66a256aedcb983ad63180447d17566b9667" @@ -54371,7 +74138,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/SharpIR.git", "providesIncludes": ["SharpIR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-1.1.0.zip", "archiveFileName": "SharpIR-1.1.0.zip", "size": 7431, "checksum": "SHA-256:6b439ce1d923fa58dd0db12250a8b6ea39c2864482b8f4080f64892099a250e9" @@ -54388,7 +74155,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/SharpIR.git", "providesIncludes": ["SharpIR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SharpIR-2.0.1.zip", "archiveFileName": "SharpIR-2.0.1.zip", "size": 12109, "checksum": "SHA-256:72e4ddd149fceb67423eb319ac71cf0836d3ed1e59baded7218da44d198925f6" @@ -54405,7 +74172,7 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/Flash.git", "providesIncludes": ["Flash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/Flash-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/Flash-1.0.0.zip", "archiveFileName": "Flash-1.0.0.zip", "size": 13985, "checksum": "SHA-256:7f9c00e6123ae06811f68422263159c8ddee18f370e6c7f9944a1946ffbcd603" @@ -54423,7 +74190,7 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/Flash.git", "providesIncludes": ["Flash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/Flash-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/Flash-1.0.1.zip", "archiveFileName": "Flash-1.0.1.zip", "size": 14024, "checksum": "SHA-256:b7d495be6481d38eda4da00694a68fcbe972144f6fb0ab5550d7a912e5cd9830" @@ -54440,7 +74207,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/moretticb/Neurona.git", - "url": "http://downloads.arduino.cc/libraries/github.com/moretticb/Neurona-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/moretticb/Neurona-1.0.0.zip", "archiveFileName": "Neurona-1.0.0.zip", "size": 13488, "checksum": "SHA-256:f95f42cd37f560be15c5d7595c0c0c9042d88b4f838e1cf8388a570a79b74081" @@ -54457,7 +74224,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/krzychb/EspSaveCrash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.0.0.zip", "archiveFileName": "EspSaveCrash-1.0.0.zip", "size": 16482, "checksum": "SHA-256:1bd7335dea8125cfa11249ce93a3166765712b7af5c64173718991f13e706340" @@ -54474,11 +74241,45 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/krzychb/EspSaveCrash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.0.2.zip", "archiveFileName": "EspSaveCrash-1.0.2.zip", "size": 80569, "checksum": "SHA-256:3b1479930907f0cae26f81f30b01626b9d925313c675945b30963b9df3d87454" }, + { + "name": "EspSaveCrash", + "version": "1.1.0", + "author": "Krzysztof Budzynski \u003ckrzychb@gazeta.pl\u003e", + "maintainer": "Krzysztof Budzynski \u003ckrzychb@gazeta.pl\u003e", + "sentence": "Automatically saves exception details and stack trace to flash in case of ESP8266 crash.", + "paragraph": "EspSaveCrash is a handy little library that will keep catching and saving crash information to ESP8266 flash in case it fails due to exception or software WDT. For more details please visit https://github.com/krzychb/ESPSaveCrash", + "website": "https://github.com/krzychb/EspSaveCrash", + "category": "Other", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/krzychb/EspSaveCrash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.1.0.zip", + "archiveFileName": "EspSaveCrash-1.1.0.zip", + "size": 446993, + "checksum": "SHA-256:16d5a624e945e0258295efdf539adc05daf50d75b725fbcfbe3d5091c53dc3c9" + }, + { + "name": "EspSaveCrash", + "version": "1.2.0", + "author": "Krzysztof Budzynski \u003ckrzychb@gazeta.pl\u003e", + "maintainer": "Krzysztof Budzynski \u003ckrzychb@gazeta.pl\u003e", + "sentence": "Automatically saves exception details and stack trace to flash in case of ESP8266 crash.", + "paragraph": "EspSaveCrash is a handy little library that will keep catching and saving crash information to ESP8266 flash in case it fails due to exception or software WDT. For more details please visit https://github.com/krzychb/ESPSaveCrash", + "website": "https://github.com/krzychb/EspSaveCrash", + "category": "Other", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/krzychb/EspSaveCrash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.2.0.zip", + "archiveFileName": "EspSaveCrash-1.2.0.zip", + "size": 447314, + "checksum": "SHA-256:bf29015e6c627d073738b377677e9d5f8af453452ac743acf77938a41fb63975" + }, { "name": "uStepper", "version": "0.3.0", @@ -54491,7 +74292,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.3.0.zip", "archiveFileName": "uStepper-0.3.0.zip", "size": 393763, "checksum": "SHA-256:bf49604b3f57fbc9134051367dd5e43174fbf15db87d87caccaff9e27cdce1ed" @@ -54508,7 +74309,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.0.zip", "archiveFileName": "uStepper-0.4.0.zip", "size": 424838, "checksum": "SHA-256:562509098ecf033b94c5dd263ef02d08e991a431cd1eddde8aa0d98caad6f8d9" @@ -54525,7 +74326,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.1.zip", "archiveFileName": "uStepper-0.4.1.zip", "size": 425234, "checksum": "SHA-256:af9fb7ef252ca662f18a06e9b86a72d52acf118297da23636f92ed54e62c0e65" @@ -54542,7 +74343,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.2.zip", "archiveFileName": "uStepper-0.4.2.zip", "size": 425382, "checksum": "SHA-256:0ff6467f4b55c3d9bbc7487412bd61048845a98b8259dc477aed527efb26c6b1" @@ -54559,7 +74360,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.3.zip", "archiveFileName": "uStepper-0.4.3.zip", "size": 425757, "checksum": "SHA-256:c22de968ccdb2945487ddff4cc224060a95a276d023c76206bd2361f9bab8a00" @@ -54576,7 +74377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.4.zip", "archiveFileName": "uStepper-0.4.4.zip", "size": 426613, "checksum": "SHA-256:8b47ce36fb01379d23631bea781b476ed822aa549ca60f05746db79b627fc41f" @@ -54593,7 +74394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-0.4.5.zip", "archiveFileName": "uStepper-0.4.5.zip", "size": 428931, "checksum": "SHA-256:538aac7094b13573d960085136e75eb22d9551673ef15d717c0571798b9b5353" @@ -54610,7 +74411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.0.0.zip", "archiveFileName": "uStepper-1.0.0.zip", "size": 463966, "checksum": "SHA-256:4440269d97e743c70e59a6daa2438a33f7d50f9da72d6c3b97843edf75755922" @@ -54627,7 +74428,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.1.0.zip", "archiveFileName": "uStepper-1.1.0.zip", "size": 498357, "checksum": "SHA-256:f565b6fb89ee2f3adde6202650b89b4116ed92ccd083624bb1df83ded23d0993" @@ -54644,7 +74445,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.0.zip", "archiveFileName": "uStepper-1.2.0.zip", "size": 498362, "checksum": "SHA-256:69e06938be7d41376e1c52aaf1a6cf4f268e2c14a38f7d884f2f21deadc139ea" @@ -54661,7 +74462,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.1.zip", "archiveFileName": "uStepper-1.2.1.zip", "size": 500367, "checksum": "SHA-256:285f676afcc5fa567882800b142c5d37e2b2f6ca6c25b69216c94a00fc5a2a6b" @@ -54678,7 +74479,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.2.zip", "archiveFileName": "uStepper-1.2.2.zip", "size": 501182, "checksum": "SHA-256:932ce22ff92e3aab790fdd01aa8d24ff50b70f81ed59f07ec1ec3ebe6cae6c16" @@ -54695,7 +74496,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.2.3.zip", "archiveFileName": "uStepper-1.2.3.zip", "size": 504268, "checksum": "SHA-256:ea0f12a80971e1518708f82f751b628a895318e85d4f6a592d98dbd3eda086b6" @@ -54712,7 +74513,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper-1.3.0.zip", "archiveFileName": "uStepper-1.3.0.zip", "size": 511225, "checksum": "SHA-256:76b6898da133216eabaa07f522ef93d3631b2c5c36ae95622529578fe4b85e6b" @@ -54729,7 +74530,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl53l0x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.0.0.zip", "archiveFileName": "VL53L0X-1.0.0.zip", "size": 18540, "checksum": "SHA-256:75f74613316026c1770f1ea9d33462b709e602441ba69a82aa73e17091ce7b12" @@ -54746,7 +74547,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl53l0x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.0.1.zip", "archiveFileName": "VL53L0X-1.0.1.zip", "size": 18614, "checksum": "SHA-256:94b9f3e16943e4074643bb3be62f305c861e98bb3797b1e6d7856bc121bacd64" @@ -54763,11 +74564,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl53l0x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.0.2.zip", "archiveFileName": "VL53L0X-1.0.2.zip", "size": 18662, "checksum": "SHA-256:299015b50fcb9e89f75b205ad9bb094ef7c496a317f1e152f5c9ae0a0a552b17" }, + { + "name": "VL53L0X", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L0X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/pololu/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.1.0.zip", + "archiveFileName": "VL53L0X-1.1.0.zip", + "size": 18870, + "checksum": "SHA-256:058711cbae95967c372fb8aa98b778026f27289004fa1ea8a093fda96b1e705c" + }, + { + "name": "VL53L0X", + "version": "1.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L0X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/pololu/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.2.0.zip", + "archiveFileName": "VL53L0X-1.2.0.zip", + "size": 18869, + "checksum": "SHA-256:160b10c4cb0c2e21b33e975c79621a3056dd5fabf0ad3edd965fcf33d86be567" + }, + { + "name": "VL53L0X", + "version": "1.3.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L0X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/pololu/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.3.0.zip", + "archiveFileName": "VL53L0X-1.3.0.zip", + "size": 19109, + "checksum": "SHA-256:4d90b8ab3d5dcd899eb17d1b71dd73313bc77da8a5529989b77414f59c8437bf" + }, { "name": "TCM2lib", "version": "1.0.0", @@ -54780,7 +74632,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-TCM2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/TCM2lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/TCM2lib-1.0.0.zip", "archiveFileName": "TCM2lib-1.0.0.zip", "size": 42208, "checksum": "SHA-256:6395473b1418a95e2bda636f27b7f975b1809a233057744bc7a9c15fe98be934" @@ -54797,7 +74649,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/oxullo/Arduino-TCM2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oxullo/TCM2lib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oxullo/TCM2lib-1.0.1.zip", "archiveFileName": "TCM2lib-1.0.1.zip", "size": 40869, "checksum": "SHA-256:aa40deea35bec9400a203c8c64cd30cb2eff3196d9b3c50ac2eb8da2c3f54ce9" @@ -54814,7 +74666,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-1.0.0.zip", "archiveFileName": "L293-1.0.0.zip", "size": 5457, "checksum": "SHA-256:c7fbb0c5ea0b4958edd7c2d9cd17b376ca093332441f29ff5222dadba10c5304" @@ -54831,7 +74683,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-1.0.1.zip", "archiveFileName": "L293-1.0.1.zip", "size": 5878, "checksum": "SHA-256:64a0535fb9375237b0f40c2342e045ec7856a61cecb7d3d3fcfd70bdca91b93a" @@ -54848,7 +74700,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-2.0.0.zip", "archiveFileName": "L293-2.0.0.zip", "size": 163637, "checksum": "SHA-256:605d227405ad7e6da9d6d1f2ae6da9c9ab3dae54099c09be562ff444b933db31" @@ -54865,7 +74717,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-3.0.0.zip", "archiveFileName": "L293-3.0.0.zip", "size": 165357, "checksum": "SHA-256:345855fe02d2e734be51be00a427fba71e224253288f99a15bb2bb6bd98fc4c2" @@ -54882,7 +74734,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-3.1.0.zip", "archiveFileName": "L293-3.1.0.zip", "size": 162325, "checksum": "SHA-256:290407f581e196319f6133546c00917870f55fea5e36935d95e2cd3d06c489fd" @@ -54899,7 +74751,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-4.0.0.zip", "archiveFileName": "L293-4.0.0.zip", "size": 162600, "checksum": "SHA-256:5cd30fd137e73fb4a7ca2bd7257eb95b0642e25197c40c22ff6fb97cf2302c31" @@ -54916,7 +74768,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-4.0.1.zip", "archiveFileName": "L293-4.0.1.zip", "size": 162609, "checksum": "SHA-256:ef96fe8debdf6228102021ffc3cd7bfa9ec76d9c7fc48668368ceaa9a8c533f3" @@ -54933,7 +74785,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/L293.git", "providesIncludes": ["L293.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-4.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/L293-4.0.2.zip", "archiveFileName": "L293-4.0.2.zip", "size": 167119, "checksum": "SHA-256:9e54e42e16236c4d6a29e3791645bea86d01b1aa79feaf379107108c78c08924" @@ -54950,7 +74802,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ArduinoMax/AD5241.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_AD5241_Driver-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_AD5241_Driver-1.0.1.zip", "archiveFileName": "ArduMax_AD5241_Driver-1.0.1.zip", "size": 3390, "checksum": "SHA-256:d4381c75c299c57b45ab870c5bd0935b0bcc6b6601afb06b8635f8b473949af4" @@ -54967,7 +74819,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ArduinoMax/AD5241.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_AD5241_Driver-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_AD5241_Driver-1.0.2.zip", "archiveFileName": "ArduMax_AD5241_Driver-1.0.2.zip", "size": 3395, "checksum": "SHA-256:d968d280e5c3fb63b2d2edcbdabcdbf688563c82eb9a8f8e26acd16d49301101" @@ -54984,7 +74836,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ArduinoMax/MCP41xxx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_MCP41xxx_Driver-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_MCP41xxx_Driver-1.0.2.zip", "archiveFileName": "ArduMax_MCP41xxx_Driver-1.0.2.zip", "size": 3454, "checksum": "SHA-256:679d252025f1893364c8fd70248c664f2b85f082f1ad6a39f9cafa4930942434" @@ -55001,7 +74853,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ArduinoMax/MCP41xxx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_MCP41xxx_Driver-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_MCP41xxx_Driver-1.0.3.zip", "archiveFileName": "ArduMax_MCP41xxx_Driver-1.0.3.zip", "size": 3459, "checksum": "SHA-256:85b0a125e16884768350b090a80f25a790a153a212f000dc95ccccc41019d8dd" @@ -55018,7 +74870,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ArduinoMax/MCP41xxx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_MCP41xxx_Driver-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoMax/ArduMax_MCP41xxx_Driver-1.0.6.zip", "archiveFileName": "ArduMax_MCP41xxx_Driver-1.0.6.zip", "size": 3459, "checksum": "SHA-256:dc0b40e9d49c63a27692f2b6934371bd6d2596d02cb640f5feccd0f58c1f6f60" @@ -55035,7 +74887,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrmot021/PLS7shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrmot021/PLS7_shield-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrmot021/PLS7_shield-1.3.0.zip", "archiveFileName": "PLS7_shield-1.3.0.zip", "size": 5954, "checksum": "SHA-256:802fad16325066c361d6e13adbaa26d281c82dcb2bc82b242c5b1765578a6d8e" @@ -55052,7 +74904,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/Arduino_SoftwareReset.git", "providesIncludes": ["SoftwareReset.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-1.0.0.zip", "archiveFileName": "SoftwareReset-1.0.0.zip", "size": 2066, "checksum": "SHA-256:d7ccdd6079bc58544393fb41065899ad07c0bdca0bdb7e96ee633e4c810e687b" @@ -55069,7 +74921,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/Arduino_SoftwareReset.git", "providesIncludes": ["SoftwareReset.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-2.0.0.zip", "archiveFileName": "SoftwareReset-2.0.0.zip", "size": 4304, "checksum": "SHA-256:07a6a9d1ff14f794d19864c371e5034710813e3278677ca69b91c8ac70c25407" @@ -55086,7 +74938,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/Arduino_SoftwareReset.git", "providesIncludes": ["SoftwareReset.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-3.0.0.zip", "archiveFileName": "SoftwareReset-3.0.0.zip", "size": 4794, "checksum": "SHA-256:aff9b2c4d88ad5ff249975297304e04fbe19750d06b867eb3378030cd62b4a0b" @@ -55103,7 +74955,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/fastgpio-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/FastGPIO-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/FastGPIO-2.0.0.zip", "archiveFileName": "FastGPIO-2.0.0.zip", "size": 12167, "checksum": "SHA-256:c074a49e4ef173f3c65a177a8d12d3edc999c33b097a4c5644f3102f363bcaf5" @@ -55120,7 +74972,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/pololu/fastgpio-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/FastGPIO-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/FastGPIO-2.1.0.zip", "archiveFileName": "FastGPIO-2.1.0.zip", "size": 12297, "checksum": "SHA-256:09d4c21c660487600c510d09245f15546ad780365ef434ab3029e997c0776fc5" @@ -55145,7 +74997,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.10.0.zip", "archiveFileName": "MegunoLink-1.10.0.zip", "size": 138285, "checksum": "SHA-256:091efaac01e7a62cdaf52d19cab44a8c317f213dbdcf03cdbca8dabcb9d21e5e" @@ -55170,7 +75022,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.11.0.zip", "archiveFileName": "MegunoLink-1.11.0.zip", "size": 148363, "checksum": "SHA-256:7105f61e98ac1b1705fffae27fb5d9dd69801ff6aba2da88628ed2fe23db0872" @@ -55195,7 +75047,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.12.0.zip", "archiveFileName": "MegunoLink-1.12.0.zip", "size": 148370, "checksum": "SHA-256:a8ba14e39889bbe8f8931a468796f4909e1012d5cfa436f9157c7d2127abe869" @@ -55220,7 +75072,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.13.0.zip", "archiveFileName": "MegunoLink-1.13.0.zip", "size": 151901, "checksum": "SHA-256:83f1eacf7f2877685dd309b57848360d5ffebb16e3e21f0f22d4cb81a8bae1b1" @@ -55245,7 +75097,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.14.0.zip", "archiveFileName": "MegunoLink-1.14.0.zip", "size": 242255, "checksum": "SHA-256:cbac5bd109d30fee7f62e7320977803606bdbe900bfc20d71fde165e5c745bb1" @@ -55270,7 +75122,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.16.0.zip", "archiveFileName": "MegunoLink-1.16.0.zip", "size": 258809, "checksum": "SHA-256:60589e1ab5e4bbebfe5cfd794ccd44f3fd03c7e896e367d5b3bb629efb478142" @@ -55295,7 +75147,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.17.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.17.0.zip", "archiveFileName": "MegunoLink-1.17.0.zip", "size": 258809, "checksum": "SHA-256:1976b62c5e6de516ba6fd174d611c103b43eda8909e2de6fc1827b07966b9cc7" @@ -55320,7 +75172,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.19.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.19.0.zip", "archiveFileName": "MegunoLink-1.19.0.zip", "size": 259161, "checksum": "SHA-256:d9a9277ca5ec1b84e025e83cc29e85111b20f3532fbb0c01df720cd17758b314" @@ -55346,7 +75198,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.20.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.20.0.zip", "archiveFileName": "MegunoLink-1.20.0.zip", "size": 316237, "checksum": "SHA-256:a5cec2f5c8bd3e28d994ad04fab5287d15d72b0ad48e84f552d3a25fcb83c2c1" @@ -55372,7 +75224,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.24.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.24.0.zip", "archiveFileName": "MegunoLink-1.24.0.zip", "size": 706515, "checksum": "SHA-256:687731c8f955df8b86cc6220cc4dd1f3b38b65a069f01f5f7faff14f8c5b9d9a" @@ -55397,7 +75249,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.6.0.zip", "archiveFileName": "MegunoLink-1.6.0.zip", "size": 101180, "checksum": "SHA-256:be6f0bd5c46e93e415d6943b9abb7f7ec66d558c2099c774731787cfb7ff9b13" @@ -55422,7 +75274,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.9.0.zip", "archiveFileName": "MegunoLink-1.9.0.zip", "size": 115738, "checksum": "SHA-256:0f0509f1e4793af805be175946c6cb3b98d60e9ce6f934358f628de1e4e5a8af" @@ -55447,7 +75299,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.9.1.zip", "archiveFileName": "MegunoLink-1.9.1.zip", "size": 135444, "checksum": "SHA-256:178a4b063463e4f0c5e2b56f3b2db0cb08f757dc738f75c9655b148717a9fd33" @@ -55472,7 +75324,7 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.9.2.zip", "archiveFileName": "MegunoLink-1.9.2.zip", "size": 138069, "checksum": "SHA-256:87993efc6de879e2aaf4e379451e3d5f2688fb96a533f172efaf993b85f802d0" @@ -55498,11 +75350,89 @@ "EEPROMStore.h", "Filter.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.25.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.25.0.zip", "archiveFileName": "MegunoLink-1.25.0.zip", "size": 720931, "checksum": "SHA-256:ebb6e18f08fd890243c49b2729e08df8eba3a4e2b2d9e61ac007683219c3c056" }, + { + "name": "MegunoLink", + "version": "1.31.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "TCPCommandHandler.h", + "ArduinoTimer.h", + "CircularBuffer.h", + "EEPROMStore.h", + "Filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.31.0.zip", + "archiveFileName": "MegunoLink-1.31.0.zip", + "size": 994247, + "checksum": "SHA-256:c6015672aa3b200ffb415e0d072cc55d9ab86ccb58f7a25e9194b27b4e7742a7" + }, + { + "name": "MegunoLink", + "version": "1.32.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "TCPCommandHandler.h", + "ArduinoTimer.h", + "CircularBuffer.h", + "EEPROMStore.h", + "Filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.32.0.zip", + "archiveFileName": "MegunoLink-1.32.0.zip", + "size": 1007828, + "checksum": "SHA-256:8cf4a48531c0b654e0061e7fff1e28da4e9b917515fe59d9ce4ef762b4dd3f70" + }, + { + "name": "MegunoLink", + "version": "1.33.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "TCPCommandHandler.h", + "ArduinoTimer.h", + "CircularBuffer.h", + "EEPROMStore.h", + "Filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.33.0.zip", + "archiveFileName": "MegunoLink-1.33.0.zip", + "size": 1047759, + "checksum": "SHA-256:269b55d859705de225667695eafded4158bfe5ae5949a11bac6c09166bd12dfc" + }, { "name": "DualVNH5019MotorShield", "version": "2.0.0", @@ -55515,7 +75445,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-vnh5019-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualVNH5019MotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualVNH5019MotorShield-2.0.0.zip", "archiveFileName": "DualVNH5019MotorShield-2.0.0.zip", "size": 7454, "checksum": "SHA-256:d15890449bb4653b7c7239436a912ff11945347374deb483a0ff3faf8e44a0ad" @@ -55532,7 +75462,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-vnh5019-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualVNH5019MotorShield-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualVNH5019MotorShield-3.0.0.zip", "archiveFileName": "DualVNH5019MotorShield-3.0.0.zip", "size": 7982, "checksum": "SHA-256:d69bca78f7fe5667c3466e0401d6291e36308790e329e9dc029e1046656edf77" @@ -55549,7 +75479,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/qtr-sensors-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/QTRSensors-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/QTRSensors-3.0.0.zip", "archiveFileName": "QTRSensors-3.0.0.zip", "size": 18178, "checksum": "SHA-256:2ab64956647345ad1de9b0ae01884503dc70f02da04f2d73010581fabd355750" @@ -55566,7 +75496,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/qtr-sensors-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/QTRSensors-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/QTRSensors-3.1.0.zip", "archiveFileName": "QTRSensors-3.1.0.zip", "size": 19711, "checksum": "SHA-256:af04d332d82a401f3f2ef2088feb9585084d50c66d80ae52fbe9a4fef155606d" @@ -55583,7 +75513,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/qtr-sensors-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/QTRSensors-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/QTRSensors-4.0.0.zip", "archiveFileName": "QTRSensors-4.0.0.zip", "size": 24479, "checksum": "SHA-256:6689ea115820fcce1d4f5d1cec86320c25dc0173ae287736b5ee67a67c67c08f" @@ -55600,7 +75530,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/qik-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuQik-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuQik-2.0.0.zip", "archiveFileName": "PololuQik-2.0.0.zip", "size": 12394, "checksum": "SHA-256:9d0d694296cd8f001bdef4edb38dda54d97d60b6d611ec328bb564625cf33a05" @@ -55617,7 +75547,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/lsm303-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/LSM303-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LSM303-3.0.0.zip", "archiveFileName": "LSM303-3.0.0.zip", "size": 17371, "checksum": "SHA-256:1fd83f46dc15f5be27017eefd227ff87c14ee2d0686c8c8af75a9858ef6d7dfd" @@ -55634,7 +75564,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/lsm303-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/LSM303-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LSM303-3.0.1.zip", "archiveFileName": "LSM303-3.0.1.zip", "size": 17387, "checksum": "SHA-256:cac6f0cfbbbb033330ced03a2c745172231473c85f0a0e268ddd868b8199b9c2" @@ -55651,7 +75581,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-hd44780-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuHD44780-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuHD44780-2.0.0.zip", "archiveFileName": "PololuHD44780-2.0.0.zip", "size": 14531, "checksum": "SHA-256:11b85e459f852d7f3c42341a6ceb717e12824a23a83d533c3be7b69ec2adc5a3" @@ -55668,7 +75598,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/lps-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/LPS-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LPS-3.0.0.zip", "archiveFileName": "LPS-3.0.0.zip", "size": 9984, "checksum": "SHA-256:c8bbdb220cae56bde9360de3d0f3b8a18ba955dcf79a73284178625faee0798a" @@ -55685,7 +75615,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/a4990-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/A4990MotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/A4990MotorShield-2.0.0.zip", "archiveFileName": "A4990MotorShield-2.0.0.zip", "size": 7040, "checksum": "SHA-256:eb740d4c9a70e7977d6036f513aa08ed1e0803ba027d09b849d929d1f17824d1" @@ -55702,7 +75632,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/l3g-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/L3G-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/L3G-3.0.0.zip", "archiveFileName": "L3G-3.0.0.zip", "size": 10015, "checksum": "SHA-256:253846ae9b43073be01cb841a0ee50a09015d33f410a8b5f9d824a5b91846ecc" @@ -55719,11 +75649,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/drv8835-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DRV8835MotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DRV8835MotorShield-2.0.0.zip", "archiveFileName": "DRV8835MotorShield-2.0.0.zip", "size": 6830, "checksum": "SHA-256:018786d08eeadaddbd3ce6c8dbda23ccdad7f1933e1a92c5d39a68a01556fea0" }, + { + "name": "DRV8835MotorShield", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu DRV8835 Dual Motor Driver Shield", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with the Pololu DRV8835 Dual Motor Driver Shield for Arduino.", + "website": "https://github.com/pololu/drv8835-motor-shield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/drv8835-motor-shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DRV8835MotorShield-2.1.0.zip", + "archiveFileName": "DRV8835MotorShield-2.1.0.zip", + "size": 7068, + "checksum": "SHA-256:4b09463b6f22d84e324996537bfaeaa31bca74d447d35a7b0dc0b81ca7149b1d" + }, { "name": "DualMC33926MotorShield", "version": "2.0.0", @@ -55736,7 +75683,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-mc33926-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-2.0.0.zip", "archiveFileName": "DualMC33926MotorShield-2.0.0.zip", "size": 6631, "checksum": "SHA-256:6feb109f74e04d2a9823080b8ca844d7adab5dfd8099b4bab88794626577c1d4" @@ -55753,7 +75700,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-mc33926-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-2.1.0.zip", "archiveFileName": "DualMC33926MotorShield-2.1.0.zip", "size": 6680, "checksum": "SHA-256:5fc4ba9073fa4f8d02282b977f0efdc89e7972fcbe0ec0deac9e8059c0a6cb1b" @@ -55770,7 +75717,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-mc33926-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-3.0.0.zip", "archiveFileName": "DualMC33926MotorShield-3.0.0.zip", "size": 6682, "checksum": "SHA-256:b4da656ec5a17eb4896bca1e90ceaee81babb230552485a7421c689d46c76b0b" @@ -55787,7 +75734,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-mc33926-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualMC33926MotorShield-4.0.0.zip", "archiveFileName": "DualMC33926MotorShield-4.0.0.zip", "size": 6835, "checksum": "SHA-256:ef3eeee8f502a5caa0232cb44de4cce5ceb5551c29847879435cf0555cf3c311" @@ -55804,7 +75751,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/usb-pause-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/USBPause-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/USBPause-2.0.0.zip", "archiveFileName": "USBPause-2.0.0.zip", "size": 5295, "checksum": "SHA-256:1e750d3d68dfa1bf72660ea7874f283e0060c1a26c31e22c0649ddc3a1ecbb0f" @@ -55821,7 +75768,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/pushbutton-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Pushbutton-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pushbutton-2.0.0.zip", "archiveFileName": "Pushbutton-2.0.0.zip", "size": 9863, "checksum": "SHA-256:b760ac1f67e6f659b93ff89c8c87513e43da5dd10ed3f28c350bc656444251c5" @@ -55838,7 +75785,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-buzz.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.0.zip", "archiveFileName": "Buzz-1.0.0.zip", "size": 21503, "checksum": "SHA-256:94eee65afa567889924fa6063439a5862d3108b27a5cfd56bebc33a4c32f9906" @@ -55855,7 +75802,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-buzz.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.1.zip", "archiveFileName": "Buzz-1.0.1.zip", "size": 21523, "checksum": "SHA-256:28091824a15cfc36fb7c5501cc816c46cce2e2274f8f570d98b1ad7f77e0a671" @@ -55872,7 +75819,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-buzz.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.2.zip", "archiveFileName": "Buzz-1.0.2.zip", "size": 23010, "checksum": "SHA-256:110379c1af425e305d904b9e80ff22ae50b448a93e190e22ce46b95083c64229" @@ -55889,7 +75836,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-buzz.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Buzz-1.0.3.zip", "archiveFileName": "Buzz-1.0.3.zip", "size": 23842, "checksum": "SHA-256:2df9d95ae5a4e11994937d3be143d7b5c7df91ef47f41f40ac659317fbc1b7bb" @@ -55907,7 +75854,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-0.17.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-0.17.0.zip", "archiveFileName": "TheThingsNetwork-0.17.0.zip", "size": 15232, "checksum": "SHA-256:fdcebcf444f4f1162d5ab3ef2a6201c1d468ba0c6c5023fb1b499ad13f32b70f" @@ -55925,7 +75872,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-1.0.0.zip", "archiveFileName": "TheThingsNetwork-1.0.0.zip", "size": 60920, "checksum": "SHA-256:f9488dca5bc90097a98b3a0538bfab6d08385244f767b070d70bf2e43ad1a2b5" @@ -55943,7 +75890,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-1.0.1.zip", "archiveFileName": "TheThingsNetwork-1.0.1.zip", "size": 60893, "checksum": "SHA-256:dca879dc683d617296a918e246343f1ec858c7bd2012ba2523e9874c74378ee3" @@ -55961,7 +75908,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.0.0.zip", "archiveFileName": "TheThingsNetwork-2.0.0.zip", "size": 62457, "checksum": "SHA-256:474b94b45dd19bb0e51e5c0f43b322ffdb5cf4c900ba4edec64e87133cc5561b" @@ -55979,7 +75926,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.1.0.zip", "archiveFileName": "TheThingsNetwork-2.1.0.zip", "size": 101342, "checksum": "SHA-256:10fb2e2c6991b88f29c1fc41e2c0d16ef10a2a3acd9cf4f16a1c20c59e3cdfd1" @@ -55997,7 +75944,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.2.0.zip", "archiveFileName": "TheThingsNetwork-2.2.0.zip", "size": 100324, "checksum": "SHA-256:4555eb31ac4a366373ab6ff3fec4eb03d17f68126b0555c487a12ab34836a34a" @@ -56015,7 +75962,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.2.2.zip", "archiveFileName": "TheThingsNetwork-2.2.2.zip", "size": 100371, "checksum": "SHA-256:e6372655dd050729a724f6c8ea39b2d9c9dd9e6fbe88a395f695775dcd0c57d5" @@ -56033,7 +75980,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.3.1.zip", "archiveFileName": "TheThingsNetwork-2.3.1.zip", "size": 62097, "checksum": "SHA-256:2c24585c6e7beddf2734984d712dbfad32e7e569d9651bcf71b3384f0bf18304" @@ -56051,7 +75998,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.4.0.zip", "archiveFileName": "TheThingsNetwork-2.4.0.zip", "size": 62301, "checksum": "SHA-256:c9de956c58597cc1f915f20f9bf59bc8cda32bda389892325d8141edd1fa312d" @@ -56069,7 +76016,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.4.1.zip", "archiveFileName": "TheThingsNetwork-2.4.1.zip", "size": 67200, "checksum": "SHA-256:88698fd3259a88b32cf377cdb31a64510eb911000547643f21332e90ee234b06" @@ -56087,7 +76034,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.1.zip", "archiveFileName": "TheThingsNetwork-2.5.1.zip", "size": 67200, "checksum": "SHA-256:be4856d2d61e8d9cf0efbeafc8adbd688002c4da05afd2b41b8cac8b49e69972" @@ -56105,7 +76052,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.10.zip", "archiveFileName": "TheThingsNetwork-2.5.10.zip", "size": 3213405, "checksum": "SHA-256:94a590c33e0553c829bb56b2c4df742e8c3d3e512a6a13ee8c55316addb5f63d" @@ -56123,7 +76070,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.11.zip", "archiveFileName": "TheThingsNetwork-2.5.11.zip", "size": 3213356, "checksum": "SHA-256:e266614701ef738b775b1145479240ff7d87d8aecd6625fc7444f65579790c48" @@ -56141,7 +76088,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.12.zip", "archiveFileName": "TheThingsNetwork-2.5.12.zip", "size": 3213384, "checksum": "SHA-256:37b100a7f384797b93483ae66d8a582c0a8136da85681e42ed759847ebfdd79e" @@ -56159,7 +76106,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.13.zip", "archiveFileName": "TheThingsNetwork-2.5.13.zip", "size": 3213397, "checksum": "SHA-256:a9106301ebf6c780004d0816ad70c3fde2560e9f781e04fddc91db39da71915f" @@ -56177,7 +76124,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.14.zip", "archiveFileName": "TheThingsNetwork-2.5.14.zip", "size": 3213783, "checksum": "SHA-256:356dc5372c6b6e72883de4871efff1177665f82eb48d9c61365c7f9887f7e336" @@ -56195,7 +76142,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.15.zip", "archiveFileName": "TheThingsNetwork-2.5.15.zip", "size": 3213758, "checksum": "SHA-256:92904699fb4885927b078cbf903710e4841020cd28e2816e1a58d32c36f74f87" @@ -56213,7 +76160,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.2.zip", "archiveFileName": "TheThingsNetwork-2.5.2.zip", "size": 67195, "checksum": "SHA-256:a68c47db6c3b92c4c923f003ec6829f0208ad5cc7f401a41686b9738cac665d6" @@ -56231,7 +76178,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.3.zip", "archiveFileName": "TheThingsNetwork-2.5.3.zip", "size": 67090, "checksum": "SHA-256:6a028a7c42b7dd3b4f0d91f913b36d90c42fa8d98ab1a84a6f591739ddfa93ee" @@ -56249,7 +76196,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.4.zip", "archiveFileName": "TheThingsNetwork-2.5.4.zip", "size": 67391, "checksum": "SHA-256:18c6c56921f9485d1b307007f8c3e2bc5d1267a1e287f43a6cbb865aeca3d967" @@ -56267,7 +76214,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.5.zip", "archiveFileName": "TheThingsNetwork-2.5.5.zip", "size": 67438, "checksum": "SHA-256:91ece5195df21237908e7b2e1af681a48ac5d12500d6104ca4658e5926c3c7aa" @@ -56285,7 +76232,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.6.zip", "archiveFileName": "TheThingsNetwork-2.5.6.zip", "size": 67814, "checksum": "SHA-256:cbc2285cef7e6ec2ad0671852eefc2650665f6a0c161c33c50f4b95ac1b6ade9" @@ -56303,7 +76250,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.7.zip", "archiveFileName": "TheThingsNetwork-2.5.7.zip", "size": 67835, "checksum": "SHA-256:ef7cb7467cb55b47ae24065b4bf391d8cc4ccb10298174f7a3c02077547921c7" @@ -56321,11 +76268,29 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", "providesIncludes": ["TheThingsNetwork.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.5.16.zip", "archiveFileName": "TheThingsNetwork-2.5.16.zip", "size": 3213753, "checksum": "SHA-256:a2b7885cdf8214cfffd09d3f0b24aaa958d60acdff41fd8962ebbec65e2953b8" }, + { + "name": "TheThingsNetwork", + "version": "2.6.0", + "author": "The Things Network", + "maintainer": "Johan Stokking \u003cjohan@thethingsnetwork.org\u003e", + "sentence": "The Things Network Arduino Library.", + "paragraph": "Compatible with any Microchip RN2483 and RN2903 device.", + "website": "https://github.com/TheThingsNetwork/arduino-device-lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", + "providesIncludes": ["TheThingsNetwork.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.6.0.zip", + "archiveFileName": "TheThingsNetwork-2.6.0.zip", + "size": 3215446, + "checksum": "SHA-256:38ae24f61ab1bfc9f3c87a57611a81df3282902c49c222b4250f3f8f6acc2eb9" + }, { "name": "ESPiLight", "version": "0.10.0", @@ -56338,7 +76303,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.10.0.zip", "archiveFileName": "ESPiLight-0.10.0.zip", "size": 219130, "checksum": "SHA-256:c22a396a6d3fc107c52f8359fb83b0b6cb2f64a7d72aec724084061431d3a217" @@ -56355,7 +76320,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.10.1.zip", "archiveFileName": "ESPiLight-0.10.1.zip", "size": 219707, "checksum": "SHA-256:4a0ace518a8aa3c7f2e3b14c68db4065f06f03bd739bc4ed35327dc5285242d9" @@ -56372,7 +76337,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.11.0.zip", "archiveFileName": "ESPiLight-0.11.0.zip", "size": 219727, "checksum": "SHA-256:92c053740c39b74c5df728c71f4e866343df71e1b405318b4c745b3be62e0af9" @@ -56389,7 +76354,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.11.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.11.1.zip", "archiveFileName": "ESPiLight-0.11.1.zip", "size": 222660, "checksum": "SHA-256:84bd1dfe5207a99fbf130d1f52fa62f26addc289cad6f44ed12daa3090a2b150" @@ -56406,7 +76371,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.11.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.11.2.zip", "archiveFileName": "ESPiLight-0.11.2.zip", "size": 222723, "checksum": "SHA-256:5d4dbd2f847f780b3ff5de0c5522b70196b5c4be2ee1b409a15e30c9cf404609" @@ -56423,7 +76388,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.12.0.zip", "archiveFileName": "ESPiLight-0.12.0.zip", "size": 224826, "checksum": "SHA-256:93deba49fead05a8df87e2a1c12d57adcbfb6b02ebeacd577062add190f6526e" @@ -56440,7 +76405,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.13.0.zip", "archiveFileName": "ESPiLight-0.13.0.zip", "size": 226352, "checksum": "SHA-256:a0c20fd6266a3c1f30287da7ede0f7a3a2109a373309819609c7141b65d42b69" @@ -56457,7 +76422,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.13.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.13.1.zip", "archiveFileName": "ESPiLight-0.13.1.zip", "size": 226354, "checksum": "SHA-256:8ad455b68d04ac949b2e19fc362041ecbce5d3042f19ea6bb6684ef94df322df" @@ -56474,7 +76439,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.14.0.zip", "archiveFileName": "ESPiLight-0.14.0.zip", "size": 229547, "checksum": "SHA-256:f8566df2ea340ffcac8036cba88b9aca6132b003d7b468469ddf8b1bbc028c6d" @@ -56491,7 +76456,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.14.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.14.1.zip", "archiveFileName": "ESPiLight-0.14.1.zip", "size": 229618, "checksum": "SHA-256:47ac05bf04cc08c8628af1e95d8e71a72e83a54fcbf0c25c6b293cddeae2c10b" @@ -56508,7 +76473,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.14.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.14.2.zip", "archiveFileName": "ESPiLight-0.14.2.zip", "size": 229627, "checksum": "SHA-256:081399bcc48ca22158e5deec5ad3342f0faadcc6a600b4f3f71dd34b75445ddf" @@ -56525,7 +76490,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.15.0.zip", "archiveFileName": "ESPiLight-0.15.0.zip", "size": 229731, "checksum": "SHA-256:06ce9675f33b790c60d0c463e1018ba50f4edee55f53c9148a58f16e86f98384" @@ -56542,7 +76507,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.16.0.zip", "archiveFileName": "ESPiLight-0.16.0.zip", "size": 235084, "checksum": "SHA-256:92cf08cfeaede6bdef3553e4d6737cfa9ee663049794c08c94147e3b019fc619" @@ -56559,7 +76524,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.9.0.zip", "archiveFileName": "ESPiLight-0.9.0.zip", "size": 34843, "checksum": "SHA-256:9666bc5b67e2b28481940c07ceedb5d5ab4bbdc64bc449a2b66a9806f163909d" @@ -56576,11 +76541,62 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/puuu/ESPiLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.9.1.zip", "archiveFileName": "ESPiLight-0.9.1.zip", "size": 35443, "checksum": "SHA-256:d42f8bf8d4fac6f6613b035b46f533944768379359149fc7fdac5243a6e6d637" }, + { + "name": "ESPiLight", + "version": "0.16.1", + "author": "Puuu", + "maintainer": "Puuu \u003cpuuu@users.noreply.github.com\u003e", + "sentence": "pilight 433.92 MHz protocols library for Arduino", + "paragraph": "With this port of pilight 433.92 MHz protocols, you can transmit, receive and parse all 434 MHz protocols (e.g., rc switches or weather stations) supported by pilight. This should help to implement IoT bridges between the 434MHz-RF band and internet protocols. It is developed and tested on ESP8266.", + "website": "https://github.com/puuu/espilight", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/puuu/ESPiLight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.16.1.zip", + "archiveFileName": "ESPiLight-0.16.1.zip", + "size": 237091, + "checksum": "SHA-256:e7dca0b7c7eca26ae8f6ad0264eb794baec221a0dacd3f971eccf67cb7a3aae5" + }, + { + "name": "ESPiLight", + "version": "0.16.2", + "author": "Puuu", + "maintainer": "Puuu \u003cpuuu@users.noreply.github.com\u003e", + "sentence": "pilight 433.92 MHz protocols library for Arduino", + "paragraph": "With this port of pilight 433.92 MHz protocols, you can transmit, receive and parse all 434 MHz protocols (e.g., rc switches or weather stations) supported by pilight. This should help to implement IoT bridges between the 434MHz-RF band and internet protocols. It is developed and tested on ESP8266.", + "website": "https://github.com/puuu/espilight", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/puuu/ESPiLight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.16.2.zip", + "archiveFileName": "ESPiLight-0.16.2.zip", + "size": 237091, + "checksum": "SHA-256:2bdfdb15eb5e9953a268d38ec637419891ac4459a92df74ea3121e259669df43" + }, + { + "name": "ESPiLight", + "version": "0.17.0", + "author": "Puuu", + "maintainer": "Puuu \u003cpuuu@users.noreply.github.com\u003e", + "sentence": "pilight 433.92 MHz protocols library for Arduino", + "paragraph": "With this port of pilight 433.92 MHz protocols, you can transmit, receive and parse all 434 MHz protocols (e.g., rc switches or weather stations) supported by pilight. This should help to implement IoT bridges between the 434MHz-RF band and internet protocols. It is developed and tested on ESP8266.", + "website": "https://github.com/puuu/espilight", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/puuu/ESPiLight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/ESPiLight-0.17.0.zip", + "archiveFileName": "ESPiLight-0.17.0.zip", + "size": 244682, + "checksum": "SHA-256:e00b7f0d6c47d46b3b761a7435b073b56ed9b6518fb0b4e22d164ddc711ae8fc" + }, { "name": "Talk2", "version": "1.0.0", @@ -56593,7 +76609,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/talk2wisen/Talk2Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.0.zip", "archiveFileName": "Talk2-1.0.0.zip", "size": 417881, "checksum": "SHA-256:6d7370537e8621a396fb063f433555307bcffdcb2b88b70620c16461262712c7" @@ -56610,7 +76626,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/talk2wisen/Talk2Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.1.zip", "archiveFileName": "Talk2-1.0.1.zip", "size": 696413, "checksum": "SHA-256:ef92be605778117672ada3f8cef304772cd10980b1656a9cc11fae4f689c471d" @@ -56627,7 +76643,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/talk2wisen/Talk2Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.2.zip", "archiveFileName": "Talk2-1.0.2.zip", "size": 753455, "checksum": "SHA-256:683953864a2cb55dac28e9a820de305d2c1d9e30d4465a63b9ec340411a11170" @@ -56644,7 +76660,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/talk2wisen/Talk2Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/talk2wisen/Talk2-1.0.3.zip", "archiveFileName": "Talk2-1.0.3.zip", "size": 753540, "checksum": "SHA-256:b99bed446cc27ccd855a5be7feff0f93f1af656388264b0f2fdd5c698871114b" @@ -56656,12 +76672,12 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", - "website": "http://arduino.cc/en/Reference/Ethernet", + "website": "https://www.arduino.cc/en/Reference/Ethernet", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Ethernet2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.0.zip", "archiveFileName": "Ethernet2-1.0.0.zip", "size": 65126, "checksum": "SHA-256:b0246d9677fd759590e28aaeb4718438623a08c73d66ccbb6fc4a4ef85653e1a" @@ -56678,7 +76694,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Ethernet2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.1.zip", "archiveFileName": "Ethernet2-1.0.1.zip", "size": 65132, "checksum": "SHA-256:086b7115b62bffcabfeb74e3952bd052d559295e7df9ed91eb34750b016dd143" @@ -56695,7 +76711,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Ethernet2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.2.zip", "archiveFileName": "Ethernet2-1.0.2.zip", "size": 65135, "checksum": "SHA-256:c1ab0678c8482d0f42e8c54973c7d4f7d323541f6fc8e8b366cebdb173a1f435" @@ -56712,7 +76728,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Ethernet2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.3.zip", "archiveFileName": "Ethernet2-1.0.3.zip", "size": 65871, "checksum": "SHA-256:b04c737e3420a85b0f81dda4a332f6952b9dd462a02e3e8c682325ef5a56d356" @@ -56729,7 +76745,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Ethernet2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Ethernet2-1.0.4.zip", "archiveFileName": "Ethernet2-1.0.4.zip", "size": 65984, "checksum": "SHA-256:4a5b0e63bc51535c0fa3c03557988c40323cc926b14cefb10fd1828aab7b357a" @@ -56746,7 +76762,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/ArduinoBufferedStreams.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.1.zip", "archiveFileName": "Buffered_Streams-1.0.1.zip", "size": 6509, "checksum": "SHA-256:e57cc41309d8e05a17e8a6becf42963a2a833bc7cfe8495ee24f216c415468b4" @@ -56763,7 +76779,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/ArduinoBufferedStreams.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.2.zip", "archiveFileName": "Buffered_Streams-1.0.2.zip", "size": 6508, "checksum": "SHA-256:51ebe9c1df24861d141fbc62b8ea68c8345b99f8d8eebc1af9c8827659dad86d" @@ -56780,7 +76796,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/ArduinoBufferedStreams.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.3.zip", "archiveFileName": "Buffered_Streams-1.0.3.zip", "size": 8752, "checksum": "SHA-256:1356d56603bbb825d4f4be06b15d52fc7961fe516f89c3b873eded9cd7799695" @@ -56797,7 +76813,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/ArduinoBufferedStreams.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.5.zip", "archiveFileName": "Buffered_Streams-1.0.5.zip", "size": 8826, "checksum": "SHA-256:18259c82b85600067ccb8d20cb98edb9d1883982f5451abcd79662809f4c272d" @@ -56815,7 +76831,7 @@ "types": ["Contributed"], "repository": "https://github.com/MCUdude/KTMS1201.git", "providesIncludes": ["KTMS1201.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MCUdude/KTMS1201-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/KTMS1201-1.0.0.zip", "archiveFileName": "KTMS1201-1.0.0.zip", "size": 11029, "checksum": "SHA-256:4a9469eb7b41dbb5c5dcf3471fc2771ebcf2f8ff1eeae4af99c567770119e43c" @@ -56833,7 +76849,7 @@ "types": ["Contributed"], "repository": "https://github.com/MCUdude/KTMS1201.git", "providesIncludes": ["KTMS1201.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MCUdude/KTMS1201-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/KTMS1201-1.0.1.zip", "archiveFileName": "KTMS1201-1.0.1.zip", "size": 10811, "checksum": "SHA-256:7e41d0b0b3c8c100e8be3f72d277540e1812a7acb2d4ee142c4b0894b9cbc2d3" @@ -56850,7 +76866,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume2-1.0.0.zip", "archiveFileName": "Volume2-1.0.0.zip", "size": 22711, "checksum": "SHA-256:c6125c0f0cf13e74c5203f3922c97efeefb36e27a6c5267f399834d223384232" @@ -56867,11 +76883,28 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/nrwiersma/ESP8266Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nrwiersma/ESP8266Scheduler-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ESP8266Scheduler-0.1.0.zip", "archiveFileName": "ESP8266Scheduler-0.1.0.zip", "size": 5707, "checksum": "SHA-256:dc61a27eaca8e2ed400d4056382dd60029ee153663b0a4b8c5992a024c11c656" }, + { + "name": "ESP8266Scheduler", + "version": "0.2.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "ESP8266 Co-operative Multitasking", + "paragraph": "Co-operative multitasking for ESP8266 modules.", + "website": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "category": "Other", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ESP8266Scheduler-0.2.0.zip", + "archiveFileName": "ESP8266Scheduler-0.2.0.zip", + "size": 7635, + "checksum": "SHA-256:a61a9abf814e6ea00a04c2d5ea06cf8ad8a55136f8231ff171bbdc0472ed64c3" + }, { "name": "NanoPlayBoard", "version": "0.1.0", @@ -56885,7 +76918,7 @@ "types": ["Contributed"], "repository": "https://github.com/josejuansanchez/NanoPlayBoard-Arduino-Library.git", "providesIncludes": ["NanoPlayBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.1.0.zip", "archiveFileName": "NanoPlayBoard-0.1.0.zip", "size": 895294, "checksum": "SHA-256:c21ad226c3aad4e739a9e718ac8e16104327c70cb6d7f869ab25c7502ef8d5e0" @@ -56903,7 +76936,7 @@ "types": ["Contributed"], "repository": "https://github.com/josejuansanchez/NanoPlayBoard-Arduino-Library.git", "providesIncludes": ["NanoPlayBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.1.1.zip", "archiveFileName": "NanoPlayBoard-0.1.1.zip", "size": 895202, "checksum": "SHA-256:eb7cc8ff12b77c79ae9621518eaee061bd355d8cd9920066ed40b25c19f4a662" @@ -56921,7 +76954,7 @@ "types": ["Contributed"], "repository": "https://github.com/josejuansanchez/NanoPlayBoard-Arduino-Library.git", "providesIncludes": ["NanoPlayBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.0.2.zip", "archiveFileName": "NanoPlayBoard-0.0.2.zip", "size": 398623, "checksum": "SHA-256:2bf1fd9b5ef98f21609bcba38a61bcbfbe7e969a1242711245388c6eaaecdd76" @@ -56939,7 +76972,7 @@ "types": ["Contributed"], "repository": "https://github.com/josejuansanchez/NanoPlayBoard-Arduino-Library.git", "providesIncludes": ["NanoPlayBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/josejuansanchez/NanoPlayBoard-0.0.3.zip", "archiveFileName": "NanoPlayBoard-0.0.3.zip", "size": 804688, "checksum": "SHA-256:65faded7456c7adf94341b2cb4545430652029225803d1bb08ad330c5b5f18af" @@ -56957,7 +76990,7 @@ "types": ["Contributed"], "repository": "https://github.com/sne3ks/ExodeCore.git", "providesIncludes": ["Exode.h", "exode_set.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-1.0.0.zip", "archiveFileName": "ExodeCore-1.0.0.zip", "size": 28901, "checksum": "SHA-256:8f7215c5d1be4b2c000fcb68e39562664b7b3ed32daee37455c72ae88c8bd184" @@ -56975,7 +77008,7 @@ "types": ["Contributed"], "repository": "https://github.com/sne3ks/ExodeCore.git", "providesIncludes": ["Exode.h", "exode_set.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-0.3.0.zip", "archiveFileName": "ExodeCore-0.3.0.zip", "size": 28069, "checksum": "SHA-256:d749852e9b556609ea51ff55563bc703d2d4643e19810fd2437243b1f3973f83" @@ -56993,7 +77026,7 @@ "types": ["Contributed"], "repository": "https://github.com/sne3ks/ExodeCore.git", "providesIncludes": ["Exode.h", "exode_set.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-0.3.1.zip", "archiveFileName": "ExodeCore-0.3.1.zip", "size": 28073, "checksum": "SHA-256:69ca2d3b1b8020f0659482b6de4c9e099f74ba2f5e9a1738a7ef1cc7788505b2" @@ -57011,7 +77044,7 @@ "types": ["Contributed"], "repository": "https://github.com/sne3ks/ExodeCore.git", "providesIncludes": ["Exode.h", "exode_set.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sne3ks/ExodeCore-0.3.2.zip", "archiveFileName": "ExodeCore-0.3.2.zip", "size": 28275, "checksum": "SHA-256:663b032fb6b1e125fa6e17823207e11a84664c6c18766fcd7ba9cd57acc7575e" @@ -57029,7 +77062,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.4.zip", "archiveFileName": "ControleForno-2.0.4.zip", "size": 10205, "checksum": "SHA-256:833e561c0855e41506df47002b8836e79ccac0e61ec73036c275f352fc0ff876" @@ -57047,7 +77080,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.5.zip", "archiveFileName": "ControleForno-2.0.5.zip", "size": 10204, "checksum": "SHA-256:fc18bddde474e3bead646748259ea65e427e8d1c580837940984a4526bead774" @@ -57065,7 +77098,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.6.zip", "archiveFileName": "ControleForno-2.0.6.zip", "size": 10205, "checksum": "SHA-256:eba1b39d9bc3ef6d7a833e4c2d0fc726bf12cc0993e7a3e5c5e1a434719cc5c5" @@ -57083,7 +77116,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.7.zip", "archiveFileName": "ControleForno-2.0.7.zip", "size": 11914, "checksum": "SHA-256:33ddfe8d41652fd7a1f3b69ce138422814dfdb3ea03a1bf2e57bc71b9302b807" @@ -57101,7 +77134,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-1.0.0.zip", "archiveFileName": "ControleForno-1.0.0.zip", "size": 10041, "checksum": "SHA-256:1d2b8a3f563375e8423b559abc11972a5c389e07c41c1351e0169e549c685f4c" @@ -57119,7 +77152,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.2.zip", "archiveFileName": "ControleForno-2.0.2.zip", "size": 9724, "checksum": "SHA-256:231ff988c820f980a498a5ef5ef4fd842d0d1b8e6589b1244f4d4cdf7b351eef" @@ -57137,7 +77170,7 @@ "types": ["Contributed"], "repository": "https://github.com/Atzingen/controleForno.git", "providesIncludes": ["ControleForno.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Atzingen/ControleForno-2.0.3.zip", "archiveFileName": "ControleForno-2.0.3.zip", "size": 10204, "checksum": "SHA-256:58087f932dc96960b380212825050e517b06b4d8056f1cecf4b608291d7597b9" @@ -57154,7 +77187,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotIRPosition.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotIRPosition-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotIRPosition-1.0.0.zip", "archiveFileName": "DFRobotIRPosition-1.0.0.zip", "size": 4513, "checksum": "SHA-256:a86b3f2c9f9d7d57e18c3c70fc8ba5b4d3bbb9a54ba6b0efcec1144e05f40de5" @@ -57171,7 +77204,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotIRPosition.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotIRPosition-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotIRPosition-1.0.2.zip", "archiveFileName": "DFRobotIRPosition-1.0.2.zip", "size": 4515, "checksum": "SHA-256:d711bc0d3ad8c71d3c6cef4f876356f84e85bc21a914367728828e9d4d336ed4" @@ -57188,7 +77221,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/pasko-zh/brzo_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.0.1.zip", "archiveFileName": "Brzo_I2C-1.0.1.zip", "size": 28866, "checksum": "SHA-256:2f34c3b644cfbca2f7dd6d5257a940d1c28e21da33dac815bf759b1577564436" @@ -57205,7 +77238,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/pasko-zh/brzo_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.0.zip", "archiveFileName": "Brzo_I2C-1.3.0.zip", "size": 30347, "checksum": "SHA-256:921d2a143a255168458bcb5952250da317ff99d7c4c77cfdde4373f46155e6da" @@ -57222,7 +77255,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/pasko-zh/brzo_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.1.zip", "archiveFileName": "Brzo_I2C-1.3.1.zip", "size": 30553, "checksum": "SHA-256:5fd1542f05ee309477454a33affb629b623ac851ced71438c999a4261f0e0054" @@ -57239,7 +77272,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/pasko-zh/brzo_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.2.zip", "archiveFileName": "Brzo_I2C-1.3.2.zip", "size": 30685, "checksum": "SHA-256:c3e102566c4a450fd0adac20c66bdb2deb709164758daf3bbb3d57d741341df0" @@ -57256,7 +77289,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/pasko-zh/brzo_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pasko-zh/Brzo_I2C-1.3.3.zip", "archiveFileName": "Brzo_I2C-1.3.3.zip", "size": 30935, "checksum": "SHA-256:043e49805f077f4c8bab09476e2fdff8ba48a6116c45f1f83d3ae0b9dec46178" @@ -57273,7 +77306,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-1.1.0.zip", "archiveFileName": "LiquidCrystal_PCF8574-1.1.0.zip", "size": 8511, "checksum": "SHA-256:315148ace7c54818f68e366aa5265cb77e4bf2fb2ae1f02496f83e4f4cb0b5bc" @@ -57290,11 +77323,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-1.2.0.zip", "archiveFileName": "LiquidCrystal_PCF8574-1.2.0.zip", "size": 8297, "checksum": "SHA-256:2409f2a488991b79abdee5bd4b1205a6abe4f1b08b91cccbc2525a31eca59477" }, + { + "name": "LiquidCrystal_PCF8574", + "version": "1.3.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel \u003cwww.mathertel.de\u003e", + "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", + "paragraph": "This library uses the original Wire library for communication.", + "website": "https://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-1.3.0.zip", + "archiveFileName": "LiquidCrystal_PCF8574-1.3.0.zip", + "size": 8377, + "checksum": "SHA-256:0f3ba7652e668bb9f01b23e935ef30082d8242e0c62c83a7edc1f63a3efb2cf8" + }, { "name": "i2c_adc_ads7828", "version": "2.0.0", @@ -57308,7 +77358,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/i2c_adc_ads7828.git", "providesIncludes": ["i2c_adc_ads7828.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/i2c_adc_ads7828-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/i2c_adc_ads7828-2.0.0.zip", "archiveFileName": "i2c_adc_ads7828-2.0.0.zip", "size": 336519, "checksum": "SHA-256:dbf83028eb9f2e42dacdfbfabbc80bbb3488bc7ca62c37623b332f0acc94ae8e" @@ -57326,7 +77376,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/i2c_adc_ads7828.git", "providesIncludes": ["i2c_adc_ads7828.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/i2c_adc_ads7828-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/i2c_adc_ads7828-2.0.1.zip", "archiveFileName": "i2c_adc_ads7828-2.0.1.zip", "size": 336568, "checksum": "SHA-256:bad1cc5bce83ca77eb193f89f835dcb3214ddd54807a0a29a682be42eb6d9501" @@ -57344,7 +77394,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/i2c_adc_ads7828.git", "providesIncludes": ["i2c_adc_ads7828.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/i2c_adc_ads7828-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/i2c_adc_ads7828-2.0.2.zip", "archiveFileName": "i2c_adc_ads7828-2.0.2.zip", "size": 336599, "checksum": "SHA-256:92fa9aa944974f945137c9497a3be66ca8bf5c1a307c96d8a0e72fd4ce3f7053" @@ -57362,7 +77412,7 @@ "types": ["Contributed"], "repository": "https://github.com/greiman/DigitalIO.git", "providesIncludes": ["DigitalIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/DigitalIO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/DigitalIO-1.0.0.zip", "archiveFileName": "DigitalIO-1.0.0.zip", "size": 494145, "checksum": "SHA-256:808e36a5eb4682e5049a27cae18b416116a7aabf2d39724eb420b397565eed39" @@ -57380,7 +77430,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/I2cDiscreteIoExpander.git", "providesIncludes": ["I2cDiscreteIoExpander.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/I2cDiscreteIoExpander-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/I2cDiscreteIoExpander-4.0.0.zip", "archiveFileName": "I2cDiscreteIoExpander-4.0.0.zip", "size": 294822, "checksum": "SHA-256:ee4d1d94509c00c677541170845287426969c47d3fc1afd49e6f6c9f638f67ec" @@ -57398,7 +77448,7 @@ "types": ["Contributed"], "repository": "https://github.com/4-20ma/I2cDiscreteIoExpander.git", "providesIncludes": ["I2cDiscreteIoExpander.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/4-20ma/I2cDiscreteIoExpander-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4-20ma/I2cDiscreteIoExpander-4.0.1.zip", "archiveFileName": "I2cDiscreteIoExpander-4.0.1.zip", "size": 177578, "checksum": "SHA-256:f2fd6749e80e426db074a0b8644833d977cf91ba5eedda3d5b5f91a45739e3d4" @@ -57416,7 +77466,7 @@ "types": ["Contributed"], "repository": "https://github.com/annem/ADXL362.git", "providesIncludes": ["Arduino.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/annem/ADXL362-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/annem/ADXL362-1.5.0.zip", "archiveFileName": "ADXL362-1.5.0.zip", "size": 13726, "checksum": "SHA-256:b130cd147d61d3099bce8d1f0da7633eafb955ced83caf6722180edf1d31914b" @@ -57434,7 +77484,7 @@ "types": ["Contributed"], "repository": "https://github.com/llelundberg/EasyWebServer.git", "providesIncludes": ["EasyWebServer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/llelundberg/EasyWebServer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/llelundberg/EasyWebServer-1.0.0.zip", "archiveFileName": "EasyWebServer-1.0.0.zip", "size": 5934, "checksum": "SHA-256:e166c4b217ed54658b5b4ef6572489674875949601a1a0572d71c84e44587b4d" @@ -57451,7 +77501,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pavelmc/FT857d.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pavelmc/Yaesu_FT857D_CAT-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pavelmc/Yaesu_FT857D_CAT-0.2.0.zip", "archiveFileName": "Yaesu_FT857D_CAT-0.2.0.zip", "size": 23783, "checksum": "SHA-256:e6ddae9c93d956e2bb0424d1b231ffdb3d43bdc336dbc31177ac7ef4e0aa75ae" @@ -57468,7 +77518,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pavelmc/FT857d.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pavelmc/Yaesu_FT857D_CAT-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pavelmc/Yaesu_FT857D_CAT-0.2.2.zip", "archiveFileName": "Yaesu_FT857D_CAT-0.2.2.zip", "size": 23897, "checksum": "SHA-256:3e8b0a263f39f1ad2f95142bb700aa34de91b54c0718000492107fcecf60fc9e" @@ -57486,7 +77536,7 @@ "types": ["Contributed"], "repository": "https://github.com/ichigo663/NDNOverUDP.git", "providesIncludes": ["Ethernet.h", "NDNOverUDP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ichigo663/NDNOverUDP-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ichigo663/NDNOverUDP-1.0.0.zip", "archiveFileName": "NDNOverUDP-1.0.0.zip", "size": 137261, "checksum": "SHA-256:2c763dfc8432b4fe345b88067221439a44313e13ed58f072e43d70267556e40d" @@ -57503,7 +77553,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.2.zip", "archiveFileName": "ESPectro-0.6.2.zip", "size": 114141, "checksum": "SHA-256:5ba4a359b7068882fa2d16fafc600d505d4c17c19b6d69925db2ba94a3231541" @@ -57520,7 +77570,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.6.zip", "archiveFileName": "ESPectro-0.6.6.zip", "size": 201863, "checksum": "SHA-256:28c6e8289ce1f958a452bf957b810b6f611dfdeef8c1eefb8bfbf8141afeacee" @@ -57537,7 +77587,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.7.zip", "archiveFileName": "ESPectro-0.6.7.zip", "size": 203837, "checksum": "SHA-256:a9335ac2cef9334ed9f079fb9cb239a055e73fb33fe2f9a7b2783be28492582b" @@ -57554,7 +77604,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.6.9.zip", "archiveFileName": "ESPectro-0.6.9.zip", "size": 204082, "checksum": "SHA-256:8b1d40645e0b98972b85cbbd4e1c6a239909d7946168e9a2dbc43213c952fd4c" @@ -57571,7 +77621,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.0.zip", "archiveFileName": "ESPectro-0.7.0.zip", "size": 135722, "checksum": "SHA-256:9164b45a9b17fec9f4cfc3131ef960f78deb5fc5f4b676252b1404c263adfc30" @@ -57588,7 +77638,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.2.zip", "archiveFileName": "ESPectro-0.7.2.zip", "size": 136006, "checksum": "SHA-256:f4b0ee660bdfa2ffc99d8957a58e347ff57389fa16e8e854f64d5cc0beeb5bc2" @@ -57605,7 +77655,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.4.zip", "archiveFileName": "ESPectro-0.7.4.zip", "size": 138207, "checksum": "SHA-256:410e971994ea1d9c176f009afb6564841bad226952e2cd1f309bf1e8949f3321" @@ -57622,7 +77672,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/EspX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/ESPectro-0.7.5.zip", "archiveFileName": "ESPectro-0.7.5.zip", "size": 138345, "checksum": "SHA-256:3a70575358682af1fe5db09b5aa55d412ff5357770924e244b57d4cfb776b358" @@ -57639,7 +77689,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JobNoorman/PmodClsArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JobNoorman/PmodCls-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JobNoorman/PmodCls-0.1.0.zip", "archiveFileName": "PmodCls-0.1.0.zip", "size": 6471, "checksum": "SHA-256:306356a1ccbfe243a7d87687e28db2df8cb139efd22ed514f5336421c6a086ec" @@ -57657,7 +77707,7 @@ "types": ["Contributed"], "repository": "https://github.com/FancyFoxGems/HalfStepper.git", "providesIncludes": ["HalfStepper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FancyFoxGems/HalfStepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FancyFoxGems/HalfStepper-1.0.0.zip", "archiveFileName": "HalfStepper-1.0.0.zip", "size": 30140, "checksum": "SHA-256:5c0b3f888ba00fa741b77aaef39056547262d2878ab58190930bb165e53c1dbd" @@ -57674,7 +77724,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP9802.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.2.0.zip", "archiveFileName": "MCP9802-1.2.0.zip", "size": 35218, "checksum": "SHA-256:f439e27a08624c75e5b6fbcbb60339307f7866bd5d23e0695694a2996b61c9ca" @@ -57691,7 +77741,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP9802.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.3.0.zip", "archiveFileName": "MCP9802-1.3.0.zip", "size": 37908, "checksum": "SHA-256:fed48f3f2c9d7f4b52ccdcafb85005ae5adbfd8bebc6c9fc314c85d9d3469cdb" @@ -57708,7 +77758,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP9802.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.4.0.zip", "archiveFileName": "MCP9802-1.4.0.zip", "size": 38600, "checksum": "SHA-256:b0cc2141f87e679900effb60c560d57994f47e7f3f31efa7f54f22dbb9de54ed" @@ -57725,7 +77775,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP9802.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.5.0.zip", "archiveFileName": "MCP9802-1.5.0.zip", "size": 53265, "checksum": "SHA-256:3d677ab6fb070bf27364b10a9689e29361ed1069b733eef5597048b973af697e" @@ -57742,7 +77792,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP9802.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.0.0.zip", "archiveFileName": "MCP9802-1.0.0.zip", "size": 41455, "checksum": "SHA-256:c522d1e09f28f0af77cd403c39e83dbceb76d8d4aabfb2401c1f7fb478684bbe" @@ -57759,7 +77809,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP9802.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP9802-1.1.0.zip", "archiveFileName": "MCP9802-1.1.0.zip", "size": 42276, "checksum": "SHA-256:4c4c3374bebacb7f2ef5b2985e92c037e85f66eb969b1e27558143eb1a34630f" @@ -57777,7 +77827,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["Pubnub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-1.1.4.zip", "archiveFileName": "Pubnub-1.1.4.zip", "size": 25412, "checksum": "SHA-256:2178c50e7d0b1a8871bf1b28a58c2e7a2a4112f8f08c7591fb03a434c3bbae9c" @@ -57795,7 +77845,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["Pubnub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-1.1.5.zip", "archiveFileName": "Pubnub-1.1.5.zip", "size": 25420, "checksum": "SHA-256:512b5c44df879ab848a518e1385d129e3f38f13743f21fbbb01e32284bfaa021" @@ -57813,7 +77863,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.0.zip", "archiveFileName": "Pubnub-2.0.0.zip", "size": 24398, "checksum": "SHA-256:725d6b9a6758fa19961ef9632f609041fa17e8f5b10785ac213739721dfc8aa6" @@ -57831,7 +77881,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.1.zip", "archiveFileName": "Pubnub-2.0.1.zip", "size": 24403, "checksum": "SHA-256:b6398a51ad6c1bb89cb8bc9a0ba690b44090436b574e4903dd9934e6d9faef28" @@ -57849,7 +77899,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.2.zip", "archiveFileName": "Pubnub-2.0.2.zip", "size": 24397, "checksum": "SHA-256:3bce1bbe4f451f7a728b95a3cfcd3186b34dc5040704bc2295f582c38ab650ac" @@ -57867,7 +77917,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.0.3.zip", "archiveFileName": "Pubnub-2.0.3.zip", "size": 24881, "checksum": "SHA-256:a4a5ce818be0e8fa7927f8beb7502328a364b51267bd7ebd22108bb9e83c6be8" @@ -57885,7 +77935,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.1.0.zip", "archiveFileName": "Pubnub-2.1.0.zip", "size": 25624, "checksum": "SHA-256:a10aae3a5dce0164093e399192e02e74055aac1f6d7a9c35dede8108deed4fad" @@ -57903,7 +77953,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-2.1.1.zip", "archiveFileName": "Pubnub-2.1.1.zip", "size": 25711, "checksum": "SHA-256:14f4df1189ac7182352f774fc274ee3d5eb17e7678272e21ef525d63a4f752ae" @@ -57921,7 +77971,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.0.0.zip", "archiveFileName": "Pubnub-3.0.0.zip", "size": 27697, "checksum": "SHA-256:74ad6438ff4a884493f3c99772144dfd65097f16eeab5be4ec4199fcaa264d47" @@ -57939,7 +77989,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.0.1.zip", "archiveFileName": "Pubnub-3.0.1.zip", "size": 27648, "checksum": "SHA-256:1e287a2d216291aa16ea9c1c5f62061b90583322f956ad04d29c23e889dc7181" @@ -57957,7 +78007,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.1.0.zip", "archiveFileName": "Pubnub-3.1.0.zip", "size": 27937, "checksum": "SHA-256:3acd01de17ab19d9f825eb3b5f06dc607946196bbc0738e37cee0c9c4cf885bc" @@ -57975,7 +78025,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.1.1.zip", "archiveFileName": "Pubnub-3.1.1.zip", "size": 27943, "checksum": "SHA-256:4e4e8196910e699121f5e6cbb9e30d5052685e6d9b739bc3bcfd19c02dc6f577" @@ -57993,7 +78043,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.2.0.zip", "archiveFileName": "Pubnub-3.2.0.zip", "size": 28040, "checksum": "SHA-256:bbba02ba151856ed26c01b966e679ba4121ac27ae60ef5b2f21c4099871c65db" @@ -58011,7 +78061,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.2.1.zip", "archiveFileName": "Pubnub-3.2.1.zip", "size": 28070, "checksum": "SHA-256:c9a5c2cd9960a4fd5583f0d8f0228c06c053a9c680bd53d410dc3521b2032f2c" @@ -58029,7 +78079,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["PubNub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-3.2.2.zip", "archiveFileName": "Pubnub-3.2.2.zip", "size": 36893, "checksum": "SHA-256:ceaced7800f2a1b428bb6a5500ba901964fde99d0fa25797506938b13efc707a" @@ -58047,7 +78097,7 @@ "types": ["Contributed"], "repository": "https://github.com/pubnub/arduino.git", "providesIncludes": ["Pubnub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pubnub/Pubnub-1.1.1.zip", "archiveFileName": "Pubnub-1.1.1.zip", "size": 23808, "checksum": "SHA-256:60510954d7b26ac27a210c4c9297162cb38d67be7da76c9f31e50d1353c38efc" @@ -58063,7 +78113,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoVNC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/arduinoVNC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/arduinoVNC-1.0.0.zip", "archiveFileName": "arduinoVNC-1.0.0.zip", "size": 246725, "checksum": "SHA-256:5a87f689528dad35d608c25ded90702527244a49112c27af45015096be600699" @@ -58079,11 +78129,27 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/Links2004/arduinoVNC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Links2004/arduinoVNC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/arduinoVNC-1.1.0.zip", "archiveFileName": "arduinoVNC-1.1.0.zip", "size": 248957, "checksum": "SHA-256:d3ace3494f1309acf098224e08dd2feaa5a422fa1f7606b7994677015aea615c" }, + { + "name": "arduinoVNC", + "version": "1.4.0", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "VNC Client for Arduino", + "website": "https://github.com/Links2004/arduinoVNC", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Links2004/arduinoVNC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/arduinoVNC-1.4.0.zip", + "archiveFileName": "arduinoVNC-1.4.0.zip", + "size": 254107, + "checksum": "SHA-256:b0bac5fac20906cb4ea7542695743d9b8c8ac2c1eeffc5cd6814b497fbb076fa" + }, { "name": "Ingenia Serial Servo Drive Library", "version": "1.1.0", @@ -58096,7 +78162,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/IngeniaMC/Ingenia-Serial-Servo-Drive-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/IngeniaMC/Ingenia_Serial_Servo_Drive_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IngeniaMC/Ingenia_Serial_Servo_Drive_Library-1.1.0.zip", "archiveFileName": "Ingenia_Serial_Servo_Drive_Library-1.1.0.zip", "size": 14768, "checksum": "SHA-256:4d9f85d8fa03fd941c7dff8ec09ac4f72597ca3f6aab368a26c0854511719e4e" @@ -58113,7 +78179,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/IngeniaMC/Ingenia-Serial-Servo-Drive-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/IngeniaMC/Ingenia_Serial_Servo_Drive_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IngeniaMC/Ingenia_Serial_Servo_Drive_Library-1.1.1.zip", "archiveFileName": "Ingenia_Serial_Servo_Drive_Library-1.1.1.zip", "size": 14898, "checksum": "SHA-256:eba848e8c3f13c6b0cf34c17c4720bda29deeafb57af1af626d3e7014f149f04" @@ -58130,7 +78196,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NeiroNx/RTCLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NeiroNx/RTCLib_by_NeiroN-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NeiroNx/RTCLib_by_NeiroN-1.5.4.zip", "archiveFileName": "RTCLib_by_NeiroN-1.5.4.zip", "size": 13300, "checksum": "SHA-256:5e274fd091fea7965e576433c9925c6548754ee3a7bde5e0ba5a7faf059ab241" @@ -58148,7 +78214,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/KeyDetector.git", "providesIncludes": ["KeyDetector.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.0.0.zip", "archiveFileName": "KeyDetector-1.0.0.zip", "size": 16918, "checksum": "SHA-256:14f54f923ac28c4243c0dc59a8cd951eacef56aea3d891445f953e732f95882d" @@ -58166,7 +78232,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/KeyDetector.git", "providesIncludes": ["KeyDetector.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.1.0.zip", "archiveFileName": "KeyDetector-1.1.0.zip", "size": 17211, "checksum": "SHA-256:30cb69c12c22f042e429c8c93803be92bc944c05166cc9cdcd72a997a4134af1" @@ -58184,7 +78250,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/KeyDetector.git", "providesIncludes": ["KeyDetector.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.1.1.zip", "archiveFileName": "KeyDetector-1.1.1.zip", "size": 32899, "checksum": "SHA-256:1932a629976ffb4050be2263bec1a5808097cf699521a37e1fbb2f6b37be85df" @@ -58201,7 +78267,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/ADS1110.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/ADS1110-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/ADS1110-1.1.0.zip", "archiveFileName": "ADS1110-1.1.0.zip", "size": 33758, "checksum": "SHA-256:55d24e11b31c5f724fbd4b037bac95edf2599c051925e2b3b1dd8f667e5a22d8" @@ -58218,7 +78284,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/ADS1110.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/ADS1110-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/ADS1110-1.2.0.zip", "archiveFileName": "ADS1110-1.2.0.zip", "size": 34301, "checksum": "SHA-256:edf06f851cf7b06c49632c912a75058f59d0008505eb67c22fe34b4257ebb005" @@ -58235,7 +78301,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/ADS1110.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/ADS1110-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/ADS1110-1.3.0.zip", "archiveFileName": "ADS1110-1.3.0.zip", "size": 50755, "checksum": "SHA-256:3f0a8e9b6b9af983090589d0430c6eb728c7cbc093a479409883eac2d3a1b242" @@ -58252,7 +78318,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Patrick-Thomas/SixAxisRing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/SixAxisRing-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/SixAxisRing-0.0.1.zip", "archiveFileName": "SixAxisRing-0.0.1.zip", "size": 2642, "checksum": "SHA-256:d536255c76d61401bd227aaa2ad28b95b66f512890eee7b2251d3a553cde388d" @@ -58269,7 +78335,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Patrick-Thomas/SixAxisRing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/SixAxisRing-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/SixAxisRing-0.0.2.zip", "archiveFileName": "SixAxisRing-0.0.2.zip", "size": 3911, "checksum": "SHA-256:9d04c1888a3baeee2af67767644b02d8a50fbdbad7a7df70377da0502b5d089b" @@ -58286,7 +78352,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Patrick-Thomas/SixAxisRing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/SixAxisRing-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/SixAxisRing-0.0.3.zip", "archiveFileName": "SixAxisRing-0.0.3.zip", "size": 4380, "checksum": "SHA-256:e945ec8bebd460212b6723c155db1cc3717d87031f4dd1c29b8cca2404a39635" @@ -58303,7 +78369,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/Logger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/Logger-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/Logger-1.0.0.zip", "archiveFileName": "Logger-1.0.0.zip", "size": 6027, "checksum": "SHA-256:4c5d70a69580563764dd5217757b97d5a4aaa23f0beb9817d0ae8180c9ae7846" @@ -58320,7 +78386,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/Logger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/Logger-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/Logger-1.0.3.zip", "archiveFileName": "Logger-1.0.3.zip", "size": 6028, "checksum": "SHA-256:a55a14c35ecc268400748eba5585fdf1098914429c69b3afd8c995b9da9589d3" @@ -58337,7 +78403,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/BufferUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-1.0.0.zip", "archiveFileName": "BufferUtils-1.0.0.zip", "size": 8681, "checksum": "SHA-256:bc993d07d811c06e8420f1c40bf0a1460c01482c27091cfaa5400bb03fb1de5f" @@ -58354,7 +78420,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/BufferUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-1.0.2.zip", "archiveFileName": "BufferUtils-1.0.2.zip", "size": 9093, "checksum": "SHA-256:198f2551925ecc88d5defc0a3cc826799c6e513bc649b2b47180d2d056d12470" @@ -58371,7 +78437,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/BufferUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-2.0.0.zip", "archiveFileName": "BufferUtils-2.0.0.zip", "size": 45666, "checksum": "SHA-256:b699e7c95b0775415e0f9012095ad7978105efc8adb537b28af9823c06d43423" @@ -58388,7 +78454,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/BufferUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/BufferUtils-3.0.0.zip", "archiveFileName": "BufferUtils-3.0.0.zip", "size": 46755, "checksum": "SHA-256:eac8f9af6b4b459e9e3c8ced269e7f5bf4dcc361fcd56c6d9e322d1ab38c43f8" @@ -58405,7 +78471,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/PacketSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.0.0.zip", "archiveFileName": "PacketSerial-1.0.0.zip", "size": 14946, "checksum": "SHA-256:51c3b866fa6df150e15b9d5dbab252d3d974aef79ac230a3481bf977ca8e7c15" @@ -58422,7 +78488,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/PacketSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.0.2.zip", "archiveFileName": "PacketSerial-1.0.2.zip", "size": 14973, "checksum": "SHA-256:825b869a7a08faf0ddb5a1933ed88acf97fdd4d529e4ab3c1221c78ab3d18e1f" @@ -58439,7 +78505,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/PacketSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.1.0.zip", "archiveFileName": "PacketSerial-1.1.0.zip", "size": 42797, "checksum": "SHA-256:5d2565b7d32a02e522bb43b37aa1b687dbb00138d874009cd4212e85dc562156" @@ -58456,7 +78522,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/PacketSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.2.0.zip", "archiveFileName": "PacketSerial-1.2.0.zip", "size": 46349, "checksum": "SHA-256:9a8e700f4e62eb0d0cafd38e780cdd026adb89a394e24fef21fbee0f932c3016" @@ -58473,7 +78539,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/PacketSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.3.0.zip", "archiveFileName": "PacketSerial-1.3.0.zip", "size": 56273, "checksum": "SHA-256:93fdfe24f39cc6857c6475e6bfec26c536b44baeebee27494ee89f738f97629d" @@ -58490,7 +78556,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/PacketSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/PacketSerial-1.4.0.zip", "archiveFileName": "PacketSerial-1.4.0.zip", "size": 56748, "checksum": "SHA-256:0e9e106399fb4ec1285ba75a337b39137fedbb9444044acd9fc4c6cb503b5fd2" @@ -58507,7 +78573,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/CRC32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-1.0.0.zip", "archiveFileName": "CRC32-1.0.0.zip", "size": 4627, "checksum": "SHA-256:59c20f884b74224dfe3fe36cda20852baa8ec675f6ca1e0615bcce5b26848680" @@ -58524,7 +78590,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/CRC32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-1.0.2.zip", "archiveFileName": "CRC32-1.0.2.zip", "size": 4954, "checksum": "SHA-256:cd269bec931ad6fa843c245c286a7bddf761ce8717c714cec24fde87d72c9547" @@ -58541,7 +78607,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/CRC32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-1.1.0.zip", "archiveFileName": "CRC32-1.1.0.zip", "size": 5716, "checksum": "SHA-256:ae51f6fbb14035851382cb6cf86f1621523bbd029b9c42fa94b9285e35d9b06e" @@ -58558,7 +78624,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/CRC32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/CRC32-2.0.0.zip", "archiveFileName": "CRC32-2.0.0.zip", "size": 35887, "checksum": "SHA-256:3fe2bae9c4a9689fd059472193f9f14236a875bf16953808e81a96d11c700e5d" @@ -58575,7 +78641,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/waspinator/CD74HC4067.git", - "url": "http://downloads.arduino.cc/libraries/github.com/waspinator/CD74HC4067-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/CD74HC4067-1.0.0.zip", "archiveFileName": "CD74HC4067-1.0.0.zip", "size": 4486, "checksum": "SHA-256:af494c286099da4efd0dae6ba2f12a4a34293b127c8e3f8897ac35a1370fd759" @@ -58593,7 +78659,7 @@ "types": ["Contributed"], "repository": "https://github.com/jaredpetersen/ghostlab42reboot.git", "providesIncludes": ["GhostLab42Reboot.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jaredpetersen/GhostLab42Reboot-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jaredpetersen/GhostLab42Reboot-1.0.1.zip", "archiveFileName": "GhostLab42Reboot-1.0.1.zip", "size": 10698743, "checksum": "SHA-256:85739bb7a43d09d9bbc41a0f8da44c9cd7f6652479aafdcd0188f2ff21bb22d2" @@ -58611,7 +78677,7 @@ "types": ["Contributed"], "repository": "https://github.com/jaredpetersen/ghostlab42reboot.git", "providesIncludes": ["GhostLab42Reboot.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jaredpetersen/GhostLab42Reboot-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jaredpetersen/GhostLab42Reboot-1.0.2.zip", "archiveFileName": "GhostLab42Reboot-1.0.2.zip", "size": 10698735, "checksum": "SHA-256:57f1c5d191a90eff60dcb48797504706c762a96f9677dd864a85bdd4dc2c60b6" @@ -58629,7 +78695,7 @@ "types": ["Contributed"], "repository": "https://github.com/kontakt/MAX30100.git", "providesIncludes": ["MAX30100.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kontakt/MAX30100-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kontakt/MAX30100-1.0.0.zip", "archiveFileName": "MAX30100-1.0.0.zip", "size": 7701, "checksum": "SHA-256:496dc25cefe0e8ae3633498422c70fd34794875a8eaae385be3cbb5f93f2da8c" @@ -58646,7 +78712,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JeffShapiro/ArduinoLearningBoard-Lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JeffShapiro/Arduino_Learning_Board-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JeffShapiro/Arduino_Learning_Board-1.0.0.zip", "archiveFileName": "Arduino_Learning_Board-1.0.0.zip", "size": 160409, "checksum": "SHA-256:44b31fbebda8190a4077409e3b8bfe79b573002a3e59d6d913d2f61742b9a96f" @@ -58663,7 +78729,7 @@ "types": ["Contributed"], "repository": "https://github.com/HackerInside0/Arduino_sevenSegmentDisplay.git", "providesIncludes": ["sevenSegmentDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HackerInside0/sevenSegmentDisplay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/sevenSegmentDisplay-1.0.0.zip", "archiveFileName": "sevenSegmentDisplay-1.0.0.zip", "size": 96566, "checksum": "SHA-256:56aa0c0e2249bb2c05d2d4dcbf7eddff44244854e43b3f26a7691e8ee6b26c0a" @@ -58680,7 +78746,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_OPT3001_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3001-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3001-1.1.1.zip", "archiveFileName": "ClosedCube_OPT3001-1.1.1.zip", "size": 7315, "checksum": "SHA-256:96eb2f0f56a0fefee08b67aad44aba11ed5310a196046721c92cb98d8bfa2b55" @@ -58697,7 +78763,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_OPT3001_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3001-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3001-1.1.2.zip", "archiveFileName": "ClosedCube_OPT3001-1.1.2.zip", "size": 151863, "checksum": "SHA-256:f1ed0f168becc6e6f202dfc0cd62e4eaa0e23bf35832aeb8dc381c44c76d61c8" @@ -58714,7 +78780,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_OPT3002_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3002-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3002-1.1.1.zip", "archiveFileName": "ClosedCube_OPT3002-1.1.1.zip", "size": 149831, "checksum": "SHA-256:cf9632c68bd607edbca115b5ab7a671660600694d9754dc409c1ba13728292a4" @@ -58731,7 +78797,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_OPT3002_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3002-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_OPT3002-1.1.2.zip", "archiveFileName": "ClosedCube_OPT3002-1.1.2.zip", "size": 149852, "checksum": "SHA-256:2074529f4d8463c30969a82154246ad331469ec7e18a5286aeb8cfe8b99acafa" @@ -58748,7 +78814,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_LPS25HB_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_LPS25HB-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_LPS25HB-1.0.1.zip", "archiveFileName": "ClosedCube_LPS25HB-1.0.1.zip", "size": 167896, "checksum": "SHA-256:36d6cae887cdc478d4fb8e7add28402166ca95f5b30e41a6303079a7582e8633" @@ -58765,7 +78831,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7055_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7055-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7055-1.0.1.zip", "archiveFileName": "ClosedCube_Si7055-1.0.1.zip", "size": 174955, "checksum": "SHA-256:47bb43754ebc65958261b0a8458b8823b63cdb1cfd604ec0f1a75eb9ea8bfe7e" @@ -58782,7 +78848,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7055_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7055-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7055-1.0.2.zip", "archiveFileName": "ClosedCube_Si7055-1.0.2.zip", "size": 174960, "checksum": "SHA-256:e7873f2860441c50f3cbf8f9e6ac07bcc22e23501d506d6c2a1842260f0b75aa" @@ -58799,7 +78865,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7055_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7055-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7055-1.0.3.zip", "archiveFileName": "ClosedCube_Si7055-1.0.3.zip", "size": 175139, "checksum": "SHA-256:376bc68d6e613adc46ece7a6d4fc9b07d6d320d0c24c1a4c3e008f9f69cc4a65" @@ -58816,7 +78882,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7051_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.0.1.zip", "archiveFileName": "ClosedCube_Si7051-1.0.1.zip", "size": 148680, "checksum": "SHA-256:347d90fc1d2a027899027e58bb824401a54b963565cc37fa8d51220a5260f1c7" @@ -58833,7 +78899,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7051_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.0.2.zip", "archiveFileName": "ClosedCube_Si7051-1.0.2.zip", "size": 148687, "checksum": "SHA-256:8df8c5b94af156d3531fe96daa21273fdf6e9c6223b22e906156e5aff2916045" @@ -58850,7 +78916,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7051_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.0.3.zip", "archiveFileName": "ClosedCube_Si7051-1.0.3.zip", "size": 148870, "checksum": "SHA-256:f50e85ca44f54d1a8bcde7354fa02c88133d3f78dcd467b66458743ff69c28a5" @@ -58867,7 +78933,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_Si7051_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_Si7051-1.1.0.zip", "archiveFileName": "ClosedCube_Si7051-1.1.0.zip", "size": 149728, "checksum": "SHA-256:fa2e4de6f1e953c5d98d9941b02a1ac4ee472f8af2a88533635d81f1a906dce9" @@ -58884,7 +78950,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1010_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.0.1.zip", "archiveFileName": "ClosedCube_HDC1010-1.0.1.zip", "size": 189098, "checksum": "SHA-256:d9e9d27ff9a03c37427083cb3cfc857263a1a8871b3f7853eeb5a25f93598fcc" @@ -58901,7 +78967,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1010_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.1.1.zip", "archiveFileName": "ClosedCube_HDC1010-1.1.1.zip", "size": 189744, "checksum": "SHA-256:3bfcb10c9badc0d60fe9afeb3edb27f7545e06dc716110d8a2fb068cf2eb9136" @@ -58918,7 +78984,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1010_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.2.0.zip", "archiveFileName": "ClosedCube_HDC1010-1.2.0.zip", "size": 191064, "checksum": "SHA-256:5cf31a2d9e51a7f1ebc3203c9d528519a61270a9ee017d90ab6b21ff59b2dd96" @@ -58935,7 +79001,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1010_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.2.1.zip", "archiveFileName": "ClosedCube_HDC1010-1.2.1.zip", "size": 191123, "checksum": "SHA-256:da29cdd504d1c777c5d51ea42ee7aa8981d9f43ddd1b971e66aed8949cb06c4f" @@ -58952,7 +79018,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_HDC1010_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_HDC1010-1.2.2.zip", "archiveFileName": "ClosedCube_HDC1010-1.2.2.zip", "size": 191141, "checksum": "SHA-256:a484533173311798271bffcf66c6b9d343e8dcea70e7629132fe284e89076ec8" @@ -58969,7 +79035,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GadgetFactory/Gadget-Box.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.0.zip", "archiveFileName": "GadgetBox-1.0.0.zip", "size": 9976, "checksum": "SHA-256:ac2aa7edce3af1978d92d51190cec1c3966336dfd32ae96c518c4f799b900379" @@ -58986,7 +79052,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GadgetFactory/Gadget-Box.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.1.zip", "archiveFileName": "GadgetBox-1.0.1.zip", "size": 10811, "checksum": "SHA-256:0f2f2e08172af333091efff42d2a633461962f077e029658970ba9a71a1c3ae6" @@ -59003,7 +79069,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GadgetFactory/Gadget-Box.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.2.zip", "archiveFileName": "GadgetBox-1.0.2.zip", "size": 10777, "checksum": "SHA-256:2ec908fef9ce00740ac47fe8d061632f41b16df951cef0517b283986c10c3b05" @@ -59020,7 +79086,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GadgetFactory/Gadget-Box.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GadgetFactory/GadgetBox-1.0.6.zip", "archiveFileName": "GadgetBox-1.0.6.zip", "size": 29944, "checksum": "SHA-256:0cbd5df339ec093a032ed61bfd480723e1f384d112c44ae148315f707dff8cd1" @@ -59038,7 +79104,7 @@ "types": ["Contributed"], "repository": "https://github.com/daniel-centore/arduino-tone-library.git", "providesIncludes": ["Tone.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/daniel-centore/ToneLibrary-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daniel-centore/ToneLibrary-1.7.0.zip", "archiveFileName": "ToneLibrary-1.7.0.zip", "size": 25603, "checksum": "SHA-256:a11c693ae1c84fa31bcebc76d40ef852224265cf90a342fc715f145bf2c62754" @@ -59056,7 +79122,7 @@ "types": ["Contributed"], "repository": "https://github.com/daniel-centore/arduino-tone-library.git", "providesIncludes": ["Tone.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/daniel-centore/ToneLibrary-1.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/daniel-centore/ToneLibrary-1.7.1.zip", "archiveFileName": "ToneLibrary-1.7.1.zip", "size": 25616, "checksum": "SHA-256:4ed02b1d129370581ab75ec3407bcba7e2b273cf8780ac7fc89e1b2a10c3fa3f" @@ -59074,7 +79140,7 @@ "types": ["Contributed"], "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", "providesIncludes": ["ArduinoSerialToTCPBridgeClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.0.0.zip", "archiveFileName": "ArduinoSerialToTCPBridgeClient-1.0.0.zip", "size": 6969, "checksum": "SHA-256:62b1aff29cc2ba2f5813fe7adb645162d653868a49edf65291020f2073b57dcf" @@ -59092,7 +79158,7 @@ "types": ["Contributed"], "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", "providesIncludes": ["ArduinoSerialToTCPBridgeClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.0.1.zip", "archiveFileName": "ArduinoSerialToTCPBridgeClient-1.0.1.zip", "size": 9210, "checksum": "SHA-256:c8e680687df32913e4aa692ffe700f010121b864129d365f891bc161fa77a92a" @@ -59110,7 +79176,7 @@ "types": ["Contributed"], "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", "providesIncludes": ["ArduinoSerialToTCPBridgeClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.1.0.zip", "archiveFileName": "ArduinoSerialToTCPBridgeClient-1.1.0.zip", "size": 10296, "checksum": "SHA-256:26046393452d65dce3fb9dbd508c84a48ef71b203d7eef0e4c9816851671ff1a" @@ -59127,7 +79193,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/EEPROMWearLevel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/EEPROMWearLevel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/EEPROMWearLevel-1.0.0.zip", "archiveFileName": "EEPROMWearLevel-1.0.0.zip", "size": 17203, "checksum": "SHA-256:9a4dac38cf222abf7a83d24c218546e3d990069adeaac9696127ea77bf2b4453" @@ -59144,7 +79210,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/PRosenb/EEPROMWearLevel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PRosenb/EEPROMWearLevel-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/EEPROMWearLevel-2.0.0.zip", "archiveFileName": "EEPROMWearLevel-2.0.0.zip", "size": 17496, "checksum": "SHA-256:a3783eceb837f506449d30713452cad6f2e0954c205fabdc167aca09d9d1b4d3" @@ -59161,7 +79227,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/PCA9536.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536-1.0.0.zip", "archiveFileName": "PCA9536-1.0.0.zip", "size": 15092, "checksum": "SHA-256:1590c8b2b135e9fca479c6b58ebcf735eeeedb77e7f46394f968a93738fc6089" @@ -59179,7 +79245,7 @@ "types": ["Contributed"], "repository": "https://github.com/ESikich/RGBLEDBlender.git", "providesIncludes": ["RGBLEDBlender.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ESikich/RGBLEDBlender-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ESikich/RGBLEDBlender-1.0.0.zip", "archiveFileName": "RGBLEDBlender-1.0.0.zip", "size": 38760, "checksum": "SHA-256:fefa1bd2e8d275e03f2f086dd5e5dbc9565fda43080d7080bac54ebc4e8607cb" @@ -59197,7 +79263,7 @@ "types": ["Contributed"], "repository": "https://github.com/ESikich/RGBLEDBlender.git", "providesIncludes": ["RGBLEDBlender.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ESikich/RGBLEDBlender-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ESikich/RGBLEDBlender-1.1.2.zip", "archiveFileName": "RGBLEDBlender-1.1.2.zip", "size": 37690, "checksum": "SHA-256:8692a871a21319e28966af5c5e8b9e1ae2183fb384e6ad07b3dfa588b378277a" @@ -59214,7 +79280,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/openenergymonitor/EmonLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/openenergymonitor/EmonLib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/openenergymonitor/EmonLib-1.1.0.zip", "archiveFileName": "EmonLib-1.1.0.zip", "size": 8049, "checksum": "SHA-256:24069657940afc210f60fd2cd8a257906421ea0322788cb362c398057ac843b7" @@ -59231,7 +79297,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MLXXXp/ArduboyTones.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.0.zip", "archiveFileName": "ArduboyTones-1.0.0.zip", "size": 17551, "checksum": "SHA-256:891b70eb3775dacf5554ea40467b42415fd12685cbad001b97af5261fad369e4" @@ -59248,7 +79314,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MLXXXp/ArduboyTones.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.1.zip", "archiveFileName": "ArduboyTones-1.0.1.zip", "size": 20935, "checksum": "SHA-256:d598c335a7098fb5007b48f085a0f09c8baf3004e3020b8d6a2d2bc87e0b4db8" @@ -59265,7 +79331,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MLXXXp/ArduboyTones.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.2.zip", "archiveFileName": "ArduboyTones-1.0.2.zip", "size": 21258, "checksum": "SHA-256:86d1848d08a2d1677ece658768f81b1ae507a5ec47bf7daee7b4b95db8b8729b" @@ -59282,7 +79348,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MLXXXp/ArduboyTones.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/ArduboyTones-1.0.3.zip", "archiveFileName": "ArduboyTones-1.0.3.zip", "size": 21388, "checksum": "SHA-256:c071b81a15c391307bf557f55c0ebeafc5425863c19cadf6e0ce76c5bfd0fd93" @@ -59299,7 +79365,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.0.zip", "archiveFileName": "Arduboy2-2.0.0.zip", "size": 47016, "checksum": "SHA-256:ef002522af886c47f4992250b2d764af015ea0d092127ecf3203aeed1f415877" @@ -59317,7 +79383,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.1.zip", "archiveFileName": "Arduboy2-2.0.1.zip", "size": 47223, "checksum": "SHA-256:3053197ea0f0dd1397a0d6859282cf3dd3064d423a7361a69a28239a663c37ea" @@ -59335,7 +79401,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.2.zip", "archiveFileName": "Arduboy2-2.0.2.zip", "size": 47245, "checksum": "SHA-256:50517549590b2a8cac7acacea5bea010cc9d9cf83472b8b8e517ae0c607fe208" @@ -59353,7 +79419,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.3.zip", "archiveFileName": "Arduboy2-2.0.3.zip", "size": 46861, "checksum": "SHA-256:65023f9efdc6dff94df190b0b4c002d9faed64a4f5b64b9fabfc1d1ab434143d" @@ -59371,7 +79437,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.4.zip", "archiveFileName": "Arduboy2-2.0.4.zip", "size": 46535, "checksum": "SHA-256:54ddee98d640f486bcd3c05341e713e511658617a53678018efca78bca05516b" @@ -59389,7 +79455,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.0.5.zip", "archiveFileName": "Arduboy2-2.0.5.zip", "size": 45185, "checksum": "SHA-256:821da5593038a55172539559aadd7795da399be7a12841af287bff45e24a5da0" @@ -59407,7 +79473,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-2.1.0.zip", "archiveFileName": "Arduboy2-2.1.0.zip", "size": 50864, "checksum": "SHA-256:655bb7f00189d119c0c838cb5d85bd065ade294f7ddda15cd0de55acddaeae2b" @@ -59425,7 +79491,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-3.0.0.zip", "archiveFileName": "Arduboy2-3.0.0.zip", "size": 63854, "checksum": "SHA-256:00a0b0738b74ce0e3b8ac20f643ec18a9ca5bdfedde6d565c2c1be7b6a43b487" @@ -59443,7 +79509,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-3.1.0.zip", "archiveFileName": "Arduboy2-3.1.0.zip", "size": 72611, "checksum": "SHA-256:8bece3829e9de2b2058e033cda52d79c611b33bd9c20cc92b847a5f5dffd8f05" @@ -59461,7 +79527,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-3.1.1.zip", "archiveFileName": "Arduboy2-3.1.1.zip", "size": 72745, "checksum": "SHA-256:4bb48a922730d3c5702eadca9d216834c1ff1b960283534cc0eca5604363321e" @@ -59479,7 +79545,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.0.0.zip", "archiveFileName": "Arduboy2-4.0.0.zip", "size": 78625, "checksum": "SHA-256:419c82be13c1766b444402bcdd7cc081d344430cf85cd9cfba66ffe223508977" @@ -59497,7 +79563,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.0.1.zip", "archiveFileName": "Arduboy2-4.0.1.zip", "size": 78716, "checksum": "SHA-256:8eb6ba17a821985fd8bb29c3e11a2f418455f556b76111e7e8cb401b0098778b" @@ -59515,7 +79581,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.0.2.zip", "archiveFileName": "Arduboy2-4.0.2.zip", "size": 78724, "checksum": "SHA-256:74f5f81469c083d0660b7fa423096eef96530fef78c2be8a7e8018749514c726" @@ -59533,7 +79599,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-4.1.0.zip", "archiveFileName": "Arduboy2-4.1.0.zip", "size": 78920, "checksum": "SHA-256:b7553fffb0f7966e46ad326671be09d2af2cc32c8f67fb3be7ee107ba576a5ea" @@ -59551,7 +79617,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.0.0.zip", "archiveFileName": "Arduboy2-5.0.0.zip", "size": 99053, "checksum": "SHA-256:b2ce1c50e21f39cfb82af94391d2ed6894b26de0ac3b14c564a9eab9a8bdc094" @@ -59569,7 +79635,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.1.0.zip", "archiveFileName": "Arduboy2-5.1.0.zip", "size": 99604, "checksum": "SHA-256:d62ab3fa2d8a735f870f2c2f03e868514c22e9889fc2b71b4dc069fb77ed1704" @@ -59587,7 +79653,7 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.2.0.zip", "archiveFileName": "Arduboy2-5.2.0.zip", "size": 99834, "checksum": "SHA-256:2b1eb5cf8ceb98b533fb8225809842774a736ea9c9f9f3931eea210497c360fe" @@ -59605,11 +79671,47 @@ "types": ["Contributed"], "repository": "https://github.com/MLXXXp/Arduboy2.git", "providesIncludes": ["Arduboy2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.2.1.zip", "archiveFileName": "Arduboy2-5.2.1.zip", "size": 100386, "checksum": "SHA-256:d52631665708d399f335dffc64e608bd272b99735296ef80e30f209813f6a5de" }, + { + "name": "Arduboy2", + "version": "5.3.0", + "author": "Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger", + "maintainer": "Scott Allen \u003csaydisp-git@yahoo.ca\u003e", + "sentence": "An alternative library for use with the Arduboy game system.", + "paragraph": "This is a fork of the Arduboy library, with a main goal of providing ways in which more code space can be freed for use by large sketches. It remains substantially compatible with Arduboy library V1.1, with the main API difference being that the \"tones\" subclass has been removed and its functionality made available in a separate ArduboyPlaytune library. Removal of \"tones\" also allows other audio functions and libraries to be used, such as ArduboyTones.", + "website": "https://github.com/MLXXXp/Arduboy2", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/MLXXXp/Arduboy2.git", + "providesIncludes": ["Arduboy2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-5.3.0.zip", + "archiveFileName": "Arduboy2-5.3.0.zip", + "size": 208734, + "checksum": "SHA-256:cbde547ab489264f64b2d4496e9cd95020f113d1d88aab3c2f4fb9e92480e017" + }, + { + "name": "Arduboy2", + "version": "6.0.0", + "author": "Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger", + "maintainer": "Scott Allen \u003csaydisp-git@yahoo.ca\u003e", + "sentence": "An alternative library for use with the Arduboy game system.", + "paragraph": "This is a fork of the Arduboy library, with a main goal of providing ways in which more code space can be freed for use by large sketches. It remains substantially compatible with Arduboy library V1.1, with the main API difference being that the \"tones\" subclass has been removed and its functionality made available in a separate ArduboyPlaytune library. Removal of \"tones\" also allows other audio functions and libraries to be used, such as ArduboyTones.", + "website": "https://github.com/MLXXXp/Arduboy2", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/MLXXXp/Arduboy2.git", + "providesIncludes": ["Arduboy2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MLXXXp/Arduboy2-6.0.0.zip", + "archiveFileName": "Arduboy2-6.0.0.zip", + "size": 216592, + "checksum": "SHA-256:fd9e141e97deb5a4e7251fc6761b20ed5bb62785394e55a3ac3df5c31d7e20da" + }, { "name": "MIDI Library", "version": "4.2.0", @@ -59623,7 +79725,7 @@ "types": ["Contributed"], "repository": "https://github.com/FortySevenEffects/arduino_midi_library.git", "providesIncludes": ["MIDI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-4.2.0.zip", "archiveFileName": "MIDI_Library-4.2.0.zip", "size": 108326, "checksum": "SHA-256:132997e752a692ba28e40bcaa18060195e301b5329ce1149e08fb979bf82094f" @@ -59641,11 +79743,65 @@ "types": ["Contributed"], "repository": "https://github.com/FortySevenEffects/arduino_midi_library.git", "providesIncludes": ["MIDI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-4.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-4.3.1.zip", "archiveFileName": "MIDI_Library-4.3.1.zip", "size": 108188, "checksum": "SHA-256:3e79525ae43d7de27eed6dc74af2518277e7ba0adae4901d5d7da51321cf1200" }, + { + "name": "MIDI Library", + "version": "5.0.0", + "author": "Forty Seven Effects, lathoub", + "maintainer": "Francois Best \u003cfrancois.best@fortyseveneffects.com\u003e", + "sentence": "MIDI I/Os for Arduino", + "paragraph": "Read \u0026 send MIDI messages to interface with your controllers and synths", + "website": "https://github.com/FortySevenEffects/arduino_midi_library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/arduino_midi_library.git", + "providesIncludes": ["MIDI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-5.0.0.zip", + "archiveFileName": "MIDI_Library-5.0.0.zip", + "size": 148455, + "checksum": "SHA-256:dffa9a36348fca06f68c1c4c18eebceeff6fdcfe8ec4c121e27fc1f6de457a31" + }, + { + "name": "MIDI Library", + "version": "5.0.1", + "author": "Francois Best, lathoub", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "MIDI I/Os for Arduino", + "paragraph": "Read \u0026 send MIDI messages to interface with your controllers and synths", + "website": "https://github.com/FortySevenEffects/arduino_midi_library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/arduino_midi_library.git", + "providesIncludes": ["MIDI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-5.0.1.zip", + "archiveFileName": "MIDI_Library-5.0.1.zip", + "size": 148555, + "checksum": "SHA-256:2db93ab07192d297695e7b145dc97c69d674062f5a427b5e68b8a7a5a378b0fa" + }, + { + "name": "MIDI Library", + "version": "5.0.2", + "author": "Francois Best, lathoub", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "MIDI I/Os for Arduino", + "paragraph": "Read \u0026 send MIDI messages to interface with your controllers and synths", + "website": "https://github.com/FortySevenEffects/arduino_midi_library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/arduino_midi_library.git", + "providesIncludes": ["MIDI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/MIDI_Library-5.0.2.zip", + "archiveFileName": "MIDI_Library-5.0.2.zip", + "size": 148627, + "checksum": "SHA-256:5ad8ee1ccdc27d72ce5b5591844c8ea863bc5107255a87f30b9c05e4b3be5c44" + }, { "name": "SmartEverything Lion RN2483", "version": "1.0.0", @@ -59658,7 +79814,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/axelelettronica/sme-rn2483-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_Lion_RN2483-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_Lion_RN2483-1.0.0.zip", "archiveFileName": "SmartEverything_Lion_RN2483-1.0.0.zip", "size": 22319, "checksum": "SHA-256:9f71a20155431d43701264832564e17b0f9742eb7a07bf9a7cca962fb5a8822a" @@ -59675,7 +79831,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/axelelettronica/sme-rn2483-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_Lion_RN2483-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_Lion_RN2483-1.1.0.zip", "archiveFileName": "SmartEverything_Lion_RN2483-1.1.0.zip", "size": 21928, "checksum": "SHA-256:eaec225b43b545c477cf605fd349913898eb0a7bcdf55c6027e5269866703a3d" @@ -59692,7 +79848,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/axelelettronica/sme-rn2483-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_Lion_RN2483-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_Lion_RN2483-1.3.0.zip", "archiveFileName": "SmartEverything_Lion_RN2483-1.3.0.zip", "size": 28688, "checksum": "SHA-256:3647544a956a32e1a9929b4c9e39f96d1c8d5141dab7d552bbcbf1d6133f6049" @@ -59709,7 +79865,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/axelelettronica/sme-lsm6ds3-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_LSM6DS3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_LSM6DS3-1.0.0.zip", "archiveFileName": "SmartEverything_LSM6DS3-1.0.0.zip", "size": 22009, "checksum": "SHA-256:b115f62751837942531ece19af803964e9a8432780b6ed2f40eb78509f156286" @@ -59726,7 +79882,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/axelelettronica/sme-lsm6ds3-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_LSM6DS3-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/axelelettronica/SmartEverything_LSM6DS3-1.0.1.zip", "archiveFileName": "SmartEverything_LSM6DS3-1.0.1.zip", "size": 22003, "checksum": "SHA-256:6827d2f7c0764516d5ac01c66477e2200e2bb7312e92e761114142c62d130537" @@ -59743,7 +79899,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_TCA9538_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9538-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9538-1.1.1.zip", "archiveFileName": "ClosedCube_TCA9538-1.1.1.zip", "size": 134966, "checksum": "SHA-256:4a2b0d9d7e2875f2f95a154589c9ae7634d4b79e6c097dade4bb6dd4143eb3d3" @@ -59760,7 +79916,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_TCA9538_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9538-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9538-1.1.3.zip", "archiveFileName": "ClosedCube_TCA9538-1.1.3.zip", "size": 136506, "checksum": "SHA-256:5aba39ea0547fa5c1e98ca50f392ecdadf352cb5b9fd88cce5361b1c943e1629" @@ -59773,15 +79929,81 @@ "sentence": "Advanced webserver for Arduino.", "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", "website": "https://github.com/SukkoPera/Webbino", - "category": "Communication", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SukkoPera/Webbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.0.zip", "archiveFileName": "Webbino-0.9.0.zip", "size": 70048, "checksum": "SHA-256:1c4b63651b06a886a83ce09e9418b940474c0250e8b8a9f3624d624c2b85841c" }, + { + "name": "Webbino", + "version": "0.9.95", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.95.zip", + "archiveFileName": "Webbino-0.9.95.zip", + "size": 140831, + "checksum": "SHA-256:7d6a8f2a83305a849b0bc2139158aa6b31a95bf7f70188c473904b28be4f7df9" + }, + { + "name": "Webbino", + "version": "0.9.96", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.96.zip", + "archiveFileName": "Webbino-0.9.96.zip", + "size": 156530, + "checksum": "SHA-256:02da88a5757b844857cbbb635085c019537a3bd9d570e7f1dc3c3b96a00ac897" + }, + { + "name": "Webbino", + "version": "0.9.97", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.97.zip", + "archiveFileName": "Webbino-0.9.97.zip", + "size": 156531, + "checksum": "SHA-256:26a158c00ab1bf2d7d8f5693833cfa2e3549e4f438762430ab2731c61c6446ba" + }, { "name": "Adafruit IS31FL3731 Library", "version": "1.0.0", @@ -59794,7 +80016,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.0.zip", "archiveFileName": "Adafruit_IS31FL3731_Library-1.0.0.zip", "size": 6845, "checksum": "SHA-256:958d795aaaa1b4e0eeca35c91fc18710e9805f8107b57a0344f6b56fcb6757a8" @@ -59811,7 +80033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.1.zip", "archiveFileName": "Adafruit_IS31FL3731_Library-1.0.1.zip", "size": 6843, "checksum": "SHA-256:b73bc78c0f1d12f70a5308697a84c4f7878f017f9153947cb3f29624007bf452" @@ -59828,11 +80050,114 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.2.zip", "archiveFileName": "Adafruit_IS31FL3731_Library-1.0.2.zip", "size": 6841, "checksum": "SHA-256:52f2093850465e136e4b0e6a5a3a2d26a7eb5acae5440d9b22d3fd733f528f39" }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.3.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-1.0.3.zip", + "size": 7436, + "checksum": "SHA-256:b145e6b2a8797f7b5a410ca9688e0f661004b2f590d085099baefe8c3339efe5" + }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.0.4.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-1.0.4.zip", + "size": 7432, + "checksum": "SHA-256:131e2f36b39b45c58aa52873ea8ac418c86db10da80f01ed0e332136e902ba25" + }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.1.0.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-1.1.0.zip", + "size": 7547, + "checksum": "SHA-256:7b0d36f25b4932d1b669eebac6195b95a6d2c15e74df7b5b3b9fd72fa2de76ef" + }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-1.1.1.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-1.1.1.zip", + "size": 11292, + "checksum": "SHA-256:9d229a610674b88e4bfef73824709f1da79604a1e0559ab2af304b67487f3cd8" + }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-2.0.0.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-2.0.0.zip", + "size": 11290, + "checksum": "SHA-256:99f0779d36f588c8eed8ec623a87fdd3c478ce2102844cb7a1f0175d257487c6" + }, { "name": "AutoAnalogAudio", "version": "1.0.0", @@ -59845,7 +80170,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.0.0.zip", "archiveFileName": "AutoAnalogAudio-1.0.0.zip", "size": 42486, "checksum": "SHA-256:8fa4b9d7f1339f5c87f2c718d846fc1466ff5d07732a677991381bbc788fcbed" @@ -59862,7 +80187,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.1.0.zip", "archiveFileName": "AutoAnalogAudio-1.1.0.zip", "size": 43145, "checksum": "SHA-256:c45065dfb0670365f33d0a389ab91afc9ce27e2c31bd73c94698b5721d771dd1" @@ -59879,7 +80204,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.2.0.zip", "archiveFileName": "AutoAnalogAudio-1.2.0.zip", "size": 102001480, "checksum": "SHA-256:e44ea0d2ac0371febaa35503ab79b34a5e66041069961c5b120345c61bffc6ba" @@ -59896,7 +80221,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.3.0.zip", "archiveFileName": "AutoAnalogAudio-1.3.0.zip", "size": 102010403, "checksum": "SHA-256:70b4c62d9e80eb8cf98edcd0f4002a96ec12fc9e9ef3397dddf94ae86ebdbd03" @@ -59913,11 +80238,79 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.31.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.31.0.zip", "archiveFileName": "AutoAnalogAudio-1.31.0.zip", "size": 102010557, "checksum": "SHA-256:321ef775a39539ece67dc846f31612cf4f110b92b563cc32cda4455a41355a4c" }, + { + "name": "AutoAnalogAudio", + "version": "1.40.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers", + "paragraph": "Simplified API for Arduino DAC, ADC, Timers \u0026 DMA, designed with radio \u0026 wireless communication in mind. Easily create a wide variety of audio related applications.", + "website": "https://github.com/TMRh20/AutoAnalogAudio", + "category": "Signal Input/Output", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.40.0.zip", + "archiveFileName": "AutoAnalogAudio-1.40.0.zip", + "size": 102022351, + "checksum": "SHA-256:589e04b8641550b3ece8cb3760fc64cf052e33e52f9d395a2f5a9ec791392d9b" + }, + { + "name": "AutoAnalogAudio", + "version": "1.41.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers", + "paragraph": "Simplified API for Arduino DAC, ADC, Timers \u0026 DMA, designed with radio \u0026 wireless communication in mind. Easily create a wide variety of audio related applications.", + "website": "https://github.com/TMRh20/AutoAnalogAudio", + "category": "Signal Input/Output", + "architectures": ["avr", "sam", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.41.0.zip", + "archiveFileName": "AutoAnalogAudio-1.41.0.zip", + "size": 102022428, + "checksum": "SHA-256:41ce1841e468a8a3c2b2ac2cef5db4fe66a182881f72d380dd41e0d702f85c72" + }, + { + "name": "AutoAnalogAudio", + "version": "1.42.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers", + "paragraph": "Simplified API for Arduino DAC, ADC, Timers \u0026 DMA, designed with radio \u0026 wireless communication in mind. Easily create a wide variety of audio related applications.", + "website": "https://github.com/TMRh20/AutoAnalogAudio", + "category": "Signal Input/Output", + "architectures": ["avr", "sam", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.42.0.zip", + "archiveFileName": "AutoAnalogAudio-1.42.0.zip", + "size": 102021978, + "checksum": "SHA-256:3c38b14fa8b1d01fe431e7b429c42ed55cfd891f74d19973660040e161067244" + }, + { + "name": "AutoAnalogAudio", + "version": "1.43.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers", + "paragraph": "Simplified API for Arduino DAC, ADC, Timers \u0026 DMA, designed with radio \u0026 wireless communication in mind. Easily create a wide variety of audio related applications.", + "website": "https://github.com/TMRh20/AutoAnalogAudio", + "category": "Signal Input/Output", + "architectures": ["avr", "sam", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.43.0.zip", + "archiveFileName": "AutoAnalogAudio-1.43.0.zip", + "size": 102021903, + "checksum": "SHA-256:2aa0f361704ecca4e8fe2a997decfcc0a0b7d3ff01b93376057cbe1d6cfe1a41" + }, { "name": "SparkFun LP55231 Breakout", "version": "1.0.0", @@ -59930,7 +80323,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LP55231_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LP55231_Breakout-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LP55231_Breakout-1.0.0.zip", "archiveFileName": "SparkFun_LP55231_Breakout-1.0.0.zip", "size": 30860, "checksum": "SHA-256:0e0005ccb676374e625f971de4972662a98efffd53c4c262c18f87efe80c7f7e" @@ -59948,7 +80341,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-3.1.1.zip", "archiveFileName": "NeoGPS-3.1.1.zip", "size": 280602, "checksum": "SHA-256:d5184808eb2e049abc8e284193794a83afe82e1f26034b0262be893fd10d9894" @@ -59966,7 +80359,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-3.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-3.1.2.zip", "archiveFileName": "NeoGPS-3.1.2.zip", "size": 281456, "checksum": "SHA-256:ba6b69d6e21f761ac960e98ecc74f5788e911b956bab112a6a16982880da49fb" @@ -59984,7 +80377,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.0.zip", "archiveFileName": "NeoGPS-4.1.0.zip", "size": 278762, "checksum": "SHA-256:f8c03b29b600e1f8cc504ce990c88ad6e8444df61ff129705f015ceb91915c9f" @@ -60002,7 +80395,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.3.zip", "archiveFileName": "NeoGPS-4.1.3.zip", "size": 279491, "checksum": "SHA-256:d01a9e841b391fdfd975a33eca2aaedfda67962c6a1b2be184b97b0b6774c611" @@ -60020,7 +80413,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.7.zip", "archiveFileName": "NeoGPS-4.1.7.zip", "size": 288855, "checksum": "SHA-256:250f8494d32f5463bb5dbf3c95fb5a4d686151f4c8a242122e2170eeea498885" @@ -60038,7 +80431,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.1.8.zip", "archiveFileName": "NeoGPS-4.1.8.zip", "size": 294160, "checksum": "SHA-256:1116b2160dcbc038527da0e34196743cf3eb225fe3f84bd8e21e791070a4589c" @@ -60056,7 +80449,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.1.zip", "archiveFileName": "NeoGPS-4.2.1.zip", "size": 291812, "checksum": "SHA-256:13032d897c7adc3779f84e5ee89f58b99cc1315e957178c24b890d2be1cfae01" @@ -60074,7 +80467,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.2.zip", "archiveFileName": "NeoGPS-4.2.2.zip", "size": 306965, "checksum": "SHA-256:91ea82490958561f49a6315c696e6ad641c1640967cd06b0f8ab0f54916767ab" @@ -60092,7 +80485,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.3.zip", "archiveFileName": "NeoGPS-4.2.3.zip", "size": 308204, "checksum": "SHA-256:d5aac92db73c7f28937dab2888c99e1f2d32fd9228aa94855240069b70e7994f" @@ -60110,7 +80503,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.4.zip", "archiveFileName": "NeoGPS-4.2.4.zip", "size": 482654, "checksum": "SHA-256:9e1bad185ab6fa430cf7d35a9ba4545caef0c2c2b0c7bca9dfcf0e40428d68d0" @@ -60128,7 +80521,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.5.zip", "archiveFileName": "NeoGPS-4.2.5.zip", "size": 482909, "checksum": "SHA-256:ff9e0c3bd2c41fc0f283c90df7d7747f23ef52147412c5df0b3fcc2f893180ac" @@ -60146,7 +80539,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.6.zip", "archiveFileName": "NeoGPS-4.2.6.zip", "size": 482954, "checksum": "SHA-256:7e49b6973a94493afb79b222ff69b1006704e11e77772bdd3d20bdd0f68cea5f" @@ -60164,7 +80557,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.7.zip", "archiveFileName": "NeoGPS-4.2.7.zip", "size": 483594, "checksum": "SHA-256:ae443fbb0763baa4e4782fb7692b81ef084c81ebcf61ec37c18eef783ad0d856" @@ -60182,7 +80575,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.8.zip", "archiveFileName": "NeoGPS-4.2.8.zip", "size": 493058, "checksum": "SHA-256:50d24af1e452a8dd92e4403a3aa5c337a7a0aec45631203c23765ad6c835cf1d" @@ -60200,7 +80593,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoGPS.git", "providesIncludes": ["NMEAGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoGPS-4.2.9.zip", "archiveFileName": "NeoGPS-4.2.9.zip", "size": 494495, "checksum": "SHA-256:5cfd3a9737fd8b67959d59c76901155967472e38df8bd806481b8b4f51e40169" @@ -60218,7 +80611,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield_KISS.git", "providesIncludes": ["packet.h", "SimpleFIFO.h", "KISS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.5.zip", "archiveFileName": "HamShield_KISS-1.0.5.zip", "size": 26439, "checksum": "SHA-256:e8e5e71710905581673133fad7ff134fdff4040b660e7fb43548c3cbb15a2195" @@ -60236,7 +80629,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield_KISS.git", "providesIncludes": ["packet.h", "SimpleFIFO.h", "KISS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.2.zip", "archiveFileName": "HamShield_KISS-1.0.2.zip", "size": 26580, "checksum": "SHA-256:acbe828ce9d556ec8d096b6718141f8135cd40ce95e4e5ee1e12caf4f376e2c3" @@ -60254,7 +80647,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield_KISS.git", "providesIncludes": ["packet.h", "SimpleFIFO.h", "KISS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.3.zip", "archiveFileName": "HamShield_KISS-1.0.3.zip", "size": 26423, "checksum": "SHA-256:d820249d2315701ccc2411469e3da5c4823a11ade5cda0d718373a04ccc3b3b0" @@ -60272,11 +80665,37 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield_KISS.git", "providesIncludes": ["packet.h", "SimpleFIFO.h", "KISS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.4.zip", "archiveFileName": "HamShield_KISS-1.0.4.zip", "size": 26430, "checksum": "SHA-256:479dde13420d018cf4ae2b3473cdd16ba344e315c7a691f24aabb03b8c88caae" }, + { + "name": "HamShield_KISS", + "version": "1.0.6", + "author": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e, Casey Halverson \u003ccasey@enhancedradio.com\u003e", + "maintainer": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e", + "sentence": "A library for use with HamShield by Enhanced Radio Devices.", + "paragraph": "See the HamShield library by Enhanced Radio Devices for examples.", + "website": "http://www.hamshield.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EnhancedRadioDevices/HamShield_KISS.git", + "providesIncludes": ["packet.h", "SimpleFIFO.h", "KISS.h"], + "dependencies": [ + { + "name": "HamShield" + }, + { + "name": "DDS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.6.zip", + "archiveFileName": "HamShield_KISS-1.0.6.zip", + "size": 26450, + "checksum": "SHA-256:757747a17abf32b7a6fdc6ece3bf53074fbf93d7fd9e05b452885f024401f3f6" + }, { "name": "HamShield", "version": "1.0.5", @@ -60289,7 +80708,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.5.zip", "archiveFileName": "HamShield-1.0.5.zip", "size": 387903, "checksum": "SHA-256:06a92f4bbe5a210bf0309dd5b98dcbb0e38831fc20c38b9f97b489ed1802af34" @@ -60306,7 +80725,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.0.zip", "archiveFileName": "HamShield-1.1.0.zip", "size": 289012, "checksum": "SHA-256:97b59d445081638594f319934bbebf66f28158394b0d046a871cff3dfec46f19" @@ -60323,7 +80742,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.1.zip", "archiveFileName": "HamShield-1.1.1.zip", "size": 289008, "checksum": "SHA-256:0f74121df620e1d57560b5e101d17e5477483c15ad973762be13b6da6ec6f1d9" @@ -60340,7 +80759,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.2.zip", "archiveFileName": "HamShield-1.1.2.zip", "size": 289150, "checksum": "SHA-256:f2508e1a31222e871898326e7c35e6ce89d352757fc721c23c891f352ae77eb7" @@ -60357,7 +80776,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.2.zip", "archiveFileName": "HamShield-1.0.2.zip", "size": 386489, "checksum": "SHA-256:81720c495b7d4f16b9674345ec4fb99975d0c0b3c64948a9fec60796d86d8424" @@ -60374,7 +80793,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.3.zip", "archiveFileName": "HamShield-1.0.3.zip", "size": 387467, "checksum": "SHA-256:d7008abb0c4ad3c8b340853a43ca58b34eba63dfbe21380040918077fde8ee04" @@ -60391,7 +80810,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.0.4.zip", "archiveFileName": "HamShield-1.0.4.zip", "size": 387875, "checksum": "SHA-256:3eaf181e98646ef1c4576d711e83236925b0d111f23157fd1a996983946ff53a" @@ -60408,11 +80827,28 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", "providesIncludes": ["HamShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.3.zip", "archiveFileName": "HamShield-1.1.3.zip", "size": 295942, "checksum": "SHA-256:8aabc94bdb063e8b43bcd7ab4ff2ae36dd68b0e98a832c8af6cb05b43c09ca43" }, + { + "name": "HamShield", + "version": "1.1.4", + "author": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e, Casey Halverson \u003ccasey@enhancedradio.com\u003e", + "maintainer": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e", + "sentence": "A library for use with HamShield by Enhanced Radio Devices.", + "website": "http://www.hamshield.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", + "providesIncludes": ["HamShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.4.zip", + "archiveFileName": "HamShield-1.1.4.zip", + "size": 303913, + "checksum": "SHA-256:4286f4eda0a136066b7c39fa3605814d54df96ca8e06a7ec3141cf132760f076" + }, { "name": "DDS", "version": "1.0.2", @@ -60425,7 +80861,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/DDS.git", "providesIncludes": ["DDS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/DDS-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/DDS-1.0.2.zip", "archiveFileName": "DDS-1.0.2.zip", "size": 20531, "checksum": "SHA-256:5505676e45fa68b48be2ab4654e40ee7af4914a3b09866a8aefd93843245064a" @@ -60442,7 +80878,7 @@ "types": ["Contributed"], "repository": "https://github.com/EnhancedRadioDevices/DDS.git", "providesIncludes": ["DDS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/DDS-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/DDS-1.0.3.zip", "archiveFileName": "DDS-1.0.3.zip", "size": 20790, "checksum": "SHA-256:d31b78ae89a99cb1e3cccbe6956286c7fd7e7073564986fbd681831a6142e1ee" @@ -60459,7 +80895,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.3.0.zip", "archiveFileName": "CayenneMQTT-1.3.0.zip", "size": 228302, "checksum": "SHA-256:bd5cd44135dbab039d16a1ad0e44afc1c6957293e630b8bda88496e21e465809" @@ -60476,7 +80912,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.0.0.zip", "archiveFileName": "CayenneMQTT-1.0.0.zip", "size": 89960, "checksum": "SHA-256:72112c0d390b185195613f2a862d0a9edfc0bb3a9cddaa100526bdee90846038" @@ -60493,7 +80929,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.0.1.zip", "archiveFileName": "CayenneMQTT-1.0.1.zip", "size": 91870, "checksum": "SHA-256:26741ee24123cff43fd7f85a5bd0c783a0c7d4f634736ce48d947286c800aaa7" @@ -60510,7 +80946,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.0.2.zip", "archiveFileName": "CayenneMQTT-1.0.2.zip", "size": 210717, "checksum": "SHA-256:dee8f967ae9c10411133635492adeb7aa73a3198ad4e96869036b0b74781b26c" @@ -60527,7 +80963,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.1.0.zip", "archiveFileName": "CayenneMQTT-1.1.0.zip", "size": 210893, "checksum": "SHA-256:9182da9bb22de7c9f4fb5460800b5da56cf0aff0c925be1e41a0bcdd88fba8b0" @@ -60544,7 +80980,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.2.0.zip", "archiveFileName": "CayenneMQTT-1.2.0.zip", "size": 217591, "checksum": "SHA-256:3877efc1413757f38e855fe62c9ef9d2b8ed7a34cb53581421d92c749fa90984" @@ -60561,7 +80997,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/arduino-volume3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Volume_3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Volume_3-1.0.0.zip", "archiveFileName": "Volume_3-1.0.0.zip", "size": 26774, "checksum": "SHA-256:022bbe465af0133568b98b55b92d1c7182666956da415f319208e4ddb1619769" @@ -60578,7 +81014,7 @@ "architectures": ["avr", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/mysensors/MySensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.0.0.zip", "archiveFileName": "MySensors-2.0.0.zip", "size": 844777, "checksum": "SHA-256:7f681c24aa86c087c38139847917f30171612a8417d7a1524610bd716ac33db2" @@ -60595,7 +81031,7 @@ "architectures": ["avr", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/mysensors/MySensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.1.0.zip", "archiveFileName": "MySensors-2.1.0.zip", "size": 884313, "checksum": "SHA-256:529c1d3374ee9b5ff8bdcf27518eb3bac2542146344a075907432142f9170360" @@ -60612,7 +81048,7 @@ "architectures": ["avr", "esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/mysensors/MySensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.1.1.zip", "archiveFileName": "MySensors-2.1.1.zip", "size": 895412, "checksum": "SHA-256:1f02a81f6ae33c6df5ce82e077812695b9a56681bf7789b5b54526887bffe6c1" @@ -60629,7 +81065,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mysensors/MySensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.2.0.zip", "archiveFileName": "MySensors-2.2.0.zip", "size": 11653415, "checksum": "SHA-256:6d144fc7dd683f544ff3c2d0e429438fd900d11ca463d2ef90f9d762d1b1250c" @@ -60646,7 +81082,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mysensors/MySensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.3.0.zip", "archiveFileName": "MySensors-2.3.0.zip", "size": 11710278, "checksum": "SHA-256:e32dbc9bd4cc607b01f56dd8dfec1f12b460a80e2f2c82a44ada0cf25d270d24" @@ -60663,11 +81099,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mysensors/MySensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.3.1.zip", "archiveFileName": "MySensors-2.3.1.zip", "size": 11763748, "checksum": "SHA-256:89802435067b2e435b76c2915baae595d0ac7987f204f20fada70349f0645da8" }, + { + "name": "MySensors", + "version": "2.3.2", + "author": "The MySensors Team", + "maintainer": "The MySensors Team", + "sentence": "Home Automation Framework", + "paragraph": "Create your own wireless sensor mesh using nRF24L01+, RFM69 and RFM95 radios running on AVR, ESP32, ESP8266, NRF5x, SAMD, STM32F1 and Teensyduino. Over-the-air updates and MySensors support by 20+ home automation controllers.", + "website": "https://www.mysensors.org", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mysensors/MySensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mysensors/MySensors-2.3.2.zip", + "archiveFileName": "MySensors-2.3.2.zip", + "size": 10711198, + "checksum": "SHA-256:966b797698ed232c3823863686e56f20e3cd60aba8441c0344a3941d0bd60ab9" + }, { "name": "PCA9536_RGB", "version": "1.0.0", @@ -60680,7 +81133,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/PCA9536_RGB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536_RGB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536_RGB-1.0.0.zip", "archiveFileName": "PCA9536_RGB-1.0.0.zip", "size": 33209, "checksum": "SHA-256:f14a9ad7159e396bd00e1147619084eebc369e6b6170ae543c78a21c0bceed82" @@ -60697,7 +81150,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/PCA9536_RGB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536_RGB-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536_RGB-1.1.0.zip", "archiveFileName": "PCA9536_RGB-1.1.0.zip", "size": 35786, "checksum": "SHA-256:0b8fe3eca648a373faa53173c7eae425616d3f936adc680ac33ca3fb465ec3e9" @@ -60714,7 +81167,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/PCA9536_RGB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536_RGB-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/PCA9536_RGB-1.2.0.zip", "archiveFileName": "PCA9536_RGB-1.2.0.zip", "size": 41678, "checksum": "SHA-256:4a018fb03d574a1042726dc8c28bc6e447a3e9571f4b89c4dbc51206adf3c625" @@ -60731,7 +81184,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tinkerspy/Automaton-Esp8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton_Esp8266-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tinkerspy/Automaton_Esp8266-0.1.0.zip", "archiveFileName": "Automaton_Esp8266-0.1.0.zip", "size": 16729, "checksum": "SHA-256:a2b22e20058898eb9d6e689dd3d6715ca563850e08aa8da9f51c5d925a36c75b" @@ -60748,7 +81201,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/Stepper_28BYJ_48.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Stepper_28BYJ_48-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Stepper_28BYJ_48-1.0.0.zip", "archiveFileName": "Stepper_28BYJ_48-1.0.0.zip", "size": 328913, "checksum": "SHA-256:8fb0ec67b613fe67e67cad7b98262d11022d087ea4a4716b023bddee270b2338" @@ -60765,7 +81218,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-0.1.0.zip", "archiveFileName": "FanController-0.1.0.zip", "size": 5021, "checksum": "SHA-256:bce5887635f2df25dc3319cef25efc15ff2b7f6776a44409cf2db43cb93abc43" @@ -60782,7 +81235,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-0.1.1.zip", "archiveFileName": "FanController-0.1.1.zip", "size": 5025, "checksum": "SHA-256:bd1888f10222197341c8ff8598934a80d550b26cc19fd403cdad1a9c85415a68" @@ -60799,7 +81252,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-0.1.4.zip", "archiveFileName": "FanController-0.1.4.zip", "size": 5102, "checksum": "SHA-256:23add1afc2cf485c765b31114d45b6ff1caa359102f64eca111892f0035554b5" @@ -60816,7 +81269,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.0.zip", "archiveFileName": "FanController-1.0.0.zip", "size": 6602, "checksum": "SHA-256:17599f639c27caee4f6e47ca69a77eaab30812b8060d0743bf391308708658ee" @@ -60833,7 +81286,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.1.zip", "archiveFileName": "FanController-1.0.1.zip", "size": 6600, "checksum": "SHA-256:380e5e44a3052ff21556703f7aaff503d8a5df60cc36f38ee764c5e0b1907449" @@ -60850,7 +81303,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.3.zip", "archiveFileName": "FanController-1.0.3.zip", "size": 6593, "checksum": "SHA-256:d6c23f6b794b7390d474b1d8eab8a1794e159d226b67ec06a9de4699c6599a78" @@ -60867,7 +81320,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.4.zip", "archiveFileName": "FanController-1.0.4.zip", "size": 6940, "checksum": "SHA-256:b54a0d10740f007356fdde7e70a531e8b719ca9db2fb8aacc81b4f91d68bbe58" @@ -60884,11 +81337,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GiorgioAresu/FanController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.5.zip", "archiveFileName": "FanController-1.0.5.zip", "size": 6971, "checksum": "SHA-256:dd53571dd4b5992cd83b872b9a3c025694749e6883ca55c020bc0fbe4750121b" }, + { + "name": "FanController", + "version": "1.0.6-rc1", + "author": "Giorgio Aresu \u003cgiorgioaresu@gmail.com\u003e", + "maintainer": "Giorgio Aresu \u003cgiorgioaresu@gmail.com\u003e", + "sentence": "Arduino Library for controlling PC fans", + "paragraph": "Supports 3 pins and 4 pins (PWM) fans", + "website": "https://github.com/GiorgioAresu/FanController", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgioAresu/FanController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.6-rc1.zip", + "archiveFileName": "FanController-1.0.6-rc1.zip", + "size": 7132, + "checksum": "SHA-256:1ce8dad161ed888f066f8c18c408663454c0a5d523fafd69e233600567cb6ba9" + }, + { + "name": "FanController", + "version": "1.0.6", + "author": "Giorgio Aresu \u003cgiorgioaresu@gmail.com\u003e", + "maintainer": "Giorgio Aresu \u003cgiorgioaresu@gmail.com\u003e", + "sentence": "Arduino Library for controlling PC fans", + "paragraph": "Supports 3 pins and 4 pins (PWM) fans", + "website": "https://github.com/GiorgioAresu/FanController", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgioAresu/FanController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgioAresu/FanController-1.0.6.zip", + "archiveFileName": "FanController-1.0.6.zip", + "size": 7021, + "checksum": "SHA-256:ee7991e60fe8da820f9c082bdfe27d2f28ad9edc4d1202d070a930eef53c90b6" + }, { "name": "keybrd", "version": "0.5.0", @@ -60901,7 +81388,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wolfv6/keybrd.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.5.0.zip", "archiveFileName": "keybrd-0.5.0.zip", "size": 1024683, "checksum": "SHA-256:b6a2ac9e12e1b20cb1998cac8d89ff9b928340e2a2bf097508329ff193ce30ac" @@ -60918,7 +81405,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wolfv6/keybrd.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.6.3.zip", "archiveFileName": "keybrd-0.6.3.zip", "size": 4899662, "checksum": "SHA-256:b1902464640edf38888d3b42846d6bd09489c42e5bdf63f2d6db786ea33e5c75" @@ -60935,7 +81422,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wolfv6/keybrd.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.6.6.zip", "archiveFileName": "keybrd-0.6.6.zip", "size": 4408896, "checksum": "SHA-256:5778a485c02692ec0de903e2b037a2e2e7a7f193ecf2b8638b43aabfe4a3a02e" @@ -60952,7 +81439,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wolfv6/keybrd.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.6.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wolfv6/keybrd-0.6.7.zip", "archiveFileName": "keybrd-0.6.7.zip", "size": 5422972, "checksum": "SHA-256:2d1901eb2d862bf40ab70967b5804393a94383c9407a29848566eda1917ffd72" @@ -60969,7 +81456,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/SomeSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.0.0.zip", "archiveFileName": "SomeSerial-1.0.0.zip", "size": 4329, "checksum": "SHA-256:22528c289eb77e59cab4155484b7174337f93f7e8cb60bce6293352dafced08a" @@ -60986,7 +81473,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/SomeSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.0.1.zip", "archiveFileName": "SomeSerial-1.0.1.zip", "size": 4341, "checksum": "SHA-256:0ccb8629bb09c541a596adadc27c7100c575ef10108f5d58d6fa6ceccacbd43e" @@ -61003,7 +81490,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/SomeSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.0.2.zip", "archiveFileName": "SomeSerial-1.0.2.zip", "size": 4999, "checksum": "SHA-256:42403b32737f6f9aedf62e9c92b91c4a43b89c6b0b7a78c2e9fb4e54226e2035" @@ -61020,7 +81507,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/SomeSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.0.zip", "archiveFileName": "SomeSerial-1.1.0.zip", "size": 4616, "checksum": "SHA-256:050178b297f2f3e65ec98b461b1ba1a79da0134c40300ba4a34ad9164ef7e865" @@ -61037,11 +81524,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/SomeSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.1.zip", "archiveFileName": "SomeSerial-1.1.1.zip", "size": 4614, "checksum": "SHA-256:2fe901bd5d93471115b8860b87680f726d6df67cb344f82a7ba58027cd881a87" }, + { + "name": "SomeSerial", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to wrap HardwareSerial, SoftwareSerial or USBAPI Serial_.", + "paragraph": "It can call streaming methods even if it is HardwareSerial, SoftwareSerial or USBAPI Serial_.", + "website": "https://github.com/asukiaaa/SomeSerial", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/SomeSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.2.zip", + "archiveFileName": "SomeSerial-1.1.2.zip", + "size": 4616, + "checksum": "SHA-256:6fc6ce613f98cb6d85b31ee413cb1e8fd9a7628b396dd6efe1b3a6d06c35fd77" + }, { "name": "simpleDSTadjust", "version": "1.1.0", @@ -61054,7 +81558,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/neptune2/simpleDSTadjust.git", - "url": "http://downloads.arduino.cc/libraries/github.com/neptune2/simpleDSTadjust-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neptune2/simpleDSTadjust-1.1.0.zip", "archiveFileName": "simpleDSTadjust-1.1.0.zip", "size": 8027, "checksum": "SHA-256:e17e8494810e48013d088ac215447df6a76b37d101ffd7172b812f89a8ab640d" @@ -61071,7 +81575,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/neptune2/simpleDSTadjust.git", - "url": "http://downloads.arduino.cc/libraries/github.com/neptune2/simpleDSTadjust-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neptune2/simpleDSTadjust-1.2.0.zip", "archiveFileName": "simpleDSTadjust-1.2.0.zip", "size": 8024, "checksum": "SHA-256:09b629b4d508127431b783f39893155d5926bfdfaa974f400a4e98898bf00a34" @@ -61088,7 +81592,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-1.0.0.zip", "archiveFileName": "ShiftDisplay-1.0.0.zip", "size": 473629, "checksum": "SHA-256:813b3359075e06adc3ce27ec8e0a1a991152283eba74605407bd13935f68b4b1" @@ -61105,7 +81609,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-2.0.0.zip", "archiveFileName": "ShiftDisplay-2.0.0.zip", "size": 477331, "checksum": "SHA-256:b02aa51bdace294aba5d3ab16206b9f4cd96e71266335048ddc36c2b090bc2a8" @@ -61123,7 +81627,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.0.0.zip", "archiveFileName": "ShiftDisplay-3.0.0.zip", "size": 428922, "checksum": "SHA-256:59d4d98052b69b375b61a1e9b99abdbb0fab64d1adcdff9e2ab69a72fd916096" @@ -61141,7 +81645,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.2.1.zip", "archiveFileName": "ShiftDisplay-3.2.1.zip", "size": 430566, "checksum": "SHA-256:fc85e38b2cb5b193a046e49d569a64ca9f44310062faf4b355448d44fd248bbd" @@ -61159,7 +81663,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.2.2.zip", "archiveFileName": "ShiftDisplay-3.2.2.zip", "size": 430511, "checksum": "SHA-256:5c486b468ae4a379ea5bb38c395482ac61695e9aa0ab8b19d61e66015df26147" @@ -61177,7 +81681,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.2.3.zip", "archiveFileName": "ShiftDisplay-3.2.3.zip", "size": 430396, "checksum": "SHA-256:5245b4aa6de8c016557b2cdf30057673c186927968ac5e060052c203f20599fc" @@ -61195,7 +81699,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.0.zip", "archiveFileName": "ShiftDisplay-3.3.0.zip", "size": 431308, "checksum": "SHA-256:f2da35a8701ad7fc1a4b0cecd7a2e6131b297ae795746596b2403db06c00dfb7" @@ -61213,7 +81717,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.1.zip", "archiveFileName": "ShiftDisplay-3.3.1.zip", "size": 431395, "checksum": "SHA-256:334827a1b0e596c7e88bfc51c1006c2dd8c3abba1952656fae17c5aa2208a142" @@ -61231,7 +81735,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.2.zip", "archiveFileName": "ShiftDisplay-3.3.2.zip", "size": 431680, "checksum": "SHA-256:3b60b42f7ffccac9e340388022511705dc3cfe6ac9d937d4fcadeb7b14115c0f" @@ -61249,7 +81753,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.3.3.zip", "archiveFileName": "ShiftDisplay-3.3.3.zip", "size": 431795, "checksum": "SHA-256:89937da080e355c277f7b1e7a90b33370cc0217a5439ef6315c36c97084d5a08" @@ -61267,7 +81771,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.4.0.zip", "archiveFileName": "ShiftDisplay-3.4.0.zip", "size": 432307, "checksum": "SHA-256:43e1318bfa208a2928d42bc5bcb3644b43390b3b48dd22f750323d73d301a0e7" @@ -61285,7 +81789,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.5.0.zip", "archiveFileName": "ShiftDisplay-3.5.0.zip", "size": 432541, "checksum": "SHA-256:50dc1438ef48adcc3774c28e8982aea24af14f3b73ef61a5df849ffccbb8e906" @@ -61303,7 +81807,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.6.0.zip", "archiveFileName": "ShiftDisplay-3.6.0.zip", "size": 433769, "checksum": "SHA-256:541a4667cde07af2229faf55c9bd055d5c898a931b56df9a13a10d44ea42e80f" @@ -61321,7 +81825,7 @@ "types": ["Contributed"], "repository": "https://github.com/MiguelPynto/ShiftDisplay.git", "providesIncludes": ["ShiftDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MiguelPynto/ShiftDisplay-3.6.1.zip", "archiveFileName": "ShiftDisplay-3.6.1.zip", "size": 436408, "checksum": "SHA-256:de44983c47c5976dbac8369f2726a82b096194c2ce4b82885eda2f2cd5534362" @@ -61338,7 +81842,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/wizard97/Embedded_RingBuf_CPP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/RingBufCPP-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBufCPP-1.0.0.zip", "archiveFileName": "RingBufCPP-1.0.0.zip", "size": 5898, "checksum": "SHA-256:1fa3d93998050d815110357e3459389e42609e252371f93c5592a58539bed5f5" @@ -61355,7 +81859,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/wizard97/Embedded_RingBuf_CPP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/RingBufCPP-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBufCPP-1.1.0.zip", "archiveFileName": "RingBufCPP-1.1.0.zip", "size": 7602, "checksum": "SHA-256:04c8e03fa79212639ce5f217159c75dadb589e92bf553d38d928189eed8ebe9a" @@ -61373,7 +81877,7 @@ "types": ["Contributed"], "repository": "https://github.com/sui77/rc-switch.git", "providesIncludes": ["RCSwitch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.0.zip", "archiveFileName": "rc_switch-2.6.0.zip", "size": 20171, "checksum": "SHA-256:4e4a4637b50bb33eacb920c168e96b7b1d03b9a53c115b0c4d9152b7dba926f2" @@ -61391,11 +81895,47 @@ "types": ["Contributed"], "repository": "https://github.com/sui77/rc-switch.git", "providesIncludes": ["RCSwitch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.2.zip", "archiveFileName": "rc_switch-2.6.2.zip", "size": 20167, "checksum": "SHA-256:8ea31ce97828929ce52d400ed9fd88a9b483e3df92dd684ff2bc0449dc5e987b" }, + { + "name": "rc-switch", + "version": "2.6.3", + "author": "sui77", + "maintainer": "sui77,fingolfin \u003cnoreply@sui.li\u003e", + "sentence": "Operate 433/315Mhz devices.", + "paragraph": "Use your Arduino, ESP8266/ESP32 or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets.", + "website": "https://github.com/sui77/rc-switch", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sui77/rc-switch.git", + "providesIncludes": ["RCSwitch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.3.zip", + "archiveFileName": "rc_switch-2.6.3.zip", + "size": 20738, + "checksum": "SHA-256:5e181ea7da65cf0ff4730d3b5a21dfed0e0e95004e7370c92fcebb0f1df72240" + }, + { + "name": "rc-switch", + "version": "2.6.4", + "author": "sui77", + "maintainer": "sui77,fingolfin \u003cnoreply@sui.li\u003e", + "sentence": "Operate 433/315Mhz devices.", + "paragraph": "Use your Arduino, ESP8266/ESP32 or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets.", + "website": "https://github.com/sui77/rc-switch", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/sui77/rc-switch.git", + "providesIncludes": ["RCSwitch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.4.zip", + "archiveFileName": "rc_switch-2.6.4.zip", + "size": 20957, + "checksum": "SHA-256:ed53920db3a38debe53e43b3bf8849ec3583aa419ef1f421a45662bcf056e014" + }, { "name": "LocoNet", "version": "1.0.1", @@ -61408,7 +81948,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.1.zip", "archiveFileName": "LocoNet-1.0.1.zip", "size": 71389, "checksum": "SHA-256:2149c623a2190d6c17ffbe649d96a3e9577a1fe14fcb5bd91f84620ff2b9103a" @@ -61425,7 +81965,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.2.zip", "archiveFileName": "LocoNet-1.0.2.zip", "size": 71425, "checksum": "SHA-256:86ec0dae5414062a771d375a963d1c8984d637b848a2d54e67c38b47d83af7a3" @@ -61442,7 +81982,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.3.zip", "archiveFileName": "LocoNet-1.0.3.zip", "size": 71420, "checksum": "SHA-256:90c0e27cb484ac9ea432d4c5dc60e9b3d25317a5b1e544915359da3294259b8e" @@ -61459,7 +81999,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.4.zip", "archiveFileName": "LocoNet-1.0.4.zip", "size": 71807, "checksum": "SHA-256:33adafafd5f4f21614e83f03c8713dcb19b4a618e4558b38428204b4c8268fca" @@ -61476,7 +82016,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.5.zip", "archiveFileName": "LocoNet-1.0.5.zip", "size": 75803, "checksum": "SHA-256:36703003ecd123b2d9105c47911658e7188cae6083b1a283d8ea79d8903c2f91" @@ -61493,7 +82033,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.6.zip", "archiveFileName": "LocoNet-1.0.6.zip", "size": 75231, "checksum": "SHA-256:f8edef61cf9e3adea2714ccc499f3d9a7f41b0c379048b7c114ff0faaca48eae" @@ -61510,11 +82050,96 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/mrrwa/LocoNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.0.7.zip", "archiveFileName": "LocoNet-1.0.7.zip", "size": 75414, "checksum": "SHA-256:6a7b0cc3c9c636bb58dc2262fbb759eea5c4a1c1ecc21657c1de97daf9671185" }, + { + "name": "LocoNet", + "version": "1.1.0", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.0.zip", + "archiveFileName": "LocoNet-1.1.0.zip", + "size": 80600, + "checksum": "SHA-256:1c602f215c57867550e43759def7fa654c6a7b5afdad37b2c0a02dc8a8b8d7f0" + }, + { + "name": "LocoNet", + "version": "1.1.1", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.1.zip", + "archiveFileName": "LocoNet-1.1.1.zip", + "size": 80610, + "checksum": "SHA-256:e8cfe4c055d993cbe795d0c329134ed8e7c315edd0be15fbbb9722ce07eed31e" + }, + { + "name": "LocoNet", + "version": "1.1.2", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.2.zip", + "archiveFileName": "LocoNet-1.1.2.zip", + "size": 80616, + "checksum": "SHA-256:16899a15333d0379ad7722027cb7a8ec4a7c56db2d00b9bd4bc5ee77afc707cb" + }, + { + "name": "LocoNet", + "version": "1.1.3", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox, Hans Tanner", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.3.zip", + "archiveFileName": "LocoNet-1.1.3.zip", + "size": 81655, + "checksum": "SHA-256:3bad10bda933fc4bfb45ef65ce4fb3ba7ff0aa35dc016d439dfc383c99d3cc2a" + }, + { + "name": "LocoNet", + "version": "1.1.4", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox, Hans Tanner", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.4.zip", + "archiveFileName": "LocoNet-1.1.4.zip", + "size": 81660, + "checksum": "SHA-256:42530df246572cb7edcb7d8700c6c1bcbacd4d0e644d9144287b781ccae2fcbc" + }, { "name": "ATMlib", "version": "1.2.5", @@ -61528,7 +82153,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.5.zip", "archiveFileName": "ATMlib-1.2.5.zip", "size": 96319, "checksum": "SHA-256:c11a239e4b35c0f9594c6787c5dd00670fdfec5e9f93a03fc9aa96a02dd41343" @@ -61546,7 +82171,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.1.zip", "archiveFileName": "ATMlib-1.2.1.zip", "size": 96016, "checksum": "SHA-256:da2bfde8f1888e51bf69ca0e054d493ff62f0fda3a6fa42069c0e5fb652163d8" @@ -61564,7 +82189,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.0.0.zip", "archiveFileName": "ATMlib-1.0.0.zip", "size": 403877, "checksum": "SHA-256:bd141d552c5fb83965230440380bfc6351c9b5a7796eb4c2aacb93932d5fac43" @@ -61582,7 +82207,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.0.zip", "archiveFileName": "ATMlib-1.1.0.zip", "size": 403862, "checksum": "SHA-256:2ab2500a972c6964709434eeed205640696478ebe6d07cdea91ba7787e18ce01" @@ -61600,7 +82225,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.2.zip", "archiveFileName": "ATMlib-1.1.2.zip", "size": 83247, "checksum": "SHA-256:a6a3afd0fb5faf8c5bf3e8045b3a58b9b6ec934dd99896346e1b243c32c6f7b0" @@ -61618,7 +82243,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.3.zip", "archiveFileName": "ATMlib-1.1.3.zip", "size": 83249, "checksum": "SHA-256:02548c22a91905b33188fdf9c0c24e3b7480ed1b433c362f03e13a8df8d67120" @@ -61636,7 +82261,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.4.zip", "archiveFileName": "ATMlib-1.1.4.zip", "size": 86247, "checksum": "SHA-256:d02d5c5e574ad6c7560687797dd83626f1a6180df9ff2aef76cb1d49d358c547" @@ -61654,7 +82279,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.5.zip", "archiveFileName": "ATMlib-1.1.5.zip", "size": 92822, "checksum": "SHA-256:67f61556906267d135c81024a902268db9def5a469af9d0d8cb5c20d19f18afa" @@ -61672,7 +82297,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.1.6.zip", "archiveFileName": "ATMlib-1.1.6.zip", "size": 92913, "checksum": "SHA-256:1558932c936f01908d61b4e2334ad15e071d73a01bbeb67bf82091f2605937d7" @@ -61690,7 +82315,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.0.zip", "archiveFileName": "ATMlib-1.2.0.zip", "size": 96019, "checksum": "SHA-256:1232197c9515b1840243608a6b4cf6b9bc096359f80e7f47bf0b540c0df5939a" @@ -61708,7 +82333,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.2.zip", "archiveFileName": "ATMlib-1.2.2.zip", "size": 96020, "checksum": "SHA-256:d9a54c30b7d7a54006ae8d37082b9579422e101ae541497e0be1eda1b466bffe" @@ -61726,7 +82351,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.3.zip", "archiveFileName": "ATMlib-1.2.3.zip", "size": 96037, "checksum": "SHA-256:9c7cdeb205e10e311611d40f247dfc11aa60fff83cef7b9c8608b0640bd348c9" @@ -61744,7 +82369,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.4.zip", "archiveFileName": "ATMlib-1.2.4.zip", "size": 96020, "checksum": "SHA-256:965600089f7cd0daecd9efcbfd71c9d5662e6d7c2d33d7548905b406aa6125a9" @@ -61762,7 +82387,7 @@ "types": ["Contributed"], "repository": "https://github.com/TEAMarg/ATMlib.git", "providesIncludes": ["ATMlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TEAMarg/ATMlib-1.2.6.zip", "archiveFileName": "ATMlib-1.2.6.zip", "size": 96352, "checksum": "SHA-256:6992fa2904658cf21200e543299307c86af09377374e9d6c0a012904dd16e3ad" @@ -61779,7 +82404,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/biagiom/LedBlinky.git", - "url": "http://downloads.arduino.cc/libraries/github.com/biagiom/LedBlinky-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/biagiom/LedBlinky-1.3.1.zip", "archiveFileName": "LedBlinky-1.3.1.zip", "size": 11514, "checksum": "SHA-256:0cf8c8bf01d58d73f9293f9cf93ae8fb43a489c5bc2080e550483c7493ca906f" @@ -61796,7 +82421,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aharshac/StringSplitter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aharshac/StringSplitter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aharshac/StringSplitter-1.0.0.zip", "archiveFileName": "StringSplitter-1.0.0.zip", "size": 16885, "checksum": "SHA-256:d49798ec60258c5094fa72ad7ec523a617fc53dd683334f8763a7e50b7e6b1de" @@ -61813,7 +82438,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/MCP3221.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP3221-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/MCP3221-1.0.0.zip", "archiveFileName": "MCP3221-1.0.0.zip", "size": 50350, "checksum": "SHA-256:50a3fe28930c86db1656f83e556fba6c4ac73c6beb2d343e7c647abeb740dbed" @@ -61830,7 +82455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.0.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.0.zip", "size": 58573, "checksum": "SHA-256:026f02a4df173578c40139bb011b22b6e674633e1708f583a7b6a6a127afe7ea" @@ -61847,7 +82472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.2.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.2.zip", "size": 74523, "checksum": "SHA-256:1752e162c243197d0b02460de6a2500ed3ade477fe11554967aae271569e3a09" @@ -61864,7 +82489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.4.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.4.zip", "size": 74493, "checksum": "SHA-256:d35dd91133955b3b77fd5f4661de4d77af417c4c2c24f2b3d645ccdf2de77c8c" @@ -61881,7 +82506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.5.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.5.zip", "size": 74496, "checksum": "SHA-256:4b30c51913b0beead8af2aeb19cad4712e91f7b893342d9ef42ba937739ac052" @@ -61898,7 +82523,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.7.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.7.zip", "size": 76806, "checksum": "SHA-256:a07c4f2be5990a661d97f5400db39baeb68565a72836441bf4527fd4ca39eca9" @@ -61915,7 +82540,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.8.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.0.8.zip", "size": 76808, "checksum": "SHA-256:196bd07f28de2cbfb91e320b7f10bf1367cd67365ae7f3afa3f43bddebe60231" @@ -61932,7 +82557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.1.1.zip", "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.1.1.zip", "size": 76987, "checksum": "SHA-256:2f594f24b829d6f0117fcc9306c917b86e4d0884893d7b38246af801191dbfde" @@ -61949,7 +82574,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/StreamDebugger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/StreamDebugger-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/StreamDebugger-1.0.0.zip", "archiveFileName": "StreamDebugger-1.0.0.zip", "size": 2955, "checksum": "SHA-256:560af54c7231de7a3c4167a4ef5f4b42cbc471f852ce100fbb3486671b3416f3" @@ -61966,7 +82591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/StreamDebugger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/StreamDebugger-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/StreamDebugger-1.0.1.zip", "archiveFileName": "StreamDebugger-1.0.1.zip", "size": 3457, "checksum": "SHA-256:3a7b510367ed072a0a4a270463cb45eb283235405b404ada2d363a482b3e3f33" @@ -61983,7 +82608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.3.zip", "archiveFileName": "TinyGSM-0.1.3.zip", "size": 1378068, "checksum": "SHA-256:228e1a61e3ebda14a02e1ecf62a0b7e91eb76419b5bb2fe8c9f07253688bd1f6" @@ -62000,7 +82625,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.0.zip", "archiveFileName": "TinyGSM-0.1.0.zip", "size": 5171335, "checksum": "SHA-256:44f183c53fc13f62eaebc67ede16f4b766e1ed6ebd195d8bae606c7ca78f2d51" @@ -62017,7 +82642,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.1.zip", "archiveFileName": "TinyGSM-0.1.1.zip", "size": 8339423, "checksum": "SHA-256:e5dec3463097e6cb5e984efd4bc7642d7b245dc5c63e89ed5592b8d5668b5a37" @@ -62034,7 +82659,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.2.zip", "archiveFileName": "TinyGSM-0.1.2.zip", "size": 1235198, "checksum": "SHA-256:9a2c426ca1f3a7dfbb7d279cafe8fab554c3f3394bba08cb1cc1b54bce2e5707" @@ -62051,7 +82676,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.4.zip", "archiveFileName": "TinyGSM-0.1.4.zip", "size": 1379224, "checksum": "SHA-256:e1d5c7c947c7df1ecd09c5d3d9c52ac710cf93908b4d693ca413679e139c29e4" @@ -62068,7 +82693,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.5.zip", "archiveFileName": "TinyGSM-0.1.5.zip", "size": 1379264, "checksum": "SHA-256:b3b03609dddff39f8ba9daf251baa250ddfc7dc097d6e2cee298a26c84d6b1e1" @@ -62085,7 +82710,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.6.zip", "archiveFileName": "TinyGSM-0.1.6.zip", "size": 1389180, "checksum": "SHA-256:4c9c2a3865a12654ded38d527903cb5e166ac5959a48c8f25179b48654fe9799" @@ -62102,7 +82727,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.1.7.zip", "archiveFileName": "TinyGSM-0.1.7.zip", "size": 1393367, "checksum": "SHA-256:e04730d360a92b7f49725a54a67c670f37a5abaa10cca59c1b4adcfd6c06ffa3" @@ -62119,7 +82744,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.2.0.zip", "archiveFileName": "TinyGSM-0.2.0.zip", "size": 1394308, "checksum": "SHA-256:04100a7cc62fcfe9516b14e1a8b99165e27e5e4b9344070270ca78fbb46919d2" @@ -62136,7 +82761,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.1.zip", "archiveFileName": "TinyGSM-0.3.1.zip", "size": 1404351, "checksum": "SHA-256:f84519b7c67df3c8508104336ba194b31b5f0c28a7e13d73c1916cfc2d5a9868" @@ -62153,7 +82778,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.2.zip", "archiveFileName": "TinyGSM-0.3.2.zip", "size": 32589748, "checksum": "SHA-256:8a13d53a80db36346ab0c8419e6d2209a53aa2d2a060258d9129ffd4de6620fd" @@ -62170,7 +82795,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.3.zip", "archiveFileName": "TinyGSM-0.3.3.zip", "size": 32590037, "checksum": "SHA-256:bf797ab86ff10cf7f3b88fee990709e636d313d211a28da4d3697770feedc705" @@ -62187,7 +82812,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.3.5.zip", "archiveFileName": "TinyGSM-0.3.5.zip", "size": 38325494, "checksum": "SHA-256:8eab22b4e5bd1913d8318479cf23c7b08202cce8221e3914d0e517e07d34e502" @@ -62204,7 +82829,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.6.2.zip", "archiveFileName": "TinyGSM-0.6.2.zip", "size": 57334513, "checksum": "SHA-256:7c89ba8c83c59a9ca77b9c453560dd199c60b2475caa31b7c615352ae5adf320" @@ -62221,7 +82846,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.7.4.zip", "archiveFileName": "TinyGSM-0.7.4.zip", "size": 58978907, "checksum": "SHA-256:573a4e589c6d19a5d6a315677e2a26fcb8bfba2d7c217592ceb18fc5c4e97355" @@ -62238,7 +82863,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.7.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.7.7.zip", "archiveFileName": "TinyGSM-0.7.7.zip", "size": 58980854, "checksum": "SHA-256:c1855ecf82e72cb0112842d1d32456277d3c948c42ac6f83c8ce9c1960a0d0f4" @@ -62255,11 +82880,170 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/vshymanskyy/TinyGSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.7.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.7.9.zip", "archiveFileName": "TinyGSM-0.7.9.zip", "size": 58981049, "checksum": "SHA-256:6e11c0c7a9b5dcaeff6d5ea6c65de423a5f20f6e467babbe1d9c5fa0be7421ed" }, + { + "name": "TinyGSM", + "version": "0.10.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.10.1.zip", + "archiveFileName": "TinyGSM-0.10.1.zip", + "size": 1518680, + "checksum": "SHA-256:7da3a40d8242347c1fe5726d35b2f53929ce5385d267bb3a3a2fbb6cfe86492a" + }, + { + "name": "TinyGSM", + "version": "0.10.3", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.10.3.zip", + "archiveFileName": "TinyGSM-0.10.3.zip", + "size": 1519194, + "checksum": "SHA-256:c81006cd6031f5857e10b66ea130a26f6dcff6f2e5bd15b0e3d4de2171cb7778" + }, + { + "name": "TinyGSM", + "version": "0.10.5", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.10.5.zip", + "archiveFileName": "TinyGSM-0.10.5.zip", + "size": 1519197, + "checksum": "SHA-256:fea55404f69a41b66e984497be97a7dc2b5356445368c3c58b7249e0c52941a2" + }, + { + "name": "TinyGSM", + "version": "0.10.7", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": ["TinyGsmClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.10.7.zip", + "archiveFileName": "TinyGSM-0.10.7.zip", + "size": 1521982, + "checksum": "SHA-256:991e62a24864aa423da28066d2ec9b5050572a3d7f8945403dd48bf605767419" + }, + { + "name": "TinyGSM", + "version": "0.10.8", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": ["TinyGsmClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.10.8.zip", + "archiveFileName": "TinyGSM-0.10.8.zip", + "size": 1522206, + "checksum": "SHA-256:9abd306744e18db607412261eaae2f6cfc77267c00ce875a39e70b2e79acbdc5" + }, + { + "name": "TinyGSM", + "version": "0.10.9", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": ["TinyGsmClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.10.9.zip", + "archiveFileName": "TinyGSM-0.10.9.zip", + "size": 1523118, + "checksum": "SHA-256:152ac6c02c10ad1caea1bb39babc83389ad655f3f002e691cb2fcb87c3582726" + }, + { + "name": "TinyGSM", + "version": "0.11.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": ["TinyGsmClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.1.zip", + "archiveFileName": "TinyGSM-0.11.1.zip", + "size": 1543203, + "checksum": "SHA-256:2514b5c05a3c499a6ff5c65bfac049ad785da83a873f7b4c7d82e246203d7d16" + }, + { + "name": "TinyGSM", + "version": "0.11.2", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": ["TinyGsmClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.2.zip", + "archiveFileName": "TinyGSM-0.11.2.zip", + "size": 1543793, + "checksum": "SHA-256:28335b03fb9bdb0759f567063fef07ec4db4c0d5ebc5339c4ace8b1f8231bf2f" + }, + { + "name": "TinyGSM", + "version": "0.11.3", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": ["TinyGsmClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.3.zip", + "archiveFileName": "TinyGSM-0.11.3.zip", + "size": 1543799, + "checksum": "SHA-256:07046cd21fdbd78edc87b781d40cf5bf801446c436e847b060ee78fea488e4f5" + }, { "name": "BridgeHttpClient", "version": "2.0.0", @@ -62272,7 +83056,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-2.0.0.zip", "archiveFileName": "BridgeHttpClient-2.0.0.zip", "size": 9067, "checksum": "SHA-256:aa82c3e6961efaac201bb59a804d71a28f67f4814c1ee2ef330f2aca8870f27f" @@ -62289,7 +83073,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.0.0.zip", "archiveFileName": "BridgeHttpClient-3.0.0.zip", "size": 9215, "checksum": "SHA-256:af4aabdfaae667c897c449b60490331ec667f1a091b8f711107fc64c4743f8b9" @@ -62306,7 +83090,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.0.3.zip", "archiveFileName": "BridgeHttpClient-3.0.3.zip", "size": 11515, "checksum": "SHA-256:6171376217eead00c01d3919bab5c565949f86be72ca295966e6d50ac162dfae" @@ -62323,7 +83107,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.0.4.zip", "archiveFileName": "BridgeHttpClient-3.0.4.zip", "size": 11832, "checksum": "SHA-256:7b17e3600d9b778dd7678f37ebcbf2c32d79651e0c07ca77a8bfbf4df56202e8" @@ -62340,7 +83124,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.1.0.zip", "archiveFileName": "BridgeHttpClient-3.1.0.zip", "size": 11905, "checksum": "SHA-256:e2d44639212cdd74f1713aef869aac0168b7821ac8ad44a1b54479f5c15f2dd8" @@ -62357,7 +83141,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-1.0.0.zip", "archiveFileName": "BridgeHttpClient-1.0.0.zip", "size": 9671, "checksum": "SHA-256:e82b58e9ea366e4edc1288ab50e8dc7ca25d48e08817582b02bc5f05c1105341" @@ -62375,7 +83159,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["U8g2lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.0.0.zip", "archiveFileName": "Pablo-1.0.0.zip", "size": 25322, "checksum": "SHA-256:5131e3ffcb96ac2fdd1afa37eac6cd5a24e947cec7f05cd570dc5a73e8f608ff" @@ -62393,7 +83177,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["U8g2lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.0.zip", "archiveFileName": "Pablo-1.1.0.zip", "size": 25692, "checksum": "SHA-256:8c665a2d81a26f54f781fbdfd100a5974b67d715153e3d8aeef578b9a1c17480" @@ -62411,7 +83195,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["U8g2lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.2.zip", "archiveFileName": "Pablo-1.1.2.zip", "size": 25724, "checksum": "SHA-256:4a33483490c73f13e1be1a7584573ea834fecc7b91b7759001a24617d16973f8" @@ -62429,7 +83213,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["U8g2lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.3.zip", "archiveFileName": "Pablo-1.1.3.zip", "size": 35567, "checksum": "SHA-256:c23229f03d6742931cdbfdaf0de999c2d2e9865ed9b91ce5f2bc2f592aa0f30c" @@ -62447,7 +83231,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["U8g2lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.5.zip", "archiveFileName": "Pablo-1.1.5.zip", "size": 35567, "checksum": "SHA-256:e16bd0c92aa63c0784db1af9be73e58744190ab273149ae8fc555699933afd32" @@ -62465,7 +83249,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["U8g2lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.6.zip", "archiveFileName": "Pablo-1.1.6.zip", "size": 35901, "checksum": "SHA-256:7022be2744aedcb2412e362a4145ef8c04ebcac497ab2c2c54361e2af09535e3" @@ -62483,7 +83267,7 @@ "types": ["Contributed"], "repository": "https://github.com/polygondoor/Pablo.git", "providesIncludes": ["Pablo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/polygondoor/Pablo-1.1.7.zip", "archiveFileName": "Pablo-1.1.7.zip", "size": 37239, "checksum": "SHA-256:f68f1844bfe7aa5c2a387b3e2825a7d9e36cf9409178e305262c43fc190e696a" @@ -62501,7 +83285,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweet.git", "providesIncludes": ["IoTtweet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.2.0.zip", "archiveFileName": "IoTtweet-0.2.0.zip", "size": 9445, "checksum": "SHA-256:4e107b596c6c57958fc28b8a4844d6c0649bae6a6a02293476c5d5e533090d23" @@ -62519,7 +83303,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweet.git", "providesIncludes": ["IoTtweet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.2.9.zip", "archiveFileName": "IoTtweet-0.2.9.zip", "size": 10272, "checksum": "SHA-256:b8c3979d5e82cfbae1f04a7248cb25e7336232cdc480216cbac4ec8f3555644b" @@ -62537,7 +83321,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweet.git", "providesIncludes": ["IoTtweet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.3.1.zip", "archiveFileName": "IoTtweet-0.3.1.zip", "size": 10397, "checksum": "SHA-256:8c307131a8a422af06561019649457713bcf4793b140ed25d49e742ef91606f5" @@ -62555,7 +83339,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweet.git", "providesIncludes": ["IoTtweet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.3.2.zip", "archiveFileName": "IoTtweet-0.3.2.zip", "size": 10375, "checksum": "SHA-256:c19deb4d01687f677fdae9a63cc29ab36736ece48dcb85a380b3e19654b7a8d3" @@ -62573,7 +83357,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweet.git", "providesIncludes": ["IoTtweet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-0.3.3.zip", "archiveFileName": "IoTtweet-0.3.3.zip", "size": 11729, "checksum": "SHA-256:27e0facc893d8bae0d7bc60969388f6e60c812ef97b3c0ce3c31f4632d59bc6b" @@ -62591,7 +83375,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweet.git", "providesIncludes": ["IoTtweet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweet-1.0.0.zip", "archiveFileName": "IoTtweet-1.0.0.zip", "size": 11811, "checksum": "SHA-256:20a5009710f523c2b2444cf9c2f4233f919c1fa1122fb12d332241f0061bb437" @@ -62608,7 +83392,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/aspenforest/SIM800.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aspenforest/Aspen_SIM800-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aspenforest/Aspen_SIM800-1.0.1.zip", "archiveFileName": "Aspen_SIM800-1.0.1.zip", "size": 144167, "checksum": "SHA-256:c37e494ef5871781a92eee3ad2cc488ef6dcf02e71522fa65852077e0bf423df" @@ -62626,7 +83410,7 @@ "types": ["Contributed"], "repository": "https://github.com/connect-things/ConnectThings_ESP8266.git", "providesIncludes": ["ConnectThings_ESP8266.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/connect-things/ConnectThings_ESP8266-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connect-things/ConnectThings_ESP8266-0.0.1.zip", "archiveFileName": "ConnectThings_ESP8266-0.0.1.zip", "size": 4287, "checksum": "SHA-256:f936ac68d9c7609c1f8d0e2e77b1f2845ca65a91fcb060726995b704f5a761ee" @@ -62643,7 +83427,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.0.0.zip", "archiveFileName": "Lixie-1.0.0.zip", "size": 18656, "checksum": "SHA-256:92f9247e26c2138f0b9b1edbf4501cda26d470865069cd7139c8896eab1557b0" @@ -62660,7 +83444,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.1.0.zip", "archiveFileName": "Lixie-1.1.0.zip", "size": 17859, "checksum": "SHA-256:be1ba7e5e62304c99784fcec56fef622b356a7929b726c358955e4aa893a0a42" @@ -62677,7 +83461,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.1.1.zip", "archiveFileName": "Lixie-1.1.1.zip", "size": 19345, "checksum": "SHA-256:c15e3246eb7f32a1589d2aa15aa823781659e12d41e2f900d718c04c58c8d6e0" @@ -62694,7 +83478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.2.0.zip", "archiveFileName": "Lixie-1.2.0.zip", "size": 37919, "checksum": "SHA-256:e3ea4f43e8689cddf37bd3d29321becde62cc75ee086564763d865cec7eb187f" @@ -62711,7 +83495,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.2.2.zip", "archiveFileName": "Lixie-1.2.2.zip", "size": 42436, "checksum": "SHA-256:ba7e64c9e683b892cb78d037c0431aa14007364dcab4f6d9e1ef3f7c92c18945" @@ -62728,7 +83512,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.3.0.zip", "archiveFileName": "Lixie-1.3.0.zip", "size": 44045, "checksum": "SHA-256:2da5bd12ba9681661cfd13e80eed61998d843085495a886ee2c7da77bb57ca9f" @@ -62745,7 +83529,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/Lixie-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie-1.4.0.zip", "archiveFileName": "Lixie-1.4.0.zip", "size": 53113, "checksum": "SHA-256:be8ca1fb302d4b5f4d8334521691a4155d4373dd82a017b06d85a98b84e9aa10" @@ -62761,7 +83545,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/A4963.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/A4963-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/A4963-0.1.0.zip", "archiveFileName": "A4963-0.1.0.zip", "size": 8246, "checksum": "SHA-256:c6bd5fcc3507785a2b31cb4ecb1b056dc916e775f988c4b72c22972acfbd1e40" @@ -62777,7 +83561,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/descampsa/A4963.git", - "url": "http://downloads.arduino.cc/libraries/github.com/descampsa/A4963-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/descampsa/A4963-0.2.0.zip", "archiveFileName": "A4963-0.2.0.zip", "size": 8246, "checksum": "SHA-256:9bae4035c71d2e04e284db5d22224109c0f00a807959c3e9e1d2cea14287d1e8" @@ -62794,7 +83578,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/maly/edushield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.0.zip", "archiveFileName": "EduShield-1.0.0.zip", "size": 3976075, "checksum": "SHA-256:c8fddca2a75429ebbae4dbc8b0874eeef6b566ea37fb79b1bbee8ba72693a969" @@ -62811,7 +83595,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/maly/edushield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.2.zip", "archiveFileName": "EduShield-1.0.2.zip", "size": 4019706, "checksum": "SHA-256:b4f26a9553d5d1aea996fa42ec60f0f127009c134a5626af41974b36630fac8c" @@ -62828,7 +83612,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/maly/edushield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.5.zip", "archiveFileName": "EduShield-1.0.5.zip", "size": 4030780, "checksum": "SHA-256:09cd7b98d2a4ed2edbd502b1216f75fa473a19fe07f7fcc81e1b5aec36d6eb0c" @@ -62845,7 +83629,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/maly/edushield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maly/EduShield-1.0.7.zip", "archiveFileName": "EduShield-1.0.7.zip", "size": 4032524, "checksum": "SHA-256:387bc8eba49cb841cc9fd259b648809e766cfcccb13c570345b08e18ec3fd0e6" @@ -62862,7 +83646,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotDFPlayerMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.0.zip", "archiveFileName": "DFRobotDFPlayerMini-1.0.0.zip", "size": 9335, "checksum": "SHA-256:335c2577571ea0bae8c797e99ee353e25439305b650912631b5301ea2207839e" @@ -62879,7 +83663,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotDFPlayerMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.1.zip", "archiveFileName": "DFRobotDFPlayerMini-1.0.1.zip", "size": 9302, "checksum": "SHA-256:85fca7fb55e7a71564211a44dbdb1fc6995c6561a451df8b3d65403760555bde" @@ -62896,7 +83680,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotDFPlayerMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.2.zip", "archiveFileName": "DFRobotDFPlayerMini-1.0.2.zip", "size": 732735, "checksum": "SHA-256:dbceda78c3f82c501941b82c2c0e48e689c67bcac323e124cb31a9138d51b507" @@ -62913,7 +83697,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotDFPlayerMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.3.zip", "archiveFileName": "DFRobotDFPlayerMini-1.0.3.zip", "size": 780421, "checksum": "SHA-256:4b84399b672b729bb83e706f7e8b6084d1320f49d25b13c3e85df3c5a2a0185e" @@ -62930,7 +83714,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DFRobot/DFRobotDFPlayerMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.5.zip", "archiveFileName": "DFRobotDFPlayerMini-1.0.5.zip", "size": 780421, "checksum": "SHA-256:9a2563fd83a5f51be5cd523dc71959250525157f6bfcb47a08ab74a9e8bf6524" @@ -62948,7 +83732,7 @@ "types": ["Contributed"], "repository": "https://github.com/elyons/pinduino.git", "providesIncludes": ["pinduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.10.zip", "archiveFileName": "Pinduino-1.2.10.zip", "size": 44515, "checksum": "SHA-256:e412ee466fef5802f51bd9d1dce410ce938184c0b2a70f5faeea8708a90f4324" @@ -62966,7 +83750,7 @@ "types": ["Contributed"], "repository": "https://github.com/elyons/pinduino.git", "providesIncludes": ["pinduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.6.zip", "archiveFileName": "Pinduino-1.2.6.zip", "size": 44203, "checksum": "SHA-256:7356e3ffc7fa1e6a6022c5f6f748f86498cca59191d5b317c28a2fabc47e0d94" @@ -62984,7 +83768,7 @@ "types": ["Contributed"], "repository": "https://github.com/elyons/pinduino.git", "providesIncludes": ["pinduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.7.zip", "archiveFileName": "Pinduino-1.2.7.zip", "size": 44140, "checksum": "SHA-256:1b22ca543a29b9cef4c06c64e555807f05b973d703f72ee25e9c7d379cf0df0e" @@ -63002,11 +83786,29 @@ "types": ["Contributed"], "repository": "https://github.com/elyons/pinduino.git", "providesIncludes": ["pinduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.2.8.zip", "archiveFileName": "Pinduino-1.2.8.zip", "size": 44257, "checksum": "SHA-256:cc3da50708f68648fe105fbbaaf057cdb70219cdc214fffbe1f073f1209241be" }, + { + "name": "Pinduino", + "version": "1.5.0", + "author": "Eric Lyons", + "maintainer": "Eric Lyons", + "sentence": "Infterface library for pinduino", + "paragraph": "Control LEDs (and other mods) on pinball machines using an Arduino-based board called the Pinduino.", + "website": "https://github.com/elyons/professor_pinball_pinduino_sketches", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/elyons/pinduino.git", + "providesIncludes": ["pinduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/elyons/Pinduino-1.5.0.zip", + "archiveFileName": "Pinduino-1.5.0.zip", + "size": 45774, + "checksum": "SHA-256:d08a8c8468e95e9bc11c8d811815dfc306805c7332c716a70aad93f95d14b53b" + }, { "name": "WatchDog", "version": "1.0.0", @@ -63019,7 +83821,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/WatchDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/WatchDog-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/WatchDog-1.0.0.zip", "archiveFileName": "WatchDog-1.0.0.zip", "size": 10924, "checksum": "SHA-256:5bac1e4c282feee570b049d4e0f2b91e72d3bc140a31b2a06666bae0fdb6f30d" @@ -63036,7 +83838,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/WatchDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/WatchDog-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/WatchDog-1.1.0.zip", "archiveFileName": "WatchDog-1.1.0.zip", "size": 15038, "checksum": "SHA-256:8a477e2fec97dca73a61f02bee397375470aea39dc8538dfc6c66ae997bb6e5b" @@ -63053,7 +83855,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nadavmatalon/WatchDog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nadavmatalon/WatchDog-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nadavmatalon/WatchDog-1.2.0.zip", "archiveFileName": "WatchDog-1.2.0.zip", "size": 18136, "checksum": "SHA-256:004e50dac4c0b1c0ca6ffe3e19b9f4225bfa798ea16d6e5469379af5da931d88" @@ -63070,7 +83872,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myconstellation/constellation-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.1.16308.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.1.16308.zip", "archiveFileName": "Constellation-2.1.16308.zip", "size": 29586, "checksum": "SHA-256:e6826ded4fedf1d68eb5c92f9a7f46459414abe628eaac39ffe4162edf3b576e" @@ -63087,7 +83889,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myconstellation/constellation-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.2.16341.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.2.16341.zip", "archiveFileName": "Constellation-2.2.16341.zip", "size": 29853, "checksum": "SHA-256:ee98814dd72f4c36f13f56bc92c0b02d9f8bb15939eafb313568fb20626dd99e" @@ -63104,7 +83906,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myconstellation/constellation-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.2.17248.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.2.17248.zip", "archiveFileName": "Constellation-2.2.17248.zip", "size": 29893, "checksum": "SHA-256:5b2032e723b816a6342ba93aa26a036fd2c72d34ebf688a7d2db9840bb94c066" @@ -63121,7 +83923,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/myconstellation/constellation-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.4.18186.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/myconstellation/Constellation-2.4.18186.zip", "archiveFileName": "Constellation-2.4.18186.zip", "size": 30901, "checksum": "SHA-256:31d5cb209106b991f828965a93d6f1039acbc449d189fd8d761129d0f7a32490" @@ -63139,7 +83941,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.0.zip", "archiveFileName": "SakuraIO-1.0.0.zip", "size": 60472, "checksum": "SHA-256:534956b7af10db9d58b487d3d6d5f88d90ec3c459f993944d4ecfe79ebae8d2e" @@ -63157,7 +83959,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.1.zip", "archiveFileName": "SakuraIO-1.0.1.zip", "size": 61408, "checksum": "SHA-256:193fc8e31da5c32dadc06ffa47a50f4844003b42e98f313b10884e40b8c5c9b5" @@ -63175,7 +83977,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.2.zip", "archiveFileName": "SakuraIO-1.0.2.zip", "size": 82957, "checksum": "SHA-256:4959ff30c48557c9f99dc4c96fce846491ac9cf32152a64456a24d3caacf040f" @@ -63193,7 +83995,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.3.zip", "archiveFileName": "SakuraIO-1.0.3.zip", "size": 82991, "checksum": "SHA-256:6e3d1d8a9edf7c5fc52a3b78734858ed9493b18b4ccbcd03c8a9bf95dfe7f3cd" @@ -63211,7 +84013,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.0.4.zip", "archiveFileName": "SakuraIO-1.0.4.zip", "size": 128600, "checksum": "SHA-256:a50c2c76bff8a360c67065e4881107e4df63faad7d82146feabfc58c70fbf231" @@ -63229,7 +84031,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.0.zip", "archiveFileName": "SakuraIO-1.1.0.zip", "size": 130434, "checksum": "SHA-256:c9ff89c2acdc4f9b0fae0ab22b6b34c427c08ca3f322c8ffa30ef7e6c25e9e13" @@ -63247,7 +84049,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.1.zip", "archiveFileName": "SakuraIO-1.1.1.zip", "size": 131763, "checksum": "SHA-256:e4291bf086b92663d1688209c15e53a1c03db3733d75a0493333d72d86031e34" @@ -63265,7 +84067,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.2.zip", "archiveFileName": "SakuraIO-1.1.2.zip", "size": 133026, "checksum": "SHA-256:7da5c9bdfdb5d13d9f40abc5ff5f29120a1a995e21a00c3cf62523039e3a9beb" @@ -63283,7 +84085,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.3.zip", "archiveFileName": "SakuraIO-1.1.3.zip", "size": 134532, "checksum": "SHA-256:57f2c4e8161e701dadb2230c623f7070569be9791a952f64ab29c39d05cd85f0" @@ -63301,7 +84103,7 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.4.zip", "archiveFileName": "SakuraIO-1.1.4.zip", "size": 136068, "checksum": "SHA-256:73bd11927505ca77691df68185be707fe27621dd06cb8cf5211e970a4b3289ad" @@ -63319,11 +84121,29 @@ "types": ["Contributed"], "repository": "https://github.com/sakuraio/SakuraIOArduino.git", "providesIncludes": ["SakuraIO.h", "SakuraIOUtils.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.5.zip", "archiveFileName": "SakuraIO-1.1.5.zip", "size": 138853, "checksum": "SHA-256:37d61ce99c33738b2fd4ee9e72615d14c6f27aee838542f364bb5a3c62ceef7a" }, + { + "name": "SakuraIO", + "version": "1.1.6", + "author": "SAKURA internet Inc. \u003csupport@sakura.ad.jp\u003e", + "maintainer": "chibiegg \u003cy-egusa@sakura.ad.jp\u003e", + "sentence": "Library for Sakura Communication Module (https://sakura.io/)", + "paragraph": "Provides functions for \"sakura.io\" (IoT platform of SAKURA internet Inc.) (https://sakura.io/) with Sakura Communication Module. This library supports SCM-LTE-Beta and SCM-LTE-01 and SCM-LTE-01 Rev.B.", + "website": "https://github.com/sakuraio/SakuraIOArduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sakuraio/SakuraIOArduino.git", + "providesIncludes": ["SakuraIO.h", "SakuraIOUtils.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sakuraio/SakuraIO-1.1.6.zip", + "archiveFileName": "SakuraIO-1.1.6.zip", + "size": 139323, + "checksum": "SHA-256:a49c863363fff9fdc059373d93f828aa4137544ce695de50b7d38790caf36908" + }, { "name": "DatavisionLCD", "version": "1.0.0", @@ -63336,7 +84156,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/CsCrazy85/DatavisionLCD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CsCrazy85/DatavisionLCD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CsCrazy85/DatavisionLCD-1.0.0.zip", "archiveFileName": "DatavisionLCD-1.0.0.zip", "size": 4572, "checksum": "SHA-256:3fab399ce1a99b6574507c8b2f832cdff9d84dba84d2a5e424c62498c6fa23d8" @@ -63353,7 +84173,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/CsCrazy85/DatavisionLCD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CsCrazy85/DatavisionLCD-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CsCrazy85/DatavisionLCD-1.0.2.zip", "archiveFileName": "DatavisionLCD-1.0.2.zip", "size": 5377, "checksum": "SHA-256:bf024534b5b86cd704609fbc4fe2a85c954a3acba29fd3874103a52f29b87dcd" @@ -63371,7 +84191,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.1.zip", "archiveFileName": "GobbitLineCommand-0.0.1.zip", "size": 40175, "checksum": "SHA-256:c0c78454427ea211b0df31b4f02538886dec9e3571392fa8b2c12873ed842694" @@ -63389,7 +84209,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.2.zip", "archiveFileName": "GobbitLineCommand-0.0.2.zip", "size": 40658, "checksum": "SHA-256:4e3d1e9642773552775eee5331d3d7a286f061de41771749b3f445a70a96da7d" @@ -63407,7 +84227,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.3.zip", "archiveFileName": "GobbitLineCommand-0.0.3.zip", "size": 41759, "checksum": "SHA-256:5c5dad3e4b10c9c7b7b53d55a9c465a4f7b739f1ef7e6f26bc14215ccd94b2cb" @@ -63425,7 +84245,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.5.zip", "archiveFileName": "GobbitLineCommand-0.0.5.zip", "size": 45746, "checksum": "SHA-256:44317cde0dc863f1d1df2931e6219505ef2d44d17a6f0bc77d437c5ccd132787" @@ -63443,7 +84263,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.6.zip", "archiveFileName": "GobbitLineCommand-0.0.6.zip", "size": 73034, "checksum": "SHA-256:254a26aec584c61bc4dae33882641c134cbed8cd74e06b28170140781ace0c9b" @@ -63461,7 +84281,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.7.zip", "archiveFileName": "GobbitLineCommand-0.0.7.zip", "size": 78913, "checksum": "SHA-256:fbf5de7364dcdd354369329070bceee18ac057255a5d6c504bca1cf87a5a2181" @@ -63479,7 +84299,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.8.zip", "archiveFileName": "GobbitLineCommand-0.0.8.zip", "size": 88627, "checksum": "SHA-256:43927118e59adff451c7e12946d13ce82e73de11619017ee4efe85c386faff48" @@ -63497,7 +84317,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.9.zip", "archiveFileName": "GobbitLineCommand-0.0.9.zip", "size": 91059, "checksum": "SHA-256:773ae3729d4dde84ae58dfe2ecf993f9b5bcf3aae7be59d0a57abf5b42952a26" @@ -63515,7 +84335,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.92.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.92.zip", "archiveFileName": "GobbitLineCommand-0.0.92.zip", "size": 154049, "checksum": "SHA-256:c8d9f120cd9fe5f825d95ca6fcbeb3157539d5b51b6d160d99c9225d99f0eca2" @@ -63533,7 +84353,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.91.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.91.zip", "archiveFileName": "GobbitLineCommand-0.0.91.zip", "size": 97468, "checksum": "SHA-256:dd45e0040fb3b3a56d7c92f77618aee8b6cc31f1b82a130fe5ac983c63efbd22" @@ -63551,7 +84371,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.95.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.95.zip", "archiveFileName": "GobbitLineCommand-0.0.95.zip", "size": 171850, "checksum": "SHA-256:c0e7fb0e58e907bcefd6581a1d4c4e2194e13f86b1e8cb46b7cd6d9627435737" @@ -63569,7 +84389,7 @@ "types": ["Contributed"], "repository": "https://github.com/MadTooler/Gobbit_Line_Commander.git", "providesIncludes": ["GobbitLineCommand.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.96.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MadTooler/GobbitLineCommand-0.0.96.zip", "archiveFileName": "GobbitLineCommand-0.0.96.zip", "size": 172215, "checksum": "SHA-256:454d07f7b942b9e7a28797cf851240e02ee09ec8ee67ce6ec34d982be9a7ccfd" @@ -63587,7 +84407,7 @@ "types": ["Contributed"], "repository": "https://github.com/DeanIsMe/SevSeg.git", "providesIncludes": ["SevSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.2.0.zip", "archiveFileName": "SevSeg-3.2.0.zip", "size": 18208, "checksum": "SHA-256:183dbf28378c96f26967bbe8a57ea6aae69328fc5ffea26961a8070bf5bd219d" @@ -63605,7 +84425,7 @@ "types": ["Contributed"], "repository": "https://github.com/DeanIsMe/SevSeg.git", "providesIncludes": ["SevSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.3.0.zip", "archiveFileName": "SevSeg-3.3.0.zip", "size": 18475, "checksum": "SHA-256:3a12226296e293b870b195102e45022e189c75ac693c459d541777800daeaaed" @@ -63623,11 +84443,83 @@ "types": ["Contributed"], "repository": "https://github.com/DeanIsMe/SevSeg.git", "providesIncludes": ["SevSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.4.0.zip", "archiveFileName": "SevSeg-3.4.0.zip", "size": 21316, "checksum": "SHA-256:003b04b45ab9d3f8ce03ca3e622ec25423efd180d644c6e075dbd40e0fd5c681" }, + { + "name": "SevSeg", + "version": "3.5.0", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": ["SevSeg.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.5.0.zip", + "archiveFileName": "SevSeg-3.5.0.zip", + "size": 17668, + "checksum": "SHA-256:d71c91f82ab417a696e10f58aa6fb99eceb73bbcb24b2765bd3a405e289f2c9c" + }, + { + "name": "SevSeg", + "version": "3.6.0", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": ["SevSeg.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.6.0.zip", + "archiveFileName": "SevSeg-3.6.0.zip", + "size": 17708, + "checksum": "SHA-256:4095769de4a60e5a8b9aeeb395793af7ca206bb411165226d0790df48989f5a7" + }, + { + "name": "SevSeg", + "version": "3.6.1", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": ["SevSeg.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.6.1.zip", + "archiveFileName": "SevSeg-3.6.1.zip", + "size": 17710, + "checksum": "SHA-256:2c06a02fd2b12ded7f306204e6d6a8c20cb3c367ee8726e1be496cf33ecccb72" + }, + { + "name": "SevSeg", + "version": "3.7.0", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": ["SevSeg.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.7.0.zip", + "archiveFileName": "SevSeg-3.7.0.zip", + "size": 18128, + "checksum": "SHA-256:1c2b115485e72533d3626ba98af0b4a7989b1ce6a7ee9a7a7bd01ae75446f526" + }, { "name": "uRTCLib", "version": "3.0.0", @@ -63641,7 +84533,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-3.0.0.zip", "archiveFileName": "uRTCLib-3.0.0.zip", "size": 7777, "checksum": "SHA-256:0205b8f88f3c84462985ffba6283e76c52518be7cf8b0195aa055cc2ec0dc70d" @@ -63659,7 +84551,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-3.0.2.zip", "archiveFileName": "uRTCLib-3.0.2.zip", "size": 7763, "checksum": "SHA-256:cfc3cab7ca979ab5f6569bd12b8267f1fd0f99c9848a0245d94057dbe06181db" @@ -63677,7 +84569,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-3.1.0.zip", "archiveFileName": "uRTCLib-3.1.0.zip", "size": 8841, "checksum": "SHA-256:6612ac718faac94374ccf367fba5f307b6ef2ff0cc3216aac18c8f8a3e9194fd" @@ -63695,7 +84587,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.0.1.zip", "archiveFileName": "uRTCLib-4.0.1.zip", "size": 10012, "checksum": "SHA-256:f200153b10cc839d00888d94d2276460e3706045786f52b88925a95a6067fbb5" @@ -63713,7 +84605,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.0.2.zip", "archiveFileName": "uRTCLib-4.0.2.zip", "size": 9899, "checksum": "SHA-256:63597fe5d9c1143d13adf0be7154911df10677fe87ea3088da208963bd5fb8c1" @@ -63731,7 +84623,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.1.0.zip", "archiveFileName": "uRTCLib-4.1.0.zip", "size": 10309, "checksum": "SHA-256:163d19b296f77d680638f692eed32350fca0b5f1aa41a06323445ce069875b7b" @@ -63749,7 +84641,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.2.0.zip", "archiveFileName": "uRTCLib-4.2.0.zip", "size": 10826, "checksum": "SHA-256:ca61803bd1d4104e5d920bceee2e1e38d9f029e4d407531cc0988d0ad86a7823" @@ -63767,7 +84659,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.2.1.zip", "archiveFileName": "uRTCLib-4.2.1.zip", "size": 871197, "checksum": "SHA-256:7bd8ecc751359378782337a8c06dd24ef1766b1d22edc4ef5fe59dfdf94a68a9" @@ -63785,7 +84677,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.3.0.zip", "archiveFileName": "uRTCLib-4.3.0.zip", "size": 872590, "checksum": "SHA-256:37e10f5132103ed8cd84d9bc5a184fea9897cf7cba96916a7d1bb03a8b01cbc7" @@ -63803,7 +84695,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-4.3.1.zip", "archiveFileName": "uRTCLib-4.3.1.zip", "size": 872545, "checksum": "SHA-256:3ba2ea31f03b1630cc5a0e8dd27c5a0fa257a94c36aace538e4d117c4e9f7c07" @@ -63821,7 +84713,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-5.0.0.zip", "archiveFileName": "uRTCLib-5.0.0.zip", "size": 679273, "checksum": "SHA-256:42b2271fc6b29b6c45571b682b8ebc3685d1fa9b6e035d9382a765804151d5ff" @@ -63839,7 +84731,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.0.0.zip", "archiveFileName": "uRTCLib-6.0.0.zip", "size": 974927, "checksum": "SHA-256:63a5089ae24e825c20b3a5530d346a571e549c00f64ff6eb2fb9c3561bfc1441" @@ -63857,11 +84749,263 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uRTCLib.git", "providesIncludes": ["uRTCLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.0.1.zip", "archiveFileName": "uRTCLib-6.0.1.zip", "size": 974940, "checksum": "SHA-256:8dab35ea8b7cc34d2c573e7637cf64d0c0d810a223fd0044d7be318a068c16cc" }, + { + "name": "uRTCLib", + "version": "6.1.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.1.0.zip", + "archiveFileName": "uRTCLib-6.1.0.zip", + "size": 975255, + "checksum": "SHA-256:cb9adf398258ce39b6c70690c607b47fb4b779fbf9acae059ae77d0eae0f8034" + }, + { + "name": "uRTCLib", + "version": "6.2.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.0.zip", + "archiveFileName": "uRTCLib-6.2.0.zip", + "size": 975449, + "checksum": "SHA-256:8d14722064a3c9a2ea64ff4ed331ac7c347a9b530da4419665248d20e8ddfd20" + }, + { + "name": "uRTCLib", + "version": "6.2.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.1.zip", + "archiveFileName": "uRTCLib-6.2.1.zip", + "size": 975545, + "checksum": "SHA-256:28e27670f9a7a3b71cb666c83f671472aa5b92c9b33e88ad56494595b18e2dba" + }, + { + "name": "uRTCLib", + "version": "6.2.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.2.zip", + "archiveFileName": "uRTCLib-6.2.2.zip", + "size": 1203413, + "checksum": "SHA-256:139c951df735672b06111f669fd6f33be8d4fc09630da5017a0896f059d83cd6" + }, + { + "name": "uRTCLib", + "version": "6.2.3", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.3.zip", + "archiveFileName": "uRTCLib-6.2.3.zip", + "size": 1206791, + "checksum": "SHA-256:9269fca90f0f00576c0bcbc9d561ea1815a7cb28b49605fdf4b1c960bdedd2bf" + }, + { + "name": "uRTCLib", + "version": "6.2.4", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.4.zip", + "archiveFileName": "uRTCLib-6.2.4.zip", + "size": 1207019, + "checksum": "SHA-256:977cb494fe8d5ef223cece648b419784f8412a24e7e4de8eda73c29441663141" + }, + { + "name": "uRTCLib", + "version": "6.2.5", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.5.zip", + "archiveFileName": "uRTCLib-6.2.5.zip", + "size": 20228, + "checksum": "SHA-256:1a8b456b4caa3a9bc33053b3bfdba2f6c1f4b006d8b5b06d368256f8459ce687" + }, + { + "name": "uRTCLib", + "version": "6.2.6", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.6.zip", + "archiveFileName": "uRTCLib-6.2.6.zip", + "size": 20328, + "checksum": "SHA-256:9bab3e0f5f19500fd1a0ea2178889b2c876701f96b9a9bd8bb4221baf7ef6f48" + }, + { + "name": "uRTCLib", + "version": "6.2.7", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.7.zip", + "archiveFileName": "uRTCLib-6.2.7.zip", + "size": 20408, + "checksum": "SHA-256:7ff030723d30ecf18941fade4095a96592a2f71a60761ec82ba96073af1804f3" + }, + { + "name": "uRTCLib", + "version": "6.2.8", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.8.zip", + "archiveFileName": "uRTCLib-6.2.8.zip", + "size": 20698, + "checksum": "SHA-256:7cac13839ff6d71393a38ee29b6944ef7a6c854f58c558be7e68fb56395421ba" + }, + { + "name": "uRTCLib", + "version": "6.2.9", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.9.zip", + "archiveFileName": "uRTCLib-6.2.9.zip", + "size": 22694, + "checksum": "SHA-256:83e6bdb9aedb985871dee040fe2539fc7badaa8dc7d8a4613119a0941daa9b1c" + }, + { + "name": "uRTCLib", + "version": "6.2.10", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.2.10.zip", + "archiveFileName": "uRTCLib-6.2.10.zip", + "size": 22961, + "checksum": "SHA-256:69a5cb4e5a89705b4ea401d52b886cfcad7d50b7fb17b0a985455f99efebce93" + }, + { + "name": "uRTCLib", + "version": "6.3.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.3.0.zip", + "archiveFileName": "uRTCLib-6.3.0.zip", + "size": 24044, + "checksum": "SHA-256:eb8c284be61b1ce9134a447e94eaa8c8a2fe6b1d5d7a02b0e5b03b884f018509" + }, + { + "name": "uRTCLib", + "version": "6.4.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": ["uRTCLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.4.0.zip", + "archiveFileName": "uRTCLib-6.4.0.zip", + "size": 24510, + "checksum": "SHA-256:c92e453121beda603f7fb2b44bd4c9cb30caa749f0b4e3064034a534b78317fc" + }, { "name": "ROKduino", "version": "2.2.0", @@ -63874,7 +85018,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Rokenbok/ROKduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.0.zip", "archiveFileName": "ROKduino-2.2.0.zip", "size": 15343, "checksum": "SHA-256:50f5c11abb6f1b5aaec04c0dac2e150d6bb61ae8f4f34116bc512b712a8aa036" @@ -63891,7 +85035,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Rokenbok/ROKduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.1.zip", "archiveFileName": "ROKduino-2.2.1.zip", "size": 15357, "checksum": "SHA-256:7313ce005b59c0da44b2d6b5f8d20ef06d358368de8c54bbca09dfa089076dda" @@ -63908,7 +85052,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Rokenbok/ROKduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.2.zip", "archiveFileName": "ROKduino-2.2.2.zip", "size": 15304, "checksum": "SHA-256:63f53cbf6697bed05f8fea6490429e43326ba97f1e0f2d9a5c647528bb40ceea" @@ -63925,7 +85069,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Rokenbok/ROKduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.3.zip", "archiveFileName": "ROKduino-2.2.3.zip", "size": 15305, "checksum": "SHA-256:c2df17460bdda26774553aac075ce20b48fb2a0943719e932308f212d81175e4" @@ -63942,7 +85086,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Rokenbok/ROKduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.4.zip", "archiveFileName": "ROKduino-2.2.4.zip", "size": 15138, "checksum": "SHA-256:27a71d995975760ffdb7d9db88780d517ed40a3d0306ade0de8bfd279c11b8a7" @@ -63959,7 +85103,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Rokenbok/ROKduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rokenbok/ROKduino-2.2.5.zip", "archiveFileName": "ROKduino-2.2.5.zip", "size": 15180, "checksum": "SHA-256:afac064ebc734164ed761952b7e34bdfdb5640d5a523550d00a7ed598865a058" @@ -63976,11 +85120,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/AnalogKeypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.0.0.zip", "archiveFileName": "AnalogKeypad_by_Makuna-1.0.0.zip", "size": 5111, "checksum": "SHA-256:5414344104f7bb6af0b3cc31a2e016325d906315d5b0f65f5251a7939ace9244" }, + { + "name": "AnalogKeypad by Makuna", + "version": "1.0.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing the Banggood Ananlog Keyboard easy.", + "paragraph": "Includes support for events of click and hold. Tested on esp8266.", + "website": "https://github.com/Makuna/AnalogKeypad", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/AnalogKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.0.1.zip", + "archiveFileName": "AnalogKeypad_by_Makuna-1.0.1.zip", + "size": 5530, + "checksum": "SHA-256:20200f3415c5734a284fe8a275020ecf429979baa0a0a83ae94ef983828afe37" + }, + { + "name": "AnalogKeypad by Makuna", + "version": "1.0.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing the Banggood Analog Keyboard easy.", + "paragraph": "Includes support for events of click and hold. Tested on esp8266.", + "website": "https://github.com/Makuna/AnalogKeypad", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/AnalogKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.0.2.zip", + "archiveFileName": "AnalogKeypad_by_Makuna-1.0.2.zip", + "size": 5528, + "checksum": "SHA-256:468094fa71f1d411cf07c42c82f2394041d0565ea7c5e84d8f3c217810138523" + }, + { + "name": "AnalogKeypad by Makuna", + "version": "1.1.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing an analog keypad easy.", + "paragraph": "Includes support for events of click and hold. Tested on esp8266.", + "website": "https://github.com/Makuna/AnalogKeypad", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/AnalogKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.1.0.zip", + "archiveFileName": "AnalogKeypad_by_Makuna-1.1.0.zip", + "size": 5815, + "checksum": "SHA-256:04aaafba6390b54a744ad0a264503c7279a3f9c659a95397a0e3066bebfd8c76" + }, + { + "name": "AnalogKeypad by Makuna", + "version": "1.1.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing an analog keypad easy.", + "paragraph": "Includes support for events of click and hold. Tested on esp8266.", + "website": "https://github.com/Makuna/AnalogKeypad", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/AnalogKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.1.1.zip", + "archiveFileName": "AnalogKeypad_by_Makuna-1.1.1.zip", + "size": 8109, + "checksum": "SHA-256:0cb47b4a89ec7e3bc0ea00aaf2f5d74a08f183072d3e0ad83a50dbf44b272020" + }, { "name": "Nokia5110", "version": "0.1.0", @@ -63993,7 +85205,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nitins11/Nokia5110LCD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nitins11/Nokia5110-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nitins11/Nokia5110-0.1.0.zip", "archiveFileName": "Nokia5110-0.1.0.zip", "size": 7044, "checksum": "SHA-256:f88ff24acd51723b8f64c85457503d6c044336d357dece7be623cd08163738cb" @@ -64010,7 +85222,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/ArduboyPlaytune.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.0.zip", "archiveFileName": "ArduboyPlaytune-1.0.0.zip", "size": 11984, "checksum": "SHA-256:a93b48dd8b373dd415fa4ce5cdafc816d3c515e6694df330ec088983f03c43f6" @@ -64027,7 +85239,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/ArduboyPlaytune.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.1.zip", "archiveFileName": "ArduboyPlaytune-1.0.1.zip", "size": 12872, "checksum": "SHA-256:418ef3573929d341ec167660f25846302e6bf3f0147130438d26771fdfb38c8b" @@ -64044,7 +85256,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/ArduboyPlaytune.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.2.zip", "archiveFileName": "ArduboyPlaytune-1.0.2.zip", "size": 16844, "checksum": "SHA-256:400591417e41a88127983d18477ed1ca6781dc8fb7543893c68e59b48e818aaa" @@ -64061,7 +85273,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/ArduboyPlaytune.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.3.zip", "archiveFileName": "ArduboyPlaytune-1.0.3.zip", "size": 17119, "checksum": "SHA-256:260fa89d70d1b2f7b09eb5ef4b1847514b2082471ad9c97988d8e300cfb74079" @@ -64078,7 +85290,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Arduboy/ArduboyPlaytune.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Arduboy/ArduboyPlaytune-1.0.4.zip", "archiveFileName": "ArduboyPlaytune-1.0.4.zip", "size": 17605, "checksum": "SHA-256:81dbcc9c41d95987f63d305e7d658ad7e1caf2fa0e95ff06ddcdcbde802243d2" @@ -64095,7 +85307,7 @@ "architectures": ["arc32"], "types": ["Contributed"], "repository": "https://github.com/dantler/GroveEncoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dantler/GroveEncoder-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dantler/GroveEncoder-1.0.0.zip", "archiveFileName": "GroveEncoder-1.0.0.zip", "size": 7139, "checksum": "SHA-256:5f870d008367c014e452455f8b4d6bb6023218ce537eef6e34962f11ccf153e7" @@ -64113,7 +85325,7 @@ "types": ["Contributed"], "repository": "https://github.com/Hobietime/RF24G.git", "providesIncludes": ["RF24G.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hobietime/RF24G-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hobietime/RF24G-1.0.0.zip", "archiveFileName": "RF24G-1.0.0.zip", "size": 693089, "checksum": "SHA-256:487dbfbd4695a8de586e2c538ec7ba908a60ca461f4f088da0bb2a447402e9d1" @@ -64131,7 +85343,7 @@ "types": ["Contributed"], "repository": "https://github.com/Hobietime/RF24G.git", "providesIncludes": ["RF24G.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hobietime/RF24G-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hobietime/RF24G-0.9.0.zip", "archiveFileName": "RF24G-0.9.0.zip", "size": 193378, "checksum": "SHA-256:afc639c9b7c6678e361de4d3f9c5aee80937dbaee1fdf3f13496a91b43ee4c36" @@ -64148,7 +85360,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.1.zip", "archiveFileName": "Sim800L_Library_Revised-1.1.1.zip", "size": 66790, "checksum": "SHA-256:5eca9dc53d32f0179ea2f7e2803380a6075448761a1f4944f946b76f50abf4b1" @@ -64165,7 +85377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.2.zip", "archiveFileName": "Sim800L_Library_Revised-1.1.2.zip", "size": 66823, "checksum": "SHA-256:2d892cb58dfcb9ff904ff6d5836a5f21bfb25ede48df1ea24d92f6e6ecbe2701" @@ -64182,7 +85394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.3.zip", "archiveFileName": "Sim800L_Library_Revised-1.1.3.zip", "size": 66864, "checksum": "SHA-256:c2bb549b262a93948a850ee016f9176c5aa7440553defab8725f637af07135c3" @@ -64199,7 +85411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.4.zip", "archiveFileName": "Sim800L_Library_Revised-1.1.4.zip", "size": 66866, "checksum": "SHA-256:e1fbc37ff6f699beae47b103d218e2df4ea7a5d37adc630e449bfa7233294633" @@ -64216,11 +85428,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.5.zip", "archiveFileName": "Sim800L_Library_Revised-1.1.5.zip", "size": 66853, "checksum": "SHA-256:85dab20a4b9f98d2f44bb2632787a41223249e5564d323dc266642d2bb4d0cb9" }, + { + "name": "Sim800L Library Revised", + "version": "1.1.6", + "author": "Vittorio Esposito", + "maintainer": "Vittorio Esposito", + "sentence": "Arduino library for Sim800L", + "paragraph": "Arduino library for Sim800L", + "website": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.6.zip", + "archiveFileName": "Sim800L_Library_Revised-1.1.6.zip", + "size": 66885, + "checksum": "SHA-256:9aa9b0f7d6348fb62cfd2d258eb40a92dfca83694f6a4327bc3d8898be179022" + }, + { + "name": "Sim800L Library Revised", + "version": "1.1.8", + "author": "Vittorio Esposito", + "maintainer": "Vittorio Esposito", + "sentence": "Arduino library for Sim800L", + "paragraph": "Arduino library for Sim800L", + "website": "https://github.com/vittorioexp/Sim800L-Arduino-Library-revised", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.8.zip", + "archiveFileName": "Sim800L_Library_Revised-1.1.8.zip", + "size": 67150, + "checksum": "SHA-256:7ac5dfc9deaae158ac6a3e23e793033bf5bc90be5a4baa928f3e0d90b82979b7" + }, + { + "name": "Sim800L Library Revised", + "version": "1.1.9", + "author": "Vittorio Esposito", + "maintainer": "Vittorio Esposito", + "sentence": "Arduino library for Sim800L", + "paragraph": "Arduino library for Sim800L", + "website": "https://github.com/vittorioexp/Sim800L-Arduino-Library-revised", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.9.zip", + "archiveFileName": "Sim800L_Library_Revised-1.1.9.zip", + "size": 67196, + "checksum": "SHA-256:458ff6dcb48ec44b1f300dfccf2d6a51e815f53d188bf96717b372af71324a05" + }, { "name": "ArdBitmap", "version": "2.0.0", @@ -64233,7 +85496,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/igvina/ArdBitmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.0.zip", "archiveFileName": "ArdBitmap-2.0.0.zip", "size": 94585, "checksum": "SHA-256:b52847354fa358afe1c4cb87b1293e0964b6c7b831ecf589a8ee9ebb4322b194" @@ -64250,7 +85513,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/igvina/ArdBitmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.1.zip", "archiveFileName": "ArdBitmap-2.0.1.zip", "size": 94787, "checksum": "SHA-256:c069e8ab53512f6f8d072a42557730605176cdfc6dea84bea1dc6482279207a8" @@ -64267,7 +85530,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/igvina/ArdBitmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.2.zip", "archiveFileName": "ArdBitmap-2.0.2.zip", "size": 94787, "checksum": "SHA-256:ff226f61ba2d44a3693394ac9b409ae818228fb8d82f2a71dda8ee3eb183e80c" @@ -64284,7 +85547,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/igvina/ArdBitmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/igvina/ArdBitmap-2.0.3.zip", "archiveFileName": "ArdBitmap-2.0.3.zip", "size": 94789, "checksum": "SHA-256:de2a4f0f87f757c6d9621dd1ee23563914c5ac5fb42fada2cc83b503d300a41e" @@ -64302,7 +85565,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.2.zip", "archiveFileName": "MD_Parola-2.6.2.zip", "size": 7589530, "checksum": "SHA-256:785e465f2b7f27ec32e9928a2803541d69111f3d7f760611760b863e039b79e9" @@ -64320,7 +85583,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.5.zip", "archiveFileName": "MD_Parola-2.6.5.zip", "size": 9180842, "checksum": "SHA-256:1f65977eda1ce8aa7e1b29f6b2bdf21eaa8cfd68f09860284223366a383fe7b7" @@ -64337,7 +85600,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.5.0.zip", "archiveFileName": "MD_Parola-2.5.0.zip", "size": 7494670, "checksum": "SHA-256:12646cbb87a369c2569dfd42371219649f169577181848fde1fed34826b99823" @@ -64356,7 +85619,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.0.0.zip", "archiveFileName": "MD_Parola-3.0.0.zip", "size": 9136845, "checksum": "SHA-256:1a87278f6d0422ce44e8820b92ff51d0b8c6af175e4bb18e8a1745090caf6c1e" @@ -64373,7 +85636,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.2.0.zip", "archiveFileName": "MD_Parola-2.2.0.zip", "size": 5838144, "checksum": "SHA-256:0b30e18ecf9ab00a3d9dad8529376d041edc0431f3e2e0be870afc6c5ad6f35b" @@ -64391,7 +85654,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.1.zip", "archiveFileName": "MD_Parola-2.6.1.zip", "size": 7501834, "checksum": "SHA-256:f60fd28940493749a11ed233e17d7f3cf833a4afc6aa5a5b48a89e80f4fe5b2c" @@ -64409,7 +85672,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.4.zip", "archiveFileName": "MD_Parola-2.6.4.zip", "size": 9012561, "checksum": "SHA-256:fde10f122d5b13ead8590287d4537aa6103a2dd3e25b662f6254280756306840" @@ -64427,7 +85690,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.6.6.zip", "archiveFileName": "MD_Parola-2.6.6.zip", "size": 9189446, "checksum": "SHA-256:5764a2de0c92cc724e4997f07365617641b73381e0c7d6e39d77b5c71d53136e" @@ -64445,7 +85708,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.0.zip", "archiveFileName": "MD_Parola-2.7.0.zip", "size": 9211870, "checksum": "SHA-256:af58be2e1829206bc5e64ba3a8214d01a5265329054e7059b1fae346d524c7ee" @@ -64463,7 +85726,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.1.zip", "archiveFileName": "MD_Parola-2.7.1.zip", "size": 9211859, "checksum": "SHA-256:680ab807645bb9c6091f8af6414bf23ec8d2f6c9262e67e00fdb6eacd408d327" @@ -64481,7 +85744,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.2.zip", "archiveFileName": "MD_Parola-2.7.2.zip", "size": 9075300, "checksum": "SHA-256:9260736c56954b1f5584ed5a4df6215673925e304d58cf4956c9097285a0e54b" @@ -64499,7 +85762,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.3.zip", "archiveFileName": "MD_Parola-2.7.3.zip", "size": 9080364, "checksum": "SHA-256:23aee04ee3c2f0f7ff296096556e37b222050d9e59d7509514b253f2801cc662" @@ -64517,7 +85780,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-2.7.4.zip", "archiveFileName": "MD_Parola-2.7.4.zip", "size": 9125859, "checksum": "SHA-256:96a4c45d2b089daa10558b426dc4a3f87e698b4349d8f38445ed570dadfbecab" @@ -64536,7 +85799,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.0.1.zip", "archiveFileName": "MD_Parola-3.0.1.zip", "size": 9141286, "checksum": "SHA-256:d184b2241b3735f31dd8523eb7e59e8a1278980ee8f5ea51ea7a24d4837a1309" @@ -64555,7 +85818,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.0.2.zip", "archiveFileName": "MD_Parola-3.0.2.zip", "size": 9146438, "checksum": "SHA-256:a1612530ef0f7a093781f32b980444148577cae5a4512e62a6199cdd64690f38" @@ -64574,7 +85837,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.1.0.zip", "archiveFileName": "MD_Parola-3.1.0.zip", "size": 9146600, "checksum": "SHA-256:97815a20fe5021401da9fabc4f35c49d9946fec7bc138651198b596f9f18b7d3" @@ -64593,11 +85856,251 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Parola.git", "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.1.1.zip", "archiveFileName": "MD_Parola-3.1.1.zip", "size": 9146728, "checksum": "SHA-256:68b0fc02f1313d03bed038c00866fc4d6f7546029651281c61ace4e57a3350bc" }, + { + "name": "MD_Parola", + "version": "3.2.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.2.0.zip", + "archiveFileName": "MD_Parola-3.2.0.zip", + "size": 9146611, + "checksum": "SHA-256:9522ca5e753f585557e384c8941484b563f3863447c5cb97e4cf1a9d98adec17" + }, + { + "name": "MD_Parola", + "version": "3.3.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.3.0.zip", + "archiveFileName": "MD_Parola-3.3.0.zip", + "size": 9149717, + "checksum": "SHA-256:86147dff41575daded98272fcecd506d60dc7199f18cedc9850c3fa4b8bcaf01" + }, + { + "name": "MD_Parola", + "version": "3.4.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.4.0.zip", + "archiveFileName": "MD_Parola-3.4.0.zip", + "size": 9169951, + "checksum": "SHA-256:b6cb618531775324cefc94a6e451cca84a1708a9b40b0f3a01f96e9bf40ea507" + }, + { + "name": "MD_Parola", + "version": "3.5.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.0.zip", + "archiveFileName": "MD_Parola-3.5.0.zip", + "size": 9175395, + "checksum": "SHA-256:618713027273227d2587c3c0858e9ea5fd488c2d4a2ff231f8c4302fc1f42451" + }, + { + "name": "MD_Parola", + "version": "3.5.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.1.zip", + "archiveFileName": "MD_Parola-3.5.1.zip", + "size": 9175498, + "checksum": "SHA-256:dd0517bc1c1d8908a149e66cba5fc9f3bb42dba63dcbf626e2c55aa0423576e8" + }, + { + "name": "MD_Parola", + "version": "3.5.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.2.zip", + "archiveFileName": "MD_Parola-3.5.2.zip", + "size": 9175838, + "checksum": "SHA-256:029b4c1357c37adcdae037ab186d0220bf789215d6ed30e6d885829353f37259" + }, + { + "name": "MD_Parola", + "version": "3.5.3", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.3.zip", + "archiveFileName": "MD_Parola-3.5.3.zip", + "size": 9166194, + "checksum": "SHA-256:f93d16df22ffbdf42f59ec11ae831342de9baea654abf6d2c393b44244a973ee" + }, + { + "name": "MD_Parola", + "version": "3.5.4", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.4.zip", + "archiveFileName": "MD_Parola-3.5.4.zip", + "size": 9166208, + "checksum": "SHA-256:3445abd00bee834308937522c68a24935735b5791ceb3d93e0504c53d57fd605" + }, + { + "name": "MD_Parola", + "version": "3.5.5", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.5.zip", + "archiveFileName": "MD_Parola-3.5.5.zip", + "size": 9169229, + "checksum": "SHA-256:005676deaf666a2c2b4755b9547683c653f19ffc956202d4a2fe95c5323a5206" + }, + { + "name": "MD_Parola", + "version": "3.5.6", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": ["MD_Parola.h", "MD_MAX72xx.h", "SPI.h"], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.6.zip", + "archiveFileName": "MD_Parola-3.5.6.zip", + "size": 9171548, + "checksum": "SHA-256:a2988b105337f6e2f09e3bce61aa20bc22f05e7c08cb4a0435a119069c69e249" + }, { "name": "ArduinoMqtt", "version": "1.0.0", @@ -64610,7 +86113,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.0.0.zip", "archiveFileName": "ArduinoMqtt-1.0.0.zip", "size": 39378, "checksum": "SHA-256:0e0f2d10a1a3416e8890644bc80c7ac68516548c38e4ea18a1f13953b06972e0" @@ -64627,7 +86130,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.0.1.zip", "archiveFileName": "ArduinoMqtt-1.0.1.zip", "size": 41335, "checksum": "SHA-256:e7f0c5e826e115b958c979789b6f612df85d1270791fe357a816ac286f9e35d4" @@ -64644,7 +86147,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.1.0.zip", "archiveFileName": "ArduinoMqtt-1.1.0.zip", "size": 45602, "checksum": "SHA-256:9cb508f9a6f7ffad151645a6f7df2f262e75f0b8ed27d9bd702dda7cd14168dc" @@ -64661,7 +86164,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.2.0.zip", "archiveFileName": "ArduinoMqtt-1.2.0.zip", "size": 45406, "checksum": "SHA-256:8dbd5a4c897bca266cb950d2a3cee8c82d8110c47eb3c4bc8633a8e3299f0e29" @@ -64678,7 +86181,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.3.0.zip", "archiveFileName": "ArduinoMqtt-1.3.0.zip", "size": 47755, "checksum": "SHA-256:5de451fcde0b45a6a6924e72c4122863c7a4bfd1677a0893d238f3f3c36ad01d" @@ -64695,7 +86198,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.3.1.zip", "archiveFileName": "ArduinoMqtt-1.3.1.zip", "size": 47930, "checksum": "SHA-256:3de68822ba8ec9c76a620c9f80cffbbb5a5d49b4e71fb7af60fa8fa4b11f73d9" @@ -64712,7 +86215,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.4.0.zip", "archiveFileName": "ArduinoMqtt-1.4.0.zip", "size": 48590, "checksum": "SHA-256:f9becc051d04aecfdf398be45d322717488b0a9b35c3613268014454986de14e" @@ -64729,7 +86232,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.4.1.zip", "archiveFileName": "ArduinoMqtt-1.4.1.zip", "size": 48613, "checksum": "SHA-256:d47a5b49a5905a659f425ad05a76df249530c40984a916b9aecf84110ec7718f" @@ -64746,7 +86249,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.4.2.zip", "archiveFileName": "ArduinoMqtt-1.4.2.zip", "size": 51105, "checksum": "SHA-256:937498c167d0959a418e63be4462b9519cc0e83e50d6c231d11e0072604bb60c" @@ -64763,7 +86266,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.5.0.zip", "archiveFileName": "ArduinoMqtt-1.5.0.zip", "size": 51073, "checksum": "SHA-256:b54fe1f06b0aa97a2924a13b3770da008257e3b4c705bccf723aeaa9aa3d4cac" @@ -64780,7 +86283,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/monstrenyatko/ArduinoMqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monstrenyatko/ArduinoMqtt-1.5.1.zip", "archiveFileName": "ArduinoMqtt-1.5.1.zip", "size": 51211, "checksum": "SHA-256:3edad51091c73af9fb159723fe4a4dea64efd9de5e39569a4cb7803707b4e0f5" @@ -64798,7 +86301,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-2.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-2.10.0.zip", "archiveFileName": "MD_MAX72XX-2.10.0.zip", "size": 3799525, "checksum": "SHA-256:9a14941e5b015bcbb4f926873e7ec78011f8c737faebd10d4cffd836d1a72959" @@ -64815,7 +86318,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-2.6.0.zip", "archiveFileName": "MD_MAX72XX-2.6.0.zip", "size": 2150632, "checksum": "SHA-256:d9c3769d735aad819a03c91d0c592721e052f20c39fd1c95ed1721d4c40472f7" @@ -64834,7 +86337,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.0.0.zip", "archiveFileName": "MD_MAX72XX-3.0.0.zip", "size": 4020692, "checksum": "SHA-256:7f15a0b42163aa1be42eacf6c4ddc6c2cea770bf1cf2126db82d01cf78424197" @@ -64853,7 +86356,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.0.1.zip", "archiveFileName": "MD_MAX72XX-3.0.1.zip", "size": 4022805, "checksum": "SHA-256:935f13c5d9750257e5046b7e50068ad3c74520daa64ab944b386d298426a1613" @@ -64872,7 +86375,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.0.2.zip", "archiveFileName": "MD_MAX72XX-3.0.2.zip", "size": 4022820, "checksum": "SHA-256:3c090d7c76f5bbc0eddad423e5e102b2d6e7a23c4584aa39275dd7ba5fcf6756" @@ -64891,27 +86394,143 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.1.0.zip", "archiveFileName": "MD_MAX72XX-3.1.0.zip", "size": 4110003, "checksum": "SHA-256:1f779c0ce25b3bc225b269f751afb5165493fee4a8e8e95c280c558a2151a4e1" }, { - "name": "SparkFun LIS3DH Breakout", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", - "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO", - "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", - "category": "Sensors", + "name": "MD_MAX72XX", + "version": "3.2.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Breakout-1.0.0.zip", - "archiveFileName": "SparkFun_LIS3DH_Breakout-1.0.0.zip", - "size": 52299, - "checksum": "SHA-256:77b6672cf459e1765e3042a76b8d9967dbcef569cb8ceeeab636b9407797583e" + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.2.0.zip", + "archiveFileName": "MD_MAX72XX-3.2.0.zip", + "size": 4109656, + "checksum": "SHA-256:baf1a3578bc2874b7e32247f059c2587ddff665d66b8efcc37f616e1d2e426ea" + }, + { + "name": "MD_MAX72XX", + "version": "3.2.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.2.1.zip", + "archiveFileName": "MD_MAX72XX-3.2.1.zip", + "size": 4109640, + "checksum": "SHA-256:f26469435108f20152cfffeb1b6915271e9dd7970369e3e43a94116e3d3dd5be" + }, + { + "name": "MD_MAX72XX", + "version": "3.2.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.2.2.zip", + "archiveFileName": "MD_MAX72XX-3.2.2.zip", + "size": 4102537, + "checksum": "SHA-256:3cc21cba1820c7a4988baaad66bee11808ab38a46023e8519f2fa79496071f12" + }, + { + "name": "MD_MAX72XX", + "version": "3.2.3", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.2.3.zip", + "archiveFileName": "MD_MAX72XX-3.2.3.zip", + "size": 4111183, + "checksum": "SHA-256:795a1bcf255ab4b2f37ee5fcd2edb3f032f309a55ffd8cbba770429a417d5105" + }, + { + "name": "MD_MAX72XX", + "version": "3.2.4", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.2.4.zip", + "archiveFileName": "MD_MAX72XX-3.2.4.zip", + "size": 4111290, + "checksum": "SHA-256:0ced9bcc8bec0d61c0f70b827d35ac35f2d67ade9d6bcc254fea1ce95eb7df8f" + }, + { + "name": "MD_MAX72XX", + "version": "3.2.5", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.2.5.zip", + "archiveFileName": "MD_MAX72XX-3.2.5.zip", + "size": 4111381, + "checksum": "SHA-256:a74296f1a862a68c40fc3c4d5281cc9f2e92c4d44ef0236097f22877fa045b33" + }, + { + "name": "MD_MAX72XX", + "version": "3.3.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": ["MD_MAX72xx.h", "SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.3.0.zip", + "archiveFileName": "MD_MAX72XX-3.3.0.zip", + "size": 4143909, + "checksum": "SHA-256:4e580cbb83ebe3d9a351c8da4c1e6707d8315a0878585eb6c751c8833c506e3e" }, { "name": "Olympic Robotic Challenge", @@ -64926,7 +86545,7 @@ "types": ["Contributed"], "repository": "https://github.com/makers-upv/ORC.git", "providesIncludes": ["ORC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/makers-upv/Olympic_Robotic_Challenge-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/makers-upv/Olympic_Robotic_Challenge-2.1.2.zip", "archiveFileName": "Olympic_Robotic_Challenge-2.1.2.zip", "size": 1331407, "checksum": "SHA-256:eac063c346824fb75e903ac6894bf1860dc5a2fda92a78f909a214a43a34ac7a" @@ -64943,7 +86562,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MSGEQ7.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MSGEQ7-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MSGEQ7-1.0.0.zip", "archiveFileName": "MD_MSGEQ7-1.0.0.zip", "size": 249757, "checksum": "SHA-256:0a6461397fe00e3e0931db0bcb23ebeec202d6a51d10c89f0f2f432216b262e3" @@ -64961,7 +86580,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MSGEQ7.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MSGEQ7-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MSGEQ7-1.1.0.zip", "archiveFileName": "MD_MSGEQ7-1.1.0.zip", "size": 260861, "checksum": "SHA-256:19145de449649324413e332c9a697f2a483d082a6d6e48b4c92cef78f1b176bf" @@ -64978,7 +86597,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TicTacToe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TTT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TTT-1.0.0.zip", "archiveFileName": "MD_TTT-1.0.0.zip", "size": 273468, "checksum": "SHA-256:8b27f14fbf3200ac54c751a0e1629374f4c34105576ed2fcfe75f69a672d0eea" @@ -64995,7 +86614,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TicTacToe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TTT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TTT-1.0.1.zip", "archiveFileName": "MD_TTT-1.0.1.zip", "size": 285167, "checksum": "SHA-256:3802c49dcbfbbd0c02f66c561a9b9615e8154f5f6cc3174b978631a03ec2dc9e" @@ -65013,7 +86632,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Cubo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.0.1.zip", "archiveFileName": "MD_Cubo-2.0.1.zip", "size": 7128048, "checksum": "SHA-256:11362a03420cffbf1290cd3b5906949132d4888c70cf38cac1c56a37aaecfe8e" @@ -65030,7 +86649,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Cubo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-1.1.0.zip", "archiveFileName": "MD_Cubo-1.1.0.zip", "size": 6723639, "checksum": "SHA-256:800084c8d39ef8f406f326b35df46d8456e72052d15fffe07701c91d67298ba1" @@ -65047,11 +86666,47 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Cubo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.0.0.zip", "archiveFileName": "MD_Cubo-2.0.0.zip", "size": 7118419, "checksum": "SHA-256:b2b85aea1748042aafc9815d5d45c2825d927f44c1e027af5cb2da84a3239a18" }, + { + "name": "MD_Cubo", + "version": "2.0.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for device independent LED Cubes.", + "paragraph": "Library to implement LED cubes in a device-independent manner. Examples for 'scanning refresh' and 'set and forget' type hardware.", + "website": "https://github.com/MajicDesigns/MD_Cubo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Cubo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.0.2.zip", + "archiveFileName": "MD_Cubo-2.0.2.zip", + "size": 8814562, + "checksum": "SHA-256:68f4e12a7793b61020a5254b4e533210ab2fd844cbd5eed1ba28605b3ec25a22" + }, + { + "name": "MD_Cubo", + "version": "2.1.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for device independent LED Cubes.", + "paragraph": "Library to implement LED cubes in a device-independent manner. Examples for 'scanning refresh' and 'set and forget' type hardware are included.", + "website": "https://github.com/MajicDesigns/MD_Cubo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Cubo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.1.0.zip", + "archiveFileName": "MD_Cubo-2.1.0.zip", + "size": 9832277, + "checksum": "SHA-256:2f6cf62de4d8379ca7257bf4788c092d69036a3e4bf23631213cf485f935f198" + }, { "name": "MD_LM335A", "version": "1.0.0", @@ -65064,7 +86719,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_LM335A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_LM335A-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_LM335A-1.0.0.zip", "archiveFileName": "MD_LM335A-1.0.0.zip", "size": 3988, "checksum": "SHA-256:00673546019ab35ce3d1731f3f074030c339b929aefaf3009dfb34e4739c7605" @@ -65081,11 +86736,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_REncoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_REncoder-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_REncoder-1.0.0.zip", "archiveFileName": "MD_REncoder-1.0.0.zip", "size": 7980, "checksum": "SHA-256:2861397175155cb29eb1fe117ccd38f4dee5f5507dcf091be8ccb031d1100eda" }, + { + "name": "MD_REncoder", + "version": "1.0.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Rotary Encoder", + "paragraph": "This is an adaptation of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed.", + "website": "https://github.com/MajicDesigns/MD_REncoder", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_REncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_REncoder-1.0.1.zip", + "archiveFileName": "MD_REncoder-1.0.1.zip", + "size": 19253, + "checksum": "SHA-256:1a856bb9ad011c9ef4db37ea50eddce1bf45c8ba97e8ae8d11791e61a1a07ec1" + }, { "name": "MD_TCS230", "version": "1.2.0", @@ -65099,7 +86772,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TCS230.git", "providesIncludes": ["MD_TCS230.h", "FreqCount.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.0.zip", "archiveFileName": "MD_TCS230-1.2.0.zip", "size": 1766257, "checksum": "SHA-256:61365fc145106c5caedf5cfc9f877eb9b8923de8bdba22cf616543baee4824ff" @@ -65117,7 +86790,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TCS230.git", "providesIncludes": ["MD_TCS230.h", "FreqCount.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.1.0.zip", "archiveFileName": "MD_TCS230-1.1.0.zip", "size": 1384481, "checksum": "SHA-256:5f26f1241159feb6357301ad1f350ce0e6e7a77bab631b816b4ff4ffed32ca10" @@ -65135,7 +86808,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TCS230.git", "providesIncludes": ["MD_TCS230.h", "FreqCount.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.1.zip", "archiveFileName": "MD_TCS230-1.2.1.zip", "size": 2207837, "checksum": "SHA-256:ac41034c52d025da04c8a58b1336c38d2e2b5de82d411a16b97f1f667a00b84d" @@ -65153,7 +86826,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TCS230.git", "providesIncludes": ["MD_TCS230.h", "FreqCount.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.2.zip", "archiveFileName": "MD_TCS230-1.2.2.zip", "size": 2233660, "checksum": "SHA-256:12de6c450a10ad31aef5ccd1b39430ad78896d154b5502399a59e2b37b88683b" @@ -65172,7 +86845,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_TCS230.git", "providesIncludes": ["MD_TCS230.h", "FreqCount.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_TCS230-1.2.3.zip", "archiveFileName": "MD_TCS230-1.2.3.zip", "size": 2243601, "checksum": "SHA-256:2042ca3bd7ed0d741593520da835eee43f1d770eabae629401d4dee97e2f4d47" @@ -65189,7 +86862,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_KeySwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_KeySwitch-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_KeySwitch-1.4.0.zip", "archiveFileName": "MD_KeySwitch-1.4.0.zip", "size": 448743, "checksum": "SHA-256:2e366dfcd3200c8a3635223eabba5d0119ccbe5d7c1aeaf477622937fde8a1ee" @@ -65206,7 +86879,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_KeySwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_KeySwitch-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_KeySwitch-1.4.1.zip", "archiveFileName": "MD_KeySwitch-1.4.1.zip", "size": 148197, "checksum": "SHA-256:dee27dc28c6d3f63c0f14847803e1811b8a805b55549cffc953d14fba23b850b" @@ -65223,7 +86896,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_KeySwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_KeySwitch-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_KeySwitch-1.4.2.zip", "archiveFileName": "MD_KeySwitch-1.4.2.zip", "size": 395750, "checksum": "SHA-256:1478291c4781a4a28ac67d2f5c63c8e2ca795fb6a36283005eddeb81bae6dc20" @@ -65240,7 +86913,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS1307.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.2.0.zip", "archiveFileName": "MD_DS1307-1.2.0.zip", "size": 15764, "checksum": "SHA-256:130c221ebf1bfff04cbc7e4fc5ae0ce8331abc7934404023726192ca91697e79" @@ -65257,7 +86930,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS1307.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.1.zip", "archiveFileName": "MD_DS1307-1.3.1.zip", "size": 244568, "checksum": "SHA-256:55831799340fc944ef4ad049f178dae069cf0945dcd8c6e93cb05e62ab34e062" @@ -65274,7 +86947,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS1307.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.2.zip", "archiveFileName": "MD_DS1307-1.3.2.zip", "size": 253930, "checksum": "SHA-256:326ea5899afe919245e2f9badc746bbd0fe973b03b8a3d98803bf2aabe2b70e7" @@ -65292,7 +86965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS1307.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.3.zip", "archiveFileName": "MD_DS1307-1.3.3.zip", "size": 264079, "checksum": "SHA-256:ddb1d74a8472af75a7bb39b7a4f85dac956074bb663fa682822c57b9c26d46ac" @@ -65310,7 +86983,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS1307.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS1307-1.3.4.zip", "archiveFileName": "MD_DS1307-1.3.4.zip", "size": 264218, "checksum": "SHA-256:4a8b275b7d2234a047332115d8ebe25569d37b1a299c25f688b48a5d4a2b8cee" @@ -65327,7 +87000,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.1.0.zip", "archiveFileName": "MD_DS3231-1.1.0.zip", "size": 278626, "checksum": "SHA-256:83663a8b713346b8ec3165da01a0de441498ebd107bb339afe64823b9718ae4d" @@ -65344,7 +87017,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.0.zip", "archiveFileName": "MD_DS3231-1.2.0.zip", "size": 278954, "checksum": "SHA-256:3bb3cb3e9fa505535460243cfbd8af69f26437b68b92855a93ac7253b2da609b" @@ -65361,7 +87034,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.1.zip", "archiveFileName": "MD_DS3231-1.2.1.zip", "size": 279001, "checksum": "SHA-256:1aa86bcc4a0d7e57517ef3af6e3c1362b7511af9aeef72ed68726da5993c999c" @@ -65378,7 +87051,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.2.zip", "archiveFileName": "MD_DS3231-1.2.2.zip", "size": 289251, "checksum": "SHA-256:04f4e1804cb5e6b91b4ec173bb4b2731e62daa6e7aa6e9989c02bdd5f30b6979" @@ -65395,7 +87068,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.3.zip", "archiveFileName": "MD_DS3231-1.2.3.zip", "size": 289090, "checksum": "SHA-256:3b1c4f6891ac355af8e1ae31833616c4ec0856a54317561135ca0267b8f48490" @@ -65413,7 +87086,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.4.zip", "archiveFileName": "MD_DS3231-1.2.4.zip", "size": 299278, "checksum": "SHA-256:dbab59ea87a21ea53aa928a462e16c0ad7d2aed5d6931578f264655b6397b1c7" @@ -65431,7 +87104,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.2.5.zip", "archiveFileName": "MD_DS3231-1.2.5.zip", "size": 301080, "checksum": "SHA-256:3b3034450736794d468fd5ef5cb3700e272b488823ed4d9475335be8e6808f6c" @@ -65449,7 +87122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.3.1.zip", "archiveFileName": "MD_DS3231-1.3.1.zip", "size": 303809, "checksum": "SHA-256:428921f08b0ce7ed80210e37c9e075480999a0e7f897ca9d00f26f72c42423d5" @@ -65467,7 +87140,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_DS3231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.3.0.zip", "archiveFileName": "MD_DS3231-1.3.0.zip", "size": 301592, "checksum": "SHA-256:a7f97ff453e9e421685ceb3e17d86103a60bb37e601fb8be2e0be64673837ccd" @@ -65484,7 +87157,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_AButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AButton-1.0.0.zip", "archiveFileName": "MD_AButton-1.0.0.zip", "size": 6174, "checksum": "SHA-256:6ceeba9e8eda8e025dfb1c33b5821727227ad9cdc73388a5444509b09278d914" @@ -65501,7 +87174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_AButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AButton-1.1.0.zip", "archiveFileName": "MD_AButton-1.1.0.zip", "size": 6282, "checksum": "SHA-256:2df13c707722ee6ac5a8c7490366288f8619d01bf7e3f6f0132fcbb4556c59ea" @@ -65519,7 +87192,7 @@ "types": ["Contributed"], "repository": "https://github.com/lperez31/youmadeit-arduino.git", "providesIncludes": ["YouMadeIt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lperez31/YouMadeIt-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lperez31/YouMadeIt-1.0.0.zip", "archiveFileName": "YouMadeIt-1.0.0.zip", "size": 63243, "checksum": "SHA-256:4bb76cfe050eb007679ab6a7e51c0c58eb84ec33da03e52112c689b0a05fe132" @@ -65537,7 +87210,7 @@ "types": ["Contributed"], "repository": "https://github.com/lperez31/youmadeit-arduino.git", "providesIncludes": ["YouMadeIt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lperez31/YouMadeIt-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lperez31/YouMadeIt-1.0.1.zip", "archiveFileName": "YouMadeIt-1.0.1.zip", "size": 11724, "checksum": "SHA-256:fa0409afa54ede3169a5f9d63cb9e0f2c37916b413b6e0670fad87c5b5444adf" @@ -65554,11 +87227,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/igvina/ArdVoice.git", - "url": "http://downloads.arduino.cc/libraries/github.com/igvina/ArdVoice-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/igvina/ArdVoice-0.1.0.zip", "archiveFileName": "ArdVoice-0.1.0.zip", "size": 212613, "checksum": "SHA-256:7e2ba330ae0f9a31dd2f484db30924f3d5f7cfff3597ef061636c8d71b1e2f7a" }, + { + "name": "ArdVoice", + "version": "0.1.1", + "author": "Ignacio Vina", + "maintainer": "Ignacio Vina \u003cmoblynx.us@gmail.com\u003e", + "sentence": "A library to play audio (voices) on the Arduboy game system.", + "paragraph": "Plays PCM speech and other audio from compressed .wav data.", + "website": "https://github.com/igvina/ArdVoice", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/igvina/ArdVoice.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igvina/ArdVoice-0.1.1.zip", + "archiveFileName": "ArdVoice-0.1.1.zip", + "size": 212605, + "checksum": "SHA-256:cf44d95f730387270af2a05e386a08a87751c58a2d6376da1b441eab91c5d51c" + }, { "name": "MultiLcd", "version": "1.0.0-alpha", @@ -65572,7 +87262,7 @@ "types": ["Contributed"], "repository": "https://github.com/roncapat/MultiLcd.git", "providesIncludes": ["LiquidCrystal.h", "multilcd.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/roncapat/MultiLcd-1.0.0-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/roncapat/MultiLcd-1.0.0-alpha.zip", "archiveFileName": "MultiLcd-1.0.0-alpha.zip", "size": 18060, "checksum": "SHA-256:af638f6fe37ba001fd55063fd65c43e9172c6bfc25fd3b839a69e91493488a26" @@ -65590,7 +87280,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.1.0.zip", "archiveFileName": "DFW-0.1.0.zip", "size": 22000, "checksum": "SHA-256:6e1411fc0f53c5d2724205d058b15e0f5244a273b279c01fd7ff34ef3a847b60" @@ -65608,7 +87298,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.1.1.zip", "archiveFileName": "DFW-0.1.1.zip", "size": 22013, "checksum": "SHA-256:9c59b7824847af25ef2b8b6bb696d957e61f22d3b83d1571a57350bb24216ae7" @@ -65626,7 +87316,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.0.zip", "archiveFileName": "DFW-0.2.0.zip", "size": 22071, "checksum": "SHA-256:05f431b4703d68dbcc4b263c6e3f997c34172b7f01ba3282e132145dd109aacd" @@ -65644,7 +87334,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.1.zip", "archiveFileName": "DFW-0.2.1.zip", "size": 22090, "checksum": "SHA-256:8f931555ff9d9895d496321cf080df7db8ac7e008f3ca0a10f23332f77ce8988" @@ -65662,7 +87352,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.2.zip", "archiveFileName": "DFW-0.2.2.zip", "size": 23274, "checksum": "SHA-256:2c8476669cafd253197e06dca1b719df2cb52d0ffc362130ccfc1bb34555e565" @@ -65680,7 +87370,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.3.zip", "archiveFileName": "DFW-0.2.3.zip", "size": 23210, "checksum": "SHA-256:3d1a926344cb18f03a60b8f1e05b751c6000241064fbf1edfc22da8dba810ed3" @@ -65698,7 +87388,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.2.4.zip", "archiveFileName": "DFW-0.2.4.zip", "size": 23221, "checksum": "SHA-256:68e14985b75aa76b46232a368f8b91441e60d8e7ce0664668353c1f744dba58a" @@ -65716,7 +87406,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.3.0.zip", "archiveFileName": "DFW-0.3.0.zip", "size": 23951, "checksum": "SHA-256:2b0f0fac0a8c3df90a10698053956c0d2f14931e0531bb079a0d9269aef7e3be" @@ -65734,7 +87424,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.3.1.zip", "archiveFileName": "DFW-0.3.1.zip", "size": 23715, "checksum": "SHA-256:bfb37c5cb6eaecdf98ff66482fcaa8f26aee47010d4eb7b6e137a68b03428a59" @@ -65752,7 +87442,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.4.0.zip", "archiveFileName": "DFW-0.4.0.zip", "size": 26090, "checksum": "SHA-256:99360a8d593ec80ee13d2793d57c5366e43cd9ea0e2b9aabc6b073d7d70489b9" @@ -65770,7 +87460,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.5.1.zip", "archiveFileName": "DFW-0.5.1.zip", "size": 25951, "checksum": "SHA-256:fa06f72bb588b38d22cb8540d625af3a593a30424bfcd65cfb5ca5f479b6fdea" @@ -65788,7 +87478,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.5.2.zip", "archiveFileName": "DFW-0.5.2.zip", "size": 25494, "checksum": "SHA-256:1577483e687146cb2766d2e87aa0fe5ac6bd9f057051c7b1c11c9dbd64499006" @@ -65806,7 +87496,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/DFW.git", "providesIncludes": ["DFW.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/DFW-0.5.3.zip", "archiveFileName": "DFW-0.5.3.zip", "size": 25497, "checksum": "SHA-256:2da19fb1a80e164b357103c43400a8b5bb4149ceb89ec97a8bc9f881370cfe08" @@ -65823,7 +87513,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MakerVision/ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MakerVision/MakerVision-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerVision/MakerVision-0.0.2.zip", "archiveFileName": "MakerVision-0.0.2.zip", "size": 6995, "checksum": "SHA-256:b1a601452357f9b6fbcb04bbf93e5628eaeb043e6c3c3154da5cec81c770b68b" @@ -65840,7 +87530,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MakerVision/ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MakerVision/MakerVision-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerVision/MakerVision-0.0.3.zip", "archiveFileName": "MakerVision-0.0.3.zip", "size": 6995, "checksum": "SHA-256:7c5a23ef75e89fe55a1308a30dc1ad52c485c38c692a28deb52d41c9379f9d04" @@ -65857,7 +87547,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MakerVision/ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MakerVision/MakerVision-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerVision/MakerVision-0.0.1.zip", "archiveFileName": "MakerVision-0.0.1.zip", "size": 4005, "checksum": "SHA-256:dbe1a71a35f034d69afe80b953f1738f9a8919db4954311fe509bf44514b2abc" @@ -65875,7 +87565,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.1.0.zip", "archiveFileName": "QList-0.1.0.zip", "size": 4424, "checksum": "SHA-256:ddb4f1af3ead27b9452cf06526cd00147872e2bebfb011bd0afa08261fa2effd" @@ -65893,7 +87583,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.3.0.zip", "archiveFileName": "QList-0.3.0.zip", "size": 5124, "checksum": "SHA-256:86c6a2f79456bad593392c0a776f514e66089797e35e771646257beb3a7211f1" @@ -65911,7 +87601,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.5.0.zip", "archiveFileName": "QList-0.5.0.zip", "size": 5228, "checksum": "SHA-256:f25addaf5392ae056981aad9b7b75d3100b686ea0fd12eaa1c9fdf3db54f3a38" @@ -65929,7 +87619,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.5.1.zip", "archiveFileName": "QList-0.5.1.zip", "size": 5419, "checksum": "SHA-256:202920ee6785d7a2e7640eb382b41425e690180118c8e0be7842bf59d4767cc0" @@ -65947,7 +87637,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.0.zip", "archiveFileName": "QList-0.6.0.zip", "size": 5347, "checksum": "SHA-256:d6dd7128f06cdae71762f72290e7449006fe0089ccad3d815d9567d6909c8aeb" @@ -65965,7 +87655,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.1.zip", "archiveFileName": "QList-0.6.1.zip", "size": 5360, "checksum": "SHA-256:db10f143b9db7c3546870fa66a67305a98ed5aab8f6bb563f2dba4ed56e5cc4d" @@ -65983,7 +87673,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.2.zip", "archiveFileName": "QList-0.6.2.zip", "size": 5459, "checksum": "SHA-256:d113423d0391835d584b4cc001045b5bc2e48237ae6c93fae8567640f463ecc7" @@ -66001,7 +87691,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.3.zip", "archiveFileName": "QList-0.6.3.zip", "size": 5136, "checksum": "SHA-256:a35ad3e7cdd0a65d359b9a7d20a34456cb9eec8fafd155043771ec08155e6bc1" @@ -66019,7 +87709,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.4.zip", "archiveFileName": "QList-0.6.4.zip", "size": 5142, "checksum": "SHA-256:86a16b9121c24951ae1c16654d8a99c795719fc2e2c8766f8d9400c3f1d456a7" @@ -66037,7 +87727,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.5.zip", "archiveFileName": "QList-0.6.5.zip", "size": 5104, "checksum": "SHA-256:1abe449305fe2a9628a184f4f03d08281ec93010574d4a717110ef0dc0bc70ea" @@ -66055,7 +87745,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/QList.git", "providesIncludes": ["QList.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/QList-0.6.7.zip", "archiveFileName": "QList-0.6.7.zip", "size": 21273, "checksum": "SHA-256:7f64e1fc97797737e0b48d3745f3612d6b9c102a93d40c2ac372b11ca78e6c0e" @@ -66073,7 +87763,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.0.0.zip", "archiveFileName": "CONTROLLINO-1.0.0.zip", "size": 244985, "checksum": "SHA-256:8b37e87352a00819b7f5db7922d6c9d8cc42a06eda32516229ef3e334f5c54e6" @@ -66091,7 +87781,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.1.0.zip", "archiveFileName": "CONTROLLINO-1.1.0.zip", "size": 255079, "checksum": "SHA-256:31931a57b53d702a6772341ac47f63583d616526f5b9725c04fa3e206283fef6" @@ -66109,7 +87799,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.1.1.zip", "archiveFileName": "CONTROLLINO-1.1.1.zip", "size": 255892, "checksum": "SHA-256:d17ceb78eafbd784aaa8b29f890ded5ea2e70693a4ad8fdd9b3852bea02f87e4" @@ -66127,7 +87817,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-1.1.2.zip", "archiveFileName": "CONTROLLINO-1.1.2.zip", "size": 337591, "checksum": "SHA-256:82ad715159c805bbfd5ce79c358a2c741c8ad9116038fd4af1d065e980dfcfd3" @@ -66145,7 +87835,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.2.zip", "archiveFileName": "CONTROLLINO-3.0.2.zip", "size": 203028, "checksum": "SHA-256:22ba23f124d3962953c2e35db326a297fd85449574b79407ca6a3808ff720af0" @@ -66163,7 +87853,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.3.zip", "archiveFileName": "CONTROLLINO-3.0.3.zip", "size": 204357, "checksum": "SHA-256:cb3ac3499d78b42add1ec459b15351df0d17d7a8eac34deb3c2af9aabff7def3" @@ -66181,7 +87871,7 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.4.zip", "archiveFileName": "CONTROLLINO-3.0.4.zip", "size": 204370, "checksum": "SHA-256:78dd237951be83c7439e3c7822e3c492c2b3b9fc014740fc071e279214c1ffa9" @@ -66199,11 +87889,47 @@ "types": ["Contributed"], "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", "providesIncludes": ["SPI.h", "Controllino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.5.zip", "archiveFileName": "CONTROLLINO-3.0.5.zip", "size": 232442, "checksum": "SHA-256:5ac3ec58fb785479fdf7e0e8478d3fcf5426af93cdfa809728f28795954fe3e5" }, + { + "name": "CONTROLLINO", + "version": "3.0.6", + "author": "CONTROLLINO", + "maintainer": "CONTROLLINO \u003cinfo@controllino.com\u003e", + "sentence": "Support library for CONTROLLINO PLC boards", + "paragraph": "Set of useful keywords, constants, macros and functions", + "website": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", + "providesIncludes": ["SPI.h", "Controllino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.6.zip", + "archiveFileName": "CONTROLLINO-3.0.6.zip", + "size": 232662, + "checksum": "SHA-256:731a12afc7fcc448266d6ef8aa80699d7a8c509b4836a354c40d9131b2666048" + }, + { + "name": "CONTROLLINO", + "version": "3.0.7", + "author": "CONTROLLINO", + "maintainer": "CONTROLLINO \u003cinfo@controllino.com\u003e", + "sentence": "Support library for CONTROLLINO PLC boards", + "paragraph": "Set of useful keywords, constants, macros and functions", + "website": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", + "providesIncludes": ["SPI.h", "Controllino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.7.zip", + "archiveFileName": "CONTROLLINO-3.0.7.zip", + "size": 232685, + "checksum": "SHA-256:0a7efee4e6297e40d201fb488460fd516011cfce2ea60fb3160e5626d6030bb6" + }, { "name": "XLR8LFSR", "version": "1.0.0", @@ -66216,7 +87942,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.0.zip", "archiveFileName": "XLR8LFSR-1.0.0.zip", "size": 24536814, "checksum": "SHA-256:877529df9b70aedae96dc4b71e36418a70b33ac83c43bf0e36e44839e2cc7882" @@ -66233,7 +87959,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.1.zip", "archiveFileName": "XLR8LFSR-1.0.1.zip", "size": 24535806, "checksum": "SHA-256:105186eebbe0b69a4a7884e3727dc2b77a55d94424d897ae653a5054301c7d44" @@ -66250,7 +87976,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.4.zip", "archiveFileName": "XLR8LFSR-1.0.4.zip", "size": 24533198, "checksum": "SHA-256:393d2b80a3448080d0b6fa416a13707cb76e4c36e96e241f841093f02e5421d5" @@ -66267,7 +87993,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.6.zip", "archiveFileName": "XLR8LFSR-1.0.6.zip", "size": 24539684, "checksum": "SHA-256:127809040512a1a96e15da44baed4e1aa21d1213107d059e1dcb851b3c7b68b9" @@ -66284,7 +88010,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.7.zip", "archiveFileName": "XLR8LFSR-1.0.7.zip", "size": 6052315, "checksum": "SHA-256:e04ceb1cc6af4c699f761f384e018c714d52e7ec960f77936acf1527e7c201d8" @@ -66301,7 +88027,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.8.zip", "archiveFileName": "XLR8LFSR-1.0.8.zip", "size": 6052345, "checksum": "SHA-256:b076dfdcdf7e45a934197c70eda9e2a690d0b2a7ce57c49ac1ba8e37e1b7a54c" @@ -66318,7 +88044,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.0.5.zip", "archiveFileName": "XLR8LFSR-1.0.5.zip", "size": 24533606, "checksum": "SHA-256:d7bafd35ee7018b66af505af4f991c6ccf481f633b6a4ab1f0d81ed3e56bfc3f" @@ -66335,7 +88061,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8LFSR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8LFSR-1.1.0.zip", "archiveFileName": "XLR8LFSR-1.1.0.zip", "size": 6054745, "checksum": "SHA-256:37ac1df0fd6a1faac75e87a13babb0a40a577de119808cf841bdab32fead4e45" @@ -66353,7 +88079,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.5.zip", "archiveFileName": "FingerLib-2.0.5.zip", "size": 36845, "checksum": "SHA-256:698407574b3cc03a37d23822504758a6ffe17b04353add524b25dc8864ddc449" @@ -66371,7 +88097,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.1.0.zip", "archiveFileName": "FingerLib-2.1.0.zip", "size": 42148, "checksum": "SHA-256:2872bf10f65a1ce90fd975d665e2094feb31538d808edf0c8277898652ceb4bc" @@ -66389,7 +88115,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.0.zip", "archiveFileName": "FingerLib-2.0.0.zip", "size": 35189, "checksum": "SHA-256:d87760cf3e32156ba75ef616d1af6c9434fc1e1530ae99fbeb88a0ae70b4c559" @@ -66407,7 +88133,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.1.zip", "archiveFileName": "FingerLib-2.0.1.zip", "size": 35982, "checksum": "SHA-256:7f2a7c072f751e822afc4cdac23e39652a2cbbc2d3d5ac08576d3b0871dc413f" @@ -66425,7 +88151,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.3.zip", "archiveFileName": "FingerLib-2.0.3.zip", "size": 37461, "checksum": "SHA-256:85205d4a5203d68b9079f9922283b58380333286c68c1d769988dc326ff7b2dd" @@ -66443,7 +88169,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.4.zip", "archiveFileName": "FingerLib-2.0.4.zip", "size": 36820, "checksum": "SHA-256:380a8a35fb544432527574b933a76284ef40c62a5f166248b4df2c73be19e548" @@ -66461,7 +88187,7 @@ "types": ["Contributed"], "repository": "https://github.com/Open-Bionics/FingerLib.git", "providesIncludes": ["FingerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Bionics/FingerLib-2.0.7.zip", "archiveFileName": "FingerLib-2.0.7.zip", "size": 37055, "checksum": "SHA-256:83ae8db66c10e896a382924c5b292ef3d97becddd9d8f1bd555379d7f0f26573" @@ -66478,7 +88204,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-led-strip-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.0.0.zip", "archiveFileName": "PololuLedStrip-4.0.0.zip", "size": 22562, "checksum": "SHA-256:4c7770b6628a4ae7a805ad88c071da902410ad68487d0caef4cb48a71b9102d7" @@ -66495,7 +88221,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-led-strip-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.1.1.zip", "archiveFileName": "PololuLedStrip-4.1.1.zip", "size": 22670, "checksum": "SHA-256:e85fb469d0faedc6f50d0b3b3d2a17c17898ad47ec135917a6dc61d6f69c8f00" @@ -66512,7 +88238,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-led-strip-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.2.0.zip", "archiveFileName": "PololuLedStrip-4.2.0.zip", "size": 23044, "checksum": "SHA-256:bb38080ae33430527d5bc5b968cb0c691bed2b7d201a6e220139d28580609cd3" @@ -66529,11 +88255,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/pololu-led-strip-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.3.0.zip", "archiveFileName": "PololuLedStrip-4.3.0.zip", "size": 23236, "checksum": "SHA-256:d99db4e99978b1ee7cf65d71fed3548e7e65d44afb41f9c76aa4177d1eccb303" }, + { + "name": "PololuLedStrip", + "version": "4.3.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for addressable RGB LED strips from Pololu", + "paragraph": "This library works with NeoPixels, WS2812B LEDs, and WS2811 LEDs.", + "website": "https://github.com/pololu/pololu-led-strip-arduino", + "category": "Device Control", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-led-strip-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.3.1.zip", + "archiveFileName": "PololuLedStrip-4.3.1.zip", + "size": 23211, + "checksum": "SHA-256:b6ecb5c343401559c44c8a90f58c6a947a43b9de4f2e388163350b3093d0cc5f" + }, { "name": "MCUFRIEND_kbv", "version": "2.9.1", @@ -66546,7 +88289,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.1.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.1.zip", "size": 202096, "checksum": "SHA-256:e044039270072204b4a401873f8320aab746a0dde446e2d201a02d1ab949cdd2" @@ -66563,7 +88306,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.2-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.2-beta.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.2-beta.zip", "size": 218114, "checksum": "SHA-256:d79755a7fecc8e1e5ec86991e1387049e48e1981bb7f19119a680095e16563fc" @@ -66580,7 +88323,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.3.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.3.zip", "size": 223887, "checksum": "SHA-256:8e8042be80d42e7df0035e3816d36e27b4d1238f48d33c6949b557d7261b7ce1" @@ -66597,7 +88340,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.3-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.3-beta.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.3-beta.zip", "size": 224501, "checksum": "SHA-256:beb5ecdb4bf4eb9458fc147e1b7b2959bd1dae64dcbdb49b5d21fa94681d7c14" @@ -66614,7 +88357,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.4.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.4.zip", "size": 232317, "checksum": "SHA-256:b7eccac7e942820c1b65a3b52df3d7afd28f85ba2da60c3de1987b0bf749c3ea" @@ -66631,7 +88374,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.5.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.5.zip", "size": 238736, "checksum": "SHA-256:3367ba2589a1467d759763222c16395ff8341bdb091241a352952625d0f761c3" @@ -66648,7 +88391,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.6.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.6.zip", "size": 239712, "checksum": "SHA-256:d3c48824791763f9869ac86c721ead812c42213f40fc5ba6eaf76899ddc3d00e" @@ -66665,7 +88408,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.7.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.7.zip", "size": 848476, "checksum": "SHA-256:ba6df6a1fa4d87b704beeb0f94dd73166f3f9c8bc9186673dad53ea57a1bdd6e" @@ -66682,11 +88425,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", - "url": "http://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.8.zip", "archiveFileName": "MCUFRIEND_kbv-2.9.8.zip", "size": 879704, "checksum": "SHA-256:a36fa13e0cf1a956b752d26f3bb4efcd44019a5f407498f64a600a6774e6660f" }, + { + "name": "MCUFRIEND_kbv", + "version": "2.9.9-Release", + "author": "David Prentice", + "maintainer": "David Prentice", + "sentence": "TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields", + "paragraph": "TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields. Must have /RD pin to be readable.", + "website": "https://github.com/prenticedavid/MCUFRIEND_kbv", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-2.9.9-Release.zip", + "archiveFileName": "MCUFRIEND_kbv-2.9.9-Release.zip", + "size": 913963, + "checksum": "SHA-256:5fc06e0ff65cb211fa7b6924009aaf34c2bffd060d39c79930c9e4f6dcc270bb" + }, { "name": "WireData", "version": "1.0.0", @@ -66699,7 +88459,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bhagman/WireData.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/WireData-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/WireData-1.0.0.zip", "archiveFileName": "WireData-1.0.0.zip", "size": 6216, "checksum": "SHA-256:a646d54e863a16fdc69c0a1901556d42511d19a1b96067d8cf32ccbeb82d56f7" @@ -66716,7 +88476,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bhagman/Tone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/Tone-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/Tone-1.0.0.zip", "archiveFileName": "Tone-1.0.0.zip", "size": 16159, "checksum": "SHA-256:c0b654e9f01c2da5409e6a598fc405cec1aede6ace40adbfe474d84253ef8aae" @@ -66733,7 +88493,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bhagman/SoftPWM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/SoftPWM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/SoftPWM-1.0.0.zip", "archiveFileName": "SoftPWM-1.0.0.zip", "size": 12592, "checksum": "SHA-256:bff002c7dcebc2f11a7478581c7f37bb03f7fd53090f4ca0bb96e8368b381d94" @@ -66750,7 +88510,7 @@ "architectures": ["avr", "arm"], "types": ["Contributed"], "repository": "https://github.com/bhagman/SoftPWM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/SoftPWM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/SoftPWM-1.0.1.zip", "archiveFileName": "SoftPWM-1.0.1.zip", "size": 12932, "checksum": "SHA-256:3488adae6bdb753f385bcd6fdaa69ee4bbb06af2b752a1a03f6f6b9f22770c14" @@ -66767,7 +88527,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RogueRobotics/SmartDial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RogueRobotics/SmartDial-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RogueRobotics/SmartDial-1.0.0.zip", "archiveFileName": "SmartDial-1.0.0.zip", "size": 7408, "checksum": "SHA-256:a71f249318eeb0f23631173c20e01a30793ef259f18f67816d6a95c81f18ae74" @@ -66784,7 +88544,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RogueRobotics/RogueSD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RogueRobotics/RogueSD-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RogueRobotics/RogueSD-2.0.0.zip", "archiveFileName": "RogueSD-2.0.0.zip", "size": 20721, "checksum": "SHA-256:664adbae2a20e8325b9dcde29ae63e4162fe6e74c175872007b5f8d52d0bda89" @@ -66801,7 +88561,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RogueRobotics/RogueMP3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RogueRobotics/RogueMP3-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RogueRobotics/RogueMP3-2.0.0.zip", "archiveFileName": "RogueMP3-2.0.0.zip", "size": 63722, "checksum": "SHA-256:b432ffd34e3353986db3235ce67d4f03850c81fb778c6c91dbc4d1949de3ac19" @@ -66818,7 +88578,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bhagman/MillisTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/MillisTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/MillisTimer-1.0.0.zip", "archiveFileName": "MillisTimer-1.0.0.zip", "size": 5941, "checksum": "SHA-256:4345b0c95b0ab346ade4aae9172eaeb69d6c5e3c6c2066fb0c6ea97b93008a54" @@ -66835,7 +88595,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-0.0.3.zip", "archiveFileName": "XLR8SPI-0.0.3.zip", "size": 24916390, "checksum": "SHA-256:ad0add378cedc5a6c4bb2a2e2cda53c1d72a0f2632bd0d43e25319c5a21aa3a4" @@ -66852,7 +88612,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-0.0.4.zip", "archiveFileName": "XLR8SPI-0.0.4.zip", "size": 24910765, "checksum": "SHA-256:fab041e056cb55a7d1af40b96f1519c42736d27f93c2a5707215263a33f6da82" @@ -66870,7 +88630,7 @@ "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8SPI.git", "providesIncludes": ["XLR8SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-2.0.0.zip", "archiveFileName": "XLR8SPI-2.0.0.zip", "size": 123439, "checksum": "SHA-256:3461152ec70f137892db3646b179dd363aae6277a894ab35dba77dc20a8338ed" @@ -66887,7 +88647,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bhagman/LitSwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/LitSwitch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/LitSwitch-1.0.0.zip", "archiveFileName": "LitSwitch-1.0.0.zip", "size": 5724, "checksum": "SHA-256:1ad016e4e8ed920177334313f34f66d0c02f01c300c514e663fa1f7f6d20df4c" @@ -66904,7 +88664,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lpasqualis/TimedBlink.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lpasqualis/TimedBlink-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lpasqualis/TimedBlink-1.0.0.zip", "archiveFileName": "TimedBlink-1.0.0.zip", "size": 12857, "checksum": "SHA-256:113525b08f92d312ae2e6faf072425b7396c2dea94fa7122c919216f1a353f0c" @@ -66921,7 +88681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lpasqualis/TimedBlink.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lpasqualis/TimedBlink-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lpasqualis/TimedBlink-1.0.1.zip", "archiveFileName": "TimedBlink-1.0.1.zip", "size": 13047, "checksum": "SHA-256:106f6a3a1b6c2a05a2d9df7a6e8033b35f60a4519b537799d7b1065f3110c39b" @@ -66938,7 +88698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lpasqualis/TimedBlink.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lpasqualis/TimedBlink-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lpasqualis/TimedBlink-1.0.2.zip", "archiveFileName": "TimedBlink-1.0.2.zip", "size": 13082, "checksum": "SHA-256:82cd97e7e6317d6d3bd783f120835e02b2a68a78bf7a81a568cf94ebcef0fe25" @@ -66955,7 +88715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bhagman/ControlledServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bhagman/ControlledServo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bhagman/ControlledServo-1.0.0.zip", "archiveFileName": "ControlledServo-1.0.0.zip", "size": 7596, "checksum": "SHA-256:a2e7edf803740f29b6158ff97fca2458443e6298d35d0ab08dafe5350aa2d5c6" @@ -66967,13 +88727,13 @@ "maintainer": "Stephen Racz", "sentence": "Multi-digit seven-segment display library for arduino.", "paragraph": "Light-weight design allows the user to continuously write data gathered (ideally) from a TimerOne interrupt.", - "website": "https://github.com/stephentracz/StivSeg", + "website": "https://github.com/EasyElectrons/StivSeg", "category": "Display", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/stephentracz/StivSeg.git", + "repository": "https://github.com/EasyElectrons/StivSeg.git", "providesIncludes": ["StivSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/stephentracz/StivSeg-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EasyElectrons/StivSeg-1.0.0.zip", "archiveFileName": "StivSeg-1.0.0.zip", "size": 4597, "checksum": "SHA-256:604277115f41270faf0f0e041379b9fd4c71889fa5b2efd4848775824ad3f18e" @@ -66985,13 +88745,13 @@ "maintainer": "Stephen Racz", "sentence": "Multi-digit seven-segment display library for arduino.", "paragraph": "Light-weight design allows the user to continuously write data gathered (ideally) from a TimerOne interrupt.", - "website": "https://github.com/stephentracz/StivSeg", + "website": "https://github.com/EasyElectrons/StivSeg", "category": "Display", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/stephentracz/StivSeg.git", + "repository": "https://github.com/EasyElectrons/StivSeg.git", "providesIncludes": ["StivSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/stephentracz/StivSeg-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EasyElectrons/StivSeg-1.0.1.zip", "archiveFileName": "StivSeg-1.0.1.zip", "size": 5027, "checksum": "SHA-256:b23f64abdd8e9782d66e74bbeee794c743a2676b30171ccd6d87edeb3826006d" @@ -67009,7 +88769,7 @@ "types": ["Contributed"], "repository": "https://github.com/arielnh56/ACE128.git", "providesIncludes": ["ACE128.h", "ACE128map87654321.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-1.1.0.zip", "archiveFileName": "ACE128-1.1.0.zip", "size": 562725, "checksum": "SHA-256:834ac168bb302c60100ef70ea108561e7fd662ffdeaae183ac1740167597dc72" @@ -67027,7 +88787,7 @@ "types": ["Contributed"], "repository": "https://github.com/arielnh56/ACE128.git", "providesIncludes": ["ACE128.h", "ACE128map87654321.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-1.6.2.zip", "archiveFileName": "ACE128-1.6.2.zip", "size": 563833, "checksum": "SHA-256:6bade498869d694eeb6b75808250c3e0aefc67790b7002af8703b189d56332e7" @@ -67045,7 +88805,7 @@ "types": ["Contributed"], "repository": "https://github.com/arielnh56/ACE128.git", "providesIncludes": ["ACE128.h", "ACE128map87654321.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-1.7.0.zip", "archiveFileName": "ACE128-1.7.0.zip", "size": 669861, "checksum": "SHA-256:b638de82be0ca3b81fcd6030a95cc76dd5fd6b3b2700b948a99683ab5f39e494" @@ -67063,11 +88823,29 @@ "types": ["Contributed"], "repository": "https://github.com/arielnh56/ACE128.git", "providesIncludes": ["ACE128.h", "ACE128map87654321.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-2.0.0.zip", "archiveFileName": "ACE128-2.0.0.zip", "size": 807219, "checksum": "SHA-256:5f34bf11080a2ce72512cd957146a0319d4a6977f4534153fb958f71642a285f" }, + { + "name": "ACE128", + "version": "2.0.1", + "author": "Alastair Young \u003calastair@redhunter.com\u003e", + "maintainer": "Alastair Young alastair@redhunter.com", + "sentence": "Access the Bourns ACE-128 Absolute Contacting Encoder over I2C or digital pins", + "paragraph": "This 128 position gray-code absolute encoder is designed as a panel mounted knob. This library accesses it via common I2C pin expanders or digital pins and handles the gray-code translation of any pin wiring combination.", + "website": "https://github.com/arielnh56/ACE128", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arielnh56/ACE128.git", + "providesIncludes": ["ACE128.h", "ACE128map87654321.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-2.0.1.zip", + "archiveFileName": "ACE128-2.0.1.zip", + "size": 980103, + "checksum": "SHA-256:540d5545ad62659e56aaa3100e714d1b5a4d745659c8331480d82dd3151d2d15" + }, { "name": "SimplyAtomic", "version": "1.0.0", @@ -67081,7 +88859,7 @@ "types": ["Contributed"], "repository": "https://github.com/wizard97/SimplyAtomic.git", "providesIncludes": ["SimplyAtomic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/wizard97/SimplyAtomic-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/SimplyAtomic-1.0.0.zip", "archiveFileName": "SimplyAtomic-1.0.0.zip", "size": 3854, "checksum": "SHA-256:b4705fed8f2b808727521a56cef15effd628f558e56476a9de4c0c30c043b7b2" @@ -67098,7 +88876,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_MAX30205_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_MAX30205-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_MAX30205-1.0.1.zip", "archiveFileName": "ClosedCube_MAX30205-1.0.1.zip", "size": 156074, "checksum": "SHA-256:77cd6ef95e2367cb9e0abd2285a97113a5e14c97ca79ad7348aa3872f9f87d70" @@ -67115,7 +88893,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_MAX30205_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_MAX30205-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_MAX30205-1.0.2.zip", "archiveFileName": "ClosedCube_MAX30205-1.0.2.zip", "size": 156073, "checksum": "SHA-256:4b929e3ed9212694d114057a958f2b89e1580e821e3317df1c8941f569914d17" @@ -67132,7 +88910,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_MAX30205_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_MAX30205-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_MAX30205-1.0.3.zip", "archiveFileName": "ClosedCube_MAX30205-1.0.3.zip", "size": 156075, "checksum": "SHA-256:3f54d5a1715c816d5ee5c36061be59e0cd061eb8b62118e90498eadeab9bbd35" @@ -67150,7 +88928,7 @@ "types": ["Contributed"], "repository": "https://github.com/lectrobox/KeypadShield.git", "providesIncludes": ["KeypadShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxKeypadShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxKeypadShield-1.0.0.zip", "archiveFileName": "LectroboxKeypadShield-1.0.0.zip", "size": 4510, "checksum": "SHA-256:f78a5189c21f41099c71ce13409d0076d4e163d9c0cdca3963dc6a8111e92390" @@ -67168,7 +88946,7 @@ "types": ["Contributed"], "repository": "https://github.com/lectrobox/KeypadShield.git", "providesIncludes": ["KeypadShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxKeypadShield-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxKeypadShield-1.2.0.zip", "archiveFileName": "LectroboxKeypadShield-1.2.0.zip", "size": 5771, "checksum": "SHA-256:b94375a510b3e98e56bd5a6879bf6c6ede6691c7050f9c9c2a101e1af3ceb714" @@ -67186,7 +88964,7 @@ "types": ["Contributed"], "repository": "https://github.com/lectrobox/KeypadShield.git", "providesIncludes": ["KeypadShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxKeypadShield-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxKeypadShield-1.3.0.zip", "archiveFileName": "LectroboxKeypadShield-1.3.0.zip", "size": 7085, "checksum": "SHA-256:b659ca9496db8f044ad46f55afb0e18255bb6764cb1b7b4fd692d3d594f99bba" @@ -67204,7 +88982,7 @@ "types": ["Contributed"], "repository": "https://github.com/lectrobox/PCJoy.git", "providesIncludes": ["PCJoy.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxPCJoyShield-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lectrobox/LectroboxPCJoyShield-1.2.0.zip", "archiveFileName": "LectroboxPCJoyShield-1.2.0.zip", "size": 6357, "checksum": "SHA-256:08f0cdc8dc650982c6b40c16bc05278e3cf03b15c3eb1ee56802482faa499c46" @@ -67221,7 +88999,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joysfera/arduino-tasker.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-1.4.0.zip", "archiveFileName": "Tasker-1.4.0.zip", "size": 10921, "checksum": "SHA-256:85d0134009bb67bd14dbc1327dcf7f57cd5105d33616c44ab2ccf5261840dc3b" @@ -67238,7 +89016,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joysfera/arduino-tasker.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-1.1.0.zip", "archiveFileName": "Tasker-1.1.0.zip", "size": 9374, "checksum": "SHA-256:5b293ff6ade69947e349356dcb115c39316c095abaffbc41cb31de7c454f87fc" @@ -67255,7 +89033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joysfera/arduino-tasker.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-1.2.0.zip", "archiveFileName": "Tasker-1.2.0.zip", "size": 10398, "checksum": "SHA-256:f48f2ea7100bdd2c510ea9d21f60bf25f261ab6f766d9b648eaa7a6078df82ae" @@ -67272,11 +89050,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joysfera/arduino-tasker.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-2.0.0.zip", "archiveFileName": "Tasker-2.0.0.zip", "size": 16238, "checksum": "SHA-256:8c21e2743719098fc8fe6cb6e99823ceaf167cb130e2f8f7bab94972ff35a0c7" }, + { + "name": "Tasker", + "version": "2.0.3", + "author": "Petr Stehlík", + "maintainer": "Petr Stehlík", + "sentence": "Get rid of delay() calls, schedule tasks/functions instead.", + "paragraph": "Allows to schedule tasks (your functions) to be called once, repeatedly or indefinitely in a given time frame. Features simple and familiar Javascript-like syntax. Does not use any hardware interrupts, relies on cooperative multitasking. Simple, clean and highly portable.", + "website": "https://github.com/joysfera/arduino-tasker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/joysfera/arduino-tasker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-2.0.3.zip", + "archiveFileName": "Tasker-2.0.3.zip", + "size": 16243, + "checksum": "SHA-256:059e38da535fa397acdb02358f32387ef7917239e0ac94316004299f0ccf063d" + }, { "name": "HardWire", "version": "1.0.1", @@ -67289,7 +89084,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/thexeno/HardWire-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-1.0.1.zip", "archiveFileName": "HardWire-1.0.1.zip", "size": 20864, "checksum": "SHA-256:1b2ee83a7f01edf9d8dd2c3f62b3973f4512d917ab525b04eccb4ad044577052" @@ -67306,11 +89101,45 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/thexeno/HardWire-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-1.0.2.zip", "archiveFileName": "HardWire-1.0.2.zip", "size": 20917, "checksum": "SHA-256:3633446297aba702dc1a77c19d41a6f40d3ff64b4441e994aab355177187462a" }, + { + "name": "HardWire", + "version": "1.0.3", + "author": "Enrico Sanino", + "maintainer": "Enrico Sanino", + "sentence": "A spinoff of the Wire. This library allows you to communicate with I2C and Two Wire Interface devices, and control each step of any I2C transaction.", + "paragraph": "It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line).", + "website": "https://github.com/thexeno/HardWire-Arduino-Library", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/thexeno/HardWire-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-1.0.3.zip", + "archiveFileName": "HardWire-1.0.3.zip", + "size": 21342, + "checksum": "SHA-256:21d52759f7eabe332e3ddc8946791494ef4d7e38a408050c3366ac1fdb392414" + }, + { + "name": "HardWire", + "version": "2.0.0", + "author": "Enrico Sanino", + "maintainer": "Enrico Sanino", + "sentence": "A spinoff of the Wire. This library allows you to communicate with I2C and Two Wire Interface devices, and control each step of any I2C transaction.", + "paragraph": "It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line).", + "website": "https://github.com/thexeno/HardWire-Arduino-Library", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/thexeno/HardWire-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-2.0.0.zip", + "archiveFileName": "HardWire-2.0.0.zip", + "size": 21575, + "checksum": "SHA-256:e922b3dc310203ad37a9dec3c4668d213f8ea6ae90c827e4287e771e644bff0f" + }, { "name": "JPEGDecoder", "version": "1.7.1", @@ -67324,7 +89153,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/JPEGDecoder.git", "providesIncludes": ["JPEGDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.1.zip", "archiveFileName": "JPEGDecoder-1.7.1.zip", "size": 483766, "checksum": "SHA-256:202edb7c0e8ee257f9343846621bbb639c9011455ccb93c8b724797c45d88206" @@ -67342,7 +89171,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/JPEGDecoder.git", "providesIncludes": ["JPEGDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.3.zip", "archiveFileName": "JPEGDecoder-1.7.3.zip", "size": 493933, "checksum": "SHA-256:329b0d2025da62fbfb5c9ab676aacf81fde4a4ea1bbe55bfd2695b2162cee310" @@ -67360,7 +89189,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/JPEGDecoder.git", "providesIncludes": ["JPEGDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.4.zip", "archiveFileName": "JPEGDecoder-1.7.4.zip", "size": 577854, "checksum": "SHA-256:5b561971c395c13ac111340a370b9e21de421707811fe5d32740e62886dfc27c" @@ -67378,7 +89207,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/JPEGDecoder.git", "providesIncludes": ["JPEGDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.7.zip", "archiveFileName": "JPEGDecoder-1.7.7.zip", "size": 577856, "checksum": "SHA-256:4bfb845c94c515af87620d94d52c8127d77cedc8df58287e333575f5ac06d700" @@ -67396,7 +89225,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/JPEGDecoder.git", "providesIncludes": ["JPEGDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.7.8.zip", "archiveFileName": "JPEGDecoder-1.7.8.zip", "size": 656203, "checksum": "SHA-256:c23993fd2d09840aa9c184f79623d99b73a434d12c8970b7a3033df745ae0cbb" @@ -67414,7 +89243,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/JPEGDecoder.git", "providesIncludes": ["JPEGDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.8.0.zip", "archiveFileName": "JPEGDecoder-1.8.0.zip", "size": 657412, "checksum": "SHA-256:deaf3b5c9ad276effcabb1a1d909db0d5c50cca41d5d394c6fe65685bfcaaedd" @@ -67431,7 +89260,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SmoothADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-0.2.0.zip", "archiveFileName": "SmoothADC-0.2.0.zip", "size": 17550, "checksum": "SHA-256:3638daace3c3375f8bbf1c40cade607f9e788bcba0a3f2522bd411b266203e11" @@ -67448,7 +89277,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SmoothADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-0.3.0.zip", "archiveFileName": "SmoothADC-0.3.0.zip", "size": 17426, "checksum": "SHA-256:268f90aa75870ef7b9005eab656a49ebbe4782af870044231fb1826e2eb6b175" @@ -67465,7 +89294,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SmoothADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-0.4.0.zip", "archiveFileName": "SmoothADC-0.4.0.zip", "size": 15680, "checksum": "SHA-256:71d95ab3e02d138fb1eadf9b74df79f5aba8220049bcbc0073b27e188f0fa919" @@ -67482,7 +89311,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SmoothADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SmoothADC-1.0.0.zip", "archiveFileName": "SmoothADC-1.0.0.zip", "size": 44271, "checksum": "SHA-256:0dd38771b2d464a8b3d3711d80f163ac425570ac68504975a0bc32d2db42bb1e" @@ -67499,7 +89328,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-0.3.0.zip", "archiveFileName": "cI2C-0.3.0.zip", "size": 41734, "checksum": "SHA-256:8b070b328893b78168f53b70daed2d18b2dba821939651d144d131633ca8d56b" @@ -67516,7 +89345,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-0.5.0.zip", "archiveFileName": "cI2C-0.5.0.zip", "size": 42543, "checksum": "SHA-256:9de0b0d508b0e764623b2a36e78020f62016d83172d459bcc428c3889f4565a6" @@ -67533,7 +89362,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-0.6.0.zip", "archiveFileName": "cI2C-0.6.0.zip", "size": 42921, "checksum": "SHA-256:a76235975cb431a2a11af569d324f2b8210664d3471b39dcd49d2bd99d6fed30" @@ -67550,7 +89379,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.0.0.zip", "archiveFileName": "cI2C-1.0.0.zip", "size": 43006, "checksum": "SHA-256:067ef0cf1359ec9d13e4ed7c6b3548bc24f7692561b591471762506e363a7624" @@ -67567,7 +89396,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.1.0.zip", "archiveFileName": "cI2C-1.1.0.zip", "size": 43156, "checksum": "SHA-256:3e9dadec6e434b29e340530bec349edbf306314e1a30880bc91788c3225031a2" @@ -67584,7 +89413,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.2.0.zip", "archiveFileName": "cI2C-1.2.0.zip", "size": 43467, "checksum": "SHA-256:4548126f52b0176edd8404433d13fbd91c82c208197ede23a55592628860f680" @@ -67601,7 +89430,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cI2C.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cI2C-1.3.0.zip", "archiveFileName": "cI2C-1.3.0.zip", "size": 71547, "checksum": "SHA-256:ff5c38975fe984123f86e1665b3c1dd4d22d0beb7beb9b392f800b62b0756429" @@ -67618,7 +89447,7 @@ "architectures": ["avr", "sam", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/CaptureTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.5.0.zip", "archiveFileName": "CaptureTimer-0.5.0.zip", "size": 48777, "checksum": "SHA-256:47a56e13ecfc4e7ee450b26af7fe9083125e2b8feaf68fa16928c2850000a117" @@ -67635,7 +89464,7 @@ "architectures": ["avr", "sam", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/CaptureTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.7.0.zip", "archiveFileName": "CaptureTimer-0.7.0.zip", "size": 50800, "checksum": "SHA-256:74ca3755fe4135a6a424f2cb7d869a40f26e1d903a9ce22cf7d48704524f724c" @@ -67652,11 +89481,28 @@ "architectures": ["avr", "sam", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/CaptureTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.8.0.zip", "archiveFileName": "CaptureTimer-0.8.0.zip", "size": 50831, "checksum": "SHA-256:6dc6733ca0858193084966f0a50e7b69f8810b34921967190d9751f77b69cae1" }, + { + "name": "CaptureTimer", + "version": "0.9.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Arduino Input Capture Library", + "paragraph": "This library is intended to attach interrupt on a pin for frequency/time sampling. Works on: AVR (using MsTimer2 lib), ARM (Due using DueTimer), ESP8266", + "website": "https://github.com/SMFSW/CaptureTimer", + "category": "Signal Input/Output", + "architectures": ["avr", "sam", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/SMFSW/CaptureTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.9.0.zip", + "archiveFileName": "CaptureTimer-0.9.0.zip", + "size": 78527, + "checksum": "SHA-256:af671066f9667fa3d03c9f2dd0dce8e69e4cc42728d8fd5826a02c4b4dd6f296" + }, { "name": "SeqTimer", "version": "1.2.0", @@ -67669,7 +89515,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-1.2.0.zip", "archiveFileName": "SeqTimer-1.2.0.zip", "size": 46107, "checksum": "SHA-256:c64a26c41b6eb943c905f37792217be0da1e8467db890c58c18cc3cbe1564a93" @@ -67686,7 +89532,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.0.0.zip", "archiveFileName": "SeqTimer-2.0.0.zip", "size": 36840, "checksum": "SHA-256:8c09d3e684f3e7bddc6405e1ef62dd1b75bfd33d0e1a8456089e32cca9185834" @@ -67703,7 +89549,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.1.0.zip", "archiveFileName": "SeqTimer-2.1.0.zip", "size": 36917, "checksum": "SHA-256:fe7c9a6e8e7fa476141e914feeee93ae78f93585dd77dd5b7cb4711e0e5db75c" @@ -67720,7 +89566,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.2.0.zip", "archiveFileName": "SeqTimer-2.2.0.zip", "size": 37417, "checksum": "SHA-256:bf68095e71077fe9e4497b4106ba0e2f1b193f2d08ba50c3fbc8b39da60a6ebe" @@ -67737,7 +89583,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqTimer-2.3.0.zip", "archiveFileName": "SeqTimer-2.3.0.zip", "size": 37439, "checksum": "SHA-256:9fd797ca1ab0cf1f7d10e2150dc42ea56603984cdf8d82bbd7606eb17fbaabd6" @@ -67755,7 +89601,7 @@ "types": ["Contributed"], "repository": "https://github.com/fesselk/everytime.git", "providesIncludes": ["everytime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fesselk/everytime-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fesselk/everytime-1.0.0.zip", "archiveFileName": "everytime-1.0.0.zip", "size": 6469, "checksum": "SHA-256:38e0d0c759ff5b2b71048a8a46f2ec49f43c02218d9dd40b83463cec9892108d" @@ -67772,7 +89618,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_CirQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.0.zip", "archiveFileName": "MD_CirQueue-1.0.0.zip", "size": 222758, "checksum": "SHA-256:899da98d6bb0717ed429b6c083c56688859245a9ff7b0ac9d15143c090bcbf7c" @@ -67789,7 +89635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_CirQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.1.zip", "archiveFileName": "MD_CirQueue-1.0.1.zip", "size": 222723, "checksum": "SHA-256:4271dbffd25aab7585cdf76074410013113216300d2e8b40605cc684da051b1c" @@ -67806,11 +89652,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_CirQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.2.zip", "archiveFileName": "MD_CirQueue-1.0.2.zip", "size": 230541, "checksum": "SHA-256:1f778366b31ab96f034c6cc540b622f1d0f066685168452f4582faa10d8744f0" }, + { + "name": "MD_CirQueue", + "version": "1.0.3", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for FIFO queue implemented as a Ring Buffer.", + "paragraph": "Elements queued may be any size, defined in the class constructor.", + "website": "http://github.com/MajicDesigns/MD_CirQueue", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_CirQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_CirQueue-1.0.3.zip", + "archiveFileName": "MD_CirQueue-1.0.3.zip", + "size": 241836, + "checksum": "SHA-256:fd567e72e6934c59a6d7c3515a3837fdadfbe0e91366c054081fd485884d9fbc" + }, { "name": "LM75A Arduino library", "version": "1.0.1", @@ -67823,7 +89687,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_LM75A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/LM75A_Arduino_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/LM75A_Arduino_library-1.0.1.zip", "archiveFileName": "LM75A_Arduino_library-1.0.1.zip", "size": 8973, "checksum": "SHA-256:57065e98e4a8e1bc6fd79e302cf4855e8b283c7ad39b7cfdac5a7055c9af7fb5" @@ -67840,7 +89704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GurtDotCom/GKScroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GurtDotCom/GKScroll-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GurtDotCom/GKScroll-1.0.1.zip", "archiveFileName": "GKScroll-1.0.1.zip", "size": 15770, "checksum": "SHA-256:0cd3cbfc7e8488f20a7b46ccf22c0263f71fb992c40ceed3d9aa3d05e6fbc6e8" @@ -67857,7 +89721,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/UniversalTelegramBot-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/UniversalTelegramBot-1.0.0.zip", "archiveFileName": "UniversalTelegramBot-1.0.0.zip", "size": 49193, "checksum": "SHA-256:6e4a09ddf120a970340222c13ccf1640a04312f072ba4fde583377486b3d5ee0" @@ -67874,11 +89738,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/UniversalTelegramBot-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/UniversalTelegramBot-1.1.0.zip", "archiveFileName": "UniversalTelegramBot-1.1.0.zip", "size": 78117, "checksum": "SHA-256:1d063b2a4ca270b47339d56a1785a27ba1d8b425948407b5841b89313899d943" }, + { + "name": "UniversalTelegramBot", + "version": "1.3.0", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "Arduino Telegram Bot library for multiple different architectures.", + "paragraph": "A Universal Telegram library for arduino devices.", + "website": "https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/UniversalTelegramBot-1.3.0.zip", + "archiveFileName": "UniversalTelegramBot-1.3.0.zip", + "size": 96807, + "checksum": "SHA-256:f1dee1f990c652c4c7e1e8dc2791eca4ec85d44db524c6e802a0bd45990786d5" + }, { "name": "Pozyx", "version": "1.0.1", @@ -67891,7 +89777,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.0.1.zip", "archiveFileName": "Pozyx-1.0.1.zip", "size": 39889, "checksum": "SHA-256:11942ffe0d09af360d9f1b41a8cde982d2bb67b9d620c60529b5bf4abc9efb99" @@ -67908,7 +89794,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.0.2.zip", "archiveFileName": "Pozyx-1.0.2.zip", "size": 69573, "checksum": "SHA-256:78095928594cc745bf91b64a11ee28999547880fd0f26ebde5c1a5bc80710993" @@ -67925,7 +89811,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.1.1.zip", "archiveFileName": "Pozyx-1.1.1.zip", "size": 215047, "checksum": "SHA-256:81adc875e21f15401b82bd8f329be3b3b0bc21c4fae380fef3b607fe0ae7c727" @@ -67942,7 +89828,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.1.2.zip", "archiveFileName": "Pozyx-1.1.2.zip", "size": 215225, "checksum": "SHA-256:61ac33180255bbabfd6b9f64ad6e9a5eda76f2d429c4162242431bd801a03f10" @@ -67959,7 +89845,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.1.3.zip", "archiveFileName": "Pozyx-1.1.3.zip", "size": 73587, "checksum": "SHA-256:4c7cf7987ff11cc6c34a7127a0b9e19c6b1a2f458acccf706b2045e6d2deb4f8" @@ -67976,7 +89862,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.2.0.zip", "archiveFileName": "Pozyx-1.2.0.zip", "size": 74077, "checksum": "SHA-256:bb589e50f83f941382226533d82fd7c94fc2905dba86896baf0aa78aca68757d" @@ -67993,7 +89879,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.2.1.zip", "archiveFileName": "Pozyx-1.2.1.zip", "size": 74077, "checksum": "SHA-256:dc65b0c39f0658a6cf59ba72907a27ce74f53dbae52bd37977e70251a7ca5196" @@ -68010,7 +89896,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pozyxLabs/Pozyx-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pozyxLabs/Pozyx-1.2.2.zip", "archiveFileName": "Pozyx-1.2.2.zip", "size": 476062, "checksum": "SHA-256:321953dc96c1d1403777e42c193badd780842f6a7302886c7c2a0d97a369ce1d" @@ -68028,7 +89914,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.1.zip", "archiveFileName": "WiiChuck-0.0.1.zip", "size": 363466, "checksum": "SHA-256:5d8957cdc15db4866142436ece335b93c2a1d244d26fc9e816d58ebf2e55dde6" @@ -68046,7 +89932,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.10.zip", "archiveFileName": "WiiChuck-0.0.10.zip", "size": 360375, "checksum": "SHA-256:1035e69f8b80e071df50083ea9db166f66b3cfdbd8806944a1a1e3d6d64ed430" @@ -68064,7 +89950,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.11.zip", "archiveFileName": "WiiChuck-0.0.11.zip", "size": 356793, "checksum": "SHA-256:c4ea3648ef6a26fb921f98a125c73f44ccac35f6da8965114b95808f87e1514b" @@ -68082,7 +89968,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.12.zip", "archiveFileName": "WiiChuck-0.0.12.zip", "size": 356682, "checksum": "SHA-256:42f62a76eeaa3e9c3e9b040cd15d6fd11da46a740a71650e67d98db7a3006db2" @@ -68100,7 +89986,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.13.zip", "archiveFileName": "WiiChuck-0.0.13.zip", "size": 9634, "checksum": "SHA-256:9bb95d404cc6e86e7432a81f0322b557000c94f300b1127f1fc5a8f9c30b295d" @@ -68118,7 +90004,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.14.zip", "archiveFileName": "WiiChuck-0.0.14.zip", "size": 9673, "checksum": "SHA-256:e10c82632cfaeae4feead9df681672114095023346e545ce9500302cf0f8b9f4" @@ -68136,7 +90022,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.15.zip", "archiveFileName": "WiiChuck-0.0.15.zip", "size": 9688, "checksum": "SHA-256:bc2a8e42533e956e322d5e205edea25662d414b9a6c84357247a25424610169e" @@ -68154,7 +90040,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.16.zip", "archiveFileName": "WiiChuck-0.0.16.zip", "size": 9782, "checksum": "SHA-256:1404d29eb973ceb52f225568722a3c4d7b311f658c4b6793bb5c8fc946390ec7" @@ -68172,7 +90058,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.17.zip", "archiveFileName": "WiiChuck-0.0.17.zip", "size": 27242, "checksum": "SHA-256:dfec066d8e8ce9343ec07bd454a649d2cee2c0640857168d0ffdd5875e8bde19" @@ -68190,7 +90076,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.18.zip", "archiveFileName": "WiiChuck-0.0.18.zip", "size": 29206, "checksum": "SHA-256:53fb84f54051c9bd6c5fa599d4d8bfc873cb81586730db6a2c3632654c31e963" @@ -68208,7 +90094,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.19.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.19.zip", "archiveFileName": "WiiChuck-0.0.19.zip", "size": 29213, "checksum": "SHA-256:57f5058c3916d4d0231812962b00dbd83a5a117891f197608f8e4fd5763cecd3" @@ -68226,7 +90112,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.2.zip", "archiveFileName": "WiiChuck-0.0.2.zip", "size": 364053, "checksum": "SHA-256:2b1d2be4826944ad72123dab2ec521d8dc4d3a0c0181250708b96967a6743ef7" @@ -68244,7 +90130,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.20.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.20.zip", "archiveFileName": "WiiChuck-0.0.20.zip", "size": 29208, "checksum": "SHA-256:9a1ae8fbf8d2aa20716a94eb8a8b90080bfecbaa47dc7f93fd09b889c002df7d" @@ -68262,7 +90148,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.21.zip", "archiveFileName": "WiiChuck-0.0.21.zip", "size": 29941, "checksum": "SHA-256:a1aa24b9f273bc4685b2cea2d8cc6bf5b859e368da49b42e969da437a823f829" @@ -68280,7 +90166,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.22.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.22.zip", "archiveFileName": "WiiChuck-0.0.22.zip", "size": 27101, "checksum": "SHA-256:a8431e6688e01b7333304a8d08b01fe84153e02739d2b1804c2002837087a9c0" @@ -68298,7 +90184,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.23.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.23.zip", "archiveFileName": "WiiChuck-0.0.23.zip", "size": 24769, "checksum": "SHA-256:9f5c32aa5eff5816e37e67f4d233c726ae1b09956d99c32d04654633256b6a88" @@ -68316,7 +90202,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.24.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.24.zip", "archiveFileName": "WiiChuck-0.0.24.zip", "size": 29522, "checksum": "SHA-256:545a03243319cb1c27513bb41f508e606e0aa2760324eb2b938702d3d0b298e2" @@ -68334,7 +90220,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.25.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.25.zip", "archiveFileName": "WiiChuck-0.0.25.zip", "size": 29631, "checksum": "SHA-256:1e82b47a8e526d29d677770a4f5d61cbc2d91fe470c785bde82c9204c690a640" @@ -68352,7 +90238,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.26.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.26.zip", "archiveFileName": "WiiChuck-0.0.26.zip", "size": 29817, "checksum": "SHA-256:f8794e162c4381e2d41c6e3486859ba2e9cddc5c353ac54f77c75c8866bf4456" @@ -68370,7 +90256,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.3.zip", "archiveFileName": "WiiChuck-0.0.3.zip", "size": 364487, "checksum": "SHA-256:cfe42c059b681a46c109728cc088d23d4810f9066dfd7af1963e99d821cbea33" @@ -68388,7 +90274,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.4.zip", "archiveFileName": "WiiChuck-0.0.4.zip", "size": 364597, "checksum": "SHA-256:b898a78aef046ede1c33153c1cbdb29226d984ab585bd59a089e008ae1a3dd6f" @@ -68406,7 +90292,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.5.zip", "archiveFileName": "WiiChuck-0.0.5.zip", "size": 360374, "checksum": "SHA-256:473f10e81100a4dbec247a8c5793d760644c09066c9eb72fda37246ef705f6e5" @@ -68424,7 +90310,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.6.zip", "archiveFileName": "WiiChuck-0.0.6.zip", "size": 360290, "checksum": "SHA-256:dea248aa91adc96a91cd4b4623b9c23af4e5bc3bd2b55a57aca4b729271830c5" @@ -68442,7 +90328,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.7.zip", "archiveFileName": "WiiChuck-0.0.7.zip", "size": 360323, "checksum": "SHA-256:0ba07da175ebec69c51ee89e322e54c1ed75d6cb452ec7264ecb815322d33d85" @@ -68460,7 +90346,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.8.zip", "archiveFileName": "WiiChuck-0.0.8.zip", "size": 360325, "checksum": "SHA-256:258284ddd3e274845fb19e27fa7ae464f98e4c7dfb72738372da48f7ad4ae246" @@ -68478,7 +90364,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.0.9.zip", "archiveFileName": "WiiChuck-0.0.9.zip", "size": 360370, "checksum": "SHA-256:c9b6a555d7615690c5222413d553d31cf00ee34d7966bc40a626fb730032e4f4" @@ -68496,7 +90382,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.0.zip", "archiveFileName": "WiiChuck-0.1.0.zip", "size": 20822, "checksum": "SHA-256:691bc645ddd0ebc9e9177c50de81fecf7159a8c35881d518af24d60a51ec6f2f" @@ -68514,7 +90400,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.1.zip", "archiveFileName": "WiiChuck-0.1.1.zip", "size": 21714, "checksum": "SHA-256:cbf12bb3af79ece7c07a5ebd777f68c1f69e944874edcb63da8bc0818bbb9b98" @@ -68532,7 +90418,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.2.zip", "archiveFileName": "WiiChuck-0.1.2.zip", "size": 21752, "checksum": "SHA-256:3f8a3ee08b1163e70b5802d6b327edafd38ef5644e16b084ba477bcbb27f4f18" @@ -68550,7 +90436,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.3.zip", "archiveFileName": "WiiChuck-0.1.3.zip", "size": 21806, "checksum": "SHA-256:0d78f9b84899e43db90977514fc44d5817db3528da48ca2f0269429edfe47046" @@ -68568,7 +90454,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.5.zip", "archiveFileName": "WiiChuck-0.1.5.zip", "size": 21846, "checksum": "SHA-256:e44099d4e6492c296cfb80f206efd95362375aafdfed9e3c1f1bf2d74a7d0805" @@ -68586,7 +90472,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.6.zip", "archiveFileName": "WiiChuck-0.1.6.zip", "size": 21846, "checksum": "SHA-256:c5720075d82806a57ca814f907a2159e3ded81924ff76fdae6d920a54a54abd5" @@ -68604,7 +90490,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.7.zip", "archiveFileName": "WiiChuck-0.1.7.zip", "size": 21880, "checksum": "SHA-256:23dd53f7dadf351cd7ef119bae56b7c78d39e4358d146ebcbce48d064fc9f24a" @@ -68622,7 +90508,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.8.zip", "archiveFileName": "WiiChuck-0.1.8.zip", "size": 22018, "checksum": "SHA-256:485cae891f735bacf50dfcc4a83c3668447a0c084fdb9aef2aae4a06a281204a" @@ -68640,7 +90526,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.1.9.zip", "archiveFileName": "WiiChuck-0.1.9.zip", "size": 22253, "checksum": "SHA-256:643e5c463d6f636737991ea344732c6d8a6c7ba9382e4d3d9ca703277ab55ddb" @@ -68658,7 +90544,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.0.zip", "archiveFileName": "WiiChuck-0.2.0.zip", "size": 22260, "checksum": "SHA-256:f141045dff378aef3e2cf9aad9ba7bb43ee9b9f3003afc545f0c1ea6a1bf9520" @@ -68676,7 +90562,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.1.zip", "archiveFileName": "WiiChuck-0.2.1.zip", "size": 22510, "checksum": "SHA-256:4ce3ecd8cfd8066c91cbd1d12f1e9449c1acf6e6bb31dafe37b4e4ee4c02f032" @@ -68694,7 +90580,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.2.zip", "archiveFileName": "WiiChuck-0.2.2.zip", "size": 22511, "checksum": "SHA-256:2b0ae794c34f2d53a78b64ef23702213863854e3e50907c242528e67f5c183f0" @@ -68712,7 +90598,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.3.zip", "archiveFileName": "WiiChuck-0.2.3.zip", "size": 22560, "checksum": "SHA-256:2390a39acde852569ab1eec14d0a2c14e0a834c71e7daa7735bfa174295d36ef" @@ -68730,7 +90616,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.2.4.zip", "archiveFileName": "WiiChuck-0.2.4.zip", "size": 22562, "checksum": "SHA-256:5366af7969d87e4cf8f31ead4e487cdba7c221ebd45c7b0e217cb17551236a7c" @@ -68748,7 +90634,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.0.zip", "archiveFileName": "WiiChuck-0.3.0.zip", "size": 22560, "checksum": "SHA-256:108466b9e64ff342d616b420f44fec6d77c69257c26dc7d673c779ccbf5e155d" @@ -68766,7 +90652,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.1.zip", "archiveFileName": "WiiChuck-0.3.1.zip", "size": 22570, "checksum": "SHA-256:f403ba898f5fb7a0bf5f54d5c885a545484c9551201542d6657b8626a3f42315" @@ -68784,7 +90670,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/WiiChuck.git", "providesIncludes": ["WiiChuck.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.2.zip", "archiveFileName": "WiiChuck-0.3.2.zip", "size": 23619, "checksum": "SHA-256:1b02d5a80cbd9fbee0120e0f23bcc41810a67b4d0df043ae7bdd77bb8161dd08" @@ -68801,7 +90687,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKitFirst-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKitFirst-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKitFirst-1.0.0.zip", "archiveFileName": "HaLakeKitFirst-1.0.0.zip", "size": 12426, "checksum": "SHA-256:29719ba9269d6c99249aa39cf435234f48414510c79b696f875a7187be0717ac" @@ -68818,7 +90704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLakeKitFirst-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKitFirst-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLakeKitFirst-1.0.1.zip", "archiveFileName": "HaLakeKitFirst-1.0.1.zip", "size": 12505, "checksum": "SHA-256:bd1547d01949c0c0c6ccd98a9d03e9c188ca2ace76f1288fb4f9293a9f3d391e" @@ -68834,7 +90720,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fatihaslamaci/TimerFa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-1.1.0.zip", "archiveFileName": "TimerFa-1.1.0.zip", "size": 2723, "checksum": "SHA-256:4de1b1660fcf6b81229c35dd7d16709696a51652a57646b41d9dab545bc7abf7" @@ -68850,7 +90736,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fatihaslamaci/TimerFa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-1.0.2.zip", "archiveFileName": "TimerFa-1.0.2.zip", "size": 2725, "checksum": "SHA-256:c6090f06b5787d0fa611931930cc0516288aefd669a6c14f4d3745e34b63d491" @@ -68866,7 +90752,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fatihaslamaci/TimerFa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-2.0.0.zip", "archiveFileName": "TimerFa-2.0.0.zip", "size": 2955, "checksum": "SHA-256:0b4bbf485492511ab66330b98a026ae97feaa3ca5ce4182a8fefe890086d5859" @@ -68882,7 +90768,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/fatihaslamaci/TimerFa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fatihaslamaci/TimerFa-2.0.1.zip", "archiveFileName": "TimerFa-2.0.1.zip", "size": 3010, "checksum": "SHA-256:a4ad4bd30656bc29745431cf2bc714e8507fb34fa8dad1fccbd29797bde3a9c1" @@ -68900,7 +90786,7 @@ "types": ["Contributed"], "repository": "https://github.com/Zuntara/Arduino.AdagioPro.git", "providesIncludes": ["AdagioPro.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Zuntara/AdagioPro-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Zuntara/AdagioPro-1.0.0.zip", "archiveFileName": "AdagioPro-1.0.0.zip", "size": 8270, "checksum": "SHA-256:f17780d4e441751626c1d55f6bc8cd10728536ddc46561dc66d722fbca344c1e" @@ -68917,7 +90803,7 @@ "architectures": ["AVR"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.0.0.zip", "archiveFileName": "FadeLed-1.0.0.zip", "size": 6055, "checksum": "SHA-256:69d65f5eabc9a54c703bf5946b5e9db4dd0c3d1ae6c1960f893d65094b071a58" @@ -68934,7 +90820,7 @@ "architectures": ["AVR"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.0.1.zip", "archiveFileName": "FadeLed-1.0.1.zip", "size": 6084, "checksum": "SHA-256:8d385f1fd712a1344f0c8f2adac74977cb281ade9aeb9437e2ecfb10adccd734" @@ -68951,7 +90837,7 @@ "architectures": ["AVR"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.1.1.zip", "archiveFileName": "FadeLed-1.1.1.zip", "size": 5905, "checksum": "SHA-256:458106a2edf146cb90d08012668ce88563d8e8e4b08ad436a51e37ec471af3c2" @@ -68968,7 +90854,7 @@ "architectures": ["AVR"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.2.0.zip", "archiveFileName": "FadeLed-1.2.0.zip", "size": 187009, "checksum": "SHA-256:e31ea46b4f72bf1ff1e453ce4da6b93d4c3add5e1cdd3b8c5105a11392f26cd9" @@ -68985,7 +90871,7 @@ "architectures": ["AVR"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.2.1.zip", "archiveFileName": "FadeLed-1.2.1.zip", "size": 198533, "checksum": "SHA-256:438b660c9823d10a14bf0d21c3c9ee8bd7abe7366c7fe4e5836b17d2c324c05e" @@ -69002,7 +90888,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.2.2.zip", "archiveFileName": "FadeLed-1.2.2.zip", "size": 200828, "checksum": "SHA-256:ec0ecd5db7deb2f3b368907300d45f60efcace333ba836f68234a1f861a5e814" @@ -69019,7 +90905,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.4.0.zip", "archiveFileName": "FadeLed-1.4.0.zip", "size": 225456, "checksum": "SHA-256:79f5b6339bc4123754e4deaedfc39fd81800db2b0cbaeab8af55c98d1eb31af6" @@ -69037,7 +90923,7 @@ "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", "providesIncludes": ["FadeLed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.4.1.zip", "archiveFileName": "FadeLed-1.4.1.zip", "size": 225648, "checksum": "SHA-256:c7f270ef25d8090861acbd855dd58b0643461a4e76d874557d510d2c33aff600" @@ -69055,7 +90941,7 @@ "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", "providesIncludes": ["FadeLed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.5.0.zip", "archiveFileName": "FadeLed-1.5.0.zip", "size": 323363, "checksum": "SHA-256:d6aaff60f48037cab3968301598a59da93fbdfa21e0168eb88aaaca844250931" @@ -69073,11 +90959,29 @@ "types": ["Contributed"], "repository": "https://github.com/septillion-git/FadeLed.git", "providesIncludes": ["FadeLed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.5.1.zip", "archiveFileName": "FadeLed-1.5.1.zip", "size": 323444, "checksum": "SHA-256:a3b4ab4aacf9120649a0a91107cc8e592a890032d32bb9c31b578b6f591f9e31" }, + { + "name": "FadeLed", + "version": "1.6.0", + "author": "Timo Engelgeer (Septillion) \u003cgithub@septillion.nl\u003e", + "maintainer": "Timo Engelgeer (Septillion) \u003cgithub@septillion.nl\u003e", + "sentence": "Makes fading LEDs easy", + "paragraph": "Makes it possible to easily fade LEDs on the hardware pins of Arduino (even with gamma correction). Simply set the fade time (individual for each LED) and brightness to fade to and the library does the rest.", + "website": "https://github.com/septillion-git/FadeLed", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/septillion-git/FadeLed.git", + "providesIncludes": ["FadeLed.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.6.0.zip", + "archiveFileName": "FadeLed-1.6.0.zip", + "size": 348028, + "checksum": "SHA-256:4ea051771181f323139c526c3a43b7a6efbecce5c5e2732e7859863898a1a3d2" + }, { "name": "Yet Another Arduino Debounce Library", "version": "1.0.0", @@ -69090,7 +90994,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/YetAnotherArduinoDebounceLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Debounce_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Yet_Another_Arduino_Debounce_Library-1.0.0.zip", "archiveFileName": "Yet_Another_Arduino_Debounce_Library-1.0.0.zip", "size": 8476, "checksum": "SHA-256:11300f47dba73f4eb019368018dd0bd7bc03b1825bea05527023d23c9a5c07a1" @@ -69107,7 +91011,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.1.0.zip", "archiveFileName": "WireWrapper-0.1.0.zip", "size": 40706, "checksum": "SHA-256:dcc47d4f7db203ae0181175fc2572950c9867669d006d4a89aadd18b4e844753" @@ -69124,7 +91028,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.2.0.zip", "archiveFileName": "WireWrapper-0.2.0.zip", "size": 41591, "checksum": "SHA-256:785d4ac7b5e6c49ee01a336fec3e2f0c1b5a78a51e4788951c3fb033ecd60901" @@ -69141,7 +91045,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.3.0.zip", "archiveFileName": "WireWrapper-0.3.0.zip", "size": 41788, "checksum": "SHA-256:ec4c79d042e7f9bda62183dbfbd1e9f488036ddb4c1faedcc213fbc19abdc354" @@ -69158,7 +91062,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-0.4.0.zip", "archiveFileName": "WireWrapper-0.4.0.zip", "size": 42159, "checksum": "SHA-256:fa63fa9a38a30cc196ff4240007ceed23c58f57617107d0bbf99bd010f1e0d8e" @@ -69175,7 +91079,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.0.0.zip", "archiveFileName": "WireWrapper-1.0.0.zip", "size": 42269, "checksum": "SHA-256:17d440b33af848bbeddd02f246d54eba2ffbe1bc3c211f58f0132a3b4461a0f9" @@ -69192,7 +91096,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.1.0.zip", "archiveFileName": "WireWrapper-1.1.0.zip", "size": 42476, "checksum": "SHA-256:d2baa8f8757eb1aee6c09b4b1135f54e0f12371c96f31d0c9f0ab1f058369ea5" @@ -69209,7 +91113,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.2.0.zip", "archiveFileName": "WireWrapper-1.2.0.zip", "size": 42750, "checksum": "SHA-256:1c24d1b7fdb4401acb6c53d5fe468e9e3fc5dfd4a9b721512794376b9f1e8bf8" @@ -69226,7 +91130,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.3.0.zip", "archiveFileName": "WireWrapper-1.3.0.zip", "size": 70903, "checksum": "SHA-256:72941d5d448cd0d9bee2c2928924eb35ac20589efc8d26e9b34d64b5689f1030" @@ -69243,7 +91147,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/WireWrapper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/WireWrapper-1.4.0.zip", "archiveFileName": "WireWrapper-1.4.0.zip", "size": 70956, "checksum": "SHA-256:715cb56556411fedab9c0f6c401ed4ce585133bb72d156ab0c4c157ab2b8ec1d" @@ -69261,7 +91165,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.6.zip", "archiveFileName": "ArduinoMenu_library-4.4.6.zip", "size": 221496, "checksum": "SHA-256:2cda2379c2ab64a79ff1ddbc51932fe92e7c96466fc3d207e506e5f46f2dcada" @@ -69279,7 +91183,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.0.zip", "archiveFileName": "ArduinoMenu_library-4.0.0.zip", "size": 198947, "checksum": "SHA-256:985c73b3e0765646e73430d1ca9b462a3240c8c807dc0a18f59b32d01fbd451d" @@ -69297,7 +91201,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.1.zip", "archiveFileName": "ArduinoMenu_library-4.0.1.zip", "size": 199632, "checksum": "SHA-256:72a3953e09a161a5889348de827e784bc986046be22eb52f4575f1a2fdc2922e" @@ -69315,7 +91219,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.5.2.zip", "archiveFileName": "ArduinoMenu_library-4.5.2.zip", "size": 223540, "checksum": "SHA-256:2499525ee2cfe4e661f206751fbcdf0bda4a6d732d92612bb1dcee5059ad26ce" @@ -69333,7 +91237,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-3.1.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-3.1.12.zip", "archiveFileName": "ArduinoMenu_library-3.1.12.zip", "size": 148672, "checksum": "SHA-256:f046578aa70aedf84f414769502866069ddf574aca2fa72f8debe035a69a07a9" @@ -69351,7 +91255,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-3.0.2.zip", "archiveFileName": "ArduinoMenu_library-3.0.2.zip", "size": 140013, "checksum": "SHA-256:35369924b208ff6c2f5cb0900551de8c6b5a0c178a526eaaf537a915701abec5" @@ -69369,7 +91273,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-3.1.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-3.1.11.zip", "archiveFileName": "ArduinoMenu_library-3.1.11.zip", "size": 154591, "checksum": "SHA-256:aae2cab3bc71aeb1db0fcc79e1698271066ca0adb2d5be0ba5ae50999de4d6e2" @@ -69387,7 +91291,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.10.zip", "archiveFileName": "ArduinoMenu_library-4.0.10.zip", "size": 200973, "checksum": "SHA-256:a997f63a57948f0def3fe16b9dfd63feb379ee2bbda2b2c642461e77005ae921" @@ -69405,7 +91309,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.11.zip", "archiveFileName": "ArduinoMenu_library-4.0.11.zip", "size": 200987, "checksum": "SHA-256:5374d3ddfb32be7a00f22046b81b1c0b27b2851ef55b39f9fc8e4d68f7b37ff3" @@ -69423,7 +91327,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.12.zip", "archiveFileName": "ArduinoMenu_library-4.0.12.zip", "size": 201521, "checksum": "SHA-256:3dc76149122d6084087a8185e15038de5e5b23c54a092d7a51118a36e703e0a0" @@ -69441,7 +91345,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.13.zip", "archiveFileName": "ArduinoMenu_library-4.0.13.zip", "size": 201748, "checksum": "SHA-256:4a4d1702ce48576e3f63f70ce122485d2ffe5b8b417745ba6a05c8e781cb8f21" @@ -69459,7 +91363,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.14.zip", "archiveFileName": "ArduinoMenu_library-4.0.14.zip", "size": 201755, "checksum": "SHA-256:aaef6f6bab2da9774609d3d5597eaab20b4e9eabc317f48b3c976eb9c441335b" @@ -69477,7 +91381,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.15.zip", "archiveFileName": "ArduinoMenu_library-4.0.15.zip", "size": 201852, "checksum": "SHA-256:aa51e6b86fb124c3e0efb35c31e7c4db7d58889c203f16fed6535eec47ceca3e" @@ -69495,7 +91399,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.3.zip", "archiveFileName": "ArduinoMenu_library-4.0.3.zip", "size": 196716, "checksum": "SHA-256:7f90aadf810ca87601f17cf53ed538f1f6d5f24c25b9899846932ce3c2eb36a2" @@ -69513,7 +91417,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.4.zip", "archiveFileName": "ArduinoMenu_library-4.0.4.zip", "size": 194309, "checksum": "SHA-256:51b2cc121d0d64f549f360ba1d5c97560841b325c0f79e11220482703f4d3d15" @@ -69531,7 +91435,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.5.zip", "archiveFileName": "ArduinoMenu_library-4.0.5.zip", "size": 194394, "checksum": "SHA-256:b2ac5f407a7009857d2f6fde15a511d4a1f3c7ff646678016c38f6782dff6ae6" @@ -69549,7 +91453,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.6.zip", "archiveFileName": "ArduinoMenu_library-4.0.6.zip", "size": 194572, "checksum": "SHA-256:8cf411fa04fddf4038edc6641205ccd950c01cf6a6e9bafc74a54f8754241328" @@ -69567,7 +91471,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.7.zip", "archiveFileName": "ArduinoMenu_library-4.0.7.zip", "size": 194573, "checksum": "SHA-256:850c33a5f0a99d550d6aa802d3e37d77006523a47e39c8587ae1e3288aaec260" @@ -69585,7 +91489,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.8.zip", "archiveFileName": "ArduinoMenu_library-4.0.8.zip", "size": 200137, "checksum": "SHA-256:ee186fec4aa9b940a02eb2191f451325a226b93fc327f0ddc6e706fdfc5a0dac" @@ -69603,7 +91507,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.9.zip", "archiveFileName": "ArduinoMenu_library-4.0.9.zip", "size": 200105, "checksum": "SHA-256:00f323f89960e6ed833bb0cb7dec0132d7d1fe22b689ada50dfd203cc94e40d4" @@ -69621,7 +91525,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.0.16.zip", "archiveFileName": "ArduinoMenu_library-4.0.16.zip", "size": 203894, "checksum": "SHA-256:7cea6b2dcc31e0df32c15a660c8206feb009e2c88a590ea5ba4a247c29e63859" @@ -69639,7 +91543,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.10.zip", "archiveFileName": "ArduinoMenu_library-4.1.10.zip", "size": 214209, "checksum": "SHA-256:15c038fdfe5cb359055eeefbac0dda8c0953ddbecf2b039e68c6e2e558bd8f0a" @@ -69657,7 +91561,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.2.zip", "archiveFileName": "ArduinoMenu_library-4.1.2.zip", "size": 203716, "checksum": "SHA-256:ca9de425d61d95ce150b27e9004368defb6c3869c473660de8b5248bf6cacb28" @@ -69675,7 +91579,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.3.zip", "archiveFileName": "ArduinoMenu_library-4.1.3.zip", "size": 206877, "checksum": "SHA-256:e680156769d9ce50c602742da7b80c3587e82e61a9db1e52e8d5d86a52d0b082" @@ -69693,7 +91597,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.4.zip", "archiveFileName": "ArduinoMenu_library-4.1.4.zip", "size": 206962, "checksum": "SHA-256:008d4e67a5f94951067e790259a194c1c3441aa3df6e3e8e16475c80d2356aa9" @@ -69711,7 +91615,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.5.zip", "archiveFileName": "ArduinoMenu_library-4.1.5.zip", "size": 209137, "checksum": "SHA-256:d27ec28f9ebbeb6bd76495692b26ae674119e446893fda47659b1132f316ff42" @@ -69729,7 +91633,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.7.zip", "archiveFileName": "ArduinoMenu_library-4.1.7.zip", "size": 209188, "checksum": "SHA-256:ff605e5b0fa63a9ea8bb23622e85bfe647ee75fbe58da5f32d655a6deb3b3798" @@ -69747,7 +91651,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.1.8.zip", "archiveFileName": "ArduinoMenu_library-4.1.8.zip", "size": 209172, "checksum": "SHA-256:d0c2cb063a3345e8504546fd61f3388c85244aa40986d895be74a4ff049e5a72" @@ -69766,7 +91670,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.10.1.zip", "archiveFileName": "ArduinoMenu_library-4.10.1.zip", "size": 237831, "checksum": "SHA-256:3a6cc349e58a1048afc0bf55044ad2143f58784c24846d791d727f00e00f83aa" @@ -69785,7 +91689,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.10.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.10.3.zip", "archiveFileName": "ArduinoMenu_library-4.10.3.zip", "size": 237868, "checksum": "SHA-256:7b0eb11504070b9082a7bbc88a206462f454204ea88fd2ad93cc39064a064261" @@ -69804,7 +91708,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.10.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.10.4.zip", "archiveFileName": "ArduinoMenu_library-4.10.4.zip", "size": 237868, "checksum": "SHA-256:371e37ce0af15aaf171f8c55719eda5972079fc00248a417076227afc86625ed" @@ -69823,7 +91727,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.11.0.zip", "archiveFileName": "ArduinoMenu_library-4.11.0.zip", "size": 239466, "checksum": "SHA-256:d412d6bab05c410f1efb8a48a6a372da0f47a99e0d81fd33139d8499f69b3e34" @@ -69842,7 +91746,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.12.0.zip", "archiveFileName": "ArduinoMenu_library-4.12.0.zip", "size": 239533, "checksum": "SHA-256:ae7ef30638214a8a93f6738931b61ebecfe3db17dbc36d8ac62f2f936c4646e7" @@ -69861,7 +91765,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.12.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.12.1.zip", "archiveFileName": "ArduinoMenu_library-4.12.1.zip", "size": 239653, "checksum": "SHA-256:d7bf9cf93d9e467675aa5d250340f33fab4152ebe411184cc84aea8ddea6f9ec" @@ -69880,7 +91784,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.12.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.12.2.zip", "archiveFileName": "ArduinoMenu_library-4.12.2.zip", "size": 239815, "checksum": "SHA-256:0f290fb5c676f46f7ed71f321272758ce838007be9de0dad07d79f97759d17ac" @@ -69899,7 +91803,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.13.0.zip", "archiveFileName": "ArduinoMenu_library-4.13.0.zip", "size": 240157, "checksum": "SHA-256:e85f9d92b1bcbd1bd3c70acfd3907c973449e51061dc038d6a453da689753083" @@ -69918,7 +91822,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.14.0.zip", "archiveFileName": "ArduinoMenu_library-4.14.0.zip", "size": 244840, "checksum": "SHA-256:7e56a7468558ce100669580eb54289043297667a38579a73e7448a294096bdde" @@ -69937,7 +91841,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.14.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.14.1.zip", "archiveFileName": "ArduinoMenu_library-4.14.1.zip", "size": 259576, "checksum": "SHA-256:e6490fa78d2659d890f0973e9a39c629cb0ec80498d6c3541a5bc866c4dc3df6" @@ -69956,7 +91860,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.0.zip", "archiveFileName": "ArduinoMenu_library-4.15.0.zip", "size": 261162, "checksum": "SHA-256:4a23d295dc2aea0c1a9f1f8a8435e9aa3ce5dc97edc0ddb62054e2abdadfb55a" @@ -69975,7 +91879,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.11.zip", "archiveFileName": "ArduinoMenu_library-4.15.11.zip", "size": 287002, "checksum": "SHA-256:c9947389e3615009067261c5818f57d2c205efba0cb352ec39817d2c8ec2783d" @@ -69994,7 +91898,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.7.zip", "archiveFileName": "ArduinoMenu_library-4.15.7.zip", "size": 284737, "checksum": "SHA-256:078ef9e64f5a15ebddc7f372323a9d17f686171d1e44b0e2a926fb289978b593" @@ -70013,7 +91917,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.15.8.zip", "archiveFileName": "ArduinoMenu_library-4.15.8.zip", "size": 284823, "checksum": "SHA-256:1f976d6f620badfb265f9eba7c3d603b073538b92aaf5bc895ceb9162d4c9439" @@ -70032,7 +91936,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.16.0.zip", "archiveFileName": "ArduinoMenu_library-4.16.0.zip", "size": 290483, "checksum": "SHA-256:c34544fdd4c825dc35a5d77995a56806c5286232c11469f28ed6b0e50cb6c224" @@ -70051,7 +91955,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.0.zip", "archiveFileName": "ArduinoMenu_library-4.17.0.zip", "size": 295084, "checksum": "SHA-256:d2513a2439df10d6b15893ba82ceb19fe81494cd67ba0dd42d2f24ef45e688c0" @@ -70070,7 +91974,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.1.zip", "archiveFileName": "ArduinoMenu_library-4.17.1.zip", "size": 295237, "checksum": "SHA-256:075f65db53352f8111a812f250af1a4fd1a23ca17225f9383afc22dfeca4e832" @@ -70089,7 +91993,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.10.zip", "archiveFileName": "ArduinoMenu_library-4.17.10.zip", "size": 335607, "checksum": "SHA-256:8ed98b1ba90e5d0c2338c9124fb6163622b570f14e0fc5781a933bc9a62f2a5e" @@ -70108,7 +92012,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.12.zip", "archiveFileName": "ArduinoMenu_library-4.17.12.zip", "size": 340529, "checksum": "SHA-256:0280dc014472f18d70805c6eb68d46b13f07f1cfa09959d6ada09bc64e8b39da" @@ -70127,7 +92031,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.15.zip", "archiveFileName": "ArduinoMenu_library-4.17.15.zip", "size": 340751, "checksum": "SHA-256:174b12d09997622da34ab708eb1bcca3437b8d7a26540c1826b2eceb04eb19c5" @@ -70146,7 +92050,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.16.zip", "archiveFileName": "ArduinoMenu_library-4.17.16.zip", "size": 340778, "checksum": "SHA-256:65a595d1bc0384d4336cc379a0b2bd6e361555ea238b57d95914b36ec731db01" @@ -70165,7 +92069,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.17.zip", "archiveFileName": "ArduinoMenu_library-4.17.17.zip", "size": 342913, "checksum": "SHA-256:2004d4b195246a006931963f9c64a56cf746f9c7807ab693e912bedd2e998043" @@ -70184,7 +92088,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.18.zip", "archiveFileName": "ArduinoMenu_library-4.17.18.zip", "size": 344415, "checksum": "SHA-256:4cb98a0c35ae8f722c4ceb44d5fef5efa8e2d6408edd8a1c79b36f8002b08022" @@ -70203,7 +92107,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.2.zip", "archiveFileName": "ArduinoMenu_library-4.17.2.zip", "size": 295407, "checksum": "SHA-256:63cc93e4ce7b5e7672d843d9d97e839aea5b28a169bc380f7abd3adb5d42416e" @@ -70222,7 +92126,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.20.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.20.zip", "archiveFileName": "ArduinoMenu_library-4.17.20.zip", "size": 344034, "checksum": "SHA-256:e448b446f74f73b7d2707fca66ac6ab52c0b231ec51d9b8df169ea5889ae4fac" @@ -70241,7 +92145,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.3.zip", "archiveFileName": "ArduinoMenu_library-4.17.3.zip", "size": 295844, "checksum": "SHA-256:a855cc1ba3886fab7afd848247041d1a3ee9de1fd3b12a155133e22d98645783" @@ -70260,7 +92164,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.4.zip", "archiveFileName": "ArduinoMenu_library-4.17.4.zip", "size": 295928, "checksum": "SHA-256:3e749c2a7559265f560d727d57501e562b805544d90be264afc647e4aa7f4508" @@ -70278,7 +92182,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.2.0.zip", "archiveFileName": "ArduinoMenu_library-4.2.0.zip", "size": 218417, "checksum": "SHA-256:955110d0ded1659e3c333f8c282467a166dfb62c12ad6fa58cb702b64147fc6c" @@ -70296,7 +92200,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.3.0.zip", "archiveFileName": "ArduinoMenu_library-4.3.0.zip", "size": 218570, "checksum": "SHA-256:30dcaac8b0baa9a78ca6a4a7d958d80f37fb7dfe779d28b9c8a2189fec20537a" @@ -70314,7 +92218,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.1.zip", "archiveFileName": "ArduinoMenu_library-4.4.1.zip", "size": 219185, "checksum": "SHA-256:6e7e8bf6ded94e183e07240495f7d110677856a7770457a93969ebab6c4c68dc" @@ -70332,7 +92236,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.3.zip", "archiveFileName": "ArduinoMenu_library-4.4.3.zip", "size": 219314, "checksum": "SHA-256:785180e2cf14ce6dc1bf1c55b3b825532f2476c23fd932381cbf789d343593e4" @@ -70350,7 +92254,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.7.zip", "archiveFileName": "ArduinoMenu_library-4.4.7.zip", "size": 221523, "checksum": "SHA-256:12f239ed4e9f0a5e9690310faf2a6aaf7197e65dd2dc0ed705114c73d6d8e022" @@ -70368,7 +92272,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.4.9.zip", "archiveFileName": "ArduinoMenu_library-4.4.9.zip", "size": 221955, "checksum": "SHA-256:72a9e874f44b23f1423deee5c5593f84b4e92e17064e9d1be1106db7e4630748" @@ -70386,7 +92290,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.5.0.zip", "archiveFileName": "ArduinoMenu_library-4.5.0.zip", "size": 222014, "checksum": "SHA-256:7ef7f4596c89817fda6367bcfcef92b48f6a82566c4b9eae7ec8098619eea87a" @@ -70404,7 +92308,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.6.0.zip", "archiveFileName": "ArduinoMenu_library-4.6.0.zip", "size": 223539, "checksum": "SHA-256:7d44069280b255cba9461b7ecdfdcf8c10002d7b8494eb96cb4d79300491f08f" @@ -70422,7 +92326,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.6.2.zip", "archiveFileName": "ArduinoMenu_library-4.6.2.zip", "size": 227301, "checksum": "SHA-256:fad334bb32f97233dd3d3f31a89c2b3547a7d1bb020622c6605ec9bf43e68cbd" @@ -70440,7 +92344,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.6.3.zip", "archiveFileName": "ArduinoMenu_library-4.6.3.zip", "size": 227309, "checksum": "SHA-256:be092ab2bc5726ba275b363e2ef53d9e8ade24a0636831c7f8626e2067866d56" @@ -70458,7 +92362,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.7.1.zip", "archiveFileName": "ArduinoMenu_library-4.7.1.zip", "size": 227225, "checksum": "SHA-256:6baec6d52fc81b8c17eb8384f41063b308abdffa377e60a57afbce359cae7503" @@ -70476,7 +92380,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.7.2.zip", "archiveFileName": "ArduinoMenu_library-4.7.2.zip", "size": 229696, "checksum": "SHA-256:0f79d230a63f2f7f37a6a0376441de5ed000ab5ca46b55872f0ef588f90ed27c" @@ -70494,7 +92398,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.8.0.zip", "archiveFileName": "ArduinoMenu_library-4.8.0.zip", "size": 229741, "checksum": "SHA-256:2794444afd09557366546923f661d3a0d60200289230a0b2f7d87dc0848be244" @@ -70513,7 +92417,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.8.2.zip", "archiveFileName": "ArduinoMenu_library-4.8.2.zip", "size": 236911, "checksum": "SHA-256:6ec0be13fffccb78a2d58c181013e90cd31d4eb572b42ede47ba657e0d380c4e" @@ -70532,7 +92436,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.22.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.22.zip", "archiveFileName": "ArduinoMenu_library-4.17.22.zip", "size": 325501, "checksum": "SHA-256:9b416848fb65e16b32b2ff18ebb1e09ff6168bac5d1cbb54362710e4620c275a" @@ -70551,7 +92455,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.23.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.23.zip", "archiveFileName": "ArduinoMenu_library-4.17.23.zip", "size": 329648, "checksum": "SHA-256:11f6b5785f2e8a76d1ed4527c892b3db9911fd7030ed3aafceec54487e662371" @@ -70570,7 +92474,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.25.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.25.zip", "archiveFileName": "ArduinoMenu_library-4.17.25.zip", "size": 331675, "checksum": "SHA-256:3d0fc88a398639fcad1f71660630d686b92311e4fea691a8884ebc155d3e9de4" @@ -70589,11 +92493,182 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/ArduinoMenu.git", "providesIncludes": ["menu.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.26.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.17.26.zip", "archiveFileName": "ArduinoMenu_library-4.17.26.zip", "size": 332847, "checksum": "SHA-256:cb47b84c9a2770e29752c36baa6132186bceb0905d5cf8d7e50b1a29370fddf0" }, + { + "name": "ArduinoMenu library", + "version": "4.18.0", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "CC-BY-NC-SA-4.0", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.18.0.zip", + "archiveFileName": "ArduinoMenu_library-4.18.0.zip", + "size": 330873, + "checksum": "SHA-256:2ed84edb9173daff0c25ac5349acf893a40d720b92811cfd8d89fb833610314c" + }, + { + "name": "ArduinoMenu library", + "version": "4.18.2", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "CC-BY-NC-SA-4.0", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.18.2.zip", + "archiveFileName": "ArduinoMenu_library-4.18.2.zip", + "size": 345166, + "checksum": "SHA-256:f737db37d6f9412dcb91d037222ed7825586eabfdb90d498f5e2c511ba2c5301" + }, + { + "name": "ArduinoMenu library", + "version": "4.18.3", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "CC-BY-NC-SA-4.0", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.18.3.zip", + "archiveFileName": "ArduinoMenu_library-4.18.3.zip", + "size": 349170, + "checksum": "SHA-256:1f0defead69c31d287777b6a0128b84cb5ad3edd695b6a5f3aff9f928b01f26b" + }, + { + "name": "ArduinoMenu library", + "version": "4.19.0", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "CC-BY-NC-SA-4.0", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.19.0.zip", + "archiveFileName": "ArduinoMenu_library-4.19.0.zip", + "size": 349288, + "checksum": "SHA-256:1446e280d3182c752c8d983d38645623634f5d3100d072e4f1ac40bc15096b27" + }, + { + "name": "ArduinoMenu library", + "version": "4.20.0", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "LGPL-2.1", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.20.0.zip", + "archiveFileName": "ArduinoMenu_library-4.20.0.zip", + "size": 367259, + "checksum": "SHA-256:1543fc88e4acd5d498720ec0ba67ad19713b4c8c3a5cc636e285fc741f5907f0" + }, + { + "name": "ArduinoMenu library", + "version": "4.20.1", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "LGPL-2.1", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.20.1.zip", + "archiveFileName": "ArduinoMenu_library-4.20.1.zip", + "size": 367260, + "checksum": "SHA-256:043bb3721700f40aa269bea73b8d736d4ad7c910a14b3207eea9d8fc47c9b451" + }, + { + "name": "ArduinoMenu library", + "version": "4.20.2", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "LGPL-2.1", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.20.2.zip", + "archiveFileName": "ArduinoMenu_library-4.20.2.zip", + "size": 373585, + "checksum": "SHA-256:ff38437150133b6548b6c1777405254f4888e304c0628c7834f85d7f834cd349" + }, + { + "name": "ArduinoMenu library", + "version": "4.21.1", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "LGPL-2.1", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.21.1.zip", + "archiveFileName": "ArduinoMenu_library-4.21.1.zip", + "size": 362726, + "checksum": "SHA-256:1a41eacb7d76e25c2e4ae38636ec1f74924c0b8215741fb34b19e28b34e5c85f" + }, + { + "name": "ArduinoMenu library", + "version": "4.21.4", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "license": "LGPL-2.1", + "sentence": "Generic menu/interactivity system", + "paragraph": "Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.", + "website": "https://github.com/neu-rah/ArduinoMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/ArduinoMenu.git", + "providesIncludes": ["menu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/ArduinoMenu_library-4.21.4.zip", + "archiveFileName": "ArduinoMenu_library-4.21.4.zip", + "size": 363788, + "checksum": "SHA-256:f8427bb631f8577bdaea5aaf550a9c0d404b2747f5150fe813688a1c7165a9c1" + }, { "name": "DABDUINO", "version": "0.1.0", @@ -70606,7 +92681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.0.zip", "archiveFileName": "DABDUINO-0.1.0.zip", "size": 9492, "checksum": "SHA-256:d2058371e120dade4f763ccc06ffcd3f7518d27dc82acf5929c31eb0156b13e4" @@ -70623,7 +92698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.1.zip", "archiveFileName": "DABDUINO-0.1.1.zip", "size": 8980, "checksum": "SHA-256:290faf4198e4e6ac4c5e89cb0005821219f289256527cb20022284d74ac43427" @@ -70640,7 +92715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.2.zip", "archiveFileName": "DABDUINO-0.1.2.zip", "size": 26400, "checksum": "SHA-256:cd60586dcf56887c851c7c9d0007a373b267fcb884059d340e2cb74cde07c983" @@ -70657,7 +92732,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.3.zip", "archiveFileName": "DABDUINO-0.1.3.zip", "size": 28716, "checksum": "SHA-256:2b14f616b782e64869833c6d15111618cf5b3beac06a3900e2a04801520c384d" @@ -70674,7 +92749,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.4.zip", "archiveFileName": "DABDUINO-0.1.4.zip", "size": 411607, "checksum": "SHA-256:a8478e48c789610e139d514cb801904f20defbdaa654ab27faaea6feb4ac15c7" @@ -70691,7 +92766,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-0.1.5.zip", "archiveFileName": "DABDUINO-0.1.5.zip", "size": 412242, "checksum": "SHA-256:cd13201ed28daa1d11c21d7f0ee21187653f87bd7d443687453b2002755f62a3" @@ -70708,7 +92783,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-1.0.0.zip", "archiveFileName": "DABDUINO-1.0.0.zip", "size": 352587, "checksum": "SHA-256:ee2b4bb657c38419a2819751673da22919414157eb52ab1d330e7846e2ac9fe8" @@ -70725,7 +92800,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-1.0.1.zip", "archiveFileName": "DABDUINO-1.0.1.zip", "size": 352554, "checksum": "SHA-256:8e5470ed5f18207564d10b6a8a48829fc84556d74b184933c641d3c6d8f2c094" @@ -70742,7 +92817,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/turbyho/DABDUINO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/turbyho/DABDUINO-1.0.2.zip", "archiveFileName": "DABDUINO-1.0.2.zip", "size": 352737, "checksum": "SHA-256:926b8faa2e11f7b6ef408c298dfa38bb71eeabdcb4cd7d8d95f5bc29fa769cbd" @@ -70759,7 +92834,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MohammedRashad/ArduZ80.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MohammedRashad/ArduZ80-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MohammedRashad/ArduZ80-1.0.0.zip", "archiveFileName": "ArduZ80-1.0.0.zip", "size": 9841, "checksum": "SHA-256:12ace194f816e1e8985b7b4c709a8198cbf56b26f3e04886da10c72400a90b92" @@ -70776,7 +92851,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MohammedRashad/ArduZ80.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MohammedRashad/ArduZ80-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MohammedRashad/ArduZ80-1.0.1.zip", "archiveFileName": "ArduZ80-1.0.1.zip", "size": 11328, "checksum": "SHA-256:d1d4eab81e9c8a12da98dd83664eccbc7b6dae9b3b8702295b5ed3d6a73febb4" @@ -70794,7 +92869,7 @@ "types": ["Contributed"], "repository": "https://github.com/UIPEthernet/UIPEthernet.git", "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.1.zip", "archiveFileName": "UIPEthernet-2.0.1.zip", "size": 312155, "checksum": "SHA-256:438278d36a5f546de30b34bb3177510105ee195d435f3456d4f69e6965e3db2f" @@ -70812,7 +92887,7 @@ "types": ["Contributed"], "repository": "https://github.com/UIPEthernet/UIPEthernet.git", "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.2.zip", "archiveFileName": "UIPEthernet-2.0.2.zip", "size": 312249, "checksum": "SHA-256:a2c98939bcdfd52f31617650e8c850a454aa5c787ec7f745b84f5f38be85082e" @@ -70830,7 +92905,7 @@ "types": ["Contributed"], "repository": "https://github.com/UIPEthernet/UIPEthernet.git", "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.3.zip", "archiveFileName": "UIPEthernet-2.0.3.zip", "size": 314186, "checksum": "SHA-256:1a85521874766c1b2a66115906ad844b96e66a90d4a1ebaa4e079e53482cddcb" @@ -70848,7 +92923,7 @@ "types": ["Contributed"], "repository": "https://github.com/UIPEthernet/UIPEthernet.git", "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.4.zip", "archiveFileName": "UIPEthernet-2.0.4.zip", "size": 315467, "checksum": "SHA-256:c19b4d813e63322ab87ec5763bdb14bb39cdf1d472d320495644fec4c8f193bf" @@ -70866,7 +92941,7 @@ "types": ["Contributed"], "repository": "https://github.com/UIPEthernet/UIPEthernet.git", "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.6.zip", "archiveFileName": "UIPEthernet-2.0.6.zip", "size": 406492, "checksum": "SHA-256:80fc03452e12813aa0a2f0d6cf3bd737b8ebaad78c724a3330f3b682844a6ad2" @@ -70884,11 +92959,65 @@ "types": ["Contributed"], "repository": "https://github.com/UIPEthernet/UIPEthernet.git", "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.7.zip", "archiveFileName": "UIPEthernet-2.0.7.zip", "size": 558146, "checksum": "SHA-256:e6cf886507d6118d60cd646a9baebfc21e5816963938bd7669e3ac5a0895e853" }, + { + "name": "UIPEthernet", + "version": "2.0.8", + "author": "CassyArduino", + "maintainer": "CassyArduino \u003ccassy@zalaszam.hu\u003e", + "sentence": "Ethernet library for ENC28J60", + "paragraph": "implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h", + "website": "https://github.com/UIPEthernet/UIPEthernet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UIPEthernet/UIPEthernet.git", + "providesIncludes": ["UIPEthernet.h", "utility/logging.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.8.zip", + "archiveFileName": "UIPEthernet-2.0.8.zip", + "size": 556143, + "checksum": "SHA-256:2fa615a7bd2a9a0288245b1d20475fc979bda988f53c244a6af47988a2dacf96" + }, + { + "name": "UIPEthernet", + "version": "2.0.9", + "author": "Norbert Truchsess,CassyArduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60", + "paragraph": "implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h", + "website": "https://github.com/UIPEthernet/UIPEthernet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UIPEthernet/UIPEthernet.git", + "providesIncludes": ["UIPEthernet.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.9.zip", + "archiveFileName": "UIPEthernet-2.0.9.zip", + "size": 618980, + "checksum": "SHA-256:84e525050d7b5706bf0f542272742d9399d26ce49206090f1afc4076695aa8eb" + }, + { + "name": "UIPEthernet", + "version": "2.0.10", + "author": "Norbert Truchsess,CassyArduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60", + "paragraph": "implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h", + "website": "https://github.com/UIPEthernet/UIPEthernet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UIPEthernet/UIPEthernet.git", + "providesIncludes": ["UIPEthernet.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.10.zip", + "archiveFileName": "UIPEthernet-2.0.10.zip", + "size": 619304, + "checksum": "SHA-256:f6f50d351d346ee46fe2913dbd06c42167f838c1c01de1315556ac975e39a7dc" + }, { "name": "Romi32U4", "version": "1.0.0", @@ -70902,7 +93031,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/romi-32u4-arduino-library.git", "providesIncludes": ["Romi32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.0.zip", "archiveFileName": "Romi32U4-1.0.0.zip", "size": 71451, "checksum": "SHA-256:74372960c4862acabbc42eac189a7ae7a0b6a620a56f73af9262611e5712c70f" @@ -70920,7 +93049,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/romi-32u4-arduino-library.git", "providesIncludes": ["Romi32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.1.zip", "archiveFileName": "Romi32U4-1.0.1.zip", "size": 71564, "checksum": "SHA-256:e6a45ff26def229e35d275b9227aceb27cf870572cd99da1ae01552723b3d018" @@ -70938,7 +93067,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/romi-32u4-arduino-library.git", "providesIncludes": ["Romi32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.2.zip", "archiveFileName": "Romi32U4-1.0.2.zip", "size": 71623, "checksum": "SHA-256:82de115cdeaa3042fce1d93c7ba7f6bad2388ef11719dc17aaa1641a4eaa2f09" @@ -70955,7 +93084,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.10.zip", "archiveFileName": "dcf77_xtal-3.2.10.zip", "size": 218465, "checksum": "SHA-256:14d01ca04f103ea8ad926a3876a92892579a0c6e2d36f35a2f0b9add2700d51a" @@ -70972,7 +93101,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.11.zip", "archiveFileName": "dcf77_xtal-3.2.11.zip", "size": 218669, "checksum": "SHA-256:82e0729970209fe0d8c8161a7f0d3d5b84d30175bbcefbd540dc65774d245bf5" @@ -70989,7 +93118,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.12.zip", "archiveFileName": "dcf77_xtal-3.2.12.zip", "size": 218774, "checksum": "SHA-256:f9fa3f03526a099c48cd9ba71c7039dfd45ee1c568eea75e26c676d1faca9c84" @@ -71006,7 +93135,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.6.zip", "archiveFileName": "dcf77_xtal-3.2.6.zip", "size": 213339, "checksum": "SHA-256:1b1d657ef44402804b948ad2f8cba3e10a2d84dabd418fe61d41dfdd9774c750" @@ -71023,7 +93152,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.7.zip", "archiveFileName": "dcf77_xtal-3.2.7.zip", "size": 213351, "checksum": "SHA-256:1319eb63bd447d0d422e085a0d961f5dbb39231d4a772f9689e4ff2902016fee" @@ -71040,7 +93169,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.8.zip", "archiveFileName": "dcf77_xtal-3.2.8.zip", "size": 213336, "checksum": "SHA-256:5247c6ffce5bf86a6bbb087c5fe93a9295aa96d55d2f65b0f9316d2cd386ebc4" @@ -71057,7 +93186,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.2.9.zip", "archiveFileName": "dcf77_xtal-3.2.9.zip", "size": 218340, "checksum": "SHA-256:0864c18f778c870566983aba00d38f61d659210f97a40086002e36f3ba029f44" @@ -71074,7 +93203,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.0.zip", "archiveFileName": "dcf77_xtal-3.3.0.zip", "size": 217611, "checksum": "SHA-256:4791ed44fb24f5a3e9ff8c8d844e43c144d76bc505faa18f14e8b913e1659c17" @@ -71091,7 +93220,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.1.zip", "archiveFileName": "dcf77_xtal-3.3.1.zip", "size": 217616, "checksum": "SHA-256:239173ba79529de651ffe99531be4fb3c334803babac558941497b322c6c019f" @@ -71108,7 +93237,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.2.zip", "archiveFileName": "dcf77_xtal-3.3.2.zip", "size": 217601, "checksum": "SHA-256:86e91ce6683668d4e5a9c89eda2427dbbd94182aa303cc9e015728d3ecae9146" @@ -71125,11 +93254,45 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/udoklein/dcf77.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.3.zip", "archiveFileName": "dcf77_xtal-3.3.3.zip", "size": 217943, "checksum": "SHA-256:7a1830c79eb0135d66465946cb3bdc23460de789972ca215915187564ee0a93d" }, + { + "name": "dcf77_xtal", + "version": "3.3.4", + "author": "Udo Klein dcf77@blinkenlight.net", + "maintainer": "Udo Klein dcf77@blinkenlight.net", + "sentence": "DCF77 decoder with excellent noise tolerance.", + "paragraph": "Attention: this library requires a crystal based Arduino. Read the Hardware Incompatibilities Section of the documentation for more details.", + "website": "https://github.com/udoklein/dcf77", + "category": "Timing", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/udoklein/dcf77.git", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.4.zip", + "archiveFileName": "dcf77_xtal-3.3.4.zip", + "size": 217963, + "checksum": "SHA-256:f26ed81bcd7f1c1c58d6f02995efb3211997c50fdb732d549565abb5e533a98b" + }, + { + "name": "dcf77_xtal", + "version": "3.3.6", + "author": "Udo Klein dcf77@blinkenlight.net", + "maintainer": "Udo Klein dcf77@blinkenlight.net", + "sentence": "DCF77 decoder with excellent noise tolerance.", + "paragraph": "Attention: this library requires a crystal based Arduino. Read the Hardware Incompatibilities Section of the documentation for more details.", + "website": "https://github.com/udoklein/dcf77", + "category": "Timing", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/udoklein/dcf77.git", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.6.zip", + "archiveFileName": "dcf77_xtal-3.3.6.zip", + "size": 218395, + "checksum": "SHA-256:4df3c483fb42baa08b84d2152d025f111507a82dc901bf6c9da34d35db88874d" + }, { "name": "PHPoC", "version": "0.8.0", @@ -71142,7 +93305,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/phpoc/arduino-Phpoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-0.8.0.zip", "archiveFileName": "PHPoC-0.8.0.zip", "size": 35011, "checksum": "SHA-256:c21257af7566554b74aac04be9a75106213dca6344ca52e5c7fb3ed58bf377da" @@ -71159,7 +93322,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/phpoc/arduino-Phpoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.0.0.zip", "archiveFileName": "PHPoC-1.0.0.zip", "size": 42482, "checksum": "SHA-256:6caa3759a9d56ffe523f41024a9142542dc9547a303c08f818980e63c5b219e8" @@ -71176,7 +93339,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/phpoc/arduino-Phpoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.0.1.zip", "archiveFileName": "PHPoC-1.0.1.zip", "size": 43157, "checksum": "SHA-256:f76a6c1dd048fdc68d14f98adb7999c5d5bc056f77327f7862d23710e1c2d363" @@ -71194,7 +93357,7 @@ "types": ["Contributed"], "repository": "https://github.com/phpoc/arduino-Phpoc.git", "providesIncludes": ["Phpoc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.5.0.zip", "archiveFileName": "PHPoC-1.5.0.zip", "size": 59001, "checksum": "SHA-256:adac68e21d5f470d025b5f9eb4c3c36d9f85913714d4037ec7e96314cb329e05" @@ -71212,7 +93375,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmkishi/Dusk2Dawn.git", "providesIncludes": ["math.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmkishi/Dusk2Dawn-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmkishi/Dusk2Dawn-1.0.0.zip", "archiveFileName": "Dusk2Dawn-1.0.0.zip", "size": 8427, "checksum": "SHA-256:d2c7ba9e219222cf200396c614a9268d60334630df029134ea81dc1c1d8be3d1" @@ -71230,7 +93393,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmkishi/Dusk2Dawn.git", "providesIncludes": ["math.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmkishi/Dusk2Dawn-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmkishi/Dusk2Dawn-1.0.1.zip", "archiveFileName": "Dusk2Dawn-1.0.1.zip", "size": 8454, "checksum": "SHA-256:b4d68c947151559ceb209146108c75e923fb08efee9efd6245b21ec0f7db2618" @@ -71247,7 +93410,7 @@ "architectures": ["nRF5", "nRF52832", "nRF51822"], "types": ["Contributed"], "repository": "https://github.com/d00616/arduino-NVM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/d00616/arduino_NVM-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/d00616/arduino_NVM-0.9.1.zip", "archiveFileName": "arduino_NVM-0.9.1.zip", "size": 35620, "checksum": "SHA-256:777f43fb580b65c24e791f35045e3bd32413aaaab028d2ab63f318b16a2c76a1" @@ -71264,7 +93427,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-ifttt-maker.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/IFTTTMaker-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/IFTTTMaker-1.0.0.zip", "archiveFileName": "IFTTTMaker-1.0.0.zip", "size": 15968, "checksum": "SHA-256:8cbbd7368cd03f84c76b08cbd73bc2662d2798ae8bd83082b2b10f023da44c1b" @@ -71281,7 +93444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Haptic_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Haptic_Motor_Driver-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Haptic_Motor_Driver-1.1.0.zip", "archiveFileName": "SparkFun_Haptic_Motor_Driver-1.1.0.zip", "size": 12963, "checksum": "SHA-256:19292360d895fc0b23ad757993b065279216776f411fbdab62b2f66941468ba5" @@ -71298,7 +93461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Haptic_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Haptic_Motor_Driver-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Haptic_Motor_Driver-1.1.1.zip", "archiveFileName": "SparkFun_Haptic_Motor_Driver-1.1.1.zip", "size": 12845, "checksum": "SHA-256:fcf6416f24e9e1424b83a6fbff74521bd431e402b1951c4dc0f9a4c5bdeeafbe" @@ -71315,7 +93478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.0.zip", "archiveFileName": "Adafruit_VL53L0X-1.0.0.zip", "size": 85437, "checksum": "SHA-256:47f2db7c65e942f9d89afb9f856c1979d11d37644639237a11014c07c0e5d404" @@ -71332,7 +93495,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.2.zip", "archiveFileName": "Adafruit_VL53L0X-1.0.2.zip", "size": 85575, "checksum": "SHA-256:0e88b806899e9f9e4846a2164acb9cb4a49dad7b77336812612d4af53725baef" @@ -71349,7 +93512,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.3.zip", "archiveFileName": "Adafruit_VL53L0X-1.0.3.zip", "size": 116472, "checksum": "SHA-256:5b678d051adc9666d9cae57185a7b93b923d373a498cd3fb4c64c3ae71ae4327" @@ -71366,7 +93529,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.4.zip", "archiveFileName": "Adafruit_VL53L0X-1.0.4.zip", "size": 116475, "checksum": "SHA-256:45b35886a75041619af689da76638b04ca957e5a03f32584eee02698c2bdb01e" @@ -71383,11 +93546,186 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.5.zip", "archiveFileName": "Adafruit_VL53L0X-1.0.5.zip", "size": 118077, "checksum": "SHA-256:2e41e2cc56f6be0c3122bfd1c65f4787bc0961db70d16f50156b64c1181c0ae1" }, + { + "name": "Adafruit_VL53L0X", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.6.zip", + "archiveFileName": "Adafruit_VL53L0X-1.0.6.zip", + "size": 118374, + "checksum": "SHA-256:ac86d1029fc61223e1a13d1b3ffcb6980de05e1a91f3faf278bcc64dd1ef60af" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.7.zip", + "archiveFileName": "Adafruit_VL53L0X-1.0.7.zip", + "size": 118433, + "checksum": "SHA-256:d26030a3266ed37c382ed5f8412ecbc7fe0809497af567d6df52ee70651aa8f7" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.8.zip", + "archiveFileName": "Adafruit_VL53L0X-1.0.8.zip", + "size": 118396, + "checksum": "SHA-256:05128f937106f7379679f3046627059e548547eb0e6d7c76312b2b7d05cbac95" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.9.zip", + "archiveFileName": "Adafruit_VL53L0X-1.0.9.zip", + "size": 118396, + "checksum": "SHA-256:b963e5ac1df8bf5fb4f7abdf6da15002a0d6e36b70c35d1597678f2f91cd88d7" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.0.10.zip", + "archiveFileName": "Adafruit_VL53L0X-1.0.10.zip", + "size": 118473, + "checksum": "SHA-256:bcc3351ffd252a8e2c3aafcf820cd1208fbe9025838240574aa3e129986525da" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.1.0.zip", + "archiveFileName": "Adafruit_VL53L0X-1.1.0.zip", + "size": 125388, + "checksum": "SHA-256:5d2f79ab5f0d58126fa34d32ca42e2fb977c870a11996048900d9ef8e013adc0" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.1.1.zip", + "archiveFileName": "Adafruit_VL53L0X-1.1.1.zip", + "size": 125398, + "checksum": "SHA-256:2d3d33494e5c2c707600652ff204f53d778a0d0adb9cb1bc9545815e3b0f695a" + }, { "name": "TMC2130Stepper", "version": "1.0.0", @@ -71400,7 +93738,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-1.0.0.zip", "archiveFileName": "TMC2130Stepper-1.0.0.zip", "size": 21300, "checksum": "SHA-256:756c1da002cb84c455f0df7655606899ac1c6f300257154361177526b5622f86" @@ -71417,7 +93755,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-1.1.0.zip", "archiveFileName": "TMC2130Stepper-1.1.0.zip", "size": 104808, "checksum": "SHA-256:9c5dd8f23c0ac26f9b1e81971ec1ded7b800e6d0a3cb89e6d2ced91b27545486" @@ -71434,7 +93772,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-1.1.1.zip", "archiveFileName": "TMC2130Stepper-1.1.1.zip", "size": 104805, "checksum": "SHA-256:69b04e76649a330a2df5f7ced03a38f8386b268cf5274f413394263e99435f8f" @@ -71451,7 +93789,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.0.0.zip", "archiveFileName": "TMC2130Stepper-2.0.0.zip", "size": 122014, "checksum": "SHA-256:a558f11652056b56c6a9e734ca4de8ade03eacc0f7feff7a3b0214582c645c3a" @@ -71468,7 +93806,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.0.1.zip", "archiveFileName": "TMC2130Stepper-2.0.1.zip", "size": 121972, "checksum": "SHA-256:f3baf09830565580601b78d997038a557318e625f5356f36be8e4d4df4eb12a5" @@ -71485,7 +93823,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.0.2.zip", "archiveFileName": "TMC2130Stepper-2.0.2.zip", "size": 122070, "checksum": "SHA-256:1f7976679110de143cd07cbb07ffe910e21d985f4254d634a4f528a2226acead" @@ -71502,7 +93840,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.1.1.zip", "archiveFileName": "TMC2130Stepper-2.1.1.zip", "size": 123533, "checksum": "SHA-256:3fbe0fa3375825358821e26af0023bc040e50c06b15f2c4b96ffe5602aee8b80" @@ -71519,7 +93857,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.1.4.zip", "archiveFileName": "TMC2130Stepper-2.1.4.zip", "size": 123520, "checksum": "SHA-256:fbaa46490d41cde9df237ac617383ab62f5a923ed32daec5cce7b86f9c997289" @@ -71536,7 +93874,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.1.5.zip", "archiveFileName": "TMC2130Stepper-2.1.5.zip", "size": 123790, "checksum": "SHA-256:81c8f4a8469dff4f8d89221389d34c4986018eaaac6d69255d0131f6063c6ddf" @@ -71553,7 +93891,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.2.0.zip", "archiveFileName": "TMC2130Stepper-2.2.0.zip", "size": 123856, "checksum": "SHA-256:0c932e03a0052ff38f0acca6900acee397d05bb0ef7d0d7c4a307a64d0f43a94" @@ -71570,7 +93908,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.2.1.zip", "archiveFileName": "TMC2130Stepper-2.2.1.zip", "size": 123922, "checksum": "SHA-256:2c29ac58d6e0a0855e65a28fa12087c7c4e59c0c573866ee2eaa4f9b748aade7" @@ -71587,7 +93925,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.3.0.zip", "archiveFileName": "TMC2130Stepper-2.3.0.zip", "size": 124052, "checksum": "SHA-256:4586b996de199f182ac7c73cffab8b2ac6a98a2ad320874701975b6c3dfa28c0" @@ -71604,7 +93942,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.5.0.zip", "archiveFileName": "TMC2130Stepper-2.5.0.zip", "size": 462980, "checksum": "SHA-256:b24ba6d0ceea244cccfe7c2624e7fc6cef7218775be9ac10aa7e088e233077e9" @@ -71621,7 +93959,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2130Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2130Stepper-2.5.1.zip", "archiveFileName": "TMC2130Stepper-2.5.1.zip", "size": 465425, "checksum": "SHA-256:7378032d593f9263747d2ee4b2ed142574ce5fb670c29c1f37e88239cf5e3bac" @@ -71637,7 +93975,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/timum-viw/socket.io-client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/timum-viw/SocketIoClient-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/timum-viw/SocketIoClient-0.1.0.zip", "archiveFileName": "SocketIoClient-0.1.0.zip", "size": 5402, "checksum": "SHA-256:6120ea75c96ea58a083e87e1e671619f8380f0fde44e757d0d0f3681dc234c6d" @@ -71653,7 +93991,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/timum-viw/socket.io-client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/timum-viw/SocketIoClient-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/timum-viw/SocketIoClient-0.3.0.zip", "archiveFileName": "SocketIoClient-0.3.0.zip", "size": 5661, "checksum": "SHA-256:d32a851f73c97b85d50ab86ee822c59ab84bd7b00d62c2b706ac0b6d528539b3" @@ -71671,7 +94009,7 @@ "types": ["Contributed"], "repository": "https://github.com/redkea/arduino-library.git", "providesIncludes": ["RedkeaWrongInclude.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/redkea/redkea-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/redkea/redkea-1.0.0.zip", "archiveFileName": "redkea-1.0.0.zip", "size": 33412, "checksum": "SHA-256:4524f927ad9f6c7182a8e94f0004b176fa343555c00d58cf31c20ab9f6e5536c" @@ -71689,7 +94027,7 @@ "types": ["Contributed"], "repository": "https://github.com/redkea/arduino-library.git", "providesIncludes": ["RedkeaWrongInclude.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/redkea/redkea-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/redkea/redkea-1.1.0.zip", "archiveFileName": "redkea-1.1.0.zip", "size": 35896, "checksum": "SHA-256:5a52f7a44eb543d039cd4d5f58d08b619f65a96dddcf1da248b7be24a65965c8" @@ -71706,7 +94044,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boodskap/BoodskapMessage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boodskap/Boodskap_Message_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boodskap/Boodskap_Message_library-1.0.0.zip", "archiveFileName": "Boodskap_Message_library-1.0.0.zip", "size": 5780, "checksum": "SHA-256:3b0e1180f9fd0ce78ede32883e7e4023a79930da765cef2d690e8abe8b1b7a0c" @@ -71723,7 +94061,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boodskap/BoodskapMessage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boodskap/Boodskap_Message_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boodskap/Boodskap_Message_library-1.0.1.zip", "archiveFileName": "Boodskap_Message_library-1.0.1.zip", "size": 6243, "checksum": "SHA-256:f4a07c9a21451d1a1a8cfff43f53e91968dbc24716f3a9ec4a23128bad7a75a8" @@ -71740,7 +94078,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/boodskap/BoodskapMessage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boodskap/Boodskap_Message_library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/boodskap/Boodskap_Message_library-1.0.2.zip", "archiveFileName": "Boodskap_Message_library-1.0.2.zip", "size": 6235, "checksum": "SHA-256:eadcb15dd3c8ff6f79034184071da471fff8f25ce1828dbc2d58f8648078f6e7" @@ -71757,7 +94095,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/agdl/arduino-multiplePinsAPIs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/agdl/multiplePinOps-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/multiplePinOps-0.1.0.zip", "archiveFileName": "multiplePinOps-0.1.0.zip", "size": 13673, "checksum": "SHA-256:e87422b0000f2e27872ecfb571ea835c4d488d385150225086e73b88ca004d8f" @@ -71774,7 +94112,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/agdl/arduino-multiplePinsAPIs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/agdl/multiplePinOps-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/multiplePinOps-0.2.0.zip", "archiveFileName": "multiplePinOps-0.2.0.zip", "size": 13684, "checksum": "SHA-256:4cbfdfa31bba49d348561e58db014449a53567368beb7baffc3031482be68d46" @@ -71791,7 +94129,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Adminius/Dimmer32u4.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Adminius/Dimmer_class_for_ATmega32U4-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Adminius/Dimmer_class_for_ATmega32U4-1.0.0.zip", "archiveFileName": "Dimmer_class_for_ATmega32U4-1.0.0.zip", "size": 17132, "checksum": "SHA-256:a0dae25f7d5493ccc4d75600b2583e9a03d80b62ee7099939dd0f2e1c31808c9" @@ -71808,7 +94146,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Adminius/Dimmer32u4.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Adminius/Dimmer_class_for_ATmega32U4-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Adminius/Dimmer_class_for_ATmega32U4-1.0.1.zip", "archiveFileName": "Dimmer_class_for_ATmega32U4-1.0.1.zip", "size": 17119, "checksum": "SHA-256:a69916abbe48306659bff6633c8f5b4285f99a38796548fba2dcd9153e46fe3a" @@ -71825,7 +94163,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.0.0.zip", "archiveFileName": "InkyBoard-1.0.0.zip", "size": 23068, "checksum": "SHA-256:439d215de98e1364dd0202d1011c4c2d30386b76509293f5bcdc1ba6fe2febf7" @@ -71843,7 +94181,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.1.0.zip", "archiveFileName": "InkyBoard-1.1.0.zip", "size": 29616, "checksum": "SHA-256:f63f4b9b32f6bb84b33d23380b942bf90da450c4a7ce9d3a422503f6f7153378" @@ -71861,7 +94199,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.2.0.zip", "archiveFileName": "InkyBoard-1.2.0.zip", "size": 29425, "checksum": "SHA-256:c556a0382f09432086794657baad8d254472a30fd837e810ebc7ed42d093ecbf" @@ -71879,7 +94217,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "Display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.3.0.zip", "archiveFileName": "InkyBoard-1.3.0.zip", "size": 32608, "checksum": "SHA-256:a95ea1664e2b1c183676309c5635f789282dbffb271d6e949fdf402ca52af8c6" @@ -71897,7 +94235,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "Display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.4.0.zip", "archiveFileName": "InkyBoard-1.4.0.zip", "size": 33773, "checksum": "SHA-256:2b7b40ecab4a21ca36a1019b3dc0238066b87aac06abf0579d65ab3290d3407d" @@ -71915,7 +94253,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "Display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.4.1.zip", "archiveFileName": "InkyBoard-1.4.1.zip", "size": 33833, "checksum": "SHA-256:23f7862d59a5c11c32d3093db8e2f24f2843286e84c740a04a68959e15c18378" @@ -71933,7 +94271,7 @@ "types": ["Contributed"], "repository": "https://github.com/hvanvoorthuijsen/InkyBoard.git", "providesIncludes": ["Servo.h", "Display.h", "InkyBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hvanvoorthuijsen/InkyBoard-1.4.2.zip", "archiveFileName": "InkyBoard-1.4.2.zip", "size": 33840, "checksum": "SHA-256:8996797e61c26068e462ddf27dbb303482bf34bdcdf08823d11673ab778874c7" @@ -71951,7 +94289,7 @@ "types": ["Contributed"], "repository": "https://github.com/ErickSimoes/Ultrasonic.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-2.0.0.zip", "archiveFileName": "Ultrasonic-2.0.0.zip", "size": 66325, "checksum": "SHA-256:ed10f551f696f5d2f0a4b2a8dbd8f58ef2ca6dd9d6776d3522ff20d0fc88edd1" @@ -71969,7 +94307,7 @@ "types": ["Contributed"], "repository": "https://github.com/ErickSimoes/Ultrasonic.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-2.0.1.zip", "archiveFileName": "Ultrasonic-2.0.1.zip", "size": 66307, "checksum": "SHA-256:61ca5e8ed21a937a3818a2814a408b0b12d1ded687717a13108eba3f5a669b17" @@ -71987,7 +94325,7 @@ "types": ["Contributed"], "repository": "https://github.com/ErickSimoes/Ultrasonic.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-2.1.0.zip", "archiveFileName": "Ultrasonic-2.1.0.zip", "size": 66626, "checksum": "SHA-256:a64394a2b003b245bc1d16e30eb03ee509877897dc8cc26eb5af76ae3043562d" @@ -72005,7 +94343,7 @@ "types": ["Contributed"], "repository": "https://github.com/ErickSimoes/Ultrasonic.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-3.0.0.zip", "archiveFileName": "Ultrasonic-3.0.0.zip", "size": 70879, "checksum": "SHA-256:45c4dea5ffe1e4ff07ce47f59bd8829ccd4535e8c05743ad509b416b6bc82731" @@ -72023,7 +94361,7 @@ "types": ["Contributed"], "repository": "https://github.com/ErickSimoes/Ultrasonic.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ErickSimoes/Ultrasonic-1.0.1.zip", "archiveFileName": "Ultrasonic-1.0.1.zip", "size": 64441, "checksum": "SHA-256:371b95491c500d3c863380f6d3bb2de47a6bfc98da9ab4aed46e98c102fc9572" @@ -72040,7 +94378,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/Adminius/DimmerZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Adminius/Dimmer_class_for_SAMD21-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Adminius/Dimmer_class_for_SAMD21-1.0.0.zip", "archiveFileName": "Dimmer_class_for_SAMD21-1.0.0.zip", "size": 17965, "checksum": "SHA-256:066a1f3cbee0d554174e160ba8fecd4dfa5fdfeee8c6a087c26ef40febb0ef00" @@ -72058,11 +94396,29 @@ "types": ["Contributed"], "repository": "https://github.com/monolithicpower/MagAlpha-Arduino-Library.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/monolithicpower/MagAlpha_Angle_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/monolithicpower/MagAlpha_Angle_Sensor_Library-1.0.0.zip", "archiveFileName": "MagAlpha_Angle_Sensor_Library-1.0.0.zip", "size": 12360, "checksum": "SHA-256:71b03484b85a0c870bc4e08666905427fe7482faa7753a524b78c3b02c65866b" }, + { + "name": "MagAlpha Angle Sensor Library", + "version": "1.0.1", + "author": "Mathieu Kaelin, Monolithic Power Systems \u003csensors@monolithicpower.com\u003e", + "maintainer": "Mathieu Kaelin \u003csensors@monolithicpower.com\u003e", + "sentence": "Arduino library for the MPS MagAlpha magnetic angle sensor.", + "paragraph": "Supports MagAlpha 3rd generation Sensors. MagAlpha sensor detects the absolute angular position of a permanent magnet, typically a diametrically magnetized cylinder on the rotating shaft.", + "website": "https://github.com/monolithicpower/MagAlpha-Arduino-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/monolithicpower/MagAlpha-Arduino-Library.git", + "providesIncludes": ["SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/monolithicpower/MagAlpha_Angle_Sensor_Library-1.0.1.zip", + "archiveFileName": "MagAlpha_Angle_Sensor_Library-1.0.1.zip", + "size": 13276, + "checksum": "SHA-256:578f5afea30c1d0d09f4bab8520e7642e819fa8d35de99e9f0103645dd75ed1f" + }, { "name": "AccelStepper", "version": "1.56.0", @@ -72075,7 +94431,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/waspinator/AccelStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.56.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.56.0.zip", "archiveFileName": "AccelStepper-1.56.0.zip", "size": 87082, "checksum": "SHA-256:1fcea1ae5c0d56ba0e3c3cdb51d4fe4869fd2ec6a54afc65a74454802632de80" @@ -72092,7 +94448,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/waspinator/AccelStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.56.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.56.2.zip", "archiveFileName": "AccelStepper-1.56.2.zip", "size": 87144, "checksum": "SHA-256:6aa01f6a6e03ee95520801e7187d8012f37eb1b6aa6ade724f1f430c80efae2c" @@ -72109,7 +94465,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/waspinator/AccelStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.57.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.57.1.zip", "archiveFileName": "AccelStepper-1.57.1.zip", "size": 87854, "checksum": "SHA-256:1e7786c29754861100ec9449e7812a851152667d62cbac3f9da08ee73f783b1e" @@ -72126,11 +94482,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/waspinator/AccelStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.58.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.58.0.zip", "archiveFileName": "AccelStepper-1.58.0.zip", "size": 89649, "checksum": "SHA-256:bb5d7d52a9c5f832a5fa0cc14a58fcbd6342917b0d4249771691190b1907bc4e" }, + { + "name": "AccelStepper", + "version": "1.59.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Patrick Wasp \u003cpatrickwasp@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of stepper motors.", + "paragraph": "Provides an object-oriented interface for 2, 3 or 4 pin stepper motors and motor drivers.", + "website": "http://www.airspayce.com/mikem/arduino/AccelStepper/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/waspinator/AccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.59.0.zip", + "archiveFileName": "AccelStepper-1.59.0.zip", + "size": 89876, + "checksum": "SHA-256:7bf7e119fc991da3c23ed8a656c34c4a960c1fd4900a11b89d7a93d7d5666968" + }, + { + "name": "AccelStepper", + "version": "1.61.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Patrick Wasp \u003cpatrickwasp@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of stepper motors.", + "paragraph": "Provides an object-oriented interface for 2, 3 or 4 pin stepper motors and motor drivers.", + "website": "http://www.airspayce.com/mikem/arduino/AccelStepper/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/waspinator/AccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.61.0.zip", + "archiveFileName": "AccelStepper-1.61.0.zip", + "size": 90505, + "checksum": "SHA-256:8ce9ccaad103842d11b667e033313c9c694b18055547cda11248ec6117b1773e" + }, { "name": "GoogleMapsApi", "version": "1.0.0", @@ -72143,7 +94533,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-google-maps-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/GoogleMapsApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/GoogleMapsApi-1.0.0.zip", "archiveFileName": "GoogleMapsApi-1.0.0.zip", "size": 15652, "checksum": "SHA-256:937ad061d55cc4af79aef628977d8df0073f81dd4153db25356fbd13709fea33" @@ -72160,7 +94550,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-youtube-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/YoutubeApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/YoutubeApi-1.0.0.zip", "archiveFileName": "YoutubeApi-1.0.0.zip", "size": 15331, "checksum": "SHA-256:42825670efc7faad2a8b8dd32dc724135f53a0be9cfcfe8304f308baa7e88931" @@ -72177,11 +94567,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-youtube-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/YoutubeApi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/YoutubeApi-1.1.0.zip", "archiveFileName": "YoutubeApi-1.1.0.zip", "size": 22347, "checksum": "SHA-256:c370b74c8de5d70580937bf3dd9b85274d872e3f7abd3edd0f91e8dcae00075f" }, + { + "name": "YoutubeApi", + "version": "2.0.0", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "A wrapper for the YouTube API for Arduino (supports ESP8266 \u0026 WiFi101 boards)", + "paragraph": "Use this library to get YouTube channel statistics", + "website": "https://github.com/witnessmenow/arduino-youtube-api", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/witnessmenow/arduino-youtube-api.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/YoutubeApi-2.0.0.zip", + "archiveFileName": "YoutubeApi-2.0.0.zip", + "size": 18248, + "checksum": "SHA-256:56d3812f65b9653f18dc4512542f16c6179507811d069c51d3ce9d7650f5b3c3" + }, { "name": "IoTtweetESP32", "version": "0.0.2", @@ -72195,7 +94607,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetESP32.git", "providesIncludes": ["IoTtweetESP32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-0.0.2.zip", "archiveFileName": "IoTtweetESP32-0.0.2.zip", "size": 5263, "checksum": "SHA-256:d9ace857c5afbf8773897268536c6e8ec45ab17732ae14028b040a4558e941f3" @@ -72213,7 +94625,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetESP32.git", "providesIncludes": ["IoTtweetESP32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-0.1.0.zip", "archiveFileName": "IoTtweetESP32-0.1.0.zip", "size": 12810, "checksum": "SHA-256:fe2f9efb620a4d47f2339780da93783659d24c19517f01a6fa49547c50c6bf81" @@ -72231,7 +94643,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetESP32.git", "providesIncludes": ["IoTtweetESP32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-0.1.5.zip", "archiveFileName": "IoTtweetESP32-0.1.5.zip", "size": 12401, "checksum": "SHA-256:0c49b01ed3fee4a635c5318821acc0e0d29cbdadd3b9a264072235c79d6faa5e" @@ -72249,7 +94661,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetESP32.git", "providesIncludes": ["IoTtweetESP32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetESP32-1.0.0.zip", "archiveFileName": "IoTtweetESP32-1.0.0.zip", "size": 13592, "checksum": "SHA-256:f9dab9981f875548be5d5c1d0e154613fbde429210c44bb92942790c62b63a44" @@ -72266,7 +94678,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plasticrake/OpcServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plasticrake/OpcServer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plasticrake/OpcServer-1.0.0.zip", "archiveFileName": "OpcServer-1.0.0.zip", "size": 9660, "checksum": "SHA-256:3ba4e8882258713ffbff57c01f13c437a2bd660eef82e298a6b82e04bbebeff8" @@ -72283,7 +94695,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plasticrake/OpcServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plasticrake/OpcServer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plasticrake/OpcServer-1.1.0.zip", "archiveFileName": "OpcServer-1.1.0.zip", "size": 10498, "checksum": "SHA-256:4ba48ec4e8dd83c05c5ef1c1a51a30df98b8c9d40768392bc9d9d9d234edd2a6" @@ -72300,7 +94712,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.0.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.0.zip", "size": 40748, "checksum": "SHA-256:e862681fa4aee57a04bec24ee4fb4339290797ba47778ed9524187e08d87d627" @@ -72317,7 +94729,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.2.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.2.zip", "size": 43578, "checksum": "SHA-256:4753492d11fd0bc721fd73562410a45ccf0c8f9af12cc344793985436caf7348" @@ -72334,7 +94746,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.3.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.3.zip", "size": 43573, "checksum": "SHA-256:95b0460fc3c4124c8bb655e6d156c66faf17b7d56d3f6d8e6c4f1b2390f0b197" @@ -72351,7 +94763,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.4.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.4.zip", "size": 43914, "checksum": "SHA-256:e40f36330922feb02f534f4b09de73231cee38a954c78e29eba9e21dd469d32d" @@ -72368,7 +94780,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.5.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.5.zip", "size": 49710, "checksum": "SHA-256:a4ce53c6fda67aa2ce85450ed8ed24cf90d9de18a64880902ecb8ff50d7117b6" @@ -72385,7 +94797,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.6.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.6.zip", "size": 49659, "checksum": "SHA-256:7b7620aa2215787cb877430e4c5d22a365eafdbd8ddf415b894da679a0edcaa3" @@ -72402,7 +94814,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.7.zip", "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.0.7.zip", "size": 49675, "checksum": "SHA-256:1bc8a22e67a88d178aca92587f35d49f9cd784fd09c53b09e5e12d492f964176" @@ -72420,7 +94832,7 @@ "types": ["Contributed"], "repository": "https://github.com/AJMansfield/TriacDimmer.git", "providesIncludes": ["TriacDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AJMansfield/TriacDimmer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AJMansfield/TriacDimmer-1.0.0.zip", "archiveFileName": "TriacDimmer-1.0.0.zip", "size": 9432, "checksum": "SHA-256:6ed168b9e3d89ebd6ea4f74950db829b0991115fc8ae4a09680f83d5634de380" @@ -72438,7 +94850,7 @@ "types": ["Contributed"], "repository": "https://github.com/AJMansfield/TriacDimmer.git", "providesIncludes": ["TriacDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AJMansfield/TriacDimmer-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AJMansfield/TriacDimmer-1.0.3.zip", "archiveFileName": "TriacDimmer-1.0.3.zip", "size": 186692, "checksum": "SHA-256:39d575a6caba6194f6ae94d5ae0a6abb916a0509bbd3d18a51e3c9c491f79e97" @@ -72456,7 +94868,7 @@ "types": ["Contributed"], "repository": "https://github.com/AJMansfield/TriacDimmer.git", "providesIncludes": ["TriacDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AJMansfield/TriacDimmer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AJMansfield/TriacDimmer-1.1.0.zip", "archiveFileName": "TriacDimmer-1.1.0.zip", "size": 188413, "checksum": "SHA-256:2ab73a1de39448e114b9f6a0d1a60fbd52d28cae52439a0e70d35be80ae7282c" @@ -72474,7 +94886,7 @@ "types": ["Contributed"], "repository": "https://github.com/VasilKalchev/ExponentMap.git", "providesIncludes": ["ExponentMap.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VasilKalchev/ExponentMap-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/ExponentMap-1.0.0.zip", "archiveFileName": "ExponentMap-1.0.0.zip", "size": 210289, "checksum": "SHA-256:b6b31b69d03416049b144a6c85c3b8e833d4c13d8cb9363b736382dfef642376" @@ -72491,7 +94903,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-1.1.1.zip", "archiveFileName": "IRremoteESP8266-1.1.1.zip", "size": 51630, "checksum": "SHA-256:b12e7bd0e39666f295bc0f7796da4121bf8444fd426553ed7d791a19f931d910" @@ -72508,7 +94920,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-1.2.0.zip", "archiveFileName": "IRremoteESP8266-1.2.0.zip", "size": 53329, "checksum": "SHA-256:b1c9ac9cc1fdd289e253a0f683b3dbe4d3721f784265e76a8cd17dbd3bab15ff" @@ -72525,7 +94937,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.2.zip", "archiveFileName": "IRremoteESP8266-2.4.2.zip", "size": 297391, "checksum": "SHA-256:11d6716be6b2bf2e0be7b81410449eef69daebe318d8868d3bccc57034fcfba7" @@ -72542,7 +94954,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.0.zip", "archiveFileName": "IRremoteESP8266-2.0.0.zip", "size": 146051, "checksum": "SHA-256:39dce92bbc22668f2302faf3159efcb1b42047ea0f84a28604ddbf997fe5b7d0" @@ -72559,7 +94971,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.1.zip", "archiveFileName": "IRremoteESP8266-2.0.1.zip", "size": 146727, "checksum": "SHA-256:75ae83b2d9fd7e511207d8213672df8aa70d93201f46892e545eb11cfcd13123" @@ -72576,7 +94988,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.2.zip", "archiveFileName": "IRremoteESP8266-2.0.2.zip", "size": 147197, "checksum": "SHA-256:4562d1845f53e4590dedaae0b8a058535ba63b202d4b19e04660f05b89efbf7f" @@ -72593,7 +95005,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.0.3.zip", "archiveFileName": "IRremoteESP8266-2.0.3.zip", "size": 147579, "checksum": "SHA-256:7d3626a9f95bb8bf828c58ec97596588a13b1fc0891959df1acc3a71ec621d05" @@ -72610,7 +95022,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.1.0.zip", "archiveFileName": "IRremoteESP8266-2.1.0.zip", "size": 163490, "checksum": "SHA-256:d3ca35d85f6c63c273054d63e7d5274d662981e76edfab60329819d8613f595b" @@ -72627,7 +95039,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.1.1.zip", "archiveFileName": "IRremoteESP8266-2.1.1.zip", "size": 164183, "checksum": "SHA-256:15384121bb0e8650b40ce8e49639b51fa1f407173b08a1378ccd78828f709011" @@ -72644,7 +95056,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.2.0.zip", "archiveFileName": "IRremoteESP8266-2.2.0.zip", "size": 182124, "checksum": "SHA-256:042de9eca0cf3eeb4f0a03c8e6318f0761ef2a854d65e738b93b9486ea7b4d1c" @@ -72661,7 +95073,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.2.1.zip", "archiveFileName": "IRremoteESP8266-2.2.1.zip", "size": 202455, "checksum": "SHA-256:5ba79bc2a525e353d779d146bb2890c166f6b9759a932f86255cc93e5be40b26" @@ -72678,7 +95090,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.0.zip", "archiveFileName": "IRremoteESP8266-2.3.0.zip", "size": 250377, "checksum": "SHA-256:eca2bc910f8f1807dcce65f44286fec7fe19c61510fab904975f964b423dca41" @@ -72695,7 +95107,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.1.zip", "archiveFileName": "IRremoteESP8266-2.3.1.zip", "size": 260012, "checksum": "SHA-256:50edbe1652a6452330b6eef5e4315b356a87e57250f7909fb4c1b68b983066d6" @@ -72712,7 +95124,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.2.zip", "archiveFileName": "IRremoteESP8266-2.3.2.zip", "size": 263978, "checksum": "SHA-256:da856b27b876d690682fc6242eb2c57b831fe2276dddb90f772cce944a1b5cba" @@ -72729,7 +95141,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.3.3.zip", "archiveFileName": "IRremoteESP8266-2.3.3.zip", "size": 280026, "checksum": "SHA-256:26a8ec012dfecb0cb11677fa41947d9d9c748fc23c24f0314b3810f27612ff95" @@ -72746,7 +95158,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.0.zip", "archiveFileName": "IRremoteESP8266-2.4.0.zip", "size": 287118, "checksum": "SHA-256:b90c0fbe407ad5649b1c07350455e3fe0b22141408d8344d7d736a15a0d101cf" @@ -72763,7 +95175,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.1.zip", "archiveFileName": "IRremoteESP8266-2.4.1.zip", "size": 297383, "checksum": "SHA-256:68fbdbd195784dcbbc3f2e11fefd9803090a3848b281efb24d2ff4de7b835cf3" @@ -72780,7 +95192,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.4.3.zip", "archiveFileName": "IRremoteESP8266-2.4.3.zip", "size": 302820, "checksum": "SHA-256:7733be54a8e3319fe9fb8b8e1df5ffe794288e5bf6940a7f0356756ce70ed270" @@ -72797,7 +95209,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.0.zip", "archiveFileName": "IRremoteESP8266-2.5.0.zip", "size": 327040, "checksum": "SHA-256:69b783eb625159be5b6f6afde0e3b88d52ebc7a5ef27d1149ee421030b3b174e" @@ -72814,7 +95226,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.1.zip", "archiveFileName": "IRremoteESP8266-2.5.1.zip", "size": 341088, "checksum": "SHA-256:39bbc04336715d48a5985d713cfd289bb8593af81d6a38a5294d688d4757c128" @@ -72831,7 +95243,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.2.zip", "archiveFileName": "IRremoteESP8266-2.5.2.zip", "size": 357785, "checksum": "SHA-256:6d58c3dea9308dc7666f7c53ddee4776ed0c4e87dedc4c0abc74ce440ec4735d" @@ -72848,7 +95260,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.3.zip", "archiveFileName": "IRremoteESP8266-2.5.3.zip", "size": 369377, "checksum": "SHA-256:5c91f73bd9afcaf7e426608f2d56763b5fe98a08af50f15a3a85fbd535515236" @@ -72865,7 +95277,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.4.zip", "archiveFileName": "IRremoteESP8266-2.5.4.zip", "size": 373072, "checksum": "SHA-256:119f8bc076409c6ea525f7d978010b72bf367ebe75d114ddedfaa1ffe413c843" @@ -72882,7 +95294,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.5.zip", "archiveFileName": "IRremoteESP8266-2.5.5.zip", "size": 389957, "checksum": "SHA-256:b74e001db28a0b642caa045265bd9fec452dd5916bf4d0eb9ef3224a92d774ca" @@ -72899,7 +95311,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.5.6.zip", "archiveFileName": "IRremoteESP8266-2.5.6.zip", "size": 405840, "checksum": "SHA-256:e4dbad6d307733ecac7d277962753e2fb80faaa7321b0fcd01de8d4f5c0e2b25" @@ -72916,7 +95328,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.0.zip", "archiveFileName": "IRremoteESP8266-2.6.0.zip", "size": 464467, "checksum": "SHA-256:5ca676774164a82e2d3db841bb16eea2b3a1a16ec831f2cbbdcf1832d79fb608" @@ -72933,7 +95345,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.1.zip", "archiveFileName": "IRremoteESP8266-2.6.1.zip", "size": 518136, "checksum": "SHA-256:f01da2ec59c0231b009999f47ae348b6abde30687ae313a1971cfbed3977ed1a" @@ -72950,7 +95362,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.2.zip", "archiveFileName": "IRremoteESP8266-2.6.2.zip", "size": 530451, "checksum": "SHA-256:885ee9d2f9f46e74bd5d097d2ab3bb086732b0a27cc185b1919fbe6fc942051c" @@ -72967,7 +95379,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.3.zip", "archiveFileName": "IRremoteESP8266-2.6.3.zip", "size": 545535, "checksum": "SHA-256:6af9bfcd0b25d36c6bd15a4198295645d06b82e9a5c8d701aa6f971c611bac9f" @@ -72984,11 +95396,385 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/markszabo/IRremoteESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.4.zip", "archiveFileName": "IRremoteESP8266-2.6.4.zip", "size": 558657, "checksum": "SHA-256:af406388a1a1f9ae9ab8ed023f237de6c8c34d393b2cc15e7e70cd299d514304" }, + { + "name": "IRremoteESP8266", + "version": "2.6.5", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.5.zip", + "archiveFileName": "IRremoteESP8266-2.6.5.zip", + "size": 572443, + "checksum": "SHA-256:6820ac9e23ab303a6f63aa17b917df799a64874b9f8a4e6807897b51dc93430e" + }, + { + "name": "IRremoteESP8266", + "version": "2.6.6", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.6.6.zip", + "archiveFileName": "IRremoteESP8266-2.6.6.zip", + "size": 625088, + "checksum": "SHA-256:887411c9a864e4b5c3f768ee8dfc4accda59a951ea59ff6f7ac99fdfc7211bec" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.0", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.0.zip", + "archiveFileName": "IRremoteESP8266-2.7.0.zip", + "size": 663200, + "checksum": "SHA-256:d951235e602a2e9c3ec051959c379679516cd862bed5c078ab346d0bc972aae9" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.1", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.1.zip", + "archiveFileName": "IRremoteESP8266-2.7.1.zip", + "size": 665520, + "checksum": "SHA-256:4e62562f75617a84c7db3ab832a90c3c8188c0e06e726f68e62070b847c2e2ba" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.2", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.2.zip", + "archiveFileName": "IRremoteESP8266-2.7.2.zip", + "size": 671920, + "checksum": "SHA-256:cd5c5a6fbde0ddf79e742619e0da8f2a0d7d0852eab2cf98b8e97bf955b9a11c" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.3", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.3.zip", + "archiveFileName": "IRremoteESP8266-2.7.3.zip", + "size": 677173, + "checksum": "SHA-256:c5cb891e48c32f7141298b4226e986122d570c35e6ce55ce2f7528417f76da30" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.4", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.4.zip", + "archiveFileName": "IRremoteESP8266-2.7.4.zip", + "size": 691656, + "checksum": "SHA-256:f3c4fab81800fcb67dba542abff4c7b43c3cd56d65b4532659bff7e02a3d0884" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.5", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.5.zip", + "archiveFileName": "IRremoteESP8266-2.7.5.zip", + "size": 719602, + "checksum": "SHA-256:40d40c70efc4b42354edb9ff097aef2e8c6a1349d4c875d88751c7fea3788de6" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.6", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.6.zip", + "archiveFileName": "IRremoteESP8266-2.7.6.zip", + "size": 724124, + "checksum": "SHA-256:e46dc75c08568a01dc097a40ca690411a7e7586043a3920e0f3592feed434892" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.7", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.7.zip", + "archiveFileName": "IRremoteESP8266-2.7.7.zip", + "size": 758725, + "checksum": "SHA-256:947c57340e51a7b064d085fc32f2f8509ff895eb72a655a72ea09b63c96de47b" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.8", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.8.zip", + "archiveFileName": "IRremoteESP8266-2.7.8.zip", + "size": 4010388, + "checksum": "SHA-256:68eaf9b9b94ca5d89b21818ae27f5eb83932fb415521fc4e04452d72e5338355" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.9", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.9.zip", + "archiveFileName": "IRremoteESP8266-2.7.9.zip", + "size": 4127387, + "checksum": "SHA-256:ef4ffe7eb90e73f08bb291ee2918ae402ffa55941cd768d1134ebbfd8e22e21a" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.10", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.10.zip", + "archiveFileName": "IRremoteESP8266-2.7.10.zip", + "size": 4290699, + "checksum": "SHA-256:2d1fdf64402ac461eed25d8e38ede6a2374ccc5e8a778348ab45a07f51732bf1" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.11", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.11.zip", + "archiveFileName": "IRremoteESP8266-2.7.11.zip", + "size": 4485181, + "checksum": "SHA-256:6ce9eff902903acfcafde6d9ac22418c08a92645267ef8ca6e44e1e9ed8cd88c" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.12", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.12.zip", + "archiveFileName": "IRremoteESP8266-2.7.12.zip", + "size": 4729101, + "checksum": "SHA-256:e04d60ff54d7c99540cf2b4af537940e2d2edf2fd995c86865e7a7f62eb5033d" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.13", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.13.zip", + "archiveFileName": "IRremoteESP8266-2.7.13.zip", + "size": 4803960, + "checksum": "SHA-256:8cdd25c23fee5245e44693c08c92d8eaf9d5ee9b4bcb94e3ffb6877311c61f92" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.14", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.14.zip", + "archiveFileName": "IRremoteESP8266-2.7.14.zip", + "size": 4907298, + "checksum": "SHA-256:3e0c76d9f45bad6797d4c1c87decbc912bddb688e1f1f28bb1385a36994305f8" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.15", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.15.zip", + "archiveFileName": "IRremoteESP8266-2.7.15.zip", + "size": 5045463, + "checksum": "SHA-256:a5dc2bdd7e058fb2fa849938d653f8f19068ec5b6ef04aad58199690ccfa43f8" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.16", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.16.zip", + "archiveFileName": "IRremoteESP8266-2.7.16.zip", + "size": 5177117, + "checksum": "SHA-256:f4c59eb60ef024052a1cfb16f79fafae88d6f932cef06af67b72ed4326f8db21" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.17", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.17.zip", + "archiveFileName": "IRremoteESP8266-2.7.17.zip", + "size": 5244679, + "checksum": "SHA-256:96af1f93d86001400f0490327ce6529401e3ec324236347ec30116b7d8fed64a" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.18", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.18.zip", + "archiveFileName": "IRremoteESP8266-2.7.18.zip", + "size": 5240517, + "checksum": "SHA-256:b1eaca6a5f5c40e26240dda899b0fcfb19a098687c808209895c922f5202fdc9" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.19", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.19.zip", + "archiveFileName": "IRremoteESP8266-2.7.19.zip", + "size": 5324369, + "checksum": "SHA-256:65b2eb51d9e5034ec5b3f44b71fdc3a61278c634823c9595104acde6ff67f172" + }, { "name": "Relay", "version": "1.0.0", @@ -73001,7 +95787,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rafaelnsantos/Relay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rafaelnsantos/Relay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rafaelnsantos/Relay-1.0.0.zip", "archiveFileName": "Relay-1.0.0.zip", "size": 7473, "checksum": "SHA-256:9fd6214fa557d83f7a86bfc78e322e1e90488b483dc62926a2ffe2af08b376d1" @@ -73019,7 +95805,7 @@ "types": ["Contributed"], "repository": "https://github.com/AJMansfield/LcdEffects.git", "providesIncludes": ["LcdEffects.h", "Effects.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AJMansfield/LcdEffects-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AJMansfield/LcdEffects-1.0.0.zip", "archiveFileName": "LcdEffects-1.0.0.zip", "size": 14741, "checksum": "SHA-256:6793285209ab11cad1f977b593e883be65bfcc8a9489e55103d2bd011e344718" @@ -73037,7 +95823,7 @@ "types": ["Contributed"], "repository": "https://github.com/MonsieurV/ArduinoPocketGeiger.git", "providesIncludes": ["RadiationWatch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.0.zip", "archiveFileName": "RadiationWatch-0.6.0.zip", "size": 538541, "checksum": "SHA-256:6bc137840a8b4ad105a89b8ea1de3d73f9c4d58d8f353771c50c3c215525009c" @@ -73055,7 +95841,7 @@ "types": ["Contributed"], "repository": "https://github.com/MonsieurV/ArduinoPocketGeiger.git", "providesIncludes": ["RadiationWatch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.1.zip", "archiveFileName": "RadiationWatch-0.6.1.zip", "size": 538656, "checksum": "SHA-256:e6ad7d29034d0dedba79f2107906c01186ffdc3f4c9e0a15cae0857183d3bd30" @@ -73073,11 +95859,47 @@ "types": ["Contributed"], "repository": "https://github.com/MonsieurV/ArduinoPocketGeiger.git", "providesIncludes": ["RadiationWatch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.2.zip", "archiveFileName": "RadiationWatch-0.6.2.zip", "size": 538933, "checksum": "SHA-256:8e575c36375853aa48a8d344a9d15d8743c3ba01ce674d2ec044d96e713418b0" }, + { + "name": "RadiationWatch", + "version": "0.6.3", + "author": "puuu, thomasaw, Tourmal, Yoan Tournade \u003cyoan@ytotech.com\u003e", + "maintainer": "Yoan Tournade \u003cyoan@ytotech.com\u003e", + "sentence": "Arduino driver for Radiation Watch Pocket Geiger sensor", + "paragraph": "Make radiation measurements using your Arduino board and a Radiation Watch Pocket Geiger Type 5 sensor.", + "website": "https://github.com/MonsieurV/ArduinoPocketGeiger", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MonsieurV/ArduinoPocketGeiger.git", + "providesIncludes": ["RadiationWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.3.zip", + "archiveFileName": "RadiationWatch-0.6.3.zip", + "size": 13178061, + "checksum": "SHA-256:320888935c27a4191d9e5d8537ad09540bd07e4c2585ece4ec834e7c5ee2d5c8" + }, + { + "name": "RadiationWatch", + "version": "0.6.4", + "author": "puuu, thomasaw, Tourmal, Yoan Tournade \u003cyoan@ytotech.com\u003e", + "maintainer": "Yoan Tournade \u003cyoan@ytotech.com\u003e", + "sentence": "Arduino driver for Radiation Watch Pocket Geiger sensor", + "paragraph": "Make radiation measurements using your Arduino board and a Radiation Watch Pocket Geiger Type 5 sensor.", + "website": "https://github.com/MonsieurV/ArduinoPocketGeiger", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MonsieurV/ArduinoPocketGeiger.git", + "providesIncludes": ["RadiationWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MonsieurV/RadiationWatch-0.6.4.zip", + "archiveFileName": "RadiationWatch-0.6.4.zip", + "size": 6812118, + "checksum": "SHA-256:b102b65a42b8bc353dc2dca6d3620c0f68fb7a382d2c62405b9549b58c484019" + }, { "name": "ClimaStick", "version": "1.1.0", @@ -73090,7 +95912,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/ClimaStick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.1.0.zip", "archiveFileName": "ClimaStick-1.1.0.zip", "size": 85132, "checksum": "SHA-256:7b89cb9c960ff00cc93f8db6011692bca8ecc6f621d652747e22b39e20a7a1a7" @@ -73107,7 +95929,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/ClimaStick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.2.1.zip", "archiveFileName": "ClimaStick-1.2.1.zip", "size": 89963, "checksum": "SHA-256:88c369d167abb2cfb81d8477083eea8096f9364d44c3fd279993cf53e46f06d4" @@ -73124,7 +95946,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/ClimaStick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.2.3.zip", "archiveFileName": "ClimaStick-1.2.3.zip", "size": 100380, "checksum": "SHA-256:aa88c82442bebaab34d4589f04e777d5c1841502f5b80a4fce34ae738dbe5059" @@ -73141,7 +95963,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/ClimaStick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/ClimaStick-1.3.1.zip", "archiveFileName": "ClimaStick-1.3.1.zip", "size": 100397, "checksum": "SHA-256:8b50a3e8c3dadbd4bde3fbf4859c2eaef496c559209013553ec6cc8d85619006" @@ -73159,7 +95981,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", "providesIncludes": ["TheThingsNode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.0.zip", "archiveFileName": "TheThingsNode-2.0.0.zip", "size": 44203, "checksum": "SHA-256:1a3affcc66aac2a0142cd9b0e43e85b42f5f2b1879dc4e98e67554fc506aef86" @@ -73177,7 +95999,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", "providesIncludes": ["TheThingsNode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.2.zip", "archiveFileName": "TheThingsNode-2.0.2.zip", "size": 46422, "checksum": "SHA-256:df412d0a406bc40afa709d0fd9e1ef53c1c12db63c15b6001d89dedf23ee248d" @@ -73195,7 +96017,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", "providesIncludes": ["TheThingsNode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.5.zip", "archiveFileName": "TheThingsNode-2.0.5.zip", "size": 48972, "checksum": "SHA-256:800306a82fd11daa9f7decd7e111e2fd25926f712003ed2aa999371dc02749b0" @@ -73213,7 +96035,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", "providesIncludes": ["TheThingsNode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.6.zip", "archiveFileName": "TheThingsNode-2.0.6.zip", "size": 48896, "checksum": "SHA-256:30bc8017d0059648d2a3b83431e2ea306f1bb0f55a79c7cdc257f9157c9a0fa9" @@ -73231,7 +96053,7 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", "providesIncludes": ["TheThingsNode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.7.zip", "archiveFileName": "TheThingsNode-2.0.7.zip", "size": 48892, "checksum": "SHA-256:0ba7fd77676e8cd73f47d30510e9dbe8ca69ad09c51ce631a584b06910be7789" @@ -73249,11 +96071,29 @@ "types": ["Contributed"], "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", "providesIncludes": ["TheThingsNode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.8.zip", "archiveFileName": "TheThingsNode-2.0.8.zip", "size": 48936, "checksum": "SHA-256:48608b90b78251436b4a22bd589698f575c2423a74ecc47acd3c263a5f0da14a" }, + { + "name": "TheThingsNode", + "version": "2.0.9", + "author": "The Things Network", + "maintainer": "Johan Stokking \u003cjohan@thethingsnetwork.org\u003e", + "sentence": "The Things Node Arduino Library.", + "paragraph": "Device library for The Things Node.", + "website": "https://github.com/TheThingsNetwork/arduino-node-lib", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/TheThingsNetwork/arduino-node-lib.git", + "providesIncludes": ["TheThingsNode.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNode-2.0.9.zip", + "archiveFileName": "TheThingsNode-2.0.9.zip", + "size": 48941, + "checksum": "SHA-256:461f194b6fbb6a92849463c5faed3e7f6b42d5e97a9350110bbf2c67ba6bdc86" + }, { "name": "Serial Controlled Motor Driver", "version": "1.0.1", @@ -73266,7 +96106,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Serial_Controlled_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.1.zip", "archiveFileName": "Serial_Controlled_Motor_Driver-1.0.1.zip", "size": 30297, "checksum": "SHA-256:5919cdd84067114505850c5cce0a4b877df384398d66934b4fc6d892fc0b0033" @@ -73283,7 +96123,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Serial_Controlled_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.2.zip", "archiveFileName": "Serial_Controlled_Motor_Driver-1.0.2.zip", "size": 30332, "checksum": "SHA-256:242fa4c037ba4c1e41f860a5fd82ba9809c8bea8806642cfea36259fc791f331" @@ -73300,11 +96140,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Serial_Controlled_Motor_Driver_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.3.zip", "archiveFileName": "Serial_Controlled_Motor_Driver-1.0.3.zip", "size": 30329, "checksum": "SHA-256:5c96d7a6be8514e18eabf3da3400f7480fb45f0a15e6b9b7fbb2908277036a0e" }, + { + "name": "Serial Controlled Motor Driver", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use this to command the SCMD and connected chain.", + "paragraph": "This library does the low level interface to the Serial Controlled Motor Driver. It provides functions to control the driver, set motor drive level, inversion mode, and bridging mode. It also includes a tool to randomly access control registers over serial, for debugging purposes. This has been fully tested on the uno and Teensy 3.2.", + "website": "https://github.com/sparkfun/Serial_Controlled_Motor_Driver", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Serial_Controlled_Motor_Driver_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Serial_Controlled_Motor_Driver-1.0.4.zip", + "archiveFileName": "Serial_Controlled_Motor_Driver-1.0.4.zip", + "size": 30333, + "checksum": "SHA-256:9af67eaaed0c590aa9269f64fa87dfe19f723f84a5cf7c1008f0d770dd839ff7" + }, { "name": "RFExplorer 3GP IoT", "version": "1.0.1703", @@ -73317,7 +96174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RFExplorer/RFExplorer_3GP_IoT_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RFExplorer/RFExplorer_3GP_IoT-1.0.1703.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RFExplorer/RFExplorer_3GP_IoT-1.0.1703.zip", "archiveFileName": "RFExplorer_3GP_IoT-1.0.1703.zip", "size": 31734, "checksum": "SHA-256:c2e28ae8e28ca9e60bd13bed0b3e6559721f94d1e844bfe7f0b2ffd5d689e06c" @@ -73334,7 +96191,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RFExplorer/RFExplorer_3GP_IoT_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RFExplorer/RFExplorer_3GP_IoT-1.0.1804.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RFExplorer/RFExplorer_3GP_IoT-1.0.1804.zip", "archiveFileName": "RFExplorer_3GP_IoT-1.0.1804.zip", "size": 31983, "checksum": "SHA-256:d53676aeee8f7e59eaf68de4cae34bd2bfbc465bfe88417d8b757eb02849bde6" @@ -73351,7 +96208,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RFExplorer/RFExplorer_3GP_IoT_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RFExplorer/RFExplorer_3GP_IoT-1.0.1806.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RFExplorer/RFExplorer_3GP_IoT-1.0.1806.zip", "archiveFileName": "RFExplorer_3GP_IoT-1.0.1806.zip", "size": 34100, "checksum": "SHA-256:4bd480783d1db4c39351520387c734e73b4979cf09da3639628ddfa8237c5f0e" @@ -73368,7 +96225,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/IRLremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-1.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-1.7.4.zip", "archiveFileName": "IRLremote-1.7.4.zip", "size": 224220, "checksum": "SHA-256:482e65b8c7fe3a839a6c18f990be4a86bf4a3a7cd87fe263243ae852ba223b74" @@ -73385,7 +96242,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/IRLremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-1.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-1.8.0.zip", "archiveFileName": "IRLremote-1.8.0.zip", "size": 218072, "checksum": "SHA-256:e45baab2dd6b287c37ae4549070a6c50f639983abb8d80f70a4e2463fc092f59" @@ -73402,7 +96259,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/IRLremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-1.9.0.zip", "archiveFileName": "IRLremote-1.9.0.zip", "size": 235932, "checksum": "SHA-256:dbb0be5d67c09ddc6bf12e7f09cf371605f219fc508fd8cf0a64a548ebd999f2" @@ -73419,7 +96276,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/IRLremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-2.0.0.zip", "archiveFileName": "IRLremote-2.0.0.zip", "size": 245185, "checksum": "SHA-256:c3fc12ec018db13bd4f3060401a819e8409c86bcf20bf2b8443ec50245c433e7" @@ -73436,7 +96293,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/IRLremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-2.0.1.zip", "archiveFileName": "IRLremote-2.0.1.zip", "size": 250608, "checksum": "SHA-256:4983482ef27744cf52cfe9cdd15bc86b07a58a95f67705a8cdc0cee060ce06d8" @@ -73453,7 +96310,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/NicoHood/IRLremote.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/IRLremote-2.0.2.zip", "archiveFileName": "IRLremote-2.0.2.zip", "size": 251747, "checksum": "SHA-256:eacd17b8bf05158923262e645d1ed78a8dd9c80b7a5e01c797f35ea377351216" @@ -73471,7 +96328,7 @@ "types": ["Contributed"], "repository": "https://github.com/JAICHANGPARK/Arduino-Watch.git", "providesIncludes": ["watch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/JAICHANGPARK/Arduino_Smart_Watch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JAICHANGPARK/Arduino_Smart_Watch-1.0.0.zip", "archiveFileName": "Arduino_Smart_Watch-1.0.0.zip", "size": 10179, "checksum": "SHA-256:8a043b71781f3d6e20c66a91770155408d9efb1d194c08c6c0b2f444de2f54dd" @@ -73489,7 +96346,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/balboa-32u4-arduino-library.git", "providesIncludes": ["Balboa32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.0.0.zip", "archiveFileName": "Balboa32U4-1.0.0.zip", "size": 64599, "checksum": "SHA-256:acc44a800e3d28a71d22c69f2000fa4c8bd5daff4863951ae08746044126a531" @@ -73507,7 +96364,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/balboa-32u4-arduino-library.git", "providesIncludes": ["Balboa32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.0.1.zip", "archiveFileName": "Balboa32U4-1.0.1.zip", "size": 64665, "checksum": "SHA-256:0e9c99c9518f89e72c80b2750701e090f0b5b22ce535ec21fc31820fcbdc63fc" @@ -73525,7 +96382,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/balboa-32u4-arduino-library.git", "providesIncludes": ["Balboa32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.1.0.zip", "archiveFileName": "Balboa32U4-1.1.0.zip", "size": 79031, "checksum": "SHA-256:7f05e1d6d1d63a65d5e8cbf70558666353f4ec136d1d977aaa4778c20cce6ad7" @@ -73543,7 +96400,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/balboa-32u4-arduino-library.git", "providesIncludes": ["Balboa32U4.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.1.1.zip", "archiveFileName": "Balboa32U4-1.1.1.zip", "size": 79064, "checksum": "SHA-256:bd5fd2f2a8a5c8e21535426c0114fdcd76f723bc0c29e2fc9725f3cf7f596db7" @@ -73560,7 +96417,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/smz/Arduino-RTCtime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.1.zip", "archiveFileName": "RTCtime-1.0.1.zip", "size": 18564, "checksum": "SHA-256:a5e4e7773bd140ba92f692d2b53e9b920655fcd003a9769eda22f77f57bf71cc" @@ -73577,7 +96434,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/smz/Arduino-RTCtime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.2.zip", "archiveFileName": "RTCtime-1.0.2.zip", "size": 18616, "checksum": "SHA-256:9f2c959cee35796c9c2e50488096dd17b2bbc0bd14a2efd5feebb15136425e8b" @@ -73594,7 +96451,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/smz/Arduino-RTCtime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.3.zip", "archiveFileName": "RTCtime-1.0.3.zip", "size": 18799, "checksum": "SHA-256:7762068c565ee8a0772cf96d4954f0b34db6abbb99663dc5c5e1bb3704175a40" @@ -73611,7 +96468,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/smz/Arduino-RTCtime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.4.zip", "archiveFileName": "RTCtime-1.0.4.zip", "size": 18775, "checksum": "SHA-256:b0ee0278c934d0256f3ed44dcce3c2c0e77ffef5ff3d6ca5f9b8726f889b2377" @@ -73628,7 +96485,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/smz/Arduino-RTCtime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/smz/RTCtime-1.0.5.zip", "archiveFileName": "RTCtime-1.0.5.zip", "size": 18870, "checksum": "SHA-256:89493bb6d1f834426e82330fdf55a249ff43eb61707831d75deed8644a7ebce8" @@ -73646,7 +96503,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.0.zip", "archiveFileName": "Mcp3208-1.0.0.zip", "size": 547913, "checksum": "SHA-256:443d381f03670e35df2a0f954519c15ac678bb7afdfab02c606baa5ce201efb9" @@ -73664,7 +96521,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.1.zip", "archiveFileName": "Mcp3208-1.0.1.zip", "size": 547914, "checksum": "SHA-256:8c6a23a905f04d6888625fba42da83a083f125d0c8702113251f6ec62df2fcfe" @@ -73682,7 +96539,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.2.zip", "archiveFileName": "Mcp3208-1.0.2.zip", "size": 575154, "checksum": "SHA-256:219226028df63c750c324743c404031166bac4e9e0b36308d306f91b333fdeb0" @@ -73700,7 +96557,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.0.3.zip", "archiveFileName": "Mcp3208-1.0.3.zip", "size": 575169, "checksum": "SHA-256:42c49e744c6b955f5c5b8852da7ab4e8e29ce1043f1a00395bb9a0b8b656e915" @@ -73718,7 +96575,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.1.0.zip", "archiveFileName": "Mcp3208-1.1.0.zip", "size": 575627, "checksum": "SHA-256:f8958a9e9c79711b9a5bdcd32566217fe1b6209a1fac586e451ab6a5a6813bf5" @@ -73736,7 +96593,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.2.0.zip", "archiveFileName": "Mcp3208-1.2.0.zip", "size": 578294, "checksum": "SHA-256:a19f00d1be4fca9d9b6060eced31dc7378ae8d41377ff3b224891a1018265a1d" @@ -73754,7 +96611,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.2.1.zip", "archiveFileName": "Mcp3208-1.2.1.zip", "size": 578325, "checksum": "SHA-256:dca7282b35be02e5d2d3e9fa41ee92675c3e694ae7a20aab60bc01ced6130530" @@ -73772,7 +96629,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.2.2.zip", "archiveFileName": "Mcp3208-1.2.2.zip", "size": 578425, "checksum": "SHA-256:64916c2338f19308490760de2dae7baa21389faf220297cf4b1dfe1b0c4d011f" @@ -73800,7 +96657,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp3208.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.3.0.zip", "archiveFileName": "Mcp3208-1.3.0.zip", "size": 578916, "checksum": "SHA-256:5d03ad8d666baa9765b7b87be09fc116eb99f88322fa7e6a0b577de07ce6504d" @@ -73828,7 +96685,7 @@ "types": ["Contributed"], "repository": "https://github.com/labfruits/mcp3208.git", "providesIncludes": ["Mcp320x.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/labfruits/Mcp3208-1.4.0.zip", "archiveFileName": "Mcp3208-1.4.0.zip", "size": 1388014, "checksum": "SHA-256:77edf8c51d452cae1a0e9fa7ee176db8f7530043e68815eb14429a7c4adaadf5" @@ -73846,7 +96703,7 @@ "types": ["Contributed"], "repository": "https://github.com/thijse/Arduino-Log.git", "providesIncludes": ["ArduinoLog.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thijse/ArduinoLog-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/ArduinoLog-1.0.1.zip", "archiveFileName": "ArduinoLog-1.0.1.zip", "size": 10288, "checksum": "SHA-256:e8c07907feff62cd1aeec3a9eaf10c801d7ff7a5d92908af6357f5186840fe8a" @@ -73864,11 +96721,29 @@ "types": ["Contributed"], "repository": "https://github.com/thijse/Arduino-Log.git", "providesIncludes": ["ArduinoLog.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thijse/ArduinoLog-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/ArduinoLog-1.0.3.zip", "archiveFileName": "ArduinoLog-1.0.3.zip", "size": 11180, "checksum": "SHA-256:f572b2aee45fcdd484a34ac0f11f519c4f864393504c314d945f41aca5e63033" }, + { + "name": "ArduinoLog", + "version": "1.1.1", + "author": "Thijs Elenbaas", + "maintainer": "Thijs Elenbaas \u003cthijs@contemplated.nl\u003e", + "sentence": "Small logging framework", + "paragraph": "ArduinoLog is a minimalistic logging framework to help the programmer output log statements to a variety of output targets. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out. Tested for AVR, ESP8266 \u0026 ESP32 boards. Detailed instructions for use on Github page.", + "website": "https://github.com/thijse/Arduino-Log/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thijse/Arduino-Log.git", + "providesIncludes": ["ArduinoLog.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/ArduinoLog-1.1.1.zip", + "archiveFileName": "ArduinoLog-1.1.1.zip", + "size": 41538, + "checksum": "SHA-256:7010f22aa4c177e399c145b00da67031801f33f90d35d37edee00433a97e4085" + }, { "name": "ST_HW_HC_SR04", "version": "2.0.3", @@ -73882,7 +96757,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spaguetron/ST_HW_HC_SR04.git", "providesIncludes": ["ST_HW_HC_SR04.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spaguetron/ST_HW_HC_SR04-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spaguetron/ST_HW_HC_SR04-2.0.3.zip", "archiveFileName": "ST_HW_HC_SR04-2.0.3.zip", "size": 8809, "checksum": "SHA-256:caec8f4f57442ce368d66987ee2926ad375a2850207aaa12e97233721ea8df64" @@ -73899,7 +96774,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NADA-ELECTRONICS/AS-289R2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NADA-ELECTRONICS/AS_289R2_Thermal_Printer_Shield-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NADA-ELECTRONICS/AS_289R2_Thermal_Printer_Shield-1.1.0.zip", "archiveFileName": "AS_289R2_Thermal_Printer_Shield-1.1.0.zip", "size": 9117, "checksum": "SHA-256:09847244a1a1949ca8e859406f404d17900361eb158f8e7fe1838387642b4ff2" @@ -73916,7 +96791,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NADA-ELECTRONICS/AS-289R2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NADA-ELECTRONICS/AS_289R2_Thermal_Printer_Shield-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NADA-ELECTRONICS/AS_289R2_Thermal_Printer_Shield-1.1.1.zip", "archiveFileName": "AS_289R2_Thermal_Printer_Shield-1.1.1.zip", "size": 9500, "checksum": "SHA-256:9afd7174bf8902eb0742540387129fad9d53ec68c507475ec30e1d1a84ccae78" @@ -73934,7 +96809,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.0.0.zip", "archiveFileName": "Shutters-2.0.0.zip", "size": 6129, "checksum": "SHA-256:c0f67e33d201a17aa6424247dfd2d2053f477f255597e14dd9d0afa9406d3a34" @@ -73952,7 +96827,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.0.1.zip", "archiveFileName": "Shutters-2.0.1.zip", "size": 6143, "checksum": "SHA-256:eeb39c3979279d7d76c88e2e976b965b0dd77abd8d6c168edb473c35b4d2a073" @@ -73970,7 +96845,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.1.0.zip", "archiveFileName": "Shutters-2.1.0.zip", "size": 6339, "checksum": "SHA-256:711f73714edd805b1c10547eeca7872f4dc127d67256595fcc8b17640e352599" @@ -73988,7 +96863,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-2.1.1.zip", "archiveFileName": "Shutters-2.1.1.zip", "size": 6950, "checksum": "SHA-256:4c029b7aa966b3b194111161087bacee40da469d53885affcea14d2e5c45cf7c" @@ -74006,7 +96881,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.1.zip", "archiveFileName": "Shutters-3.0.0-beta.1.zip", "size": 11154, "checksum": "SHA-256:e722729776768a28c5c6b7b1f925ddc8cad7167e6276c8968ec0e93e41ceccf1" @@ -74024,7 +96899,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.2.zip", "archiveFileName": "Shutters-3.0.0-beta.2.zip", "size": 11634, "checksum": "SHA-256:1019dc44d29917b2ea4181ba75bd7e78066042c21fc3876edb5757d105f11aee" @@ -74042,7 +96917,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.3.zip", "archiveFileName": "Shutters-3.0.0-beta.3.zip", "size": 11379, "checksum": "SHA-256:793cba6a98987f856ca1740a9a8f67e82a2725fc13f7bf715e3c5021f860fe84" @@ -74060,7 +96935,7 @@ "types": ["Contributed"], "repository": "https://github.com/marvinroger/arduino-shutters.git", "providesIncludes": ["Shutters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/marvinroger/Shutters-3.0.0-beta.4.zip", "archiveFileName": "Shutters-3.0.0-beta.4.zip", "size": 11378, "checksum": "SHA-256:fc495387139249f696cf3101733df45834c5e1e58ba7a8da4d2bdae6a556eca1" @@ -74077,7 +96952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_TeensyView_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/TeensyView-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/TeensyView-1.0.0.zip", "archiveFileName": "TeensyView-1.0.0.zip", "size": 76085, "checksum": "SHA-256:73f8db9d2018e82e860e7503f205e068a9d32acaffbc8acbdd85b8a3a27a3f3e" @@ -74094,7 +96969,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_TeensyView_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/TeensyView-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/TeensyView-1.1.0.zip", "archiveFileName": "TeensyView-1.1.0.zip", "size": 78403, "checksum": "SHA-256:fbd7934b7cbd277c99dc0fad5633ce882b319e2d2a54d2a40d21a2a8173c772a" @@ -74111,7 +96986,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/dycodex/MakestroCloudClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.0.zip", "archiveFileName": "MakestroCloudClient-1.0.0.zip", "size": 6715, "checksum": "SHA-256:d38396cd11957a9bd2b1313fe7c200b784b79b123f1172fb9b0639775e772675" @@ -74128,7 +97003,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/dycodex/MakestroCloudClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.1.zip", "archiveFileName": "MakestroCloudClient-1.0.1.zip", "size": 7826, "checksum": "SHA-256:756bc12c4aa610cf291ffe6dcb0f03663b359992f7609b141eb58aae5d97cd04" @@ -74145,7 +97020,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/dycodex/MakestroCloudClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.2.zip", "archiveFileName": "MakestroCloudClient-1.0.2.zip", "size": 7828, "checksum": "SHA-256:4389ab8cf9d56cb50da5f4316e75cdbea08585df86c8f74a9ea859a8f1a52e02" @@ -74162,7 +97037,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/dycodex/MakestroCloudClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dycodex/MakestroCloudClient-1.0.3.zip", "archiveFileName": "MakestroCloudClient-1.0.3.zip", "size": 7830, "checksum": "SHA-256:e6150cadd63ba338ccaf98802841d1fc955b8a424fa65b78e7c8cfc7279ecfb9" @@ -74180,7 +97055,7 @@ "types": ["Contributed"], "repository": "https://github.com/annem/AD7193.git", "providesIncludes": ["Arduino.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/annem/AD7193-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/annem/AD7193-1.0.0.zip", "archiveFileName": "AD7193-1.0.0.zip", "size": 12196, "checksum": "SHA-256:f61b071e2c0399e85d791611420957148d0dcc8356ee14fde54658edf65e339c" @@ -74198,7 +97073,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.2.zip", "archiveFileName": "jm_Scheduler-1.0.2.zip", "size": 20410, "checksum": "SHA-256:5414f8231d967a9308e33be567e2c32af0d12a94964034fab1ca6fa43504f647" @@ -74216,7 +97091,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.3.zip", "archiveFileName": "jm_Scheduler-1.0.3.zip", "size": 20897, "checksum": "SHA-256:e6a1af81e7a64697a7ddabefc2b02d58f38d5d5ae253620d3848b24c2e0918e8" @@ -74234,7 +97109,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.4.zip", "archiveFileName": "jm_Scheduler-1.0.4.zip", "size": 20915, "checksum": "SHA-256:fb546851a8c5b8ab4f2495b8c8208b7fbb2777011892dd08c40be7d2827ee569" @@ -74252,7 +97127,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.0.zip", "archiveFileName": "jm_Scheduler-1.0.0.zip", "size": 20309, "checksum": "SHA-256:1d272a32be24f39906b8c5e9d771007399f6a4221ae82c3c9ecff4562c085c77" @@ -74270,7 +97145,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.1.zip", "archiveFileName": "jm_Scheduler-1.0.1.zip", "size": 20311, "checksum": "SHA-256:dc96bbbe5f6597bdb138809c6516771c8438b2d3ea57f41b9aab9dab82f6cc19" @@ -74287,7 +97162,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.10.zip", "archiveFileName": "jm_Scheduler-1.0.10.zip", "size": 34605, "checksum": "SHA-256:a13df2642e6b12707a9d485f228f9bc3dc41f306f37deb049f54df1947c55dfa" @@ -74305,7 +97180,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.6.zip", "archiveFileName": "jm_Scheduler-1.0.6.zip", "size": 22094, "checksum": "SHA-256:fb1abe18fe3398f4f4fd4ee1abdcac11ee86e096bdefc733b11fa42bdb5ab3b5" @@ -74323,7 +97198,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.7.zip", "archiveFileName": "jm_Scheduler-1.0.7.zip", "size": 26432, "checksum": "SHA-256:79d47c26ccf0421dff9e5198ffaa12e33f01dcc1b8e678fd9c227371939cd0b0" @@ -74341,7 +97216,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", "providesIncludes": ["jm_Scheduler.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.8.zip", "archiveFileName": "jm_Scheduler-1.0.8.zip", "size": 26470, "checksum": "SHA-256:fba8656cf33a8286be496581018b2174cab65c36ec4d8b10fd1775f295f2e6e5" @@ -74358,7 +97233,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.0.9.zip", "archiveFileName": "jm_Scheduler-1.0.9.zip", "size": 34483, "checksum": "SHA-256:6347c0288326277eaf32c576364b0ec5174851ed8f6ea1bd2f47dcf638f42cc2" @@ -74375,7 +97250,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Scheduler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Scheduler-1.1.0.zip", "archiveFileName": "jm_Scheduler-1.1.0.zip", "size": 34609, "checksum": "SHA-256:d0f992448f4b20bc5613d4808964df7f12d25b62d84e12ecfa39f5462d6d7944" @@ -74391,7 +97266,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_Bluetooth.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_Bluetooth-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_Bluetooth-1.5.1.zip", "archiveFileName": "Robopoly_Bluetooth-1.5.1.zip", "size": 8742, "checksum": "SHA-256:536c53a57ae1fa55c5f81901cd074657dac412d2bddb7506c2ed44da6845fe76" @@ -74408,7 +97283,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_Encoders.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-0.9.0.zip", "archiveFileName": "Robopoly_RomeEnco-0.9.0.zip", "size": 6936, "checksum": "SHA-256:a0d485713f62927eb767bef0dcec34ea6f72f21f4ed0b66434277270774dc808" @@ -74425,7 +97300,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_Encoders.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-0.9.1.zip", "archiveFileName": "Robopoly_RomeEnco-0.9.1.zip", "size": 7339, "checksum": "SHA-256:9474ba9a232e24552eaf9a786e340297ad3756a4d0600a84c068dcecbc3781e9" @@ -74442,7 +97317,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_Encoders.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-0.9.2.zip", "archiveFileName": "Robopoly_RomeEnco-0.9.2.zip", "size": 39008, "checksum": "SHA-256:7a2c633c075b38e933f72c76e29e6385d73ab343a5d5113c5ae435b7b137dd8e" @@ -74459,7 +97334,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Robopoly/Robopoly_Encoders.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Robopoly/Robopoly_RomeEnco-1.0.0.zip", "archiveFileName": "Robopoly_RomeEnco-1.0.0.zip", "size": 39006, "checksum": "SHA-256:673c1fe298100eeb829797465bfc4f491e83be921f8ddf1a0d978deed05537a1" @@ -74477,7 +97352,7 @@ "types": ["Contributed"], "repository": "https://github.com/LoRaFi/LoRaFi.git", "providesIncludes": ["LoRaFi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LoRaFi/LoRaFi-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LoRaFi/LoRaFi-1.3.0.zip", "archiveFileName": "LoRaFi-1.3.0.zip", "size": 29731, "checksum": "SHA-256:37687e722fe3d542235bf9c98b314c9387aaa5ad51a9919ba5d1605649636cf6" @@ -74495,7 +97370,7 @@ "types": ["Contributed"], "repository": "https://github.com/LoRaFi/LoRaFi.git", "providesIncludes": ["LoRaFi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LoRaFi/LoRaFi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LoRaFi/LoRaFi-1.1.0.zip", "archiveFileName": "LoRaFi-1.1.0.zip", "size": 24676, "checksum": "SHA-256:3679367b540e2807b5badbed5634feb13cba356610abed68779ac6aa7092e7d6" @@ -74513,7 +97388,7 @@ "types": ["Contributed"], "repository": "https://github.com/LoRaFi/LoRaFi.git", "providesIncludes": ["LoRaFi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LoRaFi/LoRaFi-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LoRaFi/LoRaFi-1.2.1.zip", "archiveFileName": "LoRaFi-1.2.1.zip", "size": 29106, "checksum": "SHA-256:338271b65f1493ccc7e204d8272f85df82e935ecbc0af82a738cf729cc85fa7c" @@ -74530,7 +97405,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi310_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi310-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi310-1.0.0.zip", "archiveFileName": "WizFi310-1.0.0.zip", "size": 62392, "checksum": "SHA-256:dee9cd5cdd6e3a689a3fbd75e8f9ba2768069a7848f30d5a483c175e22b9b57b" @@ -74547,7 +97422,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi310_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi310-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi310-1.0.1.zip", "archiveFileName": "WizFi310-1.0.1.zip", "size": 1002984, "checksum": "SHA-256:d65f3bbaa208d9a6f2c2cd55662d07e805e3a9086e401ec26759646e35f183a3" @@ -74564,7 +97439,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Wiznet/WizFi310_arduino_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi310-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wiznet/WizFi310-1.0.2.zip", "archiveFileName": "WizFi310-1.0.2.zip", "size": 1002984, "checksum": "SHA-256:f2d4e3f10efa3706c14147bc311525fdf14fc9c95cec32ac2772f4f2f089e9af" @@ -74581,7 +97456,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.0.0.zip", "archiveFileName": "SeqButton-1.0.0.zip", "size": 38410, "checksum": "SHA-256:f2c9131f81d103547255a38e03d666c95a795ec499c124fb59160d828fc7de1c" @@ -74598,7 +97473,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.1.0.zip", "archiveFileName": "SeqButton-1.1.0.zip", "size": 38490, "checksum": "SHA-256:3ad6fa9c7ed59e280541f6d689dd637760a7340522976313b06becba430b424a" @@ -74615,7 +97490,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.2.0.zip", "archiveFileName": "SeqButton-1.2.0.zip", "size": 38989, "checksum": "SHA-256:75be5811204aef296bb61c1eea23dd3f78c5a7af69170eaac5437d5460c26e3d" @@ -74632,7 +97507,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.3.0.zip", "archiveFileName": "SeqButton-1.3.0.zip", "size": 39046, "checksum": "SHA-256:70268b5318fa68fb848cf12c5dd9a85bf6dbb3ffe710daed4c787f8c235d135f" @@ -74649,7 +97524,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.3.1.zip", "archiveFileName": "SeqButton-1.3.1.zip", "size": 43009, "checksum": "SHA-256:035d9a5c9ab046b09ac518d48ec4ec0d44eee805e14e235a3292a404a67f6d1b" @@ -74666,7 +97541,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.4.0.zip", "archiveFileName": "SeqButton-1.4.0.zip", "size": 71519, "checksum": "SHA-256:ded24f4eae284b713706e7ac946264e51a26b5b94cacc5fa81ae7d75a53da744" @@ -74683,7 +97558,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/SeqButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SeqButton-1.5.0.zip", "archiveFileName": "SeqButton-1.5.0.zip", "size": 73605, "checksum": "SHA-256:88eef46d869ceccdf3399cb89e2e38b9e2266f9c4f09fdbecf691c9c9576b723" @@ -74700,7 +97575,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.0.0.zip", "archiveFileName": "Queue-1.0.0.zip", "size": 36137, "checksum": "SHA-256:9f93799ba4f06953953068edb2a271d3e347b2af41f32228d5168bb7bc911d80" @@ -74717,7 +97592,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.1.0.zip", "archiveFileName": "Queue-1.1.0.zip", "size": 36511, "checksum": "SHA-256:dbc3e56ca5b15f8ecd55e8cc462dd1f3f32a985b879205a665b4bf5bee8770d0" @@ -74734,7 +97609,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.2.0.zip", "archiveFileName": "Queue-1.2.0.zip", "size": 36679, "checksum": "SHA-256:5748c28fe37dd6f18948b577a891d147e50a59e4e82112b6964a41441d0cacd4" @@ -74751,7 +97626,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.3.0.zip", "archiveFileName": "Queue-1.3.0.zip", "size": 37179, "checksum": "SHA-256:ad68e7fd8fc1f96e5f17760c11caba383acd05f948f0cac501824a401b9680eb" @@ -74768,7 +97643,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.4.0.zip", "archiveFileName": "Queue-1.4.0.zip", "size": 37235, "checksum": "SHA-256:a0600561e2a0ed9afdcba4795cf9a46bed0e59cc120844391f8511ed36918dd1" @@ -74785,7 +97660,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.5.0.zip", "archiveFileName": "Queue-1.5.0.zip", "size": 38432, "checksum": "SHA-256:ecae4469808a48faa860f184010f329f438ad8a0044f1443d05e6e6f2d2f8c0f" @@ -74802,7 +97677,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.6.0.zip", "archiveFileName": "Queue-1.6.0.zip", "size": 67341, "checksum": "SHA-256:1731e922aeb3288ec91277192311fd96aaaab0f035cafd2ac865e68bd8ce3247" @@ -74819,11 +97694,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/Queue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.7.0.zip", "archiveFileName": "Queue-1.7.0.zip", "size": 67542, "checksum": "SHA-256:b75c846038015cee9076d0a0c19e320c597dc3ecfd0ddbf6a962dcae51e8551b" }, + { + "name": "Queue", + "version": "1.8.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library.", + "paragraph": "Arduino designed library, yet may be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/Queue", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SMFSW/Queue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.8.0.zip", + "archiveFileName": "Queue-1.8.0.zip", + "size": 70735, + "checksum": "SHA-256:bd6f7a8bd83039adf58686effd51d48351cd09d4f950916a1caa0fab2ccc95c0" + }, + { + "name": "Queue", + "version": "1.9.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library.", + "paragraph": "Arduino designed library, yet may be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/Queue", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SMFSW/Queue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.9.0.zip", + "archiveFileName": "Queue-1.9.0.zip", + "size": 70902, + "checksum": "SHA-256:2bb17638f1dba8139865455f5e4525950786b25d77f2310228a44c4bd9650d3c" + }, { "name": "AzureIoTHubMQTTClient", "version": "0.2.1", @@ -74836,7 +97745,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/AzureIoTHubMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/AzureIoTHubMQTTClient-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/AzureIoTHubMQTTClient-0.2.1.zip", "archiveFileName": "AzureIoTHubMQTTClient-0.2.1.zip", "size": 37929, "checksum": "SHA-256:1dcd2fa18cdbd6712c361e4d3a6fa7ef6ae16592ce43b405beeb593801295278" @@ -74853,7 +97762,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/AzureIoTHubMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/AzureIoTHubMQTTClient-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/AzureIoTHubMQTTClient-0.2.2.zip", "archiveFileName": "AzureIoTHubMQTTClient-0.2.2.zip", "size": 37957, "checksum": "SHA-256:5f8edf6acd8dac805b1a6c92dd8ce2ddd1b3e05a09d62a3fc182bf05820dbfee" @@ -74870,7 +97779,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/andriyadi/AzureIoTHubMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andriyadi/AzureIoTHubMQTTClient-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andriyadi/AzureIoTHubMQTTClient-0.2.3.zip", "archiveFileName": "AzureIoTHubMQTTClient-0.2.3.zip", "size": 37973, "checksum": "SHA-256:d90374d73cbceb638dcb710fead69b911f23931b0c4121971c8816cf92dc878e" @@ -74888,7 +97797,7 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/SerialTerminal.git", "providesIncludes": ["SerialTerminal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SerialTerminal-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SerialTerminal-1.0.0.zip", "archiveFileName": "SerialTerminal-1.0.0.zip", "size": 36580, "checksum": "SHA-256:b2745769b669ea919060ab15b92a308d1b9a5401d99d3eebc14e484e7a48d3ff" @@ -74906,7 +97815,7 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/SerialTerminal.git", "providesIncludes": ["SerialTerminal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SerialTerminal-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SerialTerminal-1.1.0.zip", "archiveFileName": "SerialTerminal-1.1.0.zip", "size": 36978, "checksum": "SHA-256:05a96ff2782a3234015b047f5e29bdf5a1fda78baee94a24f19ec622d708121f" @@ -74924,7 +97833,7 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/SerialTerminal.git", "providesIncludes": ["SerialTerminal.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/SerialTerminal-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/SerialTerminal-1.2.0.zip", "archiveFileName": "SerialTerminal-1.2.0.zip", "size": 36691, "checksum": "SHA-256:f93c838dae3c3e20fc22af792ecb7b47b7b1b80de9b8a946fc570599245ea70d" @@ -74942,7 +97851,7 @@ "types": ["Contributed"], "repository": "https://github.com/mathertel/OneButton.git", "providesIncludes": ["OneButton.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.1.0.zip", "archiveFileName": "OneButton-1.1.0.zip", "size": 11063, "checksum": "SHA-256:d803a5d3d81728b648c280185893ceb83d22822637e70b07fe067b9900da44f5" @@ -74960,7 +97869,7 @@ "types": ["Contributed"], "repository": "https://github.com/mathertel/OneButton.git", "providesIncludes": ["OneButton.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.2.0.zip", "archiveFileName": "OneButton-1.2.0.zip", "size": 11273, "checksum": "SHA-256:94770f171fba4de211d584c7a92bb2f97f08c5073f0bbf0da7c472c5fb9c380f" @@ -74979,11 +97888,87 @@ "types": ["Contributed"], "repository": "https://github.com/mathertel/OneButton.git", "providesIncludes": ["OneButton.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.3.0.zip", "archiveFileName": "OneButton-1.3.0.zip", "size": 13273, "checksum": "SHA-256:c2e2e1dbaf5fbde5e75171fffbfd745f33500444899f7eace8f6c9bb7d2bc37e" }, + { + "name": "OneButton", + "version": "1.4.0", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": ["OneButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.4.0.zip", + "archiveFileName": "OneButton-1.4.0.zip", + "size": 13575, + "checksum": "SHA-256:100ea3f0046db620199cc14857b938f626dd9ca3c41d284ea4557021e397e1f3" + }, + { + "name": "OneButton", + "version": "1.5.0", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": ["OneButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-1.5.0.zip", + "archiveFileName": "OneButton-1.5.0.zip", + "size": 15466, + "checksum": "SHA-256:d9ae3104705d80b67cdeb3481d8772fb6c038508a828e07f892168427ced4b08" + }, + { + "name": "OneButton", + "version": "2.0.0", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": ["OneButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.0.zip", + "archiveFileName": "OneButton-2.0.0.zip", + "size": 20532, + "checksum": "SHA-256:eec5978632b5374c075a4a6b6e07452d84184a07358b05a1fcfaccca1ef2d6b8" + }, + { + "name": "OneButton", + "version": "2.0.1", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": ["OneButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.1.zip", + "archiveFileName": "OneButton-2.0.1.zip", + "size": 20581, + "checksum": "SHA-256:d9a479e4ad7928442b3ee7c0250062df3ca3f073f378ab51780ed6a07eb8d6b2" + }, { "name": "RotaryEncoder", "version": "1.1.0", @@ -74996,7 +97981,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/RotaryEncoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.1.0.zip", "archiveFileName": "RotaryEncoder-1.1.0.zip", "size": 9448, "checksum": "SHA-256:f6803a71d0265f94cbf97bb4027726d644e93e1e2042eb149bae9554babea4c7" @@ -75013,11 +97998,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mathertel/RotaryEncoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.2.0.zip", "archiveFileName": "RotaryEncoder-1.2.0.zip", "size": 9710, "checksum": "SHA-256:5264e823f0e2982936e8e1d3e3ea33ebeb76e17c028da57527999c2d7029ec9c" }, + { + "name": "RotaryEncoder", + "version": "1.3.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.3.0.zip", + "archiveFileName": "RotaryEncoder-1.3.0.zip", + "size": 12419, + "checksum": "SHA-256:3591cc68a424f95bffe895f7ed9b88d8442afd68debfe3badfdf457d10adfc47" + }, + { + "name": "RotaryEncoder", + "version": "1.5.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.0.zip", + "archiveFileName": "RotaryEncoder-1.5.0.zip", + "size": 16023, + "checksum": "SHA-256:f208bffebaf95bf45faa09e992bbdb90e19d30e58924faad5c9b80ae0bdb926e" + }, + { + "name": "RotaryEncoder", + "version": "1.5.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.1.zip", + "archiveFileName": "RotaryEncoder-1.5.1.zip", + "size": 16093, + "checksum": "SHA-256:5bcdb1bc6d236b63b6cad9e08b685694fcf27c9b7402fbc82de1e4b74456fe3f" + }, + { + "name": "RotaryEncoder", + "version": "1.5.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.2.zip", + "archiveFileName": "RotaryEncoder-1.5.2.zip", + "size": 14746, + "checksum": "SHA-256:fd32ad9f079d4c23ea390445d70ddccdd1ba04844ad2554aec52c0b37b28ffa6" + }, { "name": "DFPlayer Mini Mp3 by Makuna", "version": "1.0.0", @@ -75030,7 +98083,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/DFMiniMp3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.0.zip", "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.0.zip", "size": 12344, "checksum": "SHA-256:a87a43b2e63dbeb416ff33d0843d843ce234aaecce0e15b02fe32e0cf42b333b" @@ -75047,7 +98100,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/DFMiniMp3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.1.zip", "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.1.zip", "size": 12886, "checksum": "SHA-256:6100f9eaf851081def0c6ddcd957e297f1288f9d75aa8fc2446f32b3408e482c" @@ -75064,7 +98117,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/DFMiniMp3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.2.zip", "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.2.zip", "size": 12897, "checksum": "SHA-256:0a7223e88736e80cfd8e4dff5618f7878052e8f4757ae85122ca500f2830f2e4" @@ -75081,11 +98134,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Makuna/DFMiniMp3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.3.zip", "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.3.zip", "size": 13177, "checksum": "SHA-256:ccce048dc90707ee26e173cbc9f43c811ecd19a4e2767b88e8e9e115b14b1e57" }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.0.4", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.4.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.4.zip", + "size": 13196, + "checksum": "SHA-256:385469f3e4b56a79ff75f2ba407ea43b7401ea6ec60e1edd3aefcc84ddbd1595" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.0.5", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.5.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.5.zip", + "size": 13254, + "checksum": "SHA-256:fa1777522ad5e696e50652e095741400576eca74c3efc51d3b4f4fdf47bf469b" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.0.6", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.6.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.6.zip", + "size": 13757, + "checksum": "SHA-256:a9897e6219833611712ced5f2de60c2a743ecfd0d8105f57dd45d8d4603a8ef7" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.0.7", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.0.7.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.0.7.zip", + "size": 13836, + "checksum": "SHA-256:150f57e891feca75c3194f7f4382723d28cc40407192afbd7dbc295fb0fd5efd" + }, { "name": "Brasilino", "version": "1.0.0", @@ -75099,7 +98220,7 @@ "types": ["Contributed"], "repository": "https://github.com/OtacilioN/Brasilino.git", "providesIncludes": ["Brasilino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OtacilioN/Brasilino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OtacilioN/Brasilino-1.0.0.zip", "archiveFileName": "Brasilino-1.0.0.zip", "size": 32174, "checksum": "SHA-256:5100a10540226a165eb91fef87f708086800683df8b2fd0719d378899cfd89cf" @@ -75117,7 +98238,7 @@ "types": ["Contributed"], "repository": "https://github.com/OtacilioN/Brasilino.git", "providesIncludes": ["Brasilino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OtacilioN/Brasilino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OtacilioN/Brasilino-1.0.1.zip", "archiveFileName": "Brasilino-1.0.1.zip", "size": 31732, "checksum": "SHA-256:f67861f6532417594d3041ff30215d03d08960f8d20f346a8b329147c6c33471" @@ -75135,7 +98256,7 @@ "types": ["Contributed"], "repository": "https://github.com/OtacilioN/Brasilino.git", "providesIncludes": ["Brasilino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OtacilioN/Brasilino-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OtacilioN/Brasilino-1.0.2.zip", "archiveFileName": "Brasilino-1.0.2.zip", "size": 37288, "checksum": "SHA-256:ba94a9cb2856bb27b782545add736aff03752823845ef10adbc8ac6a6c841da2" @@ -75152,7 +98273,7 @@ "architectures": ["esp8266", "avr"], "types": ["Contributed"], "repository": "https://github.com/ricki-z/SDS011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ricki-z/SDS011_sensor_Library-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ricki-z/SDS011_sensor_Library-0.0.5.zip", "archiveFileName": "SDS011_sensor_Library-0.0.5.zip", "size": 3477, "checksum": "SHA-256:6af13101efe14ad86674098c2796eeed362fc9ce8acdb6a3a89e88f003ded592" @@ -75169,7 +98290,7 @@ "architectures": ["ESP8266"], "types": ["Contributed"], "repository": "https://github.com/ricki-z/SDS011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ricki-z/SDS011_sensor_Library-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ricki-z/SDS011_sensor_Library-0.0.4.zip", "archiveFileName": "SDS011_sensor_Library-0.0.4.zip", "size": 3471, "checksum": "SHA-256:dbcbccad85ee76fb04cbe61dfa50ba5363463da594b3b962947e4a9d61cf8cee" @@ -75186,7 +98307,7 @@ "architectures": ["ESP8266"], "types": ["Contributed"], "repository": "https://github.com/ricki-z/SDS011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ricki-z/SDS011_sensor_Library-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ricki-z/SDS011_sensor_Library-0.0.2.zip", "archiveFileName": "SDS011_sensor_Library-0.0.2.zip", "size": 3245, "checksum": "SHA-256:210cd90cc42ddec81368d2e423aad39a678d6de460a2148581ee6fa4db8e7bb3" @@ -75204,7 +98325,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_CPPM.git", "providesIncludes": ["jm_CPPM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_CPPM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_CPPM-1.0.0.zip", "archiveFileName": "jm_CPPM-1.0.0.zip", "size": 376280, "checksum": "SHA-256:5b07332842429a72d1faaa9b93db44955645b068ae9792b05fd63edc02d23389" @@ -75222,7 +98343,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_CPPM.git", "providesIncludes": ["jm_CPPM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_CPPM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_CPPM-1.0.1.zip", "archiveFileName": "jm_CPPM-1.0.1.zip", "size": 376284, "checksum": "SHA-256:55c3e03e78a451d445bfe8960d15a53685962d9fc1225580d38c11533a21266f" @@ -75239,7 +98360,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.0.0.zip", "archiveFileName": "SharpDistSensor-1.0.0.zip", "size": 16300, "checksum": "SHA-256:c7f93a63f23fb7c1e7f444273836df1228c09445e6c0a7e865d1c516f29f236c" @@ -75256,7 +98377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.1.0.zip", "archiveFileName": "SharpDistSensor-1.1.0.zip", "size": 18795, "checksum": "SHA-256:e1b3096a8a349eb2a60aec40aa5ba1cb6f35801c3e5117c27c451313b32df394" @@ -75273,7 +98394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.1.1.zip", "archiveFileName": "SharpDistSensor-1.1.1.zip", "size": 19038, "checksum": "SHA-256:1beecdbd205e6d5dcd91da49da9577c5101a95db60b90ff8a71bec976d24c444" @@ -75290,7 +98411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.2.0.zip", "archiveFileName": "SharpDistSensor-1.2.0.zip", "size": 19317, "checksum": "SHA-256:4f358b5891157f5de34797eb5dbbbe55da22d38c4fd46445c315e89ad32d9fb6" @@ -75307,7 +98428,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.3.0.zip", "archiveFileName": "SharpDistSensor-1.3.0.zip", "size": 21122, "checksum": "SHA-256:6a6c64af9abaa50b666404f99acca14408c488cfc632ac9eaaa3df9a15eda2a9" @@ -75324,7 +98445,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.4.0.zip", "archiveFileName": "SharpDistSensor-1.4.0.zip", "size": 21239, "checksum": "SHA-256:46c4944071589b6aab1981d92bb5daebb525d01648426f609bd300ec8aed670f" @@ -75341,7 +98462,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.4.1.zip", "archiveFileName": "SharpDistSensor-1.4.1.zip", "size": 21538, "checksum": "SHA-256:490f4814d5e39ad99bc3fb7c56faa52286006f4150be93a7d3850710f876b053" @@ -75358,7 +98479,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.4.2.zip", "archiveFileName": "SharpDistSensor-1.4.2.zip", "size": 21655, "checksum": "SHA-256:526b9242fd4a54aef04f69dcf8eca6cdc12d744bf863cdeeffa6b9b0e173f470" @@ -75375,11 +98496,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.5.0.zip", "archiveFileName": "SharpDistSensor-1.5.0.zip", "size": 21820, "checksum": "SHA-256:6f48ee4e6120d5197d256ad6c133685a979afeb091b07c55ce4bb75f4847694c" }, + { + "name": "SharpDistSensor", + "version": "1.6.0", + "author": "Julien de la Bruere-Terreault, drgfreeman@tuta.io", + "maintainer": "Julien de la Bruere-Terreault, drgfreeman@tuta.io", + "sentence": "Sharp analog distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with Sharp IR analog distance sensors. It supports polynomial and power fit functions as well as real-time median filtering (sliding window of ajustable size).", + "website": "https://github.com/DrGFreeman/SharpDistSensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DrGFreeman/SharpDistSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/SharpDistSensor-1.6.0.zip", + "archiveFileName": "SharpDistSensor-1.6.0.zip", + "size": 22168, + "checksum": "SHA-256:c44693a972cba9fabf9259a32d89118680e93717f44b42c3ab595293a5e04f4a" + }, { "name": "ADXL345", "version": "0.1.1", @@ -75392,7 +98530,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-ADXL345.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/ADXL345-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/ADXL345-0.1.1.zip", "archiveFileName": "ADXL345-0.1.1.zip", "size": 7599, "checksum": "SHA-256:534379072d6f75204acf8c6a6cc7d35017f28ce3c6e2bb8a1de7155bc0823a69" @@ -75409,7 +98547,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-ADXL345.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/ADXL345-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/ADXL345-0.2.0.zip", "archiveFileName": "ADXL345-0.2.0.zip", "size": 8449, "checksum": "SHA-256:962e50a1e3c9c0c79f449fda4348f1d26fdc04cb6a61728ef4721847dfbe1518" @@ -75427,7 +98565,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/neotimer.git", "providesIncludes": ["neotimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.0.zip", "archiveFileName": "Neotimer-1.1.0.zip", "size": 6081, "checksum": "SHA-256:bba66aa7f20cc6756cfdfda0576608ae9aecd3646420a035859e76f878d00848" @@ -75445,7 +98583,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/neotimer.git", "providesIncludes": ["neotimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.1.zip", "archiveFileName": "Neotimer-1.1.1.zip", "size": 6093, "checksum": "SHA-256:fbe3e0f742bbc99c48e36cff84517a08f3c555dd17d1926613891f8ed56c19a9" @@ -75463,7 +98601,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/neotimer.git", "providesIncludes": ["neotimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.2.zip", "archiveFileName": "Neotimer-1.1.2.zip", "size": 6372, "checksum": "SHA-256:813f2af0faa1ea39f152aec43d00df1727187cafa7b81d68f058b4ef1730ced8" @@ -75481,7 +98619,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/neotimer.git", "providesIncludes": ["neotimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.4.zip", "archiveFileName": "Neotimer-1.1.4.zip", "size": 7184, "checksum": "SHA-256:90b799ad779d2430a9afa99413b15d1a059527274e15c7af78435df70f90e90b" @@ -75499,7 +98637,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/neotimer.git", "providesIncludes": ["neotimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.5.zip", "archiveFileName": "Neotimer-1.1.5.zip", "size": 7183, "checksum": "SHA-256:0b915829276d19bfa2ea4b1766f1570511b5f5faf8b9a8f7e7394504a65a108a" @@ -75517,7 +98655,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/neotimer.git", "providesIncludes": ["neotimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/Neotimer-1.1.6.zip", "archiveFileName": "Neotimer-1.1.6.zip", "size": 7920, "checksum": "SHA-256:ec00c4926a365a0137271b0af96c6b5d7fbd6e65760b0856cb3545caf1d40ab9" @@ -75534,7 +98672,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S11059.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.0.1.zip", "archiveFileName": "S11059-0.0.1.zip", "size": 9408, "checksum": "SHA-256:9c79893b886481abe3cff794d83cc289afc7e453eb45a7d669a5c8fccef19654" @@ -75551,7 +98689,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S11059.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.0.2.zip", "archiveFileName": "S11059-0.0.2.zip", "size": 10802, "checksum": "SHA-256:19b2809d30bd79bd91bacc66347a5fa5ec31563b6dbf90e013a126f850f39849" @@ -75568,7 +98706,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S11059.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.0.3.zip", "archiveFileName": "S11059-0.0.3.zip", "size": 10801, "checksum": "SHA-256:857a5e6dd734140ea0e30337a07abfd425c6fe9ce8c86ed633763125408d71f8" @@ -75585,7 +98723,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S11059.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S11059-0.1.0.zip", "archiveFileName": "S11059-0.1.0.zip", "size": 10836, "checksum": "SHA-256:028176646aa1c3fa88ad110614e46727863aca5c9ca20f66036581c6c632ee97" @@ -75602,7 +98740,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S5851A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.0.0.zip", "archiveFileName": "S5851A-1.0.0.zip", "size": 8107, "checksum": "SHA-256:804d010627a03540f0bb4b1cf598a56c16791ea8d3a20d413ffe20303456bd2d" @@ -75619,7 +98757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S5851A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.1.0.zip", "archiveFileName": "S5851A-1.1.0.zip", "size": 11114, "checksum": "SHA-256:ceebc6ac37c548a83c711e470dee1b67a64d0207e026683697db48952885950d" @@ -75636,7 +98774,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S5851A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.2.0.zip", "archiveFileName": "S5851A-1.2.0.zip", "size": 11189, "checksum": "SHA-256:6db6e12af660196754c0cffbe02913b691cf08d8a63f5024503f998784c45476" @@ -75653,7 +98791,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S5851A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S5851A-1.2.1.zip", "archiveFileName": "S5851A-1.2.1.zip", "size": 11204, "checksum": "SHA-256:81258c8701c68e60c14d3c17d304b9957b32ca3cd1e8bb37a95d418866ea42d1" @@ -75670,7 +98808,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-AM50288H.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/AM50288H-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/AM50288H-0.0.2.zip", "archiveFileName": "AM50288H-0.0.2.zip", "size": 10548, "checksum": "SHA-256:e265971ac3c44c47f6915d2d3cd3ec80b903e369e2632474862f306d9b40c2c8" @@ -75687,7 +98825,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jakalada/Arduino-S9706.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakalada/S9706-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakalada/S9706-0.1.1.zip", "archiveFileName": "S9706-0.1.1.zip", "size": 5760, "checksum": "SHA-256:422c0ded3653a75e6caa12ace80a138f36d2ffed4cedb9c8a0921c705816e6a3" @@ -75704,7 +98842,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/outofambit/easy-neopixels.git", - "url": "http://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.1.0.zip", "archiveFileName": "Easy_NeoPixels-0.1.0.zip", "size": 2302, "checksum": "SHA-256:163cf2f0263c5ef53448fc945f81de51e02cabe1a431ef8b5aa8adf08e215552" @@ -75721,7 +98859,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/outofambit/easy-neopixels.git", - "url": "http://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.0.2.zip", "archiveFileName": "Easy_NeoPixels-0.0.2.zip", "size": 2306, "checksum": "SHA-256:e1a2851f7f0f79c83556681629907120e82b989e1a7a8e045c695092ea626eab" @@ -75738,7 +98876,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/outofambit/easy-neopixels.git", - "url": "http://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.2.0.zip", "archiveFileName": "Easy_NeoPixels-0.2.0.zip", "size": 2934, "checksum": "SHA-256:3de021f6115bc453684881041e5b25443dd2422b457a6938de9bc2d532f6ce79" @@ -75755,11 +98893,50 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/outofambit/easy-neopixels.git", - "url": "http://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.2.1.zip", "archiveFileName": "Easy_NeoPixels-0.2.1.zip", "size": 3389, "checksum": "SHA-256:dfc30ea53134edb6a9bf5c3147fd0e1a98058998688632dc7be7ba7da6e4571e" }, + { + "name": "Easy NeoPixels", + "version": "0.2.2", + "author": "Evelyn Masso", + "maintainer": "Evelyn Masso \u003cevoutofambit@gmail.com\u003e", + "sentence": "Arduino library for easily using Adafruit NeoPixels.", + "paragraph": "Arduino library for easily using Adafruit NeoPixels.", + "website": "https://github.com/outofambit/easy-neopixels", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/outofambit/easy-neopixels.git", + "url": "https://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.2.2.zip", + "archiveFileName": "Easy_NeoPixels-0.2.2.zip", + "size": 3524, + "checksum": "SHA-256:3e9ab3417ed6bc95957946dd5542a32da2b4ae9c59d861f882004ff49af5cbbf" + }, + { + "name": "Easy NeoPixels", + "version": "0.2.3", + "author": "Evelyn Masso \u003cevoutofambit@gmail.com\u003e", + "maintainer": "Evelyn Masso \u003cevoutofambit@gmail.com\u003e", + "sentence": "Use Adafruit NeoPixels with less setup and configuration.", + "paragraph": "Ideal for first-time NeoPixel users and people less comfortable with complex external libraries.", + "website": "https://github.com/outofambit/easy-neopixels", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/outofambit/easy-neopixels.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/outofambit/Easy_NeoPixels-0.2.3.zip", + "archiveFileName": "Easy_NeoPixels-0.2.3.zip", + "size": 3450, + "checksum": "SHA-256:7ee8656e01c22ac534f8d3568a2806392a495b9d275119f5e44fcb544148cf41" + }, { "name": "QRCode", "version": "0.0.1", @@ -75773,7 +98950,7 @@ "types": ["Contributed"], "repository": "https://github.com/ricmoo/QRCode.git", "providesIncludes": ["qrcode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricmoo/QRCode-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ricmoo/QRCode-0.0.1.zip", "archiveFileName": "QRCode-0.0.1.zip", "size": 37840, "checksum": "SHA-256:6b7a8b420065eb6659d8a89655c4073b28255720e8c493580f483fb936469284" @@ -75790,7 +98967,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Industruino/UC1701.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/UC1701-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/UC1701-1.0.0.zip", "archiveFileName": "UC1701-1.0.0.zip", "size": 27204, "checksum": "SHA-256:3eb4a401f26d433dec19e8b8a492105c48b953a6b4ebcf72c0425129c5f451b1" @@ -75807,7 +98984,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Industruino/UC1701.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/UC1701-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/UC1701-1.1.0.zip", "archiveFileName": "UC1701-1.1.0.zip", "size": 35002, "checksum": "SHA-256:b51af0c51876b5c7c206e819942aba9c0822d50b6a6b3e3820dce4103e9c49b7" @@ -75825,7 +99002,7 @@ "types": ["Contributed"], "repository": "https://github.com/Industruino/Indio.git", "providesIncludes": ["Indio.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/Indio-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/Indio-1.0.0.zip", "archiveFileName": "Indio-1.0.0.zip", "size": 20571, "checksum": "SHA-256:ef953aab9e0b4d42147c24ca5ab36a7a6075e6ffd2a85687faadf1b46af5ddcf" @@ -75843,7 +99020,7 @@ "types": ["Contributed"], "repository": "https://github.com/Industruino/Indio.git", "providesIncludes": ["Indio.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/Indio-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/Indio-1.1.0.zip", "archiveFileName": "Indio-1.1.0.zip", "size": 20669, "checksum": "SHA-256:5ac1b550d9b906f2bbc9d11ba35745fddaa41822a491ea8a3d78a0333704fa37" @@ -75861,7 +99038,7 @@ "types": ["Contributed"], "repository": "https://github.com/Industruino/Indio.git", "providesIncludes": ["Indio.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/Indio-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/Indio-1.2.0.zip", "archiveFileName": "Indio-1.2.0.zip", "size": 21295, "checksum": "SHA-256:0a7197f34a1c1bbb21c8b42e7800f3e19a1d1cdf6824c13f0bf7d03792404f00" @@ -75879,7 +99056,7 @@ "types": ["Contributed"], "repository": "https://github.com/Industruino/EthernetIndustruino.git", "providesIncludes": ["EthernetIndustruino.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/EthernetIndustruino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/EthernetIndustruino-1.0.0.zip", "archiveFileName": "EthernetIndustruino-1.0.0.zip", "size": 51492, "checksum": "SHA-256:68014f58b7d5e22095d3596e0d24c1ad32190145613bf852396f79d4dbdfb46f" @@ -75896,7 +99073,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xcoder123/FlexiPlot_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.0.0.zip", "archiveFileName": "FlexiPlot_Arduino_Library-1.0.0.zip", "size": 13112, "checksum": "SHA-256:fbd615503e085f08771a96fcfa16950ec6773dc5992cf2d83e572c4f09f2ecdb" @@ -75914,7 +99091,7 @@ "types": ["Contributed"], "repository": "https://github.com/xcoder123/FlexiPlot_Arduino.git", "providesIncludes": ["FlexiPlot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.0.1.zip", "archiveFileName": "FlexiPlot_Arduino_Library-1.0.1.zip", "size": 15122, "checksum": "SHA-256:7b5f5e1efc1e98d1f820e63b1b065dd0c12ab9d01c0c7faf52a884f0310c850a" @@ -75932,7 +99109,7 @@ "types": ["Contributed"], "repository": "https://github.com/xcoder123/FlexiPlot_Arduino.git", "providesIncludes": ["FlexiPlot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.1.0.zip", "archiveFileName": "FlexiPlot_Arduino_Library-1.1.0.zip", "size": 23031, "checksum": "SHA-256:6ee1ace3599aa33f0fd3d835562949db50b8dfe0d45d092d7f5b9e58b9c71765" @@ -75950,7 +99127,7 @@ "types": ["Contributed"], "repository": "https://github.com/xcoder123/FlexiPlot_Arduino.git", "providesIncludes": ["FlexiPlot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.2.0.zip", "archiveFileName": "FlexiPlot_Arduino_Library-1.2.0.zip", "size": 25732, "checksum": "SHA-256:c5257dabc626d802f1292c912cc41ccc94f49220f02d714af706f794f8ee1121" @@ -75968,7 +99145,7 @@ "types": ["Contributed"], "repository": "https://github.com/xcoder123/FlexiPlot_Arduino.git", "providesIncludes": ["FlexiPlot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.2.1.zip", "archiveFileName": "FlexiPlot_Arduino_Library-1.2.1.zip", "size": 25638, "checksum": "SHA-256:1eb450d15f48284f165b5f94093d0278a3605aef1172f91d08e623a6b9a31448" @@ -75986,7 +99163,7 @@ "types": ["Contributed"], "repository": "https://github.com/xcoder123/FlexiPlot_Arduino.git", "providesIncludes": ["FlexiPlot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xcoder123/FlexiPlot_Arduino_Library-1.2.2.zip", "archiveFileName": "FlexiPlot_Arduino_Library-1.2.2.zip", "size": 25737, "checksum": "SHA-256:90bdd806e4107835705fe3a69e4a4707096abb0f69f4a607c2c5eb7e9898c359" @@ -76004,7 +99181,7 @@ "types": ["Contributed"], "repository": "https://github.com/yinkou/Arduboy-TinyFont.git", "providesIncludes": ["Tinyfont.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.0.0.zip", "archiveFileName": "Arduboy_TinyFont-3.0.0.zip", "size": 20514, "checksum": "SHA-256:982d91181515027b905003eaf8387e1b50b25d8a8c84f88ad9575287f9416f7e" @@ -76022,7 +99199,7 @@ "types": ["Contributed"], "repository": "https://github.com/yinkou/Arduboy-TinyFont.git", "providesIncludes": ["Tinyfont.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.1.0.zip", "archiveFileName": "Arduboy_TinyFont-3.1.0.zip", "size": 20462, "checksum": "SHA-256:022a16fd53a719dcc7d9d3d723f1933745dee8236cb3c4fd42d6c8413af2ed01" @@ -76040,7 +99217,7 @@ "types": ["Contributed"], "repository": "https://github.com/yinkou/Arduboy-TinyFont.git", "providesIncludes": ["Tinyfont.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.1.1.zip", "archiveFileName": "Arduboy_TinyFont-3.1.1.zip", "size": 20483, "checksum": "SHA-256:d6a803f64531c5debbdf98fa06626f4a8b43c5decc9e87ede204db10cc00728b" @@ -76058,7 +99235,7 @@ "types": ["Contributed"], "repository": "https://github.com/yinkou/Arduboy-TinyFont.git", "providesIncludes": ["Tinyfont.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/yinkou/Arduboy_TinyFont-3.2.0.zip", "archiveFileName": "Arduboy_TinyFont-3.2.0.zip", "size": 22868, "checksum": "SHA-256:30ba5b31a9522cbe589d615f22c30f7988a14c2634365c598786dda026373621" @@ -76076,7 +99253,7 @@ "types": ["Contributed"], "repository": "https://github.com/ozhantr/DigitLedDisplay.git", "providesIncludes": ["DigitLedDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ozhantr/DigitLedDisplay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ozhantr/DigitLedDisplay-1.0.0.zip", "archiveFileName": "DigitLedDisplay-1.0.0.zip", "size": 4725, "checksum": "SHA-256:49f80bd4bf26ab575a4f53109fd23b8eb02c18dbeb881ac2ccf58262d5015c48" @@ -76094,7 +99271,7 @@ "types": ["Contributed"], "repository": "https://github.com/ozhantr/DigitLedDisplay.git", "providesIncludes": ["DigitLedDisplay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ozhantr/DigitLedDisplay-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ozhantr/DigitLedDisplay-1.1.0.zip", "archiveFileName": "DigitLedDisplay-1.1.0.zip", "size": 4769, "checksum": "SHA-256:b90c4ed187faac002ce5aabfece1d198753eea86b616e23ca38249c7f02a2736" @@ -76112,7 +99289,7 @@ "types": ["Contributed"], "repository": "https://github.com/AshleyF/BriefEmbedded.git", "providesIncludes": ["Brief.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.3.zip", "archiveFileName": "Brief-1.0.3.zip", "size": 6077123, "checksum": "SHA-256:0812a17671bb91c3c128f48c2a0c0d69488dbbf7d169fcabf48a9dae8fcb610b" @@ -76130,7 +99307,7 @@ "types": ["Contributed"], "repository": "https://github.com/AshleyF/BriefEmbedded.git", "providesIncludes": ["Brief.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.4.zip", "archiveFileName": "Brief-1.0.4.zip", "size": 6102985, "checksum": "SHA-256:04d312a3c16cdf2dfae784da1d9fbfae90a2fac729c39728a0d650da28a21dd7" @@ -76148,11 +99325,29 @@ "types": ["Contributed"], "repository": "https://github.com/AshleyF/BriefEmbedded.git", "providesIncludes": ["Brief.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.5.zip", "archiveFileName": "Brief-1.0.5.zip", "size": 6102810, "checksum": "SHA-256:4e288c56d0a1d216adc6dc01af4feb6b7d1689d0117b0d457b833f8a7ee98b1c" }, + { + "name": "Brief", + "version": "1.0.6", + "author": "AshleyF", + "maintainer": "AshleyF \u003cashleyf@briefrobotics.com\u003e", + "sentence": "A scriptable firmware and protocol for interfacing hardware.", + "paragraph": "It is comprised of a VM – a tiny stack machine running on the MCU, Protocol – an extensible and composable set of commands and events, Language – a Forth-like interactive scripting language compiled for the VM, Interactive – console for interactive experimentation and development.", + "website": "https://github.com/AshleyF/BriefEmbedded", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AshleyF/BriefEmbedded.git", + "providesIncludes": ["Brief.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.6.zip", + "archiveFileName": "Brief-1.0.6.zip", + "size": 6103266, + "checksum": "SHA-256:7429af2705e3db436acabdb8edcefe3416cc8e5efe65d87591b315f1cb8ca539" + }, { "name": "SevenSeg", "version": "1.2.1", @@ -76166,7 +99361,7 @@ "types": ["Contributed"], "repository": "https://github.com/sigvaldm/SevenSeg.git", "providesIncludes": ["SevenSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sigvaldm/SevenSeg-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sigvaldm/SevenSeg-1.2.1.zip", "archiveFileName": "SevenSeg-1.2.1.zip", "size": 631591, "checksum": "SHA-256:b6826702a973e21afa8625fda83c0a5076ece3f5aed5f91c2711d689b08d686a" @@ -76183,7 +99378,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/damellis/PCM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/damellis/PCM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/damellis/PCM-1.0.0.zip", "archiveFileName": "PCM-1.0.0.zip", "size": 28104, "checksum": "SHA-256:c01ed5abaac881ff8f8ce5cb6d599f2d9953e3f977d6aed975c9ad33917efb49" @@ -76200,7 +99395,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.4.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.4.zip", "size": 17388, "checksum": "SHA-256:bc9ffca5c5b4bfde1738b6596691e2ecf3f66efcbdd4ac246ae3d359d5423977" @@ -76217,7 +99412,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.0.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.0.zip", "size": 10977, "checksum": "SHA-256:6321b37650f2c9500a988be8afc5d45e196b67f84d46c6b540c9cf789d8e27da" @@ -76234,7 +99429,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.2.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.2.zip", "size": 17292, "checksum": "SHA-256:f32e26c88ff78e11aabf8725e820ebdc0733f43ef6ba2336d1ac2780353c2f48" @@ -76251,7 +99446,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.3.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.3.zip", "size": 17373, "checksum": "SHA-256:4c69e0c36bfb9d753df07c23b65f7b9fd955dcb27d4cb0896e19d1bddbafdda5" @@ -76268,7 +99463,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.5.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.5.zip", "size": 17457, "checksum": "SHA-256:d3a2c6401958fe4213b88673a9bb3791d63d5d28eebb9cbc325a9ab89b3ce089" @@ -76285,7 +99480,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.6.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.6.zip", "size": 17614, "checksum": "SHA-256:7976d0a85cc3ce10b6c329805564a21f3cc99f581872ce5cb208d3cb30d27387" @@ -76302,7 +99497,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.7.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.7.zip", "size": 17619, "checksum": "SHA-256:0f6a20d5a4c0c6359525a768c8e0f402b129b101822809f74059f3bf8ac85ac9" @@ -76319,7 +99514,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.8.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.8.zip", "size": 17078, "checksum": "SHA-256:e0f7a019449dee3c6518dbd89eec81e34c785a0d4b759b9e7b044c2bf82abac6" @@ -76336,7 +99531,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_Library-1.0.9.zip", "archiveFileName": "BlueDot_BME280_Library-1.0.9.zip", "size": 16681, "checksum": "SHA-256:dc8f2f1943b9fe92e67a13561b98ae80d9dbc936b7561872a9e75e5d0feb8806" @@ -76353,7 +99548,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.1.zip", "archiveFileName": "TMC2208Stepper-0.0.1.zip", "size": 35432, "checksum": "SHA-256:20c47a5bb336e789f73201c3919051fad3fd9597e5831c70eacd52c24bcaa8a2" @@ -76370,7 +99565,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.2.zip", "archiveFileName": "TMC2208Stepper-0.0.2.zip", "size": 35825, "checksum": "SHA-256:2d33d306a43a76cc79c7f24758ea6d9747b24970b3c8fff748d087cd39742f87" @@ -76387,7 +99582,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.3.zip", "archiveFileName": "TMC2208Stepper-0.0.3.zip", "size": 35824, "checksum": "SHA-256:d865e2a6dce201807d7dbdb153e658d0c060d33eabb08cf86d838dd9b349c423" @@ -76404,7 +99599,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.0.4.zip", "archiveFileName": "TMC2208Stepper-0.0.4.zip", "size": 35917, "checksum": "SHA-256:2a8bd96d90306c0bd7dd525dd74f699915618a3335fa143506716e04f38c7587" @@ -76421,7 +99616,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.1.1.zip", "archiveFileName": "TMC2208Stepper-0.1.1.zip", "size": 36074, "checksum": "SHA-256:2de28ce0ca3e57526e9e241537aee62575b32bf5b5fe5dec6aebe0666adbc6dd" @@ -76438,7 +99633,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.0.zip", "archiveFileName": "TMC2208Stepper-0.2.0.zip", "size": 36638, "checksum": "SHA-256:5d085de872726632d1d8be037451142ba9c378e6fb3643451718215ad7149765" @@ -76455,7 +99650,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.1.zip", "archiveFileName": "TMC2208Stepper-0.2.1.zip", "size": 36638, "checksum": "SHA-256:a3c721dc2d97a8d672e55dfa3125ca663380e7cbbeb8630ee4ee9a0441fe72b9" @@ -76472,7 +99667,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.2.zip", "archiveFileName": "TMC2208Stepper-0.2.2.zip", "size": 36563, "checksum": "SHA-256:6b5ae0b8fbff7a378c970c8f5c64a523631bb6cbb790f04520c2fe795d2dd8fc" @@ -76489,7 +99684,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.3.zip", "archiveFileName": "TMC2208Stepper-0.2.3.zip", "size": 36639, "checksum": "SHA-256:57d6e4311381eb25870f71460e9da211216ff30b54b35f2ba992336b720780ef" @@ -76506,7 +99701,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.4.zip", "archiveFileName": "TMC2208Stepper-0.2.4.zip", "size": 36693, "checksum": "SHA-256:bb7e3c68b625628c49a111146ee7fd3b0321c2b5a826cd4baad5d9901323059a" @@ -76523,7 +99718,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMC2208Stepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMC2208Stepper-0.2.5.zip", "archiveFileName": "TMC2208Stepper-0.2.5.zip", "size": 36734, "checksum": "SHA-256:9327a26132ee2d2002bc57ef5ac0620e495d78cd5c8fd826428f6e51dbf46c0a" @@ -76540,7 +99735,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/PlotPlus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/PlotPlus-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/PlotPlus-1.0.0.zip", "archiveFileName": "PlotPlus-1.0.0.zip", "size": 13642, "checksum": "SHA-256:e98870c40bbb56d242512a8cdc450cda30102b9a179dd9ce1aaccfb4b74b0ae4" @@ -76557,7 +99752,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-0.2.0.zip", "archiveFileName": "IniFile-0.2.0.zip", "size": 27524, "checksum": "SHA-256:2515e6e77f06d75667614ebacd5986c6ea4679a1f4f8b5e3e5d66886f351e9f7" @@ -76574,7 +99769,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.0.zip", "archiveFileName": "IniFile-1.0.0.zip", "size": 27533, "checksum": "SHA-256:55329b568cfec53de83dab7c868b087f3a8271210e54702d69339d07d267fa37" @@ -76591,7 +99786,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.1.zip", "archiveFileName": "IniFile-1.0.1.zip", "size": 27503, "checksum": "SHA-256:609cb1b13ce471312758b79f5f4429ace8344deb68f1d3ff8caf676a10da40f8" @@ -76608,7 +99803,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.2.zip", "archiveFileName": "IniFile-1.0.2.zip", "size": 27508, "checksum": "SHA-256:b66077f46c955b92026a7ddeaf7720442c3fa02878f1416c9b753bffd17cfb2c" @@ -76625,7 +99820,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.3.zip", "archiveFileName": "IniFile-1.0.3.zip", "size": 27502, "checksum": "SHA-256:6c20365322f3027aa8ad29f89228a9d468521dee3779fc80687f399f3f41b794" @@ -76642,7 +99837,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.0.4.zip", "archiveFileName": "IniFile-1.0.4.zip", "size": 28274, "checksum": "SHA-256:269bfd9c39c4aa73d38bc6e2606188d4c2373f6be36e92b0da952b79a895833d" @@ -76659,7 +99854,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.1.0.zip", "archiveFileName": "IniFile-1.1.0.zip", "size": 28369, "checksum": "SHA-256:a6fdcc0c586421304a4d908768a5e6d127b0f6abfc3389543f757e2d5435bc79" @@ -76676,7 +99871,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.2.0.zip", "archiveFileName": "IniFile-1.2.0.zip", "size": 28547, "checksum": "SHA-256:ccc2e35f63aa7e4d3baf9f18211f106a8adbf1f1f24499672e2727fa65b1c697" @@ -76693,11 +99888,77 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stevemarple/IniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.2.1.zip", "archiveFileName": "IniFile-1.2.1.zip", "size": 28568, "checksum": "SHA-256:ece276c23be49f8b6c183a6ba8fb6bfd390f788a571fdcf5b7e579a6c3235a2e" }, + { + "name": "IniFile", + "version": "1.2.2", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to read and parse .ini files.", + "paragraph": "IniFile is a library to read and parse .ini files as used by Microsoft Windows. IniFile is designed to use minimal memory requirements, and the only buffer used is one supplied by the user, thus the user remains in charge of memory usage. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/IniFile", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/IniFile.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.2.2.zip", + "archiveFileName": "IniFile-1.2.2.zip", + "size": 28571, + "checksum": "SHA-256:86ff035d9cb224d302c7c17aa79993f68f42450a31a8efe5b1066422b297530d" + }, + { + "name": "IniFile", + "version": "1.2.3", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to read and parse .ini files.", + "paragraph": "IniFile is a library to read and parse .ini files as used by Microsoft Windows. IniFile is designed to use minimal memory requirements, and the only buffer used is one supplied by the user, thus the user remains in charge of memory usage. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/IniFile", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/IniFile.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.2.3.zip", + "archiveFileName": "IniFile-1.2.3.zip", + "size": 28945, + "checksum": "SHA-256:27ce58ab0fc47ddd2e1014fc749ccba2b0604bf022ff7d021b967337ba404485" + }, + { + "name": "IniFile", + "version": "1.3.0", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to read and parse .ini files.", + "paragraph": "IniFile is a library to read and parse .ini files as used by Microsoft Windows. IniFile is designed to use minimal memory requirements, and the only buffer used is one supplied by the user, thus the user remains in charge of memory usage. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/IniFile", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stevemarple/IniFile.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/IniFile-1.3.0.zip", + "archiveFileName": "IniFile-1.3.0.zip", + "size": 32801, + "checksum": "SHA-256:03fd3f50233ba18a9db996374776e034fc567a64cff62ba2668a9a174ca8c6de" + }, { "name": "DecodeIR", "version": "2.45.0", @@ -76710,7 +99971,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Arduino-DecodeIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.0.zip", "archiveFileName": "DecodeIR-2.45.0.zip", "size": 87265, "checksum": "SHA-256:511f94e790f57ecd36836793c21bb561b74c980efedbf53e8b1e2b15731113ef" @@ -76727,7 +99988,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Arduino-DecodeIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.1.zip", "archiveFileName": "DecodeIR-2.45.1.zip", "size": 87319, "checksum": "SHA-256:1054c52fe3cb184be804b7f81ca73d35fcd47196d3181c990a8ec2be8b917c93" @@ -76744,7 +100005,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Arduino-DecodeIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.2.zip", "archiveFileName": "DecodeIR-2.45.2.zip", "size": 87356, "checksum": "SHA-256:8caf84ca8cf2523afdfa51c115f1f61c92f673bf0567ed0b3ec06818ddc80fc1" @@ -76761,11 +100022,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/Arduino-DecodeIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.3.zip", "archiveFileName": "DecodeIR-2.45.3.zip", "size": 92050, "checksum": "SHA-256:d88b2fbcc4a170f2c834cd39c2830ae2c4a962ed2f260e379164b6fb43d2ed5c" }, + { + "name": "DecodeIR", + "version": "2.45.4", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "A library for decoding IR signals.", + "paragraph": "This library identifies the IR protocol and parameter corresponding to a particular IR signal. Knows over 100 protocols.", + "website": "https://github.com/bengtmartensson/Arduino-DecodeIR", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bengtmartensson/Arduino-DecodeIR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/DecodeIR-2.45.4.zip", + "archiveFileName": "DecodeIR-2.45.4.zip", + "size": 502504, + "checksum": "SHA-256:1525f8e86f76823f65ec5ad852362eeced497b5612bab10a374dfd1dfcaa2701" + }, { "name": "MultitapKeypad", "version": "1.0.0", @@ -76778,7 +100056,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ZulNs/MultitapKeypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.0.0.zip", "archiveFileName": "MultitapKeypad-1.0.0.zip", "size": 186932, "checksum": "SHA-256:fe5c6d9070c7ca1787c33b418bfc3c78bfe49657a2eda2c5a23b30935f0934f1" @@ -76795,7 +100073,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ZulNs/MultitapKeypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.0.1.zip", "archiveFileName": "MultitapKeypad-1.0.1.zip", "size": 318754, "checksum": "SHA-256:c4fdca1d467cfad41daa2f34dd6226132c097708513c4104f0d62516689195cc" @@ -76812,7 +100090,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ZulNs/MultitapKeypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.0.2.zip", "archiveFileName": "MultitapKeypad-1.0.2.zip", "size": 318807, "checksum": "SHA-256:1d171b529c7051fc3c7117b411ce90397f16d67d8132c8544d292db7c10dc8f4" @@ -76829,7 +100107,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ZulNs/MultitapKeypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/MultitapKeypad-1.1.0.zip", "archiveFileName": "MultitapKeypad-1.1.0.zip", "size": 318980, "checksum": "SHA-256:41c5f00e9f127975a851a641a017cb9b8188c072d3fbb9a0707823380d6db021" @@ -76846,7 +100124,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/DrGFreeman/TimedPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DrGFreeman/TimedPID-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DrGFreeman/TimedPID-1.0.0.zip", "archiveFileName": "TimedPID-1.0.0.zip", "size": 10265, "checksum": "SHA-256:2efe93286b990e47d2de0312f5f5fab65c0bf3ed783e2c4487144e5bbce45762" @@ -76864,7 +100142,7 @@ "types": ["Contributed"], "repository": "https://github.com/NorthernWidget/DS3231.git", "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.0.zip", "archiveFileName": "DS3231-1.0.0.zip", "size": 22646, "checksum": "SHA-256:12ea2fa35708490cced8f9e320ae4903129c9aa8a37f8f8aeaa8cc662de510ed" @@ -76882,11 +100160,65 @@ "types": ["Contributed"], "repository": "https://github.com/NorthernWidget/DS3231.git", "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.2.zip", "archiveFileName": "DS3231-1.0.2.zip", "size": 22698, "checksum": "SHA-256:ed8bfd8ede6040666ff1a69ad4d1e385b3858c364b4cd558f4c035087db037c7" }, + { + "name": "DS3231", + "version": "1.0.5", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": ["DS3231.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.5.zip", + "archiveFileName": "DS3231-1.0.5.zip", + "size": 24181, + "checksum": "SHA-256:6679cc144a5c90dae14eec4e30a686b26533c92136c4e32d0d2f4e6d0454a4be" + }, + { + "name": "DS3231", + "version": "1.0.6", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": ["DS3231.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.6.zip", + "archiveFileName": "DS3231-1.0.6.zip", + "size": 24226, + "checksum": "SHA-256:4cfca1f98aa26ecda30bb7f11cbf118fc6f1a841dcb3161840fc595d68ec1ec8" + }, + { + "name": "DS3231", + "version": "1.0.7", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": ["DS3231.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.7.zip", + "archiveFileName": "DS3231-1.0.7.zip", + "size": 24232, + "checksum": "SHA-256:76d73495390d91aa172adada75985035c340387c4d2565f5aba6e12cf2910a4b" + }, { "name": "EasyDDNS", "version": "1.0.0", @@ -76899,7 +100231,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/EasyDDNS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.0.0.zip", "archiveFileName": "EasyDDNS-1.0.0.zip", "size": 6739, "checksum": "SHA-256:470429f5b39b98661429037634c16384d5ac85875d9ab8a09924df6da8865d51" @@ -76916,7 +100248,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/EasyDDNS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.0.zip", "archiveFileName": "EasyDDNS-1.5.0.zip", "size": 9055, "checksum": "SHA-256:c87799dce3ac7eb215724834fcd857841093c78039ad0d46e4bd65634e80b515" @@ -76933,7 +100265,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/EasyDDNS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.1.zip", "archiveFileName": "EasyDDNS-1.5.1.zip", "size": 9046, "checksum": "SHA-256:58c434e15986f1836fb434516fee057349712bfc303034f4db2d3599ce722323" @@ -76950,11 +100282,113 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/EasyDDNS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.2.zip", "archiveFileName": "EasyDDNS-1.5.2.zip", "size": 10302, "checksum": "SHA-256:5dc8edcc4b5393c8e788fc27839d109dc5e7b51cd15bc1dad54a5e642cba30f8" }, + { + "name": "EasyDDNS", + "version": "1.5.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.5.zip", + "archiveFileName": "EasyDDNS-1.5.5.zip", + "size": 11689, + "checksum": "SHA-256:3aea9880755f2df2013e6a03b8f583ea310399f551bfdaf3dedbcbe77485eb4b" + }, + { + "name": "EasyDDNS", + "version": "1.5.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.6.zip", + "archiveFileName": "EasyDDNS-1.5.6.zip", + "size": 8186, + "checksum": "SHA-256:34a438278050b68f9460aecaa92beae4f318f0e793bd4ef784443971caa9cc96" + }, + { + "name": "EasyDDNS", + "version": "1.5.7", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.7.zip", + "archiveFileName": "EasyDDNS-1.5.7.zip", + "size": 8651, + "checksum": "SHA-256:d89e014b6f9864988ddf4a3303b969c1627b8e94bb21b8d8cd23e457dea83692" + }, + { + "name": "EasyDDNS", + "version": "1.5.8", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.8.zip", + "archiveFileName": "EasyDDNS-1.5.8.zip", + "size": 8692, + "checksum": "SHA-256:8ddcbb06005aed1f1aedfbe048a748383cfe76720260cdd80201d64c3740e2e1" + }, + { + "name": "EasyDDNS", + "version": "1.5.9", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.5.9.zip", + "archiveFileName": "EasyDDNS-1.5.9.zip", + "size": 8737, + "checksum": "SHA-256:6517aa249aadd2c865985af5f871de8b687c8d253a090386dc5f8645adf0a345" + }, + { + "name": "EasyDDNS", + "version": "1.6.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.6.0.zip", + "archiveFileName": "EasyDDNS-1.6.0.zip", + "size": 8773, + "checksum": "SHA-256:a1eadfdea02d8e49f8d9b22e6c4645a3a2c86a04f1fb54c9957ab8faa8518fc5" + }, { "name": "SparkFun AK9750 Human Presence Sensor Library", "version": "1.0.0", @@ -76967,7 +100401,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AK9750_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.0.zip", "archiveFileName": "SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.0.zip", "size": 15289, "checksum": "SHA-256:c40183a4d10fd8d2a201a48f9491ee688d89e0169168f152082966e39453e15c" @@ -76984,7 +100418,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AK9750_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.1.zip", "archiveFileName": "SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.1.zip", "size": 18631, "checksum": "SHA-256:4c1fef3e0894e01373bb2e794df44db2ded8c8eab84603de595d8764d31b1d9d" @@ -77001,7 +100435,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AK9750_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.2.zip", "archiveFileName": "SparkFun_AK9750_Human_Presence_Sensor_Library-1.0.2.zip", "size": 18627, "checksum": "SHA-256:3a1b1334475f7804a3fe1c7ac960044e2deb3a032ec6944dd3ace8c0e4a57325" @@ -77018,7 +100452,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_CCS811_Arduino_Library-1.0.3.zip", "size": 129881, "checksum": "SHA-256:08e5145c0cd32acd5031dc057555fc6eb069bf0497926babe35442481af1bf2f" @@ -77035,7 +100469,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.4.zip", "archiveFileName": "SparkFun_CCS811_Arduino_Library-1.0.4.zip", "size": 129881, "checksum": "SHA-256:33704986203ac6d7b90f0f8641c61a113ff24a2582d190dc1cfdcee7aa67e560" @@ -77052,7 +100486,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.5.zip", "archiveFileName": "SparkFun_CCS811_Arduino_Library-1.0.5.zip", "size": 132318, "checksum": "SHA-256:1dba6b3df88e54a16eeaa4a8adf127e11eb07c21fc5900e6bed3ff83adf02789" @@ -77069,7 +100503,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.6.zip", "archiveFileName": "SparkFun_CCS811_Arduino_Library-1.0.6.zip", "size": 132678, "checksum": "SHA-256:46208397dab1c9d279adcc8054cdc2d3b881e666e0145ca784748b84d6639cd1" @@ -77086,11 +100520,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-1.0.7.zip", "archiveFileName": "SparkFun_CCS811_Arduino_Library-1.0.7.zip", "size": 132678, "checksum": "SHA-256:cfedf08511416a6607c8acaaed7c2ac7d1bdc2fc8931a4c968d70955660bea3c" }, + { + "name": "SparkFun CCS811 Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino library to drive the AMS CCS811 by I2C.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/14193\"\u003eCCS811 Air Quality Breakout\u003c/a\u003e is a digital gas sensor solution that senses a wide range of Total Volatile Organic Compounds (TVOCs), including equivalent carbon dioxide (eCO2) and metal oxide (MOX) levels. It is intended for indoor air quality monitoring in personal devices such as watches and phones, but we’ve put it on a breakout board so you can use it as a regular I2C device.", + "website": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_CCS811_Arduino_Library-2.0.0.zip", + "size": 131395, + "checksum": "SHA-256:1a77654d423b410cb5cd11536a25927646783a9126717e8f6c76f791acc8284d" + }, + { + "name": "SparkFun CCS811 Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino library to drive the AMS CCS811 by I2C.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/14193\"\u003eCCS811 Air Quality Breakout\u003c/a\u003e is a digital gas sensor solution that senses a wide range of Total Volatile Organic Compounds (TVOCs), including equivalent carbon dioxide (eCO2) and metal oxide (MOX) levels. It is intended for indoor air quality monitoring in personal devices such as watches and phones, but we’ve put it on a breakout board so you can use it as a regular I2C device.", + "website": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_CCS811_Arduino_Library-2.0.1.zip", + "size": 131709, + "checksum": "SHA-256:e8e54f4ef3b9520758b5c454377fa4924e624be882547585452491e431ff4906" + }, { "name": "InstructableApi", "version": "1.0.0", @@ -77103,7 +100571,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-instructables-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/InstructableApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/InstructableApi-1.0.0.zip", "archiveFileName": "InstructableApi-1.0.0.zip", "size": 17542, "checksum": "SHA-256:cfa5176e65459fde8566d1a7f0789f6132291b99e06cb55a8307577683d8dc51" @@ -77120,7 +100588,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-instructables-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/InstructableApi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/InstructableApi-1.1.0.zip", "archiveFileName": "InstructableApi-1.1.0.zip", "size": 20259, "checksum": "SHA-256:f0622ea10ad88d13af5e6ecc77592a1e036f291ee4fdcceb79acb50ea085262b" @@ -77136,7 +100604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-twitter-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/TwitterApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/TwitterApi-1.0.0.zip", "archiveFileName": "TwitterApi-1.0.0.zip", "size": 18008, "checksum": "SHA-256:5851719a1cb3a8a83e733ceabf933772b8333aa470016ced02ac30b09c9dca81" @@ -77152,7 +100620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-facebook-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/FacebookApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/FacebookApi-1.0.0.zip", "archiveFileName": "FacebookApi-1.0.0.zip", "size": 13654, "checksum": "SHA-256:7bbf4df95bc5b44301a681156cfdf7a75b1f550c636c86a118b1febc847b071b" @@ -77170,7 +100638,7 @@ "types": ["Contributed"], "repository": "https://github.com/frankjoshua/rosserial_arduino_lib.git", "providesIncludes": ["ros.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.7.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.7.7.zip", "archiveFileName": "Rosserial_Arduino_Library-0.7.7.zip", "size": 30643, "checksum": "SHA-256:c8a8c30c8ca1f9b4c65599e3f108d362e3c1ef8ef61817b4c848a667cc94aaf5" @@ -77188,7 +100656,7 @@ "types": ["Contributed"], "repository": "https://github.com/frankjoshua/rosserial_arduino_lib.git", "providesIncludes": ["ros.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.7.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.7.8.zip", "archiveFileName": "Rosserial_Arduino_Library-0.7.8.zip", "size": 408194, "checksum": "SHA-256:df55436c1343c81dd673874ddbb68bcdbfe6f123ddef13c62467a022d0030224" @@ -77206,11 +100674,29 @@ "types": ["Contributed"], "repository": "https://github.com/frankjoshua/rosserial_arduino_lib.git", "providesIncludes": ["ros.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.7.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.7.9.zip", "archiveFileName": "Rosserial_Arduino_Library-0.7.9.zip", "size": 436081, "checksum": "SHA-256:c8903840a91419fe0c51d20a7aa5d3619b5b1777b1c2d9abf0aa71b218950823" }, + { + "name": "Rosserial Arduino Library", + "version": "0.9.1", + "author": "Michael Ferguson \u003cmfergs7@gmail.com\u003e", + "maintainer": "Joshua Frank \u003cfrankjoshua@gmail.com\u003e", + "sentence": "Use an Arduino as a ROS publisher/subscriber", + "paragraph": "Works with http://wiki.ros.org/rosserial, requires a rosserial node to connect", + "website": "https://github.com/frankjoshua/rosserial_arduino_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/frankjoshua/rosserial_arduino_lib.git", + "providesIncludes": ["ros.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/frankjoshua/Rosserial_Arduino_Library-0.9.1.zip", + "archiveFileName": "Rosserial_Arduino_Library-0.9.1.zip", + "size": 421694, + "checksum": "SHA-256:40fb6bc0ad9d9918869e529808cdb228c46de02ed820f2a4b94106175883929b" + }, { "name": "PreciseLM35", "version": "1.0.0", @@ -77223,7 +100709,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/belidzs/PreciseLM35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/belidzs/PreciseLM35-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/belidzs/PreciseLM35-1.0.0.zip", "archiveFileName": "PreciseLM35-1.0.0.zip", "size": 20359, "checksum": "SHA-256:b7cee8572e033897d56263c657b80d2323ac13923ac04308de3b09b2a22b0fe7" @@ -77240,7 +100726,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/belidzs/PreciseLM35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/belidzs/PreciseLM35-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/belidzs/PreciseLM35-1.0.1.zip", "archiveFileName": "PreciseLM35-1.0.1.zip", "size": 20154, "checksum": "SHA-256:b0ac578bbf3d1379dc9bf5b9a7dc55dff52dae32162d76dcb7a103efa4bf91e5" @@ -77257,7 +100743,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/belidzs/PreciseLM35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/belidzs/PreciseLM35-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/belidzs/PreciseLM35-1.0.2.zip", "archiveFileName": "PreciseLM35-1.0.2.zip", "size": 22268, "checksum": "SHA-256:852ca201f58ba3a794356db4271f9b381ab80bd125ac0b3dc8a0092294479772" @@ -77274,7 +100760,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_OBR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_OBR-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_OBR-1.2.0.zip", "archiveFileName": "GuaraTeca_OBR-1.2.0.zip", "size": 24917, "checksum": "SHA-256:512e4fbe3a14047fd12a4c1cfbcb5bb94b882d358a1d8a442e33ea000fc37d54" @@ -77291,7 +100777,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_OBR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_OBR-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_OBR-1.5.0.zip", "archiveFileName": "GuaraTeca_OBR-1.5.0.zip", "size": 26923, "checksum": "SHA-256:4ef8c4d356ae47aa564b09862d58948a13c8076ab1290abe55bd7f753f3cc020" @@ -77308,7 +100794,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.1.zip", "archiveFileName": "SdFat-1.0.1.zip", "size": 3560264, "checksum": "SHA-256:3125441b5ffc872637de307fe724b0c71f6e10e2fca87cb9f726537bcf355806" @@ -77325,7 +100811,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.11.zip", "archiveFileName": "SdFat-1.0.11.zip", "size": 3803551, "checksum": "SHA-256:54bf0db5ef75ba4452148dfc6014ce6b094daa27e0900d870df22cc3a12b0b5a" @@ -77342,7 +100828,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.12.zip", "archiveFileName": "SdFat-1.0.12.zip", "size": 3803627, "checksum": "SHA-256:59339540a9753de8f9ee289be9998d8eda879035ca6f71805f71efb694951035" @@ -77359,7 +100845,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.13.zip", "archiveFileName": "SdFat-1.0.13.zip", "size": 3804375, "checksum": "SHA-256:2a155a263ea6d6047c56082db482d50657cccd29bcf19f25b3e879c2c6afffc8" @@ -77376,7 +100862,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.14.zip", "archiveFileName": "SdFat-1.0.14.zip", "size": 3804437, "checksum": "SHA-256:fbbda5727c5be647d816b5db195a2bfc6456d2c9eb52848500a1252c1ff5a84a" @@ -77393,7 +100879,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.15.zip", "archiveFileName": "SdFat-1.0.15.zip", "size": 3804583, "checksum": "SHA-256:84e02303507df22d73fb86519157f9d8a1d9c98d9fc96def82514cc9a5d48b7b" @@ -77411,7 +100897,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.16.zip", "archiveFileName": "SdFat-1.0.16.zip", "size": 3804521, "checksum": "SHA-256:6601510f58876775d00e3fac6de154f933e1460768ecc1c99134d7db60440d4a" @@ -77428,7 +100914,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.3.zip", "archiveFileName": "SdFat-1.0.3.zip", "size": 3560319, "checksum": "SHA-256:5d790e6d84f1653c1e6b2909e265923ef324d16e0126c26f71f8e5b113562f21" @@ -77445,7 +100931,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.4.zip", "archiveFileName": "SdFat-1.0.4.zip", "size": 3575391, "checksum": "SHA-256:c69a12590d6a7909a801a897ca50ac60b3427cfd979881f738094066fea12cef" @@ -77462,7 +100948,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.5.zip", "archiveFileName": "SdFat-1.0.5.zip", "size": 3575509, "checksum": "SHA-256:2153d033f8d63ef8a2e4e0d3dc3755bf13704cec89b1e5694c13d6da28ff6235" @@ -77479,7 +100965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.6.zip", "archiveFileName": "SdFat-1.0.6.zip", "size": 3575492, "checksum": "SHA-256:b1a390598aefad01e0c297d9f6fcc2f4103b8c35055cb3575fa3b04b3ff5f997" @@ -77496,7 +100982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.7.zip", "archiveFileName": "SdFat-1.0.7.zip", "size": 3576508, "checksum": "SHA-256:5595d3301e1189c66ca1e027e98cfa0eda34012b3d3dc04e1a383425bb6fcf28" @@ -77513,7 +100999,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.0.8.zip", "archiveFileName": "SdFat-1.0.8.zip", "size": 3576586, "checksum": "SHA-256:cacd3a0fcf2f8437cc1ecdea1e04059a8fcdf21e2f30f8e737c5cd941ac9b979" @@ -77531,11 +101017,209 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.1.0.zip", "archiveFileName": "SdFat-1.1.0.zip", "size": 3803156, "checksum": "SHA-256:01bed3e1082647f058f47aada5d0e4d9eba7682b03b09a1668fcad5729f6475f" }, + { + "name": "SdFat", + "version": "1.1.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards.", + "paragraph": "FAT16/FAT32 file system for SD cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.1.1.zip", + "archiveFileName": "SdFat-1.1.1.zip", + "size": 3803159, + "checksum": "SHA-256:7515a639362223dde3637eb25167e90b556f9d3b41fc14a58b606119a07da5e8" + }, + { + "name": "SdFat", + "version": "1.1.2", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards.", + "paragraph": "FAT16/FAT32 file system for SD cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.1.2.zip", + "archiveFileName": "SdFat-1.1.2.zip", + "size": 3803170, + "checksum": "SHA-256:d4c503d1b10bcb49c22c7eb7596f216c4c47f6f2a6520d9b21b384507e99b452" + }, + { + "name": "SdFat", + "version": "1.1.3", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards.", + "paragraph": "FAT16/FAT32 file system for SD cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.1.3.zip", + "archiveFileName": "SdFat-1.1.3.zip", + "size": 3803192, + "checksum": "SHA-256:f6490ab32ce82c10493be91a7ef3f0ef425ec1d191ee3b9b1bd9679ca7dca36a" + }, + { + "name": "SdFat", + "version": "1.1.4", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards.", + "paragraph": "FAT16/FAT32 file system for SD cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-1.1.4.zip", + "archiveFileName": "SdFat-1.1.4.zip", + "size": 3803192, + "checksum": "SHA-256:4ab0d0fc239d99fb1fbf3a2d3aa845bd47929ecd9478de0b196c846603a7ec48" + }, + { + "name": "SdFat", + "version": "2.0.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.1.zip", + "archiveFileName": "SdFat-2.0.1.zip", + "size": 3090910, + "checksum": "SHA-256:fbe38619565a788c2c571d177beddfb661f85649d766be32d26e3fa104012bac" + }, + { + "name": "SdFat", + "version": "2.0.2", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.2.zip", + "archiveFileName": "SdFat-2.0.2.zip", + "size": 3086161, + "checksum": "SHA-256:927219baa9d8ade1117084d159d8b525e415ae5ed500e1513cced019ae1a6db9" + }, + { + "name": "SdFat", + "version": "2.0.3", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.3.zip", + "archiveFileName": "SdFat-2.0.3.zip", + "size": 3087769, + "checksum": "SHA-256:9cb8a7a36be5b034b7aff4ce3f3cb3d1024be78de8c7a07356f30db64d3c6371" + }, + { + "name": "SdFat", + "version": "2.0.4", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.4.zip", + "archiveFileName": "SdFat-2.0.4.zip", + "size": 3123644, + "checksum": "SHA-256:e3663ec9242ceb7a10468bbaa8fc2409b1a23a0dfc56a4510ab15acb4e5af95e" + }, + { + "name": "SdFat", + "version": "2.0.5", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.5.zip", + "archiveFileName": "SdFat-2.0.5.zip", + "size": 3177559, + "checksum": "SHA-256:2c60803a0703754ef259967b45b48b0f4d3311dce58cc5c8c1e25d61497edcdd" + }, + { + "name": "SdFat", + "version": "2.0.6", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.6.zip", + "archiveFileName": "SdFat-2.0.6.zip", + "size": 3177800, + "checksum": "SHA-256:9d8bea8ecd1484d9f3ab3c3fe1586ef1afcbcd4a121cc17104dc02b08207e504" + }, + { + "name": "SdFat", + "version": "2.0.7", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.7.zip", + "archiveFileName": "SdFat-2.0.7.zip", + "size": 3177790, + "checksum": "SHA-256:3f1d5095bed75c8ba095c4702547aaae26e7b3c6a07aef4ad4e541e93e8d2a87" + }, { "name": "SerialUI", "version": "1.14.0", @@ -77548,7 +101232,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/SerialUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-1.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-1.14.0.zip", "archiveFileName": "SerialUI-1.14.0.zip", "size": 68943, "checksum": "SHA-256:5b8ee914ae268b17a1e759aad6b6d0c49cf6eafdb2030b6e5ce781d36cc43a56" @@ -77565,7 +101249,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/SerialUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.1.2.zip", "archiveFileName": "SerialUI-2.1.2.zip", "size": 117179, "checksum": "SHA-256:93735527d9c7e5c147f661fe35c8d33444b97fd6d4488b033923b0115ea72604" @@ -77582,7 +101266,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/SerialUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.1.4.zip", "archiveFileName": "SerialUI-2.1.4.zip", "size": 119137, "checksum": "SHA-256:5b09106a293d394da5a3fdbc8880187c0c4f2efb752ed8d61bfbe1b75dc34584" @@ -77599,7 +101283,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/SerialUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.1.6.zip", "archiveFileName": "SerialUI-2.1.6.zip", "size": 121535, "checksum": "SHA-256:40ef29888d0fb3055423e5838c8458046e2c264db4b11aca0aa604444f25ed76" @@ -77616,7 +101300,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/SerialUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-2.2.0.zip", "archiveFileName": "SerialUI-2.2.0.zip", "size": 123699, "checksum": "SHA-256:f04db78639efdf201a41c657eaa07ba42da28937c27f576c360721f309f9082d" @@ -77633,7 +101317,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/psychogenic/SerialUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/psychogenic/SerialUI-3.1.0.zip", "archiveFileName": "SerialUI-3.1.0.zip", "size": 214363, "checksum": "SHA-256:96bad48bae1975306e4622cd74112a830a848268b046d51d5d534bbdd708bb75" @@ -77649,7 +101333,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ggzucco/LM35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ggzucco/LM35-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ggzucco/LM35-1.0.1.zip", "archiveFileName": "LM35-1.0.1.zip", "size": 3372, "checksum": "SHA-256:56617c862943a26126d03bce7f4060d926fa0455dae4841f593a04f5376f6492" @@ -77667,7 +101351,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Wire.git", "providesIncludes": ["jm_Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Wire-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Wire-1.0.0.zip", "archiveFileName": "jm_Wire-1.0.0.zip", "size": 35908, "checksum": "SHA-256:80bb19aa2522414f8b135937d16210d02ea93f6ea426243991b60c6588d4ac79" @@ -77685,7 +101369,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Wire.git", "providesIncludes": ["jm_Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Wire-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Wire-1.0.1.zip", "archiveFileName": "jm_Wire-1.0.1.zip", "size": 37050, "checksum": "SHA-256:891dec9a0b529d2def50301b57c0eace62616f82985425a7c2aaf2925bbee0cc" @@ -77702,7 +101386,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.0.0.zip", "archiveFileName": "Adafruit_MCP3008-1.0.0.zip", "size": 6187, "checksum": "SHA-256:c32daeee91d71ef00842daa81acaacc042a8f7601937814f0cdcd0f46269bec8" @@ -77719,11 +101403,50 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.1.0.zip", "archiveFileName": "Adafruit_MCP3008-1.1.0.zip", "size": 265326, "checksum": "SHA-256:ab70a7b5b87e9fea3a768b35fd17c95ffccc3a76326141170042fc45215a6391" }, + { + "name": "Adafruit MCP3008", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP3008 8-Channel 10-Bit ADC", + "paragraph": "MCP3008 8-Channel 10-Bit ADC", + "website": "https://github.com/adafruit/Adafruit_MCP3008", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.2.0.zip", + "archiveFileName": "Adafruit_MCP3008-1.2.0.zip", + "size": 265403, + "checksum": "SHA-256:6869b9a0af3523e99c5b2c6ac193647f2cc7efcdea0fb83efd0bf0fc41464688" + }, + { + "name": "Adafruit MCP3008", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP3008 8-Channel 10-Bit ADC", + "paragraph": "MCP3008 8-Channel 10-Bit ADC", + "website": "https://github.com/adafruit/Adafruit_MCP3008", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.3.0.zip", + "archiveFileName": "Adafruit_MCP3008-1.3.0.zip", + "size": 265140, + "checksum": "SHA-256:ccdfa3ce4744e337ff69a81283108d8154e35cc8248a65445ed943ec01bf4afb" + }, { "name": "MillaMilla DS7505 Library", "version": "1.0.0", @@ -77737,7 +101460,7 @@ "types": ["Contributed"], "repository": "https://github.com/hedrickbt/MillaMilla_DS7505_Library.git", "providesIncludes": ["\u003cWire.h\u003e", "MillaMilla_DS7505.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hedrickbt/MillaMilla_DS7505_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hedrickbt/MillaMilla_DS7505_Library-1.0.0.zip", "archiveFileName": "MillaMilla_DS7505_Library-1.0.0.zip", "size": 7087, "checksum": "SHA-256:f5a0db780534d2baf4ed5d702653b2e79568292cf9dcd81fad53b0e7e9543f40" @@ -77754,7 +101477,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.0.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.0.zip", "size": 94231, "checksum": "SHA-256:33305543c6137b5376ca5c39bdeb1aa34c2d9cce0d04ec532771668a20ef2afb" @@ -77771,7 +101494,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.1.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.1.zip", "size": 171839, "checksum": "SHA-256:d0c8d506c0bb581fa1e271ba921b434c5f81f3c620afdb44dee9f29e47233e2a" @@ -77788,7 +101511,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.3.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.3.zip", "size": 172379, "checksum": "SHA-256:c9944373d33b05c7cab0cfe742d645523d824392a74ec62296a7f6890e2034f0" @@ -77805,7 +101528,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.4.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.4.zip", "size": 172484, "checksum": "SHA-256:d63237d78ce13af8ec5524cf8b3b16a828371320fdbabb54eb68d7d21752a279" @@ -77822,7 +101545,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.5.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.5.zip", "size": 172488, "checksum": "SHA-256:68a8c4a6fdf400323b5da201c7ae431f31856fd3255c63cac79ea3786b7c16f9" @@ -77839,7 +101562,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.6.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.6.zip", "size": 172522, "checksum": "SHA-256:6bff7927b63a3c576c1f73d9bed95cbf46c61ab83ad6048fa5ece09114b30082" @@ -77856,7 +101579,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.0.8.zip", "archiveFileName": "Adafruit_SPIFlash-1.0.8.zip", "size": 172520, "checksum": "SHA-256:df7462f7fa3ce1121d6028004be902a77d7f6f09de0ebe0832d3bf294fd6ed98" @@ -77873,7 +101596,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.1.0.zip", "archiveFileName": "Adafruit_SPIFlash-1.1.0.zip", "size": 172715, "checksum": "SHA-256:bd7348c0f4ba3da02ad76b7192e30eaf801c2192ad56eed17bf781b7132a0c6f" @@ -77890,7 +101613,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-1.2.0.zip", "archiveFileName": "Adafruit_SPIFlash-1.2.0.zip", "size": 173170, "checksum": "SHA-256:4dbfee70964949e16d17b6340d6c04f31489a046e003a78d8cd001fd8563e3d6" @@ -77907,7 +101630,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-2.0.0.zip", "archiveFileName": "Adafruit_SPIFlash-2.0.0.zip", "size": 173348, "checksum": "SHA-256:ff722402efa57800c7ec92f2b4812722ebcabfa5e54a7ac4f05a2bd3f814ab60" @@ -77924,7 +101647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-2.0.1.zip", "archiveFileName": "Adafruit_SPIFlash-2.0.1.zip", "size": 173378, "checksum": "SHA-256:cc4358c048a59aff3ac9ed412656990af3416803b0b3eab2a6c313f68b42a01b" @@ -77941,7 +101664,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-2.0.2.zip", "archiveFileName": "Adafruit_SPIFlash-2.0.2.zip", "size": 173389, "checksum": "SHA-256:e17eb5ea75fa54d8a04adb4b9fafbeb58811cfdc97e02123ae4796de3cc72eb0" @@ -77958,7 +101681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.0.0.zip", "archiveFileName": "Adafruit_SPIFlash-3.0.0.zip", "size": 44496, "checksum": "SHA-256:50f15c41e1a7e0829843aa5556828a460d0eadbc940736c4936c96dddce9abb4" @@ -77975,7 +101698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.0.1.zip", "archiveFileName": "Adafruit_SPIFlash-3.0.1.zip", "size": 109880, "checksum": "SHA-256:9db9a2913177a456d722b6e6a6c3f8f5d42e14bb2c31dca208a677ed8d4f24d2" @@ -77992,7 +101715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.0.zip", "archiveFileName": "Adafruit_SPIFlash-3.1.0.zip", "size": 111143, "checksum": "SHA-256:f97e853e152454e7fa78b60e43ae8314a59d37e9db260ec8689bee7caec1339a" @@ -78009,11 +101732,570 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.1.zip", "archiveFileName": "Adafruit_SPIFlash-3.1.1.zip", "size": 111141, "checksum": "SHA-256:a6a6a060e431e6b3ed6ea02b767dfa18798ff1287a70230d133a5940b2ffb575" }, + { + "name": "Adafruit SPIFlash", + "version": "3.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.3.zip", + "archiveFileName": "Adafruit_SPIFlash-3.1.3.zip", + "size": 111231, + "checksum": "SHA-256:093b4b70ae61c0c8e115aa9429ad5d7dec4f4042049372d1be77a5904c3a2c78" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.4.zip", + "archiveFileName": "Adafruit_SPIFlash-3.1.4.zip", + "size": 111605, + "checksum": "SHA-256:f459ad0d0c2c2fe9a49363514e6c3ca53debfde47addbbfa58faf11011c6e988" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.5.zip", + "archiveFileName": "Adafruit_SPIFlash-3.1.5.zip", + "size": 113551, + "checksum": "SHA-256:b6c652eb0d80c00e9afa12fbbd6f96e29694e9094e72ab7cb54436c27e4dc8dd" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.1.6.zip", + "archiveFileName": "Adafruit_SPIFlash-3.1.6.zip", + "size": 113559, + "checksum": "SHA-256:6a1d506050823218d7a8781c368ee4491cca37ee2ae0463fb604088ba2fb1a40" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.2.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.2.0.zip", + "size": 113687, + "checksum": "SHA-256:0ecc4577089d46b1a8b3c9c8e0470937c3414019cf0ef8dbad392924c1762e70" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.2.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.2.1.zip", + "size": 113693, + "checksum": "SHA-256:b5daa5322dd680b504f68e35e1f1ee54b7d19e31b51a0665b3d913bebcacf861" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.2.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.2.2.zip", + "size": 113694, + "checksum": "SHA-256:fec31131c26d254b76dac769bcd95f824fe46ee64eff00ca0135a6afa959ba9c" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.0.zip", + "size": 118626, + "checksum": "SHA-256:60f1965100c0dbceb96b2baa18bcb16442391b726dbf4065a44a95178e25b6c9" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.1.zip", + "size": 118661, + "checksum": "SHA-256:a2ab967503377083c3b9f3056c228f4300f53fb7558ae1ceed4b45a56c103db2" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.2.zip", + "size": 118691, + "checksum": "SHA-256:d3ae6e197f8326c15874aab4421394813b56f4a13c9dbb26d4c10335a0f05cab" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.3.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.3.zip", + "size": 123052, + "checksum": "SHA-256:4f094a2775ab0bab8c8dbc4cb29c6e868b334a85a70f91e1421b192d87448ae5" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.4.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.4.zip", + "size": 123046, + "checksum": "SHA-256:92a8d3d079424bcf6c2aaaf8fc9f91203d19ec812aaab71db2157156b66890e7" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.5.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.5.zip", + "size": 124369, + "checksum": "SHA-256:5c796f29bee418e8b0f8f3c78919f215dc72c4717a98a7f06be027f905bc3f97" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.6.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.6.zip", + "size": 124564, + "checksum": "SHA-256:1a12a095ae8e8ad26ac724edb97a77f784b81b5c486001a40c56a0f4fb96c4e8" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.0.zip", + "size": 124671, + "checksum": "SHA-256:8f8e1ad9a56af42860285ef240758f55116734054248bcc3b3200159105d5577" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.1.zip", + "size": 124706, + "checksum": "SHA-256:a405d2e775744507cebd0efabc4aad3f7c126724f1f445950207b402cd7850b6" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.2.zip", + "size": 124699, + "checksum": "SHA-256:ab028bc84376fed14703f30dbdf37ef78e6494c014c7cabd6b7c89317b40732c" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.3.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.3.zip", + "size": 124707, + "checksum": "SHA-256:85424848fe5354a160f046d19adaea8c413f3388e0c35f73f03240e856876921" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.5.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.5.0.zip", + "size": 125811, + "checksum": "SHA-256:d0c467379aefed692d323dc547f6483c533b6f28b89082226860daf027bf86a4" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.5.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.5.1.zip", + "size": 125811, + "checksum": "SHA-256:e767baf9d354cffc9c86e798a51a4ff045ca9cc41b337fc411e02732231dab57" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.5.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.5.2.zip", + "size": 127839, + "checksum": "SHA-256:0a1918db1225ca7a802c2ec8ff548fbad326cc513fb70292c6c7483e9593aa54" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.6.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.6.0.zip", + "size": 127896, + "checksum": "SHA-256:97817bdac402c1d667f1c0cc8c2f9c3def0824a614e236712f64b268d1c2b319" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.6.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.6.1.zip", + "size": 127903, + "checksum": "SHA-256:0275ab31fedc6a19eb97bbf60c2b9bb3318d349d8dfbb48c4df3e7cbab89b57f" + }, { "name": "anto-esp8266-arduino", "version": "0.5.0", @@ -78026,7 +102308,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/AntoIOT/anto-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AntoIOT/anto_esp8266_arduino-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AntoIOT/anto_esp8266_arduino-0.5.0.zip", "archiveFileName": "anto_esp8266_arduino-0.5.0.zip", "size": 105078, "checksum": "SHA-256:472c0b1ce40cef0a77faace70d1e17a304008c6a8fdb449ff34d909f6dc4300b" @@ -78043,7 +102325,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/AntoIOT/anto-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AntoIOT/anto_esp8266_arduino-0.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AntoIOT/anto_esp8266_arduino-0.7.2.zip", "archiveFileName": "anto_esp8266_arduino-0.7.2.zip", "size": 112891, "checksum": "SHA-256:9667a7eb59ddda11468cb1abb84ed9935cf978ba0d9e330d8df8da044e0c3d25" @@ -78060,7 +102342,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/AntoIOT/anto-esp8266-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AntoIOT/anto_esp8266_arduino-0.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AntoIOT/anto_esp8266_arduino-0.7.3.zip", "archiveFileName": "anto_esp8266_arduino-0.7.3.zip", "size": 112742, "checksum": "SHA-256:cdad2efa9864af72f6ecde78587aaa08211d713ab0b39f88875ec994ef5edb80" @@ -78077,7 +102359,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/thexeno/DS1307-Emulator-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thexeno/DS1307_Emulator-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thexeno/DS1307_Emulator-1.0.0.zip", "archiveFileName": "DS1307_Emulator-1.0.0.zip", "size": 18028, "checksum": "SHA-256:1e8691608bd98e891fb13cd53a51dc59e15e4be0c88ce23114e6a191271f4d25" @@ -78094,7 +102376,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Menu-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Menu-1.2.0.zip", "archiveFileName": "GuaraTeca_Menu-1.2.0.zip", "size": 20255, "checksum": "SHA-256:75006a2736aeceb722f922c2198acf918b1439d39395e504519b85e08ef3c05b" @@ -78111,7 +102393,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Menu-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Menu-1.5.0.zip", "archiveFileName": "GuaraTeca_Menu-1.5.0.zip", "size": 20305, "checksum": "SHA-256:525edfcb8baa8fe2b88fb15bdb1b652097a5eee1184e455495569bab6878f147" @@ -78129,7 +102411,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_LiquidCrystal_I2C.git", "providesIncludes": ["jm_LiquidCrystal_I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LiquidCrystal_I2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LiquidCrystal_I2C-1.0.0.zip", "archiveFileName": "jm_LiquidCrystal_I2C-1.0.0.zip", "size": 25889, "checksum": "SHA-256:a462e8c50f334bcfe6210b132cc58c3fa06b15fc645c330d4647fdefbb41626b" @@ -78147,7 +102429,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_LiquidCrystal_I2C.git", "providesIncludes": ["jm_LiquidCrystal_I2C.h", "jm_Scheduler.h", "jm_Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LiquidCrystal_I2C-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LiquidCrystal_I2C-1.0.1.zip", "archiveFileName": "jm_LiquidCrystal_I2C-1.0.1.zip", "size": 26233, "checksum": "SHA-256:0c75604a767437d17c2309e2012a4e26656c6d7bc9c0c10f190990ed2ad763fb" @@ -78165,7 +102447,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_LiquidCrystal_I2C.git", "providesIncludes": ["jm_LiquidCrystal_I2C.h", "jm_Scheduler.h", "jm_Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LiquidCrystal_I2C-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LiquidCrystal_I2C-1.0.2.zip", "archiveFileName": "jm_LiquidCrystal_I2C-1.0.2.zip", "size": 26278, "checksum": "SHA-256:1c3d64d9721a6d997126243eaf8f03cfd56d1f1289fa26a808e524053670418d" @@ -78182,7 +102464,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_Hardware.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Hardware-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Hardware-1.2.0.zip", "archiveFileName": "GuaraTeca_Hardware-1.2.0.zip", "size": 63763, "checksum": "SHA-256:fa5c65ac8268c9e1789f71f99af22b91758bfe482976c03000e6cd2e0460ad9b" @@ -78199,7 +102481,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_Hardware.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Hardware-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Hardware-1.5.0.zip", "archiveFileName": "GuaraTeca_Hardware-1.5.0.zip", "size": 67576, "checksum": "SHA-256:e25042b155032c58600c29ae2eb423f4ac78ecd2f407b8cc73890ff1aff20e81" @@ -78216,7 +102498,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_Hardware.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Hardware-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/GuaraTeca_Hardware-1.5.2.zip", "archiveFileName": "GuaraTeca_Hardware-1.5.2.zip", "size": 67625, "checksum": "SHA-256:4de07e0bd68786e797567a0938b3fadb7298a5ca269f146b40b2589684f56aca" @@ -78233,7 +102515,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoSWSerial.git", "providesIncludes": ["NeoSWSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.0.zip", "archiveFileName": "NeoSWSerial-3.0.0.zip", "size": 11045, "checksum": "SHA-256:f3cbe1218f7c9e2f3c5b453a05d52a9d95fb7777b7c8ccf7dd9695d51c7c7bff" @@ -78250,7 +102532,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoSWSerial.git", "providesIncludes": ["NeoSWSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.1.zip", "archiveFileName": "NeoSWSerial-3.0.1.zip", "size": 11233, "checksum": "SHA-256:f7f484e6c7eb2d2eb9088e48c20b0ae048db9eb8def4f8f6a3ea11193c6116c2" @@ -78268,7 +102550,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoSWSerial.git", "providesIncludes": ["NeoSWSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.2.zip", "archiveFileName": "NeoSWSerial-3.0.2.zip", "size": 11301, "checksum": "SHA-256:2e993de8515fe8ded7782ff3ff37b738859269bc8c811966ce09ff225d47f92e" @@ -78286,7 +102568,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoSWSerial.git", "providesIncludes": ["NeoSWSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.3.zip", "archiveFileName": "NeoSWSerial-3.0.3.zip", "size": 11337, "checksum": "SHA-256:c58e50629ddc5337e399ee36618feec06c0c7dc50fa942a11685854c200659cb" @@ -78304,7 +102586,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoSWSerial.git", "providesIncludes": ["NeoSWSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.4.zip", "archiveFileName": "NeoSWSerial-3.0.4.zip", "size": 11370, "checksum": "SHA-256:5fd83c035b47c038e32844d0dfbc19329cce1a7f8d80fba9442438918f8b8c77" @@ -78322,7 +102604,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoSWSerial.git", "providesIncludes": ["NeoSWSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoSWSerial-3.0.5.zip", "archiveFileName": "NeoSWSerial-3.0.5.zip", "size": 11449, "checksum": "SHA-256:7e5e04c8b54742f3dc96395bee9a2b4d287f0b35bc00c829a23decec828e99e1" @@ -78339,7 +102621,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.0.zip", "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.0.zip", "size": 24668, "checksum": "SHA-256:c353be9806aa29d667f92951fd16fbf6269cc72705b4757b459c2b1e8fee0eb2" @@ -78356,11 +102638,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.1.zip", "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.1.zip", "size": 25994, "checksum": "SHA-256:24b691b229dc3ca77d3d071b71f90fa4bc63137d4dab6d124bfab661620bda2b" }, + { + "name": "SparkFun I2C GPS Reading and Control", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic I2C GPS Module", + "paragraph": "An Arduino Library for the MediaTek MT3333 and MT3339 chipsets that enables the user to read GPS coordinates over I2C. Also supports the PMTK configuration protocol. This library only works with SparkFun modules that have been loaded with special firmware that enables the I2C interface.", + "website": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.2.zip", + "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.2.zip", + "size": 20983, + "checksum": "SHA-256:6a7b60158501366e44b066e82d317b7baff346493dcba0550cf19f052869b526" + }, + { + "name": "SparkFun I2C GPS Reading and Control", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic I2C GPS Module", + "paragraph": "An Arduino Library for the MediaTek MT3333 and MT3339 chipsets that enables the user to read GPS coordinates over I2C. Also supports the PMTK configuration protocol. This library only works with SparkFun modules that have been loaded with special firmware that enables the I2C interface.", + "website": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.3.zip", + "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.3.zip", + "size": 22792, + "checksum": "SHA-256:7de6e41cb9dc4ec32a202a9dbbf65a481ec29c3f4e65c199f02e8899177bc78b" + }, + { + "name": "SparkFun I2C GPS Reading and Control", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic I2C GPS Module", + "paragraph": "An Arduino Library for the MediaTek MT3333 and MT3339 chipsets that enables the user to read GPS coordinates over I2C. Also supports the PMTK configuration protocol. This library only works with SparkFun modules that have been loaded with special firmware that enables the I2C interface.", + "website": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.4.zip", + "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.4.zip", + "size": 22816, + "checksum": "SHA-256:ea4cf3ed7f5094cd247a98a28364cfc7396e60c2a1144011cd3b5a07e841d0dd" + }, { "name": "CopyThreads", "version": "0.0.1", @@ -78373,7 +102706,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jensh/CopyThreads.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.0.1.zip", "archiveFileName": "CopyThreads-0.0.1.zip", "size": 13636, "checksum": "SHA-256:9aedf027d1b000c67e323cea1491fe7adc2f0582e4c01be633c388ea32fc2432" @@ -78391,7 +102724,7 @@ "types": ["Contributed"], "repository": "https://github.com/jensh/CopyThreads.git", "providesIncludes": ["Cth.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.0.2.zip", "archiveFileName": "CopyThreads-0.0.2.zip", "size": 16793, "checksum": "SHA-256:66e6cfa328beb10711267e36bc0d0b0119a409215834ec9dd4608d8aecdc5964" @@ -78409,7 +102742,7 @@ "types": ["Contributed"], "repository": "https://github.com/jensh/CopyThreads.git", "providesIncludes": ["Cth.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.0.3.zip", "archiveFileName": "CopyThreads-0.0.3.zip", "size": 19312, "checksum": "SHA-256:97c7906b61448bc937356b5a2c5699cd63c9558d7830ddc0356b4a75ca64602b" @@ -78427,11 +102760,29 @@ "types": ["Contributed"], "repository": "https://github.com/jensh/CopyThreads.git", "providesIncludes": ["Cth.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.1.0.zip", "archiveFileName": "CopyThreads-0.1.0.zip", "size": 21106, "checksum": "SHA-256:d6de6c412afa103e3b4edd4833ba1b1da0f87fa20e3ba8b6f4c4d84c55af5b28" }, + { + "name": "CopyThreads", + "version": "0.2.0", + "author": "Jens Hauke \u003cjens@4k2.de\u003e", + "maintainer": "Jens Hauke \u003cjens@4k2.de\u003e", + "sentence": "A lightweight threading library", + "paragraph": "Do multiple things at once, the straigt forward way. This is an alternative to the official Arduino Scheduler https://www.arduino.cc/en/reference/scheduler. Please share your experience with CopyThreads on github with me!", + "website": "https://github.com/jensh/CopyThreads", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jensh/CopyThreads.git", + "providesIncludes": ["Cth.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jensh/CopyThreads-0.2.0.zip", + "archiveFileName": "CopyThreads-0.2.0.zip", + "size": 21215, + "checksum": "SHA-256:4136f7746a7cc3d2b6da32db42a3d5b6ebc35b5f2433d487a75452312590b90d" + }, { "name": "arduinoFFT", "version": "1.0.0", @@ -78444,7 +102795,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.0.0.zip", "archiveFileName": "arduinoFFT-1.0.0.zip", "size": 25848, "checksum": "SHA-256:71020ffab88909d407dc9987931d1d2502f7d4a875ec2672fe1c9af0f076eae1" @@ -78462,7 +102813,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.2.zip", "archiveFileName": "arduinoFFT-1.2.2.zip", "size": 26023, "checksum": "SHA-256:6728d00528133b5e180e12e22c65e69a8c2b787877f4a11dbf65cfe61f0e4d75" @@ -78480,7 +102831,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.0.zip", "archiveFileName": "arduinoFFT-1.2.0.zip", "size": 25898, "checksum": "SHA-256:a2dd7e233ee7920593f28bc6c5ae98da0304e9190d203dbe1f71bedee8893c1b" @@ -78498,7 +102849,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.1.0.zip", "archiveFileName": "arduinoFFT-1.1.0.zip", "size": 25896, "checksum": "SHA-256:72a33b431cb08d88589df0ed7928482a3dde0270479a48f0260d4922ec885867" @@ -78516,7 +102867,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.1.zip", "archiveFileName": "arduinoFFT-1.2.1.zip", "size": 26024, "checksum": "SHA-256:728da93f32181cf24a4d68977fba6c46b3946d38a86e0a0f028b93c544b1dee2" @@ -78534,7 +102885,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.2.3.zip", "archiveFileName": "arduinoFFT-1.2.3.zip", "size": 26021, "checksum": "SHA-256:ba6279472434e1426921056464d939d0d63c5aeccb653044b216f8ea2d33faf5" @@ -78552,7 +102903,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.3.0.zip", "archiveFileName": "arduinoFFT-1.3.0.zip", "size": 26747, "checksum": "SHA-256:504beaf42c8066270a8237f6602ffef4ae7de95578ec8ab4a053215c18dddcb5" @@ -78570,7 +102921,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.4.0.zip", "archiveFileName": "arduinoFFT-1.4.0.zip", "size": 30186, "checksum": "SHA-256:ea70cae6cabdf06cd9a8c50554b749f99c966e09dece0a87d73bbf7e4f04dd17" @@ -78588,11 +102939,47 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/arduinoFFT.git", "providesIncludes": ["arduinoFFT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.5.0.zip", "archiveFileName": "arduinoFFT-1.5.0.zip", "size": 32830, "checksum": "SHA-256:d4d89071d900707f1688055b2b5468112becea8205e6363745ed9e4eebe7eb20" }, + { + "name": "arduinoFFT", + "version": "1.5.5", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for implementing floating point Fast Fourier Transform calculations on Arduino.", + "paragraph": "With this library you can calculate the frequency of a sampled signal.", + "website": "https://github.com/kosme/arduinoFFT", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kosme/arduinoFFT.git", + "providesIncludes": ["arduinoFFT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.5.5.zip", + "archiveFileName": "arduinoFFT-1.5.5.zip", + "size": 33288, + "checksum": "SHA-256:2402e557e19eec5ffad421c8f8456b8191ddcd16483d1c91fd0b62081b6278fb" + }, + { + "name": "arduinoFFT", + "version": "1.5.6", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for implementing floating point Fast Fourier Transform calculations on Arduino.", + "paragraph": "With this library you can calculate the frequency of a sampled signal.", + "website": "https://github.com/kosme/arduinoFFT", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kosme/arduinoFFT.git", + "providesIncludes": ["arduinoFFT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.5.6.zip", + "archiveFileName": "arduinoFFT-1.5.6.zip", + "size": 33399, + "checksum": "SHA-256:f69a12cb6c953c7c1b1cd72734c412f905139d0c82419f317005ad2dba3b66a3" + }, { "name": "ThingfaceClient", "version": "0.0.1", @@ -78606,7 +102993,7 @@ "types": ["Contributed"], "repository": "https://github.com/thingface/arduino.git", "providesIncludes": ["ThingfaceClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thingface/ThingfaceClient-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingface/ThingfaceClient-0.0.1.zip", "archiveFileName": "ThingfaceClient-0.0.1.zip", "size": 9290, "checksum": "SHA-256:cfb7df0c7dfe28c21715bf99efd7d762f6211ab0bdb9a159215f0e276e77b513" @@ -78624,7 +103011,7 @@ "types": ["Contributed"], "repository": "https://github.com/thingface/arduino.git", "providesIncludes": ["ThingfaceClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thingface/ThingfaceClient-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingface/ThingfaceClient-0.0.2.zip", "archiveFileName": "ThingfaceClient-0.0.2.zip", "size": 9339, "checksum": "SHA-256:72f74cafda925b2fd459e8bc9b518c953abb6e1f387b75f7c06cbd3af3a94298" @@ -78641,7 +103028,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_wdt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_wdt-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_wdt-1.0.1.zip", "archiveFileName": "Sodaq_wdt-1.0.1.zip", "size": 7306, "checksum": "SHA-256:90cb9ae65ecb8141b65d70779b914e3b238e157b636e4138133f3143cc99f53d" @@ -78658,7 +103045,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_wdt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_wdt-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_wdt-1.0.2.zip", "archiveFileName": "Sodaq_wdt-1.0.2.zip", "size": 8830, "checksum": "SHA-256:8b4dd4d9579c4d20711421a020c66415b2b21ab231f9f56ed353fbd067cec1d3" @@ -78676,7 +103063,7 @@ "types": ["Contributed"], "repository": "https://github.com/GO01260/uMT.git", "providesIncludes": ["uMT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GO01260/uMT-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GO01260/uMT-1.5.0.zip", "archiveFileName": "uMT-1.5.0.zip", "size": 155274, "checksum": "SHA-256:4419569767b64197158255d1756072391a61d297c1757d181b16e92f09bc7d79" @@ -78694,7 +103081,7 @@ "types": ["Contributed"], "repository": "https://github.com/GO01260/uMT.git", "providesIncludes": ["uMT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GO01260/uMT-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GO01260/uMT-2.0.0.zip", "archiveFileName": "uMT-2.0.0.zip", "size": 365921, "checksum": "SHA-256:74c78725f6fa29023f1fb3d11ecf8a3ee576a5ceb2d1a0893daf55a2daf6f29e" @@ -78712,7 +103099,7 @@ "types": ["Contributed"], "repository": "https://github.com/GO01260/uMT.git", "providesIncludes": ["uMT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GO01260/uMT-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GO01260/uMT-2.5.0.zip", "archiveFileName": "uMT-2.5.0.zip", "size": 412040, "checksum": "SHA-256:749b1c6b77cfa2f310da1cd6cf12525c58e988a14e1d3ac2db84c2dc3e6e627a" @@ -78730,7 +103117,7 @@ "types": ["Contributed"], "repository": "https://github.com/GO01260/uMT.git", "providesIncludes": ["uMT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GO01260/uMT-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GO01260/uMT-2.6.0.zip", "archiveFileName": "uMT-2.6.0.zip", "size": 418529, "checksum": "SHA-256:60b07dbc53ec4543956d89a185e3277749057118c1f45ce7ec1cfcfde7b6aca3" @@ -78748,7 +103135,7 @@ "types": ["Contributed"], "repository": "https://github.com/jscastonguay/technoshield-ui-lib.git", "providesIncludes": ["Technoshield_ui.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jscastonguay/Technoshield_ui_lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jscastonguay/Technoshield_ui_lib-1.0.0.zip", "archiveFileName": "Technoshield_ui_lib-1.0.0.zip", "size": 13320, "checksum": "SHA-256:645ced27d120c1fe49c5d2d5005568043c057b2a7114bfb65ad99d56d95bf485" @@ -78766,7 +103153,7 @@ "types": ["Contributed"], "repository": "https://github.com/jscastonguay/technoshield-ui-lib.git", "providesIncludes": ["Technoshield_ui.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jscastonguay/Technoshield_ui_lib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jscastonguay/Technoshield_ui_lib-1.0.1.zip", "archiveFileName": "Technoshield_ui_lib-1.0.1.zip", "size": 13346, "checksum": "SHA-256:83f07e30badd733f7d6892974b8a9ad86a63c647b646bce08f80da73b53bb994" @@ -78784,7 +103171,7 @@ "types": ["Contributed"], "repository": "https://github.com/DarkDust/MHGroveBLE.git", "providesIncludes": ["lib/MHGroveBLE/src/*.{cpp", "h}"], - "url": "http://downloads.arduino.cc/libraries/github.com/DarkDust/MHGroveBLE-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DarkDust/MHGroveBLE-1.0.0.zip", "archiveFileName": "MHGroveBLE-1.0.0.zip", "size": 617736, "checksum": "SHA-256:702edf96ae98df695bb8d6167109edd76b601bb89f51662e479cfd06b61967e1" @@ -78801,7 +103188,7 @@ "architectures": ["atmelavr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/TinySnore.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/TinySnore-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/TinySnore-1.0.0.zip", "archiveFileName": "TinySnore-1.0.0.zip", "size": 17787, "checksum": "SHA-256:3f558a6043048a64e9ca6bccff30da5d23fcf651f48a6edaaa5f90aa9d7a2903" @@ -78818,7 +103205,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/TinySnore.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/TinySnore-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/TinySnore-1.0.1.zip", "archiveFileName": "TinySnore-1.0.1.zip", "size": 18014, "checksum": "SHA-256:4a8e4d826dd4be23a6e1b7b4c499efae7e0127c4ecec4747293d841546f6373e" @@ -78835,7 +103222,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_LIS3DE.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LIS3DE-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LIS3DE-1.0.0.zip", "archiveFileName": "Sodaq_LIS3DE-1.0.0.zip", "size": 5415, "checksum": "SHA-256:7e038a0dfef4455331744449a7f5f88fe547b60a32e04023aa0a6e032c3d8fad" @@ -78852,7 +103239,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_LIS3DE.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LIS3DE-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LIS3DE-1.1.0.zip", "archiveFileName": "Sodaq_LIS3DE-1.1.0.zip", "size": 5455, "checksum": "SHA-256:25a016adb041a2164adfbc887dff8b396fa27397c7979a330e784c991f3d4792" @@ -78869,7 +103256,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kmackay/micro-ecc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kmackay/micro_ecc-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kmackay/micro_ecc-1.0.0.zip", "archiveFileName": "micro_ecc-1.0.0.zip", "size": 94335, "checksum": "SHA-256:1641033c29c392d4a07e672f61f69ce4ff0761cf3972abe8b7c4a8ee946e30e8" @@ -78886,7 +103273,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ghaemshop/ghaemShopSmSim.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ghaemshop/ghaemShopSmSim-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ghaemshop/ghaemShopSmSim-3.1.0.zip", "archiveFileName": "ghaemShopSmSim-3.1.0.zip", "size": 11220, "checksum": "SHA-256:13a4cd27ddb6cbf38f04200ab8c8482c0ef37970d562f8b1f399a8b73540a19e" @@ -78903,7 +103290,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.0.0.zip", "archiveFileName": "Kerbal_Sim_Pit-1.0.0.zip", "size": 22147, "checksum": "SHA-256:de06c076944e55463ff5f97e08ad2f4bc52a1833a255ae219bda55fb200ded5a" @@ -78920,7 +103307,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.1.4.zip", "archiveFileName": "Kerbal_Sim_Pit-1.1.4.zip", "size": 23549, "checksum": "SHA-256:beb7daf1e5c5a7b07cec1eafa987ed2781b01af59b9644908d83329d36a6cd4c" @@ -78937,11 +103324,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.1.5.zip", "archiveFileName": "Kerbal_Sim_Pit-1.1.5.zip", "size": 23651, "checksum": "SHA-256:4a84ef10ca588bd80e62dc87fbcafa05e6388a3750545f7c1348916aca2073a4" }, + { + "name": "Kerbal Sim Pit", + "version": "1.2.2", + "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", + "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", + "sentence": "A library for interfacing with the Kerbal Space Program video game.", + "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", + "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.2.2.zip", + "archiveFileName": "Kerbal_Sim_Pit-1.2.2.zip", + "size": 24196, + "checksum": "SHA-256:cf2c80af740c8f96e95094dc0f04c3baf37b988bbda058c200908f09a89b8ab6" + }, + { + "name": "Kerbal Sim Pit", + "version": "1.4.0", + "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", + "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", + "sentence": "A library for interfacing with the Kerbal Space Program video game.", + "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", + "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.4.0.zip", + "archiveFileName": "Kerbal_Sim_Pit-1.4.0.zip", + "size": 24261, + "checksum": "SHA-256:7414b965e0139c8133ad2107fe61d7238fa7c82043bee63e47a32b5758201ddb" + }, { "name": "EmSevenSegment", "version": "1.0.3", @@ -78955,7 +103376,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssuhrid/EmSevenSegment.git", "providesIncludes": ["EmSevenSegment.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssuhrid/EmSevenSegment-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssuhrid/EmSevenSegment-1.0.3.zip", "archiveFileName": "EmSevenSegment-1.0.3.zip", "size": 322104, "checksum": "SHA-256:e0b44480f94b662b7191ae14e13a7d6d295beb31c37d45a13d1afe61053dc26d" @@ -78973,7 +103394,7 @@ "types": ["Contributed"], "repository": "https://github.com/aelse/ArduinoStatsd.git", "providesIncludes": ["Statsd.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/aelse/StatsD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aelse/StatsD-1.0.0.zip", "archiveFileName": "StatsD-1.0.0.zip", "size": 6348, "checksum": "SHA-256:53558c64510bc1e14e8d920783cdab0ed9abec5bf2d31ff8095efd3a24de0d8c" @@ -78991,11 +103412,29 @@ "types": ["Contributed"], "repository": "https://github.com/aelse/ArduinoStatsd.git", "providesIncludes": ["Statsd.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/aelse/StatsD-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aelse/StatsD-1.1.0.zip", "archiveFileName": "StatsD-1.1.0.zip", "size": 6558, "checksum": "SHA-256:e0d1e075a7b939e0e14edd0291f3c3854c4c20953e108a59ce4426639e1d74cd" }, + { + "name": "StatsD", + "version": "2.0.0", + "author": "Alexander Else", + "maintainer": "Alexander Else \u003caelse@else.id.au\u003e", + "sentence": "StatsD client with tag support.", + "paragraph": "Emit metrics to a StatsD server over UDP. Supports tags for use with modern StatsD implementations and supported backends. NB. Currently supports Telegraf and Datadog tag formats. See examples for usage information.", + "website": "https://github.com/aelse/ArduinoStatsd", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aelse/ArduinoStatsd.git", + "providesIncludes": ["Statsd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/aelse/StatsD-2.0.0.zip", + "archiveFileName": "StatsD-2.0.0.zip", + "size": 6558, + "checksum": "SHA-256:b6b7fa62e68c522e7e8a260a2e2d1f1bc9b265cf0efa01043ea8ad204aa860ae" + }, { "name": "ADSWeather", "version": "0.1.0", @@ -79009,7 +103448,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrcape/ADSWeather.git", "providesIncludes": ["ADSWeather.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrcape/ADSWeather-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrcape/ADSWeather-0.1.0.zip", "archiveFileName": "ADSWeather-0.1.0.zip", "size": 6700, "checksum": "SHA-256:847d536af676231eaeefd051d2e582ff54fbb81a9804c0bda7978459c74e7d4e" @@ -79027,7 +103466,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrcape/ADSWeather.git", "providesIncludes": ["ADSWeather.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrcape/ADSWeather-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrcape/ADSWeather-0.1.1.zip", "archiveFileName": "ADSWeather-0.1.1.zip", "size": 30056, "checksum": "SHA-256:ffa4409a2234166556db01737f7a9b91044c793a3e6fda31eb452cc9fef471a3" @@ -79044,7 +103483,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/EasyUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyUI-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyUI-0.5.0.zip", "archiveFileName": "EasyUI-0.5.0.zip", "size": 53765, "checksum": "SHA-256:856aaf68226943942775beeb1673f219ce63a7fc88788dee2681dd8b954dc7eb" @@ -79061,7 +103500,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/EasyUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyUI-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyUI-0.6.0.zip", "archiveFileName": "EasyUI-0.6.0.zip", "size": 65145, "checksum": "SHA-256:631b92a5403f15109c0c51457c947a499c0a66004920d0a36357a27ee304956b" @@ -79078,7 +103517,7 @@ "architectures": ["avr", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mattairtech/SRAM_23LC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.0.0.zip", "archiveFileName": "SRAM_23LC-1.0.0.zip", "size": 8851, "checksum": "SHA-256:595466b30fde115e595846f6f351203cf70e72e6b886af1b82f6d34ae08af2ff" @@ -79095,7 +103534,7 @@ "architectures": ["avr", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mattairtech/SRAM_23LC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.1.0.zip", "archiveFileName": "SRAM_23LC-1.1.0.zip", "size": 9228, "checksum": "SHA-256:1da610d5ab19941ecb1b7c3a802d31476856d2d9a675b74a47d19e875f5d9e84" @@ -79112,11 +103551,28 @@ "architectures": ["avr", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mattairtech/SRAM_23LC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.1.1.zip", "archiveFileName": "SRAM_23LC-1.1.1.zip", "size": 9135, "checksum": "SHA-256:c56f6550068680862956cea77899d35a7ae8b8c9bb50c0911c18f2c221ff8b8d" }, + { + "name": "SRAM_23LC", + "version": "1.1.2", + "author": "Justin Mattair \u003cjustin@mattair.net\u003e", + "maintainer": "Justin Mattair \u003cjustin@mattair.net\u003e", + "sentence": "Driver for Microchip Technology Inc. 23LC (23LCV, 23A, 23K) SPI SRAM chips for AVR, SAM3X (Due), and SAM M0+ (SAMD, SAML, SAMC) microcontrollers", + "paragraph": "Supports 23LCV1024, 23LC1024, 23A1024, 23LCV512, 23LC512, 23A512, 23A256, 23K256, 23A640, 23K640 with byte and block transfers.", + "website": "https://github.com/MattairTech/SRAM_23LC", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mattairtech/SRAM_23LC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/SRAM_23LC-1.1.2.zip", + "archiveFileName": "SRAM_23LC-1.1.2.zip", + "size": 9205, + "checksum": "SHA-256:41ae9152e8b30ac16ba6d5a0485799cd7199611bf6affdaf4d795d5b4f05fa91" + }, { "name": "Mini Grafx", "version": "0.0.10", @@ -79129,7 +103585,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.10.zip", "archiveFileName": "Mini_Grafx-0.0.10.zip", "size": 85327, "checksum": "SHA-256:2b4fe7afa2354a8147c2823f4f0bc22fc2678ceed7813feb81f6920c5e62589d" @@ -79146,7 +103602,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.12.zip", "archiveFileName": "Mini_Grafx-0.0.12.zip", "size": 92616, "checksum": "SHA-256:64c3bd52c2da78d7db6e615da13075f54cdb9e6337178816b578b7515019c467" @@ -79163,7 +103619,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.13.zip", "archiveFileName": "Mini_Grafx-0.0.13.zip", "size": 97363, "checksum": "SHA-256:238fe4015cb9010bf5709b1622341fd3141dd32ec53019e6282c34e4c3a11274" @@ -79180,7 +103636,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.14.zip", "archiveFileName": "Mini_Grafx-0.0.14.zip", "size": 108253, "checksum": "SHA-256:5b2c8fb7bd0de7f7c71051c2488fb7a9afc846be59c0781fa75883937f0235b1" @@ -79197,7 +103653,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.16.zip", "archiveFileName": "Mini_Grafx-0.0.16.zip", "size": 114853, "checksum": "SHA-256:ddedf1b267a51437d7519a0b67913cd3c661ddb18cbdd4a6a54ef5339592c238" @@ -79214,7 +103670,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.17.zip", "archiveFileName": "Mini_Grafx-0.0.17.zip", "size": 114858, "checksum": "SHA-256:e77b0d8461ddf3e70346ac7dff0823e1f447a7ee14ee33be0ceade8cd27e6e88" @@ -79231,7 +103687,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.18.zip", "archiveFileName": "Mini_Grafx-0.0.18.zip", "size": 115169, "checksum": "SHA-256:7b1ec0c80732a567449121daf129f8b46a1e8392fba61d590999fa366d9dd8b7" @@ -79248,7 +103704,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.19.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.19.zip", "archiveFileName": "Mini_Grafx-0.0.19.zip", "size": 123217, "checksum": "SHA-256:edff7d30ef7877f55e814d375bdecbdacd86bb10f5ab9bd0c18951ad6c251694" @@ -79265,7 +103721,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.8.zip", "archiveFileName": "Mini_Grafx-0.0.8.zip", "size": 77652, "checksum": "SHA-256:5932c69e3227177ae9da7c2e27e8bff606d033ed42b5d37c834197b67c72e2c0" @@ -79282,7 +103738,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-0.0.9.zip", "archiveFileName": "Mini_Grafx-0.0.9.zip", "size": 77652, "checksum": "SHA-256:eab3ff7dc370752a462483cbb7fa13c864842503b94c7fcfb9e4df136559d0aa" @@ -79299,7 +103755,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.0.0.zip", "archiveFileName": "Mini_Grafx-1.0.0.zip", "size": 206255, "checksum": "SHA-256:b5de4d7ebd65ae0ffb7b1a51ef2772574c0bd569264052c8500044d205be0aea" @@ -79316,7 +103772,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.1.0.zip", "archiveFileName": "Mini_Grafx-1.1.0.zip", "size": 296019, "checksum": "SHA-256:e147b6b55f604bc07b77b201e31a727fe244d280a3c9f048c54a47d87512feac" @@ -79333,7 +103789,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.0.zip", "archiveFileName": "Mini_Grafx-1.2.0.zip", "size": 306155, "checksum": "SHA-256:04134913257011ab48f31d2f15c737b12953fc4f7be6e2d24761cbda766d104f" @@ -79350,7 +103806,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.1.zip", "archiveFileName": "Mini_Grafx-1.2.1.zip", "size": 306250, "checksum": "SHA-256:84a3cdbe6a3ddf8bc35bde05a0e6ead534bb4f508d43c0c950e231a979b87941" @@ -79367,7 +103823,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.2.zip", "archiveFileName": "Mini_Grafx-1.2.2.zip", "size": 306329, "checksum": "SHA-256:960ba593bab79377c588e509186b7619bef874daaea74e792d23dc1591c02fa7" @@ -79384,11 +103840,45 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/squix78/minigrafx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.3.zip", "archiveFileName": "Mini_Grafx-1.2.3.zip", "size": 306346, "checksum": "SHA-256:94a42f7280e6a038ad8202bc044c23c41e079d5ad5338c97ca1de4cd20ab3c21" }, + { + "name": "Mini Grafx", + "version": "1.2.4", + "author": "Daniel Eichhorn", + "maintainer": "Daniel Eichhorn \u003csquix78@gmail.com\u003e", + "sentence": "Graphics Library for embedded devices with a framebuffer", + "paragraph": "Graphics Library for embedded devices with a framebuffer", + "website": "https://github.com/ThingPulse/minigrafx", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/squix78/minigrafx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.4.zip", + "archiveFileName": "Mini_Grafx-1.2.4.zip", + "size": 323803, + "checksum": "SHA-256:61d9179859fdc45194e2da140ab2f3af701536ef1a0d4ab6838e1f523a0e82e5" + }, + { + "name": "Mini Grafx", + "version": "1.2.5", + "author": "Daniel Eichhorn", + "maintainer": "Daniel Eichhorn \u003csquix78@gmail.com\u003e", + "sentence": "Graphics Library for embedded devices with a framebuffer", + "paragraph": "Graphics Library for embedded devices with a framebuffer", + "website": "https://github.com/ThingPulse/minigrafx", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/squix78/minigrafx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.5.zip", + "archiveFileName": "Mini_Grafx-1.2.5.zip", + "size": 332438, + "checksum": "SHA-256:2ba2cfcef8c90c7f8c89831fb8219ecbb5b88e5632125f3f90492f0137d79009" + }, { "name": "Cytron 3A Motor Driver Shield", "version": "1.0.0", @@ -79401,7 +103891,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/Cytron_Shield3AMotor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_3A_Motor_Driver_Shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_3A_Motor_Driver_Shield-1.0.0.zip", "archiveFileName": "Cytron_3A_Motor_Driver_Shield-1.0.0.zip", "size": 6945, "checksum": "SHA-256:1587f93d1288642fbf1a597d8174142094328add403f35c768b9e5adfec1fa7e" @@ -79418,7 +103908,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.0.0.zip", "archiveFileName": "MD_Menu-1.0.0.zip", "size": 475990, "checksum": "SHA-256:f6f6d6068399bbcc5290b4326baceba122fba301ef7170290fd25c35b562c5f7" @@ -79435,7 +103925,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.0.1.zip", "archiveFileName": "MD_Menu-1.0.1.zip", "size": 482803, "checksum": "SHA-256:6abe9854aa3407251ab2e5fa09b11b64ba3743de9f8cc9cfed7fafc081ef6a53" @@ -79452,7 +103942,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.1.0.zip", "archiveFileName": "MD_Menu-1.1.0.zip", "size": 483411, "checksum": "SHA-256:cb230748760b89363c7e81e16b469836155204baa2da366c4cf088c40288fc11" @@ -79469,7 +103959,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.0.zip", "archiveFileName": "MD_Menu-1.2.0.zip", "size": 486846, "checksum": "SHA-256:08738ce77dced08396f410e2b7481daa5452c5abde2ad269a2e5ff4c2b9dcb03" @@ -79486,7 +103976,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.1.zip", "archiveFileName": "MD_Menu-1.2.1.zip", "size": 487108, "checksum": "SHA-256:aeb0aafb614ffc3b83dd7f8de2ccf9e13ff721dfaa1c34a9e0bc7af8631015bd" @@ -79503,7 +103993,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.2.zip", "archiveFileName": "MD_Menu-1.2.2.zip", "size": 491260, "checksum": "SHA-256:bd758b668843d9c2f062e4dd76c97a12d0a91fd431f3e409b6dc8b4e6c5a2d0a" @@ -79520,7 +104010,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-1.2.3.zip", "archiveFileName": "MD_Menu-1.2.3.zip", "size": 491405, "checksum": "SHA-256:5fcf6119d9d08342094e25a045a7c98f04d17d3492035fc1cf1702f006989858" @@ -79537,7 +104027,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.0.zip", "archiveFileName": "MD_Menu-2.0.0.zip", "size": 526562, "checksum": "SHA-256:d289df8e605dea97b527ede3a4fe924b687ca22b2564e5f2d143654348b45f22" @@ -79554,7 +104044,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.1.zip", "archiveFileName": "MD_Menu-2.0.1.zip", "size": 526887, "checksum": "SHA-256:4adc24cb5894c37b70039019d52cf1a6ab9ccca48ecde200e02a5c10feed08f3" @@ -79571,7 +104061,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.2.zip", "archiveFileName": "MD_Menu-2.0.2.zip", "size": 526916, "checksum": "SHA-256:206bb45dcd99f8ec7d50bbfb89e24f06082cfa55b8bec2c9a1fa1452667f3a3f" @@ -79588,11 +104078,83 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_Menu.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.0.3.zip", "archiveFileName": "MD_Menu-2.0.3.zip", "size": 527283, "checksum": "SHA-256:41caa32dc35d899271d6d582c25d42fdcc127cbe122dbcfd9de844b49a971593" }, + { + "name": "MD_Menu", + "version": "2.1.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for displaying and managing menus on displays with with up to 2 lines.", + "paragraph": "Menus and user input are managed by user code. The library manages the structure and flow of the menu. Minimal RAM impact with extensive use of PROGMEM for static structures.", + "website": "http://github.com/MajicDesigns/MD_Menu", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Menu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.1.0.zip", + "archiveFileName": "MD_Menu-2.1.0.zip", + "size": 556629, + "checksum": "SHA-256:fd55f8ad147d5cb50c34bda3a626b1bdab821a1808acab360a1382a01d674c26" + }, + { + "name": "MD_Menu", + "version": "2.1.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for displaying and managing menus on displays with with up to 2 lines.", + "paragraph": "Menus and user input are managed by user code. The library manages the structure and flow of the menu. Minimal RAM impact with extensive use of PROGMEM for static structures.", + "website": "http://github.com/MajicDesigns/MD_Menu", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Menu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.1.1.zip", + "archiveFileName": "MD_Menu-2.1.1.zip", + "size": 556784, + "checksum": "SHA-256:93f7881a602300082dde7925174d0bdb37be199d7346780ca2e024c86d5d3f8d" + }, + { + "name": "MD_Menu", + "version": "2.1.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for displaying and managing menus on displays with with up to 2 lines.", + "paragraph": "Menus and user input are managed by user code. The library manages the structure and flow of the menu. Minimal RAM impact with extensive use of PROGMEM for static structures.", + "website": "http://github.com/MajicDesigns/MD_Menu", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Menu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.1.2.zip", + "archiveFileName": "MD_Menu-2.1.2.zip", + "size": 556809, + "checksum": "SHA-256:cb6ac27f3fc43c00e015b4a17c5033327bb7c64f0d466eaef5c32f1de5113811" + }, + { + "name": "MD_Menu", + "version": "2.1.3", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for displaying and managing menus on displays with with up to 2 lines.", + "paragraph": "Menus and user input are managed by user code. The library manages the structure and flow of the menu. Minimal RAM impact with extensive use of PROGMEM for static structures.", + "website": "http://github.com/MajicDesigns/MD_Menu", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_Menu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.1.3.zip", + "archiveFileName": "MD_Menu-2.1.3.zip", + "size": 557865, + "checksum": "SHA-256:29d93ebed0b67f9066f13d242fe541a4f1abe0d759ebc6eff95d6cca50f19e9c" + }, { "name": "Meeo", "version": "1.0.0", @@ -79605,7 +104167,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/meeo/meeo-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/meeo/Meeo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meeo/Meeo-1.0.0.zip", "archiveFileName": "Meeo-1.0.0.zip", "size": 44196, "checksum": "SHA-256:1c77163fcc2bc2dc47d9e7a5f4492c8b4edc4849b53a7cce9fbd55a3cd91d606" @@ -79622,7 +104184,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/meeo/meeo-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/meeo/Meeo-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meeo/Meeo-0.1.0.zip", "archiveFileName": "Meeo-0.1.0.zip", "size": 34882, "checksum": "SHA-256:56a7e6826df5548e6aab24f1296f70b40c1e9ef7807c04940dc22b676866a9ae" @@ -79639,7 +104201,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/meeo/meeo-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/meeo/Meeo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meeo/Meeo-1.1.0.zip", "archiveFileName": "Meeo-1.1.0.zip", "size": 34882, "checksum": "SHA-256:b889342dc3acef9d413afd06655d3c140f00acc76526ca8e527df8d39cb77e1b" @@ -79656,7 +104218,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/meeo/meeo-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/meeo/Meeo-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meeo/Meeo-2.0.0.zip", "archiveFileName": "Meeo-2.0.0.zip", "size": 34985, "checksum": "SHA-256:53fcd3000d93de270b6629d63bcbd926007d5f8a1159cce6ff32165c35bad260" @@ -79674,7 +104236,7 @@ "types": ["Contributed"], "repository": "https://github.com/septillion-git/QC2Control.git", "providesIncludes": ["QC2Control.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/QC2Control-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/QC2Control-1.0.0.zip", "archiveFileName": "QC2Control-1.0.0.zip", "size": 237125, "checksum": "SHA-256:ff35f4cfcb9c282c1f874b03ed6ae0007b1b7f4706bf5f00ee0c4d9f7aa6b792" @@ -79692,7 +104254,7 @@ "types": ["Contributed"], "repository": "https://github.com/septillion-git/QC2Control.git", "providesIncludes": ["QC2Control.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/septillion-git/QC2Control-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/QC2Control-1.1.0.zip", "archiveFileName": "QC2Control-1.1.0.zip", "size": 240788, "checksum": "SHA-256:7bd4eb91840d9b3dd0b329282fc0af7fb68421d8642e5ac693dd1dfca9b7f2c9" @@ -79709,7 +104271,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/datacute/DoubleResetDetector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-0.0.2.zip", "archiveFileName": "DoubleResetDetector-0.0.2.zip", "size": 16619, "checksum": "SHA-256:a4fce35cf9817f648c7f6f41cf775ee0c33b2307b9bff65f21cbf0ddf8f1877a" @@ -79726,7 +104288,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/datacute/DoubleResetDetector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-1.0.1.zip", "archiveFileName": "DoubleResetDetector-1.0.1.zip", "size": 5038, "checksum": "SHA-256:49fd4d86886636b60b63567c13fa5532472f223e1f2956622630d9d413d72720" @@ -79743,11 +104305,28 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/datacute/DoubleResetDetector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-1.0.2.zip", "archiveFileName": "DoubleResetDetector-1.0.2.zip", "size": 5038, "checksum": "SHA-256:f55819b4c8604ee924c364bdf762ec1e9c4baefede16d31864ae00abf3aaae25" }, + { + "name": "DoubleResetDetector", + "version": "1.0.3", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "Library to detect a double reset, using ESP8266 RTC Memory.", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of a device's wifi.", + "website": "https://github.com/datacute/DoubleResetDetector", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/DoubleResetDetector-1.0.3.zip", + "archiveFileName": "DoubleResetDetector-1.0.3.zip", + "size": 5047, + "checksum": "SHA-256:3290fc2d3967947a0dcf49f671c3fce0fba6e19788d489695ef5db8e3510530d" + }, { "name": "Onion Arduino Library", "version": "0.1.1", @@ -79760,7 +104339,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/OnionIoT/Onion-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OnionIoT/Onion_Arduino_Library-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OnionIoT/Onion_Arduino_Library-0.1.1.zip", "archiveFileName": "Onion_Arduino_Library-0.1.1.zip", "size": 645588, "checksum": "SHA-256:f47e7e56558225c63e6cab3677535244a322c91cdaf4ce76ef48487836ceceb8" @@ -79778,7 +104357,7 @@ "types": ["Contributed"], "repository": "https://github.com/pachonk/Sensor.git", "providesIncludes": ["Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pachonk/Sensor-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pachonk/Sensor-0.1.0.zip", "archiveFileName": "Sensor-0.1.0.zip", "size": 2539, "checksum": "SHA-256:13e9bc747679b8258e4a1296b30fd0be3a6ac426b6a044190ea28c1873552f75" @@ -79796,62 +104375,11 @@ "types": ["Contributed"], "repository": "https://github.com/elpassion/Babelduino.git", "providesIncludes": ["Babelduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elpassion/Babelduino-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elpassion/Babelduino-0.5.0.zip", "archiveFileName": "Babelduino-0.5.0.zip", "size": 7763, "checksum": "SHA-256:4b1b187fe43ccf4f121cc3b6c4a1a86fdb460f3b0285e1afc4de8fb9ec218e94" }, - { - "name": "DPS310", - "version": "1.0.4", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the DPS310.", - "paragraph": "The DPS310 is a highly-sensitive pressure sensor (with temperature compensation) that can be connected via SPI or I2C.", - "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/DPS310-1.0.4.zip", - "archiveFileName": "DPS310-1.0.4.zip", - "size": 28020, - "checksum": "SHA-256:c2731c144732af6d2de4f68cb2db94175c5638ef556cfbf4e7e3c3f5c951fcb2" - }, - { - "name": "DPS310", - "version": "1.0.5", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the DPS310.", - "paragraph": "The DPS310 is a highly-sensitive pressure sensor (with temperature compensation) that can be connected via SPI or I2C.", - "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/DPS310-1.0.5.zip", - "archiveFileName": "DPS310-1.0.5.zip", - "size": 26960, - "checksum": "SHA-256:7b914a3ef66b346244dbdc25573b3e04f0f2852c66acc58c6404c7b7614bdfea" - }, - { - "name": "DPS310", - "version": "1.0.6", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the DPS310.", - "paragraph": "The DPS310 is a highly-sensitive pressure sensor (with temperature compensation) that can be connected via SPI or I2C.", - "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/DPS310-1.0.6.zip", - "archiveFileName": "DPS310-1.0.6.zip", - "size": 26964, - "checksum": "SHA-256:e14bf928f0b5ebab5e2a117846a6d4b89d72c6582ea0d23d3ba6afc9950d35f9" - }, { "name": "VS1053 for use with SdFat", "version": "1.3.0", @@ -79865,7 +104393,7 @@ "types": ["Contributed"], "repository": "https://github.com/mpflaga/Arduino_Library-vs1053_for_SdFat.git", "providesIncludes": ["vs1053.h", "SdFat.h", "FreeStack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mpflaga/VS1053_for_use_with_SdFat-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mpflaga/VS1053_for_use_with_SdFat-1.3.0.zip", "archiveFileName": "VS1053_for_use_with_SdFat-1.3.0.zip", "size": 562676, "checksum": "SHA-256:7fe6dbb4d2342144ecc559cc3f04dfcbaee09c846023380e134e122a8c0c8148" @@ -79882,7 +104410,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-coinmarketcap-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.0.0.zip", "archiveFileName": "CoinMarketCapApi-1.0.0.zip", "size": 8512, "checksum": "SHA-256:51afc5145469e1db249b234c8f62467cdcf24b95ec1f13c271f502d6993426eb" @@ -79899,7 +104427,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-coinmarketcap-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.0.1.zip", "archiveFileName": "CoinMarketCapApi-1.0.1.zip", "size": 8476, "checksum": "SHA-256:bd0d34f76330be8f5b7e53cbe692347f7dfd60cf02f5009e4dcfdbe8a555ecf3" @@ -79916,7 +104444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-coinmarketcap-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.0.2.zip", "archiveFileName": "CoinMarketCapApi-1.0.2.zip", "size": 8482, "checksum": "SHA-256:d5976881c10f34ccbd7c77713c88b71b74bb7235224c547da5880fbba6f3ec9d" @@ -79933,7 +104461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-coinmarketcap-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/CoinMarketCapApi-1.1.0.zip", "archiveFileName": "CoinMarketCapApi-1.1.0.zip", "size": 10543, "checksum": "SHA-256:2359c9734f217a8124f20d9cf14ec4be60c0bd4d523b6137bc64424df7bd9d0c" @@ -79951,7 +104479,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/AJSP.git", "providesIncludes": ["AJSP.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/AJSP-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/AJSP-0.1.0.zip", "archiveFileName": "AJSP-0.1.0.zip", "size": 21354, "checksum": "SHA-256:1a9b0f51833c2719d7c30e017836080780a4509c047dc15f763521e075cc2759" @@ -79969,7 +104497,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/AJSP.git", "providesIncludes": ["AJSP.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/AJSP-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/AJSP-0.1.2.zip", "archiveFileName": "AJSP-0.1.2.zip", "size": 22156, "checksum": "SHA-256:796e0cc43a0eec1304210e892040c41f9945163f9b517bcf9f02714c5314968e" @@ -79987,7 +104515,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/LEDMatrixDriver.git", "providesIncludes": ["LEDMatrixDriver.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.1.0.zip", "archiveFileName": "LEDMatrixDriver-0.1.0.zip", "size": 4031, "checksum": "SHA-256:172d737f0531151862acc14cdca3dd4055108c552ce491277fe981d2f14964ce" @@ -80005,7 +104533,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/LEDMatrixDriver.git", "providesIncludes": ["LEDMatrixDriver.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.1.1.zip", "archiveFileName": "LEDMatrixDriver-0.1.1.zip", "size": 11569, "checksum": "SHA-256:c3671a437c9ef0a201cafb5ee106e233fae3bbd314321ecfb6a5219a260a0d5b" @@ -80023,7 +104551,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/LEDMatrixDriver.git", "providesIncludes": ["LEDMatrixDriver.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.2.0.zip", "archiveFileName": "LEDMatrixDriver-0.2.0.zip", "size": 14196, "checksum": "SHA-256:797956116f5583493a4585d73967496848cf985544d1624938e827d5956358da" @@ -80041,7 +104569,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/LEDMatrixDriver.git", "providesIncludes": ["LEDMatrixDriver.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.2.1.zip", "archiveFileName": "LEDMatrixDriver-0.2.1.zip", "size": 19395, "checksum": "SHA-256:f230d686551c213a19b945ec07f508d1b34d3b8dc7fbd4c795032a22f69299fc" @@ -80059,7 +104587,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/LEDMatrixDriver.git", "providesIncludes": ["LEDMatrixDriver.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/LEDMatrixDriver-0.2.2.zip", "archiveFileName": "LEDMatrixDriver-0.2.2.zip", "size": 21447, "checksum": "SHA-256:e721d1d1ccb14180a7d095acc43dad6f4ac2169e3eada462af5fb041ae32f541" @@ -80076,7 +104604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RFD77402_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RFD77402_Distance_Sensor___VCSEL_Time_of_Flight-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RFD77402_Distance_Sensor___VCSEL_Time_of_Flight-1.0.0.zip", "archiveFileName": "SparkFun_RFD77402_Distance_Sensor___VCSEL_Time_of_Flight-1.0.0.zip", "size": 16880, "checksum": "SHA-256:163b2e7d94d5e47c8b6235cff8731122c7495c9a803fd95ebbe2293f07913435" @@ -80094,7 +104622,7 @@ "types": ["Contributed"], "repository": "https://github.com/AndreaLombardo/L298N.git", "providesIncludes": ["L298N.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-1.0.0.zip", "archiveFileName": "L298N-1.0.0.zip", "size": 140782, "checksum": "SHA-256:221e5fa48b8b597a05b2d26f2dc53bb9fe3840136bed7aefe136fdd00926ab07" @@ -80112,11 +104640,47 @@ "types": ["Contributed"], "repository": "https://github.com/AndreaLombardo/L298N.git", "providesIncludes": ["L298N.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-1.1.0.zip", "archiveFileName": "L298N-1.1.0.zip", "size": 267072, "checksum": "SHA-256:dc886b6dac159ba40e4098c51aaa1a1a3e2324b9845e625f9e11da62f81ee8e9" }, + { + "name": "L298N", + "version": "2.0.0", + "author": "Andrea Lombardo", + "maintainer": "Andrea Lombardo", + "sentence": "L298N library for Arduino", + "paragraph": "An easy way to control DC Motors with Arduino and the L298N module.", + "website": "https://github.com/AndreaLombardo/L298N", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AndreaLombardo/L298N.git", + "providesIncludes": ["L298N.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-2.0.0.zip", + "archiveFileName": "L298N-2.0.0.zip", + "size": 555000, + "checksum": "SHA-256:4b2157249623145221afd5b9a5561403b6ce95e29abf5de31ad3824e5a203751" + }, + { + "name": "L298N", + "version": "2.0.2", + "author": "Andrea Lombardo", + "maintainer": "Andrea Lombardo", + "sentence": "L298N library for Arduino", + "paragraph": "An easy way to control DC Motors with Arduino and the L298N module.", + "website": "https://github.com/AndreaLombardo/L298N", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AndreaLombardo/L298N.git", + "providesIncludes": ["L298N.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-2.0.2.zip", + "archiveFileName": "L298N-2.0.2.zip", + "size": 544264, + "checksum": "SHA-256:6ffbe2b4a2073e7e65eba26cb13e695cb727886be7facbf1fc810f7e30c54dc6" + }, { "name": "ArduinoThreadRunOnce", "version": "0.1.0", @@ -80129,7 +104693,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dersimn/ArduinoThreadRunOnce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dersimn/ArduinoThreadRunOnce-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dersimn/ArduinoThreadRunOnce-0.1.0.zip", "archiveFileName": "ArduinoThreadRunOnce-0.1.0.zip", "size": 3858, "checksum": "SHA-256:1ea22a5715e6add9d318216dd49495edc933b809d9f7773baec5ca8c8e687202" @@ -80146,7 +104710,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconCommon.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.0.zip", "archiveFileName": "VitconCommon-1.0.0.zip", "size": 19189, "checksum": "SHA-256:b91397029a93772881080b58471123f1ef60864dc737e8d3b59f36f15a4d7935" @@ -80163,7 +104727,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconCommon.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.2.zip", "archiveFileName": "VitconCommon-1.0.2.zip", "size": 23459, "checksum": "SHA-256:29da488f0b1ae63860d4c5da0c62a7121b0477a61cff9194bb42cc22b09e386a" @@ -80180,7 +104744,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconCommon.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.3.zip", "archiveFileName": "VitconCommon-1.0.3.zip", "size": 25786, "checksum": "SHA-256:eb68b2c8e41001b07f2fd13a6247f06e69f98671ff8acf5e86b94862ce78a595" @@ -80197,7 +104761,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconCommon.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconCommon-1.0.4.zip", "archiveFileName": "VitconCommon-1.0.4.zip", "size": 25804, "checksum": "SHA-256:e0f6a419c2fb5fccd54cfb4069c2bd1d643e148a44c371c3768693a2e3fb35fe" @@ -80215,7 +104779,7 @@ "types": ["Contributed"], "repository": "https://github.com/dniklaus/wiring-timer.git", "providesIncludes": ["Timer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.4.0.zip", "archiveFileName": "wiring_timer-2.4.0.zip", "size": 655645, "checksum": "SHA-256:c973b77a0fb488f2a7c625699ae65e96bbef880780245c7dc33a93bf980abdcd" @@ -80233,11 +104797,83 @@ "types": ["Contributed"], "repository": "https://github.com/dniklaus/wiring-timer.git", "providesIncludes": ["Timer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.5.0.zip", "archiveFileName": "wiring_timer-2.5.0.zip", "size": 656024, "checksum": "SHA-256:93ea8b7ce37e270207d76f358aaf09ea06713592e3a76466e2a5769929d83af7" }, + { + "name": "wiring-timer", + "version": "2.7.0", + "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "sentence": "Universal Timer with 1 millisecond resolution, originally based on Arduino millis() function, supporting OOP principles.", + "paragraph": "Configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly. Special when used with Arduino Framework: implements Arduino yield() function in order to keep the timers' scheduling ongoing even while applications and drivers use the Arduino delay() function.", + "website": "https://github.com/dniklaus/wiring-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/wiring-timer.git", + "providesIncludes": ["Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.7.0.zip", + "archiveFileName": "wiring_timer-2.7.0.zip", + "size": 660687, + "checksum": "SHA-256:a4ee0055c211ff378a2c19df433ebd8a49581794270056abc266357acfeae6e0" + }, + { + "name": "wiring-timer", + "version": "2.8.0", + "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "sentence": "Universal Timer with 1 millisecond resolution, originally based on Arduino millis() function, supporting OOP principles.", + "paragraph": "Configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly. Special when used with Arduino Framework: can overwrite Arduino yield() function implementation in order to keep the timers' scheduling ongoing even while applications and drivers use the Arduino delay() function.", + "website": "https://github.com/dniklaus/wiring-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/wiring-timer.git", + "providesIncludes": ["Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.8.0.zip", + "archiveFileName": "wiring_timer-2.8.0.zip", + "size": 661207, + "checksum": "SHA-256:81accb9df765d40c98b17581660166f30fcdf1d50ebf12bd33b1777e27bf75c2" + }, + { + "name": "wiring-timer", + "version": "2.8.1", + "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "sentence": "Universal Timer with 1 millisecond resolution, originally based on Arduino millis() function, supporting OOP principles.", + "paragraph": "Configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly. Special when used with Arduino Framework: can overwrite Arduino yield() function implementation in order to keep the timers' scheduling ongoing even while applications and drivers use the Arduino delay() function.", + "website": "https://github.com/dniklaus/wiring-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/wiring-timer.git", + "providesIncludes": ["Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.8.1.zip", + "archiveFileName": "wiring_timer-2.8.1.zip", + "size": 662473, + "checksum": "SHA-256:dfa59a605305feb87519cd4b8b21882503d890085892a65126a262bc85715041" + }, + { + "name": "wiring-timer", + "version": "2.9.0", + "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "sentence": "Universal Timer with 1 millisecond resolution, based on system uptime (i.e. Arduino: millis() function or STM32: HAL_GetTick() function), supporting OOP principles.", + "paragraph": "Configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly.", + "website": "https://github.com/dniklaus/wiring-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/wiring-timer.git", + "providesIncludes": ["Timer.h", "UptimeInfo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/wiring_timer-2.9.0.zip", + "archiveFileName": "wiring_timer-2.9.0.zip", + "size": 662521, + "checksum": "SHA-256:57a773dfe7f54ac06866486ee1eecd459084bc1582bed56df9cadfd986cc9ad7" + }, { "name": "VitconIOT", "version": "1.0.0", @@ -80250,7 +104886,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconIOT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconIOT-1.0.0.zip", "archiveFileName": "VitconIOT-1.0.0.zip", "size": 21995, "checksum": "SHA-256:1b44b8183b277e4b294dc089ad49f3b683c0e2dc7c0263abc366115cf1a380a4" @@ -80267,7 +104903,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconIOT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconIOT-1.1.0.zip", "archiveFileName": "VitconIOT-1.1.0.zip", "size": 23662, "checksum": "SHA-256:0474f69dde0cdfe73d08fbeb0fe1bdb659713f86890a512731d549c1c731cc4d" @@ -80284,7 +104920,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconIOT-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconIOT-1.1.2.zip", "archiveFileName": "VitconIOT-1.1.2.zip", "size": 23684, "checksum": "SHA-256:c8d1f01cecf3b8d774c44483b3ef2e65168b8207c47f4ec5ef296c02b90a54cf" @@ -80301,7 +104937,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconLink.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconLink-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconLink-1.0.0.zip", "archiveFileName": "VitconLink-1.0.0.zip", "size": 15951, "checksum": "SHA-256:ad594424c83c995282897d0db4283adfd9e2624cc4df64b872c8b3be6422279f" @@ -80318,7 +104954,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconLink.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconLink-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconLink-1.0.1.zip", "archiveFileName": "VitconLink-1.0.1.zip", "size": 18342, "checksum": "SHA-256:e7696948188964a7b875bc317eb8c01fb0708de0471111d9c7dd8f93cdcd9a15" @@ -80336,7 +104972,7 @@ "types": ["Contributed"], "repository": "https://github.com/kremio/DLPacket.git", "providesIncludes": ["DLPacket.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kremio/DLPacket-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kremio/DLPacket-1.0.0.zip", "archiveFileName": "DLPacket-1.0.0.zip", "size": 5936, "checksum": "SHA-256:439261932786e5a8329d8dc59e8d0a021eedd6c902da0983ab8e7e874f9cfe8b" @@ -80354,7 +104990,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/C-Tasks.git", "providesIncludes": ["tasks.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/CPPTasks-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/CPPTasks-0.1.1.zip", "archiveFileName": "CPPTasks-0.1.1.zip", "size": 5735, "checksum": "SHA-256:a7cb77ae8f70fadb28ff8a990940feb8a89552d6d0adff253810d240d6518d90" @@ -80372,7 +105008,7 @@ "types": ["Contributed"], "repository": "https://github.com/bartoszbielawski/C-Tasks.git", "providesIncludes": ["tasks.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/bartoszbielawski/CPPTasks-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bartoszbielawski/CPPTasks-0.1.2.zip", "archiveFileName": "CPPTasks-0.1.2.zip", "size": 6849, "checksum": "SHA-256:6f8cbf6aa5ec7da5fc29c81020ef5aa3611b8c5790b2988815c1f97e5d619df6" @@ -80390,7 +105026,7 @@ "types": ["Contributed"], "repository": "https://github.com/lemio/esp32_ble_wedo.git", "providesIncludes": ["esp32_ble_wedo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lemio/WEDO_2_0_BLE_for_ESP32-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lemio/WEDO_2_0_BLE_for_ESP32-1.0.0.zip", "archiveFileName": "WEDO_2_0_BLE_for_ESP32-1.0.0.zip", "size": 18854, "checksum": "SHA-256:d1b78181ecd08c6dfb19f2a8584121c7d08ecbc04c42e6990f5a95a5d4157477" @@ -80416,7 +105052,7 @@ "DbgTracePort.h", "IDbgPrint.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/ERNICommunity/dbg_trace-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ERNICommunity/dbg_trace-1.1.0.zip", "archiveFileName": "dbg_trace-1.1.0.zip", "size": 369944, "checksum": "SHA-256:d3ccfc48d053c5ece64bfb9fa15bf23082bda2624d7ba09b4f4bf0159331c997" @@ -80434,11 +105070,29 @@ "types": ["Contributed"], "repository": "https://github.com/ERNICommunity/debug-cli.git", "providesIncludes": ["DbgCliCommand.h", "DbgCliNode.h", "DbgCliTopic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ERNICommunity/debug_cli-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ERNICommunity/debug_cli-1.2.0.zip", "archiveFileName": "debug_cli-1.2.0.zip", "size": 340081, "checksum": "SHA-256:26cfa2890f1d4e41e80dc24afe3a93f935588c9ed9101eea4b327796073a53f6" }, + { + "name": "debug-cli", + "version": "1.3.0", + "author": "aschoepfer", + "maintainer": "dniklaus,aschoepfer", + "sentence": "Debug CLI for Embedded Applications - Command Line Interface for debugging and testing based on an object oriented tree structure.", + "paragraph": "The Debug Command Line Interface (CLI) enables to perform module integration tests, and can be used to run specific methods and functions of components within an embedded application.", + "website": "https://github.com/ERNICommunity/debug-cli", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ERNICommunity/debug-cli.git", + "providesIncludes": ["DbgCliCommand.h", "DbgCliNode.h", "DbgCliTopic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ERNICommunity/debug_cli-1.3.0.zip", + "archiveFileName": "debug_cli-1.3.0.zip", + "size": 340308, + "checksum": "SHA-256:0af247b9ce54e3863fdce0eed13fb82139b44a37bc87185a15bb668cca247728" + }, { "name": "Guarateca_Demo", "version": "1.0.0", @@ -80451,7 +105105,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaquimFlavio/GuaraTeca_Demo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/Guarateca_Demo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaquimFlavio/Guarateca_Demo-1.0.0.zip", "archiveFileName": "Guarateca_Demo-1.0.0.zip", "size": 25906, "checksum": "SHA-256:599e7bba2bac8f2ff19b5bcb5298d458f622191abcdb9174e41a6213bd75d014" @@ -80468,7 +105122,7 @@ "architectures": ["avr", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mattairtech/EEPROM_CAT25.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mattairtech/EEPROM_CAT25-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/EEPROM_CAT25-1.0.0.zip", "archiveFileName": "EEPROM_CAT25-1.0.0.zip", "size": 11645, "checksum": "SHA-256:dc6db4a2b0830f0de4b8e58ab66ba55cae11e569c86e7f2734fb9c5e670ec84f" @@ -80485,7 +105139,7 @@ "architectures": ["avr", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mattairtech/EEPROM_CAT25.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mattairtech/EEPROM_CAT25-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/EEPROM_CAT25-1.0.1.zip", "archiveFileName": "EEPROM_CAT25-1.0.1.zip", "size": 11662, "checksum": "SHA-256:c04c59b2d09193d1c8fb1b3462fc1c03d6be1cdda289e31885509f8051f412f6" @@ -80502,7 +105156,7 @@ "architectures": ["avr", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/mattairtech/EEPROM_CAT25.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mattairtech/EEPROM_CAT25-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mattairtech/EEPROM_CAT25-1.0.2.zip", "archiveFileName": "EEPROM_CAT25-1.0.2.zip", "size": 11706, "checksum": "SHA-256:0d1a6839809b657e5c8f550f766541dda5e07a5599427236b91a82ab51e56cab" @@ -80520,7 +105174,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10ADC.git", "providesIncludes": ["M10ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.0.zip", "archiveFileName": "M10ADC-1.0.0.zip", "size": 9695, "checksum": "SHA-256:61133ece1a5645d23d0075bea0b8d48b017b033c03779c5212e6ccb37e6a6d22" @@ -80538,7 +105192,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10ADC.git", "providesIncludes": ["M10ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.1.zip", "archiveFileName": "M10ADC-1.0.1.zip", "size": 9696, "checksum": "SHA-256:c79e8828bc04131bd547285cf7c05e6c20b178852606184e5a8f1ff15d956824" @@ -80556,7 +105210,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10ADC.git", "providesIncludes": ["M10ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.2.zip", "archiveFileName": "M10ADC-1.0.2.zip", "size": 9797, "checksum": "SHA-256:d18625e21364ea622e5fd9e2d97fc395dff2c38d827106a288b3642ab39ea75f" @@ -80574,7 +105228,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10ADC.git", "providesIncludes": ["M10ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.3.zip", "archiveFileName": "M10ADC-1.0.3.zip", "size": 1265574, "checksum": "SHA-256:b0bf59dad38d5d8dc0b0c37c5a45e6e4b4da9a3be60fc3d0d3eebd166a3b4f28" @@ -80592,7 +105246,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10ADC.git", "providesIncludes": ["M10ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10ADC-1.0.4.zip", "archiveFileName": "M10ADC-1.0.4.zip", "size": 1265587, "checksum": "SHA-256:ba10b8d99a158da8486b6113d4e2ba8f353e177d96040d7ba94b0a24583fab11" @@ -80610,7 +105264,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SD.git", "providesIncludes": ["M10SD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SD-1.0.0.zip", "archiveFileName": "M10SD-1.0.0.zip", "size": 292497, "checksum": "SHA-256:d56c172172032836f25e0b1feb318e9c7091ad8dd7b1922ec06f3bf137ddd0f9" @@ -80628,7 +105282,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SD.git", "providesIncludes": ["M10SD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SD-1.0.1.zip", "archiveFileName": "M10SD-1.0.1.zip", "size": 292673, "checksum": "SHA-256:0ce82dffcffa0caf18c2026e39a53d726542bf844ca8b252a6ca1c460dd189f5" @@ -80646,7 +105300,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SD.git", "providesIncludes": ["M10SD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SD-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SD-1.0.2.zip", "archiveFileName": "M10SD-1.0.2.zip", "size": 1583246, "checksum": "SHA-256:1a0dc9249d887da9de17ccd0f4477b4247140e3dbdaecde9c9af86e92fc13b9f" @@ -80664,7 +105318,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10CODEC.git", "providesIncludes": ["M10CODEC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.0.1.zip", "archiveFileName": "M10CODEC-1.0.1.zip", "size": 9458, "checksum": "SHA-256:26ca8927702a5504ba8424fad7df3083002b6c0f09c5e42d5856443d7a659624" @@ -80682,7 +105336,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10CODEC.git", "providesIncludes": ["M10CODEC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.0.zip", "archiveFileName": "M10CODEC-1.1.0.zip", "size": 26733, "checksum": "SHA-256:9b7a98eb1fdfa73fcf62c29636eeecda89fa373d034e46f6d47401cd80bf52b0" @@ -80700,7 +105354,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10CODEC.git", "providesIncludes": ["M10CODEC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.1.zip", "archiveFileName": "M10CODEC-1.1.1.zip", "size": 26915, "checksum": "SHA-256:31ef0c5f1d31d70d2072fa0f909729defd7ca291590ea65663f774d4d43f90da" @@ -80718,7 +105372,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10CODEC.git", "providesIncludes": ["M10CODEC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.2.zip", "archiveFileName": "M10CODEC-1.1.2.zip", "size": 1562557, "checksum": "SHA-256:4377eefc3b5689d169b2081f8c995d1986501734a821fb73a280d1d7ac9be03b" @@ -80736,7 +105390,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10CODEC.git", "providesIncludes": ["M10CODEC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10CODEC-1.1.3.zip", "archiveFileName": "M10CODEC-1.1.3.zip", "size": 1565784, "checksum": "SHA-256:aa5c5fdb3316fc26a319c90d977e099b6ad4255b9110056a8e4405ba120a5020" @@ -80754,7 +105408,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10PWM.git", "providesIncludes": ["M10PWM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10PWM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10PWM-1.0.0.zip", "archiveFileName": "M10PWM-1.0.0.zip", "size": 6194, "checksum": "SHA-256:f8222581d49ec0340687f92f1ff7505f648726662c521b8bbf2243ec566d5963" @@ -80772,7 +105426,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10PWM.git", "providesIncludes": ["M10PWM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10PWM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10PWM-1.0.1.zip", "archiveFileName": "M10PWM-1.0.1.zip", "size": 1263259, "checksum": "SHA-256:412e505836c35d0cee34f07e86ec01ea68c3fe3e83aac444c47777666da4053a" @@ -80790,7 +105444,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10PWM.git", "providesIncludes": ["M10PWM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10PWM-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10PWM-1.0.2.zip", "archiveFileName": "M10PWM-1.0.2.zip", "size": 1266751, "checksum": "SHA-256:afb89170163e5370e79485173274c91c6c0596deb0e35de087baf92e5b153639" @@ -80808,7 +105462,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10JTAG.git", "providesIncludes": ["M10JTAG.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10JTAG-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10JTAG-1.0.0.zip", "archiveFileName": "M10JTAG-1.0.0.zip", "size": 7898, "checksum": "SHA-256:f8acb0698d413366be68491aecd4e3d095ea9acc40dc984894c8bce7520e8488" @@ -80826,7 +105480,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10JTAG.git", "providesIncludes": ["M10JTAG.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10JTAG-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10JTAG-1.0.1.zip", "archiveFileName": "M10JTAG-1.0.1.zip", "size": 1510956, "checksum": "SHA-256:0ef12fc4c4f3a0de44c615ce06292fe67c9b88cdfa7f72c191226eb55fbd0f54" @@ -80844,7 +105498,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.14.zip", "archiveFileName": "Helium-0.1.14.zip", "size": 41470, "checksum": "SHA-256:16cd5954bf42aa4f051f444dd2c6f260b6a98c32af72dba67623a10b564bc806" @@ -80862,7 +105516,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.15.zip", "archiveFileName": "Helium-0.1.15.zip", "size": 42045, "checksum": "SHA-256:bd47293081730835e24868a6c5d45885221b4647a316ab60b709fc606c836f66" @@ -80880,7 +105534,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.16.zip", "archiveFileName": "Helium-0.1.16.zip", "size": 42046, "checksum": "SHA-256:cb06c5754cfc70915f007b9705df81a9035b674605df44692ed059d10f918df5" @@ -80898,7 +105552,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.17.zip", "archiveFileName": "Helium-0.1.17.zip", "size": 62880, "checksum": "SHA-256:3241ba52874dc7d08b6e46e9ce051ae8b716c3c5f1314f1748652b88d84aeb1e" @@ -80916,7 +105570,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.18.zip", "archiveFileName": "Helium-0.1.18.zip", "size": 62302, "checksum": "SHA-256:f50f646fe380b5204ddad78881f7b1829559e233351f253cc49700e7b9653620" @@ -80934,7 +105588,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.19.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.19.zip", "archiveFileName": "Helium-0.1.19.zip", "size": 61729, "checksum": "SHA-256:43cd08c7a0ba31ba4aff66ce2ec96854307c91cb67cde508ad374ff4ab718e8f" @@ -80952,7 +105606,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.20.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-0.1.20.zip", "archiveFileName": "Helium-0.1.20.zip", "size": 61813, "checksum": "SHA-256:cb3027e0d6354e9900a9a6094713cba6d2c103e7dde9c15134ca43763f6e0ed8" @@ -80970,7 +105624,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.0.zip", "archiveFileName": "Helium-1.0.0.zip", "size": 61736, "checksum": "SHA-256:790af013087baae1713a3ea227da78a547849249c8d19a5a969a35a8f97eef65" @@ -80988,7 +105642,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.1.zip", "archiveFileName": "Helium-1.0.1.zip", "size": 61711, "checksum": "SHA-256:809c7b81137857a48151cb670ebf4a47041c2a56942d677b520c15e1ab50132e" @@ -81006,7 +105660,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.2.zip", "archiveFileName": "Helium-1.0.2.zip", "size": 64342, "checksum": "SHA-256:9b2f9285fb83cab4a66009c20ccfbd04d90a53934b1027f7586c0a8b46ae181e" @@ -81024,7 +105678,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.3.zip", "archiveFileName": "Helium-1.0.3.zip", "size": 64199, "checksum": "SHA-256:f95fbd4a867cae081f12fa667fb2d68580d4a77b6b047685463562efbdf1a8eb" @@ -81042,7 +105696,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.4.zip", "archiveFileName": "Helium-1.0.4.zip", "size": 66983, "checksum": "SHA-256:a186089fe72343e9c41f7e06d1cdaaf70eed978569d582259c96acd650a4a95c" @@ -81060,7 +105714,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.5.zip", "archiveFileName": "Helium-1.0.5.zip", "size": 67496, "checksum": "SHA-256:437a2ab448d49fd81773bf6681a453863f992959cf7f114366951d3858566063" @@ -81078,7 +105732,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.0.6.zip", "archiveFileName": "Helium-1.0.6.zip", "size": 67501, "checksum": "SHA-256:6733b615733c4e1fdd939e57990e8bb5a4dd5b83ea49ef2e7e6ef2e9040b16ee" @@ -81096,7 +105750,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.5.0.zip", "archiveFileName": "Helium-1.5.0.zip", "size": 85091, "checksum": "SHA-256:2a5c97afaa02c5b0db159bfd1d493def22bc104856321daf656f567a325d021c" @@ -81114,7 +105768,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.5.1.zip", "archiveFileName": "Helium-1.5.1.zip", "size": 79531, "checksum": "SHA-256:8e02baa2ecaa715deee77ea3773bb50ab423411c2afbfcad11a47115c39fbc2c" @@ -81132,7 +105786,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.1.zip", "archiveFileName": "Helium-1.6.1.zip", "size": 83902, "checksum": "SHA-256:d6ecb45b08458467f4900bcd333d16a9de46f797b09fa1794b9893fc4231d6e2" @@ -81150,7 +105804,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.2.zip", "archiveFileName": "Helium-1.6.2.zip", "size": 83740, "checksum": "SHA-256:95eeb1745131e406809857cb196a53e734ee5aa0ae760fe1b97192732ff6d2f6" @@ -81168,7 +105822,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.3.zip", "archiveFileName": "Helium-1.6.3.zip", "size": 83759, "checksum": "SHA-256:4f397e2e126a242b6520a1d424c24ac25f0cbc08683aa8586386a7fb813df956" @@ -81186,7 +105840,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.4.zip", "archiveFileName": "Helium-1.6.4.zip", "size": 83438, "checksum": "SHA-256:7d6bae88af63b0b02b6bcf703a5c87152a822e0b14f9f3dbd919190669c354aa" @@ -81204,7 +105858,7 @@ "types": ["Contributed"], "repository": "https://github.com/helium/helium-arduino.git", "providesIncludes": ["Helium.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/helium/Helium-1.6.5.zip", "archiveFileName": "Helium-1.6.5.zip", "size": 83443, "checksum": "SHA-256:64551050c6c5354a93358f4074916392c519ff1aaadfea823bc48a93978d1158" @@ -81222,7 +105876,7 @@ "types": ["Contributed"], "repository": "https://github.com/grzesl/ESPMail.git", "providesIncludes": ["ESPMail.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/grzesl/ESPMail-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/grzesl/ESPMail-1.0.0.zip", "archiveFileName": "ESPMail-1.0.0.zip", "size": 22921, "checksum": "SHA-256:0611de9bb717094904d746774dab33af28684b93b45cf37bbe24957e6297bff0" @@ -81240,7 +105894,7 @@ "types": ["Contributed"], "repository": "https://github.com/grzesl/ESPMail.git", "providesIncludes": ["ESPMail.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/grzesl/ESPMail-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/grzesl/ESPMail-1.0.1.zip", "archiveFileName": "ESPMail-1.0.1.zip", "size": 23115, "checksum": "SHA-256:5c900a2044dfc094484c210a1b611406c1bc4d59cd421001eac691afe0a84eab" @@ -81257,7 +105911,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aharshac/EasyNTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aharshac/EasyNTPClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aharshac/EasyNTPClient-1.0.0.zip", "archiveFileName": "EasyNTPClient-1.0.0.zip", "size": 7243, "checksum": "SHA-256:4083b347d40d4948976181e6dd14afc154c174866e5d1ca4c86c9883806944d7" @@ -81274,7 +105928,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aharshac/EasyNTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aharshac/EasyNTPClient-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aharshac/EasyNTPClient-1.1.0.zip", "archiveFileName": "EasyNTPClient-1.1.0.zip", "size": 8590, "checksum": "SHA-256:b72f04deb113a220726f2cf3eef112c3acf9b01fd481b1b89b0a576bdef42c84" @@ -81291,7 +105945,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.0.zip", "archiveFileName": "EC_Salinity-1.0.0.zip", "size": 177590, "checksum": "SHA-256:e82891e706aee6677ea88d37027a7a34fc015aa992eeaa17511dbbc0636b7fe1" @@ -81308,7 +105962,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.1.zip", "archiveFileName": "EC_Salinity-1.0.1.zip", "size": 156917, "checksum": "SHA-256:3a3343802058baa0a29fe5b6618487cb011613b4bc518889a59e61b00953559a" @@ -81325,7 +105979,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.10.zip", "archiveFileName": "EC_Salinity-1.0.10.zip", "size": 314008, "checksum": "SHA-256:ca73428ecd545b96a9616a91e67c332778c25630d141c7eab6dfcb0489b77b06" @@ -81342,7 +105996,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.11.zip", "archiveFileName": "EC_Salinity-1.0.11.zip", "size": 314023, "checksum": "SHA-256:96508d0f69f8effe09a4d890b521fd390ec7ef4338cc28e4d651a73c03280a89" @@ -81359,7 +106013,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.2.zip", "archiveFileName": "EC_Salinity-1.0.2.zip", "size": 156934, "checksum": "SHA-256:42669f305a0a659bbf6311610a88ae7a26d3d608a627ac19b5d8aac2d8a77a64" @@ -81376,7 +106030,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.3.zip", "archiveFileName": "EC_Salinity-1.0.3.zip", "size": 157946, "checksum": "SHA-256:3eff9ba51cad279d695647267c3b8c9b7f878d18ce6448f1f8c8789c702eb933" @@ -81393,7 +106047,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.4.zip", "archiveFileName": "EC_Salinity-1.0.4.zip", "size": 150180, "checksum": "SHA-256:835d84964f2fce2e2d0fdb97d24573f89f4a67eb668f857a81d40706e6f4d6df" @@ -81410,7 +106064,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.5.zip", "archiveFileName": "EC_Salinity-1.0.5.zip", "size": 148753, "checksum": "SHA-256:9e30933bd2c6f02dfbbf09a949eb1c3ccc271b8fcac4ff52fc4c6f74b857841d" @@ -81427,7 +106081,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.6.zip", "archiveFileName": "EC_Salinity-1.0.6.zip", "size": 149562, "checksum": "SHA-256:87613929e87881ae5c3ea7a1f220fcb2032c830516b92a807c327f24bfb7a1d4" @@ -81444,7 +106098,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.7.zip", "archiveFileName": "EC_Salinity-1.0.7.zip", "size": 310248, "checksum": "SHA-256:719a890ece923bbd9a88bfcab2308ddcb82be9a09d47fd8692ccecddf979f201" @@ -81461,7 +106115,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.8.zip", "archiveFileName": "EC_Salinity-1.0.8.zip", "size": 310284, "checksum": "SHA-256:a9972db3aa60f9c083c33b7b77e7f2de96c1f3fbc4e4d5026f10fd7090408ebd" @@ -81478,7 +106132,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.9.zip", "archiveFileName": "EC_Salinity-1.0.9.zip", "size": 310347, "checksum": "SHA-256:9735a86eb6790edd6e4b57a965d1975fa83be67f3d91b1499caa089ad4dbd081" @@ -81495,7 +106149,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.0.zip", "archiveFileName": "EC_Salinity-1.1.0.zip", "size": 313782, "checksum": "SHA-256:c23d1d467dc3bff9b7bb78118cfb2fe8591a992b18aaa0885e60a7fe0ad227a6" @@ -81512,7 +106166,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.1.zip", "archiveFileName": "EC_Salinity-1.1.1.zip", "size": 314747, "checksum": "SHA-256:c28faf0d667b6b2dcf360f3f0c64d39469f715f02c91366938c2f3a70d66e7ab" @@ -81529,7 +106183,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.2.zip", "archiveFileName": "EC_Salinity-1.1.2.zip", "size": 427019, "checksum": "SHA-256:83f97b0b66f4792be1a7ad137ee8472b5a88b93b38a5250a2a4dabe3b9481861" @@ -81546,7 +106200,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.3.zip", "archiveFileName": "EC_Salinity-1.1.3.zip", "size": 431139, "checksum": "SHA-256:0350372014523a92af6f9e6da748dadbe3e33ebeecad5bdded0b20b3379db9ec" @@ -81563,7 +106217,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-2.0.0.zip", "archiveFileName": "EC_Salinity-2.0.0.zip", "size": 813234, "checksum": "SHA-256:b65b1eaf977171e8b877cc2983fbdad25f24326d08aecda638564d7a06acf871" @@ -81581,7 +106235,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SerialAUX.git", "providesIncludes": ["M10SerialAUX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SerialAUX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SerialAUX-1.0.0.zip", "archiveFileName": "M10SerialAUX-1.0.0.zip", "size": 8148, "checksum": "SHA-256:31cd7f9c5d3a8868225d9132ddf696af26453ed72f6bee6d820a29551e2ea1da" @@ -81599,7 +106253,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SerialAUX.git", "providesIncludes": ["M10SerialAUX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SerialAUX-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SerialAUX-1.0.1.zip", "archiveFileName": "M10SerialAUX-1.0.1.zip", "size": 1315261, "checksum": "SHA-256:4d602ad4b6cdd314be56eef422a6b9b7345739763d71a65845c9c5254470dbb1" @@ -81617,7 +106271,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SRAM.git", "providesIncludes": ["M10SRAM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SRAM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SRAM-1.0.0.zip", "archiveFileName": "M10SRAM-1.0.0.zip", "size": 7704, "checksum": "SHA-256:0cc0fe42a0ff1999a3b8e2f03a5d975e526e62ae21eb708f4768d419873702e9" @@ -81635,7 +106289,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SRAM.git", "providesIncludes": ["M10SRAM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SRAM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SRAM-1.0.1.zip", "archiveFileName": "M10SRAM-1.0.1.zip", "size": 1263154, "checksum": "SHA-256:aac24f834c8830a3833aaf865f8b3bbe13aea25160706674a1d61de0b51c09a6" @@ -81653,7 +106307,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10I2C.git", "providesIncludes": ["M10I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10I2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10I2C-1.0.0.zip", "archiveFileName": "M10I2C-1.0.0.zip", "size": 10001, "checksum": "SHA-256:c8e5a96307393b9569ebd1c9d32a4f49eed73b4fc9354c67b3ac1649d5663456" @@ -81671,7 +106325,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10I2C.git", "providesIncludes": ["M10I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10I2C-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10I2C-1.0.1.zip", "archiveFileName": "M10I2C-1.0.1.zip", "size": 1321279, "checksum": "SHA-256:2bf1a268b283dcc403ece35e1f29d6f64181744fdea1870082398beb3e221fc4" @@ -81688,7 +106342,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SConaway/AVRUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.0.0.zip", "archiveFileName": "AVRUtils-1.0.0.zip", "size": 7726, "checksum": "SHA-256:94899f2a93060c20daf1cd9077dabfd30bbbc4db57a72d762629b8ccbfdb8f71" @@ -81705,7 +106359,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SConaway/AVRUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.1.0.zip", "archiveFileName": "AVRUtils-1.1.0.zip", "size": 8054, "checksum": "SHA-256:afd3daf4ef2cf17c07891329f6c6d468c33830d7369997f1e8f74f2c2328b05c" @@ -81722,7 +106376,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SConaway/AVRUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.2.0.zip", "archiveFileName": "AVRUtils-1.2.0.zip", "size": 8064, "checksum": "SHA-256:ac8bf68d3dc5ae4c2e17868688c146a2150391dd73563449ac4ddc2a7b15092d" @@ -81739,7 +106393,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SConaway/AVRUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SConaway/AVRUtils-1.3.0.zip", "archiveFileName": "AVRUtils-1.3.0.zip", "size": 7273, "checksum": "SHA-256:c16d9f76b767c8e22ac24567768ffa1754e415cfc0e7b915f2c1236ebdb989b8" @@ -81756,7 +106410,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arielnh56/OctoSonar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.0.0.zip", "archiveFileName": "OctoSonar-1.0.0.zip", "size": 247999, "checksum": "SHA-256:5402ff60a92ee2b2255e5fa1e1eceea71d1feccf283b0b7c43a3e58306415c20" @@ -81773,7 +106427,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arielnh56/OctoSonar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.0.1.zip", "archiveFileName": "OctoSonar-1.0.1.zip", "size": 248316, "checksum": "SHA-256:c44c71e2eb24f9f4673efd813b37476bab6a3e805715f6e34daa68c94c274ba2" @@ -81790,7 +106444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arielnh56/OctoSonar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.1.0.zip", "archiveFileName": "OctoSonar-1.1.0.zip", "size": 562083, "checksum": "SHA-256:e87c346fe06125934b6e618517d91b2deee7ccab3779e163c92c1d96104d1337" @@ -81807,7 +106461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/arielnh56/OctoSonar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/OctoSonar-1.2.0.zip", "archiveFileName": "OctoSonar-1.2.0.zip", "size": 516182, "checksum": "SHA-256:77f21e5b7b118a6199d0c6068799393f16abddedf42abfee8fcac5187b52c73a" @@ -81824,7 +106478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/aws-sdk-arduino-esp8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/AWS_SDK_ESP8266-0.9.1-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/AWS_SDK_ESP8266-0.9.1-beta.zip", "archiveFileName": "AWS_SDK_ESP8266-0.9.1-beta.zip", "size": 95313, "checksum": "SHA-256:152bbf3d0bf8a08cb2dc35b756af673a9e9bbb38387ea46237b8f58b447ce311" @@ -81841,11 +106495,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Schm1tz1/aws-sdk-arduino-esp8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Schm1tz1/AWS_SDK_ESP8266-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/AWS_SDK_ESP8266-1.0.0.zip", "archiveFileName": "AWS_SDK_ESP8266-1.0.0.zip", "size": 94902, "checksum": "SHA-256:3ae9f7bff90b371b56fd796e552563ee5fdb2cc4f0aa7702cfd9f75dc1da2511" }, + { + "name": "AWS-SDK-ESP8266", + "version": "0.9.0-beta", + "author": "Roman Schmitz \u003cro-man@web.de\u003e", + "maintainer": "Roman Schmitz \u003cro-man@web.de\u003e", + "sentence": "SDK for AWS using ESP8266", + "paragraph": "This library is based on the code by awslabs, svdgraaf and fuzzyhandle. It enables you to easily use AWS IoT Services from a ESP8266 SOC with Arduino. There are some great tutorials and projects on the web, also check YoutTube and my GitHub-Pages for examples. As I weil be using this system quite often, I will try to keep it up-to-date and contribute to the arduino libraries. Feel free to contribute to this code - fork, add your stuff, change things and create pull requests.", + "website": "https://github.com/Schm1tz1/aws-sdk-arduino-esp8266", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Schm1tz1/aws-sdk-arduino-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/AWS_SDK_ESP8266-0.9.0-beta.zip", + "archiveFileName": "AWS_SDK_ESP8266-0.9.0-beta.zip", + "size": 95311, + "checksum": "SHA-256:afa678e92028d9f270a7caf86efc7bb1f9ed7ba48bbf65f570a2f4f598b3b55d" + }, { "name": "Sodaq_nbIOT", "version": "1.0.0", @@ -81857,7 +106528,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.0.zip", "archiveFileName": "Sodaq_nbIOT-1.0.0.zip", "size": 18016, "checksum": "SHA-256:23e3500d03dae4e98943cd83e3696ac7af73dd0eb78420826cd717e8cc459272" @@ -81873,7 +106544,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.1.zip", "archiveFileName": "Sodaq_nbIOT-1.0.1.zip", "size": 18492, "checksum": "SHA-256:e235bc27d27a62ef367aa007c81b6ecead23cbb4ed629e7e3310b033429df4a0" @@ -81889,7 +106560,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.2.zip", "archiveFileName": "Sodaq_nbIOT-1.0.2.zip", "size": 19114, "checksum": "SHA-256:d026d51b405716b170ea2a1f8235100828c9d03a39d76a6c31cc28572f106478" @@ -81905,7 +106576,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.3.zip", "archiveFileName": "Sodaq_nbIOT-1.0.3.zip", "size": 19114, "checksum": "SHA-256:74a14ffa0db5c4474288510ec035acc105517ae726812e8f27b8fe96a09f9f3a" @@ -81921,7 +106592,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.4.zip", "archiveFileName": "Sodaq_nbIOT-1.0.4.zip", "size": 19107, "checksum": "SHA-256:896f799cb83250d373102a79fbabb22b4f9953755d6f389ca92529c036dfe3db" @@ -81937,7 +106608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.5.zip", "archiveFileName": "Sodaq_nbIOT-1.0.5.zip", "size": 19184, "checksum": "SHA-256:4cf8f6fa7e54f2dd54fe2bdfc704e64414a8866b4dbff2396ec68ab5559c823b" @@ -81953,7 +106624,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.0.6.zip", "archiveFileName": "Sodaq_nbIOT-1.0.6.zip", "size": 20140, "checksum": "SHA-256:020abb71c7a6bfb41be32e7e031a8ca316c6562f5f97e9d66c7331110735871d" @@ -81969,7 +106640,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.1.0.zip", "archiveFileName": "Sodaq_nbIOT-1.1.0.zip", "size": 20326, "checksum": "SHA-256:8ae293c3a34674d2db9faa09462a614dc5fc6ee932d06f24e9340db1d4805124" @@ -81985,7 +106656,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.2.0.zip", "archiveFileName": "Sodaq_nbIOT-1.2.0.zip", "size": 20501, "checksum": "SHA-256:7e249b94aae39fd1d825e04970ea5db293ce90aea85de939c7f7c9fa0ca18684" @@ -82001,7 +106672,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.2.1.zip", "archiveFileName": "Sodaq_nbIOT-1.2.1.zip", "size": 20859, "checksum": "SHA-256:9a02e54d564868e0548482a0c97b6c64961b8d3ecd23d05e526c593c1345a8ba" @@ -82017,7 +106688,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.3.0.zip", "archiveFileName": "Sodaq_nbIOT-1.3.0.zip", "size": 20946, "checksum": "SHA-256:9d75b13867b5b63f92cc67853a92eca4b05205c0287c020879712cb28e8b2e27" @@ -82033,7 +106704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.3.1.zip", "archiveFileName": "Sodaq_nbIOT-1.3.1.zip", "size": 20939, "checksum": "SHA-256:68281d76e41815320e205335fc59dfedf78e1edeebddfbdbc87050aa164dec29" @@ -82049,7 +106720,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.3.2.zip", "archiveFileName": "Sodaq_nbIOT-1.3.2.zip", "size": 29195, "checksum": "SHA-256:16570b2f1e83764c15d2255421b32c0417af33218ab896368d36f8ca6b2443d6" @@ -82065,7 +106736,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.1.zip", "archiveFileName": "Sodaq_nbIOT-1.4.1.zip", "size": 35385, "checksum": "SHA-256:8e4872d533805e00fb49af4898c727f71732c5281d053e9d93585001c3e6ccfb" @@ -82081,7 +106752,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.2.zip", "archiveFileName": "Sodaq_nbIOT-1.4.2.zip", "size": 35525, "checksum": "SHA-256:1baf4adccde7abac3885507cedf14faedb1b1cd8a733c6d73cc63c17cfd81a67" @@ -82097,7 +106768,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.3.zip", "archiveFileName": "Sodaq_nbIOT-1.4.3.zip", "size": 35527, "checksum": "SHA-256:20df399800f7a89c9d79aec14abaf51f8e33f7e1d6e4608a2d81cd9734bc4517" @@ -82113,7 +106784,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.4.4.zip", "archiveFileName": "Sodaq_nbIOT-1.4.4.zip", "size": 35634, "checksum": "SHA-256:c2aa405c972f555cfaf58746d023772446e29b34e748273e33a531987e642bcd" @@ -82129,7 +106800,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-1.5.0.zip", "archiveFileName": "Sodaq_nbIOT-1.5.0.zip", "size": 35897, "checksum": "SHA-256:81afb1251529b1839e3cd295beb939b104ae6368d6c5d88fc2320e69709ff5cc" @@ -82145,7 +106816,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-2.0.0.zip", "archiveFileName": "Sodaq_nbIOT-2.0.0.zip", "size": 36680, "checksum": "SHA-256:badfa6dc4c95e5785e4d433e4dfcf79d308df88f9670ced652d4908253aede65" @@ -82161,7 +106832,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_nbIOT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_nbIOT-2.0.1.zip", "archiveFileName": "Sodaq_nbIOT-2.0.1.zip", "size": 36676, "checksum": "SHA-256:20502ba1462e90060e32f5f3a7c56475abf4076ac52387a70fa48a0d7b11bcaa" @@ -82178,11 +106849,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bitcraze/Bitcraze_PMW3901.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bitcraze/Bitcraze_PMW3901-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitcraze/Bitcraze_PMW3901-1.0.0.zip", "archiveFileName": "Bitcraze_PMW3901-1.0.0.zip", "size": 6058, "checksum": "SHA-256:502077568db17d4642f53bde53801a2e6a6e4eb7ab0f0dac892b06cf8b0a6490" }, + { + "name": "Bitcraze PMW3901", + "version": "1.1.1", + "author": "Bitcraze", + "maintainer": "Bitcraze \u003ccontact@bitcraze.io\u003e", + "sentence": "PMW3901 Optical flow sensor driver.", + "paragraph": "Provides access to X/Y motion count.", + "website": "https://github.com/bitcraze/Bitcraze_PMW3901", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitcraze/Bitcraze_PMW3901.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitcraze/Bitcraze_PMW3901-1.1.1.zip", + "archiveFileName": "Bitcraze_PMW3901-1.1.1.zip", + "size": 11871, + "checksum": "SHA-256:00fd19baa360d1d6959e22b09d8171d15b9177a4c5594fc3fc24878c6f5fa17a" + }, + { + "name": "Bitcraze PMW3901", + "version": "1.2.0", + "author": "Bitcraze", + "maintainer": "Bitcraze \u003ccontact@bitcraze.io\u003e", + "sentence": "PMW3901 Optical flow sensor driver.", + "paragraph": "Provides access to X/Y motion count.", + "website": "https://github.com/bitcraze/Bitcraze_PMW3901", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitcraze/Bitcraze_PMW3901.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitcraze/Bitcraze_PMW3901-1.2.0.zip", + "archiveFileName": "Bitcraze_PMW3901-1.2.0.zip", + "size": 11926, + "checksum": "SHA-256:34f07cacea550932781b388e9b97310010643fba4d895970f755bd152cee0e6d" + }, { "name": "Ps2KeyboardHost", "version": "1.0.0", @@ -82195,7 +106900,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SteveBenz/PS2KeyboardHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SteveBenz/Ps2KeyboardHost-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SteveBenz/Ps2KeyboardHost-1.0.0.zip", "archiveFileName": "Ps2KeyboardHost-1.0.0.zip", "size": 62009, "checksum": "SHA-256:6eaeaa0d135797871074a438c3e7aa6e6266ea96bd4a64add78bf3dceb96c2e2" @@ -82212,7 +106917,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/SteveBenz/PS2KeyboardHost.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SteveBenz/Ps2KeyboardHost-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SteveBenz/Ps2KeyboardHost-1.0.1.zip", "archiveFileName": "Ps2KeyboardHost-1.0.1.zip", "size": 62922, "checksum": "SHA-256:8958f6fcf57cecae093449360aff7e2e1b417e969e525884beca525d53562756" @@ -82229,7 +106934,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.0.0.zip", "archiveFileName": "MPU9250_asukiaaa-1.0.0.zip", "size": 3284, "checksum": "SHA-256:90e5de313474491341c25b66b745227a953d893a12f27c2b88ee8690648ceaf4" @@ -82246,7 +106951,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.1.0.zip", "archiveFileName": "MPU9250_asukiaaa-1.1.0.zip", "size": 3955, "checksum": "SHA-256:b44320b8e5076ebccced4d8a617ebb65a666a8cdebb0da29df1ae636814f8a53" @@ -82263,7 +106968,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.1.1.zip", "archiveFileName": "MPU9250_asukiaaa-1.1.1.zip", "size": 4139, "checksum": "SHA-256:e08bf58e706112e2ec1458b0888322c3cb3ce954917e6171163cadc91d711aab" @@ -82280,7 +106985,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.1.2.zip", "archiveFileName": "MPU9250_asukiaaa-1.1.2.zip", "size": 4159, "checksum": "SHA-256:39cdf740a0819d46dc6a39211b1435bfa845e53b38d5b8ab5aed96b69194ab49" @@ -82297,7 +107002,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.0.zip", "archiveFileName": "MPU9250_asukiaaa-1.2.0.zip", "size": 4301, "checksum": "SHA-256:eb16c8f386c1bb7b6e7b4b5d71b16d9bcd4e5f7f45875cab16d5764077e820c1" @@ -82314,7 +107019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.1.zip", "archiveFileName": "MPU9250_asukiaaa-1.2.1.zip", "size": 4300, "checksum": "SHA-256:3878af6eea760ebe38e7683882db644b7bbba9db475963fe6fde92fb8f910a7e" @@ -82331,7 +107036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.2.zip", "archiveFileName": "MPU9250_asukiaaa-1.2.2.zip", "size": 4524, "checksum": "SHA-256:e70535aad6d7552f856303a920f790e34044e878196c886e94a1a222a26faf3e" @@ -82348,7 +107053,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.3.zip", "archiveFileName": "MPU9250_asukiaaa-1.2.3.zip", "size": 5374, "checksum": "SHA-256:686c2bb2f5ddac7af7c320f7286ebcd67c8831aa26614cd0f41780f2f1fce109" @@ -82365,7 +107070,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.4.zip", "archiveFileName": "MPU9250_asukiaaa-1.2.4.zip", "size": 5873, "checksum": "SHA-256:ffecbb1645c7b8fc05b19e1e3e954a709b5035df2dcdd80fb39792202ea0b00c" @@ -82382,7 +107087,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.2.5.zip", "archiveFileName": "MPU9250_asukiaaa-1.2.5.zip", "size": 5847, "checksum": "SHA-256:c7161396014940a65be0620a7054af0d422876001fcc9450089564ad0042711a" @@ -82399,7 +107104,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.0.zip", "archiveFileName": "MPU9250_asukiaaa-1.3.0.zip", "size": 6044, "checksum": "SHA-256:2b8867b67d65bcb77a424ac74d643815a48e33ef831e0c6d12d3cbc493b04ee5" @@ -82416,7 +107121,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.1.zip", "archiveFileName": "MPU9250_asukiaaa-1.3.1.zip", "size": 7461, "checksum": "SHA-256:85aa555afd0570c647a52bef38cba2fa69521fc04f9f226a2abcbf621b94eab9" @@ -82433,7 +107138,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.2.zip", "archiveFileName": "MPU9250_asukiaaa-1.3.2.zip", "size": 7466, "checksum": "SHA-256:88aebf3072f59494ab2cac170f1a667bc5d99646db2ad5bd528546733ae78c73" @@ -82450,7 +107155,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.3.zip", "archiveFileName": "MPU9250_asukiaaa-1.3.3.zip", "size": 7777, "checksum": "SHA-256:a1b0953f15a4155b4813c991bace375330a8389e84f3678e9275c7ac279aed5e" @@ -82467,7 +107172,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.4.zip", "archiveFileName": "MPU9250_asukiaaa-1.3.4.zip", "size": 7777, "checksum": "SHA-256:bc5f5d2a0a6768cdc208bea16b5f18e23a5e6ad5d93e30665e076eeb52392718" @@ -82484,7 +107189,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.3.5.zip", "archiveFileName": "MPU9250_asukiaaa-1.3.5.zip", "size": 7820, "checksum": "SHA-256:da5f2319d11da64a0807b16ba78e82d4c1adfaf352709798cf49203eae5789cb" @@ -82501,7 +107206,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.4.0.zip", "archiveFileName": "MPU9250_asukiaaa-1.4.0.zip", "size": 7831, "checksum": "SHA-256:9135fc32cfb222f795d4c9f71627258773c979e596144789eb5a39b51c432773" @@ -82518,7 +107223,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.4.1.zip", "archiveFileName": "MPU9250_asukiaaa-1.4.1.zip", "size": 7831, "checksum": "SHA-256:68038d41cd2742d210cf2b5c8ec8a6d34bf2ae7e74259f1c159a277794f78826" @@ -82535,7 +107240,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.4.2.zip", "archiveFileName": "MPU9250_asukiaaa-1.4.2.zip", "size": 7937, "checksum": "SHA-256:42977623deedadbf76a003fb04918fd4c48e54677958772dcb0356c878a0119d" @@ -82552,7 +107257,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.0.zip", "archiveFileName": "MPU9250_asukiaaa-1.5.0.zip", "size": 7923, "checksum": "SHA-256:34c7934d09c0159e9504a0fac0a42755e0690553c3053c3c7d6f812c9b6846be" @@ -82569,7 +107274,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.1.zip", "archiveFileName": "MPU9250_asukiaaa-1.5.1.zip", "size": 7963, "checksum": "SHA-256:4a69146b158f24799672c6edefff4e66cf8f4af48ad5d40e34003d45b496d403" @@ -82586,7 +107291,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.2.zip", "archiveFileName": "MPU9250_asukiaaa-1.5.2.zip", "size": 8016, "checksum": "SHA-256:41c4795601f1df1f5744db73cf62adc2b94b915e6c98cfe61c53df8e29337080" @@ -82603,7 +107308,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.3.zip", "archiveFileName": "MPU9250_asukiaaa-1.5.3.zip", "size": 8020, "checksum": "SHA-256:25b1a5e88131f3377bca523ca01cee50dd702b61870bc54c629c61e118a2e3e2" @@ -82620,11 +107325,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.4.zip", "archiveFileName": "MPU9250_asukiaaa-1.5.4.zip", "size": 8018, "checksum": "SHA-256:e2060abcb352cdd3eb4c5c50af252d47c69fa66fad955ebcf633d3059265e198" }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.5.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.5.zip", + "size": 8017, + "checksum": "SHA-256:44e9f531d50454cc548cab8e5226e7bd918b23bcc52b059cb5f6f5f3dd7ad753" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.6.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.6.zip", + "size": 8598, + "checksum": "SHA-256:1033332d58725a73a6f8be7fc91b1e21cfbbf6dfa6f91ae2df83ad00c57cc191" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.7", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.7.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.7.zip", + "size": 8587, + "checksum": "SHA-256:bcb79fd975ff7caaccf71e9998882323c81b2ce8544a222acb171eeba306bfb9" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.8", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.8.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.8.zip", + "size": 8592, + "checksum": "SHA-256:3d8a16e84ca9a41fb176bec73faa4ceb23065f467879dfe41cbdf26ded1699e1" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.10", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.10.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.10.zip", + "size": 9481, + "checksum": "SHA-256:09721a5894bee864aaa50955b1573e1c4271e02d582981324cc022bd4f1e5904" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.9", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.9.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.9.zip", + "size": 9450, + "checksum": "SHA-256:96407808dcbc4dd2bcd03f12117fccdce22df4adbd839983aac07bdaf284eef1" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.11", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.11.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.11.zip", + "size": 9482, + "checksum": "SHA-256:32201b9aaa94659ef98672c9c0a71d7f4d054483f8a26bcc79f35464320f7939" + }, { "name": "FIR filter", "version": "0.1.1", @@ -82637,7 +107461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LeemanGeophysicalLLC/FIR_Filter_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LeemanGeophysicalLLC/FIR_filter-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LeemanGeophysicalLLC/FIR_filter-0.1.1.zip", "archiveFileName": "FIR_filter-0.1.1.zip", "size": 7534, "checksum": "SHA-256:a40d876b9f4478b40b8099d00c6cdbca67566a615168756330dcd658e5f620d9" @@ -82655,7 +107479,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaac100/TMP36.git", "providesIncludes": ["TMP36.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.0.0.zip", "archiveFileName": "TMP36-1.0.0.zip", "size": 8928, "checksum": "SHA-256:433cac09b2aedd94f5ae55cd22df0a0705efe055ee27c28deff62b7497a22489" @@ -82673,7 +107497,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaac100/TMP36.git", "providesIncludes": ["TMP36.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.1.0.zip", "archiveFileName": "TMP36-1.1.0.zip", "size": 10155, "checksum": "SHA-256:cc45150870ed280b2119c1e58473012c136c61c9d912cfdd53546ff76ab7a9eb" @@ -82691,7 +107515,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaac100/TMP36.git", "providesIncludes": ["TMP36.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.2.0.zip", "archiveFileName": "TMP36-1.2.0.zip", "size": 10391, "checksum": "SHA-256:c469cbdddc7fced6942da57ce588779ec764e1279996935125d2c385549ea417" @@ -82709,11 +107533,47 @@ "types": ["Contributed"], "repository": "https://github.com/Isaac100/TMP36.git", "providesIncludes": ["TMP36.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.2.1.zip", "archiveFileName": "TMP36-1.2.1.zip", "size": 9796, "checksum": "SHA-256:728af088b19077311cc614f2a268f1ba7f6aa104d3dc8ec543a52ad6f72f8c7c" }, + { + "name": "TMP36", + "version": "1.3.0", + "author": "Isaac100", + "maintainer": "Isaac100", + "sentence": "Makes using a TMP36 temperature sensor even easier!", + "paragraph": "This library converts the analog values from a TMP36 temperature sensor directly into Celsius and Fahrenheit so you don't have to.", + "website": "https://github.com/Isaac100/TMP36", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Isaac100/TMP36.git", + "providesIncludes": ["TMP36.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.3.0.zip", + "archiveFileName": "TMP36-1.3.0.zip", + "size": 9863, + "checksum": "SHA-256:d6a1669f22a2e1debae89365378a187cd729ba9f4fb45f6170cd2d743ddbd815" + }, + { + "name": "TMP36", + "version": "1.3.1", + "author": "Isaac100", + "maintainer": "Isaac100", + "sentence": "Makes using a TMP36 temperature sensor even easier!", + "paragraph": "This library converts the analog values from a TMP36 temperature sensor directly into Celsius and Fahrenheit so you don't have to.", + "website": "https://github.com/Isaac100/TMP36", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Isaac100/TMP36.git", + "providesIncludes": ["TMP36.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaac100/TMP36-1.3.1.zip", + "archiveFileName": "TMP36-1.3.1.zip", + "size": 9860, + "checksum": "SHA-256:2bea1d10617a04c451a560d16448ca8bd7892ff62c264421378248d9574dcbd0" + }, { "name": "hueDino", "version": "1.0.1", @@ -82726,7 +107586,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/andium/hueDino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andium/hueDino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andium/hueDino-1.0.1.zip", "archiveFileName": "hueDino-1.0.1.zip", "size": 30102, "checksum": "SHA-256:42f69ecb1c50b22a30d3b8f7d68300f97f9654bcf2cd07e794bc84ac68431816" @@ -82743,7 +107603,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/J1850-Arduino-Transceiver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/J1850_Arduino_Transceiver_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/J1850_Arduino_Transceiver_Library-1.2.0.zip", "archiveFileName": "J1850_Arduino_Transceiver_Library-1.2.0.zip", "size": 38282, "checksum": "SHA-256:d02762416250ee3b2e2b5c6928e4d77a60485addd774b64d380417175bb5aa43" @@ -82760,7 +107620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/J1850-Arduino-Transceiver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/J1850_Arduino_Transceiver_Library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/J1850_Arduino_Transceiver_Library-1.3.0.zip", "archiveFileName": "J1850_Arduino_Transceiver_Library-1.3.0.zip", "size": 38489, "checksum": "SHA-256:321e57d981244db96641cb2d848f40adaecab3eeb0ebd0f6b15817589eeb39f4" @@ -82777,7 +107637,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VittorioEsposito/J1850-Arduino-Transceiver-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VittorioEsposito/J1850_Arduino_Transceiver_Library-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/J1850_Arduino_Transceiver_Library-1.3.1.zip", "archiveFileName": "J1850_Arduino_Transceiver_Library-1.3.1.zip", "size": 38407, "checksum": "SHA-256:446038424255223066c8afb088fd94302320d8d2f9681f7dd4009f2ec46fc494" @@ -82794,7 +107654,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Industruino/FRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Industruino/Fram-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Industruino/Fram-1.0.0.zip", "archiveFileName": "Fram-1.0.0.zip", "size": 6667, "checksum": "SHA-256:11144a75e8675ac99c9a8eca81458b02a92c88da19d3f1324a98a9ef2048b5b4" @@ -82811,7 +107671,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.0.zip", "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.0.zip", "size": 11635, "checksum": "SHA-256:00e929595fab0ff8b8593b445662417262d70597ca6eafd86b1af76e339845b8" @@ -82828,7 +107688,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.1.zip", "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.1.zip", "size": 11565, "checksum": "SHA-256:a08ca34fd31d72ad808f18604271755b3e5dc3af7b98f141c531f034f16f47c1" @@ -82845,7 +107705,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.3.zip", "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.3.zip", "size": 11546, "checksum": "SHA-256:cfa4235479b4f58065fd2d8df1c66d4cb1d79e5ae40bb5a7a65f55fa6dad640c" @@ -82862,7 +107722,7 @@ "architectures": ["\"*\""], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-0.2.1.zip", "archiveFileName": "OpenBCI_Wifi-0.2.1.zip", "size": 74708, "checksum": "SHA-256:c129cfe5208ce49227652fb7b45ad632d81ae50d205e6a418cc94e32a5497c01" @@ -82879,7 +107739,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-0.2.2.zip", "archiveFileName": "OpenBCI_Wifi-0.2.2.zip", "size": 74703, "checksum": "SHA-256:54a1b8c2526afd1b4c0d4ee5f48b00f3a04a0f11a771a3b6e00dce019d712bda" @@ -82896,7 +107756,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.0.0.zip", "archiveFileName": "OpenBCI_Wifi-1.0.0.zip", "size": 98759, "checksum": "SHA-256:de8c7b33868904252e654197f9dd1a9a24ada7820d5025d49c2a154f68ffc724" @@ -82913,7 +107773,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.0.1.zip", "archiveFileName": "OpenBCI_Wifi-1.0.1.zip", "size": 100321, "checksum": "SHA-256:f34843f442cd2bfbe4734bcc6d7a50580327df388bc86505b92dffca0d7ebd2c" @@ -82930,7 +107790,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.0.zip", "archiveFileName": "OpenBCI_Wifi-1.1.0.zip", "size": 100809, "checksum": "SHA-256:c9345f36611f158c5f4873cf85d1095d147b147802f3ee6467ddb2d821eaf6bc" @@ -82947,7 +107807,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.1.zip", "archiveFileName": "OpenBCI_Wifi-1.1.1.zip", "size": 100848, "checksum": "SHA-256:5cab783892206831ee5ffe9e9e5cd9c96a997f8e8292a2e5fe22b4f60f64352f" @@ -82964,7 +107824,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.2.zip", "archiveFileName": "OpenBCI_Wifi-1.1.2.zip", "size": 100953, "checksum": "SHA-256:00798a2958fda82d5de2a3e58a7251eb02ce88459ef848e9d675f80c06165a37" @@ -82981,7 +107841,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.3.zip", "archiveFileName": "OpenBCI_Wifi-1.1.3.zip", "size": 100983, "checksum": "SHA-256:a618a69fc8e479be6b699d4c4881b3f1c3788afc32d266a05ca9f62fdb4128a2" @@ -82998,7 +107858,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.1.4.zip", "archiveFileName": "OpenBCI_Wifi-1.1.4.zip", "size": 101102, "checksum": "SHA-256:ffa262af5c00e4b82bd3573ef2331080802a8fa7478f632cce4c149a780cc88b" @@ -83015,7 +107875,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.2.0.zip", "archiveFileName": "OpenBCI_Wifi-1.2.0.zip", "size": 101740, "checksum": "SHA-256:40713125c9234c34ddd6c943546e354fb93073d4940c592735ac806840a7f0c7" @@ -83032,7 +107892,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-1.3.0.zip", "archiveFileName": "OpenBCI_Wifi-1.3.0.zip", "size": 102077, "checksum": "SHA-256:6bdee92724246d31961007382b17f6684e1f0aac4fd97e06f19fc4b7123a90e3" @@ -83049,7 +107909,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.0-beta2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.0-beta2.zip", "archiveFileName": "OpenBCI_Wifi-2.0.0-beta2.zip", "size": 445176, "checksum": "SHA-256:0b76cef01d7927ef06d58273043faa6f220437061caf445269a87ea045996855" @@ -83066,7 +107926,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.0-beta1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.0-beta1.zip", "archiveFileName": "OpenBCI_Wifi-2.0.0-beta1.zip", "size": 453959, "checksum": "SHA-256:613430012e3ee6fd0c8f7a5b63c7d7bfb0635b57b6ba9ce9a29f011cb9997773" @@ -83083,7 +107943,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.2.zip", "archiveFileName": "OpenBCI_Wifi-2.0.2.zip", "size": 444650, "checksum": "SHA-256:b58c1d18e6546f2f8d82da480558be02719a1d5c45baaeb2311f717a9ea95628" @@ -83100,7 +107960,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.3.zip", "archiveFileName": "OpenBCI_Wifi-2.0.3.zip", "size": 445073, "checksum": "SHA-256:68a6308d39b8efa721ba47d3ad944055a4c4832ec843c10d6c5437ee8d0a96ff" @@ -83117,7 +107977,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_WIFI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi-2.0.4.zip", "archiveFileName": "OpenBCI_Wifi-2.0.4.zip", "size": 445117, "checksum": "SHA-256:38a856549a787446a8d806894464553a1b02c58b11f08194e1a45bfdfef852cc" @@ -83134,7 +107994,7 @@ "architectures": ["\"*\""], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-0.0.4.zip", "archiveFileName": "OpenBCI_Wifi_Master-0.0.4.zip", "size": 7769, "checksum": "SHA-256:1e146bf81a934b4eb866b523861e74b8def0fa78da97bfca25ccb4d2ee8cd5da" @@ -83151,7 +108011,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-0.0.5.zip", "archiveFileName": "OpenBCI_Wifi_Master-0.0.5.zip", "size": 7765, "checksum": "SHA-256:665d8ef38a58e96b12900999ac5894354cfa7d6b65a2e2cbeec6906843e03ece" @@ -83168,7 +108028,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-0.0.6.zip", "archiveFileName": "OpenBCI_Wifi_Master-0.0.6.zip", "size": 7770, "checksum": "SHA-256:69e13efdc8f4561754e07ca074e85a0e067b7cab806211d58e1cf29dfa32e50e" @@ -83185,7 +108045,7 @@ "architectures": ["Simblee", "pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.0.zip", "archiveFileName": "OpenBCI_Wifi_Master-1.0.0.zip", "size": 7946, "checksum": "SHA-256:427a5decbc2e1aea05e9cec79baf616edaf3f5e1446774d3375aa091abb4cae3" @@ -83202,7 +108062,7 @@ "architectures": ["Simblee", "OpenBCI 32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.0-rc1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.0-rc1.zip", "archiveFileName": "OpenBCI_Wifi_Master-1.0.0-rc1.zip", "size": 7891, "checksum": "SHA-256:48cf553c29763597560d070ff2bb185ca02a15bffe67f80438612aa9e4a519cd" @@ -83219,7 +108079,7 @@ "architectures": ["Simblee", "pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.0-rc2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.0-rc2.zip", "archiveFileName": "OpenBCI_Wifi_Master-1.0.0-rc2.zip", "size": 7932, "checksum": "SHA-256:f9c10020c2c0ce80b115553d6e95f2678f22692253de72d4cbc8d30382eb3e4c" @@ -83236,7 +108096,7 @@ "architectures": ["Simblee", "pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Wifi_Master_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Wifi_Master-1.0.1.zip", "archiveFileName": "OpenBCI_Wifi_Master-1.0.1.zip", "size": 7946, "checksum": "SHA-256:7ca984e8bab19d37379439895ad4f762494b20d67acb778815d660468d9ced2f" @@ -83253,7 +108113,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-0.1.0.zip", "archiveFileName": "TLE94112-0.1.0.zip", "size": 13322, "checksum": "SHA-256:b298842c11f6985d33ff370bb1f5ade7983e07586da38bbecd808f10cbeeea6c" @@ -83270,46 +108130,78 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-1.0.1.zip", "archiveFileName": "TLE94112-1.0.1.zip", "size": 16985, "checksum": "SHA-256:c2871e1233d2cd12542efdeb7356421d70eeafd6abd06b8813462ec0ac634994" }, { - "name": "CayenneLPP", - "version": "1.0.0", - "author": "The Things Network", - "maintainer": "Andres Sabas \u003cs@theinventorhouse.org\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/sabas1080/CayenneLPP", - "category": "Communication", + "name": "TLE94112", + "version": "1.4.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 indipendent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/dgdl/Infineon-DC_Motor_Control_Shield_with_TLE94112EL_UserManual-UM-v01_00-EN.pdf?fileId=5546d46259d9a4bf015a4755351304ac", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sabas1080/CayenneLPP.git", - "providesIncludes": ["CayenneLPP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sabas1080/CayenneLPP-1.0.0.zip", - "archiveFileName": "CayenneLPP-1.0.0.zip", - "size": 14006, - "checksum": "SHA-256:d0ca1ad35f16c2e710cb06ddd9fafcdc704affa8a16765190e6adca728e5bf55" + "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-1.4.0.zip", + "archiveFileName": "TLE94112-1.4.0.zip", + "size": 21238, + "checksum": "SHA-256:0f9cd3dbf0aa2c722bf911e6d02061d941552d92444f84786b61ae83f9e59433" }, { - "name": "CayenneLPP", - "version": "1.0.1", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/sabas1080/CayenneLPP", - "category": "Communication", + "name": "TLE94112", + "version": "1.4.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 indipendent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sabas1080/CayenneLPP.git", - "providesIncludes": ["CayenneLPP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sabas1080/CayenneLPP-1.0.1.zip", - "archiveFileName": "CayenneLPP-1.0.1.zip", - "size": 14076, - "checksum": "SHA-256:5cfcaf1edd325df67dd0c65f4a5860f2ab8b490dda4d2d2508f8b511dba38647" + "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-1.4.1.zip", + "archiveFileName": "TLE94112-1.4.1.zip", + "size": 5672192, + "checksum": "SHA-256:f9cd8986c261dd8ff1d3729a883ea6f4b589ae597863380703029781e85022cb" + }, + { + "name": "TLE94112", + "version": "2.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-2.0.0.zip", + "archiveFileName": "TLE94112-2.0.0.zip", + "size": 5720297, + "checksum": "SHA-256:b042c5a7b9390216a3a789bf1f563c1e0752a4089916048ec4781c185ad7c1ae" + }, + { + "name": "TLE94112", + "version": "3.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-3.0.2.zip", + "archiveFileName": "TLE94112-3.0.2.zip", + "size": 5831995, + "checksum": "SHA-256:17a849a91d8802e083d2d4a75cbf8bfd25de4ea944d306c0bcabd3b88c54f699" }, { "name": "M10ESP8266", @@ -83324,7 +108216,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10ESP8266.git", "providesIncludes": ["M10ESP8266.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10ESP8266-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10ESP8266-1.0.0.zip", "archiveFileName": "M10ESP8266-1.0.0.zip", "size": 7604, "checksum": "SHA-256:924ee2779d1e3b6c1ffc9a07d1ce01d946210cd36db4fab0fa1b3f427548297d" @@ -83342,7 +108234,7 @@ "types": ["Contributed"], "repository": "https://github.com/XasWorks/Circios-Library.git", "providesIncludes": ["Hamster.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/XasWorks/Circios_Roboter_Steuerung-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/XasWorks/Circios_Roboter_Steuerung-1.0.0.zip", "archiveFileName": "Circios_Roboter_Steuerung-1.0.0.zip", "size": 20368, "checksum": "SHA-256:ff4b11f1f428b1f38aa4f5a4ff4c44f16277b8236ca82be58796a5aa9bcf76fd" @@ -83359,7 +108251,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/tic-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.0.0.zip", "archiveFileName": "Tic-1.0.0.zip", "size": 19610, "checksum": "SHA-256:485ba01db38db25c7733ab38d27e49405ea0468a7e43e585480767ec89503a59" @@ -83376,7 +108268,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/tic-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.0.1.zip", "archiveFileName": "Tic-1.0.1.zip", "size": 19602, "checksum": "SHA-256:39986ed14696675bddb0db8661cc6d3288f2d8bd4e58d583a54252c3fc507e73" @@ -83393,7 +108285,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/tic-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.1.0.zip", "archiveFileName": "Tic-1.1.0.zip", "size": 24930, "checksum": "SHA-256:cc5dfaac2b1cbec74e2991b3359bebe7cb396d62e9445484ca28c8a3cce5e1c5" @@ -83410,7 +108302,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/tic-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.2.0.zip", "archiveFileName": "Tic-1.2.0.zip", "size": 27410, "checksum": "SHA-256:e29f0d7eb7c9cdc590d8578b9023a8e80eda9eafb35522d8198463dba188a0b3" @@ -83427,7 +108319,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/tic-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-1.2.1.zip", "archiveFileName": "Tic-1.2.1.zip", "size": 27546, "checksum": "SHA-256:424a3031828cdb2e47d65592b945dddc6466dec3aed0ae812589ae9f86df306f" @@ -83444,11 +108336,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/tic-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/Tic-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-2.0.0.zip", "archiveFileName": "Tic-2.0.0.zip", "size": 28460, "checksum": "SHA-256:c06cd5d8a57cec262b83c34a4a005b99057746ba082d4b3447fe2293950fc332" }, + { + "name": "Tic", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Tic Stepper Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with a Tic Stepper Motor Controller. It communicates with a Tic using serial or I2C.", + "website": "https://github.com/pololu/tic-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/tic-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-2.1.0.zip", + "archiveFileName": "Tic-2.1.0.zip", + "size": 29077, + "checksum": "SHA-256:d2836aa2a3603f070467dfafdaae67a46e706a494bdbda8cdb89ee3b1a68f9fb" + }, + { + "name": "Tic", + "version": "2.1.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Tic Stepper Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with a Tic Stepper Motor Controller. It communicates with a Tic using serial or I2C.", + "website": "https://github.com/pololu/tic-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/tic-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-2.1.1.zip", + "archiveFileName": "Tic-2.1.1.zip", + "size": 29053, + "checksum": "SHA-256:f05d1d7a72200aa90cf48666bba838ef59c8e5139188c4d00b8d2a0d237ea610" + }, { "name": "OpenBCI_Radios", "version": "2.0.4", @@ -83461,7 +108387,7 @@ "architectures": ["RFduino"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Radios.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Radios-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Radios-2.0.4.zip", "archiveFileName": "OpenBCI_Radios-2.0.4.zip", "size": 2092340, "checksum": "SHA-256:fe70ef7140520c0b20ea327292e62d8fdce35f006219e5e217148c87e427f6d1" @@ -83478,7 +108404,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/cristborges/IRRemoteControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cristborges/IRRemoteControl-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cristborges/IRRemoteControl-1.0.0.zip", "archiveFileName": "IRRemoteControl-1.0.0.zip", "size": 7465, "checksum": "SHA-256:217d59d7418fd1da1daf1a93797136f4e1e031e8bbc229eae29fcb6604c7b4bd" @@ -83495,7 +108421,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/LedSync.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/LedSync-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/LedSync-1.0.0.zip", "archiveFileName": "LedSync-1.0.0.zip", "size": 14083, "checksum": "SHA-256:083b03cb5a9f03fb9826aa44171bdd5cd4847710a6c7d3ecfccd4a2817912db4" @@ -83512,7 +108438,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/LedSync.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/LedSync-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/LedSync-1.0.1.zip", "archiveFileName": "LedSync-1.0.1.zip", "size": 14084, "checksum": "SHA-256:09dcb3bf52d1b2e8a46b7e27eaa2a984a362f53d8f789c4522d7d7bb7d599d70" @@ -83529,7 +108455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/LedSync.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/LedSync-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/LedSync-1.0.2.zip", "archiveFileName": "LedSync-1.0.2.zip", "size": 11898, "checksum": "SHA-256:ffeab200a3495cc1425d81bafda8d08f8cc6f98660bfbebbf0a6a6d0c576faae" @@ -83546,7 +108472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_TSYS01_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TSYS01-2019.3.23.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TSYS01-2019.3.23.zip", "archiveFileName": "ClosedCube_TSYS01-2019.3.23.zip", "size": 8129, "checksum": "SHA-256:dd2b1c9a2b39d20602c029d096ad77916db65ec829858622c1cf5c1c3f9e3585" @@ -83563,7 +108489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dvernier/VernierLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dvernier/VernierLib-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/VernierLib-1.0.4.zip", "archiveFileName": "VernierLib-1.0.4.zip", "size": 905712, "checksum": "SHA-256:ec195fe224d59e82eb7a918810c6f46d12960e072570966e522e32b2a486de1d" @@ -83580,7 +108506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dvernier/VernierLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dvernier/VernierLib-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/VernierLib-1.0.5.zip", "archiveFileName": "VernierLib-1.0.5.zip", "size": 860875, "checksum": "SHA-256:a8dc28e2632b6e539138a6fccee786d515b1a47216d1356b675a2eecf7c201c1" @@ -83597,7 +108523,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/andium/AmazonDRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andium/AmazonDRS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andium/AmazonDRS-1.0.0.zip", "archiveFileName": "AmazonDRS-1.0.0.zip", "size": 25762, "checksum": "SHA-256:805fffbe71ab0804ef75ca3d5ebb25e514077a4af28fa3b46e458a735ca49f45" @@ -83614,7 +108540,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Microchip_RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.0.zip", "archiveFileName": "Microchip_RN487x-1.0.0.zip", "size": 37993, "checksum": "SHA-256:088715c3555e26dbb88e00ea59a1ad97c5875a89ba08d21ac60155557c477a67" @@ -83631,7 +108557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Microchip_RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.1.zip", "archiveFileName": "Microchip_RN487x-1.0.1.zip", "size": 38005, "checksum": "SHA-256:03f6a11ad59343797c5db290dbbc52543a320758d8b96dc24b87efea8cdd5c04" @@ -83648,7 +108574,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Microchip_RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.2.zip", "archiveFileName": "Microchip_RN487x-1.0.2.zip", "size": 39540, "checksum": "SHA-256:a364a958609bf23ca7c99cd627a5be5a546d77632a3880dd694f4a4eb7ea1eb6" @@ -83665,7 +108591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Microchip_RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Microchip_RN487x-1.0.3.zip", "archiveFileName": "Microchip_RN487x-1.0.3.zip", "size": 39514, "checksum": "SHA-256:4fbc3925eeeeac0a9f5ba71cae6ed063e173e5cb7d487543ecb262f2faa0b6d0" @@ -83683,7 +108609,7 @@ "types": ["Contributed"], "repository": "https://github.com/MileBuurmeijer/DS1307newAlarms.git", "providesIncludes": ["DS1307new.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MileBuurmeijer/DS1307newAlarms-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MileBuurmeijer/DS1307newAlarms-0.6.0.zip", "archiveFileName": "DS1307newAlarms-0.6.0.zip", "size": 12225, "checksum": "SHA-256:eafd7fa3439eab18d7546de0a2a2227295ad07ce731ec39ed692f01bbdb3c858" @@ -83699,7 +108625,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tuanpmt/ESP8266MQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.0.zip", "archiveFileName": "ESP8266MQTTClient-1.0.0.zip", "size": 28621, "checksum": "SHA-256:a1554f535f343100f8dbb8c43a296ce2db8d775f0129d40156e96e8c8c03bdb4" @@ -83715,7 +108641,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tuanpmt/ESP8266MQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.1.zip", "archiveFileName": "ESP8266MQTTClient-1.0.1.zip", "size": 28619, "checksum": "SHA-256:94fb3e275a7f152675c99526d29dbc1e7fa1672ea4b89fa8baf5e393a2178d64" @@ -83731,7 +108657,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tuanpmt/ESP8266MQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.3.zip", "archiveFileName": "ESP8266MQTTClient-1.0.3.zip", "size": 28784, "checksum": "SHA-256:a3b73841e09ebd063bd5c6fd45aacdceab54940e591af59227f4e2e2b01ebf6a" @@ -83747,7 +108673,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tuanpmt/ESP8266MQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.4.zip", "archiveFileName": "ESP8266MQTTClient-1.0.4.zip", "size": 29263, "checksum": "SHA-256:10c65c4fb569b58b45802b14e1e6bd2928668a9d20d60c98bfddd04aa4d5245f" @@ -83763,7 +108689,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tuanpmt/ESP8266MQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tuanpmt/ESP8266MQTTClient-1.0.5.zip", "archiveFileName": "ESP8266MQTTClient-1.0.5.zip", "size": 29320, "checksum": "SHA-256:bb5278e22a6563d646b5feba6bcab9e81132db46e4f3252f301564532c041dbc" @@ -83780,7 +108706,7 @@ "architectures": ["sam"], "types": ["Contributed"], "repository": "https://github.com/Gibartes/uCOS-II_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Gibartes/uCOS_II-2.92.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gibartes/uCOS_II-2.92.10.zip", "archiveFileName": "uCOS_II-2.92.10.zip", "size": 153615, "checksum": "SHA-256:8ac76cdd9fba8043fb4c1b719928d664296693ab8161e37b3f09fcf585295da3" @@ -83798,7 +108724,7 @@ "types": ["Contributed"], "repository": "https://github.com/forkineye/ESPAsyncE131.git", "providesIncludes": ["ESPAsyncE131.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/forkineye/ESP_Async_E1_31-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/forkineye/ESP_Async_E1_31-1.0.0.zip", "archiveFileName": "ESP_Async_E1_31-1.0.0.zip", "size": 11200, "checksum": "SHA-256:af19f967dd3e28878a827707e3a1bbecca74fe076113e1a50ee785a8079f5ccc" @@ -83817,7 +108743,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.6.zip", "archiveFileName": "PL_microEPD-1.0.6.zip", "size": 77420769, "checksum": "SHA-256:bb00debfae02454a8caf1785f31fd037667a5271c761ba06b1f251434a47052e" @@ -83836,7 +108762,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.10.zip", "archiveFileName": "PL_microEPD-1.0.10.zip", "size": 18157, "checksum": "SHA-256:6b5a5419847b9aed6ae009a14cc990ed80752fac12c6f526eb8fd6f9e8553136" @@ -83855,7 +108781,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.20.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.20.zip", "archiveFileName": "PL_microEPD-1.0.20.zip", "size": 19873, "checksum": "SHA-256:d11de37e9fca8d712f9db0011904d5ef4c050f5d157a35027eb5ec51f26d62c5" @@ -83874,7 +108800,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.8.zip", "archiveFileName": "PL_microEPD-1.0.8.zip", "size": 73832119, "checksum": "SHA-256:19628cef9f526358a3cade42ae7f077ad48f5a92a37182c97e534e469ba77b23" @@ -83893,7 +108819,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.0.9.zip", "archiveFileName": "PL_microEPD-1.0.9.zip", "size": 82261834, "checksum": "SHA-256:5db2cd71bf54cd8a92f0b1972cfd245937800d5bf14d4da470320253d30a7ea1" @@ -83912,7 +108838,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.1.0.zip", "archiveFileName": "PL_microEPD-1.1.0.zip", "size": 21328, "checksum": "SHA-256:1f6aee4f3a89be1753ecb6106c1e4cad93f4f163a0e1e1ef545eff7219e2dcb8" @@ -83931,7 +108857,7 @@ "types": ["Contributed"], "repository": "https://github.com/RobPo/Paperino.git", "providesIncludes": ["Adafruit_GFX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobPo/PL_microEPD-1.1.2.zip", "archiveFileName": "PL_microEPD-1.1.2.zip", "size": 21612, "checksum": "SHA-256:4ab1c7a3b4bb2360f415f90adb7624f8b219f6480dad45db446f10fb9f1fc752" @@ -83948,7 +108874,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-1.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-1.9.2.zip", "archiveFileName": "THiNX-1.9.2.zip", "size": 141739, "checksum": "SHA-256:7bc8146d120495f14ce3678750f662b5357679ff9a9a75ac06e59498ba9a4da5" @@ -83965,7 +108891,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.0.zip", "archiveFileName": "THiNX-2.0.0.zip", "size": 217727, "checksum": "SHA-256:22cccb95ef90ad697f152d070c603cb11d4204d70341eb73f554c0b46345fb0c" @@ -83982,7 +108908,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.99.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.99.zip", "archiveFileName": "THiNX-2.0.99.zip", "size": 128934, "checksum": "SHA-256:375af28c84823c37d28835b78d16f6494160534c90d3c511272a1c4fd2cd4b07" @@ -83999,7 +108925,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.109.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.109.zip", "archiveFileName": "THiNX-2.0.109.zip", "size": 129410, "checksum": "SHA-256:54aae31e3dd3b2c549a9d7cd8092e2602da8d7eaac2ee2c471189c9651ffda85" @@ -84016,7 +108942,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.111.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.111.zip", "archiveFileName": "THiNX-2.0.111.zip", "size": 129430, "checksum": "SHA-256:4ba06fd1fd1f791aa43e57337306a32b660124578c5b35c4eff43f20dca59599" @@ -84033,7 +108959,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.117.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.117.zip", "archiveFileName": "THiNX-2.0.117.zip", "size": 129476, "checksum": "SHA-256:533416ab5e29c0962168375f738a9895dc0bda9c37feffe3e832216aaba399bb" @@ -84050,7 +108976,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.118.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.118.zip", "archiveFileName": "THiNX-2.0.118.zip", "size": 129486, "checksum": "SHA-256:de0ca1e85fa36dd4b9737eb9c6e2681e7d949f63e473ef13d45154ea255044da" @@ -84067,7 +108993,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.122.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.122.zip", "archiveFileName": "THiNX-2.0.122.zip", "size": 16424, "checksum": "SHA-256:32285745d830374ae43d6d89dfd6341970847037b3a8315dff44ef7a9e018c73" @@ -84084,7 +109010,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.123.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.123.zip", "archiveFileName": "THiNX-2.0.123.zip", "size": 18052, "checksum": "SHA-256:33a87ea4b1b6244c791d602c5aa9709ee5e4e59dc9d91e5a85673b70b39a0f08" @@ -84101,7 +109027,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.124.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.124.zip", "archiveFileName": "THiNX-2.0.124.zip", "size": 18645, "checksum": "SHA-256:a940114d3668e8637e6075e8af67afcdd81cdc793f6c028dfa092e6b12a44220" @@ -84118,7 +109044,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.125.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.125.zip", "archiveFileName": "THiNX-2.0.125.zip", "size": 18425, "checksum": "SHA-256:072282316a62406440d30bf9e2a71fb080e38ef2b5bdc41e21fed4cbf2948b18" @@ -84135,7 +109061,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.126.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.126.zip", "archiveFileName": "THiNX-2.0.126.zip", "size": 21394, "checksum": "SHA-256:ce0e0420021355f7e48deaf0315f1c0ef67eee1643b37819e4b0d8f6a5d54560" @@ -84152,7 +109078,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.138.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.138.zip", "archiveFileName": "THiNX-2.0.138.zip", "size": 21687, "checksum": "SHA-256:644b23c8929fac6f0c917b83c291ea001ca5c4325c0736b5eda8b8a60b1a3b3a" @@ -84169,7 +109095,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.139.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.139.zip", "archiveFileName": "THiNX-2.0.139.zip", "size": 21725, "checksum": "SHA-256:3b6cfcf81f450c2d0e041265acdbc68dac39bd9323e32347e6b193b501258ab3" @@ -84186,7 +109112,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.26.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.26.zip", "archiveFileName": "THiNX-2.0.26.zip", "size": 142521, "checksum": "SHA-256:c1bfd0c210ff8dca13ade394853a7976e5df7d0c2b70d32cfab8b6776ef89f41" @@ -84203,7 +109129,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.51.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.51.zip", "archiveFileName": "THiNX-2.0.51.zip", "size": 144522, "checksum": "SHA-256:9cf4463f9b28ab499f96915361e134e1cd15c890d359a8d176e35e3a511341a5" @@ -84220,7 +109146,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.53.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.53.zip", "archiveFileName": "THiNX-2.0.53.zip", "size": 144372, "checksum": "SHA-256:2432db4e84c548980151ab762c9a9a1004a18c93de828ef4d4c85545f5e816b0" @@ -84237,7 +109163,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.62.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.62.zip", "archiveFileName": "THiNX-2.0.62.zip", "size": 144487, "checksum": "SHA-256:22dd5b3dae585e897d35475d22cf006370b4aae8a7614816442c5b75afcbc959" @@ -84254,7 +109180,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.64.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.64.zip", "archiveFileName": "THiNX-2.0.64.zip", "size": 145939, "checksum": "SHA-256:7a11739b3a61c88df62f0919d980d10b7785eb82d6b44e1801602aea2ebbc362" @@ -84271,7 +109197,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.65.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.65.zip", "archiveFileName": "THiNX-2.0.65.zip", "size": 146044, "checksum": "SHA-256:30f2c1d2fb9d65137566c20b7550fd731e011edb352692f671fc7d545c286563" @@ -84288,7 +109214,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.67.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.67.zip", "archiveFileName": "THiNX-2.0.67.zip", "size": 106402, "checksum": "SHA-256:56e957d6eee5faf8e87c314d5e261ef3b89128d78f1be92c740aa33613369328" @@ -84305,7 +109231,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.68.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.68.zip", "archiveFileName": "THiNX-2.0.68.zip", "size": 106405, "checksum": "SHA-256:caef2a10ff9f2c6f7494ea00bdfeab117302d941bd5447a4a64bf0b4e5a8ae98" @@ -84322,7 +109248,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.92.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.92.zip", "archiveFileName": "THiNX-2.0.92.zip", "size": 106513, "checksum": "SHA-256:d80c3b32fa18da26cd1cea5fc6b52f2cce5651353d5db5fcd252e0b1f96199be" @@ -84339,7 +109265,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.94.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.94.zip", "archiveFileName": "THiNX-2.0.94.zip", "size": 106406, "checksum": "SHA-256:e7ea6c75beb6495143dadf63cd946535d98c38e38d6200c9255310b040cd3f5d" @@ -84356,7 +109282,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.140.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.0.140.zip", "archiveFileName": "THiNX-2.0.140.zip", "size": 22214, "checksum": "SHA-256:b94c8334ef298481c8cba12868957e4145c0f05680153d2fc65d486540039607" @@ -84373,7 +109299,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.142.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.142.zip", "archiveFileName": "THiNX-2.1.142.zip", "size": 22249, "checksum": "SHA-256:8c805d91bfcb8bd865979e0bc8a531bf91af3d400941becbff0fe8090c8fd065" @@ -84390,7 +109316,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.143.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.143.zip", "archiveFileName": "THiNX-2.1.143.zip", "size": 22272, "checksum": "SHA-256:cfb62a07e11a84489bc349d307f2c73ba4ac9e6fe459fec76dc1ccbb12d7d925" @@ -84407,7 +109333,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.144.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.144.zip", "archiveFileName": "THiNX-2.1.144.zip", "size": 22218, "checksum": "SHA-256:41455cf0d448cb98296f22986e0e485fe812364f8b8c6a6e5f28ba6dd41c4321" @@ -84424,7 +109350,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.162.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.162.zip", "archiveFileName": "THiNX-2.1.162.zip", "size": 23804, "checksum": "SHA-256:c202c0461d6da6e492005340da20b970f13c2168d44f78b392a0d10cd79e81cc" @@ -84441,7 +109367,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.163.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.163.zip", "archiveFileName": "THiNX-2.1.163.zip", "size": 24048, "checksum": "SHA-256:b589fe30ef575bc176acd3dea78467c91ebe3ff5b622ecb11ebf3d94b6172636" @@ -84458,7 +109384,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.165.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.165.zip", "archiveFileName": "THiNX-2.1.165.zip", "size": 24531, "checksum": "SHA-256:1655dde2b4a40c6ba8835363289f7738eb718af9b63db4b16c56e8eed72f0e4e" @@ -84475,7 +109401,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.166.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.166.zip", "archiveFileName": "THiNX-2.1.166.zip", "size": 24854, "checksum": "SHA-256:a82b3ca9873bca5b5e1025e6abb48fd1dc1c406ea69098393ef6cc1e714ac4d6" @@ -84492,7 +109418,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.169.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.169.zip", "archiveFileName": "THiNX-2.1.169.zip", "size": 25291, "checksum": "SHA-256:ba328799475b1600b7f36d7f10c2e2c5ca11d5926b7c0beed9cc793de8bffe19" @@ -84509,7 +109435,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.170.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.170.zip", "archiveFileName": "THiNX-2.1.170.zip", "size": 25728, "checksum": "SHA-256:4d57a978fd8edbc49ac1fc968b6e3e33a6bd5c3fc85850562f9f3b1863504288" @@ -84526,7 +109452,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.172.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.1.172.zip", "archiveFileName": "THiNX-2.1.172.zip", "size": 25180, "checksum": "SHA-256:81d15e63707686163a2ee5a05fb9c6d53a86276e1c846df569c0fe37dc7689e1" @@ -84543,7 +109469,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.3.185.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.3.185.zip", "archiveFileName": "THiNX-2.3.185.zip", "size": 847996, "checksum": "SHA-256:55a174e6d26791181d4022de5b164009971e76abbfc3901ad90633f35b32cf79" @@ -84560,7 +109486,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.3.186.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.3.186.zip", "archiveFileName": "THiNX-2.3.186.zip", "size": 846093, "checksum": "SHA-256:6c01ee5c6bb918962ddfdbd667c35accb8cd1d8d4c8c3fee131cf6ae8a049d4b" @@ -84577,7 +109503,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.4.190.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.4.190.zip", "archiveFileName": "THiNX-2.4.190.zip", "size": 848256, "checksum": "SHA-256:4ed7e03ad8c8bf4fa2eeebb164c1bbe555d85dae9dd54f2f526f72c2f6ced1af" @@ -84594,7 +109520,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-lib-esp8266-arduinoc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.4.192.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX-2.4.192.zip", "archiveFileName": "THiNX-2.4.192.zip", "size": 846085, "checksum": "SHA-256:b37807edd0da8cba05e68f05267f41e54d18522d70bf80d8b9806d25062d78d7" @@ -84611,7 +109537,7 @@ "architectures": ["esp8266", "OpenBCI 32", "RFduino"], "types": ["Contributed"], "repository": "https://github.com/PushTheWorld/PTW-Arduino-Assert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PushTheWorld/PTW_Arduino_Assert-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PushTheWorld/PTW_Arduino_Assert-1.0.1.zip", "archiveFileName": "PTW_Arduino_Assert-1.0.1.zip", "size": 10350, "checksum": "SHA-256:bca15031e626c08c24f4e54493565b667ffb9e38e39ab6b8faf450603582039e" @@ -84628,7 +109554,7 @@ "architectures": ["esp8266", "OpenBCI 32", "RFduino"], "types": ["Contributed"], "repository": "https://github.com/PushTheWorld/PTW-Arduino-Assert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PushTheWorld/PTW_Arduino_Assert-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PushTheWorld/PTW_Arduino_Assert-1.1.1.zip", "archiveFileName": "PTW_Arduino_Assert-1.1.1.zip", "size": 10348, "checksum": "SHA-256:b32982aaefaadda771f23c0bb09c048c8159c1668d96bc104933a041c2934fab" @@ -84645,7 +109571,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.1.0.zip", "archiveFileName": "mbino-0.1.0.zip", "size": 59741, "checksum": "SHA-256:e02de195803eff4c1c32c530a5bfa107008a6f42839105637f1fe076fd72292c" @@ -84662,7 +109588,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.10.0.zip", "archiveFileName": "mbino-0.10.0.zip", "size": 120589, "checksum": "SHA-256:1a9acce522e1829182707f6d1f8088dd272b5aaf662c13dcccadb79cd70345bf" @@ -84679,7 +109605,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.10.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.10.1.zip", "archiveFileName": "mbino-0.10.1.zip", "size": 121043, "checksum": "SHA-256:a021e0bccc67c856eec65c3d1f6d53b6cf0d659083791f0c2bc42e5e79c68b30" @@ -84696,7 +109622,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.2.0.zip", "archiveFileName": "mbino-0.2.0.zip", "size": 60156, "checksum": "SHA-256:69b3be905445bffcc801b4cf73ce630485b92342f15ba50dce4a67f26767dbc6" @@ -84713,7 +109639,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.2.1.zip", "archiveFileName": "mbino-0.2.1.zip", "size": 60390, "checksum": "SHA-256:2d84f14add71b982f3d987f5da1344a513b253ba268ab5743b5c017d3dee9ffe" @@ -84730,7 +109656,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.2.2.zip", "archiveFileName": "mbino-0.2.2.zip", "size": 64191, "checksum": "SHA-256:7cfbfd685c665b55021b28a66ff56631b1d48be8b6adce295f907d4fe2f3454d" @@ -84747,7 +109673,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.3.0.zip", "archiveFileName": "mbino-0.3.0.zip", "size": 70108, "checksum": "SHA-256:98de8c22656e700657c812f9272caf1b9e8cef1f963bf3794a135713dfb70ba4" @@ -84764,7 +109690,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.3.1.zip", "archiveFileName": "mbino-0.3.1.zip", "size": 71799, "checksum": "SHA-256:f1ef27724140e43b498ccfc7fbb54059486a48f1acc2ed4aea11ceed79dd0487" @@ -84781,7 +109707,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.3.2.zip", "archiveFileName": "mbino-0.3.2.zip", "size": 71086, "checksum": "SHA-256:b162fce36c06c34b0d40e60ffd2587e6de108370dce8f1e92a98994abf68bf65" @@ -84798,7 +109724,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.4.0.zip", "archiveFileName": "mbino-0.4.0.zip", "size": 73957, "checksum": "SHA-256:b6857a03133ece6376a94233536347b86e31ae2af77d303977be66fbe13ba0d0" @@ -84815,7 +109741,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.5.0.zip", "archiveFileName": "mbino-0.5.0.zip", "size": 76502, "checksum": "SHA-256:aa4cff634822f53bbaea1a09bf158b8bf394516040f36f9f4b6819a664582420" @@ -84832,7 +109758,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.0.zip", "archiveFileName": "mbino-0.6.0.zip", "size": 83525, "checksum": "SHA-256:92f27bdc6d01aab8daaee676163f914323bcc048a7879d5a9311a680ed8e270b" @@ -84849,7 +109775,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.1.zip", "archiveFileName": "mbino-0.6.1.zip", "size": 84844, "checksum": "SHA-256:147f756fc61b7e7db5bd8fd2fd1325fc919f16eba0314eca16de3992d41e7a04" @@ -84866,7 +109792,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.2.zip", "archiveFileName": "mbino-0.6.2.zip", "size": 86993, "checksum": "SHA-256:0028a617b8bc54cde8dca29abf42fe0a008c0da5181e4e446b09d95e3b69b597" @@ -84883,7 +109809,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.3.zip", "archiveFileName": "mbino-0.6.3.zip", "size": 86796, "checksum": "SHA-256:81f123321345858b54cd4436b5a0b7fcc2a5ca6bb42b45c299ae2d5611c62980" @@ -84900,7 +109826,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.6.4.zip", "archiveFileName": "mbino-0.6.4.zip", "size": 86933, "checksum": "SHA-256:c65ce282605e3e3eac6e70fa7ad89b337bad94b5effc22a6b8ea7a65d5c514d9" @@ -84917,7 +109843,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.7.0.zip", "archiveFileName": "mbino-0.7.0.zip", "size": 86760, "checksum": "SHA-256:2e51aeb55f9f8b485b55f7e3700311cb1f1aa28f8e2033be09651024d85f771e" @@ -84934,7 +109860,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.7.1.zip", "archiveFileName": "mbino-0.7.1.zip", "size": 86640, "checksum": "SHA-256:fefa70e87e10cf5ca9605f0986b03a5aea58ed4132242fce5621fe9f4687001a" @@ -84951,7 +109877,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.0.zip", "archiveFileName": "mbino-0.8.0.zip", "size": 86696, "checksum": "SHA-256:07639cc250934fcc118a48237dee4522d0665a7a9a515f7206380b1c418516bc" @@ -84968,7 +109894,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.1.zip", "archiveFileName": "mbino-0.8.1.zip", "size": 92901, "checksum": "SHA-256:19622b35191338493fefa489ec40e30b59f5bb56fbc35ae2ada25327fad351fc" @@ -84985,7 +109911,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.2.zip", "archiveFileName": "mbino-0.8.2.zip", "size": 94544, "checksum": "SHA-256:393d41e79276e144caa64d760fc9a1a6b14045c51ab7727d6748ac794e04cfc3" @@ -85002,7 +109928,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.8.3.zip", "archiveFileName": "mbino-0.8.3.zip", "size": 98351, "checksum": "SHA-256:b5c77635750b025791e051c34cbb41cf649d024e6e8265e2a259f90ee6a64fa7" @@ -85019,7 +109945,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.9.0.zip", "archiveFileName": "mbino-0.9.0.zip", "size": 101499, "checksum": "SHA-256:e774029f367024ca90a5cd8a94e98c0833d93908675724d50763e89002fd8eaf" @@ -85036,7 +109962,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.9.1.zip", "archiveFileName": "mbino-0.9.1.zip", "size": 103502, "checksum": "SHA-256:c00d533ca889b37586e2057d05f8222c09f271cd7b5301df4e400702e886cfc1" @@ -85053,7 +109979,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-0.9.3.zip", "archiveFileName": "mbino-0.9.3.zip", "size": 111210, "checksum": "SHA-256:8646e50286b79735b047e30b094dc648a48c4ea70ea2cdd3e6de8540fb7804e8" @@ -85071,7 +109997,7 @@ "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", "providesIncludes": ["mbed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.0.zip", "archiveFileName": "mbino-1.0.0.zip", "size": 120451, "checksum": "SHA-256:ead46fd3201ac56b573b550ebc81158673ed6f5655e53898639711ca47489bf9" @@ -85089,7 +110015,7 @@ "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", "providesIncludes": ["mbed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.1.zip", "archiveFileName": "mbino-1.0.1.zip", "size": 120708, "checksum": "SHA-256:08b356c1da78b546c85fdbe3f98a43b1ce7aede3c71d38841f94bdf328f39768" @@ -85107,7 +110033,7 @@ "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", "providesIncludes": ["mbed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.2.zip", "archiveFileName": "mbino-1.0.2.zip", "size": 123015, "checksum": "SHA-256:c21f7f0cd13eaba46af8fa48ceb653951f338f7c6a1691f40b344368d9c27162" @@ -85125,7 +110051,7 @@ "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", "providesIncludes": ["mbed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-1.0.3.zip", "archiveFileName": "mbino-1.0.3.zip", "size": 123054, "checksum": "SHA-256:db44e03bb77e33a22a2e1dbd1ff77dd3d6dc513fb5c089a8798fd04a1f76ad67" @@ -85143,7 +110069,7 @@ "types": ["Contributed"], "repository": "https://github.com/tkem/mbino.git", "providesIncludes": ["mbed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/mbino-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/mbino-2.0.0.zip", "archiveFileName": "mbino-2.0.0.zip", "size": 379789, "checksum": "SHA-256:66e23e8c6d9b4db463622755bd6b2dab57ca2e57921d8f7067d966e70d7d2880" @@ -85161,7 +110087,7 @@ "types": ["Contributed"], "repository": "https://github.com/bernebeer/Charge-n-Boost.git", "providesIncludes": ["charge-n-boost.h", "wire.h", "sleep.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bernebeer/Charge_n_Boost-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bernebeer/Charge_n_Boost-1.1.0.zip", "archiveFileName": "Charge_n_Boost-1.1.0.zip", "size": 9080, "checksum": "SHA-256:8d3184734e766bfc5a3649ffab149c7dc60a29dd552e75c87f13c886ab9e701f" @@ -85179,7 +110105,7 @@ "types": ["Contributed"], "repository": "https://github.com/forkineye/E131.git", "providesIncludes": ["E131.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/forkineye/E131-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/forkineye/E131-1.0.0.zip", "archiveFileName": "E131-1.0.0.zip", "size": 13142, "checksum": "SHA-256:aa08855ac4315759788c2f64e39cc9e97c89c08015cb05106503b6aa3af79523" @@ -85196,7 +110122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.0.0.zip", "archiveFileName": "cQueue-1.0.0.zip", "size": 36962, "checksum": "SHA-256:a38a84ffda00ad4ed23f1226c8243098039dcf3865ae602368cda0d4543aae04" @@ -85213,7 +110139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.1.0.zip", "archiveFileName": "cQueue-1.1.0.zip", "size": 235643, "checksum": "SHA-256:fa490aa653e48815057acd151a06f3962c505b966a0897b881535dae4e31e214" @@ -85230,7 +110156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.2.0.zip", "archiveFileName": "cQueue-1.2.0.zip", "size": 235679, "checksum": "SHA-256:e86fc67bd084d68df12f9a406a410d83d3bf9d35d9fecb72b6135064ed359451" @@ -85247,7 +110173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.3.0.zip", "archiveFileName": "cQueue-1.3.0.zip", "size": 440061, "checksum": "SHA-256:462d7add1490471fd0050077ff9b00ebf70a710f9c128f87053186d0a316b2bd" @@ -85264,7 +110190,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.4.0.zip", "archiveFileName": "cQueue-1.4.0.zip", "size": 488192, "checksum": "SHA-256:bcca55eb16f797a98d2f4f0ac0fd6121dc7678be8c44071dd93c30841442532c" @@ -85281,11 +110207,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SMFSW/cQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.6.0.zip", "archiveFileName": "cQueue-1.6.0.zip", "size": 67796, "checksum": "SHA-256:690157cae1b7165d02b6f668d3e87230d6de7079b60f9c97e45eb2a687bf91b7" }, + { + "name": "cQueue", + "version": "1.7.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library (written in plain c)", + "paragraph": "May be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/cQueue", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SMFSW/cQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.7.0.zip", + "archiveFileName": "cQueue-1.7.0.zip", + "size": 70993, + "checksum": "SHA-256:91d6b3f48c7ddd9a0ce8fa98158b819655381f75d66cc301ac58df58eb954450" + }, { "name": "STM32duino STM32Ethernet", "version": "1.0.2", @@ -85298,7 +110241,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.2.zip", "archiveFileName": "STM32duino_STM32Ethernet-1.0.2.zip", "size": 56809, "checksum": "SHA-256:60d5e61859d29339a8f0df712e8e35bdd2b17083298ca7124321369e0e97fc54" @@ -85315,7 +110258,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.3.zip", "archiveFileName": "STM32duino_STM32Ethernet-1.0.3.zip", "size": 60826, "checksum": "SHA-256:5e9516a4285a3e1cddf58422b0d4a198facdf163f603e1ee2d6d5e81c753f592" @@ -85332,11 +110275,77 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Ethernet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.4.zip", "archiveFileName": "STM32duino_STM32Ethernet-1.0.4.zip", "size": 61057, "checksum": "SHA-256:c2cf305ea5e9e98ad0cf73d60d2b69941211c478e70c18aab412cb4d1b969e6c" }, + { + "name": "STM32duino STM32Ethernet", + "version": "1.0.5", + "author": "Various", + "maintainer": "STMicroelectronics", + "sentence": "Enables network connection (local and Internet) using the STM32 Board.", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. This library depends on the LwIP library.", + "website": "https://github.com/stm32duino/STM32Ethernet", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Ethernet.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.0.5.zip", + "archiveFileName": "STM32duino_STM32Ethernet-1.0.5.zip", + "size": 62636, + "checksum": "SHA-256:c40f6820b2b260f5d1430a03dfd68c536b5b74ffa61179cf0eba4619724f1a3f" + }, + { + "name": "STM32duino STM32Ethernet", + "version": "1.1.0", + "author": "Various", + "maintainer": "STMicroelectronics", + "sentence": "Enables network connection (local and Internet) using the STM32 Board.", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. This library depends on the LwIP library.", + "website": "https://github.com/stm32duino/STM32Ethernet", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Ethernet.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.1.0.zip", + "archiveFileName": "STM32duino_STM32Ethernet-1.1.0.zip", + "size": 62514, + "checksum": "SHA-256:5982e522eabf29b1b01360515dab0f5dfc5aabd370f8a3d8f785a50cbced0e7f" + }, + { + "name": "STM32duino STM32Ethernet", + "version": "1.2.0", + "author": "Various", + "maintainer": "STMicroelectronics", + "sentence": "Enables network connection (local and Internet) using the STM32 Board.", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. This library depends on the LwIP library.", + "website": "https://github.com/stm32duino/STM32Ethernet", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Ethernet.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.2.0.zip", + "archiveFileName": "STM32duino_STM32Ethernet-1.2.0.zip", + "size": 62549, + "checksum": "SHA-256:25abe8e775712142523117526f9d479cf447b5a8e32d05ae01bd6f70efaeabca" + }, { "name": "STM32duino LwIP", "version": "2.0.3", @@ -85349,11 +110358,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LwIP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LwIP-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LwIP-2.0.3.zip", "archiveFileName": "STM32duino_LwIP-2.0.3.zip", "size": 950185, "checksum": "SHA-256:11c672e1771115aa84634c47eca1b5c15e1f5bf238a2b32f40b9d698a06646b3" }, + { + "name": "STM32duino LwIP", + "version": "2.1.2", + "author": "Adam Dunkels \u003cadam@sics.se\u003e", + "maintainer": "See url", + "sentence": "A Lightweight TCP/IP stack", + "paragraph": "lwIP is a small independent implementation of the TCP/IP protocol suite that has been developed by Adam Dunkels at the Computer and Networks Architectures (CNA) lab at the Swedish Institute of Computer Science (SICS). The focus of the lwIP TCP/IP implementation is to reduce the RAM usage while still having a full scale TCP. This making lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM. Note: modified by ST.", + "website": "http://git.savannah.gnu.org/cgit/lwip.git", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LwIP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LwIP-2.1.2.zip", + "archiveFileName": "STM32duino_LwIP-2.1.2.zip", + "size": 1115454, + "checksum": "SHA-256:09ce8cb4cfd7aa3f2286b12225f79006b3dcce84bf9e92dd9518c0d7c89264fc" + }, { "name": "AsciiMassage", "version": "1.0.0", @@ -85366,7 +110392,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SofaPirate/AsciiMassage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.0.0.zip", "archiveFileName": "AsciiMassage-1.0.0.zip", "size": 417839, "checksum": "SHA-256:a2b79b84639f0ba22167429aaf006f1b78498f804a127a33e34bbb2309102816" @@ -85383,7 +110409,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SofaPirate/AsciiMassage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.1.0.zip", "archiveFileName": "AsciiMassage-1.1.0.zip", "size": 417838, "checksum": "SHA-256:0f5b3c55c825165a952c5bdecdc0b1a4e62a16451d16f36de7cb7ed26feffa3f" @@ -85400,7 +110426,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SofaPirate/AsciiMassage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.3.0.zip", "archiveFileName": "AsciiMassage-1.3.0.zip", "size": 422536, "checksum": "SHA-256:0d3fe88e8afab50461be55c0136b407a0d793ceb8582a9e0bfc32d98ad0030f8" @@ -85417,7 +110443,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SofaPirate/AsciiMassage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.4.0.zip", "archiveFileName": "AsciiMassage-1.4.0.zip", "size": 446971, "checksum": "SHA-256:fc9b15b636a6f8caaa14819e771882a25499f3e8c8d56c0a27aafed3551d8c36" @@ -85435,7 +110461,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/AsciiMassage.git", "providesIncludes": ["AsciiMassage.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.6.0.zip", "archiveFileName": "AsciiMassage-1.6.0.zip", "size": 668317, "checksum": "SHA-256:37c2c46ec5445609824e0da14d8d8c07393cd680488010911904e857c7634cd9" @@ -85452,7 +110478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/ArduinoLedDithering.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/LED_Dithering-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/LED_Dithering-1.0.0.zip", "archiveFileName": "LED_Dithering-1.0.0.zip", "size": 7685, "checksum": "SHA-256:30963a5873c5bbc9da9658110ed7f67a5f979e3fd55bd78fda9c8fe5fd736cfc" @@ -85469,7 +110495,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS4231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.0.zip", "archiveFileName": "TS4231_Library-1.0.0.zip", "size": 8448, "checksum": "SHA-256:796eb33c70eca3ce20628a238262233875a2b2e98f5a843b59e32c14c9aac39d" @@ -85486,7 +110512,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS4231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.2.zip", "archiveFileName": "TS4231_Library-1.0.2.zip", "size": 10307, "checksum": "SHA-256:3a6c6b7b61c1ac680d744a2cd432384291ac0eed88269d2dbb28d2bf57c65ad6" @@ -85503,7 +110529,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS4231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.3.zip", "archiveFileName": "TS4231_Library-1.0.3.zip", "size": 10680, "checksum": "SHA-256:162e1751c7032fcdf2f9c39f4695712b480261bbe6dc44f5f942203116363f2f" @@ -85520,7 +110546,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS4231.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS4231_Library-1.0.4.zip", "archiveFileName": "TS4231_Library-1.0.4.zip", "size": 9454, "checksum": "SHA-256:53fa6eaead9d56e8f9d5259c507e718c076717404220ae0ec50fb5b97ea749ea" @@ -85537,7 +110563,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_CCS811.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.0.zip", "archiveFileName": "Adafruit_CCS811_Library-1.0.0.zip", "size": 7569, "checksum": "SHA-256:a7f3c4f2bc84a734a441af69de011e86b1ecec27a1837f38afcb83b388f028db" @@ -85554,11 +110580,103 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_CCS811.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.1.zip", "archiveFileName": "Adafruit_CCS811_Library-1.0.1.zip", "size": 9783, "checksum": "SHA-256:06e09c7e8349492bbc9908cc330ca6b874bf59cc378bac181aaaf3ff4061376b" }, + { + "name": "Adafruit CCS811 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.2.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.0.2.zip", + "size": 9747, + "checksum": "SHA-256:a10f24ab85dc21ef620ff18900b4a1be9c552f46d7dbcdaa92e8730c7d2424a5" + }, + { + "name": "Adafruit CCS811 Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.3.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.0.3.zip", + "size": 13731, + "checksum": "SHA-256:0f3344ca4694e532cc0a3bb1151f722d5c52b1c0a49fe52f9e4047628432b4cd" + }, + { + "name": "Adafruit CCS811 Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.4.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.0.4.zip", + "size": 14052, + "checksum": "SHA-256:cfca79967f114439a50bfad5391fd4fa7f5106114795b36c6d0c4479f0ae71c3" + }, + { + "name": "Adafruit CCS811 Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.5.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.0.5.zip", + "size": 14056, + "checksum": "SHA-256:66c96beefccf3adf9cdf102cdef255a2405ca7b604dfbbdacbfa535584974cb6" + }, { "name": "fDigitsSegtPin", "version": "1.1.4", @@ -85572,7 +110690,7 @@ "types": ["Contributed"], "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", "providesIncludes": ["fDigitsSegtPin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.4.zip", "archiveFileName": "fDigitsSegtPin-1.1.4.zip", "size": 21277, "checksum": "SHA-256:d4afa64b127c44f5a9fa76983f4a5053be9dadf41564b784463949bad0ef10a0" @@ -85590,7 +110708,7 @@ "types": ["Contributed"], "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", "providesIncludes": ["fDigitsSegtPin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.2.zip", "archiveFileName": "fDigitsSegtPin-1.1.2.zip", "size": 21276, "checksum": "SHA-256:8df0f535ffbbaa3256f38c6b98e95761707dee88cfd77fbff57cf5bc09f94500" @@ -85608,7 +110726,7 @@ "types": ["Contributed"], "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", "providesIncludes": ["fDigitsSegtPin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.0.zip", "archiveFileName": "fDigitsSegtPin-1.1.0.zip", "size": 17901, "checksum": "SHA-256:a683345a47e9624339f7b19228a2eb113f5f3cfac5a18f34c0f7de3cad13d4d2" @@ -85626,11 +110744,29 @@ "types": ["Contributed"], "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", "providesIncludes": ["fDigitsSegtPin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.1.zip", "archiveFileName": "fDigitsSegtPin-1.1.1.zip", "size": 17891, "checksum": "SHA-256:5a2ab20016886726a15df96dc38ef3e8f3c9cb723bfe81f614f1ed6053125c0a" }, + { + "name": "fDigitsSegtPin", + "version": "1.1.5", + "author": "KLsz \u003cKLsz@outlook.com\u003e", + "maintainer": "KLsz \u003cKLsz@outlook.com\u003e", + "sentence": "Power the basic 4 digits 7 segments display", + "paragraph": "Power the 4 digits 7 segments display with 12 pins. If you want to use it in a project, consider those display with a chip on it like 595.", + "website": "https://github.com/KLszTsu/fDigitsSegtPin", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", + "providesIncludes": ["fDigitsSegtPin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.5.zip", + "archiveFileName": "fDigitsSegtPin-1.1.5.zip", + "size": 21274, + "checksum": "SHA-256:7aa060d09f1a336ae4c9b740eecccb1f5f2fb09a3d1711f74b381e9bb283e4fe" + }, { "name": "Brushless Servo", "version": "1.0.0", @@ -85643,7 +110779,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.0.0.zip", "archiveFileName": "Brushless_Servo-1.0.0.zip", "size": 4021, "checksum": "SHA-256:a86b4d9ea9b25fa99a0262252177aaa09481cfbb617de067eec53d6803b2bbd3" @@ -85660,7 +110796,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.0.1.zip", "archiveFileName": "Brushless_Servo-1.0.1.zip", "size": 4953, "checksum": "SHA-256:e88880439e3c809f701db8a732fad26bf83b07d7f373d48ce8ebb5db820e0a0d" @@ -85677,7 +110813,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.0.2.zip", "archiveFileName": "Brushless_Servo-1.0.2.zip", "size": 4954, "checksum": "SHA-256:fe9339d10d2e064082adb1550efd39f251dc1a751ceff7bedea2f32c0e185617" @@ -85694,7 +110830,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.1.0.zip", "archiveFileName": "Brushless_Servo-1.1.0.zip", "size": 5086, "checksum": "SHA-256:89c6cbb6bd4eaec7dc8d5427d3ffbd64da54bafeb4405517c36079e1607d857f" @@ -85711,7 +110847,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.1.1.zip", "archiveFileName": "Brushless_Servo-1.1.1.zip", "size": 5194, "checksum": "SHA-256:f8bd5c4d630efd0de202f7691809c0828ec0f2fb0b0fb1e6b0617ec497275cef" @@ -85728,7 +110864,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.1.2.zip", "archiveFileName": "Brushless_Servo-1.1.2.zip", "size": 5264, "checksum": "SHA-256:5061c5b9100f3619285e5d9d0f5b8ca9cf5eea6180bd01fd7a40e7ab7fffb757" @@ -85745,7 +110881,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.2.0.zip", "archiveFileName": "Brushless_Servo-1.2.0.zip", "size": 5702, "checksum": "SHA-256:2e497a1355b618cd18e2fdf9ac357091452afa690f35db1956e334962015208f" @@ -85762,7 +110898,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdnaxe/Arduino_BrushlessServo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdnaxe/Brushless_Servo-1.3.0.zip", "archiveFileName": "Brushless_Servo-1.3.0.zip", "size": 6611, "checksum": "SHA-256:2a6582e0ddf91544e6d1d2fb458c76ac77f7b3f5ae0896b7878aa6e5dde54cf8" @@ -85779,7 +110915,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/CircularBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.0.0.zip", "archiveFileName": "CircularBuffer-1.0.0.zip", "size": 12096, "checksum": "SHA-256:6aeb902a80441133706163e21443188da683656fc1aac6d149ac931c1c113c86" @@ -85796,7 +110932,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/CircularBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.1.0.zip", "archiveFileName": "CircularBuffer-1.1.0.zip", "size": 13388, "checksum": "SHA-256:cbbb5492a59959c1b6e95d92595e0d3fa1d2949fc8d928148962ad6d7f8fd23a" @@ -85813,7 +110949,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rlogiacco/CircularBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.1.1.zip", "archiveFileName": "CircularBuffer-1.1.1.zip", "size": 15720, "checksum": "SHA-256:7cf31abfeea771fca36b7ff7c90c0cb19cad768924bcb04d247f31635a4ef5e2" @@ -85831,7 +110967,7 @@ "types": ["Contributed"], "repository": "https://github.com/rlogiacco/CircularBuffer.git", "providesIncludes": ["CircularBuffer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.2.0.zip", "archiveFileName": "CircularBuffer-1.2.0.zip", "size": 14872, "checksum": "SHA-256:38a43900b20fafed569ebf89c344aa34d965b84cf3ca8471f58412d4a5fd6e78" @@ -85849,7 +110985,7 @@ "types": ["Contributed"], "repository": "https://github.com/rlogiacco/CircularBuffer.git", "providesIncludes": ["CircularBuffer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.3.0.zip", "archiveFileName": "CircularBuffer-1.3.0.zip", "size": 18832, "checksum": "SHA-256:ea0735db1aef33fa9159255f3bfa04a50d336e442a44583545364f7ce785c5d1" @@ -85867,11 +111003,47 @@ "types": ["Contributed"], "repository": "https://github.com/rlogiacco/CircularBuffer.git", "providesIncludes": ["CircularBuffer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.3.1.zip", "archiveFileName": "CircularBuffer-1.3.1.zip", "size": 18998, "checksum": "SHA-256:9c87b481a9f28a5c111c3c530496bc0a615f663c7575ce72d4f2870c609d155e" }, + { + "name": "CircularBuffer", + "version": "1.3.2", + "author": "AgileWare", + "maintainer": "Roberto Lo Giacco \u003crlogiacco@gmail.com\u003e", + "sentence": "Arduino circular buffer library", + "paragraph": "A flexible, compact (~350 bytes overhead) and template based library providing a circular buffer implementation supporting both LIFO and FIFO usage.", + "website": "https://github.com/rlogiacco/CircularBuffer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rlogiacco/CircularBuffer.git", + "providesIncludes": ["CircularBuffer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.3.2.zip", + "archiveFileName": "CircularBuffer-1.3.2.zip", + "size": 19154, + "checksum": "SHA-256:e3b61153c760fe620bcef753d41ac27c49c083092ae14f525489dd1c094ebd31" + }, + { + "name": "CircularBuffer", + "version": "1.3.3", + "author": "AgileWare", + "maintainer": "Roberto Lo Giacco \u003crlogiacco@gmail.com\u003e", + "sentence": "Arduino circular buffer library", + "paragraph": "A flexible, compact (~350 bytes overhead) and template based library providing a circular buffer implementation supporting both LIFO and FIFO usage.", + "website": "https://github.com/rlogiacco/CircularBuffer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rlogiacco/CircularBuffer.git", + "providesIncludes": ["CircularBuffer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rlogiacco/CircularBuffer-1.3.3.zip", + "archiveFileName": "CircularBuffer-1.3.3.zip", + "size": 19339, + "checksum": "SHA-256:ac1769d48143e515872590eb7f8a385affade58c6cdfb1ea6f93ed27908b8020" + }, { "name": "AppleMIDI", "version": "1.0.0", @@ -85884,7 +111056,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.0.0.zip", "archiveFileName": "AppleMIDI-1.0.0.zip", "size": 74341, "checksum": "SHA-256:d39ce7286d18370f95de610c615d537f0eeb37509d83b5c7c7504501e06ca136" @@ -85902,7 +111074,7 @@ "types": ["Contributed"], "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", "providesIncludes": ["AppleMidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.5.3.zip", "archiveFileName": "AppleMIDI-1.5.3.zip", "size": 64547, "checksum": "SHA-256:70efbd5985c5b15e2dadf8f676379a19fb211406784d152ce9b5230239477a5e" @@ -85920,7 +111092,7 @@ "types": ["Contributed"], "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", "providesIncludes": ["AppleMidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.5.5.zip", "archiveFileName": "AppleMIDI-1.5.5.zip", "size": 67111, "checksum": "SHA-256:9cc9ad31d29b6c0a48fd29d35c9130c72a79df94f356820f4ec1d366841f507d" @@ -85938,7 +111110,7 @@ "types": ["Contributed"], "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", "providesIncludes": ["AppleMidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.6.0.zip", "archiveFileName": "AppleMIDI-1.6.0.zip", "size": 69427, "checksum": "SHA-256:48692504ab5e1ea1e18222a963ed115d70585aaa1c801fb1284160c8aaa07e7e" @@ -85956,7 +111128,7 @@ "types": ["Contributed"], "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", "providesIncludes": ["AppleMidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.5.2.zip", "archiveFileName": "AppleMIDI-1.5.2.zip", "size": 70673, "checksum": "SHA-256:ef878b86cfd4af085905d12c46031a80ab4caf5453e05ff7fb3ebd799e1aff0a" @@ -85974,11 +111146,190 @@ "types": ["Contributed"], "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", "providesIncludes": ["AppleMidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-1.6.1.zip", "archiveFileName": "AppleMIDI-1.6.1.zip", "size": 76014, "checksum": "SHA-256:99bf259b8f021a97daf9744111bf1e54ed3bbfd22b33a3c28b3011462aaf13a1" }, + { + "name": "AppleMIDI", + "version": "2.0.0-alpha.1", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (rtpMIDI) protocol for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. It is completely open and free (no license is needed), and is compatible both with LAN and WAN application fields. Compared to MIDI 1.0, RTP-MIDI includes new features like session management, device synchronization and detection of lost packets (with automatic regeneration of lost data). RTP-MIDI is compatible with real-time applications, and supports sample-accurate synchronization for each MIDI message. (from https://en.wikipedia.org/wiki/RTP-MIDI)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-2.0.0-alpha.1.zip", + "archiveFileName": "AppleMIDI-2.0.0-alpha.1.zip", + "size": 132425, + "checksum": "SHA-256:78e60c07720b524bccc9f8b8803bf8abbc1d4511885a443d82a74ceb5e34ffb6" + }, + { + "name": "AppleMIDI", + "version": "2.0.3", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (rtpMIDI) protocol for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-2.0.3.zip", + "archiveFileName": "AppleMIDI-2.0.3.zip", + "size": 165426, + "checksum": "SHA-256:ca1bf9f8d9e6bdcc281c886cff81aef58ce291a6452ce59a2b688df84e92a760" + }, + { + "name": "AppleMIDI", + "version": "2.0.4", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (rtpMIDI) protocol for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-2.0.4.zip", + "archiveFileName": "AppleMIDI-2.0.4.zip", + "size": 161765, + "checksum": "SHA-256:4ea6ccefb754adf60ca1da142adccdb6afd01c22fac37620c5d2cc1ab7a4d8b6" + }, + { + "name": "AppleMIDI", + "version": "2.0.5", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (rtpMIDI) protocol for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-2.0.5.zip", + "archiveFileName": "AppleMIDI-2.0.5.zip", + "size": 161987, + "checksum": "SHA-256:bf15d07507ad2cb03e8690ac99d1d02019bb60abac411c0db127e9eb85a47da2" + }, + { + "name": "AppleMIDI", + "version": "2.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (rtpMIDI) protocol for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-2.1.0.zip", + "archiveFileName": "AppleMIDI-2.1.0.zip", + "size": 162560, + "checksum": "SHA-256:3d5cddd8bf9d681f099075c3b29ee629a0c969eff8078b448e8fce374eb220a9" + }, + { + "name": "AppleMIDI", + "version": "2.2.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-2.2.0.zip", + "archiveFileName": "AppleMIDI-2.2.0.zip", + "size": 157627, + "checksum": "SHA-256:07ca3dfeb28a6054f88b41984bc9126456447f8bad36f6f40e56c5b420641aa4" + }, + { + "name": "AppleMIDI", + "version": "3.0.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.0.0.zip", + "archiveFileName": "AppleMIDI-3.0.0.zip", + "size": 164190, + "checksum": "SHA-256:50368a4325fdc2de2b6dc18f5f418b062a6d30a58c78c082ecdd328927d58659" + }, + { + "name": "AppleMIDI", + "version": "3.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (aka rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. This major rewrite is faster, more stable and uses less memory. Read the Wiki page when migrating", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": ["AppleMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.1.0.zip", + "archiveFileName": "AppleMIDI-3.1.0.zip", + "size": 211747, + "checksum": "SHA-256:8e68e96b75353e1e90de8dbd408a08b908e3aa088693497ef563a973aa26cac2" + }, { "name": "JLed", "version": "1.1.0", @@ -85992,7 +111343,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["JLed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-1.1.0.zip", "archiveFileName": "JLed-1.1.0.zip", "size": 13625, "checksum": "SHA-256:911afe1767b24b290a9963b82b8a88bcebaa12d63d6d32b48c2922bc9d7b3e45" @@ -86010,7 +111361,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.0.1.zip", "archiveFileName": "JLed-2.0.1.zip", "size": 97768, "checksum": "SHA-256:1bc8b96ede011e44820dd2e2d8fd6c9144c6c0e410d25d9a3e35ac87369212c2" @@ -86028,7 +111379,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.1.0.zip", "archiveFileName": "JLed-2.1.0.zip", "size": 99257, "checksum": "SHA-256:6fcc771cc1d7d158dd0eb5ef834cafe55d376991d5bf44f732c6d2a0e2222dde" @@ -86046,7 +111397,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.0.zip", "archiveFileName": "JLed-2.2.0.zip", "size": 759548, "checksum": "SHA-256:4b4712fcd8c344783be39adbcb594c5ab6d444e0e724dd69d8b5d9c0e925cd86" @@ -86064,7 +111415,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.1.zip", "archiveFileName": "JLed-2.2.1.zip", "size": 760169, "checksum": "SHA-256:6a1b5fb21ccc48f1303019ace9c008d829d117ff79ac1ae69e7593c732fe4b55" @@ -86082,7 +111433,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.2.zip", "archiveFileName": "JLed-2.2.2.zip", "size": 977540, "checksum": "SHA-256:cb1fb256c2eb0143e57b85c93b316c47e255f3ade92d5cff53aac75bc62573b4" @@ -86100,7 +111451,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.2.3.zip", "archiveFileName": "JLed-2.2.3.zip", "size": 978086, "checksum": "SHA-256:4443b3e5cf554c1d253382f58fe8595a6b1f2d155bd864c2f963dea34d54b0da" @@ -86118,7 +111469,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.3.0.zip", "archiveFileName": "JLed-2.3.0.zip", "size": 978390, "checksum": "SHA-256:cdcb8b907a5147013e4507c7ce2d1f7e69031dcd06c29f8787df76b5a3649e9d" @@ -86136,7 +111487,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-2.4.0.zip", "archiveFileName": "JLed-2.4.0.zip", "size": 978641, "checksum": "SHA-256:e73eb1619b79eb4149ef53f5cfdc5e0128dd48c7b18eab8facacb7fe8527b4f0" @@ -86154,7 +111505,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-3.0.0.zip", "archiveFileName": "JLed-3.0.0.zip", "size": 1188107, "checksum": "SHA-256:cf27849f5a00213ad35ebc12b264a238dfb72fac69ce33a59d05c32fd97a7fb4" @@ -86172,7 +111523,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.0.0-rc1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.0.0-rc1.zip", "archiveFileName": "JLed-4.0.0-rc1.zip", "size": 3338414, "checksum": "SHA-256:0b25825d72625c2b17c09e3d4648877521f4c19554b5dc4abd8ab566fd278020" @@ -86190,7 +111541,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.1.1.zip", "archiveFileName": "JLed-4.1.1.zip", "size": 3337793, "checksum": "SHA-256:00a1257cdfb9359056f82b13561600fe6b587ac4eaaa049060a859365e25cb98" @@ -86208,7 +111559,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.1.2.zip", "archiveFileName": "JLed-4.1.2.zip", "size": 3338361, "checksum": "SHA-256:417e5a5791ad33fc36585fb788cc8857bf0fe5d84e3bdf3547bd134f3872eaf8" @@ -86226,11 +111577,137 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/jled.git", "providesIncludes": ["jled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.2.0.zip", "archiveFileName": "JLed-4.2.0.zip", "size": 3338599, "checksum": "SHA-256:74b5289230753c9ecdbd4e4654d8126916282c785859f4b7489647d2a12b7c25" }, + { + "name": "JLed", + "version": "4.2.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.2.1.zip", + "archiveFileName": "JLed-4.2.1.zip", + "size": 3338655, + "checksum": "SHA-256:1c20fa750941323dcd4fda0360a128584a9cd7410efd48292bb4a36b199f39c2" + }, + { + "name": "JLed", + "version": "4.4.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.4.0.zip", + "archiveFileName": "JLed-4.4.0.zip", + "size": 3699179, + "checksum": "SHA-256:b0539a8fa7daaa38e23a9ed16aa902ea930b08260fc9da5137ed56e5e9853ca2" + }, + { + "name": "JLed", + "version": "4.5.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.5.1.zip", + "archiveFileName": "JLed-4.5.1.zip", + "size": 1938036, + "checksum": "SHA-256:335e3f30d93c7ae7b3acd7b150975c9f8312e1905abd4038194611d5ad9dfeee" + }, + { + "name": "JLed", + "version": "4.5.2", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.5.2.zip", + "archiveFileName": "JLed-4.5.2.zip", + "size": 2030823, + "checksum": "SHA-256:9adf1009e6a0e732bf6492e9cd5c5cf8751409dafeed61e6f7cc14eda08f0dda" + }, + { + "name": "JLed", + "version": "4.6.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.6.0.zip", + "archiveFileName": "JLed-4.6.0.zip", + "size": 2031257, + "checksum": "SHA-256:74bde971a3208040757d8e5c7490b77fbee2cd68e0a30270c30ef85bc2eec085" + }, + { + "name": "JLed", + "version": "4.6.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.6.1.zip", + "archiveFileName": "JLed-4.6.1.zip", + "size": 2076978, + "checksum": "SHA-256:6c717af39ab33927882e608e1a34d0db3a56bfc98a270d31b98d8a5fd8888695" + }, + { + "name": "JLed", + "version": "4.7.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": ["jled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.7.0.zip", + "archiveFileName": "JLed-4.7.0.zip", + "size": 2084358, + "checksum": "SHA-256:c8b0861bce03b49366e13eb99fcf5abc41751c92aaa402ec6fc98b3377768a20" + }, { "name": "M10DTMF", "version": "1.0.0", @@ -86244,7 +111721,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10DTMF.git", "providesIncludes": ["M10DTMF.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10DTMF-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10DTMF-1.0.0.zip", "archiveFileName": "M10DTMF-1.0.0.zip", "size": 7892, "checksum": "SHA-256:cbf587c4a3583d98d996c8d9b45d35f3e2260183092f7e1d487fad000a0297fa" @@ -86262,7 +111739,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10DTMF.git", "providesIncludes": ["M10DTMF.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10DTMF-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10DTMF-1.0.1.zip", "archiveFileName": "M10DTMF-1.0.1.zip", "size": 1397169, "checksum": "SHA-256:ce2dfccb21ccbb685dc2e76e793afdd8793780b3e1498a2def02cda0c688854d" @@ -86280,7 +111757,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10DTMF.git", "providesIncludes": ["M10DTMF.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10DTMF-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10DTMF-1.0.2.zip", "archiveFileName": "M10DTMF-1.0.2.zip", "size": 1397176, "checksum": "SHA-256:d31658d49d60ab2750fbebc28f96af25c89ab4490b4279b44f419145644a1e8b" @@ -86297,7 +111774,7 @@ "types": ["Contributed"], "repository": "https://github.com/TridentTD/TridentTD_SimplePair.git", "providesIncludes": ["TridentTD_SimplePair.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_SimplePair-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_SimplePair-1.0.0.zip", "archiveFileName": "TridentTD_SimplePair-1.0.0.zip", "size": 2356006, "checksum": "SHA-256:5c005c4c1d3e11e90cded0dc1c5d228c7d121995f73930f4c72024ac60e1a732" @@ -86314,7 +111791,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/biagiom/AccessoryShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.4.0.zip", "archiveFileName": "Accessory_Shield-1.4.0.zip", "size": 36260, "checksum": "SHA-256:b5e7bbd08124bb58298adae0abba38afa9d22522a87684d539c807bc53a09ded" @@ -86331,7 +111808,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/biagiom/AccessoryShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.5.0.zip", "archiveFileName": "Accessory_Shield-1.5.0.zip", "size": 37092, "checksum": "SHA-256:5db5ec6b003f3baa1e5a9dd71626ad542aa7da1ea607a181dbf53fb6fc3aa0a7" @@ -86348,7 +111825,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/biagiom/AccessoryShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.5.1.zip", "archiveFileName": "Accessory_Shield-1.5.1.zip", "size": 37089, "checksum": "SHA-256:1354110facbbb333e52812c5cd2bb07dcc8fcd03dc9aa4f81ca1e4a745053e83" @@ -86365,7 +111842,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/biagiom/AccessoryShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/biagiom/Accessory_Shield-1.5.2.zip", "archiveFileName": "Accessory_Shield-1.5.2.zip", "size": 37186, "checksum": "SHA-256:cae49556e8fc58e79194c72d703a281851f2eab826db126ef3e9967c1ecc841e" @@ -86382,7 +111859,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FatFs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-1.4.1.zip", "archiveFileName": "FatFs-1.4.1.zip", "size": 702142, "checksum": "SHA-256:b33c8c9deed551716a7d6b1092fc0487903f3507e76b72d5b6125125fbd0ab70" @@ -86399,7 +111876,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FatFs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-2.0.2.zip", "archiveFileName": "FatFs-2.0.2.zip", "size": 703494, "checksum": "SHA-256:d8f409856cac6af9f238d76d8a4a6dff215a85863548cf99e2b4252bccf26f71" @@ -86416,7 +111893,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FatFs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-2.0.3.zip", "archiveFileName": "FatFs-2.0.3.zip", "size": 703460, "checksum": "SHA-256:c4405015c6395f3a7e440759d83746f397ab832a6aa97e443321eb5841c3f8d7" @@ -86433,7 +111910,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.0.1.zip", "archiveFileName": "STM32duino_STM32SD-1.0.1.zip", "size": 27970, "checksum": "SHA-256:03b771f79cff5c6b04826d4cbe6ad278aed1c79fc4862c7d77e1fd3ae1144044" @@ -86450,7 +111927,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.1.0.zip", "archiveFileName": "STM32duino_STM32SD-1.1.0.zip", "size": 34094, "checksum": "SHA-256:e9b94412a2e59c17bdf5e4da7f42343d2992e73cea9c0f218481f6de0ceccf95" @@ -86467,7 +111944,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.1.1.zip", "archiveFileName": "STM32duino_STM32SD-1.1.1.zip", "size": 39263, "checksum": "SHA-256:9342793982df239e990215adab0fa3cb8656e43568c330fe1e2cd91e733ee3a1" @@ -86484,7 +111961,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.0.zip", "archiveFileName": "STM32duino_STM32SD-1.2.0.zip", "size": 39181, "checksum": "SHA-256:0557a5d7c50a2b9fe491076c898c4898995ce093d055500dee53862f6cc49316" @@ -86501,11 +111978,55 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.1.zip", "archiveFileName": "STM32duino_STM32SD-1.2.1.zip", "size": 39242, "checksum": "SHA-256:db2ec7c0029bc6f45cc41d8934e1de8646cd4fc3c35c0b7b05f6c929ded9c953" }, + { + "name": "STM32duino STM32SD", + "version": "1.2.2", + "author": "Several", + "maintainer": "stm32duino", + "sentence": "Enables reading and writing on SD card using SD card slot of the STM32 Board.", + "paragraph": "Once an SD memory card is connected to SD card slot you are able to create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://github.com/stm32duino/STM32SD", + "category": "Data Storage", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32SD.git", + "dependencies": [ + { + "name": "FatFs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.2.zip", + "archiveFileName": "STM32duino_STM32SD-1.2.2.zip", + "size": 39511, + "checksum": "SHA-256:446c319e5be4bb6e36cc635977d06e11fb4b121944935736211f0da907d84695" + }, + { + "name": "STM32duino STM32SD", + "version": "1.2.3", + "author": "Several", + "maintainer": "stm32duino", + "sentence": "Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.", + "paragraph": "Once an SD memory card is connected to SD card slot you are able to create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://github.com/stm32duino/STM32SD", + "category": "Data Storage", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32SD.git", + "dependencies": [ + { + "name": "FatFs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.3.zip", + "archiveFileName": "STM32duino_STM32SD-1.2.3.zip", + "size": 40208, + "checksum": "SHA-256:20224a771a10884c91aa967d2615d25cbaeb6b8343ae17382af505d0c6ba2160" + }, { "name": "ByteConvert", "version": "0.1.0", @@ -86519,7 +112040,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/ByteConvert_arduino.git", "providesIncludes": ["ByteConvert.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.0.zip", "archiveFileName": "ByteConvert-0.1.0.zip", "size": 5017, "checksum": "SHA-256:3c6de83c2d7280fcf2d1d930d7cad174245c6bc2b2306ba2497d91f320ac1b7d" @@ -86537,7 +112058,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/ByteConvert_arduino.git", "providesIncludes": ["ByteConvert.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.1.zip", "archiveFileName": "ByteConvert-0.1.1.zip", "size": 5118, "checksum": "SHA-256:9b4bd578f3505c53457803f57081ddb8e9c4ea88c419e8bb580a6edd02a86a1e" @@ -86555,7 +112076,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/ByteConvert_arduino.git", "providesIncludes": ["ByteConvert.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.2.zip", "archiveFileName": "ByteConvert-0.1.2.zip", "size": 5119, "checksum": "SHA-256:350833f53025af949ccc24238d496ba5c3d8ef983cd44b13e15dd86f10559eb6" @@ -86573,7 +112094,7 @@ "types": ["Contributed"], "repository": "https://github.com/SloCompTech/ByteConvert_arduino.git", "providesIncludes": ["ByteConvert.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SloCompTech/ByteConvert-0.1.3.zip", "archiveFileName": "ByteConvert-0.1.3.zip", "size": 5112, "checksum": "SHA-256:12369c04a784b0343b97d18a793a408fd73b81ddd5dd01e9e96d891b14dc0e7d" @@ -86590,7 +112111,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.0.zip", "archiveFileName": "Adafruit_VL6180X-1.0.0.zip", "size": 5499, "checksum": "SHA-256:e9821eeb3ed44cf817421a59b29a05ac6797be8d65cb1856873e7a3776255abb" @@ -86607,7 +112128,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.2.zip", "archiveFileName": "Adafruit_VL6180X-1.0.2.zip", "size": 6853, "checksum": "SHA-256:50708f8320e4867229aaa61f821f1dfd6b44a9a7b21a4a07823ef63650a21b00" @@ -86624,7 +112145,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.3.zip", "archiveFileName": "Adafruit_VL6180X-1.0.3.zip", "size": 8016, "checksum": "SHA-256:726fbc1267cea9a5d6d23d6d0ef015e94a5867f424f0a6284c729d87819b10b3" @@ -86641,11 +112162,173 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.4.zip", "archiveFileName": "Adafruit_VL6180X-1.0.4.zip", "size": 8018, "checksum": "SHA-256:bef95c07fff540940eaf61829703881cea082afba2abbcc2022bcdc823a621cd" }, + { + "name": "Adafruit_VL6180X", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.5.zip", + "archiveFileName": "Adafruit_VL6180X-1.0.5.zip", + "size": 8006, + "checksum": "SHA-256:eb22b1619a5c9bf1415184fd186251bccc82688e6ce01b630487b6696707d830" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.6.zip", + "archiveFileName": "Adafruit_VL6180X-1.0.6.zip", + "size": 8005, + "checksum": "SHA-256:5808c2da4d5e1736b3587b9a1b3299db8445bcef844fc946d22e6a9b15c1d45c" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.7.zip", + "archiveFileName": "Adafruit_VL6180X-1.0.7.zip", + "size": 7991, + "checksum": "SHA-256:7bb000d847820b579dd42ab4af30e46d0312dbeba8ad3eaf720dcb2746b9ca2c" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.0.8.zip", + "archiveFileName": "Adafruit_VL6180X-1.0.8.zip", + "size": 8051, + "checksum": "SHA-256:8ea716e017c46ace57c841e9e3991c03a6e8bb7221214af32e5e40b903f47858" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.1.0.zip", + "archiveFileName": "Adafruit_VL6180X-1.1.0.zip", + "size": 12882, + "checksum": "SHA-256:8b06f92e2ee854e8d4a51f89c50b95b07240b3ee27c4a364d166c867e72aa78c" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.2.0.zip", + "archiveFileName": "Adafruit_VL6180X-1.2.0.zip", + "size": 12922, + "checksum": "SHA-256:c2987f128e494fffbfdbbc8adfd5512373ec63e83f779f8bf7797fb4d1199d24" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.3.0.zip", + "archiveFileName": "Adafruit_VL6180X-1.3.0.zip", + "size": 12928, + "checksum": "SHA-256:675e8152914af412938eef12a6b8211f6f3dd61d2ac0597ae442dcdf924a5f60" + }, { "name": "PrinterDuino", "version": "0.1.1", @@ -86659,7 +112342,7 @@ "types": ["Contributed"], "repository": "https://github.com/DjamesSuhanko/bbPrinter.git", "providesIncludes": ["bbPrinter.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/PrinterDuino-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/PrinterDuino-0.1.1.zip", "archiveFileName": "PrinterDuino-0.1.1.zip", "size": 32101, "checksum": "SHA-256:42a3ce7385f630645bce7cf5ce521b30530a5ef5925fc3edf978b11450ab7700" @@ -86676,7 +112359,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.1.0.zip", "archiveFileName": "CarreraDigitalControlUnit-0.1.0.zip", "size": 14240, "checksum": "SHA-256:ef213b318fc3c1537ba1e0bb53630bef45bf411cef97952e4f620ca8add65d00" @@ -86693,7 +112376,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.2.0.zip", "archiveFileName": "CarreraDigitalControlUnit-0.2.0.zip", "size": 16706, "checksum": "SHA-256:5cb2d404b1625d2907c5297f4d5f1935176aaff492d3fd2d016ef5484e019f6c" @@ -86710,7 +112393,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.3.0.zip", "archiveFileName": "CarreraDigitalControlUnit-0.3.0.zip", "size": 16889, "checksum": "SHA-256:eb885327428741e11da03ec41eda6941d83d51eff9b9b1bdfa780f4e8a83445d" @@ -86727,7 +112410,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.4.0.zip", "archiveFileName": "CarreraDigitalControlUnit-0.4.0.zip", "size": 19434, "checksum": "SHA-256:28bf9f1cf038c9ef9610e3457c28607e846bc98219ed376ee90fdecdd481638f" @@ -86744,7 +112427,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.5.0.zip", "archiveFileName": "CarreraDigitalControlUnit-0.5.0.zip", "size": 19550, "checksum": "SHA-256:213893cb1ccca5f539d2f7be0ee3729a3826f3bf7da23bc916c85f50408e06e4" @@ -86761,7 +112444,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.6.0.zip", "archiveFileName": "CarreraDigitalControlUnit-0.6.0.zip", "size": 19655, "checksum": "SHA-256:992f33a3ffcd90ac19613c428c4c2cc227028d102d64f5981bde32ee8265d700" @@ -86778,7 +112461,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.6.1.zip", "archiveFileName": "CarreraDigitalControlUnit-0.6.1.zip", "size": 23716, "checksum": "SHA-256:3d8835ee3cd6757207e30a441f7535ab9d16a20903108b8e7b60ba660bac14e9" @@ -86795,11 +112478,62 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.6.2.zip", "archiveFileName": "CarreraDigitalControlUnit-0.6.2.zip", "size": 23748, "checksum": "SHA-256:fd21c766398d4208182f7f6804e27528e82a4a723f8c9956e4a8539c5a08a3b2" }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.7.0", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.7.0.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.7.0.zip", + "size": 18877, + "checksum": "SHA-256:bb9b1e6fee9f5e42693dc4f018eae5bfb157ab43e8326a61d57ca234ab716870" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.7.1", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.7.1.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.7.1.zip", + "size": 18874, + "checksum": "SHA-256:04f31e323981f8cd2fda6b73ec6491dd1acdd99fbc4604a62a2166eeb214a5ec" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.8.0", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.8.0.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.8.0.zip", + "size": 21109, + "checksum": "SHA-256:2242c3f2c94daab9609f8b4ddde6b218af49a5afae71c1d5e9761050bb9b3cb0" + }, { "name": "GSL1680", "version": "1.0.0", @@ -86813,7 +112547,7 @@ "types": ["Contributed"], "repository": "https://github.com/ESTBLC/GSL1680.git", "providesIncludes": ["GSL1680.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ESTBLC/GSL1680-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ESTBLC/GSL1680-1.0.0.zip", "archiveFileName": "GSL1680-1.0.0.zip", "size": 49129, "checksum": "SHA-256:7fb0c2110f883f16420b2804ad22f99fb21a3b2d32730948e8d3f8f8477a9c46" @@ -86831,7 +112565,7 @@ "types": ["Contributed"], "repository": "https://github.com/Velleman/VMA11.git", "providesIncludes": ["VMA11.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Velleman/VMA11-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/VMA11-1.0.0.zip", "archiveFileName": "VMA11-1.0.0.zip", "size": 10246, "checksum": "SHA-256:6b439275d5674a45aea5e07043d8c44386e8aeb5c06f560b125b0eff536d6201" @@ -86849,7 +112583,7 @@ "types": ["Contributed"], "repository": "https://github.com/h-c-c/Seven_Segment_Pixel.git", "providesIncludes": ["Adafruit_NeoPixel.h", "Seven_Segment_Pixel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/h-c-c/Seven_Segment_Pixel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/h-c-c/Seven_Segment_Pixel-1.0.0.zip", "archiveFileName": "Seven_Segment_Pixel-1.0.0.zip", "size": 8694, "checksum": "SHA-256:9ae7ea1aa13e3494ea1d6d8e1d0b746ba89b64bfefb157c5daccd879542a20b2" @@ -86866,7 +112600,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_VCNL4200.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_VCNL4200_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_VCNL4200_Library-1.0.0.zip", "archiveFileName": "CRC_VCNL4200_Library-1.0.0.zip", "size": 4911, "checksum": "SHA-256:f468b4f1c9b087c86255bfd1ce345a8694b954a5307979a1b19a629aee0c9dc2" @@ -86883,7 +112617,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_VCNL4200.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_VCNL4200_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_VCNL4200_Library-1.1.0.zip", "archiveFileName": "CRC_VCNL4200_Library-1.1.0.zip", "size": 5688, "checksum": "SHA-256:93a936ab51e1c8154275d252dc6a1e47823843bb224ea775a6990e06817fa4e2" @@ -86900,7 +112634,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ChicagoRobotics/CRC_VCNL4200.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_VCNL4200_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChicagoRobotics/CRC_VCNL4200_Library-1.1.1.zip", "archiveFileName": "CRC_VCNL4200_Library-1.1.1.zip", "size": 5939, "checksum": "SHA-256:6330448b1ca9be56216499e3b9dc1936aef154080f53a053e020423b5a4399f9" @@ -86917,7 +112651,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/szotsaki/LIS331.git", - "url": "http://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.0.0.zip", "archiveFileName": "LIS331-2.0.0.zip", "size": 22604, "checksum": "SHA-256:12da3562baf27b230b2a47960d8d0dd7e3f38b9ef781ad64333859e2075cb972" @@ -86934,7 +112668,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/szotsaki/LIS331.git", - "url": "http://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.0.2.zip", "archiveFileName": "LIS331-2.0.2.zip", "size": 22812, "checksum": "SHA-256:5963ecd8fba07115044927b68c3580875f2f9f98a4069b44b9de6e5361e5aebb" @@ -86951,7 +112685,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/szotsaki/LIS331.git", - "url": "http://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.1.0.zip", "archiveFileName": "LIS331-2.1.0.zip", "size": 23119, "checksum": "SHA-256:89eb2afe5593491501d76e1c11c2816c8c8d52d315886cf40c94086fb4413d8f" @@ -86968,7 +112702,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/szotsaki/LIS331.git", - "url": "http://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.2.0.zip", "archiveFileName": "LIS331-2.2.0.zip", "size": 23749, "checksum": "SHA-256:de58ae282de4eb30d9daa35ca7e70ca2122b1e26688b8f1364b8dd3554373a21" @@ -86985,7 +112719,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/szotsaki/LIS331.git", - "url": "http://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.2.2.zip", "archiveFileName": "LIS331-2.2.2.zip", "size": 23786, "checksum": "SHA-256:efc754360617e1b2585123b532781c0be07c74a4d0273dfb0d764ca65a4c657b" @@ -87002,7 +112736,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/szotsaki/LIS331.git", - "url": "http://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/szotsaki/LIS331-2.2.3.zip", "archiveFileName": "LIS331-2.2.3.zip", "size": 23901, "checksum": "SHA-256:7272776a7cbd9d48597c097a3a695ad79dc196637b25233b1ad78797e0c83841" @@ -87020,7 +112754,7 @@ "types": ["Contributed"], "repository": "https://github.com/FatBeard/vbus-arduino-library.git", "providesIncludes": ["VBUSDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FatBeard/vbus_arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FatBeard/vbus_arduino-1.0.0.zip", "archiveFileName": "vbus_arduino-1.0.0.zip", "size": 9780, "checksum": "SHA-256:0900db89a078bce4db49516dcf882d533bd798bfad2b73cba7d411ba3f719404" @@ -87038,11 +112772,57 @@ "types": ["Contributed"], "repository": "https://github.com/FatBeard/vbus-arduino-library.git", "providesIncludes": ["VBUSDecoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FatBeard/vbus_arduino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FatBeard/vbus_arduino-1.0.1.zip", "archiveFileName": "vbus_arduino-1.0.1.zip", "size": 9820, "checksum": "SHA-256:2cdfc431c034c854273a5d01d0ac38d38b42d398d2085879984d36b1744e94fa" }, + { + "name": "vbus-arduino", + "version": "1.0.2", + "author": "Brian Healy \u003chealybrian@gmail.com\u003e", + "maintainer": "Brian Healy \u003chealybrian@gmail.com\u003e", + "sentence": "Allows arduino to read data from some vbus compatible controllers.", + "paragraph": "Currently Deltasol C, Resol DeltaTherm FK,Oranier Aquacontrol III \u0026 Conergy DT5 are supported. May require AltSoftSerial when not using mega type Arduinos", + "website": "https://github.com/FatBeard/vbus-arduino-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/FatBeard/vbus-arduino-library.git", + "providesIncludes": ["VBUSDecoder.h"], + "dependencies": [ + { + "name": "AltSoftSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FatBeard/vbus_arduino-1.0.2.zip", + "archiveFileName": "vbus_arduino-1.0.2.zip", + "size": 90425, + "checksum": "SHA-256:75db53dc59b184237a5bfa9b6474bd602f7ddb05e63c7cfbf3af83d8f92c3520" + }, + { + "name": "vbus-arduino", + "version": "1.1.0", + "author": "Brian Healy \u003chealybrian@gmail.com\u003e", + "maintainer": "Brian Healy \u003chealybrian@gmail.com\u003e", + "sentence": "Allows arduino to read data from some vbus compatible controllers.", + "paragraph": "Currently Deltasol C, Resol DeltaTherm FK,Oranier Aquacontrol III \u0026 Conergy DT5 are supported. May require AltSoftSerial when not using mega type Arduinos", + "website": "https://github.com/FatBeard/vbus-arduino-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/FatBeard/vbus-arduino-library.git", + "providesIncludes": ["VBUSDecoder.h"], + "dependencies": [ + { + "name": "AltSoftSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FatBeard/vbus_arduino-1.1.0.zip", + "archiveFileName": "vbus_arduino-1.1.0.zip", + "size": 91645, + "checksum": "SHA-256:3caf7e0cd452494add50cddaaf289c44f610144d3692c18daf47f67642735b17" + }, { "name": "ArduinoIHC", "version": "1.0.1", @@ -87055,7 +112835,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/dingusdk/arduinoihc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.1.zip", "archiveFileName": "ArduinoIHC-1.0.1.zip", "size": 26447, "checksum": "SHA-256:453498ec6473e9531f1b81596f5b4b8a0fde0847c02dc837163f2aaf31239adf" @@ -87072,7 +112852,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/dingusdk/arduinoihc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.2.zip", "archiveFileName": "ArduinoIHC-1.0.2.zip", "size": 27586, "checksum": "SHA-256:6c3a96101a4cc1ba7ae90683314a4eae02f3892f647cf575090b8a71c6b85c0b" @@ -87089,7 +112869,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/dingusdk/arduinoihc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.3.zip", "archiveFileName": "ArduinoIHC-1.0.3.zip", "size": 27608, "checksum": "SHA-256:fa4e07e730f2e1a59ea236bc4272382c69921c3a881a609c0e4498f1fa3e4b2c" @@ -87106,11 +112886,62 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/dingusdk/arduinoihc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.5.zip", "archiveFileName": "ArduinoIHC-1.0.5.zip", "size": 27648, "checksum": "SHA-256:2000fa48d7caa504f63177938f04d154e642e9ab0cc4e557d26d004449de0524" }, + { + "name": "ArduinoIHC", + "version": "1.0.7", + "author": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "maintainer": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "sentence": "A Library for connecting to the IHC Controller data in/out.", + "paragraph": "Supports simulated In/Out-put modules for IHC, and the IHC Temperature/Humidity protokol.", + "website": "http://dingus.dk", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dingusdk/arduinoihc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.7.zip", + "archiveFileName": "ArduinoIHC-1.0.7.zip", + "size": 29280, + "checksum": "SHA-256:183756e3ad19c6811744abb4d84b9192bba9307b3686f98eae90c850dcd251c6" + }, + { + "name": "ArduinoIHC", + "version": "1.0.8", + "author": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "maintainer": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "sentence": "A Library for connecting to the IHC Controller data in/out.", + "paragraph": "Supports simulated In/Out-put modules for IHC, and the IHC Temperature/Humidity protokol.", + "website": "http://dingus.dk", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dingusdk/arduinoihc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.8.zip", + "archiveFileName": "ArduinoIHC-1.0.8.zip", + "size": 29140, + "checksum": "SHA-256:bfcba9eca7279b23c7b6cd9939cf2b42a29fcc784c5d812fc25db974ec4b58a1" + }, + { + "name": "ArduinoIHC", + "version": "1.0.10", + "author": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "maintainer": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "sentence": "A Library for connecting to the IHC Controller data in/out.", + "paragraph": "Supports simulated In/Out-put modules for IHC, and the IHC Temperature/Humidity protokol.", + "website": "http://dingus.dk", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dingusdk/arduinoihc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/ArduinoIHC-1.0.10.zip", + "archiveFileName": "ArduinoIHC-1.0.10.zip", + "size": 29223, + "checksum": "SHA-256:5659fe601cd9b86aa2b4d62ac492a21c14e8d908d3236b80ba19411077f496c7" + }, { "name": "BlueRobotics Keller LD Library", "version": "1.0.0", @@ -87123,7 +112954,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bluerobotics/BlueRobotics_KellerLD_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_Keller_LD_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_Keller_LD_Library-1.0.0.zip", "archiveFileName": "BlueRobotics_Keller_LD_Library-1.0.0.zip", "size": 6597, "checksum": "SHA-256:27754b15ea2b9ec17130d4f03663927015c6d2cc9df34e9d15dae09d77daa466" @@ -87140,7 +112971,7 @@ "architectures": ["Simblee"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Ganglion_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Ganglion_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Ganglion_Library-2.0.0.zip", "archiveFileName": "OpenBCI_Ganglion_Library-2.0.0.zip", "size": 27986, "checksum": "SHA-256:a40a8ef5df94b41a32e0a83ac0a15b9662db07968a0f6f4a24681d79a08a4e9f" @@ -87157,7 +112988,7 @@ "architectures": ["Simblee"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Ganglion_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Ganglion_Library-2.0.0-rc1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Ganglion_Library-2.0.0-rc1.zip", "archiveFileName": "OpenBCI_Ganglion_Library-2.0.0-rc1.zip", "size": 27589, "checksum": "SHA-256:32abb03498658ab613f2cccc9847ae0449c334b2b2066d4ed611d496fd4c03d5" @@ -87174,7 +113005,7 @@ "architectures": ["Simblee"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_Ganglion_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Ganglion_Library-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_Ganglion_Library-2.0.1.zip", "archiveFileName": "OpenBCI_Ganglion_Library-2.0.1.zip", "size": 28061, "checksum": "SHA-256:c32b70e0459d454b84466b5ba45f241ed08e54e270ecb8f45199a2f54ebf3426" @@ -87191,7 +113022,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.0.0.zip", "archiveFileName": "OpenBCI_32bit_Library-3.0.0.zip", "size": 69594, "checksum": "SHA-256:ae8c272c15aee3470c4f385a3bd55d20ab359141532dd6742704ef6a65bf6d08" @@ -87208,7 +113039,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.0.0-rc4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.0.0-rc4.zip", "archiveFileName": "OpenBCI_32bit_Library-3.0.0-rc4.zip", "size": 66618, "checksum": "SHA-256:f08de27261f7817d465c2f1357666e464d380cd625312ded249aeca8a8771aec" @@ -87225,7 +113056,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.0.0-rc6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.0.0-rc6.zip", "archiveFileName": "OpenBCI_32bit_Library-3.0.0-rc6.zip", "size": 67524, "checksum": "SHA-256:8d82565798406a3df0cc1375cc5211b77b35dd56ddc35a29d84217757983a55c" @@ -87242,7 +113073,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.1.0.zip", "archiveFileName": "OpenBCI_32bit_Library-3.1.0.zip", "size": 71037, "checksum": "SHA-256:53e317881fbdd6ac014f863273c010cf5bacae0d958bb299a6398ac563ee601c" @@ -87259,7 +113090,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.1.1.zip", "archiveFileName": "OpenBCI_32bit_Library-3.1.1.zip", "size": 71116, "checksum": "SHA-256:78ab5c73c9f5ebe47b62a2dcbec83003b6dae8c15febd82c499a4dcb8648d5ca" @@ -87276,7 +113107,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_Library-3.1.2.zip", "archiveFileName": "OpenBCI_32bit_Library-3.1.2.zip", "size": 71239, "checksum": "SHA-256:51ac18b545c382282a5e2f16137484183d2e9c02a46f603fc044992ff18bac45" @@ -87293,7 +113124,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconMQTT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconMQTT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconMQTT-1.0.0.zip", "archiveFileName": "VitconMQTT-1.0.0.zip", "size": 17583, "checksum": "SHA-256:40be8e50b344bef05db3733c4e385405b53a965c63471ecea15070525cb02e80" @@ -87310,7 +113141,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/vitcon-iot/VitconMQTT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconMQTT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vitcon-iot/VitconMQTT-1.0.1.zip", "archiveFileName": "VitconMQTT-1.0.1.zip", "size": 17698, "checksum": "SHA-256:9ab76c66316225e1699592153aa34f0e06ef60f005e6806f3e508c8ca101498d" @@ -87328,7 +113159,7 @@ "types": ["Contributed"], "repository": "https://github.com/Velleman/ALLBOT-lib.git", "providesIncludes": ["ALLBOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Velleman/ALLBOT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/ALLBOT-1.0.0.zip", "archiveFileName": "ALLBOT-1.0.0.zip", "size": 26899, "checksum": "SHA-256:bdf83fa4157387c5ec21a7f6b001535e45d17d85b573c47841a5ed6981e3695e" @@ -87345,7 +113176,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/philippG777/HP03S.git", - "url": "http://downloads.arduino.cc/libraries/github.com/philippG777/HP03S-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/philippG777/HP03S-1.1.0.zip", "archiveFileName": "HP03S-1.1.0.zip", "size": 6864, "checksum": "SHA-256:73c30322215fcaa53c83b84454e4132ca7c53fd250a441374819a2402c8f6e2f" @@ -87362,7 +113193,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/philippG777/HP03S.git", - "url": "http://downloads.arduino.cc/libraries/github.com/philippG777/HP03S-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/philippG777/HP03S-1.0.0.zip", "archiveFileName": "HP03S-1.0.0.zip", "size": 6863, "checksum": "SHA-256:e88bcf2159c4a59a0f9475e3ad2108796c5b8bd09d9b99744d71a954f81b6cd0" @@ -87380,7 +113211,7 @@ "types": ["Contributed"], "repository": "https://github.com/nkolban/ESP32_BLE_Arduino.git", "providesIncludes": ["BLE.h BLEUtils.h BLEScan.h BLEAdvertisedDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.1.0.zip", "archiveFileName": "ESP32_BLE_Arduino-0.1.0.zip", "size": 81466, "checksum": "SHA-256:c5cfdc9bff25db0fa605051d99ef0ae6114d9e89c6533a2ba86ab6dde5eabee3" @@ -87398,7 +113229,7 @@ "types": ["Contributed"], "repository": "https://github.com/nkolban/ESP32_BLE_Arduino.git", "providesIncludes": ["BLE.h BLEUtils.h BLEScan.h BLEAdvertisedDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.0.zip", "archiveFileName": "ESP32_BLE_Arduino-0.4.0.zip", "size": 81467, "checksum": "SHA-256:7cebe57f7a5529743475c3d643083f37293fd2d975fe5cd600bd0afa85579017" @@ -87416,7 +113247,7 @@ "types": ["Contributed"], "repository": "https://github.com/nkolban/ESP32_BLE_Arduino.git", "providesIncludes": ["BLE.h", "BLEUtils.h", "BLEScan.h", "BLEAdvertisedDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.1.zip", "archiveFileName": "ESP32_BLE_Arduino-0.4.1.zip", "size": 81469, "checksum": "SHA-256:f50faf21f5b76999c84b0edffbac95d495dbb0f665ae37cd6435b9d3703d9555" @@ -87434,7 +113265,7 @@ "types": ["Contributed"], "repository": "https://github.com/nkolban/ESP32_BLE_Arduino.git", "providesIncludes": ["BLE.h", "BLEUtils.h", "BLEScan.h", "BLEAdvertisedDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.2.zip", "archiveFileName": "ESP32_BLE_Arduino-0.4.2.zip", "size": 81518, "checksum": "SHA-256:b3ee35b0f61243225377b0de5d2bb3171d82f4b04eed7ce11c3de4fa5d2f89d6" @@ -87452,7 +113283,7 @@ "types": ["Contributed"], "repository": "https://github.com/nkolban/ESP32_BLE_Arduino.git", "providesIncludes": ["BLE.h", "BLEUtils.h", "BLEScan.h", "BLEAdvertisedDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-0.4.7.zip", "archiveFileName": "ESP32_BLE_Arduino-0.4.7.zip", "size": 96466, "checksum": "SHA-256:7508383eb0fce76076ac1d1727889d9daee214edc0a5464a8901b93616edff9e" @@ -87470,7 +113301,7 @@ "types": ["Contributed"], "repository": "https://github.com/nkolban/ESP32_BLE_Arduino.git", "providesIncludes": ["BLEDevice.h", "BLEUtils.h", "BLEScan.h", "BLEAdvertisedDevice.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nkolban/ESP32_BLE_Arduino-1.0.1.zip", "archiveFileName": "ESP32_BLE_Arduino-1.0.1.zip", "size": 132904, "checksum": "SHA-256:861d64420a2cf72f49369ee016db927fd5519b2e2dabe5e0fb968e56b3c6de91" @@ -87487,7 +113318,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.0.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.0.zip", "size": 14612, "checksum": "SHA-256:e7f8a58b5084f910406dd1b94f7c2fd89762cdba408359b290be2cad7f26214d" @@ -87504,7 +113335,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.1.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.1.zip", "size": 14635, "checksum": "SHA-256:8c0d0feed470f6f6fdf0d95df6f7ceac5dcbd5b5633d181771d718d2f07bfdb8" @@ -87521,7 +113352,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.2.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.2.zip", "size": 14607, "checksum": "SHA-256:75a55a09f39644e5d670ee477b37d5a0b4ac6b890921247ca273005d61b408de" @@ -87538,7 +113369,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.3.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.3.zip", "size": 14633, "checksum": "SHA-256:5aaadc3a48c290d97894882ee2a09d29eec5461b91552c729a9774d5d7627729" @@ -87555,7 +113386,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.4.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.4.zip", "size": 14636, "checksum": "SHA-256:a88cc1debb7ebe15cd883dcebc7852a1187d195ae6c00dd529206ae873516860" @@ -87572,7 +113403,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.5.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.5.zip", "size": 14633, "checksum": "SHA-256:7b5db8b572d7ca0d1192d635b4eaa500593301b5edb38bd45455c602a9e20923" @@ -87589,7 +113420,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.0.6.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.0.6.zip", "size": 15765, "checksum": "SHA-256:fa035236a76086cd367486af9ba704bf63f25cf7c562525fb4287e0f0aa30349" @@ -87606,7 +113437,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.0.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.1.0.zip", "size": 311813, "checksum": "SHA-256:5eeb1c6fe448316d4982f6e1f3b31e28803c477ce4707fa4d59feede99b367cb" @@ -87623,11 +113454,101 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.1.zip", "archiveFileName": "Adafruit_APDS9960_Library-1.1.1.zip", "size": 311811, "checksum": "SHA-256:d51d9d3771484ef2e7e2975f1f11b64542c256906f9073b02106c65673e79a2c" }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.2.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.1.2.zip", + "size": 311816, + "checksum": "SHA-256:24f6228d74ff60f19619da0f2fb07956456b94f1994f2c9f40989138eecf756e" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.3.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.1.3.zip", + "size": 311836, + "checksum": "SHA-256:f221a6a2be4d50e3c01b339ff2b4f62b9f569252659e31cc1a12e6d0954b7856" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.4.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.1.4.zip", + "size": 311843, + "checksum": "SHA-256:80f7fbb6aaa0875532b7788ec8589305572a66fc0d8e12e45a1f9340fea0b037" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.5.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.1.5.zip", + "size": 311837, + "checksum": "SHA-256:8dc67852e3bbc21e6bef3b020b6dbf4734974030a1880c4a46e5cf55cf253894" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.2.0.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.2.0.zip", + "size": 311860, + "checksum": "SHA-256:2f26401f342883706e9ff3bf1a1cda03d60869ef401755229eafa82f28627d35" + }, { "name": "Ramp", "version": "0.3.0", @@ -87641,7 +113562,7 @@ "types": ["Contributed"], "repository": "https://github.com/siteswapjuggler/RAMP.git", "providesIncludes": ["Ramp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.3.0.zip", "archiveFileName": "Ramp-0.3.0.zip", "size": 6241, "checksum": "SHA-256:4c9c72ce5ce302f15a5f0b27da6cd1c9fc38796343c66bca4f53217b408138d9" @@ -87659,7 +113580,7 @@ "types": ["Contributed"], "repository": "https://github.com/siteswapjuggler/RAMP.git", "providesIncludes": ["Ramp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.4.0.zip", "archiveFileName": "Ramp-0.4.0.zip", "size": 1380938, "checksum": "SHA-256:36eb372a5d9f1bd1da9ab04622b571de44eaf90d455c7f3f5efedaaab29dd7e4" @@ -87677,11 +113598,83 @@ "types": ["Contributed"], "repository": "https://github.com/siteswapjuggler/RAMP.git", "providesIncludes": ["Ramp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.4.1.zip", "archiveFileName": "Ramp-0.4.1.zip", "size": 18857, "checksum": "SHA-256:b2c72418bae22a8766ec250564fd6dfbfbab20c017b82cf97e602ca5ac31f192" }, + { + "name": "Ramp", + "version": "0.4.2", + "author": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "maintainer": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "sentence": "A library that manage interpolation beetween values.", + "paragraph": "This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.", + "website": "https://github.com/siteswapjuggler", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siteswapjuggler/RAMP.git", + "providesIncludes": ["Ramp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.4.2.zip", + "archiveFileName": "Ramp-0.4.2.zip", + "size": 18859, + "checksum": "SHA-256:fc1e5eb1e9567fa667662836bbf2e20d008962dbd545adba28983c11b7f94b91" + }, + { + "name": "Ramp", + "version": "0.4.3", + "author": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "maintainer": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "sentence": "A library that manage interpolation beetween values.", + "paragraph": "This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.", + "website": "https://github.com/siteswapjuggler", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siteswapjuggler/RAMP.git", + "providesIncludes": ["Ramp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.4.3.zip", + "archiveFileName": "Ramp-0.4.3.zip", + "size": 18968, + "checksum": "SHA-256:0db04ecb0663f19931a927c5f32ecc6e48c8cc15b650bb26abd1d264cbb78ba6" + }, + { + "name": "Ramp", + "version": "0.5.0", + "author": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "maintainer": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "sentence": "A library that manage interpolation beetween values.", + "paragraph": "This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.", + "website": "https://github.com/siteswapjuggler", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siteswapjuggler/RAMP.git", + "providesIncludes": ["Ramp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.5.0.zip", + "archiveFileName": "Ramp-0.5.0.zip", + "size": 19909, + "checksum": "SHA-256:c81a0a2f7078b2c751da174746785a59a67abdd3cfa1dd2e2d755cb47741d082" + }, + { + "name": "Ramp", + "version": "0.6.0", + "author": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "maintainer": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "sentence": "A library that manage interpolation beetween values.", + "paragraph": "This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.", + "website": "https://github.com/siteswapjuggler", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siteswapjuggler/RAMP.git", + "providesIncludes": ["Ramp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.6.0.zip", + "archiveFileName": "Ramp-0.6.0.zip", + "size": 19943, + "checksum": "SHA-256:58078787e669b7929d603997890a074a0e9fa73bf09b28e47eb8f3d25ff83cb3" + }, { "name": "OpenBCI_32bit_SD", "version": "2.0.0", @@ -87694,7 +113687,7 @@ "architectures": ["pic32"], "types": ["Contributed"], "repository": "https://github.com/OpenBCI/OpenBCI_32bit_SD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_SD-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenBCI/OpenBCI_32bit_SD-2.0.0.zip", "archiveFileName": "OpenBCI_32bit_SD-2.0.0.zip", "size": 60178, "checksum": "SHA-256:84d8024058fd6a4e2c7d8a3413c982068105168498a67dee29af8732309e3a62" @@ -87711,11 +113704,47 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/erdemarslan/GSMSim.git", - "url": "http://downloads.arduino.cc/libraries/github.com/erdemarslan/GSMSim-1.0.19.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erdemarslan/GSMSim-1.0.19.zip", "archiveFileName": "GSMSim-1.0.19.zip", "size": 32792, "checksum": "SHA-256:91da3d2b672b1b007a871708282060fe109d3a1c2a023da9d8425ce17c7bcdbc" }, + { + "name": "GSMSim", + "version": "2.0.1", + "author": "Erdem Arslan, erdemsaid@gmail.com", + "maintainer": "Erdem Arslan, erdemsaid@gmail.com", + "license": "MIT", + "sentence": "GSM Library For SimCom Modules", + "paragraph": "This library written for SIMCOM modules. Tested on Sim800L. Library may worked on any SIMCOM and another GSM modules and GSM Shields. Some AT commands for only SIMCOM modules.", + "website": "https://github.com/erdemarslan/GSMSim", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/erdemarslan/GSMSim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/erdemarslan/GSMSim-2.0.1.zip", + "archiveFileName": "GSMSim-2.0.1.zip", + "size": 58613, + "checksum": "SHA-256:18ac91039c069b9f62a663355f30b8288570da45664fa5d9b49cc195cf793b5e" + }, + { + "name": "GSMSim", + "version": "2.0.2", + "author": "Erdem Arslan, erdemsaid@gmail.com", + "maintainer": "Erdem Arslan, erdemsaid@gmail.com", + "license": "MIT", + "sentence": "GSM Library For SimCom Modules", + "paragraph": "This library written for SIMCOM modules. Tested on Sim800L. Library may worked on any SIMCOM and another GSM modules and GSM Shields. Some AT commands for only SIMCOM modules.", + "website": "https://github.com/erdemarslan/GSMSim", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/erdemarslan/GSMSim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/erdemarslan/GSMSim-2.0.2.zip", + "archiveFileName": "GSMSim-2.0.2.zip", + "size": 58777, + "checksum": "SHA-256:90d93363b25f1969449f6bc93aa63d13c47f831c38d237bd6821f8ee0c6b0763" + }, { "name": "Unified Log", "version": "0.1.0", @@ -87728,7 +113757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dersimn/ArduinoUnifiedLog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dersimn/Unified_Log-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dersimn/Unified_Log-0.1.0.zip", "archiveFileName": "Unified_Log-0.1.0.zip", "size": 6861, "checksum": "SHA-256:18722c27e1e297cac4878b0bfb190b8c93afb616c5bafc44e45c276d389ae325" @@ -87746,7 +113775,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.0.0.zip", "archiveFileName": "CoogleIOT-1.0.0.zip", "size": 439922, "checksum": "SHA-256:847e937033a19147c6d044404487b0a3d89adcff3fcc6fb4e34a90fa94edb9bc" @@ -87764,7 +113793,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.1.0.zip", "archiveFileName": "CoogleIOT-1.1.0.zip", "size": 442451, "checksum": "SHA-256:be1970399916118bf77354c243c6cc645293cc8bb4bb75da661edc772bc2d9cd" @@ -87782,7 +113811,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.1.1.zip", "archiveFileName": "CoogleIOT-1.1.1.zip", "size": 442813, "checksum": "SHA-256:5af7085c48f839748ea9e9415a2bc8ad1625a2525dab9d1cebc8fee91d6b0a06" @@ -87800,7 +113829,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.2.0.zip", "archiveFileName": "CoogleIOT-1.2.0.zip", "size": 443757, "checksum": "SHA-256:9a87ce5cd0ff6ee130dec533d62e63ce19b0ed79b52cfb639d390c3e5a4e56e4" @@ -87818,7 +113847,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.2.1.zip", "archiveFileName": "CoogleIOT-1.2.1.zip", "size": 443998, "checksum": "SHA-256:26e36fcc5767829dcaedfb45fabb3e5effe01cfbea83158eedf95de959cc3c92" @@ -87836,7 +113865,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.2.2.zip", "archiveFileName": "CoogleIOT-1.2.2.zip", "size": 444805, "checksum": "SHA-256:85b5d2021c4b09a2f4821d9d67dd5359f4841f8b6e938731fc724c5c37a4c62a" @@ -87854,7 +113883,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.3.0.zip", "archiveFileName": "CoogleIOT-1.3.0.zip", "size": 445140, "checksum": "SHA-256:00c4a18a66bdb7293437357c3229f87d0ba3ad01393003b3402ba3d970e44e33" @@ -87872,7 +113901,7 @@ "types": ["Contributed"], "repository": "https://github.com/ThisSmartHouse/CoogleIOT.git", "providesIncludes": ["CoogleIOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ThisSmartHouse/CoogleIOT-1.3.1.zip", "archiveFileName": "CoogleIOT-1.3.1.zip", "size": 446393, "checksum": "SHA-256:e7040b5bab2715e18b7c722c163fedabac91084a20a398c7cd0e5e76953a2fba" @@ -87890,7 +113919,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/LCD_ST7032.git", "providesIncludes": ["Wire.h", "USIWire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/LCD_ST7032-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/LCD_ST7032-1.0.0.zip", "archiveFileName": "LCD_ST7032-1.0.0.zip", "size": 6658, "checksum": "SHA-256:31038546f8f06b5cefcba6cc3f286b6ac249a70af0c68267c3e14bc52e89b8ce" @@ -87908,7 +113937,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/LCD_ST7032.git", "providesIncludes": ["Wire.h", "USIWire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/LCD_ST7032-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/LCD_ST7032-1.0.2.zip", "archiveFileName": "LCD_ST7032-1.0.2.zip", "size": 6682, "checksum": "SHA-256:eb6fa8b42a67a896a5852a002a4bed5e5312454a5e52de40ad01c423e0cf47fe" @@ -87935,7 +113964,7 @@ "stdlib.h", "SFE_BMP180.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/NorthernWidget/ALog-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/ALog-0.3.2.zip", "archiveFileName": "ALog-0.3.2.zip", "size": 6786612, "checksum": "SHA-256:7d8d07e0d9593c5ee42adfad21f9c143a7c088f98af140ac98d168c1a3bb1ad1" @@ -87952,7 +113981,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/keyro90/AFArray.git", - "url": "http://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.1.0.zip", "archiveFileName": "AFArray-0.1.0.zip", "size": 10190, "checksum": "SHA-256:bea47ea07d32b2f258d4a224760c05e9f6887fd48cfd29ae9d513f4cb9cb1b6e" @@ -87969,7 +113998,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/keyro90/AFArray.git", - "url": "http://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.1.1.zip", "archiveFileName": "AFArray-0.1.1.zip", "size": 10390, "checksum": "SHA-256:289cc78121bf8ba834d56720bd2c7302af53a1eb2b036e07f3e105598e0a4383" @@ -87986,7 +114015,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/keyro90/AFArray.git", - "url": "http://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.2.0.zip", "archiveFileName": "AFArray-0.2.0.zip", "size": 11712, "checksum": "SHA-256:d23dcb624a15eeeb35f7ef4dff800111e9e5c2d8a6138312d645072adc40622c" @@ -88003,7 +114032,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/keyro90/AFArray.git", - "url": "http://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.2.2.zip", "archiveFileName": "AFArray-0.2.2.zip", "size": 11644, "checksum": "SHA-256:5f4244bbc98c52d9f9e58ba352aa1ccd018b63a2cb077b42c1d9a4e3580ea917" @@ -88020,11 +114049,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/keyro90/AFArray.git", - "url": "http://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.3.1.zip", "archiveFileName": "AFArray-0.3.1.zip", "size": 12940, "checksum": "SHA-256:5771bf65d081f95a8969713a9e28d94683194be41d0003f82f2dcb5c2c3a36f8" }, + { + "name": "AFArray", + "version": "0.4.0", + "author": "Andrea Tazio Giusti", + "maintainer": "Andrea Tazio Giusti andreatgiusti@gmail.com", + "sentence": "Simple Array ADT for Arduino Framework with template.", + "paragraph": "Very useful and smart Array ADT.", + "website": "https://github.com/TechLabCommunity/AFArray", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keyro90/AFArray.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keyro90/AFArray-0.4.0.zip", + "archiveFileName": "AFArray-0.4.0.zip", + "size": 13056, + "checksum": "SHA-256:840f4a29fde180f5efa63f52bcd356d98afb2b5ac3c28c453bc8eda9a2dba4cc" + }, { "name": "ReactorProtocol", "version": "0.0.1", @@ -88038,7 +114084,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/ReactorProtocol.git", "providesIncludes": ["ReactorProtocol.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/ReactorProtocol-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/ReactorProtocol-0.0.1.zip", "archiveFileName": "ReactorProtocol-0.0.1.zip", "size": 38293, "checksum": "SHA-256:07611df23a687024368090edc89153d0482658df55bcaeae4836fd5d93353618" @@ -88056,7 +114102,7 @@ "types": ["Contributed"], "repository": "https://github.com/WPIRoboticsEngineering/ReactorProtocol.git", "providesIncludes": ["ReactorProtocol.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/ReactorProtocol-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/ReactorProtocol-0.0.2.zip", "archiveFileName": "ReactorProtocol-0.0.2.zip", "size": 30322, "checksum": "SHA-256:8dff2497a578b1d08a74055069c01f8fae26dbc04dd1411962fde0f3f3cd45d5" @@ -88074,7 +114120,7 @@ "types": ["Contributed"], "repository": "https://github.com/libEmGUI/emGUI-arduino.git", "providesIncludes": ["emGUI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/libEmGUI/emGUI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/libEmGUI/emGUI-1.0.0.zip", "archiveFileName": "emGUI-1.0.0.zip", "size": 937532, "checksum": "SHA-256:ef04c0f0e10cb81bccf391530572ed71aa03ee1207e8edc9d23be3d9941592ff" @@ -88091,7 +114137,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.0.zip", "archiveFileName": "XLR8Quadrature-1.0.0.zip", "size": 20501, "checksum": "SHA-256:35be175e800b1ecd2036d74e5c2a096aef24e7252498e15ebd031351cd904515" @@ -88108,7 +114154,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.1.zip", "archiveFileName": "XLR8Quadrature-1.0.1.zip", "size": 20844, "checksum": "SHA-256:745e0602886d6e38d4094b5b4754f111b53ed79211129860c9ed77b2d732ba5c" @@ -88125,7 +114171,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.2.zip", "archiveFileName": "XLR8Quadrature-1.0.2.zip", "size": 20867, "checksum": "SHA-256:6daf2d4502c65bb8ff8cae5e28ffff9c821d41073119575e0f12cf8188e49ea3" @@ -88142,7 +114188,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.3.zip", "archiveFileName": "XLR8Quadrature-1.0.3.zip", "size": 21344, "checksum": "SHA-256:593eb29434af1024b58b4c5fe8a42cb26893d42387b4b6f39e868789bef85e16" @@ -88159,7 +114205,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.0.4.zip", "archiveFileName": "XLR8Quadrature-1.0.4.zip", "size": 21373, "checksum": "SHA-256:45cbcc4ba6625633d3f1f2e35be7f29a0f14c5ea51413aace8a47be3c69206ec" @@ -88176,7 +114222,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.1.0.zip", "archiveFileName": "XLR8Quadrature-1.1.0.zip", "size": 22758, "checksum": "SHA-256:200c81fad00282cac60bf645b12273dd3ca9ec44ca188c45c621529d2736999d" @@ -88193,7 +114239,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Quadrature.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Quadrature-1.2.0.zip", "archiveFileName": "XLR8Quadrature-1.2.0.zip", "size": 22789, "checksum": "SHA-256:671af17a9f29baaf06ae22ae208fe33e724989adfb93d9768daee2d0a001bff0" @@ -88211,7 +114257,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.1.1.zip", "archiveFileName": "Andee-3.1.1.zip", "size": 119699, "checksum": "SHA-256:669a45ad346a2ef15a7d9a9ec1361708d305b18c94bc8eb072d268a516ec404d" @@ -88229,7 +114275,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.1.3.zip", "archiveFileName": "Andee-3.1.3.zip", "size": 119699, "checksum": "SHA-256:ddb78cfa7a0a02aa3cf63e105fc1167933082f2b92bd0ba84cad0bd0c8372a6d" @@ -88247,7 +114293,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.0.zip", "archiveFileName": "Andee-3.2.0.zip", "size": 114823, "checksum": "SHA-256:e2f493f168999a0c33a67e6b1a9264c51266e77b7d1488b0e86103ea2720de48" @@ -88265,7 +114311,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.1.zip", "archiveFileName": "Andee-3.2.1.zip", "size": 114888, "checksum": "SHA-256:29462d23ab81ee0a7f45aa01284dffa91fc08a882d74ea9805cb8ba5155df42f" @@ -88283,7 +114329,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.2.zip", "archiveFileName": "Andee-3.2.2.zip", "size": 115226, "checksum": "SHA-256:142fbdb656bb2d1983ce946ffdfccba2926b80eff4c04a117eb18c059680a182" @@ -88301,7 +114347,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.4.zip", "archiveFileName": "Andee-3.2.4.zip", "size": 115358, "checksum": "SHA-256:f2ac373b2fec936d682794bb33e7a0a35832173fffa2644e33e1ddbe7c21ace8" @@ -88319,7 +114365,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.5.zip", "archiveFileName": "Andee-3.2.5.zip", "size": 115488, "checksum": "SHA-256:83e3db9eb81a33d1c6fe2faaf3f97dee90847a563db296c797ec0133d8cbbc12" @@ -88337,7 +114383,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.6.zip", "archiveFileName": "Andee-3.2.6.zip", "size": 116043, "checksum": "SHA-256:e1e18df6c1ad446387a074b381e1bfe60fca3bee34959e6c63fec3f9cde51304" @@ -88355,7 +114401,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.7.zip", "archiveFileName": "Andee-3.2.7.zip", "size": 116126, "checksum": "SHA-256:804a0d1289e3b291e8b536fd79be24de898eda38d3da857133aa8cef00f10237" @@ -88373,7 +114419,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.2.8.zip", "archiveFileName": "Andee-3.2.8.zip", "size": 118407, "checksum": "SHA-256:5628d63fe3e89d36f02e35e45e3875df124c95254630370161d0afca4e001fc5" @@ -88391,7 +114437,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.3.0.zip", "archiveFileName": "Andee-3.3.0.zip", "size": 122636, "checksum": "SHA-256:f9b17418e2c628f00c4af6d9ad92a62f36a01939be3eb0aa5314709957b950f4" @@ -88409,7 +114455,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.3.1.zip", "archiveFileName": "Andee-3.3.1.zip", "size": 126987, "checksum": "SHA-256:56729256de82dc020fe651230c9fc61e363ab16b627075812ff553bde9accf0b" @@ -88427,7 +114473,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee.git", "providesIncludes": ["SPI.h", "Andee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee-3.3.2.zip", "archiveFileName": "Andee-3.3.2.zip", "size": 127017, "checksum": "SHA-256:ff57390a0876362e2aa576071647b7b7ed322018ecd14c06e72e22a83455e4c6" @@ -88444,7 +114490,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/FirstBuild/Relay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FirstBuild/FirstBuild___Relay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FirstBuild/FirstBuild___Relay-1.0.0.zip", "archiveFileName": "FirstBuild___Relay-1.0.0.zip", "size": 14260, "checksum": "SHA-256:cea6972511f49cdee6ebb541446b4141adfd05891a173bd0b0de60c598b225a4" @@ -88462,7 +114508,7 @@ "types": ["Contributed"], "repository": "https://github.com/FirstBuild/Relay.git", "providesIncludes": ["Relay.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FirstBuild/FirstBuild___Relay-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FirstBuild/FirstBuild___Relay-1.0.1.zip", "archiveFileName": "FirstBuild___Relay-1.0.1.zip", "size": 15040, "checksum": "SHA-256:013fc1c4815db3cf8dfc8b3513c117046827a9385f3213a5aa9783478ec380a5" @@ -88480,7 +114526,7 @@ "types": ["Contributed"], "repository": "https://github.com/vdeconinck/QC3Control.git", "providesIncludes": ["QC3Control.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/vdeconinck/QC3Control-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vdeconinck/QC3Control-1.3.0.zip", "archiveFileName": "QC3Control-1.3.0.zip", "size": 613500, "checksum": "SHA-256:9f0a5f3e99a304380e42844103c4d0f12b870743f989c7d24706d28b04eb8519" @@ -88498,7 +114544,7 @@ "types": ["Contributed"], "repository": "https://github.com/vdeconinck/QC3Control.git", "providesIncludes": ["QC3Control.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/vdeconinck/QC3Control-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vdeconinck/QC3Control-1.2.0.zip", "archiveFileName": "QC3Control-1.2.0.zip", "size": 583247, "checksum": "SHA-256:84ad9f60a95b938301f73cfe72577f094ad60051028be1623bb21f4d8996a651" @@ -88516,7 +114562,7 @@ "types": ["Contributed"], "repository": "https://github.com/vdeconinck/QC3Control.git", "providesIncludes": ["QC3Control.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/vdeconinck/QC3Control-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/vdeconinck/QC3Control-1.4.1.zip", "archiveFileName": "QC3Control-1.4.1.zip", "size": 613597, "checksum": "SHA-256:d9684c163cac21180c54bf7cf6374de01932cc6fc5fd933edb8d863eaab3b739" @@ -88534,7 +114580,7 @@ "types": ["Contributed"], "repository": "https://github.com/erow/Task.git", "providesIncludes": ["Task.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/erow/EasyTask-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/erow/EasyTask-0.0.1.zip", "archiveFileName": "EasyTask-0.0.1.zip", "size": 13948, "checksum": "SHA-256:7c355cd274afe4e22def72a8ed574ec1134f6adc8a94171d0ec0b429ac1eabbc" @@ -88552,7 +114598,7 @@ "types": ["Contributed"], "repository": "https://github.com/charlesbaynham/OSFS.git", "providesIncludes": ["OSFS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.0.0.zip", "archiveFileName": "OSFS-1.0.0.zip", "size": 22990, "checksum": "SHA-256:1598c6e68c0bc852b53c0683d5ee7a967f3664bb08557858027490e89d669886" @@ -88570,11 +114616,47 @@ "types": ["Contributed"], "repository": "https://github.com/charlesbaynham/OSFS.git", "providesIncludes": ["OSFS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.1.0.zip", "archiveFileName": "OSFS-1.1.0.zip", "size": 22981, "checksum": "SHA-256:e5b709e86e3c24fe686527c5ad21fcc9dda66d28403f61ff5e3a249449bb8539" }, + { + "name": "OSFS", + "version": "1.2.0", + "author": "Charles Baynham \u003ccharles.baynham@gmail.com\u003e", + "maintainer": "Charles Baynham \u003ccharles.baynham@gmail.com\u003e", + "sentence": "An Overly Simplified FileSystem for storing thing in the Arduino's EEPROM", + "paragraph": "Provides an extremely basic, low footprint file system for EEPROM access in an Arduino or other AVR microprocessor. Could be ported to other architectures very easily.", + "website": "https://github.com/charlesbaynham/OSFS", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/charlesbaynham/OSFS.git", + "providesIncludes": ["OSFS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.2.0.zip", + "archiveFileName": "OSFS-1.2.0.zip", + "size": 25451, + "checksum": "SHA-256:8395327f4fe3f767a6648fbe49b422ae7d6c0319a16081db2d39c2de311556ee" + }, + { + "name": "OSFS", + "version": "1.2.2", + "author": "Charles Baynham \u003ccharles.baynham@gmail.com\u003e", + "maintainer": "Charles Baynham \u003ccharles.baynham@gmail.com\u003e", + "sentence": "An Overly Simplified FileSystem for storing things, e.g. in the Arduino's EEPROM", + "paragraph": "Provides an extremely basic, low footprint file system for storage access in an Arduino or other AVR microprocessor. Could be ported to other architectures very easily. The examples provided show how to use OSFS with the Arduino's EEPROM, but it can be used with any sequentially addressed form of storage.", + "website": "https://github.com/charlesbaynham/OSFS", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/charlesbaynham/OSFS.git", + "providesIncludes": ["OSFS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.2.2.zip", + "archiveFileName": "OSFS-1.2.2.zip", + "size": 26341, + "checksum": "SHA-256:37fa525caac324f4843da0c15eba6fc0fbd3e83a3f4b45380585bae4af17c176" + }, { "name": "Codec2", "version": "1.0.0", @@ -88588,7 +114670,7 @@ "types": ["Contributed"], "repository": "https://github.com/blanu/codec2-arduino.git", "providesIncludes": ["codec2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blanu/Codec2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blanu/Codec2-1.0.0.zip", "archiveFileName": "Codec2-1.0.0.zip", "size": 5419012, "checksum": "SHA-256:36730ff4c5179e3a6dbf5e713403a8a19f840319bd84224bf2b5a142de493e38" @@ -88606,7 +114688,7 @@ "types": ["Contributed"], "repository": "https://github.com/Erhan-MADE/StepperControl.git", "providesIncludes": ["StepperControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Erhan-MADE/StepperControl-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Erhan-MADE/StepperControl-2.1.0.zip", "archiveFileName": "StepperControl-2.1.0.zip", "size": 5655, "checksum": "SHA-256:33ceff768fcaeeddef84fc9b1ecfa48db5cb60ead7c3e4d7e6159e159bdb7981" @@ -88624,7 +114706,7 @@ "types": ["Contributed"], "repository": "https://github.com/Erhan-MADE/StepperControl.git", "providesIncludes": ["StepperControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Erhan-MADE/StepperControl-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Erhan-MADE/StepperControl-2.2.0.zip", "archiveFileName": "StepperControl-2.2.0.zip", "size": 5645, "checksum": "SHA-256:aebcdd2c94f52483902e8bbbb4c1c7a02b253f505d80816123916e58f29a92ce" @@ -88641,7 +114723,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Erhan-MADE/StepperControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Erhan-MADE/StepperControl-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Erhan-MADE/StepperControl-2.2.1.zip", "archiveFileName": "StepperControl-2.2.1.zip", "size": 5638, "checksum": "SHA-256:d81c2d86d9170417687a17facf3a187d2bda007844a3226b454279558b5c4691" @@ -88659,7 +114741,7 @@ "types": ["Contributed"], "repository": "https://github.com/pseudoVella/shift7seg.git", "providesIncludes": ["shift7seg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pseudoVella/shift7seg-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pseudoVella/shift7seg-1.0.0.zip", "archiveFileName": "shift7seg-1.0.0.zip", "size": 5842, "checksum": "SHA-256:58013339de6141fd2abf5ae41a3a4b2e5c8f6eb7f027c4f11529e755be6bed7f" @@ -88677,7 +114759,7 @@ "types": ["Contributed"], "repository": "https://github.com/pseudoVella/shift7seg.git", "providesIncludes": ["shift7seg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pseudoVella/shift7seg-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pseudoVella/shift7seg-2.0.0.zip", "archiveFileName": "shift7seg-2.0.0.zip", "size": 9401, "checksum": "SHA-256:36563738f4936e153b52c84f913488eb087bea9dd284741613b2c7121ba65075" @@ -88695,7 +114777,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.1.zip", "archiveFileName": "M5Stack-0.1.1.zip", "size": 1106278, "checksum": "SHA-256:1e1b8895b0e6e34ec24fe09ae0bdafefb989d3af48e83018fef27864404f3bb9" @@ -88713,7 +114795,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.2.zip", "archiveFileName": "M5Stack-0.1.2.zip", "size": 1162676, "checksum": "SHA-256:2d3f48e882d51d90373a9f4625be952ac4866be68ff9d198dc2534606d5c55cb" @@ -88731,7 +114813,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.3.zip", "archiveFileName": "M5Stack-0.1.3.zip", "size": 2163668, "checksum": "SHA-256:13b19503ab2b6dda08a9cdb24343fd21bb7451d5c85938309af740190ad09364" @@ -88749,7 +114831,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.4.zip", "archiveFileName": "M5Stack-0.1.4.zip", "size": 2610053, "checksum": "SHA-256:5f63c2eeb990182da0d7a740752529b5148d3b14a7cfde6e33dd7e4b9b75fa3f" @@ -88767,7 +114849,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.5.zip", "archiveFileName": "M5Stack-0.1.5.zip", "size": 2640902, "checksum": "SHA-256:4a24aede33f3a440fb682385489b3cefc573f642be1fe65ce20f231e4d352c79" @@ -88785,7 +114867,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.6.zip", "archiveFileName": "M5Stack-0.1.6.zip", "size": 2723008, "checksum": "SHA-256:b72884fcd839ebb0e0848bfe452a76951b2451d4ca9b5bf7cfe5d6efc56c6d42" @@ -88803,7 +114885,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.8.zip", "archiveFileName": "M5Stack-0.1.8.zip", "size": 2768498, "checksum": "SHA-256:a2d38702e5bf4c3db6abd0f9c6589ae803717c7450b0a6b92ccb8b123a6f18c9" @@ -88821,7 +114903,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.1.9.zip", "archiveFileName": "M5Stack-0.1.9.zip", "size": 2766951, "checksum": "SHA-256:43f02569eafa261a5a6da60fb46a3215bb981994cf2480e68dc180d229a05671" @@ -88839,7 +114921,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.0.zip", "archiveFileName": "M5Stack-0.2.0.zip", "size": 2800858, "checksum": "SHA-256:7fabf843ee545f2bc8f824d26cb02ce4a7aa206542e2123818be4b32b1d87463" @@ -88857,7 +114939,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.1.zip", "archiveFileName": "M5Stack-0.2.1.zip", "size": 2762750, "checksum": "SHA-256:ec0865ee06070225bd9a28d83738f393a12b5ce69d17f3fb7e179a9bcf5933b3" @@ -88875,7 +114957,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.2.zip", "archiveFileName": "M5Stack-0.2.2.zip", "size": 2762597, "checksum": "SHA-256:f9ad5735a71d6b76d294753b396f9a441e1877efb02dcb354aa9fa2b8f99bd02" @@ -88893,7 +114975,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.4.zip", "archiveFileName": "M5Stack-0.2.4.zip", "size": 2806634, "checksum": "SHA-256:0439ccb502e6add928ab043977891c1a6a2060d360f0a493e657c7aeb3ceeb84" @@ -88911,7 +114993,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.5.zip", "archiveFileName": "M5Stack-0.2.5.zip", "size": 2853869, "checksum": "SHA-256:1bdb2c6b88b6e670a79e651e1c07f6c8ae2de52e696603ad4d32c8ab27788130" @@ -88929,7 +115011,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.6.zip", "archiveFileName": "M5Stack-0.2.6.zip", "size": 2871246, "checksum": "SHA-256:22dc0d651a9b091576116c2d04599ea7b4f656dcff7932b5d49c5a3fafc8e82c" @@ -88947,7 +115029,7 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.7.zip", "archiveFileName": "M5Stack-0.2.7.zip", "size": 2878545, "checksum": "SHA-256:c63c15f683893fa7fc4f4c5de62258b75d563a1a59b1ca52ad950b688d69a14d" @@ -88965,11 +115047,203 @@ "types": ["Contributed"], "repository": "https://github.com/m5stack/M5Stack.git", "providesIncludes": ["M5Stack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.8.zip", "archiveFileName": "M5Stack-0.2.8.zip", "size": 3937489, "checksum": "SHA-256:42656f6f9b8d346ba9f3829aa833494d84a80de815c091e5928b288b6d61e8d4" }, + { + "name": "M5Stack", + "version": "0.2.9", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.2.9.zip", + "archiveFileName": "M5Stack-0.2.9.zip", + "size": 4066750, + "checksum": "SHA-256:bd242b2b501a89f5820ebf105eaff122f08e93f43ad1b71bb9028b5fb22a1408" + }, + { + "name": "M5Stack", + "version": "0.3.0", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.0.zip", + "archiveFileName": "M5Stack-0.3.0.zip", + "size": 5407144, + "checksum": "SHA-256:5f3b5a0406143e5e01d0192581dc82ab2186558bca4e73b2dff7e3275427afa4" + }, + { + "name": "M5Stack", + "version": "0.3.1", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.1.zip", + "archiveFileName": "M5Stack-0.3.1.zip", + "size": 4969538, + "checksum": "SHA-256:848e6b04ac4aafca73c0c12c02e4bc56373744df35009e85a9fb8adffa5db3c7" + }, + { + "name": "M5Stack", + "version": "0.3.2", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.2.zip", + "archiveFileName": "M5Stack-0.3.2.zip", + "size": 5721373, + "checksum": "SHA-256:154b2450e0756265d0a47a72288cde4c36016b3188e6f51b57ed57bccb34ed9a" + }, + { + "name": "M5Stack", + "version": "0.3.3", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV_III" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "FastLED" + }, + { + "name": "Adafruit_BMP280_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.3.zip", + "archiveFileName": "M5Stack-0.3.3.zip", + "size": 5673667, + "checksum": "SHA-256:40d087bed768cfafb9cbfdb855c63ab3eabae315609a0366f4c0952f532def68" + }, + { + "name": "M5Stack", + "version": "0.3.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.4.zip", + "archiveFileName": "M5Stack-0.3.4.zip", + "size": 5672976, + "checksum": "SHA-256:5f7e0797244eb8d23963226695b3cbe9022264a98366140508c8bc481ce09faf" + }, + { + "name": "M5Stack", + "version": "0.3.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": ["M5Stack.h"], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.5.zip", + "archiveFileName": "M5Stack-0.3.5.zip", + "size": 5704220, + "checksum": "SHA-256:bf41b807e7db043b7d91a214c87697c4bfd44f74f8e811688bca7131e3860755" + }, { "name": "IHCSoapClient", "version": "1.0.0", @@ -88982,7 +115256,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/dingusdk/esp8266IHCSoapClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dingusdk/IHCSoapClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/IHCSoapClient-1.0.0.zip", "archiveFileName": "IHCSoapClient-1.0.0.zip", "size": 57529, "checksum": "SHA-256:026d52579d02fedc49d8b6db088b6ddd867ed733cc62e80c902322d7ce7a1d6f" @@ -88999,11 +115273,28 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/dingusdk/esp8266IHCSoapClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dingusdk/IHCSoapClient-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/IHCSoapClient-1.0.1.zip", "archiveFileName": "IHCSoapClient-1.0.1.zip", "size": 57495, "checksum": "SHA-256:9d150e739e0acfa6c532888558b86c0e7a98d3b27d42b6cbe4d1394afa7b7e62" }, + { + "name": "IHCSoapClient", + "version": "1.0.2", + "author": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "maintainer": "Jens Østergaard Nielsen \u003cdingus.dk\u003e", + "sentence": "A Library for connecting to the IHC Controller using soap", + "paragraph": "Implement a minimal set of the soap request for the IHC controller to do authentication, set and get runtime values, and notifications", + "website": "https://www.dingus.dk", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dingusdk/esp8266IHCSoapClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dingusdk/IHCSoapClient-1.0.2.zip", + "archiveFileName": "IHCSoapClient-1.0.2.zip", + "size": 57468, + "checksum": "SHA-256:9eaf37bb77011f4c4d53a10f440a9f65860999066ccbd3c4054d84dde342c30a" + }, { "name": "STM32duino SPBTLE-RF", "version": "1.0.1", @@ -89016,7 +115307,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/SPBTLE-RF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SPBTLE_RF-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SPBTLE_RF-1.0.1.zip", "archiveFileName": "STM32duino_SPBTLE_RF-1.0.1.zip", "size": 136185, "checksum": "SHA-256:3cb6bcd67f2ec44b16f16997abffad460e56b8eb3a24e5c792e6292659d61026" @@ -89033,7 +115324,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/SPBTLE-RF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SPBTLE_RF-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SPBTLE_RF-1.0.2.zip", "archiveFileName": "STM32duino_SPBTLE_RF-1.0.2.zip", "size": 136189, "checksum": "SHA-256:08c0133227b9be2162fc5e18be6f9534f35b2a24af9a92e4c7afeaeae8a2fc7c" @@ -89050,7 +115341,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/SPBTLE-RF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SPBTLE_RF-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SPBTLE_RF-1.0.3.zip", "archiveFileName": "STM32duino_SPBTLE_RF-1.0.3.zip", "size": 136646, "checksum": "SHA-256:cfcac5bdaf10f4c3cb35f1cce5cf77164dc55cc532b5f67eb1061e3841174f92" @@ -89067,7 +115358,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/MX25R6435F.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MX25R6435F-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MX25R6435F-1.0.1.zip", "archiveFileName": "STM32duino_MX25R6435F-1.0.1.zip", "size": 20963, "checksum": "SHA-256:b25b3280bbeac173be47d880d8893e8159d3e9973502b8a6caa79958c0a55d58" @@ -89084,11 +115375,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/MX25R6435F.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MX25R6435F-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MX25R6435F-1.0.2.zip", "archiveFileName": "STM32duino_MX25R6435F-1.0.2.zip", "size": 20963, "checksum": "SHA-256:69f75ab937edb07da15e1cbc49f1e7d29715a3a3733fe79440d5c59ea484c0b6" }, + { + "name": "STM32duino MX25R6435F", + "version": "2.0.0", + "author": "stm32duino", + "maintainer": "stm32duino", + "sentence": "Quad-SPI NOR Flash memory library.", + "paragraph": "This library provides Arduino support for the 64-Mbit Quad-SPI NOR Flash memory MX25R6435F connected to the Quad-SPI or Octo-SPI interfaces of a STM32 board.", + "website": "https://github.com/stm32duino/MX25R6435F", + "category": "Data Storage", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/MX25R6435F.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MX25R6435F-2.0.0.zip", + "archiveFileName": "STM32duino_MX25R6435F-2.0.0.zip", + "size": 19703, + "checksum": "SHA-256:7cdd8f7719dfbfdf53647c4b09e37ccd20b4cfa3626caf5db7254b6262b4574d" + }, { "name": "STM32duino LSM6DS3", "version": "1.0.1", @@ -89101,7 +115409,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.1.zip", "archiveFileName": "STM32duino_LSM6DS3-1.0.1.zip", "size": 59874, "checksum": "SHA-256:9e583acd815951fdbba779b3fa0a9897ad2e46e972401862ff9980115c2ff71d" @@ -89118,7 +115426,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.2.zip", "archiveFileName": "STM32duino_LSM6DS3-1.0.2.zip", "size": 59871, "checksum": "SHA-256:8627e57ea88b75dec55c6ef042c7e579ba2e23bdf90af81a5d5e7dc29f25cdaf" @@ -89135,7 +115443,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.3.zip", "archiveFileName": "STM32duino_LSM6DS3-1.0.3.zip", "size": 59868, "checksum": "SHA-256:945006c24324e18284c25b44c65df38f7aa7e1802d20e31cf94aa047fd4ff828" @@ -89152,11 +115460,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-1.0.4.zip", "archiveFileName": "STM32duino_LSM6DS3-1.0.4.zip", "size": 59838, "checksum": "SHA-256:f5b372c49116813e2c797ee2f284c97d11d18f08ae404f9c689ba19c0bc82b17" }, + { + "name": "STM32duino LSM6DS3", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope LSM6DS3 for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DS3", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DS3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DS3-2.0.0.zip", + "size": 60398, + "checksum": "SHA-256:4b0a7766c15653d1714c37290d7c892b53c51fa207f64ccd04d148eadcb8ebc1" + }, { "name": "STM32duino LSM6DS0", "version": "1.0.1", @@ -89169,7 +115494,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.1.zip", "archiveFileName": "STM32duino_LSM6DS0-1.0.1.zip", "size": 28789, "checksum": "SHA-256:d9184c9d96f83c557a38f1651d08b26bf9f924f30f70fb2c0196d68cabefeb96" @@ -89186,7 +115511,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.2.zip", "archiveFileName": "STM32duino_LSM6DS0-1.0.2.zip", "size": 28781, "checksum": "SHA-256:9dc619c15b8c85eaa55d94675013db1c4e706aae8827b88010ee0e3317749e2a" @@ -89203,7 +115528,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.3.zip", "archiveFileName": "STM32duino_LSM6DS0-1.0.3.zip", "size": 28779, "checksum": "SHA-256:fd44802d3d46a59fdff66835571eba0be6f57eee2fef309a30f46e964c83b601" @@ -89220,11 +115545,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DS0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-1.0.4.zip", "archiveFileName": "STM32duino_LSM6DS0-1.0.4.zip", "size": 28769, "checksum": "SHA-256:454c1184a9bd92ac2f4e334db3e01e85ee51bc3f19703330f14d1df0e0ca7875" }, + { + "name": "STM32duino LSM6DS0", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope LSM6DS0 for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DS0", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DS0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DS0-2.0.0.zip", + "size": 29408, + "checksum": "SHA-256:48bf2d9e5f2d874aa73749edf3657b89ee6b24ef72aaae8837129981a8edeb76" + }, { "name": "STM32duino LPS25HB", "version": "1.0.1", @@ -89237,7 +115579,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS25HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-1.0.1.zip", "archiveFileName": "STM32duino_LPS25HB-1.0.1.zip", "size": 24919, "checksum": "SHA-256:efa6ba878816f9185d7c856659db33ba3da1111b4df58445d9119e1bc0d017c5" @@ -89254,7 +115596,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS25HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-1.0.2.zip", "archiveFileName": "STM32duino_LPS25HB-1.0.2.zip", "size": 24913, "checksum": "SHA-256:715be06dd0b9152bc6cf7b269f324bd31389cdcdda65d50164eaa081b50e8cc2" @@ -89271,11 +115613,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS25HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-1.0.3.zip", "archiveFileName": "STM32duino_LPS25HB-1.0.3.zip", "size": 24911, "checksum": "SHA-256:5059fe065ce7e686ea8e7b919971b2ce3a65a8e8142171a688d43b09cd8a440b" }, + { + "name": "STM32duino LPS25HB", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "260-1260 hPa absolute digital output barometer.", + "paragraph": "This library provides Arduino support for the 260-1260 hPa absolute digital output barometer LPS25HB for STM32 boards.", + "website": "https://github.com/stm32duino/LPS25HB", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LPS25HB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-2.0.0.zip", + "archiveFileName": "STM32duino_LPS25HB-2.0.0.zip", + "size": 25489, + "checksum": "SHA-256:a176a30a823975e4f667c2501b5cf34babd1f59b94101db7a44192f0fd82be9c" + }, { "name": "STM32duino LSM303AGR", "version": "1.0.1", @@ -89288,7 +115647,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.1.zip", "archiveFileName": "STM32duino_LSM303AGR-1.0.1.zip", "size": 39915, "checksum": "SHA-256:3498c62fd9955a24b20d7ea64c2b9309c8a801906da1195f45a224a470791247" @@ -89305,7 +115664,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.2.zip", "archiveFileName": "STM32duino_LSM303AGR-1.0.2.zip", "size": 39913, "checksum": "SHA-256:06456f968d3a2186b0455e1cb95004514cde4341fd816dc1b2d88a5c84dd737f" @@ -89322,7 +115681,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.3.zip", "archiveFileName": "STM32duino_LSM303AGR-1.0.3.zip", "size": 39906, "checksum": "SHA-256:4cdc316c9a4688f4ffacf8704890eda0d32bb0ed027578b7e2c9a7e53091c2a7" @@ -89339,7 +115698,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.4.zip", "archiveFileName": "STM32duino_LSM303AGR-1.0.4.zip", "size": 39898, "checksum": "SHA-256:fb111da2c3e14653f8f6ce1fd17a14821b6ab708fc874b3916b9097c28074690" @@ -89356,11 +115715,45 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.0.5.zip", "archiveFileName": "STM32duino_LSM303AGR-1.0.5.zip", "size": 39901, "checksum": "SHA-256:490a78566f107c36b9e92444782ffe1ba552a8ffc1c0c8d8ac679a6281dadbfc" }, + { + "name": "STM32duino LSM303AGR", + "version": "1.1.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D magnetometer.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D magnetometer LSM303AGR for STM32 boards.", + "website": "https://github.com/stm32duino/LSM303AGR", + "category": "Sensors", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM303AGR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-1.1.0.zip", + "archiveFileName": "STM32duino_LSM303AGR-1.1.0.zip", + "size": 40737, + "checksum": "SHA-256:1bcc1e3ac30fac0b8b58b84b53e4235a5c45f8a8a9153a267189195152df02d4" + }, + { + "name": "STM32duino LSM303AGR", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D magnetometer.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D magnetometer LSM303AGR for STM32 boards.", + "website": "https://github.com/stm32duino/LSM303AGR", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM303AGR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-2.0.0.zip", + "archiveFileName": "STM32duino_LSM303AGR-2.0.0.zip", + "size": 40850, + "checksum": "SHA-256:6c38e962351f6c5666af2cdcab0e2d24953b9c72281ada4f029db443d8613a86" + }, { "name": "STM32duino HTS221", "version": "1.0.1", @@ -89373,7 +115766,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/HTS221.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.1.zip", "archiveFileName": "STM32duino_HTS221-1.0.1.zip", "size": 18205, "checksum": "SHA-256:efb6c5bb7a83b82949ddcc5718ad3db78d4db00d27cace913dd8bad1fbafc779" @@ -89390,7 +115783,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/HTS221.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.2.zip", "archiveFileName": "STM32duino_HTS221-1.0.2.zip", "size": 18199, "checksum": "SHA-256:10673ad5233e497fcbdb9b76fe7892e32688de5a0f8db09f18602ee3a52a86e4" @@ -89407,7 +115800,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/HTS221.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.3.zip", "archiveFileName": "STM32duino_HTS221-1.0.3.zip", "size": 18193, "checksum": "SHA-256:08aec645c04149109f65f4b213b71416a3ecdd64c5cc8239e98cc7626efcee04" @@ -89424,11 +115817,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/HTS221.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-1.0.4.zip", "archiveFileName": "STM32duino_HTS221-1.0.4.zip", "size": 18194, "checksum": "SHA-256:f197b0b311ddb22a6be81e7685f991e52c12c8ad3033711587052b7467f5d1c1" }, + { + "name": "STM32duino HTS221", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Capacitive digital sensor for relative humidity and temperature.", + "paragraph": "This library provides Arduino support for the capacitive digital sensor for relative humidity and temperature HTS221 for STM32 boards.", + "website": "https://github.com/stm32duino/HTS221", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/HTS221.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-2.0.0.zip", + "archiveFileName": "STM32duino_HTS221-2.0.0.zip", + "size": 18246, + "checksum": "SHA-256:3241aa5b2690ba9c02af3b84f0c17bceac93846334e85dfd0e53fc5a9990fd59" + }, { "name": "STM32duino LSM6DSL", "version": "1.0.1", @@ -89441,7 +115851,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.1.zip", "archiveFileName": "STM32duino_LSM6DSL-1.0.1.zip", "size": 59180, "checksum": "SHA-256:8a16ed5c39bc9ab1c2260a3802805e3aba415c37021502d5b2c07d92da2fbc7a" @@ -89458,7 +115868,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.2.zip", "archiveFileName": "STM32duino_LSM6DSL-1.0.2.zip", "size": 59174, "checksum": "SHA-256:1237ad11755cda7334f098e38e50b070793c2046a8009786a10249c3caa30fa2" @@ -89475,7 +115885,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.3.zip", "archiveFileName": "STM32duino_LSM6DSL-1.0.3.zip", "size": 59171, "checksum": "SHA-256:873667fceaa9fa611d636ac430a6ca17bd682dae82f1cd5bad9cfc903ba7b907" @@ -89492,11 +115902,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-1.0.4.zip", "archiveFileName": "STM32duino_LSM6DSL-1.0.4.zip", "size": 59142, "checksum": "SHA-256:5cada276ffde609d76e34d543752fb07197e46aa0f87bf09c8ec34d5d41e9b2e" }, + { + "name": "STM32duino LSM6DSL", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope LSM6DSL for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSL", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSL-2.0.0.zip", + "size": 59624, + "checksum": "SHA-256:96242d5c16263b497148eebe5ac0c503447ac286714cd75001d39c118282658f" + }, { "name": "STM32duino LPS22HB", "version": "1.0.1", @@ -89509,7 +115936,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS22HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.1.zip", "archiveFileName": "STM32duino_LPS22HB-1.0.1.zip", "size": 27524, "checksum": "SHA-256:dc220b39f4b8d057c5a1725ab4531b316c46ca544e9c72242f5410e584ddd468" @@ -89526,7 +115953,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS22HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.2.zip", "archiveFileName": "STM32duino_LPS22HB-1.0.2.zip", "size": 27522, "checksum": "SHA-256:72617f5318d507f030d637b58b8f8c9d78b878f8bbfaa948780dd24878f061e4" @@ -89543,11 +115970,45 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS22HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.3.zip", "archiveFileName": "STM32duino_LPS22HB-1.0.3.zip", "size": 27520, "checksum": "SHA-256:6eff2658ec493342f41843e736319bbfc99244bbe8ded5c5dab6826fd004756e" }, + { + "name": "STM32duino LPS22HB", + "version": "1.0.4", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "260-1260 hPa absolute digital output barometer.", + "paragraph": "This library provides Arduino support for the 260-1260 hPa absolute digital output barometer LPS22HB for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HB", + "category": "Sensors", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LPS22HB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-1.0.4.zip", + "archiveFileName": "STM32duino_LPS22HB-1.0.4.zip", + "size": 27515, + "checksum": "SHA-256:c3f99eeae1926db9795a3151c049ac2e87f8e675444ceead9b73dbd3211398f7" + }, + { + "name": "STM32duino LPS22HB", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "260-1260 hPa absolute digital output barometer.", + "paragraph": "This library provides Arduino support for the 260-1260 hPa absolute digital output barometer LPS22HB for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HB", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LPS22HB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-2.0.0.zip", + "archiveFileName": "STM32duino_LPS22HB-2.0.0.zip", + "size": 28070, + "checksum": "SHA-256:2f124708e094060e5454d3284a2f29d33bd339b7c96816567be979d9f5b3ecb7" + }, { "name": "STM32duino VL53L0X", "version": "1.0.0", @@ -89560,7 +116021,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.0.zip", "archiveFileName": "STM32duino_VL53L0X-1.0.0.zip", "size": 97850, "checksum": "SHA-256:a9c6d6fb0e0383045838de496f099ec570ceceb9ca8212ef6a938e3d9dcdd0d8" @@ -89577,7 +116038,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.1.zip", "archiveFileName": "STM32duino_VL53L0X-1.0.1.zip", "size": 71523, "checksum": "SHA-256:d10768a9a9a282f28d2a585e50aef6b699ab10ad75d8f4dc99e09e74796d389e" @@ -89594,7 +116055,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.2.zip", "archiveFileName": "STM32duino_VL53L0X-1.0.2.zip", "size": 71645, "checksum": "SHA-256:f4706434ba108349bf3b5f6c83462fb0eef8bb0c6c9887f0706ed9824ebca115" @@ -89611,7 +116072,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.3.zip", "archiveFileName": "STM32duino_VL53L0X-1.0.3.zip", "size": 71450, "checksum": "SHA-256:0e4dbd6d2c3ff640eb996e66e87606e6b2abd4a4149f9235d4848fb6174a3bbb" @@ -89628,7 +116089,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.4.zip", "archiveFileName": "STM32duino_VL53L0X-1.0.4.zip", "size": 71448, "checksum": "SHA-256:3a4a2aa4e17f2d9931369e3b413c39d382f2f2b305a0ecbb3bbbbf19817f4e89" @@ -89645,11 +116106,28 @@ "architectures": ["stm32", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L0X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-1.0.5.zip", "archiveFileName": "STM32duino_VL53L0X-1.0.5.zip", "size": 71482, "checksum": "SHA-256:24da85e87528e43064fbf680ff543da75d181c69e10fdbdab9a354e11d289253" }, + { + "name": "STM32duino VL53L0X", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L0X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L0X", + "category": "Device Control", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L0X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L0X-2.0.0.zip", + "size": 71468, + "checksum": "SHA-256:2d4d42579e8dad5d0fb59a54e67d6ca3649b9f05a72758389dadcf42b4fd9a76" + }, { "name": "STM32duino LIS3MDL", "version": "1.0.0", @@ -89662,7 +116140,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS3MDL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.0.zip", "archiveFileName": "STM32duino_LIS3MDL-1.0.0.zip", "size": 20221, "checksum": "SHA-256:912835de9fc335688431f341912c91fb1016e443019c950fed1333bbbf02930f" @@ -89679,7 +116157,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS3MDL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.1.zip", "archiveFileName": "STM32duino_LIS3MDL-1.0.1.zip", "size": 18163, "checksum": "SHA-256:89623f36d19bfa71695650927e9dd612e3b77817ae589b09034db5595672271c" @@ -89696,7 +116174,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS3MDL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.2.zip", "archiveFileName": "STM32duino_LIS3MDL-1.0.2.zip", "size": 18163, "checksum": "SHA-256:1ed341b342f0d0c35f9d6cf380360718b8301f3bd710d70bca0d28c663e44812" @@ -89713,7 +116191,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS3MDL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.3.zip", "archiveFileName": "STM32duino_LIS3MDL-1.0.3.zip", "size": 18161, "checksum": "SHA-256:132ac82ea9e7afe229a5f9384ca2f47f4855ed22f5cd3bd3b2f08a2f0cec6c1f" @@ -89730,11 +116208,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS3MDL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-1.0.4.zip", "archiveFileName": "STM32duino_LIS3MDL-1.0.4.zip", "size": 18153, "checksum": "SHA-256:148df8aead50c0ca0e498612bdc094a0e0ef898729d4c2941e0df2f5d7d0f151" }, + { + "name": "STM32duino LIS3MDL", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "High-performance 3D magnetometer.", + "paragraph": "This library provides Arduino support for the high-performance 3D magnetometer LIS3MDL for STM32 boards.", + "website": "https://github.com/stm32duino/LIS3MDL", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LIS3MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-2.0.0.zip", + "archiveFileName": "STM32duino_LIS3MDL-2.0.0.zip", + "size": 18716, + "checksum": "SHA-256:dae4ce1871336e5daaeebcb089224b56fe008f321c170d20aeba5142c2c2d47e" + }, { "name": "ANTPLUS-Arduino", "version": "0.1.0", @@ -89748,7 +116243,7 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/antplus-arduino.git", "providesIncludes": ["ANTPLUS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-0.1.0.zip", "archiveFileName": "ANTPLUS_Arduino-0.1.0.zip", "size": 92386, "checksum": "SHA-256:a1f42aaadc099f1842e66ccb9e68416c2e2f0cc1bbbb06b2c6bcb8ab376da381" @@ -89766,7 +116261,7 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/antplus-arduino.git", "providesIncludes": ["ANTPLUS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-0.2.0.zip", "archiveFileName": "ANTPLUS_Arduino-0.2.0.zip", "size": 124550, "checksum": "SHA-256:78cbffd06d7f6e9362c6ba62ad46f205cad7b84bb6ca7a34871cc55e830ec3b0" @@ -89784,11 +116279,75 @@ "types": ["Contributed"], "repository": "https://github.com/cujomalainey/antplus-arduino.git", "providesIncludes": ["ANTPLUS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-0.3.0.zip", "archiveFileName": "ANTPLUS_Arduino-0.3.0.zip", "size": 129183, "checksum": "SHA-256:c8a57b78215b7d8389c1022afde4ee1b5780e1cf4e12ff7d3b3a1329ab62f1ac" }, + { + "name": "ANTPLUS-Arduino", + "version": "1.0.0", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for easy ANT+ integration", + "paragraph": "Implements the ANT+ network on top the ANT driver for communication with ANT+ devices. Enables support for integration into various sports sensors/devices.", + "website": "https://github.com/cujomalainey/antplus-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cujomalainey/antplus-arduino.git", + "providesIncludes": ["ANTPLUS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-1.0.0.zip", + "archiveFileName": "ANTPLUS_Arduino-1.0.0.zip", + "size": 176947, + "checksum": "SHA-256:c62074ca7a9b623c0cc3b1e316da352d5c728b3303753ad7bbff3909ec87c8a5" + }, + { + "name": "ANTPLUS-Arduino", + "version": "1.1.0", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for easy ANT+ integration", + "paragraph": "Implements the ANT+ network on top the ANT driver for communication with ANT+ devices. Enables support for integration into various sports sensors/devices.", + "website": "https://github.com/cujomalainey/antplus-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cujomalainey/antplus-arduino.git", + "providesIncludes": ["ANTPLUS.h"], + "dependencies": [ + { + "name": "ANT-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-1.1.0.zip", + "archiveFileName": "ANTPLUS_Arduino-1.1.0.zip", + "size": 184558, + "checksum": "SHA-256:66e9ab15241c65669fb9b54f192575e5deb9fa184d168994f2808c611c150e78" + }, + { + "name": "ANTPLUS-Arduino", + "version": "1.1.1", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for easy ANT+ integration", + "paragraph": "Implements the ANT+ network on top the ANT driver for communication with ANT+ devices. Enables support for integration into various sports sensors/devices.", + "website": "https://github.com/cujomalainey/antplus-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cujomalainey/antplus-arduino.git", + "providesIncludes": ["ANTPLUS.h"], + "dependencies": [ + { + "name": "ANT-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-1.1.1.zip", + "archiveFileName": "ANTPLUS_Arduino-1.1.1.zip", + "size": 184515, + "checksum": "SHA-256:9fc1ba7731657a13909e062286cb95e89fdc0f9bd43e4f7d1cd381021f7e9c40" + }, { "name": "EasyBuzzer", "version": "1.0.0", @@ -89801,7 +116360,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyBuzzer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.0.zip", "archiveFileName": "EasyBuzzer-1.0.0.zip", "size": 9469, "checksum": "SHA-256:b890d3f79d339c7b5da35fbec39687d0d908c0327476fd94589e6c3fbcbd4925" @@ -89818,7 +116377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyBuzzer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.2.zip", "archiveFileName": "EasyBuzzer-1.0.2.zip", "size": 9616, "checksum": "SHA-256:383f26dc64133af6d2dced806205c2226ee4c296b0eb27a6c4f273fa4693eec2" @@ -89835,7 +116394,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyBuzzer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.3.zip", "archiveFileName": "EasyBuzzer-1.0.3.zip", "size": 9697, "checksum": "SHA-256:5eee8e18b061725e6b2cfda64eb0d02d8103817eb4397e1c08c67f0fd53e94e4" @@ -89852,7 +116411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyBuzzer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyBuzzer-1.0.4.zip", "archiveFileName": "EasyBuzzer-1.0.4.zip", "size": 9711, "checksum": "SHA-256:69daca4c307cff8c010c9eecda20e8401b54611e9f0057011afef3630a5f8d64" @@ -89869,7 +116428,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/audeme/MOVIArduinoAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/audeme/MOVI_Voice_Dialog_Shield-1.1.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/audeme/MOVI_Voice_Dialog_Shield-1.1.13.zip", "archiveFileName": "MOVI_Voice_Dialog_Shield-1.1.13.zip", "size": 81161, "checksum": "SHA-256:992b8d23a2c0eebd7954412cc2f3ec37f2848bcc5228a196d23a4bbf5441556e" @@ -89887,7 +116446,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.0.zip", "archiveFileName": "FixedPoints-1.0.0.zip", "size": 31178, "checksum": "SHA-256:fda2302a57a1e2c10cb2ce50142d3c9f16a6f3dd3de3461da303899a80e88fd0" @@ -89905,7 +116464,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.1.zip", "archiveFileName": "FixedPoints-1.0.1.zip", "size": 31180, "checksum": "SHA-256:f65caa543ddd910c98694f54f51d5301770133d9d731a61c1ef4d81e95086490" @@ -89923,7 +116482,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.2.zip", "archiveFileName": "FixedPoints-1.0.2.zip", "size": 31173, "checksum": "SHA-256:b408f3912a017b5250a8c6377baa5ff46d73ff7d5340559582269e8bd363ea01" @@ -89941,7 +116500,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.3.zip", "archiveFileName": "FixedPoints-1.0.3.zip", "size": 36679, "checksum": "SHA-256:0fdfabb1f8c50058c94f007aea45d237da5e97946b7e285184582397dae747e8" @@ -89959,7 +116518,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.4.zip", "archiveFileName": "FixedPoints-1.0.4.zip", "size": 37003, "checksum": "SHA-256:b3af60fa2e675bc51c3e406e34876ad3efadd26aed8a9b1d4a2826960f1edee7" @@ -89977,7 +116536,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.5.zip", "archiveFileName": "FixedPoints-1.0.5.zip", "size": 36896, "checksum": "SHA-256:a85e146581c09622c5afec4199a3ced5ad62b6427f96abd8e8a87ea1b4f9f4c8" @@ -89995,7 +116554,7 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.6.zip", "archiveFileName": "FixedPoints-1.0.6.zip", "size": 37490, "checksum": "SHA-256:0e159f8b348792a52611065175be87e76bb632ae412cef2d2d09953ef36fb5b3" @@ -90013,11 +116572,47 @@ "types": ["Contributed"], "repository": "https://github.com/Pharap/FixedPointsArduino.git", "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.7.zip", "archiveFileName": "FixedPoints-1.0.7.zip", "size": 35864, "checksum": "SHA-256:8a0df64b9817d21ef5509702b079b69c05a02329e1ba2c226b225ada01f4f1d0" }, + { + "name": "FixedPoints", + "version": "1.0.8", + "author": "Pharap", + "maintainer": "Pharap", + "sentence": "A template library for defining fixed point types of varying sizes.", + "paragraph": "The library is designed to be generic so it should be applicable to almost all size requirements and processor architectures.", + "website": "https://github.com/Pharap/FixedPointsArduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Pharap/FixedPointsArduino.git", + "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.8.zip", + "archiveFileName": "FixedPoints-1.0.8.zip", + "size": 36034, + "checksum": "SHA-256:a22037f1c1072ea381c88e457209d71659283cb53637de518969b48a6e4aa078" + }, + { + "name": "FixedPoints", + "version": "1.1.0", + "author": "Pharap", + "maintainer": "Pharap", + "sentence": "A template library for defining fixed point types of varying sizes.", + "paragraph": "The library is designed to be generic so it should be applicable to almost all size requirements and processor architectures.", + "website": "https://github.com/Pharap/FixedPointsArduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Pharap/FixedPointsArduino.git", + "providesIncludes": ["FixedPoints.h", "FixedPointsCommon.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.1.0.zip", + "archiveFileName": "FixedPoints-1.1.0.zip", + "size": 36849, + "checksum": "SHA-256:eb737f68acb9d542eeac881139b36d7d8a41c3022f9159a11d9e2337bf9ae90a" + }, { "name": "ClosedCube TCA9546A", "version": "1.0.1", @@ -90030,7 +116625,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_TCA9546A_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9546A-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9546A-1.0.1.zip", "archiveFileName": "ClosedCube_TCA9546A-1.0.1.zip", "size": 130509, "checksum": "SHA-256:e26a0bdf5764fb71fd2279616db13a0624154ee6f0840278a2ee62a3ea9d7ded" @@ -90047,7 +116642,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/fu-hsi/PMS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fu-hsi/PMS_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fu-hsi/PMS_Library-1.0.0.zip", "archiveFileName": "PMS_Library-1.0.0.zip", "size": 244871, "checksum": "SHA-256:08da54a13291e6fce107ae17757cd7548f35c86390bc81986489b806e8541568" @@ -90064,7 +116659,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/fu-hsi/PMS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fu-hsi/PMS_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fu-hsi/PMS_Library-1.1.0.zip", "archiveFileName": "PMS_Library-1.1.0.zip", "size": 246279, "checksum": "SHA-256:e00b24ab8388277a5e677e8ea494cc9695790974effc9346510b699406da6111" @@ -90081,7 +116676,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8DigitalIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DigitalIO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DigitalIO-1.0.0.zip", "archiveFileName": "XLR8DigitalIO-1.0.0.zip", "size": 3365, "checksum": "SHA-256:5c8c6d97b94341020d9f489ddd5f03d9452acb2b5da69481014de254a5151610" @@ -90098,7 +116693,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.0.0.zip", "archiveFileName": "Adafruit_seesaw_Library-1.0.0.zip", "size": 24199, "checksum": "SHA-256:926441a0fffd25584ca45414c5280b7ac88a1d2a80eca66486a0474baeb27d64" @@ -90115,7 +116710,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.0.1.zip", "archiveFileName": "Adafruit_seesaw_Library-1.0.1.zip", "size": 24708, "checksum": "SHA-256:5aa7d0e205f051e032c48025b48980e765e569e9de29318211e75473291cf6f9" @@ -90132,7 +116727,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.1.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.1.zip", "size": 80410, "checksum": "SHA-256:48f77fb6068f4fa9661c8d1d2e3550d331872f948fcb7bbb6141c57ed76d8bbd" @@ -90149,7 +116744,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.10.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.10.zip", "size": 86030, "checksum": "SHA-256:eebc8f74e9ab323966974966e322538e3ad22083ae467e63beea08318fe05345" @@ -90166,7 +116761,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.11.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.11.zip", "size": 87919, "checksum": "SHA-256:2071df6a8b8b3f63dab0fdd31d9a83d6545669e31f5657c7b83cedf7c39e9446" @@ -90183,7 +116778,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.12.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.12.zip", "size": 87940, "checksum": "SHA-256:8321afb485a84a4dbf5cef7d2c64f016383d561a8f7e05a40814851cf31bd1ed" @@ -90200,7 +116795,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.2.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.2.zip", "size": 80411, "checksum": "SHA-256:936e664c75ebebc260a9981cb104ec126abc0a4627863e38fe180228ea62e49e" @@ -90217,7 +116812,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.3.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.3.zip", "size": 81857, "checksum": "SHA-256:2d5bc26fbbca94d664c66af999121ab5936062750cee37754deb677eb29914a4" @@ -90234,7 +116829,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.4.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.4.zip", "size": 77817, "checksum": "SHA-256:e0dd0fd8ca847adb7f7510ccf841445fb73b5c7b7f7c6311c78e47bf0e37ea12" @@ -90251,7 +116846,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.5.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.5.zip", "size": 83710, "checksum": "SHA-256:5228b4c63bbdfc0d3ec0d7c3b94bc1cf9640c6ff0b9b5ee476d3d5161bb55fce" @@ -90268,7 +116863,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.6.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.6.zip", "size": 83887, "checksum": "SHA-256:f56f9056aab3e7ef7149a300ef831125fa7aa53e9faf7c9c643bd165d26e1201" @@ -90285,7 +116880,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.7.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.7.zip", "size": 83909, "checksum": "SHA-256:b3f4f59b1c66d7b8e413044bc9951c4dac757c75d396f94e3a7d55ca1b2030f0" @@ -90302,7 +116897,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.8.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.8.zip", "size": 83946, "checksum": "SHA-256:de683066dbb2d5d9d9a09400fc1ea8766f8c0a6fc41015a4530c86d19c2c0d47" @@ -90319,7 +116914,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.1.9.zip", "archiveFileName": "Adafruit_seesaw_Library-1.1.9.zip", "size": 85862, "checksum": "SHA-256:01557dfd3a24fa18f864fdf87144b0706cbd57a2afb9ae29aad1a5b18202642c" @@ -90336,11 +116931,187 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.2.0.zip", "archiveFileName": "Adafruit_seesaw_Library-1.2.0.zip", "size": 88019, "checksum": "SHA-256:fa6d5880efedce6dcf6cb9c9655d13af9b9fede3acd5dcc74d74fdb2463aebf2" }, + { + "name": "Adafruit seesaw Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.3.0.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.3.0.zip", + "size": 88308, + "checksum": "SHA-256:adf0121cfede351131232ac617be2e1755513130c73a2cbcf886731598c22a5a" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.3.1.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.3.1.zip", + "size": 88359, + "checksum": "SHA-256:2fe22c0772ce7e7c2a83654bfaf70bc00ddd975427ff62dd8f6abee2fbbdc53c" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.0.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.0.zip", + "size": 97825, + "checksum": "SHA-256:9d2a63f17427a69712faa78819a8db94394f138291e40f005f79dd0e37ccc8df" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.1.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.1.zip", + "size": 97844, + "checksum": "SHA-256:5944127ffd9ced4b13daf34810cdf6dddb940a6ad06751b0fd6a9195fcf4a16d" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.2.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.2.zip", + "size": 98487, + "checksum": "SHA-256:a0e9d7600c4d16be422e87582912bea72423b0f27c5ddf7a4631cbb070b49c3d" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.3.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.3.zip", + "size": 99799, + "checksum": "SHA-256:517b0582962a8b0f9d20d538293d52b19220f6b98da4ee3c2ca8ec4942771ff2" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.4.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.4.zip", + "size": 99832, + "checksum": "SHA-256:c73cae92d9d91b690f13db2e44a2085036d74ba73841250a92ae4622ba42cd1e" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.5.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.5.zip", + "size": 101708, + "checksum": "SHA-256:768c44328e8cf41f45ebc16f7527db1484f9a09b2c9b293e9d12920e0f7b4ed2" + }, { "name": "ButtonDebounce", "version": "1.0.1", @@ -90354,7 +117125,7 @@ "types": ["Contributed"], "repository": "https://github.com/maykon/ButtonDebounce.git", "providesIncludes": ["ButtonDebounce.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/maykon/ButtonDebounce-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maykon/ButtonDebounce-1.0.1.zip", "archiveFileName": "ButtonDebounce-1.0.1.zip", "size": 16652, "checksum": "SHA-256:902a8e0178cc086a1f36650c34ad023bb374480bdb36731fab2bf1a9c9d6be73" @@ -90370,7 +117141,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/AIO-Javeriana/AIO-module-nodemcu-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AIO-Javeriana/AIOModule-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AIO-Javeriana/AIOModule-0.1.0.zip", "archiveFileName": "AIOModule-0.1.0.zip", "size": 20179, "checksum": "SHA-256:74ecf385e772d545db1b4ecbf81ae55fb5bbe26875ea128a72295db090f292a9" @@ -90387,7 +117158,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JCWentzel/PolymorphicButtons.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JCWentzel/Polymorphic_Buttons-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JCWentzel/Polymorphic_Buttons-1.0.1.zip", "archiveFileName": "Polymorphic_Buttons-1.0.1.zip", "size": 8745, "checksum": "SHA-256:ff547caef701fa673262f33417b7c629c53cbaa4241a8cb9da544e109637ce69" @@ -90404,7 +117175,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JCWentzel/PolymorphicButtons.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JCWentzel/Polymorphic_Buttons-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JCWentzel/Polymorphic_Buttons-1.0.3.zip", "archiveFileName": "Polymorphic_Buttons-1.0.3.zip", "size": 8746, "checksum": "SHA-256:8b1cd23860fb7fb3b1dbbb4a3766d4cbae1eb24f4c3ab6a223fa1c951fa1a4c3" @@ -90421,7 +117192,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS726X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.0.zip", "archiveFileName": "SparkFun_AS726X-1.0.0.zip", "size": 221851, "checksum": "SHA-256:903b321c1ff29fadf34a84f3b38e5a6d46d79e55ea7d362c5b4aa303e03f93e9" @@ -90438,7 +117209,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS726X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.1.zip", "archiveFileName": "SparkFun_AS726X-1.0.1.zip", "size": 221917, "checksum": "SHA-256:4419f30b7faacea47fe7ebbd9649c2cfbb61162feed4072c102df6546ec661b8" @@ -90455,7 +117226,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS726X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.2.zip", "archiveFileName": "SparkFun_AS726X-1.0.2.zip", "size": 221936, "checksum": "SHA-256:d962a2ce40ffd4aea25e04f3db25678e531d5d4976490d8fba5c8e2c9e706cb8" @@ -90472,27 +117243,44 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS726X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.3.zip", "archiveFileName": "SparkFun_AS726X-1.0.3.zip", "size": 222595, "checksum": "SHA-256:355eb8644898fb4aba1139aedd2b8d9f1bddcbd40ebd1d7abe3abd5b88656264" }, + { + "name": "SparkFun AS726X", + "version": "1.0.4", + "author": "Andrew England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the AMS AS726X NIR/VIS Spectrum Sensor", + "paragraph": "The SparkFun AS726X Visible Spectral Sensor Breakout brings spectroscopy to the palm of your hand, making it easier than ever to measure and characterize how different materials absorb and reflect different wavelengths of light. The AS726X Breakout is unique in its ability to communicate by both an I2C interface and serial interface using AT commands. Hookup is easy, thanks to the Qwiic connectors attached to the board --- simply plug one end of the Qwiic cable into the breakout and the other into one of the Qwiic Shields, then stack the board on a development board. You’ll be ready to upload a sketch to start taking spectroscopy measurements in no time.", + "website": "https://github.com/sparkfun/SparkFun_AS726X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS726X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS726X-1.0.4.zip", + "archiveFileName": "SparkFun_AS726X-1.0.4.zip", + "size": 222580, + "checksum": "SHA-256:243ae95d7ab79bd3bf395ad1aaed884a59bd4113a967fa12a6423feb98138643" + }, { "name": "UltraDistSensor", - "version": "1.0.0", + "version": "1.1.0", "author": "Shubham Trivedi", "maintainer": "Shubham Trivedi shubhamtrivedi95@gmail.com", "sentence": "Interface the HC-SR04 sensor and ping sensor to Arduino.", "paragraph": "The UltraDistSensor library has been developed to allow HC-SR04 sensor and ping sensor to communication with arduino board. This library can be used to interface multiple sensors.", - "website": "http://www.github.cm/shubhamtrivedi95/UltraDistSensor", + "website": "https://github.com/shubhamtivedi95/UltraDistSensor", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/shubhamtivedi95/UltraDistSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shubhamtivedi95/UltraDistSensor-1.0.0.zip", - "archiveFileName": "UltraDistSensor-1.0.0.zip", - "size": 13967, - "checksum": "SHA-256:14f11fc4a935fb77164c8a49a360bee3ef8d92e833325e1bccf79c13aaa5f31d" + "url": "https://downloads.arduino.cc/libraries/github.com/shubhamtivedi95/UltraDistSensor-1.1.0.zip", + "archiveFileName": "UltraDistSensor-1.1.0.zip", + "size": 13965, + "checksum": "SHA-256:589bb8308f8acb00ed5694bd170f45c355fa2887413b7102b3ccef738e60aa49" }, { "name": "NRFLite", @@ -90507,7 +117295,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.1.zip", "archiveFileName": "NRFLite-2.0.1.zip", "size": 306797, "checksum": "SHA-256:4438fcce0d6bf3286b3cfbec3f905f94226948bf3c29a561142059bf04a8c1d3" @@ -90525,7 +117313,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.10.zip", "archiveFileName": "NRFLite-2.0.10.zip", "size": 347194, "checksum": "SHA-256:141e1cbb5bccbca697029390016dac9f3437fe65518560f7b51f32cbe31ae70e" @@ -90543,7 +117331,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.11.zip", "archiveFileName": "NRFLite-2.0.11.zip", "size": 320417, "checksum": "SHA-256:6a5ebdb9be416ffefc486faaf47525b3e7214bb9feced62891b47ea555aecb95" @@ -90561,7 +117349,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.2.zip", "archiveFileName": "NRFLite-2.0.2.zip", "size": 304746, "checksum": "SHA-256:8b8ff5dc02cb50de2c69a952d5d8f75ee10b7acc5c777d9ab2eee4f6a4413f37" @@ -90579,7 +117367,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.3.zip", "archiveFileName": "NRFLite-2.0.3.zip", "size": 304649, "checksum": "SHA-256:1e07bb95256cb941a847ba06a12d750de5eccf44b21376449a69ae22f90bb6a9" @@ -90597,7 +117385,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.4.zip", "archiveFileName": "NRFLite-2.0.4.zip", "size": 345625, "checksum": "SHA-256:9c146b13cb4d5d12e25b4bee8208ea508dc057c0b9863ee9a4952a942ea28240" @@ -90615,7 +117403,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.5.zip", "archiveFileName": "NRFLite-2.0.5.zip", "size": 345710, "checksum": "SHA-256:883c5960ea436da5b20866f69d5cdbdddf2c4dd5b944bb919072c7629337cf49" @@ -90633,7 +117421,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.6.zip", "archiveFileName": "NRFLite-2.0.6.zip", "size": 345727, "checksum": "SHA-256:00805e7bc5083946a73f6972267c16742417f051561099a71d3831fff3feb1ae" @@ -90651,7 +117439,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.7.zip", "archiveFileName": "NRFLite-2.0.7.zip", "size": 346008, "checksum": "SHA-256:1ecb0d69bdc194ce1a14b357a5f45bb27778ef38bc14dfd09164b71ef745361a" @@ -90669,7 +117457,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.8.zip", "archiveFileName": "NRFLite-2.0.8.zip", "size": 345964, "checksum": "SHA-256:d00e376d4df9988c44c0127cef4a1f96212ad425c404a7b22d4325f87d969d2b" @@ -90687,7 +117475,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.0.9.zip", "archiveFileName": "NRFLite-2.0.9.zip", "size": 347389, "checksum": "SHA-256:50dcf9f8a5c7c2b4869e65e27cebc433e608afb2892b95ff0a907d00e087d964" @@ -90705,7 +117493,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.1.0.zip", "archiveFileName": "NRFLite-2.1.0.zip", "size": 321629, "checksum": "SHA-256:03a709af6b4affd53743ce2620ee4aa790f1e541d5fc1fabc2506c1ec965a325" @@ -90723,7 +117511,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.1.1.zip", "archiveFileName": "NRFLite-2.1.1.zip", "size": 337111, "checksum": "SHA-256:d627ae6def99eaf070707a8cc97b7fe02c63add918300d51ecd674f316cc800e" @@ -90741,7 +117529,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.2.0.zip", "archiveFileName": "NRFLite-2.2.0.zip", "size": 341421, "checksum": "SHA-256:53ca417ff2dd3f80a6b69a9ac0167a4839b9178a38729135a97e391d765ee514" @@ -90759,7 +117547,7 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.2.1.zip", "archiveFileName": "NRFLite-2.2.1.zip", "size": 341425, "checksum": "SHA-256:3a0798713fa4ef29d47cd497847e0d3019e66431e5bb67e755930687f08c9b82" @@ -90777,11 +117565,173 @@ "types": ["Contributed"], "repository": "https://github.com/dparson55/NRFLite.git", "providesIncludes": ["NRFLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.2.2.zip", "archiveFileName": "NRFLite-2.2.2.zip", "size": 341750, "checksum": "SHA-256:aca8aa1f6f1174d9abd9dd9a947d244db328927ea9af9c05fa9a808430abae25" }, + { + "name": "NRFLite", + "version": "2.3.1", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.3.1.zip", + "archiveFileName": "NRFLite-2.3.1.zip", + "size": 342204, + "checksum": "SHA-256:0611ee5985526648895cc157920342bb468f4bfbd7c0feecd8d2e6c5ec05701f" + }, + { + "name": "NRFLite", + "version": "2.3.2", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.3.2.zip", + "archiveFileName": "NRFLite-2.3.2.zip", + "size": 342377, + "checksum": "SHA-256:579ebd240a0afaab16df11964cd35c37530f7a8c9e6f3339fb77c24c9dc6edb9" + }, + { + "name": "NRFLite", + "version": "2.4.0", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.4.0.zip", + "archiveFileName": "NRFLite-2.4.0.zip", + "size": 343750, + "checksum": "SHA-256:10184aea1932876d1080299f2e33d6f936a51dce8551a72c5d64cf7be37f62d5" + }, + { + "name": "NRFLite", + "version": "2.4.1", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.4.1.zip", + "archiveFileName": "NRFLite-2.4.1.zip", + "size": 344540, + "checksum": "SHA-256:ca6101a99df73766b496679812ff9391844a156c61124df5956a03ff2b12a27d" + }, + { + "name": "NRFLite", + "version": "2.4.2", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.4.2.zip", + "archiveFileName": "NRFLite-2.4.2.zip", + "size": 345142, + "checksum": "SHA-256:1b15c08aa8810ddb851f8181965c8c48ce6970e89750af61a7913a1656554acb" + }, + { + "name": "NRFLite", + "version": "2.4.3", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.4.3.zip", + "archiveFileName": "NRFLite-2.4.3.zip", + "size": 345158, + "checksum": "SHA-256:8ae9c403f2606552693b43dfdb931c63639a5614d45d0c856fd9353e4c293011" + }, + { + "name": "NRFLite", + "version": "2.4.4", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-2.4.4.zip", + "archiveFileName": "NRFLite-2.4.4.zip", + "size": 349790, + "checksum": "SHA-256:ff171614733419bcf175fc61e3e50391630373d87d19a92c791d17eb77ddbeb2" + }, + { + "name": "NRFLite", + "version": "3.0.0", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-3.0.0.zip", + "archiveFileName": "NRFLite-3.0.0.zip", + "size": 349877, + "checksum": "SHA-256:c0b24968ee7d60b1a2b658ae88738e861ee0ccbcd7aac7de01c5efea903b98c4" + }, + { + "name": "NRFLite", + "version": "3.0.1", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": ["NRFLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-3.0.1.zip", + "archiveFileName": "NRFLite-3.0.1.zip", + "size": 349883, + "checksum": "SHA-256:60d6ff72f428621445f21d1a83800a0cb9c1c895cf32c41597eaae0bdbae5441" + }, { "name": "HX711_ADC", "version": "1.0.0", @@ -90793,7 +117743,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.0.0.zip", "archiveFileName": "HX711_ADC-1.0.0.zip", "size": 10084, "checksum": "SHA-256:c8c9e4c8b46bf482be2cd152049622d465da4c9454558a0a602731660c7a8a59" @@ -90810,7 +117760,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.0.1.zip", "archiveFileName": "HX711_ADC-1.0.1.zip", "size": 10974, "checksum": "SHA-256:a17206b9175feb5fa2c4fac916e9facb27dd10bb95bea06045e6182dbb1dfedf" @@ -90827,7 +117777,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.0.zip", "archiveFileName": "HX711_ADC-1.1.0.zip", "size": 15158, "checksum": "SHA-256:394d4873fe0ded617d5d7dfdad063e7f9c1f52de3747553bad5582ff44222ec0" @@ -90844,7 +117794,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.1.zip", "archiveFileName": "HX711_ADC-1.1.1.zip", "size": 15174, "checksum": "SHA-256:b4ca7d1c1d3e7959145a218fa021cfcd2ce4f10043caaea9a3de6bda28bd225a" @@ -90861,7 +117811,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.2.zip", "archiveFileName": "HX711_ADC-1.1.2.zip", "size": 16881, "checksum": "SHA-256:fc3e7fc5389e3a18cfbbe973cd6afb659dc9fd00464e224249e164c6e31c30dc" @@ -90878,7 +117828,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.3.zip", "archiveFileName": "HX711_ADC-1.1.3.zip", "size": 16928, "checksum": "SHA-256:1c96857c35bba162d3ac9f2aab4a651c5a78eb8c20dd14470c2f769f273da104" @@ -90895,7 +117845,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.4.zip", "archiveFileName": "HX711_ADC-1.1.4.zip", "size": 16992, "checksum": "SHA-256:f8bbd4c82427d6f251006479191051f4213fcf7997fd9e5ce042d0ec539323b3" @@ -90912,7 +117862,7 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.0.2.zip", "archiveFileName": "HX711_ADC-1.0.2.zip", "size": 11140, "checksum": "SHA-256:c64a1a86985c6079731347b192d64aa83c8d99f8c1304dd4c3a1ac9f280f08d2" @@ -90929,11 +117879,207 @@ "types": ["Contributed"], "repository": "https://github.com/olkal/HX711_ADC.git", "providesIncludes": ["HX711_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.5.zip", "archiveFileName": "HX711_ADC-1.1.5.zip", "size": 252479, "checksum": "SHA-256:c39d75e5189f1eacc68126a7b4ffb787c4bf10baee8610dfa2c607db031bf0e8" }, + { + "name": "HX711_ADC", + "version": "1.1.6", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Arduino library for the HX711 24-bit ADC for weight scales", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.6.zip", + "archiveFileName": "HX711_ADC-1.1.6.zip", + "size": 252495, + "checksum": "SHA-256:b44cc5c4b7efc947743c6dda0a42dd6d78ea0ac832d4e86a98d3ee85e4143e3a" + }, + { + "name": "HX711_ADC", + "version": "1.1.7", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Arduino library for the HX711 24-bit ADC for weight scales", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.1.7.zip", + "archiveFileName": "HX711_ADC-1.1.7.zip", + "size": 252544, + "checksum": "SHA-256:1b788c57c4aa8944e318bb6d23a599271226b11c1805ca02f9d371de4498ed77" + }, + { + "name": "HX711_ADC", + "version": "1.2.0", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.0.zip", + "archiveFileName": "HX711_ADC-1.2.0.zip", + "size": 255291, + "checksum": "SHA-256:a4af0acecb9010754552ddd9277f8a5235a01818ef217cdb746b4f4bdbb0db35" + }, + { + "name": "HX711_ADC", + "version": "1.2.1", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.1.zip", + "archiveFileName": "HX711_ADC-1.2.1.zip", + "size": 255302, + "checksum": "SHA-256:971e90cb6268a7b00948524e27efa166da47e1d5de4209a064c5468a1caacbd3" + }, + { + "name": "HX711_ADC", + "version": "1.2.2", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.2.zip", + "archiveFileName": "HX711_ADC-1.2.2.zip", + "size": 255273, + "checksum": "SHA-256:637a3150ac76994b085081b9b9d08ea4af5595811d859f0f007c90cb474e8fd3" + }, + { + "name": "HX711_ADC", + "version": "1.2.3", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.3.zip", + "archiveFileName": "HX711_ADC-1.2.3.zip", + "size": 255274, + "checksum": "SHA-256:20ec94ecca189ea51fb65d094bb2a6ff56d57b079e81cb3986a70767b7590f5b" + }, + { + "name": "HX711_ADC", + "version": "1.2.4", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.4.zip", + "archiveFileName": "HX711_ADC-1.2.4.zip", + "size": 255368, + "checksum": "SHA-256:b7d952f2da2b43462cb578a80fd315b37b60823cf63c7815401c7e19284608f6" + }, + { + "name": "HX711_ADC", + "version": "1.2.5", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.5.zip", + "archiveFileName": "HX711_ADC-1.2.5.zip", + "size": 255286, + "checksum": "SHA-256:98c761fe1437e3d8882e7fe3e60a115be6630d7ee2e7568fc60334350dee5aeb" + }, + { + "name": "HX711_ADC", + "version": "1.2.6", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.6.zip", + "archiveFileName": "HX711_ADC-1.2.6.zip", + "size": 255287, + "checksum": "SHA-256:947666eb100725314f8b54ecf850bc842db6f87e2178d84db3189323a9dad462" + }, + { + "name": "HX711_ADC", + "version": "1.2.7", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.7.zip", + "archiveFileName": "HX711_ADC-1.2.7.zip", + "size": 257411, + "checksum": "SHA-256:efdea1ac5263448bbb564806e6abf8c1bcb0885b4880c6d53b35f605cfc90ab8" + }, + { + "name": "HX711_ADC", + "version": "1.2.8", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": ["HX711_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.8.zip", + "archiveFileName": "HX711_ADC-1.2.8.zip", + "size": 257426, + "checksum": "SHA-256:68bfcfa3c7058614061a9e3376d3635a16bab27e86c793d5ca2844a10ddc474a" + }, { "name": "Log", "version": "1.0.1", @@ -90946,7 +118092,7 @@ "types": ["Contributed"], "repository": "https://github.com/ploys/arduino-logger.git", "providesIncludes": ["log.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ploys/Log-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ploys/Log-1.0.1.zip", "archiveFileName": "Log-1.0.1.zip", "size": 3529, "checksum": "SHA-256:7abb7200dc0c77a4bb7254a4389c9ffdacd0dee2f53f1e5d5c592118912bf036" @@ -90963,7 +118109,7 @@ "types": ["Contributed"], "repository": "https://github.com/ploys/arduino-logger.git", "providesIncludes": ["log.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ploys/Log-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ploys/Log-1.0.0.zip", "archiveFileName": "Log-1.0.0.zip", "size": 3442, "checksum": "SHA-256:c78893e0c3ab4f504bea7bc009e02641c876ab0e2339db51dbe994fbf2fa76a0" @@ -90981,7 +118127,7 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/Dump.git", "providesIncludes": ["Dump.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/Dump-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/Dump-1.0.0.zip", "archiveFileName": "Dump-1.0.0.zip", "size": 4092, "checksum": "SHA-256:b1ea5e2b95ce2034e0263c38f0574bbda9adead670e4fff6d742c12b3ff214f7" @@ -90999,11 +118145,29 @@ "types": ["Contributed"], "repository": "https://github.com/neu-rah/Dump.git", "providesIncludes": ["Dump.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neu-rah/Dump-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/Dump-1.0.1.zip", "archiveFileName": "Dump-1.0.1.zip", "size": 3997, "checksum": "SHA-256:60461e3b4c0c0825c4d5722f0e3146667f4414655aea298590b9909ba7b91ded" }, + { + "name": "Dump", + "version": "1.0.2", + "author": "Rui Azevedo, ruihfazevedo@gmail.com", + "maintainer": "neu-rah, ruihfazevedo@gmail.com", + "sentence": "AVR dump RAM and Flash", + "paragraph": "Utility for debugging memory locations", + "website": "https://github.com/neu-rah/Dump", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neu-rah/Dump.git", + "providesIncludes": ["Dump.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neu-rah/Dump-1.0.2.zip", + "archiveFileName": "Dump-1.0.2.zip", + "size": 3795, + "checksum": "SHA-256:0c472fc2e10091bfef132fdd5a0757968c0d9831c3b6bbeb32137375e368f51b" + }, { "name": "ESPUI", "version": "1.0.0", @@ -91016,7 +118180,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.0.0.zip", "archiveFileName": "ESPUI-1.0.0.zip", "size": 76822, "checksum": "SHA-256:2386940e1a2cadc484c0d663ea21e33c56ca2fe9a530ec470386df7a8147f99d" @@ -91033,7 +118197,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.1.0.zip", "archiveFileName": "ESPUI-1.1.0.zip", "size": 76831, "checksum": "SHA-256:0ff9c397b2c4051c8e7fb0ac44e894bdcd734e0484547b8cfaa8944bd5d8393d" @@ -91050,7 +118214,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.1.1.zip", "archiveFileName": "ESPUI-1.1.1.zip", "size": 76828, "checksum": "SHA-256:e4ee9d1d8070c1a37641e7e187a224480a98c472df1c8199f8e3bad5d3c11430" @@ -91067,7 +118231,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.2.0.zip", "archiveFileName": "ESPUI-1.2.0.zip", "size": 215627, "checksum": "SHA-256:4f75c289537de2154f79dc6f9a2fdefff65b2409d5bd2d923c888a8084101618" @@ -91084,7 +118248,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.3.0.zip", "archiveFileName": "ESPUI-1.3.0.zip", "size": 244371, "checksum": "SHA-256:6ad840a80b6692fa4f347f465cbebea058f6ef1ae382cfa78ecef79703e14a3d" @@ -91101,7 +118265,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.0.zip", "archiveFileName": "ESPUI-1.4.0.zip", "size": 244561, "checksum": "SHA-256:23958b9c1da07c683a05b5d23346fd9cc1c62dfca01f75fb7176eb609a1f1042" @@ -91118,7 +118282,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.2.zip", "archiveFileName": "ESPUI-1.4.2.zip", "size": 270348, "checksum": "SHA-256:b16df257057e6a20c30eb48cc2edfde8617a4739c2027e304cdd2de61ad4ae7d" @@ -91135,7 +118299,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.3.zip", "archiveFileName": "ESPUI-1.4.3.zip", "size": 270466, "checksum": "SHA-256:0d2172b0f17a40cd0fb68f1c0f6e51baf327e6a7f13dbaa7e64bd6e46f33c4fb" @@ -91152,7 +118316,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.4.zip", "archiveFileName": "ESPUI-1.4.4.zip", "size": 270784, "checksum": "SHA-256:edb28155029c0fce005fb5f21d3ce20ba6a7a810fc940806451436704eeeb091" @@ -91169,7 +118333,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.5.zip", "archiveFileName": "ESPUI-1.4.5.zip", "size": 270894, "checksum": "SHA-256:1f2505c682311c878f08a584c25d5ebef3be2d8fa932db6e3aad6450eb5ddba0" @@ -91186,7 +118350,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.4.6.zip", "archiveFileName": "ESPUI-1.4.6.zip", "size": 271012, "checksum": "SHA-256:672df58925a9c49f96815ab6d605943398635f04f41742b10d7b2c3746d2fad5" @@ -91203,7 +118367,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.1.zip", "archiveFileName": "ESPUI-1.5.1.zip", "size": 328130, "checksum": "SHA-256:e8a3f16da6ad6e6a470143859312cacce3cf97d9a9a641fdacc95f32237ebe1d" @@ -91220,7 +118384,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.2.zip", "archiveFileName": "ESPUI-1.5.2.zip", "size": 492731, "checksum": "SHA-256:d219e1f5b1d3542fd2986ef8fded2a31e30a705e282c45283ac7b49a8ae1f68e" @@ -91237,7 +118401,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.3.zip", "archiveFileName": "ESPUI-1.5.3.zip", "size": 492740, "checksum": "SHA-256:654898ea968e63c3c226c505fe5a8722db1aba39e721df8e57806acb5c70e0d8" @@ -91254,7 +118418,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.5.4.zip", "archiveFileName": "ESPUI-1.5.4.zip", "size": 496723, "checksum": "SHA-256:8ac6ad71219862c2ff354f03de5866e24a08fa8a56a9c89254612604c3019341" @@ -91271,7 +118435,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.0.zip", "archiveFileName": "ESPUI-1.6.0.zip", "size": 500844, "checksum": "SHA-256:12c2c5822b8dcce826fa19b01f12a855ed76771ee4681ab0adbf3b7056e04580" @@ -91288,7 +118452,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.1.zip", "archiveFileName": "ESPUI-1.6.1.zip", "size": 502362, "checksum": "SHA-256:1e19d2cf30e89b5cc9da518aa1d025e3674ca9f2c797170df886930aa428f0fd" @@ -91305,7 +118469,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.2.zip", "archiveFileName": "ESPUI-1.6.2.zip", "size": 502489, "checksum": "SHA-256:ab6e42e77fcccb83ef0cb8298027794e96da45fc128eae7137fc3aa2b317183f" @@ -91322,11 +118486,72 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/ESPUI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-1.6.3.zip", "archiveFileName": "ESPUI-1.6.3.zip", "size": 502499, "checksum": "SHA-256:f3633a712b095868c34d0f1781f4b16352f242c3fc9af83f0b52994331806f5e" }, + { + "name": "ESPUI", + "version": "2.0.0", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s00500/ESPUI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.0.0.zip", + "archiveFileName": "ESPUI-2.0.0.zip", + "size": 711608, + "checksum": "SHA-256:429fe86ab7253f95e03bda35b02d7b97205e31074f1b96f25a958186b538a7f4" + }, + { + "name": "ESPUI", + "version": "2.0.1", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.0.1.zip", + "archiveFileName": "ESPUI-2.0.1.zip", + "size": 712412, + "checksum": "SHA-256:1cbe8bee4648a7aca8f09b9bb4034993491bc6e4ea2b4ecb1efc84167db87e9a" + }, + { + "name": "ESPUI", + "version": "2.0.2", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.0.2.zip", + "archiveFileName": "ESPUI-2.0.2.zip", + "size": 711983, + "checksum": "SHA-256:c9bb417c8be6ab52631f367e1fa5938717bd0a91f784d4a2e8e5110648f15e5b" + }, { "name": "jm_Pin", "version": "1.0.0", @@ -91340,7 +118565,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Pin.git", "providesIncludes": ["jm_Pin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Pin-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Pin-1.0.0.zip", "archiveFileName": "jm_Pin-1.0.0.zip", "size": 44114, "checksum": "SHA-256:a7d594801ba8ac33f4d1bd0b0c385075c37dbbcece1c72992bf36a0bf25d11f9" @@ -91358,7 +118583,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Pin.git", "providesIncludes": ["jm_Pin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Pin-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Pin-1.0.2.zip", "archiveFileName": "jm_Pin-1.0.2.zip", "size": 45895, "checksum": "SHA-256:b7b1d72598fd588c85d9b7ea00a58cf3de938fb0c46f3d11038b33163d24a732" @@ -91376,7 +118601,7 @@ "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_Pin.git", "providesIncludes": ["jm_Pin.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Pin-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_Pin-1.0.3.zip", "archiveFileName": "jm_Pin-1.0.3.zip", "size": 49095, "checksum": "SHA-256:028361b43f067f467c51b61c80a4c807236eaee537f2dbbf08563e05ae7f4584" @@ -91393,7 +118618,7 @@ "architectures": ["esp8266", "avr"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_LED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_LED-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_LED-0.0.1.zip", "archiveFileName": "CMMC_LED-0.0.1.zip", "size": 6096, "checksum": "SHA-256:90b76a953deea0b8d9ce34a168770153b216fc9a0d58f32a6f9a78ffeec1a205" @@ -91410,7 +118635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.10.zip", "archiveFileName": "ssd1306-1.7.10.zip", "size": 3186086, "checksum": "SHA-256:31b80ec7ab7cbb04030a37b4cbe7363402c4cdd69dfc816b85e5c9f2a049a664" @@ -91427,7 +118652,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.1.1.zip", "archiveFileName": "ssd1306-1.1.1.zip", "size": 1141016, "checksum": "SHA-256:bb448635b6f454a0ec51fa5528b586661952e38b27b8d6b82e6fb610f3842267" @@ -91444,7 +118669,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.1.2.zip", "archiveFileName": "ssd1306-1.1.2.zip", "size": 1141252, "checksum": "SHA-256:087adc8274d6734a350585d4622b8ef6eb0119267b307c6872d3861287cec240" @@ -91461,7 +118686,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.1.3.zip", "archiveFileName": "ssd1306-1.1.3.zip", "size": 1142085, "checksum": "SHA-256:3e6441958fe1be37185a473d598798f99737ebf1f183ab384ebb40c37117ff2e" @@ -91478,7 +118703,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.1.zip", "archiveFileName": "ssd1306-1.2.1.zip", "size": 1247802, "checksum": "SHA-256:743157d94b16633768c0df69d6f04902b29bec5325713b141167633c0eba8ceb" @@ -91495,7 +118720,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.2.zip", "archiveFileName": "ssd1306-1.2.2.zip", "size": 1248285, "checksum": "SHA-256:5194b47bb3e0b8863ec510baa60fd0746446dff384a0b47de1b1a3263a00d327" @@ -91512,7 +118737,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.3.zip", "archiveFileName": "ssd1306-1.2.3.zip", "size": 1248789, "checksum": "SHA-256:94d4e1df6a15c045834aef4f1a3365117893c36243114025be720492ede6df3d" @@ -91529,7 +118754,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.2.5.zip", "archiveFileName": "ssd1306-1.2.5.zip", "size": 1249554, "checksum": "SHA-256:c20bfe0df438366dfcf9c3f54f75e144535af5785f5113f99dc582926fb97169" @@ -91546,7 +118771,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.0.zip", "archiveFileName": "ssd1306-1.3.0.zip", "size": 2309852, "checksum": "SHA-256:856166f6b2e591e55916da7a97766d3e36bca1f9572758c2cd98c093f25481f7" @@ -91563,7 +118788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.1.zip", "archiveFileName": "ssd1306-1.3.1.zip", "size": 2312215, "checksum": "SHA-256:124845006a2b615de22a23dfe413d0153ff0bf25c4e84be82549f6cd0a49afcf" @@ -91580,7 +118805,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.2.zip", "archiveFileName": "ssd1306-1.3.2.zip", "size": 2373600, "checksum": "SHA-256:8a9064c8ade58e9487f66fc62ab3ab0c5f18957116bae4df34cea323bfc5c353" @@ -91597,7 +118822,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.3.zip", "archiveFileName": "ssd1306-1.3.3.zip", "size": 2373510, "checksum": "SHA-256:37546bf4646f2ece3a60df720c5dd3c9e3495c5ea185727244934ff8da3fc7b0" @@ -91614,7 +118839,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.4.zip", "archiveFileName": "ssd1306-1.3.4.zip", "size": 2376460, "checksum": "SHA-256:4be929978961d3247917e46529a6a7aa045b6135af28376cfb135ba1dea55b2b" @@ -91631,7 +118856,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.3.5.zip", "archiveFileName": "ssd1306-1.3.5.zip", "size": 2380816, "checksum": "SHA-256:578bd30d6fec39e56c555c1f6ea02f1fce8420684bd98e54d61b932f9e227461" @@ -91648,7 +118873,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.0.zip", "archiveFileName": "ssd1306-1.4.0.zip", "size": 2468026, "checksum": "SHA-256:4a3a7e5d88bf45a4dcde88f54b32eae7f112b42c2a79f21982c78c4b27acb280" @@ -91665,7 +118890,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.10.zip", "archiveFileName": "ssd1306-1.4.10.zip", "size": 3061554, "checksum": "SHA-256:ea57a081f321f9fd67c37a1667a3acc8a6b6070e75d1d1156e1f9ef5a7172286" @@ -91682,7 +118907,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.11.zip", "archiveFileName": "ssd1306-1.4.11.zip", "size": 3058401, "checksum": "SHA-256:6bef9fa0603af13ba3aa11fb1f358084fbc191250a3488a7050a5dc6f569ad34" @@ -91699,7 +118924,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.12.zip", "archiveFileName": "ssd1306-1.4.12.zip", "size": 3152109, "checksum": "SHA-256:85459f6ba88066264847f54c0973a8c429dfbab86a3545d83cf05bc5e8fc04a2" @@ -91716,7 +118941,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.2.zip", "archiveFileName": "ssd1306-1.4.2.zip", "size": 2522060, "checksum": "SHA-256:ba924e0720fdcf97433f51965f6d642d639bb1187759eeaf3196b9964c5ce3fb" @@ -91733,7 +118958,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.3.zip", "archiveFileName": "ssd1306-1.4.3.zip", "size": 2522709, "checksum": "SHA-256:1d8c59597bdf9762c366bbd831b81bb09699a705a2d5fd4d577cdb03d9725f0b" @@ -91750,7 +118975,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.4.zip", "archiveFileName": "ssd1306-1.4.4.zip", "size": 2547756, "checksum": "SHA-256:8fadac8b04ded08cadb61e98818775ac28f4bf57b40aa2f0f1f60aa5a01b080b" @@ -91767,7 +118992,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.6.zip", "archiveFileName": "ssd1306-1.4.6.zip", "size": 2575856, "checksum": "SHA-256:b71520efff691bb878b307688a7f61d2414bee1af9762481f54535806df854e1" @@ -91784,7 +119009,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.4.7.zip", "archiveFileName": "ssd1306-1.4.7.zip", "size": 2580127, "checksum": "SHA-256:0800097c4767ffbd2b17742b0c282b177b0b7ea56bdb45adf4b0af1ee2b194cb" @@ -91801,7 +119026,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.5.0.zip", "archiveFileName": "ssd1306-1.5.0.zip", "size": 3456869, "checksum": "SHA-256:11272686c27ab2ba2727b786a0657e7bb407ef3090c7ae47fe303816138a4802" @@ -91818,7 +119043,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.5.1.zip", "archiveFileName": "ssd1306-1.5.1.zip", "size": 3460425, "checksum": "SHA-256:fb454393dc64182c8f5ccb97c92f5fd8c3d85723d1bf5e5f1e52a343150f0860" @@ -91835,7 +119060,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.5.6.zip", "archiveFileName": "ssd1306-1.5.6.zip", "size": 2465407, "checksum": "SHA-256:7356a230fc206841a1bbfb4856aa08989da5aca1d50b1918b800ec5366979b4d" @@ -91852,7 +119077,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.1.zip", "archiveFileName": "ssd1306-1.6.1.zip", "size": 2463389, "checksum": "SHA-256:00e129e1490876d367051de7c2f21a09991b864ea8ee5d1ff95540144436f200" @@ -91869,7 +119094,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.2.zip", "archiveFileName": "ssd1306-1.6.2.zip", "size": 2494617, "checksum": "SHA-256:e8f42e1a5844698f7644f6b4dc56b1bb26fca5bb160fadd055e95f8f989528e2" @@ -91886,7 +119111,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.3.zip", "archiveFileName": "ssd1306-1.6.3.zip", "size": 2607983, "checksum": "SHA-256:186239f12d027348efcfd0e366ae7c72d8c887711cb50c92fadce3daf86ada19" @@ -91903,7 +119128,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.99.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.6.99.zip", "archiveFileName": "ssd1306-1.6.99.zip", "size": 2856554, "checksum": "SHA-256:88221103f67af3d3acc1c273d39da2b2703f212f34abd31a309f93b90f37e7b3" @@ -91920,7 +119145,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.0.zip", "archiveFileName": "ssd1306-1.7.0.zip", "size": 2864357, "checksum": "SHA-256:9305feee4daa1a5c0fc4a5a1423a7844417804e23c1e444b8ee9615f83293f49" @@ -91937,7 +119162,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.1.zip", "archiveFileName": "ssd1306-1.7.1.zip", "size": 3076931, "checksum": "SHA-256:ecc5602f2af24a4f0725492292decf0c65dc5cba1fde4ce536e543c4cdf8b557" @@ -91954,7 +119179,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.12.zip", "archiveFileName": "ssd1306-1.7.12.zip", "size": 3185042, "checksum": "SHA-256:7070df77b69213fe5af6a725009dacaf6dc5ca47d10031603de1823cd3038182" @@ -91971,7 +119196,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.14.zip", "archiveFileName": "ssd1306-1.7.14.zip", "size": 3245629, "checksum": "SHA-256:d5ae1524efc860393c24e66b10df2d23c55d488bbb6a7d0e1703dd894dc852ef" @@ -91988,7 +119213,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.16.zip", "archiveFileName": "ssd1306-1.7.16.zip", "size": 3273499, "checksum": "SHA-256:f62c7a73b200ec6a7ee2a810f9706da0df087bee7eb4d9bdf78450432037dd04" @@ -92005,7 +119230,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.18.zip", "archiveFileName": "ssd1306-1.7.18.zip", "size": 3276142, "checksum": "SHA-256:d9b172f3e8bc6bb8ad50529c890d5db7553e4d2901e0df2fe886e173a7ee4adb" @@ -92022,7 +119247,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.2.zip", "archiveFileName": "ssd1306-1.7.2.zip", "size": 3106409, "checksum": "SHA-256:4aa6c1b5b772393a945d284e33a1c46ff29dfb265fbf2040b4823e8407a5a881" @@ -92039,7 +119264,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.3.zip", "archiveFileName": "ssd1306-1.7.3.zip", "size": 3106692, "checksum": "SHA-256:a5f907d6508b6c0528a73e689e8cc942e2452a597cc66300a465b495b3835581" @@ -92056,7 +119281,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.5.zip", "archiveFileName": "ssd1306-1.7.5.zip", "size": 3128758, "checksum": "SHA-256:65d080693e46d4f8bd97eece326576fe23b560bb01fc92e1d6668c88128137a0" @@ -92073,7 +119298,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.6.zip", "archiveFileName": "ssd1306-1.7.6.zip", "size": 3162770, "checksum": "SHA-256:d798b99e4f19b79f0bccc21fe4060dafc6d7c5821779e37cdc348848195ec9a0" @@ -92090,7 +119315,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.8.zip", "archiveFileName": "ssd1306-1.7.8.zip", "size": 3166486, "checksum": "SHA-256:bd3a7890da0349b6a15d34352f64127144093c09676b68c44ab7a106bfce7465" @@ -92107,7 +119332,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.20.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.20.zip", "archiveFileName": "ssd1306-1.7.20.zip", "size": 3299760, "checksum": "SHA-256:f6286e408dcc87385a242b19dd81a347ae3f129b85731c5553957bb43795916f" @@ -92124,7 +119349,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.21.zip", "archiveFileName": "ssd1306-1.7.21.zip", "size": 3307816, "checksum": "SHA-256:e0b14fcdb2b8dde73b9972ccb14234826e0666f3fed579062a135ffd869015f3" @@ -92141,11 +119366,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lexus2k/ssd1306.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.22.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.7.22.zip", "archiveFileName": "ssd1306-1.7.22.zip", "size": 3326419, "checksum": "SHA-256:aaafd43867265e007fb8ee88bebf452a410e492a85e730a25bdb389473ff00a8" }, + { + "name": "ssd1306", + "version": "1.8.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Display driver for VGA, SSD1306, SSD1325/SSD1327, SSD1331, SSD1351, ILI9163/ST7735, ILI9341, PCD8544.", + "paragraph": "Provides API for working with monochrome and color oled/lcd displays over i2c/spi, and VGA monitor. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library has one of the smallest footprints.", + "website": "https://github.com/lexus2k/ssd1306", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.8.0.zip", + "archiveFileName": "ssd1306-1.8.0.zip", + "size": 3366128, + "checksum": "SHA-256:19d85fbfd227d24d8c53f8c97ae06f58dff40ff85941fe3fae71ffba03d41691" + }, + { + "name": "ssd1306", + "version": "1.8.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Display driver for VGA, SSD1306, SSD1325/SSD1327, SSD1331, SSD1351, ILI9163/ST7735, ILI9341, PCD8544.", + "paragraph": "Provides API for working with monochrome and color oled/lcd displays over i2c/spi, and VGA monitor. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library has one of the smallest footprints.", + "website": "https://github.com/lexus2k/ssd1306", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.8.1.zip", + "archiveFileName": "ssd1306-1.8.1.zip", + "size": 3366682, + "checksum": "SHA-256:43439104f9fbbd2956dcd000e1d1d3199d25516a6696d7046556eddcfaefc36c" + }, + { + "name": "ssd1306", + "version": "1.8.2", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Display driver for VGA, SSD1306, SSD1325/SSD1327, SSD1331, SSD1351, ILI9163/ST7735, ILI9341, PCD8544.", + "paragraph": "Provides API for working with monochrome and color oled/lcd displays over i2c/spi, and VGA monitor. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library has one of the smallest footprints.", + "website": "https://github.com/lexus2k/ssd1306", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.8.2.zip", + "archiveFileName": "ssd1306-1.8.2.zip", + "size": 3367695, + "checksum": "SHA-256:b67276dd9045cdc994d552e421823cb7f3dc0ea2d53fde44f9ad946978831ee4" + }, { "name": "ADCTouchSensor", "version": "0.0.1", @@ -92158,7 +119434,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.1.zip", "archiveFileName": "ADCTouchSensor-0.0.1.zip", "size": 6194, "checksum": "SHA-256:90be8e55821ee50fb2374e688be9b92f9a6f9219b59635bee604cad59d6623e8" @@ -92175,7 +119451,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.2.zip", "archiveFileName": "ADCTouchSensor-0.0.2.zip", "size": 10437, "checksum": "SHA-256:c40706e2e7027b009e3da3f20554468548a03e60c0fb184282144513d83edc19" @@ -92192,7 +119468,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.3.zip", "archiveFileName": "ADCTouchSensor-0.0.3.zip", "size": 10454, "checksum": "SHA-256:e9016d74fe1f25335152960275d88df8b7246afbce614593dfb984fc867e5f81" @@ -92209,7 +119485,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.5.zip", "archiveFileName": "ADCTouchSensor-0.0.5.zip", "size": 11808, "checksum": "SHA-256:e555671ffdcda2a9b4dc5c1074a815e298d239413c467621d64c8007a38ecebb" @@ -92226,7 +119502,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.6.zip", "archiveFileName": "ADCTouchSensor-0.0.6.zip", "size": 12434, "checksum": "SHA-256:bcadbc09d3181182f3eabf1784227a6baa627a4b9bb1d64b3103497a81c00962" @@ -92243,7 +119519,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.7.zip", "archiveFileName": "ADCTouchSensor-0.0.7.zip", "size": 12439, "checksum": "SHA-256:df9a5477729be49f914980e960b518c8b1ed6b503d3eed92a05f291ef9a444c7" @@ -92260,7 +119536,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.8.zip", "archiveFileName": "ADCTouchSensor-0.0.8.zip", "size": 12314, "checksum": "SHA-256:5567d19eac2f448956bf7cbe1c1b0dc8eddcb3fc8668ae2a974aa90536086399" @@ -92277,7 +119553,7 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.9.zip", "archiveFileName": "ADCTouchSensor-0.0.9.zip", "size": 12342, "checksum": "SHA-256:725d1cd8a25cdcf4082fac677fce33f7e0dd2d2824b912cd8921ec85c9c4d4aa" @@ -92294,11 +119570,28 @@ "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/ADCTouchSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.10.zip", "archiveFileName": "ADCTouchSensor-0.0.10.zip", "size": 12331, "checksum": "SHA-256:e519e24f168f4f35dac68374ccd249d0856c2d1600778369c332b7c458947a27" }, + { + "name": "ADCTouchSensor", + "version": "0.0.12", + "author": "Alexander Pruss", + "maintainer": "arpruss \u003carpruss@gmail.com\u003e", + "sentence": "Create Touch Sensors with a single analog pin without external hardware", + "paragraph": "This library uses the internal wiring of microcontrollers to measure capacitance much as described here \u003chttp://tuomasnylund.fi/drupal6/content/capacitive-touch-sensing-avr-and-single-adc-pin\u003e and is based on \u003chttps://github.com/martin2250/ADCTouch\u003e", + "website": "https://github.com/arpruss/ADCTouchSensor", + "category": "Sensors", + "architectures": ["STM32F1", "STM32F2", "STM32F3", "STM32F4", "avr", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/arpruss/ADCTouchSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.12.zip", + "archiveFileName": "ADCTouchSensor-0.0.12.zip", + "size": 13266, + "checksum": "SHA-256:5d114403dc3b1074f84b80d180ee6fb3ab0179a3e07914da99638b2cef64ba0d" + }, { "name": "noolite_tx", "version": "0.0.2", @@ -92312,7 +119605,7 @@ "types": ["Contributed"], "repository": "https://github.com/foxel/arduino-noolite-tx.git", "providesIncludes": ["noolite_tx.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/foxel/noolite_tx-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/foxel/noolite_tx-0.0.2.zip", "archiveFileName": "noolite_tx-0.0.2.zip", "size": 4250, "checksum": "SHA-256:17d3c43c9e8fb7ee8d87cb6b82175c9e53b3d9fc19379d7a43ed29fab7cae749" @@ -92330,11 +119623,29 @@ "types": ["Contributed"], "repository": "https://github.com/foxel/arduino-noolite-tx.git", "providesIncludes": ["noolite_tx.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/foxel/noolite_tx-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/foxel/noolite_tx-0.1.0.zip", "archiveFileName": "noolite_tx-0.1.0.zip", "size": 5393, "checksum": "SHA-256:e9f376eaa858c06ae1271d07002443d4a15b4646261ed5aa3bd91b95da603b41" }, + { + "name": "noolite_tx", + "version": "0.2.0", + "author": "Andrey F. Kupreychik", + "maintainer": "Andrey F. Kupreychik \u003cfoxel@quickfox.ru\u003e", + "sentence": "TX library for noolite 433 MHz communication protocol.", + "paragraph": "Encodes noolite command/status update messages and sends them over ASK modulated 433 transmitter. Refer to noolite documentation for command codes.", + "website": "https://github.com/foxel/arduino-noolite-tx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/foxel/arduino-noolite-tx.git", + "providesIncludes": ["noolite_tx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/foxel/noolite_tx-0.2.0.zip", + "archiveFileName": "noolite_tx-0.2.0.zip", + "size": 5454, + "checksum": "SHA-256:633046ab29faba2152f1ca4a9b22175cf55b082ff80178c01fcc88e982aa978b" + }, { "name": "AlertMe", "version": "1.0.0", @@ -92347,7 +119658,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/connornishijima/AlertMe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/connornishijima/AlertMe-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/AlertMe-1.0.0.zip", "archiveFileName": "AlertMe-1.0.0.zip", "size": 23992, "checksum": "SHA-256:fb738d577bb5ebfa27cfef7bf13a67e56dada671855bfe21b58777977a919251" @@ -92365,7 +119676,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/xyzrobot-servo-arduino.git", "providesIncludes": ["XYZrobotServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/XYZrobotServo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/XYZrobotServo-1.0.0.zip", "archiveFileName": "XYZrobotServo-1.0.0.zip", "size": 28731, "checksum": "SHA-256:f3b709d28774e4c520ca9c31c9f3af2ba08f699529dff76a0ec90f96f17a852f" @@ -92383,7 +119694,7 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/xyzrobot-servo-arduino.git", "providesIncludes": ["XYZrobotServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/XYZrobotServo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/XYZrobotServo-1.1.0.zip", "archiveFileName": "XYZrobotServo-1.1.0.zip", "size": 28972, "checksum": "SHA-256:7cb826e1a15dd8dbcb1d772468a5dda041705b9d643b872143dc388a69135cf0" @@ -92400,7 +119711,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Microbit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.0.0.zip", "archiveFileName": "Adafruit_microbit_Library-1.0.0.zip", "size": 17058, "checksum": "SHA-256:95fd4f48355fb24c12333e00e9c5a21f68eb257e4974bfc858450b433e19cfef" @@ -92417,11 +119728,132 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Microbit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.1.0.zip", "archiveFileName": "Adafruit_microbit_Library-1.1.0.zip", "size": 18841, "checksum": "SHA-256:53bcaf233d552e15d0b77ec424ca917611adb83efb8b2065a55af7be3dca704f" }, + { + "name": "Adafruit microbit Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "SparkFun MAG3110 Magnetometer Breakout Arduino Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.2.0.zip", + "archiveFileName": "Adafruit_microbit_Library-1.2.0.zip", + "size": 19642, + "checksum": "SHA-256:b3608f4b8447d2ef17abfbdd12d341d86462d8ba9dd25cb2d37981f40d77e275" + }, + { + "name": "Adafruit microbit Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "SparkFun MAG3110 Magnetometer Breakout Arduino Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.2.1.zip", + "archiveFileName": "Adafruit_microbit_Library-1.2.1.zip", + "size": 19712, + "checksum": "SHA-256:9f87c7c4a0eb5fb03c28b21a65e21f409d86224427fed894f4dbfec66cc12cf4" + }, + { + "name": "Adafruit microbit Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "SparkFun MAG3110 Magnetometer Breakout Arduino Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.2.2.zip", + "archiveFileName": "Adafruit_microbit_Library-1.2.2.zip", + "size": 20089, + "checksum": "SHA-256:e6b78a1a3da8fe9c5fa68951955324d5fff3af7a2657a49e277f299f372a02d8" + }, + { + "name": "Adafruit microbit Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.3.0.zip", + "archiveFileName": "Adafruit_microbit_Library-1.3.0.zip", + "size": 20263, + "checksum": "SHA-256:cf923843c3ff1198baa0b87f2c08ce6cb482a97003e6cea2cfed72badf060c9e" + }, { "name": "Adafruit AMG88xx Library", "version": "1.0.0", @@ -92434,7 +119866,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.0.zip", "archiveFileName": "Adafruit_AMG88xx_Library-1.0.0.zip", "size": 18247, "checksum": "SHA-256:6bd6c482432155d1595812bf0b9f220d7505769af3fa9d29de2980e5b173ed0d" @@ -92451,7 +119883,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.1.zip", "archiveFileName": "Adafruit_AMG88xx_Library-1.0.1.zip", "size": 18492, "checksum": "SHA-256:4ed423fe8d5bfc83ba080450c98d7eae84d64c9572dfb4af459872592b2898b2" @@ -92468,7 +119900,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.2.zip", "archiveFileName": "Adafruit_AMG88xx_Library-1.0.2.zip", "size": 19640, "checksum": "SHA-256:087fb510063486e79ee2f0ffacda8c577a9abf7c8f5b7028bd1c22247aebb81b" @@ -92485,7 +119917,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.3.zip", "archiveFileName": "Adafruit_AMG88xx_Library-1.0.3.zip", "size": 19766, "checksum": "SHA-256:a596765f5c976a63ae923562108c9b3908cfe244f1a6fcfbf3d08e5dcd4d60bb" @@ -92502,7 +119934,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.4.zip", "archiveFileName": "Adafruit_AMG88xx_Library-1.0.4.zip", "size": 19766, "checksum": "SHA-256:54fc1feac96d984f7bb9ec9ccaa450756f75a73c0259a356aa52b39e923b302d" @@ -92519,11 +119951,64 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.0.5.zip", "archiveFileName": "Adafruit_AMG88xx_Library-1.0.5.zip", "size": 19985, "checksum": "SHA-256:1c00f2b88eff5be2bdc6411c9ce5191449d658cda0937d6c3e5aa3ff51c1a103" }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.1.0.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.1.0.zip", + "size": 19958, + "checksum": "SHA-256:c5cdaae4770e120381f96c9e18110c5a6a5a2649cf7c212467f9c792f9976f16" + }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.2.0.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.2.0.zip", + "size": 19878, + "checksum": "SHA-256:1ca69235d695af7e8065c0e966202ae19d36386327005491750d9d23cea10ce8" + }, { "name": "Adafruit BME680 Library", "version": "1.0.0", @@ -92536,7 +120021,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.0.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.0.zip", "size": 21947, "checksum": "SHA-256:6400d52785183244640ac27f646b648053bdf38156fe079faa682279cdb6af07" @@ -92553,7 +120038,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.1.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.1.zip", "size": 22067, "checksum": "SHA-256:4b34deaf8b9aab097172fd279b0075587512b2be3f4b94f3bb540103fc921802" @@ -92570,7 +120055,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.3.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.3.zip", "size": 301277, "checksum": "SHA-256:f166c3057dff756e00cf0dc54a73f615866c9fe03f08194ca653cdc788e1d819" @@ -92587,7 +120072,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.4.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.4.zip", "size": 296652, "checksum": "SHA-256:e3153526f28f52c7213326997cd2f631158be2ce03fa1b5f9265da9b637de461" @@ -92604,7 +120089,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.5.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.5.zip", "size": 296815, "checksum": "SHA-256:d48ba936d70426cb1f520ac6b260d37fb6e10fc4148527dca5933a63b0c2286a" @@ -92621,7 +120106,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.6.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.6.zip", "size": 56086, "checksum": "SHA-256:be0369226375b25b4bc78d2e9b5fbe560392b7e03c168daa5907214cbd6884ec" @@ -92638,11 +120123,157 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.7.zip", "archiveFileName": "Adafruit_BME680_Library-1.0.7.zip", "size": 57490, "checksum": "SHA-256:29cc5e127e0bad028045595e16762e2973956009b98c05f6d338cde538a43c28" }, + { + "name": "Adafruit BME680 Library", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 sensors.", + "paragraph": "Arduino library for BME680 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.0.8.zip", + "archiveFileName": "Adafruit_BME680_Library-1.0.8.zip", + "size": 745883, + "checksum": "SHA-256:baf4d5ce8020752d4bc58b4bcad06bb826bb4df779fc7311fcec20a0c75a8a91" + }, + { + "name": "Adafruit BME680 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 sensors.", + "paragraph": "Arduino library for BME680 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.1.0.zip", + "archiveFileName": "Adafruit_BME680_Library-1.1.0.zip", + "size": 745969, + "checksum": "SHA-256:28a02fa38448b39ec3877e9ba7f32f433456f9a3ae16572f652493e8ff36111c" + }, + { + "name": "Adafruit BME680 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 sensors.", + "paragraph": "Arduino library for BME680 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-1.1.1.zip", + "archiveFileName": "Adafruit_BME680_Library-1.1.1.zip", + "size": 745970, + "checksum": "SHA-256:f4623b12ec953e79dee685b216ead3573882d4b7b36ac87f123dd7c86ae53216" + }, + { + "name": "Adafruit BME680 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 and BME688 sensors.", + "paragraph": "Arduino library for BME680 and BME688 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-2.0.0.zip", + "archiveFileName": "Adafruit_BME680_Library-2.0.0.zip", + "size": 750044, + "checksum": "SHA-256:3f007b8643249a421122157c7bd8eeb605e7c73cb7b3fdd9e63cde3773038dc7" + }, + { + "name": "Adafruit BME680 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 and BME688 sensors.", + "paragraph": "Arduino library for BME680 and BME688 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-2.0.1.zip", + "archiveFileName": "Adafruit_BME680_Library-2.0.1.zip", + "size": 750251, + "checksum": "SHA-256:9bfd2400a765d0b7ada905213e818d2244713df6bd02218d1315394cfc2b8d18" + }, { "name": "kRPC", "version": "0.4.1", @@ -92656,7 +120287,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.1.zip", "archiveFileName": "kRPC-0.4.1.zip", "size": 151578, "checksum": "SHA-256:bcace0fe14ce61090b2372521fb067cfd2af274f2ca9eff37907f28017181b27" @@ -92674,7 +120305,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.2.zip", "archiveFileName": "kRPC-0.4.2.zip", "size": 151579, "checksum": "SHA-256:98491a427da8d12496f1f260820e1fdcee9893b97f16fc79bc38b3640aa3e425" @@ -92692,7 +120323,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.3.zip", "archiveFileName": "kRPC-0.4.3.zip", "size": 150373, "checksum": "SHA-256:a0eaeb1d6d33e2711a938e7aa85143da5f845df4f746cccbc6c74f94eba570d5" @@ -92710,7 +120341,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.4.zip", "archiveFileName": "kRPC-0.4.4.zip", "size": 149946, "checksum": "SHA-256:ec42a16967a286f2525a55d1cac5d1c8331deb2804896024d0966415a51ea56a" @@ -92728,7 +120359,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.5.zip", "archiveFileName": "kRPC-0.4.5.zip", "size": 149973, "checksum": "SHA-256:dc3ae4c3cac24c4638f08022ea6232164ffcf3fd1366c9372b126b359c51985c" @@ -92746,7 +120377,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.6.zip", "archiveFileName": "kRPC-0.4.6.zip", "size": 150641, "checksum": "SHA-256:608d0648ba5317a2f1d93ed806da67c30257b5208220817b4b0ddf1ac9f7e020" @@ -92764,7 +120395,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.7.zip", "archiveFileName": "kRPC-0.4.7.zip", "size": 150333, "checksum": "SHA-256:393e87e65f0248e6a0d5dda4ac0d39dd7225eb0f7fbee998d09be3f358df8701" @@ -92782,7 +120413,7 @@ "types": ["Contributed"], "repository": "https://github.com/krpc/krpc-arduino.git", "providesIncludes": ["krpc.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.4.8.zip", "archiveFileName": "kRPC-0.4.8.zip", "size": 152440, "checksum": "SHA-256:25f0e6910befdb67ab1d7ce3f355643aaf06e9875eaa92a5efb676890a3e74bc" @@ -92800,7 +120431,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.0.zip", "archiveFileName": "LCDMenuLib2-1.0.0.zip", "size": 53818, "checksum": "SHA-256:d0b7986a6e323ce86a96a7f48432d9b8f092708a693a83b6fc4c715adc7c9c45" @@ -92818,7 +120449,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.1.zip", "archiveFileName": "LCDMenuLib2-1.0.1.zip", "size": 72828, "checksum": "SHA-256:7acdd510bbc6189ab83d869476a600d6fd17b6c3b44db73568271d54529c9589" @@ -92836,7 +120467,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.2.zip", "archiveFileName": "LCDMenuLib2-1.0.2.zip", "size": 73022, "checksum": "SHA-256:376a9872147fc0b0d4ed0f0def7daab23448409086ffe011d578612ba7cc44f0" @@ -92854,7 +120485,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.3.zip", "archiveFileName": "LCDMenuLib2-1.0.3.zip", "size": 72871, "checksum": "SHA-256:8f22a2bc28c2d4cb5453bc1f90b84385f14d5536b120d50507116dfa374b3c3f" @@ -92872,7 +120503,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.4.zip", "archiveFileName": "LCDMenuLib2-1.0.4.zip", "size": 72889, "checksum": "SHA-256:642951315975e060217865f8a1be1b0e529203ec898e94d7172ea9184006643c" @@ -92890,7 +120521,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.5.zip", "archiveFileName": "LCDMenuLib2-1.0.5.zip", "size": 542577, "checksum": "SHA-256:bf4bf93eba05dae031b71aaa9889d3f8358da63f3364ad4c6ca949121950a696" @@ -92908,7 +120539,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.0.6.zip", "archiveFileName": "LCDMenuLib2-1.0.6.zip", "size": 548342, "checksum": "SHA-256:0fab119217e45b898e1b076798ee7439be92a1e8e3133ce64162ead39afdd942" @@ -92926,7 +120557,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.1.0.zip", "archiveFileName": "LCDMenuLib2-1.1.0.zip", "size": 552936, "checksum": "SHA-256:fbaf2303dbf9b0b046059ded6318dfbc8474aa35bfa17e0dc112c3e268277546" @@ -92944,7 +120575,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.1.1.zip", "archiveFileName": "LCDMenuLib2-1.1.1.zip", "size": 552317, "checksum": "SHA-256:7857b132d3af7150e0c899219be8ad1701acf675061bf3eab419fe223fc2feba" @@ -92962,7 +120593,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.0.zip", "archiveFileName": "LCDMenuLib2-1.2.0.zip", "size": 553770, "checksum": "SHA-256:4e9d2d9abc096f94f80b811bc00db9cc6305108ef793e0e0f4679d8cdd6adee0" @@ -92980,7 +120611,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.2.zip", "archiveFileName": "LCDMenuLib2-1.2.2.zip", "size": 553770, "checksum": "SHA-256:111e4bce433b519eb472773d13b8db5eccaa7a663ab10d423ed40e0fda03548b" @@ -92998,7 +120629,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.3.zip", "archiveFileName": "LCDMenuLib2-1.2.3.zip", "size": 553779, "checksum": "SHA-256:6267fe7e51578678f975a40799bb003658ec2b8e5dd0009d557fef9d56e68ab1" @@ -93016,7 +120647,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.4.zip", "archiveFileName": "LCDMenuLib2-1.2.4.zip", "size": 542501, "checksum": "SHA-256:8d5216cc9538f964ba331bd5f1ad24f90993b206ce372c008ff9828427d0976b" @@ -93034,7 +120665,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.5.zip", "archiveFileName": "LCDMenuLib2-1.2.5.zip", "size": 542543, "checksum": "SHA-256:3f6fa8f3754e519b4bb8fd18be3d687341cf580e4299a9ec1097805539ba713a" @@ -93052,7 +120683,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.6.zip", "archiveFileName": "LCDMenuLib2-1.2.6.zip", "size": 539486, "checksum": "SHA-256:afc2832d7ba6e85d4d6d782a4e357261b0cfbc884024b7793a07f7a05e013520" @@ -93070,7 +120701,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.7.zip", "archiveFileName": "LCDMenuLib2-1.2.7.zip", "size": 539572, "checksum": "SHA-256:ad0473b7aa07ad55ca18169869f3f0813cfb28c7f0bcdbcf233e251f8ba118d7" @@ -93088,7 +120719,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.2.8.zip", "archiveFileName": "LCDMenuLib2-1.2.8.zip", "size": 564094, "checksum": "SHA-256:89721e5458d47717c80a7d33c269228f2132a1373f9ba66d3dd747c9496cbcb3" @@ -93106,7 +120737,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-1.3.0.zip", "archiveFileName": "LCDMenuLib2-1.3.0.zip", "size": 617919, "checksum": "SHA-256:2ef011745151e4689dcb01882cb52ca3e99ec45c2b2fc0230cedc73e3bf9a6e5" @@ -93124,7 +120755,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.0.0.zip", "archiveFileName": "LCDMenuLib2-2.0.0.zip", "size": 619385, "checksum": "SHA-256:9de5c415bfbe6b7b0e819fa6b6d2ccae243b9a871d234561654398c98aa5ea2a" @@ -93142,11 +120773,173 @@ "types": ["Contributed"], "repository": "https://github.com/Jomelo/LCDMenuLib2.git", "providesIncludes": ["LCDMenuLib2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.1.0.zip", "archiveFileName": "LCDMenuLib2-2.1.0.zip", "size": 631720, "checksum": "SHA-256:9b757234e55a7ad89bdfc3468dd71485f64c953777ac13505468b39d72feb781" }, + { + "name": "LCDMenuLib2", + "version": "2.1.1", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.1.1.zip", + "archiveFileName": "LCDMenuLib2-2.1.1.zip", + "size": 642318, + "checksum": "SHA-256:8e5f8b4d45f834abc02a0592447e6ac7667b5312cd3df2bba2ae849770837b57" + }, + { + "name": "LCDMenuLib2", + "version": "2.1.2", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.1.2.zip", + "archiveFileName": "LCDMenuLib2-2.1.2.zip", + "size": 642345, + "checksum": "SHA-256:d8c37edc8214c3389be810521e448f4621854dcbd38d66cfa83ef47db54998cf" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.0", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.0.zip", + "archiveFileName": "LCDMenuLib2-2.2.0.zip", + "size": 663441, + "checksum": "SHA-256:6026202dde11f74053cc9cfdf4e14b499976503170f336f0603e707b4cba0e00" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.1", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.1.zip", + "archiveFileName": "LCDMenuLib2-2.2.1.zip", + "size": 663441, + "checksum": "SHA-256:c10682b614f76b80f8807bdef52287eee79aa4fea25fe61d9af5a80d0338df5a" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.2", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.2.zip", + "archiveFileName": "LCDMenuLib2-2.2.2.zip", + "size": 664051, + "checksum": "SHA-256:5de5a08367e74e795520f4f1b26612ecc9511cf4f9c947bd762ffab9a646fbc4" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.3", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.3.zip", + "archiveFileName": "LCDMenuLib2-2.2.3.zip", + "size": 664320, + "checksum": "SHA-256:81c4909fcdaea55e9ad3744da01880c66c711500d8e8fa085265087d05ba667d" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.4", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a tree based menu with screensaver and multi layers.", + "paragraph": "Examples for the basic function and different output types [serial monitor, liquidcrystal, i2c, graphic displays (u8glib / u8g2lib... )]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.4.zip", + "archiveFileName": "LCDMenuLib2-2.2.4.zip", + "size": 664508, + "checksum": "SHA-256:5f6b4857b7151a5aa3744f3b05d0cc9535025d958c4671896d69bc85dd05bc27" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.6", + "author": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "maintainer": "Nils Feldkaemper \u003cnilsfeld@gmail.com\u003e", + "sentence": "Easy creation of a multi layer tree menu with screensaver and other stuff.", + "paragraph": "Examples for the basic function and different output types [console (serial monitor), lcd displays, glcd displays, gfx displays]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.6.zip", + "archiveFileName": "LCDMenuLib2-2.2.6.zip", + "size": 679742, + "checksum": "SHA-256:9ea4e3868ad2e3edc73be2196f1a902c03df15aa622373e36800ce2967cc77e2" + }, + { + "name": "LCDMenuLib2", + "version": "2.2.7", + "author": "Nils Feldkämper", + "maintainer": "Community https://github.com/Jomelo/LCDMenuLib2", + "sentence": "Easy creation of a multi layer tree menu with screensaver and other stuff.", + "paragraph": "Examples for the basic function and different output types [console (serial monitor), lcd displays, glcd displays, gfx displays]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": ["LCDMenuLib2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.7.zip", + "archiveFileName": "LCDMenuLib2-2.2.7.zip", + "size": 682051, + "checksum": "SHA-256:9450f3ad9fa96500e44fb7c0a7935804e3a4a7ea1e1c4e09b074e4ce721d34f7" + }, { "name": "TFT_22_ILI9225", "version": "1.2.3", @@ -93160,7 +120953,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.3.zip", "archiveFileName": "TFT_22_ILI9225-1.2.3.zip", "size": 453069, "checksum": "SHA-256:a840bb706fc0b441f11b352f99a44345a6e9276e4c902557b38c72dce13fe66e" @@ -93178,7 +120971,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.2.zip", "archiveFileName": "TFT_22_ILI9225-1.2.2.zip", "size": 452733, "checksum": "SHA-256:ca0ea6dbe50832096c81d9c20aa5c6aef606263e0c542e600c2d191f2fe79d96" @@ -93196,7 +120989,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.4.zip", "archiveFileName": "TFT_22_ILI9225-1.2.4.zip", "size": 453116, "checksum": "SHA-256:b1164b0ea28128df19bf3f8e18c43ce430fc6b00c96a8eff94e26f21c3ea08a6" @@ -93214,7 +121007,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.6.zip", "archiveFileName": "TFT_22_ILI9225-1.2.6.zip", "size": 454468, "checksum": "SHA-256:d78b475b8f19fbd80269b20e27d886c4948f0354a78bcdf643249802d130c8fb" @@ -93232,7 +121025,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.2.7.zip", "archiveFileName": "TFT_22_ILI9225-1.2.7.zip", "size": 454589, "checksum": "SHA-256:7abd377bd849906aa6822b1b2bff218568384fda8ec2bd2fbf5e8fe541d12360" @@ -93250,7 +121043,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.0.zip", "archiveFileName": "TFT_22_ILI9225-1.3.0.zip", "size": 737222, "checksum": "SHA-256:65c19df75295310d4decf23febc2779fe3c7bb2404f7b099d0298290e4f233f6" @@ -93268,7 +121061,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.1.zip", "archiveFileName": "TFT_22_ILI9225-1.3.1.zip", "size": 737255, "checksum": "SHA-256:6e976b13f9cd4505c19fb735898bb4bc08064e562e504de534a42451b7815659" @@ -93286,7 +121079,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.2.zip", "archiveFileName": "TFT_22_ILI9225-1.3.2.zip", "size": 738747, "checksum": "SHA-256:bec3716d0f4762bb83d2f1d6b16acfe1547629bbd0aa267bd17c2f2cb7e259d4" @@ -93304,7 +121097,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.3.zip", "archiveFileName": "TFT_22_ILI9225-1.3.3.zip", "size": 739307, "checksum": "SHA-256:713e608070b5fe951783dd0e86e3a608e9bcd0a0fb6a2831bfdf9a661adf88aa" @@ -93322,7 +121115,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.4.zip", "archiveFileName": "TFT_22_ILI9225-1.3.4.zip", "size": 739335, "checksum": "SHA-256:aaeb37c8cf58f00d42e6dde6f64b184ecce4f0f651b4fcc833c02c2540071ad3" @@ -93340,7 +121133,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.5.zip", "archiveFileName": "TFT_22_ILI9225-1.3.5.zip", "size": 741675, "checksum": "SHA-256:14a7b6ae6559b17640c15d8bcb1b9df501ee4bb1b9b7074f6c8121630a016ee9" @@ -93358,7 +121151,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.6.zip", "archiveFileName": "TFT_22_ILI9225-1.3.6.zip", "size": 741865, "checksum": "SHA-256:a245a82756dc89bbf6d21bc0a67886a140946a5eec06a792f0eb434df164759b" @@ -93376,7 +121169,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.8.zip", "archiveFileName": "TFT_22_ILI9225-1.3.8.zip", "size": 741879, "checksum": "SHA-256:393b1a887a7fdd96b1b71af3dcf5e32e70620b1ad4886d718e9fa6ee369a1b32" @@ -93394,7 +121187,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.3.9.zip", "archiveFileName": "TFT_22_ILI9225-1.3.9.zip", "size": 853868, "checksum": "SHA-256:95cbeecef6754dfbd680e5a8d128f89053b1fb2878c9ee32a6722ffc3df74d0e" @@ -93412,7 +121205,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.0.zip", "archiveFileName": "TFT_22_ILI9225-1.4.0.zip", "size": 853864, "checksum": "SHA-256:b0677a5bb30e8a3cd8c146aece8251916a7ef26eba8bc3b6da03850111e7696a" @@ -93430,7 +121223,7 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.1.zip", "archiveFileName": "TFT_22_ILI9225-1.4.1.zip", "size": 853971, "checksum": "SHA-256:eafcc62f36692456bb3cb5ec21eb1d419b125477eb85448190702212381966af" @@ -93448,11 +121241,47 @@ "types": ["Contributed"], "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", "providesIncludes": ["TFT_22_ILI9225.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.2.zip", "archiveFileName": "TFT_22_ILI9225-1.4.2.zip", "size": 854428, "checksum": "SHA-256:187d8be95380ece15ff4d8334a3b5219255686b98398b85c9360fcdbdadf772a" }, + { + "name": "TFT_22_ILI9225", + "version": "1.4.3", + "author": "Nkawu", + "maintainer": "Nkawu", + "sentence": "ILI9225 2.2\" 176x220 TFT LCD shield", + "paragraph": "Arduino driver for the ILI9225 based TFT with SPI Interface", + "website": "https://github.com/Nkawu/TFT_22_ILI9225", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", + "providesIncludes": ["TFT_22_ILI9225.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.3.zip", + "archiveFileName": "TFT_22_ILI9225-1.4.3.zip", + "size": 945007, + "checksum": "SHA-256:01f964a046ecc5b34f7b10fc28b21addb7158b6ac7d0d33b7b6d46834ae2661a" + }, + { + "name": "TFT_22_ILI9225", + "version": "1.4.4", + "author": "Nkawu", + "maintainer": "Nkawu", + "sentence": "ILI9225 2.2\" 176x220 TFT LCD shield", + "paragraph": "Arduino driver for the ILI9225 based TFT with SPI Interface", + "website": "https://github.com/Nkawu/TFT_22_ILI9225", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", + "providesIncludes": ["TFT_22_ILI9225.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.4.zip", + "archiveFileName": "TFT_22_ILI9225-1.4.4.zip", + "size": 945101, + "checksum": "SHA-256:44a086791cee1536e8699732f0f17d5aafa90a6f97e1af3976acb84db314298f" + }, { "name": "AutoPID", "version": "1.0.0", @@ -93465,7 +121294,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r-downing/AutoPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.0.zip", "archiveFileName": "AutoPID-1.0.0.zip", "size": 3966, "checksum": "SHA-256:523ec453516f27981513eb2a2db5b339544e68c64a5b36796510e03cbb4ec51f" @@ -93482,7 +121311,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r-downing/AutoPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.1.zip", "archiveFileName": "AutoPID-1.0.1.zip", "size": 5570, "checksum": "SHA-256:17b82bbdba15c18b56f15b1682a6820346122367bc19a85dff4e5cc4c038b085" @@ -93499,7 +121328,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r-downing/AutoPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.2.zip", "archiveFileName": "AutoPID-1.0.2.zip", "size": 7253, "checksum": "SHA-256:7b6ce8ed93d561ebd00def6c85dc833b12a1c9c30dbf65d2cccb7639476a975b" @@ -93516,7 +121345,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/r-downing/AutoPID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/AutoPID-1.0.3.zip", "archiveFileName": "AutoPID-1.0.3.zip", "size": 5937, "checksum": "SHA-256:a04899fdae04951a58e0146849e536686a18339aa96bd770e8e786ae32b32c1e" @@ -93533,7 +121362,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Geabong/ModbusRTUSlaveArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Geabong/ModbusRTU_Slave-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Geabong/ModbusRTU_Slave-1.0.1.zip", "archiveFileName": "ModbusRTU_Slave-1.0.1.zip", "size": 22557, "checksum": "SHA-256:b97be119fa5bf87b3fe37f1b0dbe6ce9364def4ef2621bd83419786de02b4b4d" @@ -93550,7 +121379,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Geabong/ModbusRTUSlaveArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Geabong/ModbusRTU_Slave-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Geabong/ModbusRTU_Slave-1.0.0.zip", "archiveFileName": "ModbusRTU_Slave-1.0.0.zip", "size": 22541, "checksum": "SHA-256:c62c8583bf2da0f49b1e77d96e0a6619aae8228d2e5e07c008a90ea590dfe7fc" @@ -93567,7 +121396,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/BPLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/BPLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/BPLib-1.0.0.zip", "archiveFileName": "BPLib-1.0.0.zip", "size": 9690, "checksum": "SHA-256:eb2ccf6862746e865ed25388a9da98893bcc8765c3b27442a2223a5139e459e9" @@ -93584,7 +121413,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/SPIFFSReadServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.0.zip", "archiveFileName": "SPIFFSReadServer-0.0.0.zip", "size": 3404, "checksum": "SHA-256:680a59f843fb2c522bc8a5cbcbd95373f80ed6e48bd56e022fdd4c95f918dcf4" @@ -93601,7 +121430,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/SPIFFSReadServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.2.zip", "archiveFileName": "SPIFFSReadServer-0.0.2.zip", "size": 3514, "checksum": "SHA-256:07f1c6f1e8abef3afd035664610e9da591fb1db21d6aaffa6dce14bab7028542" @@ -93618,7 +121447,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/SPIFFSReadServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.3.zip", "archiveFileName": "SPIFFSReadServer-0.0.3.zip", "size": 3512, "checksum": "SHA-256:77d6dfec1fdf1ee0dad5a1b972fb6b81b114a7b231998d660abd12bf907a1750" @@ -93635,7 +121464,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/SPIFFSReadServer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/SPIFFSReadServer-0.0.4.zip", "archiveFileName": "SPIFFSReadServer-0.0.4.zip", "size": 7138, "checksum": "SHA-256:77a247a8c2c71ac3f5ee93f37c36cf53299cb4c2de39605669c61bc8d326396a" @@ -93653,7 +121482,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/DS1624.git", "providesIncludes": ["DS1624.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/DS1624-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/DS1624-1.0.0.zip", "archiveFileName": "DS1624-1.0.0.zip", "size": 7023, "checksum": "SHA-256:8fb8c267e425ec2965555acf25e8bd61d4f2cac2984a61130809364ec75f033b" @@ -93671,7 +121500,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/DS1624.git", "providesIncludes": ["DS1624.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/DS1624-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/DS1624-2.0.0.zip", "archiveFileName": "DS1624-2.0.0.zip", "size": 7168, "checksum": "SHA-256:3443aa8c7ed18f25cae4c556981ae09a46aadd4b21c76e1fe4bdeaae91af309d" @@ -93689,7 +121518,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/DS1624.git", "providesIncludes": ["DS1624.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/DS1624-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/DS1624-2.0.1.zip", "archiveFileName": "DS1624-2.0.1.zip", "size": 7260, "checksum": "SHA-256:94691ad18c48c5370413ebadf29e5553012649432e59638b1faff4e61237981b" @@ -93706,11 +121535,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/martin-leo/KeyboardAzertyFr.git", - "url": "http://downloads.arduino.cc/libraries/github.com/martin-leo/KeyboardAzertyFr-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/martin-leo/KeyboardAzertyFr-1.0.1.zip", "archiveFileName": "KeyboardAzertyFr-1.0.1.zip", "size": 6432, "checksum": "SHA-256:ccb9935e01f5d459b994077a9daa761256b132bc9984d38a85c19302420bb642" }, + { + "name": "KeyboardAzertyFr", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Léo Martin \u003cbonjour@leomartin.net\u003e", + "sentence": "Keyboard library adaptation that allows an Arduino/Genuino board with USB capabilites to act as a french AZERTY Keyboard.", + "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", + "website": "https://github.com/martin-leo/KeyboardAzertyFr", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/martin-leo/KeyboardAzertyFr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/martin-leo/KeyboardAzertyFr-1.0.2.zip", + "archiveFileName": "KeyboardAzertyFr-1.0.2.zip", + "size": 6504, + "checksum": "SHA-256:c682959c567d13e61a8441afe2c5f8e6e6b8bad5859c2ee5ac2050a4286dc2a9" + }, { "name": "GeekFactory Shell Library", "version": "1.0.0", @@ -93723,7 +121569,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/geekfactory/shell.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.0.0.zip", "archiveFileName": "GeekFactory_Shell_Library-1.0.0.zip", "size": 34420, "checksum": "SHA-256:2aa3651aa37962b1bfb9b0384b41e8d30ce73555d2c4e919c4ba612d2d388d15" @@ -93740,7 +121586,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/geekfactory/shell.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.0.1.zip", "archiveFileName": "GeekFactory_Shell_Library-1.0.1.zip", "size": 34467, "checksum": "SHA-256:f9ce2a44baf7a2f165a55ff449412e98d2f87da82e24c568afea2606c72e31d8" @@ -93757,7 +121603,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/geekfactory/shell.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.1.0.zip", "archiveFileName": "GeekFactory_Shell_Library-1.1.0.zip", "size": 35364, "checksum": "SHA-256:fb207168bf61253734d06af7eb8b483e1d04cd545e8e436ab63c4420f045ee56" @@ -93774,7 +121620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/geekfactory/shell.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GeekFactory_Shell_Library-1.2.0.zip", "archiveFileName": "GeekFactory_Shell_Library-1.2.0.zip", "size": 36026, "checksum": "SHA-256:0096880ce200f38f09d45335a2f613af4e632ac5d9a83fe93a39490f49a19bec" @@ -93791,7 +121637,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/beetlikeyg087/MFUthings.git", - "url": "http://downloads.arduino.cc/libraries/github.com/beetlikeyg087/MFUthings-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beetlikeyg087/MFUthings-1.0.0.zip", "archiveFileName": "MFUthings-1.0.0.zip", "size": 5856, "checksum": "SHA-256:4786c23626e254ab111a251ec54362e47bd03808a7797c9a2630ba1a2be950cb" @@ -93808,7 +121654,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/beetlikeyg087/MFUthings.git", - "url": "http://downloads.arduino.cc/libraries/github.com/beetlikeyg087/MFUthings-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beetlikeyg087/MFUthings-1.0.1.zip", "archiveFileName": "MFUthings-1.0.1.zip", "size": 5977, "checksum": "SHA-256:67ba3f92a7acabd8aa48df8bf44bb7970842b7a7b882bd99d399ac5769c61313" @@ -93826,7 +121672,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10Examples.git", "providesIncludes": ["M10Examples.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10Examples-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10Examples-1.1.0.zip", "archiveFileName": "M10Examples-1.1.0.zip", "size": 245679, "checksum": "SHA-256:332642154fef4ca1adae8c35dd1d9ef05fe3604eb84964fabb4c596310159cf7" @@ -93843,7 +121689,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/geekfactory/gfbutton.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GFButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/geekfactory/GFButton-1.0.0.zip", "archiveFileName": "GFButton-1.0.0.zip", "size": 21906, "checksum": "SHA-256:1b871ba42edf7fb5c76266e045d5b77c58e8eb704c05f3a6f56bb46b741febcb" @@ -93860,7 +121706,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_SHT31D_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.2.1.zip", "archiveFileName": "ClosedCube_SHT31D-1.2.1.zip", "size": 304075, "checksum": "SHA-256:f6b2a5dd5f6585c1491881291a0936277f569907895d8868959d7e74c9f61581" @@ -93877,7 +121723,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_SHT31D_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.2.2.zip", "archiveFileName": "ClosedCube_SHT31D-1.2.2.zip", "size": 304081, "checksum": "SHA-256:bcbb4a5ab29ccc65fc874915910b408245a6df2c8355071b2adb2d0d4d9dccae" @@ -93894,7 +121740,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_SHT31D_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.5.0.zip", "archiveFileName": "ClosedCube_SHT31D-1.5.0.zip", "size": 304654, "checksum": "SHA-256:80d489012703de3e1451e3d808605f653895a0bd0aaed74a44ea4b9b2bd43f15" @@ -93911,7 +121757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_SHT31D_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHT31D-1.5.1.zip", "archiveFileName": "ClosedCube_SHT31D-1.5.1.zip", "size": 12473, "checksum": "SHA-256:02ef8e15fb6ad817e2c420f29c0298426b8ad336bc9331b4dd014be7e17cf677" @@ -93928,7 +121774,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-1.0.0.zip", "archiveFileName": "PersWiFiManager-1.0.0.zip", "size": 8817, "checksum": "SHA-256:7ebc5c3f2096bb0e524d8ef5eb6a08f50bf91693dd66745ea211e62808da66b9" @@ -93945,7 +121791,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-2.0.1.zip", "archiveFileName": "PersWiFiManager-2.0.1.zip", "size": 16948, "checksum": "SHA-256:da057c40e0cdf4de04a7d3dc95ac7a6ac25c57ebf87f7bd502288a333bc8bfea" @@ -93962,7 +121808,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-2.0.2.zip", "archiveFileName": "PersWiFiManager-2.0.2.zip", "size": 21115, "checksum": "SHA-256:867f5282f61ef15f0b8bdeec7cf87703759df0df81be168a5832a3928f975627" @@ -93979,7 +121825,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-3.0.0.zip", "archiveFileName": "PersWiFiManager-3.0.0.zip", "size": 26646, "checksum": "SHA-256:88c2ca84b7e0b6920a9037244bb21c86d8db6c819ff80d677e6d5481f22451ee" @@ -93996,7 +121842,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-3.0.1.zip", "archiveFileName": "PersWiFiManager-3.0.1.zip", "size": 26667, "checksum": "SHA-256:7fefc405ad62f5ba655e1ddce8388126bfee1775addb948e6a9a904329da7539" @@ -94013,7 +121859,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-4.0.0.zip", "archiveFileName": "PersWiFiManager-4.0.0.zip", "size": 26636, "checksum": "SHA-256:77ba044fadf193eacf68c3c5ac9e4edaafa4dc503c2f1f3756ecd037843f7b85" @@ -94030,75 +121876,11 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/r-downing/PersWiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/PersWiFiManager-5.0.0.zip", "archiveFileName": "PersWiFiManager-5.0.0.zip", "size": 27459, "checksum": "SHA-256:d76b72c9c4b9e29f7adb97047d128c400da3cdf809fe61071a2bb9990c48b04c" }, - { - "name": "Adafruit_mp3", - "version": "1.0.0", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_mp3-1.0.0.zip", - "archiveFileName": "Adafruit_mp3-1.0.0.zip", - "size": 489658, - "checksum": "SHA-256:cf8ab30d9bb6edb89bc02cd59ce915a6ee1e3223692c4206295e51d76219d668" - }, - { - "name": "Adafruit_mp3", - "version": "1.0.1", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_mp3-1.0.1.zip", - "archiveFileName": "Adafruit_mp3-1.0.1.zip", - "size": 490052, - "checksum": "SHA-256:94de368e0e92afe5beed4135ee1ec5be539233a4ec6843a5dced6d4303f2efd4" - }, - { - "name": "Adafruit_mp3", - "version": "1.0.2", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_mp3-1.0.2.zip", - "archiveFileName": "Adafruit_mp3-1.0.2.zip", - "size": 537702, - "checksum": "SHA-256:2491e98ca15acf35c437f5f4d3aeaf75c6753d429693e2ff2f43ef5134143822" - }, - { - "name": "Adafruit_mp3", - "version": "1.0.3", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_mp3-1.0.3.zip", - "archiveFileName": "Adafruit_mp3-1.0.3.zip", - "size": 537737, - "checksum": "SHA-256:99160648a2dca95709f680ca73f9caa2ddb5bebad0799a2a0d1a536519be17de" - }, { "name": "StensTimer", "version": "1.0.0", @@ -94112,7 +121894,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/arduino-libraries/stens-timer.git", "providesIncludes": ["StensTimer.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.0.0.zip", "archiveFileName": "StensTimer-1.0.0.zip", "size": 19094, "checksum": "SHA-256:a0f0b97374259d4a26cd37e045ef71be7ad8d05e839ef33468fd0f8eb5ee80ac" @@ -94130,7 +121912,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/arduino-libraries/stens-timer.git", "providesIncludes": ["StensTimer.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.1.0.zip", "archiveFileName": "StensTimer-1.1.0.zip", "size": 24368, "checksum": "SHA-256:fe29920dcbd2279f6118b1c603442bbcc22de6d7d8fb1d6367c2bd5e4901ab8b" @@ -94148,7 +121930,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/arduino-libraries/stens-timer.git", "providesIncludes": ["StensTimer.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.1.1.zip", "archiveFileName": "StensTimer-1.1.1.zip", "size": 24472, "checksum": "SHA-256:61a5ef2064f6a2368fd2a001e7c2c55b890a265df41aac143c66ae36067775eb" @@ -94166,7 +121948,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/arduino-libraries/stens-timer.git", "providesIncludes": ["StensTimer.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StensTimer-1.1.2.zip", "archiveFileName": "StensTimer-1.1.2.zip", "size": 24476, "checksum": "SHA-256:42929c610894b0efaf07e075829d32fb5f790137f5e5c8d9fd5447b707f61a06" @@ -94183,7 +121965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SGP30.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.0.zip", "archiveFileName": "Adafruit_SGP30_Sensor-1.0.0.zip", "size": 5475, "checksum": "SHA-256:82bdeddab6a88158663ab405c44a6cdcfb2f3c3ffd0968abb8335352af3f2abf" @@ -94200,7 +121982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SGP30.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.3.zip", "archiveFileName": "Adafruit_SGP30_Sensor-1.0.3.zip", "size": 7436, "checksum": "SHA-256:01ffbb822966effa10f481570a848275bde41abe2f28d16dfd1211ba4e2ad360" @@ -94217,11 +121999,126 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_SGP30.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.4.zip", "archiveFileName": "Adafruit_SGP30_Sensor-1.0.4.zip", "size": 369414, "checksum": "SHA-256:908d289a5ceb1da32f4dab6f7c617e37d521fc0e859c1bb2152a64b720752312" }, + { + "name": "Adafruit SGP30 Sensor", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.0.5.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-1.0.5.zip", + "size": 369429, + "checksum": "SHA-256:949353309d3681bf6986ded127e4bce7bf413acf6deed05f52a289a11b09fc48" + }, + { + "name": "Adafruit SGP30 Sensor", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.1.0.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-1.1.0.zip", + "size": 369551, + "checksum": "SHA-256:212a885dc34d5c9eb8142da6f35629c5a9f2433964bb14deb0294648bc00aa14" + }, + { + "name": "Adafruit SGP30 Sensor", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.2.0.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-1.2.0.zip", + "size": 373084, + "checksum": "SHA-256:fd93ab20df552302d52f5537eff5008e614fb0814d38bec06d2d1e0fccf04796" + }, + { + "name": "Adafruit SGP30 Sensor", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.2.1.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-1.2.1.zip", + "size": 373055, + "checksum": "SHA-256:0eb0e704ba229636d8c2335a92fe931505c7d477403092c14bebaa3eb82e5947" + }, + { + "name": "Adafruit SGP30 Sensor", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-1.2.2.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-1.2.2.zip", + "size": 373086, + "checksum": "SHA-256:8fccb77e3c9ec51e527b65333e59a58584afa4148313c380b949ec2727f7fd96" + }, + { + "name": "Adafruit SGP30 Sensor", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-2.0.0.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-2.0.0.zip", + "size": 373062, + "checksum": "SHA-256:4763b500dd11b2ea25993fdc0efa3deaceeb512c0fb50a4840acf2caa57d21c9" + }, { "name": "Wemos Matrix Adafruit GFX", "version": "1.2.0", @@ -94234,11 +122131,55 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thomasfredericks/wemos_matrix_gfx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thomasfredericks/Wemos_Matrix_Adafruit_GFX-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Wemos_Matrix_Adafruit_GFX-1.2.0.zip", "archiveFileName": "Wemos_Matrix_Adafruit_GFX-1.2.0.zip", "size": 8556, "checksum": "SHA-256:80a8cbead6553c14e80e22963f27f6a208e2ab375c8357b811220962104667b2" }, + { + "name": "Wemos Matrix Adafruit GFX", + "version": "1.3.0", + "author": "Thomas O Fredericks", + "maintainer": "https://github.com/thomasfredericks", + "sentence": "Library for the WEMOS Matrix LED Shield that implements the Adafruit GFX Library", + "paragraph": "Requires Adafruit GFX Library. See https://learn.adafruit.com/adafruit-gfx-graphics-library/graphics-primitives for more information about the Adafruit GFX Library.", + "website": "https://github.com/thomasfredericks/wemos_matrix_gfx", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/wemos_matrix_gfx.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Wemos_Matrix_Adafruit_GFX-1.3.0.zip", + "archiveFileName": "Wemos_Matrix_Adafruit_GFX-1.3.0.zip", + "size": 18345, + "checksum": "SHA-256:c34ae4a977991afe0f41a95f06886e81964b5fc1326442767e7ad125ffe390af" + }, + { + "name": "Wemos Matrix Adafruit GFX", + "version": "1.4.0", + "author": "Thomas O Fredericks", + "maintainer": "https://github.com/thomasfredericks", + "sentence": "Library for the WEMOS Matrix LED Shield that implements the Adafruit GFX Library", + "paragraph": "Requires Adafruit GFX Library. See https://learn.adafruit.com/adafruit-gfx-graphics-library/graphics-primitives for more information about the Adafruit GFX Library.", + "website": "https://github.com/thomasfredericks/wemos_matrix_gfx", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thomasfredericks/wemos_matrix_gfx.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Wemos_Matrix_Adafruit_GFX-1.4.0.zip", + "archiveFileName": "Wemos_Matrix_Adafruit_GFX-1.4.0.zip", + "size": 18416, + "checksum": "SHA-256:035725674a691e8b06c1009568cb67f69e528567cc2ed29fa31ed51e0619e46e" + }, { "name": "STEAMbot", "version": "1.0.0", @@ -94251,7 +122192,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/The-STEAM-Train/STEAMbot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/The-STEAM-Train/STEAMbot-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/The-STEAM-Train/STEAMbot-1.0.0.zip", "archiveFileName": "STEAMbot-1.0.0.zip", "size": 14422, "checksum": "SHA-256:ed1bca1ef1f4790418c8694d57c302bd49c75e5af431013a307238470f50d0d4" @@ -94268,7 +122209,7 @@ "architectures": ["arm", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/The-STEAM-Train/STEAMbot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/The-STEAM-Train/STEAMbot-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/The-STEAM-Train/STEAMbot-1.0.2.zip", "archiveFileName": "STEAMbot-1.0.2.zip", "size": 15970, "checksum": "SHA-256:cf6e2555738c088e31a7ae714cc96d96d43f98f39c87af86abbc39abce79c7a1" @@ -94285,7 +122226,7 @@ "architectures": ["arm", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/The-STEAM-Train/STEAMbot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/The-STEAM-Train/STEAMbot-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/The-STEAM-Train/STEAMbot-1.0.3.zip", "archiveFileName": "STEAMbot-1.0.3.zip", "size": 15971, "checksum": "SHA-256:16652b72046063b83345d86621dbaf0842e6ab865e750b09fa9ed47d867aae26" @@ -94302,7 +122243,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/r-downing/EasySSDP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/r-downing/EasySSDP-0.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/r-downing/EasySSDP-0.0.0.zip", "archiveFileName": "EasySSDP-0.0.0.zip", "size": 1881, "checksum": "SHA-256:3739ce7fedcb32fcfe16bf4d60a6cb17d620b4439de2e24bb8f564e3f9508512" @@ -94319,7 +122260,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_BME680_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_BME680-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_BME680-1.1.0.zip", "archiveFileName": "ClosedCube_BME680-1.1.0.zip", "size": 11031, "checksum": "SHA-256:db0c4e92fc73dcc47f6d49f911453fd5f06313c94a8861c55b316043a8577fe2" @@ -94336,7 +122277,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_BME680_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_BME680-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_BME680-1.1.2.zip", "archiveFileName": "ClosedCube_BME680-1.1.2.zip", "size": 11016, "checksum": "SHA-256:d8daca7787075f33e447754460f42e5d789afd5e5dd5ef0b10731559347f96f6" @@ -94353,7 +122294,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_BME680_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_BME680-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_BME680-1.2.0.zip", "archiveFileName": "ClosedCube_BME680-1.2.0.zip", "size": 11042, "checksum": "SHA-256:0d9198fd317e878dc29f0fba21556b0eec4f819e2c475af1ed248d4f6e1d870d" @@ -94370,7 +122311,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-1.0.3.zip", "archiveFileName": "ESP_DASH-1.0.3.zip", "size": 140528, "checksum": "SHA-256:2be8a8f5f712f2edaa3006972fecce4f0f0dc1d37a8a9a864bcc3d73328ccd89" @@ -94387,7 +122328,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.3.zip", "archiveFileName": "ESP_DASH-2.0.3.zip", "size": 2485420, "checksum": "SHA-256:88e88914d12a4d340d5ce713cfde84149e24934bfbee3c4862a1aac6bcef99e8" @@ -94404,7 +122345,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.4.zip", "archiveFileName": "ESP_DASH-2.0.4.zip", "size": 2487890, "checksum": "SHA-256:15b7507ce12f860e9731561a56e2332e840d289df9475b6782a2bc819f3764c5" @@ -94421,7 +122362,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.1.4.zip", "archiveFileName": "ESP_DASH-2.1.4.zip", "size": 2487921, "checksum": "SHA-256:862327c9654d9e6bac5d91aed28d39b16a664336523eb10375b5672f30dbecb4" @@ -94438,7 +122379,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-1.0.0.zip", "archiveFileName": "ESP_DASH-1.0.0.zip", "size": 140491, "checksum": "SHA-256:98257b2e3ddb766ad42ea5d7444bed1fa4d97a845fdca57d8e9e99da7c8d1fbe" @@ -94455,7 +122396,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.0.zip", "archiveFileName": "ESP_DASH-2.0.0.zip", "size": 2485293, "checksum": "SHA-256:1c4c7c57cace2e61f5ad5f708e99b79a514012e7500f10b34379c4c590da8946" @@ -94472,7 +122413,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.0.2.zip", "archiveFileName": "ESP_DASH-2.0.2.zip", "size": 2485392, "checksum": "SHA-256:75587acfc79365d6b6f9ebf02d6b6bb2e877106bd8b81c39e6d044bbd243e3f0" @@ -94489,7 +122430,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.1.5.zip", "archiveFileName": "ESP_DASH-2.1.5.zip", "size": 2731617, "checksum": "SHA-256:ee48ce5c6fd28776bfd54510cfdb165e72d4781e48aec26e50ee8647b436f94a" @@ -94506,7 +122447,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.0.zip", "archiveFileName": "ESP_DASH-2.2.0.zip", "size": 2301543, "checksum": "SHA-256:afd570df7a0f3799aabc7913a20db02565f3ad4f7a2cdf378bf8455a0c4a71ac" @@ -94523,7 +122464,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.1.zip", "archiveFileName": "ESP_DASH-2.2.1.zip", "size": 2327875, "checksum": "SHA-256:898f63264fd0d522fb167b6f2fe687ad7f3848487ce59f3770bbc06ddd1d842b" @@ -94540,7 +122481,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.2.zip", "archiveFileName": "ESP_DASH-2.2.2.zip", "size": 2335556, "checksum": "SHA-256:36a9fa0cfdeee7a268a93e7b40ec9c20a8b3865bd7741bc8f8966175398e42d5" @@ -94557,11 +122498,164 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/ayushsharma82/ESP-DASH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.4.zip", "archiveFileName": "ESP_DASH-2.2.4.zip", "size": 2335550, "checksum": "SHA-256:9e616089187b96e20add6f17ea680a0e93070d05f02fc55854a520c3e160f1a7" }, + { + "name": "ESP-DASH", + "version": "2.2.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Blazing Fast library to create realtime Dashboards for ESP8266s and ESP32s.", + "paragraph": "With ESP-DASH you can create functional and beautiful Dashboards for ESP8266 and ESP32 without the need of Internet", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-2.2.5.zip", + "archiveFileName": "ESP_DASH-2.2.5.zip", + "size": 2335966, + "checksum": "SHA-256:bc214c1987e2990a04afe89c6f85b12fca79b12ffb94a6744e89311e30287523" + }, + { + "name": "ESP-DASH", + "version": "3.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.0.zip", + "archiveFileName": "ESP_DASH-3.0.0.zip", + "size": 1085743, + "checksum": "SHA-256:279f84c40813ae726b559a6241fd4e00780ad152d457718918ac022ee5e8fe09" + }, + { + "name": "ESP-DASH", + "version": "3.0.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.2.zip", + "archiveFileName": "ESP_DASH-3.0.2.zip", + "size": 1085743, + "checksum": "SHA-256:681f8c622a2c3f80cb46e433138848dabd5aa5f1a612b453a1deacf64af281f8" + }, + { + "name": "ESP-DASH", + "version": "3.0.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.3.zip", + "archiveFileName": "ESP_DASH-3.0.3.zip", + "size": 1085730, + "checksum": "SHA-256:d295f69b8a174e5613de13eaefc9ad2d8a6a27c162b291c7071470d7ca8f82f1" + }, + { + "name": "ESP-DASH", + "version": "3.0.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.4.zip", + "archiveFileName": "ESP_DASH-3.0.4.zip", + "size": 1111740, + "checksum": "SHA-256:a938cce4019b5d829d11ac3694ee28cb811546ebc1dcce9cdb02d6f01b11e15e" + }, + { + "name": "ESP-DASH", + "version": "3.0.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.5.zip", + "archiveFileName": "ESP_DASH-3.0.5.zip", + "size": 1112136, + "checksum": "SHA-256:90c30cec816478876e762d512116e319f83d26770c1e6c706d7e75eb7f82fbf3" + }, + { + "name": "ESP-DASH", + "version": "3.0.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.6.zip", + "archiveFileName": "ESP_DASH-3.0.6.zip", + "size": 1112007, + "checksum": "SHA-256:963fc6dbf4d9d469741100b56dde24fb25ef8e5537e659693bcb3859e30e98c1" + }, + { + "name": "ESP-DASH", + "version": "3.0.7", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.7.zip", + "archiveFileName": "ESP_DASH-3.0.7.zip", + "size": 1111783, + "checksum": "SHA-256:b0d0226681fe55d7c1277018d5fc17b9f967969f6a41a3ed089c4cdb4e07152c" + }, + { + "name": "ESP-DASH", + "version": "3.0.8", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.8.zip", + "archiveFileName": "ESP_DASH-3.0.8.zip", + "size": 2054706, + "checksum": "SHA-256:794b5b0d56910e2df4f4c30fcfb55ccb09de1352a51c346fbb7b12317b5aeaae" + }, { "name": "MD_UISwitch", "version": "1.1.0", @@ -94574,7 +122668,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.1.0.zip", "archiveFileName": "MD_UISwitch-1.1.0.zip", "size": 1044083, "checksum": "SHA-256:103feeec088306640fe8070888f6862b35976483190adbef11dc69811c6aa952" @@ -94591,7 +122685,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.0.0.zip", "archiveFileName": "MD_UISwitch-1.0.0.zip", "size": 957841, "checksum": "SHA-256:7ceb9302618de812baa0c5b8fd8ddf8b3e8ba404dc8c980f43e5019f84cd5071" @@ -94608,7 +122702,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.2.0.zip", "archiveFileName": "MD_UISwitch-1.2.0.zip", "size": 1044198, "checksum": "SHA-256:fa021cd56c5a9748ff8f7de8ced5ab1b5af5d93eafbe0edf0dde62ab7710a45b" @@ -94625,7 +122719,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-1.2.1.zip", "archiveFileName": "MD_UISwitch-1.2.1.zip", "size": 1044195, "checksum": "SHA-256:9e628cec18b95efd9a424c1e6d0943516e943bc95c8192728cb5fb74b17d89f4" @@ -94643,7 +122737,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.0.0.zip", "archiveFileName": "MD_UISwitch-2.0.0.zip", "size": 1075863, "checksum": "SHA-256:b9f18f26035b131acedac5cb482b0398901c37a1810f10be88bd789935691ca9" @@ -94661,11 +122755,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.1.0.zip", "archiveFileName": "MD_UISwitch-2.1.0.zip", "size": 1082680, "checksum": "SHA-256:9cee7de6a9bcd8a14ea4ce2af57525fff85415a37f436a3eec1aacba2b2cf980" }, + { + "name": "MD_UISwitch", + "version": "2.2.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Uinversal User Interface Switches.", + "paragraph": "Library to uniformly encapsulate different types of switch based user input. Detects press, double press, long press, with software debounce and auto repeat. Handles simple switches, key matrices and analog resistor-ladder type switches.", + "website": "https://github.com/MajicDesigns/MD_UISwitch", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.2.0.zip", + "archiveFileName": "MD_UISwitch-2.2.0.zip", + "size": 1128661, + "checksum": "SHA-256:7d30c91c30a9cb37cdbb4faf674f0034adcc8ce4403a8f873c535ed7f197f776" + }, { "name": "LCD03", "version": "1.1.2", @@ -94679,7 +122791,7 @@ "types": ["Contributed"], "repository": "https://github.com/andatche/arduino-lcd03.git", "providesIncludes": ["LCD03.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/andatche/LCD03-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/andatche/LCD03-1.1.2.zip", "archiveFileName": "LCD03-1.1.2.zip", "size": 21913, "checksum": "SHA-256:18757ae60e8b142989bfaaad69aa04e3ea3003c5d3100b9de18572870d2224ec" @@ -94697,7 +122809,7 @@ "types": ["Contributed"], "repository": "https://github.com/Strabox/Easyuino.git", "providesIncludes": ["Easyuino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Strabox/Easyuino-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Strabox/Easyuino-1.1.0.zip", "archiveFileName": "Easyuino-1.1.0.zip", "size": 3969055, "checksum": "SHA-256:20012a505ab1475cc7c096e70526eb94e5c60b243627caac8512f14addb896dd" @@ -94715,7 +122827,7 @@ "types": ["Contributed"], "repository": "https://github.com/Strabox/Easyuino.git", "providesIncludes": ["Easyuino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Strabox/Easyuino-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Strabox/Easyuino-1.2.0.zip", "archiveFileName": "Easyuino-1.2.0.zip", "size": 4580718, "checksum": "SHA-256:6dc9c8e523517de7efb58c228a492f029d0c774558b3347ce16fe184989987b9" @@ -94733,7 +122845,7 @@ "types": ["Contributed"], "repository": "https://github.com/Strabox/Easyuino.git", "providesIncludes": ["Easyuino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Strabox/Easyuino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Strabox/Easyuino-1.0.0.zip", "archiveFileName": "Easyuino-1.0.0.zip", "size": 3961930, "checksum": "SHA-256:9cd88bb5dfb6d80698a6421a2da45f7e90a6d1fb7d5aadb0bd516eb04f372007" @@ -94750,7 +122862,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SofaPirate/SlipMassage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/SlipMassage-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/SlipMassage-1.0.0.zip", "archiveFileName": "SlipMassage-1.0.0.zip", "size": 43835, "checksum": "SHA-256:fccfa0a10381e29e29bf50cca533b3e1f64e5ec2a6d63b6c88179b7764cda34c" @@ -94767,7 +122879,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ppedro74/Arduino-SerialCommands.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ppedro74/SerialCommands-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ppedro74/SerialCommands-1.1.0.zip", "archiveFileName": "SerialCommands-1.1.0.zip", "size": 9276, "checksum": "SHA-256:364089fa5c8b041d9a51707a83c6652588bdf33b66ca6009503f8840d632cb1f" @@ -94793,7 +122905,7 @@ "RGBAnimationSequence.h", "TimerAction.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-0.9.0.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-0.9.0.zip", "size": 249714, "checksum": "SHA-256:4779ac4f1fe245d7e76194eaf7f2270dc02ae3137b99ef785dec3d76466d1853" @@ -94819,7 +122931,7 @@ "RGBAnimationSequence.h", "TimerAction.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.0.0.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-1.0.0.zip", "size": 257021, "checksum": "SHA-256:30438eb18dc229f4d613d7ee6f791fa9b0c8eb26bea99fbdbcb4d02a30cd3c5b" @@ -94845,7 +122957,7 @@ "RGBAnimationSequence.h", "TimerAction.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.0.1.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-1.0.1.zip", "size": 257038, "checksum": "SHA-256:723f6ccb55d0d53971591235c0d48832af4318a54095706b82640b934615c9b0" @@ -94873,7 +122985,7 @@ "RGBAnimationSequence.h", "TimerAction.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.1.0.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-1.1.0.zip", "size": 271364, "checksum": "SHA-256:a8301e3f7faa55febdf3fc5a7214c66864a1b197c41da2c53ce66bf5e982cd69" @@ -94901,7 +123013,7 @@ "RGBAnimationSequence.h", "TimerAction.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.1.1.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-1.1.1.zip", "size": 273062, "checksum": "SHA-256:3babb5c499cfdc6757154eccb7ff0fa08fe2d590fd93fd7ba741920d36a0c55b" @@ -94929,7 +123041,7 @@ "RGBAnimationSequence.h", "TimerAction.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-1.2.0.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-1.2.0.zip", "size": 658136, "checksum": "SHA-256:4cf8bbf3081b38f519f9e95adfab4664f57a7296b9e591e78aba6099e92f98e0" @@ -94947,11 +123059,57 @@ "types": ["Contributed"], "repository": "https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib.git", "providesIncludes": ["LEDMatrix.h", "RGBLEDMatrix.h", "TimerAction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-2.0.0.zip", "archiveFileName": "Shift_Register_LED_Matrix_Lib-2.0.0.zip", "size": 642810, "checksum": "SHA-256:13ca8214da458f2a5d2458fb728feb1217cc9e13e89552539d7c6bac79879829" }, + { + "name": "Shift Register LED Matrix Lib", + "version": "2.0.1", + "author": "Michael Kamprath \u003cmichael@kamprath.net\u003e", + "maintainer": "Michael Kamprath \u003cmichael@kamprath.net\u003e", + "sentence": "A driver for LED matrices that use shift registers to control rows and columns.", + "paragraph": "Provides a high level API for managing and drawing to the LED matrix. Can drive either a single color or RGB LED matrices. Color shading is enabled using PWM-style updates to the matrix shift registers. Uses a clock interrupt. Designed to be used with 74HC595 and/or DM13A type shift registers, or similar. See website for hardware designs supported.", + "website": "https://kamprath.net/hacks/led-matrix/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib.git", + "providesIncludes": ["LEDMatrix.h", "RGBLEDMatrix.h", "TimerAction.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-2.0.1.zip", + "archiveFileName": "Shift_Register_LED_Matrix_Lib-2.0.1.zip", + "size": 642670, + "checksum": "SHA-256:5b067d129ee561788642ec2a83adf29443d7cc84b3930bb24197fca2b82943d5" + }, + { + "name": "Shift Register LED Matrix Lib", + "version": "2.0.2", + "author": "Michael Kamprath \u003cmichael@kamprath.net\u003e", + "maintainer": "Michael Kamprath \u003cmichael@kamprath.net\u003e", + "sentence": "A driver for LED matrices that use shift registers to control rows and columns.", + "paragraph": "Provides a high level API for managing and drawing to the LED matrix. Can drive either a single color or RGB LED matrices. Color shading is enabled using PWM-style updates to the matrix shift registers. Uses a clock interrupt. Designed to be used with 74HC595 and/or DM13A type shift registers, or similar. See website for hardware designs supported.", + "website": "https://kamprath.net/hacks/led-matrix/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib.git", + "providesIncludes": ["LEDMatrix.h", "RGBLEDMatrix.h", "TimerAction.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-2.0.2.zip", + "archiveFileName": "Shift_Register_LED_Matrix_Lib-2.0.2.zip", + "size": 643892, + "checksum": "SHA-256:a7415c6925c414962da133d6a818c9ceee19438ef814b9b644fdd10c59d693b8" + }, { "name": "Bleeper", "version": "1.0.0", @@ -94965,7 +123123,7 @@ "types": ["Contributed"], "repository": "https://github.com/neman-io/Bleeper.git", "providesIncludes": ["Bleeper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.0.zip", "archiveFileName": "Bleeper-1.0.0.zip", "size": 1969339, "checksum": "SHA-256:0f52bb78f7ae8ea3c4d6671fc6ff288fc9b72450fd883e36d1669fd169cab204" @@ -94983,7 +123141,7 @@ "types": ["Contributed"], "repository": "https://github.com/neman-io/Bleeper.git", "providesIncludes": ["Bleeper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.1.zip", "archiveFileName": "Bleeper-1.0.1.zip", "size": 1969346, "checksum": "SHA-256:5b9eccf255595efa04ea0d2ab4b570d6f79a0129a5e8fb19a8b93694ace3e6ec" @@ -95001,7 +123159,7 @@ "types": ["Contributed"], "repository": "https://github.com/neman-io/Bleeper.git", "providesIncludes": ["Bleeper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.2.zip", "archiveFileName": "Bleeper-1.0.2.zip", "size": 1974560, "checksum": "SHA-256:3a01fe0d4ee7d47bdfb0662050c683901e6aaeaa0ec942c47179eb86714ee68e" @@ -95019,7 +123177,7 @@ "types": ["Contributed"], "repository": "https://github.com/neman-io/Bleeper.git", "providesIncludes": ["Bleeper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.3.zip", "archiveFileName": "Bleeper-1.0.3.zip", "size": 1975347, "checksum": "SHA-256:690a46529f47672fa0dbd5368aa0112a566844a66fe9c3e618cff886689d7914" @@ -95037,11 +123195,29 @@ "types": ["Contributed"], "repository": "https://github.com/neman-io/Bleeper.git", "providesIncludes": ["Bleeper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.0.4.zip", "archiveFileName": "Bleeper-1.0.4.zip", "size": 1975401, "checksum": "SHA-256:c4396d24904df5fd60d821b7b92159046921d0b3e7e3b970d6875c396825ddd9" }, + { + "name": "Bleeper", + "version": "1.1.0", + "author": "Diego Ernst \u003cdernst92@gmail.com\u003e", + "maintainer": "Diego Ernst \u003cdernst92@gmail.com\u003e", + "sentence": "A library to store generic configurations.", + "paragraph": "Easily define your configuration hierarchy, the type of each property and weather or not it should be persisted.", + "website": "https://github.com/neman-io/Bleeper.git", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neman-io/Bleeper.git", + "providesIncludes": ["Bleeper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neman-io/Bleeper-1.1.0.zip", + "archiveFileName": "Bleeper-1.1.0.zip", + "size": 1975304, + "checksum": "SHA-256:06a68233e982d69062059312ac6e08f25800991b2239042206a75bc0d2edbecd" + }, { "name": "JeVe_EasyOTA", "version": "2.0.0", @@ -95054,7 +123230,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.0.0.zip", "archiveFileName": "JeVe_EasyOTA-2.0.0.zip", "size": 6086, "checksum": "SHA-256:a2d187df893b15ca37c1f73548c6001571a9c50c59d56957d3cc0baf75b37595" @@ -95071,7 +123247,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.1.0.zip", "archiveFileName": "JeVe_EasyOTA-2.1.0.zip", "size": 291965, "checksum": "SHA-256:d9abdf687d3323e06f68ab17fd0137fec78320fc6286a1a4891652bd831a07fe" @@ -95088,7 +123264,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.1.1.zip", "archiveFileName": "JeVe_EasyOTA-2.1.1.zip", "size": 292732, "checksum": "SHA-256:1bf3b40371139cb721869a9207f6078def82e201fc69ff6c92f172beedcd9cdc" @@ -95105,7 +123281,7 @@ "architectures": ["esp8266", "esp32", "espressif32"], "types": ["Contributed"], "repository": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeroenvermeulen/JeVe_EasyOTA-2.2.0.zip", "archiveFileName": "JeVe_EasyOTA-2.2.0.zip", "size": 295040, "checksum": "SHA-256:3230a2e281010fbd1a2d4a5045846c2bed99f82b2c1e854407060b8e24dbbfa5" @@ -95122,7 +123298,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/fatpat/arduino-dra818.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fatpat/DRA818-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fatpat/DRA818-1.0.0.zip", "archiveFileName": "DRA818-1.0.0.zip", "size": 584745, "checksum": "SHA-256:13ec9eb3d08d58c4e4c8186603e27c28edef2b68d1d08e651716e20227aab8a7" @@ -95140,7 +123316,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.0.zip", "archiveFileName": "StateMachine-1.0.0.zip", "size": 5229, "checksum": "SHA-256:5ebb89a240cac83a9298f51d2ebe7c473037f1d1b8e14f499efb94fabca83d29" @@ -95158,7 +123334,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.1.zip", "archiveFileName": "StateMachine-1.0.1.zip", "size": 5217, "checksum": "SHA-256:f693fa48e9b4f25d001e49b50e1483c4ba72d06064bee5583a36c1b2f8d44554" @@ -95176,7 +123352,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.9.zip", "archiveFileName": "StateMachine-1.0.9.zip", "size": 7318, "checksum": "SHA-256:1ea9d5939a1749526a963e2cc3841bf783aacbe12877c3659db729fd415c4538" @@ -95194,7 +123370,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.11.zip", "archiveFileName": "StateMachine-1.0.11.zip", "size": 7437, "checksum": "SHA-256:aff1e8bcfe572ae70d6ad3ac990f116843f0bd464bd2098a806f8caf9605e101" @@ -95212,7 +123388,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.2.zip", "archiveFileName": "StateMachine-1.0.2.zip", "size": 5226, "checksum": "SHA-256:a25f5e587b054c08bd043a56faee35ba91e23d3e5f77a1a901409f9998101a2c" @@ -95230,7 +123406,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.4.zip", "archiveFileName": "StateMachine-1.0.4.zip", "size": 5498, "checksum": "SHA-256:952905027e1497630752aa3a5b7d5846df74df7559b7db42f75018f24ade9903" @@ -95248,7 +123424,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.5.zip", "archiveFileName": "StateMachine-1.0.5.zip", "size": 5530, "checksum": "SHA-256:e67016d4fa75014d4ef37d53834fdd87d281becee45d09c1cb3bbe9bcc39d24f" @@ -95266,7 +123442,7 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.6.zip", "archiveFileName": "StateMachine-1.0.6.zip", "size": 5401, "checksum": "SHA-256:3a16aa819577d60dbae021b4da453ee97f7f783888f8ee5c3fcf20300dfe298a" @@ -95284,11 +123460,34 @@ "types": ["Contributed"], "repository": "https://github.com/jrullan/StateMachine.git", "providesIncludes": ["StateMachine.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.8.zip", "archiveFileName": "StateMachine-1.0.8.zip", "size": 5652, "checksum": "SHA-256:2208a26379ead0db7805e281edc360977800b28267d45aee8e1795b3940b80b2" }, + { + "name": "StateMachine", + "version": "1.0.13", + "author": "Jose Rullan \u003cjerullan@yahoo.com\u003e", + "maintainer": "Jose Rullan \u003cjerullan@yahoo.com\u003e", + "sentence": "\"A simple state machine implementation.\"", + "paragraph": "A state machine is implemented by defining state logic as a function in your sketch. Transitions are implemented as functions returning a boolean value and a next state number. Requires LinkedList library https://github.com/ivanseidel/LinkedList.", + "website": "http://github.com/jrullan/StateMachine", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jrullan/StateMachine.git", + "providesIncludes": ["StateMachine.h"], + "dependencies": [ + { + "name": "LinkedList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.13.zip", + "archiveFileName": "StateMachine-1.0.13.zip", + "size": 16467, + "checksum": "SHA-256:ca6b978d43fa97470e48e320371c03a70eb9b2e9d1b85e5717143f2f211c0909" + }, { "name": "DualG2HighPowerMotorShield", "version": "1.0.0", @@ -95301,7 +123500,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-g2-high-power-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualG2HighPowerMotorShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualG2HighPowerMotorShield-1.0.0.zip", "archiveFileName": "DualG2HighPowerMotorShield-1.0.0.zip", "size": 8944, "checksum": "SHA-256:71e8382127cca74503fc702e23b2236df359397b1acfe17b6c7d45d46dc948ce" @@ -95318,7 +123517,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-g2-high-power-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualG2HighPowerMotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualG2HighPowerMotorShield-2.0.0.zip", "archiveFileName": "DualG2HighPowerMotorShield-2.0.0.zip", "size": 8988, "checksum": "SHA-256:1607c33ee6ce496bbdbcdef19403de31cc7d42e434aba984b91af4eda446de7e" @@ -95336,7 +123535,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/UnoWiFiDevEdSerial1.git", "providesIncludes": ["UnoWiFiDevEdSerial1.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.0.zip", "archiveFileName": "Uno_WiFi_Developer_Edition_Serial1-1.0.0.zip", "size": 102512, "checksum": "SHA-256:6186257deab722045f8e1c43b4ad8aa7de64a3553ddb8beebadd83c0dacf90c7" @@ -95354,7 +123553,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/UnoWiFiDevEdSerial1.git", "providesIncludes": ["UnoWiFiDevEdSerial1.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.1.zip", "archiveFileName": "Uno_WiFi_Developer_Edition_Serial1-1.0.1.zip", "size": 104923, "checksum": "SHA-256:62f83fa4e715a502f051e1f89daddafe72d7d2aeeef91110ee45a632dfc64218" @@ -95372,7 +123571,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/UnoWiFiDevEdSerial1.git", "providesIncludes": ["UnoWiFiDevEdSerial1.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.2.zip", "archiveFileName": "Uno_WiFi_Developer_Edition_Serial1-1.0.2.zip", "size": 112301, "checksum": "SHA-256:60b5d966c7aa9ffd67db4d5c8aa6232c0ac98d605803243dbc919476f6120f12" @@ -95390,11 +123589,29 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/UnoWiFiDevEdSerial1.git", "providesIncludes": ["UnoWiFiDevEdSerial1.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.3.zip", "archiveFileName": "Uno_WiFi_Developer_Edition_Serial1-1.0.3.zip", "size": 112337, "checksum": "SHA-256:9b9615a2a4d5028834a90e33abb0f979be1c5afdafcded82e009d8173615a56a" }, + { + "name": "Uno WiFi Developer Edition Serial1", + "version": "1.0.4", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Implements Serial1 of Arduino Uno WiFi Developer Edition board to access the on-board ESP8266", + "paragraph": "This library is a driver for SC16IS750 implemented for Arduino Uno WiFi Developer Edition as Serial1. This driver is necessary to communicate with the on-board ESP8266 over it's serial interface. The included tool EspProxy enables accessing the on-board ESP8266 over USB for 'flashing' tools (esptool, FDM), IDE sketch upload and Serial Monitor.", + "website": "https://github.com/jandrassy/UnoWiFiDevEdSerial1", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/UnoWiFiDevEdSerial1.git", + "providesIncludes": ["UnoWiFiDevEdSerial1.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/Uno_WiFi_Developer_Edition_Serial1-1.0.4.zip", + "archiveFileName": "Uno_WiFi_Developer_Edition_Serial1-1.0.4.zip", + "size": 112385, + "checksum": "SHA-256:e397535f39ce0d07590d756fe14fb3c056d9c649811aae7ebfc8ba3e177d878e" + }, { "name": "Single LED Library", "version": "1.0.0", @@ -95407,7 +123624,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SethSenpai/singleLEDLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SethSenpai/Single_LED_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SethSenpai/Single_LED_Library-1.0.0.zip", "archiveFileName": "Single_LED_Library-1.0.0.zip", "size": 5022, "checksum": "SHA-256:66e5f22e61981e9ab85d15bfd043e0a5fa404018b23edc8274534b648662c92d" @@ -95426,7 +123643,7 @@ "types": ["Contributed"], "repository": "https://github.com/DaAwesomeP/dmxusb.git", "providesIncludes": ["DMXUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.1.zip", "archiveFileName": "DMXUSB-0.0.1.zip", "size": 12781, "checksum": "SHA-256:192d5e1b4fb30ec6542a753fe8224799bc7475f79b3fd2db7cedf0fe4ef05b18" @@ -95445,7 +123662,7 @@ "types": ["Contributed"], "repository": "https://github.com/DaAwesomeP/dmxusb.git", "providesIncludes": ["DMXUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.2.zip", "archiveFileName": "DMXUSB-0.0.2.zip", "size": 16843, "checksum": "SHA-256:7bf4bc2f258a496054eb54182d68af4bb8f0577720fdc7caa1d97db505021010" @@ -95464,7 +123681,7 @@ "types": ["Contributed"], "repository": "https://github.com/DaAwesomeP/dmxusb.git", "providesIncludes": ["DMXUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.3.zip", "archiveFileName": "DMXUSB-0.0.3.zip", "size": 16882, "checksum": "SHA-256:e57814429f336d851cb13c6ef12c6acc5d08240888db2cf47ea8ccf9fb74686c" @@ -95483,7 +123700,7 @@ "types": ["Contributed"], "repository": "https://github.com/DaAwesomeP/dmxusb.git", "providesIncludes": ["DMXUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/DMXUSB-0.0.4.zip", "archiveFileName": "DMXUSB-0.0.4.zip", "size": 16678, "checksum": "SHA-256:97174360425a623dde62e310709c778ffe4dd36885ecc83cca0a216047ac22f1" @@ -95500,7 +123717,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonathanedgecombe/absmouse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonathanedgecombe/absmouse-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonathanedgecombe/absmouse-1.0.0.zip", "archiveFileName": "absmouse-1.0.0.zip", "size": 3682, "checksum": "SHA-256:e490fbf22fb32fa74a26b5d5c4e00ceee66695dcdcc183ee909028c1f6feecf4" @@ -95517,7 +123734,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/Proximity_Gesture.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.0.zip", "archiveFileName": "STM32duino_Proximity_Gesture-1.0.0.zip", "size": 28683, "checksum": "SHA-256:2506113dd0f218416ef14a65b3b79f8381c48aba329dce5495146a140e1b9413" @@ -95534,7 +123751,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/Proximity_Gesture.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.1.zip", "archiveFileName": "STM32duino_Proximity_Gesture-1.0.1.zip", "size": 28705, "checksum": "SHA-256:461aa1f50e655f664b5a866925a60f76877bec7b6985a07ed5671acf85dc58aa" @@ -95551,7 +123768,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/Proximity_Gesture.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.2.zip", "archiveFileName": "STM32duino_Proximity_Gesture-1.0.2.zip", "size": 28692, "checksum": "SHA-256:930319f222cd64784cfbd889e0859253969a386f812a2e74741bb56f174a6c73" @@ -95568,7 +123785,7 @@ "architectures": ["stm32", "avr"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/Proximity_Gesture.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.3.zip", "archiveFileName": "STM32duino_Proximity_Gesture-1.0.3.zip", "size": 28695, "checksum": "SHA-256:2ceb636108d8d27e67b412bd388e0254ed4f450aecb4bb66edff6b2c1c80c712" @@ -95585,7 +123802,7 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/Proximity_Gesture.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.4.zip", "archiveFileName": "STM32duino_Proximity_Gesture-1.0.4.zip", "size": 28698, "checksum": "SHA-256:d838dc01b940049147b46d8492737031d6a02a479ba7864417ae2341e630e57b" @@ -95602,7 +123819,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-1.0.0.zip", "archiveFileName": "STM32duino_VL6180X-1.0.0.zip", "size": 55551, "checksum": "SHA-256:3db8ff58f501d42a4a0dc071aaa31de34fed76fcf7187fe904e0108a77f3da4d" @@ -95619,7 +123836,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-1.0.1.zip", "archiveFileName": "STM32duino_VL6180X-1.0.1.zip", "size": 55431, "checksum": "SHA-256:b9c80d5a7eeb9efef627e0ce0ad07669cead28b06a20ed21f37db449dcf1505b" @@ -95636,11 +123853,28 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL6180X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-1.0.2.zip", "archiveFileName": "STM32duino_VL6180X-1.0.2.zip", "size": 55472, "checksum": "SHA-256:61338f0daf4e01ca2e834b0fa735e4e27037dfcc6a4155a29979219171c8d878" }, + { + "name": "STM32duino VL6180X", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180X (proximity and ambient light sensing (ALS) sensor)", + "paragraph": "This library provides simple measure distance in mm and simple luminosity measure in lux.", + "website": "https://github.com/stm32duino/VL6180X", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL6180X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-2.0.0.zip", + "archiveFileName": "STM32duino_VL6180X-2.0.0.zip", + "size": 55460, + "checksum": "SHA-256:e087733bccafaad0d81f0f5df0a945f60df9604917464ddb7969624a6a4a76b5" + }, { "name": "STM32duino M24SR64-Y", "version": "1.0.0", @@ -95653,7 +123887,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/M24SR64-Y.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M24SR64_Y-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M24SR64_Y-1.0.0.zip", "archiveFileName": "STM32duino_M24SR64_Y-1.0.0.zip", "size": 101608, "checksum": "SHA-256:00be7c3a73927394113e852b2f82787cd07330dde001dd234079f94ce5fffb27" @@ -95670,11 +123904,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/M24SR64-Y.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M24SR64_Y-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M24SR64_Y-1.0.1.zip", "archiveFileName": "STM32duino_M24SR64_Y-1.0.1.zip", "size": 101527, "checksum": "SHA-256:92f42d26609385fab4c4daff3bfaf2ad9128c8a2ae4d43d655759c524911f0ab" }, + { + "name": "STM32duino M24SR64-Y", + "version": "1.1.0", + "author": "STMicroelectronics, Wi6labs", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST's M24SR64-Y NFC/RFID tag.", + "paragraph": "This library is built for STM32 microcontrollers and comes with examples of implementation of the NFC drivers.", + "website": "https://github.com/stm32duino/M24SR64-Y", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/M24SR64-Y.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M24SR64_Y-1.1.0.zip", + "archiveFileName": "STM32duino_M24SR64_Y-1.1.0.zip", + "size": 101592, + "checksum": "SHA-256:15f7c17bcdf9717a2d34166a22c8f6bfa9dbeb0766fb1f4b6f67b05e8e7f2335" + }, { "name": "STM32duino X-NUCLEO-IKS01A1", "version": "1.0.0", @@ -95687,11 +123938,79 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_IKS01A1-1.0.0.zip", "size": 24146, "checksum": "SHA-256:b348c9059ed18070f14d88fd82adc95cae1a9d8c89d31c65180bf046b0b7562d" }, + { + "name": "STM32duino X-NUCLEO-IKS01A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A1", + "category": "Sensors", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A1.git", + "dependencies": [ + { + "name": "STM32duino LSM6DS0" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LIS3MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS25HB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A1-1.0.1.zip", + "size": 24188, + "checksum": "SHA-256:7a7427fe936bc013f578590ecf8ac38b82052eb53cad63c3515b69e4d7d75fda" + }, + { + "name": "STM32duino X-NUCLEO-IKS01A1", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A1", + "category": "Sensors", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A1.git", + "dependencies": [ + { + "name": "STM32duino LSM6DS0" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LIS3MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS25HB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A1-1.1.0.zip", + "size": 24544, + "checksum": "SHA-256:5b7fa95f2ccb82a6bf39493965f678e08c3151d66ff0bb318c36aeb154b98e79" + }, { "name": "STM32duino X-NUCLEO-IKS01A2", "version": "1.0.0", @@ -95704,11 +124023,73 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A2-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_IKS01A2-1.0.0.zip", "size": 23333, "checksum": "SHA-256:a61a28dc92b1cebbb834cb59bf56b9af6a755c0bc71a2d23f1ff7d0526eeb99c" }, + { + "name": "STM32duino X-NUCLEO-IKS01A2", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A2 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A2 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A2", + "category": "Sensors", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A2.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A2-1.0.1.zip", + "size": 23372, + "checksum": "SHA-256:649a58cb37426ad6f046902d16a038296bd4ae34403382f56a6677368ac64e18" + }, + { + "name": "STM32duino X-NUCLEO-IKS01A2", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A2 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A2 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A2", + "category": "Sensors", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A2.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A2-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A2-1.1.0.zip", + "size": 23223, + "checksum": "SHA-256:b1407bca6a229388337631bc3541da161d012f76618336a2130ee4d0bea71587" + }, { "name": "STM32duino X-NUCLEO-6180XA1", "version": "1.0.0", @@ -95721,7 +124102,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-6180XA1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_6180XA1-1.0.0.zip", "size": 17650, "checksum": "SHA-256:fce2120ac4689db90bbdff4ad92bf92904489162ac81b6216139ec886e0e1cd2" @@ -95738,7 +124119,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-6180XA1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_6180XA1-1.0.1.zip", "size": 17648, "checksum": "SHA-256:cea9b8d73c8d54d7e709b058f114aaa0b87dc8d332ad417310297ff48135ba1b" @@ -95755,11 +124136,61 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-6180XA1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.2.zip", "archiveFileName": "STM32duino_X_NUCLEO_6180XA1-1.0.2.zip", "size": 18442, "checksum": "SHA-256:51b755fb41e5d983e085020d8f7bc8ff797bb8ec401372d69363c685e04f517c" }, + { + "name": "STM32duino X-NUCLEO-6180XA1", + "version": "1.0.3", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180X sensors on board of X-NUCLEO-6180XA1", + "paragraph": "This library provides simple measure distance in mm, simple measure luminosity in lux, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-6180XA1", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-6180XA1.git", + "dependencies": [ + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-1.0.3.zip", + "archiveFileName": "STM32duino_X_NUCLEO_6180XA1-1.0.3.zip", + "size": 18475, + "checksum": "SHA-256:d6029bab4463fdd655175d44a4e552c89294985a5a617eb97edb04beb1a6d508" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180X sensors on board of X-NUCLEO-6180XA1", + "paragraph": "This library provides simple measure distance in mm, simple measure luminosity in lux, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-6180XA1", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-6180XA1.git", + "dependencies": [ + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_6180XA1-2.0.0.zip", + "size": 18278, + "checksum": "SHA-256:6f7d39faa94359337f1a58b3b5e52ab760f2cf99387d56f806b68fb989bfbc61" + }, { "name": "STM32duino X-NUCLEO-53L0A1", "version": "1.0.0", @@ -95772,7 +124203,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L0A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L0A1-1.0.0.zip", "size": 19260, "checksum": "SHA-256:d01d5fd93785c08a6f301a21cf517cd87809143ca4703ac7432caa0517f1a895" @@ -95789,7 +124220,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L0A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L0A1-1.0.1.zip", "size": 19260, "checksum": "SHA-256:2d62fd4b9cbf1e6d5cd6b749206a1517a5fc5ad0ecac92006e9eb5cdc7b7a32f" @@ -95806,11 +124237,61 @@ "architectures": ["stm32", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L0A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.2.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L0A1-1.0.2.zip", "size": 20200, "checksum": "SHA-256:195d6a97f7fc7baf8b5a49e88179a979e59354e6e2ee386e1c281289844f7fb4" }, + { + "name": "STM32duino X-NUCLEO-53L0A1", + "version": "1.0.3", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L0X sensors on board of X-NUCLEO-53L0A1", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L0A1", + "category": "Device Control", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L0A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-1.0.3.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L0A1-1.0.3.zip", + "size": 20235, + "checksum": "SHA-256:2ac68a1d14af2a1624a4e3a0c58176e3b73dd3382837c985cb02dd2d16e76df1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L0X sensors on board of X-NUCLEO-53L0A1", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L0A1", + "category": "Device Control", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L0A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L0A1-2.0.0.zip", + "size": 20006, + "checksum": "SHA-256:418ab8c9f3caa4f381fd6b1b7f6de4ee6087085c325fd4202ff16e728c19f351" + }, { "name": "STM32duino X-NUCLEO-NFC01A1", "version": "1.0.0", @@ -95823,7 +124304,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC01A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC01A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC01A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC01A1-1.0.0.zip", "size": 21152, "checksum": "SHA-256:1f3a6d96d19178ed0395af2042952a1415a4adf4b1bda674b4755e1f2392d014" @@ -95840,11 +124321,33 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC01A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC01A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC01A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC01A1-1.0.1.zip", "size": 21150, "checksum": "SHA-256:e7ced00a80165e866275a58c9aff92681c831acdf844e0115e52632fe0f93a5b" }, + { + "name": "STM32duino X-NUCLEO-NFC01A1", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC01A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-NFC01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC01A1", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC01A1.git", + "dependencies": [ + { + "name": "STM32duino M24SR64-Y" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC01A1-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC01A1-1.0.2.zip", + "size": 21168, + "checksum": "SHA-256:0f17276309a0614b447a60416be027773f14467bc579c5a8378c23d4304f80ee" + }, { "name": "STM32duino X-NUCLEO-LED61A1", "version": "1.0.0", @@ -95857,7 +124360,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-LED61A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_LED61A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_LED61A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_LED61A1-1.0.0.zip", "size": 15187, "checksum": "SHA-256:51cbda47fac250e97724c568ac7e6a055bb171b598996807220d57e7e169388a" @@ -95874,7 +124377,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IDB05A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IDB05A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IDB05A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_IDB05A1-1.0.0.zip", "size": 7172, "checksum": "SHA-256:c27339bc7957cf3a3f46b4695c09bbcf5ea0f2def2389e00c7c7e997da833044" @@ -95891,11 +124394,33 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IDB05A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IDB05A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IDB05A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_IDB05A1-1.0.1.zip", "size": 7175, "checksum": "SHA-256:c947f0273873d1535a6d1a7f3fefedac9ba11dcde38a7d3f6a81bfe5dc8f85db" }, + { + "name": "STM32duino X-NUCLEO-IDB05A1", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IDB05A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IDB05A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IDB05A1", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IDB05A1.git", + "dependencies": [ + { + "name": "STM32duino SPBTLE-RF" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IDB05A1-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IDB05A1-1.0.2.zip", + "size": 7192, + "checksum": "SHA-256:7af226a25b857a9166b78326103b81513fbaa7a69b7b50eba8a2ae4b2f0fa23d" + }, { "name": "STM32duino X-NUCLEO-NFC04A1", "version": "1.0.0", @@ -95908,7 +124433,7 @@ "architectures": ["stm32", "avr", "samd", "arc"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-1.0.0.zip", "size": 114529, "checksum": "SHA-256:1eff29b95f5a55b202a23f179f40b7bfb87344e6c81671395359bda2f2ddbc2a" @@ -95925,7 +124450,7 @@ "architectures": ["stm32", "avr", "samd", "arc"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-1.0.1.zip", "size": 114528, "checksum": "SHA-256:d4719fc05bc2942fff4ce766b83bad019417ff7b21f3a687713e63017819c233" @@ -95942,11 +124467,55 @@ "architectures": ["stm32", "avr", "samd", "arc32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.0.2.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-1.0.2.zip", "size": 116943, "checksum": "SHA-256:f4c2143ae49652a48248adc10fc5585eaff1f6db9039f0d9cc02b3931c654a0b" }, + { + "name": "STM32duino X-NUCLEO-NFC04A1", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC04A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC04A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC04A1", + "category": "Communication", + "architectures": ["stm32", "avr", "samd", "arc32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", + "dependencies": [ + { + "name": "STM32duino ST25DV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-1.1.0.zip", + "size": 12253, + "checksum": "SHA-256:8ce141cb8872204f14b4b21804759f4e6d4c821e2a113186f4ba00e3dac477a9" + }, + { + "name": "STM32duino X-NUCLEO-NFC04A1", + "version": "1.1.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC04A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC04A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC04A1", + "category": "Communication", + "architectures": ["stm32", "avr", "samd", "arc32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", + "dependencies": [ + { + "name": "STM32duino ST25DV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-1.1.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-1.1.1.zip", + "size": 12210, + "checksum": "SHA-256:227cecf1712dbf3d8632a2a02e0da645c0eda90c7a7e423344369bc80140a678" + }, { "name": "STM32duino X-NUCLEO-IKA01A1", "version": "1.0.0", @@ -95959,7 +124528,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IKA01A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKA01A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKA01A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_IKA01A1-1.0.0.zip", "size": 50370, "checksum": "SHA-256:c7edd525114b426dfccb0f5d7f95390c8827ab392abebbfac10cc52829c527b9" @@ -95976,7 +124545,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IHM02A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM02A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM02A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_IHM02A1-1.0.0.zip", "size": 47658, "checksum": "SHA-256:fa38430cc5d77f5665e3b87ed66f41c879753c4c59cbf99456b4f4681a7d8144" @@ -95993,7 +124562,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IHM02A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM02A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM02A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_IHM02A1-1.0.1.zip", "size": 47424, "checksum": "SHA-256:8a2f19ed331a231ebf24da6fe3d4845389bf33af8e10312260e5abd3a803e5e2" @@ -96010,7 +124579,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IHM02A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM02A1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM02A1-1.0.2.zip", "archiveFileName": "STM32duino_X_NUCLEO_IHM02A1-1.0.2.zip", "size": 47424, "checksum": "SHA-256:05a4d8e0a7584f57876f347cfcdcc4af9deae51757ba9abd3467a32074ac8cd0" @@ -96027,7 +124596,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/WiFi-ISM43362-M3G-L44.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.0.0.zip", "archiveFileName": "STM32duino_ISM43362_M3G_L44-1.0.0.zip", "size": 75787, "checksum": "SHA-256:a357b3424061475015ee5d6ea8c6ca4862f972dd1552a81c87e54009f98188a3" @@ -96044,7 +124613,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/WiFi-ISM43362-M3G-L44.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.0.1.zip", "archiveFileName": "STM32duino_ISM43362_M3G_L44-1.0.1.zip", "size": 75953, "checksum": "SHA-256:e32ac811484c9d03efa7c1afddeea55f3f14161843c0d51f8f596d36b4181759" @@ -96061,7 +124630,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/WiFi-ISM43362-M3G-L44.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.0.2.zip", "archiveFileName": "STM32duino_ISM43362_M3G_L44-1.0.2.zip", "size": 77382, "checksum": "SHA-256:9a41c931b95787bc83bf1f87efb940b9c83d18d7c368825d7806ccd99228a3cb" @@ -96078,11 +124647,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/WiFi-ISM43362-M3G-L44.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.1.0.zip", "archiveFileName": "STM32duino_ISM43362_M3G_L44-1.1.0.zip", "size": 70978, "checksum": "SHA-256:3a89362d6f6b0da7ef3cce737ac61093696f7216a4ca017258f84ee2dcd8fadf" }, + { + "name": "STM32duino ISM43362-M3G-L44", + "version": "1.1.1", + "author": "Wi6labs", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for Inventek Systems WiFi device named ISM43362-M3G-L44.", + "paragraph": "This library is built for STM32 microcontrollers and comes with examples of implementation of the WiFi driver.", + "website": "https://github.com/stm32duino/WiFi-ISM43362-M3G-L44", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/WiFi-ISM43362-M3G-L44.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM43362_M3G_L44-1.1.1.zip", + "archiveFileName": "STM32duino_ISM43362_M3G_L44-1.1.1.zip", + "size": 70949, + "checksum": "SHA-256:7df83d124d4bd14ced2b17a79d9e1c17c3dbc002961f97244fa2e911a1fe1075" + }, { "name": "SparkFun Flexible Grayscale OLED Breakout", "version": "1.0.0", @@ -96095,7 +124681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SSD1320_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.0.zip", "archiveFileName": "SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.0.zip", "size": 36569, "checksum": "SHA-256:86d9a12a7099cf26448de4de6f80addccfc766141560a39e01f222bf7fb8b360" @@ -96112,7 +124698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SSD1320_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.3.zip", "archiveFileName": "SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.3.zip", "size": 65815, "checksum": "SHA-256:6b5b0c0acc2cde6ab2df9a7c6b2a8bf41f09228f9dde00dab9c08e2d31af1034" @@ -96129,7 +124715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SSD1320_OLED_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.4.zip", "archiveFileName": "SparkFun_Flexible_Grayscale_OLED_Breakout-1.0.4.zip", "size": 65870, "checksum": "SHA-256:181599025e89213ad9083798835b292c157739e1f1e95423bd2113ac0d52315f" @@ -96146,7 +124732,7 @@ "architectures": ["STM32F1", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/GameControllersSTM32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/NintendoControllersSTM32-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/NintendoControllersSTM32-0.0.1.zip", "archiveFileName": "NintendoControllersSTM32-0.0.1.zip", "size": 15676, "checksum": "SHA-256:4ba6c44b7b3acb6d4c66467a92376688b2c2d66c160422f4f3a9b7b4123d7218" @@ -96163,7 +124749,7 @@ "architectures": ["STM32F1", "STM32"], "types": ["Contributed"], "repository": "https://github.com/arpruss/GameControllersSTM32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/NintendoControllersSTM32-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/NintendoControllersSTM32-0.0.2.zip", "archiveFileName": "NintendoControllersSTM32-0.0.2.zip", "size": 15681, "checksum": "SHA-256:d1396ba965675f66e0a9700b87fe12553950f45bcc1bc27b6ee8fe08a09fee02" @@ -96180,7 +124766,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.0.4.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.0.4.zip", "size": 30056, "checksum": "SHA-256:00c825886a1c77a9e68047e4d6a225c29b609760767d15de6ad8593ac6afd570" @@ -96197,7 +124783,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.0.5.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.0.5.zip", "size": 32708, "checksum": "SHA-256:3eec5d6edfe6c1e456e83b9ae4aa9a9504a7b666bc9fe2f05b6013615d1633f7" @@ -96214,7 +124800,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.10.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.1.10.zip", "size": 37259, "checksum": "SHA-256:48c41c45013953cfcdcc178aa3dafd67650b1a6f39352fd662133c06a4abfc09" @@ -96231,7 +124817,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.6.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.1.6.zip", "size": 33125, "checksum": "SHA-256:33edf0652b2890278b436b339fd84ecb4d92ae9e1831ba2c164e5658cbfa78b9" @@ -96248,7 +124834,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.7.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.1.7.zip", "size": 34221, "checksum": "SHA-256:ea22a733ffa2562c3238848305ae8acbb5790057de80e524280c2ff89f1def16" @@ -96265,7 +124851,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.8.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.1.8.zip", "size": 34428, "checksum": "SHA-256:593ef02b6cad1f7fee715d592cef3b367ffa799795cf1b4d8684a41aca9e0342" @@ -96282,7 +124868,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-1.1.9.zip", "archiveFileName": "Wio_LTE_for_Arduino-1.1.9.zip", "size": 34664, "checksum": "SHA-256:9fd6886b41c2f9365663f11d3e2fff5e7ff23cb1fece1a7760d30a651a8c0e76" @@ -96299,7 +124885,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.1.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.1.0.zip", "size": 47796, "checksum": "SHA-256:46870fcddd5e02fd321e95687f6975f5d8df22b24412e0a6438cf4d3cc595f1c" @@ -96316,7 +124902,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.3.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.3.0.zip", "size": 47889, "checksum": "SHA-256:8c46095385c4e3e04ae7268e4b4196196912f72cfb083efe75bf39cc56324515" @@ -96333,7 +124919,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.4.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.4.0.zip", "size": 48003, "checksum": "SHA-256:d3500bdcee02a2c23417ebce0204eec98974551bcff0795f0f38efa5dc83e7b8" @@ -96350,7 +124936,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.5.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.5.0.zip", "size": 48537, "checksum": "SHA-256:e7ddca19e739801496d5c1aaa0705535fe5b6625899333d43c2904d2fc9ec358" @@ -96367,7 +124953,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.6.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.6.0.zip", "size": 50466, "checksum": "SHA-256:df37d28d257f3f593c4861e9b92ac9250c7d9d3c83f2ebb8baf72b4531611a9b" @@ -96384,7 +124970,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.7.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.7.0.zip", "size": 52061, "checksum": "SHA-256:de8f29e2b2fb9e4bb4f98183377cbdd194386f655aa004edd94243eb86426f3a" @@ -96401,7 +124987,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.0.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.0.0.zip", "size": 47622, "checksum": "SHA-256:0414e9ee9b580c88d8d4f765e2b012e2500619918a1d05c1d405ab8b22ed72e8" @@ -96418,7 +125004,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.8.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.8.0.zip", "size": 54014, "checksum": "SHA-256:5f05a8bdc91c39add807f04f2f40b05430992fd34874a1a722e3136e728f02bf" @@ -96435,11 +125021,79 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", "providesIncludes": ["WioLTEforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.9.0.zip", "archiveFileName": "Wio_LTE_for_Arduino-2.9.0.zip", "size": 54807, "checksum": "SHA-256:9dd1d9ca8f827441a906bb313189131da0c4113b6cd467094d22b16530ea442e" }, + { + "name": "Wio LTE for Arduino", + "version": "2.10.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "The LTE module driver for Wio LTE.", + "website": "https://seeedjp.github.io/Wiki/Wio_LTE_for_Arduino/Home.html", + "category": "Communication", + "architectures": ["Seeed_STM32F4", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", + "providesIncludes": ["WioLTEforArduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.10.0.zip", + "archiveFileName": "Wio_LTE_for_Arduino-2.10.0.zip", + "size": 54974, + "checksum": "SHA-256:a59e45aa03650be52f6a954626db0afb806c38acb474cd4c66f409fd84e368a7" + }, + { + "name": "Wio LTE for Arduino", + "version": "2.11.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "The LTE module driver for Wio LTE.", + "website": "https://seeedjp.github.io/Wiki/Wio_LTE_for_Arduino/Home.html", + "category": "Communication", + "architectures": ["Seeed_STM32F4", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", + "providesIncludes": ["WioLTEforArduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.11.0.zip", + "archiveFileName": "Wio_LTE_for_Arduino-2.11.0.zip", + "size": 55735, + "checksum": "SHA-256:cd33d1ad645c9dff25814b302a621784557c9dd19a6fc4392d5c5fae874ff028" + }, + { + "name": "Wio LTE for Arduino", + "version": "2.12.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "The LTE module driver for Wio LTE.", + "website": "https://seeedjp.github.io/Wiki/Wio_LTE_for_Arduino/Home.html", + "category": "Communication", + "architectures": ["Seeed_STM32F4", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", + "providesIncludes": ["WioLTEforArduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.12.0.zip", + "archiveFileName": "Wio_LTE_for_Arduino-2.12.0.zip", + "size": 55834, + "checksum": "SHA-256:b61f6de35ee71af832856253855be7ec3bf6ecc9fd490c45a93027b7819739e1" + }, + { + "name": "Wio LTE for Arduino", + "version": "2.13.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "The LTE module driver for Wio LTE.", + "website": "https://seeedjp.github.io/Wiki/Wio_LTE_for_Arduino/Home.html", + "category": "Communication", + "architectures": ["Seeed_STM32F4", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/WioLTEforArduino.git", + "providesIncludes": ["WioLTEforArduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_LTE_for_Arduino-2.13.0.zip", + "archiveFileName": "Wio_LTE_for_Arduino-2.13.0.zip", + "size": 55840, + "checksum": "SHA-256:3dacdcb6841b20771aa32eee08b564847562d7733a400f26b8208ea4d295167e" + }, { "name": "SPFD5408 TFT Library", "version": "1.0.0", @@ -96452,7 +125106,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sadika9/TFTLCD-SPFD5408.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sadika9/SPFD5408_TFT_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sadika9/SPFD5408_TFT_Library-1.0.0.zip", "archiveFileName": "SPFD5408_TFT_Library-1.0.0.zip", "size": 147082, "checksum": "SHA-256:8f352b1cea392a3288a5cc561d7c8959443c2b527c8e59a948a699051f93e3b3" @@ -96470,7 +125124,7 @@ "types": ["Contributed"], "repository": "https://github.com/sadika9/TFTLCD-SPFD5408.git", "providesIncludes": ["TftSpfd5408.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sadika9/SPFD5408_TFT_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sadika9/SPFD5408_TFT_Library-1.1.0.zip", "archiveFileName": "SPFD5408_TFT_Library-1.1.0.zip", "size": 147318, "checksum": "SHA-256:a4d4d02f1d008a5298cd08e40642eba466a3536164860fe8126ad74f3bae1602" @@ -96488,7 +125142,7 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/sarmfsw.git", "providesIncludes": ["sarmfsw.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.0.0.zip", "archiveFileName": "sarmfsw-3.0.0.zip", "size": 516865, "checksum": "SHA-256:7a20dc3114775ad53d4b9e04b5aaae5492e1bbfdf3a696dc94210ca895532946" @@ -96506,7 +125160,7 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/sarmfsw.git", "providesIncludes": ["sarmfsw.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.1.0.zip", "archiveFileName": "sarmfsw-3.1.0.zip", "size": 517027, "checksum": "SHA-256:401888c4193ec391b2a1957369a0a361f097cf30d56c4f21f211f9038884c22c" @@ -96524,7 +125178,7 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/sarmfsw.git", "providesIncludes": ["sarmfsw.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.2.0.zip", "archiveFileName": "sarmfsw-3.2.0.zip", "size": 722118, "checksum": "SHA-256:10852ae42eec7e07c3b8f01db9657eb2291b8e7be4aa27d8eb85a0d6989e0a7a" @@ -96542,11 +125196,47 @@ "types": ["Contributed"], "repository": "https://github.com/SMFSW/sarmfsw.git", "providesIncludes": ["sarmfsw.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.3.0.zip", "archiveFileName": "sarmfsw-3.3.0.zip", "size": 90247, "checksum": "SHA-256:c1c72b25e15251e28795b36338e816c4c828e0f2a9fa4079d7547ed9b734d84c" }, + { + "name": "sarmfsw", + "version": "3.4.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "sarmfsw", + "paragraph": "ARM based common headers (compatible with most Arduino platforms)", + "website": "https://github.com/SMFSW/sarmfsw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SMFSW/sarmfsw.git", + "providesIncludes": ["sarmfsw.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.4.0.zip", + "archiveFileName": "sarmfsw-3.4.0.zip", + "size": 100605, + "checksum": "SHA-256:d8cde70e8d1d13f2ea1b9b1f69c12a109c20af57bc13b7900a077da17f920920" + }, + { + "name": "sarmfsw", + "version": "3.5.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "sarmfsw", + "paragraph": "ARM based common headers (compatible with most Arduino platforms)", + "website": "https://github.com/SMFSW/sarmfsw", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SMFSW/sarmfsw.git", + "providesIncludes": ["sarmfsw.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.5.0.zip", + "archiveFileName": "sarmfsw-3.5.0.zip", + "size": 104697, + "checksum": "SHA-256:b65b4e4234b993dd32e0a818887428c000874cd89a7a8000540f33fe2c71ebbb" + }, { "name": "MorePins", "version": "1.0.0", @@ -96558,7 +125248,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://gitlab.com/dariusmihai/Arduino_Lib_MorePins.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/dariusmihai/MorePins-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/dariusmihai/MorePins-1.0.0.zip", "archiveFileName": "MorePins-1.0.0.zip", "size": 232142, "checksum": "SHA-256:af37487336f9ad355ad614dab879f8334943fbf765b1532c8acc377d28539b50" @@ -96575,7 +125265,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/SimpleExpressions.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/SimpleExpressions-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/SimpleExpressions-1.0.0.zip", "archiveFileName": "SimpleExpressions-1.0.0.zip", "size": 3986932, "checksum": "SHA-256:24c48d8e7a34f0ca3442e82373670f786a3f7df5f9bebd5cc8999d6da8431f5c" @@ -96592,7 +125282,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/SimpleExpressions.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/SimpleExpressions-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/SimpleExpressions-1.1.0.zip", "archiveFileName": "SimpleExpressions-1.1.0.zip", "size": 3991990, "checksum": "SHA-256:b5b1f439f9a5e598956f1c87cbd598ea682493a86674ba04be6bd2b63d4864b4" @@ -96609,7 +125299,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/s00500/SimpleExpressions.git", - "url": "http://downloads.arduino.cc/libraries/github.com/s00500/SimpleExpressions-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/SimpleExpressions-1.1.1.zip", "archiveFileName": "SimpleExpressions-1.1.1.zip", "size": 3993774, "checksum": "SHA-256:3a3275978e41efb7740121fc943e2452e111fc62a7c4703bbf417180dc6b879b" @@ -96627,7 +125317,7 @@ "types": ["Contributed"], "repository": "https://github.com/DimitriGilbert/RGBProgress.git", "providesIncludes": ["RGBProgress.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DimitriGilbert/RGBProgress-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DimitriGilbert/RGBProgress-0.1.0.zip", "archiveFileName": "RGBProgress-0.1.0.zip", "size": 4870, "checksum": "SHA-256:8d572f975081e557613aa78bd98f64fe6ae287fcb2ceda9ae583ca4cca1ac63f" @@ -96645,7 +125335,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremylindsayni/Bifrost.Arduino.Sensors.HCSR04.git", "providesIncludes": ["hcsr04.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremylindsayni/Bifrost_library_for_HC_SR04-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremylindsayni/Bifrost_library_for_HC_SR04-2.0.0.zip", "archiveFileName": "Bifrost_library_for_HC_SR04-2.0.0.zip", "size": 4908, "checksum": "SHA-256:a9cf6b49fdbc25c1ca7078ef5395a4bb7698b9a64c5847b2a50b9aa7c4c6d81b" @@ -96662,7 +125352,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/esp32-http-update.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/ESP32httpUpdate-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/ESP32httpUpdate-1.0.0.zip", "archiveFileName": "ESP32httpUpdate-1.0.0.zip", "size": 8296, "checksum": "SHA-256:2642f9639962bb3921573263838add1878ed11e6249938ef3fb927a39dcf65b7" @@ -96679,7 +125369,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/esp32-http-update.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/ESP32httpUpdate-2.1.145.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/ESP32httpUpdate-2.1.145.zip", "archiveFileName": "ESP32httpUpdate-2.1.145.zip", "size": 8527, "checksum": "SHA-256:6b43fa4d7dece1972154411b61bd3dec6e6020cb524574a78c381a2af62497a2" @@ -96696,7 +125386,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.145.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.145.zip", "archiveFileName": "THiNX32-2.1.145.zip", "size": 19065, "checksum": "SHA-256:c8e7588a2e847e07fe65da9f13ae263f6fc234020b6b3b8c8887bb2abf590eac" @@ -96713,7 +125403,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.146.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.146.zip", "archiveFileName": "THiNX32-2.1.146.zip", "size": 19075, "checksum": "SHA-256:ace0c4451a61b65e1cd5539359092008530e8331a84a46daaf8101a31084a2ff" @@ -96730,7 +125420,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.170.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.170.zip", "archiveFileName": "THiNX32-2.1.170.zip", "size": 20120, "checksum": "SHA-256:2f05ec4be29bcbf522a18de6f34d38702304b71889cac2bd6d4dd322b96f4601" @@ -96747,7 +125437,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.174.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.1.174.zip", "archiveFileName": "THiNX32-2.1.174.zip", "size": 20120, "checksum": "SHA-256:09b6250960e2395fb9378a8fec4b9eced3ba047c3c637c0c0a2a9545da7ec238" @@ -96764,7 +125454,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.175.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.175.zip", "archiveFileName": "THiNX32-2.2.175.zip", "size": 20389, "checksum": "SHA-256:5606eb81cbc14d6a43ab8b380ac113c9f5ace469b6348c4ec2b79bf0e09b4ef2" @@ -96781,7 +125471,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.176.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.176.zip", "archiveFileName": "THiNX32-2.2.176.zip", "size": 20385, "checksum": "SHA-256:11fa6b9c6be4b643e73b0db3403b0a15dbe1e677f1a199c3cf0c20a9ef644aae" @@ -96798,7 +125488,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.177.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.177.zip", "archiveFileName": "THiNX32-2.2.177.zip", "size": 20390, "checksum": "SHA-256:718ec4b14b1397c097242c3b9facfc36f74f09c9e4679bf4843d3dad4d824c5b" @@ -96815,7 +125505,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.179.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.2.179.zip", "archiveFileName": "THiNX32-2.2.179.zip", "size": 20435, "checksum": "SHA-256:52d1b6990980b1843e1d1018a7ed2482f1388ea6dfef23c10fbcba9ed039f31d" @@ -96832,7 +125522,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.3.180.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.3.180.zip", "archiveFileName": "THiNX32-2.3.180.zip", "size": 27454, "checksum": "SHA-256:bbbe43368a6e8e78c085aab36c4b19698c7f02350ea0d4691433160f0a618036" @@ -96849,7 +125539,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.3.181.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.3.181.zip", "archiveFileName": "THiNX32-2.3.181.zip", "size": 27367, "checksum": "SHA-256:f3e51318d868b536a8504f04730399433c8d869c6a4a38007d70df90f216efb0" @@ -96866,7 +125556,7 @@ "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.4.189.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.4.189.zip", "archiveFileName": "THiNX32-2.4.189.zip", "size": 28408, "checksum": "SHA-256:3b4f4ea686c67d983c3ec0cf6e2c6bf0dd56eee7b5cf44dc88513b31d24a0fcf" @@ -96883,7 +125573,7 @@ "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.5.190.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.5.190.zip", "archiveFileName": "THiNX32-2.5.190.zip", "size": 29070, "checksum": "SHA-256:8e52da8165beb139e78efefcfe6568e62abfb6bb171ebae89e98550049ce8147" @@ -96900,11 +125590,79 @@ "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-firmware-esp32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.5.226.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.5.226.zip", "archiveFileName": "THiNX32-2.5.226.zip", "size": 29978, "checksum": "SHA-256:2c9b9ab0ab31ecd650307a600a1ab1ac68b70ef78e6d4051ac0a8a68c0b6f7e9" }, + { + "name": "THiNX32", + "version": "2.5.232", + "author": "Matej Sychra \u003csuculent@me.com\u003e", + "maintainer": "Matej Sychra \u003csuculent@me.com\u003e", + "sentence": "A library to wrap THiNX device registration, MQTT and OTA Update", + "paragraph": "It should work silently with an update availability callback and optional silent force-update.", + "website": "https://github.com/suculent/thinx-firmware-esp32", + "category": "Communication", + "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-firmware-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.5.232.zip", + "archiveFileName": "THiNX32-2.5.232.zip", + "size": 30037, + "checksum": "SHA-256:85ff6ef5c3084eea6231c9695b9adeb7dc875049fa5b69d98eafefeec4fa984d" + }, + { + "name": "THiNX32", + "version": "2.5.233", + "author": "Matej Sychra \u003csuculent@me.com\u003e", + "maintainer": "Matej Sychra \u003csuculent@me.com\u003e", + "sentence": "A library to wrap THiNX device registration, MQTT and OTA Update", + "paragraph": "It should work silently with an update availability callback and optional silent force-update.", + "website": "https://github.com/suculent/thinx-firmware-esp32", + "category": "Communication", + "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-firmware-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.5.233.zip", + "archiveFileName": "THiNX32-2.5.233.zip", + "size": 30039, + "checksum": "SHA-256:ae98253346725e8a3ee8118c2ae5be8120e58b6f099dbcb7a715ca0afd9449b3" + }, + { + "name": "THiNX32", + "version": "2.8.243", + "author": "Matej Sychra \u003csuculent@me.com\u003e", + "maintainer": "Matej Sychra \u003csuculent@me.com\u003e", + "sentence": "A library to wrap THiNX device registration, MQTT and OTA Update", + "paragraph": "It should work silently with an update availability callback and optional silent force-update.", + "website": "https://github.com/suculent/thinx-firmware-esp32", + "category": "Communication", + "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-firmware-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.8.243.zip", + "archiveFileName": "THiNX32-2.8.243.zip", + "size": 30489, + "checksum": "SHA-256:ff632d79039b57eccf7f8f193efec7a100965fafc6815c435a17af01f9baf871" + }, + { + "name": "THiNX32", + "version": "2.8.252", + "author": "Matej Sychra \u003csuculent@me.com\u003e", + "maintainer": "Matej Sychra \u003csuculent@me.com\u003e", + "sentence": "A library to wrap THiNX device registration, MQTT and OTA Update", + "paragraph": "It should work silently with an update availability callback and optional silent force-update.", + "website": "https://github.com/suculent/thinx-firmware-esp32", + "category": "Communication", + "architectures": ["esp32", "esp8266", "espressif32", "espressif8266"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-firmware-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/THiNX32-2.8.252.zip", + "archiveFileName": "THiNX32-2.8.252.zip", + "size": 49981, + "checksum": "SHA-256:073f9c0dbeb6116947bb4b4ba916129ca67f51b27960c77f55f659fb7e992b8a" + }, { "name": "BareBoneSim800", "version": "1.0.0", @@ -96917,7 +125675,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thehapyone/BareBoneSim800.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.0.0.zip", "archiveFileName": "BareBoneSim800-1.0.0.zip", "size": 41539, "checksum": "SHA-256:29d7cdce8b5eb8fdad298ee20a540c4e88ddeb850bb555430022c80135ec087d" @@ -96934,7 +125692,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thehapyone/BareBoneSim800.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.1.0.zip", "archiveFileName": "BareBoneSim800-1.1.0.zip", "size": 43419, "checksum": "SHA-256:b3f0084431599518f8ed1d82f0e714d9cc860b44089cc277b8a8bcba91296f9a" @@ -96951,7 +125709,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thehapyone/BareBoneSim800.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.2.0.zip", "archiveFileName": "BareBoneSim800-1.2.0.zip", "size": 45744, "checksum": "SHA-256:7e6b3380174caf8bcdd093bedb5339690ec6bb4437eb688875e2439163616a1e" @@ -96968,7 +125726,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thehapyone/BareBoneSim800.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.25.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thehapyone/BareBoneSim800-1.25.0.zip", "archiveFileName": "BareBoneSim800-1.25.0.zip", "size": 48574, "checksum": "SHA-256:6a6b6bc6c67907e6c7a7338b86cc5a5657fb70e157bfaa33932b20c8c2cba2bf" @@ -96985,7 +125743,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/1oginov/UbxGps.git", - "url": "http://downloads.arduino.cc/libraries/github.com/1oginov/UbxGps-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/1oginov/UbxGps-1.3.0.zip", "archiveFileName": "UbxGps-1.3.0.zip", "size": 11737803, "checksum": "SHA-256:3ec046b60bc957f47951801f49bf46a9cecdba711bcdc7906df7ea24557830fe" @@ -97002,7 +125760,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/1oginov/UbxGps.git", - "url": "http://downloads.arduino.cc/libraries/github.com/1oginov/UbxGps-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/1oginov/UbxGps-1.4.0.zip", "archiveFileName": "UbxGps-1.4.0.zip", "size": 11738493, "checksum": "SHA-256:1b7704667491d61e68ab3fe4836c7c9f55ac1d5ad4380b19db2e6be2785e1abb" @@ -97019,7 +125777,7 @@ "architectures": ["avr", "sam", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DIO2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.4.1.zip", "archiveFileName": "DIO2-1.4.1.zip", "size": 372793, "checksum": "SHA-256:d67d7b2d09a12f0b50d0d2817f8fb2271f8a6fb9a708f57b00216af73c9a04c1" @@ -97036,7 +125794,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DIO2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.4.0.zip", "archiveFileName": "DIO2-1.4.0.zip", "size": 313747, "checksum": "SHA-256:e2dddca047e43b7e9bb6e430edae8c0e1c5d9f1c76c5f42404f02766b11c3a50" @@ -97053,7 +125811,7 @@ "architectures": ["avr", "sam", "esp32", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DIO2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.5.0.zip", "archiveFileName": "DIO2-1.5.0.zip", "size": 424839, "checksum": "SHA-256:af8fa1b742479c65e3af9ba57d056dc08148ab95fd52bdd119bed3aeb808615f" @@ -97070,11 +125828,28 @@ "architectures": ["avr", "sam", "esp32", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DIO2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.5.1.zip", "archiveFileName": "DIO2-1.5.1.zip", "size": 424771, "checksum": "SHA-256:cef20dbbe1c5734b0b2a2ae201c0798b1b689011d4170fb6b371ecfc25d86ad0" }, + { + "name": "DIO2", + "version": "1.6.0", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "Fast digital input/output functions.", + "paragraph": "From a work of Jan Dolinay", + "website": "https://github.com/Locoduino/DIO2", + "category": "Device Control", + "architectures": ["avr", "sam", "esp32", "STM32F1", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/DIO2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.6.0.zip", + "archiveFileName": "DIO2-1.6.0.zip", + "size": 530658, + "checksum": "SHA-256:de41e283dc55b43ea1321560697d06be420405185dfc589d0d189b8ac7a6829f" + }, { "name": "Commanders", "version": "1.60.1", @@ -97088,7 +125863,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.60.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.60.1.zip", "archiveFileName": "Commanders-1.60.1.zip", "size": 5668879, "checksum": "SHA-256:ce040a2adc4f67f376274347576b1f169a2d59b575ef2c5491f0fd6853701049" @@ -97106,7 +125881,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.60.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.60.2.zip", "archiveFileName": "Commanders-1.60.2.zip", "size": 6285562, "checksum": "SHA-256:8a8dfba0456711c89e95fd1a7f7a77388f256fbc04ece79d8ddd067a7671e3e4" @@ -97123,7 +125898,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.61.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.61.0.zip", "archiveFileName": "Commanders-1.61.0.zip", "size": 6695731, "checksum": "SHA-256:ff686181f44d1ea6efd68ea48f330392c29a647773a02f33dc6d4bfa2621829f" @@ -97140,7 +125915,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.61.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.61.1.zip", "archiveFileName": "Commanders-1.61.1.zip", "size": 8124269, "checksum": "SHA-256:7c2abed03af0ddf82d68f0458616be67631410b1168ae4b2648c2cb6dc16f26a" @@ -97157,7 +125932,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.61.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.61.2.zip", "archiveFileName": "Commanders-1.61.2.zip", "size": 8897347, "checksum": "SHA-256:768eaefcdb050e6626b76287f061b55c12973495c800da6e22dd7a4bf7983699" @@ -97175,7 +125950,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.51.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.51.1.zip", "archiveFileName": "Commanders-1.51.1.zip", "size": 3782001, "checksum": "SHA-256:adf542ff81fb74ea4673e336b7617c0ba9c154c9cbd7c48bfb6d584da9cc9967" @@ -97193,7 +125968,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.51.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.51.2.zip", "archiveFileName": "Commanders-1.51.2.zip", "size": 4347545, "checksum": "SHA-256:bcbb258bea3a890fe2e620ff362475b3067f015f3fb2e05b0f3f9c43c75d1286" @@ -97210,7 +125985,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.62.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-1.62.0.zip", "archiveFileName": "Commanders-1.62.0.zip", "size": 9674185, "checksum": "SHA-256:a7cd7c7604aaf83fefb6fcd9fd37e893cff4421719cba316214376821e139374" @@ -97227,7 +126002,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/Commanders.git", "providesIncludes": ["Commanders.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Commanders-2.0.1.zip", "archiveFileName": "Commanders-2.0.1.zip", "size": 12539714, "checksum": "SHA-256:05d50a6ac798df84986d2dd90924bff3938a66ed22af892d65197d36ac61f47e" @@ -97243,7 +126018,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/LcdUi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LcdUi-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LcdUi-1.0.2.zip", "archiveFileName": "LcdUi-1.0.2.zip", "size": 15498402, "checksum": "SHA-256:fde6a7beee4f200aafa2064fa33badaa80b84548e0c3d4b55db86d12bba64c51" @@ -97259,7 +126034,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/LcdUi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LcdUi-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LcdUi-1.0.1.zip", "archiveFileName": "LcdUi-1.0.1.zip", "size": 14580464, "checksum": "SHA-256:9d67225e508631f40340ce053a4b4ef1b3cbfc49da9fe17b662f988d2f23a6b5" @@ -97275,7 +126050,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/LcdUi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LcdUi-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LcdUi-1.0.3.zip", "archiveFileName": "LcdUi-1.0.3.zip", "size": 16429536, "checksum": "SHA-256:c5a8c8019e97ca325526b4cd04e8f376d9f239ff98cc05ef8d5ade5c42900a6b" @@ -97291,7 +126066,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/EEPROMExtent.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/EEPROMextent-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/EEPROMextent-1.2.1.zip", "archiveFileName": "EEPROMextent-1.2.1.zip", "size": 954815, "checksum": "SHA-256:1ceeb50ff5f9c43ac4c14fc82ed029669518f309283c1b1716730892c34d0fd0" @@ -97308,7 +126083,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/EEPROMExtent.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/EEPROMextent-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/EEPROMextent-1.2.0.zip", "archiveFileName": "EEPROMextent-1.2.0.zip", "size": 614321, "checksum": "SHA-256:14b86fc3b1dacd26604274ca3e5e4fd8b604c05365a96750d3c5cefbf7bd00f5" @@ -97325,7 +126100,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.2.zip", "archiveFileName": "Accessories-1.1.2.zip", "size": 16655926, "checksum": "SHA-256:5e87515499a08ce644766bcc2d2f7c8b43de6592f48c94ce43589e4bff75aaf6" @@ -97342,7 +126117,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.3.zip", "archiveFileName": "Accessories-1.1.3.zip", "size": 18240493, "checksum": "SHA-256:381f15f0bcc59b553b3ead58bc860e1d9430839aa7caeae7f727dbae9520061d" @@ -97359,7 +126134,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.4.zip", "archiveFileName": "Accessories-1.1.4.zip", "size": 18551589, "checksum": "SHA-256:f0ad3279afd206c392403fe5a6989425421d201ce00f9734a9f6d8a260f0347d" @@ -97376,7 +126151,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.0.1.zip", "archiveFileName": "Accessories-1.0.1.zip", "size": 10047499, "checksum": "SHA-256:4540e088314d479698a7fef7535dc286bc098b974ef16c38dfa0b5528a6f30f9" @@ -97393,7 +126168,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.0.2.zip", "archiveFileName": "Accessories-1.0.2.zip", "size": 11607853, "checksum": "SHA-256:10d1343f37f779d56956c9db99e2c3a5b7691e31e409e69253e90f188b445907" @@ -97410,7 +126185,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.0.zip", "archiveFileName": "Accessories-1.1.0.zip", "size": 13385203, "checksum": "SHA-256:6ee9e0c81629f5b42183158139ce8bda01400ad01c143ce9c905e9c60e2176b6" @@ -97427,7 +126202,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.1.1.zip", "archiveFileName": "Accessories-1.1.1.zip", "size": 15020502, "checksum": "SHA-256:8e5479f4154077ab1a1b2269fc9ce3206b060dc80cdadbdd6dec15129fa7022d" @@ -97444,7 +126219,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.2.0.zip", "archiveFileName": "Accessories-1.2.0.zip", "size": 20478962, "checksum": "SHA-256:a89dcf6282f615530ac1aed2aa7290e3b6bfae37aa6cd69005df4fbd67669eeb" @@ -97461,11 +126236,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/Accessories.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.2.1.zip", "archiveFileName": "Accessories-1.2.1.zip", "size": 22294835, "checksum": "SHA-256:657edb644a097343e9a3bc23fffc53689dda952b27b6d27e1ad1900f985f06c5" }, + { + "name": "Accessories", + "version": "1.2.2", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This is a library for Arduino to handle accessories like lights, motors.", + "paragraph": "This library can handle coil motors, stepper motors, lights, servos.", + "website": "https://github.com/Locoduino/Accessories", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/Accessories.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/Accessories-1.2.2.zip", + "archiveFileName": "Accessories-1.2.2.zip", + "size": 24120902, + "checksum": "SHA-256:63fd2cdf903dbb5f979a680eaa336c585d154003b042787252d6d4460ecf4a2b" + }, { "name": "MemoryUsage", "version": "2.20.0", @@ -97478,11 +126270,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/MemoryUsage.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/MemoryUsage-2.20.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/MemoryUsage-2.20.0.zip", "archiveFileName": "MemoryUsage-2.20.0.zip", "size": 553198, "checksum": "SHA-256:1a294f7ffa7c73f93e2a77f7795810462a086dac1b3b0dfcb4abeb90edf1652e" }, + { + "name": "MemoryUsage", + "version": "2.21.0", + "author": "Thierry PARIS - Locoduino", + "maintainer": "Thierry PARIS - Locoduino", + "sentence": "Use this library to check your SRAM / Stack memory usage.", + "paragraph": "Some different ways to check memory usage on an Arduino.", + "website": "http://github.com/Locoduino/MemoryUsage", + "category": "Uncategorized", + "architectures": ["AVR"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/MemoryUsage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/MemoryUsage-2.21.0.zip", + "archiveFileName": "MemoryUsage-2.21.0.zip", + "size": 725870, + "checksum": "SHA-256:507fb88b08208c873a92e39e8886571314108a58e2cf281e7acfafa50d187e40" + }, + { + "name": "MemoryUsage", + "version": "2.21.1", + "author": "Thierry PARIS - Locoduino", + "maintainer": "Thierry PARIS - Locoduino", + "sentence": "Use this library to check your SRAM / Stack memory usage.", + "paragraph": "Some different ways to check memory usage on an Arduino.", + "website": "http://github.com/Locoduino/MemoryUsage", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/MemoryUsage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/MemoryUsage-2.21.1.zip", + "archiveFileName": "MemoryUsage-2.21.1.zip", + "size": 725867, + "checksum": "SHA-256:446c560b19e0e04f98a000ef41ade8466554ea6a36085916acf96c1040dfbb98" + }, { "name": "DcDccNanoController", "version": "1.1.2", @@ -97494,7 +126320,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DcDccNanoController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.2.zip", "archiveFileName": "DcDccNanoController-1.1.2.zip", "size": 2396738, "checksum": "SHA-256:af75ca52ff4b1a0fa908ace8133a2b491e147cac1a7e46ea11bc3c55d8779d88" @@ -97510,7 +126336,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DcDccNanoController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.3.zip", "archiveFileName": "DcDccNanoController-1.1.3.zip", "size": 2918415, "checksum": "SHA-256:e85692d75cbe821a151c2f4b23e54822f595ba17a80d3215e17b1219669714ab" @@ -97527,11 +126353,70 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DcDccNanoController.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.1.zip", "archiveFileName": "DcDccNanoController-1.1.1.zip", "size": 1187600, "checksum": "SHA-256:ed1a1cafff3a23f8457d5cc882bf2364cfdf99f276516ac5cd93035d205b3925" }, + { + "name": "DcDccNanoController", + "version": "1.1.4", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This library is made to build a basic Dcc controller on small Arduino Nano or Uno.", + "website": "https://github.com/Locoduino/DcDccNanoController", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/DcDccNanoController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.1.4.zip", + "archiveFileName": "DcDccNanoController-1.1.4.zip", + "size": 4763052, + "checksum": "SHA-256:d028e36927bcc0e470cb50403cfa86b989e200ecaa46f3789e490b1bbf909c53" + }, + { + "name": "DcDccNanoController", + "version": "1.2.0", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This library is made to build a basic Dcc controller on small Arduino Nano or Uno.", + "website": "https://github.com/Locoduino/DcDccNanoController", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/DcDccNanoController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.2.0.zip", + "archiveFileName": "DcDccNanoController-1.2.0.zip", + "size": 6690714, + "checksum": "SHA-256:d067b21759cf861003c21caf264d4c79fb5af32ea28ef5297bea4f9d813cca4f" + }, + { + "name": "DcDccNanoController", + "version": "1.2.1", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This library is made to build a basic Dcc controller on small Arduino Nano or Uno.", + "website": "https://github.com/Locoduino/DcDccNanoController", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/DcDccNanoController.git", + "dependencies": [ + { + "name": "DIO2" + }, + { + "name": "Commanders" + }, + { + "name": "LcdUi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.2.1.zip", + "archiveFileName": "DcDccNanoController-1.2.1.zip", + "size": 7654458, + "checksum": "SHA-256:3cc2f616ccf757dab27be0ccaf218b570d511c1d3946e2954e1c571e97079e12" + }, { "name": "K1200", "version": "1.0.0", @@ -97544,7 +126429,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Velleman/K1200.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Velleman/K1200-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/K1200-1.0.0.zip", "archiveFileName": "K1200-1.0.0.zip", "size": 11474, "checksum": "SHA-256:39a909ddd482f93ebb03b1c6ca43df4cc941fdbe73e9e95021e31561efa7c2af" @@ -97561,7 +126446,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Velleman/K1200.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Velleman/K1200-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/K1200-1.0.2.zip", "archiveFileName": "K1200-1.0.2.zip", "size": 11615, "checksum": "SHA-256:43ede991a931f6881038fb2858b3ee1e4043b978ee8c1ea54fc9d3296ac08894" @@ -97578,7 +126463,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.1.zip", "archiveFileName": "DCCpp-1.3.1.zip", "size": 7234565, "checksum": "SHA-256:aa588704117c4038ebc26fee2c875d29c9931124695a95412156b843a2e118ee" @@ -97595,7 +126480,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.5.1-beta.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.5.1-beta.1.zip", "archiveFileName": "DCCpp-0.5.1-beta.1.zip", "size": 2820179, "checksum": "SHA-256:93089f738dd708487c512b965d2a86e1f87f1f46e26d0ee0b1e568acdb1b26dd" @@ -97611,7 +126496,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.5.1.zip", "archiveFileName": "DCCpp-0.5.1.zip", "size": 2817705, "checksum": "SHA-256:2903fd1a6181bd7b7b9205b2f2a46d5d84486750a2b40a85a5ddf62174508419" @@ -97628,7 +126513,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.6.0-beta.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.6.0-beta.2.zip", "archiveFileName": "DCCpp-0.6.0-beta.2.zip", "size": 3165130, "checksum": "SHA-256:fac6b59ec323cdb0bd9ce3dc1ee956c6ed58518ba589edca81badcec587a1750" @@ -97645,7 +126530,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-0.8.0.zip", "archiveFileName": "DCCpp-0.8.0.zip", "size": 4314419, "checksum": "SHA-256:682a111a9a43f5bf82703d7d8435d5a0bf90d55db37bf899e6b4c3844ddb844c" @@ -97662,7 +126547,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.0.0.zip", "archiveFileName": "DCCpp-1.0.0.zip", "size": 5074008, "checksum": "SHA-256:e6a78d19d6215bcedf24156f2199b4259be7957ae1d75655dcd808d9465de715" @@ -97679,7 +126564,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.1.0.zip", "archiveFileName": "DCCpp-1.1.0.zip", "size": 5904479, "checksum": "SHA-256:3eab5457bf920c1b280a4b7277b5573e327e3172fcb3d04ec12a48a07b092569" @@ -97696,7 +126581,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.0.zip", "archiveFileName": "DCCpp-1.3.0.zip", "size": 6768373, "checksum": "SHA-256:bb782a921925179d0a2eb87da7c259c5fa86ae253fa19d27a32b686f169542b8" @@ -97713,7 +126598,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.2.zip", "archiveFileName": "DCCpp-1.3.2.zip", "size": 7516876, "checksum": "SHA-256:5f1d7eab0df2d249044a2cdee1899917206eba05f93294cff6a2c7a6a1728374" @@ -97730,7 +126615,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.3.zip", "archiveFileName": "DCCpp-1.3.3.zip", "size": 7903959, "checksum": "SHA-256:ce36f549ed0b418c8bbac36df96432a501f3df818b67f620f2575ecf48a9705f" @@ -97747,7 +126632,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.4.zip", "archiveFileName": "DCCpp-1.3.4.zip", "size": 8294500, "checksum": "SHA-256:fb26a334d5c052f9a0d17059ca1d329ad2b7be49b59748972476b652d518ec8d" @@ -97764,7 +126649,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.5.zip", "archiveFileName": "DCCpp-1.3.5.zip", "size": 8685156, "checksum": "SHA-256:1aaeec355c1901867491bc0eb09db37e1d0519033b0fdbe0f33768fb896c911f" @@ -97781,7 +126666,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.6.zip", "archiveFileName": "DCCpp-1.3.6.zip", "size": 8895999, "checksum": "SHA-256:b92bd159089ef3f7f64af714b0d1460196f67c218a6c27b98465fe53da4f5c21" @@ -97798,11 +126683,45 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/DCCpp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.3.7.zip", "archiveFileName": "DCCpp-1.3.7.zip", "size": 9246038, "checksum": "SHA-256:90db9ff3e2b3659c12149578d6b191ec4545f88ff6ffa9f51d3c4d0a59277b5f" }, + { + "name": "DCCpp", + "version": "1.4.1", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This is a library to control DCC devices.", + "paragraph": "Library version of the DCC++ work from Gregg E. Berman", + "website": "https://github.com/Locoduino/DCCpp", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/DCCpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.4.1.zip", + "archiveFileName": "DCCpp-1.4.1.zip", + "size": 10252208, + "checksum": "SHA-256:4c34b68f1642e88cd3e8f9a2c031b7a1c1d610310d3215ac1d8cc0ce1b58b7fc" + }, + { + "name": "DCCpp", + "version": "1.4.2", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This is a library to control DCC devices.", + "paragraph": "Library version of the DCC++ work from Gregg E. Berman", + "website": "https://github.com/Locoduino/DCCpp", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/DCCpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DCCpp-1.4.2.zip", + "archiveFileName": "DCCpp-1.4.2.zip", + "size": 10909026, + "checksum": "SHA-256:c795a3b9bc601b532238b87b04192307f92d13e46e47a90be02df6334732ac9d" + }, { "name": "DHT sensor library for ESPx", "version": "1.0.4", @@ -97816,7 +126735,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.4.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.4.zip", "size": 28996, "checksum": "SHA-256:e07decf83105832bcb379521834679e99739c8952c1ad72831139d528786bd7c" @@ -97834,7 +126753,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.5.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.5.zip", "size": 28995, "checksum": "SHA-256:dd2b1b5c3abfe9c64fd2887354273a24cb23938e70ac1390d666a51cdc423aa4" @@ -97852,7 +126771,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.6.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.6.zip", "size": 29056, "checksum": "SHA-256:9a28654e25ce93011ae9d7576b9bfec6551c3d57802825c83abbb4a36a3a0461" @@ -97870,7 +126789,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.7.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.7.zip", "size": 29556, "checksum": "SHA-256:9e09d4d34420f08a824385ce57fb13f46697eb64ad4a2b7a5da317e0b97e1b86" @@ -97888,7 +126807,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.8.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.8.zip", "size": 29891, "checksum": "SHA-256:7e812ea0b2a58d2874a0e62f55c71370c05df7a4f973199437166810810aa851" @@ -97906,7 +126825,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.9.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.9.zip", "size": 30043, "checksum": "SHA-256:dbac080880b293dea9460e4e78721e7b4ba6333a62d0c51cb9768a06dc1b7262" @@ -97924,7 +126843,7 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.12.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.12.zip", "size": 30414, "checksum": "SHA-256:73c8f0b12e3fb1036a49af367598166c1fcc498ecd1e197c16b514cce1b8ebc0" @@ -97942,11 +126861,83 @@ "types": ["Contributed"], "repository": "https://github.com/beegee-tokyo/DHTesp.git", "providesIncludes": ["DHTesp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.0.13.zip", "archiveFileName": "DHT_sensor_library_for_ESPx-1.0.13.zip", "size": 30438, "checksum": "SHA-256:eca8843c0df7298d5d680f4d8c3b0e75c72e389c966543d32012aac061f1e85c" }, + { + "name": "DHT sensor library for ESPx", + "version": "1.14.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Optimized libray to match ESP32 requirements. Last changes: Fixed typo in examples.", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": ["esp8266", "esp32", "arduino-esp32"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/DHTesp.git", + "providesIncludes": ["DHTesp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.14.0.zip", + "archiveFileName": "DHT_sensor_library_for_ESPx-1.14.0.zip", + "size": 30509, + "checksum": "SHA-256:a13d1018aa3e0bccd35532752296342916b51246706eea30f31bf2f8fd9ab5aa" + }, + { + "name": "DHT sensor library for ESPx", + "version": "1.16.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Optimized libray to match ESP32 requirements. Last changes: Reduce CPU usage and add decimal part for DHT11", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": ["esp8266", "esp32", "samd", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/DHTesp.git", + "providesIncludes": ["DHTesp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.16.0.zip", + "archiveFileName": "DHT_sensor_library_for_ESPx-1.16.0.zip", + "size": 30650, + "checksum": "SHA-256:ab34afa70ef93bffc91a0fe9d106a96a77f33c98fda635a071ea1efb08e02b83" + }, + { + "name": "DHT sensor library for ESPx", + "version": "1.17.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Optimized libray to match ESP32 requirements. Last changes: Back to working version by removing the last commit", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": ["esp8266", "esp32", "samd", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/DHTesp.git", + "providesIncludes": ["DHTesp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.17.0.zip", + "archiveFileName": "DHT_sensor_library_for_ESPx-1.17.0.zip", + "size": 30670, + "checksum": "SHA-256:be2aac9d382b1d8a1df75088a55b0f755aacdb4388725c98acbdd6926d733fec" + }, + { + "name": "DHT sensor library for ESPx", + "version": "1.18.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Optimized libray to match ESP32 requirements. Last changes: Fix negative temperature problem (credits @helijunky)", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": ["esp8266", "esp32", "samd", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/DHTesp.git", + "providesIncludes": ["DHTesp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.18.0.zip", + "archiveFileName": "DHT_sensor_library_for_ESPx-1.18.0.zip", + "size": 30034, + "checksum": "SHA-256:2f621c8deb7ab6c994b7525a23d914dc7dc77b1dba1e6c3715ff3e5354cfea4a" + }, { "name": "TFMini", "version": "0.1.0", @@ -97960,7 +126951,7 @@ "types": ["Contributed"], "repository": "https://github.com/opensensinglab/tfmini.git", "providesIncludes": ["TFMini.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/opensensinglab/TFMini-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/opensensinglab/TFMini-0.1.0.zip", "archiveFileName": "TFMini-0.1.0.zip", "size": 7507, "checksum": "SHA-256:d7fb4abd31a379dfa44a4e0b5229e47c46358a0122160a6a54deb8b9def10d5f" @@ -97976,7 +126967,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pholmes2012/Simple_FRAM_FileSystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pholmes2012/SFFS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pholmes2012/SFFS-1.0.0.zip", "archiveFileName": "SFFS-1.0.0.zip", "size": 16065, "checksum": "SHA-256:5a1fedeef53c9fc8a776865435d63f5f7257ccc5e2449da6a3734cd2a2911c64" @@ -97993,7 +126984,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pholmes2012/Simple_FRAM_FileSystem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pholmes2012/SFFS-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pholmes2012/SFFS-1.0.1.zip", "archiveFileName": "SFFS-1.0.1.zip", "size": 16230, "checksum": "SHA-256:e8918e2925119ae3f6ed010454d68b135ff475da7317a27296864e877bad6907" @@ -98010,7 +127001,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Si7021.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.0.0.zip", "archiveFileName": "Adafruit_Si7021_Library-1.0.0.zip", "size": 4427, "checksum": "SHA-256:5419a5da98803373915acf000bffd9438821b721da8d9fcda4b118d379b52987" @@ -98027,7 +127018,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Si7021.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.0.1.zip", "archiveFileName": "Adafruit_Si7021_Library-1.0.1.zip", "size": 4498, "checksum": "SHA-256:da951fb8b732ab8d35004e89526cd7fda737d2a29aa626ee5e1f0fa54c47fac8" @@ -98044,7 +127035,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Si7021.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.1.0.zip", "archiveFileName": "Adafruit_Si7021_Library-1.1.0.zip", "size": 5488, "checksum": "SHA-256:2c795819d0a290bae5481a0b367da25399b5d1c4b54749d69fedd04842d7144d" @@ -98061,7 +127052,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Si7021.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.0.zip", "archiveFileName": "Adafruit_Si7021_Library-1.2.0.zip", "size": 459748, "checksum": "SHA-256:85d40214da2b0bb7f2de113bb7b3478da84f0faecd89c2491bfcb87ac16dd5ff" @@ -98078,61 +127069,112 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Si7021.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.1.zip", "archiveFileName": "Adafruit_Si7021_Library-1.2.1.zip", "size": 459761, "checksum": "SHA-256:100b1ccde21318ea79e1df3dea4fa07abdfd89e54e30860fda81effff342da06" }, { - "name": "BlueDot BME680 Library", - "version": "1.1.0", - "author": "BlueDot", - "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", - "sentence": "BlueDot library for BME680 sensors.", - "paragraph": "Read temperature, relative humidity and pressure with BME680 sensor. This library currently only works with the I2C mode.", - "website": "https://github.com/BlueDot-Arduino/BlueDot_BME680", + "name": "Adafruit Si7021 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME680_Library-1.1.0.zip", - "archiveFileName": "BlueDot_BME680_Library-1.1.0.zip", - "size": 10575, - "checksum": "SHA-256:c74d87b0f6145631620298ad369826128632f176744d87564e277272dceeb653" + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.2.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.2.2.zip", + "size": 459761, + "checksum": "SHA-256:e08cd0085609eae809b21aef256e0507e498981f48ed908d832e96d79bbb332a" }, { - "name": "BlueDot BME680 Library", - "version": "1.2.0", - "author": "BlueDot", - "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", - "sentence": "BlueDot library for BME680 sensors.", - "paragraph": "Read temperature, relative humidity and pressure with BME680 sensor. This library currently only works with the I2C mode.", - "website": "https://github.com/BlueDot-Arduino/BlueDot_BME680", + "name": "Adafruit Si7021 Library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME680_Library-1.2.0.zip", - "archiveFileName": "BlueDot_BME680_Library-1.2.0.zip", - "size": 12195, - "checksum": "SHA-256:b79a954640210efe71556d563034fbfa44705d1b5d66b599179afbbba2b2e02e" + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.3.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.2.3.zip", + "size": 459839, + "checksum": "SHA-256:b7a71a33a86e040a9f374f02482809d81c070ae7567f778db71d4811d434dba7" }, { - "name": "BlueDot BME680 Library", - "version": "1.0.0", - "author": "BlueDot", - "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", - "sentence": "BlueDot library for BME680 sensors.", - "paragraph": "Read temperature, relative humidity and pressure with BME680 sensor. This library currently only works with the I2C mode.", - "website": "https://github.com/BlueDot-Arduino/BlueDot_BME680", + "name": "Adafruit Si7021 Library", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.4.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.2.4.zip", + "size": 459813, + "checksum": "SHA-256:344f1f16d69721de2a36ae020a550095c4fd0a44d7f0f19371cbee9af3a65c73" + }, + { + "name": "Adafruit Si7021 Library", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.2.5.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.2.5.zip", + "size": 459872, + "checksum": "SHA-256:31130e7d28903bdfd98302a20830854dd5f5d619c650a9ff609fb190adadc371" + }, + { + "name": "Adafruit Si7021 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME680_Library-1.0.0.zip", - "archiveFileName": "BlueDot_BME680_Library-1.0.0.zip", - "size": 9771, - "checksum": "SHA-256:7cf513e82d298599e46a3368bc094ea89fb603f9d075f2b509bca965b9f4735d" + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.3.0.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.3.0.zip", + "size": 460342, + "checksum": "SHA-256:fb6aa959821f99d81834216644d8cf6de8febaceb6a45e46eea0a04531964b20" + }, + { + "name": "Adafruit Si7021 Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.4.0.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.4.0.zip", + "size": 460494, + "checksum": "SHA-256:09519f2beba920e569aa669b88d632895cc3fbbe25b554aa74ff8585ec46ed93" }, { "name": "Beacon", @@ -98146,7 +127188,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/ABeacon.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/Beacon-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Beacon-1.0.0.zip", "archiveFileName": "Beacon-1.0.0.zip", "size": 13446, "checksum": "SHA-256:1b29612e847ee894a0d4b7b3f4e70b6c5ceac9bc8b2ad9932e3cf50712c85a4d" @@ -98163,7 +127205,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthewg42/Mutila.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.0.zip", "archiveFileName": "Mutila-1.1.0.zip", "size": 1048191, "checksum": "SHA-256:83405bd309be25176d948620a71d5c436d3bc477d37ccefc30aca8d4f1db743b" @@ -98180,7 +127222,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthewg42/Mutila.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.1.zip", "archiveFileName": "Mutila-1.1.1.zip", "size": 1159821, "checksum": "SHA-256:91692da4e324957b07ace92e42dca6a3d075eacf244d2ea8efd6ad5fbb8a78a9" @@ -98197,7 +127239,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthewg42/Mutila.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.2.zip", "archiveFileName": "Mutila-1.1.2.zip", "size": 1162718, "checksum": "SHA-256:94705853ef3a641c67bd2e8113ae248f8eff7cd7f6f00548caf0333828b9cdf1" @@ -98214,7 +127256,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthewg42/Mutila.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.3.zip", "archiveFileName": "Mutila-1.1.3.zip", "size": 1173967, "checksum": "SHA-256:8e5126ada43889ed537d95ac1a6ef401eb1c18afd0b672cb04412616afde49b9" @@ -98231,11 +127273,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/matthewg42/Mutila.git", - "url": "http://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.4.zip", "archiveFileName": "Mutila-1.1.4.zip", "size": 1178536, "checksum": "SHA-256:421f571919af437ca1661cfaad0795f86f1c64314f4177b9d16cbb74e6ab2f48" }, + { + "name": "Mutila", + "version": "1.1.5", + "author": "Matthew Gates (Mouse)", + "maintainer": "Matthew Gates (Mouse)", + "sentence": "Mouse's Utilities for Arduino", + "paragraph": "A collection of oft-used utility functions from button de-bouncing and pin sampling to easy-to-use wrappers around common devices.", + "website": "http://github.com/matthewg42/Mutila", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matthewg42/Mutila.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.5.zip", + "archiveFileName": "Mutila-1.1.5.zip", + "size": 1182805, + "checksum": "SHA-256:42c576264e81882217786c06353d03071416207c95f8806e53fe964d1ad5f77a" + }, + { + "name": "Mutila", + "version": "1.1.6", + "author": "Matthew Gates (Mouse)", + "maintainer": "Matthew Gates (Mouse)", + "sentence": "Mouse's Utilities for Arduino", + "paragraph": "A collection of oft-used utility functions from button de-bouncing and pin sampling to easy-to-use wrappers around common devices.", + "website": "http://github.com/matthewg42/Mutila", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matthewg42/Mutila.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.6.zip", + "archiveFileName": "Mutila-1.1.6.zip", + "size": 1186961, + "checksum": "SHA-256:c4727a2dbbdc811c87d9ecc84aab92c87ff904ba2952a7d587e47c3518527938" + }, + { + "name": "Mutila", + "version": "1.1.7", + "author": "Matthew Gates (Mouse)", + "maintainer": "Matthew Gates (Mouse)", + "sentence": "Mouse's Utilities for Arduino", + "paragraph": "A collection of oft-used utility functions from button de-bouncing and pin sampling to easy-to-use wrappers around common devices.", + "website": "http://github.com/matthewg42/Mutila", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matthewg42/Mutila.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.1.7.zip", + "archiveFileName": "Mutila-1.1.7.zip", + "size": 1186991, + "checksum": "SHA-256:cfb31b3dc4fdbed0a29cfe4d9682774fa911e8fa7f62af76f114b81948a680db" + }, + { + "name": "Mutila", + "version": "1.2.0", + "author": "Matthew Gates (Mouse)", + "maintainer": "Matthew Gates (Mouse)", + "sentence": "Mouse's Utilities for Arduino", + "paragraph": "A collection of oft-used utility functions from button de-bouncing and pin sampling to easy-to-use wrappers around common devices.", + "website": "http://github.com/matthewg42/Mutila", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matthewg42/Mutila.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.2.0.zip", + "archiveFileName": "Mutila-1.2.0.zip", + "size": 1188944, + "checksum": "SHA-256:143dffe75136bcfa648ddd32ed282e35c7221acde1ea5453cb949d320a3573be" + }, { "name": "arduino-sht", "version": "1.0.1", @@ -98248,7 +127358,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Sensirion/arduino-sht.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.0.1.zip", "archiveFileName": "arduino_sht-1.0.1.zip", "size": 10515, "checksum": "SHA-256:3d22043ee89c2c65b73a19d600f14789b878d5a937919687ff7195820f860a32" @@ -98265,7 +127375,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Sensirion/arduino-sht.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.0.2.zip", "archiveFileName": "arduino_sht-1.0.2.zip", "size": 10505, "checksum": "SHA-256:ad1349ff5e330f0e5fc2b1c8f86ae772d6d0eee6595ef05a306c3687b9c68114" @@ -98282,11 +127392,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Sensirion/arduino-sht.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.1.0.zip", "archiveFileName": "arduino_sht-1.1.0.zip", "size": 10624, "checksum": "SHA-256:6c89ba969f10d1bcc50de2ebb06c721e744fe4943b57011a51639318d9b53f59" }, + { + "name": "arduino-sht", + "version": "1.2.0", + "author": "Johannes Winkelmann, Andreas Brauchli", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's humidity and temperature sensors.", + "paragraph": "Supported sensors: SHTC1, SHTC3, SHTW1, SHTW2, SHT3x-DIS (I2C), SHT3x-ARP, SHT4x", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-sht.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.2.0.zip", + "archiveFileName": "arduino_sht-1.2.0.zip", + "size": 12256, + "checksum": "SHA-256:4dfe66793ba99be21b768bbe53e4de2043df26b390bd7ac5fddb5c54c1d2c7e2" + }, { "name": "WireUpdate", "version": "1.0.0", @@ -98300,7 +127427,7 @@ "types": ["Contributed"], "repository": "https://github.com/agdl/WireUpdate.git", "providesIncludes": ["WiFi101OTA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/agdl/WireUpdate-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/WireUpdate-1.0.0.zip", "archiveFileName": "WireUpdate-1.0.0.zip", "size": 6677, "checksum": "SHA-256:e64dbd5a28614016ee458498981e445a7886d71eff5e94ef10341740d749d258" @@ -98318,11 +127445,34 @@ "types": ["Contributed"], "repository": "https://github.com/agdl/WireUpdate.git", "providesIncludes": ["WiFi101OTA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/agdl/WireUpdate-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/WireUpdate-1.1.0.zip", "archiveFileName": "WireUpdate-1.1.0.zip", "size": 6854, "checksum": "SHA-256:02b3a9291f7d40d5da9d330025ff27611546852a6cc6e06aca5c86c50e693bae" }, + { + "name": "WireUpdate", + "version": "1.2.0", + "author": "agdl", + "maintainer": "agdl \u003carturoguadalupi@gmail.com\u003e", + "sentence": "Update firmware on SAMD based boards using I2C", + "paragraph": "Update firmware on SAMD based boards using I2C", + "website": "https://github.com/agdl/WireUpdate", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/agdl/WireUpdate.git", + "providesIncludes": ["WiFi101OTA.h"], + "dependencies": [ + { + "name": "WiFi101OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/agdl/WireUpdate-1.2.0.zip", + "archiveFileName": "WireUpdate-1.2.0.zip", + "size": 6861, + "checksum": "SHA-256:023d9854499c8a22da6f7fd20a30ac5738a694b6a90d5c6174a0b3b08bee93b2" + }, { "name": "Kniwwelino", "version": "1.0.0", @@ -98334,8 +127484,8 @@ "category": "Device Control", "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/LIST-LUXEMBOURG/KniwwelinoLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LIST-LUXEMBOURG/Kniwwelino-1.0.0.zip", + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.0.0.zip", "archiveFileName": "Kniwwelino-1.0.0.zip", "size": 29936, "checksum": "SHA-256:d166cea6c007c77798d72e81cdf9668f3cf6a8524c4c7b4a2c6c54f785029976" @@ -98351,8 +127501,8 @@ "category": "Device Control", "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/LIST-LUXEMBOURG/KniwwelinoLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LIST-LUXEMBOURG/Kniwwelino-1.0.1.zip", + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.0.1.zip", "archiveFileName": "Kniwwelino-1.0.1.zip", "size": 30385, "checksum": "SHA-256:a6130c5343f70efb9cc0ca8c3f65ec07a8b1983e93bc8e067df97c6bcb3416a4" @@ -98368,8 +127518,8 @@ "category": "Device Control", "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/LIST-LUXEMBOURG/KniwwelinoLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LIST-LUXEMBOURG/Kniwwelino-1.1.0.zip", + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.1.0.zip", "archiveFileName": "Kniwwelino-1.1.0.zip", "size": 35535, "checksum": "SHA-256:cf0367137cce390e7e10ed3a078104387627f2050174215c51979faf8db719de" @@ -98385,8 +127535,8 @@ "category": "Device Control", "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/LIST-LUXEMBOURG/KniwwelinoLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LIST-LUXEMBOURG/Kniwwelino-1.0.2.zip", + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.0.2.zip", "archiveFileName": "Kniwwelino-1.0.2.zip", "size": 30772, "checksum": "SHA-256:85366ced1ffed80f418778e1b44e434334b7090e346406279193758cefe13cd2" @@ -98402,12 +127552,149 @@ "category": "Device Control", "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/LIST-LUXEMBOURG/KniwwelinoLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LIST-LUXEMBOURG/Kniwwelino-1.2.0.zip", + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.2.0.zip", "archiveFileName": "Kniwwelino-1.2.0.zip", "size": 35713, "checksum": "SHA-256:28f41cedb1dd2b39131635ccca8d43f26803404221900c01539c64e181faf328" }, + { + "name": "Kniwwelino", + "version": "1.2.1", + "author": "LIST.lu", + "maintainer": "info@kniwwelino.lu", + "sentence": "KniwwelinoLib Base Library for the Kniwwelino Board", + "paragraph": "For using the KniwwelinoLib you need to install additional Libraries and the esp8266 core 2.4.0. See README.md for further information", + "website": "https://github.com/list-luxembourg/KniwwelinoLib", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.2.1.zip", + "archiveFileName": "Kniwwelino-1.2.1.zip", + "size": 36379, + "checksum": "SHA-256:cc1dd482d10d99918810b6875977331ced43eff380de2cb0f99ecb621389e283" + }, + { + "name": "Kniwwelino", + "version": "1.3.1", + "author": "LIST.lu", + "maintainer": "info@kniwwelino.lu", + "sentence": "KniwwelinoLib Base Library for the Kniwwelino Board", + "paragraph": "For using the KniwwelinoLib you need to install additional Libraries and the esp8266 core 2.4.0. See README.md for further information", + "website": "https://github.com/kniwwelino/KniwwelinoLib", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MQTT" + }, + { + "name": "WiFiManager" + }, + { + "name": "Time" + }, + { + "name": "TimeAlarms" + }, + { + "name": "Timezone" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.3.1.zip", + "archiveFileName": "Kniwwelino-1.3.1.zip", + "size": 38035, + "checksum": "SHA-256:2a51eb53db7679255568865bf5bbf2ed202fa0d98303ad207656ff35bd629a1f" + }, + { + "name": "Kniwwelino", + "version": "1.3.2", + "author": "LIST.lu", + "maintainer": "info@kniwwelino.lu", + "sentence": "KniwwelinoLib Base Library for the Kniwwelino Board", + "paragraph": "For using the KniwwelinoLib you need to install additional Libraries and the esp8266 core 2.4.0. See README.md for further information", + "website": "https://github.com/kniwwelino/KniwwelinoLib", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MQTT" + }, + { + "name": "WiFiManager" + }, + { + "name": "Time" + }, + { + "name": "TimeAlarms" + }, + { + "name": "Timezone" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.3.2.zip", + "archiveFileName": "Kniwwelino-1.3.2.zip", + "size": 38041, + "checksum": "SHA-256:bf0a5b637b892bdfafb2eaea8cf91bce491dbf42dc2a39ec4f75542e1e177cf2" + }, + { + "name": "Kniwwelino", + "version": "1.3.3", + "author": "LIST.lu", + "maintainer": "info@kniwwelino.lu", + "sentence": "KniwwelinoLib Base Library for the Kniwwelino Board", + "paragraph": "For using the KniwwelinoLib you need to install additional Libraries and the esp8266 core 2.4.0. See README.md for further information", + "website": "https://github.com/kniwwelino/KniwwelinoLib", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/kniwwelino/KniwwelinoLib.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MQTT" + }, + { + "name": "WiFiManager" + }, + { + "name": "Time" + }, + { + "name": "TimeAlarms" + }, + { + "name": "Timezone" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kniwwelino/Kniwwelino-1.3.3.zip", + "archiveFileName": "Kniwwelino-1.3.3.zip", + "size": 38380, + "checksum": "SHA-256:f95075fd9716b6eb70adedfc42840f1d84bcff61152ca69a377fefe930b103e0" + }, { "name": "fix_fft", "version": "0.9.0", @@ -98421,7 +127708,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/fix_fft.git", "providesIncludes": ["fix_fft.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/fix_fft-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/fix_fft-0.9.0.zip", "archiveFileName": "fix_fft-0.9.0.zip", "size": 5249, "checksum": "SHA-256:7482de23e72f0d7e3d4e3d6d6873e4da7070e971e015d727ac8515b8e9057da6" @@ -98439,7 +127726,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/fix_fft.git", "providesIncludes": ["fix_fft.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/fix_fft-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/fix_fft-1.0.0.zip", "archiveFileName": "fix_fft-1.0.0.zip", "size": 5325, "checksum": "SHA-256:0f0de4e55ed02f4aee0e0e4d4dda048625a366a31ff4877df84d3f9bd55ca276" @@ -98457,7 +127744,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", "providesIncludes": ["NewPing.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.0.zip", "archiveFileName": "NewPing-1.9.0.zip", "size": 19789, "checksum": "SHA-256:4c1a696ec829c49d470662d2f57a5ff21a0d92afe9be4713c67638a49e829754" @@ -98475,7 +127762,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", "providesIncludes": ["NewPing.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.1.zip", "archiveFileName": "NewPing-1.9.1.zip", "size": 19822, "checksum": "SHA-256:3881c1667be922b4ec58db5a13efc626e0c1a6dfd00fc98ca40ea5b0107ede02" @@ -98493,7 +127780,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-CAN.git", "providesIncludes": ["CAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.0.0.zip", "archiveFileName": "CAN-0.0.0.zip", "size": 11452, "checksum": "SHA-256:91c1226fd9e38194b0a6eb2b193a1de1b2c30470a61f007f96ecb28aa5cd36ae" @@ -98511,7 +127798,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-CAN.git", "providesIncludes": ["CAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.1.0.zip", "archiveFileName": "CAN-0.1.0.zip", "size": 16505, "checksum": "SHA-256:51f46e2beda02dfc7ec423079d6377cd29abaf7ae655d39efd23f54755c5c27a" @@ -98529,7 +127816,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-CAN.git", "providesIncludes": ["CAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.2.0.zip", "archiveFileName": "CAN-0.2.0.zip", "size": 17355, "checksum": "SHA-256:842c2428b1007aa67a77bd3604253f437590bb0b6b374a8cd93c08db57d0235d" @@ -98547,7 +127834,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-CAN.git", "providesIncludes": ["CAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.3.0.zip", "archiveFileName": "CAN-0.3.0.zip", "size": 21561, "checksum": "SHA-256:02a8000c0d684b94c0800eae45aea183b651c832f77dab4936fc464a9944dd7c" @@ -98565,7 +127852,7 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-CAN.git", "providesIncludes": ["CAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/CAN-0.3.1.zip", "archiveFileName": "CAN-0.3.1.zip", "size": 21612, "checksum": "SHA-256:e5e21110ab25149bbf163d3c9a5626468e976100cd4643c4510e1495329606ea" @@ -98582,7 +127869,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.1.0.zip", "archiveFileName": "USBHID-0.1.0.zip", "size": 36706, "checksum": "SHA-256:9ccb5fd6268f9098a1607461ece882bca5fdf02b0f848a660dbef9f29fe719ee" @@ -98599,7 +127886,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.20.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.20.0.zip", "archiveFileName": "USBHID-0.20.0.zip", "size": 40105, "checksum": "SHA-256:f204784d850846293c25ebe786e170d4f3d5f89f74f38871b02bb1abf6ad0a03" @@ -98616,7 +127903,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.21.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.21.0.zip", "archiveFileName": "USBHID-0.21.0.zip", "size": 40106, "checksum": "SHA-256:b31457f32e242a41019bd572e674bfed4dda22e008f636795a27d655861853ed" @@ -98633,7 +127920,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.23.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.23.0.zip", "archiveFileName": "USBHID-0.23.0.zip", "size": 40413, "checksum": "SHA-256:2baa2d2e84b71a1256ec858637a0f02ee25c95feca84baf3bbc288b278afaab9" @@ -98650,7 +127937,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.24.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.24.0.zip", "archiveFileName": "USBHID-0.24.0.zip", "size": 41382, "checksum": "SHA-256:59a892b499c811382720fe9a13e1fccc1aeb9593ba9eef8df676b10fafa2cb59" @@ -98667,7 +127954,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.30.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.30.0.zip", "archiveFileName": "USBHID-0.30.0.zip", "size": 75977, "checksum": "SHA-256:0d291b37ac77defc7e863d85228902350c979f1881a8aa8a8808b75a276adb4f" @@ -98684,7 +127971,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.31.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.31.0.zip", "archiveFileName": "USBHID-0.31.0.zip", "size": 84697, "checksum": "SHA-256:e6cd777fde959b289c33a9a072e44b1ea7c6cce04180072eef2dd55df31f918b" @@ -98701,7 +127988,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.34.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.34.0.zip", "archiveFileName": "USBHID-0.34.0.zip", "size": 77336, "checksum": "SHA-256:926dc4f2696c46f70db6030ad18a6e57a4ed9316ec5a4fe4d4f99083fb9b669a" @@ -98718,7 +128005,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.35.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.35.0.zip", "archiveFileName": "USBHID-0.35.0.zip", "size": 77347, "checksum": "SHA-256:c00a523954e78bf6ea10e428773aef9bb8dd64e4fb8c0fcb50585b54112c7344" @@ -98735,7 +128022,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.40.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.40.0.zip", "archiveFileName": "USBHID-0.40.0.zip", "size": 77565, "checksum": "SHA-256:3c4850663eb6506f9455fd07220cc506e0a967169ac05e16b4af4dae959ec5e5" @@ -98752,7 +128039,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.50.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.50.0.zip", "archiveFileName": "USBHID-0.50.0.zip", "size": 97359, "checksum": "SHA-256:92692031b6faee6948eaed317ca8bf5109a3f5700df6f863540a441be5bb072a" @@ -98769,7 +128056,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.51.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.51.0.zip", "archiveFileName": "USBHID-0.51.0.zip", "size": 95054, "checksum": "SHA-256:9469c06cfca390ea6ee7700b8f4d7dcb9daf46de041fff31abe461831e264a69" @@ -98786,7 +128073,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.61.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.61.0.zip", "archiveFileName": "USBHID-0.61.0.zip", "size": 104760, "checksum": "SHA-256:beede4031e5357da2053726f4e75b4e5748f9d5ec9217cb93283808ec23f5806" @@ -98803,7 +128090,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.62.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.62.0.zip", "archiveFileName": "USBHID-0.62.0.zip", "size": 95118, "checksum": "SHA-256:a39c21e48d3aeba7f400b9e6eae1076cac810382eac55bcaa56651b0c3dd2adf" @@ -98820,7 +128107,7 @@ "architectures": ["STM32F1"], "types": ["Contributed"], "repository": "https://github.com/arpruss/USBHID_stm32f1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.63.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/USBHID-0.63.0.zip", "archiveFileName": "USBHID-0.63.0.zip", "size": 96274, "checksum": "SHA-256:86990b03bc9e73dd7471e29ea86b7c0117bd41693396ddb6845aa8c411f9bd34" @@ -98837,7 +128124,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/AGirs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.0.zip", "archiveFileName": "AGirs-1.0.0.zip", "size": 83374, "checksum": "SHA-256:28619b343e96e24d40ca5eeee60a5bd0ddccf1adf76b9bbe8ebfd5350a07ae21" @@ -98854,7 +128141,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/AGirs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.1.zip", "archiveFileName": "AGirs-1.0.1.zip", "size": 89156, "checksum": "SHA-256:00acc424f938bd2a01e8b3e2ffd1124bb9ff4a41fb5448e3c7e9660ef9a7bdfb" @@ -98871,11 +128158,36 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/AGirs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.2.zip", "archiveFileName": "AGirs-1.0.2.zip", "size": 90810, "checksum": "SHA-256:ecd191e530ceb894d6c03fc732ea357f571adfd99859d17079adb2b6f6949ab6" }, + { + "name": "AGirs", + "version": "1.0.3", + "author": "Bengt Martensson", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "A Girs infrared server for the Arduino platform.", + "paragraph": "Requires Infrared4Arduino and LiquidCrystal_I2C version 1.1.2 or later (even if not using a display). Examples optionally uses Ethernet and Beacon.", + "website": "https://github.com/bengtmartensson/AGirs", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bengtmartensson/AGirs.git", + "dependencies": [ + { + "name": "Infrared" + }, + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.3.zip", + "archiveFileName": "AGirs-1.0.3.zip", + "size": 92876, + "checksum": "SHA-256:4baa00007fd9e350467c24d26d98f5548a558adda4ab070ce0b3f900822860c8" + }, { "name": "HV518", "version": "1.0.0", @@ -98889,7 +128201,7 @@ "types": ["Contributed"], "repository": "https://github.com/MikeDombo/HV518_Arduino.git", "providesIncludes": ["HV518.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.0.zip", "archiveFileName": "HV518-1.0.0.zip", "size": 5245, "checksum": "SHA-256:47db1948438f78d2bb7ba77a665dd572abbdb3ff844278d8da8031686cb8a5ab" @@ -98907,7 +128219,7 @@ "types": ["Contributed"], "repository": "https://github.com/MikeDombo/HV518_Arduino.git", "providesIncludes": ["HV518.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.1.zip", "archiveFileName": "HV518-1.0.1.zip", "size": 5270, "checksum": "SHA-256:51580edb7db4342ef50f6e620d3bd392636fc3fff3b3583b7dbee56498a5574a" @@ -98925,7 +128237,7 @@ "types": ["Contributed"], "repository": "https://github.com/MikeDombo/HV518_Arduino.git", "providesIncludes": ["HV518.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.2.zip", "archiveFileName": "HV518-1.0.2.zip", "size": 5389, "checksum": "SHA-256:51bddac4644f14737e52cadc09677f8e36d106c643286b877301ae6d5618cb0e" @@ -98943,7 +128255,7 @@ "types": ["Contributed"], "repository": "https://github.com/MikeDombo/HV518_Arduino.git", "providesIncludes": ["HV518.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.3.zip", "archiveFileName": "HV518-1.0.3.zip", "size": 7351, "checksum": "SHA-256:2aa457fab1fedb64b6fbf3d325495b6c9807795fcf0672deb4bb450873c1a9a2" @@ -98961,7 +128273,7 @@ "types": ["Contributed"], "repository": "https://github.com/MikeDombo/HV518_Arduino.git", "providesIncludes": ["HV518.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MikeDombo/HV518-1.0.4.zip", "archiveFileName": "HV518-1.0.4.zip", "size": 8961, "checksum": "SHA-256:780b54bf0676d4f9ee46b62aae74826d2e41cfc953454e6939f4e36cb427c0e8" @@ -98978,7 +128290,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Hieromon/PageBuilder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.3.zip", "archiveFileName": "PageBuilder-1.3.3.zip", "size": 40124, "checksum": "SHA-256:800778a5d1fbf8c99f76f11bb7f29c2fc193ea9bee7b9588d317cf28a890b0c9" @@ -98995,11 +128307,130 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Hieromon/PageBuilder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.4.zip", "archiveFileName": "PageBuilder-1.3.4.zip", "size": 40175, "checksum": "SHA-256:c17adaba3736d4958deacc0b46cd54c8356fd79433f99304ef90b4010ca3b93c" }, + { + "name": "PageBuilder", + "version": "1.3.5", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.5.zip", + "archiveFileName": "PageBuilder-1.3.5.zip", + "size": 40213, + "checksum": "SHA-256:f146a7f9b1e329d3c09a844796ed4589aca0bad89c6e0087aeea2e950bc83a84" + }, + { + "name": "PageBuilder", + "version": "1.3.6", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.6.zip", + "archiveFileName": "PageBuilder-1.3.6.zip", + "size": 40247, + "checksum": "SHA-256:c7fa6b19e8dca783b8375ecd10a3b56c17f3fa5f8112516db2c429ab4edab486" + }, + { + "name": "PageBuilder", + "version": "1.3.7", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.3.7.zip", + "archiveFileName": "PageBuilder-1.3.7.zip", + "size": 40274, + "checksum": "SHA-256:1d67e3c6f44ed4117711ef2f3487ce157f4508dbb4cb2513c2d31f62f0e2a5d4" + }, + { + "name": "PageBuilder", + "version": "1.4.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.4.0.zip", + "archiveFileName": "PageBuilder-1.4.0.zip", + "size": 41308, + "checksum": "SHA-256:989c64f3622eae9a262a433a9b787a985411a1f889410e621d2b9f3001509d20" + }, + { + "name": "PageBuilder", + "version": "1.4.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.4.1.zip", + "archiveFileName": "PageBuilder-1.4.1.zip", + "size": 41396, + "checksum": "SHA-256:670091198f0acfc08a69ed41aad7654ecd58c8c17806eed6f7373e578472e7c9" + }, + { + "name": "PageBuilder", + "version": "1.4.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.4.2.zip", + "archiveFileName": "PageBuilder-1.4.2.zip", + "size": 42287, + "checksum": "SHA-256:5383feec202715364810b72978024cb55e30ee300aebf5c17b7bcb530d9d74c3" + }, + { + "name": "PageBuilder", + "version": "1.4.3", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.4.3.zip", + "archiveFileName": "PageBuilder-1.4.3.zip", + "size": 42802, + "checksum": "SHA-256:d74b236604dc81650dcd1e7265f0e334a51a204627de28dc03a8c04c92f01e1c" + }, { "name": "iBotX", "version": "1.0.0", @@ -99012,7 +128443,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/narinaviation/iBotX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/narinaviation/iBotX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/narinaviation/iBotX-1.0.0.zip", "archiveFileName": "iBotX-1.0.0.zip", "size": 7957, "checksum": "SHA-256:a35ad831da4cbe537c1a75067be2dc6bbbaf966b33b857244d0bd78e11e7b43b" @@ -99029,7 +128460,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VCNL4010.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.0.0.zip", "archiveFileName": "Adafruit_VCNL4010-1.0.0.zip", "size": 6025, "checksum": "SHA-256:9449f235f4a555a6f2571494cd539e319237def47a891310ea476373550359b7" @@ -99046,11 +128477,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VCNL4010.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.0.2.zip", "archiveFileName": "Adafruit_VCNL4010-1.0.2.zip", "size": 9674, "checksum": "SHA-256:68e77cffe150c7e7b5fe3ff76d1c7b9d1b0d29ac8c5e550bd231dab726dc747b" }, + { + "name": "Adafruit_VCNL4010", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VCNL4010 IR proximity sensor", + "paragraph": "Sensor driver for VCNL4010 IR proximity sensor", + "website": "https://github.com/adafruit/Adafruit_VCNL4010", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.0.3.zip", + "archiveFileName": "Adafruit_VCNL4010-1.0.3.zip", + "size": 9707, + "checksum": "SHA-256:9d8f72b726118648e6e02c5e16a9c3896db36fc4a66b7009f499e0db8bace46e" + }, + { + "name": "Adafruit_VCNL4010", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VCNL4010 IR proximity sensor", + "paragraph": "Sensor driver for VCNL4010 IR proximity sensor", + "website": "https://github.com/adafruit/Adafruit_VCNL4010", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.0.4.zip", + "archiveFileName": "Adafruit_VCNL4010-1.0.4.zip", + "size": 9767, + "checksum": "SHA-256:56850e17e57620b8f8925e5deb186ea70ab97c22d3afd8053dbad0cbb2844f06" + }, { "name": "log4arduino", "version": "1.0.0", @@ -99064,7 +128529,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandelgado/log4arduino.git", "providesIncludes": ["log4arduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandelgado/log4arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/log4arduino-1.0.0.zip", "archiveFileName": "log4arduino-1.0.0.zip", "size": 7024, "checksum": "SHA-256:94e206e489c992c69bcc0bfad84d052d24312da6ff507bfb6f6ac060bb61d8e8" @@ -99081,7 +128546,7 @@ "types": ["Contributed"], "repository": "https://github.com/NatanBiesmans/Arduino-POST-HTTP-Parser.git", "providesIncludes": ["postParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NatanBiesmans/Arduino_POST_HTTP_Parser-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NatanBiesmans/Arduino_POST_HTTP_Parser-1.0.0.zip", "archiveFileName": "Arduino_POST_HTTP_Parser-1.0.0.zip", "size": 11156, "checksum": "SHA-256:5c97fc4f4537ba7ff6ea99125498e3f7921feddfb977b507cbb645eb4e2e689e" @@ -99098,7 +128563,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/BoodskapPlatform/BoodskapTransceiver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BoodskapPlatform/BoodskapTransceiver-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BoodskapPlatform/BoodskapTransceiver-1.0.0.zip", "archiveFileName": "BoodskapTransceiver-1.0.0.zip", "size": 15356, "checksum": "SHA-256:194f06ebc3f5258f3321fadb298d588aa7c31c3d8dba42a38b8c59e72588dfc3" @@ -99115,7 +128580,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/BoodskapPlatform/BoodskapTransceiver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BoodskapPlatform/BoodskapTransceiver-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BoodskapPlatform/BoodskapTransceiver-1.0.1.zip", "archiveFileName": "BoodskapTransceiver-1.0.1.zip", "size": 15645, "checksum": "SHA-256:e25d5c91dce1e418fcf05cf3c0cd61d754564066a51885ad78216319ac37f740" @@ -99133,7 +128598,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/GEM.git", "providesIncludes": ["GEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.0.zip", "archiveFileName": "GEM-1.0.0.zip", "size": 43326, "checksum": "SHA-256:5bd35687f61ec0a67121eb115c6a461d037a7b36ee8277587988f710d564e3c8" @@ -99151,7 +128616,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/GEM.git", "providesIncludes": ["GEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.2.zip", "archiveFileName": "GEM-1.0.2.zip", "size": 60227, "checksum": "SHA-256:6ddc8f9fc9b558be1afa28c7c359e741a609af4de36a8eccb3d7b4fc0fe05cac" @@ -99169,7 +128634,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/GEM.git", "providesIncludes": ["GEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.3.zip", "archiveFileName": "GEM-1.0.3.zip", "size": 60242, "checksum": "SHA-256:319975b43a20567a39bd849b6a8ffbe48dfdc70a295c68d80664b067c9f6f439" @@ -99187,7 +128652,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/GEM.git", "providesIncludes": ["GEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.4.zip", "archiveFileName": "GEM-1.0.4.zip", "size": 60223, "checksum": "SHA-256:2b43a8e884a480df936724e5933d017898c90fa0f9d333cd02f427b3b1fd7ce9" @@ -99205,7 +128670,7 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/GEM.git", "providesIncludes": ["GEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.5.zip", "archiveFileName": "GEM-1.0.5.zip", "size": 60220, "checksum": "SHA-256:03a78f4c29a26ba832b2c075aa8617995b9d5f73fe81ef6174fb631883c4ba17" @@ -99223,11 +128688,263 @@ "types": ["Contributed"], "repository": "https://github.com/Spirik/GEM.git", "providesIncludes": ["GEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.6.zip", "archiveFileName": "GEM-1.0.6.zip", "size": 60264, "checksum": "SHA-256:65b5f85f1b70e941228eea9acfe66c172069a527ee4ecbb7684e1def4770f462" }, + { + "name": "GEM", + "version": "1.0.7", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.7.zip", + "archiveFileName": "GEM-1.0.7.zip", + "size": 60281, + "checksum": "SHA-256:bf638c0c8c62e76dee93a0cb737e8f391e798de8b1c50c4b7a11e9a44df58bb4" + }, + { + "name": "GEM", + "version": "1.0.8", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.0.8.zip", + "archiveFileName": "GEM-1.0.8.zip", + "size": 60304, + "checksum": "SHA-256:97ba4c085c5e139a87e780e0a466e86cefea1e98fbc29f6561a6f8caec0a0a69" + }, + { + "name": "GEM", + "version": "1.1.0", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.1.0.zip", + "archiveFileName": "GEM-1.1.0.zip", + "size": 89677, + "checksum": "SHA-256:82cf9b19780b864b0751ff3fa1218a57b405b4ab6e3756ca6a491606c06731af" + }, + { + "name": "GEM", + "version": "1.1.1", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.1.1.zip", + "archiveFileName": "GEM-1.1.1.zip", + "size": 90183, + "checksum": "SHA-256:2013ea6a1d5a66190c3c4dee1738e9b46fb2cc1e658e0bccdd6da49511ac7810" + }, + { + "name": "GEM", + "version": "1.1.2", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.1.2.zip", + "archiveFileName": "GEM-1.1.2.zip", + "size": 90450, + "checksum": "SHA-256:eecf87d37ad2ad220bfdf95b2cb63311c09f01e37cfe6ab13a3dbeed48324315" + }, + { + "name": "GEM", + "version": "1.1.3", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.1.3.zip", + "archiveFileName": "GEM-1.1.3.zip", + "size": 90613, + "checksum": "SHA-256:2e99271a32c12bc89cad9ad721b497d0145c47f898b219b7c76d6a9a4994a417" + }, + { + "name": "GEM", + "version": "1.2.0", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.0.zip", + "archiveFileName": "GEM-1.2.0.zip", + "size": 94496, + "checksum": "SHA-256:a40dfccf06fa40e52def1e95b04d52d14f24bb0150033fee24de5cdb09af4a36" + }, + { + "name": "GEM", + "version": "1.2.1", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.1.zip", + "archiveFileName": "GEM-1.2.1.zip", + "size": 94623, + "checksum": "SHA-256:5ca267f5889a1ced4e2fb7431b9fddd0eb400fc80b0378bc9db8231d7a382d5c" + }, + { + "name": "GEM", + "version": "1.2.2", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.2.zip", + "archiveFileName": "GEM-1.2.2.zip", + "size": 95643, + "checksum": "SHA-256:7fe9c14bec1e6c5b93f052c708f0ddcf24a41250a766088d0d880d345d1b3784" + }, + { + "name": "GEM", + "version": "1.2.3", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.3.zip", + "archiveFileName": "GEM-1.2.3.zip", + "size": 95778, + "checksum": "SHA-256:c0267c6171a0ed7eaad40e6ed7d4b5852cc10c73fc260e17a15916aee0a85864" + }, + { + "name": "GEM", + "version": "1.2.4", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.4.zip", + "archiveFileName": "GEM-1.2.4.zip", + "size": 96630, + "checksum": "SHA-256:7e1020bc0957e7e01f16897c821529ddb9bb10424b86e5c9f1b361e06e403405" + }, + { + "name": "GEM", + "version": "1.2.5", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.5.zip", + "archiveFileName": "GEM-1.2.5.zip", + "size": 96809, + "checksum": "SHA-256:ec0b09b462e26728a648551367fae38b9a4a54bdfee99794539757c1cc47df6a" + }, + { + "name": "GEM", + "version": "1.2.6", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.6.zip", + "archiveFileName": "GEM-1.2.6.zip", + "size": 97163, + "checksum": "SHA-256:a019fc98bee301baf2a22d1e6e877cde19197914a7ac87db8d3b14247b508b84" + }, + { + "name": "GEM", + "version": "1.2.7", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": ["GEM.h", "GEM_u8g2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.7.zip", + "archiveFileName": "GEM-1.2.7.zip", + "size": 97373, + "checksum": "SHA-256:4187b4369343430ebe0120f3eba734932fae0feced89270cde9938b554b1bcf9" + }, { "name": "Basecamp", "version": "0.0.1", @@ -99241,7 +128958,7 @@ "types": ["Contributed"], "repository": "https://github.com/merlinschumacher/Basecamp.git", "providesIncludes": ["Basecamp.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.0.1.zip", "archiveFileName": "Basecamp-0.0.1.zip", "size": 36254, "checksum": "SHA-256:293e3c31b274c5f40eafc684e1f6c8d0615470387a7076d6f2827560af60c24c" @@ -99259,7 +128976,7 @@ "types": ["Contributed"], "repository": "https://github.com/merlinschumacher/Basecamp.git", "providesIncludes": ["Basecamp.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.1.zip", "archiveFileName": "Basecamp-0.1.1.zip", "size": 36718, "checksum": "SHA-256:486e01c6d8d0ca73d205c3def37219cf15432206ab4fdfcd9a634b45bc9fbf35" @@ -99277,7 +128994,7 @@ "types": ["Contributed"], "repository": "https://github.com/merlinschumacher/Basecamp.git", "providesIncludes": ["Basecamp.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.2.zip", "archiveFileName": "Basecamp-0.1.2.zip", "size": 36715, "checksum": "SHA-256:c480e6adec7fd19fcde50155f53430256c7a10e1f1ade9da8bbb5a60b1b6c349" @@ -99295,7 +129012,7 @@ "types": ["Contributed"], "repository": "https://github.com/merlinschumacher/Basecamp.git", "providesIncludes": ["Basecamp.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.5.zip", "archiveFileName": "Basecamp-0.1.5.zip", "size": 37998, "checksum": "SHA-256:07fec109053fcd5fa2682905450561522b44b93848d31d06a761f26e60a321c4" @@ -99313,7 +129030,7 @@ "types": ["Contributed"], "repository": "https://github.com/merlinschumacher/Basecamp.git", "providesIncludes": ["Basecamp.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.6.zip", "archiveFileName": "Basecamp-0.1.6.zip", "size": 36765, "checksum": "SHA-256:b9a3a7c247b947ce128fc91d3a7e5f314a91b1f2381e3a306e2ae24c8c5cab0f" @@ -99331,7 +129048,7 @@ "types": ["Contributed"], "repository": "https://github.com/merlinschumacher/Basecamp.git", "providesIncludes": ["Basecamp.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/merlinschumacher/Basecamp-0.1.8.zip", "archiveFileName": "Basecamp-0.1.8.zip", "size": 46502, "checksum": "SHA-256:3abd9057a2ff2fde1f7b5a214107536a8a8ba38cded9307f9646f34af3345e36" @@ -99349,7 +129066,7 @@ "types": ["Contributed"], "repository": "https://github.com/athombv/homey-arduino-library.git", "providesIncludes": ["Homey.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-0.9.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-0.9.8.zip", "archiveFileName": "Homeyduino-0.9.8.zip", "size": 21345179, "checksum": "SHA-256:1b146b9a38c16d2811ef916bd640b8f54771e3d1c6eb9b60d19f1ae0c8493583" @@ -99367,7 +129084,7 @@ "types": ["Contributed"], "repository": "https://github.com/athombv/homey-arduino-library.git", "providesIncludes": ["Homey.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-1.0.0.zip", "archiveFileName": "Homeyduino-1.0.0.zip", "size": 21394805, "checksum": "SHA-256:d0b5bfe4fd11849422a36ebdd1b8bd59eed6486c91095b45499698f675576423" @@ -99385,7 +129102,7 @@ "types": ["Contributed"], "repository": "https://github.com/athombv/homey-arduino-library.git", "providesIncludes": ["Homey.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-1.0.1.zip", "archiveFileName": "Homeyduino-1.0.1.zip", "size": 21394802, "checksum": "SHA-256:ac3ead9e91eea76ef87e55e867ecf342445a16f874ec6ec78043cb86a422ba98" @@ -99403,7 +129120,7 @@ "types": ["Contributed"], "repository": "https://github.com/athombv/homey-arduino-library.git", "providesIncludes": ["Homey.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/athombv/Homeyduino-1.0.2.zip", "archiveFileName": "Homeyduino-1.0.2.zip", "size": 21394815, "checksum": "SHA-256:1c9517a84742af3bd0734455cfbf11a99ee72343c9841e7047610a8718f3b850" @@ -99420,7 +129137,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.2.2.zip", "archiveFileName": "PulseSensor_Playground-1.2.2.zip", "size": 1506992, "checksum": "SHA-256:cff2d67788e82b465fa9c17f90f855c52dd0a3e1801b4884fb16ef616451ff35" @@ -99437,7 +129154,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.2.1.zip", "archiveFileName": "PulseSensor_Playground-1.2.1.zip", "size": 1506984, "checksum": "SHA-256:59ea3d477bc4876b4865e617e067ab4e608a8c041b489fa66b2a61626b467c84" @@ -99454,7 +129171,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.2.3.zip", "archiveFileName": "PulseSensor_Playground-1.2.3.zip", "size": 1506992, "checksum": "SHA-256:fcde3b6816117269517dc553d9e45ddc8d26d52deee6ba82f6771e53eb9f64b7" @@ -99471,7 +129188,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.3.3.zip", "archiveFileName": "PulseSensor_Playground-1.3.3.zip", "size": 1506349, "checksum": "SHA-256:a15931ba43f15fb550c30a9599779dc1b9972dee68d4d42b79ee05dd8e771e89" @@ -99488,7 +129205,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.9.zip", "archiveFileName": "PulseSensor_Playground-1.4.9.zip", "size": 1515627, "checksum": "SHA-256:e34b42fe97fc03d93a6432fe8351edfe1192ee8a7be594192077c81f7abf6062" @@ -99505,7 +129222,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.11.zip", "archiveFileName": "PulseSensor_Playground-1.4.11.zip", "size": 1515777, "checksum": "SHA-256:43b0a2ec329ad7e1a0a0acced857047ea0427786aaf45fe981a350928e964666" @@ -99522,7 +129239,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.12.zip", "archiveFileName": "PulseSensor_Playground-1.4.12.zip", "size": 1515001, "checksum": "SHA-256:25268beb7dc5b2d1208143533b7fdda142cfce6b6ce35b0ee31a018e710e1df3" @@ -99539,7 +129256,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.3.zip", "archiveFileName": "PulseSensor_Playground-1.4.3.zip", "size": 1509395, "checksum": "SHA-256:b8a9284ca0137f82987cda23b9482fdaaac9ca45ac797c9515a7fe1727405851" @@ -99556,7 +129273,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.4.zip", "archiveFileName": "PulseSensor_Playground-1.4.4.zip", "size": 1509403, "checksum": "SHA-256:c380802ecc078fb556ef4535732a6d43549979e9a7d49adc46a0a26a5ead707d" @@ -99573,7 +129290,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.5.zip", "archiveFileName": "PulseSensor_Playground-1.4.5.zip", "size": 1509423, "checksum": "SHA-256:472a1001d62db211f26a96687e033116432d4dfc2d3a8bfc87824ce2a4a0e25c" @@ -99590,7 +129307,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.7.zip", "archiveFileName": "PulseSensor_Playground-1.4.7.zip", "size": 1512401, "checksum": "SHA-256:a1c4ac3976ee8739a60b5c6f8d5f27119c8ccbbc2c8176aea46a46405a1b7e71" @@ -99607,7 +129324,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.8.zip", "archiveFileName": "PulseSensor_Playground-1.4.8.zip", "size": 1512399, "checksum": "SHA-256:ae6720029ae3756552f8075f7cf94513d99beeda840edb0a8f1a34eb3d33e28d" @@ -99624,7 +129341,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.0.0.zip", "archiveFileName": "PulseSensor_Playground-1.0.0.zip", "size": 1501877, "checksum": "SHA-256:2de2b62c0714298a3ed84a5732bd4169e1e4f78bdb2d8f46e41392484f005426" @@ -99641,7 +129358,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.1.1.zip", "archiveFileName": "PulseSensor_Playground-1.1.1.zip", "size": 1505283, "checksum": "SHA-256:62775009e0350234d4b512a1f9ef26156a0d2d7fe65daa0307ec50d3e4201f04" @@ -99658,7 +129375,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.4.13.zip", "archiveFileName": "PulseSensor_Playground-1.4.13.zip", "size": 1515261, "checksum": "SHA-256:c67209eb326c082acedeacd3abbdea1bc7fe92937e982c64bff430287016c39e" @@ -99675,7 +129392,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.5.0.zip", "archiveFileName": "PulseSensor_Playground-1.5.0.zip", "size": 1520223, "checksum": "SHA-256:760872b8e4cf125a652538549aada7b7bc36874a7d83567d19b24dd5aa9b577a" @@ -99692,7 +129409,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.5.1.zip", "archiveFileName": "PulseSensor_Playground-1.5.1.zip", "size": 1520334, "checksum": "SHA-256:d54c3c7d8494c6461c3828bc013ac081fa92a5c2e9ab197d0682fa2e3487098b" @@ -99709,7 +129426,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Neosegment/Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Neosegment/Neosegment-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Neosegment/Neosegment-1.0.0.zip", "archiveFileName": "Neosegment-1.0.0.zip", "size": 10839, "checksum": "SHA-256:001847ec67b66c4f54deac8c4fc34e97d9dc61534ab6c0c081a8bd5dc8fe0f2a" @@ -99726,7 +129443,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chipKIT32-libraries/RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/RN487x-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/RN487x-1.1.0.zip", "archiveFileName": "RN487x-1.1.0.zip", "size": 43475, "checksum": "SHA-256:f8985bd2527f0ece5382f07e4529dfba648e2bfbe840d50ce05defef1e1d9e15" @@ -99743,7 +129460,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chipKIT32-libraries/RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/RN487x-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/RN487x-1.1.2.zip", "archiveFileName": "RN487x-1.1.2.zip", "size": 43475, "checksum": "SHA-256:c985092f5a54baf2617b698ec149a51bdc1d85fa5e10342fe2bb4b5d6fe2634d" @@ -99760,7 +129477,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chipKIT32-libraries/RN487x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/RN487x-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/RN487x-1.2.0.zip", "archiveFileName": "RN487x-1.2.0.zip", "size": 39160, "checksum": "SHA-256:066d5dbd453b1140fdd43611751ca54a7a8217d529b1589762c91f130483e776" @@ -99777,7 +129494,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/MCP9800.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/MCP9800-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/MCP9800-1.1.0.zip", "archiveFileName": "MCP9800-1.1.0.zip", "size": 10416, "checksum": "SHA-256:bfe0b01e4013bdafde0a3e5fce3581b511bf9c51992baaa0cf1d7658070b9a66" @@ -99794,7 +129511,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_AD9833.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.1.0.zip", "archiveFileName": "MD_AD9833-1.1.0.zip", "size": 277947, "checksum": "SHA-256:65813a4a6864ac74d2670e3aa068d26d58009411131462cfc9300004efe475f0" @@ -99812,11 +129529,83 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_AD9833.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.1.2.zip", "archiveFileName": "MD_AD9833-1.1.2.zip", "size": 290658, "checksum": "SHA-256:c731ae8225417a430ac25263faeeb0b949c43a793e34e900cbbd79ad45699a24" }, + { + "name": "MD_AD9833", + "version": "1.1.3", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.1.3.zip", + "archiveFileName": "MD_AD9833-1.1.3.zip", + "size": 290770, + "checksum": "SHA-256:b02181d5014359d20416e1c6d1366fcb59235e9ae126f1a0c9b71b59d3fb7ea2" + }, + { + "name": "MD_AD9833", + "version": "1.2.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.2.0.zip", + "archiveFileName": "MD_AD9833-1.2.0.zip", + "size": 301671, + "checksum": "SHA-256:4974160f5a3efc3b4b80e27989cbad032a1fee28485bdd142063fcf797d2fc46" + }, + { + "name": "MD_AD9833", + "version": "1.2.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.2.1.zip", + "archiveFileName": "MD_AD9833-1.2.1.zip", + "size": 303132, + "checksum": "SHA-256:255005eb19d8d7cf58f1f5299fa6425a9b0a171194478024603861a487c622bc" + }, + { + "name": "MD_AD9833", + "version": "1.2.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.2.2.zip", + "archiveFileName": "MD_AD9833-1.2.2.zip", + "size": 304955, + "checksum": "SHA-256:26b5573d496af913d4f3b2eaebb637ad720bf6d3cb51dddd637ea978d3e13ac7" + }, { "name": "miniDAC", "version": "1.0.0", @@ -99829,7 +129618,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SandeepanSengupta/miniDAC-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SandeepanSengupta/miniDAC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SandeepanSengupta/miniDAC-1.0.0.zip", "archiveFileName": "miniDAC-1.0.0.zip", "size": 605529, "checksum": "SHA-256:8931a910357b2077cbac8bc5d5ac25bf1d4fac56d9fd0eaca514b1c6efc69ec0" @@ -99846,7 +129635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.0.1.zip", "archiveFileName": "OctoPrintAPI-1.0.1.zip", "size": 15240, "checksum": "SHA-256:b984308cf8983e2b08022092a77877146b998e8c9429edf1fcfe664fe277d4ae" @@ -99863,7 +129652,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.0.3.zip", "archiveFileName": "OctoPrintAPI-1.0.3.zip", "size": 15347, "checksum": "SHA-256:e99afcf7fc8fcb1a9fbf666e4835919a97b10da2995d688f2a7cd394508bba13" @@ -99880,7 +129669,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.0.4.zip", "archiveFileName": "OctoPrintAPI-1.0.4.zip", "size": 18619, "checksum": "SHA-256:6060a2e729b1d1358b37a9ba8f283c0f34c5b7278f7b60a92865244ddd8befbe" @@ -99897,7 +129686,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.0.zip", "archiveFileName": "OctoPrintAPI-1.1.0.zip", "size": 21552, "checksum": "SHA-256:377086b946b6a04fd8b49da092e6370d44e7d962478a68efb04e6f797fe20b40" @@ -99914,7 +129703,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.1.zip", "archiveFileName": "OctoPrintAPI-1.1.1.zip", "size": 25156, "checksum": "SHA-256:ad1ea9b1af3b1ab8b89145428c4566900a6ad1bc1bf933320e388ee1b4fa94ea" @@ -99931,7 +129720,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.2.zip", "archiveFileName": "OctoPrintAPI-1.1.2.zip", "size": 29286, "checksum": "SHA-256:7bc81fad9b3e7eb9a3d65a8e4e94bc1fa45c2fe4afa76361400c41576f00393c" @@ -99948,11 +129737,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.4.zip", "archiveFileName": "OctoPrintAPI-1.1.4.zip", "size": 29959, "checksum": "SHA-256:3b92473fc59c84dff0fa9c8917831794dd2779255a779dc2606be955a8d326e0" }, + { + "name": "OctoPrintAPI", + "version": "1.1.5", + "author": "Stephen Ludgate", + "maintainer": "Stephen Ludgate \u003cinfo@chunkymedia.co.uk\u003e", + "sentence": "Arduino library to access OctoPrint API.", + "paragraph": "Arduino library for use with compatible micro controllers to access the Octoprint API on a Raspberry Pi (or any Linux based box) running the OctoPrint 3D printer web server.", + "website": "https://github.com/chunkysteveo/OctoPrintAPI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.5.zip", + "archiveFileName": "OctoPrintAPI-1.1.5.zip", + "size": 30024, + "checksum": "SHA-256:44c8ac9ca28c793abe9042800d69540c7e60b24fff6ff6bdf2112e26357b1247" + }, { "name": "avdweb_VirtualDelay", "version": "1.0.3", @@ -99965,7 +129771,7 @@ "architectures": ["atmelavr", "atmelsam"], "types": ["Contributed"], "repository": "https://github.com/avandalen/VirtualDelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/avdweb_VirtualDelay-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/avdweb_VirtualDelay-1.0.3.zip", "archiveFileName": "avdweb_VirtualDelay-1.0.3.zip", "size": 7884, "checksum": "SHA-256:b23e51d2f17e6b0a0bc696a8f4ab03b0580fb72298460b66ae67191e53f66b96" @@ -99982,7 +129788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_GridEYE_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_GridEYE_AMG88_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_GridEYE_AMG88_Library-1.0.0.zip", "archiveFileName": "SparkFun_GridEYE_AMG88_Library-1.0.0.zip", "size": 22593, "checksum": "SHA-256:9c646a52eaf43a0983f3d953cc242378404e02488e939cdad5e6f02aaadf05a9" @@ -99999,7 +129805,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_GridEYE_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_GridEYE_AMG88_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_GridEYE_AMG88_Library-1.0.1.zip", "archiveFileName": "SparkFun_GridEYE_AMG88_Library-1.0.1.zip", "size": 23558, "checksum": "SHA-256:6935f496e1b31e01da2bcc5165dd5d20b5b676744a26c132ca0852696ee2c80d" @@ -100017,7 +129823,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.0.zip", "archiveFileName": "Plaquette-0.1.0.zip", "size": 45300, "checksum": "SHA-256:bd63f13d87a4427a59d51b11df321e1b157c987f01d5a5789ade770c6c125e93" @@ -100035,7 +129841,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.1.zip", "archiveFileName": "Plaquette-0.1.1.zip", "size": 45398, "checksum": "SHA-256:da0cff4e885612f19535bc141a8363813c5bc0af1f469e072bc5743d0c8ca5b0" @@ -100053,7 +129859,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.2.zip", "archiveFileName": "Plaquette-0.1.2.zip", "size": 65634, "checksum": "SHA-256:cb3ebd77394ed42bc3972cb5ac47bce170d1e16db860edba08db5d0fc67aee7a" @@ -100071,7 +129877,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.3.zip", "archiveFileName": "Plaquette-0.1.3.zip", "size": 69344, "checksum": "SHA-256:364f27776d43d6e65fcd664771d764f23fb18924b046cb776ef8ab79245e18f7" @@ -100089,7 +129895,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.4.zip", "archiveFileName": "Plaquette-0.1.4.zip", "size": 69414, "checksum": "SHA-256:5af8b75f152ee4e57ba7057c524be99c4b6a8436133da8171cc3b76187a7b68b" @@ -100107,7 +129913,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.5.zip", "archiveFileName": "Plaquette-0.1.5.zip", "size": 71072, "checksum": "SHA-256:2298e9abb7ea0e741995568896fa75b564bd49e2f2fa89614d4ae883ac42f4ab" @@ -100125,7 +129931,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.6.zip", "archiveFileName": "Plaquette-0.1.6.zip", "size": 74104, "checksum": "SHA-256:3a1a4824f09a4d34132af3aaf198353c79092da8447d560c8508f70efc3a18bb" @@ -100143,7 +129949,7 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.1.7.zip", "archiveFileName": "Plaquette-0.1.7.zip", "size": 395161, "checksum": "SHA-256:6ebea737b8acdac5767a35c3d3a7fcc7a5c90d843af9f7cc6afc7a6ab3f86d2f" @@ -100161,11 +129967,119 @@ "types": ["Contributed"], "repository": "https://github.com/SofaPirate/Plaquette.git", "providesIncludes": ["Plaquette.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.0.zip", "archiveFileName": "Plaquette-0.2.0.zip", "size": 414937, "checksum": "SHA-256:2386611e19cf887f45ddd8118cbd0eda6835d0cbbb256ca0abdc1531a2eb8073" }, + { + "name": "Plaquette", + "version": "0.2.1", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": ["Plaquette.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.1.zip", + "archiveFileName": "Plaquette-0.2.1.zip", + "size": 464787, + "checksum": "SHA-256:3e558481a863c6091b21eba0c26712019843936adf3241b1b41f43b6b5b2936d" + }, + { + "name": "Plaquette", + "version": "0.2.2", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": ["Plaquette.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.2.zip", + "archiveFileName": "Plaquette-0.2.2.zip", + "size": 476363, + "checksum": "SHA-256:fc785a496228c06bf8d2d35d3ebedcfc50edc0a5b7f84f609a76518203bcb953" + }, + { + "name": "Plaquette", + "version": "0.2.3", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": ["Plaquette.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.3.zip", + "archiveFileName": "Plaquette-0.2.3.zip", + "size": 477929, + "checksum": "SHA-256:ea711b8bb67729486fda29ae8fc0226e053449d9a5e25fa791e7b48692e73b12" + }, + { + "name": "Plaquette", + "version": "0.2.4", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": ["Plaquette.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.4.zip", + "archiveFileName": "Plaquette-0.2.4.zip", + "size": 479374, + "checksum": "SHA-256:313580b2f47640bbc1fbc62b8087faf74752a7a602fff49351768de308dc822c" + }, + { + "name": "Plaquette", + "version": "0.2.5", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": ["Plaquette.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.5.zip", + "archiveFileName": "Plaquette-0.2.5.zip", + "size": 479622, + "checksum": "SHA-256:d5328dfbf4d76dc477b64fe8e44a080618dbd876dd3cbabca5a3c2d19c49ef6c" + }, + { + "name": "Plaquette", + "version": "0.2.6", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": ["Plaquette.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.6.zip", + "archiveFileName": "Plaquette-0.2.6.zip", + "size": 451424, + "checksum": "SHA-256:330b594a79badceaa412e22ede9e78069c941f607c5d75e1b4eabc235f2388bc" + }, { "name": "DS3232RTC", "version": "1.1.0", @@ -100178,7 +130092,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.1.0.zip", "archiveFileName": "DS3232RTC-1.1.0.zip", "size": 30408, "checksum": "SHA-256:00fc3697d4f8b25ee8e732510dbd43004a0ae44388695bf05a43814edf584f3b" @@ -100195,7 +130109,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.1.1.zip", "archiveFileName": "DS3232RTC-1.1.1.zip", "size": 30468, "checksum": "SHA-256:2ab95b7f05e5d72f307f48067abd30f9f09eb249c7e0145d9309909314e65c7e" @@ -100212,7 +130126,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.0.zip", "archiveFileName": "DS3232RTC-1.2.0.zip", "size": 30989, "checksum": "SHA-256:3739faaa1f40eea79eaecd511a0d3ee6981b056cb00d9f707106f086b1a34b73" @@ -100229,7 +130143,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.1.zip", "archiveFileName": "DS3232RTC-1.2.1.zip", "size": 43239, "checksum": "SHA-256:b339c27d6199d679f581bbe0800eae0bbb8a515c4be13f788be08c46938a59a1" @@ -100246,7 +130160,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.2.zip", "archiveFileName": "DS3232RTC-1.2.2.zip", "size": 43029, "checksum": "SHA-256:31726a984b773795ca013dfcaf022146a8b94654cd760fe2bf2c07e6397b94fb" @@ -100263,7 +130177,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.3.zip", "archiveFileName": "DS3232RTC-1.2.3.zip", "size": 43009, "checksum": "SHA-256:d8a6718621b6e5c58e8aefaf7e46dc0825ee52a490314a740605e885cd10153f" @@ -100280,7 +130194,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.4.zip", "archiveFileName": "DS3232RTC-1.2.4.zip", "size": 43011, "checksum": "SHA-256:41b1ec85533f0185272897c605b8d6f7e1c8d73967d23c92c0e0687532c57e86" @@ -100297,7 +130211,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.5.zip", "archiveFileName": "DS3232RTC-1.2.5.zip", "size": 43047, "checksum": "SHA-256:a622972d4e405a4e980031ed1b05e665bdcac811c9b0142c0f913c46b7ce7234" @@ -100314,11 +130228,150 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/DS3232RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.6.zip", "archiveFileName": "DS3232RTC-1.2.6.zip", "size": 48151, "checksum": "SHA-256:8193fb3977841c2e254d96d5f59795a574d7b5999b1f0b7fc8d1c30701a9b55e" }, + { + "name": "DS3232RTC", + "version": "1.2.7", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.7.zip", + "archiveFileName": "DS3232RTC-1.2.7.zip", + "size": 48155, + "checksum": "SHA-256:64c9330ca18f848ce75e5034d166ecbb7767b0411868a527c8bcc7de6d6e56de" + }, + { + "name": "DS3232RTC", + "version": "1.2.8", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.8.zip", + "archiveFileName": "DS3232RTC-1.2.8.zip", + "size": 50290, + "checksum": "SHA-256:c08da36ba17fe9363366704f5bc19bb601c4ad43ca253ce8a041ba89e6836d22" + }, + { + "name": "DS3232RTC", + "version": "1.2.9", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.9.zip", + "archiveFileName": "DS3232RTC-1.2.9.zip", + "size": 51267, + "checksum": "SHA-256:871fb9dfa0f5a55d6301eddbe8888cec5a8050f49e69633471fd8b3d9d68879f" + }, + { + "name": "DS3232RTC", + "version": "1.2.10", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.10.zip", + "archiveFileName": "DS3232RTC-1.2.10.zip", + "size": 51404, + "checksum": "SHA-256:5173db45cdcd0f6244d3d001b67cfa5f9ea921fd98fcd3e34c26ba3695b8bc9f" + }, + { + "name": "DS3232RTC", + "version": "1.2.11", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.11.zip", + "archiveFileName": "DS3232RTC-1.2.11.zip", + "size": 51407, + "checksum": "SHA-256:39401a2f4725fbbfa922e7a672f4eba368ec630ee92a1bad9af874ec07f4621d" + }, + { + "name": "DS3232RTC", + "version": "1.2.12", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.2.12.zip", + "archiveFileName": "DS3232RTC-1.2.12.zip", + "size": 51407, + "checksum": "SHA-256:bea63081dc25e2a334365e5e5886cc61c0f3ef1dc2972bea5c363e6ec47f0d3a" + }, + { + "name": "DS3232RTC", + "version": "1.3.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-1.3.0.zip", + "archiveFileName": "DS3232RTC-1.3.0.zip", + "size": 53441, + "checksum": "SHA-256:afddb0f48fec867f095bdae1be74fd8ad0f4858a7bd025bc3b42ca80f5a94828" + }, { "name": "PCA9505_06 Library", "version": "1.0.0", @@ -100331,7 +130384,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tofuman0/PCA9505_06.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tofuman0/PCA9505_06_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tofuman0/PCA9505_06_Library-1.0.0.zip", "archiveFileName": "PCA9505_06_Library-1.0.0.zip", "size": 19617, "checksum": "SHA-256:5f5639e978b5a549964d1b33a481b1a90c2c3fda8ab2dba42ffa50ab6df1e0b8" @@ -100348,7 +130401,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.0.zip", "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.0.zip", "size": 17761, "checksum": "SHA-256:c68d5a69850f03659edcf6602485a0f44ece45bcc2c383efdccac2cc16fa230d" @@ -100365,7 +130418,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.2.zip", "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.2.zip", "size": 18104, "checksum": "SHA-256:bdc7d51ff2c2eafa0de0ea70ea35853f0ec37d5b29643a4bcf8d11156543f560" @@ -100382,7 +130435,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.3.zip", "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.3.zip", "size": 18113, "checksum": "SHA-256:612d96b96b6e0821b8c29f07965257731b5d77ddca2dadf73c213d3ab938dda6" @@ -100399,7 +130452,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.4.zip", "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.4.zip", "size": 18156, "checksum": "SHA-256:db1fbac52dc6143e76fec9e5d7d3a4b3b58b54fe0fbac09ee0b21bc034edccb7" @@ -100416,11 +130469,96 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.1.zip", "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.1.zip", "size": 17827, "checksum": "SHA-256:2be14e109eef3953457563b8f215f9a7b22027d7524b13b9ce878e21c06ebecd" }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.5.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.5.zip", + "size": 19689, + "checksum": "SHA-256:586e644a287133c2eaa351d6bd40bafd620d7e5394b9e6f7551bbce6e2c4b673" + }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.6.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.6.zip", + "size": 22267, + "checksum": "SHA-256:a003cf8f7c0f2526a7992c1a078cc9a73edcac2481d9f9ed97df7ffdb4d60af8" + }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.7.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.7.zip", + "size": 22339, + "checksum": "SHA-256:c27337fb744a0098a5fff6f1e0980e89644dd68ed1c1ca656dbbffa584beddd4" + }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.0.8.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.0.8.zip", + "size": 22333, + "checksum": "SHA-256:7d70d874c71e4a178ff21a6fed2c2712ec59f901bb20a6e4b1769ad777cafce1" + }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.1.0.zip", + "size": 22391, + "checksum": "SHA-256:82857465cd12a1054460e2bd5785d162aa70633e9694250273707cc0bd0baee8" + }, { "name": "Adafruit Zero PDM Library", "version": "1.0.0", @@ -100433,11 +130571,50 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroPDM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_PDM_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_PDM_Library-1.0.0.zip", "archiveFileName": "Adafruit_Zero_PDM_Library-1.0.0.zip", "size": 13777, "checksum": "SHA-256:35f594376fcbf6700c9700fcbaa7a5db42d0e90d038566119baedefa56de9a36" }, + { + "name": "Adafruit Zero PDM Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PDM Microphone Input library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "PDM Microphone Input library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroPDM", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroPDM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_PDM_Library-1.1.2.zip", + "archiveFileName": "Adafruit_Zero_PDM_Library-1.1.2.zip", + "size": 19676, + "checksum": "SHA-256:5e0c5c59978b43a5094c0f20f6734ba074f728a1b92107194b1fdbc6b2ed9c6a" + }, + { + "name": "Adafruit Zero PDM Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PDM Microphone Input library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "PDM Microphone Input library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroPDM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroPDM.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_PDM_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Zero_PDM_Library-1.2.0.zip", + "size": 19111, + "checksum": "SHA-256:942065e3019cc39a9a4686a5924dca7561eea2c48cb1c4e2adeb663f3dca6e74" + }, { "name": "Adafruit Zero FFT Library", "version": "1.0.0", @@ -100450,7 +130627,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroFFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.0.zip", "archiveFileName": "Adafruit_Zero_FFT_Library-1.0.0.zip", "size": 126949, "checksum": "SHA-256:cf5a7a62a66f858cc038134fd7025b0a9168a9c3e07c48967bb7e333304141ec" @@ -100467,11 +130644,84 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroFFT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.1.zip", "archiveFileName": "Adafruit_Zero_FFT_Library-1.0.1.zip", "size": 128415, "checksum": "SHA-256:b56da565d50074c80b9635ee9ddb9a3ff0ec926c62c8a7725bc20e6d60bed690" }, + { + "name": "Adafruit Zero FFT Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "FFT library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "FFT library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroFFT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroFFT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.2.zip", + "archiveFileName": "Adafruit_Zero_FFT_Library-1.0.2.zip", + "size": 129511, + "checksum": "SHA-256:ac3dcb2e806220419372dec8b18b5f69d512ff3c67afa73dff6666ab6b51b0a2" + }, + { + "name": "Adafruit Zero FFT Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "FFT library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "FFT library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroFFT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroFFT.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.3.zip", + "archiveFileName": "Adafruit_Zero_FFT_Library-1.0.3.zip", + "size": 131384, + "checksum": "SHA-256:db3328520ba394a1ffe1aa0c40dbca95e88d0143e1cab3cb1015c335367cfde6" + }, + { + "name": "Adafruit Zero FFT Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "FFT library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "FFT library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroFFT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroFFT.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.4.zip", + "archiveFileName": "Adafruit_Zero_FFT_Library-1.0.4.zip", + "size": 131412, + "checksum": "SHA-256:061d61a6c1c25d7b80b00e5565bfc132eabce52271aa54c086dba18cea0222de" + }, { "name": "TI TCA9548A", "version": "1.0.0", @@ -100485,7 +130735,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/TI_TCA9548A.git", "providesIncludes": ["TI_TCA9548A.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/TI_TCA9548A-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/TI_TCA9548A-1.0.0.zip", "archiveFileName": "TI_TCA9548A-1.0.0.zip", "size": 3658, "checksum": "SHA-256:d9370ccf08d6b4f9d30e170dae537b7162410b8f8b50a5dad14dda95b6ac3bb3" @@ -100503,7 +130753,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/AllSensors_DLHR.git", "providesIncludes": ["AllSensors_DLHR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/AllSensors_DLHR-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/AllSensors_DLHR-1.0.0.zip", "archiveFileName": "AllSensors_DLHR-1.0.0.zip", "size": 8090, "checksum": "SHA-256:dc616d81605c8f5038c54a8a897ac89f75bc28509beb9122e0e33248448a607b" @@ -100521,7 +130771,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/AllSensors_DLHR.git", "providesIncludes": ["AllSensors_DLHR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/AllSensors_DLHR-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/AllSensors_DLHR-1.0.1.zip", "archiveFileName": "AllSensors_DLHR-1.0.1.zip", "size": 9178, "checksum": "SHA-256:8bdf1b9e34ea41423000b0963656e18954b83f3727a0a4f057c242e95ac97a34" @@ -100538,7 +130788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MLX90632_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor-1.0.0.zip", "archiveFileName": "SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor-1.0.0.zip", "size": 22153, "checksum": "SHA-256:ea3562733dd20c4d20e6baeb574743ac687d8b2a46fd7e9821581a777af32b20" @@ -100555,7 +130805,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MLX90632_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor-1.0.1.zip", "archiveFileName": "SparkFun_MLX90632_Noncontact_Infrared_Temperature_Sensor-1.0.1.zip", "size": 22143, "checksum": "SHA-256:654b2d7b71558c3ddb428b5e2432d4713ef69fb711e156b1abae7207f81db401" @@ -100572,11 +130822,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/MCP9808.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/MCP9808-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/MCP9808-1.1.0.zip", "archiveFileName": "MCP9808-1.1.0.zip", "size": 9484, "checksum": "SHA-256:63eb15fbf5916e1d4bd1ab6f9f6b66fcb35f9c85d929d65068be2ef983f24375" }, + { + "name": "MCP9808", + "version": "1.2.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Microchip MCP9808 Maximum Accuracy Digital Temperature Sensor.", + "paragraph": "A lightweight implementation that exposes all functionality of the Microchip MCP9808 temperature sensor.", + "website": "https://github.com/JChristensen/MCP9808", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/MCP9808.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/MCP9808-1.2.0.zip", + "archiveFileName": "MCP9808-1.2.0.zip", + "size": 9417, + "checksum": "SHA-256:5b02a1d271ccdfebe87c7db553d861c8ef43365758c4f050822aa0c048ace21d" + }, { "name": "Timezone", "version": "1.1.1", @@ -100589,7 +130856,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/Timezone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.1.1.zip", "archiveFileName": "Timezone-1.1.1.zip", "size": 20413, "checksum": "SHA-256:8fe373e1dba437e2d8d1a19eb929279a5235d3d82be0e9de78762545ef3e821b" @@ -100606,7 +130873,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/Timezone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.1.2.zip", "archiveFileName": "Timezone-1.1.2.zip", "size": 32417, "checksum": "SHA-256:9d1b607f81db0409e99a25d3f4d7c40c5824dd15f5bc8bd292084b3f4b6a96ca" @@ -100623,7 +130890,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/Timezone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.1.3.zip", "archiveFileName": "Timezone-1.1.3.zip", "size": 32171, "checksum": "SHA-256:bcccb33a419281e05d80e7cce453657dfd1f572c4fa715814c1e4f71f4e9f4ee" @@ -100640,7 +130907,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/Timezone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.0.zip", "archiveFileName": "Timezone-1.2.0.zip", "size": 32342, "checksum": "SHA-256:8ac5e176394c87ac2c7093781acbe39dfece7767404b179246cb404b9df3d9a8" @@ -100657,7 +130924,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/Timezone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.1.zip", "archiveFileName": "Timezone-1.2.1.zip", "size": 32398, "checksum": "SHA-256:9736282dc5c3762c71deb8cf80b83f8bed52acd18c2e03ac5b4e90bab7d0899b" @@ -100674,11 +130941,50 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/Timezone.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.2.zip", "archiveFileName": "Timezone-1.2.2.zip", "size": 34101, "checksum": "SHA-256:f0000e5a767bd6f05af9460460745727dbdf46106d16e0dce1487ea24c5cb25f" }, + { + "name": "Timezone", + "version": "1.2.3", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary aim of the Timezone library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is daylight saving time (a.k.a. summer time) or standard time.", + "website": "https://github.com/JChristensen/Timezone", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/Timezone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.3.zip", + "archiveFileName": "Timezone-1.2.3.zip", + "size": 34105, + "checksum": "SHA-256:776f0a1d87398d877b9ced485d7ae7de9ea6ae52f63e1a3ae792de1a1d3d9d4f" + }, + { + "name": "Timezone", + "version": "1.2.4", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary aim of the Timezone library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is daylight saving time (a.k.a. summer time) or standard time.", + "website": "https://github.com/JChristensen/Timezone", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/Timezone.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/Timezone-1.2.4.zip", + "archiveFileName": "Timezone-1.2.4.zip", + "size": 34113, + "checksum": "SHA-256:4c7f359e6b2e4c822c3dac2ba3a04c01889941fa88e4606ed8020b6381a5e3c9" + }, { "name": "SparkFun BNO080 Cortex Based IMU", "version": "1.0.1", @@ -100691,7 +130997,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.0.1.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.0.1.zip", "size": 34281, "checksum": "SHA-256:6e7facb202c2e6bb56ffd7caecd211c4d9d756931bb5338a71eeb98e8a46889f" @@ -100708,7 +131014,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.0.0.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.0.0.zip", "size": 32703, "checksum": "SHA-256:c3cd8e879b2cbb7420d8957b897a37f0b46d30af217b4fcaf829b3a7bc62df88" @@ -100725,7 +131031,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.0.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.0.zip", "size": 40317, "checksum": "SHA-256:d5fe006c9476243cf9a64c67270902b6aac3f970a3b381857a2a82149e20b277" @@ -100742,7 +131048,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.1.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.1.zip", "size": 41307, "checksum": "SHA-256:a7563c6e6ca800e6288428ebebe88dfa276d7256730daaa46e5d101d9459f046" @@ -100759,7 +131065,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.2.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.2.zip", "size": 42817, "checksum": "SHA-256:55e651447e691892c459f42ba580c802fcc896e6094cb53eea8d7e74e680996d" @@ -100776,7 +131082,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.3.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.3.zip", "size": 43337, "checksum": "SHA-256:c776968ee8823192747bb98c6a6025471ca189b48d9a100fb00989db2b14843d" @@ -100793,7 +131099,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.4.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.4.zip", "size": 47177, "checksum": "SHA-256:98de3e8ba27aefc89fcaf6444c0f52a6126fb4e19a12eef0dc1836988b552dc4" @@ -100810,11 +131116,96 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.5.zip", "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.5.zip", "size": 49648, "checksum": "SHA-256:4fb1ee0dde326abfc8acfd166cb14a4d572d7cb4fe8838c8ded600a982a934c1" }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.6.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.6.zip", + "size": 49784, + "checksum": "SHA-256:3dc135643f54c0ac1bcb6b70190a4e5704d11d84d7ca8247488d6e09682b7ceb" + }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.7.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.7.zip", + "size": 56572, + "checksum": "SHA-256:d085e04d83eb27864cac19ac59e8329bc238fbe842f3ae3d1c243272eb1b25c6" + }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.8.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.8.zip", + "size": 57006, + "checksum": "SHA-256:d0c4a7fc26b242d9db97bd7da448e63d4e264997a1c0498b94c8127c406b959d" + }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.9.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.9.zip", + "size": 66037, + "checksum": "SHA-256:78e90ef0662e3257bd69238a61002ea824e369547529ac76b15d1af7b67d3855" + }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.10.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.10.zip", + "size": 68414, + "checksum": "SHA-256:a7c6f2d171a0be29e0553745d5df70515cc3e477ad425c203327cb2001c89de0" + }, { "name": "cloud4rpi-esp-arduino", "version": "0.0.3", @@ -100828,7 +131219,7 @@ "types": ["Contributed"], "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", "providesIncludes": ["Cloud4RPi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.3.zip", "archiveFileName": "cloud4rpi_esp_arduino-0.0.3.zip", "size": 11273, "checksum": "SHA-256:eb9c5afbb2a7aacad56213f95606e63eb07412c6e5b1fd9eab4c21b4ac9a96bd" @@ -100846,7 +131237,7 @@ "types": ["Contributed"], "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", "providesIncludes": ["Cloud4RPi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.5.zip", "archiveFileName": "cloud4rpi_esp_arduino-0.0.5.zip", "size": 12338, "checksum": "SHA-256:c4fd3dd842fcbfc1f160b80792419039b916ec10bfd30172d6e54f3e4a34189c" @@ -100864,7 +131255,7 @@ "types": ["Contributed"], "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", "providesIncludes": ["Cloud4RPi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.6.zip", "archiveFileName": "cloud4rpi_esp_arduino-0.0.6.zip", "size": 12540, "checksum": "SHA-256:6465b5145e342af27bc594e70268d0aa15c78560f46c37946689667f7090739e" @@ -100882,7 +131273,7 @@ "types": ["Contributed"], "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", "providesIncludes": ["Cloud4RPi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.9.zip", "archiveFileName": "cloud4rpi_esp_arduino-0.0.9.zip", "size": 12998, "checksum": "SHA-256:f55bb1353e733254608a7018c51f5ba1a6dfd9b863c27a9c4ebf78c30bb3659a" @@ -100900,7 +131291,7 @@ "types": ["Contributed"], "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", "providesIncludes": ["Cloud4RPi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.0.10.zip", "archiveFileName": "cloud4rpi_esp_arduino-0.0.10.zip", "size": 13054, "checksum": "SHA-256:45e83bd1c66e8aa9fb4230c9adaf214310a89e9fbfc9b1c214d3ada042e92b9b" @@ -100918,11 +131309,115 @@ "types": ["Contributed"], "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", "providesIncludes": ["Cloud4RPi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-0.1.0.zip", "archiveFileName": "cloud4rpi_esp_arduino-0.1.0.zip", "size": 13025, "checksum": "SHA-256:efce83f72e47b69136874ca5cf84921db5574def7856406e75d91eedf59b4000" }, + { + "name": "cloud4rpi-esp-arduino", + "version": "1.0.1", + "author": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "maintainer": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "sentence": "Connect a board to the Cloud4RPi control panel using MQTT - https://cloud4rpi.io.", + "paragraph": "Cloud4RPi client library for ESP8266 and ESP32 based boards. Dependencies: ArduinoJson, PubSubClient.", + "website": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", + "providesIncludes": ["Cloud4RPi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-1.0.1.zip", + "archiveFileName": "cloud4rpi_esp_arduino-1.0.1.zip", + "size": 13166, + "checksum": "SHA-256:815cfd9a874dbcff2cee22c6c80e3794c6e1401fddf9fed4066646766bf6835e" + }, + { + "name": "cloud4rpi-esp-arduino", + "version": "1.0.2", + "author": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "maintainer": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "sentence": "Connect a board to the Cloud4RPi control panel using MQTT - https://cloud4rpi.io.", + "paragraph": "Cloud4RPi client library for ESP8266 and ESP32 based boards. Dependencies: ArduinoJson, PubSubClient.", + "website": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", + "providesIncludes": ["Cloud4RPi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-1.0.2.zip", + "archiveFileName": "cloud4rpi_esp_arduino-1.0.2.zip", + "size": 13175, + "checksum": "SHA-256:b7a3630884a4808dc0a7d4b32f2f61a1f18d5b1ee7797b988d89f375e13a0dbb" + }, + { + "name": "cloud4rpi-esp-arduino", + "version": "1.0.3", + "author": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "maintainer": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "sentence": "Connect a board to the Cloud4RPi control panel using MQTT - https://cloud4rpi.io.", + "paragraph": "Cloud4RPi client library for ESP8266 and ESP32 based boards. Dependencies: ArduinoJson, PubSubClient.", + "website": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", + "providesIncludes": ["Cloud4RPi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-1.0.3.zip", + "archiveFileName": "cloud4rpi_esp_arduino-1.0.3.zip", + "size": 13234, + "checksum": "SHA-256:1d297c8f2a77c78aef59a02101784ae06cf279da04606c4d02764d05cc8f59ea" + }, + { + "name": "cloud4rpi-esp-arduino", + "version": "1.1.0", + "author": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "maintainer": "Cloud4RPi \u003cteam@cloud4rpi.io\u003e", + "sentence": "Connect a board to the Cloud4RPi control panel using MQTT - https://cloud4rpi.io.", + "paragraph": "Cloud4RPi client library for ESP8266 and ESP32 based boards. Dependencies: ArduinoJson, PubSubClient.", + "website": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cloud4rpi/cloud4rpi-esp-arduino.git", + "providesIncludes": ["Cloud4RPi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cloud4rpi/cloud4rpi_esp_arduino-1.1.0.zip", + "archiveFileName": "cloud4rpi_esp_arduino-1.1.0.zip", + "size": 13260, + "checksum": "SHA-256:893ff83f38a7029d5d1aad772676c10a4e82d1c20d7b91f720e7d0836b6b9394" + }, { "name": "FreqPeriodCounter", "version": "1.0.5", @@ -100935,7 +131430,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_FreqPeriodCounter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/FreqPeriodCounter-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/FreqPeriodCounter-1.0.5.zip", "archiveFileName": "FreqPeriodCounter-1.0.5.zip", "size": 6516, "checksum": "SHA-256:a142db7d7b54a8c22f18f9ba5f33263df9a2cb88dc888ff13ffbb851f743e0f0" @@ -100953,7 +131448,7 @@ "types": ["Contributed"], "repository": "https://github.com/fterrier/dwarf433.git", "providesIncludes": ["rf433.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fterrier/dwarf433-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fterrier/dwarf433-0.0.1.zip", "archiveFileName": "dwarf433-0.0.1.zip", "size": 6461, "checksum": "SHA-256:c5610d74cf4e841fbb1ae08b16c5167383e7e884438de7deebbf04858f1a0318" @@ -100971,7 +131466,7 @@ "types": ["Contributed"], "repository": "https://github.com/fterrier/dwarf433.git", "providesIncludes": ["rf433.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fterrier/dwarf433-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fterrier/dwarf433-0.0.2.zip", "archiveFileName": "dwarf433-0.0.2.zip", "size": 6710, "checksum": "SHA-256:072f81e358e0792f4d4c4dd99d9275bd66bd6933de3426debdd3e7d363579004" @@ -100989,7 +131484,7 @@ "types": ["Contributed"], "repository": "https://github.com/fterrier/dwarf433.git", "providesIncludes": ["rf433.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fterrier/dwarf433-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fterrier/dwarf433-0.0.3.zip", "archiveFileName": "dwarf433-0.0.3.zip", "size": 12930, "checksum": "SHA-256:43fa0231e781367208a810e21d90964191824354b19a6e09613bccac1a71506b" @@ -101007,7 +131502,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.2.2.zip", "archiveFileName": "Arduino_OPL2-1.2.2.zip", "size": 409114, "checksum": "SHA-256:4eb8dc9cee6f1f262c28bb21bb8f9209e7711c543e87425f34ddb37509bbd388" @@ -101025,7 +131520,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.2.3.zip", "archiveFileName": "Arduino_OPL2-1.2.3.zip", "size": 410509, "checksum": "SHA-256:16246712e3b6f7b9a6b12eb4d1e6a01a1fed9bba8c4973afe6b3e9fd8375112c" @@ -101043,7 +131538,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.0.zip", "archiveFileName": "Arduino_OPL2-1.4.0.zip", "size": 431867, "checksum": "SHA-256:ac6f73dbdfc06d29a1da149ab6a2611844fdfdcb5ceef691f1be24eccbf2258d" @@ -101061,7 +131556,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.1.zip", "archiveFileName": "Arduino_OPL2-1.4.1.zip", "size": 431867, "checksum": "SHA-256:11b2c4c3c52bdafe1b47c432e55df6aedf51e0e99284ab0b83144f67ad785716" @@ -101079,7 +131574,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h", "OPL2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.2.zip", "archiveFileName": "Arduino_OPL2-1.4.2.zip", "size": 492014, "checksum": "SHA-256:de354d954700341c9ebc2c6ceaaf36fc361c55cb01aa8fc4e9aea3f02b51bd85" @@ -101097,7 +131592,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h", "OPL2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.3.zip", "archiveFileName": "Arduino_OPL2-1.4.3.zip", "size": 492683, "checksum": "SHA-256:f0974c6b09e5283e6152244ceb3159b98361b189ece3abf58126f7a8e27f384e" @@ -101115,7 +131610,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h", "OPL2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.4.zip", "archiveFileName": "Arduino_OPL2-1.4.4.zip", "size": 495484, "checksum": "SHA-256:155ccc71edfb7b1d026540aed6fcdb3b1c436244c86614a65da470c65940a769" @@ -101133,7 +131628,7 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h", "OPL2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.5.zip", "archiveFileName": "Arduino_OPL2-1.4.5.zip", "size": 495566, "checksum": "SHA-256:25bfe6a87432482f1b5f1e7f5ae175aa252e38c773bdea71ab56af1046771eed" @@ -101151,11 +131646,245 @@ "types": ["Contributed"], "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", "providesIncludes": ["SPI.h", "OPL2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.6.zip", "archiveFileName": "Arduino_OPL2-1.4.6.zip", "size": 832964, "checksum": "SHA-256:47e29ca72cf77055e8026949ad1823ccb394d1247e5d086aa9018c07ed65d01c" }, + { + "name": "Arduino OPL2", + "version": "1.4.7", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board", + "paragraph": "This library works with the OPL2 Audio Board found on Tindie to play music and sounds through the YM3812 synthesizer chip or to use the board as a reald Adlib for DosBox.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.4.7.zip", + "archiveFileName": "Arduino_OPL2-1.4.7.zip", + "size": 824507, + "checksum": "SHA-256:a73133097e92f77f1b757d22c7ba768f1252b56ec4e0ad03c09ff3f72405d008" + }, + { + "name": "Arduino OPL2", + "version": "1.5.0", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board", + "paragraph": "This library works with the OPL2 Audio Board found on Tindie to play music and sounds through the YM3812 synthesizer chip or to use the board as a reald Adlib for DosBox.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.5.0.zip", + "archiveFileName": "Arduino_OPL2-1.5.0.zip", + "size": 846442, + "checksum": "SHA-256:d89218ff06c57e3be8b2ac54d2604bfc01d996b193782fad1362a9d20776b300" + }, + { + "name": "Arduino OPL2", + "version": "1.5.1", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board", + "paragraph": "This library works with the OPL2 Audio Board found on Tindie to play music and sounds through the YM3812 synthesizer chip or to use the board as a reald Adlib for DosBox.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.5.1.zip", + "archiveFileName": "Arduino_OPL2-1.5.1.zip", + "size": 846561, + "checksum": "SHA-256:0d2d52617be53ab2aafa5a25d2c36f7556ae28c00c039c6cbdec5661e74eb10f" + }, + { + "name": "Arduino OPL2", + "version": "1.5.2", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board", + "paragraph": "This library works with the OPL2 Audio Board found on Tindie to play music and sounds through the YM3812 synthesizer chip or to use the board as a reald Adlib for DosBox.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.5.2.zip", + "archiveFileName": "Arduino_OPL2-1.5.2.zip", + "size": 849519, + "checksum": "SHA-256:1316659119f42d3ac2d24507db57498af47fb93c07d30b21c1d0c9bc93d29871" + }, + { + "name": "Arduino OPL2", + "version": "1.5.3", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board", + "paragraph": "This library works with the OPL2 Audio Board found on Tindie to play music and sounds through the YM3812 synthesizer chip or to use the board as a reald Adlib for DosBox.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-1.5.3.zip", + "archiveFileName": "Arduino_OPL2-1.5.3.zip", + "size": 851255, + "checksum": "SHA-256:9e8ee11a2a8cb9dfbc27d001d7cdc0d81de5a6dd4ea64ed3ed63c75904615493" + }, + { + "name": "Arduino OPL2", + "version": "2.0.0", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.0.0.zip", + "archiveFileName": "Arduino_OPL2-2.0.0.zip", + "size": 926588, + "checksum": "SHA-256:b97a8b19cd311f17cad29cbfa1797ef9a778e7df5951cbb458753294ed991ff4" + }, + { + "name": "Arduino OPL2", + "version": "2.0.1", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.0.1.zip", + "archiveFileName": "Arduino_OPL2-2.0.1.zip", + "size": 927798, + "checksum": "SHA-256:7c08028ddd0fbfe3784591b905473bd1207ddee1f99e530c4c32a4d3522692b9" + }, + { + "name": "Arduino OPL2", + "version": "2.0.2", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.0.2.zip", + "archiveFileName": "Arduino_OPL2-2.0.2.zip", + "size": 928086, + "checksum": "SHA-256:c85ec75ce5cea9e7098b381d2674bc3424ba1cfbaba1c88ccba066943bbc9731" + }, + { + "name": "Arduino OPL2", + "version": "2.0.3", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.0.3.zip", + "archiveFileName": "Arduino_OPL2-2.0.3.zip", + "size": 930613, + "checksum": "SHA-256:54f939960c0ffe63acbc0a2dc7538919e8da2ea413ce70e44c176806621ef2e4" + }, + { + "name": "Arduino OPL2", + "version": "2.0.4", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.0.4.zip", + "archiveFileName": "Arduino_OPL2-2.0.4.zip", + "size": 995012, + "checksum": "SHA-256:108a74ca8642fd056a0e542a73e2875b5be1872d9ec2a39dad9a3615b23cf15c" + }, + { + "name": "Arduino OPL2", + "version": "2.0.5", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.0.5.zip", + "archiveFileName": "Arduino_OPL2-2.0.5.zip", + "size": 995076, + "checksum": "SHA-256:8410a0bc0d65026cc8749f5d14290a8bc9c13edbf4d5583f35bd885140829aeb" + }, + { + "name": "Arduino OPL2", + "version": "2.1.0", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.1.0.zip", + "archiveFileName": "Arduino_OPL2-2.1.0.zip", + "size": 1000170, + "checksum": "SHA-256:6dbd4209a1a39dce1fd10a79299799a7f800f6abd70fcdf12748121ac76e7eb8" + }, + { + "name": "Arduino OPL2", + "version": "2.1.1", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": ["SPI.h", "OPL2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.1.1.zip", + "archiveFileName": "Arduino_OPL2-2.1.1.zip", + "size": 2540348, + "checksum": "SHA-256:f21c74f71ff451b00665e065e6da87acd753d7ffca1c52abac34eda2d1bb187b" + }, { "name": "Adafruit VEML6070 Library", "version": "1.0.0", @@ -101168,7 +131897,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.0.zip", "archiveFileName": "Adafruit_VEML6070_Library-1.0.0.zip", "size": 3201, "checksum": "SHA-256:5f836c2ee67b60f0204bbf31df6f74e5e152e2c7e18824ee467dc42e14bc9ced" @@ -101185,7 +131914,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.1.zip", "archiveFileName": "Adafruit_VEML6070_Library-1.0.1.zip", "size": 6628, "checksum": "SHA-256:9a8985276b65cbf9943f0cb19ea5fabc06c4a0f8b144aeea3b627d26eb79f1c1" @@ -101202,11 +131931,86 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.2.zip", "archiveFileName": "Adafruit_VEML6070_Library-1.0.2.zip", "size": 6628, "checksum": "SHA-256:071eb1e529179aacb7fe5584961146db1b09beb944b1d9425b6336608cb0f7f2" }, + { + "name": "Adafruit VEML6070 Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6070", + "paragraph": "Arduino library for VEML6070", + "website": "https://github.com/adafruit/Adafruit_VEML6070", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "AUnit" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.3.zip", + "archiveFileName": "Adafruit_VEML6070_Library-1.0.3.zip", + "size": 6676, + "checksum": "SHA-256:708d0ee02249f87feac8465851f7a2352d8b92fd1dc08dd464702363599fd5b3" + }, + { + "name": "Adafruit VEML6070 Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6070", + "paragraph": "Arduino library for VEML6070", + "website": "https://github.com/adafruit/Adafruit_VEML6070", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "AUnit" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.4.zip", + "archiveFileName": "Adafruit_VEML6070_Library-1.0.4.zip", + "size": 6736, + "checksum": "SHA-256:005fbc7c967f75d1f2aa43ca4f34eb0aabd293a3d6ddbe6dfcb3c1bd519cb28e" + }, + { + "name": "Adafruit VEML6070 Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6070", + "paragraph": "Arduino library for VEML6070", + "website": "https://github.com/adafruit/Adafruit_VEML6070", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "AUnit" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.6.zip", + "archiveFileName": "Adafruit_VEML6070_Library-1.0.6.zip", + "size": 6735, + "checksum": "SHA-256:22cd6cf739f6f8054e5a807fce6246a87bbeb511340abaf4bf4ee273175763cc" + }, { "name": "Adafruit composite video Library", "version": "1.0.0", @@ -101219,7 +132023,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_CompositeVideo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_composite_video_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_composite_video_Library-1.0.0.zip", "archiveFileName": "Adafruit_composite_video_Library-1.0.0.zip", "size": 10131, "checksum": "SHA-256:0eca1c78df26619ba44bed4afb8b4d4cb87385dd55d7101400dc4d6380ca96db" @@ -101236,11 +132040,36 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_CompositeVideo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_composite_video_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_composite_video_Library-1.0.1.zip", "archiveFileName": "Adafruit_composite_video_Library-1.0.1.zip", "size": 10127, "checksum": "SHA-256:81c6f4453f805a42bdd9b6bcc6ad9d9f682948bb01877dee29a88b4c4ac63c11" }, + { + "name": "Adafruit composite video Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for composite video on samd21 microcontroller", + "paragraph": "Arduino library for composite video on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_CompositeVideo", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_CompositeVideo.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_composite_video_Library-1.0.2.zip", + "archiveFileName": "Adafruit_composite_video_Library-1.0.2.zip", + "size": 11186, + "checksum": "SHA-256:9393c774c6021e147d69ac8cffec23d4a74b5d6405009f91715451d5c200a812" + }, { "name": "Adafruit FreeTouch Library", "version": "1.0.0", @@ -101253,7 +132082,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.0.0.zip", "archiveFileName": "Adafruit_FreeTouch_Library-1.0.0.zip", "size": 11782, "checksum": "SHA-256:bb282d2beb6cbb8dec0fe776d384eeb00438c4f6f168b51dc8bbcf85a0877eac" @@ -101270,7 +132099,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.0.1.zip", "archiveFileName": "Adafruit_FreeTouch_Library-1.0.1.zip", "size": 17047, "checksum": "SHA-256:4868c7f1f14a867b70a25b0e945a88ede69a663502abfe4eb2e6122558b62e59" @@ -101287,11 +132116,45 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.0.2.zip", "archiveFileName": "Adafruit_FreeTouch_Library-1.0.2.zip", "size": 11957, "checksum": "SHA-256:df444f6f0f9d936b8618d990cfd6013adf0181e05b09b17052ddd9226d4b65d5" }, + { + "name": "Adafruit FreeTouch Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for QTouch on samd21 microcontroller", + "paragraph": "Arduino library for QTouch on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_FreeTouch", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.1.0.zip", + "archiveFileName": "Adafruit_FreeTouch_Library-1.1.0.zip", + "size": 12033, + "checksum": "SHA-256:c4e24310c0b4a90dd2c2b78356f721148caa56fcc2294c1d7f04332230ffbc52" + }, + { + "name": "Adafruit FreeTouch Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for QTouch on samd21 microcontroller", + "paragraph": "Arduino library for QTouch on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_FreeTouch", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.1.1.zip", + "archiveFileName": "Adafruit_FreeTouch_Library-1.1.1.zip", + "size": 11998, + "checksum": "SHA-256:28fd92a011e43af71e142cabcc28e44eb2071de324fc3aa519e34ef0e48b0944" + }, { "name": "Adafruit AM radio library", "version": "1.0.0", @@ -101304,7 +132167,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMRadio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.0.zip", "archiveFileName": "Adafruit_AM_radio_library-1.0.0.zip", "size": 57042, "checksum": "SHA-256:fd6fa146bd67886c7d8ba3a56ef40fe4ca0a8e73b22fa0a357cc9228ff7293c1" @@ -101321,11 +132184,55 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AMRadio.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.1.zip", "archiveFileName": "Adafruit_AM_radio_library-1.0.1.zip", "size": 57039, "checksum": "SHA-256:f9dc67771dd67706fcd890c17d4498502e3c3718e7c32d589ff19b84ca8c0725" }, + { + "name": "Adafruit AM radio library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM radio on samd21 microcontroller", + "paragraph": "Arduino library for AM radio on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_AMRadio", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AMRadio.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.2.zip", + "archiveFileName": "Adafruit_AM_radio_library-1.0.2.zip", + "size": 60902, + "checksum": "SHA-256:49e3bc59660c920da21aa07a1cd1b483177d7e87f1e3ec54fd1ea3d6db53b7f1" + }, + { + "name": "Adafruit AM radio library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM radio on samd21 microcontroller", + "paragraph": "Arduino library for AM radio on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_AMRadio", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AMRadio.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.3.zip", + "archiveFileName": "Adafruit_AM_radio_library-1.0.3.zip", + "size": 61123, + "checksum": "SHA-256:8217e2073e5ac79fe813e016c388e932612eee126777a34b88ec691c41f2f10b" + }, { "name": "Adafruit DMA neopixel library", "version": "1.0.0", @@ -101338,7 +132245,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.0.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.0.zip", "size": 9258, "checksum": "SHA-256:9e8b0fbdd9ff475ad72ae8690591ad3fccfb483ef157de3aaadb1dacfdccbe0b" @@ -101355,7 +132262,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.1.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.1.zip", "size": 9273, "checksum": "SHA-256:e4c1018de3299352166165234364e37a3d9244b9d171c8a2e5a90346addaf055" @@ -101372,7 +132279,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.2.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.2.zip", "size": 10321, "checksum": "SHA-256:a4ae253b03c489c2b0f8222a45293bdaee1670fa482d212cd3c710be4d600630" @@ -101389,7 +132296,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.3.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.3.zip", "size": 10318, "checksum": "SHA-256:3dabca4c89ff44d85613dd6374ef27d36425cbf23f2c5924b3ddec60edcd1e2f" @@ -101406,7 +132313,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.4.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.4.zip", "size": 10894, "checksum": "SHA-256:e4cb8bbbb50566287101995dd2e19ed7cd692f85157c29164b78d187218bac61" @@ -101423,7 +132330,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.5.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.5.zip", "size": 12789, "checksum": "SHA-256:bd64dec222126be3ecefed322a9c40206402bccab981950baca7bd724a689e52" @@ -101440,7 +132347,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.6.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.6.zip", "size": 12798, "checksum": "SHA-256:c8dc395ef6125d45d077a26b96ffb47fbeb3a92167e29dd750c6e0d08ceb22b4" @@ -101457,7 +132364,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.7.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.7.zip", "size": 12843, "checksum": "SHA-256:34ee5c7458ce0eddc25129903f977091bb012c6ac9ac20c95709526e164c6707" @@ -101474,11 +132381,143 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.0.8.zip", "archiveFileName": "Adafruit_DMA_neopixel_library-1.0.8.zip", "size": 12798, "checksum": "SHA-256:b75a8fc0d4fe9cf34006dfa2539c200e11cc78311d89c2d2f23808fb26354069" }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for neopixel DMA on samd21 microcontroller", + "paragraph": "Arduino library for neopixel DMA on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.1.0.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.1.0.zip", + "size": 13289, + "checksum": "SHA-256:42efeb533f8571b9cb29a1ba11c47766f0b98a53f78d5934afdd1a3d9844119d" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for neopixel DMA on samd21 microcontroller", + "paragraph": "Arduino library for neopixel DMA on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.1.1.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.1.1.zip", + "size": 13288, + "checksum": "SHA-256:4e744e343c30a6ef60818a937b593a9308a42d7dcf7b0bcccd0db595aeff7bf6" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for neopixel DMA on samd21 microcontroller", + "paragraph": "Arduino library for neopixel DMA on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.1.2.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.1.2.zip", + "size": 13492, + "checksum": "SHA-256:fe5ac5997f660b792315514b0b61072f336d37d3867d902909406800987ce331" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.2.0.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.2.0.zip", + "size": 26556, + "checksum": "SHA-256:fa821bfddc9dfb9ea197d3ab203050dd07aace1ac263785d367cfd05554b33ae" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.2.1.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.2.1.zip", + "size": 26906, + "checksum": "SHA-256:1857ab0633d2b5defbc8ddeb39165b2d066aca9c46d14167f55bb624c02be3ad" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.2.2.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.2.2.zip", + "size": 26932, + "checksum": "SHA-256:8ec61b0a12344d18186dfdf29b3f9247acdd8332bbb363037e00b01836f91f55" + }, { "name": "Adafruit NeoMatrix ZeroDMA library", "version": "1.0.0", @@ -101491,7 +132530,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA_library-1.0.0.zip", "archiveFileName": "Adafruit_NeoMatrix_ZeroDMA_library-1.0.0.zip", "size": 25161, "checksum": "SHA-256:643e8c03259e05f0998c5255e0651e137c72f15407f1d3e3ea267a7698378e48" @@ -101508,11 +132547,42 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA_library-1.0.1.zip", "archiveFileName": "Adafruit_NeoMatrix_ZeroDMA_library-1.0.1.zip", "size": 25158, "checksum": "SHA-256:170d71b9823998ad6fd980cd5eb911c99f1bc5e5e5c52d0e3a163388089a99c8" }, + { + "name": "Adafruit NeoMatrix ZeroDMA library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DMA control of NeoMatrix on samd21 microcontroller", + "paragraph": "Arduino library for DMA control of NeoMatrix on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit DMA neopixel library" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA_library-1.0.2.zip", + "archiveFileName": "Adafruit_NeoMatrix_ZeroDMA_library-1.0.2.zip", + "size": 29604, + "checksum": "SHA-256:cad03be9f7593243a3ce315c115131aeb8f50b350f294efc0f5a89d277c64170" + }, { "name": "Adafruit ZeroTimer Library", "version": "1.0.0", @@ -101525,7 +132595,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-1.0.0.zip", "archiveFileName": "Adafruit_ZeroTimer_Library-1.0.0.zip", "size": 5619, "checksum": "SHA-256:bec95315cb2ac12fd00abe55dd9061549ee216e64ed6c21fabb412b7e8b05397" @@ -101542,7 +132612,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-1.0.1.zip", "archiveFileName": "Adafruit_ZeroTimer_Library-1.0.1.zip", "size": 5617, "checksum": "SHA-256:c82b49be2232dc251938b435fd9b5ee201068d9d498d7f93e6111fe16e64e56f" @@ -101559,11 +132629,113 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.0.0.zip", "archiveFileName": "Adafruit_ZeroTimer_Library-2.0.0.zip", "size": 8769, "checksum": "SHA-256:025d0c15332e2d73382d5e998c6624c41b6b43ba3eb3ac602226fe5ad4513dde" }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.0.2.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.0.2.zip", + "size": 9291, + "checksum": "SHA-256:e13bcd517c858cb4b7a4aeffb355e38bd2b195730d9def911111a97887583614" + }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.0.3.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.0.3.zip", + "size": 14638, + "checksum": "SHA-256:5ee6f0175dbfebc294954d13388f76e977051b76b4b9d7bd508890dd98012589" + }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.1.0.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.1.0.zip", + "size": 16050, + "checksum": "SHA-256:6e0bf2bf10df654df23c6b9c40178ed6ab93ad4b204cda9b5bd5558ef6f3462d" + }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.2.0.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.2.0.zip", + "size": 16437, + "checksum": "SHA-256:ae537e1a365e8558aabc2b65e8347088c00542feac5f01b72d09a6d0f5358f95" + }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.2.1.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.2.1.zip", + "size": 16467, + "checksum": "SHA-256:7d288b74f8311b6269f86207f017b93f168d597809faa4e20fb437dfea64c82d" + }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.2.2.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.2.2.zip", + "size": 16463, + "checksum": "SHA-256:6f60f58aa94e1d5c3e51bd91989b94f52e74020f43f82db17170c093c6da7001" + }, { "name": "Adafruit DAP library", "version": "1.0.0", @@ -101576,7 +132748,7 @@ "architectures": ["SAMD"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_DAP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.0.0.zip", "archiveFileName": "Adafruit_DAP_library-1.0.0.zip", "size": 472703, "checksum": "SHA-256:3d94b6a204c6624d1911afa6dedaf90f5a9486299bdf13a2d5ab4ac1a508aa9c" @@ -101593,7 +132765,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_DAP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.0.1.zip", "archiveFileName": "Adafruit_DAP_library-1.0.1.zip", "size": 489638, "checksum": "SHA-256:53c1a682e1d9326f2a2f5840ff61cab7c68565dbb40e4cb54a3a4e667b004e1b" @@ -101610,85 +132782,469 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_DAP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.0.2.zip", "archiveFileName": "Adafruit_DAP_library-1.0.2.zip", "size": 735133, "checksum": "SHA-256:ef085c24dbb8ef17dec31fb6b5d2457793abe98cb953ffe93a2402ff0711935a" }, { - "name": "log4Esp", - "version": "1.0.0", - "author": "Hunsalz", - "maintainer": "Hunsalz", - "sentence": "Logging library for ESP8266", - "paragraph": "Logging library for ESP8266", - "website": "https://github.com/hunsalz/log4Esp", + "name": "Adafruit DAP library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", "category": "Other", - "architectures": ["*"], + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/hunsalz/log4Esp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hunsalz/log4Esp-1.0.0.zip", - "archiveFileName": "log4Esp-1.0.0.zip", - "size": 14820, - "checksum": "SHA-256:0f23268ae80dc6ce7c9c0fe175acf8a5d7e4fc338c7e2677604c599e48ef985a" + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.1.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.1.0.zip", + "size": 763595, + "checksum": "SHA-256:fcc76694d8b993f0960370e514b6ab6081df58c9fb302d5d6a3eff90c6650a6a" }, { - "name": "log4Esp", - "version": "1.0.1", - "author": "Hunsalz", - "maintainer": "Hunsalz", - "sentence": "Extendable logging library for ESP8266", - "paragraph": "Extendable logging library for ESP8266. Add your own log appenders for different destinations. Add your own output formatter. Add filter options to log events.", - "website": "https://github.com/hunsalz/log4Esp", + "name": "Adafruit DAP library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", "category": "Other", - "architectures": ["*"], + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/hunsalz/log4Esp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hunsalz/log4Esp-1.0.1.zip", - "archiveFileName": "log4Esp-1.0.1.zip", - "size": 21745, - "checksum": "SHA-256:f6e1db93f5419ce8afc9e81aad9a077ebb859970f94a7fa4ce7bba36f65756ec" + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.1.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.1.1.zip", + "size": 763600, + "checksum": "SHA-256:d9ef248699beed6c89b71aaa8d7cb2d356f0e953f5d1e0056ace694ceceb3651" }, { - "name": "Adafruit SSD1306 Wemos Mini OLED", + "name": "Adafruit DAP library", "version": "1.1.2", - "author": "Adafruit + mcauser", - "maintainer": "Stefan Bethke \u003cstb@lassitu.de\u003e", - "sentence": "SSD1306 oled driver library for Wemos D1 Mini OLED shield", - "paragraph": "This is based on the Adafruit library, with additional code added to support the 64x48 display by mcauser.", - "website": "https://github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED.git", - "category": "Display", - "architectures": ["*"], + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stblassitude/Adafruit_SSD1306_Wemos_Mini_OLED-1.1.2.zip", - "archiveFileName": "Adafruit_SSD1306_Wemos_Mini_OLED-1.1.2.zip", - "size": 26503, - "checksum": "SHA-256:9f1cdcb20d1e3bc067c3e53468d1e5670213ea451b189204e01fce743b019238" + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.1.2.zip", + "archiveFileName": "Adafruit_DAP_library-1.1.2.zip", + "size": 763608, + "checksum": "SHA-256:d63e0545ebb9d3c206c0f24145d7d299b79bdf7dd845b3773920600a203d9eb1" }, { - "name": "AIS_NB_BC95", - "version": "1.0.0", - "author": "Advanced Info Service Plc./Device Innovation Team", - "maintainer": "AIS/DeviceInnovation \u003csc-devi@ais.co.th\u003e", - "sentence": "AIS NB-IoT.", - "paragraph": "Arduino Library for AIS NB-IoT Shield", - "website": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95", - "category": "Device Control", - "architectures": ["*"], + "name": "Adafruit DAP library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", - "providesIncludes": ["AIS_NB_BC95.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.0.zip", - "archiveFileName": "AIS_NB_BC95-1.0.0.zip", - "size": 16750, - "checksum": "SHA-256:275e535fef9811b6b27ae749419c212c9a22f0d014498c77aa647c241e150ee8" + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.2.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.2.0.zip", + "size": 762312, + "checksum": "SHA-256:72ff19b8a7d8e29d1676af11531039868b1e07360bd332cc3193926b8c6d3a2a" }, { - "name": "AIS_NB_BC95", - "version": "1.0.2", - "author": "Advanced Info Service Plc./Device Innovation Team", - "maintainer": "AIS/DeviceInnovation \u003csc-devi@ais.co.th\u003e", + "name": "Adafruit DAP library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.2.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.2.1.zip", + "size": 762312, + "checksum": "SHA-256:e221ee2bc5a012f9b21f17b3b3ef80edeede6a77ad1fd73d25642a92e427f5a1" + }, + { + "name": "Adafruit DAP library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.2.2.zip", + "archiveFileName": "Adafruit_DAP_library-1.2.2.zip", + "size": 762327, + "checksum": "SHA-256:b5cce1a328ca82e6f92eda469db060e096f546ecd9f7f2c7ffb526d2bd3c6ef1" + }, + { + "name": "Adafruit DAP library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.3.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.3.0.zip", + "size": 889459, + "checksum": "SHA-256:81b817a3556977c3fd6ed383f8bb5ee5a679c5058a0e8352e04b205d547b207d" + }, + { + "name": "Adafruit DAP library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.3.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.3.1.zip", + "size": 1395932, + "checksum": "SHA-256:f8155e1470e839a428a351988a0be8370de72943b5b8b9514b882e6da04bf7be" + }, + { + "name": "Adafruit DAP library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.4.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.4.0.zip", + "size": 1395976, + "checksum": "SHA-256:7a7bc2cd2f8cfb0382c2dec6ffd9cb1aa38123671574803a615a1d8198bff9f6" + }, + { + "name": "Adafruit DAP library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.4.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.4.1.zip", + "size": 1507828, + "checksum": "SHA-256:086b4389bbec26661cbdeab414f3ba61f76b9ba45c1f9d2867373ad2c0aa8021" + }, + { + "name": "Adafruit DAP library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.4.2.zip", + "archiveFileName": "Adafruit_DAP_library-1.4.2.zip", + "size": 1507836, + "checksum": "SHA-256:08d2c1a9b4500aad11851f5c236dc5a822499ddc51017c221e72535cdc1e9d10" + }, + { + "name": "Adafruit DAP library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.5.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.5.0.zip", + "size": 1507643, + "checksum": "SHA-256:f7cb484a3aa4859ce84f19c367d59657d3b4eb69b7ec0baa0fe9d4bf060acc27" + }, + { + "name": "Adafruit DAP library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.6.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.6.0.zip", + "size": 1509034, + "checksum": "SHA-256:c3b680667e5a9e72726e169fec111fbd0a7ef5ac2135046baf6887e132e4bf25" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.0.zip", + "size": 1523018, + "checksum": "SHA-256:63fb6149eed833b88ea36f2ba94d33fdb716489c0b91e62345812c38cc833b06" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.1.zip", + "size": 1523020, + "checksum": "SHA-256:3dc7bcecd6f18c7c9de2dfb255344b5a52f8af7d58a92b48ba13c90e188a3684" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.2.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.2.zip", + "size": 1523076, + "checksum": "SHA-256:14f237d469b1627cc1027bbc5592c77e2293592606cfda513a2c6a29f3304def" + }, + { + "name": "log4Esp", + "version": "1.0.0", + "author": "Hunsalz", + "maintainer": "Hunsalz", + "sentence": "Logging library for ESP8266", + "paragraph": "Logging library for ESP8266", + "website": "https://github.com/hunsalz/log4Esp", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hunsalz/log4Esp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunsalz/log4Esp-1.0.0.zip", + "archiveFileName": "log4Esp-1.0.0.zip", + "size": 14820, + "checksum": "SHA-256:0f23268ae80dc6ce7c9c0fe175acf8a5d7e4fc338c7e2677604c599e48ef985a" + }, + { + "name": "log4Esp", + "version": "1.0.1", + "author": "Hunsalz", + "maintainer": "Hunsalz", + "sentence": "Extendable logging library for ESP8266", + "paragraph": "Extendable logging library for ESP8266. Add your own log appenders for different destinations. Add your own output formatter. Add filter options to log events.", + "website": "https://github.com/hunsalz/log4Esp", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hunsalz/log4Esp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunsalz/log4Esp-1.0.1.zip", + "archiveFileName": "log4Esp-1.0.1.zip", + "size": 21745, + "checksum": "SHA-256:f6e1db93f5419ce8afc9e81aad9a077ebb859970f94a7fa4ce7bba36f65756ec" + }, + { + "name": "Adafruit SSD1306 Wemos Mini OLED", + "version": "1.1.2", + "author": "Adafruit + mcauser", + "maintainer": "Stefan Bethke \u003cstb@lassitu.de\u003e", + "sentence": "SSD1306 oled driver library for Wemos D1 Mini OLED shield", + "paragraph": "This is based on the Adafruit library, with additional code added to support the 64x48 display by mcauser.", + "website": "https://github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED.git", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stblassitude/Adafruit_SSD1306_Wemos_Mini_OLED-1.1.2.zip", + "archiveFileName": "Adafruit_SSD1306_Wemos_Mini_OLED-1.1.2.zip", + "size": 26503, + "checksum": "SHA-256:9f1cdcb20d1e3bc067c3e53468d1e5670213ea451b189204e01fce743b019238" + }, + { + "name": "AIS_NB_BC95", + "version": "1.0.0", + "author": "Advanced Info Service Plc./Device Innovation Team", + "maintainer": "AIS/DeviceInnovation \u003csc-devi@ais.co.th\u003e", + "sentence": "AIS NB-IoT.", + "paragraph": "Arduino Library for AIS NB-IoT Shield", + "website": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", + "providesIncludes": ["AIS_NB_BC95.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.0.zip", + "archiveFileName": "AIS_NB_BC95-1.0.0.zip", + "size": 16750, + "checksum": "SHA-256:275e535fef9811b6b27ae749419c212c9a22f0d014498c77aa647c241e150ee8" + }, + { + "name": "AIS_NB_BC95", + "version": "1.0.2", + "author": "Advanced Info Service Plc./Device Innovation Team", + "maintainer": "AIS/DeviceInnovation \u003csc-devi@ais.co.th\u003e", "sentence": "AIS NB-IoT.", "paragraph": "Arduino Library for AIS NB-IoT Shield", "website": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95", @@ -101697,7 +133253,7 @@ "types": ["Contributed"], "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", "providesIncludes": ["AIS_NB_BC95.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.2.zip", "archiveFileName": "AIS_NB_BC95-1.0.2.zip", "size": 16875, "checksum": "SHA-256:71396a7d529ca2b950b111a1c9659d2ca2fcce028488636afdba22f962702f9a" @@ -101715,7 +133271,7 @@ "types": ["Contributed"], "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", "providesIncludes": ["AIS_NB_BC95.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.3.zip", "archiveFileName": "AIS_NB_BC95-1.0.3.zip", "size": 17181, "checksum": "SHA-256:d7e918bf6e024e72a2cd87c800edd07a7e5a5a04e4295c221f0612282328e3e9" @@ -101733,7 +133289,7 @@ "types": ["Contributed"], "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", "providesIncludes": ["AIS_NB_BC95.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.4.zip", "archiveFileName": "AIS_NB_BC95-1.0.4.zip", "size": 17179, "checksum": "SHA-256:3b4c13e3474a19fdff7ce080db990502564caf0c9eca120d7638f14772d270f0" @@ -101751,7 +133307,7 @@ "types": ["Contributed"], "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", "providesIncludes": ["AIS_NB_BC95.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.0.5.zip", "archiveFileName": "AIS_NB_BC95-1.0.5.zip", "size": 17199, "checksum": "SHA-256:4bd8cc6ee67bf28251b2b6485169a5bc00eab75fbe85044d98af892f7063c764" @@ -101769,7 +133325,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.1.0.zip", "archiveFileName": "Fabrik2D-0.1.0.zip", "size": 496446, "checksum": "SHA-256:a1692887640b9b393d7786443a5ed82db319bb49d9aa31fbeb66179fc9dc6a17" @@ -101787,7 +133343,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.4.0.zip", "archiveFileName": "Fabrik2D-0.4.0.zip", "size": 496447, "checksum": "SHA-256:a74fa82e8d98785204e7c7dacb7f9447f3929f9b234cd7660f01b041aa6fe2d6" @@ -101805,7 +133361,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.5.0.zip", "archiveFileName": "Fabrik2D-0.5.0.zip", "size": 2831961, "checksum": "SHA-256:18ae9affe2aca90e16633da697172db79c04784c555ad6a02805835b84d672e9" @@ -101823,7 +133379,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.0.zip", "archiveFileName": "Fabrik2D-0.6.0.zip", "size": 1174804, "checksum": "SHA-256:49ee215923099bd1680ee6219d4ec402d997e7ea8e0d6bcb84ee82bf2be9b00e" @@ -101841,7 +133397,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.1.zip", "archiveFileName": "Fabrik2D-0.6.1.zip", "size": 1174825, "checksum": "SHA-256:49ddf7f22b87d174497ac7434de81d86faa4077fa244063681cdfb09057da568" @@ -101859,7 +133415,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.3.zip", "archiveFileName": "Fabrik2D-0.6.3.zip", "size": 1174828, "checksum": "SHA-256:b1e5fd5f05567e178f52d4b9ec826cd4c02cda510074b24d5537b2f77709e2ee" @@ -101877,7 +133433,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.5.zip", "archiveFileName": "Fabrik2D-0.6.5.zip", "size": 1174781, "checksum": "SHA-256:0f04477065c51f25ca73fd5e3b8ad29256fcce9815f78367cabb93731241e73b" @@ -101895,7 +133451,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-0.6.6.zip", "archiveFileName": "Fabrik2D-0.6.6.zip", "size": 1175123, "checksum": "SHA-256:0a0a901017167fb392b9a66b857be24cd5407ea87b6461ab84014789e0fc95de" @@ -101913,7 +133469,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.1.zip", "archiveFileName": "Fabrik2D-1.0.1.zip", "size": 1941539, "checksum": "SHA-256:dff9ef0922fc1cad8c679fdebe5b9db783b17c6908a646ade6c12dedef384148" @@ -101931,7 +133487,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.2.zip", "archiveFileName": "Fabrik2D-1.0.2.zip", "size": 1930635, "checksum": "SHA-256:fe8cb5c33228b711740e56d3f7cd6930e99656f1210442dbfbd90c8570ceaac7" @@ -101949,7 +133505,7 @@ "types": ["Contributed"], "repository": "https://github.com/henriksod/Fabrik2DArduino.git", "providesIncludes": ["FABRIK2D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.3.zip", "archiveFileName": "Fabrik2D-1.0.3.zip", "size": 1988457, "checksum": "SHA-256:79e7617a57f059830f8fcc95a93fcd2cf0791f52a1af62754aa609e9f82bf855" @@ -101967,7 +133523,7 @@ "architectures": ["avr", "samd", "esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.2.0.zip", "archiveFileName": "Switch-1.2.0.zip", "size": 24460, "checksum": "SHA-256:8e638c8db500de0b8f0b00617ae2a81d0692984de28e536450f1e8e3eb962893" @@ -101985,7 +133541,7 @@ "architectures": ["avr", "samd", "esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.2.0-rc.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.2.0-rc.zip", "archiveFileName": "Switch-1.2.0-rc.zip", "size": 24534, "checksum": "SHA-256:424778c263620647120b33a6d31a2dab78802e7c3c426feabca3c42dd5cf51da" @@ -102003,7 +133559,7 @@ "architectures": ["avr", "samd", "esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.2.1.zip", "archiveFileName": "Switch-1.2.1.zip", "size": 24541, "checksum": "SHA-256:2dc3a5a5412c7b608a0354abfcc5652a3f98f32367a85264ab8c13c2ebb262bd" @@ -102020,7 +133576,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.0.3.zip", "archiveFileName": "Switch-1.0.3.zip", "size": 5155, "checksum": "SHA-256:50d83d32847bbe5fc5e30e5f3ac387dc9476f2b915c17bc1b55057d344f13c73" @@ -102037,7 +133593,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.0.5.zip", "archiveFileName": "Switch-1.0.5.zip", "size": 5223, "checksum": "SHA-256:cc082f6aec9353ffbb2ac4227a5a50fa6ee2f43f4f814882e45f080c34195ab1" @@ -102054,7 +133610,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.0.4.zip", "archiveFileName": "Switch-1.0.4.zip", "size": 5229, "checksum": "SHA-256:822d2d7fb93d565962a9337affbbc72cc23d686a6e7582ca100aa97e3bf35392" @@ -102072,7 +133628,7 @@ "architectures": ["avr", "samd", "esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_Switch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/Switch-1.1.0.zip", "archiveFileName": "Switch-1.1.0.zip", "size": 23623, "checksum": "SHA-256:705e5e08e907216bc6dc93b691a6ab4bb81cf3b1b66a8a55055bbb776fc5ec68" @@ -102089,7 +133645,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/MorseArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.0.0.zip", "archiveFileName": "Etherkit_Morse-1.0.0.zip", "size": 25482, "checksum": "SHA-256:112c446e6ef75f006e488122997ded5bec455f955ae458af58c4adb3748d5c4e" @@ -102106,7 +133662,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/MorseArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.0.1.zip", "archiveFileName": "Etherkit_Morse-1.0.1.zip", "size": 25729, "checksum": "SHA-256:44c6d5a8b03c1ea7550f4aa2798130970d191e6d2260c8755353da35095e1ca0" @@ -102123,7 +133679,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/MorseArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.1.0.zip", "archiveFileName": "Etherkit_Morse-1.1.0.zip", "size": 26087, "checksum": "SHA-256:39d090f8ee958905ee1664c15c1d2f26cdda887de68d78bb0aae2150c980a8a9" @@ -102140,11 +133696,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/etherkit/MorseArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.1.1.zip", "archiveFileName": "Etherkit_Morse-1.1.1.zip", "size": 26245, "checksum": "SHA-256:b7bb560f5dfc5b06372f3324905c58d6f9a1ba6f511351e320ea55d6d2500269" }, + { + "name": "Etherkit Morse", + "version": "1.1.2", + "author": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "maintainer": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "sentence": "Generate Morse Code for transmission on an digital I/O pin.", + "paragraph": "Provide this library with a function that calls every one millisecond, and it will generate Morse code for you on the digital pin and at the sending speed that you desire.", + "website": "https://github.com/etherkit/MorseArduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/etherkit/MorseArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_Morse-1.1.2.zip", + "archiveFileName": "Etherkit_Morse-1.1.2.zip", + "size": 26227, + "checksum": "SHA-256:b78133abbb6f697d2d4b6c26e90902ab92b96b15f5759316a052aa7dc62890f1" + }, { "name": "STM32duino FreeRTOS", "version": "9.0.0", @@ -102157,7 +133730,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.0.zip", "archiveFileName": "STM32duino_FreeRTOS-9.0.0.zip", "size": 374406, "checksum": "SHA-256:91f4c4e11726ec6e277674f205a0c87084338645f1c4a38d193c88e41674eb9c" @@ -102174,7 +133747,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.1.zip", "archiveFileName": "STM32duino_FreeRTOS-9.0.1.zip", "size": 377858, "checksum": "SHA-256:a8a6671091f6dd9c91925c95c5eba2173e14711da3accaca705e5e0848c623b8" @@ -102191,7 +133764,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.2.zip", "archiveFileName": "STM32duino_FreeRTOS-9.0.2.zip", "size": 377724, "checksum": "SHA-256:8039ad5117c774c85e0b9e2a0512b22ca2d1b2845723af2532741b333143ea9a" @@ -102208,7 +133781,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.3.zip", "archiveFileName": "STM32duino_FreeRTOS-9.0.3.zip", "size": 381159, "checksum": "SHA-256:72ad8e6861d684c0089e2dc7fbadd72911531227ba3d021db2bfd439fa7e8a53" @@ -102225,7 +133798,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-9.0.4.zip", "archiveFileName": "STM32duino_FreeRTOS-9.0.4.zip", "size": 381932, "checksum": "SHA-256:c3152c669774a0a7ea7b0bcd830d3f0ad68b2b48aab183f62b0766bbc64117bc" @@ -102242,11 +133815,62 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.0.1.zip", "archiveFileName": "STM32duino_FreeRTOS-10.0.1.zip", "size": 404073, "checksum": "SHA-256:cb61972aee0feb893abd6e320d826eff3eacac019274c646b531f8ee5e7518be" }, + { + "name": "STM32duino FreeRTOS", + "version": "10.0.2", + "author": "Richard Barry \u003cr.barry@freertos.org\u003e", + "maintainer": "stm32duino", + "sentence": "Real Time Operating System implemented for STM32", + "paragraph": "FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.", + "website": "https://github.com/stm32duino/STM32FreeRTOS", + "category": "Timing", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.0.2.zip", + "archiveFileName": "STM32duino_FreeRTOS-10.0.2.zip", + "size": 404503, + "checksum": "SHA-256:2b7c2664fef5946995689b7999343e5b651822a4794e1b8f241dc6739adcbe15" + }, + { + "name": "STM32duino FreeRTOS", + "version": "10.0.3", + "author": "Richard Barry \u003cr.barry@freertos.org\u003e", + "maintainer": "stm32duino", + "sentence": "Real Time Operating System implemented for STM32", + "paragraph": "FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.", + "website": "https://github.com/stm32duino/STM32FreeRTOS", + "category": "Timing", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.0.3.zip", + "archiveFileName": "STM32duino_FreeRTOS-10.0.3.zip", + "size": 404657, + "checksum": "SHA-256:8249579b635fa8b18647f6d9c5fbef3bf32c77258f2067163932c24b3c7b816b" + }, + { + "name": "STM32duino FreeRTOS", + "version": "10.2.1", + "author": "Richard Barry \u003cr.barry@freertos.org\u003e", + "maintainer": "stm32duino", + "sentence": "Real Time Operating System implemented for STM32", + "paragraph": "FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.", + "website": "https://github.com/stm32duino/STM32FreeRTOS", + "category": "Timing", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.2.1.zip", + "archiveFileName": "STM32duino_FreeRTOS-10.2.1.zip", + "size": 514645, + "checksum": "SHA-256:ee819513000771192f05716d3bdc495b61a36d26332a6998a95f0cfb5fbd108a" + }, { "name": "STM32duino X-NUCLEO-NFC03A1", "version": "1.0.0", @@ -102259,7 +133883,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC03A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC03A1-1.0.0.zip", "size": 142104, "checksum": "SHA-256:fa088fd7904e55cafc6c09a5eb9db59699993b97955ceeb988a039eda928669b" @@ -102276,11 +133900,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-NFC03A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_NFC03A1-1.0.1.zip", "size": 142105, "checksum": "SHA-256:813e6a0fba229dd54ee1810da98c5b429fb4bc5bd9eef8e896e93b747e2f1f9b" }, + { + "name": "STM32duino X-NUCLEO-NFC03A1", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC03A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC03A1 expansion board", + "website": "https://github.com/stm32duino/x-nucleo-nfc03a1", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC03A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC03A1-1.0.2.zip", + "size": 142103, + "checksum": "SHA-256:7aa21cf8db261be726c2fca72280bde7191cfb48c51a04ddd1ff33ff2b459277" + }, { "name": "WhareHauoraWiFiManager", "version": "0.15.0", @@ -102293,7 +133934,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/jakerabid/WiFiManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jakerabid/WhareHauoraWiFiManager-0.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jakerabid/WhareHauoraWiFiManager-0.15.0.zip", "archiveFileName": "WhareHauoraWiFiManager-0.15.0.zip", "size": 39084, "checksum": "SHA-256:ba91c8284a6ff843931c2adaf2ff2c28f18ac1d414156e7d449d809020c1a90e" @@ -102311,7 +133952,7 @@ "types": ["Contributed"], "repository": "https://github.com/MattFryer/Board_Identify.git", "providesIncludes": ["Board_Identify.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MattFryer/Board_Identify-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Board_Identify-0.1.0.zip", "archiveFileName": "Board_Identify-0.1.0.zip", "size": 7847, "checksum": "SHA-256:25e841965f6edd7cdfcb5bd378fd5658e6229aa5d0b6b059da3b7ec10fb54970" @@ -102329,7 +133970,7 @@ "types": ["Contributed"], "repository": "https://github.com/MattFryer/Board_Identify.git", "providesIncludes": ["Board_Identify.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MattFryer/Board_Identify-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Board_Identify-0.2.0.zip", "archiveFileName": "Board_Identify-0.2.0.zip", "size": 22508, "checksum": "SHA-256:2f48419dc34a5a13ff2e52e9cf6f3240622f6a91621a1478fdc334f61dd6d950" @@ -102346,7 +133987,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_Interval.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Interval-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Interval-0.0.1.zip", "archiveFileName": "CMMC_Interval-0.0.1.zip", "size": 4936, "checksum": "SHA-256:fb72e575b68d58cade344c19e5e20f250b1c5f973b37b522548feed11b3c8d2a" @@ -102363,7 +134004,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/reven/Unistep2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/reven/Unistep2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/reven/Unistep2-1.0.0.zip", "archiveFileName": "Unistep2-1.0.0.zip", "size": 8353, "checksum": "SHA-256:9259cd5f8cd29c75e709a604829c8320b940e9fc7d36086a9310dc48035898f0" @@ -102380,7 +134021,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_LPS22HB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LPS22HB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LPS22HB-1.0.0.zip", "archiveFileName": "Sodaq_LPS22HB-1.0.0.zip", "size": 5686, "checksum": "SHA-256:42f38cbb946f14490f9c53d43bd49c549c95f997675e680865b62e9a06a80583" @@ -102397,7 +134038,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS8000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-1.0.0.zip", "archiveFileName": "TS8000_Library-1.0.0.zip", "size": 6088, "checksum": "SHA-256:1e4289991c4090ad500e58eece80055b0e21f158704686d8a6da17a01303bad8" @@ -102414,7 +134055,7 @@ "architectures": ["SAMD21", "SAMD20", "SAMD11", "SAMD10"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS8000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-2.0.0.zip", "archiveFileName": "TS8000_Library-2.0.0.zip", "size": 8718, "checksum": "SHA-256:979b89b90c0b72d8a4058ea6addd9f39ff5f14025b5a05d2501a12c32d6feffb" @@ -102431,7 +134072,7 @@ "architectures": ["SAMD21", "SAMD20", "SAMD11", "SAMD10"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS8000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-3.0.0.zip", "archiveFileName": "TS8000_Library-3.0.0.zip", "size": 9233, "checksum": "SHA-256:00da921730a3f902a2b8f1d683a81f5c7706b7101a9ad7eb66858ed8fbb19732" @@ -102448,7 +134089,7 @@ "architectures": ["SAMD21"], "types": ["Contributed"], "repository": "https://github.com/TriadSemi/TS8000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-4.0.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TriadSemi/TS8000_Library-4.0.0-beta.zip", "archiveFileName": "TS8000_Library-4.0.0-beta.zip", "size": 13062, "checksum": "SHA-256:5e73a4d243d42c81c57f111b9d64cb7ff2c7049968b5a59c3556401264b74151" @@ -102465,7 +134106,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/denxhun/TFA433.git", - "url": "http://downloads.arduino.cc/libraries/github.com/denxhun/TFA_433_Receiver-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/TFA_433_Receiver-0.1.0.zip", "archiveFileName": "TFA_433_Receiver-0.1.0.zip", "size": 5412, "checksum": "SHA-256:a2e8371a97209862821ae0da14cd33de7471a2b561e7e1148a208eb832c88a32" @@ -102482,7 +134123,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/denxhun/TFA433.git", - "url": "http://downloads.arduino.cc/libraries/github.com/denxhun/TFA_433_Receiver-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/TFA_433_Receiver-0.1.1.zip", "archiveFileName": "TFA_433_Receiver-0.1.1.zip", "size": 5406, "checksum": "SHA-256:5fd1d2f724d77b947b4126f2ba9ab26895dafddc36be7592db083846f94b4b9f" @@ -102499,7 +134140,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_HTS221.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_HTS221-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_HTS221-1.0.0.zip", "archiveFileName": "Sodaq_HTS221-1.0.0.zip", "size": 6519, "checksum": "SHA-256:05343e749f0ae5ca67db5eb446f1056bc9b8e9f31af3da075f5fda88f1d76fae" @@ -102516,7 +134157,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/udoklein/MLX90393_raw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/MLX90393_raw-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/MLX90393_raw-1.0.0.zip", "archiveFileName": "MLX90393_raw-1.0.0.zip", "size": 27959, "checksum": "SHA-256:213081fadebf4d23b56c671e0999e85cabcbabfc0c5af587796b00e3d970d5a0" @@ -102533,7 +134174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/udoklein/MLX90393_raw.git", - "url": "http://downloads.arduino.cc/libraries/github.com/udoklein/MLX90393_raw-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/MLX90393_raw-1.0.1.zip", "archiveFileName": "MLX90393_raw-1.0.1.zip", "size": 27964, "checksum": "SHA-256:0dfb8538036fe19861eb6fadb1246bf83517a9a0763b4a240657bf9e1cb0b04b" @@ -102550,7 +134191,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-instagram-stats.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.0.0.zip", "archiveFileName": "InstagramStats-1.0.0.zip", "size": 15323, "checksum": "SHA-256:3321452fcf25074f8cf7b92a60bb6f0a3a2fd4757afe95f861ecf998f7975d81" @@ -102567,7 +134208,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-instagram-stats.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.0.1.zip", "archiveFileName": "InstagramStats-1.0.1.zip", "size": 16180, "checksum": "SHA-256:c0685701c67e003412d3488999fefe19c34b4a413c26935e06369e5ec32bc8fc" @@ -102584,7 +134225,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-instagram-stats.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.1.0.zip", "archiveFileName": "InstagramStats-1.1.0.zip", "size": 16217, "checksum": "SHA-256:842a1aa63198d131919c6f7512d8ae798daa2f657f59efe228922f2eb9fdfd9d" @@ -102601,7 +134242,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-instagram-stats.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/InstagramStats-1.1.2.zip", "archiveFileName": "InstagramStats-1.1.2.zip", "size": 16217, "checksum": "SHA-256:2784c9562ee90d13eaf904684c98161db3a3749e48546b6fcfb53b24e581a619" @@ -102619,11 +134260,57 @@ "types": ["Contributed"], "repository": "https://github.com/Floessie/frt.git", "providesIncludes": ["frt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Floessie/frt-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Floessie/frt-0.9.0.zip", "archiveFileName": "frt-0.9.0.zip", "size": 15289, "checksum": "SHA-256:867b0b8ce7315d0c6f5af1f3e5db1f78b08f7b26190067f50595815b7c9e80e4" }, + { + "name": "frt", + "version": "0.9.1", + "author": "Flössie \u003cfloessie.mail@gmail.com\u003e", + "maintainer": "Flössie \u003cfloessie.mail@gmail.com\u003e", + "sentence": "Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library.", + "paragraph": "frt is an object-oriented wrapper around FreeRTOS tasks, mutexes, semaphores, and queues. It provides the basic tools for a clean multithreading approach based on the Arduino_FreeRTOS_Library with focus on static allocation, so you know your SRAM demands at compile time.", + "website": "https://github.com/Floessie/frt", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Floessie/frt.git", + "providesIncludes": ["frt.h"], + "dependencies": [ + { + "name": "FreeRTOS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Floessie/frt-0.9.1.zip", + "archiveFileName": "frt-0.9.1.zip", + "size": 15296, + "checksum": "SHA-256:5ff7f8eff548f29d5e830fd0394896b9e85f45d02c77f48736b6bafbdc64416b" + }, + { + "name": "frt", + "version": "0.9.2", + "author": "Flössie \u003cfloessie.mail@gmail.com\u003e", + "maintainer": "Flössie \u003cfloessie.mail@gmail.com\u003e", + "sentence": "Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library.", + "paragraph": "frt is an object-oriented wrapper around FreeRTOS tasks, mutexes, semaphores, and queues. It provides the basic tools for a clean multithreading approach based on the Arduino_FreeRTOS_Library with focus on static allocation, so you know your SRAM demands at compile time.", + "website": "https://github.com/Floessie/frt", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Floessie/frt.git", + "providesIncludes": ["frt.h"], + "dependencies": [ + { + "name": "FreeRTOS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Floessie/frt-0.9.2.zip", + "archiveFileName": "frt-0.9.2.zip", + "size": 15395, + "checksum": "SHA-256:1f19eb49d3a3f8b3e8f6e260bfdc5cada237ffb9e32be8af5955b6c2a221d45a" + }, { "name": "ESPNexUpload", "version": "0.1.1", @@ -102636,7 +134323,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/Nredor/ESPNexUpload.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.1.1.zip", "archiveFileName": "ESPNexUpload-0.1.1.zip", "size": 21783, "checksum": "SHA-256:c7fb85a2b641445d7d10e899df3568c95b527b94cb0917ebc5f56979ab1e8bbb" @@ -102653,7 +134340,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/Nredor/ESPNexUpload.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.2.0.zip", "archiveFileName": "ESPNexUpload-0.2.0.zip", "size": 21986, "checksum": "SHA-256:476549d936e6ead14f7b5bdf959ad9e4e6637fcef022e8ba21856f31380920a0" @@ -102670,7 +134357,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Nredor/ESPNexUpload.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.3.0.zip", "archiveFileName": "ESPNexUpload-0.3.0.zip", "size": 31860, "checksum": "SHA-256:1a1912ed0baac71d2ed8670f4e781170d03e40cc34f916db52fbb2f45d2a9f28" @@ -102687,7 +134374,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Nredor/ESPNexUpload.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.3.1.zip", "archiveFileName": "ESPNexUpload-0.3.1.zip", "size": 31878, "checksum": "SHA-256:17efa652f9b8660d83915c718d205ae773218ef97d3a1e1feb3c8465d6b772ba" @@ -102704,7 +134391,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/Nredor/ESPNexUpload.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.1.0.zip", "archiveFileName": "ESPNexUpload-0.1.0.zip", "size": 21756, "checksum": "SHA-256:2c5ccca6c17d19dff2dc12794681b071962485d005708f3e9e359775d87459ff" @@ -102721,11 +134408,28 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Nredor/ESPNexUpload.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.4.0.zip", "archiveFileName": "ESPNexUpload-0.4.0.zip", "size": 32000, "checksum": "SHA-256:3272ab3bc213fe9d3bec93a9a01572f7547a6a3852dfe2b40f73c2c7ad724009" }, + { + "name": "ESPNexUpload", + "version": "0.5.6", + "author": "Ville Vilpas \u003cpsoden@gmail.com\u003e", + "maintainer": "Ville Vilpas \u003cpsoden@gmail.com\u003e", + "sentence": "Upload UI file to Nextion displays using ESP's", + "paragraph": "Part of original ITEAD Nextion library modified to be used with ESP8266 \u0026 ESP32", + "website": "https://github.com/Nredor/ESPNexUpload", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Nredor/ESPNexUpload.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nredor/ESPNexUpload-0.5.6.zip", + "archiveFileName": "ESPNexUpload-0.5.6.zip", + "size": 35076, + "checksum": "SHA-256:c1bf7dfeaacdd5f56dae0321e93a64e0734ccec525f753790cb780d4560a42f7" + }, { "name": "AceButton", "version": "1.0.0", @@ -102738,7 +134442,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.0.zip", "archiveFileName": "AceButton-1.0.0.zip", "size": 386153, "checksum": "SHA-256:f939d52bdb1d2a8ec8460db10974b648c1cf8aa3a67395b2f3a77bbde88bf920" @@ -102755,7 +134459,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.1.zip", "archiveFileName": "AceButton-1.0.1.zip", "size": 386150, "checksum": "SHA-256:9db9c753b0847fa780205e02308583f5ee01133c213c8cd8fb522d8a079ee0f4" @@ -102772,7 +134476,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.2.zip", "archiveFileName": "AceButton-1.0.2.zip", "size": 387221, "checksum": "SHA-256:ef615f2ba8c4e07ba9f98bebb1b13d5dd8f69ae68b9b953efe0310e57a89d83c" @@ -102789,7 +134493,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.3.zip", "archiveFileName": "AceButton-1.0.3.zip", "size": 390032, "checksum": "SHA-256:ef2bf94c4ce7b8b8621035d81b33f34a4cb2c77df9e7e252eec06a2e9cf694aa" @@ -102806,7 +134510,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.5.zip", "archiveFileName": "AceButton-1.0.5.zip", "size": 384984, "checksum": "SHA-256:2cb1e914548f304970f45f76aedde0045599bfda458ba5f0b63475c87ef56128" @@ -102823,7 +134527,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.0.6.zip", "archiveFileName": "AceButton-1.0.6.zip", "size": 360482, "checksum": "SHA-256:c735d00b5301057a1fead7dcf9cea815533c7b94ed1eae7d081e0bdbe26fd275" @@ -102840,7 +134544,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.1.0.zip", "archiveFileName": "AceButton-1.1.0.zip", "size": 376306, "checksum": "SHA-256:5b12db93d72e0532b94ab35513e03bf7e9d6c35a746fcaf29fea816c64255aaa" @@ -102857,7 +134561,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.1.1.zip", "archiveFileName": "AceButton-1.1.1.zip", "size": 377333, "checksum": "SHA-256:4de505ccc190e27e053130fe04ce218180b5900416368078e53304910a04f6bf" @@ -102874,7 +134578,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.2.0.zip", "archiveFileName": "AceButton-1.2.0.zip", "size": 381702, "checksum": "SHA-256:e44a6401ad498b805fd2f973eeea05a9e430aa8f5693ee3d5b72c2c487abd84e" @@ -102891,7 +134595,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.0.zip", "archiveFileName": "AceButton-1.3.0.zip", "size": 379987, "checksum": "SHA-256:46853460266878b00351a8612752bee9a873d96753605cffae82c454866c4ec4" @@ -102908,7 +134612,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.1.zip", "archiveFileName": "AceButton-1.3.1.zip", "size": 380056, "checksum": "SHA-256:8bd9a065bc49a0c703413ec1dabaf81e5fc640019ff0c238cc07773db3acbdc7" @@ -102925,7 +134629,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.2.zip", "archiveFileName": "AceButton-1.3.2.zip", "size": 380172, "checksum": "SHA-256:afb4c97ec5fff9117054c7aeed0cc2e29c0b738884edacfb26ad22181441d012" @@ -102942,7 +134646,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.3.zip", "archiveFileName": "AceButton-1.3.3.zip", "size": 382569, "checksum": "SHA-256:fa2088cebeffd56b9057139ef4f60b78a6a56b544d90151c42eda4bd2ea73f90" @@ -102959,7 +134663,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.4.zip", "archiveFileName": "AceButton-1.3.4.zip", "size": 385750, "checksum": "SHA-256:fff19888c1697f9f4377ccbd305217a6092297cf3f0466750c2fc00e123e9305" @@ -102976,11 +134680,266 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.3.5.zip", "archiveFileName": "AceButton-1.3.5.zip", "size": 386561, "checksum": "SHA-256:15357054479d9d652e70ab649948b0b9b5bde51f2ae9a4604c7875c4fbce0db8" }, + { + "name": "AceButton", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Unit tested using AUnit.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.4.0.zip", + "archiveFileName": "AceButton-1.4.0.zip", + "size": 661121, + "checksum": "SHA-256:ae083f7d18118ed198c3418e7fb456f19edf36292fc148ed298d2277612ba905" + }, + { + "name": "AceButton", + "version": "1.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Unit tested using AUnit.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.4.1.zip", + "archiveFileName": "AceButton-1.4.1.zip", + "size": 637947, + "checksum": "SHA-256:d06dcfc1040b190144a80ec796682fe4e1af26e70ac867c7f0cb1147c0c09865" + }, + { + "name": "AceButton", + "version": "1.4.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Unit tested using AUnit.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.4.2.zip", + "archiveFileName": "AceButton-1.4.2.zip", + "size": 734898, + "checksum": "SHA-256:467dd006d561cd024ff95f9d40b270aada52f1516e88329132d57954b9ec6e46" + }, + { + "name": "AceButton", + "version": "1.4.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Unit tested using AUnit.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.4.3.zip", + "archiveFileName": "AceButton-1.4.3.zip", + "size": 645133, + "checksum": "SHA-256:ca4ae1a47089ec5955966e3fc65775d917c2ad74961dc541fef933381542e01d" + }, + { + "name": "AceButton", + "version": "1.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.5.0.zip", + "archiveFileName": "AceButton-1.5.0.zip", + "size": 973433, + "checksum": "SHA-256:63cc4392daec08752a6fca134583def830a0d1b301ed70cb314333e9da73f204" + }, + { + "name": "AceButton", + "version": "1.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.6.0.zip", + "archiveFileName": "AceButton-1.6.0.zip", + "size": 1017386, + "checksum": "SHA-256:f60973f4bdf7541224e66d1dd012bbf2fede1aa4045f6972dd82db4a1fa18ccf" + }, + { + "name": "AceButton", + "version": "1.6.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.6.1.zip", + "archiveFileName": "AceButton-1.6.1.zip", + "size": 1022392, + "checksum": "SHA-256:b36667bb5b0094702e90b2acfe41b3d398bae66fdf9321f8fac94ed40516fe36" + }, + { + "name": "AceButton", + "version": "1.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.7.0.zip", + "archiveFileName": "AceButton-1.7.0.zip", + "size": 1021464, + "checksum": "SHA-256:2556b5e4a0252a45734791309020fba73609b704697e6b140b5681743cf3e887" + }, + { + "name": "AceButton", + "version": "1.7.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.7.1.zip", + "archiveFileName": "AceButton-1.7.1.zip", + "size": 1025202, + "checksum": "SHA-256:7719cfaaa1ee406e2e4838a460babf572535b31c2a919e042e7bb4aab1cf8f31" + }, + { + "name": "AceButton", + "version": "1.8.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.0.zip", + "archiveFileName": "AceButton-1.8.0.zip", + "size": 994733, + "checksum": "SHA-256:993c939c64dbd906492ff4f77dc4a2650d9065be20399f4c6c34bc3103d77ac8" + }, + { + "name": "AceButton", + "version": "1.8.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.1.zip", + "archiveFileName": "AceButton-1.8.1.zip", + "size": 1003344, + "checksum": "SHA-256:eaf9f4731746fdc5c399b72be231c2dadd3f6d64cd23ea0c0f04a7a3939504d4" + }, + { + "name": "AceButton", + "version": "1.8.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.2.zip", + "archiveFileName": "AceButton-1.8.2.zip", + "size": 1003233, + "checksum": "SHA-256:a1d3cd52a2c233010e14309ef7ed07b04fac2d286379de06d540fd762a09c3f6" + }, + { + "name": "AceButton", + "version": "1.8.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.3.zip", + "archiveFileName": "AceButton-1.8.3.zip", + "size": 1008110, + "checksum": "SHA-256:86c9ee667e8ff408e5611ae173b2bb8b873c20810cba8715e2d4bb3d1ce6ce33" + }, + { + "name": "AceButton", + "version": "1.9.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.9.0.zip", + "archiveFileName": "AceButton-1.9.0.zip", + "size": 1195347, + "checksum": "SHA-256:20d350b905cff1602db0134e547b8cb88425afab1bb67001dca9a4780071fc66" + }, + { + "name": "AceButton", + "version": "1.9.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.9.1.zip", + "archiveFileName": "AceButton-1.9.1.zip", + "size": 1198517, + "checksum": "SHA-256:3f022e38ab1617ab7120d8631393c3dea15a6dfb77e95b420aea12634ecb6a24" + }, { "name": "NTC_Thermistor", "version": "1.0.0", @@ -102993,7 +134952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.0.0.zip", "archiveFileName": "NTC_Thermistor-1.0.0.zip", "size": 41965, "checksum": "SHA-256:ed592bdb899b8514081215f082da3b0968b827b97106db926fec61e7abe97bc6" @@ -103010,7 +134969,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.0.1.zip", "archiveFileName": "NTC_Thermistor-1.0.1.zip", "size": 41974, "checksum": "SHA-256:7bcdcac2db6fd481af17f9ff5c6493585b2d0f81c9064cb58ea25e285755ca71" @@ -103027,7 +134986,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.1.zip", "archiveFileName": "NTC_Thermistor-1.1.1.zip", "size": 41546, "checksum": "SHA-256:ec88d7c2e5de4a8535d02546339bc9453542501b222dba6b7364e51339d97bc9" @@ -103044,7 +135003,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.2.zip", "archiveFileName": "NTC_Thermistor-1.1.2.zip", "size": 41727, "checksum": "SHA-256:0382f90b974103b906e9e1f6e6e8d10546eb3d1cca5995d97bcbb357901fecdd" @@ -103061,7 +135020,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.3.zip", "archiveFileName": "NTC_Thermistor-1.1.3.zip", "size": 41733, "checksum": "SHA-256:56694adbd582c8b1777be6abef21b914bb7d7e182391cfc1520462bdbc28d327" @@ -103078,7 +135037,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-1.1.4.zip", "archiveFileName": "NTC_Thermistor-1.1.4.zip", "size": 41722, "checksum": "SHA-256:8799edfb8bc7f3e4c639ea7273b384d67e5545dcabaecc692e19b56452ca51b4" @@ -103095,7 +135054,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-2.0.0.zip", "archiveFileName": "NTC_Thermistor-2.0.0.zip", "size": 47312, "checksum": "SHA-256:5c154bff444ad789e40aecd268ebf694a1850fd535ab31c7b3859e161b427371" @@ -103112,11 +135071,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-2.0.1.zip", "archiveFileName": "NTC_Thermistor-2.0.1.zip", "size": 47509, "checksum": "SHA-256:4cdee88804a512659293d054543c4c49fa48f0aca5b3bdab6ab2385b3c83efca" }, + { + "name": "NTC_Thermistor", + "version": "2.0.2", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a NTC thermistor.", + "paragraph": "Provides a temperature reading in Celsius, Fahrenheit and Kelvin.", + "website": "https://github.com/YuriiSalimov/NTC_Thermistor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-2.0.2.zip", + "archiveFileName": "NTC_Thermistor-2.0.2.zip", + "size": 48122, + "checksum": "SHA-256:f56881dc7b917413e461721d715fc2ecd05e1d117ef81eb0846a6f2b79c43ff9" + }, + { + "name": "NTC_Thermistor", + "version": "2.0.3", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a NTC thermistor.", + "paragraph": "Provides a temperature reading in Celsius, Fahrenheit and Kelvin.", + "website": "https://github.com/YuriiSalimov/NTC_Thermistor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/NTC_Thermistor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/NTC_Thermistor-2.0.3.zip", + "archiveFileName": "NTC_Thermistor-2.0.3.zip", + "size": 48223, + "checksum": "SHA-256:d7d17080fe3f76941379fa263132f287395fd70f9e6a1a66b248117cd3cba32a" + }, { "name": "egoShieldTimeLapse", "version": "1.0.0", @@ -103129,7 +135122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/egoShieldTimeLapse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTimeLapse-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTimeLapse-1.0.0.zip", "archiveFileName": "egoShieldTimeLapse-1.0.0.zip", "size": 1637319, "checksum": "SHA-256:2bdbe29b6590d95ab374a1264f3e70a00507999f7473ec1851faaaf96a327dec" @@ -103146,7 +135139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/egoShieldTimeLapse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTimeLapse-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTimeLapse-1.1.0.zip", "archiveFileName": "egoShieldTimeLapse-1.1.0.zip", "size": 1715870, "checksum": "SHA-256:7ccaf91c808ea193ea867118c8663fa07a82f1e5bd80f6ce8fa481d7c926ee2d" @@ -103163,7 +135156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/egoShieldTeach.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTeach-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTeach-1.0.0.zip", "archiveFileName": "egoShieldTeach-1.0.0.zip", "size": 1636269, "checksum": "SHA-256:0d27146acb422c2d43f273738695cd35b669c9f11353c48002bdefecfc1376aa" @@ -103180,7 +135173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/egoShieldTeach.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTeach-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldTeach-1.1.0.zip", "archiveFileName": "egoShieldTeach-1.1.0.zip", "size": 1725337, "checksum": "SHA-256:092d3fe1dfe7d5485fcb4d9c957a3f755ee21c7463a9e25bb12b568ddc389233" @@ -103197,7 +135190,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_NB-IoT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_NB_IoT-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_NB_IoT-0.0.2.zip", "archiveFileName": "CMMC_NB_IoT-0.0.2.zip", "size": 15809, "checksum": "SHA-256:e5b013b8faa1f940c9e2d94773edfd1be016a1cfb0d8917b07221d44c61fd85d" @@ -103214,7 +135207,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC_NB-IoT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_NB_IoT-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_NB_IoT-0.0.3.zip", "archiveFileName": "CMMC_NB_IoT-0.0.3.zip", "size": 13642, "checksum": "SHA-256:77eab2da8e4d33d039e8c6e1fca20c1a5ccfae62c466809eb84f33d26b4e385a" @@ -103232,7 +135225,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/Temperature_LM75_Derived.git", "providesIncludes": ["Temperature_LM75_Derived.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-0.9.1.zip", "archiveFileName": "I2C_Temperature_Sensors_derived_from_the_LM75-0.9.1.zip", "size": 11859, "checksum": "SHA-256:3d16b0dbae974dedf9923ef723dcdfb62ce1383bfb9e7fe38da7a2341aa1809e" @@ -103250,7 +135243,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/Temperature_LM75_Derived.git", "providesIncludes": ["Temperature_LM75_Derived.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.0.zip", "archiveFileName": "I2C_Temperature_Sensors_derived_from_the_LM75-1.0.0.zip", "size": 13066, "checksum": "SHA-256:d1ba329d31fd1306fe874d32ee89dcd452d635c7eefa4de73db0877050d14d28" @@ -103268,7 +135261,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/Temperature_LM75_Derived.git", "providesIncludes": ["Temperature_LM75_Derived.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.1.zip", "archiveFileName": "I2C_Temperature_Sensors_derived_from_the_LM75-1.0.1.zip", "size": 15262, "checksum": "SHA-256:75fb5b67bc986c6da09d59d57a3bf83ae1165d81755e392c3378943164f8bae9" @@ -103286,11 +135279,29 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/Temperature_LM75_Derived.git", "providesIncludes": ["Temperature_LM75_Derived.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.2.zip", "archiveFileName": "I2C_Temperature_Sensors_derived_from_the_LM75-1.0.2.zip", "size": 15304, "checksum": "SHA-256:8e9faaf4881b88fba26cf1cf12e559c9daed2279c86dd033a0c78aaa89c51848" }, + { + "name": "I2C Temperature Sensors derived from the LM75", + "version": "1.0.3", + "author": "Jeremy Cole \u003cjeremy@jcole.us\u003e, Liam Cole \u003cliam@liamiam.com\u003e", + "maintainer": "Jeremy Cole \u003cjeremy@jcole.us\u003e", + "sentence": "Support for I²C digital temperature sensors derived from the LM75.", + "paragraph": "Supported sensors include: LM75, LM75A, LM75B, LM75C, TMP75, TMP175, TMP275, TMP100, TMP101, TMP102, DS1775, STLM75, MCP9800/1/2/3, NCT75, and more. Unique features supported may vary, but contributions or suggestions are welcome. Click \"More info\" for a more complete list.", + "website": "https://github.com/jeremycole/Temperature_LM75_Derived", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jeremycole/Temperature_LM75_Derived.git", + "providesIncludes": ["Temperature_LM75_Derived.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/I2C_Temperature_Sensors_derived_from_the_LM75-1.0.3.zip", + "archiveFileName": "I2C_Temperature_Sensors_derived_from_the_LM75-1.0.3.zip", + "size": 16968, + "checksum": "SHA-256:7277c55801db08a07f16a66ffb6dc1e23cb6d8f9e8d4762bd1715d770649b5f3" + }, { "name": "BlueDot BME280 TSL2591", "version": "1.0.0", @@ -103303,7 +135314,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.0.zip", "archiveFileName": "BlueDot_BME280_TSL2591-1.0.0.zip", "size": 10381, "checksum": "SHA-256:e2402ded8f45bfdf3aef7e690b87ea24ea176ef238854f2d1d6401f7aea78ceb" @@ -103320,7 +135331,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.2.zip", "archiveFileName": "BlueDot_BME280_TSL2591-1.0.2.zip", "size": 10381, "checksum": "SHA-256:4591c977352d02239c2e0514799157836815c5a3c31c972cc10e8cf7e9eea4f8" @@ -103337,7 +135348,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.3.zip", "archiveFileName": "BlueDot_BME280_TSL2591-1.0.3.zip", "size": 10383, "checksum": "SHA-256:56093cd042d81e71ff1421112f8b838bc1b49957cf49e678faed607a909f9e70" @@ -103354,7 +135365,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BME280_TSL2591-1.0.4.zip", "archiveFileName": "BlueDot_BME280_TSL2591-1.0.4.zip", "size": 10731, "checksum": "SHA-256:b1407a946aba6608decb669f36a810c98212547333e98e56c086932b581678d0" @@ -103371,7 +135382,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/RelayModule.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.0.0.zip", "archiveFileName": "RelayModule-1.0.0.zip", "size": 108838, "checksum": "SHA-256:b10bdff18dc796f6b8a4f7cb19c9df94f37012ea28f68a19d6196ba9eec03f11" @@ -103388,7 +135399,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/RelayModule.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.1.0.zip", "archiveFileName": "RelayModule-1.1.0.zip", "size": 109826, "checksum": "SHA-256:c056d2466df53fb34fd728e93b8fbfca5a10eeb05430d2a3c93306721be69d2e" @@ -103405,7 +135416,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/RelayModule.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.1.1.zip", "archiveFileName": "RelayModule-1.1.1.zip", "size": 109850, "checksum": "SHA-256:a6372c7c6bd5b2017b1ad8e294dc3a464c991683a6dc0697309f07335e332429" @@ -103422,7 +135433,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/RelayModule.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/RelayModule-1.1.2.zip", "archiveFileName": "RelayModule-1.1.2.zip", "size": 109899, "checksum": "SHA-256:0137499690de9611d91b185e0beddb5d4a74d1646082ca47f9efe03508912db2" @@ -103439,7 +135450,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-1.0.1.zip", "archiveFileName": "Joba_Tsl2561_Library-1.0.1.zip", "size": 29150, "checksum": "SHA-256:0c5edf22b7067f7cf0322e66deacab30cddd20622f391580b1207dfb012efad8" @@ -103456,7 +135467,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-1.0.2.zip", "archiveFileName": "Joba_Tsl2561_Library-1.0.2.zip", "size": 31145, "checksum": "SHA-256:8fab4588412c86dd6303cf7f3577260da772690ce686578e19f04682bfba5cbd" @@ -103473,7 +135484,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.10.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.10.zip", "size": 34870, "checksum": "SHA-256:0ef120417aa50c9e4005c6e4847541baafb10abe3a67fa559737ac3f39fd6ed4" @@ -103490,7 +135501,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.3.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.3.zip", "size": 32997, "checksum": "SHA-256:ffd21c9d4390ba8fe889e4617b1f63aa462c701b9d98993f3e896fddb667f28b" @@ -103507,7 +135518,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.4.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.4.zip", "size": 33231, "checksum": "SHA-256:da6b93984482b37d5f300b661c76710f9467398362c4390e606933334c809ddf" @@ -103524,7 +135535,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.5.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.5.zip", "size": 33445, "checksum": "SHA-256:14998d5916f64ca28be96c92e9173c371f0e0e3a6e80d389ef27e509caf47c5b" @@ -103541,7 +135552,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.6.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.6.zip", "size": 33471, "checksum": "SHA-256:6dda57f97d649f2e9caad83d45570057e6617cd23cc566698b8de246145b7b66" @@ -103558,7 +135569,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.7.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.7.zip", "size": 34086, "checksum": "SHA-256:a678f62502c780cdb1e6f185968eb7b6a11d89b80883cc55ba94eda2eb02f8da" @@ -103575,7 +135586,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.8.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.8.zip", "size": 34287, "checksum": "SHA-256:47b112af94695018f9ddeb2b4bca560a40549eb42ba63a88cd607b257f84c2e1" @@ -103592,7 +135603,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/joba-1/Joba_Tsl2561.git", - "url": "http://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/joba-1/Joba_Tsl2561_Library-2.0.9.zip", "archiveFileName": "Joba_Tsl2561_Library-2.0.9.zip", "size": 34361, "checksum": "SHA-256:3f0ce9c6d0695c1d6adb5e99fd1a3fa09b9065a378a6d9da224899cf22c6510b" @@ -103608,749 +135619,11 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_SAMDtimer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/avdweb_SAMDtimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/avdweb_SAMDtimer-1.0.0.zip", "archiveFileName": "avdweb_SAMDtimer-1.0.0.zip", "size": 5135, "checksum": "SHA-256:5ed2b8fd9bebc5686d5708aab72a07f279f728e9f96d6b3dc423ae240017c686" }, - { - "name": "LoRaLib", - "version": "1.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272 or SX1278 chip", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-1.0.0.zip", - "archiveFileName": "LoRaLib-1.0.0.zip", - "size": 22311, - "checksum": "SHA-256:d448c0b7205dffdd6a44e9b9d2c11fb8a0cef62152bda906b4f520c633e1e636" - }, - { - "name": "LoRaLib", - "version": "1.0.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272 or SX1278 chip", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-1.0.1.zip", - "archiveFileName": "LoRaLib-1.0.1.zip", - "size": 22606, - "checksum": "SHA-256:747d482d614a79033e2249485750b7ec5cd52c69c4061552c57bdf60b2ab05f7" - }, - { - "name": "LoRaLib", - "version": "1.1.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272 or SX1278 chip", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-1.1.0.zip", - "archiveFileName": "LoRaLib-1.1.0.zip", - "size": 28448, - "checksum": "SHA-256:396744102a6973bb6313310e5f6c9382a5cc991c2cf7226b4a2a09ed7133f222" - }, - { - "name": "LoRaLib", - "version": "1.2.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-1.2.0.zip", - "archiveFileName": "LoRaLib-1.2.0.zip", - "size": 31175, - "checksum": "SHA-256:a8e1364a75412536c2057c83541907f82163f6d2aa7db5e5451a429014cef70e" - }, - { - "name": "LoRaLib", - "version": "1.2.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-1.2.1.zip", - "archiveFileName": "LoRaLib-1.2.1.zip", - "size": 31114, - "checksum": "SHA-256:c77d01c98d70c783eaca04c21fd2961236f005be99c2e509365242f17183aceb" - }, - { - "name": "LoRaLib", - "version": "1.2.2", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-1.2.2.zip", - "archiveFileName": "LoRaLib-1.2.2.zip", - "size": 31131, - "checksum": "SHA-256:dc322e0a128fdce7807035219df429f06d1d0a014455e03155dca7d4e9a0bbe6" - }, - { - "name": "LoRaLib", - "version": "2.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-2.0.0.zip", - "archiveFileName": "LoRaLib-2.0.0.zip", - "size": 29351, - "checksum": "SHA-256:745bef89fed3dcf6db989475aba03196eaac736b5f1d343e33032514e0a41ced" - }, - { - "name": "LoRaLib", - "version": "2.0.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-2.0.1.zip", - "archiveFileName": "LoRaLib-2.0.1.zip", - "size": 29657, - "checksum": "SHA-256:a4716c9d195bcdae12a4e0a76c6b6ed1cd85609f2eed6672220d98fd5c8277ee" - }, - { - "name": "LoRaLib", - "version": "3.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-3.0.0.zip", - "archiveFileName": "LoRaLib-3.0.0.zip", - "size": 26695, - "checksum": "SHA-256:815960c80f5490aff37111cd98bcbfb8200a870debe63381d3750bfaf7c3aeb3" - }, - { - "name": "LoRaLib", - "version": "3.0.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-3.0.1.zip", - "archiveFileName": "LoRaLib-3.0.1.zip", - "size": 26726, - "checksum": "SHA-256:395114cbb035db755971aad5b07072511be4a8f24cbf4c998195469214ed98dd" - }, - { - "name": "LoRaLib", - "version": "3.0.2", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-3.0.2.zip", - "archiveFileName": "LoRaLib-3.0.2.zip", - "size": 26638, - "checksum": "SHA-256:f697700eef02cc44ce037f2ec937ef186482ad0b49fcda9b3cd9bc6b40337e1a" - }, - { - "name": "LoRaLib", - "version": "3.0.3", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-3.0.3.zip", - "archiveFileName": "LoRaLib-3.0.3.zip", - "size": 27632, - "checksum": "SHA-256:72499a84b8ad5151b54d41500077e621fd8fa25673f073984f2a2bf1d5489d69" - }, - { - "name": "LoRaLib", - "version": "4.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-4.0.0.zip", - "archiveFileName": "LoRaLib-4.0.0.zip", - "size": 27909, - "checksum": "SHA-256:e6fe96ec649b7279109377673f7a7a0d05b84dd3a6b8bf8452af35bae554d8ba" - }, - { - "name": "LoRaLib", - "version": "4.0.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-4.0.1.zip", - "archiveFileName": "LoRaLib-4.0.1.zip", - "size": 27921, - "checksum": "SHA-256:b589d5104f9e9a85cde332365bbcdede7101f69697ca3af41c79d224445e5d91" - }, - { - "name": "LoRaLib", - "version": "4.1.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-4.1.0.zip", - "archiveFileName": "LoRaLib-4.1.0.zip", - "size": 30039, - "checksum": "SHA-256:7a6c8d4d9dcf474349a1a4ec249f69a44ad6433e573059790d0fc29f2ee2950f" - }, - { - "name": "LoRaLib", - "version": "4.2.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-4.2.0.zip", - "archiveFileName": "LoRaLib-4.2.0.zip", - "size": 31166, - "checksum": "SHA-256:7ddcf8e650dad9735c841a81d13891960ea2955bb76d05e6342181260b045c6d" - }, - { - "name": "LoRaLib", - "version": "5.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.0.0.zip", - "archiveFileName": "LoRaLib-5.0.0.zip", - "size": 32944, - "checksum": "SHA-256:b8762877ba4b6a80327abf0e638b2a791af32367eee5a81142a086414315a7f3" - }, - { - "name": "LoRaLib", - "version": "5.0.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.0.1.zip", - "archiveFileName": "LoRaLib-5.0.1.zip", - "size": 34865, - "checksum": "SHA-256:5d8b05fac38180315c5600567ff4a6e0b94b6375feed696b016b708e8a1efeca" - }, - { - "name": "LoRaLib", - "version": "5.0.2", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.0.2.zip", - "archiveFileName": "LoRaLib-5.0.2.zip", - "size": 34876, - "checksum": "SHA-256:7c8f223242d0d76368fb383b0864c074c7a984619c10c70d5219ea43c8865879" - }, - { - "name": "LoRaLib", - "version": "5.1.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.1.1.zip", - "archiveFileName": "LoRaLib-5.1.1.zip", - "size": 45770, - "checksum": "SHA-256:fd7eb3965f88a07e01f11910904e3f9da8516240dbfeb50579419ecda4b9d5fd" - }, - { - "name": "LoRaLib", - "version": "5.2.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.2.0.zip", - "archiveFileName": "LoRaLib-5.2.0.zip", - "size": 46686, - "checksum": "SHA-256:976d8e19cafd7d3eaf908bf046ccd616e218c7c8610739876b1fd65e6c668303" - }, - { - "name": "LoRaLib", - "version": "5.2.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.2.1.zip", - "archiveFileName": "LoRaLib-5.2.1.zip", - "size": 47425, - "checksum": "SHA-256:2cd93ebf0cc520383bbb86e8e7fa7afba073071e5ff7ac896e38eaee79194684" - }, - { - "name": "LoRaLib", - "version": "5.2.2", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.2.2.zip", - "archiveFileName": "LoRaLib-5.2.2.zip", - "size": 47398, - "checksum": "SHA-256:30abd1a55735dd512a75924a277f49e028eabacec502ed7f50a0c85b65d1055d" - }, - { - "name": "LoRaLib", - "version": "5.2.3", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.2.3.zip", - "archiveFileName": "LoRaLib-5.2.3.zip", - "size": 47408, - "checksum": "SHA-256:dfcedbb2e7596a74a14d3bddde252e00f806ad1277671541cb8d52392567433d" - }, - { - "name": "LoRaLib", - "version": "5.3.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.3.0.zip", - "archiveFileName": "LoRaLib-5.3.0.zip", - "size": 47625, - "checksum": "SHA-256:94854474ec238fc583a2f7e7cef3d4d02f72d4e2558e5097d5bd0ab1a7dccdfc" - }, - { - "name": "LoRaLib", - "version": "5.3.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-5.3.1.zip", - "archiveFileName": "LoRaLib-5.3.1.zip", - "size": 47625, - "checksum": "SHA-256:e89c65f03ee537bbb00a6c50bcf145e0fb63e1de632f0b856a1f7c4d2e819987" - }, - { - "name": "LoRaLib", - "version": "6.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73 or SX1276/77/78/79 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield or module, will also work with any SX1272/73 and SX1276/77/78/79 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-6.0.0.zip", - "archiveFileName": "LoRaLib-6.0.0.zip", - "size": 48559, - "checksum": "SHA-256:da1e5b49974139338cdaa5ae891c0f71b072959116f958c84f0ef706524a7a01" - }, - { - "name": "LoRaLib", - "version": "6.1.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-6.1.0.zip", - "archiveFileName": "LoRaLib-6.1.0.zip", - "size": 52247, - "checksum": "SHA-256:11443f17a75fa25c11c36cceca49972bb52d9abe6f59b65cb429b89d82388dc5" - }, - { - "name": "LoRaLib", - "version": "7.0.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-7.0.0.zip", - "archiveFileName": "LoRaLib-7.0.0.zip", - "size": 52884, - "checksum": "SHA-256:6d699efe81db3d007c638e2ab5ade14ea721b39092f1afa1ac57d89c9db2be6d" - }, - { - "name": "LoRaLib", - "version": "7.0.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-7.0.1.zip", - "archiveFileName": "LoRaLib-7.0.1.zip", - "size": 53096, - "checksum": "SHA-256:a36bfbc88c6fba52447e77e6e9c19ab201ddf2703391be9168419e3817d7feda" - }, - { - "name": "LoRaLib", - "version": "7.1.0", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-7.1.0.zip", - "archiveFileName": "LoRaLib-7.1.0.zip", - "size": 53587, - "checksum": "SHA-256:ca010c0d1d85fd8e9d247e098e1cc636b8458990a5eb3f97f98b585bacfb9f94" - }, - { - "name": "LoRaLib", - "version": "7.1.1", - "author": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgipsonek@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-7.1.1.zip", - "archiveFileName": "LoRaLib-7.1.1.zip", - "size": 96258, - "checksum": "SHA-256:0e45d24ccca81c345051924ff9aa30577f39024fa1ec9f0df31d56b915b35df4" - }, - { - "name": "LoRaLib", - "version": "8.0.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.0.zip", - "archiveFileName": "LoRaLib-8.0.0.zip", - "size": 97946, - "checksum": "SHA-256:5179f0ed1d6195f6f0961bc95fcfdffdee15c29fd7e69b0e0f4c571d04446628" - }, - { - "name": "LoRaLib", - "version": "8.0.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.1.zip", - "archiveFileName": "LoRaLib-8.0.1.zip", - "size": 97945, - "checksum": "SHA-256:82364e7d90d14c3794efcdd3dd0e70f54ccc5e536cfd80eb317c688705feee7d" - }, - { - "name": "LoRaLib", - "version": "8.0.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.2.zip", - "archiveFileName": "LoRaLib-8.0.2.zip", - "size": 97808, - "checksum": "SHA-256:c99f5932ecbd5644e55d7d01e663e31abb529258fb5edd2c2d1cd7284f9c8ed9" - }, - { - "name": "LoRaLib", - "version": "8.0.3", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.3.zip", - "archiveFileName": "LoRaLib-8.0.3.zip", - "size": 97813, - "checksum": "SHA-256:4b0ebfeb15c03a796bcbf51bd6af4dc4ae48ca5aa61a3eb4ca6c613f3074b82c" - }, - { - "name": "LoRaLib", - "version": "8.0.4", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.4.zip", - "archiveFileName": "LoRaLib-8.0.4.zip", - "size": 97682, - "checksum": "SHA-256:72bed12b65f93d6962befaf602c061b09ea313926c27620c42fccecf074fee6d" - }, - { - "name": "LoRaLib", - "version": "8.0.5", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.5.zip", - "archiveFileName": "LoRaLib-8.0.5.zip", - "size": 97623, - "checksum": "SHA-256:2dafb6506a2e52ea3f578b690f129cc24737ac078f789d3c9f19b456e3a05b2b" - }, - { - "name": "LoRaLib", - "version": "8.0.6", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.0.6.zip", - "archiveFileName": "LoRaLib-8.0.6.zip", - "size": 97694, - "checksum": "SHA-256:0f363d3b9a5afb115a82df64659c6b0905d35002980b45401c084101fedafe8a" - }, - { - "name": "LoRaLib", - "version": "8.1.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.1.0.zip", - "archiveFileName": "LoRaLib-8.1.0.zip", - "size": 99914, - "checksum": "SHA-256:41198e055180848dbc83d20970ec3dc5a005039b85d4ce26385ad23a65843ff2" - }, - { - "name": "LoRaLib", - "version": "8.1.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Arduino library for LoRa modules based on SX1272/73/76/77/78/79 or RFM95/96/97/98 chips", - "paragraph": "Designed to be used with LoRenz Rev.B shield, will also work with any SX1272/73/76/77/78/79 or RFM95/96/97/98 modules.", - "website": "https://github.com/jgromes/LoRaLib", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jgromes/LoRaLib.git", - "providesIncludes": ["LoRaLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/LoRaLib-8.1.1.zip", - "archiveFileName": "LoRaLib-8.1.1.zip", - "size": 99904, - "checksum": "SHA-256:cc79a321909c8b69219d524ce31b6f6b861075cc04d325a88b4fef51764bd985" - }, { "name": "DynamixelShield", "version": "0.0.1", @@ -104363,7 +135636,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.1.zip", "archiveFileName": "DynamixelShield-0.0.1.zip", "size": 31930, "checksum": "SHA-256:ba94686bc2248b96931d6460559a711108f18718573f419654189588adbb4af3" @@ -104380,7 +135653,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.2.zip", "archiveFileName": "DynamixelShield-0.0.2.zip", "size": 32478, "checksum": "SHA-256:6adca60b72ca0e073b9b2c4ffd03fb149a62a8f132104746ea59d74d0f3fcc66" @@ -104397,7 +135670,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.3.zip", "archiveFileName": "DynamixelShield-0.0.3.zip", "size": 32770, "checksum": "SHA-256:6aeb58b6e83219c4ddcc32c15c5f1f2ce0929d622f5ea586d961b8c65ca26420" @@ -104414,7 +135687,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.4.zip", "archiveFileName": "DynamixelShield-0.0.4.zip", "size": 36086, "checksum": "SHA-256:7009aaa416e0613bb81fe2a7bb577f28c537fea378ed62febd73a6c4e3620ce7" @@ -104431,7 +135704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.0.5.zip", "archiveFileName": "DynamixelShield-0.0.5.zip", "size": 37524, "checksum": "SHA-256:5f46eaa852a47d19833979c40bcd651397809036b26b5c19437b0295e365e1fd" @@ -104448,7 +135721,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.0.zip", "archiveFileName": "DynamixelShield-0.1.0.zip", "size": 41041, "checksum": "SHA-256:11d05b41e236b1d7958104bf602c5c29a09fcc0b9a8d76ac408f43282540d669" @@ -104466,7 +135739,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.1.zip", "archiveFileName": "DynamixelShield-0.1.1.zip", "size": 46822, "checksum": "SHA-256:52efbea7311e93ecb9fedce477634c79ead08ce1c908c556c93efa14cff97bd0" @@ -104484,7 +135757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.2.zip", "archiveFileName": "DynamixelShield-0.1.2.zip", "size": 46952, "checksum": "SHA-256:1f4a805377a4321de98c93c02fec0a52171c2e80f9ea98395f24325b656825a8" @@ -104502,11 +135775,162 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.3.zip", "archiveFileName": "DynamixelShield-0.1.3.zip", "size": 48553, "checksum": "SHA-256:ea3529d76d680dd7b2cf675d070fc20dfd12c6aee5e53f2c86478e02ec67c09a" }, + { + "name": "DynamixelShield", + "version": "0.1.4", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control Dynamixels and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.4.zip", + "archiveFileName": "DynamixelShield-0.1.4.zip", + "size": 48644, + "checksum": "SHA-256:fbfa04b6e2931c3c455b63b39f428616b1f216f41169926b839e2471448ec5d1" + }, + { + "name": "DynamixelShield", + "version": "0.1.5", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control Dynamixels and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.1.5.zip", + "archiveFileName": "DynamixelShield-0.1.5.zip", + "size": 49273, + "checksum": "SHA-256:b6cfd3eeda706309b5ee8877c2bb1d00578a3fb3f0119fce360e33cb6e922e5c" + }, + { + "name": "DynamixelShield", + "version": "0.2.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control Dynamixels and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.0.zip", + "archiveFileName": "DynamixelShield-0.2.0.zip", + "size": 58467, + "checksum": "SHA-256:e90a260a2e6484d53f70bc25ff5ce2367285c67334f4cf18c1228663ba408031" + }, + { + "name": "DynamixelShield", + "version": "0.2.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control Dynamixels and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.1.zip", + "archiveFileName": "DynamixelShield-0.2.1.zip", + "size": 58815, + "checksum": "SHA-256:b326b617f9aeedc1f5df54aeb38b1152a325a1c55bdf79dc4f92cabbc570536f" + }, + { + "name": "DynamixelShield", + "version": "0.2.2", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.2.zip", + "archiveFileName": "DynamixelShield-0.2.2.zip", + "size": 72906, + "checksum": "SHA-256:53c9bbc834f58400e141334f720538523c52026ed84a2d424daa27bb2be7a013" + }, + { + "name": "DynamixelShield", + "version": "0.2.3", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.3.zip", + "archiveFileName": "DynamixelShield-0.2.3.zip", + "size": 76674, + "checksum": "SHA-256:54313917623370e702d526b47c5c60b91b93a3411a8a2a397c473ef6cef9d41c" + }, + { + "name": "DynamixelShield", + "version": "0.2.4", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.4.zip", + "archiveFileName": "DynamixelShield-0.2.4.zip", + "size": 81136, + "checksum": "SHA-256:5a14b92c300e8b113da1c8317abb3769b61c7e9c4b2c108012a54c031f72fcb8" + }, { "name": "Linear Position Control", "version": "0.0.1", @@ -104520,7 +135944,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/linear-position-control.git", "providesIncludes": ["AbsoluteLinearPositionControl.h", "SerialIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-0.0.1.zip", "archiveFileName": "Linear_Position_Control-0.0.1.zip", "size": 44222013, "checksum": "SHA-256:638f2d0ae537b0537ca2e6f0078d8b51e8d27c0aa441fd0aa89688db85c3838c" @@ -104538,7 +135962,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/linear-position-control.git", "providesIncludes": ["AbsoluteLinearPositionControl.h", "SerialIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-0.0.4.zip", "archiveFileName": "Linear_Position_Control-0.0.4.zip", "size": 67917, "checksum": "SHA-256:a7a7242d8231ed8fb65b5901e883afa60946086933f1197f7c58b2be5b27cb9e" @@ -104556,7 +135980,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/linear-position-control.git", "providesIncludes": ["AbsoluteLinearPositionControl.h", "SerialIO.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-0.0.5.zip", "archiveFileName": "Linear_Position_Control-0.0.5.zip", "size": 53909, "checksum": "SHA-256:29fbac59b99053f88d9a10d02f195446aa4213d75e44b4580b843767402c4089" @@ -104574,7 +135998,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/linear-position-control.git", "providesIncludes": ["LinearPositionControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-1.1.0.zip", "archiveFileName": "Linear_Position_Control-1.1.0.zip", "size": 32766, "checksum": "SHA-256:dc18e5010351327c93da2da2184dd7160a7e0c5957c69a85b16aab317e00c150" @@ -104592,7 +136016,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/linear-position-control.git", "providesIncludes": ["LinearPositionControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Linear_Position_Control-1.1.1.zip", "archiveFileName": "Linear_Position_Control-1.1.1.zip", "size": 32692, "checksum": "SHA-256:4112effcec3c80f08a3cec1eb814299db0055e640b0910f2353e4bf93a51aeb5" @@ -104609,7 +136033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LSM303AGR-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LSM303AGR-1.0.0.zip", "archiveFileName": "Sodaq_LSM303AGR-1.0.0.zip", "size": 6239, "checksum": "SHA-256:2b83fd50c6ed6a9567a00742b8491aa8e67829a99ea04e810fe0daacac252ffc" @@ -104626,7 +136050,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LSM303AGR-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LSM303AGR-1.1.0.zip", "archiveFileName": "Sodaq_LSM303AGR-1.1.0.zip", "size": 8620, "checksum": "SHA-256:73a876d694d280de2c113baa4be076a523383a84a1bb0ac78c143c3a361f78c9" @@ -104643,7 +136067,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_LSM303AGR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LSM303AGR-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_LSM303AGR-2.0.0.zip", "archiveFileName": "Sodaq_LSM303AGR-2.0.0.zip", "size": 9066, "checksum": "SHA-256:73e40ded7a17823c9e8d86090f537120cc4f5c91b36207e36e0bb133d4c4ebdf" @@ -104660,7 +136084,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC-Packet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Packet-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Packet-1.0.0.zip", "archiveFileName": "CMMC_Packet-1.0.0.zip", "size": 6853, "checksum": "SHA-256:ebc45a3b77f0a6757acbb306ea859b4167c79f41523a684abe1bfc33c66bc9e9" @@ -104677,7 +136101,7 @@ "architectures": ["esp8266", "avr"], "types": ["Contributed"], "repository": "https://github.com/cmmakerclub/CMMC-Packet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Packet-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_Packet-1.0.1.zip", "archiveFileName": "CMMC_Packet-1.0.1.zip", "size": 6895, "checksum": "SHA-256:cdc0463bccf61d0e5c7bc8d757e3a3f56e2d0287b487a1a850f898b6f6f90ff3" @@ -104695,7 +136119,7 @@ "types": ["Contributed"], "repository": "https://github.com/jspayneco/Debugger.git", "providesIncludes": ["Debugger.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jspayneco/Debugger-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jspayneco/Debugger-1.0.0.zip", "archiveFileName": "Debugger-1.0.0.zip", "size": 10183, "checksum": "SHA-256:4aff9def18863a3e89dc24023f846e2375f2f2da133759603989788c3dc58c79" @@ -104712,7 +136136,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ADXL345_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADXL345_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADXL345_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_ADXL345_Arduino_Library-1.0.0.zip", "size": 19673, "checksum": "SHA-256:0254d796e6b8c58a59563bb8cf71f92200ad7cb1508789bda377863ec9abe36d" @@ -104729,7 +136153,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.0.0.zip", "archiveFileName": "MAX6675_Thermocouple-1.0.0.zip", "size": 59380, "checksum": "SHA-256:ad952aec558342576ab5a8eb3e2a5b7fe7661f6a2c1a1283ae68feffc6994403" @@ -104746,7 +136170,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.0.1.zip", "archiveFileName": "MAX6675_Thermocouple-1.0.1.zip", "size": 59382, "checksum": "SHA-256:fe0cb01fc69224d7bb864958a4ff2988040aa4426d6096deec4501df5fa0e7f7" @@ -104763,7 +136187,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.1.1.zip", "archiveFileName": "MAX6675_Thermocouple-1.1.1.zip", "size": 61382, "checksum": "SHA-256:70edc7ee20481524f495e80da6eb7a4a0dbc0f2e72542a51ba9578bfe71a7dc3" @@ -104780,7 +136204,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.1.2.zip", "archiveFileName": "MAX6675_Thermocouple-1.1.2.zip", "size": 61424, "checksum": "SHA-256:548a5a27881177c07dd60ba9232aa8b9bf888589ae4dd1e4002026cb8c54c19f" @@ -104797,7 +136221,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-1.1.3.zip", "archiveFileName": "MAX6675_Thermocouple-1.1.3.zip", "size": 61471, "checksum": "SHA-256:de6bf850a6ed0ca6465e3de4417f45d509591feba81121c16e18a05cadb07fcc" @@ -104814,11 +136238,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-2.0.0.zip", "archiveFileName": "MAX6675_Thermocouple-2.0.0.zip", "size": 65736, "checksum": "SHA-256:e76d9e0cf21fc8ab73c4feb66b3f8afccb254a3744ba06e7763ee740e80e7a96" }, + { + "name": "MAX6675_Thermocouple", + "version": "2.0.1", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a thermocouple based on the MAX6675 driver.", + "paragraph": "Provides a temperature reading in Celsius, Fahrenheit and Kelvin.", + "website": "https://github.com/YuriiSalimov/MAX6675_Thermocouple", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-2.0.1.zip", + "archiveFileName": "MAX6675_Thermocouple-2.0.1.zip", + "size": 66197, + "checksum": "SHA-256:ffea4ffb825fcfa99b4ab6ae292006477bc87ffe8d7283667768a881ed02db43" + }, + { + "name": "MAX6675_Thermocouple", + "version": "2.0.2", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a thermocouple based on the MAX6675 driver.", + "paragraph": "Provides a temperature reading in Celsius, Fahrenheit and Kelvin.", + "website": "https://github.com/YuriiSalimov/MAX6675_Thermocouple", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/MAX6675_Thermocouple.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/MAX6675_Thermocouple-2.0.2.zip", + "archiveFileName": "MAX6675_Thermocouple-2.0.2.zip", + "size": 66270, + "checksum": "SHA-256:fe30a46d6f9521ddb4df7d869bdbe8ffba17daa4b8e944ae4c13f3a9fc31c3e3" + }, { "name": "FlightSimSwitches", "version": "1.1.0", @@ -104832,7 +136290,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.0.zip", "archiveFileName": "FlightSimSwitches-1.1.0.zip", "size": 16000, "checksum": "SHA-256:8065ea0cbb3ea5116fa3e376b9cdcb8c65e8ff801bad7c8c4e228e4426c5b51e" @@ -104850,7 +136308,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.9.zip", "archiveFileName": "FlightSimSwitches-1.1.9.zip", "size": 25007, "checksum": "SHA-256:23bd8bf73fb53ef449dd0945c1a1f8f3609f016639717ddcd0cbf253a5bf5c0d" @@ -104868,7 +136326,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.11.zip", "archiveFileName": "FlightSimSwitches-1.1.11.zip", "size": 25214, "checksum": "SHA-256:67a9a2d683ff3bf4be0725b840959a9d6e2a79ac128f5ffafee126cc028f7d9b" @@ -104886,7 +136344,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.1.zip", "archiveFileName": "FlightSimSwitches-1.1.1.zip", "size": 16049, "checksum": "SHA-256:cf74f9ab0ee9fb3d9bf9540df9136d8ec1fea4f99cc585233207ad13098ced0e" @@ -104904,7 +136362,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.3.zip", "archiveFileName": "FlightSimSwitches-1.1.3.zip", "size": 16052, "checksum": "SHA-256:7f137681ef8831da74d83c39a627a76afc8be0686147e002afe59a38707fbfd4" @@ -104922,7 +136380,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.4.zip", "archiveFileName": "FlightSimSwitches-1.1.4.zip", "size": 16051, "checksum": "SHA-256:dafd6fb76141233052d472fd11b5a34829c31b36a02641cb65a6219ff1c582b4" @@ -104940,7 +136398,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.6.zip", "archiveFileName": "FlightSimSwitches-1.1.6.zip", "size": 16934, "checksum": "SHA-256:eef107fdf339caf3cdfb941fe6ac0de4c93e5a8e8a48fd8932ffa4c56a133664" @@ -104958,7 +136416,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.7.zip", "archiveFileName": "FlightSimSwitches-1.1.7.zip", "size": 16919, "checksum": "SHA-256:fe1cd8681d5d6ffe7dee8027b1f88b502efc97e621ad34abf98de2ac2df0bc6a" @@ -104976,7 +136434,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.8.zip", "archiveFileName": "FlightSimSwitches-1.1.8.zip", "size": 25025, "checksum": "SHA-256:1ff5fe9ab7a9a4c9e46500a455a0ba0c5fae694f0ccc37cf4dc420f474a44c62" @@ -104994,7 +136452,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.12.zip", "archiveFileName": "FlightSimSwitches-1.1.12.zip", "size": 25262, "checksum": "SHA-256:b3c50ffa98f3be723b803651b8a39e823bcd12292266cc10de2dcf24c908ebc1" @@ -105012,11 +136470,29 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimSwitches.git", "providesIncludes": ["FlightSimSwitches.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.13.zip", "archiveFileName": "FlightSimSwitches-1.1.13.zip", "size": 25366, "checksum": "SHA-256:4fab0186b379785e1e773eb71899542db2cbebe3d1065f4b137178c09db1166e" }, + { + "name": "FlightSimSwitches", + "version": "1.1.14", + "author": "Jorg Neves Bliesener", + "maintainer": "Jorg Neves Bliesener \u003cjbliesener@bliesener.com\u003e", + "sentence": "Library for easy handling of Switches and Buttons in X-Plane with PJRC's Teensy", + "paragraph": "For X-Plane cockpit builders that use the Teensy microcontroller and want to handle switches and pushbuttons, this library provides a set of objects that make the task very easy. The library supports directly connected switches as well as switch matrices. In order to save pins, switch matrices can optionally be connected through multiplexers. Check docs and examples!", + "website": "https://www.github.com/jbliesener/FlightSimSwitches", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jbliesener/FlightSimSwitches.git", + "providesIncludes": ["FlightSimSwitches.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.14.zip", + "archiveFileName": "FlightSimSwitches-1.1.14.zip", + "size": 25374, + "checksum": "SHA-256:979e04c42a1b8c1c7142b7edc62df4da367d02faaa41d4da7dd0ca0d3151624a" + }, { "name": "arduino-display-lcdkeypad", "version": "4.0.1", @@ -105030,7 +136506,7 @@ "types": ["Contributed"], "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", "providesIncludes": ["LcdKeypad.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-4.0.1.zip", "archiveFileName": "arduino_display_lcdkeypad-4.0.1.zip", "size": 14310, "checksum": "SHA-256:13edc951e84d19082902d67f9b0bd793a8ac6a1f90e5a06a703c9df752fd9d88" @@ -105048,11 +136524,63 @@ "types": ["Contributed"], "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", "providesIncludes": ["LcdKeypad.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-4.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-4.0.2.zip", "archiveFileName": "arduino_display_lcdkeypad-4.0.2.zip", "size": 16255, "checksum": "SHA-256:da38588dd87822f235bc46727db00037c5d9f7e9e7cb76f371f876e35b50d897" }, + { + "name": "arduino-display-lcdkeypad", + "version": "5.0.0", + "author": "dieter.niklaus@gmx.net", + "maintainer": "dieter.niklaus@gmx.net", + "sentence": "Arduino LCD Keypad Shield driver.", + "paragraph": "This driver supports two HW types: 4 or 8 bit parallel data bus (LiquidCrystal driver), and I2C bus and RGB color backlight (LiquidTWI2 driver).", + "website": "https://github.com/dniklaus/arduino-display-lcdkeypad", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", + "providesIncludes": ["LcdKeypad.h"], + "dependencies": [ + { + "name": "spin-timer" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-5.0.0.zip", + "archiveFileName": "arduino_display_lcdkeypad-5.0.0.zip", + "size": 16715, + "checksum": "SHA-256:455a25699fdf5bd4372bafff0f02d174b95270adfc110b38fac4b2cfe4ff3717" + }, + { + "name": "arduino-display-lcdkeypad", + "version": "5.0.2", + "author": "dieter.niklaus@gmx.net", + "maintainer": "dieter.niklaus@gmx.net", + "sentence": "Arduino LCD Keypad Shield driver.", + "paragraph": "This driver supports two HW types: 4 or 8 bit parallel data bus (LiquidCrystal driver), and I2C bus and RGB color backlight (LiquidTWI2 driver).", + "website": "https://github.com/dniklaus/arduino-display-lcdkeypad", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", + "providesIncludes": ["LcdKeypad.h"], + "dependencies": [ + { + "name": "spin-timer" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-5.0.2.zip", + "archiveFileName": "arduino_display_lcdkeypad-5.0.2.zip", + "size": 16717, + "checksum": "SHA-256:b5a2e52f194fd4ffca42ecd90b52223cfb25b746328a1aad3f0dbeb85516a74f" + }, { "name": "AllSensors DLV", "version": "1.0.0", @@ -105066,7 +136594,7 @@ "types": ["Contributed"], "repository": "https://github.com/jeremycole/AllSensors_DLV.git", "providesIncludes": ["AllSensors_DLV.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jeremycole/AllSensors_DLV-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jeremycole/AllSensors_DLV-1.0.0.zip", "archiveFileName": "AllSensors_DLV-1.0.0.zip", "size": 5071, "checksum": "SHA-256:710cb7e54e960f2868892b824d080ca82fdfff7f7b8ff747313c124159440ca2" @@ -105083,7 +136611,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/tinySPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.0.1.zip", "archiveFileName": "tinySPI-1.0.1.zip", "size": 8911, "checksum": "SHA-256:f95af8f81ef2776d79e02b9208aeb0edb577a5e162bb5c73755446cdff941219" @@ -105100,7 +136628,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/tinySPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.1.0.zip", "archiveFileName": "tinySPI-1.1.0.zip", "size": 8303, "checksum": "SHA-256:76eb2e85f1b4a047afaa615338fa038d0ac0dba26d98fdbed5ca0bb68c5962fc" @@ -105117,7 +136645,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/tinySPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.1.1.zip", "archiveFileName": "tinySPI-1.1.1.zip", "size": 21217, "checksum": "SHA-256:0f31089b82b7af1ae239e6a40b715483a4da91788c95fdb99342ccf3e43222ce" @@ -105134,7 +136662,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/tinySPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/tinySPI-1.1.2.zip", "archiveFileName": "tinySPI-1.1.2.zip", "size": 22990, "checksum": "SHA-256:bcbb8d485ecf528c64f473152fc247716747df89c2879fb88c92d266dd55b99b" @@ -105151,7 +136679,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tomstewart89/StateSpaceControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tomstewart89/StateSpaceControl-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/StateSpaceControl-1.0.0.zip", "archiveFileName": "StateSpaceControl-1.0.0.zip", "size": 41751, "checksum": "SHA-256:7687b1c613a7681c1446931fe693060045502f310067597b78c70755d66e7ea7" @@ -105170,7 +136698,7 @@ "types": ["Contributed"], "repository": "https://github.com/planetk/ArduinoFritzApi.git", "providesIncludes": ["ArduinoFritzApi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/planetk/ArduinoFritzApi-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/planetk/ArduinoFritzApi-0.0.1.zip", "archiveFileName": "ArduinoFritzApi-0.0.1.zip", "size": 5820, "checksum": "SHA-256:0e2776447947eb1f2ada496ea20c8c3a1bc8df5d23ee80ec1ae7f26d5d1fa5a2" @@ -105189,7 +136717,7 @@ "types": ["Contributed"], "repository": "https://github.com/planetk/ArduinoFritzApi.git", "providesIncludes": ["ArduinoFritzApi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/planetk/ArduinoFritzApi-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/planetk/ArduinoFritzApi-0.1.1.zip", "archiveFileName": "ArduinoFritzApi-0.1.1.zip", "size": 5820, "checksum": "SHA-256:c2a30b9e735ea33eb5dfee3f95c08976dd17730fb608290f0accfa75b9b640c8" @@ -105206,7 +136734,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/byteAgenten/ArduinoArcherPanelClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/byteAgenten/ArduinoArcherPanelClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/byteAgenten/ArduinoArcherPanelClient-1.0.0.zip", "archiveFileName": "ArduinoArcherPanelClient-1.0.0.zip", "size": 18265, "checksum": "SHA-256:018d94e67ecb4eab40000bec8d71100325f4bbbd579420428c42cf5794fdadb6" @@ -105224,7 +136752,7 @@ "types": ["Contributed"], "repository": "https://github.com/byteAgenten/ArduinoArcherPanelClient.git", "providesIncludes": ["ArduinoArcherPanelClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/byteAgenten/ArduinoArcherPanelClient-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/byteAgenten/ArduinoArcherPanelClient-1.0.1.zip", "archiveFileName": "ArduinoArcherPanelClient-1.0.1.zip", "size": 18556, "checksum": "SHA-256:ad8ffe6fb045322a66f70fe3d3923969eba6ba83b63b886db61bd3dac56a1a48" @@ -105241,7 +136769,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_TMP116_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TMP116-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TMP116-1.0.1.zip", "archiveFileName": "ClosedCube_TMP116-1.0.1.zip", "size": 6791, "checksum": "SHA-256:6cca3c7ec46d0a9ca6d05e042f115975c9ae4c3ca4d94aff1fde08d1dbd2e5e2" @@ -105258,7 +136786,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/closedcube/ClosedCube_TMP116_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TMP116-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TMP116-1.0.2.zip", "archiveFileName": "ClosedCube_TMP116-1.0.2.zip", "size": 6838, "checksum": "SHA-256:5e8e0a05bc9973ac245497f63136c3590ecbe43ea48bc67d21c2bb80e9c34fdd" @@ -105275,7 +136803,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.0.zip", "archiveFileName": "ISE_Probe_Interface-1.0.0.zip", "size": 153485, "checksum": "SHA-256:b1e40d9d26289e4da6ae7cf407f861855d6d6297e6112b7f062fb36912ba97de" @@ -105292,7 +136820,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.1.zip", "archiveFileName": "ISE_Probe_Interface-1.0.1.zip", "size": 162836, "checksum": "SHA-256:2f396846d0c42ca75e9296dced1203a109a0924fee3e676f92b146f76d98b532" @@ -105309,7 +136837,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.2.zip", "archiveFileName": "ISE_Probe_Interface-1.0.2.zip", "size": 163545, "checksum": "SHA-256:1a9a916aed656a337740a6229379bb3723934b4f13e83210fb9c09d725bc24c9" @@ -105326,7 +136854,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.0.zip", "archiveFileName": "ISE_Probe_Interface-1.1.0.zip", "size": 171567, "checksum": "SHA-256:1454194a5abd934e8513555c239ff3c0a8258351ef5279ac18e9e30cf2e5b987" @@ -105343,7 +136871,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.1.zip", "archiveFileName": "ISE_Probe_Interface-1.1.1.zip", "size": 171628, "checksum": "SHA-256:2f427028515f67f84fee17a3276af03cf0f7063b2176233ccb7058d7a2fd9cba" @@ -105360,7 +136888,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.2.zip", "archiveFileName": "ISE_Probe_Interface-1.1.2.zip", "size": 171651, "checksum": "SHA-256:be76a0f63eb84b445181dee25ffd8063ad59f5607b096d653a1d4e726154c2bb" @@ -105377,7 +136905,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.3.zip", "archiveFileName": "ISE_Probe_Interface-1.1.3.zip", "size": 166718, "checksum": "SHA-256:f0fb3bbda0e9d6e4414f81a5fcd27bc0a70b155500d5a14ea00d517e0fb0a7df" @@ -105394,7 +136922,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.4.zip", "archiveFileName": "ISE_Probe_Interface-1.1.4.zip", "size": 263490, "checksum": "SHA-256:444fe42dc5e515dd50d75b9e8f459824b62e433f6c8ba8fdd77e329a4cfd3154" @@ -105411,7 +136939,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.5.zip", "archiveFileName": "ISE_Probe_Interface-1.1.5.zip", "size": 262527, "checksum": "SHA-256:846377cd586034064e08ac130225d95430a5ae979c9044563cf99f06f9f1d82f" @@ -105428,7 +136956,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.6.zip", "archiveFileName": "ISE_Probe_Interface-1.1.6.zip", "size": 438677, "checksum": "SHA-256:1cb7544a7ecbe4716632136d6bf3d96773dba3daa9f81200be5cf68681c8c5b1" @@ -105445,7 +136973,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.7.zip", "archiveFileName": "ISE_Probe_Interface-1.1.7.zip", "size": 508750, "checksum": "SHA-256:a109e6b9dc27f56ca761734d2dc0988fa9c911a299ecb3d67a6082cbae58fe5f" @@ -105462,7 +136990,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-2.0.0.zip", "archiveFileName": "ISE_Probe_Interface-2.0.0.zip", "size": 629794, "checksum": "SHA-256:126e1b789641ce21e4d74eb230d9a65bcf2b264b7b8a978304107bc58592efbd" @@ -105480,7 +137008,7 @@ "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/SPIFlash.git", "providesIncludes": ["SPIFlash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.0.0.zip", "archiveFileName": "SPIFlash_LowPowerLab-101.0.0.zip", "size": 11829, "checksum": "SHA-256:4067ccf7aebf161c8cb728aebac998102111a2e3badbd2f38e62c8b9ce0e5bc8" @@ -105498,7 +137026,7 @@ "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/SPIFlash.git", "providesIncludes": ["SPIFlash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.1.1.zip", "archiveFileName": "SPIFlash_LowPowerLab-101.1.1.zip", "size": 11882, "checksum": "SHA-256:b4bed480f1f6a8474d848f719a379c002f669107e6d35e1277b43c4a0883688b" @@ -105515,11 +137043,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/SPIFlash.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.1.2.zip", "archiveFileName": "SPIFlash_LowPowerLab-101.1.2.zip", "size": 11878, "checksum": "SHA-256:a0d3f731aa569cd2d173ace49d073dd881be9f80f604a393ee6b20ad951241eb" }, + { + "name": "SPIFlash_LowPowerLab", + "version": "101.1.3", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for SPI flash memory chips", + "paragraph": "This library is specifically designed for the Windbond W25X40CLSNIG chips for use with Moteino boards for wireless (OTA) programming. Not to be confused with this library: https://github.com/Marzogh/SPIFlash/", + "website": "https://github.com/LowPowerLab/SPIFlash", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/SPIFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/SPIFlash_LowPowerLab-101.1.3.zip", + "archiveFileName": "SPIFlash_LowPowerLab-101.1.3.zip", + "size": 24592, + "checksum": "SHA-256:c5088d317af6af15d48569b397948a34b96652d87e14d66aa158a4f72eccaa29" + }, { "name": "uTimerLib", "version": "0.1.0", @@ -105533,7 +137078,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.1.0.zip", "archiveFileName": "uTimerLib-0.1.0.zip", "size": 15036, "checksum": "SHA-256:65eba15d1f7392907d93a7d248357c7989ca33f7c5f6b687a72de95224611353" @@ -105551,7 +137096,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.2.0.zip", "archiveFileName": "uTimerLib-0.2.0.zip", "size": 15481, "checksum": "SHA-256:ba2189831894efcc377f54ef57d2e82e1c1b6b91a63d8703e1b7ba430d6998fa" @@ -105569,7 +137114,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.2.1.zip", "archiveFileName": "uTimerLib-0.2.1.zip", "size": 15654, "checksum": "SHA-256:36d400e5ae10d1ef7ad79c90286bcbc47b2191360122ffa348260110e8f833b5" @@ -105587,7 +137132,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-0.3.0.zip", "archiveFileName": "uTimerLib-0.3.0.zip", "size": 5968076, "checksum": "SHA-256:ac4aa281bb001c289f26c1431bf19a87f3c563d5b3c140706b1e4a5dd1118322" @@ -105605,7 +137150,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.0.0.zip", "archiveFileName": "uTimerLib-1.0.0.zip", "size": 28593353, "checksum": "SHA-256:b3bf55c5abb9b919f940c89535851cfdd02f209b45d71dcce8624d1eabfdf862" @@ -105623,7 +137168,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.1.0.zip", "archiveFileName": "uTimerLib-1.1.0.zip", "size": 28593529, "checksum": "SHA-256:76206c76ec23af1b7d60701381711a9492ab8f3fc9950e538dc0f3d988c53903" @@ -105641,7 +137186,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.1.1.zip", "archiveFileName": "uTimerLib-1.1.1.zip", "size": 28593576, "checksum": "SHA-256:6c6732626c8c5483bfc44e6494632ccd326fe8c852354e78d8fbaf2db08ff309" @@ -105659,11 +137204,245 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uTimerLib.git", "providesIncludes": ["uTimerLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.1.2.zip", "archiveFileName": "uTimerLib-1.1.2.zip", "size": 28593628, "checksum": "SHA-256:339a14ca1b4cb613164ccdeaba84825d9916eeda189d1acb00d10d6131aa3e5e" }, + { + "name": "uTimerLib", + "version": "1.2.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.2.0.zip", + "archiveFileName": "uTimerLib-1.2.0.zip", + "size": 28867065, + "checksum": "SHA-256:2a20541a02a4fce4774047558e2cb0f348d783ef72cf73d48b4ff00b0c478a0b" + }, + { + "name": "uTimerLib", + "version": "1.2.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.2.1.zip", + "archiveFileName": "uTimerLib-1.2.1.zip", + "size": 28867114, + "checksum": "SHA-256:2a1d5bd69ee81bec472eab7d223d7b2b2de588a07bdcea06ded86fc5db59454d" + }, + { + "name": "uTimerLib", + "version": "1.2.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.2.2.zip", + "archiveFileName": "uTimerLib-1.2.2.zip", + "size": 28867288, + "checksum": "SHA-256:bedcf3ead9398e3c3a91b887e36f10a82e508760206e339690ab0f9622b826db" + }, + { + "name": "uTimerLib", + "version": "1.3.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.3.0.zip", + "archiveFileName": "uTimerLib-1.3.0.zip", + "size": 28868040, + "checksum": "SHA-256:1695eb98674c12de56e02564717bf1b570d727b2387bdd5f6ad549ee6bd6df16" + }, + { + "name": "uTimerLib", + "version": "1.4.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.4.0.zip", + "archiveFileName": "uTimerLib-1.4.0.zip", + "size": 28897953, + "checksum": "SHA-256:696e62f8ae85288fed625b6b844630f805f1cf5a2369300d9383e5d5d50b3452" + }, + { + "name": "uTimerLib", + "version": "1.5.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.5.0.zip", + "archiveFileName": "uTimerLib-1.5.0.zip", + "size": 32578, + "checksum": "SHA-256:99b072c9725966831f8385eba9c36feace0433ceb139e0e73f73825b0b77c16b" + }, + { + "name": "uTimerLib", + "version": "1.6.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.0.zip", + "archiveFileName": "uTimerLib-1.6.0.zip", + "size": 36252, + "checksum": "SHA-256:1ef9f1c603a1b32e25795b7194914218aedc07a6dc222bfc456fc1afda4f15fd" + }, + { + "name": "uTimerLib", + "version": "1.6.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.1.zip", + "archiveFileName": "uTimerLib-1.6.1.zip", + "size": 36659, + "checksum": "SHA-256:d2e122f28f4a33100a683f6b6e53867fea18bc36b3d4c7ebf97ba307423c4128" + }, + { + "name": "uTimerLib", + "version": "1.6.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.2.zip", + "archiveFileName": "uTimerLib-1.6.2.zip", + "size": 36663, + "checksum": "SHA-256:0e45abd94f9fc6f7103839757e0148c645fe3ba8cfc98f9f2d09ff169c6f7b43" + }, + { + "name": "uTimerLib", + "version": "1.6.3", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.3.zip", + "archiveFileName": "uTimerLib-1.6.3.zip", + "size": 36677, + "checksum": "SHA-256:121c87e3d5e922016852668d329b3fa87db6451bfc63c2ce81f743a1b24a4369" + }, + { + "name": "uTimerLib", + "version": "1.6.4", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.4.zip", + "archiveFileName": "uTimerLib-1.6.4.zip", + "size": 40192, + "checksum": "SHA-256:8f810fac3cf5263353da4a43980f9716c253dd0e3da8596bb407bdd96312d593" + }, + { + "name": "uTimerLib", + "version": "1.6.5", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.5.zip", + "archiveFileName": "uTimerLib-1.6.5.zip", + "size": 42154, + "checksum": "SHA-256:7588084ed7985813d62c41240d9fa1fdcde9a4138040f42cc3b0b739add17049" + }, + { + "name": "uTimerLib", + "version": "1.6.6", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": ["uTimerLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.6.zip", + "archiveFileName": "uTimerLib-1.6.6.zip", + "size": 42161, + "checksum": "SHA-256:2a2d145f6dc524f461532032dd7a37e0e2af07db535e0cde902b1ef9c89bd75c" + }, { "name": "AxisJoystick", "version": "1.0.0", @@ -105676,7 +137455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-1.0.0.zip", "archiveFileName": "AxisJoystick-1.0.0.zip", "size": 65145, "checksum": "SHA-256:0d555d588bd9df43c036eb6f5a25c8ed4e7b1a89b1d3c3ecdec384c32484f9cf" @@ -105693,7 +137472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-1.0.2.zip", "archiveFileName": "AxisJoystick-1.0.2.zip", "size": 65226, "checksum": "SHA-256:188b92bfcfe3350abe202dfb7bf69391a8428d2004e0796244ecfb49d18fb011" @@ -105710,7 +137489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-1.0.3.zip", "archiveFileName": "AxisJoystick-1.0.3.zip", "size": 65258, "checksum": "SHA-256:dfd335f3da3faf3f608d20cbc871137dfcf0435d44486e9309c01700c692d240" @@ -105727,7 +137506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.0.2.zip", "archiveFileName": "AxisJoystick-2.0.2.zip", "size": 73620, "checksum": "SHA-256:e6fe7fcbed2a7046befc8fc6934d51991ae5a552c9833ea5916814bbef5289e8" @@ -105744,7 +137523,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.1.0.zip", "archiveFileName": "AxisJoystick-2.1.0.zip", "size": 74995, "checksum": "SHA-256:53ca273ff0e17ac993f5a448732228ef5810b62f9912bb8e2fc42117b5ae5553" @@ -105761,7 +137540,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.1.1.zip", "archiveFileName": "AxisJoystick-2.1.1.zip", "size": 77388, "checksum": "SHA-256:4417ea1ee1f768534bed45128fb25103d4e1a4b46356bdcecf617bc65f13a33f" @@ -105778,7 +137557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.2.0.zip", "archiveFileName": "AxisJoystick-2.2.0.zip", "size": 77607, "checksum": "SHA-256:c80e966533549b3daeffe539bdf0badb070f56c31f80d61f30f65959d1b4167f" @@ -105795,11 +137574,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.2.1.zip", "archiveFileName": "AxisJoystick-2.2.1.zip", "size": 78257, "checksum": "SHA-256:9eba8485b28896ed4a6de4477c87c3102e43c8e80543591d372886d842c3fd41" }, + { + "name": "AxisJoystick", + "version": "2.2.2", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with an axis joystick controller.", + "paragraph": "Dual axis XY joystick module reading.", + "website": "https://github.com/YuriiSalimov/AxisJoystick", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.2.2.zip", + "archiveFileName": "AxisJoystick-2.2.2.zip", + "size": 78842, + "checksum": "SHA-256:b1e2fb8d049448a17e49ff60edd96b0aa5de8b5f1b4c324f296c238cc2e790f8" + }, + { + "name": "AxisJoystick", + "version": "2.2.3", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with an axis joystick controller.", + "paragraph": "Dual axis XY joystick module reading.", + "website": "https://github.com/YuriiSalimov/AxisJoystick", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/AxisJoystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AxisJoystick-2.2.3.zip", + "archiveFileName": "AxisJoystick-2.2.3.zip", + "size": 78894, + "checksum": "SHA-256:9eafd943443b5c563a5e5e3fe0dc314406d7ebd5a3ef2726fc89014a922d420c" + }, { "name": "uSevenSegmentLib", "version": "0.9.0", @@ -105813,7 +137626,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uSevenSegmentLib.git", "providesIncludes": ["uSevenSegmentLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-0.9.0.zip", "archiveFileName": "uSevenSegmentLib-0.9.0.zip", "size": 110720, "checksum": "SHA-256:7956ed131417db905fa12945c880e382c99263133643fd72e22ca0ea798a971a" @@ -105831,11 +137644,52 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uSevenSegmentLib.git", "providesIncludes": ["uSevenSegmentLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-0.9.1.zip", "archiveFileName": "uSevenSegmentLib-0.9.1.zip", "size": 110925, "checksum": "SHA-256:bb10bfa95d2191cf399c3e172d6a1b000c37718f4e3c8cdb8333531f1a24dd60" }, + { + "name": "uSevenSegmentLib", + "version": "1.0.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic 7 segments displays", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uSevenSegmentLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uSevenSegmentLib.git", + "providesIncludes": ["uSevenSegmentLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-1.0.0.zip", + "archiveFileName": "uSevenSegmentLib-1.0.0.zip", + "size": 111143, + "checksum": "SHA-256:56126ea0c3bb778366fd523ab241cfcdf49de462ba2e963e00973016e0ce9b36" + }, + { + "name": "uSevenSegmentLib", + "version": "1.0.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic 7 segments displays", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uSevenSegmentLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uSevenSegmentLib.git", + "providesIncludes": ["uSevenSegmentLib.h"], + "dependencies": [ + { + "name": "uTimerLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-1.0.2.zip", + "archiveFileName": "uSevenSegmentLib-1.0.2.zip", + "size": 11637, + "checksum": "SHA-256:21c21912f31056bcbcf7691549c83cb90b76aa88f175f517b93467b48dd89084" + }, { "name": "SlowMotionServo", "version": "1.0.0", @@ -105849,7 +137703,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.0.zip", "archiveFileName": "SlowMotionServo-1.0.0.zip", "size": 15809, "checksum": "SHA-256:ab996c92ae7f8f9b7ef89d3c667820d33304a937f42148af226426724fc0f881" @@ -105867,7 +137721,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.1.zip", "archiveFileName": "SlowMotionServo-1.0.1.zip", "size": 15812, "checksum": "SHA-256:fcc944b20520c4354d25791e1ec627f83a1ab06453de11ce9f8330a7c4a9915a" @@ -105885,7 +137739,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.2.zip", "archiveFileName": "SlowMotionServo-1.0.2.zip", "size": 17258, "checksum": "SHA-256:85e3a40bcca3733b8d154d22b133a5861bfc7408b0d7c675ff84b498797c2f7d" @@ -105903,7 +137757,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.3.zip", "archiveFileName": "SlowMotionServo-1.0.3.zip", "size": 178554, "checksum": "SHA-256:cc8dc72f000d2e3402e4d2698f50c9eb8c5e1fb8ad1316ba3f37c9c2e6bb0ce0" @@ -105921,7 +137775,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.4.zip", "archiveFileName": "SlowMotionServo-1.0.4.zip", "size": 178926, "checksum": "SHA-256:a96bdc44e82593da0f51a13cb54bf882d12f48cad993917d09da7e33709a8c48" @@ -105939,7 +137793,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.5.zip", "archiveFileName": "SlowMotionServo-1.0.5.zip", "size": 178936, "checksum": "SHA-256:3e6ee2bb0552465ec9329b009305369667bf68bd76c012f47f4093a2e97d3916" @@ -105957,7 +137811,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.0.6.zip", "archiveFileName": "SlowMotionServo-1.0.6.zip", "size": 178973, "checksum": "SHA-256:8a6c2d59f9e14665cff4f7351ac91a8b7031f5849c4d1d00f9cae487633da8e2" @@ -105975,7 +137829,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.1.0.zip", "archiveFileName": "SlowMotionServo-1.1.0.zip", "size": 180174, "checksum": "SHA-256:bca644c255dfb4618bad9c66f0341bacca52c02950387afaa064126d9cde9f74" @@ -105993,7 +137847,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.1.1.zip", "archiveFileName": "SlowMotionServo-1.1.1.zip", "size": 181580, "checksum": "SHA-256:2949daff189a720bf712a27740f24524c87ff5e8ba05d214cbf916f9c3bcab8f" @@ -106011,7 +137865,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.1.2.zip", "archiveFileName": "SlowMotionServo-1.1.2.zip", "size": 181607, "checksum": "SHA-256:d5884d68d774dba70453d6abd82b86dba1553a1a60895a9be1ff8c5b0337a374" @@ -106029,7 +137883,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/SlowMotionServo.git", "providesIncludes": ["Servo.h", "SlowMotionServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/SlowMotionServo-1.2.0.zip", "archiveFileName": "SlowMotionServo-1.2.0.zip", "size": 182501, "checksum": "SHA-256:09f018b13501d24ee4a3ee670bd865381bbca4b8397f13908be1c2653b8f980b" @@ -106046,7 +137900,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8USB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8USB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8USB-1.0.0.zip", "archiveFileName": "XLR8USB-1.0.0.zip", "size": 44760, "checksum": "SHA-256:48fd150919f7a3dd074450736bd8a2cd6e96cdaa0119be4e4cffb6869de0cf0d" @@ -106063,7 +137917,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.0.0.zip", "archiveFileName": "SSD1306Ascii-1.0.0.zip", "size": 1165200, "checksum": "SHA-256:46e9ec65fed0f7f4f4912b4755fea97ba689b551fe274ce4daf2f9de9586427f" @@ -106080,7 +137934,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.0.zip", "archiveFileName": "SSD1306Ascii-1.1.0.zip", "size": 1181610, "checksum": "SHA-256:6f695a44137ab169dcf24070939f245d09ab26e97ad0824531d2770ed218a4e1" @@ -106097,7 +137951,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.1.zip", "archiveFileName": "SSD1306Ascii-1.1.1.zip", "size": 1181612, "checksum": "SHA-256:78ae595bc6d68d81b4802f4f2f484d652e1dc79115b03878c05a8992f6e6ccae" @@ -106114,7 +137968,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.2.zip", "archiveFileName": "SSD1306Ascii-1.1.2.zip", "size": 1185622, "checksum": "SHA-256:82c6f9a8df195d3809053b16c823ab6e5342f66fa2e809a3b6601803ce7b0f34" @@ -106131,7 +137985,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.1.3.zip", "archiveFileName": "SSD1306Ascii-1.1.3.zip", "size": 1189198, "checksum": "SHA-256:85fb549d634074a905038719a15576288b3b83f1bab3a1268d728c2f54a15787" @@ -106148,7 +138002,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.0.zip", "archiveFileName": "SSD1306Ascii-1.2.0.zip", "size": 2301723, "checksum": "SHA-256:8a0e5428725526ca1b538ab629f33bbc8068ef0615746bbdfd1d8c2d75173ba5" @@ -106165,7 +138019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.1.zip", "archiveFileName": "SSD1306Ascii-1.2.1.zip", "size": 2301734, "checksum": "SHA-256:ccec78538f0d57b95115a879d670a38b630870b6dd89b2b97328a02cfbcf6cff" @@ -106182,7 +138036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.2.zip", "archiveFileName": "SSD1306Ascii-1.2.2.zip", "size": 2302039, "checksum": "SHA-256:61bf1b245d311663876a21ba9df2745f2215faa097f8c3148efee45d465286ef" @@ -106199,7 +138053,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.3.zip", "archiveFileName": "SSD1306Ascii-1.2.3.zip", "size": 2301983, "checksum": "SHA-256:187abf4790db41ce6abdbc8d21495eb0220ea88d260cd1ff3f8419f6a2995df4" @@ -106216,11 +138070,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/greiman/SSD1306Ascii.git", - "url": "http://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.4.zip", "archiveFileName": "SSD1306Ascii-1.2.4.zip", "size": 2302060, "checksum": "SHA-256:3bbdbd1b81f5e172270ea686f51d7efe0d7119298d5df4bc290287004127d903" }, + { + "name": "SSD1306Ascii", + "version": "1.2.5", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small momochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.2.5.zip", + "archiveFileName": "SSD1306Ascii-1.2.5.zip", + "size": 1311379, + "checksum": "SHA-256:5c06d576ba7930deffd49ec9cf60f1ec20f5b5b8eec6079b76240777b725e669" + }, + { + "name": "SSD1306Ascii", + "version": "1.3.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small momochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.0.zip", + "archiveFileName": "SSD1306Ascii-1.3.0.zip", + "size": 2338971, + "checksum": "SHA-256:05d8f48cc61f12cfc6d28cad50f1ade81cb66781a4f29626912d527540edb3c8" + }, + { + "name": "SSD1306Ascii", + "version": "1.3.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small momochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.1.zip", + "archiveFileName": "SSD1306Ascii-1.3.1.zip", + "size": 2339490, + "checksum": "SHA-256:0a07199cff4f63f5eeb87ae226589f88022748df32a971273ea62a74e89f7bd5" + }, { "name": "TroykaDHT", "version": "1.0.0", @@ -106233,7 +138138,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/TroykaDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/TroykaDHT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/TroykaDHT-1.0.0.zip", "archiveFileName": "TroykaDHT-1.0.0.zip", "size": 5410, "checksum": "SHA-256:4ed9ff0395d4f421b00dcfbc3b561f6f84851ae085997d78e84495ba926bce2a" @@ -106250,7 +138155,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/cooperative-multitasking.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.11.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.11.zip", "archiveFileName": "Cooperative_Multitasking-1.0.11.zip", "size": 8343, "checksum": "SHA-256:343acb5ac0a33b568727e915861980a9c25197c21d3f1c90df6966648cd87953" @@ -106267,7 +138172,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/cooperative-multitasking.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.6.zip", "archiveFileName": "Cooperative_Multitasking-1.0.6.zip", "size": 8223, "checksum": "SHA-256:bfd88bda72d72243810575faa368ce9fe80b7b818621c8a334808a2c64f82ba1" @@ -106284,7 +138189,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/cooperative-multitasking.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.7.zip", "archiveFileName": "Cooperative_Multitasking-1.0.7.zip", "size": 8223, "checksum": "SHA-256:26aedf7a342d651ee6e76e3bf8aca63c1823aff5b34906914bf83add9877b9b9" @@ -106301,7 +138206,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/cooperative-multitasking.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.8.zip", "archiveFileName": "Cooperative_Multitasking-1.0.8.zip", "size": 8225, "checksum": "SHA-256:43a908ae331016ec3767bcaf1be29c15d697ff400c8100c6a688ebc888955b91" @@ -106318,7 +138223,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/cooperative-multitasking.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/Cooperative_Multitasking-1.0.9.zip", "archiveFileName": "Cooperative_Multitasking-1.0.9.zip", "size": 8306, "checksum": "SHA-256:b6e63dd52b3fe26296b48c6334e6ef9dfbdd24e3a8d76ee6f6e63c5924054a2d" @@ -106335,7 +138240,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/mqtt-client.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/MQTT_Client-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/MQTT_Client-1.0.0.zip", "archiveFileName": "MQTT_Client-1.0.0.zip", "size": 9829, "checksum": "SHA-256:c33d3315473b3a57b0a09e1b9f89158fbb7e3ac151481b4d2ce4fcc08b35126d" @@ -106352,11 +138257,33 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://bitbucket.org/amotzek/mqtt-client.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/amotzek/MQTT_Client-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/MQTT_Client-1.0.1.zip", "archiveFileName": "MQTT_Client-1.0.1.zip", "size": 11262, "checksum": "SHA-256:efd45d601466e482c1e9cf0156056818264996e0d72e74665123a669d741c251" }, + { + "name": "MQTT Client", + "version": "1.0.2", + "author": "Andreas Motzek \u003candreas-motzek@t-online.de\u003e", + "maintainer": "Andreas Motzek \u003candreas-motzek@t-online.de\u003e", + "sentence": "MQTT Client lets you connect to a MQTT broker and publish strings to a topic.", + "paragraph": "First create a MQTTClient. You have to pass a task list from Cooperative Multitasking, a client (e.g. WiFiClient from WiFi101), host, port and credentials of the MQTT broker. Then create a MQTTTopic. Use the MQTTClient and the topic name as arguments when doing that. To connect to the broker call MQTTClient::connect(). After that you can call MQTTTopic:publish(\"...\") to publish a string. Requires Cooperative Multitasking for processing the acknowledgement packets of the broker. So you have call CooperativeMultitasking::run() in your loop() function. See the examples for details.", + "website": "https://bitbucket.org/amotzek/arduino/src/fab21e1e7785fe9473d83107048d4431c8fd25a9/src/main/cpp/MQTTClient/?at=master", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/amotzek/mqtt-client.git", + "dependencies": [ + { + "name": "Cooperative Multitasking" + } + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/amotzek/MQTT_Client-1.0.2.zip", + "archiveFileName": "MQTT_Client-1.0.2.zip", + "size": 11271, + "checksum": "SHA-256:9820281d5fb48a7b8bcded6136f86ba2d09506cb7b711e6e2921828bcf45083b" + }, { "name": "uMFMLib", "version": "0.1.0", @@ -106370,7 +138297,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uMFMLib.git", "providesIncludes": ["uMFMLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uMFMLib-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMFMLib-0.1.0.zip", "archiveFileName": "uMFMLib-0.1.0.zip", "size": 7823, "checksum": "SHA-256:8286d0ed64899d26c07eb4108c37244a0323f648f52d6cf8d044dee9df3ae66c" @@ -106388,7 +138315,7 @@ "types": ["Contributed"], "repository": "https://github.com/cesarvandevelde/HerkulexServo.git", "providesIncludes": ["HerkulexServo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesarvandevelde/HerkulexServo-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cesarvandevelde/HerkulexServo-0.1.0.zip", "archiveFileName": "HerkulexServo-0.1.0.zip", "size": 6867247, "checksum": "SHA-256:8728be946ca57f5d1dbdf86e51e4cd04694f395e831c9a814b348ecf112eb08d" @@ -106405,7 +138332,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/YK04_Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.0.zip", "archiveFileName": "YK04_Module-1.0.0.zip", "size": 134375, "checksum": "SHA-256:89c14b84d519f6e7db52cc1b4cbfcd8487a47d2f958116d0aa2fa02b28e0a7e9" @@ -106422,7 +138349,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/YK04_Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.1.zip", "archiveFileName": "YK04_Module-1.0.1.zip", "size": 134365, "checksum": "SHA-256:d1d4d4665d7bf0e3ff78656874557b5a470f297962597b820818a55633677169" @@ -106439,7 +138366,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/YK04_Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.2.zip", "archiveFileName": "YK04_Module-1.0.2.zip", "size": 134383, "checksum": "SHA-256:331d689eec6dab0ca75990be3b9fe192d0dc21c9be165c7a0e8ff2fdc459d421" @@ -106456,11 +138383,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/YK04_Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.3.zip", "archiveFileName": "YK04_Module-1.0.3.zip", "size": 134448, "checksum": "SHA-256:4d784b1e8e022f8e2520685f49aea047cdfd026f2b9a3db25a2814ffd06905ad" }, + { + "name": "YK04_Module", + "version": "1.0.5", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "Library for working with a remote control sensors based on the YK04 driver.", + "paragraph": "Provides an object-oriented interface for YK04 driver.", + "website": "https://github.com/YuriiSalimov/YK04_Module", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/YK04_Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/YK04_Module-1.0.5.zip", + "archiveFileName": "YK04_Module-1.0.5.zip", + "size": 134577, + "checksum": "SHA-256:5b08f335ebdc77c1dab736fa38150f02ebcd52af051aab7236b990e4e6cd42ad" + }, { "name": "DFL168A_Async", "version": "1.0.0", @@ -106474,7 +138418,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A_Async.git", "providesIncludes": ["DFL168A_Async.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.0.zip", "archiveFileName": "DFL168A_Async-1.0.0.zip", "size": 2514350, "checksum": "SHA-256:0301bc0f2fe062ee0d9e9937ad5e65e4d3bb43fbe9e4d8944465b28361f8c972" @@ -106492,7 +138436,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A_Async.git", "providesIncludes": ["DFL168A_Async.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.1.zip", "archiveFileName": "DFL168A_Async-1.0.1.zip", "size": 2517144, "checksum": "SHA-256:0fbd00782f5bc114f4a06618bc9badccba58ad177af88e5c5aedbe3c6690b79c" @@ -106510,7 +138454,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A_Async.git", "providesIncludes": ["DFL168A_Async.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.2.zip", "archiveFileName": "DFL168A_Async-1.0.2.zip", "size": 2519042, "checksum": "SHA-256:4218e31885005f52c92d498f00a91db86729b3eac68b3c18159de2d5da0f0fd1" @@ -106528,7 +138472,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A_Async.git", "providesIncludes": ["DFL168A_Async.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Async-1.0.3.zip", "archiveFileName": "DFL168A_Async-1.0.3.zip", "size": 2521395, "checksum": "SHA-256:6674ba491f03a028ad38666822c995acb9342c63dd8f59cf8e4ebe39f54481c8" @@ -106545,7 +138489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.0.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-1.0.0.zip", "size": 14151, "checksum": "SHA-256:7a616b444dc1016ede9a89325cfb607d87bebefb5b3dd1a2d7bb033ac292a1af" @@ -106562,7 +138506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.1.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-1.0.1.zip", "size": 14150, "checksum": "SHA-256:82e87b62a40cdebb60993cd3bfe960af0582a5b857edf333e83624ab734846b0" @@ -106579,7 +138523,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.2.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-1.0.2.zip", "size": 14308, "checksum": "SHA-256:b8919ae82d58ecbfd2c556821d4e40f186b60198c939da27cb4e565082f5e745" @@ -106596,7 +138540,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.4.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-1.0.4.zip", "size": 30706, "checksum": "SHA-256:dee9fcd07b70557afa8c92e5d11bdec34ce0b048e36ba59867c85241c40a7bd4" @@ -106613,7 +138557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-1.0.5.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-1.0.5.zip", "size": 30701, "checksum": "SHA-256:57052783474ed312eae1130b4eb0ae97a33d1d449f5a67334548ab4b0d41b3ca" @@ -106630,7 +138574,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-2.0.0.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-2.0.0.zip", "size": 27865, "checksum": "SHA-256:8f9efa1185512c1bcf3b60ecafcbb039b398ca8e4c925fc697ee17dac4fa43c6" @@ -106647,7 +138591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-2.0.1.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-2.0.1.zip", "size": 27858, "checksum": "SHA-256:5b3a9b6a0ee9c157b33f81e1e529bfecaccf24a1af966440fe4fc80846396a23" @@ -106664,7 +138608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-2.0.2.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-2.0.2.zip", "size": 27861, "checksum": "SHA-256:0db7cad4df3236e85105ff8ac30faba0b0d5a8772af7fb9653c88ec00dc9568f" @@ -106681,11 +138625,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-3.0.0.zip", "archiveFileName": "SparkFun_Qwiic_OpenLog-3.0.0.zip", "size": 28123, "checksum": "SHA-256:d0993464d3930d966d3760a89f1f440aa58b1aba3097ad6acae3c96d921ba5f1" }, + { + "name": "SparkFun Qwiic OpenLog", + "version": "3.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic OpenLog", + "paragraph": "An Arduino Library for the SparkFun I2C based datalogger, Qwiic OpenLog. The Qwiic OpenLog is a powerful flexible datalogger that makes it very easy to record any sort of data over I2C which allows for daisychaining and redundant logging. Available at: https://www.sparkfun.com/products/14641", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-3.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_OpenLog-3.0.1.zip", + "size": 28128, + "checksum": "SHA-256:7fdf03c49ebf8ef404a36a08f2f071682ef6507ec3b10ad4788912d2fb4751a9" + }, { "name": "GUIslice", "version": "0.10.0", @@ -106699,7 +138660,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.0.zip", "archiveFileName": "GUIslice-0.10.0.zip", "size": 1488349, "checksum": "SHA-256:6bc893e771bd8b4a3d8efd596d75a5164cc76f61844c2b0e8cd857d4a9e3aaa0" @@ -106717,7 +138678,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.2.zip", "archiveFileName": "GUIslice-0.10.2.zip", "size": 1493443, "checksum": "SHA-256:7e9555c05ebe45337fd0ce3e4058457c465eb333c039cd61a33a572f6a0b416d" @@ -106735,7 +138696,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.3.zip", "archiveFileName": "GUIslice-0.10.3.zip", "size": 1493573, "checksum": "SHA-256:92237d9f69c212c56503976531c9f362b1b069d92ac7f16502a55f340027438f" @@ -106753,7 +138714,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.10.4.zip", "archiveFileName": "GUIslice-0.10.4.zip", "size": 1519344, "checksum": "SHA-256:ae86ce193be3c8e3756e4d86490b559dde51bafed8ca48998a897d4ee7e99264" @@ -106771,7 +138732,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.11.0.zip", "archiveFileName": "GUIslice-0.11.0.zip", "size": 3689559, "checksum": "SHA-256:b680c5db571ad23d1d9e73a2da98fa0771eced12afa05788de387f1374520f2f" @@ -106789,7 +138750,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.11.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.11.2.zip", "archiveFileName": "GUIslice-0.11.2.zip", "size": 3846956, "checksum": "SHA-256:bceb69aeee5f0e8f57cf41ac8a98e4866722ffca6932d0c2e4ebf68e0d20ceaf" @@ -106807,7 +138768,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.9.2.zip", "archiveFileName": "GUIslice-0.9.2.zip", "size": 1286498, "checksum": "SHA-256:8f7ae18c854e28b4342da63154f972bc22a62e360ad1b613a171d2a969b55e79" @@ -106825,7 +138786,7 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.12.0.zip", "archiveFileName": "GUIslice-0.12.0.zip", "size": 4037240, "checksum": "SHA-256:b6fe6f5d2484fcbf93dc7b3cf686240ac588c11a069b1e976e81ae70668fa8a5" @@ -106843,11 +138804,83 @@ "types": ["Contributed"], "repository": "https://github.com/ImpulseAdventure/GUIslice.git", "providesIncludes": ["GUIslice.h", "GUIslice_ex.h", "GUIslice_drv.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.12.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.12.1.zip", "archiveFileName": "GUIslice-0.12.1.zip", "size": 4159687, "checksum": "SHA-256:9a11808ebc31cc37f6d625dec5c078678c0450a719b9f0f4083fdad8e4d3be00" }, + { + "name": "GUIslice", + "version": "0.13.0", + "author": "Calvin Hass \u003cguislice@gmail.com\u003e", + "maintainer": "Calvin Hass \u003cguislice@gmail.com\u003e", + "sentence": "GUIslice embedded touchscreen GUI library in C for Arduino \u0026 Raspberry Pi", + "paragraph": "Drag \u0026 drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32, M5Stack", + "website": "https://github.com/ImpulseAdventure/GUIslice", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "stm32", "STM32F1", "samd", "sam", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/GUIslice.git", + "providesIncludes": ["GUIslice.h", "GUIslice_drv.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.13.0.zip", + "archiveFileName": "GUIslice-0.13.0.zip", + "size": 2789390, + "checksum": "SHA-256:c99e3774a5539fa3da3d91fbfba57a8b0be7ca28ce0082eb93b0ab978a645ee9" + }, + { + "name": "GUIslice", + "version": "0.14.0", + "author": "Calvin Hass \u003cguislice@gmail.com\u003e", + "maintainer": "Calvin Hass \u003cguislice@gmail.com\u003e", + "sentence": "GUIslice embedded touchscreen GUI library in C for Arduino \u0026 Raspberry Pi", + "paragraph": "Drag \u0026 drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32, M5Stack", + "website": "https://github.com/ImpulseAdventure/GUIslice", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "stm32", "STM32F1", "samd", "sam", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/GUIslice.git", + "providesIncludes": ["GUIslice.h", "GUIslice_drv.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.14.0.zip", + "archiveFileName": "GUIslice-0.14.0.zip", + "size": 3078093, + "checksum": "SHA-256:32326e43ce1732ec4ae823be8ac79bac8cd6c0af95b210e7657b044b050d0133" + }, + { + "name": "GUIslice", + "version": "0.15.0", + "author": "Calvin Hass \u003cguislice@gmail.com\u003e", + "maintainer": "Calvin Hass \u003cguislice@gmail.com\u003e", + "sentence": "GUIslice embedded touchscreen GUI library in C for Arduino \u0026 Raspberry Pi", + "paragraph": "Drag \u0026 drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32, M5Stack", + "website": "https://github.com/ImpulseAdventure/GUIslice", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "stm32", "STM32F1", "samd", "sam", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/GUIslice.git", + "providesIncludes": ["GUIslice.h", "GUIslice_drv.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.15.0.zip", + "archiveFileName": "GUIslice-0.15.0.zip", + "size": 3290656, + "checksum": "SHA-256:e5a6dc1852a777e307de99cac75586a94e2f576414e977093e600f23f89483df" + }, + { + "name": "GUIslice", + "version": "0.16.0", + "author": "Calvin Hass \u003cguislice@gmail.com\u003e", + "maintainer": "Calvin Hass \u003cguislice@gmail.com\u003e", + "sentence": "GUIslice embedded touchscreen GUI library in C for Arduino \u0026 Raspberry Pi", + "paragraph": "Drag \u0026 drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino / AVR, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32, M5Stack", + "website": "https://github.com/ImpulseAdventure/GUIslice", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "stm32", "STM32F1", "samd", "sam", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/GUIslice.git", + "providesIncludes": ["GUIslice.h", "GUIslice_drv.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.16.0.zip", + "archiveFileName": "GUIslice-0.16.0.zip", + "size": 3202026, + "checksum": "SHA-256:d2de0e762531828d8fc5a553143096023ae34287cc59e3cb6dc79d2540cc73d0" + }, { "name": "IOTAppStory-ESP", "version": "2.0.0", @@ -106860,7 +138893,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/iotappstory/ESP-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.0.0.zip", "archiveFileName": "IOTAppStory_ESP-2.0.0.zip", "size": 516877, "checksum": "SHA-256:fff6b9b17882d05ab3c3f91796f80eaed5574e1fd3ff3352f88f1cf25f37e62d" @@ -106877,7 +138910,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/iotappstory/ESP-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.0.1.zip", "archiveFileName": "IOTAppStory_ESP-2.0.1.zip", "size": 516532, "checksum": "SHA-256:254ed1e9aefb921c5461ba992e06887250aa09f94ffc7ac483a70292ef7b6e75" @@ -106894,7 +138927,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/iotappstory/ESP-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.0.2.zip", "archiveFileName": "IOTAppStory_ESP-2.0.2.zip", "size": 516667, "checksum": "SHA-256:6b497ba7601822a93b150d5532cf2aa4a51d48666adf079c8fa8714507fa54ca" @@ -106911,7 +138944,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/iotappstory/ESP-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC1.zip", "archiveFileName": "IOTAppStory_ESP-2.1.0-RC1.zip", "size": 801429, "checksum": "SHA-256:d04440218492fb963f6ceb440930fa4b73147003728b8cf351b6efdec04b7996" @@ -106928,7 +138961,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/iotappstory/ESP-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC1.1.zip", "archiveFileName": "IOTAppStory_ESP-2.1.0-RC1.1.zip", "size": 802083, "checksum": "SHA-256:614bc3690289e4fc299f08102d668cd2bd1d4a1e2aadeef573e344f4822172be" @@ -106945,11 +138978,79 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/iotappstory/ESP-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC2.zip", "archiveFileName": "IOTAppStory_ESP-2.1.0-RC2.zip", "size": 820390, "checksum": "SHA-256:cbe5268e9fff2192650b65a1dc5615a368cb80a567ff335e684da8c7b029c800" }, + { + "name": "IOTAppStory-ESP", + "version": "2.1.0-RC3", + "author": "SensorsIot, Onno Dirkzwager", + "maintainer": "iotappstory", + "sentence": "Update your ESP8266, ESP32 \u0026 Nextion displays over the air(OTA)", + "paragraph": "Includes Wifi manager, SSL Certificate Manager \u0026 whole lot more!", + "website": "https://github.com/iotappstory/ESP-Library", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotappstory/ESP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC3.zip", + "archiveFileName": "IOTAppStory_ESP-2.1.0-RC3.zip", + "size": 838174, + "checksum": "SHA-256:6e3525bdb7c930ef61c6a27bd9035cce36c1ff4ab0a71554a54c5527dadca071" + }, + { + "name": "IOTAppStory-ESP", + "version": "2.1.0-RC4", + "author": "SensorsIot, Onno Dirkzwager", + "maintainer": "iotappstory", + "sentence": "Update your ESP8266, ESP32 \u0026 Nextion displays over the air(OTA)", + "paragraph": "Includes Wifi manager, SSL Certificate Manager \u0026 whole lot more!", + "website": "https://github.com/iotappstory/ESP-Library", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotappstory/ESP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC4.zip", + "archiveFileName": "IOTAppStory_ESP-2.1.0-RC4.zip", + "size": 849363, + "checksum": "SHA-256:bc3ed2bf7f725c315f8c111649bf862f1112969a9ecbbefc715223b95e4379ff" + }, + { + "name": "IOTAppStory-ESP", + "version": "2.1.0-RC5", + "author": "SensorsIot, Onno Dirkzwager", + "maintainer": "iotappstory", + "sentence": "Update your ESP8266, ESP32 \u0026 Nextion displays over the air(OTA)", + "paragraph": "Includes Wifi manager, SSL Certificate Manager \u0026 whole lot more!", + "website": "https://github.com/iotappstory/ESP-Library", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotappstory/ESP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC5.zip", + "archiveFileName": "IOTAppStory_ESP-2.1.0-RC5.zip", + "size": 866685, + "checksum": "SHA-256:7a6cb3810579d4c37030848b44278b45a41442f4f7c254967e387cb6cfefbe0f" + }, + { + "name": "IOTAppStory-ESP", + "version": "2.1.0-RC5.1", + "author": "SensorsIot, Onno Dirkzwager", + "maintainer": "iotappstory", + "sentence": "Update your ESP8266, ESP32 \u0026 Nextion displays over the air(OTA)", + "paragraph": "Includes Wifi manager, SSL Certificate Manager \u0026 whole lot more!", + "website": "https://github.com/iotappstory/ESP-Library", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotappstory/ESP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC5.1.zip", + "archiveFileName": "IOTAppStory_ESP-2.1.0-RC5.1.zip", + "size": 866113, + "checksum": "SHA-256:6cb41f3ed8fe9aab763eb849ea5ff5967de14dbfb79e543d4a2e680d7f4a6d93" + }, { "name": "Gamebuino Classic", "version": "0.5.1", @@ -106963,7 +139064,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Classic.git", "providesIncludes": ["Gamebuino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_Classic-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_Classic-0.5.1.zip", "archiveFileName": "Gamebuino_Classic-0.5.1.zip", "size": 110366, "checksum": "SHA-256:dcbc3dc5f483881feee48ed59e86e8c9dd1fd26d2c745145d809d747cc840682" @@ -106981,7 +139082,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Classic.git", "providesIncludes": ["Gamebuino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_Classic-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_Classic-0.5.2.zip", "archiveFileName": "Gamebuino_Classic-0.5.2.zip", "size": 110369, "checksum": "SHA-256:0d6ea34b9bc7490dc1e73733814debe6710ec63076ae16f8372476fa371ef6ab" @@ -106999,7 +139100,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.0.3.zip", "archiveFileName": "Gamebuino_META-1.0.3.zip", "size": 6247959, "checksum": "SHA-256:3a69706ed48b49f2c4d4dca26767db1d7d3bbb735a7adfbda5b7e61a1de41235" @@ -107017,7 +139118,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.0.5.zip", "archiveFileName": "Gamebuino_META-1.0.5.zip", "size": 6235429, "checksum": "SHA-256:34981d71f808569e066653e87948d390c4937f9f618e8536aacabec62947948d" @@ -107035,7 +139136,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.0.6.zip", "archiveFileName": "Gamebuino_META-1.0.6.zip", "size": 6235204, "checksum": "SHA-256:39356b025bfbf4db3a5bd2354f79818cdcd5402f652fe5ebc9366b6532a91801" @@ -107053,7 +139154,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.1.0.zip", "archiveFileName": "Gamebuino_META-1.1.0.zip", "size": 6088539, "checksum": "SHA-256:e728494136b1d867fe059aa74d767f797114946e05af6ab201419be97236b222" @@ -107071,7 +139172,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.2.0.zip", "archiveFileName": "Gamebuino_META-1.2.0.zip", "size": 6096842, "checksum": "SHA-256:e3601d85eb4eac15b61695fb2c2f9cefffd0a8e5c555fd44282aea668f14dedf" @@ -107089,7 +139190,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.0.zip", "archiveFileName": "Gamebuino_META-1.3.0.zip", "size": 6033880, "checksum": "SHA-256:8c34b9e8a1f869c0c4c9077bcfb92efd6aff22df208fe4d0e1b6a7782e5df061" @@ -107107,7 +139208,7 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.1.zip", "archiveFileName": "Gamebuino_META-1.3.1.zip", "size": 6033928, "checksum": "SHA-256:4412d9a86079c2560999dd9311d210a563699cb488f07e6101bce876fecc3267" @@ -107125,11 +139226,29 @@ "types": ["Contributed"], "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", "providesIncludes": ["Gamebuino-Meta.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.2.zip", "archiveFileName": "Gamebuino_META-1.3.2.zip", "size": 6033974, "checksum": "SHA-256:d7e483f28488b883dc7992830bb2936543ac3e04ec62f10e852806806c283d19" }, + { + "name": "Gamebuino META", + "version": "1.3.3", + "author": "Sorunome, Aurélien Rodot et al.", + "maintainer": "Rodot \u003chello@gamebuino.com\u003e", + "sentence": "Make your first game within hours.", + "paragraph": "See more on https://gamebuino.com", + "website": "https://github.com/Gamebuino/Gamebuino-Meta", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/Gamebuino/Gamebuino-Meta.git", + "providesIncludes": ["Gamebuino-Meta.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Gamebuino/Gamebuino_META-1.3.3.zip", + "archiveFileName": "Gamebuino_META-1.3.3.zip", + "size": 6039820, + "checksum": "SHA-256:142ead16f4fcf8cba6e5fb2a5710195413d7f536cd8e8e275b685378c301ff45" + }, { "name": "avdweb_AnalogReadFast", "version": "1.0.0", @@ -107141,7 +139260,7 @@ "architectures": ["avr", "samd"], "types": ["Contributed"], "repository": "https://github.com/avandalen/avdweb_AnalogReadFast.git", - "url": "http://downloads.arduino.cc/libraries/github.com/avandalen/avdweb_AnalogReadFast-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avandalen/avdweb_AnalogReadFast-1.0.0.zip", "archiveFileName": "avdweb_AnalogReadFast-1.0.0.zip", "size": 4430, "checksum": "SHA-256:8ba38de953abae169954502f393e5698fbb01ae926777b466de5f89146b25714" @@ -107158,7 +139277,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/Gemelon/Pushbutton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Gemelon/Gemelon_Pushbutton-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Gemelon/Gemelon_Pushbutton-1.1.3.zip", "archiveFileName": "Gemelon_Pushbutton-1.1.3.zip", "size": 7510, "checksum": "SHA-256:04fddc2d662b59f8edbc7fabbedf70705784c05a4bba379a545d03bd73132850" @@ -107175,7 +139294,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AM2320.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.0.0.zip", "archiveFileName": "Adafruit_AM2320_sensor_library-1.0.0.zip", "size": 5546, "checksum": "SHA-256:0ac36d20577b07d5105d7cb1ae720242fd29b968e403321b20160d1678fbabce" @@ -107192,7 +139311,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AM2320.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.1.1.zip", "archiveFileName": "Adafruit_AM2320_sensor_library-1.1.1.zip", "size": 7338, "checksum": "SHA-256:e678656b990875d7cf12ff9de72bf0715b485e35a6fc022c2aaec58291057f11" @@ -107209,11 +139328,55 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_AM2320.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.1.2.zip", "archiveFileName": "Adafruit_AM2320_sensor_library-1.1.2.zip", "size": 7332, "checksum": "SHA-256:dc60df2f58b4f3770159d5df660db99935bf897b80c065098f509086f11987fb" }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.1.3.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.1.3.zip", + "size": 7344, + "checksum": "SHA-256:fed258342e6a5c370bf92cb431fa112263ad342820ce99ff0428ff3d8e36966e" + }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.1.4.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.1.4.zip", + "size": 7332, + "checksum": "SHA-256:b7fb5b4c5a688579b0ff49a9b925fc8046611705dddd0271231d5cb1b4b1af09" + }, { "name": "STM32duino Examples", "version": "1.0.0", @@ -107226,7 +139389,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.0.zip", "archiveFileName": "STM32duino_Examples-1.0.0.zip", "size": 73904, "checksum": "SHA-256:bab33993bf8fba2cd9e71faa6528855315cc99f300ed54e02f921ace6be7e155" @@ -107243,7 +139406,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.1.zip", "archiveFileName": "STM32duino_Examples-1.0.1.zip", "size": 82657, "checksum": "SHA-256:3d974eaec6bf96aadadce8e3f0852dbc86c7ef8a46dff5196fb520c61f9c2b33" @@ -107260,7 +139423,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.2.zip", "archiveFileName": "STM32duino_Examples-1.0.2.zip", "size": 82882, "checksum": "SHA-256:d9759f585be33214c1018034a240730b230a93bb3acf9a4e25b92860b7a886ff" @@ -107277,11 +139440,79 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.3.zip", "archiveFileName": "STM32duino_Examples-1.0.3.zip", "size": 83979, "checksum": "SHA-256:7a13d5774511d0bf7de47ebbe423994283631afdf1e46d61a8aed68bc4108928" }, + { + "name": "STM32duino Examples", + "version": "1.0.4", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.4.zip", + "archiveFileName": "STM32duino_Examples-1.0.4.zip", + "size": 92787, + "checksum": "SHA-256:0050be59681427323d0f85b1c802f2fd2235092f21df860efc3cdca5b1f73068" + }, + { + "name": "STM32duino Examples", + "version": "1.0.5", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.0.5.zip", + "archiveFileName": "STM32duino_Examples-1.0.5.zip", + "size": 97375, + "checksum": "SHA-256:2b9998a1149313d8313c412c9162cc76ca2ba8e6562cc43607e474ff91845631" + }, + { + "name": "STM32duino Examples", + "version": "1.1.0", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.1.0.zip", + "archiveFileName": "STM32duino_Examples-1.1.0.zip", + "size": 99460, + "checksum": "SHA-256:8533bb4de562754dfba40c67dd875b004e9dbfd10410025552109a14f3ba738d" + }, + { + "name": "STM32duino Examples", + "version": "1.2.0", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.2.0.zip", + "archiveFileName": "STM32duino_Examples-1.2.0.zip", + "size": 106953, + "checksum": "SHA-256:45a6747336f76c7b49a060477b0c89e5acad15318df33084b2d5c22004be006a" + }, { "name": "STM32duino I-NUCLEO-LRWAN1", "version": "1.0.0", @@ -107294,7 +139525,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/I-NUCLEO-LRWAN1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_I_NUCLEO_LRWAN1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_I_NUCLEO_LRWAN1-1.0.0.zip", "archiveFileName": "STM32duino_I_NUCLEO_LRWAN1-1.0.0.zip", "size": 71272, "checksum": "SHA-256:37ddbea374661834110c9f8c56e53a0f262e672de1e4ba3f1145943fc9d213b1" @@ -107311,7 +139542,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/I-NUCLEO-LRWAN1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_I_NUCLEO_LRWAN1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_I_NUCLEO_LRWAN1-1.0.1.zip", "archiveFileName": "STM32duino_I_NUCLEO_LRWAN1-1.0.1.zip", "size": 72148, "checksum": "SHA-256:f91776f59e16a7016a8d72b8df3900254a9765b6226bcb5fee7963a7973988b4" @@ -107329,7 +139560,7 @@ "types": ["Contributed"], "repository": "https://github.com/ewpa/MAX3100Serial.git", "providesIncludes": ["MAX3100Serial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ewpa/MAX3100_Serial-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/MAX3100_Serial-1.1.0.zip", "archiveFileName": "MAX3100_Serial-1.1.0.zip", "size": 20365, "checksum": "SHA-256:336634ab9bb188463c97804f1978640c466580b9c79c1656ce0f13741efe72fd" @@ -107346,7 +139577,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.1.zip", "archiveFileName": "Blinker-0.1.1.zip", "size": 103505, "checksum": "SHA-256:6ff9646a43e060d8248666e952557c0a0a29198e7cde1b1aa1824bfca06b2e93" @@ -107363,7 +139594,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.2.zip", "archiveFileName": "Blinker-0.1.2.zip", "size": 193179, "checksum": "SHA-256:980df3a7ad116404ad1a9ee3d5e045fbbfaa875c44b0eb5a25cfd41430b35008" @@ -107380,7 +139611,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.3.zip", "archiveFileName": "Blinker-0.1.3.zip", "size": 198798, "checksum": "SHA-256:c74b2c0d36de512308c29804b6253d92d9eaa6f71cf02c23737cd3bed0eb837c" @@ -107397,7 +139628,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.4.zip", "archiveFileName": "Blinker-0.1.4.zip", "size": 198806, "checksum": "SHA-256:211b63f7d73991967c29ecc86b48995d1808cd457adbed43c1325ac8da1863ae" @@ -107414,7 +139645,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.1.5.zip", "archiveFileName": "Blinker-0.1.5.zip", "size": 249124, "checksum": "SHA-256:d0446225f83e3d8d5669d2be9397740ff0d0121dfabe343c6b92379bca45ec4d" @@ -107431,7 +139662,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.0.zip", "archiveFileName": "Blinker-0.2.0.zip", "size": 314896, "checksum": "SHA-256:aa3305456a9752835b06f89ab30fa28b67d2a0de0a6c2c0ceebcd6d2f2a45bb6" @@ -107448,7 +139679,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.1.zip", "archiveFileName": "Blinker-0.2.1.zip", "size": 293908, "checksum": "SHA-256:750120991538fc179f4c0ff2bf874c37ae19c237890f1eb9b1e2d6a1e7093e34" @@ -107465,7 +139696,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.2.zip", "archiveFileName": "Blinker-0.2.2.zip", "size": 316956, "checksum": "SHA-256:a3ecb0902f3189790b5b63593de77fbcfa4d31a48623736b6dc2c1b38cb3d562" @@ -107482,7 +139713,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.3.zip", "archiveFileName": "Blinker-0.2.3.zip", "size": 357697, "checksum": "SHA-256:1f065a9018a95625ebc85a7efa9ce737e7b28d19ed8b81b12ef2e57fa632d1a8" @@ -107499,7 +139730,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.4.zip", "archiveFileName": "Blinker-0.2.4.zip", "size": 372389, "checksum": "SHA-256:96fd7e96b264f342b020d32f9a093a21aa8289596d0818daaedbc4e588596a2f" @@ -107516,7 +139747,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.2.5.zip", "archiveFileName": "Blinker-0.2.5.zip", "size": 375995, "checksum": "SHA-256:f9c93323e6b3256b94578f3df06a8fd39fce403a3a4adbd2ca22a6598cfbf3b0" @@ -107533,7 +139764,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.0.zip", "archiveFileName": "Blinker-0.3.0.zip", "size": 465777, "checksum": "SHA-256:56efb6db6d02c80a5125d3ddaee378842f87836e4617dbf1dbf8ca7893e5189f" @@ -107550,11 +139781,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blinker-iot/blinker-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.1.zip", "archiveFileName": "Blinker-0.3.1.zip", "size": 532731, "checksum": "SHA-256:8aafa5d00903ead04b3ae936942b422ea3d3101b908e2836f3bc89de4b3c2be1" }, + { + "name": "Blinker", + "version": "0.3.2", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.2.zip", + "archiveFileName": "Blinker-0.3.2.zip", + "size": 718354, + "checksum": "SHA-256:02de29b54944e85a584a8dc9b6ead0f90accf8994bcce672a2ce042a2a19c366" + }, + { + "name": "Blinker", + "version": "0.3.3", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.3.zip", + "archiveFileName": "Blinker-0.3.3.zip", + "size": 738839, + "checksum": "SHA-256:e4966e124d48628932062276a3f9e7b016500d9195514bd4a1a519042bae6a96" + }, + { + "name": "Blinker", + "version": "0.3.4", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.4.zip", + "archiveFileName": "Blinker-0.3.4.zip", + "size": 767745, + "checksum": "SHA-256:8ce2f8e7042de92c7e01fffdade726b4c6fc43cb1d633a5345a1094d7c1ba72c" + }, + { + "name": "Blinker", + "version": "0.3.5", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.5.zip", + "archiveFileName": "Blinker-0.3.5.zip", + "size": 852170, + "checksum": "SHA-256:899ebd0705a9276be11226c8c5771d1d80f8a078330bba15e1e5fe98b8a2bbfb" + }, + { + "name": "Blinker", + "version": "0.3.6", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.6.zip", + "archiveFileName": "Blinker-0.3.6.zip", + "size": 852599, + "checksum": "SHA-256:97a636875a2960abe37add7d6cfe62b9dca5f9bdd4c116dd8cc1ec047b6a033b" + }, + { + "name": "Blinker", + "version": "0.3.7", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.7.zip", + "archiveFileName": "Blinker-0.3.7.zip", + "size": 871352, + "checksum": "SHA-256:37f17fb1d3c0e259ec1b32dd7efc939a0440eb44ed614937663a98312ab088a7" + }, + { + "name": "Blinker", + "version": "0.3.8", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.8.zip", + "archiveFileName": "Blinker-0.3.8.zip", + "size": 847643, + "checksum": "SHA-256:c4b3ae1a4f2008af2ee2e5efaa79bb601d19ab41b4e39f1395be409fa8651a1b" + }, { "name": "Parallax LCD", "version": "1.2.0", @@ -107568,7 +139918,7 @@ "types": ["Contributed"], "repository": "https://github.com/iamthechad/parallax_lcd.git", "providesIncludes": ["ParallaxLCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iamthechad/Parallax_LCD-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iamthechad/Parallax_LCD-1.2.0.zip", "archiveFileName": "Parallax_LCD-1.2.0.zip", "size": 10058, "checksum": "SHA-256:881ba499d2a9847134519819b63ca4e951de1d362412f2d81a878d5a6f6f4734" @@ -107586,7 +139936,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee101.git", "providesIncludes": ["CurieBLE.h", "Andee101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.1.zip", "archiveFileName": "Andee101-1.2.1.zip", "size": 72487, "checksum": "SHA-256:a007b2ffc20baf7fb33c6af8b2871d3ae0d157fd26cb70485087018f6306c874" @@ -107604,7 +139954,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee101.git", "providesIncludes": ["CurieBLE.h", "Andee101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.2.zip", "archiveFileName": "Andee101-1.2.2.zip", "size": 72831, "checksum": "SHA-256:dd7db25f63fc618535d06c4e0101ae684351f0ca8ab556795becfda981229b72" @@ -107622,7 +139972,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee101.git", "providesIncludes": ["CurieBLE.h", "Andee101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.3.zip", "archiveFileName": "Andee101-1.2.3.zip", "size": 75026, "checksum": "SHA-256:449b5c6135c577a9a6020fccd36bd3e0967d84ab1bb8c712f18e5be3023d39ff" @@ -107640,7 +139990,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/Andee101.git", "providesIncludes": ["CurieBLE.h", "Andee101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/Andee101-1.2.4.zip", "archiveFileName": "Andee101-1.2.4.zip", "size": 75027, "checksum": "SHA-256:79250716ef759d3c5c94241182ced68443a11f7f029cf9f842c83f2b76feb2b6" @@ -107658,7 +140008,7 @@ "types": ["Contributed"], "repository": "https://github.com/PhracturedBlue/ESP8266MQTTMesh.git", "providesIncludes": ["ESP8266MQTTMesh.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PhracturedBlue/ESP8266_MQTT_Mesh-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PhracturedBlue/ESP8266_MQTT_Mesh-1.0.2.zip", "archiveFileName": "ESP8266_MQTT_Mesh-1.0.2.zip", "size": 261169, "checksum": "SHA-256:f1516483251c57fc1f0a4a46f881b18a902895db36633ba491e4ca8130a22490" @@ -107676,7 +140026,7 @@ "types": ["Contributed"], "repository": "https://github.com/PhracturedBlue/ESP8266MQTTMesh.git", "providesIncludes": ["ESP8266MQTTMesh.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PhracturedBlue/ESP8266_MQTT_Mesh-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PhracturedBlue/ESP8266_MQTT_Mesh-1.0.3.zip", "archiveFileName": "ESP8266_MQTT_Mesh-1.0.3.zip", "size": 262667, "checksum": "SHA-256:17d1e92a91f9a6e2b31a221125d5ccf7a0cfe41a098580ef4bb894de080cd95b" @@ -107694,7 +140044,7 @@ "types": ["Contributed"], "repository": "https://github.com/PhracturedBlue/ESP8266MQTTMesh.git", "providesIncludes": ["ESP8266MQTTMesh.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PhracturedBlue/ESP8266_MQTT_Mesh-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PhracturedBlue/ESP8266_MQTT_Mesh-1.0.4.zip", "archiveFileName": "ESP8266_MQTT_Mesh-1.0.4.zip", "size": 262670, "checksum": "SHA-256:8e9a3986a29cc37622b9f7a99a43d80e659fea856fc225bf6ab431a85b539b44" @@ -107711,7 +140061,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.0.zip", "size": 18565, "checksum": "SHA-256:d3c88debcc7a8bf328858286429f9c96466fb993890170c789fedc8e0bc4f5e2" @@ -107728,7 +140078,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.1.zip", "size": 21640, "checksum": "SHA-256:e1152ef7d6a79fbf735666bb14f1769ffda3e3905416dbdc17a7652a113fbda4" @@ -107745,7 +140095,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.3.zip", "size": 22414, "checksum": "SHA-256:6a2265838046c767164f9b8a40f469b78a3434ecd227e6c8992da16041cfc029" @@ -107762,7 +140112,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.4.zip", "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.4.zip", "size": 22422, "checksum": "SHA-256:6612e712250263ed933269821a716dedb24dbccfa289629a932325bec98dfd85" @@ -107779,11 +140129,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.6.zip", "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.6.zip", "size": 22458, "checksum": "SHA-256:739270603229c0c0a0cfde43202c7306369f50b3cbc250b56b4d660c5ea54d7a" }, + { + "name": "SparkFun Qwiic RTC RV1805 Arduino Library", + "version": "1.0.7", + "author": "Andy England, Nathan Seidle", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-1805-C3 from SparkFun is a very unique and exciting Real Time Clock. It is extremely precise (less than 7ppm per year!), extremely low power (less than 22nA!) and has all the necessary oscillators built-in making it small! The RV-1805 has not one, but two internal oscillators: a 32.768kHz tuning fork crystal and a lower power RC based oscillator. The RV-1805 can be configured to automatically switch between oscillators using the more precise crystal to correct the RC oscillator every few minutes. This allows the RTC to maintain a very accurate date and time with the worst case being +/- about 3 minutes over a year. The RV-1805 library operates the RTC at 22nA allowing for very long run times with very small backup power sources.", + "website": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.7.zip", + "size": 22565, + "checksum": "SHA-256:a1e2fb7721b3b76d14c576893b2c7bc886f7e2142abdbdad177d3ee9d8132428" + }, + { + "name": "SparkFun Qwiic RTC RV1805 Arduino Library", + "version": "1.0.8", + "author": "Andy England, Nathan Seidle", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-1805-C3 from SparkFun is a very unique and exciting Real Time Clock. It is extremely precise (less than 7ppm per year!), extremely low power (less than 22nA!) and has all the necessary oscillators built-in making it small! The RV-1805 has not one, but two internal oscillators: a 32.768kHz tuning fork crystal and a lower power RC based oscillator. The RV-1805 can be configured to automatically switch between oscillators using the more precise crystal to correct the RC oscillator every few minutes. This allows the RTC to maintain a very accurate date and time with the worst case being +/- about 3 minutes over a year. The RV-1805 library operates the RTC at 22nA allowing for very long run times with very small backup power sources.", + "website": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.0.8.zip", + "size": 25953, + "checksum": "SHA-256:c1220320e3f11cfc1bf0111a79c52557402a142167a12884a9ac77640b8a6f8c" + }, + { + "name": "SparkFun Qwiic RTC RV1805 Arduino Library", + "version": "1.1.0", + "author": "Andy England, Nathan Seidle", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-1805-C3 from SparkFun is a very unique and exciting Real Time Clock. It is extremely precise (less than 7ppm per year!), extremely low power (less than 22nA!) and has all the necessary oscillators built-in making it small! The RV-1805 has not one, but two internal oscillators: a 32.768kHz tuning fork crystal and a lower power RC based oscillator. The RV-1805 can be configured to automatically switch between oscillators using the more precise crystal to correct the RC oscillator every few minutes. This allows the RTC to maintain a very accurate date and time with the worst case being +/- about 3 minutes over a year. The RV-1805 library operates the RTC at 22nA allowing for very long run times with very small backup power sources.", + "website": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-1805_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV1805_Arduino_Library-1.1.0.zip", + "size": 26013, + "checksum": "SHA-256:5be4892383ea2eca8f3d0d0c4f5c84669e86d01d0917a1b1f542036ce683cb60" + }, { "name": "RGB", "version": "1.0.0", @@ -107796,7 +140197,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wilmouths/RGBLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.0.zip", "archiveFileName": "RGB-1.0.0.zip", "size": 18440, "checksum": "SHA-256:86a0921c59c6d5ede78181a946acfc3d694fcfe0277ca586259bf405ac378f38" @@ -107813,11 +140214,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wilmouths/RGBLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.2.zip", "archiveFileName": "RGB-1.0.2.zip", "size": 18523, "checksum": "SHA-256:06eb8b588ef0847e3bc13d1e336b718f45555d5ae183efe54d306d61e6ed9f84" }, + { + "name": "RGB", + "version": "1.0.4", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.4.zip", + "archiveFileName": "RGB-1.0.4.zip", + "size": 18554, + "checksum": "SHA-256:79c8617b938b87081c58fed626c0994754c5324a6bc9eeba5bd5b0d155f5f81d" + }, + { + "name": "RGB", + "version": "1.0.5", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.5.zip", + "archiveFileName": "RGB-1.0.5.zip", + "size": 18554, + "checksum": "SHA-256:51c930e8dfca95576a4a72a51dfe45e58c468fd6f283774ad7adc709ab1d5832" + }, + { + "name": "RGB", + "version": "1.0.6", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.6.zip", + "archiveFileName": "RGB-1.0.6.zip", + "size": 18585, + "checksum": "SHA-256:5562728610ba7543bbfa4147c15b6634ccd8780ac86a8b72d7a3bd553d9ad741" + }, + { + "name": "RGB", + "version": "1.0.7", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.7.zip", + "archiveFileName": "RGB-1.0.7.zip", + "size": 18661, + "checksum": "SHA-256:7735f3c6234110fe4fae938789a572d6c32ed7ded683afb4d67deb3fcea89155" + }, { "name": "TelegramBotClient", "version": "0.4.0", @@ -107830,7 +140299,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/schlingensiepen/TelegramBotClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/schlingensiepen/TelegramBotClient-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schlingensiepen/TelegramBotClient-0.4.0.zip", "archiveFileName": "TelegramBotClient-0.4.0.zip", "size": 9527, "checksum": "SHA-256:a83d046d25bff6d2d5f76b10521a2c0e954a1632b5fd9bd6549a97ea3d4dded0" @@ -107847,7 +140316,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/schlingensiepen/TelegramBotClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/schlingensiepen/TelegramBotClient-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schlingensiepen/TelegramBotClient-0.5.0.zip", "archiveFileName": "TelegramBotClient-0.5.0.zip", "size": 302121, "checksum": "SHA-256:fac0283ba1680ffa1297f0a9b36fabc93f1a73990935f9c38fc0be766aee1074" @@ -107864,7 +140333,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/schlingensiepen/TelegramBotClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/schlingensiepen/TelegramBotClient-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schlingensiepen/TelegramBotClient-0.6.1.zip", "archiveFileName": "TelegramBotClient-0.6.1.zip", "size": 502333, "checksum": "SHA-256:6848d1f255825d1888033e7f989b6b6e7a9bcd0fbe77abfc5be8241713e47d18" @@ -107882,7 +140351,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A-Sync-Library.git", "providesIncludes": ["DFL168A.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.0.zip", "archiveFileName": "DFL168A_Sync-1.0.0.zip", "size": 2511287, "checksum": "SHA-256:eca0fb9c243120aeb24bfda405e2b260f14a6a4f72bdc99d7ab51625d101ade0" @@ -107900,7 +140369,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A-Sync-Library.git", "providesIncludes": ["DFL168A.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.1.zip", "archiveFileName": "DFL168A_Sync-1.0.1.zip", "size": 2513532, "checksum": "SHA-256:e2ac73ad40fa6279c9da466badb0a1cfb7186826f7199ed688508f145743bea6" @@ -107918,7 +140387,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A-Sync-Library.git", "providesIncludes": ["DFL168A.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.2.zip", "archiveFileName": "DFL168A_Sync-1.0.2.zip", "size": 2514491, "checksum": "SHA-256:23283a83acc493e22d78714fa7ad1769992a99bdcfe02951efe37ceed628c824" @@ -107936,7 +140405,7 @@ "types": ["Contributed"], "repository": "https://github.com/Dafulai/DFL168A-Sync-Library.git", "providesIncludes": ["DFL168A.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Dafulai/DFL168A_Sync-1.0.3.zip", "archiveFileName": "DFL168A_Sync-1.0.3.zip", "size": 2517763, "checksum": "SHA-256:56253205fb2623b66f320a8695930787ed8323e13c27c15cc74a6685a06dbad6" @@ -107953,7 +140422,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gamgine/Arduino-lib-HCSR04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-1.0.0.zip", "archiveFileName": "HCSR04_ultrasonic_sensor-1.0.0.zip", "size": 104110, "checksum": "SHA-256:b4465d715b5086ef0c6b16bea7c09b0197315d3914cfffa569988fa64bbe591a" @@ -107970,7 +140439,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gamgine/Arduino-lib-HCSR04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.0.zip", "archiveFileName": "HCSR04_ultrasonic_sensor-2.0.0.zip", "size": 515206, "checksum": "SHA-256:8d558d426409e29f262f0f00d55d77af452d4c397eab88dc507802188b129677" @@ -107987,7 +140456,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gamgine/Arduino-lib-HCSR04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.1.zip", "archiveFileName": "HCSR04_ultrasonic_sensor-2.0.1.zip", "size": 515251, "checksum": "SHA-256:ca63a5dafc9d5ec814ab8f4ff5d7e223fa150fe15496f1103d2a2c76af20116c" @@ -108004,7 +140473,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gamgine/Arduino-lib-HCSR04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.2.zip", "archiveFileName": "HCSR04_ultrasonic_sensor-2.0.2.zip", "size": 515270, "checksum": "SHA-256:c84edc0b995c98b24b78b86d5135d9f71cb5bf0f5009a53ba8c5516984caee26" @@ -108022,7 +140491,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.1.zip", "archiveFileName": "SimplePacketComs-0.0.1.zip", "size": 8635, "checksum": "SHA-256:8039b8b83b43c1015415a5331fe0149ee80a1f7a54c17d158525c9c239e1d4b0" @@ -108040,7 +140509,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.3.zip", "archiveFileName": "SimplePacketComs-0.0.3.zip", "size": 8845, "checksum": "SHA-256:3aca43f61826b4e5696f4e79af1ba2e050801e1e952f1b7caf704d773b642ef5" @@ -108058,7 +140527,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.4.zip", "archiveFileName": "SimplePacketComs-0.0.4.zip", "size": 8917, "checksum": "SHA-256:f1b0a6e5d5b10c21352405c1821495e4fbe4e9d3a848522c92f4f3ebd96373ab" @@ -108076,7 +140545,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.5.zip", "archiveFileName": "SimplePacketComs-0.0.5.zip", "size": 8916, "checksum": "SHA-256:1b5a64fe287c83366adba26866b9917195ede80f29758c2db92bc69cbacb6681" @@ -108094,7 +140563,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.6.zip", "archiveFileName": "SimplePacketComs-0.0.6.zip", "size": 8776, "checksum": "SHA-256:4d707e1895da06d2ec30d57cdf3dd03265a868dd263a2a70fea2c96252ce8c21" @@ -108112,7 +140581,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.7.zip", "archiveFileName": "SimplePacketComs-0.0.7.zip", "size": 11671, "checksum": "SHA-256:cf4215737c74f09d1ef1aa7bd7495eb4ad8b5607861bad83fc2b6efcab6284ab" @@ -108130,7 +140599,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.8.zip", "archiveFileName": "SimplePacketComs-0.0.8.zip", "size": 11669, "checksum": "SHA-256:e528965d97f961ccab7574376bd61f77375e585fbcaabbd189b2086b7902d1c0" @@ -108148,7 +140617,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.0.9.zip", "archiveFileName": "SimplePacketComs-0.0.9.zip", "size": 11680, "checksum": "SHA-256:8e9c9f28c8b9b3c82bb3b1c129a8080d3640a1472e7e00d05c95b439d2a56c70" @@ -108166,7 +140635,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.1.0.zip", "archiveFileName": "SimplePacketComs-0.1.0.zip", "size": 11775, "checksum": "SHA-256:9a5959e8ff9e83ccd397defeb649984f7a88c025f6793c7ef0805f8af758014b" @@ -108184,7 +140653,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/SimplePacketComs.git", "providesIncludes": ["SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-0.1.1.zip", "archiveFileName": "SimplePacketComs-0.1.1.zip", "size": 11835, "checksum": "SHA-256:ad8f8a580f89c202f5853b1498c03f5399b035d61b03ccff50458dd54cc3172e" @@ -108201,7 +140670,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/i3water/Blinker_PMSX003ST.git", - "url": "http://downloads.arduino.cc/libraries/github.com/i3water/Blinker_PMSX003ST-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/i3water/Blinker_PMSX003ST-1.0.0.zip", "archiveFileName": "Blinker_PMSX003ST-1.0.0.zip", "size": 5520, "checksum": "SHA-256:96c09c73b774e59756f34a5acef798c7644a777e47d0d67519016829c8fe2f98" @@ -108218,7 +140687,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.0.zip", "archiveFileName": "Sodaq_UBlox_GPS-0.9.0.zip", "size": 11025, "checksum": "SHA-256:1286d52880090b17f6d34d1ca5b8bc1bb6eaed30380b8fce04ccc8c2c2fade6b" @@ -108235,7 +140704,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.1.zip", "archiveFileName": "Sodaq_UBlox_GPS-0.9.1.zip", "size": 11073, "checksum": "SHA-256:5bd21e7d86a73eaa881c7c31be7c7887d5c2e90a55766c638ebf1c8ae16be02e" @@ -108252,7 +140721,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.2.zip", "archiveFileName": "Sodaq_UBlox_GPS-0.9.2.zip", "size": 11156, "checksum": "SHA-256:b912cbdfc653611a82085639fcf4fbd37ce840726afc05c86217254ace0b2054" @@ -108269,7 +140738,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.3.zip", "archiveFileName": "Sodaq_UBlox_GPS-0.9.3.zip", "size": 11202, "checksum": "SHA-256:d16a49e688a64d3d3cdafd9a8dfb8610f104f8efc64c9c5c00f11dfcba6be5a5" @@ -108286,7 +140755,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.4.zip", "archiveFileName": "Sodaq_UBlox_GPS-0.9.4.zip", "size": 11833, "checksum": "SHA-256:dbe9e29deadcb3a52e1cd62dd27f2db74773c44685d33e0d3773657fa3c059f0" @@ -108303,11 +140772,28 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.5.zip", "archiveFileName": "Sodaq_UBlox_GPS-0.9.5.zip", "size": 11857, "checksum": "SHA-256:f47637742a043bb21c224f09cdc1819c8033c747ef86a6f26618b484a311dad6" }, + { + "name": "Sodaq_UBlox_GPS", + "version": "0.9.6", + "author": "keestux,SODAQ", + "maintainer": "Kees Bakker \u003ckees@sodaq.com\u003e", + "sentence": "An Arduino library for the UBlox EVA7M (as available on LoRaONE).", + "paragraph": "It reads GPS coordinate, time, number of satellites, etc.", + "website": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_UBlox_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_UBlox_GPS-0.9.6.zip", + "archiveFileName": "Sodaq_UBlox_GPS-0.9.6.zip", + "size": 11862, + "checksum": "SHA-256:4695e8b0be46210b903c190f1f35c678468cabe87da8d04364563bb9e30422f7" + }, { "name": "MPU6050_tockn", "version": "1.2.0", @@ -108320,7 +140806,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.2.0.zip", "archiveFileName": "MPU6050_tockn-1.2.0.zip", "size": 5447, "checksum": "SHA-256:d020529ecd0b8c8c5c6eb9897ec78a8fe9b69b891e1483702ccb83d419205fe8" @@ -108337,7 +140823,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.2.1.zip", "archiveFileName": "MPU6050_tockn-1.2.1.zip", "size": 5458, "checksum": "SHA-256:40506636a6f15d1c52de233592fdc22c4bc8cdcb718464ae039f4b212ed2c284" @@ -108354,7 +140840,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.3.0.zip", "archiveFileName": "MPU6050_tockn-1.3.0.zip", "size": 5456, "checksum": "SHA-256:b684a641cb628209676a5d1d718431438afd1cb2c74207ee8e6f5035f0927af4" @@ -108371,7 +140857,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.4.0.zip", "archiveFileName": "MPU6050_tockn-1.4.0.zip", "size": 5489, "checksum": "SHA-256:96a8baa5ca4f3f718e319108fe12632340cd7fd4c304e175f7595c8fa8871039" @@ -108388,7 +140874,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.5.0.zip", "archiveFileName": "MPU6050_tockn-1.5.0.zip", "size": 5509, "checksum": "SHA-256:9e5d09dacea602d34c0d502b8508f37f378dd0dee73b5ffcfb9fbd6c37863b4f" @@ -108405,7 +140891,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.5.1.zip", "archiveFileName": "MPU6050_tockn-1.5.1.zip", "size": 5507, "checksum": "SHA-256:4b54b9391e63ab2a4bdcf6c7f7314e19d6c0e13bf57117bdf6b26c314bd85fbf" @@ -108422,7 +140908,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tockn/MPU6050_tockn.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tockn/MPU6050_tockn-1.5.2.zip", "archiveFileName": "MPU6050_tockn-1.5.2.zip", "size": 5501, "checksum": "SHA-256:59036bb0447c1dfe0dad3f05fdc0beb9e0a885263d83eb709093d0be02dfe646" @@ -108440,7 +140926,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SevenSeg.git", "providesIncludes": ["M10SevenSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SevenSeg-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SevenSeg-1.0.0.zip", "archiveFileName": "M10SevenSeg-1.0.0.zip", "size": 6341, "checksum": "SHA-256:1a09b151e736187b635db87291f14887527dfbe4f8a39ef5bf991708fca1a8ae" @@ -108458,7 +140944,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SevenSeg.git", "providesIncludes": ["M10SevenSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SevenSeg-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SevenSeg-1.0.1.zip", "archiveFileName": "M10SevenSeg-1.0.1.zip", "size": 6336, "checksum": "SHA-256:dbdb7e9db72521847112a43c0dbb05a34412f8e3c48aaf58febc116eea191308" @@ -108476,7 +140962,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10SevenSeg.git", "providesIncludes": ["M10SevenSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10SevenSeg-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10SevenSeg-1.0.2.zip", "archiveFileName": "M10SevenSeg-1.0.2.zip", "size": 6337, "checksum": "SHA-256:584c9c1f3c3fc9576b94ba1305c9d4f8b8db97adf696eb1800d59e2b3e3cf325" @@ -108493,7 +140979,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jefersonla/ArduinoLang.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jefersonla/ArduinoLang-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jefersonla/ArduinoLang-0.1.0.zip", "archiveFileName": "ArduinoLang-0.1.0.zip", "size": 68470, "checksum": "SHA-256:8529e033df56ddc81afa6c64ad6c99edd1b4fe5abb50ea5588100f43cc47be4f" @@ -108511,7 +140997,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-binary-for-arduino.git", "providesIncludes": ["ZaberBinary.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_Binary-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_Binary-1.0.0.zip", "archiveFileName": "Zaber_Binary-1.0.0.zip", "size": 10388, "checksum": "SHA-256:3d637cb69ed84711e122a412a905a79b413011703c4128b7016ddf6b26845061" @@ -108529,7 +141015,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-binary-for-arduino.git", "providesIncludes": ["ZaberBinary.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_Binary-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_Binary-1.1.1.zip", "archiveFileName": "Zaber_Binary-1.1.1.zip", "size": 10782, "checksum": "SHA-256:7af5f94a61aa97778675219c647ff6ba3dd4d5007a5cb7c92dc93edf5792a674" @@ -108547,7 +141033,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-binary-for-arduino.git", "providesIncludes": ["ZaberBinary.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_Binary-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_Binary-1.2.0.zip", "archiveFileName": "Zaber_Binary-1.2.0.zip", "size": 1173421, "checksum": "SHA-256:e9882e7a570c6246f6f05903e546f291d36f46918ae51808b536d37556485d13" @@ -108565,7 +141051,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-ascii-for-arduino.git", "providesIncludes": ["ZaberAscii.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.0.0.zip", "archiveFileName": "Zaber_ASCII-1.0.0.zip", "size": 11660, "checksum": "SHA-256:72b04a999ab1e9b8da75aa73b2a686b3f86433eeaefeaf7458e6ccc9dc918334" @@ -108583,7 +141069,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-ascii-for-arduino.git", "providesIncludes": ["ZaberAscii.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.1.1.zip", "archiveFileName": "Zaber_ASCII-1.1.1.zip", "size": 12066, "checksum": "SHA-256:5ee3719bc03f8d5c6f55ef4f266f58101eb28a24eccfca6583cbc67d60b22162" @@ -108601,7 +141087,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-ascii-for-arduino.git", "providesIncludes": ["ZaberAscii.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.1.2.zip", "archiveFileName": "Zaber_ASCII-1.1.2.zip", "size": 12150, "checksum": "SHA-256:66369047c6a576e08b0cc00a02e97286578967f5f5e8437a17aca3bd018c69cd" @@ -108619,7 +141105,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/zaber-core-libs/zaber-ascii-for-arduino.git", "providesIncludes": ["ZaberAscii.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/zaber-core-libs/Zaber_ASCII-1.2.0.zip", "archiveFileName": "Zaber_ASCII-1.2.0.zip", "size": 1178291, "checksum": "SHA-256:8f6d101a3f1733fbdcbeccb1c3799ca0006540211802f1e47ea5699c110d66e3" @@ -108636,7 +141122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/Fingerprint_Scanner-TTL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/Fingerprint_Scanner_TTL-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/Fingerprint_Scanner_TTL-1.1.0.zip", "archiveFileName": "Fingerprint_Scanner_TTL-1.1.0.zip", "size": 22350, "checksum": "SHA-256:302d5fa4f8f237d5149f788054d958fa9dc851dc70c67074556daab510b4e4ad" @@ -108653,7 +141139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperpirat/MAX77650-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperpirat/MAX77650_Arduino_Library-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperpirat/MAX77650_Arduino_Library-0.3.0.zip", "archiveFileName": "MAX77650_Arduino_Library-0.3.0.zip", "size": 34270, "checksum": "SHA-256:781ffdadb06febed3975e111b25812b5cd433097a885f5da3fd8c0f074b9ef3a" @@ -108670,7 +141156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperpirat/MAX77650-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperpirat/MAX77650_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperpirat/MAX77650_Arduino_Library-1.0.0.zip", "archiveFileName": "MAX77650_Arduino_Library-1.0.0.zip", "size": 38771, "checksum": "SHA-256:f6b713bcd5e9b5761ef9409d64d693a072605901b00a9461800bf8df818d61c5" @@ -108687,7 +141173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperpirat/MAX77650-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperpirat/MAX77650_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperpirat/MAX77650_Arduino_Library-1.0.1.zip", "archiveFileName": "MAX77650_Arduino_Library-1.0.1.zip", "size": 46220, "checksum": "SHA-256:81d69c5fc04d387337df6bdafc6143b43b09d1c5aa1a3aef778966b94d329b92" @@ -108704,7 +141190,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.0.zip", "archiveFileName": "esp8266_google_tts-1.0.0.zip", "size": 6425, "checksum": "SHA-256:192791e0c3a0a2ea5bae53cc5fb1545e816a0956771a1c36a08fc094d3cc6521" @@ -108721,7 +141207,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.1.zip", "archiveFileName": "esp8266_google_tts-1.0.1.zip", "size": 6423, "checksum": "SHA-256:fd0a84a26762200b891e8f1117fec71f32ed6441e9bd0e746dc27826cdb5a119" @@ -108739,7 +141225,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.2.zip", "archiveFileName": "esp8266_google_tts-1.0.2.zip", "size": 6761, "checksum": "SHA-256:95d458f16a87decd48836bf349def0e09e3ccb5e4114a1e3b406b8c40846ec39" @@ -108757,7 +141243,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.3.zip", "archiveFileName": "esp8266_google_tts-1.0.3.zip", "size": 6889, "checksum": "SHA-256:5065215191c4517c18def0aad964dce172db3a61368c02d28dd0b551a6906851" @@ -108775,7 +141261,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.4.zip", "archiveFileName": "esp8266_google_tts-1.0.4.zip", "size": 6811, "checksum": "SHA-256:9f0fc94938e1bc84b8a910433509e581c8335e3f068bb48fa7c9e2c43176e2d9" @@ -108793,7 +141279,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.5.zip", "archiveFileName": "esp8266_google_tts-1.0.5.zip", "size": 29828, "checksum": "SHA-256:e4f70c9ef20a99ed3a4fffe4b4d5c11ae575b1e8df2a66397551afd38f059e1f" @@ -108811,7 +141297,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.6.zip", "archiveFileName": "esp8266_google_tts-1.0.6.zip", "size": 29756, "checksum": "SHA-256:43a036e47e1da88607bcce35ad0361f75903d8cf668672c4eafe32a884a2159d" @@ -108829,7 +141315,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.7.zip", "archiveFileName": "esp8266_google_tts-1.0.7.zip", "size": 29758, "checksum": "SHA-256:6c76fd2ce7e95410724ba50c7a9fcc091a653ffbc10e87ddb281293f592bb657" @@ -108847,11 +141333,65 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-tts.git", "providesIncludes": ["google-tts.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.8.zip", "archiveFileName": "esp8266_google_tts-1.0.8.zip", "size": 30419, "checksum": "SHA-256:8559b6a04313fe1e1936e3e95be01724a191db0207b953abe2281fe1c94b3fa3" }, + { + "name": "esp8266-google-tts", + "version": "1.0.9", + "author": "horihiro", + "maintainer": "horihiro", + "sentence": "generate the link to speech mp3 on esp8266/32.", + "paragraph": "This library depends on Google Translate Service.", + "website": "https://github.com/horihiro/esp8266-google-tts", + "category": "Data Processing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/horihiro/esp8266-google-tts.git", + "providesIncludes": ["google-tts.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.9.zip", + "archiveFileName": "esp8266_google_tts-1.0.9.zip", + "size": 30691, + "checksum": "SHA-256:6a9b74a9086e4ce4d8d427bebfd3e8161e4361e2c059a2a13724b8ea465bf760" + }, + { + "name": "esp8266-google-tts", + "version": "1.0.10", + "author": "horihiro", + "maintainer": "horihiro", + "sentence": "generate the link to speech mp3 on esp8266/32.", + "paragraph": "This library depends on Google Translate Service.", + "website": "https://github.com/horihiro/esp8266-google-tts", + "category": "Data Processing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/horihiro/esp8266-google-tts.git", + "providesIncludes": ["google-tts.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.0.10.zip", + "archiveFileName": "esp8266_google_tts-1.0.10.zip", + "size": 28885, + "checksum": "SHA-256:ae2eaf17483dfb0cc8e8404e116e5d685e3b39d73adf5acd22d078b8f255ebee" + }, + { + "name": "esp8266-google-tts", + "version": "1.1.0", + "author": "horihiro", + "maintainer": "horihiro", + "sentence": "generate the link to speech mp3 on esp8266/32.", + "paragraph": "This library depends on Google Translate Service.", + "website": "https://github.com/horihiro/esp8266-google-tts", + "category": "Data Processing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/horihiro/esp8266-google-tts.git", + "providesIncludes": ["google-tts.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.1.0.zip", + "archiveFileName": "esp8266_google_tts-1.1.0.zip", + "size": 28916, + "checksum": "SHA-256:6a211512e55088fa5dbbe5b2820ef901e4a868b627fd84f04b11a47365bd7dab" + }, { "name": "AUnit", "version": "0.5.0", @@ -108864,7 +141404,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.0.zip", "archiveFileName": "AUnit-0.5.0.zip", "size": 949894, "checksum": "SHA-256:185269f7df442f51d85207dc19f2889ea3d8fe3b2aa5075c605858a6ceffd649" @@ -108881,7 +141421,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.1.0.zip", "archiveFileName": "AUnit-0.1.0.zip", "size": 38988, "checksum": "SHA-256:365472ae078c26117c3656a0d092618ac41b7a76111887729e5754284938e016" @@ -108898,7 +141438,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.1.1.zip", "archiveFileName": "AUnit-0.1.1.zip", "size": 39562, "checksum": "SHA-256:62ceebd14ebca1a170ecc357eb6f1d0a78ceed6a19b6c8bcd00299361cf39c98" @@ -108915,7 +141455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.2.0.zip", "archiveFileName": "AUnit-0.2.0.zip", "size": 41449, "checksum": "SHA-256:9386558d675d171aa050c106c48ee88ec760f71583a5dfd0b0028504eaa2bc36" @@ -108932,7 +141472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.0.zip", "archiveFileName": "AUnit-0.3.0.zip", "size": 47438, "checksum": "SHA-256:7f051528c80bb668a0825c651d94885ac202b25fcb24ba060a9ac3a131965531" @@ -108949,7 +141489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.1.zip", "archiveFileName": "AUnit-0.3.1.zip", "size": 49014, "checksum": "SHA-256:6065f07d18e2ebc47d2a6da12224a2deb50120ff0bf97e5f515e6d9a4b857bf9" @@ -108966,7 +141506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.2.zip", "archiveFileName": "AUnit-0.3.2.zip", "size": 587633, "checksum": "SHA-256:474da4140e08e18ca0b017cbde0486a76c6b31285c0215ce78c64598c984c17d" @@ -108983,7 +141523,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.3.3.zip", "archiveFileName": "AUnit-0.3.3.zip", "size": 587666, "checksum": "SHA-256:3a2faac16577c521a98725a36ab6cbb5bb7e9b7d89b194b0fed875397bab623f" @@ -109000,7 +141540,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.4.0.zip", "archiveFileName": "AUnit-0.4.0.zip", "size": 850942, "checksum": "SHA-256:68bcd42113ecb57cfb55cd8be944c01d077b205af2d63450e342b8631fc21439" @@ -109017,7 +141557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.4.1.zip", "archiveFileName": "AUnit-0.4.1.zip", "size": 856467, "checksum": "SHA-256:e127511106912dfab58fb35deb1cb4267fbeefa4ef7a1c132056806fe5d0df35" @@ -109034,7 +141574,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.4.2.zip", "archiveFileName": "AUnit-0.4.2.zip", "size": 858139, "checksum": "SHA-256:9ce248de1f1e16c5b4a5fb5f5fc2cf2de7c29a67815f7452b64e810528ba5bc9" @@ -109051,7 +141591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.1.zip", "archiveFileName": "AUnit-0.5.1.zip", "size": 988056, "checksum": "SHA-256:35197de4cfadd54744f901a29c6b972347df98faf7599a5d0834c0482293417e" @@ -109068,7 +141608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.2.zip", "archiveFileName": "AUnit-0.5.2.zip", "size": 1155102, "checksum": "SHA-256:53d4fa31e6680408a6362c5595072894381de8db314448679bb5703a795c9d39" @@ -109085,7 +141625,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-0.5.3.zip", "archiveFileName": "AUnit-0.5.3.zip", "size": 1167802, "checksum": "SHA-256:4a967d7f1f874ed6337063e1242bfe30f48748ab6a4ce6e330f2080153bd73a3" @@ -109102,7 +141642,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.0.0.zip", "archiveFileName": "AUnit-1.0.0.zip", "size": 1200883, "checksum": "SHA-256:03b1f226e624df7ff601b8976812a5065bf5a105e7100eacc9dbab3e67de8483" @@ -109119,7 +141659,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.0.1.zip", "archiveFileName": "AUnit-1.0.1.zip", "size": 1193383, "checksum": "SHA-256:488f4a3c53e6e1713c346c5054cac3a0a64206691d2f7fab26c2e720b00af5c2" @@ -109136,7 +141676,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.1.0.zip", "archiveFileName": "AUnit-1.1.0.zip", "size": 1208390, "checksum": "SHA-256:1c1081704ab0ea3d8bf4b86dbd51f7584202414732a7c5ff3a7b24353aef25db" @@ -109153,7 +141693,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.2.0.zip", "archiveFileName": "AUnit-1.2.0.zip", "size": 1218992, "checksum": "SHA-256:7db24bd7f4a9ed8bd65bcbb980d3c97e43b1b275004566b24c7c11d129adf0d8" @@ -109170,7 +141710,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.2.1.zip", "archiveFileName": "AUnit-1.2.1.zip", "size": 1315267, "checksum": "SHA-256:15d9f77e1091bff4a33a429d127a3750f3b06a31e9773c3e551ccc48c9f45df5" @@ -109187,11 +141727,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AUnit.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.3.0.zip", "archiveFileName": "AUnit-1.3.0.zip", "size": 1355629, "checksum": "SHA-256:ea7e554a5e535b420399b8030e305272415cc3a9530a1ed072661a139417e1f5" }, + { + "name": "AUnit", + "version": "1.5.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.5.3.zip", + "archiveFileName": "AUnit-1.5.3.zip", + "size": 1386650, + "checksum": "SHA-256:48f51b8f9c1a8ff988511a20a561bb37772eb8710668bfc213be850a33d6a70c" + }, + { + "name": "AUnit", + "version": "1.5.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.5.4.zip", + "archiveFileName": "AUnit-1.5.4.zip", + "size": 1388080, + "checksum": "SHA-256:2edfa591334c04a4530a5409eef871f90774a7a421f3103f7c9ef4e9e40b96a3" + }, + { + "name": "AUnit", + "version": "1.5.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.5.5.zip", + "archiveFileName": "AUnit-1.5.5.zip", + "size": 1383927, + "checksum": "SHA-256:0906f8f64362ee0a9f700c9b74183853d9e0b6373d3dbc97c0aceda37bf32329" + }, { "name": "PMsensor", "version": "1.0.0", @@ -109204,7 +141795,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ekkai/PMsensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ekkai/PMsensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/PMsensor-1.0.0.zip", "archiveFileName": "PMsensor-1.0.0.zip", "size": 3267, "checksum": "SHA-256:7aac8155c6d972e84e46745bee8dfdc3492caf64fc333ac5f4750a3d440de74b" @@ -109221,7 +141812,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ekkai/PMsensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ekkai/PMsensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/PMsensor-1.0.1.zip", "archiveFileName": "PMsensor-1.0.1.zip", "size": 3267, "checksum": "SHA-256:d843bad59cf5e4bc38b6e20f848eabc6a315cc6b5732d219da2597a29a18d916" @@ -109238,7 +141829,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ekkai/PMsensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ekkai/PMsensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/PMsensor-1.1.0.zip", "archiveFileName": "PMsensor-1.1.0.zip", "size": 3070, "checksum": "SHA-256:ec98bcac789850baf42ac615b475413f0bb036f15c66b12d342888a4c7772616" @@ -109255,7 +141846,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-2.1.0.zip", "archiveFileName": "Word100_Library-2.1.0.zip", "size": 5852536, "checksum": "SHA-256:6901c544fb1c07b80de42c938c9aca751945579d9586c1addf1c1cc0eca6c6bd" @@ -109272,7 +141863,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-2.1.1.zip", "archiveFileName": "Word100_Library-2.1.1.zip", "size": 5855296, "checksum": "SHA-256:573314070878bc78c711033a885346ccdb24c252ddd37f5656fdbb31d336c70d" @@ -109289,7 +141880,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.0.0.zip", "archiveFileName": "Word100_Library-3.0.0.zip", "size": 5863871, "checksum": "SHA-256:0417324c5f625afa0a8b9b5fa33e42fbdd8a320e8d41a286dc4edb65e843b356" @@ -109306,7 +141897,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.0.1.zip", "archiveFileName": "Word100_Library-3.0.1.zip", "size": 5863870, "checksum": "SHA-256:e4dec7d92813226884561d5689a862d09b174d0ce0068fcd11c4b4ba4d9926f5" @@ -109323,7 +141914,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.0.2.zip", "archiveFileName": "Word100_Library-3.0.2.zip", "size": 5864030, "checksum": "SHA-256:f54aae385afc3aea75dbd63506e4f89a488b46f7993641f000d8e22d147f9a06" @@ -109340,7 +141931,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.1.2.zip", "archiveFileName": "Word100_Library-3.1.2.zip", "size": 9284078, "checksum": "SHA-256:3d6e4ff7cbb8cad99a35699386799d90ee47878138fe46b2c5f393a2c6181a65" @@ -109357,7 +141948,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.2.2.zip", "archiveFileName": "Word100_Library-3.2.2.zip", "size": 9293982, "checksum": "SHA-256:bf2c30ebb84edc2c0019d3c855394d2a76eed877b5d4d87cf75c0b202feef2eb" @@ -109374,7 +141965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.2.3.zip", "archiveFileName": "Word100_Library-3.2.3.zip", "size": 9293110, "checksum": "SHA-256:73fec53506b213abe66b6972c7acaad5f1aa187d231f7c759a61f10c141db88c" @@ -109391,7 +141982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-3.2.4.zip", "archiveFileName": "Word100_Library-3.2.4.zip", "size": 9296092, "checksum": "SHA-256:0664ca520ce028691960f632a0becf82cdf5b683396f598a0a6481914f7e4d94" @@ -109408,7 +141999,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-4.0.0.zip", "archiveFileName": "Word100_Library-4.0.0.zip", "size": 9299681, "checksum": "SHA-256:c3860f3f84efd79862f3cd7a7006f4507ada6459fa00468ddc00841fdc63603b" @@ -109425,7 +142016,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-4.0.1.zip", "archiveFileName": "Word100_Library-4.0.1.zip", "size": 9299682, "checksum": "SHA-256:3a22caead9f92672ad920068e4c96a51e8ea5d5cf9b2088260a5fa98d179f443" @@ -109442,7 +142033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-4.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-4.0.2.zip", "archiveFileName": "Word100_Library-4.0.2.zip", "size": 9302507, "checksum": "SHA-256:c9f93034a4d9d65f8e56d4ce8aa246d8eb3ca9ffb4c416c2e2b6e6d91d9efea0" @@ -109459,7 +142050,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.0.6.zip", "archiveFileName": "Word100_Library-5.0.6.zip", "size": 9341641, "checksum": "SHA-256:75326be6acc7c9961a06d3285f5b543c1b4cf7641540a16f6e431a25ac468467" @@ -109476,7 +142067,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.0.7.zip", "archiveFileName": "Word100_Library-5.0.7.zip", "size": 9342304, "checksum": "SHA-256:b967eefe31b6abf40d7e7627336f4d9f5c3ad095a0381f37a009053e2b48f887" @@ -109493,7 +142084,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.0.8.zip", "archiveFileName": "Word100_Library-5.0.8.zip", "size": 9345485, "checksum": "SHA-256:ab88464ca667654019f2c9b17efbf59bbe037126d43b0f59d630116969a4c939" @@ -109510,7 +142101,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/Word100.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/Word100_Library-5.1.1.zip", "archiveFileName": "Word100_Library-5.1.1.zip", "size": 9346744, "checksum": "SHA-256:393b108f4e5c6bf178af95523f7d0cfaa1a1e14beb430087ae3933b5540c003c" @@ -109528,7 +142119,7 @@ "types": ["Contributed"], "repository": "https://github.com/Hieromon/AutoConnect.git", "providesIncludes": ["AutoConnect.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.7.zip", "archiveFileName": "AutoConnect-0.9.7.zip", "size": 29832652, "checksum": "SHA-256:e20424e98357db697e26accf0c1bd2fd21cecc6b76264b4cd4cae8edfb91a5a3" @@ -109546,7 +142137,7 @@ "types": ["Contributed"], "repository": "https://github.com/Hieromon/AutoConnect.git", "providesIncludes": ["AutoConnect.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.8.zip", "archiveFileName": "AutoConnect-0.9.8.zip", "size": 30457781, "checksum": "SHA-256:3ebb95d32c5b0cee8c0b160b6eb5704cef1c7930bee8ad8962cebdf0eca6f215" @@ -109564,7 +142155,7 @@ "types": ["Contributed"], "repository": "https://github.com/Hieromon/AutoConnect.git", "providesIncludes": ["AutoConnect.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.9.zip", "archiveFileName": "AutoConnect-0.9.9.zip", "size": 30592707, "checksum": "SHA-256:819202a7226f3d69b5e5a7ebc2c9b12f75994879d8a97f4bc44af91f6037c319" @@ -109582,7 +142173,7 @@ "types": ["Contributed"], "repository": "https://github.com/Hieromon/AutoConnect.git", "providesIncludes": ["AutoConnect.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.10.zip", "archiveFileName": "AutoConnect-0.9.10.zip", "size": 30593868, "checksum": "SHA-256:0ba77d999d3cc6e3c5ad7c836a464194c2d83e2320718c20ec5befc267144beb" @@ -109600,11 +142191,363 @@ "types": ["Contributed"], "repository": "https://github.com/Hieromon/AutoConnect.git", "providesIncludes": ["AutoConnect.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.11.zip", "archiveFileName": "AutoConnect-0.9.11.zip", "size": 30633985, "checksum": "SHA-256:491f90a1d5908a5389ab77fb103df19f379c9a22c694aef1a1851e7add0a8237" }, + { + "name": "AutoConnect", + "version": "0.9.12", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-0.9.12.zip", + "archiveFileName": "AutoConnect-0.9.12.zip", + "size": 30636400, + "checksum": "SHA-256:c2dafffabd2e40aca10faab5a67b331f3fba7337ec8f7748371075b044dc1ba0" + }, + { + "name": "AutoConnect", + "version": "1.0.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.0.0.zip", + "archiveFileName": "AutoConnect-1.0.0.zip", + "size": 34563091, + "checksum": "SHA-256:2df06ce1de2a909033b89892bf387c701493a95bd5a183038683b17574f8d7d9" + }, + { + "name": "AutoConnect", + "version": "1.0.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.0.1.zip", + "archiveFileName": "AutoConnect-1.0.1.zip", + "size": 34629347, + "checksum": "SHA-256:f7d3c38646c45e83aadee09ae7e07c11eb0a598fa6d2efbd40531369995a8400" + }, + { + "name": "AutoConnect", + "version": "1.0.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.0.2.zip", + "archiveFileName": "AutoConnect-1.0.2.zip", + "size": 34631536, + "checksum": "SHA-256:00cbc4f08874ca927362c751a922931ef7b020cf87e24e2d8ab3694e59322720" + }, + { + "name": "AutoConnect", + "version": "1.0.3", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.0.3.zip", + "archiveFileName": "AutoConnect-1.0.3.zip", + "size": 34631912, + "checksum": "SHA-256:9e0ab518bb81c66a972e198348a53aa5212972e905361e7dc4a34440b44a3e52" + }, + { + "name": "AutoConnect", + "version": "1.1.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.0.zip", + "archiveFileName": "AutoConnect-1.1.0.zip", + "size": 34889276, + "checksum": "SHA-256:65901f529892befb6ba947bd9b0be1d696b87786bbadd9a773f1f4af49af94ad" + }, + { + "name": "AutoConnect", + "version": "1.1.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.1.zip", + "archiveFileName": "AutoConnect-1.1.1.zip", + "size": 34889488, + "checksum": "SHA-256:4689c460112f3ba873a40f433874d9547e315b281e54208ba233ee4ceb035c1a" + }, + { + "name": "AutoConnect", + "version": "1.1.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.2.zip", + "archiveFileName": "AutoConnect-1.1.2.zip", + "size": 34889516, + "checksum": "SHA-256:67087af80242cede73b6754862f41399d6d7b5532368b7d019e7f6a43dc232f3" + }, + { + "name": "AutoConnect", + "version": "1.1.3", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.3.zip", + "archiveFileName": "AutoConnect-1.1.3.zip", + "size": 34898670, + "checksum": "SHA-256:ac6a122ccd8fac5dcf14887665d67a13bd34212747624bf548c3e39607a64ec5" + }, + { + "name": "AutoConnect", + "version": "1.1.4", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.4.zip", + "archiveFileName": "AutoConnect-1.1.4.zip", + "size": 35306610, + "checksum": "SHA-256:78dabf3c7d3b48d54039e840d18f75d9eca2c11076b04ee960c4545e964cfcaa" + }, + { + "name": "AutoConnect", + "version": "1.1.5", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.5.zip", + "archiveFileName": "AutoConnect-1.1.5.zip", + "size": 34193082, + "checksum": "SHA-256:63fc0d1aa3936b25de820e0b3a018b3490a99f9548c66b9641cc64fda9fd4173" + }, + { + "name": "AutoConnect", + "version": "1.1.6", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.6.zip", + "archiveFileName": "AutoConnect-1.1.6.zip", + "size": 34195238, + "checksum": "SHA-256:e3a8294109fa52c68be6d5d9378b54b581f0c59e26fbb19902ef1b42b10fa384" + }, + { + "name": "AutoConnect", + "version": "1.1.7", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.1.7.zip", + "archiveFileName": "AutoConnect-1.1.7.zip", + "size": 34195393, + "checksum": "SHA-256:0897d93648ac3e495a1aba743892355b73a3e6917eb3628bd78cffddc932c570" + }, + { + "name": "AutoConnect", + "version": "1.2.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.2.0.zip", + "archiveFileName": "AutoConnect-1.2.0.zip", + "size": 34730115, + "checksum": "SHA-256:782f8582a00f0affabf71c66dbfe70d4d201f95bb057ea14d868f4d3871182c1" + }, + { + "name": "AutoConnect", + "version": "1.2.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.2.1.zip", + "archiveFileName": "AutoConnect-1.2.1.zip", + "size": 34767229, + "checksum": "SHA-256:9a85751bf8d91c36eb3c0decae7e61d4d063256f873988cdb6d992b52a9b11ec" + }, + { + "name": "AutoConnect", + "version": "1.2.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": ["AutoConnect.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.2.2.zip", + "archiveFileName": "AutoConnect-1.2.2.zip", + "size": 34762624, + "checksum": "SHA-256:42f4cb26cdbad3498c6d7cd60ea81e6c5691eaaf415115a2e806bb067837b1c0" + }, { "name": "ZumoShield", "version": "2.0.0", @@ -109618,11 +142561,29 @@ "types": ["Contributed"], "repository": "https://github.com/pololu/zumo-shield-arduino-library.git", "providesIncludes": ["ZumoShield.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/ZumoShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/ZumoShield-2.0.0.zip", "archiveFileName": "ZumoShield-2.0.0.zip", "size": 84522, "checksum": "SHA-256:11bc9724f9b4516a2faa1419acfcaba47899f306d6f7774fd0df58baa512da63" }, + { + "name": "ZumoShield", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu Zumo Shield and Zumo robot kit for Arduino", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with the Pololu Zumo Shield to make a programmable tank chassis robot.", + "website": "https://github.com/pololu/zumo-shield-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/zumo-shield-arduino-library.git", + "providesIncludes": ["ZumoShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/ZumoShield-2.1.0.zip", + "archiveFileName": "ZumoShield-2.1.0.zip", + "size": 85049, + "checksum": "SHA-256:c047df4dc463a71d23e8371fe2ae280dbc80be2f0dbf369c6d26148d715a3aa0" + }, { "name": "EspWii", "version": "0.0.1", @@ -109636,7 +142597,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.1.zip", "archiveFileName": "EspWii-0.0.1.zip", "size": 27590, "checksum": "SHA-256:da761aba404e99af223df5749c6753f3164d1afac650eaf865b9a777fc4027cf" @@ -109654,7 +142615,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.2.zip", "archiveFileName": "EspWii-0.0.2.zip", "size": 28852, "checksum": "SHA-256:a918b49418b676450aaf2a5aa0384de4eed66690bfd8b43dbb2a5ce03c6fbb50" @@ -109672,7 +142633,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.3.zip", "archiveFileName": "EspWii-0.0.3.zip", "size": 31264, "checksum": "SHA-256:323a70f6e15196aef56a35cbdfced07b92764fed88ed2a36c4e83c1263a937e2" @@ -109690,7 +142651,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.0.4.zip", "archiveFileName": "EspWii-0.0.4.zip", "size": 31290, "checksum": "SHA-256:641eb8f6e3473633dd39aeb2636bc3149cc59f9d9abb9172e6833f72cc0539e1" @@ -109708,7 +142669,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.0.zip", "archiveFileName": "EspWii-0.1.0.zip", "size": 34357, "checksum": "SHA-256:82b5efd0d6d47b29b0b8870521124a5147c0167b81c2a82dc6643801639c61b2" @@ -109726,7 +142687,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.1.zip", "archiveFileName": "EspWii-0.1.1.zip", "size": 34749, "checksum": "SHA-256:e8706cfe3cc662288fff77e3cb41c06d37d88affeaa9a227fd546aa78e499e2e" @@ -109744,7 +142705,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.2.zip", "archiveFileName": "EspWii-0.1.2.zip", "size": 37448, "checksum": "SHA-256:9deffedcf711a271bc8f04f930422b5a2a09114d402f491e12825ed6caa8df18" @@ -109762,7 +142723,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.3.zip", "archiveFileName": "EspWii-0.1.3.zip", "size": 37454, "checksum": "SHA-256:4b8387248db21e6f1723be1aae24f452c739a2d715b8f340c865c4e086429e19" @@ -109780,7 +142741,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.4.zip", "archiveFileName": "EspWii-0.1.4.zip", "size": 40803, "checksum": "SHA-256:30ea23053e099e191ba8637ab621f95303ef0040800d75543b5100303657dbcd" @@ -109798,7 +142759,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.1.5.zip", "archiveFileName": "EspWii-0.1.5.zip", "size": 40852, "checksum": "SHA-256:1a8324bded370d723741135bcc97a90a54d11c7b92efa5efde24f37d081b6dab" @@ -109816,7 +142777,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.0.zip", "archiveFileName": "EspWii-0.2.0.zip", "size": 31319, "checksum": "SHA-256:a7da395e3240a4ecd3706cd498d4266cd0285fce227c5357ee31ea7d267a463c" @@ -109834,7 +142795,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.1.zip", "archiveFileName": "EspWii-0.2.1.zip", "size": 31319, "checksum": "SHA-256:5bc36cb14723d5794db5a1be9fa27d211bf41e60b6290be7d7cb6620e79b54fd" @@ -109852,7 +142813,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.2.zip", "archiveFileName": "EspWii-0.2.2.zip", "size": 30062, "checksum": "SHA-256:5d3c4cd1e404c316e035973f313fbe102bc6228d74f2a889a09f82292eea01a9" @@ -109870,7 +142831,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.2.3.zip", "archiveFileName": "EspWii-0.2.3.zip", "size": 30096, "checksum": "SHA-256:7ba5b90ffb4e8b7a030a86acc8e57245175421f5131c8472b4e5b938aef0a1f3" @@ -109888,7 +142849,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.0.zip", "archiveFileName": "EspWii-0.3.0.zip", "size": 30068, "checksum": "SHA-256:527bb62d1bcbd85b2d562c48e18b9f6650ca6ee6046cef702c3c18be9fd9dd54" @@ -109906,7 +142867,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.1.zip", "archiveFileName": "EspWii-0.3.1.zip", "size": 30170, "checksum": "SHA-256:4de1224ac8e4198b369ecc084a70206caefd0061eddfbf68087630b29dbe1983" @@ -109924,7 +142885,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.2.zip", "archiveFileName": "EspWii-0.3.2.zip", "size": 30501, "checksum": "SHA-256:b6ffb34692b2872681dea00eea05cfb7d4a7df434914dfeba35ff9b9fb48101b" @@ -109942,7 +142903,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.3.zip", "archiveFileName": "EspWii-0.3.3.zip", "size": 29660, "checksum": "SHA-256:b3726376578e4dee5ac06314ebcbf0187179a5ee376bf188a55727a10138ae80" @@ -109960,11 +142921,43 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/EspWii.git", "providesIncludes": ["EspWii.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.3.4.zip", "archiveFileName": "EspWii-0.3.4.zip", "size": 29668, "checksum": "SHA-256:05f5788ccc4a445afe6a365e8acd8b09f4210f665f31864b2fc8f81eeb1cfdb3" }, + { + "name": "EspWii", + "version": "0.4.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to send Wii extension controllers data over wifi.", + "paragraph": "This Arduino library supports mapping Wii devices to the Wifi of an ESP32.", + "website": "https://github.com/madhephaestus/EspWii", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/EspWii.git", + "providesIncludes": ["EspWii.h"], + "dependencies": [ + { + "name": "Esp32SimplePacketComs" + }, + { + "name": "Esp32WifiManager" + }, + { + "name": "SimplePacketComs" + }, + { + "name": "WiiChuck" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EspWii-0.4.0.zip", + "archiveFileName": "EspWii-0.4.0.zip", + "size": 29724, + "checksum": "SHA-256:fe80e06c5e20d7a6844806c9fc7a489e6260f881f22a2512018f5ceb1b40d381" + }, { "name": "ESP_EEPROM", "version": "1.0.1", @@ -109977,7 +142970,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwrw/ESP_EEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-1.0.1.zip", "archiveFileName": "ESP_EEPROM-1.0.1.zip", "size": 13169, "checksum": "SHA-256:be3cb2ccdbaae84b1c70949e7d8bb3e226d05ff28062e5eb3894d36a47abcf28" @@ -109994,11 +142987,45 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/jwrw/ESP_EEPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.0.0.zip", "archiveFileName": "ESP_EEPROM-2.0.0.zip", "size": 149970, "checksum": "SHA-256:063b6ab950488f245dd8ea81261b042b6c3fb92c09c5d92ab4e8ba77b44c5f24" }, + { + "name": "ESP_EEPROM", + "version": "2.1.0", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "An improved EEPROM library for ESP8266", + "paragraph": "The ESP8266 family doesn't have genuine EEPROM memory so it is normally emulated by using a section of flash memory. With the standard library, the sector needs to be re-flashed every time the changed EEPROM data needs to be saved. For small amounts of EEPROM data this is very slow and will wear out the flash memory more quickly. This library writes a new copy of your data when you save (commit) it and keeps track of where in the sector the most recent copy is kept. The flash sector only needs to be erased when there is no more space for copies in the flash sector. You can keep track of this yourself to do a time-consuming erase when most convenient or the library will do it for you when there is no more space for the data when you commit it.", + "website": "https://github.com/jwrw/ESP_EEPROM", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jwrw/ESP_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.1.0.zip", + "archiveFileName": "ESP_EEPROM-2.1.0.zip", + "size": 150079, + "checksum": "SHA-256:693abd4e784c20c6fed6a8d7bdc20d6aae5ce7e26daeeb77836499de7d3602e7" + }, + { + "name": "ESP_EEPROM", + "version": "2.1.1", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "An improved EEPROM library for ESP8266", + "paragraph": "The ESP8266 family doesn't have genuine EEPROM memory so it is normally emulated by using a section of flash memory. With the standard library, the sector needs to be re-flashed every time the changed EEPROM data needs to be saved. For small amounts of EEPROM data this is very slow and will wear out the flash memory more quickly. This library writes a new copy of your data when you save (commit) it and keeps track of where in the sector the most recent copy is kept. The flash sector only needs to be erased when there is no more space for copies in the flash sector. You can keep track of this yourself to do a time-consuming erase when most convenient or the library will do it for you when there is no more space for the data when you commit it.", + "website": "https://github.com/jwrw/ESP_EEPROM", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jwrw/ESP_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.1.1.zip", + "archiveFileName": "ESP_EEPROM-2.1.1.zip", + "size": 150080, + "checksum": "SHA-256:d9ac2c4d07b06c06dccaba6cd4563daf6dcecc6445b0a8106bd5620f32a0b458" + }, { "name": "Seeed Wio GPS Board", "version": "1.0.0", @@ -110011,7 +143038,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Seeed_Wio_GPS_Board.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Wio_GPS_Board-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Wio_GPS_Board-1.0.0.zip", "archiveFileName": "Seeed_Wio_GPS_Board-1.0.0.zip", "size": 56043, "checksum": "SHA-256:6a3b2d4103921b1be219e8cdeae2b288c577f1439c0b8defa256c10a893215ee" @@ -110028,7 +143055,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Seeed_Wio_GPS_Board.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Wio_GPS_Board-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Wio_GPS_Board-1.0.1.zip", "archiveFileName": "Seeed_Wio_GPS_Board-1.0.1.zip", "size": 56027, "checksum": "SHA-256:dc06bc076f81d5d4916e125b80601fa9d3cf13d692b25e655835a79f2728fd18" @@ -110045,7 +143072,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Seeed_Wio_GPS_Board.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Wio_GPS_Board-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Wio_GPS_Board-1.0.2.zip", "archiveFileName": "Seeed_Wio_GPS_Board-1.0.2.zip", "size": 56030, "checksum": "SHA-256:8779de1a6aae894e4d432c1b46c1b2964fff720e047d781c34a491d1ab06f21d" @@ -110063,7 +143090,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/PointzNet.git", "providesIncludes": ["PointzNet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/PointzNet-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/PointzNet-1.0.0.zip", "archiveFileName": "PointzNet-1.0.0.zip", "size": 4129, "checksum": "SHA-256:0641b65026f6c5e88f34f79117e0fe42ede6eddd6a4380bd96687185fdce3f49" @@ -110081,7 +143108,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/PointzNet.git", "providesIncludes": ["PointzNet.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/PointzNet-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/PointzNet-1.1.0.zip", "archiveFileName": "PointzNet-1.1.0.zip", "size": 4131, "checksum": "SHA-256:bf68475bf1a49b07256f1b360375cc728d0d8370cf9a35d3e1c54f88e3fc8c9b" @@ -110099,7 +143126,7 @@ "types": ["Contributed"], "repository": "https://github.com/SlashDevin/NeoBufferedPrint.git", "providesIncludes": ["NeoBufferedPrint.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoBufferedPrint-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SlashDevin/NeoBufferedPrint-1.0.0.zip", "archiveFileName": "NeoBufferedPrint-1.0.0.zip", "size": 18697, "checksum": "SHA-256:cd64c912abc2c06b40d96f527f0a0be50fc7b0d6a3f0bcfbb852a9a643e015d5" @@ -110116,7 +143143,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.0.zip", "archiveFileName": "ArduinoOSC-0.1.0.zip", "size": 31399, "checksum": "SHA-256:1daa0f5248e817ede59a05e37491a51d5dd53cf05b0a1762b8d3eaf0911a1dae" @@ -110133,7 +143160,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.2.zip", "archiveFileName": "ArduinoOSC-0.1.2.zip", "size": 34192, "checksum": "SHA-256:444476995fa91a7c835b45088e617852eb939f7bdf4e5d2ab9cef8f5817cf998" @@ -110150,7 +143177,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.3.zip", "archiveFileName": "ArduinoOSC-0.1.3.zip", "size": 34266, "checksum": "SHA-256:7513a2b04ff000d57e29d37e181f986b1d6a7aaf68827a8070c886d09a7a41cf" @@ -110167,7 +143194,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.6.zip", "archiveFileName": "ArduinoOSC-0.1.6.zip", "size": 34283, "checksum": "SHA-256:e98b20c849fefe669beeba1692ce993cd2fb5d2428e6c85c2150909bf57a7c7a" @@ -110184,7 +143211,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.1.7.zip", "archiveFileName": "ArduinoOSC-0.1.7.zip", "size": 33570, "checksum": "SHA-256:dec672425283da7707407b99c023749709d9e2686d2ef97fc92b816376bfe556" @@ -110201,7 +143228,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.2.0.zip", "archiveFileName": "ArduinoOSC-0.2.0.zip", "size": 33824, "checksum": "SHA-256:04d3c55f9b053e04336f2febee84867bc795044c8c776b3ca7c01c9aea6018aa" @@ -110218,7 +143245,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.2.1.zip", "archiveFileName": "ArduinoOSC-0.2.1.zip", "size": 39512, "checksum": "SHA-256:1e3b1ec5baaf7505457e93b8f0d4ba2254b8cbd6aa3c59ff345599211ec7cbb2" @@ -110235,11 +143262,419 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/ArduinoOSC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.2.2.zip", "archiveFileName": "ArduinoOSC-0.2.2.zip", "size": 39513, "checksum": "SHA-256:9dc92f28ecfe20a9c8cd75af0808caf3effb895887617341e9d57aa3b0477766" }, + { + "name": "ArduinoOSC", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.0.zip", + "archiveFileName": "ArduinoOSC-0.3.0.zip", + "size": 134354, + "checksum": "SHA-256:8e68f1189fe9f86d8dcdac8957dc5efa7205090a1b0959560a9085ada24db81f" + }, + { + "name": "ArduinoOSC", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.1.zip", + "archiveFileName": "ArduinoOSC-0.3.1.zip", + "size": 134358, + "checksum": "SHA-256:50b965489e53d770bd747ba7aa40b600986e60a57db4b943dcb0fdbc1ce90d4b" + }, + { + "name": "ArduinoOSC", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.2.zip", + "archiveFileName": "ArduinoOSC-0.3.2.zip", + "size": 134963, + "checksum": "SHA-256:e2c83acf8940270c25655829e2d96e53ad201395f98bbf5e5ba97c235b29e89a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.3.zip", + "archiveFileName": "ArduinoOSC-0.3.3.zip", + "size": 134985, + "checksum": "SHA-256:5249f930dd89ed434b3c15d59fa158a27b4c34869f5d0e40af2bda35a306386d" + }, + { + "name": "ArduinoOSC", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.4.zip", + "archiveFileName": "ArduinoOSC-0.3.4.zip", + "size": 134929, + "checksum": "SHA-256:4f464ccc88ad3948f016dd3f408fc6e7d60ef5961154ce0422e5d5efda6c4cef" + }, + { + "name": "ArduinoOSC", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.5.zip", + "archiveFileName": "ArduinoOSC-0.3.5.zip", + "size": 135256, + "checksum": "SHA-256:6fb6dde1cdb770ae4290cf8b2e67259395eb949efe54c030c510c8cf68f4c296" + }, + { + "name": "ArduinoOSC", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.6.zip", + "archiveFileName": "ArduinoOSC-0.3.6.zip", + "size": 135271, + "checksum": "SHA-256:2f0c4b222511dab2977c8f4c661dfe595ec40693890209d65293e7a9fcc1d82a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.7.zip", + "archiveFileName": "ArduinoOSC-0.3.7.zip", + "size": 145617, + "checksum": "SHA-256:e983c8995b57545837f5c676cee0d1f8240dde407d72155499b834fdec805902" + }, + { + "name": "ArduinoOSC", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.8.zip", + "archiveFileName": "ArduinoOSC-0.3.8.zip", + "size": 145743, + "checksum": "SHA-256:eb3c25351bc4d3f7d4bd7391f827e55cff950cb54335c28572bc4c497982b79c" + }, + { + "name": "ArduinoOSC", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.9.zip", + "archiveFileName": "ArduinoOSC-0.3.9.zip", + "size": 154622, + "checksum": "SHA-256:91036cae00e8877dfb07d789990d98c526b53bcc8db111d14d80bb7042c3889f" + }, + { + "name": "ArduinoOSC", + "version": "0.3.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.10.zip", + "archiveFileName": "ArduinoOSC-0.3.10.zip", + "size": 155006, + "checksum": "SHA-256:2385b2ffdb7763d62da0763f71012feceabd49c4bc2305382b1e3e8346904794" + }, + { + "name": "ArduinoOSC", + "version": "0.3.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.11.zip", + "archiveFileName": "ArduinoOSC-0.3.11.zip", + "size": 155008, + "checksum": "SHA-256:dc7616d14e37298257908c849db5326995d640aedf4b56100f7357e18cc905d0" + }, + { + "name": "ArduinoOSC", + "version": "0.3.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.12.zip", + "archiveFileName": "ArduinoOSC-0.3.12.zip", + "size": 155030, + "checksum": "SHA-256:f0b579d54100fbd5430b1700ae2b9313b1102a55fb415df45bc4a890e5e47ac9" + }, + { + "name": "ArduinoOSC", + "version": "0.3.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.13.zip", + "archiveFileName": "ArduinoOSC-0.3.13.zip", + "size": 155248, + "checksum": "SHA-256:e34ee46ef4b492b27466c3aa3490b787ee8db4087f238e8a970b8586110b1395" + }, + { + "name": "ArduinoOSC", + "version": "0.3.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.14.zip", + "archiveFileName": "ArduinoOSC-0.3.14.zip", + "size": 156894, + "checksum": "SHA-256:bf8df055f5e83b6184e751014261db1e0dd342a58212236c74b27c68c3a6b14c" + }, + { + "name": "ArduinoOSC", + "version": "0.3.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.15.zip", + "archiveFileName": "ArduinoOSC-0.3.15.zip", + "size": 156890, + "checksum": "SHA-256:af3c3546fb220d19ead60c60154d8e7dc261f594a8b2bbc1eeb94951705223a3" + }, + { + "name": "ArduinoOSC", + "version": "0.3.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.16.zip", + "archiveFileName": "ArduinoOSC-0.3.16.zip", + "size": 156892, + "checksum": "SHA-256:874c96ccec54f36d91aa7a8d48322c511d9e7c859f77756d1d45e612ac5bf329" + }, + { + "name": "ArduinoOSC", + "version": "0.3.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.17.zip", + "archiveFileName": "ArduinoOSC-0.3.17.zip", + "size": 156830, + "checksum": "SHA-256:1b28c69fec6bb035fee7ad76441c8567ab3f80e190631e6c1d045b61d4b92ce7" + }, + { + "name": "ArduinoOSC", + "version": "0.3.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.18.zip", + "archiveFileName": "ArduinoOSC-0.3.18.zip", + "size": 157750, + "checksum": "SHA-256:d7581c74f1d31a58df90efd4962aed511251b17098ec275177aaea8d9505730f" + }, + { + "name": "ArduinoOSC", + "version": "0.3.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.19.zip", + "archiveFileName": "ArduinoOSC-0.3.19.zip", + "size": 158870, + "checksum": "SHA-256:3445034dbd68895e228cfdc426c13888930cdca929dbb126980ffddb9703ea2a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.20", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.20.zip", + "archiveFileName": "ArduinoOSC-0.3.20.zip", + "size": 158960, + "checksum": "SHA-256:884900ac9d754c5e8d6a53f89f97da4657fa5cd12f622a51a23ab6545b0c1b7a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.21", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.21.zip", + "archiveFileName": "ArduinoOSC-0.3.21.zip", + "size": 158972, + "checksum": "SHA-256:d714a1b2918c979548133bf6e2d8b91c1885243b461c679ac5aa8819e356bcfb" + }, + { + "name": "ArduinoOSC", + "version": "0.3.22", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.22.zip", + "archiveFileName": "ArduinoOSC-0.3.22.zip", + "size": 160407, + "checksum": "SHA-256:a1bc38f3579b12011e15c8ae8652657e80e8a8708a49de657e4a3aec33ccb5a2" + }, + { + "name": "ArduinoOSC", + "version": "0.3.23", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.23.zip", + "archiveFileName": "ArduinoOSC-0.3.23.zip", + "size": 160976, + "checksum": "SHA-256:ae8aef36f65a0d70b7162d228d300d3c05429347324967bc631b035c58603c70" + }, { "name": "Redis for ESP8266", "version": "1.1.0", @@ -110252,7 +143687,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/remicaumette/esp8266-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/remicaumette/Redis_for_ESP8266-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remicaumette/Redis_for_ESP8266-1.1.0.zip", "archiveFileName": "Redis_for_ESP8266-1.1.0.zip", "size": 5085, "checksum": "SHA-256:8489f99cdb493004afe8efac614c959033939d52f5dc11719a1fbdf19d874755" @@ -110269,7 +143704,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/remicaumette/esp8266-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/remicaumette/Redis_for_ESP8266-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remicaumette/Redis_for_ESP8266-1.0.0.zip", "archiveFileName": "Redis_for_ESP8266-1.0.0.zip", "size": 4756, "checksum": "SHA-256:7c2e8292b89d21dd98b58dd53761611b95b5f7a8c0bd2c932604b0979276d2c0" @@ -110286,7 +143721,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hippymulehead/RARGBLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hippymulehead/Romans_Audio_RARGBLED_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hippymulehead/Romans_Audio_RARGBLED_Library-1.0.3.zip", "archiveFileName": "Romans_Audio_RARGBLED_Library-1.0.3.zip", "size": 5466, "checksum": "SHA-256:fe6e9274f738231d20b3b6e92fdfeb5b5ff216583334d1f570ab35515b01090b" @@ -110304,7 +143739,7 @@ "types": ["Contributed"], "repository": "https://github.com/CuriosityGym/MotorDriver.git", "providesIncludes": ["MotorDriver.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CuriosityGym/Motor_Driver_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CuriosityGym/Motor_Driver_Library-1.0.0.zip", "archiveFileName": "Motor_Driver_Library-1.0.0.zip", "size": 4796, "checksum": "SHA-256:aa28f346ee3cdda1128c6e2a387058c9615ec5adfd0f29a96d10d96a83b3ab45" @@ -110321,7 +143756,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/EdgeiLAB/libedge.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EdgeiLAB/libedge-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EdgeiLAB/libedge-1.0.0.zip", "archiveFileName": "libedge-1.0.0.zip", "size": 7372, "checksum": "SHA-256:1d167935ca46b65db49d40d623efc1e560aac97ae143a2f2620cde4e09fe98f6" @@ -110338,7 +143773,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.0.2.zip", "archiveFileName": "M5Stack_SD_Updater-0.0.2.zip", "size": 1243638, "checksum": "SHA-256:407170c29e6cff2b04d0b7506bf842c083b7857c22d37830f2d8e261a766c2ad" @@ -110355,7 +143790,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.1.0.zip", "archiveFileName": "M5Stack_SD_Updater-0.1.0.zip", "size": 1247523, "checksum": "SHA-256:94fb7ede25ae7217f0bf6b228fbfd1f39da10367b78d27840a7328147557653d" @@ -110372,7 +143807,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.2.2.zip", "archiveFileName": "M5Stack_SD_Updater-0.2.2.zip", "size": 2012952, "checksum": "SHA-256:2e8367f07d98dc4985ea2f7ee08e9d487207e35ce0a41502aa8cafd51c66acb3" @@ -110389,7 +143824,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.3.0.zip", "archiveFileName": "M5Stack_SD_Updater-0.3.0.zip", "size": 8438609, "checksum": "SHA-256:e394c1357cd2778d04efd4251974159e6412f3ff0d1cd3f2ee8be19f3161b5eb" @@ -110406,7 +143841,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.3.2.zip", "archiveFileName": "M5Stack_SD_Updater-0.3.2.zip", "size": 8471042, "checksum": "SHA-256:047cbc949937432e5d7b412b409c20559b6e7b2ab8332a91e2bb0e66151559a5" @@ -110423,7 +143858,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.4.0.zip", "archiveFileName": "M5Stack_SD_Updater-0.4.0.zip", "size": 8600360, "checksum": "SHA-256:d61ee03a1ea21a848dcca55e3f87ef3ff32970d44f51ffae9376d63fa38f9459" @@ -110440,11 +143875,189 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.4.1.zip", "archiveFileName": "M5Stack_SD_Updater-0.4.1.zip", "size": 8545750, "checksum": "SHA-256:76cbd512e4605bf37050320f03e1843bcae9cb9538384cbebde5a5c6903d7183" }, + { + "name": "M5Stack-SD-Updater", + "version": "0.5.0", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5StickC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.5.0.zip", + "archiveFileName": "M5Stack_SD_Updater-0.5.0.zip", + "size": 8800946, + "checksum": "SHA-256:759cea4ff8cfed6eceda0e6f64a5ef536b46fc98e98cabf0522f22421f7816b7" + }, + { + "name": "M5Stack-SD-Updater", + "version": "0.5.1", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5StickC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.5.1.zip", + "archiveFileName": "M5Stack_SD_Updater-0.5.1.zip", + "size": 8800821, + "checksum": "SHA-256:7153d06842e4a7e3e69401ea3dfe9f55c6b45eee4155586f5d9555dab72179af" + }, + { + "name": "M5Stack-SD-Updater", + "version": "0.5.2", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5StickC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-0.5.2.zip", + "archiveFileName": "M5Stack_SD_Updater-0.5.2.zip", + "size": 8800914, + "checksum": "SHA-256:9e40082029e08ae5750e28b8730135e84af0f120e390dd62c5a21bcd35d0e717" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.0.0-alpha", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5StickC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.0.0-alpha.zip", + "archiveFileName": "M5Stack_SD_Updater-1.0.0-alpha.zip", + "size": 8805477, + "checksum": "SHA-256:8b6c1fb7a20dfb41be89c22baf979b9e58f0c319d1613601a83852e07eb34c36" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.0.1-beta", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.0.1-beta.zip", + "archiveFileName": "M5Stack_SD_Updater-1.0.1-beta.zip", + "size": 8810121, + "checksum": "SHA-256:f5ceefbb3102df95d36c1dcd6f38c5ed5b12908357101151245c05e8be528a3e" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.0.2", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.0.2.zip", + "archiveFileName": "M5Stack_SD_Updater-1.0.2.zip", + "size": 8815815, + "checksum": "SHA-256:752bf7c0b4938044e586bfbd0bb2a8297f58529fa2eb849012f5df41c5d7476a" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.0.3", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.0.3.zip", + "archiveFileName": "M5Stack_SD_Updater-1.0.3.zip", + "size": 8816274, + "checksum": "SHA-256:1d75b3e10b4b0e59df536adaff36b401f51d97fd1f65ff53495b0b719f2a8a45" + }, { "name": "ScheduleTable", "version": "1.3.0", @@ -110457,7 +144070,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/ScheduleTable.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.3.0.zip", "archiveFileName": "ScheduleTable-1.3.0.zip", "size": 17009, "checksum": "SHA-256:5bde94b0cea86114857285c659697f222f3c58e50e24f815249755a2407f9b5a" @@ -110474,7 +144087,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/ScheduleTable.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.4.0.zip", "archiveFileName": "ScheduleTable-1.4.0.zip", "size": 19460, "checksum": "SHA-256:a35f7308477b3d8cf3096c42eec3685886d8a9254d0738c809e42bfa3363f3ac" @@ -110491,11 +144104,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Locoduino/ScheduleTable.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.4.1.zip", "archiveFileName": "ScheduleTable-1.4.1.zip", "size": 19114, "checksum": "SHA-256:8c2c8ce085ef42c4896f34d4224c7459ebff0c0b61d2ab17662a14bf21d5f839" }, + { + "name": "ScheduleTable", + "version": "1.4.2", + "author": "Jean-Luc - Locoduino", + "maintainer": "Jean-Luc - Locoduino", + "sentence": "This library allows to schedule multiple actions along time.", + "paragraph": "This library allows to schedule multiple actions along time.", + "website": "https://github.com/Locoduino/ScheduleTable", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/ScheduleTable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.4.2.zip", + "archiveFileName": "ScheduleTable-1.4.2.zip", + "size": 19190, + "checksum": "SHA-256:8650d8c3c6b080b0998ad6308a450587b3b7549a191382629340c3be78e18313" + }, + { + "name": "ScheduleTable", + "version": "1.4.3", + "author": "Jean-Luc - Locoduino", + "maintainer": "Jean-Luc - Locoduino", + "sentence": "This library allows to schedule multiple actions along time.", + "paragraph": "This library allows to schedule multiple actions along time.", + "website": "https://github.com/Locoduino/ScheduleTable", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/ScheduleTable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/ScheduleTable-1.4.3.zip", + "archiveFileName": "ScheduleTable-1.4.3.zip", + "size": 19199, + "checksum": "SHA-256:c2746cbb7f70a9a9353f5878b9756a5c67270cd5e15139a14df5bdb72e7d91aa" + }, { "name": "CTBot", "version": "1.0.0", @@ -110508,7 +144155,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/shurillu/CTBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.0.0.zip", "archiveFileName": "CTBot-1.0.0.zip", "size": 14941, "checksum": "SHA-256:0c996a847f890bc3a61a7495105389e9e0648892c12752586bc5d15b058b6844" @@ -110525,7 +144172,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/shurillu/CTBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.1.0.zip", "archiveFileName": "CTBot-1.1.0.zip", "size": 22991, "checksum": "SHA-256:b0d619e077410c4e8084f7b13a20cc1f5f1f8bb33eb1f6cad4516950d51fb2c7" @@ -110542,7 +144189,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/shurillu/CTBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.1.1.zip", "archiveFileName": "CTBot-1.1.1.zip", "size": 22995, "checksum": "SHA-256:7d69499d6aca435e1acce5b643b7381e23d7b6a2f1c06360f55eeced73d0ea08" @@ -110559,7 +144206,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/shurillu/CTBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.2.0.zip", "archiveFileName": "CTBot-1.2.0.zip", "size": 23512, "checksum": "SHA-256:0adee899d704c06f50ac6fc3aee786b6f9d1341672cd0e57367f8608c222dce5" @@ -110576,7 +144223,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/shurillu/CTBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.3.0.zip", "archiveFileName": "CTBot-1.3.0.zip", "size": 24605, "checksum": "SHA-256:a3a8379f6ec031ae2bc5efbb2774debc5b821292df508a943ca7d7762b14680e" @@ -110593,11 +144240,198 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/shurillu/CTBot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.3.1.zip", "archiveFileName": "CTBot-1.3.1.zip", "size": 24813, "checksum": "SHA-256:117972f909c860683f988471487f91286bc180c3325bf095ae9f52aa27ebd8c0" }, + { + "name": "CTBot", + "version": "1.3.2", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266 chips. In order to use this library you need the ArduinoJson library (release 5.13.5) installed. Inline keyboard supported. Localization messages supported. NEW fingerprint authentication and 2.5.0 ESP8266 Toolchain/Library support.", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.3.2.zip", + "archiveFileName": "CTBot-1.3.2.zip", + "size": 26459, + "checksum": "SHA-256:4c469ec1c6577dac946b7366b8dd705e273c79ed2c4620fe71be9371a4525f77" + }, + { + "name": "CTBot", + "version": "1.4.0", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266 chips. In order to use this library you need the ArduinoJson library (release 5.13.5) installed. Inline keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0 ESP8266 Toolchain/Library support. NEW: Reply Keyboard added!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.4.0.zip", + "archiveFileName": "CTBot-1.4.0.zip", + "size": 30632, + "checksum": "SHA-256:207510acfe0b4e9334e257b335b400a688b41ae78f268bc74c279b27c4daea4f" + }, + { + "name": "CTBot", + "version": "1.4.1", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266 chips. In order to use this library you need the ArduinoJson library (release 5.13.5) installed. Inline keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0 ESP8266 Toolchain/Library support. NEW: Reply Keyboard added!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-1.4.1.zip", + "archiveFileName": "CTBot-1.4.1.zip", + "size": 31343, + "checksum": "SHA-256:142a12af92b5e77c988f297783d16f24112cd472067317313a0c484398a3ce1b" + }, + { + "name": "CTBot", + "version": "2.0.0", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library support. NEW: ESP32 support!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.0.0.zip", + "archiveFileName": "CTBot-2.0.0.zip", + "size": 35814, + "checksum": "SHA-256:52da133ed95ec4e9bca2c24582f61d0bf6dbd50f8e5cd3e01c182c027399103c" + }, + { + "name": "CTBot", + "version": "2.1.0", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.0.zip", + "archiveFileName": "CTBot-2.1.0.zip", + "size": 36742, + "checksum": "SHA-256:4feebfd388e584d89d1bc0014d80104dd3f5ae5e8dfb95d88428dbe313f2dfbb" + }, + { + "name": "CTBot", + "version": "2.1.2", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.2.zip", + "archiveFileName": "CTBot-2.1.2.zip", + "size": 40098, + "checksum": "SHA-256:590adc301cfd02aceb84a50d163e6ac6023b105768d253818747711849a05881" + }, + { + "name": "CTBot", + "version": "2.1.3", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.3.zip", + "archiveFileName": "CTBot-2.1.3.zip", + "size": 40140, + "checksum": "SHA-256:c46077a366833be357c698464cc3df2e2ea678bb45a82b8034c20716b7f08eb8" + }, + { + "name": "CTBot", + "version": "2.1.4", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.4.zip", + "archiveFileName": "CTBot-2.1.4.zip", + "size": 40439, + "checksum": "SHA-256:74118d82657f370dfa7d19a81b3e1eb0de90b4aea76aedcb2f4fe2a5aa8d7702" + }, + { + "name": "CTBot", + "version": "2.1.5", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.5.zip", + "archiveFileName": "CTBot-2.1.5.zip", + "size": 41981, + "checksum": "SHA-256:c7966fee5f2e06b8bd4271a2a8bf825b68556f5257e7923899f1986894a54839" + }, + { + "name": "CTBot", + "version": "2.1.6", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.6.zip", + "archiveFileName": "CTBot-2.1.6.zip", + "size": 42029, + "checksum": "SHA-256:5f88045267a2c54db07af5e9fa5562145a8128a8d4d915ba636341df1ca14dda" + }, + { + "name": "CTBot", + "version": "2.1.7", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.7.zip", + "archiveFileName": "CTBot-2.1.7.zip", + "size": 42056, + "checksum": "SHA-256:987acf9a063045b878f64213d5d10d0abf5b85fc47742fdb8aa9ca1ad9ee655a" + }, { "name": "Ubidots MQTT for ESP8266", "version": "1.1.0", @@ -110610,7 +144444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ubidots/ubidots-mqtt-esp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_MQTT_for_ESP8266-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_MQTT_for_ESP8266-1.1.0.zip", "archiveFileName": "Ubidots_MQTT_for_ESP8266-1.1.0.zip", "size": 13470, "checksum": "SHA-256:cede708a2cc1ed6ccc76e69dd375b113dab3ab8c57bc76b3e9b990f33f1536e7" @@ -110628,7 +144462,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10LCD.git", "providesIncludes": ["M10LCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10LCD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10LCD-1.0.0.zip", "archiveFileName": "M10LCD-1.0.0.zip", "size": 5781, "checksum": "SHA-256:9c9575fa554d1846b91506c69bbd41246cfc85f8d77dfed924c3f8b8a1ae8fdc" @@ -110646,7 +144480,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10LCD.git", "providesIncludes": ["M10LCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10LCD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10LCD-1.0.1.zip", "archiveFileName": "M10LCD-1.0.1.zip", "size": 5820, "checksum": "SHA-256:a266cfd744b6d37cdb8a82e272ae9a23ef22914f9ca53aa73a7a5d65d2f8b784" @@ -110664,7 +144498,7 @@ "types": ["Contributed"], "repository": "https://github.com/PulseRain/M10PS2.git", "providesIncludes": ["M10PS2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/M10PS2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/M10PS2-1.0.0.zip", "archiveFileName": "M10PS2-1.0.0.zip", "size": 5788, "checksum": "SHA-256:b2333fc87b35bde80e9a4a9c14858a2baa91db8385852e073672b6468accbe58" @@ -110681,7 +144515,7 @@ "architectures": ["esp8266", "samd"], "types": ["Contributed"], "repository": "https://github.com/gmag11/WifiLocation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-0.0.1.zip", "archiveFileName": "WifiLocation-0.0.1.zip", "size": 7267, "checksum": "SHA-256:950b0a3c7262a8237f51134b6a3233b3983850d34fee549b5277c183a445c080" @@ -110698,7 +144532,7 @@ "architectures": ["esp8266", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/gmag11/WifiLocation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.0.zip", "archiveFileName": "WifiLocation-1.2.0.zip", "size": 9551, "checksum": "SHA-256:d40c818fe2d155f20fe5a182c24b5f1b6a690afecae2b2e90cab76e33593faff" @@ -110715,7 +144549,7 @@ "architectures": ["esp8266", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/gmag11/WifiLocation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.2.zip", "archiveFileName": "WifiLocation-1.2.2.zip", "size": 11044, "checksum": "SHA-256:ef2ff2ea65c167bed74521a4cddf4af2d71d4741c77032ac83005b65e051c118" @@ -110732,7 +144566,7 @@ "architectures": ["esp8266", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/gmag11/WifiLocation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.3.zip", "archiveFileName": "WifiLocation-1.2.3.zip", "size": 10867, "checksum": "SHA-256:483206705733d141eda5476d21284eef7fd12a7abcd883cbc768ebd669d2771b" @@ -110749,7 +144583,7 @@ "architectures": ["esp8266", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/gmag11/WifiLocation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.4.zip", "archiveFileName": "WifiLocation-1.2.4.zip", "size": 11391, "checksum": "SHA-256:d937ef25e26b8b1a57f64a597960ee3d304ef0dc6873be2daa94263c933b9980" @@ -110766,11 +144600,62 @@ "architectures": ["esp8266", "samd", "esp32"], "types": ["Contributed"], "repository": "https://github.com/gmag11/WifiLocation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.5.zip", "archiveFileName": "WifiLocation-1.2.5.zip", "size": 14094, "checksum": "SHA-256:e82180c3f3258e14a215cd83f93518748d3ecd8a9f69ff331104be6ff975ad78" }, + { + "name": "WifiLocation", + "version": "1.2.6", + "author": "Germán Martín", + "maintainer": "Germán Martín \u003cgmag11@gmail.com\u003e", + "sentence": "Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and WiFi101 boards, including MKR1000)", + "paragraph": "This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks without the need to use a GPS receiver. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.", + "website": "https://github.com/gmag11/WifiLocation", + "category": "Other", + "architectures": ["esp8266", "samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gmag11/WifiLocation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.6.zip", + "archiveFileName": "WifiLocation-1.2.6.zip", + "size": 12471, + "checksum": "SHA-256:961b63f66f5cc1bf79bddb5d89f0f3f1fb6602c6d45ad0d7f9d7ef5192487f3e" + }, + { + "name": "WifiLocation", + "version": "1.2.8", + "author": "Germán Martín", + "maintainer": "Germán Martín \u003cgmag11@gmail.com\u003e", + "sentence": "Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards)", + "paragraph": "This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks without the need to use a GPS receiver. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.", + "website": "https://github.com/gmag11/WifiLocation", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gmag11/WifiLocation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.8.zip", + "archiveFileName": "WifiLocation-1.2.8.zip", + "size": 13438, + "checksum": "SHA-256:057bb9661077ca15a716c325d873b9170785bd6fde4a759c7debe43985276251" + }, + { + "name": "WifiLocation", + "version": "1.2.9", + "author": "Germán Martín", + "maintainer": "Germán Martín \u003cgmag11@gmail.com\u003e", + "sentence": "Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards)", + "paragraph": "This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks without the need to use a GPS receiver. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.", + "website": "https://github.com/gmag11/WifiLocation", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gmag11/WifiLocation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.9.zip", + "archiveFileName": "WifiLocation-1.2.9.zip", + "size": 13328, + "checksum": "SHA-256:375cb7bf67aaa52561422602040554c9f433f887bad12cd2f4af3163e79e35ca" + }, { "name": "STM32duino FP_Examples", "version": "1.1.0", @@ -110783,7 +144668,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FP_Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.1.0.zip", "archiveFileName": "STM32duino_FP_Examples-1.1.0.zip", "size": 28863, "checksum": "SHA-256:12ff098b8424b4c6883f054d2c0c3891f874f2e4c559bac8ebe7b156e354442f" @@ -110800,7 +144685,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FP_Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.1.1.zip", "archiveFileName": "STM32duino_FP_Examples-1.1.1.zip", "size": 29754, "checksum": "SHA-256:346ee3dbb3a0e67a8edcfbcd832fddcf459ceca0ff54734ac0fa43352b96d01e" @@ -110817,7 +144702,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FP_Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.1.2.zip", "archiveFileName": "STM32duino_FP_Examples-1.1.2.zip", "size": 29429, "checksum": "SHA-256:14beb8b3147e2c3a5e10f7a6cd042aa395960d06e95c1601b4d62c22668214c6" @@ -110834,7 +144719,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FP_Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.2.0.zip", "archiveFileName": "STM32duino_FP_Examples-1.2.0.zip", "size": 29691, "checksum": "SHA-256:30dd0da5bc7f13acf00709eb540dc916d3f5f44eddbf48096afae632efa84af3" @@ -110851,7 +144736,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FP_Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.3.0.zip", "archiveFileName": "STM32duino_FP_Examples-1.3.0.zip", "size": 31798, "checksum": "SHA-256:ba34589c560ed49990a9700b309b3410d9da924f360c6b7604dc2bda9778719f" @@ -110868,11 +144753,116 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/FP_Examples.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.0.0.zip", "archiveFileName": "STM32duino_FP_Examples-1.0.0.zip", "size": 21671, "checksum": "SHA-256:3ac5850f186176b27d698b3085046e5c7a9356180c87ea18b165e346b21e1a79" }, + { + "name": "STM32duino FP_Examples", + "version": "1.3.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/FP_Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.3.1.zip", + "archiveFileName": "STM32duino_FP_Examples-1.3.1.zip", + "size": 31795, + "checksum": "SHA-256:d42e4725dd3b0c8d7cf73404656eef95292bb1bd08ac347a228a02cebdfdac49" + }, + { + "name": "STM32duino FP_Examples", + "version": "1.4.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.4.0.zip", + "archiveFileName": "STM32duino_FP_Examples-1.4.0.zip", + "size": 36535, + "checksum": "SHA-256:b565db8a1e7ba3cbc911f15626164dc2bb97cc407ac386c43807347072a61f34" + }, { "name": "U8g2_for_Adafruit_GFX", "version": "1.0.0", @@ -110885,7 +144875,7 @@ "architectures": ["avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.0.0.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.0.0.zip", "size": 7396391, "checksum": "SHA-256:11206857501055ed34cede85f74c3efb3cdf76aa5de36a57cb5e0591ecfa2a12" @@ -110902,7 +144892,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.1.0.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.1.0.zip", "size": 7398626, "checksum": "SHA-256:82230dafad5889f9fb3327b7ea0cb7ef8d6e8205e49dbdb6bae4316af1a80859" @@ -110919,7 +144909,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.2.0.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.2.0.zip", "size": 7398740, "checksum": "SHA-256:52b9d7ec421bae21710f0a4d345385b1908aacb8c3dab76b640c744a9b34fa41" @@ -110936,7 +144926,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.4.1.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.4.1.zip", "size": 8299484, "checksum": "SHA-256:aa48323345e90028b7e7a03ab962903cfb33a965c11af64c915193867ce0f471" @@ -110953,7 +144943,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.0.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.5.0.zip", "size": 8305314, "checksum": "SHA-256:556095883fee59c2c4af4d054a1ec5e449ef50aa10e8cec5f683b74a2384f17a" @@ -110970,7 +144960,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.2.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.5.2.zip", "size": 8305316, "checksum": "SHA-256:08f5e109dd2945ab50c7cd95b13a5a16cc092b0c770bfa07edace135c9f27d2e" @@ -110987,11 +144977,50 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.6.0.zip", "archiveFileName": "U8g2_for_Adafruit_GFX-1.6.0.zip", "size": 8565764, "checksum": "SHA-256:08f22ab9d0139e0db2e4c1f4720b3b057e338fc51640826a1cef03fb048afea3" }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.7.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.7.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.7.0.zip", + "size": 8752063, + "checksum": "SHA-256:32e77ddc1d08dba42d2f1465c6b93e410d4e6f875d9ba9a5b344f205d5c3b1fb" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.8.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.8.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.8.0.zip", + "size": 9729679, + "checksum": "SHA-256:9f79d2c8eb37e2e2cf2b1359e7324c420fe409b4c2a1aebcebb5a19e7623bf05" + }, { "name": "Grove IMU 9DOF", "version": "1.0.0", @@ -111004,7 +145033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_IMU_9DOF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_IMU_9DOF-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_IMU_9DOF-1.0.0.zip", "archiveFileName": "Grove_IMU_9DOF-1.0.0.zip", "size": 83553, "checksum": "SHA-256:48d63eb508f4b399f2158e9af8c24f47f2b48a3f7d62fa0d70cc95b803c3434b" @@ -111021,11 +145050,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Barometer_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Barometer_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Barometer_Sensor-1.0.0.zip", "archiveFileName": "Grove_Barometer_Sensor-1.0.0.zip", "size": 8885, "checksum": "SHA-256:6aa56fc1588364e587bf7b6f62a7b96fc17fceb5fb77a3f4d71a4a7ac0dd3541" }, + { + "name": "Grove Barometer Sensor", + "version": "2.1.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Barometer Sensor BMP085/BMP180.", + "paragraph": "Arduino library to control Grove Barometer Sensor BMP085/BMP180.", + "website": "https://github.com/Seeed-Studio/Grove_Barometer_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Grove_Barometer_Sensor.git", + "providesIncludes": ["BMP085.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Barometer_Sensor-2.1.0.zip", + "archiveFileName": "Grove_Barometer_Sensor-2.1.0.zip", + "size": 9270, + "checksum": "SHA-256:e8b74ded5574b3640d20f8ef4541a7f21aa01a62e2cf9f661ba34537e4e21c46" + }, { "name": "Grove 3Axis Compass V2.0 BMM150", "version": "1.0.0", @@ -111039,7 +145086,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_3_Axis_Compass_V2.0_BMM150.git", "providesIncludes": ["bmm150.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3Axis_Compass_V2_0_BMM150-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3Axis_Compass_V2_0_BMM150-1.0.0.zip", "archiveFileName": "Grove_3Axis_Compass_V2_0_BMM150-1.0.0.zip", "size": 109181, "checksum": "SHA-256:22ec605d9c08f8844f19b0d18129d9954969f48f0445af965e8cfaa1c5e95baf" @@ -111056,7 +145103,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/OLED_Display_96X96.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/OLED_Display_96x96-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/OLED_Display_96x96-1.0.0.zip", "archiveFileName": "OLED_Display_96x96-1.0.0.zip", "size": 1925802, "checksum": "SHA-256:f153b116ae8dfc98c4a4ec19514b69ffee70f7751888889f99ea1944d477c086" @@ -111073,7 +145120,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-0.5.0.zip", "archiveFileName": "ModuleInterface-0.5.0.zip", "size": 55219, "checksum": "SHA-256:3729d5d60324ec0fec44a14ea9030538e9eb85839daa7a9907414292835ccf46" @@ -111091,7 +145138,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MiModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-0.8.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-0.8.4.zip", "archiveFileName": "ModuleInterface-0.8.4.zip", "size": 973663, "checksum": "SHA-256:643b42c6e283cb1b36b77ef1aa0e46866651f880bfd47cfa99d18c660311fac7" @@ -111108,7 +145155,7 @@ "architectures": ["avr", "esp8266", "sam", "samd"], "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-0.81.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-0.81.0.zip", "archiveFileName": "ModuleInterface-0.81.0.zip", "size": 946968, "checksum": "SHA-256:ed6222d1e2e1a5f872b7b4ac748be9ed4a5ec216bedbc9d86a983dbc68c26f37" @@ -111126,7 +145173,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MiModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-1.1.0.zip", "archiveFileName": "ModuleInterface-1.1.0.zip", "size": 2778623, "checksum": "SHA-256:50b953d381929682d2727c768cf61aba315a6262abf64293e2f2f1d7715e99cc" @@ -111144,7 +145191,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MiModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-1.2.0.zip", "archiveFileName": "ModuleInterface-1.2.0.zip", "size": 3040826, "checksum": "SHA-256:b574c4d989b28571292388afdffc82a249cf4940085220790bcae2d96028ef03" @@ -111162,7 +145209,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MiModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-2.0.0.zip", "archiveFileName": "ModuleInterface-2.0.0.zip", "size": 3058110, "checksum": "SHA-256:d62f61eebaaefbb5751d56965f19467ed7c199f8164f0f0574deafaecb6108d4" @@ -111180,7 +145227,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MIModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-2.1.0.zip", "archiveFileName": "ModuleInterface-2.1.0.zip", "size": 3068676, "checksum": "SHA-256:8e1821b88ae01d8a270282ed31bcf4e7040f82a3079a9b7598dcc25799653629" @@ -111198,7 +145245,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MIModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.0.0.zip", "archiveFileName": "ModuleInterface-3.0.0.zip", "size": 3094059, "checksum": "SHA-256:e3e4a264d4010ba701d87aa3124782873b40df3496972d637538e56e7792694c" @@ -111216,7 +145263,7 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MIModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.1.0.zip", "archiveFileName": "ModuleInterface-3.1.0.zip", "size": 3107074, "checksum": "SHA-256:45ba4f1bbd8443b34d1b6c434d30859819a095d9cc5e1b6a95eccc0ad5086135" @@ -111234,11 +145281,101 @@ "types": ["Contributed"], "repository": "https://github.com/fredilarsen/ModuleInterface.git", "providesIncludes": ["MIModule.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.2.0.zip", "archiveFileName": "ModuleInterface-3.2.0.zip", "size": 3327462, "checksum": "SHA-256:67b316b96580cf051bc5464655ca3329e9662e049c3c4a875788a2a44c5d2869" }, + { + "name": "ModuleInterface", + "version": "3.3.0", + "author": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "maintainer": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "sentence": "ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.", + "paragraph": "It makes it easy to create new modules that exchange values between modules and to a database, and to transfer configuration to modules from a database.", + "website": "https://github.com/fredilarsen/ModuleInterface", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/fredilarsen/ModuleInterface.git", + "providesIncludes": ["MIModule.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.3.0.zip", + "archiveFileName": "ModuleInterface-3.3.0.zip", + "size": 3329163, + "checksum": "SHA-256:cb2950cb9b45db3d6a908b146cac55dd834feacc461bc810077b764532e317b0" + }, + { + "name": "ModuleInterface", + "version": "3.4.0", + "author": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "maintainer": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "sentence": "ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.", + "paragraph": "It makes it easy to create new modules that exchange values between modules and to a database, and to transfer configuration to modules from a database.", + "website": "https://github.com/fredilarsen/ModuleInterface", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/fredilarsen/ModuleInterface.git", + "providesIncludes": ["MIModule.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.4.0.zip", + "archiveFileName": "ModuleInterface-3.4.0.zip", + "size": 3337406, + "checksum": "SHA-256:2195914ab805c2f7e0bb6447d4864ab884c2028ae240884b92cf9b09cb065b3c" + }, + { + "name": "ModuleInterface", + "version": "3.5.0", + "author": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "maintainer": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "sentence": "ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.", + "paragraph": "It makes it easy to create new modules that exchange values between modules and to a database, and to transfer configuration to modules from a database.", + "website": "https://github.com/fredilarsen/ModuleInterface", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "linux_x86_64", "windows_x86"], + "types": ["Contributed"], + "repository": "https://github.com/fredilarsen/ModuleInterface.git", + "providesIncludes": ["MIModule.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.5.0.zip", + "archiveFileName": "ModuleInterface-3.5.0.zip", + "size": 3352784, + "checksum": "SHA-256:269775c2b22547d9d00a73d9ff07d898b8a136d331b559638c3e08b60e789bf6" + }, + { + "name": "ModuleInterface", + "version": "3.5.1", + "author": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "maintainer": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "sentence": "ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.", + "paragraph": "It makes it easy to create new modules that exchange values between modules and to a database, and to transfer configuration to modules from a database.", + "website": "https://github.com/fredilarsen/ModuleInterface", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "linux_x86_64", "windows_x86"], + "types": ["Contributed"], + "repository": "https://github.com/fredilarsen/ModuleInterface.git", + "providesIncludes": ["MIModule.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-3.5.1.zip", + "archiveFileName": "ModuleInterface-3.5.1.zip", + "size": 3352731, + "checksum": "SHA-256:7f2deb7e4d576d49b2ab7b53717e48e7e825a36d300f89c421d0c87a1e6bf38f" + }, + { + "name": "ModuleInterface", + "version": "4.0.0", + "author": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "maintainer": "Fred Larsen\u003cfredilarsen+github@hotmail.com\u003e", + "sentence": "ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.", + "paragraph": "It makes it easy to create new modules that exchange values between modules and to a database, and to transfer configuration to modules from a database.", + "website": "https://github.com/fredilarsen/ModuleInterface", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "linux_x86_64", "windows_x86"], + "types": ["Contributed"], + "repository": "https://github.com/fredilarsen/ModuleInterface.git", + "providesIncludes": ["MIModule.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fredilarsen/ModuleInterface-4.0.0.zip", + "archiveFileName": "ModuleInterface-4.0.0.zip", + "size": 3343479, + "checksum": "SHA-256:b3c706848f2db201213860fd30a9be8f7a78c49b84062440f66cb30b006b01f7" + }, { "name": "Gesture PAJ7620", "version": "1.0.0", @@ -111252,7 +145389,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Gesture_PAJ7620.git", "providesIncludes": ["paj7620.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Gesture_PAJ7620-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Gesture_PAJ7620-1.0.0.zip", "archiveFileName": "Gesture_PAJ7620-1.0.0.zip", "size": 12124, "checksum": "SHA-256:02617f688e936a0ee7ba964097aad969b72a152bcc263e6681d6024d6f244de9" @@ -111269,7 +145406,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Ethernet_Shield_W5200.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Ethernet_Shield_W5200-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Ethernet_Shield_W5200-1.0.0.zip", "archiveFileName": "Ethernet_Shield_W5200-1.0.0.zip", "size": 67520, "checksum": "SHA-256:58c79b1c73a0f86073eb3d49b647668987d08922b80597576eddb145a745a6c0" @@ -111287,7 +145424,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Digital_Infrared_Temperature_Sensor_MLX90615.git", "providesIncludes": ["MLX90615.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Digital_Infrared_Temperature_Sensor_MLX90615-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Digital_Infrared_Temperature_Sensor_MLX90615-1.0.0.zip", "archiveFileName": "Digital_Infrared_Temperature_Sensor_MLX90615-1.0.0.zip", "size": 12789, "checksum": "SHA-256:d879418906de156026bf7bef6aff22bab8ec6276b24d00308a4d621c6ca62103" @@ -111304,11 +145441,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/CAN_BUS_Shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/CAN_BUS_Shield-1.0.0.zip", "archiveFileName": "CAN_BUS_Shield-1.0.0.zip", "size": 32730, "checksum": "SHA-256:cbf5264c87e9ca24546af20eb3aa8c382c2ac89c69b9934ac08d22f4e5dcef4e" }, + { + "name": "CAN-BUS Shield", + "version": "2.3.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.", + "paragraph": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/CAN_BUS_Shield-2.3.0.zip", + "archiveFileName": "CAN_BUS_Shield-2.3.0.zip", + "size": 90151, + "checksum": "SHA-256:77a12665e09f1ab748b1eb84c2f8d524107cf7aab37605f9653b497e288aba22" + }, + { + "name": "CAN-BUS Shield", + "version": "2.3.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.", + "paragraph": "Seeed Arduino library to control CAN-BUS and CAN BUS FD.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/CAN_BUS_Shield-2.3.1.zip", + "archiveFileName": "CAN_BUS_Shield-2.3.1.zip", + "size": 90624, + "checksum": "SHA-256:75ec78dfdec1a7b6e22a9614e3aaf1f8263f624b697767677bd0f4fbe2b4d799" + }, { "name": "Accelerometer_MMA7660", "version": "1.0.0", @@ -111322,7 +145493,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Accelerometer_MMA7660.git", "providesIncludes": ["MMA7660.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_MMA7660-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_MMA7660-1.0.0.zip", "archiveFileName": "Accelerometer_MMA7660-1.0.0.zip", "size": 8718, "checksum": "SHA-256:c9f5eec8b70a79fec215ef3160b6afd534335d07dad69c221232474eaaf3da18" @@ -111340,7 +145511,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Accelerometer_H3LIS331DL.git", "providesIncludes": ["H3LIS331DL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_H3LIS331DL-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_H3LIS331DL-1.0.0.zip", "archiveFileName": "Accelerometer_H3LIS331DL-1.0.0.zip", "size": 15338, "checksum": "SHA-256:711204b3414b5c8a24e4a5cb174223dfa7eaa8a0f85b4946d2a20927b24d2c03" @@ -111358,7 +145529,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Accelerometer_H3LIS331DL.git", "providesIncludes": ["H3LIS331DL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_H3LIS331DL-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_H3LIS331DL-1.0.2.zip", "archiveFileName": "Accelerometer_H3LIS331DL-1.0.2.zip", "size": 15338, "checksum": "SHA-256:99b84c194a9d4f41f4881bafa283cace2ff096cbd1275d4aa8847d7a3ca2a03b" @@ -111375,11 +145546,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3-1.0.0.zip", "archiveFileName": "Accelerometer_And_Gyroscope_LSM6DS3-1.0.0.zip", "size": 23743, "checksum": "SHA-256:c3c3cb94db1debd0bc97b3af830ddd620397f6210597abc0989de45eee8ac5d7" }, + { + "name": "Accelerometer And Gyroscope LSM6DS3", + "version": "2.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", + "paragraph": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", + "website": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3.git", + "providesIncludes": ["SparkFunLSM6DS3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3-2.0.0.zip", + "archiveFileName": "Accelerometer_And_Gyroscope_LSM6DS3-2.0.0.zip", + "size": 23877, + "checksum": "SHA-256:d6f9de2e87fac2149f3c1683d28b148bd542cf9f4f6c444866f64d21e7f156c1" + }, { "name": "Accelerometer ADXL335", "version": "1.0.0", @@ -111393,7 +145582,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Accelerometer_ADXL335.git", "providesIncludes": ["ADXL335.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_ADXL335-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_ADXL335-1.0.0.zip", "archiveFileName": "Accelerometer_ADXL335-1.0.0.zip", "size": 9094, "checksum": "SHA-256:6977678d548d0f431beccf7dbf5976ea5ec520fd5960830d47549894d9101712" @@ -111411,7 +145600,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Accelerometer_ADXL345.git", "providesIncludes": ["ADXL345.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_ADXL345-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_ADXL345-1.0.0.zip", "archiveFileName": "Accelerometer_ADXL345-1.0.0.zip", "size": 13675, "checksum": "SHA-256:aaac506b63690769558ba275ce7a4a3075a6b44d6bdb3c8d4507b42d633c01cf" @@ -111428,7 +145617,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.0.zip", "archiveFileName": "ZeroRegs-0.2.0.zip", "size": 14914, "checksum": "SHA-256:3042c8cf5f88e223e74cb681ee851385eb1d6689d8a055332570402587a6250d" @@ -111445,7 +145634,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.1.zip", "archiveFileName": "ZeroRegs-0.2.1.zip", "size": 16295, "checksum": "SHA-256:0baba8809878235133d65c30c016377a0ffecfa016bfd4e2b2eda719e723254f" @@ -111462,7 +145651,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.2.zip", "archiveFileName": "ZeroRegs-0.2.2.zip", "size": 17553, "checksum": "SHA-256:c1ab2c84e896b96f1f98d2d3e80b2efab49b1f2206cc1e8ece2a985095fc635e" @@ -111479,11 +145668,96 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", - "url": "http://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.2.3.zip", "archiveFileName": "ZeroRegs-0.2.3.zip", "size": 17503, "checksum": "SHA-256:85aae05a376e9d6977ddc8bb1f48e04d3c8e3728ba5b228f1d544316032eddfc" }, + { + "name": "ZeroRegs", + "version": "0.3.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for the Arduino Zero (and similar boards).", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAM D21 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-ZeroRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.3.0.zip", + "archiveFileName": "ZeroRegs-0.3.0.zip", + "size": 19424, + "checksum": "SHA-256:6fafcdf48de9591ad3f1d7947b08ca15099202df7826e4937d884a112e032d3e" + }, + { + "name": "ZeroRegs", + "version": "0.3.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for the Arduino Zero (and similar boards).", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAM D21 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-ZeroRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.3.1.zip", + "archiveFileName": "ZeroRegs-0.3.1.zip", + "size": 20252, + "checksum": "SHA-256:569c2b45db31010f9dc9b63322ca318cbe82585c30fffbf7c64bf3560f93d926" + }, + { + "name": "ZeroRegs", + "version": "0.3.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for the Arduino Zero (and similar boards).", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAM D21 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-ZeroRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.3.2.zip", + "archiveFileName": "ZeroRegs-0.3.2.zip", + "size": 21220, + "checksum": "SHA-256:088117da66a94d579b8c9e15a32a02c124ccad176de0e0d024ae97492316c420" + }, + { + "name": "ZeroRegs", + "version": "0.3.3", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for the Arduino Zero (and similar boards).", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAM D21 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-ZeroRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.3.3.zip", + "archiveFileName": "ZeroRegs-0.3.3.zip", + "size": 26118, + "checksum": "SHA-256:fb6e6a6bf939ad2b4ec5a0e667cd567c9e83575149f25400d85ad41f25e3c530" + }, + { + "name": "ZeroRegs", + "version": "0.3.4", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for the Arduino Zero (and similar boards).", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAM D21 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-ZeroRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-ZeroRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/ZeroRegs-0.3.4.zip", + "archiveFileName": "ZeroRegs-0.3.4.zip", + "size": 26904, + "checksum": "SHA-256:126aede93c3094e3686c884f8a3a64de0fb8b47004fdc33bcaa36dbeb7132cfa" + }, { "name": "ShiftRegister74HC595", "version": "1.1.0", @@ -111497,7 +145771,7 @@ "types": ["Contributed"], "repository": "https://github.com/Simsso/ShiftRegister74HC595.git", "providesIncludes": ["Arduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister74HC595-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister74HC595-1.1.0.zip", "archiveFileName": "ShiftRegister74HC595-1.1.0.zip", "size": 4910, "checksum": "SHA-256:1d9f3566dc2b71c0616d3833ac489833627b780fb7934c5fb0d8a6806de13e65" @@ -111515,11 +145789,47 @@ "types": ["Contributed"], "repository": "https://github.com/Simsso/ShiftRegister74HC595.git", "providesIncludes": ["ShiftRegister74HC595.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister74HC595-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister74HC595-1.2.0.zip", "archiveFileName": "ShiftRegister74HC595-1.2.0.zip", "size": 6029, "checksum": "SHA-256:7c80319d8ea4cf1a4543805ce67c9ebfdbf7b204b96a24fd27b6243f75e89903" }, + { + "name": "ShiftRegister74HC595", + "version": "1.3.0", + "author": "Timo Denk (timodenk.com)", + "maintainer": "Timo Denk (timodenk.com)", + "sentence": "Simplifies usage of shift registers, designed for the 74HC595.", + "paragraph": "Allows to set individual pins and takes care of shifting out the bytes. Can be used in combination with multiple shift registers which are stacked in serial.", + "website": "https://shiftregister.simsso.de/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Simsso/ShiftRegister74HC595.git", + "providesIncludes": ["ShiftRegister74HC595.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister74HC595-1.3.0.zip", + "archiveFileName": "ShiftRegister74HC595-1.3.0.zip", + "size": 6413, + "checksum": "SHA-256:b8210ef6398d1edfa5a3794b9143a7f4c64601cbae8fb484e03685e4e21da16c" + }, + { + "name": "ShiftRegister74HC595", + "version": "1.3.1", + "author": "Timo Denk (timodenk.com)", + "maintainer": "Timo Denk (timodenk.com)", + "sentence": "Simplifies usage of shift registers, designed for the 74HC595.", + "paragraph": "Allows to set individual pins and takes care of shifting out the bytes. Can be used in combination with multiple shift registers which are stacked in serial.", + "website": "https://timodenk.com/blog/shift-register-arduino-library/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Simsso/ShiftRegister74HC595.git", + "providesIncludes": ["ShiftRegister74HC595.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister74HC595-1.3.1.zip", + "archiveFileName": "ShiftRegister74HC595-1.3.1.zip", + "size": 6564, + "checksum": "SHA-256:9883de6ad0d69ff1f1af62f8e71f47ba2de1fbb280251735f7e0fdd3d683ccd8" + }, { "name": "IFTTTWebhook", "version": "1.1.0", @@ -111533,7 +145843,7 @@ "types": ["Contributed"], "repository": "https://github.com/romkey/IFTTTWebhook.git", "providesIncludes": ["IFTTTWebhook.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/romkey/IFTTTWebhook-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/romkey/IFTTTWebhook-1.1.0.zip", "archiveFileName": "IFTTTWebhook-1.1.0.zip", "size": 7224, "checksum": "SHA-256:dbd34bf7fcd39f58cce1a14fcd558adf1a00851c2a1adb898eb7457153b68a4d" @@ -111551,7 +145861,7 @@ "types": ["Contributed"], "repository": "https://github.com/romkey/IFTTTWebhook.git", "providesIncludes": ["IFTTTWebhook.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/romkey/IFTTTWebhook-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/romkey/IFTTTWebhook-1.1.1.zip", "archiveFileName": "IFTTTWebhook-1.1.1.zip", "size": 7215, "checksum": "SHA-256:3c8b27ba66489b76ce8f605a656b615420b2ad0dbfea2d466f9fb1ed8722d92e" @@ -111569,7 +145879,7 @@ "types": ["Contributed"], "repository": "https://github.com/romkey/IFTTTWebhook.git", "providesIncludes": ["IFTTTWebhook.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/romkey/IFTTTWebhook-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/romkey/IFTTTWebhook-1.1.2.zip", "archiveFileName": "IFTTTWebhook-1.1.2.zip", "size": 7217, "checksum": "SHA-256:198dd00dd5bdbe744c8481a36f2d84f98a4489703604f26789b5bf59036025f5" @@ -111587,7 +145897,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.0.zip", "archiveFileName": "LightDimmer-1.2.0.zip", "size": 13980, "checksum": "SHA-256:f69d6867d57fc7b5f67f35a472b471481475c1da82e5bdb82ffa7f74fd7b304b" @@ -111605,7 +145915,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.0.0.zip", "archiveFileName": "LightDimmer-1.0.0.zip", "size": 13404, "checksum": "SHA-256:5d438dbbf6cbccf12a32cc190da05bda14728e986fba1268429705c0d406716d" @@ -111623,7 +145933,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.3.zip", "archiveFileName": "LightDimmer-1.3.3.zip", "size": 17327, "checksum": "SHA-256:121558273f556055d4fe66b955b9ec014b3dc24764906c557c9a09bee025ca19" @@ -111641,7 +145951,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.1.0.zip", "archiveFileName": "LightDimmer-1.1.0.zip", "size": 13883, "checksum": "SHA-256:17f311d946588a9ff3053131fdf93352cdff6428399c34d6c2584b22e2dc6a1d" @@ -111659,7 +145969,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.1.zip", "archiveFileName": "LightDimmer-1.2.1.zip", "size": 13995, "checksum": "SHA-256:ff5bcfeba830b7b121185ba31f986af4fc4705ae022106345a22c3a94087d8fa" @@ -111677,7 +145987,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.2.zip", "archiveFileName": "LightDimmer-1.2.2.zip", "size": 14774, "checksum": "SHA-256:41119b9a32d684024565b2ad1d192016a9b64cab76d9e03b4323428a286e72f5" @@ -111695,7 +146005,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.2.3.zip", "archiveFileName": "LightDimmer-1.2.3.zip", "size": 15138, "checksum": "SHA-256:2855e7fae3a894e801da18760bf85453648043878a73b673f3ab66015cdb5fd5" @@ -111713,7 +146023,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.0.zip", "archiveFileName": "LightDimmer-1.3.0.zip", "size": 15415, "checksum": "SHA-256:99e954a6982d252cf24bc1de7275f43fef207f28a136b6922bd15f70fd2cb468" @@ -111731,7 +146041,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.1.zip", "archiveFileName": "LightDimmer-1.3.1.zip", "size": 15515, "checksum": "SHA-256:77e9b9629c9297d1c3fdee52e14fcc59eea303d6d34b6bcf1edf121712928b45" @@ -111749,7 +146059,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/LightDimmer.git", "providesIncludes": ["LightDimmer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightDimmer-1.3.2.zip", "archiveFileName": "LightDimmer-1.3.2.zip", "size": 15741, "checksum": "SHA-256:b9d9fbb60172861657ff9cdd1025f0234ce94d6e0cfeb317c425b5e0264c42ad" @@ -111766,7 +146076,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/movingAvg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-1.1.0.zip", "archiveFileName": "movingAvg-1.1.0.zip", "size": 5014, "checksum": "SHA-256:1b8e9dd9c1b168d39c0b6bf906d4a46a07360f0f3babceb444d40db45a433e13" @@ -111783,7 +146093,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/movingAvg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.0.0.zip", "archiveFileName": "movingAvg-2.0.0.zip", "size": 21780, "checksum": "SHA-256:14870d5e0879472ee0a6cf7fc81bb4e68bfbf864a773fb49eba510b8cad7b1b4" @@ -111800,11 +146110,45 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/movingAvg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.1.0.zip", "archiveFileName": "movingAvg-2.1.0.zip", "size": 21868, "checksum": "SHA-256:8aaaeb3f4d124c69d8bbbdd754b706883c5edf38c40cae3fc2cdc76588e6fdd1" }, + { + "name": "movingAvg", + "version": "2.1.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "A simple Arduino library for calculating moving averages.", + "paragraph": "Useful for smoothing sensor readings, etc. For efficiency, the library operates in the integer domain; therefore the moving average calculation is approximate.", + "website": "https://github.com/JChristensen/movingAvg", + "category": "Data Processing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/movingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.1.1.zip", + "archiveFileName": "movingAvg-2.1.1.zip", + "size": 22067, + "checksum": "SHA-256:6147db192ea3286b6ad0227ad9a66ed1db6a6a63e7c99d07281d3eee1afbe85a" + }, + { + "name": "movingAvg", + "version": "2.2.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "A simple Arduino library for calculating moving averages.", + "paragraph": "Useful for smoothing sensor readings, etc. For efficiency, the library operates in the integer domain; therefore the moving average calculation is approximate.", + "website": "https://github.com/JChristensen/movingAvg", + "category": "Data Processing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/movingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.2.0.zip", + "archiveFileName": "movingAvg-2.2.0.zip", + "size": 23081, + "checksum": "SHA-256:f626cae766ae31a1a7329ef9c6f765d4ed7f2e39b35324dc348fc8387b054128" + }, { "name": "DualMAX14870MotorShield", "version": "1.0.0", @@ -111817,7 +146161,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-max14870-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualMAX14870MotorShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualMAX14870MotorShield-1.0.0.zip", "archiveFileName": "DualMAX14870MotorShield-1.0.0.zip", "size": 7205, "checksum": "SHA-256:58a9711f150ab7f1dbe3790833329f04e2baa5cb1833ac7a92edad9e81f5aad0" @@ -111834,7 +146178,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-max14870-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualMAX14870MotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualMAX14870MotorShield-2.0.0.zip", "archiveFileName": "DualMAX14870MotorShield-2.0.0.zip", "size": 7436, "checksum": "SHA-256:ae2342e346c2eb5f14cf540afb1f6950f47c3a63b44538294c534c4f12bb4c06" @@ -111851,7 +146195,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dersimn/ArduinoPubSubClientTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.1.0.zip", "archiveFileName": "PubSubClientTools-0.1.0.zip", "size": 4236, "checksum": "SHA-256:b5a01c76b8c47b8b2055302815944426a253f1ef3b68f068fd2666d4e22eb14c" @@ -111868,7 +146212,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dersimn/ArduinoPubSubClientTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.2.0.zip", "archiveFileName": "PubSubClientTools-0.2.0.zip", "size": 4237, "checksum": "SHA-256:87d7d57027bcb145f9edf3738addf8f87a1cfe6734c9758cb9fe8adedaa90a53" @@ -111885,7 +146229,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dersimn/ArduinoPubSubClientTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.4.0.zip", "archiveFileName": "PubSubClientTools-0.4.0.zip", "size": 5003, "checksum": "SHA-256:df558d303ef87c7df6f3a548b3b605d910c049fa2e146c9db45e68a519584f57" @@ -111902,7 +146246,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dersimn/ArduinoPubSubClientTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dersimn/PubSubClientTools-0.6.0.zip", "archiveFileName": "PubSubClientTools-0.6.0.zip", "size": 6927, "checksum": "SHA-256:8c780bd9eab3ec7363378860bd8834ec1c57481b99be731f3ab1043c2f0b92c8" @@ -111920,7 +146264,7 @@ "types": ["Contributed"], "repository": "https://github.com/zharijs/FDC2214.git", "providesIncludes": ["FDC2214.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zharijs/FDC2214-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zharijs/FDC2214-1.0.0.zip", "archiveFileName": "FDC2214-1.0.0.zip", "size": 1685886, "checksum": "SHA-256:713ca9e7175c923cd4794270038ac8f97e9c81dedca5f4024778fd776b69606a" @@ -111938,7 +146282,7 @@ "types": ["Contributed"], "repository": "https://github.com/zharijs/FDC2214.git", "providesIncludes": ["FDC2214.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zharijs/FDC2214-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zharijs/FDC2214-1.1.0.zip", "archiveFileName": "FDC2214-1.1.0.zip", "size": 1686176, "checksum": "SHA-256:91d9f0a6faf1619881663d48255274c81d992e65458aaad741c358f34ae1a10a" @@ -111956,11 +146300,29 @@ "types": ["Contributed"], "repository": "https://github.com/jpraus/arduino-opentherm.git", "providesIncludes": ["opentherm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jpraus/Opentherm-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jpraus/Opentherm-1.0.0.zip", "archiveFileName": "Opentherm-1.0.0.zip", "size": 3803497, "checksum": "SHA-256:6bb167ca1a3ea9f947b64a1188ea9fef436a764f2dd9182f38fa0359a5d71d69" }, + { + "name": "Opentherm", + "version": "1.1.0", + "author": "Jiri Praus \u003cjiri.praus@gmail.com\u003e", + "maintainer": "Jiri Praus \u003cjiri.praus@gmail.com\u003e", + "sentence": "Arduino library to send and receive data from Opentherm devices.", + "paragraph": "Using this library and special hardware interface you will be able to create your own thermostat to control Opentherm boiler or build a man-in-the-middle gateway to capture or alter communication running between your thermostat and boiler. For detailed information go to https://github.com/jpraus/arduino-opentherm.", + "website": "https://github.com/jpraus/arduino-opentherm", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jpraus/arduino-opentherm.git", + "providesIncludes": ["opentherm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jpraus/Opentherm-1.1.0.zip", + "archiveFileName": "Opentherm-1.1.0.zip", + "size": 3807670, + "checksum": "SHA-256:30cff0c27e89b075e0a6a241fbe64520dbb3de20d4c722dc942d7e1f0ec64655" + }, { "name": "S4ALib", "version": "1.0.0", @@ -111973,7 +146335,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/S4ALib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.0.zip", "archiveFileName": "S4ALib-1.0.0.zip", "size": 41985, "checksum": "SHA-256:99f082eb4ef9a0f522b5b042b32baad88688637c0d470dcf4b482c43faf967e8" @@ -111990,7 +146352,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/S4ALib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.1.zip", "archiveFileName": "S4ALib-1.0.1.zip", "size": 98944, "checksum": "SHA-256:deb9284425c897436ab3b6f754e9eee6f24746abbfbed3eee3c7dd07605058a2" @@ -112007,7 +146369,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/S4ALib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.2.zip", "archiveFileName": "S4ALib-1.0.2.zip", "size": 98938, "checksum": "SHA-256:9e95b26db93da0f33948b9975c9afb50c54bcd479986a7e72c9a3153b5bfb471" @@ -112024,7 +146386,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/S4ALib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.3.zip", "archiveFileName": "S4ALib-1.0.3.zip", "size": 98937, "checksum": "SHA-256:4603178caa5d0192570f7fc8ea2a3bfdd6866098398dde3fe5a3e51a362b698e" @@ -112041,7 +146403,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/S4ALib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.4.zip", "archiveFileName": "S4ALib-1.0.4.zip", "size": 98961, "checksum": "SHA-256:e5a9ac69fc341e511165ec9f7d06446006e29a40f95ef375c750b990424925fb" @@ -112058,7 +146420,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/S4ALib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/S4ALib-1.0.5.zip", "archiveFileName": "S4ALib-1.0.5.zip", "size": 311698, "checksum": "SHA-256:a9acf7b8ae3332c23a438043f69e06f58b156cb0f3daae5f096a3cf1842f0962" @@ -112076,7 +146438,7 @@ "types": ["Contributed"], "repository": "https://github.com/danja/TM1638lite.git", "providesIncludes": ["TM1638lite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/danja/TM1638lite-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/danja/TM1638lite-1.0.2.zip", "archiveFileName": "TM1638lite-1.0.2.zip", "size": 81760, "checksum": "SHA-256:289e3b5374ec79b8828a3ae0ba64bf43176bf17043982c0fe19635988a6bf323" @@ -112094,7 +146456,7 @@ "types": ["Contributed"], "repository": "https://github.com/danja/TM1638lite.git", "providesIncludes": ["TM1638lite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/danja/TM1638lite-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/danja/TM1638lite-1.1.0.zip", "archiveFileName": "TM1638lite-1.1.0.zip", "size": 81789, "checksum": "SHA-256:38c2ea39b7cb80897ed1d23dbd508f68414092e5fc99a7a57a5799a0d583843f" @@ -112111,11 +146473,86 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-1.0.1.zip", "archiveFileName": "Adafruit_LSM9DS1_Library-1.0.1.zip", "size": 9848, "checksum": "SHA-256:1af576aa1f9c4b2f1e6ae5e3f788f0c128969e25ce14aed10730fcca7935f10c" }, + { + "name": "Adafruit LSM9DS1 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS1 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS1 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS1", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LIS3MDL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-2.0.0.zip", + "archiveFileName": "Adafruit_LSM9DS1_Library-2.0.0.zip", + "size": 10519, + "checksum": "SHA-256:e00173afe9fb8a6748c9a93817ed5c259e681680ed8c744bf8749080824833eb" + }, + { + "name": "Adafruit LSM9DS1 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS1 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS1 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS1", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LIS3MDL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-2.0.1.zip", + "archiveFileName": "Adafruit_LSM9DS1_Library-2.0.1.zip", + "size": 15109, + "checksum": "SHA-256:9c2e3fc901dec178d85a54b6c09c3569c941ef60b5286992998f5dd172eeda7f" + }, + { + "name": "Adafruit LSM9DS1 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS1 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS1 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS1", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LIS3MDL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-2.0.2.zip", + "archiveFileName": "Adafruit_LSM9DS1_Library-2.0.2.zip", + "size": 15112, + "checksum": "SHA-256:388b4cf56bc8a389233acd7dc21f38903e3659320914d0e1322de37897483e40" + }, { "name": "Grove - I2C Color Sensor", "version": "1.0.0", @@ -112128,7 +146565,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_I2C_Color_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_Color_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_Color_Sensor-1.0.0.zip", "archiveFileName": "Grove___I2C_Color_Sensor-1.0.0.zip", "size": 10216, "checksum": "SHA-256:3331098e516a7d3ca0b9b0b2c9a5c35ec123a14fa8575e2cec8b06874203080d" @@ -112145,7 +146582,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_HighTemp_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___High_Temperature_Sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___High_Temperature_Sensor-1.0.1.zip", "archiveFileName": "Grove___High_Temperature_Sensor-1.0.1.zip", "size": 6693, "checksum": "SHA-256:fb911794ff8360168136753dd28bdd869650c31793c087de623f76b58139655b" @@ -112162,7 +146599,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_High_Precision_RTC_PCF85063TP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___High_Precision_RTC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___High_Precision_RTC-1.0.0.zip", "archiveFileName": "Grove___High_Precision_RTC-1.0.0.zip", "size": 8794, "checksum": "SHA-256:c9d25273a620f3d4253caf296eeb9109cf0d9f58c045e1d4c1767e652e2c7727" @@ -112179,7 +146616,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Haptic_Motor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Haptic_Motor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Haptic_Motor-1.0.0.zip", "archiveFileName": "Grove___Haptic_Motor-1.0.0.zip", "size": 9249, "checksum": "SHA-256:dca26f1ff68351fbfbe156842144333ae79fc175557f55dcae74356e1a82d39c" @@ -112196,7 +146633,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Ultrasonic_Ranger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Ultrasonic_Ranger-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Ultrasonic_Ranger-1.0.0.zip", "archiveFileName": "Grove_Ultrasonic_Ranger-1.0.0.zip", "size": 9416, "checksum": "SHA-256:5ede0dc78defd74323572d1d90fd2bf993a0e4a8007c27415e947e5a82e1ef3a" @@ -112213,7 +146650,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Ultrasonic_Ranger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Ultrasonic_Ranger-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Ultrasonic_Ranger-1.0.1.zip", "archiveFileName": "Grove_Ultrasonic_Ranger-1.0.1.zip", "size": 9386, "checksum": "SHA-256:2d642bb5f3cfd666a10895f019994158b1e9e866e94a2bc85424b6e15a7d2886" @@ -112230,7 +146667,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Digital_Light_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Digital_Light_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Digital_Light_Sensor-1.0.0.zip", "archiveFileName": "Grove___Digital_Light_Sensor-1.0.0.zip", "size": 15131, "checksum": "SHA-256:abe3ecf10f1d3d01893ffc5a2bf70104e5f56a7e751e0b7d09973f07e0588b29" @@ -112248,7 +146685,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Chainable_RGB_LED.git", "providesIncludes": ["ChainableLED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Chainable_RGB_LED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Chainable_RGB_LED-1.0.0.zip", "archiveFileName": "Grove___Chainable_RGB_LED-1.0.0.zip", "size": 8634, "checksum": "SHA-256:16208ddaffb630600005e04bac6c71a508d7200da528c558916246ea4420559f" @@ -112266,7 +146703,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Barometer_HP20x.git", "providesIncludes": ["HP20x_dev.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_barometer_HP20x-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_barometer_HP20x-1.0.0.zip", "archiveFileName": "Grove_barometer_HP20x-1.0.0.zip", "size": 9228, "checksum": "SHA-256:5154f17aceaf7e82f788e2fcfe0fc3ab1ef522287aa54f6247ef955f1581e34d" @@ -112284,11 +146721,29 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_6Axis_Accelerometer_And_Compass_v2.git", "providesIncludes": ["LSM303D.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___6Axis_Accelerometer_And_Compass_v2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___6Axis_Accelerometer_And_Compass_v2-1.0.0.zip", "archiveFileName": "Grove___6Axis_Accelerometer_And_Compass_v2-1.0.0.zip", "size": 10411, "checksum": "SHA-256:7de718464c08bc9f3acb5e500b76db736a50a1604c60068d31b8dfdeaed19067" }, + { + "name": "Grove - 6Axis Accelerometer And Compass v2", + "version": "1.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control LSM303DLH.", + "paragraph": "The Grove 6-Axis Accelerometer \u0026 Compass is a 3-axis accelerometer combined with a 3-axis magnetic sensor. It is based on the sensor module LSM303DLH which has a selectable linear acceleration full scale range of ±2g / ±4g / ±8g and a selectable magnetic field full scale range of ±1.3 /±1.9 / ±2.5 / ±4.0 / ±4.7 / ±5.6 / ±8.1 gauss. Both the magnetic parts and the accelerometer parts can be powered down separately to reduce the power consumption. The Arduino can get these data via the I2C interface.", + "website": "https://github.com/Seeed-Studio/Grove_6Axis_Accelerometer_And_Compass_v2", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Grove_6Axis_Accelerometer_And_Compass_v2.git", + "providesIncludes": ["LSM303D.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___6Axis_Accelerometer_And_Compass_v2-1.0.1.zip", + "archiveFileName": "Grove___6Axis_Accelerometer_And_Compass_v2-1.0.1.zip", + "size": 10424, + "checksum": "SHA-256:ad6d09e4813d91e18c573599034a871df075f196e40bd79cc770f1503d70206e" + }, { "name": "Grove - Air quality sensor", "version": "1.0.0", @@ -112302,7 +146757,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Air_quality_Sensor.git", "providesIncludes": ["AirQuality.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Air_quality_sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Air_quality_sensor-1.0.0.zip", "archiveFileName": "Grove___Air_quality_sensor-1.0.0.zip", "size": 6728, "checksum": "SHA-256:e83ac975fabecd5af11b6290484e6663ea848f6ff5e3e45a9e8924f2a051a71a" @@ -112320,7 +146775,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Air_quality_Sensor.git", "providesIncludes": ["AirQuality.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Air_quality_sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Air_quality_sensor-1.0.1.zip", "archiveFileName": "Grove___Air_quality_sensor-1.0.1.zip", "size": 6738, "checksum": "SHA-256:185bbbf594b327e0766aaca99bc84ae7754b8371fa5afcc3bf06939f5a63644d" @@ -112338,7 +146793,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_4Digital_Display.git", "providesIncludes": ["TM1637.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_4_Digit_Display-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_4_Digit_Display-1.0.0.zip", "archiveFileName": "Grove_4_Digit_Display-1.0.0.zip", "size": 11850, "checksum": "SHA-256:27ed0f3b2702822ad51e0b6ce21cb0b62267ed6f441c8378cf5a20d37ecd95a5" @@ -112356,7 +146811,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_3_Axis_Digital_Gyro.git", "providesIncludes": ["ITG3200.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Gyro-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Gyro-1.0.0.zip", "archiveFileName": "Grove_3_Axis_Digital_Gyro-1.0.0.zip", "size": 10012, "checksum": "SHA-256:b577d1f59618b798807923b3c7cd2ab0d6b7c23937b9060691998c4e2d114b42" @@ -112374,7 +146829,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_3Axis_Digital_Compass_HMC5883L.git", "providesIncludes": ["HMC5883L.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Compass_HMC5883L-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Compass_HMC5883L-1.0.1.zip", "archiveFileName": "Grove_3_Axis_Digital_Compass_HMC5883L-1.0.1.zip", "size": 9645, "checksum": "SHA-256:c07d037bd9078fbadd7672e21f1c335285069597b1e9049849da740f9cc96e19" @@ -112391,7 +146846,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dgduncan/SevenSegment.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dgduncan/Seven_Segment_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dgduncan/Seven_Segment_Library-1.0.1.zip", "archiveFileName": "Seven_Segment_Library-1.0.1.zip", "size": 370741, "checksum": "SHA-256:734d1e960dc797d3b23c47fae778984225877e5cb34195e8491a261de6d15fe6" @@ -112409,7 +146864,7 @@ "types": ["Contributed"], "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", "providesIncludes": ["Nokia_LCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-1.0.0.zip", "archiveFileName": "Nokia_5110_LCD_library-1.0.0.zip", "size": 10792, "checksum": "SHA-256:45c661a213b4717284addef338a63665b64cc740dce4a57b241ae1d5613bbaab" @@ -112427,7 +146882,7 @@ "types": ["Contributed"], "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", "providesIncludes": ["Nokia_LCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.0.0.zip", "archiveFileName": "Nokia_5110_LCD_library-2.0.0.zip", "size": 10804, "checksum": "SHA-256:2bb973511ead28c04de2a184f4bc757c07705bd1b38924ae99cfaf4d7016b322" @@ -112445,11 +146900,119 @@ "types": ["Contributed"], "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", "providesIncludes": ["Nokia_LCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.1.0.zip", "archiveFileName": "Nokia_5110_LCD_library-2.1.0.zip", "size": 10970, "checksum": "SHA-256:8139a2df8919c7999e00374d513a329591b71120bb67af90df82fd8698b4d869" }, + { + "name": "Nokia 5110 LCD library", + "version": "2.2.1", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": ["Nokia_LCD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.2.1.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.2.1.zip", + "size": 11486, + "checksum": "SHA-256:41de200d8c9a3b4e34d67374892ed0ad8dccdb609a897f6778b8b3af7e7e0837" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.2.2", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": ["Nokia_LCD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.2.2.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.2.2.zip", + "size": 11637, + "checksum": "SHA-256:cd5832d942be22c40aa8b025bacf4aefe5c5b4b14ea77e021ed16cc49252c863" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.3.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": ["Nokia_LCD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.3.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.3.0.zip", + "size": 11831, + "checksum": "SHA-256:9ba9056fe20d351121c0a7111bf42c569a58f6d6b45bda9b5710a01f4996b844" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.4.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": ["Nokia_LCD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.4.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.4.0.zip", + "size": 11842, + "checksum": "SHA-256:53940bbb145039839389b97466fd9083e843681b133c924f90232c49d2b3c8ca" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.5.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": ["Nokia_LCD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.5.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.5.0.zip", + "size": 31254, + "checksum": "SHA-256:421e394d51398f137e15cbef839fa0eacdca961b976e6b01f19abe54723b1ea3" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.6.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": ["Nokia_LCD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.6.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.6.0.zip", + "size": 31788, + "checksum": "SHA-256:a5f7579932513ced391b2ad69c7393b8f690365d4b08b9542715a41ec5ede4db" + }, { "name": "MCP79412RTC", "version": "1.0.1", @@ -112462,11 +147025,33 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/MCP79412RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/MCP79412RTC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/MCP79412RTC-1.0.1.zip", "archiveFileName": "MCP79412RTC-1.0.1.zip", "size": 30556, "checksum": "SHA-256:a03ce075e4398622839f6a50b1556fcf167f1a3256aebbc88dfb0fbbfa6a4574" }, + { + "name": "MCP79412RTC", + "version": "1.0.2", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library for the Microchip MCP79411/12 Real-Time Clock/Calendar.", + "paragraph": "Requires PJRC's improved Arduino Time Library, https://github.com/PaulStoffregen/Time", + "website": "https://github.com/JChristensen/MCP79412RTC", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/MCP79412RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/MCP79412RTC-1.0.2.zip", + "archiveFileName": "MCP79412RTC-1.0.2.zip", + "size": 41975, + "checksum": "SHA-256:ecfb4a3d4663103ed0ac0afc04eabcf8f0a58e3b2999aab39c90902a536647c8" + }, { "name": "ESP32Servo", "version": "0.0.3", @@ -112474,13 +147059,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.3.zip", "archiveFileName": "ESP32Servo-0.0.3.zip", "size": 17411, "checksum": "SHA-256:44977407447b6c593bfcc75d4abeadc8d10eec391c5864114f03ed98642b84bf" @@ -112492,13 +147077,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.4.zip", "archiveFileName": "ESP32Servo-0.0.4.zip", "size": 17404, "checksum": "SHA-256:75e13fe40a193f9b4f1524106f90ad0fb4e059353e36c9acaeecf4a10d596750" @@ -112510,13 +147095,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.5.zip", "archiveFileName": "ESP32Servo-0.0.5.zip", "size": 18121, "checksum": "SHA-256:ee414a82258317ad55a5b82b25002c19c11309b4af560d7181ef5f78e4546b0d" @@ -112528,13 +147113,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.0.6.zip", "archiveFileName": "ESP32Servo-0.0.6.zip", "size": 18126, "checksum": "SHA-256:6ca97f49f998e9f0620c3bd2029a12e843347b1672bb2a548ba4c09cc126f94c" @@ -112546,13 +147131,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.0.zip", "archiveFileName": "ESP32Servo-0.1.0.zip", "size": 18504, "checksum": "SHA-256:94f18d2894e9d9058316e219cc2936ec58cd0b7344b7074eb765fdca1b1a66f1" @@ -112564,13 +147149,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.1.zip", "archiveFileName": "ESP32Servo-0.1.1.zip", "size": 19506, "checksum": "SHA-256:b19a8881ef17cc8977e184712c8acdf337e651760d6fc7821db8f9c6680cdfcf" @@ -112582,13 +147167,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.2.zip", "archiveFileName": "ESP32Servo-0.1.2.zip", "size": 19651, "checksum": "SHA-256:b164c6abe6658b5a89742c4cd68add54145eef31e543b93821766ca553c7a035" @@ -112600,13 +147185,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.3.zip", "archiveFileName": "ESP32Servo-0.1.3.zip", "size": 20400, "checksum": "SHA-256:fadc446f2c25aae7b36f32c54e33cd9f05c24758d260e2819601494c0ef14d11" @@ -112618,13 +147203,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.4.zip", "archiveFileName": "ESP32Servo-0.1.4.zip", "size": 20524, "checksum": "SHA-256:f0a6a4c0704a5458e5b89c305c4fc2e5332068fbbc52eba4600f225702ae5aee" @@ -112636,13 +147221,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.1.5.zip", "archiveFileName": "ESP32Servo-0.1.5.zip", "size": 20617, "checksum": "SHA-256:a6c63ca069d27656843898f83404cbbbf9083327343710b38b1d8931e40e2a93" @@ -112654,13 +147239,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.2.0.zip", "archiveFileName": "ESP32Servo-0.2.0.zip", "size": 21939, "checksum": "SHA-256:24702a0e81c0a470444998ba968fa8e973841b0adfe78c11943984ce35f05a0b" @@ -112672,13 +147257,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.2.1.zip", "archiveFileName": "ESP32Servo-0.2.1.zip", "size": 22092, "checksum": "SHA-256:e69f20cae9dbc82e1b59584516c6bdce694116401185d478200a278e27b10ceb" @@ -112690,13 +147275,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.2.2.zip", "archiveFileName": "ESP32Servo-0.2.2.zip", "size": 22144, "checksum": "SHA-256:21d276c6b1591fc6a705116b971187be0bf27b44a5b30ffe083acd9b6820e070" @@ -112708,13 +147293,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.0.zip", "archiveFileName": "ESP32Servo-0.3.0.zip", "size": 22160, "checksum": "SHA-256:0459c753ad493c3f7e7527fa45a716ad605513ae059a863e84ef6314e284768d" @@ -112726,13 +147311,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.1.zip", "archiveFileName": "ESP32Servo-0.3.1.zip", "size": 22185, "checksum": "SHA-256:636fb5a706212ae51b9180773cda405c47e64d3ca3522edb39dc9837a29f98f5" @@ -112744,13 +147329,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.10.zip", "archiveFileName": "ESP32Servo-0.3.10.zip", "size": 22213, "checksum": "SHA-256:f07e3ecb5352c84f1a8a0f70daeb589f4676fdf5d60ad66bf61ad6509f5d5e8d" @@ -112762,13 +147347,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.2.zip", "archiveFileName": "ESP32Servo-0.3.2.zip", "size": 22316, "checksum": "SHA-256:afaa3cc584427404fafa0578a7155e41cba6d425277c3199d5f2156f00a39b7c" @@ -112780,13 +147365,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.3.zip", "archiveFileName": "ESP32Servo-0.3.3.zip", "size": 22373, "checksum": "SHA-256:b5f20ad3b1f83cfe56d38adf54caba82b3a7dbb333f54b372b64f606264b2137" @@ -112798,13 +147383,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.4.zip", "archiveFileName": "ESP32Servo-0.3.4.zip", "size": 22455, "checksum": "SHA-256:b642c2b4852175bb698c963d6e4c8795e29cf63184ee2cf45e29aa0d60955d56" @@ -112816,13 +147401,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.5.zip", "archiveFileName": "ESP32Servo-0.3.5.zip", "size": 23699, "checksum": "SHA-256:ddc4757e77320bb21ad9c9a77e24620203dc3fdffc09d1c2ef54c0260dd4ab4a" @@ -112834,13 +147419,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.6.zip", "archiveFileName": "ESP32Servo-0.3.6.zip", "size": 24290, "checksum": "SHA-256:c58b7108cea89331b2ce3ca51310f160968e49bb5e723807c773f2e55f4655c7" @@ -112852,13 +147437,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.7.zip", "archiveFileName": "ESP32Servo-0.3.7.zip", "size": 21997, "checksum": "SHA-256:a262f892a73d39fa1984c8421b2073bc3b174880d974f406f205f7cdeb210f82" @@ -112870,13 +147455,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.8.zip", "archiveFileName": "ESP32Servo-0.3.8.zip", "size": 22100, "checksum": "SHA-256:0aacca994500a46a3550763f74d2596c5a7efac0319b1d3bf411ba5f4dc46621" @@ -112888,13 +147473,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 15 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.3.9.zip", "archiveFileName": "ESP32Servo-0.3.9.zip", "size": 22124, "checksum": "SHA-256:d068c9ef521cb58970b0e3d0577cf50b91f3ccf7da809d2c9a34b5bef33fea4a" @@ -112906,13 +147491,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.4.0.zip", "archiveFileName": "ESP32Servo-0.4.0.zip", "size": 22641, "checksum": "SHA-256:80aee41ef97ed425bf33eac1cf43293153df0594dce0b03cbf96063fa0fab344" @@ -112924,13 +147509,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.4.1.zip", "archiveFileName": "ESP32Servo-0.4.1.zip", "size": 22636, "checksum": "SHA-256:ca705aa28bb1dbb55c088f237ae58cdf09e0be295f447370535446bc31b34d50" @@ -112942,13 +147527,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.4.2.zip", "archiveFileName": "ESP32Servo-0.4.2.zip", "size": 22638, "checksum": "SHA-256:2c4e274a7c2a99bdcfddf7dfc192e26ee7453fb6681fb50095c4e7dc6b553e84" @@ -112960,13 +147545,13 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.5.0.zip", "archiveFileName": "ESP32Servo-0.5.0.zip", "size": 23280, "checksum": "SHA-256:747ebafb633ccaa8210951585dfc9c22b3b704cd8dd20ada693a53acf142bbf6" @@ -112978,17 +147563,143 @@ "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", - "website": "http://www.arduino.cc/en/Reference/Servo", + "website": "https://www.arduino.cc/en/Reference/Servo", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Servo.git", "providesIncludes": ["ESP32Servo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.6.0.zip", "archiveFileName": "ESP32Servo-0.6.0.zip", "size": 23760, "checksum": "SHA-256:c4c9d70a767209d707453d9a83f65a325a0521d07e8d91096d08b64c441e5252" }, + { + "name": "ESP32Servo", + "version": "0.6.1", + "author": "John K. Bennett,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.6.1.zip", + "archiveFileName": "ESP32Servo-0.6.1.zip", + "size": 23749, + "checksum": "SHA-256:8c6a9de5ae59a272b4e8c84162980e0516d71a57477d52ff6bc03131d42e7d5c" + }, + { + "name": "ESP32Servo", + "version": "0.6.2", + "author": "John K. Bennett,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.6.2.zip", + "archiveFileName": "ESP32Servo-0.6.2.zip", + "size": 23761, + "checksum": "SHA-256:ad1e7084a96ccae8d455c1bf3156b643ffae729caf9e82fcc0ff450c174cad13" + }, + { + "name": "ESP32Servo", + "version": "0.6.3", + "author": "John K. Bennett,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.6.3.zip", + "archiveFileName": "ESP32Servo-0.6.3.zip", + "size": 23770, + "checksum": "SHA-256:688287a15cccad5a1582776711ec4075bb9ece8d46f5de6d517c34ab66ce1d18" + }, + { + "name": "ESP32Servo", + "version": "0.7.0", + "author": "John K. Bennett,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.7.0.zip", + "archiveFileName": "ESP32Servo-0.7.0.zip", + "size": 23817, + "checksum": "SHA-256:d03fba54ef72450cfe68cd27597a8b65bfeb8746aa32762cdc94ec2d3c7bea01" + }, + { + "name": "ESP32Servo", + "version": "0.7.1", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.7.1.zip", + "archiveFileName": "ESP32Servo-0.7.1.zip", + "size": 23847, + "checksum": "SHA-256:becc77ccf3310e2cdbb0c85b354b4ee7bc53bcfb6561ad70ea573b5f28913c13" + }, + { + "name": "ESP32Servo", + "version": "0.8.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://www.arduino.cc/en/Reference/Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.8.0.zip", + "archiveFileName": "ESP32Servo-0.8.0.zip", + "size": 24386, + "checksum": "SHA-256:30541d2ba331df1ba25222c0de0ab172a6b65a70bb0f76f8ab9c48fdf2bf42a5" + }, + { + "name": "ESP32Servo", + "version": "0.9.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": ["ESP32Servo.h", "analogWrite.h", "tone.h", "ESP32Tone.h", "ESP32PWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.9.0.zip", + "archiveFileName": "ESP32Servo-0.9.0.zip", + "size": 52680, + "checksum": "SHA-256:e5b60120cf9fa183cc66a62ae92b1f9f787285d0088f765f8d92340fddb12db9" + }, { "name": "Strober", "version": "1.0.1", @@ -113002,7 +147713,7 @@ "types": ["Contributed"], "repository": "https://github.com/elhayra/Strober.git", "providesIncludes": ["Strober.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elhayra/Strober-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elhayra/Strober-1.0.1.zip", "archiveFileName": "Strober-1.0.1.zip", "size": 6408, "checksum": "SHA-256:3552b8c273da83c6598f10373d608d80327f032eaa8ef6a5e897b3ea3eb6c7c3" @@ -113020,7 +147731,7 @@ "types": ["Contributed"], "repository": "https://github.com/elhayra/SandTimer.git", "providesIncludes": ["SandTimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elhayra/SandTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elhayra/SandTimer-1.0.0.zip", "archiveFileName": "SandTimer-1.0.0.zip", "size": 5697, "checksum": "SHA-256:4da333c741d6d0888c4d1594ca215c749e3a759e5c91e157f121828674336e98" @@ -113038,7 +147749,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.0.zip", "archiveFileName": "Painless_Mesh-0.1.0.zip", "size": 41346, "checksum": "SHA-256:64292294cf8d758eeb1090812ce5e4b4c992ff0b0db512feaffbf191e23c13d2" @@ -113056,7 +147767,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.1.zip", "archiveFileName": "Painless_Mesh-0.1.1.zip", "size": 41939, "checksum": "SHA-256:1aeb694c06c7b544acd40ba9b371c06764a6db6628181ba605d1a5658c551572" @@ -113074,7 +147785,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.2.zip", "archiveFileName": "Painless_Mesh-0.1.2.zip", "size": 43639, "checksum": "SHA-256:5ab933af2ae220a0536c718285382eea5c3ce093c6886fcec7301340a1e39b54" @@ -113092,7 +147803,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.3.zip", "archiveFileName": "Painless_Mesh-0.1.3.zip", "size": 44976, "checksum": "SHA-256:1ed244a135175f92514a311235177907fab832eba5d522c9ecb262d6f95a5629" @@ -113110,7 +147821,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.1.4.zip", "archiveFileName": "Painless_Mesh-0.1.4.zip", "size": 49101, "checksum": "SHA-256:4ae3d29c93ef13b79436fa68448fc994c7b00d9fe7547767a9c22f3efdfc54a9" @@ -113128,7 +147839,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.2.0.zip", "archiveFileName": "Painless_Mesh-0.2.0.zip", "size": 61114, "checksum": "SHA-256:29923ab9ab5cde93430362e793ca41c2a13b007a6051aa50efe03e201ec13675" @@ -113146,7 +147857,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.2.1.zip", "archiveFileName": "Painless_Mesh-0.2.1.zip", "size": 64354, "checksum": "SHA-256:776bb95fd10775e1b048e3769d4a520734bbc5e1f6749c89b99726a07d28d538" @@ -113164,7 +147875,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.5.0.zip", "archiveFileName": "Painless_Mesh-0.5.0.zip", "size": 66973, "checksum": "SHA-256:3d367a0d143fde734c51fff81498cc7d656f4c65c7486fc122d63ea893207724" @@ -113182,7 +147893,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.5.4.zip", "archiveFileName": "Painless_Mesh-0.5.4.zip", "size": 68115, "checksum": "SHA-256:9b0ab771aef9d40c5f83cee74be9031009108ca5296c4283cd23fc089074ff8d" @@ -113200,7 +147911,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "SimpleList.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.0.zip", "archiveFileName": "Painless_Mesh-0.6.0.zip", "size": 76231, "checksum": "SHA-256:f162fcb2e1d50cd5b34b5d4878b5a398dba32ea34b619a75b3f91e996e12ebad" @@ -113218,7 +147929,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.1.zip", "archiveFileName": "Painless_Mesh-0.6.1.zip", "size": 75053, "checksum": "SHA-256:a7906f6149c4fd59d042af2607b91ac8ec2503bb0ee15d1a9420ac86896bfeff" @@ -113236,7 +147947,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.2.zip", "archiveFileName": "Painless_Mesh-0.6.2.zip", "size": 85671, "checksum": "SHA-256:45c095e9b42de119abd3273d03f985f4cb92e5e4b231377d02542f740d355e64" @@ -113254,7 +147965,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h", "painlessScheduler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.3.zip", "archiveFileName": "Painless_Mesh-0.6.3.zip", "size": 86380, "checksum": "SHA-256:77fafa3adf3c271bdff81fe47e35b91fa803a456827eb5a793906dfcf88e2b37" @@ -113272,7 +147983,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.5.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.6.5.zip", "archiveFileName": "Painless_Mesh-0.6.5.zip", "size": 78077, "checksum": "SHA-256:76ad9b7234acf05bcfdaff2941d7ffcd27baf3514681b048024e1c103b73d88c" @@ -113290,7 +148001,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-0.7.0.zip", "archiveFileName": "Painless_Mesh-0.7.0.zip", "size": 82760, "checksum": "SHA-256:be3083c94bff352d1be032c7b21e8488caa49cdb307357578e548ff2197fb46e" @@ -113308,7 +148019,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.0.0.zip", "archiveFileName": "Painless_Mesh-1.0.0.zip", "size": 103061, "checksum": "SHA-256:f142c8f264a4558e0d1b1c07de4188eaee3b298adbd4f1e7ce2da5f7fa394698" @@ -113326,7 +148037,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.0.2.zip", "archiveFileName": "Painless_Mesh-1.0.2.zip", "size": 103099, "checksum": "SHA-256:5a2389542859bdf365b7c5527d62258452a6cd23a4cb940077dd8cf5c1a5af9f" @@ -113344,7 +148055,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.0.3.zip", "archiveFileName": "Painless_Mesh-1.0.3.zip", "size": 103091, "checksum": "SHA-256:56f4dc1adaa1795a0319960c8e2d2ea63785b57bd8a2c8cc7e1a42a5c19fa61e" @@ -113362,7 +148073,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.1.0.zip", "archiveFileName": "Painless_Mesh-1.1.0.zip", "size": 100467, "checksum": "SHA-256:d2bb056fc9b1ec54a0f0cd229b3e7710d38ecaaddfd84cff4148b62d6c200d92" @@ -113380,7 +148091,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.1.1.zip", "archiveFileName": "Painless_Mesh-1.1.1.zip", "size": 100511, "checksum": "SHA-256:a766e3354a26507213755963e19f9555a2b12e52613bfb8f43e37916f3528231" @@ -113398,7 +148109,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.0.zip", "archiveFileName": "Painless_Mesh-1.2.0.zip", "size": 105984, "checksum": "SHA-256:ceaf0c5efc220bca54a0dba323b6c15c8a8cb4a0f33e53d5e2e329c16f75a483" @@ -113416,7 +148127,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.1.zip", "archiveFileName": "Painless_Mesh-1.2.1.zip", "size": 106002, "checksum": "SHA-256:342093e7917f3343d4244d273f47d25707b57682081bd1fa18d91c67041a1b03" @@ -113434,7 +148145,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.2.zip", "archiveFileName": "Painless_Mesh-1.2.2.zip", "size": 106014, "checksum": "SHA-256:5a03e979ae3fba57c94029983dbabb751ad5227a6a55ee87aa69cbc1ee08ca8f" @@ -113452,7 +148163,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.3.zip", "archiveFileName": "Painless_Mesh-1.2.3.zip", "size": 106021, "checksum": "SHA-256:0d65e223572541d5c118121c0f914c697286671ae30dcb79cabc821f5974801e" @@ -113470,7 +148181,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.4.zip", "archiveFileName": "Painless_Mesh-1.2.4.zip", "size": 106025, "checksum": "SHA-256:c3672929dcf767bcea62d9e8cb97dc9450eb23665181f4e3ab0b6cba15ea5925" @@ -113488,7 +148199,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.5.zip", "archiveFileName": "Painless_Mesh-1.2.5.zip", "size": 105957, "checksum": "SHA-256:f5e6ad5a4948cc498f269973198949a66ace20539c8fc1c9deeac3f2be3c6bcc" @@ -113506,7 +148217,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.6.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.6.zip", "archiveFileName": "Painless_Mesh-1.2.6.zip", "size": 105956, "checksum": "SHA-256:62adcd219c8ae9091a86376253a975d4cb0de63b27a10e6667595bb954327b4c" @@ -113524,7 +148235,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.7.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.7.zip", "archiveFileName": "Painless_Mesh-1.2.7.zip", "size": 105977, "checksum": "SHA-256:4b9c416e676653c14e3c5d939862135ae03165925ded760950c550f00762ffea" @@ -113542,7 +148253,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.2.8.zip", "archiveFileName": "Painless_Mesh-1.2.8.zip", "size": 105975, "checksum": "SHA-256:9ec5da583899214aa7eff438fc9d45b4b7b6c17c0c0c02eca384e08fd1e73d11" @@ -113560,7 +148271,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.0.zip", "archiveFileName": "Painless_Mesh-1.3.0.zip", "size": 107156, "checksum": "SHA-256:e6f8e74f6e1e02ba3644a48d9fcb592f9da3f19947dd3138c263b5236ef94fd7" @@ -113578,7 +148289,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.1.zip", "archiveFileName": "Painless_Mesh-1.3.1.zip", "size": 107170, "checksum": "SHA-256:18bbd11c44befbcecf4bc55907452227bcd24ec1622515f831aebea4d23bde2b" @@ -113596,7 +148307,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.2.zip", "archiveFileName": "Painless_Mesh-1.3.2.zip", "size": 107271, "checksum": "SHA-256:92421dc51a01cfdbff9dcc2b2c7113ac29f5614dc1b0a416203f3cfa52c52845" @@ -113614,7 +148325,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.3.3.zip", "archiveFileName": "Painless_Mesh-1.3.3.zip", "size": 200103, "checksum": "SHA-256:4aff1b039b69a345d5a95c287625fb7df5926d8225064ce0817c21d0c3a8f13e" @@ -113632,7 +148343,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.0.zip", "archiveFileName": "Painless_Mesh-1.4.0.zip", "size": 215932, "checksum": "SHA-256:6a62fcd7c6bdac5a8d26e3bffa05fd9fc2a56ad1aaca24f0ce18cdcbe1b7f584" @@ -113650,7 +148361,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.1.zip", "archiveFileName": "Painless_Mesh-1.4.1.zip", "size": 225965, "checksum": "SHA-256:892b0142c26316c81241c876154fd575c5ec2886eb1c84e51f08e3e90e6046d7" @@ -113668,11 +148379,133 @@ "types": ["Contributed"], "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.2.zip", "archiveFileName": "Painless_Mesh-1.4.2.zip", "size": 228802, "checksum": "SHA-256:49949b5cfe3b50c119e02b5834ce920a7429910e969caa86dbb711c35c3d533c" }, + { + "name": "Painless Mesh", + "version": "1.4.3", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": ["painlessMesh.h", "painlessMeshSync.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.3.zip", + "archiveFileName": "Painless_Mesh-1.4.3.zip", + "size": 228945, + "checksum": "SHA-256:f5efb337c9f71bf6a7018c6ab66e0f42cf5493011e1fbf2b9316abf4e5700c6b" + }, + { + "name": "Painless Mesh", + "version": "1.4.4", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": ["painlessMesh.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.4.zip", + "archiveFileName": "Painless_Mesh-1.4.4.zip", + "size": 293398, + "checksum": "SHA-256:ef38a1662ebd5680d081040b0762d5654a4f61af0145defb7f06777d42d8238d" + }, + { + "name": "Painless Mesh", + "version": "1.4.5", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": ["painlessMesh.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.5.zip", + "archiveFileName": "Painless_Mesh-1.4.5.zip", + "size": 293778, + "checksum": "SHA-256:f0051158644bbaf53fd19c9a3d0bacd17e6a9edc2f7a64b70a22659dd379272f" + }, + { + "name": "Painless Mesh", + "version": "1.4.6", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": ["painlessMesh.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.6.zip", + "archiveFileName": "Painless_Mesh-1.4.6.zip", + "size": 294177, + "checksum": "SHA-256:ae3839c7f70430c974f7dd4d5caa5310f7643b98b7a18ec208c426870f511d91" + }, + { + "name": "Painless Mesh", + "version": "1.4.7", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": ["painlessMesh.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.7.zip", + "archiveFileName": "Painless_Mesh-1.4.7.zip", + "size": 294357, + "checksum": "SHA-256:73d2dcee57a2b2402e11e1bda0bfcb1279bcb1e67543700e04f9a5ef8e1dbbf4" + }, { "name": "MilliStopper", "version": "1.0.0", @@ -113686,7 +148519,7 @@ "types": ["Contributed"], "repository": "https://github.com/elhayra/MilliStopper.git", "providesIncludes": ["MilliStopper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elhayra/MilliStopper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elhayra/MilliStopper-1.0.0.zip", "archiveFileName": "MilliStopper-1.0.0.zip", "size": 4465, "checksum": "SHA-256:32b68830daf56b9427132670c86c60d31ce7eb32983bacc15e9ec82ef550d4f2" @@ -113704,7 +148537,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-0.1.0.zip", "archiveFileName": "FastPID-0.1.0.zip", "size": 21560, "checksum": "SHA-256:1dd384db3401a9df73c39f18fff89134c9eb9d46517248170071149a14b14834" @@ -113722,7 +148555,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-0.1.1.zip", "archiveFileName": "FastPID-0.1.1.zip", "size": 195622, "checksum": "SHA-256:735b117f2d56f022a0254377ab878808c13c9c04726337db07c80ea0feaff87a" @@ -113740,7 +148573,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-0.1.2.zip", "archiveFileName": "FastPID-0.1.2.zip", "size": 195622, "checksum": "SHA-256:916f9d26e37cdb8292fd286480f823d81e3b09d5bed28fddeb2c77f4dce48f22" @@ -113758,7 +148591,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.0.0.zip", "archiveFileName": "FastPID-1.0.0.zip", "size": 195621, "checksum": "SHA-256:8fa726ec056486034152f0f2e3b2cf0fe0292586c4393163ad658b24a1b38762" @@ -113776,7 +148609,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.2.0.zip", "archiveFileName": "FastPID-1.2.0.zip", "size": 196761, "checksum": "SHA-256:2df3059110ac1d7cba7f79a2ea03a27ec9db050f9203fceedf5dd0627d325104" @@ -113794,7 +148627,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.3.0.zip", "archiveFileName": "FastPID-1.3.0.zip", "size": 197616, "checksum": "SHA-256:4d6a0a1542e02fd8ba70543b8d5ecd43091a426bd62aab7efa036712dd6876d0" @@ -113812,7 +148645,7 @@ "types": ["Contributed"], "repository": "https://github.com/mike-matera/FastPID.git", "providesIncludes": ["FastPID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/FastPID-1.3.1.zip", "archiveFileName": "FastPID-1.3.1.zip", "size": 197614, "checksum": "SHA-256:06b44f758537b186f43c16fdafda30bd8303054663c2f04bf328236708a11326" @@ -113829,7 +148662,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-1.0.0.zip", "archiveFileName": "MusicWithoutDelay-1.0.0.zip", "size": 140915, "checksum": "SHA-256:ec2b598cb7b2a5ccbb43d827dac77149160c06df0eecd1805959124e8736f12f" @@ -113846,7 +148679,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-2.0.0.zip", "archiveFileName": "MusicWithoutDelay-2.0.0.zip", "size": 110657, "checksum": "SHA-256:856bf585820fe05fee66318b7af9de5b39f382bf0c358be3e5dbb6e1df85189d" @@ -113863,7 +148696,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.0.0.zip", "archiveFileName": "MusicWithoutDelay-3.0.0.zip", "size": 121314, "checksum": "SHA-256:1d455c98ffabae472972a6e1b45657b1e555d34ef42ef63aa230b94861ecd84e" @@ -113880,7 +148713,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.5.0.zip", "archiveFileName": "MusicWithoutDelay-3.5.0.zip", "size": 126898, "checksum": "SHA-256:9d924427af78d53d61caee08cf9553c7da384d71c63b35daa7b2f196913027fb" @@ -113897,7 +148730,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.5.1.zip", "archiveFileName": "MusicWithoutDelay-3.5.1.zip", "size": 128021, "checksum": "SHA-256:fe0c8ea63148775651b733f44a12ff83a77d47657f2ad46609532e517fff9d42" @@ -113914,7 +148747,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/MusicWithoutDelay-3.5.2.zip", "archiveFileName": "MusicWithoutDelay-3.5.2.zip", "size": 128054, "checksum": "SHA-256:f9ac21e4739e199ba84b94c93e5b3153dfcafbc5c224244bc8a170494fc17fb1" @@ -113932,7 +148765,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.0.0.zip", "archiveFileName": "TeensyDMX-2.0.0.zip", "size": 14665, "checksum": "SHA-256:ea3c10bfbfd35807e0609ca1ccffd7614ec5dc52493e8b2e3e075ded7549d604" @@ -113950,7 +148783,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.1.0.zip", "archiveFileName": "TeensyDMX-2.1.0.zip", "size": 15156, "checksum": "SHA-256:87d2ae8779fa62794b7c11520d9d0e937ff7821f98a860bd2d5c6986f14d98b5" @@ -113968,7 +148801,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.2.0.zip", "archiveFileName": "TeensyDMX-2.2.0.zip", "size": 15994, "checksum": "SHA-256:991928e3f690cf5e50637049d9b086ee7b86b76ed34013ef323a0c65d6625b83" @@ -113986,7 +148819,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.3.0.zip", "archiveFileName": "TeensyDMX-2.3.0.zip", "size": 16597, "checksum": "SHA-256:5e074e5304ab912acb1eba596ad06a947f37253f83e597d04375d64c9c174948" @@ -114004,7 +148837,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.3.1.zip", "archiveFileName": "TeensyDMX-2.3.1.zip", "size": 17944, "checksum": "SHA-256:2c7de6b4179405076c0c722f98094b7097ef4a48135b53c412abd11ebc2ff5f9" @@ -114022,7 +148855,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.3.2.zip", "archiveFileName": "TeensyDMX-2.3.2.zip", "size": 18085, "checksum": "SHA-256:ccc3523af1fd942b692c98b2cd66503cd77094a2134ab8e8964ab4ae464675a9" @@ -114040,7 +148873,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.4.0.zip", "archiveFileName": "TeensyDMX-2.4.0.zip", "size": 22235, "checksum": "SHA-256:4da01e7d287b28ef0abdd9df8f3a54fbe084368893365c0bb39a5989350374b3" @@ -114058,7 +148891,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-2.5.0.zip", "archiveFileName": "TeensyDMX-2.5.0.zip", "size": 31291, "checksum": "SHA-256:bf1fbbabc3386f3575a2fee23ff4c2c46e7208bec0fa32a09baad92120744ccd" @@ -114076,7 +148909,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.0.0.zip", "archiveFileName": "TeensyDMX-3.0.0.zip", "size": 57629, "checksum": "SHA-256:f34b819398b5ff671ab171f2e460108202d315e84eb0933899f71fa0f9d21498" @@ -114094,7 +148927,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.0.0-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.0.0-alpha.zip", "archiveFileName": "TeensyDMX-3.0.0-alpha.zip", "size": 47657, "checksum": "SHA-256:7029ee8e5c80cdee580c1dc795a25286a27a4beabefec225b33e7be5367fda9f" @@ -114112,7 +148945,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.0.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.0.0-beta.zip", "archiveFileName": "TeensyDMX-3.0.0-beta.zip", "size": 51512, "checksum": "SHA-256:e3053ed97f967be252f1f80cdf65002856ae9ac28b25df602d3e3a0224f3f8b1" @@ -114130,7 +148963,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.1.0.zip", "archiveFileName": "TeensyDMX-3.1.0.zip", "size": 59374, "checksum": "SHA-256:5a8e5998907c2b0a13c78d63c9247ab2e63d0252f08b31e6bb30287995cd188b" @@ -114148,7 +148981,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.1.1.zip", "archiveFileName": "TeensyDMX-3.1.1.zip", "size": 60094, "checksum": "SHA-256:a7f6405c6d83f05b707704cff79ad0221e56ebd9bd45b99db6e133b8d86c24c4" @@ -114166,11 +148999,353 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/TeensyDMX.git", "providesIncludes": ["TeensyDMX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.2.0.zip", "archiveFileName": "TeensyDMX-3.2.0.zip", "size": 60658, "checksum": "SHA-256:4382eba93962eece53ba3cabc552843029e5ec7c3bba366d423bc10a4de7ccb9" }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.zip", + "size": 62183, + "checksum": "SHA-256:402424da90e3a3418e46bb1380dc7ea46c0db2c7764833a1505c2c3631b88b56" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.1", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.1.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.1.zip", + "size": 62493, + "checksum": "SHA-256:1fc992116928bc39585a5c09ce8ccea18091c843d3cd99dae88097f11d877f85" + }, + { + "name": "TeensyDMX", + "version": "3.2.1", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.2.1.zip", + "archiveFileName": "TeensyDMX-3.2.1.zip", + "size": 61027, + "checksum": "SHA-256:340cbcd375999622629e12adfbfd50380c1595305e5331c28727c3eaf9495aac" + }, + { + "name": "TeensyDMX", + "version": "3.2.2", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-3.2.2.zip", + "archiveFileName": "TeensyDMX-3.2.2.zip", + "size": 61169, + "checksum": "SHA-256:658d563e42c0164165154e71dbc4afa091d953beb67e6e22910ade6660d87822" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.2", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.2.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.2.zip", + "size": 62855, + "checksum": "SHA-256:1bdafda0ab288de6a32e9dc825694820498a8045bfe6f54fdd3f0ae4b171462f" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.3", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.3.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.3.zip", + "size": 67420, + "checksum": "SHA-256:ae166276a0ac5c7f0e6180e27dacd6beee632b2f10f8edf329a67659f340675b" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.4", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.4.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.4.zip", + "size": 70707, + "checksum": "SHA-256:bccebc9bcf328c56310fbaa302036ca73ef5da1c2064be7dedebbb70bda13a9d" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.5", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.5.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.5.zip", + "size": 72619, + "checksum": "SHA-256:074d544190d77626c7cb786f2805827f5bd751a472e7037ed4e6c40b886c5cf9" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.6", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3 and Teensy LC.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.6.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.6.zip", + "size": 77225, + "checksum": "SHA-256:051d6ea1c01679ecbfb61c9b0d5138bca270db7c132573905950d8b071fc5e93" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.7", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.7.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.7.zip", + "size": 80692, + "checksum": "SHA-256:c7c3089eac02818eb240f2532d42b8ed9f1f9c372e88a48c382d79c0e09110dc" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-alpha.8", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-alpha.8.zip", + "archiveFileName": "TeensyDMX-4.0.0-alpha.8.zip", + "size": 83257, + "checksum": "SHA-256:553efa5a21617273e9f72a6061924cef26df4fb975a9fd217a8ceaed4e410d37" + }, + { + "name": "TeensyDMX", + "version": "4.0.0-beta", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM).", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0-beta.zip", + "archiveFileName": "TeensyDMX-4.0.0-beta.zip", + "size": 84611, + "checksum": "SHA-256:a143ab9400e502f35941e899818815673906509dbe1ed99000a965735a9b54fe" + }, + { + "name": "TeensyDMX", + "version": "4.0.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.0.0.zip", + "archiveFileName": "TeensyDMX-4.0.0.zip", + "size": 85393, + "checksum": "SHA-256:a879985d22612c8dd5d4b555a8aff117baf612a22f084b163b842b470b6a8d96" + }, + { + "name": "TeensyDMX", + "version": "4.1.0-beta", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.1.0-beta.zip", + "archiveFileName": "TeensyDMX-4.1.0-beta.zip", + "size": 90604, + "checksum": "SHA-256:d68093c4adb27c06482638487e1a97dd6a5fd7ce352575c2bed2718b1a9838d2" + }, + { + "name": "TeensyDMX", + "version": "4.1.0-beta.1", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.1.0-beta.1.zip", + "archiveFileName": "TeensyDMX-4.1.0-beta.1.zip", + "size": 92238, + "checksum": "SHA-256:ebc45bbfe2609b8523c3b9438ef8f5075cc63c199c2ecdf42599495ebc2cdc31" + }, + { + "name": "TeensyDMX", + "version": "4.1.0-beta.2", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.1.0-beta.2.zip", + "archiveFileName": "TeensyDMX-4.1.0-beta.2.zip", + "size": 98443, + "checksum": "SHA-256:71052a50f305ad7e33c7f20e3e508243a435d56199cab0737dc6ed1b4ae9703e" + }, + { + "name": "TeensyDMX", + "version": "4.1.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.1.0.zip", + "archiveFileName": "TeensyDMX-4.1.0.zip", + "size": 98419, + "checksum": "SHA-256:add645a1a1e6c189c76bb037267d18655420825e793cdcd39b1a2e323f217df2" + }, + { + "name": "TeensyDMX", + "version": "4.1.1", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.1.1.zip", + "archiveFileName": "TeensyDMX-4.1.1.zip", + "size": 98230, + "checksum": "SHA-256:1af7b06ea9603ce2de4115c9c58672280e9b50b764c3717508c1f2c31f4c11ed" + }, + { + "name": "TeensyDMX", + "version": "4.2.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": ["TeensyDMX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.2.0.zip", + "archiveFileName": "TeensyDMX-4.2.0.zip", + "size": 98455, + "checksum": "SHA-256:063808198fa60d8666f44f3a0bf3073d5698139c2a656f6ab8d51584e508cfe1" + }, { "name": "Thread", "version": "0.0.2", @@ -114184,7 +149359,7 @@ "types": ["Contributed"], "repository": "https://github.com/slavaza/Thread.git", "providesIncludes": ["Thread.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/slavaza/Thread-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/slavaza/Thread-0.0.2.zip", "archiveFileName": "Thread-0.0.2.zip", "size": 17553, "checksum": "SHA-256:49fd5f293c248d4cfa4c4f2ee73f3e53f9e781bc302d71527df1c4885fdfa3ad" @@ -114201,7 +149376,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.0.0.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.0.0.zip", "size": 12105983, "checksum": "SHA-256:2a6c1b620b164fe78554bbd6474a3d7853931df5699b3f3ca08b48bcf2b69861" @@ -114218,7 +149393,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.18.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.1.18.zip", "size": 13576768, "checksum": "SHA-256:2d04f6f66dbf755e8fe6fdc5981079dfeedb2866a5e3d4856ccedb7d6f6d3815" @@ -114235,7 +149410,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.22.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.22.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.1.22.zip", "size": 13598268, "checksum": "SHA-256:ca042d378467878ead3cd4e94437fffde8d02da0a592edc21b3fec718ea9a427" @@ -114252,7 +149427,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.2.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.1.2.zip", "size": 18859409, "checksum": "SHA-256:19a0caf78397fa272b21434f61d59c93bb369dff6c7704b8d6389b8ef541fb9d" @@ -114269,7 +149444,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.4.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.1.4.zip", "size": 18866086, "checksum": "SHA-256:98ea4896d1d04bf97471e82853e4cb18aa70a5f5e487da1da563c7116683a1a7" @@ -114286,7 +149461,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.5.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.1.5.zip", "size": 18862703, "checksum": "SHA-256:8b801d6a002bc79abbdb475d8fe582c8c63e17d3de2824d4f230d1108045e449" @@ -114303,7 +149478,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.1.7.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.1.7.zip", "size": 18863719, "checksum": "SHA-256:339ac9e748fdf9274a59be90c3d1ee3c517a48a79151d9d9926b9bd628d7bdc2" @@ -114320,7 +149495,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.2.29.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.2.29.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.2.29.zip", "size": 13677536, "checksum": "SHA-256:5d3c08e0a5bfd60c6955090ae851262f039bdfe595a71af921ba0fb552f8857f" @@ -114337,7 +149512,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.2.53.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.2.53.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.2.53.zip", "size": 13653637, "checksum": "SHA-256:c5a8c1d790dd24e04579c13edd92d3dd49d8dcef21e6cd37faa14ee864dd7c41" @@ -114354,7 +149529,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/eagleSIA/eBoard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.2.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eagleSIA/eBoard_shackle_the_Arduino-3.2.8.zip", "archiveFileName": "eBoard_shackle_the_Arduino-3.2.8.zip", "size": 13665536, "checksum": "SHA-256:479e6059906268382cce82614fa2b7e47d66016babfc45c7fdfc31b07d3e846a" @@ -114371,7 +149546,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.2.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.2.zip", "size": 41174, "checksum": "SHA-256:9d3dacef4d63e479171416f6083f6d6cd95457830c02985cb52ebe6337319e3d" @@ -114388,7 +149563,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.0.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.0.zip", "size": 39524, "checksum": "SHA-256:8139f426457fb3e13e6029b53f8676528e966614c0ebe96c9ccc00b40d77922f" @@ -114405,7 +149580,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.1.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.1.zip", "size": 39588, "checksum": "SHA-256:7003f89ae192d44667c1bf9453b5c712f063d135fa95b73cc5e34d7f04429d54" @@ -114422,7 +149597,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.5.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.5.zip", "size": 41985, "checksum": "SHA-256:7b3a030d44426fc595c3301c972be0fc42b17ae0e235c225bcf2139ac846c19b" @@ -114439,7 +149614,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.6.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.0.6.zip", "size": 48011, "checksum": "SHA-256:810ec80426fe86c0a49fbce2b8f5dae9c686966572b51ce955e64c3bc93ce9a8" @@ -114456,7 +149631,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.0.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.0.zip", "size": 38116, "checksum": "SHA-256:d735752ba2fa72180034f065d97868ac04cf31111aebb3e075e8c48ffb0966d0" @@ -114473,7 +149648,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.1.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.1.zip", "size": 36274, "checksum": "SHA-256:a76d45961d4f4a1fb98f30c6aab82012b55839b4d25ebaa53b80c1a1c0321fa6" @@ -114490,7 +149665,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.2.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.2.zip", "size": 37185, "checksum": "SHA-256:6386862b0233e50c717afc29e7b3e261ee73b3464b57918267081fa261b34331" @@ -114507,7 +149682,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.3.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.3.zip", "size": 37239, "checksum": "SHA-256:46a3b168c5f41ffc87f027709971a531b868ec28d599b8182e2934ad77a7e503" @@ -114524,7 +149699,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.4.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.4.zip", "size": 37234, "checksum": "SHA-256:309d26c0501d4768e9bc4c85b3a99c9c73a07f4dbfdcdb556f1634a753c4615d" @@ -114541,11 +149716,198 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.5.zip", "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.5.zip", "size": 37231, "checksum": "SHA-256:0af884aed8c13778c9ebb01bf55920dfb5075faa12316dded8aa8efc59a5fecf" }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.1.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.6.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.1.6.zip", + "size": 37323, + "checksum": "SHA-256:c2e3eb0ad872a49f2126a74892338ed5e56ab40bbca7e976a76fb95eaa7c6a09" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.0.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.0.zip", + "size": 39036, + "checksum": "SHA-256:9065c321b94cd2ed464f36f4c1ce557fcc02a555b91beffd43b35ae80d9b80a5" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.1.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.1.zip", + "size": 39037, + "checksum": "SHA-256:febf73cefd629c8c3054ce98a589eaba23d3bba44d8532dcf6eff8a84bd9edc9" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.2.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.2.zip", + "size": 39037, + "checksum": "SHA-256:b1490811380fc017b97ebccad66fb16c882a522a09b6ab7ddfc5f027f7db8d45" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.3.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.3.zip", + "size": 39075, + "checksum": "SHA-256:b935c40ea8d8ca657e44483b28ba44fbece130aed8ec4ded5e2b1bd7ae374282" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.4.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.4.zip", + "size": 39062, + "checksum": "SHA-256:c08a892d726743f1ca446352e5cded4d9fcca91ae889481909175d92658c09e0" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.5.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.5.zip", + "size": 39318, + "checksum": "SHA-256:52f5971f153b39eb8c9bce9040f1cc17231e7bb55c6e08449694f2c3e7a618a1" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.6.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.6.zip", + "size": 44684, + "checksum": "SHA-256:865bbf04c84461e095cb908b7d0f7b53ae97ae99c753d3c2735782652b005b28" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.7.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.7.zip", + "size": 45086, + "checksum": "SHA-256:b567b17a4cc2bc7ee2ff91127a0ea5cea3a8d75c8d16e1a0d5f814718d26354b" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.8.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.8.zip", + "size": 44702, + "checksum": "SHA-256:514d6cb37118ea88c84d44f69b187c703893ef85009ac53b37e6c614937482f7" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.9.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.9.zip", + "size": 44759, + "checksum": "SHA-256:09d5616189d6e472356b47b0929f7df230a93c106fcdf230413872438fa0958f" + }, { "name": "Music Shield", "version": "1.0.0", @@ -114558,7 +149920,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Music_Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Music_Shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Music_Shield-1.0.0.zip", "archiveFileName": "Music_Shield-1.0.0.zip", "size": 63322, "checksum": "SHA-256:e8f2349e3c9bf1af730e34c4fb45e057c64590a6ad5ffff5d14f6178ebd5bebf" @@ -114575,7 +149937,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Mutichannel_Gas_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Multichannel_Gas_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Multichannel_Gas_Sensor-1.0.0.zip", "archiveFileName": "Grove___Multichannel_Gas_Sensor-1.0.0.zip", "size": 40659, "checksum": "SHA-256:1a37d5976c5b9baa421d3231fcba5c25b2d296f7a1de32b15fa8b9b405355663" @@ -114592,7 +149954,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/OLED_Display_128X64.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___OLED_Display_0_96-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___OLED_Display_0_96-1.0.0.zip", "archiveFileName": "Grove___OLED_Display_0_96-1.0.0.zip", "size": 26946, "checksum": "SHA-256:255bcef951f13a6b4c43a859f163553075cb4c1a21c90bc7ddcc091224dda005" @@ -114609,7 +149971,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/RFID_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___125KHz_RFID_Reader-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___125KHz_RFID_Reader-1.0.0.zip", "archiveFileName": "Grove___125KHz_RFID_Reader-1.0.0.zip", "size": 8452, "checksum": "SHA-256:83b478eb5a7fbc32168f73cc60c156beadcb751c5ce5f10bde417b7a5aa3d1d6" @@ -114626,7 +149988,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/NFC_Tag_M24LR6E.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/NFC_Tag_M24LR6E-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/NFC_Tag_M24LR6E-1.0.0.zip", "archiveFileName": "NFC_Tag_M24LR6E-1.0.0.zip", "size": 2587108, "checksum": "SHA-256:b84e1ec4e3a65faf6e042b4c3d8b5f606588bee597ef5157356e692f05353b93" @@ -114643,7 +150005,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/RTC_DS1307.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___RTC_DS1307-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___RTC_DS1307-1.0.0.zip", "archiveFileName": "Grove___RTC_DS1307-1.0.0.zip", "size": 7921, "checksum": "SHA-256:255b0d6e6c5793b7b82965f81817ca30599ae3cb8f6b7cf04fc46e0f8c56c104" @@ -114660,7 +150022,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Seeed_QTouch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Q_Touch_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Q_Touch_Sensor-1.0.0.zip", "archiveFileName": "Grove___Q_Touch_Sensor-1.0.0.zip", "size": 8634, "checksum": "SHA-256:361d016e6c699e5c36c55ad1dfada0488e490a56645301f3cde5efce69c6fcf3" @@ -114677,7 +150039,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/SeeedMotorShieldV2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Motor_Shield_V2_0-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Motor_Shield_V2_0-1.0.0.zip", "archiveFileName": "Motor_Shield_V2_0-1.0.0.zip", "size": 13019, "checksum": "SHA-256:db7e50a938761b0a3e347844392021e6c6c127f48c95945d5b755b0025988c13" @@ -114694,7 +150056,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Seeeduino_GPRS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeeduino_GPRS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeeduino_GPRS-1.0.0.zip", "archiveFileName": "Seeeduino_GPRS-1.0.0.zip", "size": 30996, "checksum": "SHA-256:505626c988198570be130b340b8348d95721250989a1430d8f8d59f36f81e60f" @@ -114711,7 +150073,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Small_ePaper_Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Small_e_paper_Shield_V2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Small_e_paper_Shield_V2-1.0.0.zip", "archiveFileName": "Small_e_paper_Shield_V2-1.0.0.zip", "size": 36671, "checksum": "SHA-256:595e44547b5d0cc8d83d82aa895a34890f01231aebacb351639353802f4ca310" @@ -114728,7 +150090,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_V1_0-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_V1_0-1.0.1.zip", "archiveFileName": "TFT_Touch_Shield_V1_0-1.0.1.zip", "size": 612732, "checksum": "SHA-256:57c5f63a19995f17bee167c3433cc4f35f5b4f1824f36faddbece6acbcd02880" @@ -114745,7 +150107,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_V1_0-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_V1_0-1.0.2.zip", "archiveFileName": "TFT_Touch_Shield_V1_0-1.0.2.zip", "size": 612730, "checksum": "SHA-256:8988cfa1b81609b3160093196bd8b51a932f793ece2b42d37aa98cd87d772f5e" @@ -114762,11 +150124,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_v2_0-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_v2_0-1.0.0.zip", "archiveFileName": "TFT_Touch_Shield_v2_0-1.0.0.zip", "size": 613480, "checksum": "SHA-256:373191dd44f114e46567b65b62f6b2e2ada408db67e1e64a50de8c38d4a875f0" }, + { + "name": "TFT Touch Shield v2.0", + "version": "2.0.3", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control 2.8 inch TFT Touch Shield v2.0.", + "paragraph": "Arduino library to control 2.8 inch TFT Touch Shield v2.0.", + "website": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_v2_0-2.0.3.zip", + "archiveFileName": "TFT_Touch_Shield_v2_0-2.0.3.zip", + "size": 618799, + "checksum": "SHA-256:54c7c87dd6aafa9c10e2c4a212c3797fe13759776fab30623f88d493d972a621" + }, { "name": "Touch Screen Driver", "version": "1.0.0", @@ -114779,7 +150158,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Touch_Screen_Driver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Touch_Screen_Driver-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Touch_Screen_Driver-1.0.0.zip", "archiveFileName": "Touch_Screen_Driver-1.0.0.zip", "size": 6946, "checksum": "SHA-256:9cef175fbc587ccee180ca08fcd38ab23b9e796f17fe93ce4bf1d7c68d94281f" @@ -114796,7 +150175,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Wio_LTE_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Wio_LTE_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Wio_LTE_Arduino_Library-1.0.0.zip", "archiveFileName": "Wio_LTE_Arduino_Library-1.0.0.zip", "size": 113116, "checksum": "SHA-256:0b97bddaaa7eff66bff7997d6b1cdeb2c2b128020937d6afbd0987c08895a795" @@ -114813,7 +150192,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hippymulehead/FastDigitalPin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hippymulehead/Romans_Audio_FastDigitalPin_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hippymulehead/Romans_Audio_FastDigitalPin_Library-1.0.0.zip", "archiveFileName": "Romans_Audio_FastDigitalPin_Library-1.0.0.zip", "size": 5949, "checksum": "SHA-256:284ca51529b88716292968727e5227f59a56d9b483d0e17c092db1d96985122b" @@ -114830,7 +150209,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hippymulehead/FastDigitalPin.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hippymulehead/Romans_Audio_FastDigitalPin_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hippymulehead/Romans_Audio_FastDigitalPin_Library-1.0.1.zip", "archiveFileName": "Romans_Audio_FastDigitalPin_Library-1.0.1.zip", "size": 5944, "checksum": "SHA-256:66a395ce5be9bdf4c3dc6d7680cc8231fdf64210fc20026e4f256e72317c04b8" @@ -114848,7 +150227,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/EveryTimer.git", "providesIncludes": ["EveryTimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/EveryTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/EveryTimer-1.0.0.zip", "archiveFileName": "EveryTimer-1.0.0.zip", "size": 6728, "checksum": "SHA-256:76b680fb25732db302ced1f1322c29ea8320a57d85af2ad0e4183d6c1931a810" @@ -114866,7 +150245,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/EveryTimer.git", "providesIncludes": ["EveryTimer.h", "OneShotTimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/EveryTimer-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/EveryTimer-1.1.0.zip", "archiveFileName": "EveryTimer-1.1.0.zip", "size": 10966, "checksum": "SHA-256:f578dbaeb6b96c5613738c1f369bf5d8d69f7c2d5c2a65665efa16fb664edfc8" @@ -114884,7 +150263,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/EveryTimer.git", "providesIncludes": ["EveryTimer.h", "OneShotTimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/EveryTimer-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/EveryTimer-1.1.1.zip", "archiveFileName": "EveryTimer-1.1.1.zip", "size": 10970, "checksum": "SHA-256:310b23d3f9ef6e5aa3a861e360a1e8e3165f4eee6d5e13180fb306c11cb8db73" @@ -114902,7 +150281,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/esp8266-ping.git", "providesIncludes": ["Pinger.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-1.0.0.zip", "archiveFileName": "ESP8266_ping-1.0.0.zip", "size": 7773, "checksum": "SHA-256:ba5f04bd45f3091bbdda8945a2e0114ab42ece7d2b104e2261f6a4a5db1508c0" @@ -114920,7 +150299,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/esp8266-ping.git", "providesIncludes": ["Pinger.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-1.1.0.zip", "archiveFileName": "ESP8266_ping-1.1.0.zip", "size": 8680, "checksum": "SHA-256:b1b56357c7dd46c94d42934e394759a6e5f7cc3198c3b4f30b84c9ec3918d9ca" @@ -114938,7 +150317,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/esp8266-ping.git", "providesIncludes": ["Pinger.h", "PingerResponse.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-2.0.0.zip", "archiveFileName": "ESP8266_ping-2.0.0.zip", "size": 13986, "checksum": "SHA-256:d09448db1eb08a14901274a621cd0f779bb11b9b20c6441e5d609d04a41dde23" @@ -114956,7 +150335,7 @@ "types": ["Contributed"], "repository": "https://github.com/bluemurder/esp8266-ping.git", "providesIncludes": ["Pinger.h", "PingerResponse.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluemurder/ESP8266_ping-2.0.1.zip", "archiveFileName": "ESP8266_ping-2.0.1.zip", "size": 14000, "checksum": "SHA-256:a521a5abbabd41314892aefc063c181455b8debeb041fae96b734f7af1c57df5" @@ -114974,7 +150353,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.0.0.zip", "archiveFileName": "IoTtweetNBIoT-1.0.0.zip", "size": 6552, "checksum": "SHA-256:0c8c77ca17c9ef1f9d7c2d883115a57c1e13db097e8e941082c3e213f4a67e15" @@ -114992,7 +150371,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.5.0.zip", "archiveFileName": "IoTtweetNBIoT-1.5.0.zip", "size": 32272, "checksum": "SHA-256:bc0c6fb8438bb71b5d79aa3ce61d44bf8d734fe997fb982fee6c063d699c6775" @@ -115010,7 +150389,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.6.0.zip", "archiveFileName": "IoTtweetNBIoT-1.6.0.zip", "size": 33492, "checksum": "SHA-256:90405c426f2a0996592398ed96bf5bb034f09ef3698d61399e58f68c24c711c9" @@ -115028,7 +150407,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-1.7.0.zip", "archiveFileName": "IoTtweetNBIoT-1.7.0.zip", "size": 34856, "checksum": "SHA-256:0e686a350db9ee50ea10078c508aa2bd6d2647d4f320b09db48d64a994dae480" @@ -115046,7 +150425,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.0.0.zip", "archiveFileName": "IoTtweetNBIoT-2.0.0.zip", "size": 36753, "checksum": "SHA-256:f25e3e839eed918d4fad2cfc05771e2887a291ee2972a0948e5155fbbdc206da" @@ -115064,7 +150443,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.1.0.zip", "archiveFileName": "IoTtweetNBIoT-2.1.0.zip", "size": 36812, "checksum": "SHA-256:a55e7bbdf5c6cfd77979e0ed120341b1c1e7f5bb8db8a1aaee384ee54555f5f5" @@ -115082,7 +150461,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.2.0.zip", "archiveFileName": "IoTtweetNBIoT-2.2.0.zip", "size": 37899, "checksum": "SHA-256:0f5be7631ecf49299c142846a1a167c4d2990604a99babf0e3c8646e4702b54b" @@ -115100,7 +150479,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetNBIoT.git", "providesIncludes": ["IoTtweetNBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetNBIoT-2.3.0.zip", "archiveFileName": "IoTtweetNBIoT-2.3.0.zip", "size": 37877, "checksum": "SHA-256:24cf78aed2d8ca889d7de7e379b89ba69c3a5244c6ceb71e64f8380f4a28ab33" @@ -115117,7 +150496,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stechio/arduino-ad-mux-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-1.0.0.zip", "archiveFileName": "Analog_Digital_Multiplexers-1.0.0.zip", "size": 15967, "checksum": "SHA-256:3d5436c4e4578660045bb74394486e4202da51b6413e80410b808cf74ed354f2" @@ -115134,7 +150513,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stechio/arduino-ad-mux-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-2.0.0.zip", "archiveFileName": "Analog_Digital_Multiplexers-2.0.0.zip", "size": 19839, "checksum": "SHA-256:c83ae8834053cdbbebbf6f091990b8132c6ef3ec39b36d32340d7fc39f10a0f3" @@ -115151,11 +150530,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stechio/arduino-ad-mux-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-2.0.1.zip", "archiveFileName": "Analog_Digital_Multiplexers-2.0.1.zip", "size": 19836, "checksum": "SHA-256:f0dbb8631e1dcae232e56e901ad2a3c6e4e8d773344b2096d58232c3b5a93326" }, + { + "name": "Analog-Digital Multiplexers", + "version": "3.0.0", + "author": "(see AUTHORS file)", + "maintainer": "Stefano Chizzolini \u003cstechio.dev@gmail.com\u003e", + "sentence": "Arduino library for controlling analog/digital multiplexers (A/D mux).", + "paragraph": "This library offers a common, convenient interface to control analog/digital multiplexers of any size, like CMOS 4000 series (e.g. 8-channel 4051 (CD4051, 74HC4051), 16-channel 4067 (CD4067, 74HC4067)), 32-channel MegaMUX (ADG732), and so on.", + "website": "https://github.com/stechio/arduino-ad-mux-lib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stechio/arduino-ad-mux-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stechio/Analog_Digital_Multiplexers-3.0.0.zip", + "archiveFileName": "Analog_Digital_Multiplexers-3.0.0.zip", + "size": 18656, + "checksum": "SHA-256:746b6ad9331678921d58ce705e309d92ddcf06e43ccb2f894d264cb6d83a08de" + }, { "name": "Grove I2C Motor Driver v1.3", "version": "1.0.1", @@ -115168,7 +150564,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3-1.0.1.zip", "archiveFileName": "Grove_I2C_Motor_Driver_v1_3-1.0.1.zip", "size": 11185, "checksum": "SHA-256:7421d831418c71301815ddd144316bb2df5b3d2e3d546ae790abee1a7d8d9735" @@ -115185,7 +150581,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3-1.0.0.zip", "archiveFileName": "Grove_I2C_Motor_Driver_v1_3-1.0.0.zip", "size": 11221, "checksum": "SHA-256:63320ddf933e45e664c8731c8c5966d48d4bc50cce0dee16165e430ca259f398" @@ -115202,7 +150598,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___LCD_RGB_Backlight-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___LCD_RGB_Backlight-1.0.0.zip", "archiveFileName": "Grove___LCD_RGB_Backlight-1.0.0.zip", "size": 24573, "checksum": "SHA-256:e1a6f325ad83ec3266791de6756207767a2f63566ac5240ef42f2b497f495791" @@ -115219,7 +150615,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_LED_Bar.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_LED_Bar-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_LED_Bar-1.0.0.zip", "archiveFileName": "Grove_LED_Bar-1.0.0.zip", "size": 1559628, "checksum": "SHA-256:137d03d93c32c78889868374cc3a787a207309104cb20c56b3a19772c78de859" @@ -115236,7 +150632,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_LoRa_433MHz_and_915MHz_RF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___LoRa_Radio_433MHz_868MHz-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___LoRa_Radio_433MHz_868MHz-1.0.0.zip", "archiveFileName": "Grove___LoRa_Radio_433MHz_868MHz-1.0.0.zip", "size": 83632, "checksum": "SHA-256:543069c1832cdd061e2115aae7392265cad044f966e0034c7a3cc36650121bf1" @@ -115253,7 +150649,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Mini_Track_Ball.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Mini_Track_Ball-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Mini_Track_Ball-1.0.0.zip", "archiveFileName": "Grove_Mini_Track_Ball-1.0.0.zip", "size": 7639, "checksum": "SHA-256:62e2a91652ec56be79bc7dcbeab4d9e4624df51161b958206f05bcbf77621b86" @@ -115270,7 +150666,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Mini_Track_Ball.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Mini_Track_Ball-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Mini_Track_Ball-1.0.1.zip", "archiveFileName": "Grove_Mini_Track_Ball-1.0.1.zip", "size": 7655, "checksum": "SHA-256:e310f4be4c8864efcbc96b91a99a8edd8856d4078070d756d8ab68bd2ba3d4dc" @@ -115287,7 +150683,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Serial_MP3_Player_V2.0.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Serial_MP3_Player_V2_0-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Serial_MP3_Player_V2_0-1.0.0.zip", "archiveFileName": "Grove_Serial_MP3_Player_V2_0-1.0.0.zip", "size": 8519, "checksum": "SHA-256:9c4662630bc7abad21d8b5a59671406a1f1b22ec5dbdbed30a269361b34cd211" @@ -115304,7 +150700,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_SHT31_Temp_Humi_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_SHT31_Temp_Humi_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_SHT31_Temp_Humi_Sensor-1.0.0.zip", "archiveFileName": "Grove_SHT31_Temp_Humi_Sensor-1.0.0.zip", "size": 5712, "checksum": "SHA-256:06d447b1bbdf3d5eab6f1591f48b26a77afdaf0b05880fec952a8ff974ef58d2" @@ -115321,7 +150717,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Sunlight_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Sunlight_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Sunlight_Sensor-1.0.0.zip", "archiveFileName": "Grove___Sunlight_Sensor-1.0.0.zip", "size": 7904, "checksum": "SHA-256:722c88c715c9d59b7aa5edde86cb8fb748db8945ee0249aec200552effdce10e" @@ -115338,7 +150734,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Temper_Humidity_TH02.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temper_Humidity_TH02-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temper_Humidity_TH02-1.0.0.zip", "archiveFileName": "Grove_Temper_Humidity_TH02-1.0.0.zip", "size": 7909, "checksum": "SHA-256:6c8eb9646da9d3b466f0de5e88ec28361b76fe67c25dc158ca433000bb44ff2a" @@ -115355,7 +150751,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Temper_Humidity_TH02.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temper_Humidity_TH02-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temper_Humidity_TH02-1.0.1.zip", "archiveFileName": "Grove_Temper_Humidity_TH02-1.0.1.zip", "size": 7901, "checksum": "SHA-256:13d8a7c6b06b47fa59d89ad471968c067b7d2eb5f6ce97854a2382d3e3381025" @@ -115372,11 +150768,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor-1.0.0.zip", "archiveFileName": "Grove_Temperature_And_Humidity_Sensor-1.0.0.zip", "size": 6943, "checksum": "SHA-256:abcb45c24e5397b985e6d2db3d6f63f322d4407754db1438b96a8632feffbc4e" }, + { + "name": "Grove Temperature And Humidity Sensor", + "version": "1.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Temperature And Humidity Sensor, it contains chip DHT11 AM2302.", + "paragraph": "This temperature \u0026 humidity sensor provides a pre-calibrated digital output. A unique capacitive sensor element measures relative humidity and the temperature is measured by a negative temperature coefficient (NTC) thermistor. It has excellent reliability and long term stability.", + "website": "https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor-1.0.1.zip", + "archiveFileName": "Grove_Temperature_And_Humidity_Sensor-1.0.1.zip", + "size": 9339, + "checksum": "SHA-256:8fab2ffed0d7ab94edb5b664a19df67557a644d081749f3027ad479e1b7485f1" + }, { "name": "Hercules Dual 15A 6-20V Motor Controller", "version": "1.0.0", @@ -115389,7 +150802,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Hercules_Motor_Driver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Hercules_Dual_15A_6_20V_Motor_Controller-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Hercules_Dual_15A_6_20V_Motor_Controller-1.0.0.zip", "archiveFileName": "Hercules_Dual_15A_6_20V_Motor_Controller-1.0.0.zip", "size": 20694, "checksum": "SHA-256:38b0391d188f8ff560be57c55e150944343ef34c82ad380ca07b8206fdcb8553" @@ -115406,7 +150819,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/IRSendRev.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Infrared_Receiver_And_Emitter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Infrared_Receiver_And_Emitter-1.0.0.zip", "archiveFileName": "Grove___Infrared_Receiver_And_Emitter-1.0.0.zip", "size": 23416, "checksum": "SHA-256:17210ca72ac45f999f62d922b6125b6109ad8845c4847340fb8d8e06dcd12dc8" @@ -115423,7 +150836,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_LED_Matrix_Driver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___LED_Matrix_Driver-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___LED_Matrix_Driver-1.0.0.zip", "archiveFileName": "Grove___LED_Matrix_Driver-1.0.0.zip", "size": 17217719, "checksum": "SHA-256:93faf226146c9c1041f83549a9553a0fd5a42db2314c326c193e3c4ec267bea2" @@ -115441,7 +150854,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_BMP280.git", "providesIncludes": ["Seeed_BMP280.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Barometer_Sensor_BMP280-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Barometer_Sensor_BMP280-1.0.1.zip", "archiveFileName": "Grove___Barometer_Sensor_BMP280-1.0.1.zip", "size": 7134, "checksum": "SHA-256:fb12ddb494f97e0ca07511d1c448269145bd5934d77664ecc9eb675cc51905bb" @@ -115458,7 +150871,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/UnexpectedMaker/Neo7Segment.git", - "url": "http://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/Neo7Segment-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/Neo7Segment-1.0.0.zip", "archiveFileName": "Neo7Segment-1.0.0.zip", "size": 9486, "checksum": "SHA-256:fe3b426b7a85e7f0a17a0c10cb4ec23e9e8989fa795eb4090bb09086071ec8b2" @@ -115475,7 +150888,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/UnexpectedMaker/Neo7Segment.git", - "url": "http://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/Neo7Segment-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/Neo7Segment-1.0.1.zip", "archiveFileName": "Neo7Segment-1.0.1.zip", "size": 9439, "checksum": "SHA-256:23b1fbfc9c18b8e4361b6fd833af88d687af963f3e714ef8acf9ac7d5537bcab" @@ -115492,7 +150905,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/UnexpectedMaker/Neo7Segment.git", - "url": "http://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/Neo7Segment-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/Neo7Segment-1.1.3.zip", "archiveFileName": "Neo7Segment-1.1.3.zip", "size": 13854, "checksum": "SHA-256:575fe38dad8518207325437fbba88485b871eed545fca4807fe5a8c66ee23098" @@ -115510,7 +150923,7 @@ "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Grove_BME280.git", "providesIncludes": ["Seeed_BME280.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Barometer_Sensor_BME280-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Barometer_Sensor_BME280-1.0.2.zip", "archiveFileName": "Grove___Barometer_Sensor_BME280-1.0.2.zip", "size": 7234, "checksum": "SHA-256:31933c63a1950dba021cd0118dfdd0d3ac14ac09c37a38ff734f81ae01e15d83" @@ -115527,7 +150940,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tobozo/ESP8266SDUpdater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/ESP8266SDUpdater-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP8266SDUpdater-0.0.1.zip", "archiveFileName": "ESP8266SDUpdater-0.0.1.zip", "size": 82426, "checksum": "SHA-256:5b19938773990f2d1059de277f0c75fb0c48a66afaa03645baabaab20a319f14" @@ -115544,7 +150957,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/tobozo/ESP8266SDUpdater.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobozo/ESP8266SDUpdater-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP8266SDUpdater-0.0.2.zip", "archiveFileName": "ESP8266SDUpdater-0.0.2.zip", "size": 85651, "checksum": "SHA-256:4f987a34342cbc31b094ccd4281a01761b7d2a774b7ba5d02fbf9686bee5c82c" @@ -115562,7 +150975,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uCRC16BPBLib.git", "providesIncludes": ["uCRC16BPBLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16BPBLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16BPBLib-1.0.0.zip", "archiveFileName": "uCRC16BPBLib-1.0.0.zip", "size": 8109, "checksum": "SHA-256:348082d2ea820bd15b6dce3317eb3f613a9a22ad33dbb69d774e2713c3508dc1" @@ -115580,7 +150993,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uCRC16BPBLib.git", "providesIncludes": ["uCRC16BPBLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16BPBLib-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16BPBLib-2.0.0.zip", "archiveFileName": "uCRC16BPBLib-2.0.0.zip", "size": 8421, "checksum": "SHA-256:5c7f0e2213dac784e7a50e51695aba1e53adc1593ae647f5f680b4eaeae22e2c" @@ -115598,7 +151011,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.1-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.1-alpha.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.0.1-alpha.zip", "size": 47493, "checksum": "SHA-256:08ae580c6026f6aaf8ec50e4f7cc821d84c3a09e71c574e475a2aa6e9764155c" @@ -115616,7 +151029,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.2-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.2-alpha.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.0.2-alpha.zip", "size": 58182, "checksum": "SHA-256:805fb7294f4e527e9a806116220b6cd53e8c74c13906b4d14165c83668e63677" @@ -115634,7 +151047,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.3-alpha2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.3-alpha2.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.0.3-alpha2.zip", "size": 68712, "checksum": "SHA-256:7d87f4adb6315f296ccbb92813f9d41b4fe87129c0603fbcd8e56d4042d9372e" @@ -115652,7 +151065,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.4.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.0.4.zip", "size": 73705, "checksum": "SHA-256:a1a9bddbadec945a56cf268c229c2b10014c5b9f49001c4974d93928056fefeb" @@ -115670,7 +151083,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.5.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.0.5.zip", "size": 84777, "checksum": "SHA-256:832362d665d9b65fc02760b22c25e4d287a6a30755325190b30c7460f38a3bd7" @@ -115688,7 +151101,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.0.6.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.0.6.zip", "size": 94844, "checksum": "SHA-256:86cd3093bd22780555e410ce86f1cf161814c2f129a1f48ac70bfc2f1818e486" @@ -115706,7 +151119,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.0-b.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.0-b.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.0-b.zip", "size": 60754, "checksum": "SHA-256:5909edf4ef59f5752f913abc5c8b72181839ebea1ff1589047105d08b5ef1326" @@ -115724,7 +151137,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.1.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.1.zip", "size": 60520, "checksum": "SHA-256:fc07d80ec9af1554dd291b3c22f77520f177344467ef6ec29945fb2333471161" @@ -115742,7 +151155,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.2.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.2.zip", "size": 61077, "checksum": "SHA-256:6d6a01bdc91596937337eaba389c53a7080b826af60a7e8d810837e0b337f4a2" @@ -115760,7 +151173,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.3.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.3.zip", "size": 64062, "checksum": "SHA-256:be05406561276419094df63806810c0af93e482d5d5808b6d9947684325ecb1d" @@ -115778,7 +151191,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.4.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.4.zip", "size": 71763, "checksum": "SHA-256:d8050fdd4bbc248d5544cddee92dae1a591e42e461642d9b8a306036387ca28e" @@ -115796,7 +151209,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.5.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.5.zip", "size": 72011, "checksum": "SHA-256:a5ddba6ef1e9c0a52e9590bc9523ed8be416014fd398ec1d3fd08f6c48468341" @@ -115814,7 +151227,7 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.6.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.6.zip", "size": 71915, "checksum": "SHA-256:b3a015ea3fa6eb5e05d341b941b619371501b88059ccbd294d7ae7a7cbb64844" @@ -115832,11 +151245,83 @@ "types": ["Contributed"], "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", "providesIncludes": ["jwt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.7.zip", "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.7.zip", "size": 72797, "checksum": "SHA-256:7efb5e68cab6093363d2f782dd36ce8be43d7c2f24441a26a03a9e90fbe3e276" }, + { + "name": "Google Cloud IoT Core JWT", + "version": "1.1.8", + "author": "Vladimir Korukov \u003cmrvladimir@gusclass.com\u003e", + "maintainer": "Gus Class \u003cgithub@gusclass.com\u003e", + "sentence": "Demonstrates JWT generation for connecting Arduino clients to Google Cloud IoT Core.", + "paragraph": "Experimental library for trying out Google Cloud IoT Core. Note that the library is not intended for production use and has no associated SLO/SLA or support from Google.", + "website": "https://cloud.google.com/iot/docs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", + "providesIncludes": ["jwt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.8.zip", + "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.8.zip", + "size": 84000, + "checksum": "SHA-256:0578a4cc0d855352e270a8487f46aad6443e37e9e8ec14ef5e4a4803670b58a8" + }, + { + "name": "Google Cloud IoT Core JWT", + "version": "1.1.9", + "author": "Vladimir Korukov \u003cmrvladimir@gusclass.com\u003e", + "maintainer": "Gus Class \u003cgithub@gusclass.com\u003e", + "sentence": "Demonstrates JWT generation for connecting Arduino clients to Google Cloud IoT Core.", + "paragraph": "Experimental library for trying out Google Cloud IoT Core. Note that the library is not intended for production use and has no associated SLO/SLA or support from Google.", + "website": "https://cloud.google.com/iot/docs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", + "providesIncludes": ["jwt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.9.zip", + "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.9.zip", + "size": 81165, + "checksum": "SHA-256:30fe3e8602f4f5fd328ac3f3646883502189485d008472c5a29503a2c61635ba" + }, + { + "name": "Google Cloud IoT Core JWT", + "version": "1.1.10", + "author": "Vladimir Korukov \u003cmrvladimir@gusclass.com\u003e", + "maintainer": "Gus Class \u003cgithub@gusclass.com\u003e", + "sentence": "Demonstrates JWT generation for connecting Arduino clients to Google Cloud IoT Core.", + "paragraph": "Experimental library for trying out Google Cloud IoT Core. Note that the library is not intended for production use and has no associated SLO/SLA or support from Google.", + "website": "https://cloud.google.com/iot/docs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", + "providesIncludes": ["jwt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.10.zip", + "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.10.zip", + "size": 93058, + "checksum": "SHA-256:7912305d755fc0841783c7db94f155aa1a1072aca55f5b225a85134155252f5c" + }, + { + "name": "Google Cloud IoT Core JWT", + "version": "1.1.11", + "author": "Vladimir Korukov \u003cmrvladimir@gusclass.com\u003e", + "maintainer": "Gus Class \u003cgithub@gusclass.com\u003e", + "sentence": "Demonstrates JWT generation for connecting Arduino clients to Google Cloud IoT Core.", + "paragraph": "Experimental library for trying out Google Cloud IoT Core. Note that the library is not intended for production use and has no associated SLO/SLA or support from Google.", + "website": "https://cloud.google.com/iot/docs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino.git", + "providesIncludes": ["jwt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GoogleCloudPlatform/Google_Cloud_IoT_Core_JWT-1.1.11.zip", + "archiveFileName": "Google_Cloud_IoT_Core_JWT-1.1.11.zip", + "size": 143194, + "checksum": "SHA-256:2321070b5ef1e6c9bcee4101e9c24fcc14a1cf01cdcbd2ea1c5acb313e427ff2" + }, { "name": "uCRC16Lib", "version": "1.0.0", @@ -115850,7 +151335,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uCRC16Lib.git", "providesIncludes": ["uCRC16Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16Lib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16Lib-1.0.0.zip", "archiveFileName": "uCRC16Lib-1.0.0.zip", "size": 7517, "checksum": "SHA-256:38a70508a19ef4a005e67d3a462e3e679430d64022e2e47e8ba1bdd9a49c4213" @@ -115868,7 +151353,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uCRC16Lib.git", "providesIncludes": ["uCRC16Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16Lib-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16Lib-2.0.0.zip", "archiveFileName": "uCRC16Lib-2.0.0.zip", "size": 7822, "checksum": "SHA-256:a12badd33221e0d297d6b347b11b1e8c88c33acb8cb6c16bbf76443413ab7db9" @@ -115885,7 +151370,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/denyssene/SimpleKalmanFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/denyssene/SimpleKalmanFilter-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/denyssene/SimpleKalmanFilter-0.1.0.zip", "archiveFileName": "SimpleKalmanFilter-0.1.0.zip", "size": 110990, "checksum": "SHA-256:be41d7a315b4941d376f911de50604b4b0e8a501bafcbf50ad98bdb9329d18f1" @@ -115902,46 +151387,27 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/mimeindustries/Marceau.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mimeindustries/Marceau-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mimeindustries/Marceau-0.0.1.zip", "archiveFileName": "Marceau-0.0.1.zip", "size": 253285, "checksum": "SHA-256:d997defacc5c207348c7078bf45636996133ac4ac5357ee8bad0716951559264" }, { - "name": "CStringBuilder", - "version": "1.0.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Builds a c-string with Print class methods into provided buffer", - "paragraph": "CStringBuilder is a simple class to print content to a c-string (zero terminated char array).", - "website": "https://github.com/jandrassy/CStringBuilder", - "category": "Other", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/jandrassy/CStringBuilder.git", - "providesIncludes": ["CStringBuilder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/CStringBuilder-1.0.0.zip", - "archiveFileName": "CStringBuilder-1.0.0.zip", - "size": 16289, - "checksum": "SHA-256:910d2d1aaecabd683ef59c7b87c620967ab88369436a3a58c585ecc74b61a59a" - }, - { - "name": "CStringBuilder", - "version": "1.1.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Builds a c-string with Print class methods into provided buffer", - "paragraph": "CStringBuilder is a simple class to print content to a c-string (zero terminated char array).", - "website": "https://github.com/jandrassy/CStringBuilder", + "name": "Marceau", + "version": "0.0.2", + "author": "Ben Pirt \u003cben.pirt@mime.co.uk\u003e", + "maintainer": "Ben Gray \u003cben.gray@mime.co.uk\u003e", + "sentence": "This is a library that allows devices to be easily controlled over serial and websockets.", + "paragraph": "Marceau is a library you can use to enable devices to be easily controlled over serial and websockets. It sets up a simple JSON based command interpreter and allows functions to run on the device, providing asynchronous updates to clients.", + "website": "http://mime.co.uk", "category": "Other", - "architectures": ["*"], + "architectures": ["avr", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/jandrassy/CStringBuilder.git", - "providesIncludes": ["CStringBuilder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/CStringBuilder-1.1.0.zip", - "archiveFileName": "CStringBuilder-1.1.0.zip", - "size": 16602, - "checksum": "SHA-256:0f047eeb563673925675f0a1c8cf0c61d9020a1ba254a5c867486766532c6eaa" + "repository": "https://github.com/mimeindustries/Marceau.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mimeindustries/Marceau-0.0.2.zip", + "archiveFileName": "Marceau-0.0.2.zip", + "size": 279476, + "checksum": "SHA-256:346c01575d6144e184230f5b55067bab9f333b5107458ba15d6259c067681923" }, { "name": "EduShield-2 Library", @@ -115955,7 +151421,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/justplaysoftware/EduShield2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.1.zip", "archiveFileName": "EduShield_2_Library-1.0.1.zip", "size": 244568, "checksum": "SHA-256:22555542604f344104e46abdaffd7c55bc759aaa6b8e35416d57c4de1b824c78" @@ -115972,7 +151438,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/justplaysoftware/EduShield2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.2.zip", "archiveFileName": "EduShield_2_Library-1.0.2.zip", "size": 244616, "checksum": "SHA-256:cdeefa2063693da40a59df1198d30c2d14aed2e8b61cb8f6e5ff82a7cdaa6bf8" @@ -115989,7 +151455,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/justplaysoftware/EduShield2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.4.zip", "archiveFileName": "EduShield_2_Library-1.0.4.zip", "size": 244616, "checksum": "SHA-256:624314446438b0de221a8ce4916b1c90fa4f495f8596ec556c7c6f88f391f4c3" @@ -116006,7 +151472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/justplaysoftware/EduShield2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.5.zip", "archiveFileName": "EduShield_2_Library-1.0.5.zip", "size": 245613, "checksum": "SHA-256:0714e13f85cd96ee5375825c6fe304721a2b0c05ab09f864e143abb557797bbb" @@ -116023,7 +151489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/justplaysoftware/EduShield2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/justplaysoftware/EduShield_2_Library-1.0.6.zip", "archiveFileName": "EduShield_2_Library-1.0.6.zip", "size": 244655, "checksum": "SHA-256:21039a2d9e9d98bf043e348f2db2f602a869f611c78a58c60067559dc68e49e8" @@ -116040,11 +151506,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_WiseChip_HUD_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WiseChip_HUD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WiseChip_HUD-1.0.0.zip", "archiveFileName": "SparkFun_WiseChip_HUD-1.0.0.zip", "size": 15955, "checksum": "SHA-256:2e2f4ef8fcdd21bf90ddeed14a620a0fde035ea6c35da7fab1d1d276bfef2585" }, + { + "name": "SparkFun WiseChip HUD", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for controlling the Transparent OLED Heads-Up Display from WiseChip", + "paragraph": "Designed for use in vehicle heads-up displays, this OLED panel is brilliant in the dark but easily visible in daylight. The display is “area colored” meaning that while no one segment can change colors, there are different colored segments on the display. Our Qwiic breakout board allows you to easily control the display using the I²C protocol and includes a voltage step-up to generate the panel’s 12v driving voltage from Qwiic’s 3.3v bus.", + "website": "https://www.sparkfun.com/products/14691", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_WiseChip_HUD_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WiseChip_HUD-1.0.2.zip", + "archiveFileName": "SparkFun_WiseChip_HUD-1.0.2.zip", + "size": 18820, + "checksum": "SHA-256:87e8bad3c0c71cd2fd2f23888b7252b98e0759c0223d9cafedfc57abc1687a19" + }, { "name": "MotoMama Library", "version": "1.0.0", @@ -116057,7 +151540,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/MotoMamaLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/MotoMama_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/MotoMama_Library-1.0.0.zip", "archiveFileName": "MotoMama_Library-1.0.0.zip", "size": 52894, "checksum": "SHA-256:eeaf148608c66454656319c864e3221f25be95e096cfac021de25ea301dc63c7" @@ -116074,7 +151557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jorgemvc/MotoMamaLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jorgemvc/MotoMama_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jorgemvc/MotoMama_Library-1.0.1.zip", "archiveFileName": "MotoMama_Library-1.0.1.zip", "size": 52947, "checksum": "SHA-256:0c96fcab57524ae9c4ca5f081611172f82b379368b0eabb31fec08f83008881b" @@ -116091,7 +151574,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.0.zip", "archiveFileName": "SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.0.zip", "size": 14887, "checksum": "SHA-256:b9e1fb35dfb295a5e58d348da6f9b563f621913331514f89a30bcd329463b890" @@ -116108,7 +151591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.1.zip", "archiveFileName": "SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.1.zip", "size": 20639, "checksum": "SHA-256:3c6a0fd45e8927f308bed8119cb607eb545e7f73486c1d262c6d9b13426f7f55" @@ -116125,7 +151608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.2.zip", "archiveFileName": "SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.2.zip", "size": 20629, "checksum": "SHA-256:b10e7c20a8e3cf47ae31a845ba23b59833a01348d9b5bb3216045c5cf390500d" @@ -116142,11 +151625,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Protocentral/Protocentral_MAX30205.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-1.0.0.zip", "archiveFileName": "ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-1.0.0.zip", "size": 670405, "checksum": "SHA-256:a4b6ca65c048136e0d0182b9e45e38524ce38a09d4510fbd0f956652e47af481" }, + { + "name": "ProtoCentral MAX30205 Body Temperature Sensor Library", + "version": "2.1.0", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Arduino library for the ProtoCentral MAX30205 Body Temperature Sensor breakout board", + "paragraph": "Arduino library for the ProtoCentral MAX30205 Body Temperature Sensor breakout board", + "website": "https://github.com/Protocentral/Protocentral_MAX30205", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/Protocentral_MAX30205.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-2.1.0.zip", + "archiveFileName": "ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-2.1.0.zip", + "size": 311015, + "checksum": "SHA-256:83a23c9ba80edd6acc7f579e3851b23942b40a0b2108c85d1d616f91920a1a9a" + }, + { + "name": "ProtoCentral MAX30205 Body Temperature Sensor Library", + "version": "2.1.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Arduino library for the ProtoCentral MAX30205 Body Temperature Sensor breakout board", + "paragraph": "Arduino library for the ProtoCentral MAX30205 Body Temperature Sensor breakout board", + "website": "https://github.com/Protocentral/Protocentral_MAX30205", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/Protocentral_MAX30205.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-2.1.1.zip", + "archiveFileName": "ProtoCentral_MAX30205_Body_Temperature_Sensor_Library-2.1.1.zip", + "size": 311015, + "checksum": "SHA-256:1159f2d085fe76e7a3bfc3d13f364570725fe263eded11ca73843bbed2439585" + }, { "name": "TroykaThermometer", "version": "1.0.0", @@ -116159,7 +151676,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/TroykaThermometer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/TroykaThermometer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/TroykaThermometer-1.0.0.zip", "archiveFileName": "TroykaThermometer-1.0.0.zip", "size": 4328, "checksum": "SHA-256:7b35635aaff02bb9a51a6eb8f8587b319b68bd00aecaabd74652ee7bd45edf6f" @@ -116175,7 +151692,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tommag/PCM51xx_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tommag/PCM51xx_DAC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tommag/PCM51xx_DAC-1.0.0.zip", "archiveFileName": "PCM51xx_DAC-1.0.0.zip", "size": 10267, "checksum": "SHA-256:6d8247c535ffcfe334c6f8e8a950af384d19b1f3e640d95089d985fce6190fb7" @@ -116191,7 +151708,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tommag/PCM51xx_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tommag/PCM51xx_DAC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tommag/PCM51xx_DAC-1.1.0.zip", "archiveFileName": "PCM51xx_DAC-1.1.0.zip", "size": 10336, "checksum": "SHA-256:ee9333226408220a83361b2b033d9a40b3d18b61988cea425df0bdeea85731e2" @@ -116209,7 +151726,7 @@ "types": ["Contributed"], "repository": "https://github.com/VMinute/RootCertificates.git", "providesIncludes": ["RootCertificates.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VMinute/RootCertificates-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VMinute/RootCertificates-1.0.0.zip", "archiveFileName": "RootCertificates-1.0.0.zip", "size": 12234, "checksum": "SHA-256:e91cfea0b8f6ad084c696ec64966fce64d4c216f8aad565e04eab2c3d655b16d" @@ -116227,7 +151744,7 @@ "types": ["Contributed"], "repository": "https://github.com/VMinute/RootCertificates.git", "providesIncludes": ["RootCertificates.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VMinute/RootCertificates-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VMinute/RootCertificates-1.0.2.zip", "archiveFileName": "RootCertificates-1.0.2.zip", "size": 12232, "checksum": "SHA-256:2946942bfc4c1dbb7cc8cb9f19fdc8d86bcbd86ba814a7d1f913edc2afbd6fa3" @@ -116245,7 +151762,7 @@ "types": ["Contributed"], "repository": "https://github.com/VMinute/RootCertificates.git", "providesIncludes": ["RootCertificates.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VMinute/RootCertificates-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VMinute/RootCertificates-1.0.3.zip", "archiveFileName": "RootCertificates-1.0.3.zip", "size": 11533, "checksum": "SHA-256:e42cefb75ef9199b97e72efc41b2c31777a9bf1fc56bd6e18f1443c892b40cb3" @@ -116262,7 +151779,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/TroykaGPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/TroykaGPS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/TroykaGPS-1.0.0.zip", "archiveFileName": "TroykaGPS-1.0.0.zip", "size": 14796, "checksum": "SHA-256:70b6c70ea35bd768a790c16c45238575d61721876af3793ad417af11248d1c91" @@ -116280,7 +151797,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.1.0.zip", "archiveFileName": "libCBOR-1.1.0.zip", "size": 28922, "checksum": "SHA-256:551ce39e0bb7dc6c2da6bf30d8cdcb8f0fcefa4d62ead5b0e11469916437d449" @@ -116298,7 +151815,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.2.0.zip", "archiveFileName": "libCBOR-1.2.0.zip", "size": 31373, "checksum": "SHA-256:6af042c0865af980972c894d07b14af6ea5ad5a364c36009e11aadbe361cf7a7" @@ -116316,7 +151833,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.3.0.zip", "archiveFileName": "libCBOR-1.3.0.zip", "size": 36185, "checksum": "SHA-256:4b3294a57ee7b33995185e3240ab61fb4519ba50bafa289822f5bb0421ebafb8" @@ -116334,7 +151851,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.3.1.zip", "archiveFileName": "libCBOR-1.3.1.zip", "size": 36662, "checksum": "SHA-256:808af2edb7e03a6cbc8b6e55c8ac38c16d3ea7d258af9ce8552268955a4ee34d" @@ -116352,7 +151869,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.4.0.zip", "archiveFileName": "libCBOR-1.4.0.zip", "size": 37872, "checksum": "SHA-256:d63af90d092c951e559bfcd1bf5c9033458db86d88762659091c3b39a4435bfb" @@ -116370,7 +151887,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.4.1.zip", "archiveFileName": "libCBOR-1.4.1.zip", "size": 37938, "checksum": "SHA-256:6af113d1e21220b589ad558e7089ac5465e9e0a81d6fbc0c0383e532050553c8" @@ -116388,7 +151905,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.0.zip", "archiveFileName": "libCBOR-1.5.0.zip", "size": 39285, "checksum": "SHA-256:3830af6a89319df0157ddeedb1599ae7ccad823b1585af616ecd84382bfbed89" @@ -116406,7 +151923,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.1.zip", "archiveFileName": "libCBOR-1.5.1.zip", "size": 39279, "checksum": "SHA-256:6325ef4d3a858efc808675dbaa1ea92077106115ae0ee174edb5ef68ba833302" @@ -116424,7 +151941,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.2.zip", "archiveFileName": "libCBOR-1.5.2.zip", "size": 40028, "checksum": "SHA-256:6688cd74f60ff8ce70914a327d351054244f5f0f14a55a412dc42ebcf1ddbd0a" @@ -116442,7 +151959,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.3.zip", "archiveFileName": "libCBOR-1.5.3.zip", "size": 40116, "checksum": "SHA-256:593e7db55b4370cf36487798bd5ccfa36212b3933e4699d4ce8d118c97e78dbd" @@ -116460,11 +151977,29 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/libCBOR.git", "providesIncludes": ["CBOR.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.5.4.zip", "archiveFileName": "libCBOR-1.5.4.zip", "size": 40793, "checksum": "SHA-256:b4897ff37d59490cf166f6bf28569892e771ee57bc4bd7010e650843afc8770d" }, + { + "name": "libCBOR", + "version": "1.6.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A CBOR (RFC 7049) processing library.", + "paragraph": "This implements basic read and write functionality. It also provides some parsing and EEPROM helper functions.", + "website": "https://github.com/ssilverman/libCBOR", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ssilverman/libCBOR.git", + "providesIncludes": ["CBOR.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.6.0.zip", + "archiveFileName": "libCBOR-1.6.0.zip", + "size": 41130, + "checksum": "SHA-256:84b320a003a4c265266093f87301bc118021dba4e735e20739c1037072565baa" + }, { "name": "ProtoCentral FDC1004 Capacitive Sensor Library", "version": "1.0.2", @@ -116477,7 +152012,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Protocentral/ProtoCentral_fdc1004_breakout.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_FDC1004_Capacitive_Sensor_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_FDC1004_Capacitive_Sensor_Library-1.0.2.zip", "archiveFileName": "ProtoCentral_FDC1004_Capacitive_Sensor_Library-1.0.2.zip", "size": 1649478, "checksum": "SHA-256:122a54797d24d16b3a53762420fec928a9f415281c7f55871a9a62183f29a770" @@ -116494,11 +152029,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5637_Barometric_Pressure_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5637_Barometric_Pressure_Library-1.0.0.zip", "archiveFileName": "SparkFun_MS5637_Barometric_Pressure_Library-1.0.0.zip", "size": 24560, "checksum": "SHA-256:48454c75f4a0ab42400303e53b34de1397054f66ae59a89c31be3c7ae246dfeb" }, + { + "name": "SparkFun MS5637 Barometric Pressure Library", + "version": "1.0.1", + "author": "TE Connectivity and SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic Pressure Sensor - MS5637", + "paragraph": "The SparkFun breakout board for the MS5637 is a very sensitive, fully calibrated, low power, easy to use barometric pressure sensor capable of detecting a change of as little as 13cm of air! Great for weather sensing and local altimetry projects.", + "website": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5637_Barometric_Pressure_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MS5637_Barometric_Pressure_Library-1.0.1.zip", + "size": 24556, + "checksum": "SHA-256:f61e535e90a96207c9a2aea826758243489967cb7bdb36f787d823e0aea2952c" + }, { "name": "PetriNetLib", "version": "1.0.0", @@ -116510,7 +152062,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-PetriNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/PetriNetLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/PetriNetLib-1.0.0.zip", "archiveFileName": "PetriNetLib-1.0.0.zip", "size": 13829, "checksum": "SHA-256:d406786ea2d6e319112a23240658dc80122e2de92ccb1f3bb3f8379e1358df59" @@ -116527,7 +152079,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/HDC1000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Temperature_And_Humidity_Sensor_HDC1000-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Temperature_And_Humidity_Sensor_HDC1000-1.0.0.zip", "archiveFileName": "Grove___Temperature_And_Humidity_Sensor_HDC1000-1.0.0.zip", "size": 9026, "checksum": "SHA-256:37eaf93cd48a247f1da44d89b06ea1b0eec6a0bd97c9cbedf4d8ec9ef166a5be" @@ -116545,7 +152097,7 @@ "types": ["Contributed"], "repository": "https://github.com/nickkoza/animately.git", "providesIncludes": ["Core/Timeline.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nickkoza/Animately-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nickkoza/Animately-0.1.0.zip", "archiveFileName": "Animately-0.1.0.zip", "size": 190097, "checksum": "SHA-256:8510a13eb90afe35b2b999ecf455f74ebac373a5b467cdd99501030274561c60" @@ -116563,7 +152115,7 @@ "types": ["Contributed"], "repository": "https://github.com/nickkoza/animately.git", "providesIncludes": ["Animatedly.h", "Core/Timeline.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nickkoza/Animately-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nickkoza/Animately-0.1.1.zip", "archiveFileName": "Animately-0.1.1.zip", "size": 190071, "checksum": "SHA-256:647f699d7e2cc236377f06bd36298f2ec938bdd3a6d218cdbb674576cab092b0" @@ -116581,7 +152133,7 @@ "types": ["Contributed"], "repository": "https://github.com/nickkoza/animately.git", "providesIncludes": ["Animately.h", "Core/Timeline.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nickkoza/Animately-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nickkoza/Animately-0.2.0.zip", "archiveFileName": "Animately-0.2.0.zip", "size": 193997, "checksum": "SHA-256:f80359689fb1a68e9cf8f7f41c323a22774962baa9c8a4de65a9c8e55f541655" @@ -116599,11 +152151,29 @@ "types": ["Contributed"], "repository": "https://github.com/toxnico/Timer.git", "providesIncludes": ["dmtimer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/toxnico/DMTimer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/toxnico/DMTimer-1.0.0.zip", "archiveFileName": "DMTimer-1.0.0.zip", "size": 17951, "checksum": "SHA-256:74d772211299ce8f4d4f1ebcd4801dbefaa4ec3434b6a33ce700c3acc20d7938" }, + { + "name": "DMTimer", + "version": "1.3.0", + "author": "Nicolas Simonnet \u003cnico@dirtymarmotte.net\u003e", + "maintainer": "Nicolas Simonnet \u003cnico@dirtymarmotte.net\u003e", + "sentence": "A library that simplifies non blocking recurrent calls.", + "paragraph": "Set an interval and do what you want every time interval is reached. Accepts dynamic intervals too, e.g. for managing accelerations.", + "website": "https://github.com/toxnico/DMTimer", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/toxnico/Timer.git", + "providesIncludes": ["dmtimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/toxnico/DMTimer-1.3.0.zip", + "archiveFileName": "DMTimer-1.3.0.zip", + "size": 21951, + "checksum": "SHA-256:1d55edcdeb0692ba08a2e70f05bc0ece13854124e20332a6e4a8c0db5bc8c2ea" + }, { "name": "TroykaLight", "version": "1.0.0", @@ -116616,7 +152186,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/TroykaLight.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/TroykaLight-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/TroykaLight-1.0.0.zip", "archiveFileName": "TroykaLight-1.0.0.zip", "size": 275962, "checksum": "SHA-256:d1b9883af791caf9019cf7cb1769d39ed521b122a46bca44c5f7e93a7db141c4" @@ -116634,7 +152204,7 @@ "types": ["Contributed"], "repository": "https://github.com/simonmonk/arduino_TEA5767.git", "providesIncludes": ["ArduinoTEA5767.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/simonmonk/ArduinoTEA5767-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/simonmonk/ArduinoTEA5767-1.0.0.zip", "archiveFileName": "ArduinoTEA5767-1.0.0.zip", "size": 4865, "checksum": "SHA-256:210b787fa523a48a6e46b57b6b7a1a696df1fa6121a4642dfbe535ebcd1a7a6d" @@ -116650,7 +152220,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/M-Reimer/USBStatus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/M-Reimer/USBStatus-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/USBStatus-1.0.0.zip", "archiveFileName": "USBStatus-1.0.0.zip", "size": 6840, "checksum": "SHA-256:0c5a8da90a1381fc15be438fc7f300d49688f4e693c7d67cf012b624f7875dac" @@ -116668,7 +152238,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/StreamLib.git", "providesIncludes": ["StreamLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.0.zip", "archiveFileName": "StreamLib-1.0.0.zip", "size": 25071, "checksum": "SHA-256:712b936accfd1c6b15b0d8864e5588484b1605259a5352a6f1408fe1b955c5cb" @@ -116686,7 +152256,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/StreamLib.git", "providesIncludes": ["StreamLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.1.zip", "archiveFileName": "StreamLib-1.0.1.zip", "size": 25563, "checksum": "SHA-256:b37dba02eccc798fab06a58a5a75d2b3f90337dd0672a27208ffae3aefdbfb1e" @@ -116704,11 +152274,83 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/StreamLib.git", "providesIncludes": ["StreamLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.2.zip", "archiveFileName": "StreamLib-1.0.2.zip", "size": 25482, "checksum": "SHA-256:9ddf81ba12da7c93cbb05ea605d079d9322c16dbe468adb9096d0cdb955f51a4" }, + { + "name": "StreamLib", + "version": "1.0.3", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for effective networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting String from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting String from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": ["StreamLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.3.zip", + "archiveFileName": "StreamLib-1.0.3.zip", + "size": 25385, + "checksum": "SHA-256:3d9162664ac299b6aed432d2a536d2bd7a3c708bb60dd7a72e633cb1d58b7c6d" + }, + { + "name": "StreamLib", + "version": "1.0.4", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for effective networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting String from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting String from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": ["StreamLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.4.zip", + "archiveFileName": "StreamLib-1.0.4.zip", + "size": 25382, + "checksum": "SHA-256:8ebdf971617971618d355e528f00e2dddfd6462c3343d33c9504e35decab2908" + }, + { + "name": "StreamLib", + "version": "1.0.5", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": ["StreamLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.0.5.zip", + "archiveFileName": "StreamLib-1.0.5.zip", + "size": 25381, + "checksum": "SHA-256:61ddbf48ebf48cf921d757341157844d73c463771d9277692a1a45021692f203" + }, + { + "name": "StreamLib", + "version": "1.1.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": ["StreamLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.1.0.zip", + "archiveFileName": "StreamLib-1.1.0.zip", + "size": 28762, + "checksum": "SHA-256:a3f96648bb260e7d11426303484a6afa32017336c90343e14d0b7ef9f92e13ad" + }, { "name": "RingBuffer", "version": "1.0.0", @@ -116722,7 +152364,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/RingBuffer.git", "providesIncludes": ["RingBuffer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.0.zip", "archiveFileName": "RingBuffer-1.0.0.zip", "size": 14473, "checksum": "SHA-256:8b740def4daf0abe93b6dce8e47440b64b8ab6cd3d0d86edc3a2dc067156b918" @@ -116740,7 +152382,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/RingBuffer.git", "providesIncludes": ["RingBuffer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.1.zip", "archiveFileName": "RingBuffer-1.0.1.zip", "size": 14513, "checksum": "SHA-256:54adcfcdf89fd71660276fc1c9f635175dad8d4e694cbb7ec32452477c17ee64" @@ -116758,7 +152400,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/RingBuffer.git", "providesIncludes": ["RingBuf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.2.zip", "archiveFileName": "RingBuffer-1.0.2.zip", "size": 14336, "checksum": "SHA-256:9a05be0803b2e78ab96ad8fe5e2ceec1cf0e77b9588b5f68c008047681036f50" @@ -116776,7 +152418,7 @@ "types": ["Contributed"], "repository": "https://github.com/Locoduino/RingBuffer.git", "providesIncludes": ["RingBuf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.3.zip", "archiveFileName": "RingBuffer-1.0.3.zip", "size": 16059, "checksum": "SHA-256:5cc2401324b332cc3df97d7341a9339e53c8db9306a0a9608166b3a59120b446" @@ -116792,7 +152434,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-2.2.0.zip", "archiveFileName": "TridentTD_Linenotify-2.2.0.zip", "size": 464073, "checksum": "SHA-256:3a606e77a526c2de1852f7c1e585ba354a8c7159ed6efa5058a17c6d432cc5c7" @@ -116809,7 +152451,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.0.zip", "archiveFileName": "TridentTD_Linenotify-3.0.0.zip", "size": 459695, "checksum": "SHA-256:12eb8d128888180decfa052d6dd271f6be557fd1fd2a79ed57434ba7d5e652f4" @@ -116826,11 +152468,45 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.1.zip", "archiveFileName": "TridentTD_Linenotify-3.0.1.zip", "size": 459884, "checksum": "SHA-256:72cff4d2ec4ef6154a0614f10ff2c29985f645c6645619f0ef160943054f0109" }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.2", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.2.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.2.zip", + "size": 461961, + "checksum": "SHA-256:1ad5cdd94ed24a8e3c3a0939d9ede95309267e2dcbdcb96a514f5f17ffe2835f" + }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.3", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.3.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.3.zip", + "size": 462095, + "checksum": "SHA-256:091a8a529bbb9e4f6660ecf56b429ff95b48b2105ab1bb93f48a1d926440e01e" + }, { "name": "Wio 3G for Arduino", "version": "1.0.0", @@ -116843,7 +152519,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.0.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.0.0.zip", "size": 36631, "checksum": "SHA-256:12b0ce713ab693333e2177c55ceaf60473af7b4b7f7b8e99b44c02f364a295e2" @@ -116860,7 +152536,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.1.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.1.0.zip", "size": 37379, "checksum": "SHA-256:0b9f2c11f969b73e32c8e210e6c8d7ab12ddac4ca7a060ccdc67c13cd39ccbe6" @@ -116877,7 +152553,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.2.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.2.0.zip", "size": 40426, "checksum": "SHA-256:9342b8217e71bc32b5c300839a5333280baa8d9a2c6a88409c18677e2850abc6" @@ -116894,7 +152570,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.3.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.3.0.zip", "size": 41848, "checksum": "SHA-256:56d4b82f4c456f05e57dfd1716d3f3818977382b82c206c5380c9e2d27db795a" @@ -116911,7 +152587,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.4.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.4.0.zip", "size": 41914, "checksum": "SHA-256:fb54bb937e61549672d543cc0bd1e72230b3462920a625e0e3bb47bec0d7dca5" @@ -116928,7 +152604,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.5.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.5.0.zip", "size": 42088, "checksum": "SHA-256:2ad50da169be5c7f07ea8b7e3540ae19cd6fd1de51cf83ddebf9e8276cdc8fd1" @@ -116945,7 +152621,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_3G_for_Arduino.git", "providesIncludes": ["Wio3GforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_3G_for_Arduino-1.6.0.zip", "archiveFileName": "Wio_3G_for_Arduino-1.6.0.zip", "size": 42112, "checksum": "SHA-256:1a993038bd675e938e556f387c9db07aff0457779d34d46f9839b1aac9564620" @@ -116962,7 +152638,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/Zeeprom.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZEeprom-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZEeprom-1.0.0.zip", "archiveFileName": "ZEeprom-1.0.0.zip", "size": 282182, "checksum": "SHA-256:1bad2ae7137f48d5a8093c6ed52a4afb61ee523bc47e8b456f35f19fff01e2c5" @@ -116980,7 +152656,7 @@ "types": ["Contributed"], "repository": "https://github.com/Sensirion/arduino-ess.git", "providesIncludes": ["sensirion_ess.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_ess-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_ess-0.5.0.zip", "archiveFileName": "arduino_ess-0.5.0.zip", "size": 11797, "checksum": "SHA-256:d2a2405b5e7f284aa90716f6d2de8adbc5da56ef39b33b692d88164c790ec53f" @@ -116998,11 +152674,29 @@ "types": ["Contributed"], "repository": "https://github.com/Sensirion/arduino-ess.git", "providesIncludes": ["sensirion_ess.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_ess-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_ess-0.5.3.zip", "archiveFileName": "arduino_ess-0.5.3.zip", "size": 16190, "checksum": "SHA-256:000db76133c923ce8eab28983c09e8dd92d3ad0cb2542e1147dfc8fd273af641" }, + { + "name": "arduino-ess", + "version": "0.5.4", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's Environmental Sensor Shield", + "paragraph": "The ESS has humidity, temperature, VOC and eCO2 sensors", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-ess.git", + "providesIncludes": ["sensirion_ess.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_ess-0.5.4.zip", + "archiveFileName": "arduino_ess-0.5.4.zip", + "size": 17769, + "checksum": "SHA-256:23a6344e7eb13c8885ede3a0ffd529c213f112b1a2be3a3bbe32f2b514f50064" + }, { "name": "ZEncoder", "version": "1.0.0", @@ -117015,7 +152709,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/ZEncoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZEncoder-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZEncoder-1.0.0.zip", "archiveFileName": "ZEncoder-1.0.0.zip", "size": 233247, "checksum": "SHA-256:65b9f08457b1d16330705bf348be4f0825ab4876c3c5fa6fd21f3ee6f9a80a87" @@ -117032,7 +152726,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/Zmotor3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZMotor3Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZMotor3Library-1.0.0.zip", "archiveFileName": "ZMotor3Library-1.0.0.zip", "size": 276309, "checksum": "SHA-256:52e3f99850d89046dac6beb3b1359311ee00ea5d598531573fc50851edc4eee0" @@ -117049,7 +152743,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/ZSharpIR.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZSharpIR_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZSharpIR_Library-1.0.0.zip", "archiveFileName": "ZSharpIR_Library-1.0.0.zip", "size": 2363684, "checksum": "SHA-256:5b6555b031de56a22130d3a023772eb146b1e4b08c9a56002ef19d9e95a12c21" @@ -117066,7 +152760,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/ZMotor2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZMotor2_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZMotor2_Library-1.0.0.zip", "archiveFileName": "ZMotor2_Library-1.0.0.zip", "size": 274246, "checksum": "SHA-256:78580a0b1627cf251de090706ff0b56045c6ecf2d304db9bbb213fbec355d5a3" @@ -117083,7 +152777,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/ZMCP23017.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZMCP23017_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZMCP23017_Library-1.0.0.zip", "archiveFileName": "ZMCP23017_Library-1.0.0.zip", "size": 400669, "checksum": "SHA-256:1ef4066348d20c2ad489beeae7d9221066b8376271942334b9af8e77b2dd7494" @@ -117100,7 +152794,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/ZPCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZPCA9685_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZPCA9685_Library-1.0.0.zip", "archiveFileName": "ZPCA9685_Library-1.0.0.zip", "size": 506148, "checksum": "SHA-256:b586dce7b4d6b698fcd2d33998abd5740d521de8aa27fbf8b626eed15077ffbe" @@ -117117,7 +152811,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/WireUtility.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/WireUtility_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/WireUtility_Library-1.0.0.zip", "archiveFileName": "WireUtility_Library-1.0.0.zip", "size": 266164, "checksum": "SHA-256:1d733213872fe720324b877872880327dab9c75ef2e447309431e07b3460fb9f" @@ -117134,7 +152828,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/PinExtender.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/PinExtender_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/PinExtender_Library-1.0.0.zip", "archiveFileName": "PinExtender_Library-1.0.0.zip", "size": 470011, "checksum": "SHA-256:156d06e5f4ebf7315758fc152797340868711b3b9a0cbed1c1fe225e07448854" @@ -117151,7 +152845,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/zoubworldArduino/ZCmdMotor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZcmdMotor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zoubworldArduino/ZcmdMotor_Library-1.0.0.zip", "archiveFileName": "ZcmdMotor_Library-1.0.0.zip", "size": 302929, "checksum": "SHA-256:9bfa87dd02facf8f9fc149dc25fa0a25df6021988e24818bd5a386f9fc5d1d06" @@ -117168,7 +152862,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/jrk-g2-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/JrkG2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/JrkG2-1.0.0.zip", "archiveFileName": "JrkG2-1.0.0.zip", "size": 21656, "checksum": "SHA-256:3d04faf189a9fcaa82754bbd42564d3838681c7f12677117bb6267e2a93f2021" @@ -117185,7 +152879,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/jrk-g2-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/JrkG2-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/JrkG2-1.0.1.zip", "archiveFileName": "JrkG2-1.0.1.zip", "size": 21698, "checksum": "SHA-256:2cf369da81e1d0afa689a762f96f97a2f8530e3c6732f89f7df636f2c3df2dda" @@ -117203,7 +152897,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/LiteOSCParser.git", "providesIncludes": ["LiteOSCParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.1.0.zip", "archiveFileName": "LiteOSCParser-1.1.0.zip", "size": 21453, "checksum": "SHA-256:dcb0d59e3f5dffc42ef1cb305897a662fac47618c399dc5f489aa3c303789b7d" @@ -117221,7 +152915,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/LiteOSCParser.git", "providesIncludes": ["LiteOSCParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.2.0.zip", "archiveFileName": "LiteOSCParser-1.2.0.zip", "size": 22080, "checksum": "SHA-256:2c18f313afb7293bd1e94af2fb5466b722e6e2ca82bf255c274f2e452250d47a" @@ -117239,7 +152933,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/LiteOSCParser.git", "providesIncludes": ["LiteOSCParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.2.1.zip", "archiveFileName": "LiteOSCParser-1.2.1.zip", "size": 22649, "checksum": "SHA-256:3608bb0f7b848042f47c51c1371a11b46176c9f39a31c23159f0110ae1a004b7" @@ -117257,7 +152951,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/LiteOSCParser.git", "providesIncludes": ["LiteOSCParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.3.0.zip", "archiveFileName": "LiteOSCParser-1.3.0.zip", "size": 23766, "checksum": "SHA-256:3743fd4c18df6920a9a3eed4638a0361a48f1039a8b342b31591641431c5b882" @@ -117275,7 +152969,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/LiteOSCParser.git", "providesIncludes": ["LiteOSCParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/LiteOSCParser-1.4.0.zip", "archiveFileName": "LiteOSCParser-1.4.0.zip", "size": 25134, "checksum": "SHA-256:963999a5d39c232f92907c80a6823bb711bd8f3477f0458635eac7520dd3a3f3" @@ -117292,7 +152986,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ubidots/ubidots-arduino-yun.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_Arduino_YUN-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ubidots/Ubidots_Arduino_YUN-2.0.0.zip", "archiveFileName": "Ubidots_Arduino_YUN-2.0.0.zip", "size": 12431, "checksum": "SHA-256:2a44eab3b8568c3769477cd072c0c9303b451a98f3137ecfa203d4e6cdd5cf0e" @@ -117310,7 +153004,7 @@ "types": ["Contributed"], "repository": "https://github.com/toxnico/DMOscillator.git", "providesIncludes": ["dmoscillator.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/toxnico/DMOscillator-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/toxnico/DMOscillator-1.0.0.zip", "archiveFileName": "DMOscillator-1.0.0.zip", "size": 21007, "checksum": "SHA-256:04e34be5533431adfaf369ab70df7c915e44a7df6b45ac118ab26664508dda85" @@ -117328,7 +153022,7 @@ "types": ["Contributed"], "repository": "https://github.com/patou01/HC-SR04.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/patou01/Ultrasonic_hc_sr04-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/patou01/Ultrasonic_hc_sr04-0.4.0.zip", "archiveFileName": "Ultrasonic_hc_sr04-0.4.0.zip", "size": 3335, "checksum": "SHA-256:4e7540b3ffbfa7c09f8087d36257a3368e664ccaa40e4e92bb97c16074c786ce" @@ -117346,7 +153040,7 @@ "types": ["Contributed"], "repository": "https://github.com/patou01/HC-SR04.git", "providesIncludes": ["Ultrasonic.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/patou01/Ultrasonic_hc_sr04-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/patou01/Ultrasonic_hc_sr04-0.5.0.zip", "archiveFileName": "Ultrasonic_hc_sr04-0.5.0.zip", "size": 3339, "checksum": "SHA-256:b495ea2ee00ee7a6cd0677d961566d9be1f6dc04af65c46490ab3cd2734eb195" @@ -117364,7 +153058,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.0.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.0.zip", "size": 43193, "checksum": "SHA-256:3a032f50bf1fd2ff8d1255f3014448710dd9ee211d45ffba3c807c33bfea162b" @@ -117382,7 +153076,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.1.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.1.zip", "size": 43302, "checksum": "SHA-256:1ecb6674b9177c41da94252465f1ea0484ee4d6ce65b8402801b4f8466512875" @@ -117400,7 +153094,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.2.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.2.zip", "size": 86995, "checksum": "SHA-256:9e0137e4710f86a87142cc4aa4869f25e16918d7374c859c23f2b3d375a5075a" @@ -117418,7 +153112,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.3-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.3-beta.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.3-beta.zip", "size": 87401, "checksum": "SHA-256:a960347f8c2d6ddaa46356084570f00aa85b6bd7963343232bb6ea92e81dc047" @@ -117436,7 +153130,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.4.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.4.zip", "size": 82299, "checksum": "SHA-256:15d2bbcd491e17a3bf9edbca4aafc052e5d844b44c96365fcae89a927be6c37e" @@ -117454,7 +153148,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.5.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.5.zip", "size": 82483, "checksum": "SHA-256:0cc7c42cee39979655caf07e95d0638ef4f158127815d66c719cfce20552c214" @@ -117472,7 +153166,7 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.6.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.6.zip", "size": 82512, "checksum": "SHA-256:cab03335169ae5b37249119e15f1b65d4a87d40eb916de238cda858eb61fa4fd" @@ -117490,11 +153184,34 @@ "types": ["Contributed"], "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", "providesIncludes": ["esp8266-google-home-notifier.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.7.zip", "archiveFileName": "esp8266_google_home_notifier-1.0.7.zip", "size": 83361, "checksum": "SHA-256:4318eaf0341943d1be5538167da2da7ddfaa50fb966e6856ce7cc3d1d77145b0" }, + { + "name": "esp8266-google-home-notifier", + "version": "1.0.8", + "author": "horihiro", + "maintainer": "horihiro", + "sentence": "Send notifications to Google Home from esp8266/32.", + "paragraph": "This library requires esp8266-google-tts which depends on Google Translate Service.", + "website": "https://github.com/horihiro/esp8266-google-home-notifier", + "category": "Data Processing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", + "providesIncludes": ["esp8266-google-home-notifier.h"], + "dependencies": [ + { + "name": "esp8266-google-tts" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.8.zip", + "archiveFileName": "esp8266_google_home_notifier-1.0.8.zip", + "size": 83421, + "checksum": "SHA-256:b229d55ca499e33e25a2a3c8ca016fb2d001ef40f48722f118a432c1caa2396b" + }, { "name": "RFM69_LowPowerLab", "version": "1.0.0", @@ -117508,7 +153225,7 @@ "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/RFM69.git", "providesIncludes": ["RFM69.h", "RFM69_ATC.h", "RFM69_OTA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.0.0.zip", "archiveFileName": "RFM69_LowPowerLab-1.0.0.zip", "size": 476971, "checksum": "SHA-256:051bda79320f464bc1cf4bb9a9cae3e7ceaca98e131b7a20190fd88176a942de" @@ -117526,7 +153243,7 @@ "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/RFM69.git", "providesIncludes": ["RFM69.h", "RFM69_ATC.h", "RFM69_OTA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.1.0.zip", "archiveFileName": "RFM69_LowPowerLab-1.1.0.zip", "size": 476971, "checksum": "SHA-256:dc5a0990b7b0d30571ad1ce228f104f9884169e796d3e3261c3e8250c7a3176f" @@ -117543,7 +153260,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/RFM69.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.1.3.zip", "archiveFileName": "RFM69_LowPowerLab-1.1.3.zip", "size": 476953, "checksum": "SHA-256:027d24ff17bbd6e310bd1b4a8a0b00e2ba70708b7ad1d5d690cdfe85ba0b0ba1" @@ -117560,7 +153277,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/RFM69.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.2.0.zip", "archiveFileName": "RFM69_LowPowerLab-1.2.0.zip", "size": 477410, "checksum": "SHA-256:6ee6a9c38805ebe203f2551fb079bede87f9c79f15f24de2c558cbacc7b8ee47" @@ -117577,11 +153294,99 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LowPowerLab/RFM69.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.3.0.zip", "archiveFileName": "RFM69_LowPowerLab-1.3.0.zip", "size": 488192, "checksum": "SHA-256:fb1a84af1c7bf66c135e6b30e784d421d4efab4d7a77c3bdeca6eaab463e9846" }, + { + "name": "RFM69_LowPowerLab", + "version": "1.4.0", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.4.0.zip", + "archiveFileName": "RFM69_LowPowerLab-1.4.0.zip", + "size": 488509, + "checksum": "SHA-256:214719e4f4c44e81b88fa2c693bf328382af85872e458dfdf72c2fe6ae007cfe" + }, + { + "name": "RFM69_LowPowerLab", + "version": "1.4.1", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.4.1.zip", + "archiveFileName": "RFM69_LowPowerLab-1.4.1.zip", + "size": 507819, + "checksum": "SHA-256:5ff4ebe9b0750b2651b854219ecaef28d558bfafebdf77a2862b6ef0f39d34c7" + }, + { + "name": "RFM69_LowPowerLab", + "version": "1.4.2", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.4.2.zip", + "archiveFileName": "RFM69_LowPowerLab-1.4.2.zip", + "size": 509676, + "checksum": "SHA-256:1c488e4c469da91160c99a7d16a3fcf9825ac220994a69f704cf95aa233269d6" + }, + { + "name": "RFM69_LowPowerLab", + "version": "1.4.3", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.4.3.zip", + "archiveFileName": "RFM69_LowPowerLab-1.4.3.zip", + "size": 3567070, + "checksum": "SHA-256:e17b455061dbd585bae88757e1286d8b3c6537c4157bdcca3337dec813991d2c" + }, { "name": "SparkFun BH1749NUC Arduino Library", "version": "0.1.0", @@ -117594,7 +153399,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BH1749NUC_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BH1749NUC_Arduino_Library-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BH1749NUC_Arduino_Library-0.1.0.zip", "archiveFileName": "SparkFun_BH1749NUC_Arduino_Library-0.1.0.zip", "size": 11264, "checksum": "SHA-256:ad4a8b87aefd4693164884260bbdfb5e9714999816e8fd9fb0da31aefb1b5cdf" @@ -117611,7 +153416,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_BH1749NUC_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BH1749NUC_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BH1749NUC_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_BH1749NUC_Arduino_Library-1.0.0.zip", "size": 71674, "checksum": "SHA-256:0c12f9be3c2fa1e48aadfcfc3117277bebcbd69e6bcfc18b6ffa63780eea15b9" @@ -117628,7 +153433,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_PCA9536_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-0.1.0.zip", "archiveFileName": "SparkFun_PCA9536_Arduino_Library-0.1.0.zip", "size": 8997, "checksum": "SHA-256:1b6bfac1196ca6c7f295eb69366bcf5524480dbc098db6da70a05a2deaf9717e" @@ -117645,7 +153450,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_PCA9536_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_PCA9536_Arduino_Library-1.0.0.zip", "size": 9336, "checksum": "SHA-256:d2a933cb458c9ba0e93d9cab0354768c7c0b4e35b4452aff2fd6a4bbc60bfffd" @@ -117662,7 +153467,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_PCA9536_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.1.0.zip", "archiveFileName": "SparkFun_PCA9536_Arduino_Library-1.1.0.zip", "size": 9315, "checksum": "SHA-256:bdf06e7d744f565b7ce7c0c7bb100af4a381afc3bc5ab87903c190a6236ffe82" @@ -117679,11 +153484,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_PCA9536_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.2.0.zip", "archiveFileName": "SparkFun_PCA9536_Arduino_Library-1.2.0.zip", "size": 9642, "checksum": "SHA-256:87fb9619e3ecb6ac53f61b077154330f1a1cac97f3e7b5257237b78bc6379f45" }, + { + "name": "SparkFun PCA9536 Arduino Library", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the PCA9536 on the SparkFun Qwiic RGB Sensor", + "paragraph": "An Arduino Library for the PCA9536 4-bit port expander. This library handles the initialization of the PCA9536 and supports standard pinMode, digitalRead, and digitalWrite functions.", + "website": "https://github.com/sparkfunX/SparkFun_PCA9536_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_PCA9536_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.2.1.zip", + "archiveFileName": "SparkFun_PCA9536_Arduino_Library-1.2.1.zip", + "size": 9751, + "checksum": "SHA-256:024edad273e383514e890b7d97b3c015f35192d63a852e63868e01f8ab4b2858" + }, { "name": "Adafruit TouchScreen", "version": "1.0.0", @@ -117696,7 +153518,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.0.zip", "archiveFileName": "Adafruit_TouchScreen-1.0.0.zip", "size": 6078, "checksum": "SHA-256:6b0256d940aa27d806204c531ca653d7365ba3e6ad2aff836c9ff3d899f2a18b" @@ -117713,7 +153535,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.1.zip", "archiveFileName": "Adafruit_TouchScreen-1.0.1.zip", "size": 6084, "checksum": "SHA-256:bf4563665ee3021ab2bdddb6b2c5b659bc47759e6bb9218ec412126015f65ca4" @@ -117730,11 +153552,113 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.2.zip", "archiveFileName": "Adafruit_TouchScreen-1.0.2.zip", "size": 6080, "checksum": "SHA-256:5213393d9c573589cf671e9e3ef066863a814c6fce1ad03bf8d52655c61e1c06" }, + { + "name": "Adafruit TouchScreen", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.3.zip", + "archiveFileName": "Adafruit_TouchScreen-1.0.3.zip", + "size": 6084, + "checksum": "SHA-256:592f0855826781f10aae28dc27c353ed46a01176385b1f58eb3bd125a4e6b95a" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.4.zip", + "archiveFileName": "Adafruit_TouchScreen-1.0.4.zip", + "size": 6091, + "checksum": "SHA-256:75f98147b4f227beea13a7b167ab9657741d6c2c392bacdc3231d4bdb190806e" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.0.5.zip", + "archiveFileName": "Adafruit_TouchScreen-1.0.5.zip", + "size": 10794, + "checksum": "SHA-256:eb0fdd9c6ff18ef250aaddf47315a4ebbb5f1abd2de03b37b4e12ab645cd7629" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.1.0.zip", + "archiveFileName": "Adafruit_TouchScreen-1.1.0.zip", + "size": 10805, + "checksum": "SHA-256:227fde5994aa024249e3415bba06dd74f7b02316e041ea812ada731fc521f62b" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.1.1.zip", + "archiveFileName": "Adafruit_TouchScreen-1.1.1.zip", + "size": 10813, + "checksum": "SHA-256:ceb336041e7023ab668a6bf34c913a7418ff37cb08259da545e1f258bdc69f2b" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.1.2.zip", + "archiveFileName": "Adafruit_TouchScreen-1.1.2.zip", + "size": 10820, + "checksum": "SHA-256:6228545d673198f074e52225fca6f0647f3395c6fbcb5616a51c0ffafe9f945f" + }, { "name": "FlightSimOutputs", "version": "0.2.3", @@ -117748,7 +153672,7 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimOutputs.git", "providesIncludes": ["FlightSimOutputs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimOutputs-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimOutputs-0.2.3.zip", "archiveFileName": "FlightSimOutputs-0.2.3.zip", "size": 13770, "checksum": "SHA-256:d52fff2d6e1f14ca43d30d90a9094085dcf81cf697c05b0accc73d410bcda060" @@ -117766,11 +153690,47 @@ "types": ["Contributed"], "repository": "https://github.com/jbliesener/FlightSimOutputs.git", "providesIncludes": ["FlightSimOutputs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimOutputs-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimOutputs-0.2.4.zip", "archiveFileName": "FlightSimOutputs-0.2.4.zip", "size": 13838, "checksum": "SHA-256:c97764c6f803d56f74803737aee3f7674db8082dc3c8449b39b1ccc480557461" }, + { + "name": "FlightSimOutputs", + "version": "0.2.5", + "author": "Jorg Neves Bliesener", + "maintainer": "Jorg Neves Bliesener \u003cjbliesener@bliesener.com\u003e", + "sentence": "Library for easy handling of digital outputs on Midwest737Simulations.com Multi Output card.", + "paragraph": "For cockpit builders that use Midwest737Simulations Multi Output card, this library provides basic support for sending data from any Arduino sketch. For the Teensy microcontroller, extended features, like direct access to datarefs are provided. Check docs and examples!", + "website": "https://www.github.com/jbliesener/FlightSimOutputs", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jbliesener/FlightSimOutputs.git", + "providesIncludes": ["FlightSimOutputs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimOutputs-0.2.5.zip", + "archiveFileName": "FlightSimOutputs-0.2.5.zip", + "size": 13844, + "checksum": "SHA-256:36f2eb38d1be8fb8ee75551564d8bc2b3fb2b1c4ee70f8b14a9582589ab98499" + }, + { + "name": "FlightSimOutputs", + "version": "0.2.6", + "author": "Jorg Neves Bliesener", + "maintainer": "Jorg Neves Bliesener \u003cjbliesener@bliesener.com\u003e", + "sentence": "Library for easy handling of digital outputs on Midwest737Simulations.com Multi Output card.", + "paragraph": "For cockpit builders that use Midwest737Simulations Multi Output card, this library provides basic support for sending data from any Arduino sketch. For the Teensy microcontroller, extended features, like direct access to datarefs are provided. Check docs and examples!", + "website": "https://www.github.com/jbliesener/FlightSimOutputs", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jbliesener/FlightSimOutputs.git", + "providesIncludes": ["FlightSimOutputs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimOutputs-0.2.6.zip", + "archiveFileName": "FlightSimOutputs-0.2.6.zip", + "size": 13929, + "checksum": "SHA-256:54600318590303e4c1a01027e55e569cb7bc878a06ad4a226860b1d43bd279ab" + }, { "name": "DoubleResetDetect", "version": "1.0.0", @@ -117784,7 +153744,7 @@ "types": ["Contributed"], "repository": "https://github.com/jenscski/DoubleResetDetect.git", "providesIncludes": ["DoubleResetDetect.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jenscski/DoubleResetDetect-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jenscski/DoubleResetDetect-1.0.0.zip", "archiveFileName": "DoubleResetDetect-1.0.0.zip", "size": 4806, "checksum": "SHA-256:16dad69f9afed86449286f9b404ea6d22d189a820f23ccabd74c38f1be3a05ed" @@ -117802,7 +153762,7 @@ "types": ["Contributed"], "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", "providesIncludes": ["SdsDustSensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.0.0.zip", "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.0.0.zip", "size": 12145, "checksum": "SHA-256:b496ca8623911a9d42e2607106bc9e6f269684845e9e7c25404c750288504cad" @@ -117820,7 +153780,7 @@ "types": ["Contributed"], "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", "providesIncludes": ["SdsDustSensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.2.1.zip", "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.2.1.zip", "size": 15016, "checksum": "SHA-256:fb04edfd01950b2070995f9afbfec55e5a04655fcd8d025ce6832a0e5b31399a" @@ -117838,7 +153798,7 @@ "types": ["Contributed"], "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", "providesIncludes": ["SdsDustSensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.3.0.zip", "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.3.0.zip", "size": 15922, "checksum": "SHA-256:528f8414274cb6782663a42dff18ea3432c0be353b677eb5cb4ef24f80456ccd" @@ -117856,11 +153816,47 @@ "types": ["Contributed"], "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", "providesIncludes": ["SdsDustSensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.3.2.zip", "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.3.2.zip", "size": 16750, "checksum": "SHA-256:b5f1dba1f9c8f020894159a9aea22c1d2f1e7355ace707e9de1ca9d1865dd5e6" }, + { + "name": "Nova Fitness Sds dust sensors library", + "version": "1.4.1", + "author": "Paweł Kołodziejczyk \u003clewapek@gmail.com\u003e", + "maintainer": "Pawel Kołodziejczyk \u003clewapek@gmail.com\u003e", + "sentence": "A high-level abstaction over Sds sensors family", + "paragraph": "Supports Sds011, implements whole Laser Dust Sensor Control Protocol V1.3, should also work with other Sds sensors.", + "website": "https://github.com/lewapek/sds-dust-sensors-arduino-library", + "category": "Sensors", + "architectures": ["avr", "esp8266", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", + "providesIncludes": ["SdsDustSensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.4.1.zip", + "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.4.1.zip", + "size": 17042, + "checksum": "SHA-256:5f4260d9aefda44f368e752e794e75607384d2963871f1066355ddc5da95d219" + }, + { + "name": "Nova Fitness Sds dust sensors library", + "version": "1.5.0", + "author": "Paweł Kołodziejczyk \u003clewapek@gmail.com\u003e", + "maintainer": "Pawel Kołodziejczyk \u003clewapek@gmail.com\u003e", + "sentence": "A high-level abstaction over Sds sensors family", + "paragraph": "Supports Sds011, implements whole Laser Dust Sensor Control Protocol V1.3, should also work with other Sds sensors.", + "website": "https://github.com/lewapek/sds-dust-sensors-arduino-library", + "category": "Sensors", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", + "providesIncludes": ["SdsDustSensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.5.0.zip", + "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.5.0.zip", + "size": 17026, + "checksum": "SHA-256:ee0f74277d604d24e09c36ee838ae48c3c9b5384724be88793ed405b5ea954aa" + }, { "name": "XLR8HardwareSerial", "version": "1.0.0", @@ -117873,7 +153869,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8HardwareSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8HardwareSerial-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8HardwareSerial-1.0.0.zip", "archiveFileName": "XLR8HardwareSerial-1.0.0.zip", "size": 43638, "checksum": "SHA-256:117600ad5eceae8538e7e5a2a92b9d32c79da8407c05e0b2f74afe8b89cb80fe" @@ -117890,7 +153886,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gbrd/arduino-teleinfo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gbrd/Teleinfo-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gbrd/Teleinfo-0.0.2.zip", "archiveFileName": "Teleinfo-0.0.2.zip", "size": 5862, "checksum": "SHA-256:aa217eed3af564601269367a342f529a3cf0aa334e6b80391f02f5c9c5f7d4e3" @@ -117908,7 +153904,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.3.zip", "archiveFileName": "WS2812FX-1.0.3.zip", "size": 74197, "checksum": "SHA-256:fd89c8e002c25feee3a85a00e04d8648c132e41548cd913ef92ca0816b5df13f" @@ -117926,7 +153922,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.4.zip", "archiveFileName": "WS2812FX-1.0.4.zip", "size": 500157, "checksum": "SHA-256:eb130648b89f7822d4d7630162b3ff744eadac9468cdaf7902f7aaa118ec747a" @@ -117944,7 +153940,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.5.zip", "archiveFileName": "WS2812FX-1.0.5.zip", "size": 503733, "checksum": "SHA-256:4076a0c28a47fc3e631898569b0186d22ed1bad26895d832d86e0d75c1793fdb" @@ -117962,7 +153958,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.6.zip", "archiveFileName": "WS2812FX-1.0.6.zip", "size": 507347, "checksum": "SHA-256:eb95ae676b06122b1c3b4c9fced71247fca2c1ad66de8a422a6a738194ebc449" @@ -117980,7 +153976,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.8.zip", "archiveFileName": "WS2812FX-1.0.8.zip", "size": 514553, "checksum": "SHA-256:1917671bcc709457c386e8aaf4e42ce0b9aed6621a36ecc48cbef58b03c6ca5b" @@ -117998,7 +153994,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.0.9.zip", "archiveFileName": "WS2812FX-1.0.9.zip", "size": 518173, "checksum": "SHA-256:ef8c579998d9c87a644584c75fe9ce14d6709c3f5a63842f4e6ca4d905d51f0a" @@ -118016,7 +154012,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.0.zip", "archiveFileName": "WS2812FX-1.1.0.zip", "size": 756008, "checksum": "SHA-256:05394d166be78117343c7c40d3a4180c450d0cbfde3757493299b6c9e5a134f3" @@ -118034,7 +154030,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.1.zip", "archiveFileName": "WS2812FX-1.1.1.zip", "size": 758996, "checksum": "SHA-256:e464b85b274d8f8511b9f0dc91603739531a32c930154175288035242262f536" @@ -118052,7 +154048,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.2.zip", "archiveFileName": "WS2812FX-1.1.2.zip", "size": 886501, "checksum": "SHA-256:e91decdaaacd7eb8d08a52bf43b98e72b39b3baec69dab34cde842a7d290b3d7" @@ -118070,7 +154066,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.3.zip", "archiveFileName": "WS2812FX-1.1.3.zip", "size": 892962, "checksum": "SHA-256:8877b14bcc4329d31052f0234b237f97eea14576608eccdf36bc76b181cbae85" @@ -118088,7 +154084,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.5.zip", "archiveFileName": "WS2812FX-1.1.5.zip", "size": 894849, "checksum": "SHA-256:51a07aa745adc24d7d17bc621a15b84bf9c34d967734180cc3127595cd90d13f" @@ -118106,7 +154102,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.6.zip", "archiveFileName": "WS2812FX-1.1.6.zip", "size": 896655, "checksum": "SHA-256:fea07bd73e6f1846be47c4db5f0df90032a5d68769bb6b47184eee20d094fb76" @@ -118124,7 +154120,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.7.zip", "archiveFileName": "WS2812FX-1.1.7.zip", "size": 897708, "checksum": "SHA-256:7e20408d379985fa0abaec018e251a01f55a82caa729354b92a49d83d22a5a5f" @@ -118142,7 +154138,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.8.zip", "archiveFileName": "WS2812FX-1.1.8.zip", "size": 899816, "checksum": "SHA-256:11a0488bd1c6f3730ee78ec0dee28af4dacca988abd50ba696de42f6ef67ab3c" @@ -118160,7 +154156,7 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.1.9.zip", "archiveFileName": "WS2812FX-1.1.9.zip", "size": 903160, "checksum": "SHA-256:2869208731c2668246a80ec177e89613831280a30504f5490188fb285f94deba" @@ -118178,11 +154174,162 @@ "types": ["Contributed"], "repository": "https://github.com/kitesurfer1404/WS2812FX.git", "providesIncludes": ["WS2812FX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.2.0.zip", "archiveFileName": "WS2812FX-1.2.0.zip", "size": 904792, "checksum": "SHA-256:0c3360d9a4122ab8ef830eb8a5496b3a53b7c70599b1727cccdff80c533662e1" }, + { + "name": "WS2812FX", + "version": "1.2.1", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.2.1.zip", + "archiveFileName": "WS2812FX-1.2.1.zip", + "size": 904949, + "checksum": "SHA-256:5df9780c7fffedf6c83359b5fa4af4c3756641e189945db1ea099984b72c4744" + }, + { + "name": "WS2812FX", + "version": "1.2.2", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.2.2.zip", + "archiveFileName": "WS2812FX-1.2.2.zip", + "size": 908599, + "checksum": "SHA-256:0632027bd6de886ee5ba1f021bac2dd2802bccffa0e410e00d2c0937fa1dae21" + }, + { + "name": "WS2812FX", + "version": "1.2.3", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.2.3.zip", + "archiveFileName": "WS2812FX-1.2.3.zip", + "size": 910446, + "checksum": "SHA-256:f846de7a6e90660ba0a186de3f7d37a64df2e920da4b698cf3dfda21487e04e4" + }, + { + "name": "WS2812FX", + "version": "1.2.4", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.2.4.zip", + "archiveFileName": "WS2812FX-1.2.4.zip", + "size": 912069, + "checksum": "SHA-256:751a57abae31a7bafa53c870bc07842dd26d80eca7b0764eeddb02715a04819b" + }, + { + "name": "WS2812FX", + "version": "1.3.0", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.3.0.zip", + "archiveFileName": "WS2812FX-1.3.0.zip", + "size": 917491, + "checksum": "SHA-256:e1bda12ffeef7e341f71f115cecf2862f2e7e5abeda3cd80712b3b25fe857779" + }, + { + "name": "WS2812FX", + "version": "1.3.1", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.3.1.zip", + "archiveFileName": "WS2812FX-1.3.1.zip", + "size": 919561, + "checksum": "SHA-256:0dea60f3a5e342afa508b6e145db901c85d905b847771dfa84c972766b06b9bd" + }, + { + "name": "WS2812FX", + "version": "1.3.3", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": ["WS2812FX.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.3.3.zip", + "archiveFileName": "WS2812FX-1.3.3.zip", + "size": 1015663, + "checksum": "SHA-256:f70b411ae9e669fae72dc5de21fa6113f047445aa0536a19bb074cb3990bd3d4" + }, { "name": "JC_Button", "version": "1.0.2", @@ -118195,7 +154342,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/JC_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-1.0.2.zip", "archiveFileName": "JC_Button-1.0.2.zip", "size": 10797, "checksum": "SHA-256:2230c8f2d9d07c7fd804c32b13a3e4a83504ce83c5d2b69d20b7c2ca39618aaf" @@ -118212,7 +154359,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/JC_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.0.0.zip", "archiveFileName": "JC_Button-2.0.0.zip", "size": 24072, "checksum": "SHA-256:ae81f786e5c0862965648d793a4e68200ec9a4325d3ce5f965fc26b07391ace9" @@ -118229,7 +154376,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/JC_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.0.1.zip", "archiveFileName": "JC_Button-2.0.1.zip", "size": 24065, "checksum": "SHA-256:8bef8e93658fc9030c9e8f3c48d410b1a63aa9e5bcb252df3c8ac15c07e7540e" @@ -118246,7 +154393,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/JC_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.1.0.zip", "archiveFileName": "JC_Button-2.1.0.zip", "size": 25730, "checksum": "SHA-256:fe5659e52f11c06ea02e11f0c40a21e8e7a2a7e09a540d7f351fe7ceb434585c" @@ -118263,11 +154410,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/JC_Button.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.1.1.zip", "archiveFileName": "JC_Button-2.1.1.zip", "size": 25737, "checksum": "SHA-256:50baa67b1b33cb8a095ecea4bfbc5427887170245b8bc068417b12f9eeb50e1c" }, + { + "name": "JC_Button", + "version": "2.1.2", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to debounce button switches, detect presses, releases, and long presses.", + "paragraph": "Copyright (C) 2018-2019 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_Button", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/JC_Button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Button-2.1.2.zip", + "archiveFileName": "JC_Button-2.1.2.zip", + "size": 25741, + "checksum": "SHA-256:f99008403be00e786fd700549a6ceea718db7743c5825adefd95f791bcd47f92" + }, { "name": "TroykaAccelerometer", "version": "1.0.0", @@ -118280,7 +154444,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/TroykaAccelerometer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/TroykaAccelerometer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/TroykaAccelerometer-1.0.0.zip", "archiveFileName": "TroykaAccelerometer-1.0.0.zip", "size": 6317, "checksum": "SHA-256:66a0d23f26c7543d857aa5e92492d83e3ab6f9354e359084e4f051c38358f747" @@ -118298,7 +154462,7 @@ "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8Wire.git", "providesIncludes": ["XLR8Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Wire-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Wire-1.0.0.zip", "archiveFileName": "XLR8Wire-1.0.0.zip", "size": 58893, "checksum": "SHA-256:54475cf6b9ddad3597d91080767a0c47a5b23815c28920609e3b9f08b6228e16" @@ -118316,7 +154480,7 @@ "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/XLR8AddrPack.git", "providesIncludes": ["XLR8AddrPack.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8AddrPack-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8AddrPack-1.0.0.zip", "archiveFileName": "XLR8AddrPack-1.0.0.zip", "size": 4135, "checksum": "SHA-256:1fddd288b16603e2473079c3331636c1a67d1d2996179007686ac0f2a6aac3c7" @@ -118333,7 +154497,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.2.zip", "archiveFileName": "ACAN-1.0.2.zip", "size": 232032, "checksum": "SHA-256:2c66cba82c775fc4d9755df3fe7c91e003bc3757a21eb1e02130a701b50de83e" @@ -118350,7 +154514,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.4.zip", "archiveFileName": "ACAN-1.0.4.zip", "size": 259896, "checksum": "SHA-256:17e1655148ffa604e822f69d01ce88779a98901a606ff0561271334fb08e06e2" @@ -118367,7 +154531,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.5.zip", "archiveFileName": "ACAN-1.0.5.zip", "size": 261399, "checksum": "SHA-256:09a3b3c4cb304bb2c70daeb27f6e4e128adf07cf7e6fe6e838f6e1f7cee3fd74" @@ -118384,7 +154548,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-1.0.6.zip", "archiveFileName": "ACAN-1.0.6.zip", "size": 261030, "checksum": "SHA-256:6656a0be14e69255f4a78e230a299aa655245c4c30650239f638542edf1da7e0" @@ -118401,11 +154565,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-2.0.0.zip", "archiveFileName": "ACAN-2.0.0.zip", "size": 262522, "checksum": "SHA-256:bd703def5f6fbaf472abde831da61954d53b5147a2c5d60f1e800076abbe12ed" }, + { + "name": "ACAN", + "version": "2.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 3.1 / 3.2, 3.5, 3.6 CAN driver.", + "paragraph": "This library is a CAN network driver. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-2.0.1.zip", + "archiveFileName": "ACAN-2.0.1.zip", + "size": 262344, + "checksum": "SHA-256:11ce14824aec6a98f6e25757b28eb3140694e60394cd8927a8c4234423f36072" + }, + { + "name": "ACAN", + "version": "2.0.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 3.1 / 3.2, 3.5, 3.6 CAN driver.", + "paragraph": "This library is a CAN network driver. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-2.0.2.zip", + "archiveFileName": "ACAN-2.0.2.zip", + "size": 262604, + "checksum": "SHA-256:796777ff2d45859698cd6aa0f2ba257b6d673ae3a001d9dcf5066dc18553c239" + }, { "name": "IbusTrx", "version": "2.4.0", @@ -118418,7 +154616,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/just-oblivious/arduino-ibustrx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/just-oblivious/IbusTrx-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/just-oblivious/IbusTrx-2.4.0.zip", "archiveFileName": "IbusTrx-2.4.0.zip", "size": 20143, "checksum": "SHA-256:47bb1af02671dfea2a80db0db4ebef67c241cc1d487df823ecc75b865f58de84" @@ -118436,7 +154634,7 @@ "types": ["Contributed"], "repository": "https://github.com/Tvde1/ConfigTool.git", "providesIncludes": ["ConfigTool.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Tvde1/ConfigTool-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tvde1/ConfigTool-1.0.0.zip", "archiveFileName": "ConfigTool-1.0.0.zip", "size": 5601, "checksum": "SHA-256:a7bc69ec768a87627fc410389a0128a932d490501ae1dabfb42a93fdd2aa1849" @@ -118454,7 +154652,7 @@ "types": ["Contributed"], "repository": "https://github.com/Marzogh/SPIMemory.git", "providesIncludes": ["SPIMemory.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.2.0.zip", "archiveFileName": "SPIMemory-3.2.0.zip", "size": 3347135, "checksum": "SHA-256:942508f504db734d64fad76e204e7b1b81ac40c98b6d85a649396b7dad49b954" @@ -118472,7 +154670,7 @@ "types": ["Contributed"], "repository": "https://github.com/Marzogh/SPIMemory.git", "providesIncludes": ["SPIMemory.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.2.1.zip", "archiveFileName": "SPIMemory-3.2.1.zip", "size": 3348245, "checksum": "SHA-256:c391e6f72e04a43b254177a46b770105b9ded4619d92a2ea196034a601feb68e" @@ -118490,7 +154688,7 @@ "types": ["Contributed"], "repository": "https://github.com/Marzogh/SPIMemory.git", "providesIncludes": ["SPIMemory.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.3.0.zip", "archiveFileName": "SPIMemory-3.3.0.zip", "size": 3359288, "checksum": "SHA-256:1d200dba99e15969316fd32ee583809ae80f92a64d93beafcec8f1f05fd89ed8" @@ -118508,7 +154706,7 @@ "types": ["Contributed"], "repository": "https://github.com/Marzogh/SPIMemory.git", "providesIncludes": ["SPIMemory.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Marzogh/SPIMemory-3.4.0.zip", "archiveFileName": "SPIMemory-3.4.0.zip", "size": 2984820, "checksum": "SHA-256:555bd2240544e22bcb601798f031e7f1f8af2d9cba78c35cf082db6df281ec28" @@ -118525,7 +154723,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.2.zip", "archiveFileName": "stemi_hexapod-2.0.2.zip", "size": 73317, "checksum": "SHA-256:a9305ee26182e5308f9da036f93efce8e504c4c75668a47f54886e333ca31548" @@ -118542,7 +154740,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.3.zip", "archiveFileName": "stemi_hexapod-2.0.3.zip", "size": 74379, "checksum": "SHA-256:9a75166733fbe1b49a1b3b638141f640374582b172ec5dbbc016c7c63790775f" @@ -118559,7 +154757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.4.zip", "archiveFileName": "stemi_hexapod-2.0.4.zip", "size": 76908, "checksum": "SHA-256:5a3c5b3234739c21dc71b373f0229be10a674bbb195d61508ae8fb0d3ca78d52" @@ -118576,7 +154774,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.5.zip", "archiveFileName": "stemi_hexapod-2.0.5.zip", "size": 76978, "checksum": "SHA-256:ff7ee3b848713638881a78a67754469c8d66f5028b837d6e3aa55c780f0f71e8" @@ -118593,7 +154791,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.6.zip", "archiveFileName": "stemi_hexapod-2.0.6.zip", "size": 76977, "checksum": "SHA-256:f7231da294ef5fcb96c6af656f4d1d93a10e2136582031cea368ffd2da506543" @@ -118610,7 +154808,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.7.zip", "archiveFileName": "stemi_hexapod-2.0.7.zip", "size": 77533, "checksum": "SHA-256:3a8a6ca8734aabe556887cf7ffe0b7d34c7f7a336888a30f96df2ef4c4ded05d" @@ -118627,11 +154825,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/stemi-education/stemi-hexapod.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.8.zip", "archiveFileName": "stemi_hexapod-2.0.8.zip", "size": 78214, "checksum": "SHA-256:b3a5481d6a4a2655229d9ebd087f40798be59834270de302904ba51a37febd07" }, + { + "name": "stemi-hexapod", + "version": "2.0.10", + "author": "STEMI (info@stemi.education)", + "maintainer": "Luka Fucek (luka@stemi.education)", + "sentence": "Library for controlling STEMI Hexapod v2.", + "paragraph": "Includes drivers for BLE, servo, battery and everything else required to control STEMI hexapod robot.", + "website": "https://stemi.education", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/stemi-education/stemi-hexapod.git", + "dependencies": [ + { + "name": "NeoPixelBus by Makuna" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-2.0.10.zip", + "archiveFileName": "stemi_hexapod-2.0.10.zip", + "size": 78403, + "checksum": "SHA-256:1c13b86961bceb3b6d173a47f085e47d4b3c75050c1806122870cc0302d18ab0" + }, { "name": "DeadReckoning-library", "version": "1.0.0", @@ -118645,7 +154865,7 @@ "types": ["Contributed"], "repository": "https://github.com/jaean123/DeadReckoning-library.git", "providesIncludes": ["DeadReckoner.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jaean123/DeadReckoning_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jaean123/DeadReckoning_library-1.0.0.zip", "archiveFileName": "DeadReckoning_library-1.0.0.zip", "size": 13182, "checksum": "SHA-256:65a36579eaa77950ea3645d1673a5e7b540e652e771e37aa067e0108cd6c1397" @@ -118662,7 +154882,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_VEML6075_Arduino_Library-1.0.1.zip", "size": 18325, "checksum": "SHA-256:800894a4d7dfa04025639903921cfaa1654aa41da1055160509fd378f3b8681b" @@ -118679,7 +154899,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_VEML6075_Arduino_Library-1.0.3.zip", "size": 18457, "checksum": "SHA-256:4e33df7a985a71d64d2701f6bd28f1c21aae62d087dfd0b15296688c6ad7d88d" @@ -118696,7 +154916,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_VEML6075_Arduino_Library-1.0.2.zip", "size": 18417, "checksum": "SHA-256:032ee0c201cd6c00adfdbc563fd2db4f7eef80168e263f25c0d5462712e3032a" @@ -118713,11 +154933,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.0.4.zip", "archiveFileName": "SparkFun_VEML6075_Arduino_Library-1.0.4.zip", "size": 18654, "checksum": "SHA-256:49776a4510c72e326c3a8eb4a747f8ede341afa7348d7590da29382248620022" }, + { + "name": "SparkFun VEML6075 Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the VEML6075 on the SparkFun Qwiic UV Sensor", + "paragraph": "An Arduino Library for the VEML6075 UV sensor. This library configures the sensor, reads UVA, and UVB values, and calculates a UV index output.", + "website": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_VEML6075_Arduino_Library-1.1.4.zip", + "size": 18634, + "checksum": "SHA-256:7a722a0c40b752d2dd8fb4d8616d8bbeb49b5db45730f24d0affe5b02bd2df19" + }, { "name": "TeensySimplePacketComs", "version": "0.0.1", @@ -118731,7 +154968,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/TeensySimplePacketComs.git", "providesIncludes": ["TeensySimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/TeensySimplePacketComs-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/TeensySimplePacketComs-0.0.1.zip", "archiveFileName": "TeensySimplePacketComs-0.0.1.zip", "size": 16640, "checksum": "SHA-256:ba87df28c17c7e879f6b1c54c9e863e571040743e865d02f9cf2f40aca5a9a48" @@ -118749,11 +154986,52 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/TeensySimplePacketComs.git", "providesIncludes": ["TeensySimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/TeensySimplePacketComs-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/TeensySimplePacketComs-0.0.2.zip", "archiveFileName": "TeensySimplePacketComs-0.0.2.zip", "size": 16696, "checksum": "SHA-256:851b87ddbb2ccee2a1d564fd10fb8e1dd66a1eabc73c247f4fb3b7befdee0aad" }, + { + "name": "TeensySimplePacketComs", + "version": "0.1.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to use SimplePacketCOms with the USB HID on the Teensy class device", + "paragraph": "Use any simple packet coms servers with this HID device implementation.", + "website": "https://github.com/madhephaestus/TeensySimplePacketComs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/TeensySimplePacketComs.git", + "providesIncludes": ["TeensySimplePacketComs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/TeensySimplePacketComs-0.1.0.zip", + "archiveFileName": "TeensySimplePacketComs-0.1.0.zip", + "size": 16701, + "checksum": "SHA-256:cd22e784785af4b63373d18e5316a907011e24749f543de2b60f8baddb469b2f" + }, + { + "name": "TeensySimplePacketComs", + "version": "0.2.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to use SimplePacketCOms with the USB HID on the Teensy class device", + "paragraph": "Use any simple packet coms servers with this HID device implementation.", + "website": "https://github.com/madhephaestus/TeensySimplePacketComs", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/TeensySimplePacketComs.git", + "providesIncludes": ["TeensySimplePacketComs.h"], + "dependencies": [ + { + "name": "SimplePacketComs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/TeensySimplePacketComs-0.2.0.zip", + "archiveFileName": "TeensySimplePacketComs-0.2.0.zip", + "size": 16708, + "checksum": "SHA-256:324bf0ebcb238b9b671f7df2cd325c151cd464ce8daa30bec0c8ff9cea2cb7b1" + }, { "name": "Adafruit NeoPXL8", "version": "1.0.0", @@ -118766,7 +155044,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.0.zip", "archiveFileName": "Adafruit_NeoPXL8-1.0.0.zip", "size": 11954, "checksum": "SHA-256:0cb13d85db14c4e18a52bbecc794d9ef71ce787c09237751537c3c2746d38089" @@ -118783,11 +155061,103 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.1.zip", "archiveFileName": "Adafruit_NeoPXL8-1.0.1.zip", "size": 14024, "checksum": "SHA-256:f5164ab99e5c5408876bfc8cff1caff368281670f5d385d791f7dd47b71b4353" }, + { + "name": "Adafruit NeoPXL8", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.2.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.0.2.zip", + "size": 14143, + "checksum": "SHA-256:f2d052a241a2305ecd171d0ebe0ae3d9a69fd1193dc708d7ecceb8523668d5c5" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.3.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.0.3.zip", + "size": 14174, + "checksum": "SHA-256:957559da2fa89f553b0907c5706b9ce585bb08b028968693f85f9c46e7240dd2" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.4.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.0.4.zip", + "size": 14203, + "checksum": "SHA-256:915e4ef81534c429edb32b33cf01bd116e370a52253b454dc518d7585ffb9f8a" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.5.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.0.5.zip", + "size": 14324, + "checksum": "SHA-256:adeb2f8a9f936f69b20fed849e6c483b7681caf0a39ba515c1d17b14abe6f455" + }, { "name": "SparkFun SCD30 Arduino Library", "version": "1.0.0", @@ -118800,7 +155170,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.0.zip", "size": 459745, "checksum": "SHA-256:34f4b9c8adb01ca439c89771e40b7ddfe8af974fc5e77a625d350272408fc661" @@ -118817,7 +155187,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.2.zip", "size": 460356, "checksum": "SHA-256:698591248ca025de1be3a326cf0982d802af0fbdb4c1b807e5a68b3d05b679d7" @@ -118834,11 +155204,147 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.3.zip", "size": 460347, "checksum": "SHA-256:84096be81b1de63eb42c2121cb5cc697fbcdc165479ddbc1534f445c0f6614cd" }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.6.zip", + "size": 460762, + "checksum": "SHA-256:9be04e9816b8f650713205a054003b0f016b53ac8e4441ec74d914b257f37933" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.7", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.7.zip", + "size": 460783, + "checksum": "SHA-256:d8b9f5f8a469c773c56ba2675a67c7c8d4ba53512efd23ba62e58f1b04330042" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.8", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.8.zip", + "size": 462234, + "checksum": "SHA-256:0635661bcc809564a9942612318208e16499cccbe6c5bb1036134b29307f6642" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.9", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.9.zip", + "size": 462565, + "checksum": "SHA-256:d0851ce1add0601f4c6db21b35691a702af23db85842707e90da6ebe8cbc32de" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.10", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.10.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.10.zip", + "size": 462834, + "checksum": "SHA-256:39af29f0b9fa798077ebfa9bde74c8adf23dce3ccf161b230eabdbbc842b6385" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.11", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.11.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.11.zip", + "size": 465397, + "checksum": "SHA-256:eb41f32b8aa192516cd10ae4956db2ec59dcd32b44ce4a0b96360e8147ccb1c4" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.12", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.12.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.12.zip", + "size": 465708, + "checksum": "SHA-256:f1650ff0247e66990cf270472bf43cf352933145cb96cf39cfba32152b482d28" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.13", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.13.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.13.zip", + "size": 465638, + "checksum": "SHA-256:9693b09bcd1599f9ac8ab3f262a00fea85b494ef2a17982ac2bf38e8aa421327" + }, { "name": "DropboxManager", "version": "1.0.0", @@ -118851,7 +155357,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/lucasromeiro/DropboxManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.0.0.zip", "archiveFileName": "DropboxManager-1.0.0.zip", "size": 33715, "checksum": "SHA-256:7248ef4cbc8f54a474d07e1e4fe384dbf1a118788309bbc272808fa06fc06f89" @@ -118868,7 +155374,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/lucasromeiro/DropboxManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.1.0.zip", "archiveFileName": "DropboxManager-1.1.0.zip", "size": 35238, "checksum": "SHA-256:46237548c2ebb424c20b960d3da27dfbc96f6fd9c2c212f86789500be05244e2" @@ -118885,7 +155391,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/lucasromeiro/DropboxManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.1.1.zip", "archiveFileName": "DropboxManager-1.1.1.zip", "size": 35272, "checksum": "SHA-256:41ada1edb74b3ef67fe718dc465cc517af5464587336f46e09be51b4f44dcec0" @@ -118902,7 +155408,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/lucasromeiro/DropboxManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucasromeiro/DropboxManager-1.1.2.zip", "archiveFileName": "DropboxManager-1.1.2.zip", "size": 35364, "checksum": "SHA-256:032d795317cc07336372a07f723b55248a2ed3b09622f15610f14fb1749a3204" @@ -118920,7 +155426,7 @@ "types": ["Contributed"], "repository": "https://github.com/Tvde1/WiFiPicker.git", "providesIncludes": ["WiFiPicker.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Tvde1/WiFi_Picker-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tvde1/WiFi_Picker-1.1.0.zip", "archiveFileName": "WiFi_Picker-1.1.0.zip", "size": 5795, "checksum": "SHA-256:d54ab9e68948179f83b51ef076582ab66e7de106ff3b9f1928e37190677b9950" @@ -118938,7 +155444,7 @@ "types": ["Contributed"], "repository": "https://github.com/toxnico/DMStepper.git", "providesIncludes": ["dmstepper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/toxnico/DMStepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/toxnico/DMStepper-1.0.0.zip", "archiveFileName": "DMStepper-1.0.0.zip", "size": 19520, "checksum": "SHA-256:f5c9e86b66f042886f2c7403df2597214de45b035565d671aaecd7bbbd09b314" @@ -118956,7 +155462,7 @@ "types": ["Contributed"], "repository": "https://github.com/toxnico/DMStepper.git", "providesIncludes": ["dmstepper.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/toxnico/DMStepper-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/toxnico/DMStepper-1.0.1.zip", "archiveFileName": "DMStepper-1.0.1.zip", "size": 19656, "checksum": "SHA-256:31137390666288dcc070cccb452d9fdde6d1ef04c45682d7f145b9c1399b9dda" @@ -118974,7 +155480,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/timestamp32bits.git", "providesIncludes": ["timestamp32bits.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/timestamp32bits-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/timestamp32bits-1.0.0.zip", "archiveFileName": "timestamp32bits-1.0.0.zip", "size": 6948, "checksum": "SHA-256:4d4b2632aaeab2f28c9376a47801830ec0445d376af05aa05452059c151d30a6" @@ -118992,7 +155498,7 @@ "types": ["Contributed"], "repository": "https://github.com/kosme/timestamp32bits.git", "providesIncludes": ["timestamp32bits.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kosme/timestamp32bits-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/timestamp32bits-1.1.0.zip", "archiveFileName": "timestamp32bits-1.1.0.zip", "size": 9552, "checksum": "SHA-256:f8064ca8c210609582ad673c12f24f24c1a890392b48fafe88d31ad97f09d9bc" @@ -119010,7 +155516,7 @@ "types": ["Contributed"], "repository": "https://github.com/jaean123/SnappyXO-PreciseMovement-library.git", "providesIncludes": ["PreciseMover.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jaean123/SnappyXO_PreciseMovement_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jaean123/SnappyXO_PreciseMovement_library-1.0.0.zip", "archiveFileName": "SnappyXO_PreciseMovement_library-1.0.0.zip", "size": 7392, "checksum": "SHA-256:367ef584bc272d865f8b67726e0142b2f58a9c9f6ce7836eb88774e7dd090780" @@ -119027,7 +155533,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/goncalomb/KeyMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/goncalomb/KeyMatrix-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/goncalomb/KeyMatrix-1.0.0.zip", "archiveFileName": "KeyMatrix-1.0.0.zip", "size": 8135, "checksum": "SHA-256:9fb2bad5f5ddf3599862f33b61689344ccb53c8c56e905139567830aa56936e0" @@ -119044,7 +155550,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl53l1x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.0.0.zip", "archiveFileName": "VL53L1X-1.0.0.zip", "size": 28871, "checksum": "SHA-256:c21ea824966071391dd15e83b532d42ee5cff9263fb7a6770b075f7114f5131f" @@ -119061,11 +155567,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/vl53l1x-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.0.1.zip", "archiveFileName": "VL53L1X-1.0.1.zip", "size": 29021, "checksum": "SHA-256:18b48a73edf531f886a236723e29e0d5b928e8fd58f8f40f827ee57401b6f637" }, + { + "name": "VL53L1X", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L1X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L1X distance sensor.", + "website": "https://github.com/pololu/vl53l1x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l1x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.1.0.zip", + "archiveFileName": "VL53L1X-1.1.0.zip", + "size": 29378, + "checksum": "SHA-256:330538086cf84c6ec429ecaf5bb2e25fbd1a381d0929108c47037ce321bbd1c3" + }, + { + "name": "VL53L1X", + "version": "1.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L1X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L1X distance sensor.", + "website": "https://github.com/pololu/vl53l1x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l1x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.2.0.zip", + "archiveFileName": "VL53L1X-1.2.0.zip", + "size": 29719, + "checksum": "SHA-256:8703c0177bfdcebcf22c8ba7ada58ea12d2e7a26d236193ca35beed7ff791079" + }, + { + "name": "VL53L1X", + "version": "1.2.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L1X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L1X distance sensor.", + "website": "https://github.com/pololu/vl53l1x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l1x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.2.1.zip", + "archiveFileName": "VL53L1X-1.2.1.zip", + "size": 29734, + "checksum": "SHA-256:d9c46d5639c1fe5676849068615bec08b819d8427cf09f2b1df669c731a47ece" + }, + { + "name": "VL53L1X", + "version": "1.3.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L1X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L1X distance sensor.", + "website": "https://github.com/pololu/vl53l1x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/vl53l1x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.3.0.zip", + "archiveFileName": "VL53L1X-1.3.0.zip", + "size": 31703, + "checksum": "SHA-256:b24378b3df329eaf1fac4a99060f10ca615a98cd4132e7a76581fd17c7b43378" + }, { "name": "SparkFun LPS25HB Pressure Sensor Library", "version": "1.0.0", @@ -119078,7 +155652,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.0.zip", "archiveFileName": "SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.0.zip", "size": 12672, "checksum": "SHA-256:d82f56c45a330dbe1c88c7811b4869455ebd4eaa909179f369e7fd06948eef20" @@ -119095,7 +155669,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.2.zip", "archiveFileName": "SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.2.zip", "size": 21769, "checksum": "SHA-256:6b9545132145529794297a6d5328ca114f6f85489642e24a0aa147c01b9426f8" @@ -119112,7 +155686,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.3.zip", "archiveFileName": "SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.3.zip", "size": 21848, "checksum": "SHA-256:bd1b51e89942d4477546cdf50bfa5ba94e505102dc5b7a285e79048abd6a61ed" @@ -119129,11 +155703,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.4.zip", "archiveFileName": "SparkFun_LPS25HB_Pressure_Sensor_Library-1.0.4.zip", "size": 21978, "checksum": "SHA-256:fd18b206b3bffc69f7f9d186c1fdc3bb485cebb947ab6689f85e8435a761d01f" }, + { + "name": "SparkFun LPS25HB Pressure Sensor Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/14767\"\u003eSparkFun Qwiic Pressure Sensor - LPS25HB\u003c/a\u003e.", + "paragraph": "Library for the LPS25HB pressure sensor, part of the Qwiic system. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.1.0.zip", + "archiveFileName": "SparkFun_LPS25HB_Pressure_Sensor_Library-1.1.0.zip", + "size": 21701, + "checksum": "SHA-256:215171d5fe658e5162f762a129576bc49bd666b91e2090f2465d3dd8d57bc08a" + }, { "name": "NonBlockingRTTTL", "version": "1.2.0", @@ -119147,7 +155738,7 @@ "types": ["Contributed"], "repository": "https://github.com/end2endzone/NonBlockingRTTTL.git", "providesIncludes": ["NonBlockingRtttl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.2.0.zip", "archiveFileName": "NonBlockingRTTTL-1.2.0.zip", "size": 242993, "checksum": "SHA-256:72e374e311414ac9f1fc80aac0feb1d199af5d2dee5da49fdbbcc846b083a362" @@ -119165,7 +155756,7 @@ "types": ["Contributed"], "repository": "https://github.com/end2endzone/NonBlockingRTTTL.git", "providesIncludes": ["NonBlockingRtttl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.2.1.zip", "archiveFileName": "NonBlockingRTTTL-1.2.1.zip", "size": 243246, "checksum": "SHA-256:a9dcc726da9340b19b0fb365188edaf798b5372ca8832276fe4b6d86a5690585" @@ -119183,11 +155774,29 @@ "types": ["Contributed"], "repository": "https://github.com/end2endzone/NonBlockingRTTTL.git", "providesIncludes": ["NonBlockingRtttl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.2.2.zip", "archiveFileName": "NonBlockingRTTTL-1.2.2.zip", "size": 243544, "checksum": "SHA-256:22746bd6528a0602a6c678b92dee91d646be70987c2cf71e90301d386369c3c2" }, + { + "name": "NonBlockingRTTTL", + "version": "1.3.0", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "Non-blocking Arduino library for playing RTTTL melodies.", + "paragraph": "The library allows your program to read or write IOs pins while playing. Implementing \"stop\" or \"next song\" push buttons is really easy!", + "website": "https://github.com/end2endzone/NonBlockingRTTTL", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/end2endzone/NonBlockingRTTTL.git", + "providesIncludes": ["NonBlockingRtttl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.3.0.zip", + "archiveFileName": "NonBlockingRTTTL-1.3.0.zip", + "size": 243684, + "checksum": "SHA-256:455479b0467d3a48e1fca30dcb17f6bcc03e7e330b0a4e6ff0072ba0b7013c44" + }, { "name": "MiCS6814-I2C", "version": "1.0.0", @@ -119200,7 +155809,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/eNBeWe/MiCS6814-I2C-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eNBeWe/MiCS6814_I2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eNBeWe/MiCS6814_I2C-1.0.0.zip", "archiveFileName": "MiCS6814_I2C-1.0.0.zip", "size": 16666, "checksum": "SHA-256:c52fbe9a61e5ffb3213d45837bb46b4f0881f2b9244b8461cfc4b3f0a4a4f0e7" @@ -119217,7 +155826,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.0.0.zip", "archiveFileName": "AD_Sensors-1.0.0.zip", "size": 8053, "checksum": "SHA-256:617b78d01d990cbab5e67ca65f533d753384067843257dcad82298596001c332" @@ -119234,7 +155843,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.2.1.zip", "archiveFileName": "AD_Sensors-1.2.1.zip", "size": 16831, "checksum": "SHA-256:3957196feb2bab04144fdd0d8920d85f353107c3452960832ee23b7de017d0d3" @@ -119251,7 +155860,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.2.2.zip", "archiveFileName": "AD_Sensors-1.2.2.zip", "size": 16578, "checksum": "SHA-256:b007bf115c8ab46b0a49d5356d24870260293d3ed1068b970e447642390040e4" @@ -119268,7 +155877,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.2.3.zip", "archiveFileName": "AD_Sensors-1.2.3.zip", "size": 16605, "checksum": "SHA-256:d9bec9d3af6bcc06521d0007a7c5a0566a61080fc9c96e83bfd957b50f420db7" @@ -119285,11 +155894,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.3.1.zip", "archiveFileName": "AD_Sensors-1.3.1.zip", "size": 19118, "checksum": "SHA-256:321dc7eef8fba8faee5e77f3627bcf950d14791192a5b0d6753bb38fec1c9dac" }, + { + "name": "AD_Sensors", + "version": "1.3.3", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a digital and analog sensors.", + "paragraph": "Provides an object-oriented interface for digital and analog sensors.", + "website": "https://github.com/YuriiSalimov/AD_Sensors", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.3.3.zip", + "archiveFileName": "AD_Sensors-1.3.3.zip", + "size": 21257, + "checksum": "SHA-256:c09143020cafb6260c3afa8c2239b6a689dc1b6f7faea1bbbb0c1aa1b5b4ea23" + }, + { + "name": "AD_Sensors", + "version": "1.3.4", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a digital and analog sensors.", + "paragraph": "Provides an object-oriented interface for digital and analog sensors.", + "website": "https://github.com/YuriiSalimov/AD_Sensors", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.3.4.zip", + "archiveFileName": "AD_Sensors-1.3.4.zip", + "size": 21323, + "checksum": "SHA-256:fb46660a003347d784a0c01c99a3b05e20789c0055e628de37891d15f8674d71" + }, + { + "name": "AD_Sensors", + "version": "1.3.5", + "author": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "maintainer": "Yurii Salimov \u003cyuriy.alex.salimov@gmail.com\u003e", + "sentence": "The Library implements a set of methods for working with a digital and analog sensors.", + "paragraph": "Provides an object-oriented interface for digital and analog sensors.", + "website": "https://github.com/YuriiSalimov/AD_Sensors", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YuriiSalimov/AD_Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YuriiSalimov/AD_Sensors-1.3.5.zip", + "archiveFileName": "AD_Sensors-1.3.5.zip", + "size": 21377, + "checksum": "SHA-256:568fd49fa13abdb25a7beb93cca230aef413d0d0c89f8cade8dcb9b511c384a2" + }, { "name": "ServoOsc", "version": "1.0.0", @@ -119302,7 +155962,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/fitzterra/ServoOsc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fitzterra/ServoOsc-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fitzterra/ServoOsc-1.0.0.zip", "archiveFileName": "ServoOsc-1.0.0.zip", "size": 697116, "checksum": "SHA-256:2e7a06be47bf5d699dc9dbb5d6119e8aa3522c29946876e79e9185f88b5ed48a" @@ -119319,7 +155979,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/fitzterra/ServoOsc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fitzterra/ServoOsc-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fitzterra/ServoOsc-1.0.1.zip", "archiveFileName": "ServoOsc-1.0.1.zip", "size": 699061, "checksum": "SHA-256:c4abf691db250d56e17f38c89c5b3907796f59cf55c1fd4a87b26a9a6b66a8ac" @@ -119336,7 +155996,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/fitzterra/ServoOsc.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fitzterra/ServoOsc-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fitzterra/ServoOsc-1.2.0.zip", "archiveFileName": "ServoOsc-1.2.0.zip", "size": 700392, "checksum": "SHA-256:64bc31cbbc8d61e598462f9f988e36e348da5333db0edf586e9e2d379366e8f6" @@ -119353,7 +156013,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/agmangas/SerialRFID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/agmangas/SerialRFID-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agmangas/SerialRFID-0.1.0.zip", "archiveFileName": "SerialRFID-0.1.0.zip", "size": 6216, "checksum": "SHA-256:ce79322f97a33e6c06632a30682b0b46bfc7fa66345e677aeead10df01913e95" @@ -119370,7 +156030,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/agmangas/SerialRFID.git", - "url": "http://downloads.arduino.cc/libraries/github.com/agmangas/SerialRFID-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/agmangas/SerialRFID-0.2.0.zip", "archiveFileName": "SerialRFID-0.2.0.zip", "size": 6214, "checksum": "SHA-256:806c7067950b2ece108f5d329bac27e7af760c009314b3f53dc2d66d3acc05ab" @@ -119386,7 +156046,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/BlueAndi/vscp-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-0.6.1.zip", "archiveFileName": "VSCP-0.6.1.zip", "size": 378198, "checksum": "SHA-256:1cead105a3a306c27707f40ea689989090bf351be8fab88537dbc52ac0782d0c" @@ -119402,11 +156062,75 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/BlueAndi/vscp-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-0.7.1.zip", "archiveFileName": "VSCP-0.7.1.zip", "size": 440890, "checksum": "SHA-256:1a85abe6084d8365fb06c64171ce29f63843340584a21d49568d25a20e14289e" }, + { + "name": "VSCP", + "version": "0.8.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-0.8.0.zip", + "archiveFileName": "VSCP-0.8.0.zip", + "size": 441915, + "checksum": "SHA-256:8bb673e8ab0b0aa5a2111611f75006d0e799601a297fccef8b1359822a679c64" + }, + { + "name": "VSCP", + "version": "1.0.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-1.0.0.zip", + "archiveFileName": "VSCP-1.0.0.zip", + "size": 535396, + "checksum": "SHA-256:6d9efe44a4d0658383a75ee6db05a515411c126076f77dc8c4dfc3cb2762813e" + }, + { + "name": "VSCP", + "version": "1.1.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-1.1.0.zip", + "archiveFileName": "VSCP-1.1.0.zip", + "size": 538832, + "checksum": "SHA-256:1b47bbdde9ff979d81f4328e3f72764b8accf22b96b2db6dffe1a172416cbbf8" + }, + { + "name": "VSCP", + "version": "1.2.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-1.2.0.zip", + "archiveFileName": "VSCP-1.2.0.zip", + "size": 546737, + "checksum": "SHA-256:93930693c9acdcede1fa18b17f6d4aff075b58bb32097440e06b5bd0dba03b10" + }, { "name": "VectorDisplay", "version": "0.0.2", @@ -119419,7 +156143,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/arpruss/vectordisplayarduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.0.2.zip", "archiveFileName": "VectorDisplay-0.0.2.zip", "size": 9160, "checksum": "SHA-256:294fc92e98466b7fd0f0a5cd197745e80ea6f323ba54a2a76640c5ddcb41ae43" @@ -119436,7 +156160,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/arpruss/vectordisplayarduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.0.3.zip", "archiveFileName": "VectorDisplay-0.0.3.zip", "size": 10007, "checksum": "SHA-256:6687d2282d9ec2842ee2531f0b4b06d50e9afb285bb4a940068e5086db6ce158" @@ -119453,7 +156177,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/arpruss/vectordisplayarduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.30.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.30.0.zip", "archiveFileName": "VectorDisplay-0.30.0.zip", "size": 10136, "checksum": "SHA-256:a9234d70c99b02f6a816709234a239c1195ded313e5e576d3fbc65b20f750afb" @@ -119470,7 +156194,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/arpruss/vectordisplayarduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.35.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.35.0.zip", "archiveFileName": "VectorDisplay-0.35.0.zip", "size": 12239, "checksum": "SHA-256:2e96ba8531ee84b1f36fd8169aa4d19111ea67f6b43c58d201d3c162dcae9638" @@ -119487,7 +156211,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/arpruss/vectordisplayarduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.35.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/VectorDisplay-0.35.1.zip", "archiveFileName": "VectorDisplay-0.35.1.zip", "size": 12469, "checksum": "SHA-256:83f879f8c9a89ca2767c43b432d12bb01b525ea87b28bf03b264408164682230" @@ -119505,7 +156229,7 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/PPMEncoder.git", "providesIncludes": ["PPMEncoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.0.zip", "archiveFileName": "PPMEncoder-0.1.0.zip", "size": 4519, "checksum": "SHA-256:dacd7f7cc7c409ce4972bb13bd48e8b3cb59d21819ce3d92a4b0c74af3fc1f98" @@ -119523,7 +156247,7 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/PPMEncoder.git", "providesIncludes": ["PPMEncoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.1.zip", "archiveFileName": "PPMEncoder-0.1.1.zip", "size": 4523, "checksum": "SHA-256:19c5e0a53eb88fa6ba937b554433ccd671543049fdf5e1322f525f9bac21fdd3" @@ -119541,7 +156265,7 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/PPMEncoder.git", "providesIncludes": ["PPMEncoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.2.zip", "archiveFileName": "PPMEncoder-0.1.2.zip", "size": 4520, "checksum": "SHA-256:fa73f759df21d2031eed621cec3e27c58ac21182f6c9cf9d312482c1862a335a" @@ -119559,7 +156283,7 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/PPMEncoder.git", "providesIncludes": ["PPMEncoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.1.3.zip", "archiveFileName": "PPMEncoder-0.1.3.zip", "size": 4517, "checksum": "SHA-256:2a87c1931decaf3ea7057095d614a14074525f92a3c4a5c42c17f90a053fbb05" @@ -119577,11 +156301,29 @@ "types": ["Contributed"], "repository": "https://github.com/schinken/PPMEncoder.git", "providesIncludes": ["PPMEncoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.2.0.zip", "archiveFileName": "PPMEncoder-0.2.0.zip", "size": 4518, "checksum": "SHA-256:edd70ddcc010007625cdf46a91ab18342fab9342bd0a73b1ddba7165d38f3eca" }, + { + "name": "PPMEncoder", + "version": "0.3.0", + "author": "Christopher Schirner \u003cmail+github@schinken.io\u003e", + "maintainer": "Christopher Schirner \u003cmail+github@schinken.io\u003e", + "sentence": "A library to encode/generate a PPM signal for controlling RC Cars, etc...", + "paragraph": "Easy PPM Signal generator", + "website": "http://github.com/schinken/PPMEncoder", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/schinken/PPMEncoder.git", + "providesIncludes": ["PPMEncoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.3.0.zip", + "archiveFileName": "PPMEncoder-0.3.0.zip", + "size": 4643, + "checksum": "SHA-256:16114480194131734fb08a902ffbfa9f56d5970336a226d8952f497a237f1dc4" + }, { "name": "DL_PAC_NK76", "version": "1.0.0", @@ -119595,11 +156337,34 @@ "types": ["Contributed"], "repository": "https://github.com/QuadrifoglioVerde/DL_PAC_NK76.git", "providesIncludes": ["DL_PAC_NK76.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/QuadrifoglioVerde/DL_PAC_NK76-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/QuadrifoglioVerde/DL_PAC_NK76-1.0.0.zip", "archiveFileName": "DL_PAC_NK76-1.0.0.zip", "size": 16690, "checksum": "SHA-256:73fd0a2380a498986a112cee290519c4d977b0c7d8d5566cd15cfb8e9dd80fbe" }, + { + "name": "DL_PAC_NK76", + "version": "1.0.1", + "author": "Quadrifoglio Verde \u003cquadrifoglio@protonmail.com\u003e", + "maintainer": "Quadrifoglio Verde \u003cquadrifoglio@protonmail.com\u003e", + "sentence": "Arduino library for remote control DeLonghi PAC NK76", + "paragraph": "Remote control for Air Conditioner DeLonghi PAC NK76 over IR, IRremote library required!", + "website": "https://github.com/QuadrifoglioVerde/DL_PAC_NK76", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/QuadrifoglioVerde/DL_PAC_NK76.git", + "providesIncludes": ["DL_PAC_NK76.h"], + "dependencies": [ + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/QuadrifoglioVerde/DL_PAC_NK76-1.0.1.zip", + "archiveFileName": "DL_PAC_NK76-1.0.1.zip", + "size": 16699, + "checksum": "SHA-256:0ad0d2dedb72303166cb731047a44e131931d05d111d2a4e17a20efff67231e2" + }, { "name": "CD4511B Seven Segment Display Driver", "version": "1.0.0", @@ -119612,7 +156377,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/lecsDragos/Arduino_SegmentDisplay_CD4511B.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lecsDragos/CD4511B_Seven_Segment_Display_Driver-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lecsDragos/CD4511B_Seven_Segment_Display_Driver-1.0.0.zip", "archiveFileName": "CD4511B_Seven_Segment_Display_Driver-1.0.0.zip", "size": 3905, "checksum": "SHA-256:8f08248ffd99de8bff0d98bd4f08183f9e4f08023f447b9fc9a11cd595ecf589" @@ -119630,7 +156395,7 @@ "types": ["Contributed"], "repository": "https://github.com/ihormelnyk/opentherm_library.git", "providesIncludes": ["OpenTherm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.0.0.zip", "archiveFileName": "OpenTherm_Library-1.0.0.zip", "size": 9655, "checksum": "SHA-256:0800d9915f4719a16a52e1a5d6892d907e88a2802a5e87b93bc9169b07a9ba49" @@ -119648,7 +156413,7 @@ "types": ["Contributed"], "repository": "https://github.com/ihormelnyk/opentherm_library.git", "providesIncludes": ["OpenTherm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.0.1.zip", "archiveFileName": "OpenTherm_Library-1.0.1.zip", "size": 9670, "checksum": "SHA-256:b2ef2c04319a12bf0e35f9278b2341ba448cec24191b23ba6dacd4bdb7299c18" @@ -119666,7 +156431,7 @@ "types": ["Contributed"], "repository": "https://github.com/ihormelnyk/opentherm_library.git", "providesIncludes": ["OpenTherm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.0.2.zip", "archiveFileName": "OpenTherm_Library-1.0.2.zip", "size": 9689, "checksum": "SHA-256:fcdbcb28b14f7fd028096be13bf7546084acc86fe27e265a778eea6b7ab45bf5" @@ -119684,11 +156449,47 @@ "types": ["Contributed"], "repository": "https://github.com/ihormelnyk/opentherm_library.git", "providesIncludes": ["OpenTherm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.1.0.zip", "archiveFileName": "OpenTherm_Library-1.1.0.zip", "size": 12566, "checksum": "SHA-256:7b51c98fbce51f6d3e4269fd98410ca15506040d643fb1361ec73591b9cb4599" }, + { + "name": "OpenTherm Library", + "version": "1.1.2", + "author": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "maintainer": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "sentence": "OpenTherm Library for HVAC system control communication using Arduino and ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and works with all OpenTherm compatible boilers.", + "website": "https://github.com/ihormelnyk/opentherm_library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ihormelnyk/opentherm_library.git", + "providesIncludes": ["OpenTherm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.1.2.zip", + "archiveFileName": "OpenTherm_Library-1.1.2.zip", + "size": 12633, + "checksum": "SHA-256:687c67226470fdf3a3169200e1855b456746a021fa73727645b8c9abce3c727c" + }, + { + "name": "OpenTherm Library", + "version": "1.1.3", + "author": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "maintainer": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "sentence": "OpenTherm Library for HVAC system control communication using Arduino and ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and works with all OpenTherm compatible boilers.", + "website": "https://github.com/ihormelnyk/opentherm_library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ihormelnyk/opentherm_library.git", + "providesIncludes": ["OpenTherm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.1.3.zip", + "archiveFileName": "OpenTherm_Library-1.1.3.zip", + "size": 12834, + "checksum": "SHA-256:92e9d9f6d19006c135ef73e655539e7bc097194c26d48e60ba34099b9d8f1943" + }, { "name": "SparkFun Qwiic LED Stick Library", "version": "1.0.0", @@ -119701,7 +156502,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.0.zip", "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.0.zip", "size": 21780, "checksum": "SHA-256:9559646d13440dfa576e4f02a6475c5714713efcffa08533e9d4f63f1f3ca691" @@ -119718,7 +156519,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.1.zip", "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.1.zip", "size": 23004, "checksum": "SHA-256:4b45e7debfc7a65a79e0e2eb1d7c1af6d822630191587b67e4885366a902d58b" @@ -119735,11 +156536,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.2.zip", "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.2.zip", "size": 23077, "checksum": "SHA-256:575f303ec6cfdb8d56dc2a33fc835eff62610df4e0350add57368a2a16fb33aa" }, + { + "name": "SparkFun Qwiic LED Stick Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic LED Stick", + "paragraph": "The Qwiic LED Stick features ten addressable APA102 LEDs, making it easy to add an output to your latest project. Write to individual LEDs to display a count in binary, or write to the whole strip for cool lighting effects.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.3.zip", + "size": 25055, + "checksum": "SHA-256:75a4a89a1133859cb57563d98a204941fb14b72ee80ecc6a1a776eace6709a18" + }, + { + "name": "SparkFun Qwiic LED Stick Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic LED Stick", + "paragraph": "The Qwiic LED Stick features ten addressable APA102 LEDs, making it easy to add an output to your latest project. Write to individual LEDs to display a count in binary, or write to the whole strip for cool lighting effects.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.4.zip", + "size": 25342, + "checksum": "SHA-256:708ffbbf998f67ab57e94415bf4c7e32836542404e2cc854c086586da2afadb1" + }, + { + "name": "SparkFun Qwiic LED Stick Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic LED Stick", + "paragraph": "The Qwiic LED Stick features ten addressable APA102 LEDs, making it easy to add an output to your latest project. Write to individual LEDs to display a count in binary, or write to the whole strip for cool lighting effects.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.5.zip", + "size": 25402, + "checksum": "SHA-256:8943475fc67f3b2cb9d280c0cb173ba90f0e77017b9ae221add184e9dbee6709" + }, { "name": "Hyperduino Library", "version": "1.2.0", @@ -119752,7 +156604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/HullabalooRobotics/Hyperduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/HullabalooRobotics/Hyperduino_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HullabalooRobotics/Hyperduino_Library-1.2.0.zip", "archiveFileName": "Hyperduino_Library-1.2.0.zip", "size": 3454, "checksum": "SHA-256:54645b0cd7cd46696ff7af801631d602caa305e39b5b0dcd27cd5237161fd736" @@ -119769,11 +156621,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/wilmouths/LM35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/wilmouths/LM35_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/LM35_Sensor-1.0.0.zip", "archiveFileName": "LM35_Sensor-1.0.0.zip", "size": 219417, "checksum": "SHA-256:6665975e3b8a4abfc7250b3f0d81e44df29ded7a7c0b0173c821bb38f7a8dcbe" }, + { + "name": "LM35 Sensor", + "version": "1.0.1", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to use the LM35 temperature sensor.", + "paragraph": "Gets temperature in Celcius with LM35 and convert in Fahrenheit or Kelvin", + "website": "https://github.com/wilmouths/LM35", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wilmouths/LM35.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/LM35_Sensor-1.0.1.zip", + "archiveFileName": "LM35_Sensor-1.0.1.zip", + "size": 219521, + "checksum": "SHA-256:285f37d20ab6950779be81032105c3f8070461b47d2dfa48e9bbaf593ac0b104" + }, { "name": "AndeeMobile", "version": "1.0.0", @@ -119787,7 +156656,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/AndeeMobile.git", "providesIncludes": ["SPI.h", "Andee.h", "AndeeMobile.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/AndeeMobile-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/AndeeMobile-1.0.0.zip", "archiveFileName": "AndeeMobile-1.0.0.zip", "size": 5074, "checksum": "SHA-256:2536e0c21f664395705f95b138e54d28018ae0a2801579b30bbb1edffb5d1349" @@ -119805,7 +156674,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/AndeeMobile.git", "providesIncludes": ["SPI.h", "Andee.h", "AndeeMobile.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/AndeeMobile-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/AndeeMobile-1.0.1.zip", "archiveFileName": "AndeeMobile-1.0.1.zip", "size": 9992, "checksum": "SHA-256:0ff04f37c095c29c0cd22bc57f9625b721345ff1d8a108b0c39102661feaf915" @@ -119823,7 +156692,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/AndeeMobile.git", "providesIncludes": ["SPI.h", "Andee.h", "AndeeMobile.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/AndeeMobile-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/AndeeMobile-1.0.2.zip", "archiveFileName": "AndeeMobile-1.0.2.zip", "size": 37712, "checksum": "SHA-256:8f9dc6116ea321398d03665518c869478b21c9d5227906753a6bf79756eed722" @@ -119841,7 +156710,7 @@ "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/UbidotsXLR8.git", "providesIncludes": ["UbidotsXLR8.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/UbidotsXLR8-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/UbidotsXLR8-1.0.0.zip", "archiveFileName": "UbidotsXLR8-1.0.0.zip", "size": 8064, "checksum": "SHA-256:7c9e3ce8a1c7b17de98afef5ec80173c433d0e596c8620c70a1fb4c0134611bc" @@ -119859,7 +156728,7 @@ "types": ["Contributed"], "repository": "https://github.com/AloriumTechnology/UbidotsXLR8.git", "providesIncludes": ["UbidotsXLR8.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/UbidotsXLR8-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/UbidotsXLR8-1.1.0.zip", "archiveFileName": "UbidotsXLR8-1.1.0.zip", "size": 7960, "checksum": "SHA-256:9eb8eb1c8a2142727572990c84bca871ffdaf65ea4efac04a74146dd0ff288cc" @@ -119878,7 +156747,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h", "MD_MAX72XX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.0.0.zip", "archiveFileName": "MD_MAXPanel-1.0.0.zip", "size": 981104, "checksum": "SHA-256:c4f0abc17db29825fdd1024640962982ea4323ef0d2b58bb927348364591c7b3" @@ -119897,7 +156766,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.0.1.zip", "archiveFileName": "MD_MAXPanel-1.0.1.zip", "size": 1474644, "checksum": "SHA-256:d1d886e9f7450a481ee47ee3ffc7abacba7058a0be3a89802bee6da63a646b11" @@ -119916,7 +156785,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.1.0.zip", "archiveFileName": "MD_MAXPanel-1.1.0.zip", "size": 1482249, "checksum": "SHA-256:85660700b8623ee711432e5f3a83dbcab3a87315a7a175be85ffb8dc0b9f015d" @@ -119935,7 +156804,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.1.1.zip", "archiveFileName": "MD_MAXPanel-1.1.1.zip", "size": 1781500, "checksum": "SHA-256:99087d7bb9451abb62df3fb7affe3c91afaedde9dc8c0e1fddac93af7d229560" @@ -119954,7 +156823,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.2.1.zip", "archiveFileName": "MD_MAXPanel-1.2.1.zip", "size": 1785684, "checksum": "SHA-256:54b9a13de4e9e8427609622a7a92455a72938fdc6b3f3689e8a94a6637740471" @@ -119973,7 +156842,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.2.2.zip", "archiveFileName": "MD_MAXPanel-1.2.2.zip", "size": 1785839, "checksum": "SHA-256:ecf25c33e059f47da8780ac7fc70c1824fdcb448298b151ef597ce8d9e8a4a26" @@ -119992,7 +156861,7 @@ "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", "providesIncludes": ["MD_MAXPanel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.2.3.zip", "archiveFileName": "MD_MAXPanel-1.2.3.zip", "size": 1785853, "checksum": "SHA-256:dad842aa1d045d428f6447e36476e7d707ded363f58a6221a10329d66c73d6b4" @@ -120010,7 +156879,7 @@ "types": ["Contributed"], "repository": "https://github.com/slavaza/SuperButton.git", "providesIncludes": ["SuperButton.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/slavaza/SuperButton-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/slavaza/SuperButton-0.1.0.zip", "archiveFileName": "SuperButton-0.1.0.zip", "size": 17509, "checksum": "SHA-256:425acb6e39444fed451bd2c46bec8dcf84b26f63f17cfae9bcbb3fadab29e7d4" @@ -120028,7 +156897,7 @@ "types": ["Contributed"], "repository": "https://github.com/slavaza/SuperButton.git", "providesIncludes": ["SuperButton.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/slavaza/SuperButton-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/slavaza/SuperButton-0.1.2.zip", "archiveFileName": "SuperButton-0.1.2.zip", "size": 17510, "checksum": "SHA-256:bf04fffd626e94811e2de6a6638fbfca96c624218481faf0d0abc70c717cc206" @@ -120045,7 +156914,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.0.zip", "archiveFileName": "LIDAR_Lite-2.0.0.zip", "size": 23726, "checksum": "SHA-256:aaf2f02c49a0d46b545109a776ab3a13b8ae3cf7b7464f9118b775f0cf61d33c" @@ -120062,7 +156931,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.2.zip", "archiveFileName": "LIDAR_Lite-2.0.2.zip", "size": 24510, "checksum": "SHA-256:469fabb9ed4b5c4f755bc2d08755255727d22743341d945b13107433760c769a" @@ -120079,7 +156948,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.3.zip", "archiveFileName": "LIDAR_Lite-2.0.3.zip", "size": 26669, "checksum": "SHA-256:8de2ed2b2ee0d842232af3b008bcf325e2abf9b0b664cb73e0c5b83ab33769ee" @@ -120096,7 +156965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.4.zip", "archiveFileName": "LIDAR_Lite-2.0.4.zip", "size": 26682, "checksum": "SHA-256:e5e5fec113c82486a37ef362db47572e43a3da6937021e412d5cae284ad35e03" @@ -120113,7 +156982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.5.zip", "archiveFileName": "LIDAR_Lite-2.0.5.zip", "size": 27015, "checksum": "SHA-256:3db6e6955ff792442ef037b205a87c3ea3d8aaff1173acf91614b54327095233" @@ -120130,11 +156999,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-2.0.6.zip", "archiveFileName": "LIDAR_Lite-2.0.6.zip", "size": 105946, "checksum": "SHA-256:70c8a9cb187a46e32f1fd04f35a5269e185b4ffb01bd1f51c3104ae81d548bef" }, + { + "name": "LIDAR-Lite", + "version": "3.0.0", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.0.zip", + "archiveFileName": "LIDAR_Lite-3.0.0.zip", + "size": 842837, + "checksum": "SHA-256:4901e7920e53d2af46f7febb62a3ca65268826aa3db46e58f1726fe88247942a" + }, + { + "name": "LIDAR-Lite", + "version": "3.0.1", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.1.zip", + "archiveFileName": "LIDAR_Lite-3.0.1.zip", + "size": 842954, + "checksum": "SHA-256:966628df0c64c0cfbb53d7107c02b0fedc8c0a8d6a56adce64416b9d9cbdc629" + }, + { + "name": "LIDAR-Lite", + "version": "3.0.2", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.2.zip", + "archiveFileName": "LIDAR_Lite-3.0.2.zip", + "size": 848695, + "checksum": "SHA-256:e07b4ca2f464bc9ddd1d63e8758dcd53f7593b00bba49c1728631c448365fb56" + }, + { + "name": "LIDAR-Lite", + "version": "3.0.3", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.3.zip", + "archiveFileName": "LIDAR_Lite-3.0.3.zip", + "size": 850183, + "checksum": "SHA-256:d75c95c79d0b9cf2f1f48d8145973237bc48006decbb49001bf8278a108de222" + }, + { + "name": "LIDAR-Lite", + "version": "3.0.4", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.4.zip", + "archiveFileName": "LIDAR_Lite-3.0.4.zip", + "size": 851886, + "checksum": "SHA-256:61d8de766f80f3baa209c0d2446e91b7bc696c7c924ee74e82365ed3fb5d3f09" + }, + { + "name": "LIDAR-Lite", + "version": "3.0.5", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.5.zip", + "archiveFileName": "LIDAR_Lite-3.0.5.zip", + "size": 852792, + "checksum": "SHA-256:28791c6497aff59cf31fa23f5d37b987c3d0e2f4a32205d443d502ec70c966bc" + }, + { + "name": "LIDAR-Lite", + "version": "3.0.6", + "author": "Garmin \u003cwww.garmin.com\u003e", + "maintainer": "Garmin \u003cwww.garmin.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "High-performance optical distance sensing. See product page for specs, manual, and pinout.", + "website": "https://github.com/garmin/LIDARLite_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/garmin/LIDARLite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/garmin/LIDAR_Lite-3.0.6.zip", + "archiveFileName": "LIDAR_Lite-3.0.6.zip", + "size": 853629, + "checksum": "SHA-256:25c00b65c9b673ba73940bfc911d683fac5adef91a87a2627888018b2b286475" + }, { "name": "Koyn", "version": "0.1.0", @@ -120149,7 +157137,7 @@ "types": ["Contributed"], "repository": "https://github.com/elkrem/koyn.git", "providesIncludes": ["Koyn.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elkrem/Koyn-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elkrem/Koyn-0.1.0.zip", "archiveFileName": "Koyn-0.1.0.zip", "size": 320214, "checksum": "SHA-256:d4b37c421959afa86f550690e5bf124a9c39120c38dd5e3faabd132fafeaff39" @@ -120168,7 +157156,7 @@ "types": ["Contributed"], "repository": "https://github.com/elkrem/koyn.git", "providesIncludes": ["Koyn.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/elkrem/Koyn-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/elkrem/Koyn-0.2.0.zip", "archiveFileName": "Koyn-0.2.0.zip", "size": 308402, "checksum": "SHA-256:f28caae7c6967e3359a5f372dab412a4ee781e9158435288fab2458330e3191b" @@ -120185,7 +157173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.0.0.zip", "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.0.0.zip", "size": 2798091, "checksum": "SHA-256:19c1d00f77d5262c274522e5677bf611c4f022ae3908ae1657096b891cfc223a" @@ -120202,7 +157190,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.0.1.zip", "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.0.1.zip", "size": 2798187, "checksum": "SHA-256:a960e9379ffe8a0be5b8099e48aa7d81eba9b8134cc05e789cf7d9bf1eb41e5b" @@ -120219,7 +157207,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.0.zip", "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.0.zip", "size": 2801188, "checksum": "SHA-256:973ef40d24056100e1b48cf919b02b729bb8a14b5541c451d5c5c9ebd92d5e33" @@ -120236,11 +157224,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.1.zip", "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.1.zip", "size": 2801337, "checksum": "SHA-256:07ec30b5a66fdcfda7808aa67c2f94a23fd389eaba88320c8e3e0fef272f3d11" }, + { + "name": "ProtoCentral ADS1220 24-bit ADC Library", + "version": "1.1.2", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral ADS1220 breakout board", + "paragraph": "This is one of the easiest to use 24-bit ADCs that we have come across.The ADS1220 gets rid of almost all external components with an internal voltage reference and internal clock", + "website": "https://github.com/Protocentral/Protocentral_ADS1220", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.2.zip", + "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.2.zip", + "size": 2802189, + "checksum": "SHA-256:af4c982bdbb1b4d5c846999c330469e58955e3caee4df1c3a3bdb7b1694cb94e" + }, { "name": "Cytron Servo Shield", "version": "1.0.0", @@ -120253,7 +157258,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/Cytron_Servo_Shield_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Servo_Shield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Servo_Shield-1.0.0.zip", "archiveFileName": "Cytron_Servo_Shield-1.0.0.zip", "size": 6633, "checksum": "SHA-256:ee75d14ed18b5809ea125501dfd2f518723d62456fe5f21777fc247571bdc8c6" @@ -120270,7 +157275,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/Cytron_Servo_Shield_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Servo_Shield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Servo_Shield-2.0.0.zip", "archiveFileName": "Cytron_Servo_Shield-2.0.0.zip", "size": 9183, "checksum": "SHA-256:8f7d2c6133cde5a934fc16e95a791b781f4357fff53c73b13bf08ccc41ffe9eb" @@ -120286,7 +157291,7 @@ "architectures": ["espressif32"], "types": ["Contributed"], "repository": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.0.0.zip", "archiveFileName": "ArduinoLearningKitStarter-1.0.0.zip", "size": 3450, "checksum": "SHA-256:abc16b9f709844fac70f39a1c954069cb3c808c6b63d57a85cf6c9dcac6ba80d" @@ -120302,7 +157307,7 @@ "architectures": ["espressif32"], "types": ["Contributed"], "repository": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.0.2.zip", "archiveFileName": "ArduinoLearningKitStarter-1.0.2.zip", "size": 5054, "checksum": "SHA-256:fc9ab09b5af92b9b825b27f5306ca32a77339a2ff63f57baed2f086b89581b47" @@ -120318,7 +157323,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.1.0.zip", "archiveFileName": "ArduinoLearningKitStarter-1.1.0.zip", "size": 8114, "checksum": "SHA-256:ebdfc0fdd3ba8a2dc3be34fe8a3c246cc9ebd89d44bf3550e97c217e58bc4cf7" @@ -120335,7 +157340,7 @@ "types": ["Contributed"], "repository": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library.git", "providesIncludes": ["ALKS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.1.1.zip", "archiveFileName": "ArduinoLearningKitStarter-1.1.1.zip", "size": 8161, "checksum": "SHA-256:58e6b5e7d994a251f5e55231ec09206449c1b8f55bff4376b0fa6bc70e1ff56c" @@ -120352,7 +157357,7 @@ "types": ["Contributed"], "repository": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library.git", "providesIncludes": ["ALKS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ArduinoLearningKitStarter-1.2.1.zip", "archiveFileName": "ArduinoLearningKitStarter-1.2.1.zip", "size": 8539, "checksum": "SHA-256:5439b20e1c1c081c018928c6d081e83535c94df8201137b5240cc8c72158b388" @@ -120370,7 +157375,7 @@ "types": ["Contributed"], "repository": "https://github.com/maxpautsch/SvgParser.git", "providesIncludes": ["SvgParser.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/maxpautsch/SvgParser-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maxpautsch/SvgParser-0.0.1.zip", "archiveFileName": "SvgParser-0.0.1.zip", "size": 80382, "checksum": "SHA-256:9b6cfc2a6911458d01fb6bd4a98f24273bf814ba145babfe67d74a430b5d5bfe" @@ -120388,7 +157393,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.0.1.zip", "archiveFileName": "Esp32SimplePacketComs-0.0.1.zip", "size": 30433, "checksum": "SHA-256:55b0c779a8ec8f07bc4be228a4460fb47c85fa55cdfd3d541375facc534f4a44" @@ -120406,7 +157411,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.0.2.zip", "archiveFileName": "Esp32SimplePacketComs-0.0.2.zip", "size": 30638, "checksum": "SHA-256:b0a99c1ac8ecbd2435feffc035d6cd023cfd89b11a389740af7f2cab80ab1678" @@ -120424,7 +157429,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.2.0.zip", "archiveFileName": "Esp32SimplePacketComs-0.2.0.zip", "size": 30743, "checksum": "SHA-256:f4f74af97aade45de12729cf5a45c50b8c443b6f0d35ea4639e4b654aa9eaedd" @@ -120442,7 +157447,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.2.1.zip", "archiveFileName": "Esp32SimplePacketComs-0.2.1.zip", "size": 31146, "checksum": "SHA-256:d45d3dc03e021cb1e9a1708584881469af87aff053c3a9753045b4d63d0b9f03" @@ -120460,7 +157465,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.2.2.zip", "archiveFileName": "Esp32SimplePacketComs-0.2.2.zip", "size": 31126, "checksum": "SHA-256:8cecf8e4ab93f906cf8e6029e90e0ac7837a96ef0e8cddcee978978794af7e4a" @@ -120478,7 +157483,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.3.0.zip", "archiveFileName": "Esp32SimplePacketComs-0.3.0.zip", "size": 31134, "checksum": "SHA-256:0470bcdf44c198f0e3625121c12b8b33cf51f5e4e3cbe8a303c0ef5f24fa8047" @@ -120496,7 +157501,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.3.2.zip", "archiveFileName": "Esp32SimplePacketComs-0.3.2.zip", "size": 31127, "checksum": "SHA-256:541f73dbc682cf362b1c60a536e0ff6344ec20a0f0623d2f450eafca1921a028" @@ -120514,7 +157519,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.0.zip", "archiveFileName": "Esp32SimplePacketComs-0.4.0.zip", "size": 31102, "checksum": "SHA-256:c6aacd6d436ea824ad9934d5fe15f0996c006d99ed37befa31d5f1bfdb3df272" @@ -120532,7 +157537,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.1.zip", "archiveFileName": "Esp32SimplePacketComs-0.4.1.zip", "size": 31097, "checksum": "SHA-256:579cdabced010aea487abbdadba7fe04ba75e0095f7440cb0ee75f464d118ad6" @@ -120550,7 +157555,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.2.zip", "archiveFileName": "Esp32SimplePacketComs-0.4.2.zip", "size": 31102, "checksum": "SHA-256:c8cdd8df04a6f7d2ca712f77bbb28ef79d42e5deacb878166abd8aa952c47a91" @@ -120568,7 +157573,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.4.3.zip", "archiveFileName": "Esp32SimplePacketComs-0.4.3.zip", "size": 31108, "checksum": "SHA-256:acb9c904b419acdfa499c350436c4a85438f1bb3b8b8b224a11833c0f6a58534" @@ -120586,7 +157591,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.0.zip", "archiveFileName": "Esp32SimplePacketComs-0.5.0.zip", "size": 31579, "checksum": "SHA-256:15fc5b0e60ebed48d585c9ac1274044b1f88d04e9f70a7a79d872096e700d9c3" @@ -120604,7 +157609,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.1.zip", "archiveFileName": "Esp32SimplePacketComs-0.5.1.zip", "size": 29991, "checksum": "SHA-256:9a0d10cb14c7f713c80995cfbe65f271cff8230e45b618a9b8557dbd7478f3f7" @@ -120622,7 +157627,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.2.zip", "archiveFileName": "Esp32SimplePacketComs-0.5.2.zip", "size": 29989, "checksum": "SHA-256:03de0f05bbb158a316fdb244154651f302c6e62aec52b5b2775a9c08bc110913" @@ -120640,7 +157645,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.5.3.zip", "archiveFileName": "Esp32SimplePacketComs-0.5.3.zip", "size": 30000, "checksum": "SHA-256:ca459821b392021d4c89b3c861835c54e4044b8b4ad1b831136601b643a8ae1e" @@ -120658,11 +157663,37 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", "providesIncludes": ["Esp32SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.6.0.zip", "archiveFileName": "Esp32SimplePacketComs-0.6.0.zip", "size": 25655, "checksum": "SHA-256:139bca674a19352a2ccbfb457bfff5d5fc425af077b68c882ca44fc25dc66f13" }, + { + "name": "Esp32SimplePacketComs", + "version": "0.7.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Simple Packet Coms for Esp32.", + "paragraph": "This Arduino library supports Simple Packet Coms for Esp32", + "website": "https://github.com/madhephaestus/Esp32SimplePacketComs", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32SimplePacketComs.git", + "providesIncludes": ["Esp32SimplePacketComs.h"], + "dependencies": [ + { + "name": "Esp32WifiManager" + }, + { + "name": "SimplePacketComs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32SimplePacketComs-0.7.0.zip", + "archiveFileName": "Esp32SimplePacketComs-0.7.0.zip", + "size": 25672, + "checksum": "SHA-256:e7f98cd5c2fc179a095ea7f07bbbd4a965262e6ee11483517fd96f25207b1cac" + }, { "name": "Blynk For Chinese", "version": "0.5.7", @@ -120677,7 +157708,7 @@ "types": ["Contributed"], "repository": "https://github.com/hznupeter/blynk-library-for-chinese.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.7.zip", "archiveFileName": "Blynk_For_Chinese-0.5.7.zip", "size": 331565, "checksum": "SHA-256:eb8c96108fcd94667a6233daefea86ca539f9f27b76190729a6cceb95c96a68e" @@ -120696,7 +157727,7 @@ "types": ["Contributed"], "repository": "https://github.com/hznupeter/blynk-library-for-chinese.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.8.zip", "archiveFileName": "Blynk_For_Chinese-0.5.8.zip", "size": 334210, "checksum": "SHA-256:3a666b9e6c21bbf67b0a640bb3a77ed0e61507d221d9948fb2122fda67052b94" @@ -120715,7 +157746,7 @@ "types": ["Contributed"], "repository": "https://github.com/hznupeter/blynk-library-for-chinese.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.9.zip", "archiveFileName": "Blynk_For_Chinese-0.5.9.zip", "size": 495892, "checksum": "SHA-256:2a06763c35677f42c04e5c1619d823cb9c206a79dc9580e8ef30f206fcbbfbef" @@ -120734,7 +157765,7 @@ "types": ["Contributed"], "repository": "https://github.com/hznupeter/blynk-library-for-chinese.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.4.zip", "archiveFileName": "Blynk_For_Chinese-0.5.4.zip", "size": 428730, "checksum": "SHA-256:43470eca695913747a00978b188f41140f2b638b17d34d7b21e43d0efc9924de" @@ -120753,7 +157784,7 @@ "types": ["Contributed"], "repository": "https://github.com/hznupeter/blynk-library-for-chinese.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.5.zip", "archiveFileName": "Blynk_For_Chinese-0.5.5.zip", "size": 419728, "checksum": "SHA-256:48faef7c2165a811585f163d27e02d3ffc8f364b1817d306cacc152dd73311f6" @@ -120772,7 +157803,7 @@ "types": ["Contributed"], "repository": "https://github.com/hznupeter/blynk-library-for-chinese.git", "providesIncludes": ["Blynk.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hznupeter/Blynk_For_Chinese-0.5.6.zip", "archiveFileName": "Blynk_For_Chinese-0.5.6.zip", "size": 324818, "checksum": "SHA-256:23b6d2c5d7a5e5f91177a7a5bd7cd42b06465cfa73eb1f588b757dcfabad05eb" @@ -120790,7 +157821,7 @@ "types": ["Contributed"], "repository": "https://github.com/taligentx/dscKeybusInterface.git", "providesIncludes": ["dscKeybusInterface.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-0.3.0.zip", "archiveFileName": "DSC_Keybus_Interface-0.3.0.zip", "size": 1896706, "checksum": "SHA-256:315f40c7804e7e81eeda7d98adae6a6b12ee216f66cf968b0da55bd56611be23" @@ -120808,7 +157839,7 @@ "types": ["Contributed"], "repository": "https://github.com/taligentx/dscKeybusInterface.git", "providesIncludes": ["dscKeybusInterface.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-0.4.0.zip", "archiveFileName": "DSC_Keybus_Interface-0.4.0.zip", "size": 1897385, "checksum": "SHA-256:4ac0ca64020c22e68f4aa490e2715795cb79b5092d5c1d9b1a4c9ad48189033d" @@ -120826,7 +157857,7 @@ "types": ["Contributed"], "repository": "https://github.com/taligentx/dscKeybusInterface.git", "providesIncludes": ["dscKeybusInterface.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-1.0.0.zip", "archiveFileName": "DSC_Keybus_Interface-1.0.0.zip", "size": 1904833, "checksum": "SHA-256:4de74c71d65900ed53f3f3966d551041fe2974e167116984f3292ee67fa5e3dc" @@ -120844,7 +157875,7 @@ "types": ["Contributed"], "repository": "https://github.com/taligentx/dscKeybusInterface.git", "providesIncludes": ["dscKeybusInterface.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-0.1.0.zip", "archiveFileName": "DSC_Keybus_Interface-0.1.0.zip", "size": 49913, "checksum": "SHA-256:615838a40f224922573c90706b3058c81aa3603527a1da36f9c583df32ccd0cb" @@ -120862,11 +157893,29 @@ "types": ["Contributed"], "repository": "https://github.com/taligentx/dscKeybusInterface.git", "providesIncludes": ["dscKeybusInterface.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-1.2.0.zip", "archiveFileName": "DSC_Keybus_Interface-1.2.0.zip", "size": 2061422, "checksum": "SHA-256:779a1dcca1f8715ed3baf88192a3681b6f32d2e6d9055bd797debb4d0d7038bd" }, + { + "name": "DSC Keybus Interface", + "version": "2.0.0", + "author": "Nikhil Choudhary \u003cnikhilc@taligentx.com\u003e", + "maintainer": "Nikhil Choudhary \u003cnikhilc@taligentx.com\u003e", + "sentence": "Directly interface Arduino, esp8266, and esp32 microcontrollers to DSC PowerSeries security systems for integration with home automation, alarm notifications, and usage as a virtual keypad.", + "paragraph": "Includes examples to monitor armed/alarm/zone/fire/trouble status, integrate with Homebridge (Apple HomeKit, Google Home) and Home Assistant via MQTT, send email and push notifications via Telegram and Pushbullet, and decode the Keybus protocol.", + "website": "https://github.com/taligentx/dscKeybusInterface", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/taligentx/dscKeybusInterface.git", + "providesIncludes": ["dscKeybusInterface.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-2.0.0.zip", + "archiveFileName": "DSC_Keybus_Interface-2.0.0.zip", + "size": 2363874, + "checksum": "SHA-256:1a322c40a630fe232aba8453074cff31ace26362b394420073c66fbf72d130ca" + }, { "name": "STM32duino RTC", "version": "1.0.0", @@ -120879,7 +157928,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.0.zip", "archiveFileName": "STM32duino_RTC-1.0.0.zip", "size": 18853, "checksum": "SHA-256:4425be1ffa742896bf7d4afb2f20511f82a3602b4d9357b51a269a61701529f9" @@ -120896,7 +157945,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.1.zip", "archiveFileName": "STM32duino_RTC-1.0.1.zip", "size": 18840, "checksum": "SHA-256:2a65a0696e7d2fe39ebcdb99483c903a3013e4d2317aed9b007b50a3e08372c5" @@ -120913,7 +157962,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.2.zip", "archiveFileName": "STM32duino_RTC-1.0.2.zip", "size": 19181, "checksum": "SHA-256:a2563fcc33b32f7aedc1ee98fe4c9c524de91e6d417a04c641d400aa3a31f323" @@ -120930,11 +157979,28 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32RTC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.0.3.zip", "archiveFileName": "STM32duino_RTC-1.0.3.zip", "size": 19506, "checksum": "SHA-256:b805d219b4123a70474f2bfa09e2103769b42c906e8522ebcc11429ae88e7f94" }, + { + "name": "STM32duino RTC", + "version": "1.1.0", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.1.0.zip", + "archiveFileName": "STM32duino_RTC-1.1.0.zip", + "size": 26640, + "checksum": "SHA-256:33faa501f45fb332e9d7f96a89d92883bf9ace38a82e0ec90f9dd6cf8691d006" + }, { "name": "STM32duino Low Power", "version": "1.0.0", @@ -120947,7 +158013,7 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32LowPower.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.0.0.zip", "archiveFileName": "STM32duino_Low_Power-1.0.0.zip", "size": 11967, "checksum": "SHA-256:e6472dd29f2be5b94d3da7e8a43e9206dbfbd7b823363d27b643ef4477e4da3c" @@ -120964,11 +158030,77 @@ "architectures": ["stm32"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STM32LowPower.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.0.1.zip", "archiveFileName": "STM32duino_Low_Power-1.0.1.zip", "size": 11965, "checksum": "SHA-256:a81fc196c7f73006e1374c1bff9b032168d9ea849eed58f265e4daf50caf22c1" }, + { + "name": "STM32duino Low Power", + "version": "1.0.2", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.0.2.zip", + "archiveFileName": "STM32duino_Low_Power-1.0.2.zip", + "size": 11976, + "checksum": "SHA-256:7f5c9c917741155fd112b13d8801a618f610d9aee16f19f1c230e4d0d6646266" + }, + { + "name": "STM32duino Low Power", + "version": "1.0.3", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.0.3.zip", + "archiveFileName": "STM32duino_Low_Power-1.0.3.zip", + "size": 12009, + "checksum": "SHA-256:18087e7b9d64ba59355fda4bbdb573ba2df05dba189bc68aa7ca9b9d95cc4a02" + }, + { + "name": "STM32duino Low Power", + "version": "1.1.0", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.1.0.zip", + "archiveFileName": "STM32duino_Low_Power-1.1.0.zip", + "size": 18620, + "checksum": "SHA-256:df1a7cd456f52c927e0f9693cf55dd435c1018b5d4b0a733e16184c6f52f86da" + }, { "name": "HTTP", "version": "1.0.0", @@ -120981,7 +158113,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/qub1750ul/Arduino_HTTP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/qub1750ul/HTTP-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/qub1750ul/HTTP-1.0.0.zip", "archiveFileName": "HTTP-1.0.0.zip", "size": 14070, "checksum": "SHA-256:d5a6b4111f0c8af2f196175d69629d7417666fa3209b6bf115e5f5d379da8723" @@ -120998,7 +158130,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.0.zip", "archiveFileName": "Adafruit_Zero_I2S_Library-1.1.0.zip", "size": 11777, "checksum": "SHA-256:e83185325e99a57656e28d1eb6d35ee5dc05b5593edecc10bc5d8dbe833c5b71" @@ -121015,7 +158147,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.1.zip", "archiveFileName": "Adafruit_Zero_I2S_Library-1.1.1.zip", "size": 15037, "checksum": "SHA-256:e086723da93895780f9ac3e8240c9b7e61bd996f50ef90a1a54100460799a941" @@ -121032,11 +158164,94 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.2.zip", "archiveFileName": "Adafruit_Zero_I2S_Library-1.1.2.zip", "size": 14828, "checksum": "SHA-256:8eb5a55ce5594519b3b3d06a9b00013f10a99f85b37f140d17cf948a3e3289ed" }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.3.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.1.3.zip", + "size": 13679, + "checksum": "SHA-256:cebf7ecc99f1d99c9b94786bfb9a7bcf15d02512c0433aff788b1f1dc2ce3166" + }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.1.4.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.1.4.zip", + "size": 18054, + "checksum": "SHA-256:77ef09cca7384c1ffa76ad73cb4e29a49c2107794c38ecb7ad863c8c9593983c" + }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.2.0.zip", + "size": 18126, + "checksum": "SHA-256:8bf5ed2da3da5ffa846e78fef860aa5dd69e83770212ede40e516a5583f20f1b" + }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.2.1.zip", + "size": 18127, + "checksum": "SHA-256:8516920cce16f0388dab382fe3801ac81a25f23e506e153c13f57c115b0d4660" + }, { "name": "OLED SSD1306 - SH1106", "version": "1.0.0", @@ -121049,7 +158264,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/durydevelop/arduino-lib-oled.git", - "url": "http://downloads.arduino.cc/libraries/github.com/durydevelop/OLED_SSD1306___SH1106-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/durydevelop/OLED_SSD1306___SH1106-1.0.0.zip", "archiveFileName": "OLED_SSD1306___SH1106-1.0.0.zip", "size": 17370, "checksum": "SHA-256:07d5fbf9d7614e14be7ff62934ac5ddc2ab1a7e5c5005a72557234b32c7e1e81" @@ -121067,7 +158282,7 @@ "types": ["Contributed"], "repository": "https://github.com/amirchev/VariableTimedAction.git", "providesIncludes": ["VariableTimedAction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.0.0.zip", "archiveFileName": "VariableTimedAction-1.0.0.zip", "size": 2766, "checksum": "SHA-256:a7f3303ca551e68209574dcb5d3349081ba7917d7d4c0ddb7fd93b7347dc7448" @@ -121085,7 +158300,7 @@ "types": ["Contributed"], "repository": "https://github.com/amirchev/VariableTimedAction.git", "providesIncludes": ["VariableTimedAction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.2.1.zip", "archiveFileName": "VariableTimedAction-1.2.1.zip", "size": 5657, "checksum": "SHA-256:5126f2ed61bd68dd01f637ebafd165c9293bd5cb32045e0a879eab5082da3829" @@ -121103,7 +158318,7 @@ "types": ["Contributed"], "repository": "https://github.com/amirchev/VariableTimedAction.git", "providesIncludes": ["VariableTimedAction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.2.3.zip", "archiveFileName": "VariableTimedAction-1.2.3.zip", "size": 106743, "checksum": "SHA-256:67e9ac6bddc2721bbafc014655927b525fca24e714f1ba0cc08ec7f597efee74" @@ -121121,7 +158336,7 @@ "types": ["Contributed"], "repository": "https://github.com/amirchev/VariableTimedAction.git", "providesIncludes": ["VariableTimedAction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/VariableTimedAction-1.3.1.zip", "archiveFileName": "VariableTimedAction-1.3.1.zip", "size": 9277, "checksum": "SHA-256:09e891b78d4d17e8262783dd0e8ada180e66a9fda4583e60a3f66799de4d57c3" @@ -121138,7 +158353,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/mozilla-iot/webthing-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.3.0.zip", "archiveFileName": "webthing_arduino-0.3.0.zip", "size": 615317, "checksum": "SHA-256:afa4515a5fdac4989d87262cdf507b6eff4fae9a69ef17f6c85d3e9d6819bad8" @@ -121155,7 +158370,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/mozilla-iot/webthing-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.4.0.zip", "archiveFileName": "webthing_arduino-0.4.0.zip", "size": 614916, "checksum": "SHA-256:4ba82d6f25726e1d4571b652b20297d6d3f3d062e62c367e687c228ce48ba2e2" @@ -121172,11 +158387,184 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/mozilla-iot/webthing-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.4.1.zip", "archiveFileName": "webthing_arduino-0.4.1.zip", "size": 619511, "checksum": "SHA-256:58c440d17937251b4310044d1aacfca3bd934d875267f01edc698550371e2479" }, + { + "name": "webthing-arduino", + "version": "0.9.0", + "author": "Mozilla IoT \u003ciot@mozilla.com\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, and WiFi101 boards. Compatible with the Mozilla IoT Gateway.", + "website": "https://github.com/mozilla-iot/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.9.0.zip", + "archiveFileName": "webthing_arduino-0.9.0.zip", + "size": 627930, + "checksum": "SHA-256:840191101f8a61f07932308801f1a38dc46f9d3030a4291637d4d5aa84fc5496" + }, + { + "name": "webthing-arduino", + "version": "0.10.0", + "author": "Mozilla IoT \u003ciot@mozilla.com\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, and WiFi101 boards. Compatible with the Mozilla IoT Gateway.", + "website": "https://github.com/mozilla-iot/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.10.0.zip", + "archiveFileName": "webthing_arduino-0.10.0.zip", + "size": 633610, + "checksum": "SHA-256:4ec6e25ad20035b3095123bfa6a5b747d947d801555ef7637c7a44b6118a4d32" + }, + { + "name": "webthing-arduino", + "version": "0.10.1", + "author": "Mozilla IoT \u003ciot@mozilla.com\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, and WiFi101 boards. Compatible with the Mozilla IoT Gateway.", + "website": "https://github.com/mozilla-iot/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.10.1.zip", + "archiveFileName": "webthing_arduino-0.10.1.zip", + "size": 633623, + "checksum": "SHA-256:26a1e0b7842cd08f543c3ec7e9e2d714e5d71d2b41edaf0e076204c94b9a6bac" + }, + { + "name": "webthing-arduino", + "version": "0.10.2", + "author": "Mozilla IoT \u003ciot@mozilla.com\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the Mozilla WebThings Gateway.", + "website": "https://github.com/mozilla-iot/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.10.2.zip", + "archiveFileName": "webthing_arduino-0.10.2.zip", + "size": 632354, + "checksum": "SHA-256:0470709cd610ca05535514fc4e75c0e772ee9ce63f66419f28cf17d84cd1741d" + }, + { + "name": "webthing-arduino", + "version": "0.11.0", + "author": "Mozilla IoT \u003ciot@mozilla.com\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the Mozilla WebThings Gateway.", + "website": "https://github.com/mozilla-iot/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.11.0.zip", + "archiveFileName": "webthing_arduino-0.11.0.zip", + "size": 644056, + "checksum": "SHA-256:fdff8ec162825de6f63c770cad32a481c9a784680ca91489f9f054a6f04d788e" + }, + { + "name": "webthing-arduino", + "version": "0.11.5", + "author": "Mozilla IoT \u003ciot@mozilla.com\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the Mozilla WebThings Gateway.", + "website": "https://github.com/mozilla-iot/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.11.5.zip", + "archiveFileName": "webthing_arduino-0.11.5.zip", + "size": 652454, + "checksum": "SHA-256:a354da2136193994e76791597ea6d56330d5a0c232872052396f1e985729b1f4" + }, + { + "name": "webthing-arduino", + "version": "0.11.6", + "author": "WebThingsIO \u003cteam@webthings.io\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the WebThings Gateway.", + "website": "https://github.com/WebThingsIO/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.11.6.zip", + "archiveFileName": "webthing_arduino-0.11.6.zip", + "size": 659054, + "checksum": "SHA-256:2d41829f5403329a75f1e8b374bb783bd2fde4b10bf2a52e09f135fccc97a575" + }, + { + "name": "webthing-arduino", + "version": "0.11.7", + "author": "WebThingsIO \u003cteam@webthings.io\u003e", + "maintainer": "James Hobin \u003chobinjk@gmail.com\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the WebThings Gateway.", + "website": "https://github.com/WebThingsIO/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.11.7.zip", + "archiveFileName": "webthing_arduino-0.11.7.zip", + "size": 659192, + "checksum": "SHA-256:02de07f68955e9916ea67806927a496d235e980bc22f30d33d1f84fc439034a6" + }, + { + "name": "webthing-arduino", + "version": "0.12.0", + "author": "WebThingsIO \u003cteam@webthings.io\u003e", + "maintainer": "WebThingsIO \u003cteam@webthings.io\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the WebThings Gateway.", + "website": "https://github.com/WebThingsIO/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.12.0.zip", + "archiveFileName": "webthing_arduino-0.12.0.zip", + "size": 653008, + "checksum": "SHA-256:10318b6381985c09ce346d639bfa58dc18d777658028922a072e7291b0a36432" + }, { "name": "hackAIR", "version": "0.3.2", @@ -121189,7 +158577,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.3.2.zip", "archiveFileName": "hackAIR-0.3.2.zip", "size": 21058, "checksum": "SHA-256:74aef16731fce967dad90e0928b92d564adc037328311c36f078933a44dc16a0" @@ -121206,7 +158594,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.3.3.zip", "archiveFileName": "hackAIR-0.3.3.zip", "size": 73501, "checksum": "SHA-256:c78b145838f810f1f7287f577a30188a9d259880016cb8a300f1918b97c08829" @@ -121223,7 +158611,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.3.4.zip", "archiveFileName": "hackAIR-0.3.4.zip", "size": 73645, "checksum": "SHA-256:b9a1faa82569a2cb44dfcec21b374ef6f175c58af69a8dc6d1370ee693202ed6" @@ -121240,7 +158628,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.4.0.zip", "archiveFileName": "hackAIR-0.4.0.zip", "size": 73787, "checksum": "SHA-256:1b3f6bd305cd8a74613b5406b5f947b4f713206c3e6c3ab1453bf3c3e9337814" @@ -121257,7 +158645,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.5.0.zip", "archiveFileName": "hackAIR-0.5.0.zip", "size": 74021, "checksum": "SHA-256:e2735329606ee047e9eb8ce3bd82bd1f20a7c107e71064b9fd521fd6122e5d0d" @@ -121274,7 +158662,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.5.1.zip", "archiveFileName": "hackAIR-0.5.1.zip", "size": 77716, "checksum": "SHA-256:2d667ad9f7717abc21dee974e1a735a71735260d82a9d7b06e56eaaa3226fa75" @@ -121291,7 +158679,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.6.0.zip", "archiveFileName": "hackAIR-0.6.0.zip", "size": 77124, "checksum": "SHA-256:577b489b0ef5f3f03dfb3735ef0ba0c99abedd6b98e321688b5ffcd2f0a6622d" @@ -121308,7 +158696,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-0.6.1.zip", "archiveFileName": "hackAIR-0.6.1.zip", "size": 78131, "checksum": "SHA-256:3d41fedb045c25874f38764cfe6a90d716a82ea7d612cc0b260712dcd1e0d3c4" @@ -121325,7 +158713,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hackair-project/hackAir-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hackair-project/hackAIR-1.0.0.zip", "archiveFileName": "hackAIR-1.0.0.zip", "size": 78178, "checksum": "SHA-256:6c892b2d76d71a4bf3a7926e7ea37ea84746fbc2d2d3b4838539e55b0a7b2cd1" @@ -121342,7 +158730,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/maxpautsch/mPower.git", - "url": "http://downloads.arduino.cc/libraries/github.com/maxpautsch/mPower-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maxpautsch/mPower-0.0.1.zip", "archiveFileName": "mPower-0.0.1.zip", "size": 3776, "checksum": "SHA-256:e4d39aa4a0e64d0637d81edc3ab822adac5b5d08764745a868f57d7a16c58141" @@ -121358,7 +158746,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom32_rotate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.0.zip", "archiveFileName": "EEPROM32_Rotate-0.9.0.zip", "size": 48007, "checksum": "SHA-256:54df3bc8688a8713b42dcfa169ea422b07de0972b2bcfa3f8a633b0a92ffcf41" @@ -121376,7 +158764,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom32_rotate.git", "providesIncludes": ["EEPROM32_Rotate.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.2.zip", "archiveFileName": "EEPROM32_Rotate-0.9.2.zip", "size": 48534, "checksum": "SHA-256:2cfc09396eb1c53b664560eab60b8d7d708cc6453f9f1f45219c7f5cf40f499b" @@ -121394,11 +158782,29 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom32_rotate.git", "providesIncludes": ["EEPROM32_Rotate.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.3.zip", "archiveFileName": "EEPROM32_Rotate-0.9.3.zip", "size": 48568, "checksum": "SHA-256:b968f15f981459f359db08bda4f4e148b94cb40aebdb9bb4aa1e311976fd27d7" }, + { + "name": "EEPROM32_Rotate", + "version": "0.9.4", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "EEPROM wrapper for ESP32 that handles partition rotation", + "paragraph": "Prevents data corruption and flash wear out", + "website": "https://github.com/xoseperez/eeprom32_rotate.git", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/xoseperez/eeprom32_rotate.git", + "providesIncludes": ["EEPROM32_Rotate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM32_Rotate-0.9.4.zip", + "archiveFileName": "EEPROM32_Rotate-0.9.4.zip", + "size": 48737, + "checksum": "SHA-256:29949639ed6fca1b30241fa074c22d9e94c38fa5f9fe86ca812deacc277c00ab" + }, { "name": "EEPROM_Rotate", "version": "0.1.0", @@ -121411,7 +158817,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom_rotate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.1.0.zip", "archiveFileName": "EEPROM_Rotate-0.1.0.zip", "size": 56666, "checksum": "SHA-256:f53f23c83adaababbd401b34c1f3091508bb28c23b9e316c3250605b6d2bb0af" @@ -121427,7 +158833,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom_rotate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.1.1.zip", "archiveFileName": "EEPROM_Rotate-0.1.1.zip", "size": 53499, "checksum": "SHA-256:06900aceab77f039e2fefb2b1624ed6b68055fa496b30a30d294095d65a2d474" @@ -121443,7 +158849,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom_rotate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.9.0.zip", "archiveFileName": "EEPROM_Rotate-0.9.0.zip", "size": 52983, "checksum": "SHA-256:b47d052b0828f52be2363de5212d22e60f51654b72db0d73067b5083cd6a1da6" @@ -121459,7 +158865,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom_rotate.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.9.1.zip", "archiveFileName": "EEPROM_Rotate-0.9.1.zip", "size": 149614, "checksum": "SHA-256:31f8df1a69b97b0a07c361a18d3eadd596ca93177a0c1f729b34f94c321e2f43" @@ -121477,7 +158883,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/eeprom_rotate.git", "providesIncludes": ["EEPROM_Rotate.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/EEPROM_Rotate-0.9.2.zip", "archiveFileName": "EEPROM_Rotate-0.9.2.zip", "size": 150113, "checksum": "SHA-256:424c3595ecaf0eb0f67ae9c71e4bf75d8181aa85ec51c436c787160ebbdca569" @@ -121494,7 +158900,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.0.zip", "archiveFileName": "JustWifi-1.1.0.zip", "size": 21853, "checksum": "SHA-256:28ff430d475395859325a0d0768de90d4d5eb4f43a767b876a3b6092723437c1" @@ -121511,7 +158917,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.2.zip", "archiveFileName": "JustWifi-1.1.2.zip", "size": 21943, "checksum": "SHA-256:1d4accc143a923efa374323e9e1f24dc557a86331a4f0fbdafc26cdfcb8c18b9" @@ -121528,7 +158934,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.3.zip", "archiveFileName": "JustWifi-1.1.3.zip", "size": 22044, "checksum": "SHA-256:a683d1fefe55014b1450b35b543b138765f4a50be175a0e97e2eeabb887aae40" @@ -121545,7 +158951,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.4.zip", "archiveFileName": "JustWifi-1.1.4.zip", "size": 22206, "checksum": "SHA-256:532d602e069aaf391e82c62d099baea99b77278d159ddd99b89e9a072ff979ab" @@ -121562,7 +158968,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.5.zip", "archiveFileName": "JustWifi-1.1.5.zip", "size": 23221, "checksum": "SHA-256:f01b53483055af68b4444b09d59416ba3a827a2a059ed7a4642d2496d6512b2a" @@ -121579,7 +158985,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.6.zip", "archiveFileName": "JustWifi-1.1.6.zip", "size": 23089, "checksum": "SHA-256:027bcb71769d58d3a96d6a79020c24cbdf759e60082139ac221d2fa9871b5269" @@ -121596,7 +159002,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.7.zip", "archiveFileName": "JustWifi-1.1.7.zip", "size": 23119, "checksum": "SHA-256:8c2521bbf5220d53ada4c5b5c13e2238b5c36747655bd2070c2383380e7dfbd9" @@ -121613,7 +159019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.2.0.zip", "archiveFileName": "JustWifi-1.2.0.zip", "size": 24612, "checksum": "SHA-256:0e7117c011ecea6bef0683cdd37206321c13eb5f47e72edf148c140a59fae6e6" @@ -121630,7 +159036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-1.1.9.zip", "archiveFileName": "JustWifi-1.1.9.zip", "size": 24637, "checksum": "SHA-256:c2c0e24ceb3c19d82a0ab0d2335d5b505f6c27e8fe1c1a6738f52d370b484cb5" @@ -121646,7 +159052,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-2.0.0.zip", "archiveFileName": "JustWifi-2.0.0.zip", "size": 29857, "checksum": "SHA-256:d0ef8aa0815f8b5a1bf0c08501d285106f91221f7b0dfd7f277ada0cbb274dae" @@ -121664,7 +159070,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", "providesIncludes": ["JustWifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-2.0.1.zip", "archiveFileName": "JustWifi-2.0.1.zip", "size": 32243, "checksum": "SHA-256:a20afcbdc8d1d2db4a870f275da1d50d592d608908aad655f8eea5b3bc524155" @@ -121682,7 +159088,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/justwifi.git", "providesIncludes": ["JustWifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/JustWifi-2.0.2.zip", "archiveFileName": "JustWifi-2.0.2.zip", "size": 33194, "checksum": "SHA-256:2bf4eabad4a40d5ce5abc92ceb33555804756e0bb03cdf35c831961a8394f26a" @@ -121699,7 +159105,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-1.0.0.zip", "archiveFileName": "DebounceEvent-1.0.0.zip", "size": 19376, "checksum": "SHA-256:dce6b36e996df98c0c8d113fddfd28e8c70b1367ead4aef7595ccb89671c6708" @@ -121716,7 +159122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-1.1.0.zip", "archiveFileName": "DebounceEvent-1.1.0.zip", "size": 20956, "checksum": "SHA-256:a2968181fe8b2a4b9b55acb9a71d8812b6f3127e3868dcacdad6ae60b6b030a3" @@ -121733,7 +159139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.0.zip", "archiveFileName": "DebounceEvent-2.0.0.zip", "size": 21348, "checksum": "SHA-256:5b46e61c83d1361350297df6badcfe6c33a0991c3e533078159bfa287e38414c" @@ -121750,7 +159156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.1.zip", "archiveFileName": "DebounceEvent-2.0.1.zip", "size": 21587, "checksum": "SHA-256:77e95b8189430906223eb37a66fcfc816f58dc95277a624cd93f35bd9c26054f" @@ -121767,7 +159173,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", "providesIncludes": ["DebounceEvent.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.2.zip", "archiveFileName": "DebounceEvent-2.0.2.zip", "size": 15545, "checksum": "SHA-256:219be9abcd910205924d94986ea6ae4b7e2e57e7a00c49395672010d3a8395ed" @@ -121784,7 +159190,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", "providesIncludes": ["DebounceEvent.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.3.zip", "archiveFileName": "DebounceEvent-2.0.3.zip", "size": 15592, "checksum": "SHA-256:87beb18a985af541b764334fc8b5cd368c16849b5fc9f6d2f0093be077880253" @@ -121801,7 +159207,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", "providesIncludes": ["DebounceEvent.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.4.zip", "archiveFileName": "DebounceEvent-2.0.4.zip", "size": 15846, "checksum": "SHA-256:cb3584cf885f8932990b5d3234945109ea733384f6b274f8a87e037640126923" @@ -121818,113 +159224,11 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/debounceevent.git", "providesIncludes": ["DebounceEvent.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/DebounceEvent-2.0.5.zip", "archiveFileName": "DebounceEvent-2.0.5.zip", "size": 15885, "checksum": "SHA-256:4000496a91c0681596d6921b2f6ca51a6cbdc32b965ce492e3bacfaebb685c07" }, - { - "name": "FauxmoESP", - "version": "2.1.0", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://bitbucket.org/xoseperez/fauxmoesp.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/FauxmoESP-2.1.0.zip", - "archiveFileName": "FauxmoESP-2.1.0.zip", - "size": 11733, - "checksum": "SHA-256:1132290d4d240ac5c04e024380a9d35e4b48e14e68c8f2cb3143f7180366ef20" - }, - { - "name": "FauxmoESP", - "version": "2.2.0", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://bitbucket.org/xoseperez/fauxmoesp.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/FauxmoESP-2.2.0.zip", - "archiveFileName": "FauxmoESP-2.2.0.zip", - "size": 13941, - "checksum": "SHA-256:bd70eb58433795710c64af6d1f93519364f7031131800dd342cbc1dd55c0f948" - }, - { - "name": "FauxmoESP", - "version": "2.2.1", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://bitbucket.org/xoseperez/fauxmoesp.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/FauxmoESP-2.2.1.zip", - "archiveFileName": "FauxmoESP-2.2.1.zip", - "size": 13992, - "checksum": "SHA-256:58e50b9d85beed665727489eed4ceaffdef1d5241174928e234e9f06adc65b60" - }, - { - "name": "FauxmoESP", - "version": "2.3.0", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://bitbucket.org/xoseperez/fauxmoesp.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/FauxmoESP-2.3.0.zip", - "archiveFileName": "FauxmoESP-2.3.0.zip", - "size": 213521, - "checksum": "SHA-256:d2e9e3a373a6070733138d305c9ba6b24ac4bda2a193e834b8a40b8c40e06bb4" - }, - { - "name": "FauxmoESP", - "version": "3.0.2", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", - "architectures": ["esp8266", "esp32"], - "types": ["Contributed"], - "repository": "https://bitbucket.org/xoseperez/fauxmoesp.git", - "providesIncludes": ["fauxmoESP.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/FauxmoESP-3.0.2.zip", - "archiveFileName": "FauxmoESP-3.0.2.zip", - "size": 215968, - "checksum": "SHA-256:e01b26481ce929dc1160858c33b41909459fd6e6c97c6d65ce839963d82fa7b8" - }, - { - "name": "FauxmoESP", - "version": "3.1.0", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", - "architectures": ["esp8266", "esp32"], - "types": ["Contributed"], - "repository": "https://bitbucket.org/xoseperez/fauxmoesp.git", - "providesIncludes": ["fauxmoESP.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/FauxmoESP-3.1.0.zip", - "archiveFileName": "FauxmoESP-3.1.0.zip", - "size": 24426, - "checksum": "SHA-256:a8e5402a09c5b6f9f3895db53106aac4be07939258aab48b96f19c632434f706" - }, { "name": "SDS011_vers", "version": "0.1.1", @@ -121938,7 +159242,7 @@ "types": ["Contributed"], "repository": "https://github.com/jo-seph/SDS011_vers.git", "providesIncludes": ["SDS011_vers.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jo-seph/SDS011_vers-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jo-seph/SDS011_vers-0.1.1.zip", "archiveFileName": "SDS011_vers-0.1.1.zip", "size": 55523, "checksum": "SHA-256:52e032202a64fad2f8da3cfbaee096afd0288e734fa9efa890396d42143540ab" @@ -121956,7 +159260,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.0.1.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.0.1.zip", "size": 20691, "checksum": "SHA-256:c8c8a9b9d26d28e530d7641184347722a202ba1fde703a55352ce42c5ddca559" @@ -121974,7 +159278,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.0.2.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.0.2.zip", "size": 20893, "checksum": "SHA-256:16bd2e5b0a0d03a210ce6ab9e9a81cbd500ef38c4522c102ee4446a122dbfe6c" @@ -121992,7 +159296,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.1.0.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.1.0.zip", "size": 26012, "checksum": "SHA-256:6a2436118bfb7279f1186bef4e40f3ab4f3e7ebd0e35d697e8e239aee35dd08e" @@ -122010,7 +159314,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.2.0.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.2.0.zip", "size": 31598, "checksum": "SHA-256:8d41cb7ceb108591ac0789b247756217487d99c65011ff235943f45c63508611" @@ -122028,7 +159332,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.2.1.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.2.1.zip", "size": 31759, "checksum": "SHA-256:fc61cc191748bef7c9beee0ec40fe38ccf8e5f37173c4993c42f7eb77a9d8377" @@ -122046,7 +159350,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.3.0.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.3.0.zip", "size": 37719, "checksum": "SHA-256:e67bfcf77d4dde6a40a6ac538b99d2b03c0293ea3e77988acbbf25d9a0371131" @@ -122064,7 +159368,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.3.2.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.3.2.zip", "size": 39352, "checksum": "SHA-256:008003382662663996b6626c530211991208eea1b2de8fd6c705f1e78473ee1a" @@ -122082,7 +159386,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.4.0.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.4.0.zip", "size": 42751, "checksum": "SHA-256:8aa12a3fb361bda4644322b5049d8d0f522911441cc381a7c09b7dc1daa94749" @@ -122100,7 +159404,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.1.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.5.1.zip", "size": 56360, "checksum": "SHA-256:21e47a111a68da7bf65af5e7ad4474aeea924df1c5f9ddf0d7c8ed3a5ce19e4e" @@ -122118,7 +159422,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.2.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.5.2.zip", "size": 57953, "checksum": "SHA-256:b195bb420456483019589568e47ad28f3a04b91bdcaf214677c59f901d1cd518" @@ -122136,7 +159440,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.3.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.5.3.zip", "size": 116583, "checksum": "SHA-256:4a32eaa74e36929bd8d3bd57f4399fc5889dd6d0ff2a12a2074cf05bec1bb365" @@ -122154,7 +159458,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.4.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.5.4.zip", "size": 117138, "checksum": "SHA-256:fbb41d035ed189c81ae7286e345c319e6956d7a8ebe0209c402df48c8f413961" @@ -122172,7 +159476,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.5.5.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.5.5.zip", "size": 117166, "checksum": "SHA-256:367693bee990a668a58cc98538774a3f0949fa466f9bc48aac3ee2af56d0acfc" @@ -122190,7 +159494,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.6.0.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.6.0.zip", "size": 117388, "checksum": "SHA-256:a07ce6926227e7d0106c54947c3ec6a367f80946e61b87a78eb07a2397976f00" @@ -122208,7 +159512,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.6.1.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.6.1.zip", "size": 117420, "checksum": "SHA-256:c82ad675c73f35675f02ef8766f27467a72a49cfed0ec75746d9e1616227ed05" @@ -122226,7 +159530,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.6.2.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.6.2.zip", "size": 118958, "checksum": "SHA-256:2294c73392c2161680b3baf13a4302c58728c468b2a3ecfc8a516ce6f40102b6" @@ -122244,7 +159548,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.0.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.7.0.zip", "size": 115732, "checksum": "SHA-256:d0500d5769b58603f05e554ba9af9be38d8c725b5f44ee8076e084df72cbacc1" @@ -122262,7 +159566,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.1.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.7.1.zip", "size": 115753, "checksum": "SHA-256:76bf251bd0ffdec59af756883aa7302d42ef6572a377a04480c21a3329a63687" @@ -122280,11 +159584,119 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", "providesIncludes": ["NintendoExtensionCtrl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.2.zip", "archiveFileName": "Nintendo_Extension_Ctrl-0.7.2.zip", "size": 115812, "checksum": "SHA-256:3e4bb3e6b1ce9984f17de14565c4f6a1e4589e7c95da996661c10b8a1f0871d7" }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.7.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, and S/NES Mini controllers.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": ["NintendoExtensionCtrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.3.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.7.3.zip", + "size": 116188, + "checksum": "SHA-256:e43b84990e283d4e26bbb434355e7c67a2eaf22787c9924548be12c154807818" + }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.7.4", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, and S/NES Mini controllers.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": ["NintendoExtensionCtrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.7.4.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.7.4.zip", + "size": 116190, + "checksum": "SHA-256:92a33c26599c8ec5b03924b4b30751edd094631c178cb010490d4d411249a664" + }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.8.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, S/NES Mini controllers, Drawsome Tablet, and the uDraw Tablet.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": ["NintendoExtensionCtrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.8.0.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.8.0.zip", + "size": 129790, + "checksum": "SHA-256:f5b9ba3968424b15ad662200bec6011d79c5ad451b074d5e5b9cd503005cfc02" + }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.8.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, S/NES Mini controllers, Drawsome Tablet, and the uDraw Tablet.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": ["NintendoExtensionCtrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.8.1.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.8.1.zip", + "size": 130035, + "checksum": "SHA-256:2e5c0588dc38e492c6e4dd2d9438b749eaa1ba858c998945d8a193ab687f7a82" + }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.8.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, S/NES Mini controllers, Drawsome Tablet, and the uDraw Tablet.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": ["NintendoExtensionCtrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.8.2.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.8.2.zip", + "size": 130476, + "checksum": "SHA-256:c7aad2361ac4756c395c52252becb3e609361d2dce0ab7d77f61b40caf89a437" + }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.8.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, S/NES Mini controllers, Drawsome Tablet, and the uDraw Tablet.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": ["NintendoExtensionCtrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.8.3.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.8.3.zip", + "size": 134457, + "checksum": "SHA-256:639e7a69c5f3c7873ed1640a56c90db89092037019bd33cf6f0c66c4c01dc6b2" + }, { "name": "Liquid Handling Robotics", "version": "1.0.0", @@ -122298,7 +159710,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/liquid-handling-robotics.git", "providesIncludes": ["LiquidHandlingRobotics.h", "StandardLiquidHandlingRobot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.0.0.zip", "archiveFileName": "Liquid_Handling_Robotics-1.0.0.zip", "size": 2968889, "checksum": "SHA-256:29f8df4d238dde8d8308082407271ff204921b31c82feacdb18b70a710396605" @@ -122316,7 +159728,7 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/liquid-handling-robotics.git", "providesIncludes": ["LiquidHandlingRobotics.h", "StandardLiquidHandlingRobot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.0.1.zip", "archiveFileName": "Liquid_Handling_Robotics-1.0.1.zip", "size": 3038544, "checksum": "SHA-256:a334297adc88edf7c96471f1e8bd038f40d1fee55e6acafab27412ed8cda23f9" @@ -122334,11 +159746,29 @@ "types": ["Contributed"], "repository": "https://github.com/ethanjli/liquid-handling-robotics.git", "providesIncludes": ["LiquidHandlingRobotics.h", "StandardLiquidHandlingRobot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.1.0.zip", "archiveFileName": "Liquid_Handling_Robotics-1.1.0.zip", "size": 34467195, "checksum": "SHA-256:9d2f23cc1a7d4b29a629df212548aa10fb0437608344f737c3c284b8fcf438ac" }, + { + "name": "Liquid Handling Robotics", + "version": "1.2.0", + "author": "Ethan Li \u003cethanli@stanford.edu\u003e", + "maintainer": "Ethan Li \u003cethanli@stanford.edu\u003e", + "sentence": "Liquid handling robotics kit: low-level control software.", + "paragraph": "Provides hardware abstraction layers for control of a low-cost liquid-handling robot, and a messaging protocol stack for high-level control over USB from other devices.", + "website": "http://liquid-handling-robotics.readthedocs.io/en/latest/index.html", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ethanjli/liquid-handling-robotics.git", + "providesIncludes": ["LiquidHandlingRobotics.h", "StandardLiquidHandlingRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.2.0.zip", + "archiveFileName": "Liquid_Handling_Robotics-1.2.0.zip", + "size": 21072095, + "checksum": "SHA-256:4adcfe1e7e524ab1028276a2ceb1b3389fb772a3c6e1794171ac8e02f51423ea" + }, { "name": "SparkFun QwiicRF", "version": "1.0.0", @@ -122350,7 +159780,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_QwiicRF_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_QwiicRF-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_QwiicRF-1.0.0.zip", "archiveFileName": "SparkFun_QwiicRF-1.0.0.zip", "size": 15724, "checksum": "SHA-256:fbe2f573f9342826df37a85f5a5dbe6dd384c31b8ebf494202a984fbb26fc064" @@ -122367,7 +159797,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.3.0.zip", "archiveFileName": "EscornabotEXT-0.3.0.zip", "size": 26513, "checksum": "SHA-256:0e623d13cf38363ae05329a5599d10e758fa41ecdeb118a9a0c708fbb9d8a62b" @@ -122384,7 +159814,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.4.0.zip", "archiveFileName": "EscornabotEXT-0.4.0.zip", "size": 27308, "checksum": "SHA-256:01d8f9016859c9a07c3c5d2c75af15c438edff4a28abeffde59efb6cc54b6fdf" @@ -122401,7 +159831,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.4.1.zip", "archiveFileName": "EscornabotEXT-0.4.1.zip", "size": 27379, "checksum": "SHA-256:3800475fdc65da594ba4746df6759f28d63e07c1c19473cbb98887af8810bfc8" @@ -122418,7 +159848,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.5.0.zip", "archiveFileName": "EscornabotEXT-0.5.0.zip", "size": 27495, "checksum": "SHA-256:b4f6c2f420829507a4a22628c03c945ed6462e130fc3e71f650b31a5f93683ba" @@ -122435,7 +159865,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.6.0.zip", "archiveFileName": "EscornabotEXT-0.6.0.zip", "size": 28105, "checksum": "SHA-256:0d3d3acc9c30b9893bc4a8681cb52f7b899189301a9a25824a160be6385faaf8" @@ -122452,7 +159882,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.7.0.zip", "archiveFileName": "EscornabotEXT-0.7.0.zip", "size": 28268, "checksum": "SHA-256:1aedf71ada5d0ff758a9f35c229ecdc9965a22ef934a1562a95be6e7292b550a" @@ -122469,7 +159899,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://gitlab.com/xoan/escornabot-extlib.git", - "url": "http://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/xoan/EscornabotEXT-0.7.1.zip", "archiveFileName": "EscornabotEXT-0.7.1.zip", "size": 28272, "checksum": "SHA-256:6ff10858c4f6a12b1e21b5c9d94b42ad2952ca0b086fc949977ffe628635d2d2" @@ -122486,7 +159916,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/RobolinkInc/RokitSmart.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobolinkInc/RokitSmart-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobolinkInc/RokitSmart-1.0.9.zip", "archiveFileName": "RokitSmart-1.0.9.zip", "size": 123767, "checksum": "SHA-256:1618f001c96b5842abe0c32b93932583625031f8142df2c20c640a3abc47b00b" @@ -122503,7 +159933,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.1.zip", "archiveFileName": "SparkFun_WT2003S_MP3_Decoder_Library-1.0.1.zip", "size": 11904, "checksum": "SHA-256:35f994cd98263b4b566d9c24d1dcfca6b35098937fe9cf76b873c3303869e4ec" @@ -122520,7 +159950,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.0.zip", "archiveFileName": "SparkFun_WT2003S_MP3_Decoder_Library-1.0.0.zip", "size": 11824, "checksum": "SHA-256:de081f0d83133245a85bc77d59007fb1696285dddcd9bbe78c8f66ce2e78e00a" @@ -122537,7 +159967,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.2.zip", "archiveFileName": "SparkFun_WT2003S_MP3_Decoder_Library-1.0.2.zip", "size": 12290, "checksum": "SHA-256:78eef4e53bfcd5777d70060537d3992dea39160f085289eb55131ac9fabf8856" @@ -122554,7 +159984,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-aes-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.0.zip", "archiveFileName": "AESLib-1.0.0.zip", "size": 107049, "checksum": "SHA-256:20ae912b70d4c76bc9b322378d38a8f996c9d4a40926fdc2772730060f2487a0" @@ -122571,7 +160001,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-aes-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.1.zip", "archiveFileName": "AESLib-1.0.1.zip", "size": 107028, "checksum": "SHA-256:ab9a5aaa8f64cfa98c2d05180813b18eea94069a5413cf72b968adf01cdc827b" @@ -122588,7 +160018,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-aes-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.3.zip", "archiveFileName": "AESLib-1.0.3.zip", "size": 106639, "checksum": "SHA-256:084fec0eae9db120e94b3eda82ef81d20637a14fa0ddaba0d06738b39191b824" @@ -122605,7 +160035,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-aes-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.4.zip", "archiveFileName": "AESLib-1.0.4.zip", "size": 107223, "checksum": "SHA-256:52fb8a68f0963222c2e155a8a586ad2e10948952fdc4f6bd5bf8250eefe49dcc" @@ -122622,11 +160052,164 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/suculent/thinx-aes-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-1.0.5.zip", "archiveFileName": "AESLib-1.0.5.zip", "size": 23882, "checksum": "SHA-256:b20e503a093a26ce1b2aeacb236c193ff9552209dfe0eabf34d57abec0ba3aec" }, + { + "name": "AESLib", + "version": "2.0.2", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.0.2.zip", + "archiveFileName": "AESLib-2.0.2.zip", + "size": 36840, + "checksum": "SHA-256:3f28e7b516d4ef0ee97d5e8e8206871c54688238daae947a78fe7f2fa150aa49" + }, + { + "name": "AESLib", + "version": "2.0.3", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.0.3.zip", + "archiveFileName": "AESLib-2.0.3.zip", + "size": 2732889, + "checksum": "SHA-256:2d8f957a853c3f44910cce34da8d79c48f2e68dd20b44fd8fed0f40857d8c53d" + }, + { + "name": "AESLib", + "version": "2.0.4", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.0.4.zip", + "archiveFileName": "AESLib-2.0.4.zip", + "size": 3202611, + "checksum": "SHA-256:6af3ece02e059a48abf93e62465056baf9ec8aabd64ec5f7c327ed74f7c9ed6c" + }, + { + "name": "AESLib", + "version": "2.0.5", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.0.5.zip", + "archiveFileName": "AESLib-2.0.5.zip", + "size": 3202749, + "checksum": "SHA-256:0f119b1b6561bf9b2a231b4702a3d45bacbd8fd163a0b31d732bf6493475aaa3" + }, + { + "name": "AESLib", + "version": "2.0.6", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.0.6.zip", + "archiveFileName": "AESLib-2.0.6.zip", + "size": 3203179, + "checksum": "SHA-256:82610b0e8a825cf5c081924fdceb0537526496d2fe54ba43049b57f172f26bf4" + }, + { + "name": "AESLib", + "version": "2.1.8", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.1.8.zip", + "archiveFileName": "AESLib-2.1.8.zip", + "size": 3203711, + "checksum": "SHA-256:d5c59aa054a8c4b77a7faf676217d8a025e2ef4c0a79c20d09f52eac54065344" + }, + { + "name": "AESLib", + "version": "2.1.9", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.1.9.zip", + "archiveFileName": "AESLib-2.1.9.zip", + "size": 3203189, + "checksum": "SHA-256:6515450f17e4198e68e0fc6b72f0d8b4308c877705613f73f7901451b44e67f9" + }, + { + "name": "AESLib", + "version": "2.2.0", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.0.zip", + "archiveFileName": "AESLib-2.2.0.zip", + "size": 3228646, + "checksum": "SHA-256:8a15c11aed425f153c6cac7b0f5de407d58cb0ecd9eaa2e02c78f3dfb5f4506e" + }, + { + "name": "AESLib", + "version": "2.2.1", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.1.zip", + "archiveFileName": "AESLib-2.2.1.zip", + "size": 3208777, + "checksum": "SHA-256:44e842e77ad4a8a51687f1802c2afb5d9d79c26121531ef0aad66ccf41b1c365" + }, { "name": "TinyStepper_28BYJ_48", "version": "1.0.0", @@ -122640,7 +160223,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Stan-Reifel/TinyStepper_28BYJ_48.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Stan-Reifel/TinyStepper_28BYJ_48-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/TinyStepper_28BYJ_48-1.0.0.zip", "archiveFileName": "TinyStepper_28BYJ_48-1.0.0.zip", "size": 102998, "checksum": "SHA-256:1696380f3688e356fbf2e1266121b5a0045794f9c6a2d7bd5d83abafa0869497" @@ -122657,7 +160240,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-0.30.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-0.30.3.zip", "archiveFileName": "PixelMaestro-0.30.3.zip", "size": 138996, "checksum": "SHA-256:1e137170db860b8624754010a708ae70b0952544b7a50fec808e512e16040513" @@ -122674,7 +160257,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-0.30.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-0.30.0.zip", "archiveFileName": "PixelMaestro-0.30.0.zip", "size": 139062, "checksum": "SHA-256:0abcf22391f5ed666e1283f94e93f5ce64264ea694b5c023076a811ce1e72d11" @@ -122691,7 +160274,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-1.0.0.zip", "archiveFileName": "PixelMaestro-1.0.0.zip", "size": 139430, "checksum": "SHA-256:e50dfed5218d6cff52c9df2d61a337784fb7168dfff1a5a5563a926dcb0bbb06" @@ -122708,7 +160291,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-1.0.1.zip", "archiveFileName": "PixelMaestro-1.0.1.zip", "size": 140223, "checksum": "SHA-256:b29e0ac43e0cc23ec48e4bacf1c3b094a6eea7fdf52b18da33e859e8f107e73d" @@ -122725,7 +160308,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-1.0.2.zip", "archiveFileName": "PixelMaestro-1.0.2.zip", "size": 140599, "checksum": "SHA-256:fff32dcb01d7c09797488acabaedb6eba9129119d8fa76533523ae70ff5afd12" @@ -122742,7 +160325,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.0.0.zip", "archiveFileName": "PixelMaestro-2.0.0.zip", "size": 140191, "checksum": "SHA-256:208fb01d9af60c692e51a86490a54853a50b533c3840a146a87cdb7f9fbab80a" @@ -122759,7 +160342,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.0.1.zip", "archiveFileName": "PixelMaestro-2.0.1.zip", "size": 140806, "checksum": "SHA-256:11dc2112b88afa4737cd5e324ff337bf999225853b33b7ab70078d6cd013d3d0" @@ -122776,11 +160359,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", - "url": "http://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.0.2.zip", "archiveFileName": "PixelMaestro-2.0.2.zip", "size": 141171, "checksum": "SHA-256:d5d470f2454fe999ab0f19610cf99df02fbce5f975eff763c00a7f30833adb67" }, + { + "name": "PixelMaestro", + "version": "2.1.0", + "author": "8bitbuddhist", + "maintainer": "8bitbuddhist", + "sentence": "Library for creating and rendering 2D animations and patterns.", + "paragraph": "PixelMaestro is a graphics library for LED displays. It lets you create dynamic, colorful 2D animations and patterns on any size display.", + "website": "https://github.com/8bitbuddhist/PixelMaestro", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.1.0.zip", + "archiveFileName": "PixelMaestro-2.1.0.zip", + "size": 17589036, + "checksum": "SHA-256:a8725fa32ebeb6526485cddb22152a8fecd9a91f4001470b9c94b9d47913852f" + }, + { + "name": "PixelMaestro", + "version": "2.1.1", + "author": "8bitbuddhist", + "maintainer": "8bitbuddhist", + "sentence": "Library for creating and rendering 2D animations and patterns.", + "paragraph": "PixelMaestro is a graphics library for LED displays. It lets you create dynamic, colorful 2D animations and patterns on any size display.", + "website": "https://github.com/8bitbuddhist/PixelMaestro", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/8bitbuddhist/PixelMaestro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/8bitbuddhist/PixelMaestro-2.1.1.zip", + "archiveFileName": "PixelMaestro-2.1.1.zip", + "size": 17624053, + "checksum": "SHA-256:f82741332da4cb1096ef4a66c56447019c76f05aefda5fbdee9391a3d0ab4db8" + }, { "name": "FlexyStepper", "version": "1.0.0", @@ -122794,7 +160411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Stan-Reifel/FlexyStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Stan-Reifel/FlexyStepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/FlexyStepper-1.0.0.zip", "archiveFileName": "FlexyStepper-1.0.0.zip", "size": 159642, "checksum": "SHA-256:20aa33fb504f47cbba09f0432c2619887a00262550344c8b5ae7a40438de8798" @@ -122812,7 +160429,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Stan-Reifel/SpeedyStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Stan-Reifel/SpeedyStepper-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/SpeedyStepper-1.0.0.zip", "archiveFileName": "SpeedyStepper-1.0.0.zip", "size": 158321, "checksum": "SHA-256:a087c1a5984306c6a45127df17ee2eedc22678cf4f7a9b455c6f0b340c403725" @@ -122829,7 +160446,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/AmperkaFET.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/AmperkaFET-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/AmperkaFET-1.0.0.zip", "archiveFileName": "AmperkaFET-1.0.0.zip", "size": 5085, "checksum": "SHA-256:3806b63b692c068ffea249faff8da1c918f5f7db4c7a3715708c5d77e076271f" @@ -122847,7 +160464,7 @@ "types": ["Contributed"], "repository": "https://github.com/kdhooper/arduino-CheapLCD.git", "providesIncludes": ["CheapLCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kdhooper/CheapLCD-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kdhooper/CheapLCD-0.9.0.zip", "archiveFileName": "CheapLCD-0.9.0.zip", "size": 55486, "checksum": "SHA-256:0d579b76483c8fdc6cd94bcc63c8a28f3038b65a2f71b061f4c54287b13ab6a1" @@ -122865,7 +160482,7 @@ "types": ["Contributed"], "repository": "https://github.com/kdhooper/arduino-CheapLCD.git", "providesIncludes": ["CheapLCD.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kdhooper/CheapLCD-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kdhooper/CheapLCD-0.9.1.zip", "archiveFileName": "CheapLCD-0.9.1.zip", "size": 55487, "checksum": "SHA-256:fd3cbe2dbfeca905e51591538305b906c5d15db952f857935871ce850f5ed6e1" @@ -122883,7 +160500,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.0.zip", "archiveFileName": "WiFiMan-1.0.0.zip", "size": 17219, "checksum": "SHA-256:aee2fa115086196958fa13c4079a27a04f518299474ed9118a0d1019dc46f9ae" @@ -122901,7 +160518,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.1.zip", "archiveFileName": "WiFiMan-1.0.1.zip", "size": 17118, "checksum": "SHA-256:cc5cc6dc6fa7be991ab3eec4fb9a2895b520a3027843c78941021ec32210c880" @@ -122919,7 +160536,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.2.zip", "archiveFileName": "WiFiMan-1.0.2.zip", "size": 17981, "checksum": "SHA-256:17813cd4432ae21c827256152413e32b8a074d84f1ad18c2a53079090ed2a3f8" @@ -122937,7 +160554,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.3.zip", "archiveFileName": "WiFiMan-1.0.3.zip", "size": 19216, "checksum": "SHA-256:38a674650b9b7908037873f231218a78a1f5906fc78f3bc160be8bdb6ec3be1f" @@ -122955,7 +160572,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.4.zip", "archiveFileName": "WiFiMan-1.0.4.zip", "size": 19504, "checksum": "SHA-256:433450d890ade586b5428a6254b1c90b727599b1a834c59c0ab868f370598190" @@ -122973,7 +160590,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.5.zip", "archiveFileName": "WiFiMan-1.0.5.zip", "size": 35627, "checksum": "SHA-256:21a069bcda4ebca35dadb056d7db6e0674d5079411de7ea82ef92e628b15ede2" @@ -122991,7 +160608,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.6.zip", "archiveFileName": "WiFiMan-1.0.6.zip", "size": 35579, "checksum": "SHA-256:2bc5721e145abdc8e6535756256ceac5e3818eb60434ee592510bcaafe56da9d" @@ -123009,7 +160626,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.0.7.zip", "archiveFileName": "WiFiMan-1.0.7.zip", "size": 36677, "checksum": "SHA-256:782fa358b39433db8b5b516cafacd16abbc705737709d4fda1709135fdabf149" @@ -123027,7 +160644,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.1.0.zip", "archiveFileName": "WiFiMan-1.1.0.zip", "size": 40822, "checksum": "SHA-256:3d9ba1fbaa031f543403a284085c8d68ec0d0d996d1434100fc12ec0b31059d4" @@ -123045,7 +160662,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.1.1.zip", "archiveFileName": "WiFiMan-1.1.1.zip", "size": 41441, "checksum": "SHA-256:91577931628d7daeb621a324ff87325969254ce4bcb3f8eb36cc16aa087e0db2" @@ -123063,7 +160680,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.1.2.zip", "archiveFileName": "WiFiMan-1.1.2.zip", "size": 50486, "checksum": "SHA-256:83f8b7796e0c52c9dfd8f788965e110487454d0bde4a6b405f2e5b4f0f5b753e" @@ -123081,7 +160698,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.2.0.zip", "archiveFileName": "WiFiMan-1.2.0.zip", "size": 53953, "checksum": "SHA-256:70baadd01e5124b2184782ac7c1525a19785cb557da3af1fccf15db3b81f5ac8" @@ -123099,7 +160716,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.3.0.zip", "archiveFileName": "WiFiMan-1.3.0.zip", "size": 50244, "checksum": "SHA-256:43c6ba890f3bf7480494e3738782508167946e468cf4fe7e6fe9f08f4f59e877" @@ -123117,7 +160734,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.3.1.zip", "archiveFileName": "WiFiMan-1.3.1.zip", "size": 52608, "checksum": "SHA-256:daca41e2c38245dacbc5add65e7b56b21f123b73014c4d76b3f564bf4f4dc6eb" @@ -123135,7 +160752,7 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.0.zip", "archiveFileName": "WiFiMan-1.4.0.zip", "size": 55004, "checksum": "SHA-256:b75f66e1788ce755baaf31bfef34969835f1e4ed6d4727002b6673d9cc709e3b" @@ -123153,11 +160770,52 @@ "types": ["Contributed"], "repository": "https://github.com/ChipTechno/WiFiMan.git", "providesIncludes": ["WiFiMan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.1.zip", "archiveFileName": "WiFiMan-1.4.1.zip", "size": 58730, "checksum": "SHA-256:ce9f7f809e4f2a555460b33cb8d9b3bc4a3d52e3179e9fb93f858f37a8d5e315" }, + { + "name": "WiFiMan", + "version": "1.4.2", + "author": "Chip", + "maintainer": "Chip", + "sentence": "WiFiMan and ESP8266OTA", + "paragraph": "Wifi manager for ESP8266 with customizable UI.", + "website": "https://github.com/ChipTechno/WiFiMan", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/ChipTechno/WiFiMan.git", + "providesIncludes": ["WiFiMan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.2.zip", + "archiveFileName": "WiFiMan-1.4.2.zip", + "size": 50434, + "checksum": "SHA-256:03b9d09422d535bb71b4ff184242fc020a064e20b6b50b867f5e6004a11a74a4" + }, + { + "name": "WiFiMan", + "version": "1.4.3", + "author": "Chip", + "maintainer": "Chip", + "sentence": "WiFiMan and ESP8266OTA", + "paragraph": "Wifi manager and OTA updater for ESP8266 with customizable UI.", + "website": "https://github.com/ChipCE/WiFiMan", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/ChipTechno/WiFiMan.git", + "providesIncludes": ["WiFiMan.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.3.zip", + "archiveFileName": "WiFiMan-1.4.3.zip", + "size": 51363, + "checksum": "SHA-256:6fefacf67843e5e479016a80a1c6c0e1aff64cb67bad0657a5d58644eea51d9e" + }, { "name": "Diablo16-Serial-Arduino-Library", "version": "1.0.0", @@ -123170,11 +160828,47 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.0.zip", "archiveFileName": "Diablo16_Serial_Arduino_Library-1.0.0.zip", "size": 37422, "checksum": "SHA-256:e312ea92900044920781f96adab4ea2489af709499b5a5a02fd599ceaffa2924" }, + { + "name": "Diablo16-Serial-Arduino-Library", + "version": "1.0.1", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Diablo16 processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Diablo16 based modules", + "website": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library.git", + "providesIncludes": ["Diablo_Const4D.h", "Diablo_Serial_4DLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.1.zip", + "archiveFileName": "Diablo16_Serial_Arduino_Library-1.0.1.zip", + "size": 37429, + "checksum": "SHA-256:139fe946e8cf3a724d83de82535ad4bc4a660f4521cb8af79fe6a2217c04a7ba" + }, + { + "name": "Diablo16-Serial-Arduino-Library", + "version": "1.0.2", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Diablo16 processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Diablo16 based modules", + "website": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library.git", + "providesIncludes": ["Diablo_Const4D.h", "Diablo_Serial_4DLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.2.zip", + "archiveFileName": "Diablo16_Serial_Arduino_Library-1.0.2.zip", + "size": 37450, + "checksum": "SHA-256:b88175404f29e54cd8ca0ed16b08a4b323ebaf69b31a74bd150255b0a94dcec5" + }, { "name": "Goldelox-Serial-Arduino-Library", "version": "1.0.0", @@ -123187,11 +160881,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/Goldelox_Serial_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Goldelox_Serial_Arduino_Library-1.0.0.zip", "archiveFileName": "Goldelox_Serial_Arduino_Library-1.0.0.zip", "size": 26962, "checksum": "SHA-256:8b3c26b79abd7e51b1a680531e6e0ba7eca78c1ec8affb24d73eb62bdcf471ee" }, + { + "name": "Goldelox-Serial-Arduino-Library", + "version": "1.0.2", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Goldelox processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Goldelox based modules", + "website": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library.git", + "providesIncludes": ["Goldelox_Serial_4DLib.h", "Goldelox_Const4D.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Goldelox_Serial_Arduino_Library-1.0.2.zip", + "archiveFileName": "Goldelox_Serial_Arduino_Library-1.0.2.zip", + "size": 27004, + "checksum": "SHA-256:fa6105d41481571e82dbb15b01136acc968fb299b11c87c42c909e52787a99d1" + }, { "name": "Picaso-Serial-Arduino-Library", "version": "1.0.0", @@ -123204,11 +160916,29 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/Picaso_Serial_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Picaso_Serial_Arduino_Library-1.0.0.zip", "archiveFileName": "Picaso_Serial_Arduino_Library-1.0.0.zip", "size": 33593, "checksum": "SHA-256:e5c42c177c3ffb1b2bac4f4c1835b8e2346faf69af56d54c7c7b01b658ac4dfb" }, + { + "name": "Picaso-Serial-Arduino-Library", + "version": "1.0.2", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Picaso processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Picaso based modules", + "website": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library.git", + "providesIncludes": ["Picaso_Serial_4DLib.h", "Picaso_Const4D.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Picaso_Serial_Arduino_Library-1.0.2.zip", + "archiveFileName": "Picaso_Serial_Arduino_Library-1.0.2.zip", + "size": 33638, + "checksum": "SHA-256:66d6ae61bdbc2ddbd7d7c7cfd1e9cbc036efa34f3da7e8f10c3948d24535f1b6" + }, { "name": "genieArduino", "version": "1.4.5", @@ -123221,11 +160951,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.4.5.zip", "archiveFileName": "genieArduino-1.4.5.zip", "size": 37415, "checksum": "SHA-256:87a7c8446b7eae7c1853c7fffb5ad9d3fe978bb33ca2ab27bb6e2172f0c5bc39" }, + { + "name": "genieArduino", + "version": "1.5.0", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino", + "paragraph": "This is a library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.5.0.zip", + "archiveFileName": "genieArduino-1.5.0.zip", + "size": 39450, + "checksum": "SHA-256:85f3a5817a6a4944fe57b69b136f358078f4fa8e62a3fcbf67de9bf054cd16ea" + }, + { + "name": "genieArduino", + "version": "1.5.1", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino", + "paragraph": "This is a library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.5.1.zip", + "archiveFileName": "genieArduino-1.5.1.zip", + "size": 47173, + "checksum": "SHA-256:1ddc8084a67859ecd0f17abdd62cfd8ae8ec694e8949992d782739f75c344ba0" + }, + { + "name": "genieArduino", + "version": "1.5.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino", + "paragraph": "This is a library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.5.2.zip", + "archiveFileName": "genieArduino-1.5.2.zip", + "size": 47189, + "checksum": "SHA-256:c11cadb0d5405860c379459dccee5b4af623f42f7030e686978c870e78ef60cd" + }, { "name": "SOMOIoD", "version": "1.0.0", @@ -123238,7 +161019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/SOMOIoD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/SOMOIoD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/SOMOIoD-1.0.0.zip", "archiveFileName": "SOMOIoD-1.0.0.zip", "size": 12612, "checksum": "SHA-256:0f7c559a84cfb27175078af0b281a720268941fa8c80d698b967eab353a52242" @@ -123255,11 +161036,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/GFX4DIoD9.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4DIoD9-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4DIoD9-1.0.0.zip", "archiveFileName": "GFX4DIoD9-1.0.0.zip", "size": 1123259, "checksum": "SHA-256:701aa138da53f92cf6dbdd3ab1a579a0430638b6eada3859efeecd401247f83d" }, + { + "name": "GFX4DIoD9", + "version": "1.0.1", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the IoD-09TH and IoD-09SM by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the IoD-09 modules using the Arduino IDE or Workshop4 IDE. IoD-09 is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4DIoD9", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/GFX4DIoD9.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4DIoD9-1.0.1.zip", + "archiveFileName": "GFX4DIoD9-1.0.1.zip", + "size": 1137865, + "checksum": "SHA-256:a8f54d0afd04acb5c65105caf289739896836108d0ec8657845b77e4bc3e8157" + }, + { + "name": "GFX4DIoD9", + "version": "1.0.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the IoD-09TH and IoD-09SM by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the IoD-09 modules using the Arduino IDE or Workshop4 IDE. IoD-09 is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4DIoD9", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/GFX4DIoD9.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4DIoD9-1.0.2.zip", + "archiveFileName": "GFX4DIoD9-1.0.2.zip", + "size": 1138211, + "checksum": "SHA-256:2b27dd4d02286aec7eb302f486e6a5570eb50f1898fbd8403841236888009fe3" + }, { "name": "UC121902-TNARX-A", "version": "1.0.0", @@ -123272,7 +161087,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/niccokunzmann/UC121902-TNARX-A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/niccokunzmann/UC121902_TNARX_A-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/niccokunzmann/UC121902_TNARX_A-1.0.0.zip", "archiveFileName": "UC121902_TNARX_A-1.0.0.zip", "size": 134334, "checksum": "SHA-256:c8b86f16e3607c919b24830c71212d655072d7b25f1a74052a015594c1390f7e" @@ -123289,7 +161104,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/astuder/icp-101xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/astuder/ICP_101xx_Pressure_Sensor_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/astuder/ICP_101xx_Pressure_Sensor_Library-1.0.0.zip", "archiveFileName": "ICP_101xx_Pressure_Sensor_Library-1.0.0.zip", "size": 274485, "checksum": "SHA-256:ce944c8adf0e77c0b554ac2773d99344568e1c92a2052ed4658c747bfae37477" @@ -123305,8 +161120,8 @@ "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/tobiasschuerg/ESP8266_Influx_DB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.0.0.zip", + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.0.0.zip", "archiveFileName": "ESP8266_Influxdb-1.0.0.zip", "size": 178408, "checksum": "SHA-256:6e50c3aec50d8bbf67f14ef117e1a8dbb592bd7a1a2b1b0a77668a21bf044c32" @@ -123322,8 +161137,8 @@ "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/tobiasschuerg/ESP8266_Influx_DB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.0.1.zip", + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.0.1.zip", "archiveFileName": "ESP8266_Influxdb-1.0.1.zip", "size": 182710, "checksum": "SHA-256:8577a29b6ca2011fcae708897d08f1e0d7a8aab07d8039eee7e09f9153325866" @@ -123339,8 +161154,8 @@ "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/tobiasschuerg/ESP8266_Influx_DB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.1.0.zip", + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.1.0.zip", "archiveFileName": "ESP8266_Influxdb-1.1.0.zip", "size": 183874, "checksum": "SHA-256:1827b5aa27a764739eeb3dee8c164ae2bf65cd01c12c0d96aa1e7bc6421f38dc" @@ -123356,8 +161171,8 @@ "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/tobiasschuerg/ESP8266_Influx_DB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.2.0.zip", + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.2.0.zip", "archiveFileName": "ESP8266_Influxdb-1.2.0.zip", "size": 183910, "checksum": "SHA-256:e480982370b77429bb6f1623c50438540def0d331906d1df39076aaa46d40048" @@ -123373,12 +161188,263 @@ "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/tobiasschuerg/ESP8266_Influx_DB.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.3.0.zip", + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-1.3.0.zip", "archiveFileName": "ESP8266_Influxdb-1.3.0.zip", "size": 184031, "checksum": "SHA-256:5af3199d9d5a4a767bdf840c7164100969b180c2bfbe99d11001c73610e068c1" }, + { + "name": "ESP8266 Influxdb", + "version": "2.0.0", + "author": "Tobias Schürg", + "maintainer": "Tobias Schürg", + "sentence": "Library for easily sending measurements to an Influx database.", + "paragraph": "This library is a easy to set up and supports sending SINGLE MEASUREMENTS independently as well as sending BATCHES OF MEASUREMENTS with a single http request.", + "website": "https://github.com/tobiasschuerg/ESP8266_Influx_DB", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-2.0.0.zip", + "archiveFileName": "ESP8266_Influxdb-2.0.0.zip", + "size": 184787, + "checksum": "SHA-256:21c2d609b60ae4b18f47757825d333f20a238a04653ba9bf15b2fec1f57c4839" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.0.0", + "author": "Tobias Schürg, Influxdata", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/ESP8266_Influx_DB", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.0.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.0.0.zip", + "size": 43492, + "checksum": "SHA-256:cdcbc165c300bf1c149f5db13a4abc0f4f92901c4c20d9849ddcc809c2d009ff" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.1.0", + "author": "Tobias Schürg, Influxdata", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing data to InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.1.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.1.0.zip", + "size": 44079, + "checksum": "SHA-256:7d442de75c1bbcc3038501efeaaad1e9288349b43215371e922441fe09c93a2f" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.1.1", + "author": "Tobias Schürg, Influxdata", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing data to InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.1.1.zip", + "archiveFileName": "ESP8266_Influxdb-3.1.1.zip", + "size": 50364, + "checksum": "SHA-256:2e72d51b16802de551292b3df4218d2ac6c8716df210f2f70ed4aa8ecf127167" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.1.2", + "author": "Tobias Schürg, Influxdata", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing data to InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.1.2.zip", + "archiveFileName": "ESP8266_Influxdb-3.1.2.zip", + "size": 44196, + "checksum": "SHA-256:9d1de90964e6caeddd1495613c86a3e04ca82cdc248ce1939a0fc92cdb25b8ba" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.1.3", + "author": "Tobias Schürg, Influxdata", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing data to InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.1.3.zip", + "archiveFileName": "ESP8266_Influxdb-3.1.3.zip", + "size": 44221, + "checksum": "SHA-256:73cf584b239df68d6cd9d8edb99d07b9689936bc3dbe25fa79e09067e71f3ce4" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.2.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.2.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.2.0.zip", + "size": 75654, + "checksum": "SHA-256:2e3806fdbd9607a91cae8639366ded4696c3fc877e180172873f315f34f167bb" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.3.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.3.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.3.0.zip", + "size": 77158, + "checksum": "SHA-256:d8ac9fb2a77c46faf02505581a70b3a49bc16fe9e1112c539ff7d7a8f1acbcdf" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.4.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.4.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.4.0.zip", + "size": 85917, + "checksum": "SHA-256:6171c83f54d4257bcd1fb2d1ca3eeac4775e82a0a97ae95336233b443b2b7781" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.5.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.5.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.5.0.zip", + "size": 88610, + "checksum": "SHA-256:13fcce47054008e5e3bc47883015ee4847397720a37b1e8f3bb1ed404d58dce0" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.6.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.6.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.6.0.zip", + "size": 94341, + "checksum": "SHA-256:4f841474be51428ac1ae5c5975eb2d69741a42e3902622cb375fd4d883c38ca0" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.6.1", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.6.1.zip", + "archiveFileName": "ESP8266_Influxdb-3.6.1.zip", + "size": 96074, + "checksum": "SHA-256:d87a7222ed60b7bbe4f3bb0517b8b08e8e361063287c800b36015888b31651ac" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.7.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.7.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.7.0.zip", + "size": 96093, + "checksum": "SHA-256:5e427719748c87daef6304b179f1a50ab37d2287f372cc3941e272c020063754" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.8.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": ["InfluxDbClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.8.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.8.0.zip", + "size": 96944, + "checksum": "SHA-256:9c34fe3916c819084b0a753444b841780b196a86572065a5ced3607e9247f3f6" + }, { "name": "SparkFun HM1X Bluetooth Arduino Library", "version": "1.0.0", @@ -123391,7 +161457,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.0.zip", "size": 37905, "checksum": "SHA-256:31b286f37ce1ba06f6ad711a86c7f364fa94683c8dc531c1effc44725f4bdf8b" @@ -123408,7 +161474,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.1.zip", "size": 39104, "checksum": "SHA-256:478d579524688df24cfe174b0a403e03128b425a4cee60c68ba5b0b8b43fb264" @@ -123425,7 +161491,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_HM1X_Bluetooth_Arduino_Library-1.0.2.zip", "size": 39118, "checksum": "SHA-256:f1b42100809ca48377fae4c4d2f5dd8a6d714bc3dc57466c6809f61747cd6790" @@ -123442,11 +161508,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/4dsystems/GFX4d.git", - "url": "http://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.0.zip", "archiveFileName": "GFX4d-1.0.0.zip", "size": 6663212, "checksum": "SHA-256:e4123b383a92cb0e6379673a9e2967d1d1e1ed868aec56f7bd854789941e8807" }, + { + "name": "GFX4d", + "version": "1.0.1", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.1.zip", + "archiveFileName": "GFX4d-1.0.1.zip", + "size": 4836461, + "checksum": "SHA-256:7f5c4633b9d8055019ac997efe72acf682e41cd334822023107edb1f6a8ebb25" + }, + { + "name": "GFX4d", + "version": "1.0.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.2.zip", + "archiveFileName": "GFX4d-1.0.2.zip", + "size": 4837288, + "checksum": "SHA-256:8089479c26304483274b7aace4f5d7bee047f73f430bff68bddaf8151b8eeea5" + }, + { + "name": "GFX4d", + "version": "1.0.3", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.3.zip", + "archiveFileName": "GFX4d-1.0.3.zip", + "size": 4837762, + "checksum": "SHA-256:7d1bf884cdf88822dedea5732dcba9cd9a8d96275a07db8bb5d0bbbf9a6fbea1" + }, + { + "name": "GFX4d", + "version": "1.0.4", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.4.zip", + "archiveFileName": "GFX4d-1.0.4.zip", + "size": 4838265, + "checksum": "SHA-256:f6d40d42d61b588db146c2fa192f4b16be6da728ccdb73f8da20172028c3ea16" + }, { "name": "RemoteMe", "version": "1.0.10", @@ -123460,7 +161594,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.10.zip", "archiveFileName": "RemoteMe-1.0.10.zip", "size": 16459, "checksum": "SHA-256:f4b914ee2ebc4e7f35b75721f74f7f3f121a02713614fc2c2fdeccc59184308b" @@ -123478,7 +161612,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.12.zip", "archiveFileName": "RemoteMe-1.0.12.zip", "size": 15702, "checksum": "SHA-256:c2331a2bbf0470c50e41dd76e60f1a3a369c521f26957c0e441e358cd0ee1fb8" @@ -123496,7 +161630,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.13.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.13.zip", "archiveFileName": "RemoteMe-1.0.13.zip", "size": 15882, "checksum": "SHA-256:1b74e6def80e9aa31f6c3ed34102980797285f4a311be6171d43aaf3340d06f6" @@ -123514,7 +161648,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.14.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.14.zip", "archiveFileName": "RemoteMe-1.0.14.zip", "size": 16026, "checksum": "SHA-256:c598eb9e3815471575376125ca6655ac05e5b69eb34512c8c7968fee71743609" @@ -123532,7 +161666,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.15.zip", "archiveFileName": "RemoteMe-1.0.15.zip", "size": 17060, "checksum": "SHA-256:c47c49a973a4cafc8bfbefb97c786004b655e5facbe95ea1d1e6a22376989524" @@ -123550,7 +161684,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.17.zip", "archiveFileName": "RemoteMe-1.0.17.zip", "size": 15959, "checksum": "SHA-256:9cbacbbb2f6c6a5c4c1692324583d1abb254c628300cf001d4bebf0d988f2d82" @@ -123568,7 +161702,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.18.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.18.zip", "archiveFileName": "RemoteMe-1.0.18.zip", "size": 17665, "checksum": "SHA-256:9cbfe4dd847105d5884b105b988694c9bd3cb7deb6e7c1644538e3c6f0ae8e03" @@ -123586,7 +161720,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.19.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.19.zip", "archiveFileName": "RemoteMe-1.0.19.zip", "size": 18211, "checksum": "SHA-256:00aea01656a5c36e6b85211391850224c440c04ec7e73af2754ab31fa04860f9" @@ -123604,7 +161738,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.6.zip", "archiveFileName": "RemoteMe-1.0.6.zip", "size": 13119, "checksum": "SHA-256:e8b12b0e425b8aa17de6f3ba3ac2c512ed0e42f6451a71e2d62682a25b0473a7" @@ -123622,7 +161756,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.7.zip", "archiveFileName": "RemoteMe-1.0.7.zip", "size": 13211, "checksum": "SHA-256:55f409c7f5602b299788a1257eae73ad77758f3e7b805c5995c18fbd2752c840" @@ -123640,7 +161774,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.20.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.20.zip", "archiveFileName": "RemoteMe-1.0.20.zip", "size": 18508, "checksum": "SHA-256:df9a0e32e8a1ce72e1036ba5024537b6113422804cb778e7777fb4e5af602be4" @@ -123658,7 +161792,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.21.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.21.zip", "archiveFileName": "RemoteMe-1.0.21.zip", "size": 18519, "checksum": "SHA-256:34b71d81cf9dc2a58df1b10e7e47d868d8313e81da1aa025200353743f4dc114" @@ -123676,7 +161810,7 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.22.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.22.zip", "archiveFileName": "RemoteMe-1.0.22.zip", "size": 19320, "checksum": "SHA-256:68fed46729de3db878cb0c8c8334583959575ebd68a0d86e447bbf7ff374f096" @@ -123694,11 +161828,65 @@ "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", "providesIncludes": ["RemoteMe.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.23.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.23.zip", "archiveFileName": "RemoteMe-1.0.23.zip", "size": 19422, "checksum": "SHA-256:68ca8bfd699f64c290aeb43d32831a003021e8d108865e34d7dfb06fe44a024c" }, + { + "name": "RemoteMe", + "version": "1.0.24", + "author": "Remoteme.org", + "maintainer": "Remoteme.org \u003ccontact@remoteme.org\u003e", + "sentence": "Libraries for RemoteMe.org system", + "paragraph": "Libraries will allows You to communicate Your arduino with RemoteMe.org system", + "website": "https://github.com/remoteme/RemoteMeArduinoLibrary", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", + "providesIncludes": ["RemoteMe.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.24.zip", + "archiveFileName": "RemoteMe-1.0.24.zip", + "size": 19456, + "checksum": "SHA-256:462de5e0d107de0523559533c6fed76431c1d8bddb3900bc083682a2f262390e" + }, + { + "name": "RemoteMe", + "version": "1.0.25", + "author": "Remoteme.org", + "maintainer": "Remoteme.org \u003ccontact@remoteme.org\u003e", + "sentence": "Libraries for RemoteMe.org system", + "paragraph": "Libraries will allows You to communicate Your arduino with RemoteMe.org system", + "website": "https://github.com/remoteme/RemoteMeArduinoLibrary", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", + "providesIncludes": ["RemoteMe.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.25.zip", + "archiveFileName": "RemoteMe-1.0.25.zip", + "size": 19473, + "checksum": "SHA-256:3c9dc54bf1942a3914602fd31cb24aa61fced8289050a96b51665a12f93512a2" + }, + { + "name": "RemoteMe", + "version": "1.0.26", + "author": "Remoteme.org", + "maintainer": "Remoteme.org \u003ccontact@remoteme.org\u003e", + "sentence": "Libraries for RemoteMe.org system", + "paragraph": "Libraries will allows You to communicate Your arduino with RemoteMe.org system", + "website": "https://github.com/remoteme/RemoteMeArduinoLibrary", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/remoteme/RemoteMeArduinoLibrary.git", + "providesIncludes": ["RemoteMe.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMe-1.0.26.zip", + "archiveFileName": "RemoteMe-1.0.26.zip", + "size": 19488, + "checksum": "SHA-256:371872e16631d5430bcb3caec05947a218e9e9f5d587bcc8d7c7c0d3a17b6e58" + }, { "name": "SparkFun SGP30 Arduino Library", "version": "1.0.0", @@ -123711,7 +161899,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.0.zip", "size": 25205, "checksum": "SHA-256:a2398fcf3fac4cc71ee9df63751238e444c662a1fdb6e1044aa4d633df13b465" @@ -123728,7 +161916,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.1.zip", "size": 25676, "checksum": "SHA-256:67b330eee0eb65cd265e46e4fa825da2814ad2f577bba34946fec998db406ec1" @@ -123745,11 +161933,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.2.zip", "size": 25746, "checksum": "SHA-256:b0fb25a38a29424ae6e16c142c5fa1ce3cade24b3fa5f34c068cba22f7beee35" }, + { + "name": "SparkFun SGP30 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP30 air quality sensor", + "paragraph": "The SGP30 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. It outputs equivalent CO\u003csub\u003e2\u003c/sub\u003e in ppm and Total Volatile Organic Compounds (TVOC) in ppb. The sensor also gives access to its raw measurement values of Ethanol and H\u003csub\u003e2\u003c/sub\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.3.zip", + "size": 26089, + "checksum": "SHA-256:4463e1f85fb824f57b950c10b3b29f82bb2b945887acc36eef17afdf4c00ecb0" + }, + { + "name": "SparkFun SGP30 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP30 air quality sensor", + "paragraph": "The SGP30 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. It outputs equivalent CO\u003csub\u003e2\u003c/sub\u003e in ppm and Total Volatile Organic Compounds (TVOC) in ppb. The sensor also gives access to its raw measurement values of Ethanol and H\u003csub\u003e2\u003c/sub\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.4.zip", + "size": 26322, + "checksum": "SHA-256:d7e4dbf5256ac1df76e5ee2f98554467c0fd2b2577495f03b9f60d62777c9a69" + }, + { + "name": "SparkFun SGP30 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP30 air quality sensor", + "paragraph": "The SGP30 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. It outputs equivalent CO\u003csub\u003e2\u003c/sub\u003e in ppm and Total Volatile Organic Compounds (TVOC) in ppb. The sensor also gives access to its raw measurement values of Ethanol and H\u003csub\u003e2\u003c/sub\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.5.zip", + "size": 26341, + "checksum": "SHA-256:a1865b10c0bf3653a9d295f915fa695d1117067c88a0aafa5dd52e460eebf1a8" + }, { "name": "ds3231FS", "version": "1.1.1", @@ -123763,7 +162002,7 @@ "types": ["Contributed"], "repository": "https://github.com/Jorropo/ds3231.git", "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Jorropo/ds3231FS-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Jorropo/ds3231FS-1.1.1.zip", "archiveFileName": "ds3231FS-1.1.1.zip", "size": 12387, "checksum": "SHA-256:67d5111debe8f39a145683c5b107cb0a7107b1bfab8a8677b1408bd2c289a01b" @@ -123780,7 +162019,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/danidask/MatrizLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.1.zip", "archiveFileName": "MatrizLed-2.0.1.zip", "size": 9468, "checksum": "SHA-256:75484e1f531391760e83eb4f4493abe1f1f80b0874a9678bace67e4d55816d3b" @@ -123797,7 +162036,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/danidask/MatrizLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.2.zip", "archiveFileName": "MatrizLed-2.0.2.zip", "size": 11588, "checksum": "SHA-256:399dd48634ba8ee4106530c48b8b6288f16bfa087c2c05841d6e84acd7fbab71" @@ -123814,11 +162053,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/danidask/MatrizLed.git", - "url": "http://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.3.zip", "archiveFileName": "MatrizLed-2.0.3.zip", "size": 11710, "checksum": "SHA-256:5de429f5ec234bf6bd66ade06b3c0c828f1faf9f19050394f1462b7901f29df1" }, + { + "name": "MatrizLed", + "version": "2.0.4", + "author": "Daniel Alvarez \u003cdanidask@gmail.com\u003e", + "maintainer": "Daniel Alvarez \u003cdanidask@gmail.com\u003e", + "sentence": "Librería para matrices de leds de 8x8 con controladores MAX7219 o MAX7221.", + "paragraph": "Soporta varios matrices en cadena", + "website": "https://github.com/danidask/MatrizLed", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/danidask/MatrizLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.4.zip", + "archiveFileName": "MatrizLed-2.0.4.zip", + "size": 11970, + "checksum": "SHA-256:254ee91ed8b63416768c5d3bca92e1a5444c1b0bb72240887a486ef566ca3deb" + }, + { + "name": "MatrizLed", + "version": "2.0.5", + "author": "Daniel Alvarez \u003cdanidask@gmail.com\u003e", + "maintainer": "Daniel Alvarez \u003cdanidask@gmail.com\u003e", + "sentence": "Librería para matrices de leds de 8x8 con controladores MAX7219 o MAX7221.", + "paragraph": "Soporta varios matrices en cadena", + "website": "https://github.com/danidask/MatrizLed", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/danidask/MatrizLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/danidask/MatrizLed-2.0.5.zip", + "archiveFileName": "MatrizLed-2.0.5.zip", + "size": 12046, + "checksum": "SHA-256:5fb52cd9d15a49792fa68e27837613479c5e4b69dd8ee539e2a512f99d3e8343" + }, { "name": "Multi Channel Relay Arduino Library", "version": "1.0.0", @@ -123831,7 +162104,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Multi_Channel_Relay_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Multi_Channel_Relay_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Multi_Channel_Relay_Arduino_Library-1.0.0.zip", "archiveFileName": "Multi_Channel_Relay_Arduino_Library-1.0.0.zip", "size": 9338, "checksum": "SHA-256:2309c5a14dc5a0294459b682f110b3bf2849102763cbcfb700f66a7c4a6ef560" @@ -123848,7 +162121,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Seeed-Studio/Multi_Channel_Relay_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Multi_Channel_Relay_Arduino_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Multi_Channel_Relay_Arduino_Library-1.1.0.zip", "archiveFileName": "Multi_Channel_Relay_Arduino_Library-1.1.0.zip", "size": 11276, "checksum": "SHA-256:a3783735c93d50c5cf4218d796bb2e4ef5cf2e9f6b340363a9fe0bb30fe0d2c0" @@ -123865,7 +162138,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/2dom/PxMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.1.0.zip", "archiveFileName": "PxMatrix_LED_MATRIX_library-1.1.0.zip", "size": 28688931, "checksum": "SHA-256:75e956f981d63b5e4f5f475d52ac124c2349f1c9c108176d99ac24091bc8393e" @@ -123882,7 +162155,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/2dom/PxMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.2.0.zip", "archiveFileName": "PxMatrix_LED_MATRIX_library-1.2.0.zip", "size": 28688984, "checksum": "SHA-256:5328304f82688182528c1d496ed4d76175d67740b471d68347ce2b69478935b0" @@ -123899,11 +162172,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/2dom/PxMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.3.0.zip", "archiveFileName": "PxMatrix_LED_MATRIX_library-1.3.0.zip", "size": 28687116, "checksum": "SHA-256:aafb45920338fe25b8cf41140da9d5a823a70161d0417932860263db8b910ff3" }, + { + "name": "PxMatrix LED MATRIX library", + "version": "1.6.0", + "author": "Dominic Buchstaller", + "maintainer": "Dominic Buchstaller \u003cdbuchstaller@web.de\u003e", + "sentence": "PxMatrix LED MATRIX library for ESP32 and ESP8266", + "paragraph": "Adafruit GFX compatible library for 32x16, 32x32, 64x32, 64x64 RGB matrix modules.", + "website": "https://github.com/2dom/PxMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/2dom/PxMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.6.0.zip", + "archiveFileName": "PxMatrix_LED_MATRIX_library-1.6.0.zip", + "size": 77699600, + "checksum": "SHA-256:de9f0d7b423bb2cce5a2160de01bef348ae93d844de4845d3d16de0fa6e60cb3" + }, + { + "name": "PxMatrix LED MATRIX library", + "version": "1.7.0", + "author": "Dominic Buchstaller", + "maintainer": "Dominic Buchstaller \u003cdbuchstaller@web.de\u003e", + "sentence": "PxMatrix LED MATRIX library for ESP8266, ESP32 and ATMEL", + "paragraph": "Adafruit GFX compatible library for 32x16, 32x32, 64x32, 64x64 RGB matrix modules.", + "website": "https://github.com/2dom/PxMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/2dom/PxMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.7.0.zip", + "archiveFileName": "PxMatrix_LED_MATRIX_library-1.7.0.zip", + "size": 77702879, + "checksum": "SHA-256:cc24e5b42ea1c1ef4628be5f336ff993f2630dc7783c4e3433f6ac50d3b9182d" + }, + { + "name": "PxMatrix LED MATRIX library", + "version": "1.8.0", + "author": "Dominic Buchstaller", + "maintainer": "Dominic Buchstaller \u003cdbuchstaller@web.de\u003e", + "sentence": "PxMatrix LED MATRIX library for ESP8266, ESP32 and ATMEL", + "paragraph": "Adafruit GFX compatible library for 32x16, 32x32, 64x32, 64x64 RGB matrix modules.", + "website": "https://github.com/2dom/PxMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/2dom/PxMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.8.0.zip", + "archiveFileName": "PxMatrix_LED_MATRIX_library-1.8.0.zip", + "size": 77774010, + "checksum": "SHA-256:005e321c1de939539c7fde86a0f652bebb5d33d6faa4a13ff96afb31665445b1" + }, + { + "name": "PxMatrix LED MATRIX library", + "version": "1.8.1", + "author": "Dominic Buchstaller", + "maintainer": "Dominic Buchstaller \u003cdbuchstaller@web.de\u003e", + "sentence": "PxMatrix LED MATRIX library for ESP8266, ESP32 and ATMEL", + "paragraph": "Adafruit GFX compatible library for 32x16, 32x32, 64x32, 64x64 RGB matrix modules.", + "website": "https://github.com/2dom/PxMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/2dom/PxMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/2dom/PxMatrix_LED_MATRIX_library-1.8.1.zip", + "archiveFileName": "PxMatrix_LED_MATRIX_library-1.8.1.zip", + "size": 77774021, + "checksum": "SHA-256:f11ee2c164aa1ff0eb377b245ff8d82508e5cbdf36516c2fb10ef4b3d227297a" + }, { "name": "Adafruit EPD", "version": "1.0.0", @@ -123916,7 +162257,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.0.zip", "archiveFileName": "Adafruit_EPD-1.0.0.zip", "size": 30646, "checksum": "SHA-256:533f2a7b09b6fd22a08783625253a59bed3f69a9a25ed04e3efd616d7bd58670" @@ -123933,7 +162274,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.1.zip", "archiveFileName": "Adafruit_EPD-1.0.1.zip", "size": 31036, "checksum": "SHA-256:d92fc467fe7e52119d634958a558a796baff90676143a85de73d0dacb5c72e23" @@ -123950,7 +162291,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.2.zip", "archiveFileName": "Adafruit_EPD-1.0.2.zip", "size": 31032, "checksum": "SHA-256:9491bf1bd37c85e71cab5655f313e85e931bf818282fab7986d5d3d1ea0fcbf8" @@ -123967,7 +162308,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-1.0.3.zip", "archiveFileName": "Adafruit_EPD-1.0.3.zip", "size": 46533, "checksum": "SHA-256:993e8dc99d36394e1dccca358693a0498936e152f504361f04b66d8fe81aca36" @@ -123984,7 +162325,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.0.zip", "archiveFileName": "Adafruit_EPD-2.0.0.zip", "size": 46509, "checksum": "SHA-256:a667b358e94750b0c866993f375f55d7cc6cfeb0b8c4c6103563afdb9191c6a6" @@ -124001,7 +162342,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.1.zip", "archiveFileName": "Adafruit_EPD-2.0.1.zip", "size": 49946, "checksum": "SHA-256:01c1524d99de49f2a4f877ce38313f83ac55794e97a66a4d1f8a3324bb0f66d2" @@ -124018,7 +162359,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.2.zip", "archiveFileName": "Adafruit_EPD-2.0.2.zip", "size": 54110, "checksum": "SHA-256:424c0c8a7aefaefbf20829bf7f81a951cf9b754922547cdb7e504cf809a90aec" @@ -124035,7 +162376,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.0.3.zip", "archiveFileName": "Adafruit_EPD-2.0.3.zip", "size": 54234, "checksum": "SHA-256:998ee8b744d295c6e9871a099624191878d71a2e97d5027a4b0c40937aca1d09" @@ -124052,11 +162393,502 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.1.1.zip", "archiveFileName": "Adafruit_EPD-2.1.1.zip", "size": 54234, "checksum": "SHA-256:c499f5a41a95b69f4118c025878f3636dfebb26561daf8f37d181bd999399546" }, + { + "name": "Adafruit EPD", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.2.0.zip", + "archiveFileName": "Adafruit_EPD-2.2.0.zip", + "size": 56263, + "checksum": "SHA-256:f83e4c7a6f11041967f0a1ba2487825061f82bce6fe99d882abcc725ecebfcc8" + }, + { + "name": "Adafruit EPD", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.3.0.zip", + "archiveFileName": "Adafruit_EPD-2.3.0.zip", + "size": 58521, + "checksum": "SHA-256:36082a7cd8ee002ceff9518685f60f6209c1af9e324d34d09a2bcd2d219329f9" + }, + { + "name": "Adafruit EPD", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.4.1.zip", + "archiveFileName": "Adafruit_EPD-2.4.1.zip", + "size": 46959, + "checksum": "SHA-256:dc7eb348f8df2dfcfe7cd10dd06cf2235fb08afb92b427c358abc8ec6c45bf9d" + }, + { + "name": "Adafruit EPD", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.4.2.zip", + "archiveFileName": "Adafruit_EPD-2.4.2.zip", + "size": 46975, + "checksum": "SHA-256:724edb8048a6c9bf1f4bcfaab7202e4ccdc8889c80844016bd23904bce07d1a3" + }, + { + "name": "Adafruit EPD", + "version": "2.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.4.3.zip", + "archiveFileName": "Adafruit_EPD-2.4.3.zip", + "size": 46796, + "checksum": "SHA-256:99e1a52e0985563be2be959303c5e1f79f63e791c179ebbe77e371d2d872e2ab" + }, + { + "name": "Adafruit EPD", + "version": "2.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.5.1.zip", + "archiveFileName": "Adafruit_EPD-2.5.1.zip", + "size": 46928, + "checksum": "SHA-256:33bbfae46ed21fe17f87b5316e3e0b291f98e74abfc839a6940551fe0b0b455c" + }, + { + "name": "Adafruit EPD", + "version": "2.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.5.2.zip", + "archiveFileName": "Adafruit_EPD-2.5.2.zip", + "size": 47140, + "checksum": "SHA-256:12092369cc07be1476c90bf54da07abc69ac61d068b81e84dc1dc2997ed28a90" + }, + { + "name": "Adafruit EPD", + "version": "2.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-2.5.3.zip", + "archiveFileName": "Adafruit_EPD-2.5.3.zip", + "size": 47211, + "checksum": "SHA-256:b12dead421ef926c60e18e04e210a3b87f852ea48ac19ec0ac6af9233c7d3ddb" + }, + { + "name": "Adafruit EPD", + "version": "3.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-3.0.0.zip", + "archiveFileName": "Adafruit_EPD-3.0.0.zip", + "size": 49439, + "checksum": "SHA-256:c007af420938c158515502e728bb817eda3fd9cf9f2a564e62cc684842539400" + }, + { + "name": "Adafruit EPD", + "version": "4.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.0.0.zip", + "archiveFileName": "Adafruit_EPD-4.0.0.zip", + "size": 76930, + "checksum": "SHA-256:e0fa6aa3c3b889ae105a2e6002b1c0e4f74bca85ec933bbb888c578ba1788481" + }, + { + "name": "Adafruit EPD", + "version": "4.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.0.1.zip", + "archiveFileName": "Adafruit_EPD-4.0.1.zip", + "size": 76928, + "checksum": "SHA-256:88d2a02cf10e6964932b909a57b5a413c06605b0153fb9ae74e96bd631856402" + }, + { + "name": "Adafruit EPD", + "version": "4.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.0.2.zip", + "archiveFileName": "Adafruit_EPD-4.0.2.zip", + "size": 77754, + "checksum": "SHA-256:0edc98f683cbcde28f3385df43055ce6cdcac0baecf11a3aebd6c55b9a0635ed" + }, + { + "name": "Adafruit EPD", + "version": "4.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.0.3.zip", + "archiveFileName": "Adafruit_EPD-4.0.3.zip", + "size": 79975, + "checksum": "SHA-256:a3aad2b5e9a8ae5591f34e90faac38a439bb0d12dd3511ab3a66d64e8ebf88f7" + }, + { + "name": "Adafruit EPD", + "version": "4.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.0.4.zip", + "archiveFileName": "Adafruit_EPD-4.0.4.zip", + "size": 79973, + "checksum": "SHA-256:59584852e15c4164ceb0bc3051db28cdc7bcb745cf7034dcab6430121aa530c4" + }, + { + "name": "Adafruit EPD", + "version": "4.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.0.5.zip", + "archiveFileName": "Adafruit_EPD-4.0.5.zip", + "size": 80029, + "checksum": "SHA-256:511ba66d3f0b9e4285a79b94ac1c3279f41637dadadba28d621c1ad040f013e0" + }, + { + "name": "Adafruit EPD", + "version": "4.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.1.0.zip", + "archiveFileName": "Adafruit_EPD-4.1.0.zip", + "size": 99836, + "checksum": "SHA-256:d3e39715f93c19fdc0fa70466f8d06382c941f25b8649f9ff460a682dc381e6a" + }, + { + "name": "Adafruit EPD", + "version": "4.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.2.0.zip", + "archiveFileName": "Adafruit_EPD-4.2.0.zip", + "size": 208776, + "checksum": "SHA-256:0183d787182e6025ff919f74291720a89c4c942791f52d5ff4a3d3e9f9549a5c" + }, + { + "name": "Adafruit EPD", + "version": "4.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.0.zip", + "archiveFileName": "Adafruit_EPD-4.3.0.zip", + "size": 209613, + "checksum": "SHA-256:3eda949440edef924a0d9f7232f1f490c68f1636d1ba36bbd6df5d7824dc1873" + }, + { + "name": "Adafruit EPD", + "version": "4.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.1.zip", + "archiveFileName": "Adafruit_EPD-4.3.1.zip", + "size": 208868, + "checksum": "SHA-256:9b6ac5a8e7d86a92874dc584abc7df51ab35dc2da8da19f368d6c42a34037f4b" + }, + { + "name": "Adafruit EPD", + "version": "4.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.2.zip", + "archiveFileName": "Adafruit_EPD-4.3.2.zip", + "size": 208884, + "checksum": "SHA-256:ecfd6cc05fd286273985c42236315b9d9d8f3ceb64ccdd5b1d919387c974ad2c" + }, + { + "name": "Adafruit EPD", + "version": "4.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.3.zip", + "archiveFileName": "Adafruit_EPD-4.3.3.zip", + "size": 208901, + "checksum": "SHA-256:80ba91607b9ef4b29aa7e71b1c6253e204591ba6244f3bf64da646503fd0b9fa" + }, + { + "name": "Adafruit EPD", + "version": "4.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.0.zip", + "archiveFileName": "Adafruit_EPD-4.4.0.zip", + "size": 210461, + "checksum": "SHA-256:481c5c1a940f6def6d5ee911d6e2f741c64479e40fbad5126c74377d5d6559f7" + }, + { + "name": "Adafruit EPD", + "version": "4.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.1.zip", + "archiveFileName": "Adafruit_EPD-4.4.1.zip", + "size": 210589, + "checksum": "SHA-256:9f9e652411e0d3e494c2a95cb7bbfc5649879b32b7d9ecd3a0b1dc4c2e007666" + }, { "name": "DualTB9051FTGMotorShield", "version": "1.0.0", @@ -124069,7 +162901,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-tb9051ftg-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualTB9051FTGMotorShield-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualTB9051FTGMotorShield-1.0.0.zip", "archiveFileName": "DualTB9051FTGMotorShield-1.0.0.zip", "size": 7495, "checksum": "SHA-256:341dbe90005f2486a43b5e050cce0d6b5d590524ccb3e8d6822d95e1b12be40c" @@ -124086,7 +162918,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pololu/dual-tb9051ftg-motor-shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/DualTB9051FTGMotorShield-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DualTB9051FTGMotorShield-2.0.0.zip", "archiveFileName": "DualTB9051FTGMotorShield-2.0.0.zip", "size": 7674, "checksum": "SHA-256:16e00be88b64e4c147f90d95f855b26a3ee068a7e94559fb85efde02759e16c2" @@ -124104,7 +162936,7 @@ "types": ["Contributed"], "repository": "https://github.com/bricofoy/yasm.git", "providesIncludes": ["yasm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.0.zip", "archiveFileName": "YASM-1.0.0.zip", "size": 28192, "checksum": "SHA-256:92f9c3b7be4d38fb80bb710e28501dc5b2653eb08877505edaf00d987df50ce7" @@ -124122,7 +162954,7 @@ "types": ["Contributed"], "repository": "https://github.com/bricofoy/yasm.git", "providesIncludes": ["yasm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.1.zip", "archiveFileName": "YASM-1.0.1.zip", "size": 28321, "checksum": "SHA-256:1bdd08f055eab95ca771faf44c21330d59d4727153af20ff9e4c20eef913efb7" @@ -124140,11 +162972,47 @@ "types": ["Contributed"], "repository": "https://github.com/bricofoy/yasm.git", "providesIncludes": ["yasm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.2.zip", "archiveFileName": "YASM-1.0.2.zip", "size": 28410, "checksum": "SHA-256:b9719fbd981107b429b9c992d91fbaef55e726ac45f2b68c303a3b1b439a0203" }, + { + "name": "YASM", + "version": "1.0.4", + "author": "Bricofoy \u003cbricofoy@free.fr\u003e", + "maintainer": "Bricofoy \u003cbricofoy@free.fr\u003e", + "sentence": "Easy finite state machine creation and management library", + "paragraph": "A library that helps creating finite state machines based on function pointers. Can run concurrently any number of states machines. Provide all required basic timing functions to easily create automatons. Can also be used as a (very) basic scheduler.", + "website": "http://github.com/bricofoy/yasm/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bricofoy/yasm.git", + "providesIncludes": ["yasm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.4.zip", + "archiveFileName": "YASM-1.0.4.zip", + "size": 29673, + "checksum": "SHA-256:da3bca252a9e927e09427de24f1ff72f76d735fc8635ae5506e9bef450b67078" + }, + { + "name": "YASM", + "version": "1.0.5", + "author": "Bricofoy \u003cbricofoy@free.fr\u003e", + "maintainer": "Bricofoy \u003cbricofoy@free.fr\u003e", + "sentence": "Easy finite state machine creation and management library", + "paragraph": "A library that helps creating finite state machines based on function pointers. Can run concurrently any number of states machines. Provide all required basic timing functions to easily create automatons. Can also be used as a (very) basic scheduler.", + "website": "http://github.com/bricofoy/yasm/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bricofoy/yasm.git", + "providesIncludes": ["yasm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bricofoy/YASM-1.0.5.zip", + "archiveFileName": "YASM-1.0.5.zip", + "size": 29929, + "checksum": "SHA-256:a7a1b56ce6cace8d90782b40a97728474aae6d7cd6b21df6346d5526b9b4aec7" + }, { "name": "SparkFun RGB OLED 64x64 Library", "version": "1.0.0", @@ -124157,7 +163025,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/Sparkfun_RGB_OLED_64x64_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RGB_OLED_64x64_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RGB_OLED_64x64_Library-1.0.0.zip", "archiveFileName": "SparkFun_RGB_OLED_64x64_Library-1.0.0.zip", "size": 148877, "checksum": "SHA-256:fa88daf0ad7368753a91e5dcf3250fb8358be790093c7960c8ae3b2464814847" @@ -124174,7 +163042,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PeterEmbedded/BH1750FVI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PeterEmbedded/BH1750FVI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PeterEmbedded/BH1750FVI-1.0.0.zip", "archiveFileName": "BH1750FVI-1.0.0.zip", "size": 6669, "checksum": "SHA-256:2e35a17457f09ced002152ebf6a06e3bef0b4e66ba3e4a8771020552d9b4de5f" @@ -124191,7 +163059,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PeterEmbedded/BH1750FVI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PeterEmbedded/BH1750FVI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PeterEmbedded/BH1750FVI-1.1.0.zip", "archiveFileName": "BH1750FVI-1.1.0.zip", "size": 7677, "checksum": "SHA-256:2978077d9d63eaf234ce32ce2df53f625f95162fba47b906c4fa2ea0e5784923" @@ -124208,7 +163076,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PeterEmbedded/BH1750FVI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PeterEmbedded/BH1750FVI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PeterEmbedded/BH1750FVI-1.1.1.zip", "archiveFileName": "BH1750FVI-1.1.1.zip", "size": 7670, "checksum": "SHA-256:2c09a6058ccc612ce10963e47594907a19c5a9f0def19ddbc9e61ab7586a3564" @@ -124226,7 +163094,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoTrace.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.0.0.zip", "archiveFileName": "ArduinoTrace-1.0.0.zip", "size": 6409, "checksum": "SHA-256:987417360accc24c836395c0396bac6e44d9d532fc4afedeceab3ebf2a5cac49" @@ -124244,7 +163112,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoTrace.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.1.0.zip", "archiveFileName": "ArduinoTrace-1.1.0.zip", "size": 614293, "checksum": "SHA-256:8375e1e769a9a2de63447c821a8d6d0d1185b2103cd9536b3f7c236375e31502" @@ -124262,11 +163130,47 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bblanchon/ArduinoTrace.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.1.1.zip", "archiveFileName": "ArduinoTrace-1.1.1.zip", "size": 614319, "checksum": "SHA-256:b7f5bbe1bb3e63303ebf2b24b83d6a2fe44030644f1b2c66b5e37862eed14a7a" }, + { + "name": "ArduinoTrace", + "version": "1.1.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A dead-simple tracing library to debug your programs", + "paragraph": "You'll never find a simpler tracing library! Just call TRACE() or DUMP(variable) and watch the result in the Serial...", + "website": "https://github.com/bblanchon/ArduinoTrace", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoTrace.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.1.2.zip", + "archiveFileName": "ArduinoTrace-1.1.2.zip", + "size": 615017, + "checksum": "SHA-256:3b77ebc27875b1ca06503c5c2ab0310f0a61c44c124df7068a7e22c791a2e79d" + }, + { + "name": "ArduinoTrace", + "version": "1.2.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A dead-simple tracing library to debug your programs", + "paragraph": "You'll never find a simpler tracing library! Just call TRACE() or DUMP(variable) and watch the result in the Serial...", + "website": "https://github.com/bblanchon/ArduinoTrace", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoTrace.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.2.0.zip", + "archiveFileName": "ArduinoTrace-1.2.0.zip", + "size": 615486, + "checksum": "SHA-256:1f4da9855ccaf49e8ab22bb01e584b2488bff97db5192d8e8ad2d78f93d9efab" + }, { "name": "MatrixMath", "version": "1.0.0", @@ -124279,7 +163183,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/eecharlie/MatrixMath.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eecharlie/MatrixMath-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/eecharlie/MatrixMath-1.0.0.zip", "archiveFileName": "MatrixMath-1.0.0.zip", "size": 12418, "checksum": "SHA-256:62338d65d2e24b255b3c0bcd5fb5000dd70213a2bf8a611916fe7a8b5c2fe978" @@ -124296,7 +163200,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/GoProControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-0.9.3.zip", "archiveFileName": "GoProControl-0.9.3.zip", "size": 424101, "checksum": "SHA-256:a0194955f3d85264c3ff8f64085e70daab6f0268f0704c3f25356acdaf70beb0" @@ -124313,7 +163217,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/GoProControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.0.0.zip", "archiveFileName": "GoProControl-1.0.0.zip", "size": 425618, "checksum": "SHA-256:6fa21b6373c6016254e838e5b29c1e1bbb73cc700d86487f5ccb0a0ccfed6e57" @@ -124330,11 +163234,175 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/GoProControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.0.1.zip", "archiveFileName": "GoProControl-1.0.1.zip", "size": 425803, "checksum": "SHA-256:f48f0ec9901de2591cc4f54147a95d426fce1d087a791e1ddb5541155e1a44b2" }, + { + "name": "GoProControl", + "version": "1.1.0", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.1.0.zip", + "archiveFileName": "GoProControl-1.1.0.zip", + "size": 426278, + "checksum": "SHA-256:1089474c2e2190055bf39222acbad01359e338f8a3ee0a6d6face00d44655024" + }, + { + "name": "GoProControl", + "version": "1.1.1", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.1.1.zip", + "archiveFileName": "GoProControl-1.1.1.zip", + "size": 426343, + "checksum": "SHA-256:327b2f731f621603a157e4a2169367c75ed439d1c44b3c959b175d5c1129ce17" + }, + { + "name": "GoProControl", + "version": "1.2.0", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + }, + { + "name": "Utilities" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.2.0.zip", + "archiveFileName": "GoProControl-1.2.0.zip", + "size": 428535, + "checksum": "SHA-256:f4b2b7aa1913cbadf93743c0bc38884f6b9a2a1296ad4411b1a96c3d0fbac5b3" + }, + { + "name": "GoProControl", + "version": "1.2.1", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + }, + { + "name": "Utilities" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.2.1.zip", + "archiveFileName": "GoProControl-1.2.1.zip", + "size": 428562, + "checksum": "SHA-256:1960bbd78c6ba32c5211e83885edf389482db13e9717f6ae15b638edf32e7ea0" + }, + { + "name": "GoProControl", + "version": "1.3.1", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + }, + { + "name": "Utilities" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.3.1.zip", + "archiveFileName": "GoProControl-1.3.1.zip", + "size": 428944, + "checksum": "SHA-256:012d36a17c0426be3c9d16dd639188fe97f184b5a961f109ff0917d4646e7069" + }, { "name": "PM2008 I2C", "version": "1.0.0", @@ -124347,7 +163415,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/neosarchizo/pm2008_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/neosarchizo/PM2008_I2C-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/PM2008_I2C-1.0.0.zip", "archiveFileName": "PM2008_I2C-1.0.0.zip", "size": 18183, "checksum": "SHA-256:95f707ccf6f75c4bffc773cc533f58dcf1f99eb7bece74e6522ce0df038a2c15" @@ -124364,7 +163432,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/AlexanderLL95/SerialUtil.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AlexanderLL95/SerialUtil-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexanderLL95/SerialUtil-1.0.0.zip", "archiveFileName": "SerialUtil-1.0.0.zip", "size": 9313, "checksum": "SHA-256:bae4b142f5d892a15610a9a654166b0d62fea4e46700d270ef14e41c1ef96de1" @@ -124381,7 +163449,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicholasBerryman/USBControllerLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicholasBerryman/USBControllerLib-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/USBControllerLib-0.8.0.zip", "archiveFileName": "USBControllerLib-0.8.0.zip", "size": 4283, "checksum": "SHA-256:253f7b3dc67d08a2fcc5a0fca4d29673205cc4cf19281e7ba06a91ab115dbd6f" @@ -124398,7 +163466,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicholasBerryman/USBControllerLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicholasBerryman/USBControllerLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/USBControllerLib-1.0.0.zip", "archiveFileName": "USBControllerLib-1.0.0.zip", "size": 4286, "checksum": "SHA-256:88b5d97dc604afe272eeee8ef4d385de0479b5c6935f05a963407c3eaaad0ea5" @@ -124415,7 +163483,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/SensorFusion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.0.zip", "archiveFileName": "SensorFusion-1.0.0.zip", "size": 9385, "checksum": "SHA-256:d23184a8eb500bb1579cffe17d76d4800b6cd0ee15f66a0f4fc1d1c515abac76" @@ -124432,11 +163500,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/SensorFusion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.1.zip", "archiveFileName": "SensorFusion-1.0.1.zip", "size": 34491, "checksum": "SHA-256:5ccc8f1cbef6343ef320a08ff6a3edb78bf1d26384cddf984167e4902b0a19e7" }, + { + "name": "SensorFusion", + "version": "1.0.3", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using a IMU a breeze.", + "paragraph": "Mahony and Madgwick algorithms.", + "website": "https://github.com/aster94/SensorFusion", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/SensorFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.3.zip", + "archiveFileName": "SensorFusion-1.0.3.zip", + "size": 34611, + "checksum": "SHA-256:313d6d15ca07e39126b5f07ef0b86a5c34aac48d5d9d3b443c328f67ae6b684d" + }, + { + "name": "SensorFusion", + "version": "1.0.4", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using a IMU a breeze.", + "paragraph": "Mahony and Madgwick algorithms.", + "website": "https://github.com/aster94/SensorFusion", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/SensorFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.4.zip", + "archiveFileName": "SensorFusion-1.0.4.zip", + "size": 35454, + "checksum": "SHA-256:d361accf9faacdf2b0e6fbec7e2ac1274550370c72d93a2525287446bbe4afc6" + }, { "name": "FlexLibrary", "version": "1.0.0", @@ -124449,7 +163551,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Tdoe4321/FlexLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Tdoe4321/FlexLibrary-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Tdoe4321/FlexLibrary-1.0.0.zip", "archiveFileName": "FlexLibrary-1.0.0.zip", "size": 7583, "checksum": "SHA-256:3569fd5ead8f2444504161cc16c029354d2033e342b4e80b7764eb4f64698b6f" @@ -124466,11 +163568,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_Boards.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Purplepoint_Boards_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Purplepoint_Boards_Library-1.0.1.zip", "archiveFileName": "M2M_Solutions_Purplepoint_Boards_Library-1.0.1.zip", "size": 10793, "checksum": "SHA-256:7944a7fd624fd0320a43f530887c67362634c3369f7d0d8a30cacd913fa85f6e" }, + { + "name": "M2M Solutions Purplepoint Boards Library", + "version": "1.0.7", + "author": "M2M Solutions AB", + "maintainer": "M2M Solutions AB \u003cinfo@m2msolutions.se\u003e", + "sentence": "Arduino library for Purplepoint IoT boards.", + "paragraph": "This library contains helper classes to ease use of Purplepoint IoT boards.", + "website": "https://github.com/m2m-solutions/M2M_Boards", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/m2m-solutions/M2M_Boards.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Purplepoint_Boards_Library-1.0.7.zip", + "archiveFileName": "M2M_Solutions_Purplepoint_Boards_Library-1.0.7.zip", + "size": 20822, + "checksum": "SHA-256:471d042aa95d0c03303f92ea73e66c3e6adac28e7e77ffbbfb0f322a26b44476" + }, { "name": "MD_YX5300", "version": "1.0.1", @@ -124484,7 +163603,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_YX5300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.0.1.zip", "archiveFileName": "MD_YX5300-1.0.1.zip", "size": 16962870, "checksum": "SHA-256:07a63ed8d559b65024db030941d54e132a9f62cc6651d45655e655985314a0ac" @@ -124502,7 +163621,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_YX5300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.0.0.zip", "archiveFileName": "MD_YX5300-1.0.0.zip", "size": 5240249, "checksum": "SHA-256:37c467408cd92150fb4e4858d28ffba5c71e23e4bcd861aaf7187b4d096686c5" @@ -124520,7 +163639,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_YX5300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.1.0.zip", "archiveFileName": "MD_YX5300-1.1.0.zip", "size": 16964843, "checksum": "SHA-256:ccecd9311157c80b82ee65c3ec3d6d16854e598131932e51097d5091bcb60ba6" @@ -124538,7 +163657,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_YX5300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.0.zip", "archiveFileName": "MD_YX5300-1.2.0.zip", "size": 16969014, "checksum": "SHA-256:b73a36d6c43e0adecac77621084014b890587ec5a7b26442d785d3eb6ae0ec0e" @@ -124556,7 +163675,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_YX5300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.1.zip", "archiveFileName": "MD_YX5300-1.2.1.zip", "size": 17017531, "checksum": "SHA-256:2c4bb81d9ea79d71771f53a3662b366f4e3f76129cb5aaee394ab3c51379e1d2" @@ -124574,11 +163693,83 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MajicDesigns/MD_YX5300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.2.zip", "archiveFileName": "MD_YX5300-1.2.2.zip", "size": 17107285, "checksum": "SHA-256:0b3cad500e722dfe73cde1139f779f585f6f957701414da6d7c98a251b22fed7" }, + { + "name": "MD_YX5300", + "version": "1.2.3", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "Library for Serial MP3 Player (Catalex YX5300 module)", + "paragraph": "Encapsulates the control of the YX5300 through a serial interface. User code can issue high level commands without worrying about issuing the requests or interpreting response.", + "website": "https://github.com/MajicDesigns/MD_YX5300", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_YX5300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.3.zip", + "archiveFileName": "MD_YX5300-1.2.3.zip", + "size": 17155014, + "checksum": "SHA-256:3e17eee59a89840a7e4d756d3482bc8c3f7c8def5a020232fe083173fcc4d05f" + }, + { + "name": "MD_YX5300", + "version": "1.2.4", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "Library for Serial MP3 Player (Catalex YX5300 module)", + "paragraph": "Encapsulates the control of the YX5300 through a serial interface. User code can issue high level commands without worrying about issuing the requests or interpreting response.", + "website": "https://github.com/MajicDesigns/MD_YX5300", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_YX5300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.2.4.zip", + "archiveFileName": "MD_YX5300-1.2.4.zip", + "size": 17155087, + "checksum": "SHA-256:1d6eba35695e30914a9a58c99bd9d3203426e5c0430f5561c7d07cd0d4311c54" + }, + { + "name": "MD_YX5300", + "version": "1.3.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "Library for Serial MP3 Player (Catalex YX5300 module)", + "paragraph": "Encapsulates the control of the YX5300 through a serial interface. User code can issue high level commands without worrying about issuing the requests or interpreting response.", + "website": "https://github.com/MajicDesigns/MD_YX5300", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_YX5300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.3.0.zip", + "archiveFileName": "MD_YX5300-1.3.0.zip", + "size": 17165616, + "checksum": "SHA-256:727e91daee6011c99d56932cef3b6ee162b20f4b143c1e54f7616013a5efca0f" + }, + { + "name": "MD_YX5300", + "version": "1.3.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "Library for Serial MP3 Player (Catalex YX5300 module)", + "paragraph": "Encapsulates the control of the YX5300 through a serial interface. User code can issue high level commands without worrying about issuing the requests or interpreting response.", + "website": "https://github.com/MajicDesigns/MD_YX5300", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_YX5300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YX5300-1.3.1.zip", + "archiveFileName": "MD_YX5300-1.3.1.zip", + "size": 17165637, + "checksum": "SHA-256:e29404b0f4aa792825e49e5dcc4e7d331774f4df07cf81ffb0a9ed8358d6eb0b" + }, { "name": "M5ez", "version": "1.0.0", @@ -124592,7 +163783,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.0.0.zip", "archiveFileName": "M5ez-1.0.0.zip", "size": 3200228, "checksum": "SHA-256:f40a1a67e846f839b50e2ca0c10f405142d52330fd75fef86fcc13a2a0a32a05" @@ -124610,7 +163801,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.1.0.zip", "archiveFileName": "M5ez-1.1.0.zip", "size": 3387050, "checksum": "SHA-256:8c58a8155876a8c0374c3a7e36f32ed562d026d7548b2e73e09352447cb0a862" @@ -124628,7 +163819,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.1.1.zip", "archiveFileName": "M5ez-1.1.1.zip", "size": 3386910, "checksum": "SHA-256:5f4f5ffc3151472ed5ccdee61377bf954d669bc3674750bb099f4c8198bb6d15" @@ -124646,7 +163837,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.2.0.zip", "archiveFileName": "M5ez-1.2.0.zip", "size": 4782260, "checksum": "SHA-256:42d0634b839d69cbcabaf62b14e10fd133b41125b88d35bdf0d3dc02f79861b2" @@ -124664,7 +163855,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-1.3.1.zip", "archiveFileName": "M5ez-1.3.1.zip", "size": 4847496, "checksum": "SHA-256:fff7eb3e682df23d9a4e55e03dca14c21cb40da5909aef36cfeaa5e2d8bb429f" @@ -124682,7 +163873,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.0.0.zip", "archiveFileName": "M5ez-2.0.0.zip", "size": 4939851, "checksum": "SHA-256:e9345d5094af53c4b35a7f1f2e2dedb7fd5b2eefc55dac10f112212288d93fa6" @@ -124700,7 +163891,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.0.1.zip", "archiveFileName": "M5ez-2.0.1.zip", "size": 4958161, "checksum": "SHA-256:468fb1c0f30be1513c0d32d834fc161fd34c20030bcc0d9bc0e47f64ae349062" @@ -124718,7 +163909,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.1.0.zip", "archiveFileName": "M5ez-2.1.0.zip", "size": 5200601, "checksum": "SHA-256:74f2f1ad4bfacdd59fbaedb00ad7e2edeae91c1d864bb2543a79beb815c8094b" @@ -124736,11 +163927,37 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/M5ez.git", "providesIncludes": ["M5ez.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.1.2.zip", "archiveFileName": "M5ez-2.1.2.zip", "size": 5201931, "checksum": "SHA-256:3cdee75f24f1f8477092982c3cc0a33c3bc0f46d7fab06ae72e1514970306934" }, + { + "name": "M5ez", + "version": "2.3.0", + "author": "Rop Gonggrijp", + "maintainer": "Rop Gonggrijp", + "sentence": "Complete interface builder for the M5Stack, an ESP32 based mini tinker-computer", + "paragraph": "See more on https://github.com/M5ez/M5ez", + "website": "https://github.com/M5ez/M5ez", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ropg/M5ez.git", + "providesIncludes": ["M5ez.h"], + "dependencies": [ + { + "name": "ezTime" + }, + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/M5ez-2.3.0.zip", + "archiveFileName": "M5ez-2.3.0.zip", + "size": 5281940, + "checksum": "SHA-256:acc6c7404eeca6b9f07dd040cc4db50efe15c9055a7420338bb972725ab78f41" + }, { "name": "M2M Solutions Logger Library", "version": "1.0.1", @@ -124753,11 +163970,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_Logger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Logger_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Logger_Library-1.0.1.zip", "archiveFileName": "M2M_Solutions_Logger_Library-1.0.1.zip", "size": 6353, "checksum": "SHA-256:ff20aec810ce8811e76378309191e35d83dd766e3957fc075569ec7e14f332bd" }, + { + "name": "M2M Solutions Logger Library", + "version": "1.0.7", + "author": "M2M Solutions AB", + "maintainer": "M2M Solutions AB \u003cinfo@m2msolutions.se\u003e", + "sentence": "Arduino library for logging.", + "paragraph": "A library for logging with support for logging to serial ports and SD cards.", + "website": "https://github.com/m2m-solutions/M2M_Logger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/m2m-solutions/M2M_Logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Logger_Library-1.0.7.zip", + "archiveFileName": "M2M_Solutions_Logger_Library-1.0.7.zip", + "size": 7438, + "checksum": "SHA-256:feb2d1ba91b719093d60c5170c56ae95597b87f42257493f0be2fea59fadfc05" + }, { "name": "M2M Solutions Quectel Library", "version": "1.0.2", @@ -124770,7 +164004,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_Quectel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.0.2.zip", "archiveFileName": "M2M_Solutions_Quectel_Library-1.0.2.zip", "size": 8751, "checksum": "SHA-256:251afe5dd700a979d5deff30ceb38870d13c2169bb7b497247dbb36e32b8e087" @@ -124787,7 +164021,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_Quectel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.0.3.zip", "archiveFileName": "M2M_Solutions_Quectel_Library-1.0.3.zip", "size": 8778, "checksum": "SHA-256:e3afee67c63a63cc525a639b15269dcf94859d75d893cd809d40e7dea78f27fb" @@ -124804,7 +164038,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_Quectel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.2.4.zip", "archiveFileName": "M2M_Solutions_Quectel_Library-1.2.4.zip", "size": 13952, "checksum": "SHA-256:62aa9e2fb24970c12ee7d03e549fdb7cd659711b5e5d4aef3cfc492aa0cdfb08" @@ -124821,11 +164055,36 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_Quectel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.2.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.2.5.zip", "archiveFileName": "M2M_Solutions_Quectel_Library-1.2.5.zip", "size": 14376, "checksum": "SHA-256:52afa244b592b8adbb17040d60cd8ef8a6e9222e43fcf7e95448825afdf77aaa" }, + { + "name": "M2M Solutions Quectel Library", + "version": "1.2.6", + "author": "M2M Solutions AB", + "maintainer": "M2M Solutions AB \u003cinfo@m2msolutions.se\u003e", + "sentence": "Arduino library for Quectel cellular modules.", + "paragraph": "A library for controlling Quectel cellular modules over a serial connection.", + "website": "https://github.com/m2m-solutions/M2M_Quectel", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/m2m-solutions/M2M_Quectel.git", + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "M2M Solutions Logger Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_Quectel_Library-1.2.6.zip", + "archiveFileName": "M2M_Solutions_Quectel_Library-1.2.6.zip", + "size": 14536, + "checksum": "SHA-256:44ea1cab81c8e40b52d2bc6fb2c900594967411dfdec0b72a44c67d0afc86358" + }, { "name": "M2M Solutions TLV Library", "version": "1.0.1", @@ -124838,7 +164097,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_TLV.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_TLV_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_TLV_Library-1.0.1.zip", "archiveFileName": "M2M_Solutions_TLV_Library-1.0.1.zip", "size": 7111, "checksum": "SHA-256:c13e1da8bc906b6b16ed306a2b9dff1f3530522237d2802f759dc2791fe1df87" @@ -124855,7 +164114,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino-kickstarter-stats.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/KickstarterStats-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/KickstarterStats-1.0.0.zip", "archiveFileName": "KickstarterStats-1.0.0.zip", "size": 7564, "checksum": "SHA-256:db89a8bd6eba4f4f527bf697e67681bd2493aeb82273b158a1bb444332839372" @@ -124872,11 +164131,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/codewrite/arduino-capacitor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/codewrite/Capacitor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/codewrite/Capacitor-1.0.0.zip", "archiveFileName": "Capacitor-1.0.0.zip", "size": 16765, "checksum": "SHA-256:e76daa4453fed68a2be837573344a4430190ff2a2c15b2540234b6b80bbc1452" }, + { + "name": "Capacitor", + "version": "1.1.0", + "author": "Codewrite", + "maintainer": "Jon Nethercott", + "sentence": "Measure capacitance from 0.2pF to 100uF with no external hardware.", + "paragraph": "Requires one digital pin and one analog pin.", + "website": "https://github.com/codewrite/arduino-capacitor", + "category": "Sensors", + "architectures": ["avr", "sam", "pic32"], + "types": ["Contributed"], + "repository": "https://github.com/codewrite/arduino-capacitor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/codewrite/Capacitor-1.1.0.zip", + "archiveFileName": "Capacitor-1.1.0.zip", + "size": 20142, + "checksum": "SHA-256:4fbded1367121d103aeeb23fa8e06f2b28bda0408332cf5a2df3a37b553277f5" + }, { "name": "M2M Solutions MiraOne Library", "version": "1.0.2", @@ -124889,11 +164165,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/m2m-solutions/M2M_MiraOne.git", - "url": "http://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_MiraOne_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_MiraOne_Library-1.0.2.zip", "archiveFileName": "M2M_Solutions_MiraOne_Library-1.0.2.zip", "size": 11182, "checksum": "SHA-256:56e579c31822375a88b75ea144af7b84cc239a5b8e41589c08aeffebf3d83a86" }, + { + "name": "M2M Solutions MiraOne Library", + "version": "1.0.4", + "author": "M2M Solutions AB", + "maintainer": "M2M Solutions AB \u003cinfo@m2msolutions.se\u003e", + "sentence": "Arduino library for the MiraOne radio module by Lumenradio AB.", + "paragraph": "A library for using the MiraOne RF module over a serial port.", + "website": "https://github.com/m2m-solutions/M2M_LM75A", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/m2m-solutions/M2M_MiraOne.git", + "dependencies": [ + { + "name": "M2M Solutions Logger Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m2m-solutions/M2M_Solutions_MiraOne_Library-1.0.4.zip", + "archiveFileName": "M2M_Solutions_MiraOne_Library-1.0.4.zip", + "size": 12394, + "checksum": "SHA-256:09b80eafb40914f1077d717c180d381d538161aaeb9aefba68da9b41b1aa440d" + }, { "name": "SerialMP3Player", "version": "1.0.0", @@ -124907,7 +164205,7 @@ "types": ["Contributed"], "repository": "https://github.com/salvadorrueda/SerialMP3Player.git", "providesIncludes": ["SerialMP3Player.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/salvadorrueda/SerialMP3Player-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/salvadorrueda/SerialMP3Player-1.0.0.zip", "archiveFileName": "SerialMP3Player-1.0.0.zip", "size": 865223, "checksum": "SHA-256:029d3a89808d764d4cd77e726b4ceb4859938c2590204be1b5968eba748ad213" @@ -124925,7 +164223,7 @@ "types": ["Contributed"], "repository": "https://github.com/bolderflight/BME280.git", "providesIncludes": ["BME280.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-1.0.1.zip", "archiveFileName": "Bolder_Flight_Systems_BME280-1.0.1.zip", "size": 1708940, "checksum": "SHA-256:a8747844333e1de8f177d69cbf55190808b13020eb58038c2426e7f8a62d65e7" @@ -124943,11 +164241,29 @@ "types": ["Contributed"], "repository": "https://github.com/bolderflight/AMS5812.git", "providesIncludes": ["AMS5812.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-1.0.1.zip", "archiveFileName": "Bolder_Flight_Systems_AMS5812-1.0.1.zip", "size": 799412, "checksum": "SHA-256:4d110103261410d38baab323436421a783fbbe3f310b1e850406b552b9a125a5" }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "1.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS 5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/AMS5812", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": ["AMS5812.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-1.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-1.0.2.zip", + "size": 811314, + "checksum": "SHA-256:d6f3a15c383ac887d578f8596c1adc72d08cb09f31dbd7b6240f66395654307d" + }, { "name": "Bolder Flight Systems AMS5915", "version": "1.0.1", @@ -124961,11 +164277,29 @@ "types": ["Contributed"], "repository": "https://github.com/bolderflight/AMS5915.git", "providesIncludes": ["AMS5915.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-1.0.1.zip", "archiveFileName": "Bolder_Flight_Systems_AMS5915-1.0.1.zip", "size": 830566, "checksum": "SHA-256:64f7edcb3f44ea4c7c4681a1cbbdc11d7a27cf3dcdceadb4a0430f801120b637" }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "1.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS 5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/AMS5915", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": ["AMS5915.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-1.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-1.0.2.zip", + "size": 842472, + "checksum": "SHA-256:a5ea4b9894045c3e6eb309cb083165bc5b7be4a3a8d322f2215e72535b19f0ec" + }, { "name": "AD9850SPI", "version": "1.0.1", @@ -124978,7 +164312,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/F4GOJ/AD9850SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/F4GOJ/AD9850SPI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/F4GOJ/AD9850SPI-1.0.1.zip", "archiveFileName": "AD9850SPI-1.0.1.zip", "size": 285774, "checksum": "SHA-256:5780258b555b6ee87716009bd21dc28a541b9b97eaa9b0a9108b3377d771f027" @@ -124995,7 +164329,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/F4GOJ/AD9850SPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/F4GOJ/AD9850SPI-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/F4GOJ/AD9850SPI-1.0.2.zip", "archiveFileName": "AD9850SPI-1.0.2.zip", "size": 285776, "checksum": "SHA-256:2960364ae5806619e226968d7af5f80ab9551285176ffe58a4ed06f74fe24237" @@ -125013,7 +164347,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uEEPROMLib.git", "providesIncludes": ["uEEPROMLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.0.0.zip", "archiveFileName": "uEEPROMLib-1.0.0.zip", "size": 200191, "checksum": "SHA-256:51489d7fec62a61c6d13e59fad2e68b7cc95f8dbd82bd1553d74746fdbc8b554" @@ -125031,11 +164365,47 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uEEPROMLib.git", "providesIncludes": ["uEEPROMLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.0.1.zip", "archiveFileName": "uEEPROMLib-1.0.1.zip", "size": 200255, "checksum": "SHA-256:ea4c332e11853bdab549f2c74316118fb04412f79b680c3502bf7534192988e0" }, + { + "name": "uEEPROMLib", + "version": "1.1.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "I2C EEPROM library. Split from uRTCLib https://github.com/Naguissa/uRTCLib - This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uEEPROMLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uEEPROMLib.git", + "providesIncludes": ["uEEPROMLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.1.0.zip", + "archiveFileName": "uEEPROMLib-1.1.0.zip", + "size": 11328, + "checksum": "SHA-256:1189ac6e4d0d17277ce1df88a635701bccba9095ec2615e787be82b923708582" + }, + { + "name": "uEEPROMLib", + "version": "1.2.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "I2C EEPROM library. Split from uRTCLib https://github.com/Naguissa/uRTCLib - This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32, ATTiny and other microcontrollers", + "website": "https://github.com/Naguissa/uEEPROMLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uEEPROMLib.git", + "providesIncludes": ["uEEPROMLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.2.0.zip", + "archiveFileName": "uEEPROMLib-1.2.0.zip", + "size": 14603, + "checksum": "SHA-256:646faab8adf815a13790ad248b2d61bdd06d6811d73cb4d020b6d63e291b2dfd" + }, { "name": "EtherCard", "version": "1.0.0", @@ -125048,7 +164418,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherCard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherCard-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherCard-1.0.0.zip", "archiveFileName": "EtherCard-1.0.0.zip", "size": 126966, "checksum": "SHA-256:ec50d92f43c483c88c5cb4a4632559b745f3095e98a7ddc1db2288ca950d91e2" @@ -125065,7 +164435,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/njh/EtherCard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/njh/EtherCard-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/njh/EtherCard-1.1.0.zip", "archiveFileName": "EtherCard-1.1.0.zip", "size": 127693, "checksum": "SHA-256:4327d9c67f5843c004b53e499ffbe77b7e7998c40f0a6c2dd444e1f045c6c3fe" @@ -125083,11 +164453,29 @@ "types": ["Contributed"], "repository": "https://github.com/bolderflight/SBUS.git", "providesIncludes": ["SBUS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-1.0.0.zip", "archiveFileName": "Bolder_Flight_Systems_SBUS-1.0.0.zip", "size": 52134, "checksum": "SHA-256:ce6ed7f090505ae9740e7fb6724700fe137ed0b6466eaad3ca4926031be43532" }, + { + "name": "Bolder Flight Systems SBUS", + "version": "1.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library works with Teensy 3.x and LC devices, the STM32L4, and the Maple Mini. If you have other Arduino devices or port this library, I would appreciate getting pull requests to update this to work with as many devices as possible.", + "website": "https://github.com/bolderflight/SBUS", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": ["SBUS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-1.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-1.0.1.zip", + "size": 64681, + "checksum": "SHA-256:fa4f2bf5ba510bd7fbc8e9a49721233721bf300c6fbca13e9c64d2a9758629ce" + }, { "name": "Bolder Flight Systems MPU9250", "version": "1.0.1", @@ -125101,7 +164489,7 @@ "types": ["Contributed"], "repository": "https://github.com/bolderflight/MPU9250.git", "providesIncludes": ["MPU9250.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-1.0.1.zip", "archiveFileName": "Bolder_Flight_Systems_MPU9250-1.0.1.zip", "size": 3541984, "checksum": "SHA-256:f116b6957642f6e81830caa9df4c6914be08d23c8044bdbc5a5527ad9e97596e" @@ -125118,11 +164506,61 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Losant/losant-mqtt-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Losant/losant_mqtt_arduino-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Losant/losant_mqtt_arduino-1.3.0.zip", "archiveFileName": "losant_mqtt_arduino-1.3.0.zip", "size": 11729, "checksum": "SHA-256:a466fd8bbb3b482a63c4de9fa9541d82fa117cd6b61aa8b62504aa4514f814a9" }, + { + "name": "losant-mqtt-arduino", + "version": "2.0.0", + "author": "Brandon Cannaday \u003cbrandon@losant.com\u003e, Adam Daniel \u003cadam@losant.com\u003e", + "maintainer": "Brandon Cannaday \u003cbrandon@losant.com\u003e", + "sentence": "MQTT library to easily communicate with the Losant IoT platform.", + "paragraph": "Wraps Joël Gähwiler's MQTT Client for MQTT communication.", + "website": "https://github.com/Losant/losant-mqtt-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Losant/losant-mqtt-arduino.git", + "dependencies": [ + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Losant/losant_mqtt_arduino-2.0.0.zip", + "archiveFileName": "losant_mqtt_arduino-2.0.0.zip", + "size": 15217, + "checksum": "SHA-256:05783f3a5d95be2f574918d34b713ae1377aea440b36f29afe32a0f541de5636" + }, + { + "name": "losant-mqtt-arduino", + "version": "2.0.1", + "author": "Brandon Cannaday \u003cbrandon@losant.com\u003e, Adam Daniel \u003cadam@losant.com\u003e", + "maintainer": "Brandon Cannaday \u003cbrandon@losant.com\u003e", + "sentence": "MQTT library to easily communicate with the Losant IoT platform.", + "paragraph": "Wraps Joël Gähwiler's MQTT Client for MQTT communication.", + "website": "https://github.com/Losant/losant-mqtt-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Losant/losant-mqtt-arduino.git", + "dependencies": [ + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Losant/losant_mqtt_arduino-2.0.1.zip", + "archiveFileName": "losant_mqtt_arduino-2.0.1.zip", + "size": 17613, + "checksum": "SHA-256:2d26c8797794b421ec8545eda63a637b2b215f204a916cd989dfdd98cb0d8abb" + }, { "name": "ArduinoESPAT", "version": "1.0.0", @@ -125135,7 +164573,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/ArduinoESPAT-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.0.zip", "archiveFileName": "ArduinoESPAT-1.0.0.zip", "size": 3548, "checksum": "SHA-256:1add01c7f2b7c2b676cdc4539f054ddaa65824824f7d31bff59cae5731685c03" @@ -125152,7 +164590,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/ArduinoESPAT-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.1.zip", "archiveFileName": "ArduinoESPAT-1.0.1.zip", "size": 5844, "checksum": "SHA-256:4362d87d8b35b63411f6222bdf1cd8bb0d967aa679d228947b019e4df12e484e" @@ -125169,7 +164607,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/ArduinoESPAT-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.2.zip", "archiveFileName": "ArduinoESPAT-1.0.2.zip", "size": 6267, "checksum": "SHA-256:eb4dcaed75e8a3520d2711acd4bd7527d71ae6077b82deeabdc4fdfb4aad964d" @@ -125187,16 +164625,34 @@ "types": ["Contributed"], "repository": "https://github.com/bolderflight/UBLOX.git", "providesIncludes": ["UBLOX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-1.0.0.zip", "archiveFileName": "Bolder_Flight_Systems_UBLOX-1.0.0.zip", "size": 11035, "checksum": "SHA-256:829e9eaa1679d4cd53d858b6998f1dc36f9a730d6a850fa6968acede6a6dcec3" }, { - "name": "ThingsOfValue SDK for Arduino", - "version": "1.0.0", - "author": "Kyuseok Oh", - "maintainer": "Kyuseok Oh \u003ckyuseok-oh@lotte.net\u003e", + "name": "Bolder Flight Systems UBLOX", + "version": "1.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol and the UBX-NAV-PVT packet, which is available on uBlox 7 and 8 series receivers. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/UBLOX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": ["UBLOX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-1.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-1.0.1.zip", + "size": 22966, + "checksum": "SHA-256:4998bb7d9fe83e8b91b6adfe8d11af9e3d2fe1c35f5d6081e4b127c66074b710" + }, + { + "name": "ThingsOfValue SDK for Arduino", + "version": "1.0.0", + "author": "Kyuseok Oh", + "maintainer": "Kyuseok Oh \u003ckyuseok-oh@lotte.net\u003e", "sentence": "LOTTE IoT Platform (a.k.a Things Of Value) SDK for Arduino", "paragraph": "This library is wrapper of MQTT Library(by Joel Gaehwiler) for developing device with LOTTE IoT Platform.", "website": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK", @@ -125204,7 +164660,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kyuseok-oh/ThingsOfValue_SDK_for_Arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kyuseok-oh/ThingsOfValue_SDK_for_Arduino-1.0.0.zip", "archiveFileName": "ThingsOfValue_SDK_for_Arduino-1.0.0.zip", "size": 22957, "checksum": "SHA-256:2bd1372a90f50c6d5b756df86f64e32534377d1150c44da09e9f8787de90d349" @@ -125221,7 +164677,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.1.0.zip", "archiveFileName": "TridentTD_EasyFreeRTOS32-1.1.0.zip", "size": 133867, "checksum": "SHA-256:92444440235c87e804d22f54868a6fe4008617db68c6d80746401ec70f0cbc39" @@ -125238,7 +164694,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/amirchev/EZPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.0.0.zip", "archiveFileName": "EZPROM-1.0.0.zip", "size": 8033, "checksum": "SHA-256:2be581f60d5ea98078db738a8dffff24caca1b2a610dd6dd74198fb5e210f38c" @@ -125255,7 +164711,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/amirchev/EZPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.0.zip", "archiveFileName": "EZPROM-1.1.0.zip", "size": 10192, "checksum": "SHA-256:b00882bf5376901c989469b8066de85bd222d1bb5df8f27ce538cfba2bb19e16" @@ -125272,11 +164728,28 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/amirchev/EZPROM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.1.zip", "archiveFileName": "EZPROM-1.1.1.zip", "size": 10961, "checksum": "SHA-256:c9033d0429c4754b81301903585bb200331388998faecb25f173c5d155fcfab5" }, + { + "name": "EZPROM", + "version": "1.1.2", + "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "sentence": "A library to help organize EEPROM access.", + "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", + "website": "https://github.com/amirchev/EZPROM", + "category": "Data Storage", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/amirchev/EZPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.2.zip", + "archiveFileName": "EZPROM-1.1.2.zip", + "size": 10850, + "checksum": "SHA-256:251b75d05835a4f3a7d71fba1cba1c56dff1b97513e7e76c4b94a762fe2ecccc" + }, { "name": "Tiny4kOLED", "version": "1.0.0", @@ -125290,7 +164763,7 @@ "types": ["Contributed"], "repository": "https://github.com/datacute/Tiny4kOLED.git", "providesIncludes": ["Tiny4kOLED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.0.0.zip", "archiveFileName": "Tiny4kOLED-1.0.0.zip", "size": 23381, "checksum": "SHA-256:5d383f8603f914e85a12fb8ca8cba33d9392deaeae6e4f11f07fcf5a6a40653e" @@ -125308,7 +164781,7 @@ "types": ["Contributed"], "repository": "https://github.com/datacute/Tiny4kOLED.git", "providesIncludes": ["Tiny4kOLED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.0.zip", "archiveFileName": "Tiny4kOLED-1.1.0.zip", "size": 29261, "checksum": "SHA-256:0d6875a0c02e25aa70064c3018ccdf558f777d32529e9a5bc17c5d4c495e659f" @@ -125326,11 +164799,209 @@ "types": ["Contributed"], "repository": "https://github.com/datacute/Tiny4kOLED.git", "providesIncludes": ["Tiny4kOLED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.1.zip", "archiveFileName": "Tiny4kOLED-1.1.1.zip", "size": 30463, "checksum": "SHA-256:688255a0b9ddea7ea1b992e877063475dcfb3e792984b18b8041690f542744e1" }, + { + "name": "Tiny4kOLED", + "version": "1.2.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.2.0.zip", + "archiveFileName": "Tiny4kOLED-1.2.0.zip", + "size": 35879, + "checksum": "SHA-256:9757598f57e475b56f735171daefc8d81fb017dc9f05b6ef856f08132d7ac6ee" + }, + { + "name": "Tiny4kOLED", + "version": "1.3.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported but without double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.3.0.zip", + "archiveFileName": "Tiny4kOLED-1.3.0.zip", + "size": 43000, + "checksum": "SHA-256:cc7bfd80eecd13a34cfebe07bc9a849c717fdf43e72f0a03aa27c5e090641604" + }, + { + "name": "Tiny4kOLED", + "version": "1.4.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported but without double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.4.0.zip", + "archiveFileName": "Tiny4kOLED-1.4.0.zip", + "size": 52572, + "checksum": "SHA-256:9eb70513ddc2da3d9a97173cae2db91df70645d4f2e06c9b11896f0222417a2c" + }, + { + "name": "Tiny4kOLED", + "version": "1.4.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported but without double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.4.1.zip", + "archiveFileName": "Tiny4kOLED-1.4.1.zip", + "size": 55444, + "checksum": "SHA-256:782c43252549a33a3fcae114f69c810c12fdb0015d335acbd4a7f466ae4f4474" + }, + { + "name": "Tiny4kOLED", + "version": "1.5.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported by this library but only support double buffering if they are 32 pixels in height.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.5.0.zip", + "archiveFileName": "Tiny4kOLED-1.5.0.zip", + "size": 65258, + "checksum": "SHA-256:8b6b3dd45fdd9568a9cbe62d6d764c0fca4e75318e73df276b462224090b38ea" + }, + { + "name": "Tiny4kOLED", + "version": "1.5.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported by this library but only support double buffering if they are 32 pixels in height.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.5.1.zip", + "archiveFileName": "Tiny4kOLED-1.5.1.zip", + "size": 65580, + "checksum": "SHA-256:93d7a34f9b3dad90a4db51d4b15d734b245c3a4b84dce4edeeb36d849485f56a" + }, + { + "name": "Tiny4kOLED", + "version": "1.5.3", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported by this library but only support double buffering if they are 32 pixels in height.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.5.3.zip", + "archiveFileName": "Tiny4kOLED-1.5.3.zip", + "size": 73621, + "checksum": "SHA-256:b807e62a16e76965bffc85f0e0000699e9f00ece716e54607532d3aed03b1f33" + }, + { + "name": "Tiny4kOLED", + "version": "1.5.4", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported by this library but only support double buffering if they are 32 pixels in height.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.5.4.zip", + "archiveFileName": "Tiny4kOLED-1.5.4.zip", + "size": 75163, + "checksum": "SHA-256:a97838cd3452a03599e3300d425d9c0aa30ef2926af079f532d5368706cee8a9" + }, + { + "name": "Tiny4kOLED", + "version": "2.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.0.0.zip", + "archiveFileName": "Tiny4kOLED-2.0.0.zip", + "size": 88582, + "checksum": "SHA-256:c6c63b8c9dfb4de7c163af73dcc48471be82832fc6e5e9e3f05219564bb818d8" + }, + { + "name": "Tiny4kOLED", + "version": "2.1.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.1.0.zip", + "archiveFileName": "Tiny4kOLED-2.1.0.zip", + "size": 92937, + "checksum": "SHA-256:fef626ca35d548fe5998ab61f916dda973f570fe02af4e38986020686aab8904" + }, + { + "name": "Tiny4kOLED", + "version": "2.1.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": ["Tiny4kOLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.1.1.zip", + "archiveFileName": "Tiny4kOLED-2.1.1.zip", + "size": 93237, + "checksum": "SHA-256:f80173b7960d027589b402d2395a513ad20e40cac85fb53e04768fa884879108" + }, { "name": "GTT", "version": "1.0.0", @@ -125343,7 +165014,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MatrixOrbital/MatrixOrbitalGTTClientLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MatrixOrbital/GTT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MatrixOrbital/GTT-1.0.0.zip", "archiveFileName": "GTT-1.0.0.zip", "size": 76034, "checksum": "SHA-256:294f27246074a3d5b8034e478450adf0638fffbbfd60463ec99a4d392c622fa2" @@ -125361,7 +165032,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.0.0.zip", "archiveFileName": "TFT_eSPI-1.0.0.zip", "size": 2244215, "checksum": "SHA-256:3f0a825f75f59f0b7047f377edca4d5f633ce2641401fa3f6d00ee9115642ffc" @@ -125379,7 +165050,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.1.0.zip", "archiveFileName": "TFT_eSPI-1.1.0.zip", "size": 2409424, "checksum": "SHA-256:617565bc64cbdd042e683bf3568bd79ab7dbcfdc19d1a906d1e98a9d5e69bd7c" @@ -125397,7 +165068,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.1.1.zip", "archiveFileName": "TFT_eSPI-1.1.1.zip", "size": 2410255, "checksum": "SHA-256:76566114f3939aa7b4bd1003aa0f21137096f24fdf33508f7f0034b25e14f127" @@ -125415,7 +165086,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.1.3.zip", "archiveFileName": "TFT_eSPI-1.1.3.zip", "size": 2412494, "checksum": "SHA-256:c24f6a238e96e0eab1b6cf1d57efe4a270e5b6feeb6c1862bcdf4f5121f38896" @@ -125433,7 +165104,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.0.zip", "archiveFileName": "TFT_eSPI-1.3.0.zip", "size": 2426710, "checksum": "SHA-256:fd7a4492597ec98c8e134755d69ad3a895fdec344af01e4fe50edb120742078c" @@ -125451,7 +165122,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.2.zip", "archiveFileName": "TFT_eSPI-1.3.2.zip", "size": 2429490, "checksum": "SHA-256:5de86e354ba8c3df73e21563bb9dd0b25fe07bfbbbae87787e1046e8ffa1d449" @@ -125469,7 +165140,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.4.zip", "archiveFileName": "TFT_eSPI-1.3.4.zip", "size": 2429504, "checksum": "SHA-256:ac6a3781fdaad859d53900eb3e87bc5a5bf2f8386e88f44e354fdf9444f54019" @@ -125487,7 +165158,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.6.zip", "archiveFileName": "TFT_eSPI-1.3.6.zip", "size": 2421172, "checksum": "SHA-256:4a4d9e2340ce77baa46a10830de8c188b781279e527e82d55fc8cf2639713437" @@ -125505,7 +165176,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.7.zip", "archiveFileName": "TFT_eSPI-1.3.7.zip", "size": 2421565, "checksum": "SHA-256:2f5703a7627af2815a71d51a7b83aa0181ea5e08b56fe0ed5b3b9f366377453a" @@ -125523,7 +165194,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.3.8.zip", "archiveFileName": "TFT_eSPI-1.3.8.zip", "size": 2421666, "checksum": "SHA-256:3159e9ef8d0c9fd45328ab207ba0a6bd180609c5b3e29f559f032aff5f22033b" @@ -125541,7 +165212,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.3.zip", "archiveFileName": "TFT_eSPI-1.4.3.zip", "size": 2399249, "checksum": "SHA-256:70299922aaef8eaa2316a611e19652cd83500e5efcc8f9a4624f3b362dec7423" @@ -125559,7 +165230,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.4.zip", "archiveFileName": "TFT_eSPI-1.4.4.zip", "size": 2399952, "checksum": "SHA-256:6252d674485928cdef7d7216c41140f8dbec4dd7e519ecaa324921bbbea46b11" @@ -125577,7 +165248,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.5.zip", "archiveFileName": "TFT_eSPI-1.4.5.zip", "size": 2399933, "checksum": "SHA-256:95143cb43c19d945dd300157afb0c3a42b9088161ca5c2720b7f0e005c43dec3" @@ -125595,7 +165266,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.8.zip", "archiveFileName": "TFT_eSPI-1.4.8.zip", "size": 2402136, "checksum": "SHA-256:cf4878e0ceec406207956eda2dfe6fe067a579100396714fe6ef917c60725d9b" @@ -125613,7 +165284,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-0.17.12.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-0.17.12.zip", "archiveFileName": "TFT_eSPI-0.17.12.zip", "size": 1702195, "checksum": "SHA-256:54f4236b3d9c605fe8b55905b4611881772aae3eb6a3504ed6a44650f871d856" @@ -125631,7 +165302,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-0.17.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-0.17.16.zip", "archiveFileName": "TFT_eSPI-0.17.16.zip", "size": 1705106, "checksum": "SHA-256:dad50d0252fe001b82d4bfb7153fb31e3978a59751fa29e978094ff222ee9a50" @@ -125649,7 +165320,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-0.20.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-0.20.16.zip", "archiveFileName": "TFT_eSPI-0.20.16.zip", "size": 2237780, "checksum": "SHA-256:f61f422ea7c072621cda1b82879fe210c316eb2d788eb210e08522d2488df9a4" @@ -125667,7 +165338,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.10.zip", "archiveFileName": "TFT_eSPI-1.4.10.zip", "size": 2419164, "checksum": "SHA-256:ad639d8b9229923cc2e464992bfe68df984cb885314f5a1ef1a734a2ba8a91a4" @@ -125685,7 +165356,7 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.11.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.11.zip", "archiveFileName": "TFT_eSPI-1.4.11.zip", "size": 2419161, "checksum": "SHA-256:1aa48ffdf7fdca648a0af5c3fd2132e761d8ba9c64b83b5e8b58454f353f42a4" @@ -125703,11 +165374,317 @@ "types": ["Contributed"], "repository": "https://github.com/Bodmer/TFT_eSPI.git", "providesIncludes": ["TFT_eSPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.16.zip", "archiveFileName": "TFT_eSPI-1.4.16.zip", "size": 2423217, "checksum": "SHA-256:0897bcc26ed40cec109252c728b1ab0617e11ee5957574cada68d8ddb4dbb828" }, + { + "name": "TFT_eSPI", + "version": "1.4.18", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A fast TFT graphics library for ESP8266 and ESP32 processors for the Arduino IDE", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.18.zip", + "archiveFileName": "TFT_eSPI-1.4.18.zip", + "size": 2424093, + "checksum": "SHA-256:6b24b8ff3c3467077e568df3f48a1d156b2b2dc7018786d327210c552fbe525b" + }, + { + "name": "TFT_eSPI", + "version": "1.4.20", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A fast TFT graphics library for ESP8266 and ESP32 processors for the Arduino IDE", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-1.4.20.zip", + "archiveFileName": "TFT_eSPI-1.4.20.zip", + "size": 2424339, + "checksum": "SHA-256:03bed3eb4100ca371242df74cb90bbbe343bbdf8912cec7b21138c0d8c3b2ab9" + }, + { + "name": "TFT_eSPI", + "version": "2.1.4", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.1.4.zip", + "archiveFileName": "TFT_eSPI-2.1.4.zip", + "size": 2917315, + "checksum": "SHA-256:b6990980cb7e593e6d445b5d17b18562c9b68ca3f92001343b3b8a914c5d4650" + }, + { + "name": "TFT_eSPI", + "version": "2.1.9", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.1.9.zip", + "archiveFileName": "TFT_eSPI-2.1.9.zip", + "size": 2976798, + "checksum": "SHA-256:27651416fa30910b79635dc094715f53155a28b28063441251d5f51b999cf896" + }, + { + "name": "TFT_eSPI", + "version": "2.2.0", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.2.0.zip", + "archiveFileName": "TFT_eSPI-2.2.0.zip", + "size": 2977005, + "checksum": "SHA-256:2b3a9e96a8c2922a3920b705919a32948b88547332b7f37c310b3fcbfdc6263e" + }, + { + "name": "TFT_eSPI", + "version": "2.2.5", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.2.5.zip", + "archiveFileName": "TFT_eSPI-2.2.5.zip", + "size": 2979455, + "checksum": "SHA-256:ee84a8cf5bca357ab67655db9c10c8ff6d3a78ec7dac1e067d788d423f8a8d8a" + }, + { + "name": "TFT_eSPI", + "version": "2.2.6", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.2.6.zip", + "archiveFileName": "TFT_eSPI-2.2.6.zip", + "size": 2979445, + "checksum": "SHA-256:a65defcd80c0d25c91f5a3dcf22c1d62531a22c35c471185f9eb8d20bbb6500f" + }, + { + "name": "TFT_eSPI", + "version": "2.2.14", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.2.14.zip", + "archiveFileName": "TFT_eSPI-2.2.14.zip", + "size": 2995339, + "checksum": "SHA-256:bd6a65164771f9a52189d5b3ab8db0da34d9d20145b29b3ffd1edfc5a585c7f6" + }, + { + "name": "TFT_eSPI", + "version": "2.2.23", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.2.23.zip", + "archiveFileName": "TFT_eSPI-2.2.23.zip", + "size": 2997266, + "checksum": "SHA-256:23d3667846d51372770a2e676d567e5dd550890489d0d34361c9d0950f71e60a" + }, + { + "name": "TFT_eSPI", + "version": "2.3.4", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.4.zip", + "archiveFileName": "TFT_eSPI-2.3.4.zip", + "size": 5082203, + "checksum": "SHA-256:512f18c23d4c6bab2b91265cf0eae8398fdb33be84ee3718b11125c288015003" + }, + { + "name": "TFT_eSPI", + "version": "2.3.54", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.54.zip", + "archiveFileName": "TFT_eSPI-2.3.54.zip", + "size": 5277575, + "checksum": "SHA-256:3dd063fbc0e6e2e048f18537c99fb28c8370b6d6696a710b1ffa2696c92bf5f8" + }, + { + "name": "TFT_eSPI", + "version": "2.3.55", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.55.zip", + "archiveFileName": "TFT_eSPI-2.3.55.zip", + "size": 5277645, + "checksum": "SHA-256:ddb024a0bb698a39dd0616ca2541e0d2ebe1f7d0bc8110de4a471665ee88e386" + }, + { + "name": "TFT_eSPI", + "version": "2.3.56", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.56.zip", + "archiveFileName": "TFT_eSPI-2.3.56.zip", + "size": 5277665, + "checksum": "SHA-256:46b95da96f8a29fb083c472a62c66cc4e86b66458f264c112e013711630f6adb" + }, + { + "name": "TFT_eSPI", + "version": "2.3.59", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.59.zip", + "archiveFileName": "TFT_eSPI-2.3.59.zip", + "size": 5277781, + "checksum": "SHA-256:1b9cd93f969c718a2245d7c1888624f22c75bee9a8c0c468b9186ebe0ff04f09" + }, + { + "name": "TFT_eSPI", + "version": "2.3.60", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.60.zip", + "archiveFileName": "TFT_eSPI-2.3.60.zip", + "size": 5278885, + "checksum": "SHA-256:4025fee39719d5305b5dee00556912c1342da842ded3d227a8e66e87805c85ac" + }, + { + "name": "TFT_eSPI", + "version": "2.3.61", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.61.zip", + "archiveFileName": "TFT_eSPI-2.3.61.zip", + "size": 5280508, + "checksum": "SHA-256:a395147901eafe64a06be428f6824c3368e939ed1dbd88ddc56179653e4d232a" + }, + { + "name": "TFT_eSPI", + "version": "2.3.70", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": ["TFT_eSPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.70.zip", + "archiveFileName": "TFT_eSPI-2.3.70.zip", + "size": 5299509, + "checksum": "SHA-256:96d3b5afc8df1359fbdf24f779f3ccb2359094cc4a373f4537ebb4a637084641" + }, { "name": "evive", "version": "1.0.0", @@ -125720,7 +165697,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evivetoolkit/evive-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-1.0.0.zip", "archiveFileName": "evive-1.0.0.zip", "size": 327438, "checksum": "SHA-256:19fb61cd204afe6030d7eb22c22a69175a0a8f35c011bd63d79f4ca370ac5e67" @@ -125737,7 +165714,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evivetoolkit/evive-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-2.0.1.zip", "archiveFileName": "evive-2.0.1.zip", "size": 328807, "checksum": "SHA-256:d0a633a83d188f1128ef9ce17744f8026c55c88d09fe21eaed630047fcad2c34" @@ -125754,11 +165731,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evivetoolkit/evive-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-2.0.2.zip", "archiveFileName": "evive-2.0.2.zip", "size": 331662, "checksum": "SHA-256:d2af4fcff6ef15ae1708db920e14cfb12dc53882eab2535c6cb8ba6fc41faeb1" }, + { + "name": "evive", + "version": "2.0.3", + "author": "STEMpedia", + "maintainer": "STEMpedia \u003cthestempedia@gmail.com\u003e", + "sentence": "This ia a arduino libray for using evive.", + "paragraph": "This is a arduino library for using evive. evive is a open source embedded platform used for making and debugging various electronics related projects. It come with a preloaded firmware that provides a wide range of features like motor control, servo control, oscilloscope, function generator, pin state monitor and many more.", + "website": "https://github.com/STEMpedia/evive-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/evivetoolkit/evive-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/evivetoolkit/evive-2.0.3.zip", + "archiveFileName": "evive-2.0.3.zip", + "size": 331945, + "checksum": "SHA-256:f7405a5d8813ddd297a130ba4c970eb08f590cafda211004a9752b364ca51a51" + }, { "name": "TroykaI2CHub", "version": "1.0.0", @@ -125771,7 +165765,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/amperka/TroykaI2CHub.git", - "url": "http://downloads.arduino.cc/libraries/github.com/amperka/TroykaI2CHub-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/TroykaI2CHub-1.0.0.zip", "archiveFileName": "TroykaI2CHub-1.0.0.zip", "size": 4723, "checksum": "SHA-256:b75307bdd903303b3c80fb2746d44cf941709473054af9c9586b3b579011a966" @@ -125789,7 +165783,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/EasyAndee.git", "providesIncludes": ["SPI.h", "EasyAndee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee-0.0.5.zip", "archiveFileName": "EasyAndee-0.0.5.zip", "size": 5040, "checksum": "SHA-256:0fc67803f402205852d6935a730d711b947495bf41e5ff0afe90a4a7dd035b25" @@ -125807,7 +165801,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/EasyAndee.git", "providesIncludes": ["SPI.h", "EasyAndee.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee-1.0.0.zip", "archiveFileName": "EasyAndee-1.0.0.zip", "size": 5039, "checksum": "SHA-256:b1fc2a4f48838bb1f49f42fca7229cbb29d15cc281d5c30dd20a0677829a4d56" @@ -125824,7 +165818,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceRoutine.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.1.0.zip", "archiveFileName": "AceRoutine-0.1.0.zip", "size": 628082, "checksum": "SHA-256:79f5a6bec6cb3c6ea25dd55cb26db7438a270b4bece2381294094b4ae5d19855" @@ -125841,7 +165835,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceRoutine.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.2.0.zip", "archiveFileName": "AceRoutine-0.2.0.zip", "size": 686851, "checksum": "SHA-256:fa8c1bc66ebf39ba776fe161b0276e652f4ccdfeaf8b3446cd83bd865ddf89db" @@ -125858,7 +165852,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceRoutine.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.2.1.zip", "archiveFileName": "AceRoutine-0.2.1.zip", "size": 689070, "checksum": "SHA-256:c07ff2ecee68a9b4d76a41f2528b4e71808ac4b2c4bf8fa988d228cbec5134dc" @@ -125875,11 +165869,260 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bxparks/AceRoutine.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.2.2.zip", "archiveFileName": "AceRoutine-0.2.2.zip", "size": 693723, "checksum": "SHA-256:387a2823eb1080857fe8c63dcc0d7dda9eca08c0fe5c4ebaee289cae3b647ff2" }, + { + "name": "AceRoutine", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), Teensy ARM, ESP8266 and ESP32. Unit tested using AUnit.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-0.3.0.zip", + "archiveFileName": "AceRoutine-0.3.0.zip", + "size": 704723, + "checksum": "SHA-256:a894c1f1119632dc74411c6cd0af96b9804d8f678361b453ada68ca0dd3ae520" + }, + { + "name": "AceRoutine", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.0.0.zip", + "archiveFileName": "AceRoutine-1.0.0.zip", + "size": 641565, + "checksum": "SHA-256:795a67016c85e69dd25bb0569f9e3916bdd2408d3a30f67693ee623e31a651c7" + }, + { + "name": "AceRoutine", + "version": "1.0.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.0.1.zip", + "archiveFileName": "AceRoutine-1.0.1.zip", + "size": 652804, + "checksum": "SHA-256:d0f860a02ea49e20256daf737038f3d1020104c33312e0c37c265e82b80d0334" + }, + { + "name": "AceRoutine", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.1.0.zip", + "archiveFileName": "AceRoutine-1.1.0.zip", + "size": 386759, + "checksum": "SHA-256:d67cde16f40f82b88d1dcb2130fba3ce525d6b716021ab31add067ee21d1df6a" + }, + { + "name": "AceRoutine", + "version": "1.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.0.zip", + "archiveFileName": "AceRoutine-1.2.0.zip", + "size": 412604, + "checksum": "SHA-256:887f81f9a95d49f9b0967ceb6a2ca3335f48340c6c8997a1f1316abae85b8dad" + }, + { + "name": "AceRoutine", + "version": "1.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.1.zip", + "archiveFileName": "AceRoutine-1.2.1.zip", + "size": 416409, + "checksum": "SHA-256:450b58964d43cefd8c106b7f1d47aec4b4fa1e2322893d6003d9a571f773f75a" + }, + { + "name": "AceRoutine", + "version": "1.2.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.2.zip", + "archiveFileName": "AceRoutine-1.2.2.zip", + "size": 419584, + "checksum": "SHA-256:e7cf0274edbe3890f1b9463bf6face55092999b85b44e54f9b8d9952b1f62f1a" + }, + { + "name": "AceRoutine", + "version": "1.2.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.3.zip", + "archiveFileName": "AceRoutine-1.2.3.zip", + "size": 426555, + "checksum": "SHA-256:56f900bdec0d4764133d1374907b6f0cd8539d50500ee423e5fdb1d776039a66" + }, + { + "name": "AceRoutine", + "version": "1.2.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.4.zip", + "archiveFileName": "AceRoutine-1.2.4.zip", + "size": 426503, + "checksum": "SHA-256:a95c24b1b2c8c16bd418a130af25721d5bf79b29a73ecb614510662cc64e1cd6" + }, + { + "name": "AceRoutine", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.3.0.zip", + "archiveFileName": "AceRoutine-1.3.0.zip", + "size": 449599, + "checksum": "SHA-256:790a20f7fbd77a751e9b162ce70176f199779ad2a137c66b84bb8c9c11258deb" + }, + { + "name": "AceRoutine", + "version": "1.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.3.1.zip", + "archiveFileName": "AceRoutine-1.3.1.zip", + "size": 460860, + "checksum": "SHA-256:dbcaa5ffcd07e55c01cfd97754bb4008dc69e9ac816c502fd990d581c8d85954" + }, + { + "name": "AceRoutine", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.4.0.zip", + "archiveFileName": "AceRoutine-1.4.0.zip", + "size": 466743, + "checksum": "SHA-256:b6eee2e296717dd1dde3205517d600624c0a67f932d81fb08fc8a6ba1718d342" + }, { "name": "EasyAndee101", "version": "0.0.5", @@ -125893,7 +166136,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/EasyAndee101.git", "providesIncludes": ["SPI.h", "EasyAndee101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee101-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee101-0.0.5.zip", "archiveFileName": "EasyAndee101-0.0.5.zip", "size": 6395, "checksum": "SHA-256:788a11e8948f381c62866c27f440998737c136eed680be03bd4a4325e3e89f85" @@ -125911,7 +166154,7 @@ "types": ["Contributed"], "repository": "https://github.com/Annikken/EasyAndee101.git", "providesIncludes": ["SPI.h", "EasyAndee101.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee101-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee101-1.0.0.zip", "archiveFileName": "EasyAndee101-1.0.0.zip", "size": 6393, "checksum": "SHA-256:e6c6d26f5d3c4f4061253376c0a4f9da4e8d23c5a3433532ad879c5f862c01d2" @@ -125929,7 +166172,7 @@ "types": ["Contributed"], "repository": "https://github.com/MacroYau/LTC2942-Arduino-Library.git", "providesIncludes": ["LTC2942.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.0.0.zip", "archiveFileName": "LTC2942-1.0.0.zip", "size": 7227, "checksum": "SHA-256:045861a4d5c3c61fb0025491f1e8197514b0f0ce8edd2d2722a0a41e93e3c863" @@ -125947,61 +166190,28 @@ "types": ["Contributed"], "repository": "https://github.com/MacroYau/LTC2942-Arduino-Library.git", "providesIncludes": ["LTC2942.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.1.0.zip", "archiveFileName": "LTC2942-1.1.0.zip", "size": 7253, "checksum": "SHA-256:fb6a8e045df2d8583aa33d90ddd5899fe85c3fa1d1f4a8011212b8d368cb0de3" }, { - "name": "SparkFun HyperDisplay Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays", - "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", - "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", - "category": "Device Control", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Library-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_Library-1.0.0.zip", - "size": 44984, - "checksum": "SHA-256:7948b71566ba41796cc2ef3f7de2e91f91b327523c7b656ca9173081f8821261" - }, - { - "name": "SparkFun HyperDisplay Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays", - "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", - "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", - "category": "Device Control", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Library-1.0.1.zip", - "archiveFileName": "SparkFun_HyperDisplay_Library-1.0.1.zip", - "size": 44446, - "checksum": "SHA-256:d5364f749d2dcfc620dde8ecc000eb613431b69e8c2265b88324de1f4d29faa6" - }, - { - "name": "SparkFun HyperDisplay Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays", - "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", - "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", - "category": "Device Control", - "architectures": ["*"], + "name": "LTC2942", + "version": "1.2.0", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Analog Devices LTC2941 and LTC2942 battery gas gauges.", + "paragraph": "Supports LTC2941, LTC2941-1, LTC2942, and LTC2942-1 devices.", + "website": "https://github.com/MacroYau/LTC2942-Arduino-Library", + "category": "Sensors", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Library-1.0.2.zip", - "archiveFileName": "SparkFun_HyperDisplay_Library-1.0.2.zip", - "size": 55373, - "checksum": "SHA-256:37e2991ad15a31e15e977d849b439cf775b8312063a2e6fd1b96213303012b71" + "repository": "https://github.com/MacroYau/LTC2942-Arduino-Library.git", + "providesIncludes": ["LTC2942.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.2.0.zip", + "archiveFileName": "LTC2942-1.2.0.zip", + "size": 7458, + "checksum": "SHA-256:7a93ddbcceaca81593de9e8f9e3df875a12cd76fbb399dec7fa728f17f0675bc" }, { "name": "WaveHC", @@ -126015,7 +166225,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/adafruit/WaveHC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.0.zip", "archiveFileName": "WaveHC-1.0.0.zip", "size": 889227, "checksum": "SHA-256:3d4864598cefd0e214e2ea0e6e20d97985ac45f3c3edac756fd46255324fe04b" @@ -126032,11 +166242,61 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/adafruit/WaveHC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.1.zip", "archiveFileName": "WaveHC-1.0.1.zip", "size": 884643, "checksum": "SHA-256:3be733be70885999e0c5464d15dbe390355d91824b49c401aaf1803c7cb2402a" }, + { + "name": "WaveHC", + "version": "1.0.2", + "author": "William Greiman", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "WaveHC wave shield library", + "paragraph": "WaveHC wave shield library", + "website": "https://github.com/adafruit/WaveHC", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/WaveHC.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.2.zip", + "archiveFileName": "WaveHC-1.0.2.zip", + "size": 884581, + "checksum": "SHA-256:e6ad4b3fb9824c52bb9861d4b17274edae4fd57c050e913847709ceb4c5bdf8d" + }, + { + "name": "WaveHC", + "version": "1.0.3", + "author": "William Greiman", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "WaveHC wave shield library", + "paragraph": "WaveHC wave shield library", + "website": "https://github.com/adafruit/WaveHC", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/WaveHC.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.3.zip", + "archiveFileName": "WaveHC-1.0.3.zip", + "size": 884631, + "checksum": "SHA-256:ecf7508b9cb170aa2656ea178c2d2a0d703f5339987087455676284522a1f2a6" + }, { "name": "microgear-nbiot", "version": "0.8.0", @@ -126049,7 +166309,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/netpieio/microgear-nbiot-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/netpieio/microgear_nbiot-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/netpieio/microgear_nbiot-0.8.0.zip", "archiveFileName": "microgear_nbiot-0.8.0.zip", "size": 26046, "checksum": "SHA-256:30cc740a0b44e5cf556d196d217937c3c52a3eba4f03bd7febb7235cb3b40010" @@ -126066,7 +166326,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/CurrentTransformer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-1.0.0.zip", "archiveFileName": "CurrentTransformer-1.0.0.zip", "size": 26459, "checksum": "SHA-256:fa891d46cc9c654098e60b1c599ae5e45281f34a07ce2b44336a7caaa7a3ac03" @@ -126083,7 +166343,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/CurrentTransformer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.0.0.zip", "archiveFileName": "CurrentTransformer-2.0.0.zip", "size": 65097, "checksum": "SHA-256:7b148f87f682404466796cf9c3437ae8f7284bfcde96609e24e5ff8381ded6ef" @@ -126100,7 +166360,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/CurrentTransformer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.1.0.zip", "archiveFileName": "CurrentTransformer-2.1.0.zip", "size": 65608, "checksum": "SHA-256:202030d904e47465b0c7e45ce038f960d71e3e71b5336cb3484e248a4d0f7509" @@ -126117,11 +166377,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/JChristensen/CurrentTransformer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.2.2.zip", "archiveFileName": "CurrentTransformer-2.2.2.zip", "size": 65771, "checksum": "SHA-256:79decadcf0430be0cc24df29e9d4ca9746d1cd58d24d4e952c75d22712c23420" }, + { + "name": "CurrentTransformer", + "version": "2.3.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for measuring current in 50/60Hz circuits using current transformers.", + "paragraph": "Copyright (C) 2018 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/CurrentTransformer", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JChristensen/CurrentTransformer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/CurrentTransformer-2.3.0.zip", + "archiveFileName": "CurrentTransformer-2.3.0.zip", + "size": 65923, + "checksum": "SHA-256:088f3e44fee9829ecab794ae98583fe4666ff3d3e212045e5d9e3b3750a7b7a1" + }, { "name": "SparkFun ePaper Arduino Library", "version": "1.0.0", @@ -126134,7 +166411,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ePaper_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_ePaper_Arduino_Library-1.0.0.zip", "size": 110837, "checksum": "SHA-256:1e296cfab89ff02bcecbe3d308cf991b6941ef2f9e72585a5515c62350ae0540" @@ -126151,7 +166428,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ePaper_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.0.0.zip", "archiveFileName": "SparkFun_ePaper_Arduino_Library-2.0.0.zip", "size": 112222, "checksum": "SHA-256:c85a8c1e83aed0971cb79433a9d0d58436aac86c8de6d6f8b09bffe95487406c" @@ -126168,7 +166445,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ePaper_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.1.1.zip", "archiveFileName": "SparkFun_ePaper_Arduino_Library-2.1.1.zip", "size": 1089910, "checksum": "SHA-256:0ae9bdc2121cc6be65d7a2388f3e405c4f32b13c875eee53872221b2d816fa18" @@ -126185,7 +166462,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ePaper_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.1.2.zip", "archiveFileName": "SparkFun_ePaper_Arduino_Library-2.1.2.zip", "size": 1090118, "checksum": "SHA-256:d788a9fa93fb6f1678a31c93bdff8a5d993d9daad5f199743675932474f1ed8d" @@ -126202,7 +166479,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_ePaper_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ePaper_Arduino_Library-2.1.3.zip", "archiveFileName": "SparkFun_ePaper_Arduino_Library-2.1.3.zip", "size": 1090358, "checksum": "SHA-256:0ba6e14249532dc88cf283bae309a309739d4cfc0a19544ab899461a9cb34410" @@ -126219,7 +166496,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/arduinosinspace.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-0.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-0.8.1.zip", "archiveFileName": "ArduinosInSpace-0.8.1.zip", "size": 64601, "checksum": "SHA-256:ba74529fd03d68804afa80c71dcd8aa3e6f49544e77cfa1060758b1cc7782ae0" @@ -126236,7 +166513,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/arduinosinspace.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.0.0.zip", "archiveFileName": "ArduinosInSpace-1.0.0.zip", "size": 64848, "checksum": "SHA-256:dbe60bbab13f22b90534aef6b6e7a3c1aafcd724dc51220b51abb18656b2124f" @@ -126253,7 +166530,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/arduinosinspace.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.0.1.zip", "archiveFileName": "ArduinosInSpace-1.0.1.zip", "size": 64923, "checksum": "SHA-256:883f5fa2b91d0b05409566f2e2c91e55da4194dbbd6a03650d3d4460e89200f0" @@ -126270,7 +166547,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/arduinosinspace.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.1.0.zip", "archiveFileName": "ArduinosInSpace-1.1.0.zip", "size": 63743, "checksum": "SHA-256:09b3b727e32c21c488236510d8410020eb355fc0da4079032fb1468d96e7623e" @@ -126287,7 +166564,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://bitbucket.org/pjhardy/arduinosinspace.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/ArduinosInSpace-1.2.0.zip", "archiveFileName": "ArduinosInSpace-1.2.0.zip", "size": 63767, "checksum": "SHA-256:8e525641cf370ac5fa6222d9fed4bea0094f73f02d7860c17c4fe4ecb54f3e49" @@ -126305,7 +166582,7 @@ "types": ["Contributed"], "repository": "https://github.com/WhoIsMrRobotics/brainzy-library.git", "providesIncludes": ["BRAINZY.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WhoIsMrRobotics/BRAINZY-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WhoIsMrRobotics/BRAINZY-1.0.0.zip", "archiveFileName": "BRAINZY-1.0.0.zip", "size": 108159, "checksum": "SHA-256:83ddd481e117b90177621a7a7a65b023d91e465a352ee55280f117fc52f4b3c1" @@ -126323,7 +166600,7 @@ "types": ["Contributed"], "repository": "https://github.com/WhoIsMrRobotics/brainzy-library.git", "providesIncludes": ["BRAINZY.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/WhoIsMrRobotics/BRAINZY-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WhoIsMrRobotics/BRAINZY-1.0.1.zip", "archiveFileName": "BRAINZY-1.0.1.zip", "size": 108153, "checksum": "SHA-256:7d18e7c1ca0bbbae1eb7d6a53146e68ccda9e7ca362ea15dcd8d224cced81fb3" @@ -126341,7 +166618,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Stan-Reifel/ArduinoUserInterface.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Stan-Reifel/ArduinoUserInterface-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/ArduinoUserInterface-1.0.0.zip", "archiveFileName": "ArduinoUserInterface-1.0.0.zip", "size": 464471, "checksum": "SHA-256:21f1ee9b1382f23dc580f919c1daaa30970e668d9d569b7e03fbd42f3c3deb31" @@ -126358,7 +166635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/housewithinahouse/TwoWheelRobotLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/housewithinahouse/TwoWheelRobot-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/housewithinahouse/TwoWheelRobot-1.0.0.zip", "archiveFileName": "TwoWheelRobot-1.0.0.zip", "size": 6975, "checksum": "SHA-256:e335ae4fba323dee692c67e25fbddde803ca2fba8fb908f1f5c6154c27931fdd" @@ -126375,7 +166652,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.0.zip", "archiveFileName": "TMCStepper-0.1.0.zip", "size": 136295, "checksum": "SHA-256:90f07c757e5c8ce5f67f9e4d97ec94811e93098dc9f428397fd03621eee973e2" @@ -126392,7 +166669,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.1.zip", "archiveFileName": "TMCStepper-0.1.1.zip", "size": 136375, "checksum": "SHA-256:5d3085caba12b7a6cbf418270eb5c7132cccc9bb8d80cacfafe23f6579193492" @@ -126409,7 +166686,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.2.zip", "archiveFileName": "TMCStepper-0.1.2.zip", "size": 136353, "checksum": "SHA-256:6032c770283dbc09b75755be19762cdeb377c8816e5bf68c3f24caae2050a09d" @@ -126426,7 +166703,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.1.3.zip", "archiveFileName": "TMCStepper-0.1.3.zip", "size": 136375, "checksum": "SHA-256:1bc4559d890877e1361bc8c1d3c32f0a0c9c3f4bb11cca7f733c91a9cf671bae" @@ -126443,7 +166720,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.0.zip", "archiveFileName": "TMCStepper-0.2.0.zip", "size": 136700, "checksum": "SHA-256:3d3cee608f50e4a7118ee853a2089800a8f2b253ae27a5cf019dedc6d7415106" @@ -126460,7 +166737,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.1.zip", "archiveFileName": "TMCStepper-0.2.1.zip", "size": 136839, "checksum": "SHA-256:2fa8953d905be72adc070122f2ac264317a91c8a3cd9536724d424cefe73182f" @@ -126477,7 +166754,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.2.zip", "archiveFileName": "TMCStepper-0.2.2.zip", "size": 136893, "checksum": "SHA-256:1544b607afad70c03b77754c7ef56afe15a355b5e6c62e189a922f68e2ceb666" @@ -126494,7 +166771,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.2.3.zip", "archiveFileName": "TMCStepper-0.2.3.zip", "size": 136898, "checksum": "SHA-256:dbb8040db7bd6b3f06dec28bd6a0b7c98f9b9fb419484fa68757763f13afadc9" @@ -126511,7 +166788,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.0.zip", "archiveFileName": "TMCStepper-0.3.0.zip", "size": 138202, "checksum": "SHA-256:231a798f92de6072e0a3a5aaff485d6879abaad37ba53928bb25df8808fc4b04" @@ -126528,7 +166805,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.1.zip", "archiveFileName": "TMCStepper-0.3.1.zip", "size": 138477, "checksum": "SHA-256:11b32020e451bd1df031342222bfa21abd2dbc23703ce6bbbb3c4f5efd8e5336" @@ -126545,7 +166822,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.2.zip", "archiveFileName": "TMCStepper-0.3.2.zip", "size": 138726, "checksum": "SHA-256:be4e588a2c526f5d18f49388266cce8e67638d39fa1ceb002354951d7075a8aa" @@ -126562,7 +166839,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.3.zip", "archiveFileName": "TMCStepper-0.3.3.zip", "size": 139488, "checksum": "SHA-256:59a4edf1a4981071c2bf863d6f9c97d86a30ae11132deff9f8bc54eb09a9e3a9" @@ -126579,7 +166856,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.4.zip", "archiveFileName": "TMCStepper-0.3.4.zip", "size": 140767, "checksum": "SHA-256:0b0522591fe8cb95d3fa242b09b5079935967650fcb0cd8ab2e9024d89821f38" @@ -126596,7 +166873,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.3.5.zip", "archiveFileName": "TMCStepper-0.3.5.zip", "size": 140598, "checksum": "SHA-256:fa5a8a94268e9228668c77d112507d81e5b4aea6cee62811b44c2b007c742307" @@ -126613,7 +166890,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.0.zip", "archiveFileName": "TMCStepper-0.4.0.zip", "size": 142267, "checksum": "SHA-256:817d9b0f8a561d7ebc0097fb99379cacf5e88f8edb60b5dfb7f105745720c31f" @@ -126630,7 +166907,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.1.zip", "archiveFileName": "TMCStepper-0.4.1.zip", "size": 142441, "checksum": "SHA-256:268be4d16c6791bfc2a2f1642809300dbe2e99bd33b279ea1d247c4cd06b5c03" @@ -126647,7 +166924,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.2.zip", "archiveFileName": "TMCStepper-0.4.2.zip", "size": 142810, "checksum": "SHA-256:84146390f63eead3dc28882425d95eb669620d8069e99c4d7abde5f8a808276c" @@ -126664,7 +166941,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.3.zip", "archiveFileName": "TMCStepper-0.4.3.zip", "size": 142827, "checksum": "SHA-256:83ed3e8f80836589b28061afd89184ade13534b2e41bd269421279a1e7b8e255" @@ -126681,7 +166958,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.4.zip", "archiveFileName": "TMCStepper-0.4.4.zip", "size": 143552, "checksum": "SHA-256:dd11748b704b8372e8b695d73dc686264c872734f822b90076da9be9170dd263" @@ -126698,7 +166975,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.5.zip", "archiveFileName": "TMCStepper-0.4.5.zip", "size": 144344, "checksum": "SHA-256:dedc8406dacac3b666e8ca609324e08c0eecd207c95e35c445c5f7d121d9b3c9" @@ -126715,11 +166992,147 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/teemuatlut/TMCStepper.git", - "url": "http://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.4.6.zip", "archiveFileName": "TMCStepper-0.4.6.zip", "size": 148581, "checksum": "SHA-256:e6d2c7ad2f236b2556fd421ce936976dd401b3b057639209891d7c258dbf100d" }, + { + "name": "TMCStepper", + "version": "0.5.0", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.5.0.zip", + "archiveFileName": "TMCStepper-0.5.0.zip", + "size": 150171, + "checksum": "SHA-256:818bf4ab69d822dab29c2d719746a67f4883fe2dbc445d7e9e9fb379333cf86a" + }, + { + "name": "TMCStepper", + "version": "0.5.1", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.5.1.zip", + "archiveFileName": "TMCStepper-0.5.1.zip", + "size": 150154, + "checksum": "SHA-256:f7ab0c44dd530aac44265eedcbd45beb8f25442dcd0937a82603b3bc15e2971b" + }, + { + "name": "TMCStepper", + "version": "0.5.2", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.5.2.zip", + "archiveFileName": "TMCStepper-0.5.2.zip", + "size": 150002, + "checksum": "SHA-256:0dca63fe0aa3a409694457bc4dd380544114960aec44ef04c5cbb2d55bcf2925" + }, + { + "name": "TMCStepper", + "version": "0.6.0", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.6.0.zip", + "archiveFileName": "TMCStepper-0.6.0.zip", + "size": 150002, + "checksum": "SHA-256:0c65c182a3ff6fd485b82b19b3f18ac950cdeffa1b660540f7dcbe163a72a11e" + }, + { + "name": "TMCStepper", + "version": "0.6.1", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.6.1.zip", + "archiveFileName": "TMCStepper-0.6.1.zip", + "size": 150914, + "checksum": "SHA-256:3b637c7e6853c05ab649265eba07752791f977091d7d910df594bfd426dfbc98" + }, + { + "name": "TMCStepper", + "version": "0.6.2", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.6.2.zip", + "archiveFileName": "TMCStepper-0.6.2.zip", + "size": 150936, + "checksum": "SHA-256:dc5d8ad48504e4d10fb87fcbf00929cb476cee29811eed7e4189794f814b7345" + }, + { + "name": "TMCStepper", + "version": "0.7.0", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.7.0.zip", + "archiveFileName": "TMCStepper-0.7.0.zip", + "size": 5651332, + "checksum": "SHA-256:45ee425245ce8b29e6bdb7d776cc7ee925463a81759fdb5e3b8b75adcb1dcc49" + }, + { + "name": "TMCStepper", + "version": "0.7.1", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.7.1.zip", + "archiveFileName": "TMCStepper-0.7.1.zip", + "size": 5651375, + "checksum": "SHA-256:229f3d7970c3f23278397085dd4281d20a4e33938922046542e674aa2872ab8b" + }, { "name": "ModbusRTU_Slave_RS485", "version": "1.0.2", @@ -126732,7 +167145,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/lucasso/ModbusRTUSlaveArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lucasso/ModbusRTU_Slave_RS485-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/lucasso/ModbusRTU_Slave_RS485-1.0.2.zip", "archiveFileName": "ModbusRTU_Slave_RS485-1.0.2.zip", "size": 23376, "checksum": "SHA-256:e61baf1560ac956831e01f82549bf0e7b3ee8d8466ad6eb8c2d538bcccec6302" @@ -126749,7 +167162,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/christophjurczyk/AD7390_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/christophjurczyk/AD7390_DAC_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/christophjurczyk/AD7390_DAC_library-1.0.0.zip", "archiveFileName": "AD7390_DAC_library-1.0.0.zip", "size": 18960, "checksum": "SHA-256:fe88e4c7baadec93921e329895a3e7e8fcff549e2e8dfe50beac0a81f61f2ebb" @@ -126767,7 +167180,7 @@ "types": ["Contributed"], "repository": "https://github.com/MacroYau/RV-1805-C3-Arduino-Library.git", "providesIncludes": ["RV1805C3.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MacroYau/RV_1805_C3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_1805_C3-1.0.0.zip", "archiveFileName": "RV_1805_C3-1.0.0.zip", "size": 12239, "checksum": "SHA-256:a7cce25f38bbda8ba15fa57c25a4447af7527a0da8ec443a01f735f01d06f31e" @@ -126784,7 +167197,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicholasBerryman/GenericMotorDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.6.0.zip", "archiveFileName": "GenericMotorDriver-0.6.0.zip", "size": 3020, "checksum": "SHA-256:e76883a24ff36e6c33acab8646d0888a2bc129d849f4262cf2c6b72838a2317b" @@ -126801,11 +167214,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NicholasBerryman/GenericMotorDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.7.0.zip", "archiveFileName": "GenericMotorDriver-0.7.0.zip", "size": 3183, "checksum": "SHA-256:a4d19b1f27a877f4946e1692f8bc4c30a3d8d343d26c19de4d20698feb21b099" }, + { + "name": "GenericMotorDriver", + "version": "0.7.2", + "author": "Nicholas Berryman", + "maintainer": "Nicholas Berryman", + "sentence": "Generic library for controlling PWM, brushed DC motor drivers.", + "paragraph": "Allows control through a MotorController class with functions to set motor power and to set a software ramp rate.", + "website": "https://github.com/NicholasBerryman/GenericMotorDriver", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicholasBerryman/GenericMotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.7.2.zip", + "archiveFileName": "GenericMotorDriver-0.7.2.zip", + "size": 3222, + "checksum": "SHA-256:4f5ebe33ce7f5f2096fc2ca162ff468d774c9ccabadbdad657213e904de5b3c0" + }, + { + "name": "GenericMotorDriver", + "version": "0.7.3", + "author": "Nicholas Berryman", + "maintainer": "Nicholas Berryman", + "sentence": "Generic library for controlling PWM, brushed DC motor drivers.", + "paragraph": "Allows control through a MotorController class with functions to set motor power and to set a software ramp rate.", + "website": "https://github.com/NicholasBerryman/GenericMotorDriver", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicholasBerryman/GenericMotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.7.3.zip", + "archiveFileName": "GenericMotorDriver-0.7.3.zip", + "size": 3367, + "checksum": "SHA-256:397c6f7a3b147fa127e8e52d86bb88931fa1df51da0567decb4357bf742e380d" + }, + { + "name": "GenericMotorDriver", + "version": "0.7.4", + "author": "Nicholas Berryman", + "maintainer": "Nicholas Berryman", + "sentence": "Generic library for controlling PWM, brushed DC motor drivers.", + "paragraph": "Allows control through a MotorController class with functions to set motor power and to set a software ramp rate.", + "website": "https://github.com/NicholasBerryman/GenericMotorDriver", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NicholasBerryman/GenericMotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicholasBerryman/GenericMotorDriver-0.7.4.zip", + "archiveFileName": "GenericMotorDriver-0.7.4.zip", + "size": 3416, + "checksum": "SHA-256:3bc5e9eaa4b54751d2901222201cb8ad2ec630e3442784461ed94b5c45a852ef" + }, { "name": "OLED Display VGY12864L-03", "version": "1.0.0", @@ -126818,7 +167282,7 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/postfixNotation/OLED_LIB_VGY12864L_03.git", - "url": "http://downloads.arduino.cc/libraries/github.com/postfixNotation/OLED_Display_VGY12864L_03-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/postfixNotation/OLED_Display_VGY12864L_03-1.0.0.zip", "archiveFileName": "OLED_Display_VGY12864L_03-1.0.0.zip", "size": 2430907, "checksum": "SHA-256:f1673e57f30ed936266ad7b97e6a4305c56553e140f72c28c386db35d58e122f" @@ -126835,7 +167299,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/DRV2667.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/DRV2667-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DRV2667-0.1.0.zip", "archiveFileName": "DRV2667-0.1.0.zip", "size": 11011, "checksum": "SHA-256:537a02e2ca17f6606acfb6f7f504c37b3e178610a68369d6d9c899c93e45e8aa" @@ -126852,7 +167316,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/MAX17048.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/MAX17048-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MAX17048-0.1.0.zip", "archiveFileName": "MAX17048-0.1.0.zip", "size": 4864, "checksum": "SHA-256:207cfb5efe648e41b325beebc4f9e8530c191e9807fd364cde2b5a6047d7831f" @@ -126869,7 +167333,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/MCP4728.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/MCP4728-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MCP4728-0.1.0.zip", "archiveFileName": "MCP4728-0.1.0.zip", "size": 5489, "checksum": "SHA-256:d15ab7ef24a435a6066751f6d7bcf551bf119c85bd2f7ebbb14460fe2ddd98f6" @@ -126886,7 +167350,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/MPU9250.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.1.0.zip", "archiveFileName": "MPU9250-0.1.0.zip", "size": 20979, "checksum": "SHA-256:f18e8af4077e7619b1ff37d3ebd5c1d0bc31ad0618dfec736069eb0e51c7ee8e" @@ -126903,11 +167367,215 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/MPU9250.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.1.1.zip", "archiveFileName": "MPU9250-0.1.1.zip", "size": 24665, "checksum": "SHA-256:dcd716734588627762a1dedf28138e89fce52e37cc047da62db62f7dec5126c6" }, + { + "name": "MPU9250", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.2.0.zip", + "archiveFileName": "MPU9250-0.2.0.zip", + "size": 22250, + "checksum": "SHA-256:641414ed819638e5a2a3611e97c69658806448fa4161396171bd791afe5cd506" + }, + { + "name": "MPU9250", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.2.1.zip", + "archiveFileName": "MPU9250-0.2.1.zip", + "size": 23479, + "checksum": "SHA-256:4b312c6710d3fedc333392d49264c72ce4e50a4f2733dec051bb2950ad7fa29f" + }, + { + "name": "MPU9250", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.2.2.zip", + "archiveFileName": "MPU9250-0.2.2.zip", + "size": 23399, + "checksum": "SHA-256:79f4cbebed1d801a600b5be2a45ebdcd9af1951eac00dbf4d796263d437976f8" + }, + { + "name": "MPU9250", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.2.3.zip", + "archiveFileName": "MPU9250-0.2.3.zip", + "size": 23430, + "checksum": "SHA-256:1f10e8a35d10fc56f79abdcc73cb95a4f97cba8c9874145ff38e07cf26cbc97c" + }, + { + "name": "MPU9250", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.2.4.zip", + "archiveFileName": "MPU9250-0.2.4.zip", + "size": 23722, + "checksum": "SHA-256:ecc09010ca7b0a410b375fc23add8d993abe45f4f28986f3519952ffd90923cb" + }, + { + "name": "MPU9250", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.3.0.zip", + "archiveFileName": "MPU9250-0.3.0.zip", + "size": 26120, + "checksum": "SHA-256:655687b0d58d642b7d55cde94c151337b49ea1cd8c7d8ff710f474ffd8d07eb3" + }, + { + "name": "MPU9250", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.0.zip", + "archiveFileName": "MPU9250-0.4.0.zip", + "size": 33106, + "checksum": "SHA-256:9f65d42adb71186f2511b508c80f36f3b141b3916e41837d6d33ac06c38c26e2" + }, + { + "name": "MPU9250", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.1.zip", + "archiveFileName": "MPU9250-0.4.1.zip", + "size": 34448, + "checksum": "SHA-256:c74a2dbe8467c8d990d6b0396c3f8407514690dd71c105f3e05fe04dbf87c107" + }, + { + "name": "MPU9250", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.2.zip", + "archiveFileName": "MPU9250-0.4.2.zip", + "size": 34423, + "checksum": "SHA-256:40406175540028d37f193c4dd17fb93d55d2f61b6d76ad8870cb137699ee854d" + }, + { + "name": "MPU9250", + "version": "0.4.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.4.zip", + "archiveFileName": "MPU9250-0.4.4.zip", + "size": 35129, + "checksum": "SHA-256:0ba9c5c75cfe8e2fb4420fab05ff02342b05d3b0b50b14f163a9f7b723b6a40c" + }, + { + "name": "MPU9250", + "version": "0.4.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.5.zip", + "archiveFileName": "MPU9250-0.4.5.zip", + "size": 36554, + "checksum": "SHA-256:46284275d596faed025ec610ecc4a8b9caa61f2664dff6fd721805334e4c275f" + }, + { + "name": "MPU9250", + "version": "0.4.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.6.zip", + "archiveFileName": "MPU9250-0.4.6.zip", + "size": 36742, + "checksum": "SHA-256:21d539593c1e18bedfc348ab1b2f076d7c9fd54dd96039e1c87330a450543265" + }, { "name": "PCA9547", "version": "0.1.0", @@ -126920,7 +167588,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/PCA9547.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/PCA9547-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA9547-0.1.0.zip", "archiveFileName": "PCA9547-0.1.0.zip", "size": 4749, "checksum": "SHA-256:2778579018406dd400291c3d3f09da15464db22afe2599728d49aa6d456f6be2" @@ -126937,7 +167605,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/PCF2129.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/PCF2129-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCF2129-0.1.0.zip", "archiveFileName": "PCF2129-0.1.0.zip", "size": 3970, "checksum": "SHA-256:4f9520625f06d4e4d85a012fb7769d0923d4334a9950f34ebb24b1b460162ace" @@ -126954,7 +167622,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/MTCParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/MTCParser-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MTCParser-0.1.0.zip", "archiveFileName": "MTCParser-0.1.0.zip", "size": 5098, "checksum": "SHA-256:7ab299018501a3175cfcfca714491745994e13e3dfe2cbb7c6101ce3dcdd5a69" @@ -126972,11 +167640,34 @@ "types": ["Contributed"], "repository": "https://github.com/sandeepmistry/arduino-OBD2.git", "providesIncludes": ["ODB2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sandeepmistry/OBD2-0.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/OBD2-0.0.0.zip", "archiveFileName": "OBD2-0.0.0.zip", "size": 15306, "checksum": "SHA-256:6f72163828be0bf2078c6202b69a8d62ff226424d48b0f7c6eab23193bdc51d2" }, + { + "name": "OBD2", + "version": "0.0.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for reading OBD-II data from your car over CAN bus.", + "paragraph": "Depends on the CAN library.", + "website": "https://github.com/sandeepmistry/arduino-OBD2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sandeepmistry/arduino-OBD2.git", + "providesIncludes": ["OBD2.h"], + "dependencies": [ + { + "name": "CAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/OBD2-0.0.1.zip", + "archiveFileName": "OBD2-0.0.1.zip", + "size": 15311, + "checksum": "SHA-256:af948253f23f648117fc6abfa6da7fd97e93e706261f11df4f08124776d83e49" + }, { "name": "xbee_serial_array", "version": "0.9.0", @@ -126990,7 +167681,7 @@ "types": ["Contributed"], "repository": "https://github.com/cDnNeMeSiS/xbee_serial_array.git", "providesIncludes": ["xbee_serial_array.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cDnNeMeSiS/xbee_serial_array-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cDnNeMeSiS/xbee_serial_array-0.9.0.zip", "archiveFileName": "xbee_serial_array-0.9.0.zip", "size": 17078, "checksum": "SHA-256:7eda738d119229e7aa4b8e8c4ea1494697061ab0a62f9a2bca637443175c28c3" @@ -127008,7 +167699,7 @@ "types": ["Contributed"], "repository": "https://github.com/cDnNeMeSiS/xbee_serial_array.git", "providesIncludes": ["xbee_serial_array.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cDnNeMeSiS/xbee_serial_array-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cDnNeMeSiS/xbee_serial_array-1.0.0.zip", "archiveFileName": "xbee_serial_array-1.0.0.zip", "size": 17078, "checksum": "SHA-256:c27e6cefecc75d1744a1ad9699e60bf5d6aec9361cfd2765a16b4ec8d6381397" @@ -127026,7 +167717,7 @@ "types": ["Contributed"], "repository": "https://github.com/cDnNeMeSiS/xbee_serial_array.git", "providesIncludes": ["xbee_serial_array.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cDnNeMeSiS/xbee_serial_array-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cDnNeMeSiS/xbee_serial_array-1.0.5.zip", "archiveFileName": "xbee_serial_array-1.0.5.zip", "size": 17140, "checksum": "SHA-256:31a4bbd058538cb10cbfd3f4d7abf93f276781a0beb2be9a6bf3002ebd179a7a" @@ -127043,7 +167734,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/Packetizer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.1.0.zip", "archiveFileName": "Packetizer-0.1.0.zip", "size": 12402, "checksum": "SHA-256:875118791de94180d2ac161f163deeb01b2aeba3c571ca5c00d31080e1480a30" @@ -127060,7 +167751,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/Packetizer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.1.1.zip", "archiveFileName": "Packetizer-0.1.1.zip", "size": 14983, "checksum": "SHA-256:9c85a009c5c7c01bc6cf034be59cb15f1015e634738cbc15e1c46659bc80e89a" @@ -127077,7 +167768,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/Packetizer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.1.2.zip", "archiveFileName": "Packetizer-0.1.2.zip", "size": 18055, "checksum": "SHA-256:690aef3f4eb7aec8cbe4e30e202e99f2eae646dee0abe68cda34ff8f8ab1431a" @@ -127094,11 +167785,419 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/Packetizer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.2.0.zip", "archiveFileName": "Packetizer-0.2.0.zip", "size": 17806, "checksum": "SHA-256:fc405a1c27978e832d774bf1a57cc2462348b9b6ff4bfb884600dc9f58147110" }, + { + "name": "Packetizer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.0.zip", + "archiveFileName": "Packetizer-0.3.0.zip", + "size": 185409, + "checksum": "SHA-256:4f7d510f0b40f686590a97c5d52839ee0cfb71841ae4029f2e58d6c07c271beb" + }, + { + "name": "Packetizer", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.1.zip", + "archiveFileName": "Packetizer-0.3.1.zip", + "size": 186964, + "checksum": "SHA-256:068118ccf8573924641323c4b581106c59805b483bc845d3a82d6c6428389ea9" + }, + { + "name": "Packetizer", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.2.zip", + "archiveFileName": "Packetizer-0.3.2.zip", + "size": 187092, + "checksum": "SHA-256:7e8535e3e7438130ba0621f6251a5e1d0f3d1198b8a48954ee77c6c2a2d382aa" + }, + { + "name": "Packetizer", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.3.zip", + "archiveFileName": "Packetizer-0.3.3.zip", + "size": 187179, + "checksum": "SHA-256:723198e83f4e4dd242f0434366d7dfccc7cde7455247d91f69725871ac8389f4" + }, + { + "name": "Packetizer", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.5.zip", + "archiveFileName": "Packetizer-0.3.5.zip", + "size": 186433, + "checksum": "SHA-256:f246e45bdef6a7d8ffdb77915a6b807b158db871a178663eb7a395d9d66b727f" + }, + { + "name": "Packetizer", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.6.zip", + "archiveFileName": "Packetizer-0.3.6.zip", + "size": 186608, + "checksum": "SHA-256:04d73352d8c7cb2dacc3aa1120b33cc1d3961e008b7306078da4721df8b0372f" + }, + { + "name": "Packetizer", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder", + "paragraph": "binary data packetization encoder / decoder", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.3.7.zip", + "archiveFileName": "Packetizer-0.3.7.zip", + "size": 186926, + "checksum": "SHA-256:5bbfd5da42c8ad6ac737b37bdde3d16a9bc54f196cd1ab75bd091d60e551e121" + }, + { + "name": "Packetizer", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.4.0.zip", + "archiveFileName": "Packetizer-0.4.0.zip", + "size": 390681, + "checksum": "SHA-256:714ea66a8228b11d22f62398476612ed555daba7e1c86603fbcb3ca70355c578" + }, + { + "name": "Packetizer", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.4.1.zip", + "archiveFileName": "Packetizer-0.4.1.zip", + "size": 305331, + "checksum": "SHA-256:16fa13d28c4c4c4b409c2e0d19742907c9ffc3da9e875af40bc16383911abd54" + }, + { + "name": "Packetizer", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.4.2.zip", + "archiveFileName": "Packetizer-0.4.2.zip", + "size": 305367, + "checksum": "SHA-256:ee6fa6c3159f00de75bbbe95af3881f25478bfa9d3e1d00340a74ad6f762089c" + }, + { + "name": "Packetizer", + "version": "0.4.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.4.3.zip", + "archiveFileName": "Packetizer-0.4.3.zip", + "size": 315835, + "checksum": "SHA-256:07152211839cddec542c63a3e1ad1d2732558e8150b0f273f3e0eb0bc3b02062" + }, + { + "name": "Packetizer", + "version": "0.4.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.4.5.zip", + "archiveFileName": "Packetizer-0.4.5.zip", + "size": 315985, + "checksum": "SHA-256:0fde5464473ccfb3625f79b5ad87a9c89d4fd7bfc4c2a7ec8f0536544eb19536" + }, + { + "name": "Packetizer", + "version": "0.4.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.4.6.zip", + "archiveFileName": "Packetizer-0.4.6.zip", + "size": 316001, + "checksum": "SHA-256:7d367e8dc6317400e3dceb46f3cb4fb9441a089bb2a0593d69f0214b856b9091" + }, + { + "name": "Packetizer", + "version": "0.5.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.0.zip", + "archiveFileName": "Packetizer-0.5.0.zip", + "size": 316120, + "checksum": "SHA-256:3623e0a571f72c3aec544336d837904fc27340982867a0c967c7348d6511d74e" + }, + { + "name": "Packetizer", + "version": "0.5.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.1.zip", + "archiveFileName": "Packetizer-0.5.1.zip", + "size": 316126, + "checksum": "SHA-256:25c7eaed8a0e892a5ef9232097c3b2fc0694ee22ed004d86feb15f079936f6b6" + }, + { + "name": "Packetizer", + "version": "0.5.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.2.zip", + "archiveFileName": "Packetizer-0.5.2.zip", + "size": 326228, + "checksum": "SHA-256:20ced4d37d9ce2a37ce85bc611a762a8ad59bf8cd036e3ba16efe69ac5d8a14f" + }, + { + "name": "Packetizer", + "version": "0.5.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.3.zip", + "archiveFileName": "Packetizer-0.5.3.zip", + "size": 247943, + "checksum": "SHA-256:23f469f83478a9a0d80ab591552c2410574922b22b16b265a227d33ca4d173c2" + }, + { + "name": "Packetizer", + "version": "0.5.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.4.zip", + "archiveFileName": "Packetizer-0.5.4.zip", + "size": 247968, + "checksum": "SHA-256:2e4e22af11dcac2e9a378405d830ecf2689d48f4474c241cf2279c47faf1f3de" + }, + { + "name": "Packetizer", + "version": "0.5.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.5.zip", + "archiveFileName": "Packetizer-0.5.5.zip", + "size": 247973, + "checksum": "SHA-256:731000fc791baf9f05340b26c8dfd3ee3d67f9580a854f52a0a712acfbf77e7d" + }, + { + "name": "Packetizer", + "version": "0.5.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.6.zip", + "archiveFileName": "Packetizer-0.5.6.zip", + "size": 247899, + "checksum": "SHA-256:842bec8de0aef75b7dab5b8a9ab7668b7de2baaba30b4d11e3be0e64b8e09e5e" + }, + { + "name": "Packetizer", + "version": "0.5.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.7.zip", + "archiveFileName": "Packetizer-0.5.7.zip", + "size": 248697, + "checksum": "SHA-256:fe4d05ebc02963e560003b6d5f35bc78cdaaa5cee0f2fb377b420d1a309a14f7" + }, + { + "name": "Packetizer", + "version": "0.6.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.6.0.zip", + "archiveFileName": "Packetizer-0.6.0.zip", + "size": 258093, + "checksum": "SHA-256:3cb53af6cc6eea3e88f6da6bc6e71e4bb95bea2664536cc9650acb3917731691" + }, + { + "name": "Packetizer", + "version": "0.6.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.6.1.zip", + "archiveFileName": "Packetizer-0.6.1.zip", + "size": 258020, + "checksum": "SHA-256:4592053bb335079e129e9386b44ebdff9d2b0b1bcb3bf3a470c3964ec267ef8e" + }, + { + "name": "Packetizer", + "version": "0.6.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.6.2.zip", + "archiveFileName": "Packetizer-0.6.2.zip", + "size": 258031, + "checksum": "SHA-256:b1d9f77ba8e6795a6c32a6838b1f7ef1f16b34d6a8cc96b0c526d0fd7e7f213f" + }, { "name": "msTask", "version": "1.0.0", @@ -127112,7 +168211,7 @@ "types": ["Contributed"], "repository": "https://github.com/maisonsmd/msTask.git", "providesIncludes": ["msTask.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/maisonsmd/msTask-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maisonsmd/msTask-1.0.0.zip", "archiveFileName": "msTask-1.0.0.zip", "size": 7317, "checksum": "SHA-256:6815adcd67227f1ab17994cb86d1f095584557498c73414c50b85a05f20bb238" @@ -127130,7 +168229,7 @@ "types": ["Contributed"], "repository": "https://github.com/maisonsmd/msTask.git", "providesIncludes": ["msTask.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/maisonsmd/msTask-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maisonsmd/msTask-1.0.2.zip", "archiveFileName": "msTask-1.0.2.zip", "size": 7328, "checksum": "SHA-256:3d7dfcc24259adb3f3ff177fe9e9bc669741227fe63044a7650e011a8be1af62" @@ -127148,7 +168247,7 @@ "types": ["Contributed"], "repository": "https://github.com/maisonsmd/msTask.git", "providesIncludes": ["msTask.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/maisonsmd/msTask-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/maisonsmd/msTask-1.0.3.zip", "archiveFileName": "msTask-1.0.3.zip", "size": 7329, "checksum": "SHA-256:4ef7d0c8cc8829b696e2d23d7b229354d61df36ab0c6f585d9c78e63692bc94b" @@ -127166,7 +168265,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-1.0.0.zip", "archiveFileName": "IotWebConf-1.0.0.zip", "size": 36556, "checksum": "SHA-256:f2073307d29df4622f658b11446d2c5376309cc238ec548020f1a038a8e04786" @@ -127184,7 +168283,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-1.1.0.zip", "archiveFileName": "IotWebConf-1.1.0.zip", "size": 37338, "checksum": "SHA-256:72ee22892fa4a28799034751179e90cd4e802671f9314f4e805cb035190219e1" @@ -127202,7 +168301,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-1.2.0.zip", "archiveFileName": "IotWebConf-1.2.0.zip", "size": 37664, "checksum": "SHA-256:113c498c3dd2dcd664940c42f532a6d49e475dc8b0783bbeafa1e918fb517e51" @@ -127220,7 +168319,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.0.0.zip", "archiveFileName": "IotWebConf-2.0.0.zip", "size": 40847, "checksum": "SHA-256:30b8c0401bd82e1210f372bb8f3fb04e520bd7c4ffc088e523b6db3bb9d8cbec" @@ -127238,7 +168337,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.0.1.zip", "archiveFileName": "IotWebConf-2.0.1.zip", "size": 41023, "checksum": "SHA-256:f3b0289e45a959db54478d6ef72b44031b99573fc68dede54a9ebf4717574f70" @@ -127256,7 +168355,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.1.0.zip", "archiveFileName": "IotWebConf-2.1.0.zip", "size": 45196, "checksum": "SHA-256:831190f4338ff238ea79584bb2c23788d1b5ddd3bd07d8c219155e0b87cc2d93" @@ -127274,7 +168373,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.2.0.zip", "archiveFileName": "IotWebConf-2.2.0.zip", "size": 45614, "checksum": "SHA-256:14623ac81f6fe5be91682883d0e11a7d5d2dbdbc4cb2aa2ccb4d2470f63251b0" @@ -127292,7 +168391,7 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.2.1.zip", "archiveFileName": "IotWebConf-2.2.1.zip", "size": 45903, "checksum": "SHA-256:360c1aad91ccc41015ab3ae2acf6d8ed4f14b37385cae554cd18f6a09e5f8faa" @@ -127310,11 +168409,191 @@ "types": ["Contributed"], "repository": "https://github.com/prampec/IotWebConf.git", "providesIncludes": ["IotWebConf.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.3.0.zip", "archiveFileName": "IotWebConf-2.3.0.zip", "size": 50986, "checksum": "SHA-256:f181230a58070f917472759f245d042bd65e6f81b993bb489805844d7eecdfc1" }, + { + "name": "IotWebConf", + "version": "2.3.1", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.3.1.zip", + "archiveFileName": "IotWebConf-2.3.1.zip", + "size": 54223, + "checksum": "SHA-256:329377b561aa5a17e4f147ebe8a6e181a7d2c1c7300bca114d8eeff34a490756" + }, + { + "name": "IotWebConf", + "version": "2.3.2", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.3.2.zip", + "archiveFileName": "IotWebConf-2.3.2.zip", + "size": 54810, + "checksum": "SHA-256:085895ad7da20ba6026039524cfc5f11fb89b1227c587e011898dfb2249537a5" + }, + { + "name": "IotWebConf", + "version": "2.3.3", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-2.3.3.zip", + "archiveFileName": "IotWebConf-2.3.3.zip", + "size": 54811, + "checksum": "SHA-256:b75a942c4dac7029505f543b72a7dc3c2d72ba221ae67a4d2d5e8b88a599f257" + }, + { + "name": "IotWebConf", + "version": "3.0.0", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.0.zip", + "archiveFileName": "IotWebConf-3.0.0.zip", + "size": 311097, + "checksum": "SHA-256:87b5efa394164ac8fd70e5e2604e15ae9baac761480313422076410e49f08a4e" + }, + { + "name": "IotWebConf", + "version": "3.0.1", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.1.zip", + "archiveFileName": "IotWebConf-3.0.1.zip", + "size": 311188, + "checksum": "SHA-256:70a753724f04f8bc5d06524821c69d60941e6a9f8e86e2dd2c4950f3193b5775" + }, + { + "name": "IotWebConf", + "version": "3.0.2", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.2.zip", + "archiveFileName": "IotWebConf-3.0.2.zip", + "size": 311847, + "checksum": "SHA-256:c4c651aff7b1c4e1d463022b01b73ebc91e7ccb08ad2a5c6e2e0bca620c43577" + }, + { + "name": "IotWebConf", + "version": "3.0.3", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.3.zip", + "archiveFileName": "IotWebConf-3.0.3.zip", + "size": 312175, + "checksum": "SHA-256:912b35bedc950ab780e77001ca810d0f6ef4b1b449341d6e8575c49ca471dce9" + }, + { + "name": "IotWebConf", + "version": "3.0.4", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.4.zip", + "archiveFileName": "IotWebConf-3.0.4.zip", + "size": 312205, + "checksum": "SHA-256:7a3c0d359ed834b2b292401118b0d9bea2d8b152dba1d217c68d6a748417558e" + }, + { + "name": "IotWebConf", + "version": "3.1.0", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.1.0.zip", + "archiveFileName": "IotWebConf-3.1.0.zip", + "size": 319458, + "checksum": "SHA-256:e2db00bf3b388b500ccbee71b53632dda06fe14284a4be4f39e083ffa42e778b" + }, + { + "name": "IotWebConf", + "version": "3.2.0", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": ["IotWebConf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.2.0.zip", + "archiveFileName": "IotWebConf-3.2.0.zip", + "size": 325733, + "checksum": "SHA-256:08257adee1ba727479cbde9855d0989f660703d66b28a6bb2ca63faa4eec8069" + }, { "name": "LTC1392 library", "version": "1.0.0", @@ -127327,7 +168606,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/christophjurczyk/LTC1392_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/christophjurczyk/LTC1392_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/christophjurczyk/LTC1392_library-1.0.0.zip", "archiveFileName": "LTC1392_library-1.0.0.zip", "size": 17328, "checksum": "SHA-256:9bca7314db9fa5c038366c489beb3e70280ebb166aa869b1349f8b4dcff114bc" @@ -127344,7 +168623,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/christophjurczyk/LTC1392_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/christophjurczyk/LTC1392_library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/christophjurczyk/LTC1392_library-1.0.1.zip", "archiveFileName": "LTC1392_library-1.0.1.zip", "size": 17331, "checksum": "SHA-256:466f934323cdabeb23e81a932c44c6be2b59feaef58129eaa08ebb8bb5469df3" @@ -127361,7 +168640,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Infineon/arduino-optiga-trust-x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustX-1.0.0.zip", "archiveFileName": "OPTIGATrustX-1.0.0.zip", "size": 6124696, "checksum": "SHA-256:9c246533f1f662263d1946dfdc7138cc71eed5e5cdc03dacbc29ccca78e78c45" @@ -127378,7 +168657,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Infineon/arduino-optiga-trust-x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustX-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustX-1.0.2.zip", "archiveFileName": "OPTIGATrustX-1.0.2.zip", "size": 6124650, "checksum": "SHA-256:7721ff4c80dc3da52ddb2e440ebb4d5a8284cff7ee6a34d82970be1d412c9376" @@ -127395,7 +168674,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bengtmartensson/GlobalCovfefe.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bengtmartensson/GlobalCovfefe-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/GlobalCovfefe-0.2.0.zip", "archiveFileName": "GlobalCovfefe-0.2.0.zip", "size": 52826, "checksum": "SHA-256:f5c5c38bb6afa430a837c0d6d1426ddbb0a6b0098097e186856c9a4f80ef36c5" @@ -127412,7 +168691,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/EmbeddedUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/EmbeddedUtils-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/EmbeddedUtils-0.1.0.zip", "archiveFileName": "EmbeddedUtils-0.1.0.zip", "size": 42608, "checksum": "SHA-256:e6cc12ac1990995317a082fd7166a113218383f322d93198a5fbc0a4a88ff522" @@ -127429,7 +168708,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/EmbeddedUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/EmbeddedUtils-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/EmbeddedUtils-0.1.1.zip", "archiveFileName": "EmbeddedUtils-0.1.1.zip", "size": 42915, "checksum": "SHA-256:aa38249096f61e5346d40387fdaffaeac435ba49605f30906cf5701822150535" @@ -127446,7 +168725,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/PCA9536.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/PCA9536Arduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA9536Arduino-0.1.0.zip", "archiveFileName": "PCA9536Arduino-0.1.0.zip", "size": 3812, "checksum": "SHA-256:6a3b7d23cb55085013a818329b565b73a18ca1b0f032689dc639cb58a2d4a535" @@ -127463,7 +168742,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/TFmini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/TFminiArduino-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TFminiArduino-0.1.1.zip", "archiveFileName": "TFminiArduino-0.1.1.zip", "size": 5369, "checksum": "SHA-256:fbe00bb40c8db4ca9a5747ee57cb9a739ae017897db99200c535428f23df13a2" @@ -127480,7 +168759,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/AlpenglowInd/BigNums2x2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AlpenglowInd/BigNums2x2-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/BigNums2x2-1.0.0.zip", "archiveFileName": "BigNums2x2-1.0.0.zip", "size": 9930, "checksum": "SHA-256:7ce1b28f0bea2b85fbe9ebf15b615aa81b61b62305c3d9c4b622cbd152e4c4df" @@ -127497,11 +168776,33 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/AlpenglowInd/BigNums2x2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AlpenglowInd/BigNums2x2-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/BigNums2x2-1.0.1.zip", "archiveFileName": "BigNums2x2-1.0.1.zip", "size": 9951, "checksum": "SHA-256:9aef1957ec91c684d7876c9b9a408287d25136ec3d59b0a816330aa88a168063" }, + { + "name": "BigNums2x2", + "version": "1.0.3", + "author": "Alpenglow Industries", + "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", + "sentence": "Creates a set of 2x2 character Big Numbers for a 2x16 character LCD.", + "paragraph": "This allows you to display a full set of normal LCD characters as well as larger numbers and a symbol (ex: %). Written by Carrie Sundra for Alpenglow Industries, originally for the SkeinMinder yarn-winding controller.", + "website": "https://www.alpenglowindustries.com/blog/the-big-numbers-go-marching-2x2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlpenglowInd/BigNums2x2.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/BigNums2x2-1.0.3.zip", + "archiveFileName": "BigNums2x2-1.0.3.zip", + "size": 10826, + "checksum": "SHA-256:0c7cc9f164d1e6215f8c58fdde4b0dc304def8dbc3cdd0d0aabba3bdf855beff" + }, { "name": "CS5490", "version": "1.0.1", @@ -127515,7 +168816,7 @@ "types": ["Contributed"], "repository": "https://github.com/tiagolobao/CS5490.git", "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.0.1.zip", "archiveFileName": "CS5490-1.0.1.zip", "size": 9890, "checksum": "SHA-256:fb5965926b80507495cf414ed894df08cfb3981399e8c99b8efaadb58709edf1" @@ -127533,7 +168834,7 @@ "types": ["Contributed"], "repository": "https://github.com/tiagolobao/CS5490.git", "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.0.2.zip", "archiveFileName": "CS5490-1.0.2.zip", "size": 9887, "checksum": "SHA-256:6911c921f234c3b23171ced55abf0b6b53b121926fb5407be258c47e9090bb11" @@ -127551,7 +168852,7 @@ "types": ["Contributed"], "repository": "https://github.com/tiagolobao/CS5490.git", "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.1.6.zip", "archiveFileName": "CS5490-1.1.6.zip", "size": 10283, "checksum": "SHA-256:7a1d61f2fb5e916bc5a4476a17f92a08d1f1811654614becef1e3dde4781b580" @@ -127569,7 +168870,7 @@ "types": ["Contributed"], "repository": "https://github.com/tiagolobao/CS5490.git", "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.0.zip", "archiveFileName": "CS5490-1.2.0.zip", "size": 13202, "checksum": "SHA-256:0fad2156c840dcd1c747d9abab0b1c17ba4c1068774cb55a8cd03471565bdf49" @@ -127587,11 +168888,47 @@ "types": ["Contributed"], "repository": "https://github.com/tiagolobao/CS5490.git", "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.1.zip", "archiveFileName": "CS5490-1.2.1.zip", "size": 13148, "checksum": "SHA-256:d7cee028d242706b8c01f9accf24ee6a216f2ba505db0bec92c1127165d5c071" }, + { + "name": "CS5490", + "version": "1.2.3", + "author": "Tiago Britto Lobao", + "maintainer": "Tiago Britto Lobao \u003ctiago.blobao@gmail.com\u003e", + "sentence": "A library control an integrated circuit Cirrus Logic - CS5490", + "paragraph": "It makes all the comunication via UART serial to measure electrical quantities", + "website": "https://github.com/tiagolobao/CS5490", + "category": "Communication", + "architectures": ["esp8266", "esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/tiagolobao/CS5490.git", + "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.3.zip", + "archiveFileName": "CS5490-1.2.3.zip", + "size": 20438, + "checksum": "SHA-256:13191ee718ae490548bb6c6b627a03f70324ce3b62f581b95b2702d139e8d41e" + }, + { + "name": "CS5490", + "version": "1.2.4", + "author": "Tiago Britto Lobao", + "maintainer": "Tiago Britto Lobao \u003ctiago.blobao@gmail.com\u003e", + "sentence": "A library control an integrated circuit Cirrus Logic - CS5490", + "paragraph": "It makes all the comunication via UART serial to measure electrical quantities", + "website": "https://github.com/tiagolobao/CS5490", + "category": "Communication", + "architectures": ["esp8266", "esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/tiagolobao/CS5490.git", + "providesIncludes": ["SoftwareSerial.h", "CS5490.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.4.zip", + "archiveFileName": "CS5490-1.2.4.zip", + "size": 21378, + "checksum": "SHA-256:d7dbdc7cad299b4a7f264c1369b016fc7bad4192d336198a6b7ff95d6076e765" + }, { "name": "Executive", "version": "1.0.0", @@ -127604,7 +168941,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwrw/Executive.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.0.0.zip", "archiveFileName": "Executive-1.0.0.zip", "size": 153381, "checksum": "SHA-256:29561bd985b107e1f09ae903e77c0fc70ea940abf9bba52abffd1bfedb7e7801" @@ -127621,7 +168958,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwrw/Executive.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.0.1.zip", "archiveFileName": "Executive-1.0.1.zip", "size": 153608, "checksum": "SHA-256:8caac4eee659516c7bd4ca1456978ded4ff5bde82a594b7295ca0811ab3a2972" @@ -127638,11 +168975,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jwrw/Executive.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.0.3.zip", "archiveFileName": "Executive-1.0.3.zip", "size": 153615, "checksum": "SHA-256:85e40262077968ee81a6aaba0713c0645da5e05a18726a61f9c91f8c88dd342a" }, + { + "name": "Executive", + "version": "1.1.0", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "Execute routines to specified schedule", + "paragraph": "A simple library to execute stuff to a schedule. Really easy to use and lets you set up repetitive tasks as well 'one shot' tasks to run at some point in the future. Quickly eradicate timing messiness in your sketches without the trickiness of interrupts. Works at ms to multi-second precision.", + "website": "https://github.com/jwrw/Executive", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jwrw/Executive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.1.0.zip", + "archiveFileName": "Executive-1.1.0.zip", + "size": 155267, + "checksum": "SHA-256:52f6d1391ff832db1b08a5fbd58fba7b6b38547022d339b7dbfeeeab3822e54d" + }, + { + "name": "Executive", + "version": "1.1.1", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "Execute routines to specified schedule", + "paragraph": "A simple library to execute stuff to a schedule. Really easy to use and lets you set up repetitive tasks as well 'one shot' tasks to run at some point in the future. Quickly eradicate timing messiness in your sketches without the trickiness of interrupts. Works at ms to multi-second precision.", + "website": "https://github.com/jwrw/Executive", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jwrw/Executive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/Executive-1.1.1.zip", + "archiveFileName": "Executive-1.1.1.zip", + "size": 155250, + "checksum": "SHA-256:c80a1ed4027d30ec8db4caf3149b771577f6c743904ef257068c4b12cd6b6077" + }, { "name": "MergedStreams", "version": "0.0.1", @@ -127656,7 +169027,7 @@ "types": ["Contributed"], "repository": "https://github.com/jacobrosenthal/MergedStreams.git", "providesIncludes": ["MergedStreams.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jacobrosenthal/MergedStreams-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jacobrosenthal/MergedStreams-0.0.1.zip", "archiveFileName": "MergedStreams-0.0.1.zip", "size": 2624, "checksum": "SHA-256:6831ca1a081946420e7d2d018238fa83243be172c5bab723cef704d505e6c576" @@ -127673,7 +169044,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/layadcircuits/Saleng-GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/layadcircuits/Layad_Circuits_Saleng_GSM_Shield-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/layadcircuits/Layad_Circuits_Saleng_GSM_Shield-1.2.0.zip", "archiveFileName": "Layad_Circuits_Saleng_GSM_Shield-1.2.0.zip", "size": 21594, "checksum": "SHA-256:48fb6dbbc15b4899c2413da9dc4070cd452168abd06d476484f88acc1f7c9f43" @@ -127690,11 +169061,283 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/muwerk/ustd.git", - "url": "http://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.1.0.zip", "archiveFileName": "Muwerk_ustd_library-0.1.0.zip", "size": 12349, "checksum": "SHA-256:07cd2fb03df3dfb848c77a540a6edbf07ebbdf7b8cb458223eba4384f637dce5" }, + { + "name": "Muwerk ustd library", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.2.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.2.1.zip", + "size": 16787, + "checksum": "SHA-256:82953c6d5f95825fde89796097f77f6be2226387efe6422bd66853fbf41510cb" + }, + { + "name": "Muwerk ustd library", + "version": "0.2.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.2.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.2.2.zip", + "size": 17003, + "checksum": "SHA-256:0d3ba188ba3cc1d4e6bbf157c35c2a0a7df8031784fb13c3801ec2c19e2ebf3d" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.0.zip", + "size": 17228, + "checksum": "SHA-256:cb655c17b9aac869f5f115354cd6cb861aa8388c6ca143f2f41df5f49af332f3" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.1.zip", + "size": 17242, + "checksum": "SHA-256:ed8ffe3c83f179f1aa5b2944aa54c4823a3bcf214b4d61f9724786b60154dc94" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.2.zip", + "size": 17610, + "checksum": "SHA-256:a4456a190c0b1ba049a1ff18ef1d2b1007963c3fcfd4c47beb10dbc9456949a1" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.4.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.4.zip", + "size": 17797, + "checksum": "SHA-256:cb6d5e3452e8fccdd9a8e29af03dc94b5b7a39675e7c713e8d40c2ead98c3bb1" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.5", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.5.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.5.zip", + "size": 18435, + "checksum": "SHA-256:38175991e63bdf58d7a4f0315e5914843b259ef989798afd3b91d35599a2892a" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.6", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.6.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.6.zip", + "size": 18484, + "checksum": "SHA-256:b612a842e9f2e4638e1ca3ba97d2ed398b336c9236fdd940356019a19a9dd506" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.0.zip", + "size": 20032, + "checksum": "SHA-256:c259d4a167f3ec89de63e6592a64f0a2ef2c1764d6665fdb9a061fc656b67e29" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.1.zip", + "size": 20235, + "checksum": "SHA-256:4fbacb01fa7ca2c88d09160d5600ffbc5613b53969dfbe18529e8744faa279fd" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.2.zip", + "size": 21085, + "checksum": "SHA-256:b5df5c5c511f8e2387a569b4c8adf8033fe3448ce662267e16c65bc09715ac39" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.4.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.4.zip", + "size": 21114, + "checksum": "SHA-256:ac6dcc403509a9bcabc2dd76ce5b008fac09779995c052c8465a6ebdb70e1433" + }, + { + "name": "Muwerk ustd library", + "version": "0.5.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.5.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.5.0.zip", + "size": 24476, + "checksum": "SHA-256:7f51f99f34380cb82086331fdec7822c45cf921463cb79fa6a93c4f82f2316fc" + }, + { + "name": "Muwerk ustd library", + "version": "0.6.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.6.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.6.0.zip", + "size": 27900, + "checksum": "SHA-256:baec1a3a5a0385d5124eda2c5416bffaeac3d282c698f2739c0db1122e13d58b" + }, + { + "name": "Muwerk ustd library", + "version": "0.6.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.6.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.6.1.zip", + "size": 31441, + "checksum": "SHA-256:53e67af0f6f6aed80c851162bef4c0e11bb30d30715eb0acc59e452fe99dde66" + }, + { + "name": "Muwerk ustd library", + "version": "0.6.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.6.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.6.2.zip", + "size": 32247, + "checksum": "SHA-256:598aa83476664b5101960697c592aea70be05fa2321647aa7ebd20917dbb21d3" + }, { "name": "M5Stack_Avatar", "version": "0.4.0", @@ -127708,7 +169351,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.4.0.zip", "archiveFileName": "M5Stack_Avatar-0.4.0.zip", "size": 682495, "checksum": "SHA-256:c2771def774b36ac631126c02bf6d66826fceb8ca3cc2b4ac7dec983702ab164" @@ -127726,7 +169369,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.5.1.zip", "archiveFileName": "M5Stack_Avatar-0.5.1.zip", "size": 685432, "checksum": "SHA-256:fa06c25bf93b83447b8bee138eefd28d6069f448191ef8dc39a58e4977312806" @@ -127744,7 +169387,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.0.zip", "archiveFileName": "M5Stack_Avatar-0.6.0.zip", "size": 686685, "checksum": "SHA-256:0d79eb2833d3ce03343f5c7f3be53c2a243af9e70508b41d3883c571baf5706c" @@ -127762,7 +169405,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.1.zip", "archiveFileName": "M5Stack_Avatar-0.6.1.zip", "size": 689962, "checksum": "SHA-256:5e95bae5e013d1c342a6ec6968115319010937b54dc3910d7884b2c1391b9259" @@ -127780,7 +169423,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.2.zip", "archiveFileName": "M5Stack_Avatar-0.6.2.zip", "size": 692922, "checksum": "SHA-256:715231c320d60f2d038ee6a35b4488f91933d1d3cdd235b0622c0c81bb7fba09" @@ -127798,7 +169441,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.3.zip", "archiveFileName": "M5Stack_Avatar-0.6.3.zip", "size": 696292, "checksum": "SHA-256:6ad8c09c0dab7d7a63b28138bd6bbe6f74ff3cedbb5c6d2e8b0f5f9d58db1f65" @@ -127816,7 +169459,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.6.4.zip", "archiveFileName": "M5Stack_Avatar-0.6.4.zip", "size": 697693, "checksum": "SHA-256:7ece16a066f8fbef746500162ca85214639ca07b0837dec7f4edb75d4469479f" @@ -127834,7 +169477,7 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.0.zip", "archiveFileName": "M5Stack_Avatar-0.7.0.zip", "size": 726808, "checksum": "SHA-256:9ea4cb263480884dfce31b28cf90b9e8056967e3f6f09a7ddbf3a7cabd64173e" @@ -127852,11 +169495,57 @@ "types": ["Contributed"], "repository": "https://github.com/meganetaaan/m5stack-avatar.git", "providesIncludes": ["avatar.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.1.zip", "archiveFileName": "M5Stack_Avatar-0.7.1.zip", "size": 727508, "checksum": "SHA-256:2d104b758d3e457449df14e12a35f890976b0e10a751255c9f4e734ba065c3cc" }, + { + "name": "M5Stack_Avatar", + "version": "0.7.2", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": ["Avatar.h"], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.2.zip", + "archiveFileName": "M5Stack_Avatar-0.7.2.zip", + "size": 728973, + "checksum": "SHA-256:780513eace35ee7a3c8476815af9e7b4e8334c6bf1f5725d4622c7f1804240f4" + }, + { + "name": "M5Stack_Avatar", + "version": "0.7.3", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": ["Avatar.h"], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.3.zip", + "archiveFileName": "M5Stack_Avatar-0.7.3.zip", + "size": 729228, + "checksum": "SHA-256:24abd269f098da8a73030eb0e86eeb481910432cf79016d583ca54c5ba08ab5e" + }, { "name": "EasyButton", "version": "1.0.0", @@ -127868,7 +169557,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.0.0.zip", "archiveFileName": "EasyButton-1.0.0.zip", "size": 90197, "checksum": "SHA-256:cb2ff43b10a789b5bc1b6dd6c04fc4725ae94c4da5c81ec5d8447577c3e0a889" @@ -127885,7 +169574,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.0.1.zip", "archiveFileName": "EasyButton-1.0.1.zip", "size": 110249, "checksum": "SHA-256:2c87feeaacf9f459aa51e740afc8eb0be6478e370d10c1e5393e282eeb4f540f" @@ -127902,7 +169591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.0.2.zip", "archiveFileName": "EasyButton-1.0.2.zip", "size": 113379, "checksum": "SHA-256:315f5e0fb5987a20956b42fbd998821d7e6446ee1d4184a5c7cc17101586b926" @@ -127919,27 +169608,112 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/EasyButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.1.0.zip", "archiveFileName": "EasyButton-1.1.0.zip", "size": 114570, "checksum": "SHA-256:016b93eb775500643e4e39f35bf9fb0d5e0061e637f0ed1201a6001dac14d030" }, { - "name": "MultiTrans", - "version": "1.0.0", - "author": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", - "maintainer": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", - "sentence": "This library is an implementation of a multi channel transceiver.", - "paragraph": "Each pin can transmit and receive at the same time (transceive). Multiple pins can transceive simultaneously. Collisions are automatically detected and circumvented.", - "website": "https://github.com/feklee/MultiTrans", - "category": "Communication", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/feklee/MultiTrans.git", - "providesIncludes": ["MultiTrans.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.0.0.zip", - "archiveFileName": "MultiTrans-1.0.0.zip", - "size": 1842753, + "name": "EasyButton", + "version": "1.1.1", + "author": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "maintainer": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "sentence": "Arduino library to debounce buttons, detect presses, releases, long presses and sequences", + "paragraph": "This library is for debouncing and reading momentary contact switches like tactile buttons. It uses callbacks to trigger actions when a Button is pressed once or held for a given duration.", + "website": "https://github.com/evert-arias/EasyButton/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/evert-arias/EasyButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.1.1.zip", + "archiveFileName": "EasyButton-1.1.1.zip", + "size": 115450, + "checksum": "SHA-256:688e137ac221b341c85950ebadf3e42a80b2d8769bc7d54a33ee2aa11bc6f4a9" + }, + { + "name": "EasyButton", + "version": "1.2.0", + "author": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "maintainer": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "sentence": "Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.", + "paragraph": "EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.", + "website": "https://easybtn.earias.me/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/evert-arias/EasyButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.2.0.zip", + "archiveFileName": "EasyButton-1.2.0.zip", + "size": 15348, + "checksum": "SHA-256:0515fab698bd38f6eec51d086b6dff96add9860e4a47cb6ab2cdb2217c1473f8" + }, + { + "name": "EasyButton", + "version": "1.2.1", + "author": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "maintainer": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "sentence": "Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.", + "paragraph": "EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.", + "website": "https://easybtn.earias.me/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/evert-arias/EasyButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-1.2.1.zip", + "archiveFileName": "EasyButton-1.2.1.zip", + "size": 15300, + "checksum": "SHA-256:f0c92bace8877bd5b51f14c9ba68beb1fc562eac69a2d6c0c3a09295570f192a" + }, + { + "name": "EasyButton", + "version": "2.0.0", + "author": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "maintainer": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "sentence": "Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.", + "paragraph": "EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.", + "website": "https://easybtn.earias.me", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/evert-arias/EasyButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-2.0.0.zip", + "archiveFileName": "EasyButton-2.0.0.zip", + "size": 19651, + "checksum": "SHA-256:c206523852f533cc55442448e318ed520b5a3c5e84adb758914289c118dfa20a" + }, + { + "name": "EasyButton", + "version": "2.0.1", + "author": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "maintainer": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "sentence": "Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.", + "paragraph": "EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.", + "website": "https://easybtn.earias.me", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/evert-arias/EasyButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-2.0.1.zip", + "archiveFileName": "EasyButton-2.0.1.zip", + "size": 80357, + "checksum": "SHA-256:7a894ffa9402cfa8b3658524ef252d38ca42140313e5c84e24e280815053624b" + }, + { + "name": "MultiTrans", + "version": "1.0.0", + "author": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", + "maintainer": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", + "sentence": "This library is an implementation of a multi channel transceiver.", + "paragraph": "Each pin can transmit and receive at the same time (transceive). Multiple pins can transceive simultaneously. Collisions are automatically detected and circumvented.", + "website": "https://github.com/feklee/MultiTrans", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feklee/MultiTrans.git", + "providesIncludes": ["MultiTrans.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.0.0.zip", + "archiveFileName": "MultiTrans-1.0.0.zip", + "size": 1842753, "checksum": "SHA-256:303485e24cec4bb573022eb8ee758f3affaf91af78395df03dc3563c8e1dd173" }, { @@ -127955,7 +169729,7 @@ "types": ["Contributed"], "repository": "https://github.com/feklee/MultiTrans.git", "providesIncludes": ["MultiTrans.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.2.0.zip", "archiveFileName": "MultiTrans-1.2.0.zip", "size": 1940378, "checksum": "SHA-256:28088497f75f7aa165ec5661ec013c8eabbccb26c45fafa82d9980ce6c6eab4e" @@ -127973,7 +169747,7 @@ "types": ["Contributed"], "repository": "https://github.com/feklee/MultiTrans.git", "providesIncludes": ["MultiTrans.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.2.1.zip", "archiveFileName": "MultiTrans-1.2.1.zip", "size": 1940374, "checksum": "SHA-256:ba4cd4701eb913a2917577b5fd0466ca452dfd4629ce368afd9cee56ea6552cb" @@ -127991,11 +169765,47 @@ "types": ["Contributed"], "repository": "https://github.com/feklee/MultiTrans.git", "providesIncludes": ["MultiTrans.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.2.2.zip", "archiveFileName": "MultiTrans-1.2.2.zip", "size": 1940268, "checksum": "SHA-256:6be3868486f75a4178e2118a37b853f14ba3b4e7739e09fd5c3324fe8fe46cc6" }, + { + "name": "MultiTrans", + "version": "1.3.0", + "author": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", + "maintainer": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", + "sentence": "This library is an implementation of a multi channel transceiver (optionally via IR)", + "paragraph": "Each pin can transmit and receive at the same time (transceive). Multiple pins can transceive simultaneously. Collisions are automatically detected and circumvented. Connections may be wired or wireless (e.g. using infrared light).", + "website": "https://github.com/feklee/MultiTrans", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feklee/MultiTrans.git", + "providesIncludes": ["MultiTrans.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.3.0.zip", + "archiveFileName": "MultiTrans-1.3.0.zip", + "size": 2391471, + "checksum": "SHA-256:285990ac183a04ac855b4c03331cf48b6153092133a1f3ab64805218bac76d8f" + }, + { + "name": "MultiTrans", + "version": "1.4.0", + "author": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", + "maintainer": "Felix E. Klee \u003cfelix.klee@inka.de\u003e", + "sentence": "This library is an implementation of a multi channel transceiver (optionally via IR)", + "paragraph": "Each pin can transmit and receive at the same time (transceive). Multiple pins can transceive simultaneously. Collisions are automatically detected and circumvented. Connections may be wired or wireless (e.g. using infrared light).", + "website": "https://github.com/feklee/MultiTrans", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/feklee/MultiTrans.git", + "providesIncludes": ["MultiTrans.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/feklee/MultiTrans-1.4.0.zip", + "archiveFileName": "MultiTrans-1.4.0.zip", + "size": 2059652, + "checksum": "SHA-256:728738cc97b84e20eed1b497529b0c35669d5d8e516199befa3ee196d5ae07a9" + }, { "name": "ESPectro32", "version": "0.2.0", @@ -128009,7 +169819,7 @@ "types": ["Contributed"], "repository": "https://github.com/dycodex/ESPectro32.git", "providesIncludes": ["ESPectro32_Board.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dycodex/ESPectro32-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dycodex/ESPectro32-0.2.0.zip", "archiveFileName": "ESPectro32-0.2.0.zip", "size": 402435, "checksum": "SHA-256:1167329e50964f2a7758834b761eefb94018ea80e036b183bffa9ceb9a8bfd15" @@ -128026,7 +169836,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.0.0.zip", "archiveFileName": "MH_Z_CO2_Sensors-1.0.0.zip", "size": 6278, "checksum": "SHA-256:f825e50846ae97a82d35b94b02a55b8eeff39ec6d807eabd64f0dd7119c1e507" @@ -128043,7 +169853,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.0.1.zip", "archiveFileName": "MH_Z_CO2_Sensors-1.0.1.zip", "size": 6393, "checksum": "SHA-256:3c64ce3d4c163fb0d0c1da5ddc1fdf81bbce7a316a31061c20490a4da78aa087" @@ -128060,7 +169870,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.0.3.zip", "archiveFileName": "MH_Z_CO2_Sensors-1.0.3.zip", "size": 6404, "checksum": "SHA-256:b72ec12c3519408b36f48d1c0e100fd21c31251e1e5f9ab32410ae8e3bc927bb" @@ -128077,7 +169887,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.1.0.zip", "archiveFileName": "MH_Z_CO2_Sensors-1.1.0.zip", "size": 6438, "checksum": "SHA-256:b52903a75b7e17eade65c1e494099fcb97d0f6878d68890f38287f33a22e8b5d" @@ -128094,7 +169904,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.2.0.zip", "archiveFileName": "MH_Z_CO2_Sensors-1.2.0.zip", "size": 6626, "checksum": "SHA-256:18405045c540852042413856401495f351090748ee6ccb82f003d080aa7fdd7e" @@ -128112,7 +169922,7 @@ "types": ["Contributed"], "repository": "https://github.com/zischknall/BohleBots_BNO055.git", "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.0.0.zip", "archiveFileName": "BohleBots_BNO055-1.0.0.zip", "size": 13431, "checksum": "SHA-256:ceabce61aad491064051799ebe1707d5efdf9862c89665084236c0e78d2ab242" @@ -128130,7 +169940,7 @@ "types": ["Contributed"], "repository": "https://github.com/zischknall/BohleBots_BNO055.git", "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.1.0.zip", "archiveFileName": "BohleBots_BNO055-1.1.0.zip", "size": 13766, "checksum": "SHA-256:6e6534404bd8454ec2642fb21f87ca8728186c32e371f681914cd980a10dc278" @@ -128148,7 +169958,7 @@ "types": ["Contributed"], "repository": "https://github.com/zischknall/BohleBots_BNO055.git", "providesIncludes": ["Wire.h", "BohleBots_BNO055.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.2.0.zip", "archiveFileName": "BohleBots_BNO055-1.2.0.zip", "size": 16875, "checksum": "SHA-256:e1b583b000afede4ca2abbdf4d4012db2d344fc352c37206d9599092de3e206e" @@ -128166,7 +169976,7 @@ "types": ["Contributed"], "repository": "https://github.com/zischknall/BohleBots_BNO055.git", "providesIncludes": ["Wire.h", "BohleBots_BNO055.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zischknall/BohleBots_BNO055-1.3.1.zip", "archiveFileName": "BohleBots_BNO055-1.3.1.zip", "size": 17079, "checksum": "SHA-256:79e5d3deb7ef352a380f0948b55060d026879e967284caaa1259346233a51c61" @@ -128184,7 +169994,7 @@ "types": ["Contributed"], "repository": "https://github.com/end2endzone/BitReader.git", "providesIncludes": ["bitreader.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/end2endzone/BitReader-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/BitReader-1.3.0.zip", "archiveFileName": "BitReader-1.3.0.zip", "size": 384080, "checksum": "SHA-256:987234abbefbe688806563332f2d374f51677e3339584b10e465e0a0536a0ab4" @@ -128202,7 +170012,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.0.zip", "archiveFileName": "IoAbstraction-1.0.0.zip", "size": 834231, "checksum": "SHA-256:5d51152cd79f984920de4a99cdfff1a99062ac5ad103d82f13ec3852eaba993a" @@ -128220,7 +170030,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.1.zip", "archiveFileName": "IoAbstraction-1.0.1.zip", "size": 834692, "checksum": "SHA-256:9d1f820d09d4bc3f5fd4a288435920d69ab0c5c8425ba3b530e718e5a774847e" @@ -128238,7 +170048,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.2.zip", "archiveFileName": "IoAbstraction-1.0.2.zip", "size": 834789, "checksum": "SHA-256:1b5d83c3702a85f506b146e58b80bca1e916af34eff3eac48aceae6686aabd1c" @@ -128256,7 +170066,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.0.3.zip", "archiveFileName": "IoAbstraction-1.0.3.zip", "size": 836170, "checksum": "SHA-256:e08d2aaec05ac2efce0479f9e4b49e92bc9d98400fddb45e792b836736941564" @@ -128274,7 +170084,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.1.0.zip", "archiveFileName": "IoAbstraction-1.1.0.zip", "size": 840701, "checksum": "SHA-256:e4b2a5b085126a5681c6013307bbfec39f032dba213d43ab4a6edaaeb51ba1f3" @@ -128292,7 +170102,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.2.0.zip", "archiveFileName": "IoAbstraction-1.2.0.zip", "size": 858568, "checksum": "SHA-256:c6c9da753844b741477e6d43c5f00a7ace79c340114583179fbd0aa0954551fc" @@ -128310,7 +170120,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.3.0.zip", "archiveFileName": "IoAbstraction-1.3.0.zip", "size": 861151, "checksum": "SHA-256:467074280b9cce0d4da239ad106784613b6e9f236a60040ff899dca922523064" @@ -128328,7 +170138,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.3.1.zip", "archiveFileName": "IoAbstraction-1.3.1.zip", "size": 861185, "checksum": "SHA-256:0e8f4c476633c6088fa7b217dbafe403934fca18f8f94165b4459621dd069d4d" @@ -128346,7 +170156,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.0.zip", "archiveFileName": "IoAbstraction-1.4.0.zip", "size": 872638, "checksum": "SHA-256:c1f19ee01bd5191a8389a191d19cdd86ba317199447101cee35b270f1dd8fd90" @@ -128364,7 +170174,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.1.zip", "archiveFileName": "IoAbstraction-1.4.1.zip", "size": 873523, "checksum": "SHA-256:a5e9714222649ca6d7d643eae7d5c153da2b5d2901b79dee3d9b98b7829bd633" @@ -128382,7 +170192,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.2.zip", "archiveFileName": "IoAbstraction-1.4.2.zip", "size": 834842, "checksum": "SHA-256:0cf8ac1120509db2bbe2b89e8a96bd236faa00b24fc8d9eea568d359f9b08633" @@ -128400,7 +170210,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.3.zip", "archiveFileName": "IoAbstraction-1.4.3.zip", "size": 834897, "checksum": "SHA-256:5bffa7e153ddf16944f6333b344e3285f0b914d6502e8175f43876f29e40b7e3" @@ -128418,7 +170228,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.4.zip", "archiveFileName": "IoAbstraction-1.4.4.zip", "size": 838922, "checksum": "SHA-256:463fde8c831d81b0c1a8e02b59fdf1f6839399f491d0d99b48cd097db071b7e5" @@ -128436,7 +170246,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.5.zip", "archiveFileName": "IoAbstraction-1.4.5.zip", "size": 838948, "checksum": "SHA-256:eb6dffb4f784a5914724a8a270440d0e18e241a49d99932ea7f798e5b001c21e" @@ -128454,7 +170264,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.6.zip", "archiveFileName": "IoAbstraction-1.4.6.zip", "size": 839454, "checksum": "SHA-256:2026fe02daf44cad6716a56ca601f63ec0b3d58aed7826d3287f79c76e2773c1" @@ -128472,7 +170282,7 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.7.zip", "archiveFileName": "IoAbstraction-1.4.7.zip", "size": 839453, "checksum": "SHA-256:17434dec9e9d4c44365956fe1e9ae71b56cf3f4c0943377fcf9b95613e24414f" @@ -128490,11 +170300,482 @@ "types": ["Contributed"], "repository": "https://github.com/davetcc/IoAbstraction.git", "providesIncludes": ["IoAbstraction.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.8.zip", "archiveFileName": "IoAbstraction-1.4.8.zip", "size": 839528, "checksum": "SHA-256:deb528c1d8f8909ad8ebc6f393724665fdd5fb764e67e491e4713648de70bef8" }, + { + "name": "IoAbstraction", + "version": "1.4.9", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.9.zip", + "archiveFileName": "IoAbstraction-1.4.9.zip", + "size": 844944, + "checksum": "SHA-256:45f5b5cf9880737b9a8218715c920e5dd7f8195183b8f606e787c13d70221ee4" + }, + { + "name": "IoAbstraction", + "version": "1.4.10", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.10.zip", + "archiveFileName": "IoAbstraction-1.4.10.zip", + "size": 847103, + "checksum": "SHA-256:2bfaa8da64a01fad49fd338b0d210aa51fcc07f773a488ff2594851e0c82d864" + }, + { + "name": "IoAbstraction", + "version": "1.4.11", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.4.11.zip", + "archiveFileName": "IoAbstraction-1.4.11.zip", + "size": 847624, + "checksum": "SHA-256:d6b2e674d1b67083e9f43aef607ca21752fc0ab150dd923d8eca3783f61a3cf9" + }, + { + "name": "IoAbstraction", + "version": "1.5.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.5.0.zip", + "archiveFileName": "IoAbstraction-1.5.0.zip", + "size": 845409, + "checksum": "SHA-256:a6a9ee102835d769fa4c3decca75d6ef2bf056c1ef4de92e1f88c664c65564d6" + }, + { + "name": "IoAbstraction", + "version": "1.5.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.5.1.zip", + "archiveFileName": "IoAbstraction-1.5.1.zip", + "size": 845766, + "checksum": "SHA-256:aa8d849c436c31ee33f469a666f0f2fe4acb273197feca1e0dace40e6f35d351" + }, + { + "name": "IoAbstraction", + "version": "1.5.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.5.2.zip", + "archiveFileName": "IoAbstraction-1.5.2.zip", + "size": 846858, + "checksum": "SHA-256:ca266e066ad8421f1bb1ced46c00b200c12c41a61322ac234d079dd262863546" + }, + { + "name": "IoAbstraction", + "version": "1.5.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, simple efficient TaskManagement, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Simple efficient task management with interrupt marshalling. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.5.3.zip", + "archiveFileName": "IoAbstraction-1.5.3.zip", + "size": 944659, + "checksum": "SHA-256:929f5e42dfb72ec1be12c97d476317ae87b6f37146f0454b3fc9232fc296101f" + }, + { + "name": "IoAbstraction", + "version": "1.6.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.6.0.zip", + "archiveFileName": "IoAbstraction-1.6.0.zip", + "size": 937483, + "checksum": "SHA-256:a7a4b5d503e9b36cc8a2e6e1a4f62211526b0b80d4eb3ef1ab84c0aec5cbfed2" + }, + { + "name": "IoAbstraction", + "version": "1.6.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.6.2.zip", + "archiveFileName": "IoAbstraction-1.6.2.zip", + "size": 936913, + "checksum": "SHA-256:081c296bf71ff097ff7c5a0b1ee7381e1f3b2b9bea072c31a0924f539924e22f" + }, + { + "name": "IoAbstraction", + "version": "1.6.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.6.3.zip", + "archiveFileName": "IoAbstraction-1.6.3.zip", + "size": 937499, + "checksum": "SHA-256:1e9b649d891ba46698b47a1b52d60796c7949e7ea0e34aa059bcbaff66cd47c2" + }, + { + "name": "IoAbstraction", + "version": "1.6.4", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.6.4.zip", + "archiveFileName": "IoAbstraction-1.6.4.zip", + "size": 937693, + "checksum": "SHA-256:078d027fa0d94488e40f7cf66472460e0856dcc178112ed1d00936049800c6f0" + }, + { + "name": "IoAbstraction", + "version": "1.6.6", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.6.6.zip", + "archiveFileName": "IoAbstraction-1.6.6.zip", + "size": 941462, + "checksum": "SHA-256:51893097bd5251ae5fbde4c2865f7f60c5d8c4c310b9c769451d36e129bd7190" + }, + { + "name": "IoAbstraction", + "version": "1.6.7", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.6.7.zip", + "archiveFileName": "IoAbstraction-1.6.7.zip", + "size": 941448, + "checksum": "SHA-256:9b03a4bfcf585e8e2e336426b2e4fad311869150b9ce7b884f7b3da02f50e026" + }, + { + "name": "IoAbstraction", + "version": "1.7.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.1.zip", + "archiveFileName": "IoAbstraction-1.7.1.zip", + "size": 946863, + "checksum": "SHA-256:2f8cc3fc1d1374ee8487881e72d2e030f5af8938b763344ccda63a4c7305bdaf" + }, + { + "name": "IoAbstraction", + "version": "1.7.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.2.zip", + "archiveFileName": "IoAbstraction-1.7.2.zip", + "size": 947638, + "checksum": "SHA-256:9b278c422f976cbbddecc1cb07cd22acc0b97b1457111857f84d80f47fc77e81" + }, + { + "name": "IoAbstraction", + "version": "1.7.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.3.zip", + "archiveFileName": "IoAbstraction-1.7.3.zip", + "size": 947733, + "checksum": "SHA-256:1210ab01c423733d653edfd6860a96eaf3f3426de1977918e4a66145444b7b16" + }, + { + "name": "IoAbstraction", + "version": "1.7.5", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.5.zip", + "archiveFileName": "IoAbstraction-1.7.5.zip", + "size": 948205, + "checksum": "SHA-256:3e4302b2ee2912a3d2948ac259b41d26dee5862eae6f83279b69906b0572b284" + }, + { + "name": "IoAbstraction", + "version": "2.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.0.zip", + "archiveFileName": "IoAbstraction-2.0.0.zip", + "size": 880933, + "checksum": "SHA-256:6eedc909c257dbdd937e997d27cad55efe2541d21699d8cc60723dd16abb3a2e" + }, + { + "name": "IoAbstraction", + "version": "2.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.1.zip", + "archiveFileName": "IoAbstraction-2.0.1.zip", + "size": 880309, + "checksum": "SHA-256:b106f8fb81b374334d11e85c0df627d18f8e289054e66797f8e6308f41ab2f65" + }, + { + "name": "IoAbstraction", + "version": "2.0.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.2.zip", + "archiveFileName": "IoAbstraction-2.0.2.zip", + "size": 880558, + "checksum": "SHA-256:bb7ee0f68e6516b956f328db3645cd65d864658e055ce6a5a8341abb5de38a98" + }, + { + "name": "IoAbstraction", + "version": "2.0.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.3.zip", + "archiveFileName": "IoAbstraction-2.0.3.zip", + "size": 880976, + "checksum": "SHA-256:1ddf6ea9970713c4bfef1e94abc4b93c6a95e7f7621db5f0830902fcc7ff9b22" + }, + { + "name": "IoAbstraction", + "version": "2.0.5", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": ["IoAbstraction.h"], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.5.zip", + "archiveFileName": "IoAbstraction-2.0.5.zip", + "size": 881178, + "checksum": "SHA-256:bcee87cd116961b7b900e2b1cd38b2b3ded1c0038fe7221a380292009b015c8a" + }, { "name": "arduino-timer-api", "version": "0.1.0", @@ -128507,7 +170788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sadr0b0t/arduino-timer-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sadr0b0t/arduino_timer_api-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sadr0b0t/arduino_timer_api-0.1.0.zip", "archiveFileName": "arduino_timer_api-0.1.0.zip", "size": 34537, "checksum": "SHA-256:3c55206cbe54e4be75d9f025536829a96b0e08d5e172d8abb3c42ddfa44e309e" @@ -128525,7 +170806,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/as3935mi.git", "providesIncludes": ["AS3935MI.h", "Wire.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.1.2.zip", "archiveFileName": "AS3935MI-0.1.2.zip", "size": 13129, "checksum": "SHA-256:1a14ec95000f75bba788229cb459bce4770300c00b28607224dbba58a6902545" @@ -128543,7 +170824,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/as3935mi.git", "providesIncludes": ["AS3935MI.h", "Wire.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.2.0.zip", "archiveFileName": "AS3935MI-0.2.0.zip", "size": 17360, "checksum": "SHA-256:968bc200036a76f694d7674e45fdd3f5e36098ea106bdbee86e12d9cbac7ca79" @@ -128561,7 +170842,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/as3935mi.git", "providesIncludes": ["AS3935MI.h", "Wire.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.3.0.zip", "archiveFileName": "AS3935MI-0.3.0.zip", "size": 17444, "checksum": "SHA-256:3bd5b40ec3a06353ad9f07110bdb9da7ce0fcd7ee046071d2c3e19ffaed91078" @@ -128579,7 +170860,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/as3935mi.git", "providesIncludes": ["AS3935MI.h", "Wire.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.4.0.zip", "archiveFileName": "AS3935MI-0.4.0.zip", "size": 18198, "checksum": "SHA-256:d2d314c7d1584c84c742370a8fecff57ac524fb5c3cacec4ff868e1f82540548" @@ -128597,7 +170878,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/as3935mi.git", "providesIncludes": ["AS3935MI.h", "Wire.h", "SPI.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.4.1.zip", "archiveFileName": "AS3935MI-0.4.1.zip", "size": 18174, "checksum": "SHA-256:30298af5642da09ec866aeb880c0d008d46dce35e33ff5e7313ee9a31873aab6" @@ -128614,11 +170895,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/as3935mi.git", - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-0.5.0.zip", "archiveFileName": "AS3935MI-0.5.0.zip", "size": 30629, "checksum": "SHA-256:085638335884ae30b4749a479049f8ac42300734adc11ce9a0f4a36215b10ae7" }, + { + "name": "AS3935MI", + "version": "1.0.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems AS3935 Franklin Lightning Detector, supporting I2C and SPI interfaces.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/as3935mi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/as3935mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-1.0.0.zip", + "archiveFileName": "AS3935MI-1.0.0.zip", + "size": 31822, + "checksum": "SHA-256:fe5573febeaeacbc017bd2f803633476ba74ffbb767fac4a4d9205a4cd32dc02" + }, + { + "name": "AS3935MI", + "version": "1.1.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems AS3935 Franklin Lightning Detector, supporting I2C and SPI interfaces.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/as3935mi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/as3935mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-1.1.0.zip", + "archiveFileName": "AS3935MI-1.1.0.zip", + "size": 32151, + "checksum": "SHA-256:546859eea8765bc9d46b29163fe9572ae384e8d4ef68445ebc09876cdeba8e56" + }, + { + "name": "AS3935MI", + "version": "1.1.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems AS3935 Franklin Lightning Detector, supporting I2C and SPI interfaces.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/as3935mi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/as3935mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-1.1.1.zip", + "archiveFileName": "AS3935MI-1.1.1.zip", + "size": 32696, + "checksum": "SHA-256:6adcb94af1e116eda5837f38c33f79e1df5d419275234878a2a4353fc585d8fb" + }, + { + "name": "AS3935MI", + "version": "1.2.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems AS3935 Franklin Lightning Detector, supporting I2C and SPI interfaces.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/as3935mi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/as3935mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-1.2.0.zip", + "archiveFileName": "AS3935MI-1.2.0.zip", + "size": 34086, + "checksum": "SHA-256:41ffcd6914000e661f869ef92179ef2e9af5c87b219468787eaa60dba4af6c2c" + }, { "name": "ezTime", "version": "0.6.0", @@ -128632,7 +170981,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.6.0.zip", "archiveFileName": "ezTime-0.6.0.zip", "size": 33120, "checksum": "SHA-256:57a2ea0c2030e37899c2cc2552fda7fdb67b42b2a62d30440cb016caaf35c917" @@ -128650,7 +170999,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.6.1.zip", "archiveFileName": "ezTime-0.6.1.zip", "size": 10097031, "checksum": "SHA-256:1df29c72c479f246c3d9dd6684d1f38f971621c076d912da9e611d1a75a980b5" @@ -128668,7 +171017,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.0.zip", "archiveFileName": "ezTime-0.7.0.zip", "size": 10097412, "checksum": "SHA-256:b1f4b020fd6813881b766d0a8193657b8269a3df2cffae51ffe3d2142f1a4f7c" @@ -128686,7 +171035,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.1.zip", "archiveFileName": "ezTime-0.7.1.zip", "size": 10100359, "checksum": "SHA-256:5f13939684db52578aeccb6e136065bacfdf31ae3b27b608841101ddcafd2268" @@ -128704,7 +171053,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.10.zip", "archiveFileName": "ezTime-0.7.10.zip", "size": 10489945, "checksum": "SHA-256:81affcd0c6adb9ad013205f1fd6c7c0746e8e9691298037118e17fc014885090" @@ -128722,7 +171071,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.2.zip", "archiveFileName": "ezTime-0.7.2.zip", "size": 10367695, "checksum": "SHA-256:fe3da4bb21d03468fc94ddcc9f35191f3f83af7a8879c098cc741e7bac1f2913" @@ -128740,7 +171089,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.3.zip", "archiveFileName": "ezTime-0.7.3.zip", "size": 10425613, "checksum": "SHA-256:356d87d3aadfcd6d26575a1318433de60490693bc039c9cb9215e665bb85683e" @@ -128758,7 +171107,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.4.zip", "archiveFileName": "ezTime-0.7.4.zip", "size": 10429501, "checksum": "SHA-256:fda391cef7a465610b838b41fa638e45247b71f51f91a77752bd51de719350c3" @@ -128776,7 +171125,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.5.zip", "archiveFileName": "ezTime-0.7.5.zip", "size": 10429485, "checksum": "SHA-256:a08c95ab11573d565fdd4b6379d378f0442c87b3fe8604b01821e3a92af4f70a" @@ -128794,7 +171143,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.6.zip", "archiveFileName": "ezTime-0.7.6.zip", "size": 10429256, "checksum": "SHA-256:445d9622cc34b8455328cb8bb9bfce91bf3cb540c4d17511e18c859dbb60a8cf" @@ -128812,7 +171161,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.7.zip", "archiveFileName": "ezTime-0.7.7.zip", "size": 10429230, "checksum": "SHA-256:c81d5fdd9928c93497e43f93456e821c283d5afe8f8a6d9d781937adfcac4674" @@ -128830,7 +171179,7 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.8.zip", "archiveFileName": "ezTime-0.7.8.zip", "size": 10429595, "checksum": "SHA-256:e5e804897cc5b8dedddb7b045fc8501ddc9fb06e802c962bdeaa57a1e9d3d3d3" @@ -128848,11 +171197,83 @@ "types": ["Contributed"], "repository": "https://github.com/ropg/ezTime.git", "providesIncludes": ["ezTime.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.7.9.zip", "archiveFileName": "ezTime-0.7.9.zip", "size": 10429812, "checksum": "SHA-256:dc9c3afa6cac38addfe43f72140ac0358c7b4a7de84893f5cc05755c39a662b3" }, + { + "name": "ezTime", + "version": "0.8.0", + "author": "Rop Gonggrijp", + "maintainer": "Rop Gonggrijp", + "sentence": "ezTime - pronounced \"Easy Time\" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.", + "paragraph": "See more on https://github.com/ropg/ezTime", + "website": "https://github.com/ropg/ezTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ropg/ezTime.git", + "providesIncludes": ["ezTime.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.8.0.zip", + "archiveFileName": "ezTime-0.8.0.zip", + "size": 10492689, + "checksum": "SHA-256:294806dc01acf6573b83abb34668ae1b8aa4151efdb35c4694287c4f66ccd946" + }, + { + "name": "ezTime", + "version": "0.8.1", + "author": "Rop Gonggrijp", + "maintainer": "Rop Gonggrijp", + "sentence": "ezTime - pronounced \"Easy Time\" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.", + "paragraph": "See more on https://github.com/ropg/ezTime", + "website": "https://github.com/ropg/ezTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ropg/ezTime.git", + "providesIncludes": ["ezTime.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.8.1.zip", + "archiveFileName": "ezTime-0.8.1.zip", + "size": 10492686, + "checksum": "SHA-256:77fd140932f1988f836e4ec8a1619217a990195149326c0d0d6264b74f699232" + }, + { + "name": "ezTime", + "version": "0.8.2", + "author": "Rop Gonggrijp", + "maintainer": "Rop Gonggrijp", + "sentence": "ezTime - pronounced \"Easy Time\" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.", + "paragraph": "See more on https://github.com/ropg/ezTime", + "website": "https://github.com/ropg/ezTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ropg/ezTime.git", + "providesIncludes": ["ezTime.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.8.2.zip", + "archiveFileName": "ezTime-0.8.2.zip", + "size": 10496668, + "checksum": "SHA-256:ef307366ddbb9ec4ababaea3a315df6e7187c76a739b39252d575e15091c0436" + }, + { + "name": "ezTime", + "version": "0.8.3", + "author": "Rop Gonggrijp", + "maintainer": "Rop Gonggrijp", + "sentence": "ezTime - pronounced \"Easy Time\" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.", + "paragraph": "See more on https://github.com/ropg/ezTime", + "website": "https://github.com/ropg/ezTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ropg/ezTime.git", + "providesIncludes": ["ezTime.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ropg/ezTime-0.8.3.zip", + "archiveFileName": "ezTime-0.8.3.zip", + "size": 10496888, + "checksum": "SHA-256:dab402bb982d6f4f3b2284023cb9311d1520f1cfdabf8e3e51034a310a977aba" + }, { "name": "Sixfab_CellularIoT", "version": "1.0.0", @@ -128866,7 +171287,7 @@ "types": ["Contributed"], "repository": "https://github.com/sixfab/Sixfab_Arduino_CellularIoT_Library.git", "providesIncludes": ["Sixfab_CellularIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.0.0.zip", "archiveFileName": "Sixfab_CellularIoT-1.0.0.zip", "size": 2200885, "checksum": "SHA-256:af8e94cf01c44d710fdbdf195d47f3da1dde1a3cc19dad14fdbfccc3f504fb8f" @@ -128884,7 +171305,7 @@ "types": ["Contributed"], "repository": "https://github.com/sixfab/Sixfab_Arduino_CellularIoT_Library.git", "providesIncludes": ["Sixfab_CellularIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.1.0.zip", "archiveFileName": "Sixfab_CellularIoT-1.1.0.zip", "size": 2202630, "checksum": "SHA-256:e9e98c37aa3e1114fbda926055f933d156b7162fff57d65802d828220a485194" @@ -128902,7 +171323,7 @@ "types": ["Contributed"], "repository": "https://github.com/sixfab/Sixfab_Arduino_CellularIoT_Library.git", "providesIncludes": ["Sixfab_CellularIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.2.0.zip", "archiveFileName": "Sixfab_CellularIoT-1.2.0.zip", "size": 2204602, "checksum": "SHA-256:cdefe7d5ceca60e839f447ed96f87fcc33bbd728fe84b01e43d4266e3ca3c2be" @@ -128920,7 +171341,7 @@ "types": ["Contributed"], "repository": "https://github.com/sixfab/Sixfab_Arduino_CellularIoT_Library.git", "providesIncludes": ["Sixfab_CellularIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_CellularIoT-1.3.1.zip", "archiveFileName": "Sixfab_CellularIoT-1.3.1.zip", "size": 2204101, "checksum": "SHA-256:b844d7989f9d31b569f5afe8aebaa44e1de75a4e5beaa91f177a4754859bcb0b" @@ -128937,7 +171358,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/evert-arias/MyBlinker.git", - "url": "http://downloads.arduino.cc/libraries/github.com/evert-arias/MyBlinker-0.1.0-alpha.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/MyBlinker-0.1.0-alpha.zip", "archiveFileName": "MyBlinker-0.1.0-alpha.zip", "size": 11592, "checksum": "SHA-256:2b10f0a39092c73353a77b5a1c9bb592a56967009320771f095992dbcc920e89" @@ -128954,249 +171375,11 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tommag/TMC4210_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tommag/Trinamic_TMC4210-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tommag/Trinamic_TMC4210-1.0.0.zip", "archiveFileName": "Trinamic_TMC4210-1.0.0.zip", "size": 10632, "checksum": "SHA-256:cdaaa345deb7c23d19806316cb214934b56b0dc74680c9ac57639341ac397404" }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with Ublox modules", - "paragraph": "An Arduino Library to enable I2C communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e board based on the NEO-M8P-2. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe NEO-M8P-2 module is the top-of-the-line module for high accuracy GNSS and GPS location solutions including RTK. The NEO-M8P-2 is unique in that it is capable of both rover and base station operations. The ‘-2’ designation means this module has survey-in mode allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.0.1.zip", - "size": 23096, - "checksum": "SHA-256:ebf9ff93cd52bbfd15cd55043be25cd7f42b510d87b52af01337c750358da4ed" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with Ublox modules", - "paragraph": "An Arduino Library to enable I2C communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e board based on the NEO-M8P-2. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe NEO-M8P-2 module is the top-of-the-line module for high accuracy GNSS and GPS location solutions including RTK. The NEO-M8P-2 is unique in that it is capable of both rover and base station operations. The ‘-2’ designation means this module has survey-in mode allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.0.2.zip", - "size": 26039, - "checksum": "SHA-256:66acf3ca3eef9d15f5c78e1dde3f554cc6b5b7399d4e1ced080518581f58956c" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with Ublox modules", - "paragraph": "An Arduino Library to enable I2C communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e board based on the NEO-M8P-2. Library also works with other Ublox based boards include the \u003ca href=\"https://www.sparkfun.com/products/15106\"\u003eSparkFun SAM-M8Q\u003c/a\u003e. \u003cbr\u003e\u003cbr\u003eThe NEO-M8P-2 module is the top-of-the-line module for high accuracy GNSS and GPS location solutions including RTK. The NEO-M8P-2 is unique in that it is capable of both rover and base station operations. The ‘-2’ designation means this module has survey-in mode allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.0.3.zip", - "size": 26068, - "checksum": "SHA-256:ae88abb77e88ef060bb7edb8403f9fa6ee9b69200c9dc6dc930db153ca9fe4ae" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.1.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with Ublox modules", - "paragraph": "An Arduino Library to enable I2C communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e board based on the NEO-M8P-2. Library also works with other Ublox based boards include the \u003ca href=\"https://www.sparkfun.com/products/15106\"\u003eSparkFun SAM-M8Q\u003c/a\u003e. \u003cbr\u003e\u003cbr\u003eThe NEO-M8P-2 module is the top-of-the-line module for high accuracy GNSS and GPS location solutions including RTK. The NEO-M8P-2 is unique in that it is capable of both rover and base station operations. The ‘-2’ designation means this module has survey-in mode allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.1.1.zip", - "size": 60029, - "checksum": "SHA-256:fefb71303d5255cfc062deb65fb93b0371db820ec28fc9855ef2f1eb72c84656" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, and the \u003ca href=\"https://www.sparkfun.com/products/15106\"\u003eSparkFun SAM-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.2.0.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.2.0.zip", - "size": 62569, - "checksum": "SHA-256:8398c4bb25cf579fc4b94cb414dde64b0b2e13e803600bcbf791a8735c9dad2f" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.2.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, and the \u003ca href=\"https://www.sparkfun.com/products/15106\"\u003eSparkFun SAM-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.2.1.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.2.1.zip", - "size": 67486, - "checksum": "SHA-256:635aa9fd4eb70fb6f85351ce6e07287195ce89ef234555fd1ee6c6186820c1c9" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.2.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.2.2.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.2.2.zip", - "size": 67621, - "checksum": "SHA-256:c4ddf5063358c82c4f9a48081b0eb3861fef7641754e7194db78cd8526bd30b2" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.3.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.3.0.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.3.0.zip", - "size": 69972, - "checksum": "SHA-256:14e39bed33b7af6ea67e56aed801ad8fbef300a345af824ee719a54503145f8c" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.3.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.3.1.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.3.1.zip", - "size": 76601, - "checksum": "SHA-256:a05432da073ba8df8e84e050d86e42d37925a2c8cd8a5516041b96b2886bd865" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.4.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.4.0.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.4.0.zip", - "size": 78940, - "checksum": "SHA-256:769b1cee8f05c3dff4a464a4840cc9c0e310531fd5b564f6b7a1666fbdb93619" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.4.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.4.1.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.4.1.zip", - "size": 79112, - "checksum": "SHA-256:7202049ac317deee2b32485a21f9e256a12de00de1c2417f9c6cd6e923f5ab10" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.4.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.4.2.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.4.2.zip", - "size": 84453, - "checksum": "SHA-256:c482f0a97f4ca6e3e7b02f27fb34ebf1ccf25f6f6a4cd7107f7c642e90131286" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.5.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.5.0.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.5.0.zip", - "size": 89969, - "checksum": "SHA-256:d70e6a96f9053b942889ae9b15098f2ab9b40c788f5e7dfcb830f3eb817a697c" - }, - { - "name": "SparkFun Ublox Arduino Library", - "version": "1.6.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with Ublox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other Ublox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ublox_Arduino_Library-1.6.0.zip", - "archiveFileName": "SparkFun_Ublox_Arduino_Library-1.6.0.zip", - "size": 98717, - "checksum": "SHA-256:4605a286aeaa55cfa48d1adc122d4055998fdf21c9c15697d699495d28a320be" - }, { "name": "Byteduino", "version": "0.0.1", @@ -129209,7 +171392,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.0.1.zip", "archiveFileName": "Byteduino-0.0.1.zip", "size": 139625, "checksum": "SHA-256:426b72b269374b61db8316d4d1cdcec12275d728879d2125814ff09205bb8613" @@ -129226,7 +171409,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.1.0.zip", "archiveFileName": "Byteduino-0.1.0.zip", "size": 140058, "checksum": "SHA-256:ac86db876bfbc332f44f871512752ad35bea4cc4378d89a09c751483401b432b" @@ -129243,7 +171426,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.1.2.zip", "archiveFileName": "Byteduino-0.1.2.zip", "size": 140908, "checksum": "SHA-256:cb6ed98511a4d1c191a9d6f4f042e80cf3738b0c455955e24c2bbcf62096c82c" @@ -129260,7 +171443,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.1.3.zip", "archiveFileName": "Byteduino-0.1.3.zip", "size": 140927, "checksum": "SHA-256:dc087c0db203406d7e874cdf76c1bfba16478d4ea033452bb107f0ee02f67746" @@ -129277,7 +171460,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.0.zip", "archiveFileName": "Byteduino-0.2.0.zip", "size": 150370, "checksum": "SHA-256:41d77324dccbb2fc52275d559fb2351f87f522bb5dcfc547d2d772aa8c36ba53" @@ -129294,7 +171477,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.2.zip", "archiveFileName": "Byteduino-0.2.2.zip", "size": 152590, "checksum": "SHA-256:5036315a42aab525fe36b525b763055f35c9b587b3958711a97aa0ca4de3ac9b" @@ -129311,7 +171494,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.3.zip", "archiveFileName": "Byteduino-0.2.3.zip", "size": 153152, "checksum": "SHA-256:ac6fde724b7cb6b69d017c750f924127cdeb9c8110cd4faa3e8c20182615232c" @@ -129328,11 +171511,28 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/Papabyte/Byteduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.4.zip", "archiveFileName": "Byteduino-0.2.4.zip", "size": 155116, "checksum": "SHA-256:b2e282bb6de18ed972b6aba672a07d7aa1feb1247b7d3cecda471bddc2cf6051" }, + { + "name": "Byteduino", + "version": "0.2.5", + "author": "Papabyte", + "maintainer": "Papabyte", + "sentence": "A light implementation of Obyte cryptocurrency platform (formerly Byteball) for ESP8266 and ESP32", + "paragraph": "Connect to a hub, send payments, post datafeeds, cosign transactions, exchange messages with Obyte wallets through encrypted chat.", + "website": "https://github.com/Papabyte/byteduino", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Papabyte/Byteduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Papabyte/Byteduino-0.2.5.zip", + "archiveFileName": "Byteduino-0.2.5.zip", + "size": 154986, + "checksum": "SHA-256:34594d13ea846d74e75e0bbb340cac0e7b9bead3a8a364e1c22799913dc33086" + }, { "name": "MjGrove", "version": "1.0.0", @@ -129345,7 +171545,7 @@ "types": ["Contributed"], "repository": "https://github.com/matsujirushi/MjGrove.git", "providesIncludes": ["MjGrove.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.0.0.zip", "archiveFileName": "MjGrove-1.0.0.zip", "size": 63971, "checksum": "SHA-256:ee6a7dcda80c440213790b82d41af258d87a30b0e422f1efc92e3b057f518174" @@ -129362,7 +171562,7 @@ "types": ["Contributed"], "repository": "https://github.com/matsujirushi/MjGrove.git", "providesIncludes": ["MjGrove.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.1.0.zip", "archiveFileName": "MjGrove-1.1.0.zip", "size": 65737, "checksum": "SHA-256:9b766444bc71c37d18c8fad3b50f2ea98bbe94f7c9b6898aa8b556bbef102ab1" @@ -129379,7 +171579,7 @@ "types": ["Contributed"], "repository": "https://github.com/matsujirushi/MjGrove.git", "providesIncludes": ["MjGrove.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.2.0.zip", "archiveFileName": "MjGrove-1.2.0.zip", "size": 65725, "checksum": "SHA-256:8885881cf4bb38c8eadba53f6f95b7bf4c45d9526315d3245ee65cc1ce2aa644" @@ -129396,7 +171596,7 @@ "types": ["Contributed"], "repository": "https://github.com/matsujirushi/MjGrove.git", "providesIncludes": ["MjGrove.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.3.0.zip", "archiveFileName": "MjGrove-1.3.0.zip", "size": 102787, "checksum": "SHA-256:ca89062b091999af5219335eda925c17eceadff2da6e93941e991b3cfbdf658e" @@ -129413,7 +171613,7 @@ "types": ["Contributed"], "repository": "https://github.com/matsujirushi/MjGrove.git", "providesIncludes": ["MjGrove.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/matsujirushi/MjGrove-1.4.0.zip", "archiveFileName": "MjGrove-1.4.0.zip", "size": 113315, "checksum": "SHA-256:6a68bbcde9d476cb78744294d4a51587a3c62b5b2ef2507713674c0c17c7a88b" @@ -129431,7 +171631,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/ACI_10K_an.git", "providesIncludes": ["ACI_10K_an.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/ACI_10K_AN_temp_sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ACI_10K_AN_temp_sensor-1.0.0.zip", "archiveFileName": "ACI_10K_AN_temp_sensor-1.0.0.zip", "size": 4440, "checksum": "SHA-256:79bbf94355d1718ce18c9d65bc21ad33d7160d0a29ac0fb143def0b3a89b2fb3" @@ -129449,7 +171649,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/RTD10k-temp-sensor.git", "providesIncludes": ["RDT10K.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/RTD10K_temp_sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/RTD10K_temp_sensor-1.0.0.zip", "archiveFileName": "RTD10K_temp_sensor-1.0.0.zip", "size": 552763, "checksum": "SHA-256:34dcdc7e9d16ca68be00f4404e0338d86cfc043c0119b1e0bc4485d29bc7acb7" @@ -129467,7 +171667,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/RTD10k-temp-sensor.git", "providesIncludes": ["RDT10K.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/RTD10K_temp_sensor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/RTD10K_temp_sensor-1.0.1.zip", "archiveFileName": "RTD10K_temp_sensor-1.0.1.zip", "size": 552406, "checksum": "SHA-256:319a75f8ada2fad42686f46b661bf48c985fb4c747b2cb83964b3926661cde1f" @@ -129485,7 +171685,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", "providesIncludes": ["weeklyAlarm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-3.0.0.zip", "archiveFileName": "WeeklyAlarm-3.0.0.zip", "size": 8595, "checksum": "SHA-256:8756a05d410a743358036d0d7e8f913f785f685b825cfe8ec2eca53d786d60c9" @@ -129503,7 +171703,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", "providesIncludes": ["weeklyAlarm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.1.zip", "archiveFileName": "WeeklyAlarm-4.0.1.zip", "size": 7962, "checksum": "SHA-256:c42706f988f228c96840cece4acad8539bd7a9241350bb3140567cd393908042" @@ -129521,7 +171721,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", "providesIncludes": ["weeklyAlarm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.2.zip", "archiveFileName": "WeeklyAlarm-4.0.2.zip", "size": 7961, "checksum": "SHA-256:731e717d07ab45fe0ee36b1036a76d08fc01eca3fce0a75d85bbdc3867bd6f96" @@ -129539,11 +171739,47 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", "providesIncludes": ["weeklyAlarm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.3.zip", "archiveFileName": "WeeklyAlarm-4.0.3.zip", "size": 7907, "checksum": "SHA-256:d1b6f9fddb38d7dc24df3b6998f682cc24ceef9764cc1d5eb456e4fdd4bf66ce" }, + { + "name": "WeeklyAlarm", + "version": "4.0.4", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "weekday timer ( thermostat like scheduler )", + "paragraph": "WeeklyAlarm is a timer to trigger daily at the same time. It has been designed to be used like a numeric thermostat scheduler", + "website": "https://github.com/NitrofMtl/weeklyAlarm", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", + "providesIncludes": ["weeklyAlarm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.4.zip", + "archiveFileName": "WeeklyAlarm-4.0.4.zip", + "size": 7901, + "checksum": "SHA-256:3abb701140dfe78d85863c3234654b2bfe0ed97552e13a017005a8c5d1e718a5" + }, + { + "name": "WeeklyAlarm", + "version": "4.0.5", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "weekday timer ( thermostat like scheduler )", + "paragraph": "WeeklyAlarm is a timer to trigger daily at the same time. It has been designed to be used like a numeric thermostat scheduler", + "website": "https://github.com/NitrofMtl/weeklyAlarm", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", + "providesIncludes": ["weeklyAlarm.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.5.zip", + "archiveFileName": "WeeklyAlarm-4.0.5.zip", + "size": 7909, + "checksum": "SHA-256:2e5ace59fe6925db76427a1bf769bb6cd05521e2b67bc383fbf69f137490a03f" + }, { "name": "CurrentSwitch", "version": "1.0.0", @@ -129557,7 +171793,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/CurrentSwitch.git", "providesIncludes": ["CurrentSwitch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/CurrentSwitch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/CurrentSwitch-1.0.0.zip", "archiveFileName": "CurrentSwitch-1.0.0.zip", "size": 7246, "checksum": "SHA-256:12de545189873a3199c9b377245211404559a72e4352978d5d9c5fb824121e0b" @@ -129575,11 +171811,65 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/ADC_SEQR.git", "providesIncludes": ["TimeOut.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-1.1.0.zip", "archiveFileName": "ADC_SEQR-1.1.0.zip", "size": 4364, "checksum": "SHA-256:adb471eb5dc1bc7ae0983fc5db2ebfc8e38b5b026b65662c857da9d63691670e" }, + { + "name": "ADC_SEQR", + "version": "1.2.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading and free up MCU.", + "website": "https://github.com/NitrofMtl/ADC_SEQR", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_SEQR.git", + "providesIncludes": ["ADC_SEQR.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-1.2.0.zip", + "archiveFileName": "ADC_SEQR-1.2.0.zip", + "size": 4354, + "checksum": "SHA-256:8ab989749224f13f97bd5566857509b7289753106d1f2c8f0c412049af3cd0ae" + }, + { + "name": "ADC_SEQR", + "version": "2.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading and free up MCU.", + "website": "https://github.com/NitrofMtl/ADC_SEQR", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_SEQR.git", + "providesIncludes": ["ADC_SEQR.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-2.0.0.zip", + "archiveFileName": "ADC_SEQR-2.0.0.zip", + "size": 6946, + "checksum": "SHA-256:5d5a070f5885c2f4d062d06ad0e79ff5df3c4965ca5ed819061e352f1ff5b887" + }, + { + "name": "ADC_SEQR", + "version": "2.4.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading and free up MCU.", + "website": "https://github.com/NitrofMtl/ADC_SEQR", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_SEQR.git", + "providesIncludes": ["ADC_SEQR.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-2.4.0.zip", + "archiveFileName": "ADC_SEQR-2.4.0.zip", + "size": 7519, + "checksum": "SHA-256:e9f66f8d7b787c1b21b34b76795e51bf53849a3970f424d754675bb427776861" + }, { "name": "TimeOut", "version": "2.2.0", @@ -129593,7 +171883,7 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/TimeOut.git", "providesIncludes": ["TimeOut.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-2.2.0.zip", "archiveFileName": "TimeOut-2.2.0.zip", "size": 10200, "checksum": "SHA-256:ece58ff2af30ac31c0c2106be4a4a62299c7340bafe1ee27d050d826b7be3925" @@ -129611,11 +171901,58 @@ "types": ["Contributed"], "repository": "https://github.com/NitrofMtl/TimeOut.git", "providesIncludes": ["TimeOut.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-2.2.1.zip", "archiveFileName": "TimeOut-2.2.1.zip", "size": 10004, "checksum": "SHA-256:4677178f797a2ae1927f4f6fc05a6838825ed40a0dfec11cbc7f4f2df5d8a9a4" }, + { + "name": "TimeOut", + "version": "3.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "A library that makes timing callback.", + "paragraph": "Support simple callback function to a timeOut time or interval time repetition.", + "website": "https://github.com/NitrofMtl/TimeOut", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/TimeOut.git", + "providesIncludes": ["TimeOut.h"], + "dependencies": [ + { + "name": "MicroTuple" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-3.0.0.zip", + "archiveFileName": "TimeOut-3.0.0.zip", + "size": 9607, + "checksum": "SHA-256:3ef8ed0c4ebb068c2d3e3225adcc0c70d8ef357af54392c7f5fbc28defc5593b" + }, + { + "name": "TimeOut", + "version": "4.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "license": "GPL-3.0-or-later", + "sentence": "An Arduino library that creates timer callbacks.", + "paragraph": "Supports simple callback function to a single timeout sequence or repetitive timer intervals.", + "website": "https://github.com/NitrofMtl/TimeOut", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/TimeOut.git", + "providesIncludes": ["TimeOut.h"], + "dependencies": [ + { + "name": "MicroTuple" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-4.0.0.zip", + "archiveFileName": "TimeOut-4.0.0.zip", + "size": 23093, + "checksum": "SHA-256:0338c7cf860e0c3df9dda70d0ad9241b9feaad18617a47aa6ec8ebb304a96911" + }, { "name": "SparkFun SerLCD Arduino Library", "version": "1.0.0", @@ -129628,7 +171965,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.0.zip", "size": 36135, "checksum": "SHA-256:6bf2c838a5afccff35a10fa3dbab28395d0d4b593d99c0eab4df046a96dd6bd1" @@ -129645,7 +171982,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.1.zip", "size": 37494, "checksum": "SHA-256:7a69642e78d1972d2928983e1b2de4fde625d195e43cd2ba25453da54ff31537" @@ -129662,7 +171999,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.2.zip", "size": 39222, "checksum": "SHA-256:2459809fa75596b59827dc0c507b3c9b190a4debc942d3e58d90bcb2eb2d0f42" @@ -129679,7 +172016,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.3.zip", "size": 39297, "checksum": "SHA-256:c035e9d4dfb08f0a9004627a8878506ec41be6c1775bf356151ef1fbc8470c52" @@ -129696,7 +172033,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.4.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.4.zip", "size": 39448, "checksum": "SHA-256:d666a462b2c36d26f906bebc6b5889a064474e70774b3599c97f1d2a3773e298" @@ -129713,7 +172050,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.5.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.5.zip", "size": 43642, "checksum": "SHA-256:63ef098301d84818e1a4575aacacd086eec1fd4212eeb716044a33291ccd4483" @@ -129730,11 +172067,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.6.zip", "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.6.zip", "size": 43565, "checksum": "SHA-256:5e73f99ce93e450acd3beac11e93da24c3023f8ede27051bcc1faec54b25fa23" }, + { + "name": "SparkFun SerLCD Arduino Library", + "version": "1.0.7", + "author": "Gaston R. Williams and Nathan Seidle", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, SPI, and Serial Communication with SparkFun SerLCD Displays", + "paragraph": "An Arduino Library to allow simple control of \u003ca href=\"https://www.sparkfun.com/products/14072\"\u003e16x2\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/14074\"\u003e20x4\u003c/a\u003e character SerLCDs from SparkFun. Includes RGB backlight control, display scrolling, cursor movement, and custom characters all over I2C, SPI, or Serial.", + "website": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.7.zip", + "size": 43607, + "checksum": "SHA-256:301572fa18ca489a906fe76142700eb86802b2a86ab66b2c612fff84b04cc42e" + }, + { + "name": "SparkFun SerLCD Arduino Library", + "version": "1.0.8", + "author": "Gaston R. Williams and Nathan Seidle", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, SPI, and Serial Communication with SparkFun SerLCD Displays", + "paragraph": "An Arduino Library to allow simple control of \u003ca href=\"https://www.sparkfun.com/products/14072\"\u003e16x2\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/14074\"\u003e20x4\u003c/a\u003e character SerLCDs from SparkFun. Includes RGB backlight control, display scrolling, cursor movement, and custom characters all over I2C, SPI, or Serial.", + "website": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.8.zip", + "size": 43651, + "checksum": "SHA-256:1d8de1a041450cd5c21ac3375c20406ca72b7669dc8e93cf94321ae95748aad1" + }, + { + "name": "SparkFun SerLCD Arduino Library", + "version": "1.0.9", + "author": "Gaston R. Williams and Nathan Seidle", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, SPI, and Serial Communication with SparkFun SerLCD Displays", + "paragraph": "An Arduino Library to allow simple control of \u003ca href=\"https://www.sparkfun.com/products/14072\"\u003e16x2\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/14074\"\u003e20x4\u003c/a\u003e character SerLCDs from SparkFun. Includes RGB backlight control, display scrolling, cursor movement, and custom characters all over I2C, SPI, or Serial.", + "website": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SerLCD_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SerLCD_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_SerLCD_Arduino_Library-1.0.9.zip", + "size": 45856, + "checksum": "SHA-256:0f548506b32e8871304602f3f35e600910df7e9a94ea78f5897ac9e837f9e5ef" + }, { "name": "Int64String", "version": "1.0.0", @@ -129747,7 +172135,7 @@ "types": ["Contributed"], "repository": "https://github.com/djGrrr/Int64String.git", "providesIncludes": ["Int64String.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/djGrrr/Int64String-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/djGrrr/Int64String-1.0.0.zip", "archiveFileName": "Int64String-1.0.0.zip", "size": 5386, "checksum": "SHA-256:c7a780063921a0a986cd66272cc8f5a644c305512cd9a5391627e0acdda03326" @@ -129764,7 +172152,7 @@ "types": ["Contributed"], "repository": "https://github.com/djGrrr/Int64String.git", "providesIncludes": ["Int64String.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/djGrrr/Int64String-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/djGrrr/Int64String-1.1.0.zip", "archiveFileName": "Int64String-1.1.0.zip", "size": 5731, "checksum": "SHA-256:01f5fe8c2d550e5fc8a78a75554e2b4dc452bc79ea3074ce2dbea05613be810b" @@ -129781,7 +172169,7 @@ "types": ["Contributed"], "repository": "https://github.com/djGrrr/Int64String.git", "providesIncludes": ["Int64String.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/djGrrr/Int64String-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/djGrrr/Int64String-1.1.1.zip", "archiveFileName": "Int64String-1.1.1.zip", "size": 5703, "checksum": "SHA-256:f6c5669168f32e4ec0227279147a9c945c697586579e464bff6dcaa99c545303" @@ -129798,11 +172186,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/kd8bxp/micro-Maqueen-Arduino-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/micro_Maqueen-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/micro_Maqueen-1.0.1.zip", "archiveFileName": "micro_Maqueen-1.0.1.zip", "size": 45608, "checksum": "SHA-256:d83a3c395dc4d9047797e4d13d18d46a2924e9041e5a18c9366e80cf74f5ccec" }, + { + "name": "micro Maqueen", + "version": "1.1.0", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Simple library for the DF Robot micro:Maqueen BBC Micro:Bit Robot", + "paragraph": "Simple library for the DF Robot micro:Maqueen BBC Micro:Bit Robot", + "website": "https://github.com/kd8bxp/micro-Maqueen-Arduino-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/micro-Maqueen-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/micro_Maqueen-1.1.0.zip", + "archiveFileName": "micro_Maqueen-1.1.0.zip", + "size": 49466, + "checksum": "SHA-256:78d6089de13d5ccc7d8a00184e400353878277a0849caa8db9328f06862f8f45" + }, + { + "name": "micro Maqueen", + "version": "1.1.1", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Simple library for the DF Robot micro:Maqueen BBC Micro:Bit Robot", + "paragraph": "Simple library for the DF Robot micro:Maqueen BBC Micro:Bit Robot", + "website": "https://github.com/kd8bxp/micro-Maqueen-Arduino-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/micro-Maqueen-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/micro_Maqueen-1.1.1.zip", + "archiveFileName": "micro_Maqueen-1.1.1.zip", + "size": 49499, + "checksum": "SHA-256:963de78485c08ea1103c61c722866de759a2ab307cb63f73ea965ebc4dd476d7" + }, { "name": "MCP3XXX", "version": "1.0.0", @@ -129815,7 +172237,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/bakercp/MCP3XXX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bakercp/MCP3XXX-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bakercp/MCP3XXX-1.0.0.zip", "archiveFileName": "MCP3XXX-1.0.0.zip", "size": 36509, "checksum": "SHA-256:5105116bcd67f32f1f42ebd22f0d77796aa558dcc3cdaccd680f0b7a28fc4673" @@ -129832,7 +172254,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Adminius/DimmerControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Adminius/DimmerControl-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Adminius/DimmerControl-1.0.0.zip", "archiveFileName": "DimmerControl-1.0.0.zip", "size": 21696, "checksum": "SHA-256:15299d98203c4ca8673d752c7eb4812dbe3da80666579a8718e8e47787d802f2" @@ -129849,7 +172271,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Adminius/DimmerControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Adminius/DimmerControl-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Adminius/DimmerControl-1.2.0.zip", "archiveFileName": "DimmerControl-1.2.0.zip", "size": 22316, "checksum": "SHA-256:eeb2470fa27b1f16468fce829550bc482c2c9f63ece9386c8c8ecd909fcd9cde" @@ -129866,7 +172288,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Danny24/Smart-Motor-Driver-SAMI-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-0.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-0.0.0.zip", "archiveFileName": "Smart_Motor_Driver___SAMI-0.0.0.zip", "size": 6087, "checksum": "SHA-256:9994e33702801a6f8905e5b08a6ad9107b6aab4dd076a9771b0f82e41b8b766b" @@ -129883,7 +172305,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Danny24/Smart-Motor-Driver-SAMI-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.0.zip", "archiveFileName": "Smart_Motor_Driver___SAMI-1.0.0.zip", "size": 13184, "checksum": "SHA-256:c31132f124826edd54220a8aa0eedd1f3c9a9ad7c02931dea176d5a168cd7b73" @@ -129900,7 +172322,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Danny24/Smart-Motor-Driver-SAMI-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.1.zip", "archiveFileName": "Smart_Motor_Driver___SAMI-1.0.1.zip", "size": 13223, "checksum": "SHA-256:f1bd6c1879dee01c63e4b59207281c1dbf8260f41f92f2bb3704e03d5a846bf2" @@ -129917,7 +172339,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Danny24/Smart-Motor-Driver-SAMI-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.2.zip", "archiveFileName": "Smart_Motor_Driver___SAMI-1.0.2.zip", "size": 14771, "checksum": "SHA-256:69293089426e873e540e9cdbde0d515146b854310039a442e5891db3d629bab8" @@ -129934,7 +172356,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Danny24/Smart-Motor-Driver-SAMI-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Danny24/Smart_Motor_Driver___SAMI-1.0.3.zip", "archiveFileName": "Smart_Motor_Driver___SAMI-1.0.3.zip", "size": 15053, "checksum": "SHA-256:2deef273c92e0efd73c4a53d541faee0526b973cf3299fc8c8b1fdd71f9958bd" @@ -129951,7 +172373,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.0.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.0.0.zip", "size": 43677, "checksum": "SHA-256:8560033cefe313c458ebc6fe0e26c15f3401e8e932b21eb6cd2cdb3529105bb2" @@ -129968,7 +172390,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.1.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.1.0.zip", "size": 43834, "checksum": "SHA-256:682a224f37822a097e8c51b9bd5ce9f35078f0a7e7570e3d43a6f3d91c35eceb" @@ -129985,7 +172407,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.2.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.2.0.zip", "size": 44563, "checksum": "SHA-256:72414cff2ebbf6b8306f55d490ed19dc6466bdb2979199f32e246667340adaf6" @@ -130002,7 +172424,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.3.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.3.0.zip", "size": 45136, "checksum": "SHA-256:c6a78ea0c16a5c4247f950bad7fba6a7b459446b8d94cd5f00dbb05a027defc8" @@ -130019,7 +172441,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.4.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.4.0.zip", "size": 45201, "checksum": "SHA-256:751f5059d6db731560e19e7585702a47ae1176afbc9c2fe0829fd0202fcb32e9" @@ -130036,7 +172458,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.5.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.5.0.zip", "size": 45425, "checksum": "SHA-256:4233dab27706391e33b3aa9abc3116612e75180d94c419033e9d52afe41c6232" @@ -130053,7 +172475,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.6.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.6.0.zip", "size": 47447, "checksum": "SHA-256:a19eaff7ffdaf7377184a3c6ebc8a45a67e3eab1fccf3525b55c96c84121808b" @@ -130070,7 +172492,7 @@ "types": ["Contributed"], "repository": "https://github.com/SeeedJP/Wio_cell_lib_for_Arduino.git", "providesIncludes": ["WioCellLibforArduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/Wio_cell_lib_for_Arduino-1.7.0.zip", "archiveFileName": "Wio_cell_lib_for_Arduino-1.7.0.zip", "size": 55438, "checksum": "SHA-256:ce059fbcf5e19f686f3fd1916c289a8725798350302ff6377f65a238593e7c55" @@ -130087,11 +172509,153 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-1.0.0.zip", "archiveFileName": "Adafruit_BMP3XX_Library-1.0.0.zip", "size": 60294, "checksum": "SHA-256:5e8e4d33978d13b381e19427cc8bef361ef26f7f453887d6ecdb8a1753100c3e" }, + { + "name": "Adafruit BMP3XX Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-1.0.1.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-1.0.1.zip", + "size": 60293, + "checksum": "SHA-256:7d9919dfd89205b814948628c1ad55a3ded2ba3ea993230f2c023eb5bb918e44" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-1.1.0.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-1.1.0.zip", + "size": 60337, + "checksum": "SHA-256:74c6ab4728f09052e2cdb3e40ed933cbe2806452e437876d102ab79b90031761" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.0.0.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.0.0.zip", + "size": 62346, + "checksum": "SHA-256:322cce047400314227e6cfe56f86007925719af8afe56fab7bc5ede5895158df" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.0.1.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.0.1.zip", + "size": 62397, + "checksum": "SHA-256:ec8ae119bb81d9f59fad1b2d6ee52084f5bad6f38558977d086feed1d33aee55" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.0.2.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.0.2.zip", + "size": 62389, + "checksum": "SHA-256:c219d516e7a887eb2aea4415c4c2cde986cfa4f490e4a52b39129192b063d851" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.1.0.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.1.0.zip", + "size": 62463, + "checksum": "SHA-256:f8b343b2b131dc4d3840f6abf5b66c82211fc209acf0036e86f8541bd6f5d5cd" + }, { "name": "Adafruit MPRLS Library", "version": "1.0.0", @@ -130104,7 +172668,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.0.zip", "archiveFileName": "Adafruit_MPRLS_Library-1.0.0.zip", "size": 5565, "checksum": "SHA-256:c5d26bae5105721a06b492223c0dc2b73ef4df410412e9b2b9f20100bcd1c527" @@ -130121,11 +172685,133 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.1.zip", "archiveFileName": "Adafruit_MPRLS_Library-1.0.1.zip", "size": 5584, "checksum": "SHA-256:395999aebc3bf7bcb158b97c4040e25eb83bd2d123caa5cae890d5f71c8f47b6" }, + { + "name": "Adafruit MPRLS Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.2.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.0.2.zip", + "size": 5592, + "checksum": "SHA-256:fff58bc619804e473a446e4c2759297e0e07caaf56c8bb3a72c7de450d48301b" + }, + { + "name": "Adafruit MPRLS Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.3.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.0.3.zip", + "size": 5592, + "checksum": "SHA-256:ae9406a79b5ffcaf93474ce82e75419ffc431a0f23556334386437ac1f896642" + }, + { + "name": "Adafruit MPRLS Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.4.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.0.4.zip", + "size": 5614, + "checksum": "SHA-256:da651b65719d2e02b93b4343184927464faf9f3d1023f13273eba0a06874d21f" + }, + { + "name": "Adafruit MPRLS Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.6.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.0.6.zip", + "size": 5678, + "checksum": "SHA-256:be75b1c6b42517d906bd27cc10b2e5e5c12a2e080833bbfe911234bd36743162" + }, + { + "name": "Adafruit MPRLS Library", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.0.7.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.0.7.zip", + "size": 5677, + "checksum": "SHA-256:aacf7433669f666af811c50cd457fb362c072df4d2837c1bad89c35d3fa5a742" + }, + { + "name": "Adafruit MPRLS Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.1.0.zip", + "size": 6512, + "checksum": "SHA-256:4ddf5f3581c979561a479631158856658bf4a7755080e0b7fa0f4d7d5eabd11b" + }, { "name": "Adafruit VEML6075 Library", "version": "1.0.0", @@ -130138,7 +172824,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VEML6075.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-1.0.0.zip", "archiveFileName": "Adafruit_VEML6075_Library-1.0.0.zip", "size": 8380, "checksum": "SHA-256:ca307a444bcd04135dff839053fdf12696143931e888691364bac1419937a9f8" @@ -130155,11 +172841,55 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_VEML6075.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-2.0.0.zip", "archiveFileName": "Adafruit_VEML6075_Library-2.0.0.zip", "size": 8292, "checksum": "SHA-256:d25b42b07d15a0e06128d3db7340b933124b9e176316ee7a1b8f39a624ee40a8" }, + { + "name": "Adafruit VEML6075 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6075", + "paragraph": "Arduino library for VEML6075", + "website": "https://github.com/adafruit/Adafruit_VEML6075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML6075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-2.1.0.zip", + "archiveFileName": "Adafruit_VEML6075_Library-2.1.0.zip", + "size": 8372, + "checksum": "SHA-256:0d43aa9f8a2edf5b3b6e1590d525600a3ae07451423cccc3ef84a5d81c3f4bb0" + }, + { + "name": "Adafruit VEML6075 Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6075", + "paragraph": "Arduino library for VEML6075", + "website": "https://github.com/adafruit/Adafruit_VEML6075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML6075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-2.2.0.zip", + "archiveFileName": "Adafruit_VEML6075_Library-2.2.0.zip", + "size": 8525, + "checksum": "SHA-256:4e660ca74b3e8be1417ba739ed26dd60a3b47e451f1765098677798bff457ef3" + }, { "name": "MCCI LoRaWAN LMIC library", "version": "2.2.0", @@ -130172,7 +172902,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.2.0.zip", "archiveFileName": "MCCI_LoRaWAN_LMIC_library-2.2.0.zip", "size": 8367139, "checksum": "SHA-256:e4b521169ecf8f17a1c504cce2bb66dcc9e6d22cef1a24cda3b449617b52607d" @@ -130189,7 +172919,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.2.1.zip", "archiveFileName": "MCCI_LoRaWAN_LMIC_library-2.2.1.zip", "size": 8367635, "checksum": "SHA-256:e450a0f515026177eb32a81a43486bee2e4555b15bde2420f03eb3dd93043e19" @@ -130206,7 +172936,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.2.2.zip", "archiveFileName": "MCCI_LoRaWAN_LMIC_library-2.2.2.zip", "size": 8372204, "checksum": "SHA-256:90cbcf721a88a47588970f7fdfd5e1152e9ea6cd8989d8cfde5ae8150ce6fc51" @@ -130223,7 +172953,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.3.0.zip", "archiveFileName": "MCCI_LoRaWAN_LMIC_library-2.3.0.zip", "size": 3168621, "checksum": "SHA-256:2fec211c07510e830c8f2088d39de3d33937e5274bbb6d6efd5de39730ac816c" @@ -130240,7 +172970,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.3.1.zip", "archiveFileName": "MCCI_LoRaWAN_LMIC_library-2.3.1.zip", "size": 3169208, "checksum": "SHA-256:2cd94b0aa982655a20c6fa27cea3d4a54b09c4256852e8b84a89f6e9c098af92" @@ -130257,11 +172987,96 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lmic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-2.3.2.zip", "archiveFileName": "MCCI_LoRaWAN_LMIC_library-2.3.2.zip", "size": 3169297, "checksum": "SHA-256:9af5894a3b03732abe1b50396f9104b0df8e925a8863d80c89750389d005f2ee" }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "3.0.99", + "author": "IBM, Matthis Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-3.0.99.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-3.0.99.zip", + "size": 3286960, + "checksum": "SHA-256:1fdde31a9a2d66f6473a0239ac69382363fcd0c1febe2b5c3df24c4068aaafd0" + }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "3.1.0", + "author": "IBM, Matthis Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-3.1.0.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-3.1.0.zip", + "size": 3305540, + "checksum": "SHA-256:690f70d4fc2ef2f3fef48700a569c9882a338b08b311aa01774bc6b14a62aa52" + }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "3.2.0", + "author": "IBM, Matthis Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-3.2.0.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-3.2.0.zip", + "size": 3309907, + "checksum": "SHA-256:05eeb6ba43474f45bd4d2716d84b5321e83da7e2c94a9bcb37e34dcf05a0beec" + }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "3.3.0", + "author": "IBM, Matthijs Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-3.3.0.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-3.3.0.zip", + "size": 4599672, + "checksum": "SHA-256:303906f93d1c07c49df36017b9e5b950f1481e3106210c56a956587a90908380" + }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "4.0.0", + "author": "IBM, Matthijs Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-4.0.0.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-4.0.0.zip", + "size": 4618790, + "checksum": "SHA-256:28bd37a2f564384ce451b41c770fb4a2ca53050240327010e419f0bd99b31fd7" + }, { "name": "AstroMech", "version": "0.1.0", @@ -130274,7 +173089,7 @@ "architectures": ["esp32", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/weckbach/AstroMech.git", - "url": "http://downloads.arduino.cc/libraries/github.com/weckbach/AstroMech-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/weckbach/AstroMech-0.1.0.zip", "archiveFileName": "AstroMech-0.1.0.zip", "size": 562010, "checksum": "SHA-256:42d00ed69d56133b0396f584252fc373db053969360ee1facb5ab4c366bd37b6" @@ -130291,7 +173106,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibraryUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.15.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.15.zip", "archiveFileName": "RemoteMeUtils-1.0.15.zip", "size": 2952, "checksum": "SHA-256:8d0a7c0ec919453f566719eb8b65bded27c8587fe33b832da318cbdbc49be6f9" @@ -130308,7 +173123,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibraryUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.16.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.16.zip", "archiveFileName": "RemoteMeUtils-1.0.16.zip", "size": 2951, "checksum": "SHA-256:5377d412d8333bb10418220a6b2e7d335d141a33eb1af9f2a15ca193e2cf59f6" @@ -130325,11 +173140,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/remoteme/RemoteMeArduinoLibraryUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.17.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.17.zip", "archiveFileName": "RemoteMeUtils-1.0.17.zip", "size": 4762, "checksum": "SHA-256:61d19e788849b2ab2d8b03efaafa85443ac4f95ab569adfea416aca482492cd6" }, + { + "name": "RemoteMeUtils", + "version": "1.0.18", + "author": "Remoteme.org", + "maintainer": "RemoteMe.org \u003ccontact@remoteme.org\u003e", + "sentence": "Utils Libraries for RemoteMe.org system", + "paragraph": "Libraries Utils will allows You to extend remoteme finctionality", + "website": "https://github.com/remoteme/RemoteMeArduinoLibraryUtils", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/remoteme/RemoteMeArduinoLibraryUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/RemoteMeUtils-1.0.18.zip", + "archiveFileName": "RemoteMeUtils-1.0.18.zip", + "size": 4767, + "checksum": "SHA-256:9ca8512dc9d1d4594f6c14f9c0fd6dccef818e533f90271903ca0d0e25e457e8" + }, { "name": "QDispatch", "version": "1.0.0", @@ -130342,7 +173174,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/drifkind/QDispatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/drifkind/QDispatch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/drifkind/QDispatch-1.0.0.zip", "archiveFileName": "QDispatch-1.0.0.zip", "size": 19787, "checksum": "SHA-256:a5f474a289bebe0b89bb1dc1410cdb5479e4e944ada77cd1b4a53327e4e8b258" @@ -130360,7 +173192,7 @@ "types": ["Contributed"], "repository": "https://github.com/CanSatKit/CanSatKitLibrary.git", "providesIncludes": ["CanSatKit.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.0.0.zip", "archiveFileName": "CanSat_Kit_Library-1.0.0.zip", "size": 23607, "checksum": "SHA-256:0311cfaeae8d41c0a62f7c87685e9234cce995abc6f89c5b8f0df9369870e42c" @@ -130378,7 +173210,7 @@ "types": ["Contributed"], "repository": "https://github.com/CanSatKit/CanSatKitLibrary.git", "providesIncludes": ["CanSatKit.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.1.0.zip", "archiveFileName": "CanSat_Kit_Library-1.1.0.zip", "size": 28208, "checksum": "SHA-256:740ffd805056a7c388b84565e80ddddc17f7c6694f76324eed7c40751fd28089" @@ -130396,7 +173228,7 @@ "types": ["Contributed"], "repository": "https://github.com/CanSatKit/CanSatKitLibrary.git", "providesIncludes": ["CanSatKit.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.2.0.zip", "archiveFileName": "CanSat_Kit_Library-1.2.0.zip", "size": 33925, "checksum": "SHA-256:2ebc9a34c8dacd9c788a3a5790d9f9318879f12eb1f933bacb150ada265f0f19" @@ -130414,7 +173246,7 @@ "types": ["Contributed"], "repository": "https://github.com/CanSatKit/CanSatKitLibrary.git", "providesIncludes": ["CanSatKit.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.3.0.zip", "archiveFileName": "CanSat_Kit_Library-1.3.0.zip", "size": 35234, "checksum": "SHA-256:15e9a6f66d6a67ce81873bc0bf04d47ec64d295a5eb5c25bf0fd011ded771812" @@ -130432,7 +173264,7 @@ "types": ["Contributed"], "repository": "https://github.com/CanSatKit/CanSatKitLibrary.git", "providesIncludes": ["CanSatKit.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CanSatKit/CanSat_Kit_Library-1.3.1.zip", "archiveFileName": "CanSat_Kit_Library-1.3.1.zip", "size": 35227, "checksum": "SHA-256:c740d4c418ac1922c611397d2b429548b1ccf207ca9a0792677e9356180bb4bd" @@ -130449,11 +173281,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/porrey/max1704x.git", - "url": "http://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.0.0.zip", "archiveFileName": "MAX1704X-1.0.0.zip", "size": 419822, "checksum": "SHA-256:686164f0ad53b4d6e26d444b7c6f1860eb5e42dffaf55453d120d93760981928" }, + { + "name": "MAX1704X", + "version": "1.0.1", + "author": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "maintainer": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.0.1.zip", + "archiveFileName": "MAX1704X-1.0.1.zip", + "size": 419862, + "checksum": "SHA-256:b9a7f649ef40285bf840f0ca8222646cd25bf5c0aa98a71b67b122e9a26a7bba" + }, + { + "name": "MAX1704X", + "version": "1.1.0", + "author": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "maintainer": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.1.0.zip", + "archiveFileName": "MAX1704X-1.1.0.zip", + "size": 423962, + "checksum": "SHA-256:58bc6064d6aaec339c2cf17700056432eb93572257d09ad95dcd5e97c524cdb2" + }, + { + "name": "MAX1704X", + "version": "1.2.1", + "author": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "maintainer": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.1.zip", + "archiveFileName": "MAX1704X-1.2.1.zip", + "size": 13325474, + "checksum": "SHA-256:c1e648e16be12592c495c1ee59fe1635f98421afd5a62864759b305d5df41527" + }, + { + "name": "MAX1704X", + "version": "1.2.2", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.2.zip", + "archiveFileName": "MAX1704X-1.2.2.zip", + "size": 13325474, + "checksum": "SHA-256:c231ef73e7962ff03bacd849b55d564de4faa868f69de98c73a4b3aee3a420f5" + }, { "name": "SerialDebug", "version": "0.9.0", @@ -130466,7 +173366,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.0.zip", "archiveFileName": "SerialDebug-0.9.0.zip", "size": 82507, "checksum": "SHA-256:e4198c1b15788e4e63d9e41379506f1d7263a99f252e41d6d55dea17cb23dc55" @@ -130483,7 +173383,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.3.zip", "archiveFileName": "SerialDebug-0.9.3.zip", "size": 61904, "checksum": "SHA-256:4e5bfc19a281837473b7597570ec92003a057ad1310f1deb6dfed8e27f70df22" @@ -130500,7 +173400,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.4.zip", "archiveFileName": "SerialDebug-0.9.4.zip", "size": 62316, "checksum": "SHA-256:917a8657f40a5e5d0f9f6a611ce7a74690b11dc9132fc488ed2d7d073fb41596" @@ -130517,7 +173417,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.6.zip", "archiveFileName": "SerialDebug-0.9.6.zip", "size": 66433, "checksum": "SHA-256:db15460e754433dccccce92003674627f1d860121b9f5b99bd661ef803413e7c" @@ -130534,7 +173434,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.71.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.71.zip", "archiveFileName": "SerialDebug-0.9.71.zip", "size": 66558, "checksum": "SHA-256:2db3bbe7975acbfbc394b43169100ffa7205fa5919e59408cbe3f8679666faa7" @@ -130551,7 +173451,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.72.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.72.zip", "archiveFileName": "SerialDebug-0.9.72.zip", "size": 66495, "checksum": "SHA-256:adb032fde97de7ace4d198c890849449d717f42f3b923366167fe0205099e6cc" @@ -130568,7 +173468,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.74.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.74.zip", "archiveFileName": "SerialDebug-0.9.74.zip", "size": 67505, "checksum": "SHA-256:77846ef562d952ec884ab98054fe3dc69e6236759a6470db52a7c51606038e14" @@ -130585,7 +173485,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.75.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.75.zip", "archiveFileName": "SerialDebug-0.9.75.zip", "size": 67635, "checksum": "SHA-256:c2af39b16f29c5e02055595eea64a4e71d5b7572a774c3a049c60749c041bb8b" @@ -130602,7 +173502,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.78.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.78.zip", "archiveFileName": "SerialDebug-0.9.78.zip", "size": 68715, "checksum": "SHA-256:bfeaf073dbfbc7c1f9ba3f4174b9b61e84aac5074d403657b3476c493a8be864" @@ -130619,7 +173519,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.79.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.79.zip", "archiveFileName": "SerialDebug-0.9.79.zip", "size": 68891, "checksum": "SHA-256:73cda6ef81ce4d560956d89881330457c7d9ce10963b7947272822b4cd210d17" @@ -130636,29 +173536,11 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/SerialDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.82.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/SerialDebug-0.9.82.zip", "archiveFileName": "SerialDebug-0.9.82.zip", "size": 69455, "checksum": "SHA-256:c28e53ab234a69bc0796bb1270b5450f250d9ef9f67573ca01fd45eeaceb7f17" }, - { - "name": "singleSevSeg", - "version": "1.0.0", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "A library that makes working with seven segment displays way easier.", - "paragraph": "Specifically for single seven-segment display, wired up to the arduino using 7 cables (sega - segg).", - "website": "https://github.com/Blake-Tourneur/singleSevSeg", - "category": "Display", - "architectures": [], - "types": ["Contributed"], - "repository": "https://github.com/Blake-Tourneur/sevenSeg.git", - "providesIncludes": ["singleSevSeg.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Blake-Tourneur/singleSevSeg-1.0.0.zip", - "archiveFileName": "singleSevSeg-1.0.0.zip", - "size": 7757, - "checksum": "SHA-256:8e2dc1f71f2a912edb289d3945a017868fbd435c5a294389ee82b6dc41036b72" - }, { "name": "SoftTimers", "version": "1.3.0", @@ -130671,11 +173553,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/end2endzone/SoftTimers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/end2endzone/SoftTimers-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/SoftTimers-1.3.0.zip", "archiveFileName": "SoftTimers-1.3.0.zip", "size": 357201, "checksum": "SHA-256:0c4e16be55ab03d387642e134e887fde1df2bb6ee0bcf4c2c7263d957434761b" }, + { + "name": "SoftTimers", + "version": "2.0.0", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "The SoftTimers arduino library is a collection of software timers. The library aims at greatly simplifying multitask complexity.", + "paragraph": "It allows one to properly time multiple events and know when each \"timer\" expires meaning that an action is required. SoftTimers can also be used to compute the elapsed time since an event occured.", + "website": "https://github.com/end2endzone/SoftTimers", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/end2endzone/SoftTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/SoftTimers-2.0.0.zip", + "archiveFileName": "SoftTimers-2.0.0.zip", + "size": 343209, + "checksum": "SHA-256:97ba446b156a43fb37ab9506083fa0de89db17ea570bb371b1a3d577de458562" + }, { "name": "AllWize", "version": "1.0.0", @@ -130688,7 +173587,7 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.0.zip", "archiveFileName": "AllWize-1.0.0.zip", "size": 109520, "checksum": "SHA-256:cc0c9d770ab2d7c837cf14064af83db4564b6d981136729f32ba3421e3174713" @@ -130705,7 +173604,7 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.1.zip", "archiveFileName": "AllWize-1.0.1.zip", "size": 109610, "checksum": "SHA-256:322b1187dd09b2259d37760126d5d08a055178c04564a05acc91ad1e4a86bc84" @@ -130722,7 +173621,7 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.2.zip", "archiveFileName": "AllWize-1.0.2.zip", "size": 471354, "checksum": "SHA-256:b37ae4a2d110f86795833d2f6b81f278d30cc5d6baf9514ba489c576f626401c" @@ -130739,7 +173638,7 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.0.3.zip", "archiveFileName": "AllWize-1.0.3.zip", "size": 839007, "checksum": "SHA-256:c035f7d51f5e84024e700c23fc9dba7666da6ae2a385d4453bbe0f8dbd764cb9" @@ -130756,7 +173655,7 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.0.zip", "archiveFileName": "AllWize-1.1.0.zip", "size": 6060345, "checksum": "SHA-256:3c3a2421f518d017a4cb1a3a84813851d0ebd6bc854622e9c35cffd0caac60ce" @@ -130773,7 +173672,7 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.1.zip", "archiveFileName": "AllWize-1.1.1.zip", "size": 6080389, "checksum": "SHA-256:cb6987f9e63c1c32087e3f564c612e95be7e23d949968025fac7d6ec442b3da8" @@ -130790,11 +173689,79 @@ "types": ["Contributed"], "repository": "https://github.com/AllWize/allwize.git", "providesIncludes": ["AllWize.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.2.zip", "archiveFileName": "AllWize-1.1.2.zip", "size": 5716846, "checksum": "SHA-256:54ba20d8f72297f53e1404c35706094252b2fb4cd0bf96d11fd1ce0d61392570" }, + { + "name": "AllWize", + "version": "1.1.3", + "author": "AllWize.io \u003cgithub@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules", + "website": "https://github.com/AllWize/allwize.git", + "category": "Communication", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/allwize.git", + "providesIncludes": ["AllWize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.3.zip", + "archiveFileName": "AllWize-1.1.3.zip", + "size": 7096257, + "checksum": "SHA-256:cd7b050f028764024c6e6877854f4cbf8b2b63b3cecee580d6e174b5e3e62fad" + }, + { + "name": "AllWize", + "version": "1.1.4", + "author": "AllWize.io \u003cgithub@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules", + "website": "https://github.com/AllWize/allwize.git", + "category": "Communication", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/allwize.git", + "providesIncludes": ["AllWize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.4.zip", + "archiveFileName": "AllWize-1.1.4.zip", + "size": 8544596, + "checksum": "SHA-256:df218fe68411247a61664beed0f8162d5d4abab5921cb94c6aabc69c4b5949f4" + }, + { + "name": "AllWize", + "version": "1.1.5", + "author": "AllWize.io \u003cgithub@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules", + "website": "https://github.com/AllWize/allwize.git", + "category": "Communication", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/allwize.git", + "providesIncludes": ["AllWize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.5.zip", + "archiveFileName": "AllWize-1.1.5.zip", + "size": 8758603, + "checksum": "SHA-256:8690436f703ebc79c6ebc3d576e9b86f747e085705b78414790f08d87c0a0995" + }, + { + "name": "AllWize", + "version": "1.1.6", + "author": "AllWize.io \u003cgithub@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules", + "website": "https://github.com/AllWize/allwize.git", + "category": "Communication", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/allwize.git", + "providesIncludes": ["AllWize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.6.zip", + "archiveFileName": "AllWize-1.1.6.zip", + "size": 1550669, + "checksum": "SHA-256:881b90ed29b7cd5d2587bad0725f894a75f3293cf2670f595f8eccac3f1db7d6" + }, { "name": "RemoteDebug", "version": "2.0.0", @@ -130806,7 +173773,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.0.0.zip", "archiveFileName": "RemoteDebug-2.0.0.zip", "size": 40919, "checksum": "SHA-256:886a7c31ce07687de3e29a6bc01f3eaac10b64babfee939b94b62635c698d361" @@ -130822,7 +173789,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.3.zip", "archiveFileName": "RemoteDebug-1.5.3.zip", "size": 25793, "checksum": "SHA-256:d372d9383e372dbf5796340f573d795ca2ca145803da8326bd22e2f0ae66c3bc" @@ -130838,7 +173805,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.5.zip", "archiveFileName": "RemoteDebug-1.5.5.zip", "size": 25706, "checksum": "SHA-256:fb130c9ca7021d2495a9ab24f78f21c4e1db46831fbc426971de328935798283" @@ -130854,7 +173821,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.6.zip", "archiveFileName": "RemoteDebug-1.5.6.zip", "size": 25845, "checksum": "SHA-256:c66e4e56ce3ce3f9c066cbdfdb35797068abff9ebd83114e14768d0b200d531f" @@ -130870,7 +173837,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.7.zip", "archiveFileName": "RemoteDebug-1.5.7.zip", "size": 25921, "checksum": "SHA-256:29cda08abbb1dbfcba8a2d6be51dec1ed63330635a934f76a0b7218f846ca81a" @@ -130886,7 +173853,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.8.zip", "archiveFileName": "RemoteDebug-1.5.8.zip", "size": 26150, "checksum": "SHA-256:07b1cf184b7cb7e20dc4ef166fa40bd88822bb77b23d99193090d5f7b88ae128" @@ -130902,7 +173869,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-1.5.9.zip", "archiveFileName": "RemoteDebug-1.5.9.zip", "size": 26384, "checksum": "SHA-256:89c0eed3c2159cdf13c122d567d20ee9b1f1a4fa7f6eb19f66e5ea4056739bb6" @@ -130918,7 +173885,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.0.1.zip", "archiveFileName": "RemoteDebug-2.0.1.zip", "size": 48638, "checksum": "SHA-256:f313e52e31f24618b8ebcbc94b280c120b486803b328fa046775b7fbcf17248d" @@ -130934,7 +173901,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.0.2.zip", "archiveFileName": "RemoteDebug-2.0.2.zip", "size": 48882, "checksum": "SHA-256:3cc407713df7459799c93cb00077d8026ba36415535e2ac66000c348f12a070e" @@ -130950,7 +173917,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.1.0.zip", "archiveFileName": "RemoteDebug-2.1.0.zip", "size": 49624, "checksum": "SHA-256:14e0c704eec79b5f74da4c56604ae559fabf3f5867b284a7cd19f02522c0d252" @@ -130966,7 +173933,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.1.1.zip", "archiveFileName": "RemoteDebug-2.1.1.zip", "size": 443198, "checksum": "SHA-256:a55cb22fbf0240dc3f612c90633edff691665df2af447c54433a02749bb41129" @@ -130982,7 +173949,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-2.1.2.zip", "archiveFileName": "RemoteDebug-2.1.2.zip", "size": 443398, "checksum": "SHA-256:5e0d412120cb345dd879a2561b098d7bf7d39f87819d502fc10bba96aee78a26" @@ -130998,7 +173965,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.0.zip", "archiveFileName": "RemoteDebug-3.0.0.zip", "size": 480259, "checksum": "SHA-256:d45ac8812177ccce31eb6a480b8cc3deaf25eebd9ab3c339d368191e125ba21b" @@ -131014,7 +173981,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.2.zip", "archiveFileName": "RemoteDebug-3.0.2.zip", "size": 955387, "checksum": "SHA-256:1c82862d84cd2f5c8b51978c20076875118b95dfb1547af0fd34a2f11712d74b" @@ -131030,7 +173997,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.3.zip", "archiveFileName": "RemoteDebug-3.0.3.zip", "size": 955483, "checksum": "SHA-256:1dfb9674c4ed7f7403ca762445081949cdbbd9df8c2d77e2680bf120b0d86b6a" @@ -131046,7 +174013,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.4.zip", "archiveFileName": "RemoteDebug-3.0.4.zip", "size": 1395793, "checksum": "SHA-256:1db350c9489b8870090c7ae29a95ffef9ad651721f157bafc3ee40601985b3c6" @@ -131062,7 +174029,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebug-3.0.5.zip", "archiveFileName": "RemoteDebug-3.0.5.zip", "size": 1395991, "checksum": "SHA-256:e0d115eedd99049bda07788b8def9307abba920b8c66d8aa56a34d7d0c158095" @@ -131079,7 +174046,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/my92xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.0.zip", "archiveFileName": "my92xx-3.0.0.zip", "size": 156739, "checksum": "SHA-256:a01b198883dab7680d9a9cac75bad0cb2a1333e92964342ac8ecd5cf53218368" @@ -131096,7 +174063,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/my92xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.1.zip", "archiveFileName": "my92xx-3.0.1.zip", "size": 157128, "checksum": "SHA-256:e154c89f66fd82bf01a00d7f452ed589694bf307ab99f63b24cea07949840ea4" @@ -131113,7 +174080,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/my92xx.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.2.zip", "archiveFileName": "my92xx-3.0.2.zip", "size": 157166, "checksum": "SHA-256:0e7e879626436fe0c469763d166d11f92aeeb5bb73009dea63cb292d899430ad" @@ -131130,7 +174097,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/my92xx.git", "providesIncludes": ["my92xx.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/my92xx-3.0.3.zip", "archiveFileName": "my92xx-3.0.3.zip", "size": 160068, "checksum": "SHA-256:b4b2ab276ef4753080d391b5c808395a4ec7284aa58bd819132c133bec9ef04d" @@ -131147,7 +174114,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/hlw8012.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-0.1.0.zip", "archiveFileName": "HLW8012-0.1.0.zip", "size": 382404, "checksum": "SHA-256:f53291c175a9483aab9ae8503c2eebc3bad8e0082351530f0cfeccfbae5cae1c" @@ -131164,7 +174131,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/hlw8012.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.0.0.zip", "archiveFileName": "HLW8012-1.0.0.zip", "size": 382554, "checksum": "SHA-256:23c3e9bd2373ef13908d773758db17e55a9f07af9c6d78ae43fda915dc1225d0" @@ -131181,7 +174148,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/hlw8012.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.0.1.zip", "archiveFileName": "HLW8012-1.0.1.zip", "size": 383030, "checksum": "SHA-256:44f715676472e177040af444fd40968a8c1ec11a776d990150b3bc813b3428a9" @@ -131198,7 +174165,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/xoseperez/hlw8012.git", - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.1.0.zip", "archiveFileName": "HLW8012-1.1.0.zip", "size": 383340, "checksum": "SHA-256:914497d8e1556ada6e74eb35cca4c26d771836627cc087321be952277f0ffdd7" @@ -131216,7 +174183,7 @@ "types": ["Contributed"], "repository": "https://github.com/xoseperez/hlw8012.git", "providesIncludes": ["hlw8012.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.1.1.zip", "archiveFileName": "HLW8012-1.1.1.zip", "size": 386941, "checksum": "SHA-256:9173138281fd66a8dda3588459428f35372377d50811528e470c070f405a620b" @@ -131233,7 +174200,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/xoseperez/pcf8583.git", "providesIncludes": ["PCF8583.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/PCF8583-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/xoseperez/PCF8583-1.0.0.zip", "archiveFileName": "PCF8583-1.0.0.zip", "size": 130046, "checksum": "SHA-256:d88d6a4abe8ba71831827b29584ad1e4bafaf9da7e44f1d0bbc436b47d16fc1b" @@ -131251,7 +174218,7 @@ "types": ["Contributed"], "repository": "https://github.com/luni64/TeensyStep.git", "providesIncludes": ["StepControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-0.98.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-0.98.1.zip", "archiveFileName": "TeensyStep-0.98.1.zip", "size": 317150, "checksum": "SHA-256:851422758aed36742e9f4f08d50860c7d588b8964e74ef32728a17c55931ddd7" @@ -131268,7 +174235,7 @@ "types": ["Contributed"], "repository": "https://github.com/luni64/TeensyStep.git", "providesIncludes": ["StepControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-0.95.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-0.95.0.zip", "archiveFileName": "TeensyStep-0.95.0.zip", "size": 278132, "checksum": "SHA-256:c59a63564de4fde7a5784409955c95f079b0ba75e0a48ecc597da6d4e624b899" @@ -131286,7 +174253,7 @@ "types": ["Contributed"], "repository": "https://github.com/luni64/TeensyStep.git", "providesIncludes": ["StepControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-1.0.0.zip", "archiveFileName": "TeensyStep-1.0.0.zip", "size": 317703, "checksum": "SHA-256:81faaf809f72734cfe881c320785f461025ffcaa109e49b7a13ba418f8a74116" @@ -131303,7 +174270,7 @@ "types": ["Contributed"], "repository": "https://github.com/luni64/TeensyStep.git", "providesIncludes": ["StepControl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-0.98.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-0.98.0.zip", "archiveFileName": "TeensyStep-0.98.0.zip", "size": 317025, "checksum": "SHA-256:266f86ed3d37a81eb6fac424179f06a35543e9ca954e2c2aa3fa8d4f85659f8f" @@ -131321,11 +174288,29 @@ "types": ["Contributed"], "repository": "https://github.com/luni64/TeensyStep.git", "providesIncludes": ["TeensyStep.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-2.0.0.zip", "archiveFileName": "TeensyStep-2.0.0.zip", "size": 336821, "checksum": "SHA-256:0428b64287f4353875bef7619fbc1442ac8972800ddbd485ff04bf5e46298fe3" }, + { + "name": "TeensyStep", + "version": "2.1.0", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "High speed stepper driver for PJRC Teensy boards (T3.0 - T3.6)", + "paragraph": "Step rates up to 300000stp/sec. Accelerated and synchronized movement of up to 10 steppers. Due to the low processor load it can easily be used togehter with sensors, displays, serial communication ...", + "website": "https://luni64.github.io/TeensyStep/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyStep.git", + "providesIncludes": ["TeensyStep.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-2.1.0.zip", + "archiveFileName": "TeensyStep-2.1.0.zip", + "size": 464278, + "checksum": "SHA-256:29b473034b21eeb0e0ecd5cc433afe0130e657c08cda534fee568e12478af366" + }, { "name": "arduino-timer", "version": "0.0.1", @@ -131339,7 +174324,7 @@ "types": ["Contributed"], "repository": "https://github.com/contrem/arduino-timer.git", "providesIncludes": ["timer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-0.0.1.zip", "archiveFileName": "arduino_timer-0.0.1.zip", "size": 12321, "checksum": "SHA-256:e7c6186cb9970fd74cd99ceed7e288837c864b6c6f966ae59a8aeb88f6a18208" @@ -131357,11 +174342,137 @@ "types": ["Contributed"], "repository": "https://github.com/contrem/arduino-timer.git", "providesIncludes": ["timer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-1.0.0.zip", "archiveFileName": "arduino_timer-1.0.0.zip", "size": 12264, "checksum": "SHA-256:b4127ecb704e95b4b40b69c6e79d3fb8e91e364a04c70ed2e2007bcf6bfcc886" }, + { + "name": "arduino-timer", + "version": "1.0.1", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-1.0.1.zip", + "archiveFileName": "arduino_timer-1.0.1.zip", + "size": 12356, + "checksum": "SHA-256:895586d95949dc5629c834ddbc8fbe1f614fcbc0ccd0fc43d82c8fad069df37d" + }, + { + "name": "arduino-timer", + "version": "2.0.0", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.0.0.zip", + "archiveFileName": "arduino_timer-2.0.0.zip", + "size": 12756, + "checksum": "SHA-256:062af92c5648bab3c8b093904fc428b82d238604a78fed8dc6ce0b75974e1c0e" + }, + { + "name": "arduino-timer", + "version": "2.0.1", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.0.1.zip", + "archiveFileName": "arduino_timer-2.0.1.zip", + "size": 12765, + "checksum": "SHA-256:b7a93c8e33d86e89278da085ccfd79da44d5bc52506d7a54d6a22a71c79360fd" + }, + { + "name": "arduino-timer", + "version": "2.1.0", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["arduino-timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.1.0.zip", + "archiveFileName": "arduino_timer-2.1.0.zip", + "size": 13188, + "checksum": "SHA-256:ec48db23845cb437e0a7329a1af015e66433d768ab4e7e7dfc116671705e3d46" + }, + { + "name": "arduino-timer", + "version": "2.1.1", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["arduino-timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.1.1.zip", + "archiveFileName": "arduino_timer-2.1.1.zip", + "size": 13288, + "checksum": "SHA-256:ea1bb80e4fb5fac1584a57af471a53ff2657d7e30aa7436011325a93f6c63f33" + }, + { + "name": "arduino-timer", + "version": "2.2.0", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["arduino-timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.2.0.zip", + "archiveFileName": "arduino_timer-2.2.0.zip", + "size": 22367, + "checksum": "SHA-256:511762faca0daf91be133260ba8f72eda0aa620aa806ea8dd090699a464ca812" + }, + { + "name": "arduino-timer", + "version": "2.3.0", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": ["arduino-timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.3.0.zip", + "archiveFileName": "arduino_timer-2.3.0.zip", + "size": 22649, + "checksum": "SHA-256:d241f34887bbb56080c71798676fc7c9f7da10339f03be70df359cabb530c428" + }, { "name": "AD57X4R", "version": "1.0.0", @@ -131374,7 +174485,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-1.0.0.zip", "archiveFileName": "AD57X4R-1.0.0.zip", "size": 9873, "checksum": "SHA-256:dde50e18cf0840db78f1bdeed801746aa9e5878b9cad006068278bc31f6149f4" @@ -131391,7 +174502,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-1.1.0.zip", "archiveFileName": "AD57X4R-1.1.0.zip", "size": 8053, "checksum": "SHA-256:54b08444d2bce9e330107ba0c09cbc2af11387bf856fe909f825131372d5e049" @@ -131408,7 +174519,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-2.0.0.zip", "archiveFileName": "AD57X4R-2.0.0.zip", "size": 8492, "checksum": "SHA-256:69e6ac34e3eed59a6704d697b3ddbb85a222c9cde61a4f40933575feef19ae69" @@ -131425,7 +174536,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-2.1.0.zip", "archiveFileName": "AD57X4R-2.1.0.zip", "size": 10385, "checksum": "SHA-256:aea2b466d35206d7109c83f12759b624f5e4bedc7f1c6d029039dbda5eff8de1" @@ -131442,7 +174553,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-2.2.0.zip", "archiveFileName": "AD57X4R-2.2.0.zip", "size": 10655, "checksum": "SHA-256:687c976656c3e9f1ab1b52660be41bdabf0713d9963057c88e346a7d3df1b8d3" @@ -131459,7 +174570,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-3.0.0.zip", "archiveFileName": "AD57X4R-3.0.0.zip", "size": 10636, "checksum": "SHA-256:76ac3a2a22846937c7d172218aaaae2324eb2c477487caa09610a39497980c04" @@ -131476,7 +174587,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-3.0.1.zip", "archiveFileName": "AD57X4R-3.0.1.zip", "size": 10648, "checksum": "SHA-256:a26e7b1ea1f8afac4dcbc5614e8846a105dd5cf5160e852c3855148fcb6a6f8e" @@ -131493,7 +174604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-3.0.2.zip", "archiveFileName": "AD57X4R-3.0.2.zip", "size": 10614, "checksum": "SHA-256:e5f4e49a6fbe2df951d1a572fbbaaf96a9e70f7c06823535cda24722852d090d" @@ -131510,7 +174621,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-4.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-4.0.0.zip", "archiveFileName": "AD57X4R-4.0.0.zip", "size": 10596, "checksum": "SHA-256:a2dc70f563d44698b0ceaaacbe4c29290c275f22a8687aece16407007661dbe7" @@ -131527,7 +174638,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/AD57X4R.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-4.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-4.0.1.zip", "archiveFileName": "AD57X4R-4.0.1.zip", "size": 10548, "checksum": "SHA-256:2f4f317334aee09d9bed8c77e75fd1ee5b7a2116b019ef79d50f4128ad0bf42b" @@ -131544,7 +174655,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.0.zip", "archiveFileName": "TMC429-1.0.0.zip", "size": 12110, "checksum": "SHA-256:da3a4be53205e37ce531a1ae2ed42ba0d7d1ec4a93f6510bb67cd8862ef35341" @@ -131561,7 +174672,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.1.zip", "archiveFileName": "TMC429-1.0.1.zip", "size": 12362, "checksum": "SHA-256:3f49b38ec9a3834ff0bbadb5ffab4daf516067505762395c10d37a74efbbadd7" @@ -131578,7 +174689,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.2.zip", "archiveFileName": "TMC429-1.0.2.zip", "size": 12301, "checksum": "SHA-256:505dd71c2e74c272ccce3720bee543272e23f3d689065bc63b0c48a41e6fe1f5" @@ -131595,7 +174706,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.3.zip", "archiveFileName": "TMC429-1.0.3.zip", "size": 12128, "checksum": "SHA-256:fb2ddf45b77cd4eabc026bac8f55d3c49c6d08061b177ff8db4e12800989c66c" @@ -131612,7 +174723,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.4.zip", "archiveFileName": "TMC429-1.0.4.zip", "size": 12084, "checksum": "SHA-256:ec7003a5c8f42a66ed5f5282617ff277b1623c15790cb73b2cc77094845e1022" @@ -131629,7 +174740,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.0.5.zip", "archiveFileName": "TMC429-1.0.5.zip", "size": 12838, "checksum": "SHA-256:b77106d13543b1593dd35c954b2dd819023c23e7073cd0a899361715d362a211" @@ -131646,7 +174757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.1.0.zip", "archiveFileName": "TMC429-1.1.0.zip", "size": 13015, "checksum": "SHA-256:16b1652c1916601b3fbac4f052afa84719914402aa0a862f1ea03bcec9483e89" @@ -131663,7 +174774,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.1.1.zip", "archiveFileName": "TMC429-1.1.1.zip", "size": 13049, "checksum": "SHA-256:c1027f3f2bb204fe2ecc22be49da1efd9091618e623968640857526c3120de6d" @@ -131680,7 +174791,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.1.2.zip", "archiveFileName": "TMC429-1.1.2.zip", "size": 13045, "checksum": "SHA-256:11c77033ff7682af75405d03c76083f72798e92e17cc77a0affb3dbf88230e09" @@ -131697,11 +174808,72 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC429.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.2.0.zip", "archiveFileName": "TMC429-1.2.0.zip", "size": 14325, "checksum": "SHA-256:3dae3518a76d11eebd88368c9d8ab69b494dde2442e82e82b47781170d3baf1d" }, + { + "name": "TMC429", + "version": "1.2.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.2.1.zip", + "archiveFileName": "TMC429-1.2.1.zip", + "size": 14365, + "checksum": "SHA-256:35e3f38f749f51579f03e7fe49981d3f2e9de2f0423f0e5c9f279e3e55c5ca5e" + }, + { + "name": "TMC429", + "version": "1.2.2", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "dependencies": [ + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.2.2.zip", + "archiveFileName": "TMC429-1.2.2.zip", + "size": 14375, + "checksum": "SHA-256:6e9688a3de6b891e28cb7768d83cbd804c2d8a84f573e25d61a4f0fa07f18c11" + }, + { + "name": "TMC429", + "version": "1.3.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "dependencies": [ + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.3.1.zip", + "archiveFileName": "TMC429-1.3.1.zip", + "size": 15695, + "checksum": "SHA-256:19f70e234a4b09fc540d7640b4421b3d3f21914fe4d32d4d7c02f2c8fc031bbd" + }, { "name": "TMC2130", "version": "1.0.0", @@ -131714,7 +174886,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC2130.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.0.zip", "archiveFileName": "TMC2130-1.0.0.zip", "size": 8682, "checksum": "SHA-256:a6889586d5583b0f81f6c13600994df2e33889e314f2226a98fcec5522f1ba36" @@ -131731,7 +174903,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC2130.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.1.zip", "archiveFileName": "TMC2130-1.0.1.zip", "size": 8845, "checksum": "SHA-256:195447d03303cf2c237206ef0794e0a1f723f9c490f474a0a17e9d01f5801558" @@ -131748,7 +174920,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC2130.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.2.zip", "archiveFileName": "TMC2130-1.0.2.zip", "size": 8819, "checksum": "SHA-256:7de7bfc1db0449de0def31868ba022f64f3281eb6b61b799d390d4804522bfc0" @@ -131765,7 +174937,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC2130.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.3.zip", "archiveFileName": "TMC2130-1.0.3.zip", "size": 8781, "checksum": "SHA-256:4f4f6cfedf40886b9876a0f028f883f8043e4838d686630dffba2630fcf7cd41" @@ -131782,7 +174954,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TMC2130.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2130-1.0.4.zip", "archiveFileName": "TMC2130-1.0.4.zip", "size": 8734, "checksum": "SHA-256:ac7cf75aaf02926310ee10d340ba29498744d00aeb5a560e70fd651c0e42a111" @@ -131799,7 +174971,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Array.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.0.0.zip", "archiveFileName": "Array-1.0.0.zip", "size": 14297, "checksum": "SHA-256:d11cfb956510261e585bace6a974978f4e7388287d1ab404391bd313e281f25c" @@ -131816,7 +174988,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Array.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.0.1.zip", "archiveFileName": "Array-1.0.1.zip", "size": 14334, "checksum": "SHA-256:84df3aa1194c6c9a5220d2e978a6aedc5ed92151cac9b4b64f5b60ccea7b7612" @@ -131833,7 +175005,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Array.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.1.0.zip", "archiveFileName": "Array-1.1.0.zip", "size": 15180, "checksum": "SHA-256:4e8e5628eadc08dbb449fa892f80e6b9a9c3dc5b432e9087c52f08c936fd2be3" @@ -131850,7 +175022,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Array.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.1.1.zip", "archiveFileName": "Array-1.1.1.zip", "size": 15140, "checksum": "SHA-256:22bc83d8d067564037b6d7ba2e7e5ed1899d27e7989add623a03bc304610f626" @@ -131867,11 +175039,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Array.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.1.2.zip", "archiveFileName": "Array-1.1.2.zip", "size": 15102, "checksum": "SHA-256:f45168325791405dda1222c9f6e60d33fbc8e873206b68f45168c730bae8821e" }, + { + "name": "Array", + "version": "1.2.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "An array container similar to the C++ std::array", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Array.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Array.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.2.0.zip", + "archiveFileName": "Array-1.2.0.zip", + "size": 7832, + "checksum": "SHA-256:7d66bad4ee658fbac4ec28fe40f87170958dd8813fef5348e571b7ef15562791" + }, + { + "name": "Array", + "version": "1.2.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "An array container similar to the C++ std::array", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Array.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Array.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.2.1.zip", + "archiveFileName": "Array-1.2.1.zip", + "size": 7859, + "checksum": "SHA-256:dc69e0b4d1390c08253120a80e6e07e5cc6185ec24cbe3cb96dec2d8173e6495" + }, { "name": "ArduinoQueue", "version": "1.0.1", @@ -131884,7 +175090,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/EinarArnason/ArduinoQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.0.1.zip", "archiveFileName": "ArduinoQueue-1.0.1.zip", "size": 2507, "checksum": "SHA-256:f0629c9bcf8987e871dfd7836439935fb526278430a89f7bf09e73082db7ac5f" @@ -131901,11 +175107,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/EinarArnason/ArduinoQueue.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.0.4.zip", "archiveFileName": "ArduinoQueue-1.0.4.zip", "size": 6484, "checksum": "SHA-256:5ac331507ad86b303f7797e76a8ea80f2f122a4f61f7eff0777b830e705ff72b" }, + { + "name": "ArduinoQueue", + "version": "1.2.0", + "author": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "maintainer": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "sentence": "Queue Library", + "paragraph": "A lightweight linked list type queue implementation, meant for microcontrollers.", + "website": "https://github.com/EinarArnason/ArduinoQueue", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EinarArnason/ArduinoQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.2.0.zip", + "archiveFileName": "ArduinoQueue-1.2.0.zip", + "size": 8279, + "checksum": "SHA-256:092984ed0abac3010ced65629647bd81839ed9fa2d759d2ee75e31849a4fec1f" + }, + { + "name": "ArduinoQueue", + "version": "1.2.2", + "author": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "maintainer": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "sentence": "Queue Library", + "paragraph": "A lightweight linked list type queue implementation, meant for microcontrollers.", + "website": "https://github.com/EinarArnason/ArduinoQueue", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EinarArnason/ArduinoQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.2.2.zip", + "archiveFileName": "ArduinoQueue-1.2.2.zip", + "size": 8748, + "checksum": "SHA-256:43e7d55559986d28de3351f7da7a46dbeb518e13c55079c89b9841ebaaa528dc" + }, + { + "name": "ArduinoQueue", + "version": "1.2.3", + "author": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "maintainer": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "sentence": "Queue Library", + "paragraph": "A lightweight linked list type queue implementation, meant for microcontrollers.", + "website": "https://github.com/EinarArnason/ArduinoQueue", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EinarArnason/ArduinoQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.2.3.zip", + "archiveFileName": "ArduinoQueue-1.2.3.zip", + "size": 9579, + "checksum": "SHA-256:c5f22201e9a61e60395471f7f76391afc985c8b3e6f3d222b89ed72562819c0b" + }, + { + "name": "ArduinoQueue", + "version": "1.2.5", + "author": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "maintainer": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "sentence": "Queue Library", + "paragraph": "A lightweight linked list type queue implementation, meant for microcontrollers.", + "website": "https://github.com/EinarArnason/ArduinoQueue", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EinarArnason/ArduinoQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.2.5.zip", + "archiveFileName": "ArduinoQueue-1.2.5.zip", + "size": 9580, + "checksum": "SHA-256:c2335eb9528541c394244bed7eadc4b8269f98bf62b29d9c28f16c2791f7a22c" + }, { "name": "Vector", "version": "1.0.0", @@ -131918,7 +175192,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Vector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.0.0.zip", "archiveFileName": "Vector-1.0.0.zip", "size": 5892, "checksum": "SHA-256:2914ec70f2d353b3feb09f0174ba0ad5c43862091bbf7408149288842eaac66f" @@ -131935,7 +175209,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Vector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.0.1.zip", "archiveFileName": "Vector-1.0.1.zip", "size": 5972, "checksum": "SHA-256:ed912f712ddcd82d7d659e60b4fea0e59762ccdb841e5181eb445de56ee0a0f1" @@ -131952,7 +175226,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Vector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.1.0.zip", "archiveFileName": "Vector-1.1.0.zip", "size": 6006, "checksum": "SHA-256:5db2cd9f722a7f4249f971730a93da06df967b8e422d20e865cafdad832845b8" @@ -131969,7 +175243,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Vector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.1.1.zip", "archiveFileName": "Vector-1.1.1.zip", "size": 6005, "checksum": "SHA-256:cb568f57fb05f06e8a9c34343da7ffdb2c93ee416d2e7ab42355d342797bd35d" @@ -131986,11 +175260,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Vector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.1.2.zip", "archiveFileName": "Vector-1.1.2.zip", "size": 5966, "checksum": "SHA-256:dd328faa9ed7272594df25b4685675a4d573c8049f379d3189ca91e40a9e6234" }, + { + "name": "Vector", + "version": "1.2.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "An array container similar to the C++ std::vector", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Vector.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Vector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.2.0.zip", + "archiveFileName": "Vector-1.2.0.zip", + "size": 6730, + "checksum": "SHA-256:1a1ad05cc12e4e1795785112cda8d0316880b3616658655526d7b0266768f839" + }, + { + "name": "Vector", + "version": "1.2.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "An array container similar to the C++ std::vector", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Vector.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Vector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.2.1.zip", + "archiveFileName": "Vector-1.2.1.zip", + "size": 6730, + "checksum": "SHA-256:833e64720b03f185167bebd1407b23ef47cd73e79e6aaec023638187522b79a6" + }, { "name": "Muwerk scheduler library", "version": "0.1.0", @@ -132003,11 +175311,211 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/muwerk/muwerk.git", - "url": "http://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.1.0.zip", "archiveFileName": "Muwerk_scheduler_library-0.1.0.zip", "size": 15515, "checksum": "SHA-256:7fe3b1c62ec4d3384fa1498e66951faa5ce00f73433293a0562a575ae3de39fb" }, + { + "name": "Muwerk scheduler library", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.2.1.zip", + "archiveFileName": "Muwerk_scheduler_library-0.2.1.zip", + "size": 15688, + "checksum": "SHA-256:7c1230d6c111a148ba88a7bee06a1ace0c474807358d7fc46ac198a898bbeebe" + }, + { + "name": "Muwerk scheduler library", + "version": "0.3.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.3.0.zip", + "archiveFileName": "Muwerk_scheduler_library-0.3.0.zip", + "size": 16804, + "checksum": "SHA-256:4dec7fad85f09c6f83c7761e9cf76d8a02148babe416cf36a1a7aa55a0bcdc1e" + }, + { + "name": "Muwerk scheduler library", + "version": "0.3.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.3.1.zip", + "archiveFileName": "Muwerk_scheduler_library-0.3.1.zip", + "size": 16850, + "checksum": "SHA-256:5ef90a37e988cac523472d45ec710bdaa71889230fffb8ea4d9433124434997e" + }, + { + "name": "Muwerk scheduler library", + "version": "0.3.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.3.2.zip", + "archiveFileName": "Muwerk_scheduler_library-0.3.2.zip", + "size": 16877, + "checksum": "SHA-256:ec191889f4e5cc35e84009cd5abb847aa1272ef6398b9bb5daa76d4a22628f02" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.2.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.2.zip", + "size": 199642, + "checksum": "SHA-256:3d36d387d96654bc8bdbcaa2847ff7247c5bffc122e64cd62410db7b6342e864" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.3", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.3.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.3.zip", + "size": 199739, + "checksum": "SHA-256:e3668bb6f423a3ff563a404d8dec366224ab4d638d8b4209cd4be96a3bb4d3c2" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.4.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.4.zip", + "size": 199803, + "checksum": "SHA-256:fdb3b9899818e1a26c7d8e12cf44c79a65028da649759101a03b833dc0117a99" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.5", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.5.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.5.zip", + "size": 203402, + "checksum": "SHA-256:724889185c9ca6ea76397683a0c9cdfff53ecc39153f6e0518214b5464520ba6" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.0.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.0.zip", + "size": 203558, + "checksum": "SHA-256:a5c1313ae9dedf172f077725d9845a6a666423dacea3248f7d63eb5b79904e66" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.1.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.1.zip", + "size": 205959, + "checksum": "SHA-256:0881d6d41948be2b8a7787115716fbcdf29dce0d734ef3d67c0000fbeb47ab1c" + }, { "name": "TLE72X", "version": "1.0.0", @@ -132020,7 +175528,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TLE72X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TLE72X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TLE72X-1.0.0.zip", "archiveFileName": "TLE72X-1.0.0.zip", "size": 9362, "checksum": "SHA-256:ef418a680a24f3dc0b5d643625f5ba7ce23c654cbc077b50320414e521313ef3" @@ -132037,7 +175545,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/TLE72X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/TLE72X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TLE72X-1.0.1.zip", "archiveFileName": "TLE72X-1.0.1.zip", "size": 9491, "checksum": "SHA-256:e93c4570595660f87da48fe8098164689ff3c775725d486afb1a6430320b3393" @@ -132054,7 +175562,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.0.zip", "archiveFileName": "ACAN2515-1.0.0.zip", "size": 308702, "checksum": "SHA-256:e73fde9fece3a8b5a03d91f509666b276802a2527c2932534bcbca29492de8c4" @@ -132071,7 +175579,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.1.zip", "archiveFileName": "ACAN2515-1.0.1.zip", "size": 312418, "checksum": "SHA-256:543a2d6404a48023b8f8fcbcdc6df477ba295c4c1bf661ed4a73862febc30898" @@ -132088,7 +175596,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.3.zip", "archiveFileName": "ACAN2515-1.0.3.zip", "size": 315009, "checksum": "SHA-256:21867146f92059368c58d1f49ffa36ca16695e24953cdfe3b90dbdf2cf5b69fc" @@ -132105,7 +175613,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.0.4.zip", "archiveFileName": "ACAN2515-1.0.4.zip", "size": 323389, "checksum": "SHA-256:1dec4afb6560aec88f9ccea21f2705b9d75c00bced92b73b9434df9f8eb8d83e" @@ -132122,7 +175630,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.0.zip", "archiveFileName": "ACAN2515-1.1.0.zip", "size": 328243, "checksum": "SHA-256:37ad7e86e4e1436baf91a9fce333e40430e9e2e50c97d4da0873581f7715d23a" @@ -132139,7 +175647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.1.zip", "archiveFileName": "ACAN2515-1.1.1.zip", "size": 330688, "checksum": "SHA-256:5350969636638f93d7e8724d2c88d5ea3d180a29b4e3e9d42c85eecd0bf2718c" @@ -132156,7 +175664,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.2.zip", "archiveFileName": "ACAN2515-1.1.2.zip", "size": 356728, "checksum": "SHA-256:64e3c098d26a831ad20f693c94f56b7bf5b1eb6c857c194c4cfedccf8e06a17d" @@ -132173,7 +175681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-1.1.3.zip", "archiveFileName": "ACAN2515-1.1.3.zip", "size": 356819, "checksum": "SHA-256:618a53697b43d41edc9c680dcf4979be0c5a3867f110571b238eadfeec40cb11" @@ -132190,7 +175698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.0.zip", "archiveFileName": "ACAN2515-2.0.0.zip", "size": 374961, "checksum": "SHA-256:85bf1fb31a2894de5ebff465da02b94b4097f4f0de723a4197c8e9da77d00fa2" @@ -132207,7 +175715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.1.zip", "archiveFileName": "ACAN2515-2.0.1.zip", "size": 374775, "checksum": "SHA-256:3aeb9109c688f74976d55b1563988e54f876f8363a2d00ae646242448de96a21" @@ -132224,11 +175732,113 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2515.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.2.zip", "archiveFileName": "ACAN2515-2.0.2.zip", "size": 375586, "checksum": "SHA-256:294890dd520e750cf676c1ec89a8fc1747fcad55d7344562ceaaed88c84e1336" }, + { + "name": "ACAN2515", + "version": "2.0.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.3.zip", + "archiveFileName": "ACAN2515-2.0.3.zip", + "size": 340616, + "checksum": "SHA-256:785d3f8b1272caabd40f8198927d5132d4fb603aa580f37818ab1c0cb7e61632" + }, + { + "name": "ACAN2515", + "version": "2.0.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.4.zip", + "archiveFileName": "ACAN2515-2.0.4.zip", + "size": 348270, + "checksum": "SHA-256:a489f1eac13b3aba5cee0f3e322cff5ace663338337315920c8b3e67677e01d4" + }, + { + "name": "ACAN2515", + "version": "2.0.5", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.5.zip", + "archiveFileName": "ACAN2515-2.0.5.zip", + "size": 348456, + "checksum": "SHA-256:468204398a90adad037fe4561e0e69835fe65a110eec3b9a9582e5ada7817be4" + }, + { + "name": "ACAN2515", + "version": "2.0.6", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.6.zip", + "archiveFileName": "ACAN2515-2.0.6.zip", + "size": 348055, + "checksum": "SHA-256:4cd314d72b36c8fef488e29b7ea3607ac81056b0250becafd0be98e15750ac24" + }, + { + "name": "ACAN2515", + "version": "2.0.7", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.7.zip", + "archiveFileName": "ACAN2515-2.0.7.zip", + "size": 337490, + "checksum": "SHA-256:1ea68ca80ce3da94e6c308af6e7f24194e1f1b81b93aa0ced695c67120936e1a" + }, + { + "name": "ACAN2515", + "version": "2.0.8", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.8.zip", + "archiveFileName": "ACAN2515-2.0.8.zip", + "size": 392094, + "checksum": "SHA-256:cc7726e236c602fc577939b5b65052dd9e04b553fcfee9d9ae4c361ddbe20a89" + }, { "name": "ADS1118 library", "version": "1.0.0", @@ -132241,11 +175851,28 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/denkitronik/ADS1118.git", - "url": "http://downloads.arduino.cc/libraries/github.com/denkitronik/ADS1118_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/denkitronik/ADS1118_library-1.0.0.zip", "archiveFileName": "ADS1118_library-1.0.0.zip", "size": 333373, "checksum": "SHA-256:3bdb92a55deceb6f6047a547e6bc8588c60150b5c09ea7583afe54b3b27555b2" }, + { + "name": "ADS1118 library", + "version": "1.0.3", + "author": "Alvaro Salazar \u003calvaro@denkitronik.com\u003e", + "maintainer": "Alvaro Salazar \u003calvaro@denkitronik.com\u003e", + "sentence": "Arduino library for TI ADS1118 (16-Bit Analog-to-Digital Converter with Internal Reference and Temperature Sensor).", + "paragraph": "This library drives the ADS1118 chip easily. Just configure the ADS1118 as shown in the example code and read temperature and voltage with getTemperature() and getMilliVolts() methods.", + "website": "https://github.com/denkitronik/ADS1118", + "category": "Signal Input/Output", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/denkitronik/ADS1118.git", + "url": "https://downloads.arduino.cc/libraries/github.com/denkitronik/ADS1118_library-1.0.3.zip", + "archiveFileName": "ADS1118_library-1.0.3.zip", + "size": 534726, + "checksum": "SHA-256:b27a92d56633673e8a0864b6c397547dde6ec0335f46c6670582973d321ca267" + }, { "name": "PICxel", "version": "2.0.0", @@ -132259,7 +175886,7 @@ "types": ["Contributed"], "repository": "https://github.com/chipKIT32-libraries/PICxel.git", "providesIncludes": ["PICxel.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/PICxel-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chipKIT32-libraries/PICxel-2.0.0.zip", "archiveFileName": "PICxel-2.0.0.zip", "size": 37476, "checksum": "SHA-256:cf1994e151d37f11c7e1e282a2530260c78e24cf47c634d772951ace7306733b" @@ -132277,7 +175904,7 @@ "types": ["Contributed"], "repository": "https://gitlab.com/arduino-libraries/i2commands.git", "providesIncludes": ["CommandHandler.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/I2Commands-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/I2Commands-0.1.0.zip", "archiveFileName": "I2Commands-0.1.0.zip", "size": 22086, "checksum": "SHA-256:7cf61dda7cf7b11f619b5b980d4135849e4db2a85abacaa4089af0a8d3a1724b" @@ -132295,11 +175922,28 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/bmp180mi.git", "providesIncludes": ["BMP180MI.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMP180MI-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMP180MI-0.1.0.zip", "archiveFileName": "BMP180MI-0.1.0.zip", "size": 10826, "checksum": "SHA-256:919578594101e48bc58395cc18a41fd821f52717ef6ef0e577a8be9029942bea" }, + { + "name": "BMP180MI", + "version": "0.2.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BMP085 / BMP180 Digital Pressure Sensors.", + "paragraph": "The library supports I2C (via the Wire Library) interfaces. Use of other I2C libraries (e.g. software I2C) is supported by inheritance. Does not block or delay (except for convenience functions) making it better suited for applications where non-blocking behaviour is preferred.", + "website": "https://bitbucket.org/christandlg/bmp180mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmp180mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMP180MI-0.2.0.zip", + "archiveFileName": "BMP180MI-0.2.0.zip", + "size": 16358, + "checksum": "SHA-256:923cfa4ae5d2c6f49f1b0edaf76f8cce63dcb3bff47104c878b310642b7696a2" + }, { "name": "ReactESP", "version": "0.2.0", @@ -132313,11 +175957,47 @@ "types": ["Contributed"], "repository": "https://github.com/mairas/ReactESP.git", "providesIncludes": ["ReactESP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-0.2.0.zip", "archiveFileName": "ReactESP-0.2.0.zip", "size": 16116, "checksum": "SHA-256:665bf57ce9e9957c12e249f202a875b231b9b013622a312cdc97464b377daac9" }, + { + "name": "ReactESP", + "version": "0.2.2", + "author": "Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Matti Airas \u003cmairas@iki.fi\u003e", + "sentence": "Asynchronous programming library for the ESP8266 and other microcontrollers compatible with the Arduino framework.", + "paragraph": "ReactESP is an asynchronous programming library for creating non-blocking applications on the Arduino framework.", + "website": "https://github.com/mairas/ReactESP", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mairas/ReactESP.git", + "providesIncludes": ["ReactESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-0.2.2.zip", + "archiveFileName": "ReactESP-0.2.2.zip", + "size": 16143, + "checksum": "SHA-256:4286fa2d973559bde860b3e93d6f5f4449350179179dcf359941d0c6d2a8e39c" + }, + { + "name": "ReactESP", + "version": "0.3.0", + "author": "Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Matti Airas \u003cmairas@iki.fi\u003e", + "sentence": "Asynchronous programming library for the ESP8266 and other microcontrollers compatible with the Arduino framework.", + "paragraph": "ReactESP is an asynchronous programming library for creating non-blocking applications on the Arduino framework.", + "website": "https://github.com/mairas/ReactESP", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mairas/ReactESP.git", + "providesIncludes": ["ReactESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-0.3.0.zip", + "archiveFileName": "ReactESP-0.3.0.zip", + "size": 46538, + "checksum": "SHA-256:7dd239b2bd544f8ffa5e6dccbd349626cd8d237f5661007fd96f25b0541d4631" + }, { "name": "ESP32Encoder", "version": "0.0.1", @@ -132331,7 +176011,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.0.1.zip", "archiveFileName": "ESP32Encoder-0.0.1.zip", "size": 3675, "checksum": "SHA-256:63496684b5c97af09abdbd7fce0bf4d7f2a3c33dd1ca21f93545d65b2e3f58ff" @@ -132349,7 +176029,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.0.2.zip", "archiveFileName": "ESP32Encoder-0.0.2.zip", "size": 3675, "checksum": "SHA-256:bf4a56f487ee4a0c8ede546f530afe38fa958b8540c37ea61b33b45aff9e51f7" @@ -132367,7 +176047,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.0.zip", "archiveFileName": "ESP32Encoder-0.1.0.zip", "size": 3910, "checksum": "SHA-256:249839ec25f7266b2e42a030b336c66bedd349153582994359b6fb9e8c1cd75e" @@ -132385,7 +176065,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.1.zip", "archiveFileName": "ESP32Encoder-0.1.1.zip", "size": 3969, "checksum": "SHA-256:78217e05ba42e7e9aff9bbe98e7c83e8451d04ea7cb92ffc15db9f6da61338ff" @@ -132403,7 +176083,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.2.zip", "archiveFileName": "ESP32Encoder-0.1.2.zip", "size": 4321, "checksum": "SHA-256:1699bbf498e8d47032d04a4ab1e54c3e6e9f6fc3e0d5ec97ef3ca9484be61059" @@ -132421,7 +176101,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.3.zip", "archiveFileName": "ESP32Encoder-0.1.3.zip", "size": 4320, "checksum": "SHA-256:eeeea64433301b373ec9033759105edc60c904ac55faea801145d34006aff004" @@ -132439,7 +176119,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.4.zip", "archiveFileName": "ESP32Encoder-0.1.4.zip", "size": 4359, "checksum": "SHA-256:00845959713c8548fad81160ad697b90d170f16ec806c904876afd7db720aa09" @@ -132457,7 +176137,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.1.5.zip", "archiveFileName": "ESP32Encoder-0.1.5.zip", "size": 4360, "checksum": "SHA-256:9de92679adafb6c473265717bea15cefc714ef20012efc68863c0a193a22b57f" @@ -132475,11 +176155,227 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/ESP32Encoder.git", "providesIncludes": ["ESP32Encoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.2.0.zip", "archiveFileName": "ESP32Encoder-0.2.0.zip", "size": 4928, "checksum": "SHA-256:1e56fd3a0a561dd02b906ef448bab803beff64d4a54b4c9167d3e05438e5f76e" }, + { + "name": "ESP32Encoder", + "version": "0.2.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.2.1.zip", + "archiveFileName": "ESP32Encoder-0.2.1.zip", + "size": 6092, + "checksum": "SHA-256:731fc0e4c6830b895a2f6c46c0169d4e74878fb24eb9ac816d750da807f90d8f" + }, + { + "name": "ESP32Encoder", + "version": "0.3.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.1.zip", + "archiveFileName": "ESP32Encoder-0.3.1.zip", + "size": 6383, + "checksum": "SHA-256:28faab7ef4ea26e813df4cd6384fc4d76c1a5271dca1453fb55ec64e052914a9" + }, + { + "name": "ESP32Encoder", + "version": "0.3.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.2.zip", + "archiveFileName": "ESP32Encoder-0.3.2.zip", + "size": 6382, + "checksum": "SHA-256:95cc1288c60266430d18a970397df43ea5aa8449ac6949ae0f159428f852c6d1" + }, + { + "name": "ESP32Encoder", + "version": "0.3.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.3.zip", + "archiveFileName": "ESP32Encoder-0.3.3.zip", + "size": 6382, + "checksum": "SHA-256:1e9abcf0afccf482573bf03e5e9db43165585302fb2e5b59150d85b5fd0acbe1" + }, + { + "name": "ESP32Encoder", + "version": "0.3.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.4.zip", + "archiveFileName": "ESP32Encoder-0.3.4.zip", + "size": 6391, + "checksum": "SHA-256:f199d9d042bba347fb6522cf8436ae89f833abccb4898f9c7648c53518c65fcf" + }, + { + "name": "ESP32Encoder", + "version": "0.3.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.5.zip", + "archiveFileName": "ESP32Encoder-0.3.5.zip", + "size": 6389, + "checksum": "SHA-256:1f622354c1aa0a2990469465a3228ae996c6ad86ebdc76db88d658984707dea1" + }, + { + "name": "ESP32Encoder", + "version": "0.3.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.6.zip", + "archiveFileName": "ESP32Encoder-0.3.6.zip", + "size": 6496, + "checksum": "SHA-256:b16a35f48adf5a6e1f8f23cbfe44532c310eef49210ee89548d025cb82861907" + }, + { + "name": "ESP32Encoder", + "version": "0.3.7", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.7.zip", + "archiveFileName": "ESP32Encoder-0.3.7.zip", + "size": 6498, + "checksum": "SHA-256:5cb4a1ab8a4d299ecb47884c16e2b97c6d28e50607e67f73bd90f14f9078a577" + }, + { + "name": "ESP32Encoder", + "version": "0.3.8", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.3.8.zip", + "archiveFileName": "ESP32Encoder-0.3.8.zip", + "size": 6502, + "checksum": "SHA-256:4bd2d3b0429d39ca712a670c492b37f6100f9956b301067dfb3229ec5fecb672" + }, + { + "name": "ESP32Encoder", + "version": "0.4.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.4.0.zip", + "archiveFileName": "ESP32Encoder-0.4.0.zip", + "size": 34860, + "checksum": "SHA-256:d0fee743d9e9e58807574443ad09e44b828ec886aa69bebe314248fc897e6162" + }, + { + "name": "ESP32Encoder", + "version": "0.5.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.5.0.zip", + "archiveFileName": "ESP32Encoder-0.5.0.zip", + "size": 36474, + "checksum": "SHA-256:dbe001ed8a504d093ebfd72490569cff449fb1de8d430f5de83f633b502b226d" + }, + { + "name": "ESP32Encoder", + "version": "0.5.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": ["ESP32Encoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.5.1.zip", + "archiveFileName": "ESP32Encoder-0.5.1.zip", + "size": 36488, + "checksum": "SHA-256:19b5f869c381779bf0d3cf50085ce5994ecfd50d5381d6a74274b598dba3fc8d" + }, { "name": "USBMIDI", "version": "1.1.0", @@ -132493,7 +176389,7 @@ "types": ["Contributed"], "repository": "https://github.com/BlokasLabs/USBMIDI.git", "providesIncludes": ["usbmidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.0.zip", "archiveFileName": "USBMIDI-1.1.0.zip", "size": 755588, "checksum": "SHA-256:e1bcc1c984555477d1cffdba38fd4b7e6ab392a5992098b3491354d10981c68d" @@ -132511,7 +176407,7 @@ "types": ["Contributed"], "repository": "https://github.com/BlokasLabs/USBMIDI.git", "providesIncludes": ["usbmidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.1.zip", "archiveFileName": "USBMIDI-1.1.1.zip", "size": 755600, "checksum": "SHA-256:8c381baf4643ebbbce0987e1a3134d0ccdf078ee1bd2a638e13a30e90dda5909" @@ -132529,7 +176425,7 @@ "types": ["Contributed"], "repository": "https://github.com/BlokasLabs/USBMIDI.git", "providesIncludes": ["usbmidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.2.zip", "archiveFileName": "USBMIDI-1.1.2.zip", "size": 758875, "checksum": "SHA-256:d10249b06142321ec80b8043f505d052a65166f559c9c6aa66ee5583810dc547" @@ -132547,7 +176443,7 @@ "types": ["Contributed"], "repository": "https://github.com/BlokasLabs/USBMIDI.git", "providesIncludes": ["usbmidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.3.zip", "archiveFileName": "USBMIDI-1.1.3.zip", "size": 758883, "checksum": "SHA-256:87cc3a14fe843398fb90776ec6e12b2917f415d2dd74636f45af8a15048ee9a9" @@ -132565,7 +176461,7 @@ "types": ["Contributed"], "repository": "https://github.com/BlokasLabs/USBMIDI.git", "providesIncludes": ["usbmidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.4.zip", "archiveFileName": "USBMIDI-1.1.4.zip", "size": 759289, "checksum": "SHA-256:2dbb99903318cecb86c604e4c099940e199c4b447092af246818266240f1485d" @@ -132583,11 +176479,29 @@ "types": ["Contributed"], "repository": "https://github.com/BlokasLabs/USBMIDI.git", "providesIncludes": ["usbmidi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.5.zip", "archiveFileName": "USBMIDI-1.1.5.zip", "size": 759289, "checksum": "SHA-256:4b81313d0c3addf5579327233e3f23bfb97e4faf46765d869dacce9fdd6609d6" }, + { + "name": "USBMIDI", + "version": "1.1.6", + "author": "Blokas", + "maintainer": "Giedrius Trainavičius \u003cgiedrius@blokas.io\u003e", + "sentence": "USB MIDI library for Arduino.", + "paragraph": "Provides USB MIDI functionality via the familiar Serial interface, porting existing code is trivial. Uses PluggableUSB library for devices that support it. Other AVR8 devices are supported by using V-USB library by Object Development (https://www.obdev.at/products/vusb/index.html). Since version 1.1.2, config for Digispark boards was added.", + "website": "https://github.com/BlokasLabs/usbmidi", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BlokasLabs/USBMIDI.git", + "providesIncludes": ["usbmidi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.6.zip", + "archiveFileName": "USBMIDI-1.1.6.zip", + "size": 759296, + "checksum": "SHA-256:be6d29ad1c287fc55aefd106cdea99c15e6237db1e511ab7ea72183c536f76f8" + }, { "name": "Streaming", "version": "5.0.0", @@ -132600,11 +176514,147 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Streaming.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-5.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-5.0.0.zip", "archiveFileName": "Streaming-5.0.0.zip", "size": 4637, "checksum": "SHA-256:27b25f6261f193dc3076674f1322b9b77a2aedefca3ddae52408bf336d9016f7" }, + { + "name": "Streaming", + "version": "6.0.2", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.2.zip", + "archiveFileName": "Streaming-6.0.2.zip", + "size": 10008, + "checksum": "SHA-256:8bda994fe987f3bb791676ab3da388d83f57f5b7a86b0a13e0189aaaad04d96a" + }, + { + "name": "Streaming", + "version": "6.0.3", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.3.zip", + "archiveFileName": "Streaming-6.0.3.zip", + "size": 9714, + "checksum": "SHA-256:94f89c1c960ad83c6e7b8917e8a7278148f14c35f48039a1a916941f2abbcc53" + }, + { + "name": "Streaming", + "version": "6.0.4", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.4.zip", + "archiveFileName": "Streaming-6.0.4.zip", + "size": 9706, + "checksum": "SHA-256:70026456f11090b8e2839c8f2ba9a766d136c40da3ff2796ade989d8d2397b37" + }, + { + "name": "Streaming", + "version": "6.0.5", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.5.zip", + "archiveFileName": "Streaming-6.0.5.zip", + "size": 9754, + "checksum": "SHA-256:07e4d3f2444d90c647a509a022ea3f49a3dd1ccb809fcd945e4bfba7abcc6ab9" + }, + { + "name": "Streaming", + "version": "6.0.6", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.6.zip", + "archiveFileName": "Streaming-6.0.6.zip", + "size": 10608, + "checksum": "SHA-256:a9494e7a9b6c359af2305e417f5d4df8a85c7538de8d2988667df795586be3bd" + }, + { + "name": "Streaming", + "version": "6.0.7", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.7.zip", + "archiveFileName": "Streaming-6.0.7.zip", + "size": 10632, + "checksum": "SHA-256:0890617d94fa5aae5d40188b6bc7e74323a1abca68037ee56f4b863be6a9830e" + }, + { + "name": "Streaming", + "version": "6.0.8", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.8.zip", + "archiveFileName": "Streaming-6.0.8.zip", + "size": 10632, + "checksum": "SHA-256:9aba7b6998f4ac538f49fc3eea4f84edba1a4312ac102e145d980edb02a65f39" + }, + { + "name": "Streaming", + "version": "6.0.9", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.9.zip", + "archiveFileName": "Streaming-6.0.9.zip", + "size": 10659, + "checksum": "SHA-256:233a241855e4067c6213291a91a12ff346b3b98bc3b9a1dc1d7050ba781a9eeb" + }, { "name": "JsmnStream", "version": "1.0.0", @@ -132617,7 +176667,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/JsmnStream.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/JsmnStream-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/JsmnStream-1.0.0.zip", "archiveFileName": "JsmnStream-1.0.0.zip", "size": 11710, "checksum": "SHA-256:13832c84b57655d3b40b6c8e7db553a87e32dd828074356a688205f3660d04d8" @@ -132634,7 +176684,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/JsmnStream.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/JsmnStream-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/JsmnStream-1.0.1.zip", "archiveFileName": "JsmnStream-1.0.1.zip", "size": 11718, "checksum": "SHA-256:0325e6a2da8d8864068d29745666a2cf8ea773ac5d61b8cd8cf6b8bf73b462ca" @@ -132651,7 +176701,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Functor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Functor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Functor-1.0.0.zip", "archiveFileName": "Functor-1.0.0.zip", "size": 29571, "checksum": "SHA-256:f10bad4a74bafbda690e64f22d9342ff158873fa0758081a04f0188ec03166d6" @@ -132668,7 +176718,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Functor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Functor-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Functor-1.0.1.zip", "archiveFileName": "Functor-1.0.1.zip", "size": 30281, "checksum": "SHA-256:fe92e2c0bc47213786b2e5f2312eae7146e9fec6c4749ac940a825f3564c8068" @@ -132685,7 +176735,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Watchdog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-1.0.0.zip", "archiveFileName": "Watchdog-1.0.0.zip", "size": 4728, "checksum": "SHA-256:b00e43a8e1eb197b621eba3d47f49b4bac6d9b7e8258d3b95ae781b3165cf9de" @@ -132702,7 +176752,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Watchdog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.0.0.zip", "archiveFileName": "Watchdog-2.0.0.zip", "size": 5091, "checksum": "SHA-256:eddb521535807896dccbdb5ffb0e4692facd0639f8a553b50c9f9826fd563077" @@ -132719,7 +176769,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Watchdog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.1.0.zip", "archiveFileName": "Watchdog-2.1.0.zip", "size": 5135, "checksum": "SHA-256:4eccb299877f2dfc2eea5fb966e45b2e29a04c564c3fd41bdd1ecd08c553b019" @@ -132736,11 +176786,96 @@ "architectures": ["avr", "teensy"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/Watchdog.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.1.1.zip", "archiveFileName": "Watchdog-2.1.1.zip", "size": 5235, "checksum": "SHA-256:e909717208cc2d1c10c1abc38c56cc7969f01330b5f43cb4fe247bb4f6417743" }, + { + "name": "Watchdog", + "version": "2.2.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Use Watchdog to execute a function and/or reset the microcontroller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.2.0.zip", + "archiveFileName": "Watchdog-2.2.0.zip", + "size": 5372, + "checksum": "SHA-256:cfbaf193bad95d2f70509d14b67cece60a3f651d6efce3e5c56c128293ed778b" + }, + { + "name": "Watchdog", + "version": "2.3.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Use Watchdog to execute a function and/or reset the microcontroller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.3.0.zip", + "archiveFileName": "Watchdog-2.3.0.zip", + "size": 10285, + "checksum": "SHA-256:ea8da3581080fee411956d744804dd7df4b8654c0d920e92c8887146ca74f6d0" + }, + { + "name": "Watchdog", + "version": "2.3.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Watchdog resets the device if the timer expires before the watchdog is reset.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": ["avr", "megaavr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.3.1.zip", + "archiveFileName": "Watchdog-2.3.1.zip", + "size": 10449, + "checksum": "SHA-256:470432ea73161676d46c8f59f39074046a1617da769ce48fc4f7124d313591c4" + }, + { + "name": "Watchdog", + "version": "3.0.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Watchdog resets the device if the timer expires before the watchdog is reset.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": ["avr", "megaavr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-3.0.0.zip", + "archiveFileName": "Watchdog-3.0.0.zip", + "size": 16171, + "checksum": "SHA-256:f75de2416c517497323afafc26f3b5684047e9224b371c50ea3b5fbead430648" + }, + { + "name": "Watchdog", + "version": "3.0.2", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Watchdog resets the device if the timer expires before the watchdog is reset.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": ["avr", "megaavr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-3.0.2.zip", + "archiveFileName": "Watchdog-3.0.2.zip", + "size": 16216, + "checksum": "SHA-256:63cc0a6f97ec64129d40a85ac3ca38a3ae3746dfeedc6316707661247045aaa9" + }, { "name": "SparkFun Flying Jalapeno Arduino Library", "version": "1.0.0", @@ -132753,7 +176888,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_Flying_Jalapeno_Arduino_Library-1.0.0.zip", "size": 18098, "checksum": "SHA-256:bb009c60f2e6ff833327c7ebc09c99ee975baa4ba995db1af032b388d36a2ba1" @@ -132770,7 +176905,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_Flying_Jalapeno_Arduino_Library-1.0.1.zip", "size": 15460, "checksum": "SHA-256:dec30fa4782e177ac023ab10dcf8cb1fae3b162d7aad68b95d68ede17ac64688" @@ -132787,7 +176922,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LILCMU/GoGoBright.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.3.zip", "archiveFileName": "LILCMU_GoGoBright_Library-0.9.3.zip", "size": 5516, "checksum": "SHA-256:c3d3f29005c99fb2d6ab6c2f57ec6cc686aa85db0d4ece3d4674d3c4e345ad24" @@ -132804,7 +176939,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LILCMU/GoGoBright.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.4.zip", "archiveFileName": "LILCMU_GoGoBright_Library-0.9.4.zip", "size": 5493, "checksum": "SHA-256:f1e372054ef6adc7144f0c67895c49d55af6996562b6781048cd2e5c591782c6" @@ -132821,7 +176956,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LILCMU/GoGoBright.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.5.zip", "archiveFileName": "LILCMU_GoGoBright_Library-0.9.5.zip", "size": 5505, "checksum": "SHA-256:3a2f80c64b981b1b41db4783e94c712bf7443512ad592d9494d962b4f00e3882" @@ -132838,7 +176973,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LILCMU/GoGoBright.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-0.9.6.zip", "archiveFileName": "LILCMU_GoGoBright_Library-0.9.6.zip", "size": 5863, "checksum": "SHA-256:494674c7a79a95becbdf52d4383f85fb0ebdfe612de16c57fc4f3ae4eeb03a92" @@ -132855,7 +176990,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LILCMU/GoGoBright.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/LILCMU_GoGoBright_Library-1.0.0.zip", "archiveFileName": "LILCMU_GoGoBright_Library-1.0.0.zip", "size": 6334, "checksum": "SHA-256:d02969e47b401510df25f320d7a31beb986251b2c00b81bc6a5e008ff97e876d" @@ -132873,7 +177008,7 @@ "types": ["Contributed"], "repository": "https://github.com/hutorny/cojson.lib.git", "providesIncludes": ["cojson.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/hutorny/Cojson-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hutorny/Cojson-2.2.0.zip", "archiveFileName": "Cojson-2.2.0.zip", "size": 82891, "checksum": "SHA-256:131847025e82e94fcacbd13c5941f189169c0282c71ad3559593197d93bbf70a" @@ -132890,7 +177025,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/end2endzone/AnyRtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/end2endzone/AnyRtttl-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/AnyRtttl-2.2.0.zip", "archiveFileName": "AnyRtttl-2.2.0.zip", "size": 296940, "checksum": "SHA-256:5311bfcd454097d91bc0831a5474b8941b5ad873ba7bcc52124209a6de68f8a4" @@ -132906,9 +177041,9 @@ "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cloudchip-tech/ciot-iot-lib.git", + "repository": "https://github.com/cloudchip-io/cloudchip-iot-arduino-sdk.git", "providesIncludes": ["Cloudchip.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloudchip-tech/Cloudchip_IoT-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloudchip-io/Cloudchip_IoT-2.0.0.zip", "archiveFileName": "Cloudchip_IoT-2.0.0.zip", "size": 81986, "checksum": "SHA-256:83cbe59342d02bed04f5f6a949e14e9bf9af833fb242f2bd694eceebbd62ed00" @@ -132924,13 +177059,67 @@ "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cloudchip-tech/ciot-iot-lib.git", + "repository": "https://github.com/cloudchip-io/cloudchip-iot-arduino-sdk.git", "providesIncludes": ["Cloudchip.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cloudchip-tech/Cloudchip_IoT-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/cloudchip-io/Cloudchip_IoT-1.2.0.zip", "archiveFileName": "Cloudchip_IoT-1.2.0.zip", "size": 4051331, "checksum": "SHA-256:1b94ea1833992707cfaf5adaeeb303846abd3d06910511cf789d4384d6f3a50c" }, + { + "name": "Cloudchip IoT", + "version": "2.0.2", + "author": "Narsimulu Cinasi", + "maintainer": "Cloudchip \u003cinfo@cloudchip.in\u003e", + "sentence": "Cloudchip library for Arduino.", + "paragraph": "A library for connecting to the Cloudchip_v2 IoT platform for ESP8266, ESP32 devices.", + "website": "https://github.com/cloudchip-tech/ciot-iot-lib.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cloudchip-io/cloudchip-iot-arduino-sdk.git", + "providesIncludes": ["Cloudchip.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cloudchip-io/Cloudchip_IoT-2.0.2.zip", + "archiveFileName": "Cloudchip_IoT-2.0.2.zip", + "size": 80465, + "checksum": "SHA-256:16f17251f365d8eb69ea67184095fb19dc61a43983270f577f70f622f98b1586" + }, + { + "name": "Cloudchip IoT", + "version": "2.0.7", + "author": "Cloudchip Technologies \u003cinfo@cloudchip.in\u003e", + "maintainer": "Cloudchip Technologies \u003cinfo@cloudchip.in\u003e", + "sentence": "Cloudchip.io communication library for Arduino, ESP8266 \u0026 EPS32", + "paragraph": "Cloudchip.io platform allows you to aggregate, visualize and analyze live IoT data streams in the cloud via MQTT \u0026 HTTP API's.", + "website": "http://www.cloudchip.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cloudchip-io/cloudchip-iot-arduino-sdk.git", + "providesIncludes": ["Cloudchip.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cloudchip-io/Cloudchip_IoT-2.0.7.zip", + "archiveFileName": "Cloudchip_IoT-2.0.7.zip", + "size": 80486, + "checksum": "SHA-256:d38217ae4a6d36987546795e08c9bde451f22a94956115162f71c3bc7186ba36" + }, + { + "name": "Cloudchip IoT", + "version": "2.1.1", + "author": "Cloudchip Technologies \u003cinfo@cloudchip.in\u003e", + "maintainer": "Cloudchip Technologies \u003cinfo@cloudchip.in\u003e", + "sentence": "Cloudchip.io communication library for Arduino, ESP8266 \u0026 EPS32", + "paragraph": "Cloudchip.io platform allows you to aggregate, visualize and analyze live IoT data streams in the cloud via MQTT \u0026 HTTP API's.", + "website": "http://www.cloudchip.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cloudchip-io/cloudchip-iot-arduino-sdk.git", + "providesIncludes": ["Cloudchip.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cloudchip-io/Cloudchip_IoT-2.1.1.zip", + "archiveFileName": "Cloudchip_IoT-2.1.1.zip", + "size": 80486, + "checksum": "SHA-256:042227af5ddc736dccb4bc46f7ea5ef7d2c4b0f021f5021004ec176fef8f25e6" + }, { "name": "rhio-pinmap", "version": "1.0.0", @@ -132943,7 +177132,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Rhomb-io/rhio-pinmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-1.0.0.zip", "archiveFileName": "rhio_pinmap-1.0.0.zip", "size": 4714, "checksum": "SHA-256:16d0a3d12fefcaaf8ac6cd8d9c668768c7e71f85d64f151e1e3c45ba9e4223a5" @@ -132960,7 +177149,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Rhomb-io/rhio-pinmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-1.0.2.zip", "archiveFileName": "rhio_pinmap-1.0.2.zip", "size": 4718, "checksum": "SHA-256:1d2cf55f55f08707c9d04824e839ee9de41c9ae8ae039288d556de130631f9e4" @@ -132977,11 +177166,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Rhomb-io/rhio-pinmap.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-1.0.3.zip", "archiveFileName": "rhio_pinmap-1.0.3.zip", "size": 4752, "checksum": "SHA-256:2617e0f724ce01e03d42c1a5b23df9fc964e9f8cb72ecad41dfc187657761344" }, + { + "name": "rhio-pinmap", + "version": "2.0.0", + "author": "Guillermo Alonso \u003cgalonso@rhomb.io\u003e", + "maintainer": "Jordi Enguídanos \u003cjenguidanos@rhomb.io\u003e", + "sentence": "Macro definitions for compatibility among rhomb.io Master modules", + "paragraph": "A collection of macros to help make the same code compatible among multiple Masters (MCUs) of Rhomb.io", + "website": "https://github.com/Rhomb-io/rhio-pinmap", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rhomb-io/rhio-pinmap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-2.0.0.zip", + "archiveFileName": "rhio_pinmap-2.0.0.zip", + "size": 7506, + "checksum": "SHA-256:83af87145d29693dd29317f7208ba476d565347b73706d7ea3ff35804ec118c6" + }, + { + "name": "rhio-pinmap", + "version": "2.1.0", + "author": "Guillermo Alonso \u003cgalonso@rhomb.io\u003e", + "maintainer": "Rhomb.io Software Team \u003cinfo@rhomb.io\u003e", + "sentence": "Macro definitions for compatibility among rhomb.io Master modules", + "paragraph": "A collection of macros to help make the same code compatible among multiple Masters (MCUs) of Rhomb.io", + "website": "https://github.com/Rhomb-io/rhio-pinmap", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rhomb-io/rhio-pinmap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-2.1.0.zip", + "archiveFileName": "rhio_pinmap-2.1.0.zip", + "size": 7113, + "checksum": "SHA-256:2bd634b0045ffb7702b8ccad66e96118ddcc6e6d0cb63873e4928e62e3dff54c" + }, { "name": "Progetto One Pin Keypad", "version": "1.0.0", @@ -132994,7 +177217,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.0.zip", "archiveFileName": "Progetto_One_Pin_Keypad-1.0.0.zip", "size": 9155, "checksum": "SHA-256:933e04fabc1fce98f7ebdd5705ce499c3ccad7702e344fe47cfe063ad32ea126" @@ -133011,7 +177234,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.1.zip", "archiveFileName": "Progetto_One_Pin_Keypad-1.0.1.zip", "size": 9180, "checksum": "SHA-256:88217985aaa6e2b6b7016237e41fab0df426dc29b03108a3038a330abb6986e9" @@ -133028,7 +177251,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.2.zip", "archiveFileName": "Progetto_One_Pin_Keypad-1.0.2.zip", "size": 11944, "checksum": "SHA-256:79c5238c4406474f5c906201d757185159ceb2ab9bbed094c7ef33e93eb831f0" @@ -133045,7 +177268,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.3.zip", "archiveFileName": "Progetto_One_Pin_Keypad-1.0.3.zip", "size": 12132, "checksum": "SHA-256:472a179d58729be7345580ab4768ae907899f1208975d83dfea488dc823c7771" @@ -133062,11 +177285,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.4.zip", "archiveFileName": "Progetto_One_Pin_Keypad-1.0.4.zip", "size": 12401, "checksum": "SHA-256:18386ed098ed91004a6b07f7bc5ed8f544b44ea2487e92ad59a05828b4d354bb" }, + { + "name": "Progetto One Pin Keypad", + "version": "1.0.45", + "author": "Progetto", + "maintainer": "Progetto \u003cprogettocompany@gmail.com\u003e", + "sentence": "A library to use the One Pin Keypad.", + "paragraph": "Makes a typical matrix keypad far easier to wire, much easier to program, and saves you a ton of digital I/O.", + "website": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ProgettoCompany/Progetto_One_Pin_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ProgettoCompany/Progetto_One_Pin_Keypad-1.0.45.zip", + "archiveFileName": "Progetto_One_Pin_Keypad-1.0.45.zip", + "size": 12635, + "checksum": "SHA-256:38cac782fbce9eaff0190e22aa05e84a6c01cae74371dee011905e49a059e8dd" + }, { "name": "GMSN Pure Digit", "version": "1.0.0", @@ -133080,7 +177320,7 @@ "types": ["Contributed"], "repository": "https://github.com/robgmsn/PureDigit.git", "providesIncludes": ["PureDigit.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/robgmsn/GMSN_Pure_Digit-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/robgmsn/GMSN_Pure_Digit-1.0.0.zip", "archiveFileName": "GMSN_Pure_Digit-1.0.0.zip", "size": 19272, "checksum": "SHA-256:0cb53d327ffdd130122ec5711180e7838616614d1ef116798369909ab072e464" @@ -133097,7 +177337,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoColor-BH1749NUC-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_230_Color_BH1749NUC-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_230_Color_BH1749NUC-1.0.0.zip", "archiveFileName": "FaBo_230_Color_BH1749NUC-1.0.0.zip", "size": 10070, "checksum": "SHA-256:ec7065e92c978428ca7fb63d687054a71cc3f9ef20226fc8f5c38938b0991e5d" @@ -133114,7 +177354,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nyampass/HaLake-M5Stack-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nyampass/HaLake_M5Stack_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/HaLake_M5Stack_Library-1.0.0.zip", "archiveFileName": "HaLake_M5Stack_Library-1.0.0.zip", "size": 9911, "checksum": "SHA-256:d909cb4509e9c726d242d2b1636149bd08ced0b7564f7a72af00e4b98f7d80fa" @@ -133131,7 +177371,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.1.zip", "archiveFileName": "ACAN2517FD-1.0.1.zip", "size": 348229, "checksum": "SHA-256:051e0b6b5841ae6829029a31bf20378d06f7cb42dc5fca21c95ab3289147a0fb" @@ -133148,7 +177388,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.2.zip", "archiveFileName": "ACAN2517FD-1.0.2.zip", "size": 348562, "checksum": "SHA-256:9e314f6f4eb956ab5a39e306f2e251cbbe81f50843c0d294040fa43c27d18a66" @@ -133165,7 +177405,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.3.zip", "archiveFileName": "ACAN2517FD-1.0.3.zip", "size": 351102, "checksum": "SHA-256:1f49d6915a4ca94dfcf8f86a55686605bb3805557b5766c92a6ce0da1610d6e8" @@ -133182,7 +177422,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.0.4.zip", "archiveFileName": "ACAN2517FD-1.0.4.zip", "size": 356188, "checksum": "SHA-256:c1215d395b902935df5b2f6c0dddda19e82bf22277d21a8726e295e21daade47" @@ -133199,7 +177439,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.0.zip", "archiveFileName": "ACAN2517FD-1.1.0.zip", "size": 382414, "checksum": "SHA-256:094d6bb8ddcfd3077145fe181200d8a61503592ead3ee803c6f7d043176106fd" @@ -133216,7 +177456,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.2.zip", "archiveFileName": "ACAN2517FD-1.1.2.zip", "size": 383851, "checksum": "SHA-256:fcb1b1749f2b63b45b787de56d282cac37c275a4ebe063b1263a94cd0733b0bd" @@ -133233,7 +177473,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.3.zip", "archiveFileName": "ACAN2517FD-1.1.3.zip", "size": 385636, "checksum": "SHA-256:035b01e63defbf61a534963d3bd83f1376773f399b62b5ff9d7dba9d7a04dd21" @@ -133250,7 +177490,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.4.zip", "archiveFileName": "ACAN2517FD-1.1.4.zip", "size": 385988, "checksum": "SHA-256:a28a8591a311dfab819b2a8768472ded6897a84aa9f3242a10982b962ba39ed3" @@ -133267,7 +177507,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.5.zip", "archiveFileName": "ACAN2517FD-1.1.5.zip", "size": 385461, "checksum": "SHA-256:838f1eb5f5be7e8b03cc68ff13dbe64747fc0fbb0ef97e937c8c6132ae5a3c77" @@ -133284,11 +177524,164 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517FD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-1.1.6.zip", "archiveFileName": "ACAN2517FD-1.1.6.zip", "size": 385883, "checksum": "SHA-256:816dfcd24b2c5894a2419eee6f4c5d228c7f91e586c1efd7848b1c69ec4c3b39" }, + { + "name": "ACAN2517FD", + "version": "2.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.0.0.zip", + "archiveFileName": "ACAN2517FD-2.0.0.zip", + "size": 379496, + "checksum": "SHA-256:8aff339a1d8177e3fef7bd9e49ac3a38ca42a398b40163b0398cbb20bb30eef4" + }, + { + "name": "ACAN2517FD", + "version": "2.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.0.1.zip", + "archiveFileName": "ACAN2517FD-2.0.1.zip", + "size": 378903, + "checksum": "SHA-256:575bd70a7858153a69d3061d6e7104ec39678ed4dbba41b7f819ad4ddb2ef656" + }, + { + "name": "ACAN2517FD", + "version": "2.1.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.0.zip", + "archiveFileName": "ACAN2517FD-2.1.0.zip", + "size": 380239, + "checksum": "SHA-256:9a323a1b8543567897278aea274da23eec7e69260d93ee603cd1bf5500d387e0" + }, + { + "name": "ACAN2517FD", + "version": "2.1.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.1.zip", + "archiveFileName": "ACAN2517FD-2.1.1.zip", + "size": 381804, + "checksum": "SHA-256:08d3909e7026f9fef4fc0a2b354ea4c0ff4a0184f5b249ab45f97c5464e31a34" + }, + { + "name": "ACAN2517FD", + "version": "2.1.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.2.zip", + "archiveFileName": "ACAN2517FD-2.1.2.zip", + "size": 381978, + "checksum": "SHA-256:c51aa7df0ad4ac00004133495fd03b8a0fdbcea99dce292e90e0495f4744acec" + }, + { + "name": "ACAN2517FD", + "version": "2.1.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.3.zip", + "archiveFileName": "ACAN2517FD-2.1.3.zip", + "size": 382978, + "checksum": "SHA-256:f78cc497bf6c427182a1114c2a490e3c2735422399277c37f2a171f303c2a17a" + }, + { + "name": "ACAN2517FD", + "version": "2.1.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.4.zip", + "archiveFileName": "ACAN2517FD-2.1.4.zip", + "size": 383949, + "checksum": "SHA-256:546a84480b7e252a558d3de15437809b5daac4fc504bdc69846e69b6048e055b" + }, + { + "name": "ACAN2517FD", + "version": "2.1.5", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.5.zip", + "archiveFileName": "ACAN2517FD-2.1.5.zip", + "size": 387752, + "checksum": "SHA-256:dc2af205caf45d426f9fb34cd816136b4dacecbdeeb6b3614a942feccce490d0" + }, + { + "name": "ACAN2517FD", + "version": "2.1.6", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.6.zip", + "archiveFileName": "ACAN2517FD-2.1.6.zip", + "size": 941448, + "checksum": "SHA-256:f0af88da833c80d1255f034f934444608d81912144dc6d3f9358cd38ce354bcb" + }, { "name": "ACAN2517", "version": "1.0.0", @@ -133301,7 +177694,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.0.zip", "archiveFileName": "ACAN2517-1.0.0.zip", "size": 335401, "checksum": "SHA-256:9f468b59ed568a31fd635205eca3d68dc5f0f591af75afd5c8fb1d1de70159e6" @@ -133318,7 +177711,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.2.zip", "archiveFileName": "ACAN2517-1.0.2.zip", "size": 338520, "checksum": "SHA-256:cf8d3517eaed7c4611939e3d944019294b81fb4b9bf0e5a5d7c0dbf717a2858f" @@ -133335,7 +177728,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.3.zip", "archiveFileName": "ACAN2517-1.0.3.zip", "size": 339257, "checksum": "SHA-256:e730fdb1a127e54213a53cd34dccc57aeff31baa6ff2e2a9339d14b4d285b3e4" @@ -133352,7 +177745,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.0.4.zip", "archiveFileName": "ACAN2517-1.0.4.zip", "size": 341517, "checksum": "SHA-256:867c757505cec04ac931c76720399032fb2ba2b0838adf1f68b9673a1d42fe42" @@ -133369,7 +177762,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.0.zip", "archiveFileName": "ACAN2517-1.1.0.zip", "size": 360784, "checksum": "SHA-256:04299b461b85207555b79e14c9a72cde373289a290e1bc0ba84826d61cc36d9d" @@ -133386,7 +177779,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.1.zip", "archiveFileName": "ACAN2517-1.1.1.zip", "size": 370206, "checksum": "SHA-256:99a2615ce34b469d26a8345873355141b9c180085a975614d86e558bfff0eca4" @@ -133403,7 +177796,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.2.zip", "archiveFileName": "ACAN2517-1.1.2.zip", "size": 370462, "checksum": "SHA-256:3919f3c84832fb555258184d07869a24679aef8393f3dd0764fd15d75e7cb207" @@ -133420,7 +177813,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.3.zip", "archiveFileName": "ACAN2517-1.1.3.zip", "size": 372266, "checksum": "SHA-256:4472724cbd5e432c84bf54ca77fc955c58aebcef2e4b533eaac9bd2556bf5882" @@ -133437,7 +177830,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.4.zip", "archiveFileName": "ACAN2517-1.1.4.zip", "size": 377713, "checksum": "SHA-256:824f95272961c083455765d195b1928c2351ca536b7105cc0636c54e9c0c4fc3" @@ -133454,11 +177847,113 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/pierremolinaro/acan2517.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.5.zip", "archiveFileName": "ACAN2517-1.1.5.zip", "size": 375286, "checksum": "SHA-256:6faeee6d6396cc1e9260f8dcb2ed801f33af7cc94f2e664f10583ac09b8d27b0" }, + { + "name": "ACAN2517", + "version": "1.1.6", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.6.zip", + "archiveFileName": "ACAN2517-1.1.6.zip", + "size": 373007, + "checksum": "SHA-256:50a160404d0a47909093d6ea8ab16434484f3acdaf25bef44637f3aa40172ca4" + }, + { + "name": "ACAN2517", + "version": "1.1.7", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.7.zip", + "archiveFileName": "ACAN2517-1.1.7.zip", + "size": 373494, + "checksum": "SHA-256:943b64af298fa497be2a1ec57666ddca01c1377654289cbab55dc98997152c22" + }, + { + "name": "ACAN2517", + "version": "1.1.8", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.8.zip", + "archiveFileName": "ACAN2517-1.1.8.zip", + "size": 373629, + "checksum": "SHA-256:77663ada18cae53524dc5ba546c9dac66de701e968c7bdc308bd079278fe85a3" + }, + { + "name": "ACAN2517", + "version": "1.1.9", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.9.zip", + "archiveFileName": "ACAN2517-1.1.9.zip", + "size": 374937, + "checksum": "SHA-256:1ef17c9f3cda4fed115f56904423a2f6a626252874ca0dee963048bc393d671c" + }, + { + "name": "ACAN2517", + "version": "1.1.10", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.10.zip", + "archiveFileName": "ACAN2517-1.1.10.zip", + "size": 377492, + "checksum": "SHA-256:3fe1a8b535a7d9e9f4a63458c75c284c19358d901511199e17b44f39b9339a03" + }, + { + "name": "ACAN2517", + "version": "1.1.11", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.11.zip", + "archiveFileName": "ACAN2517-1.1.11.zip", + "size": 936306, + "checksum": "SHA-256:ce2406aa35878ae2f48e0a25e22b15b1e0d0ca0536d31524d0d6e8de708a8830" + }, { "name": "AM2320_asukiaaa", "version": "1.0.0", @@ -133471,7 +177966,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.0.zip", "archiveFileName": "AM2320_asukiaaa-1.0.0.zip", "size": 3445, "checksum": "SHA-256:2a29619560ca51eea6e92c6a5a40c6e70c4c1e65c5d3899ea2693e808dc28eb4" @@ -133488,7 +177983,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.1.zip", "archiveFileName": "AM2320_asukiaaa-1.0.1.zip", "size": 3380, "checksum": "SHA-256:54a6806a625527b900b10e2f5ddf93b70e358d062712f9864d6f56f1bec26db4" @@ -133505,7 +178000,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.2.zip", "archiveFileName": "AM2320_asukiaaa-1.0.2.zip", "size": 3335, "checksum": "SHA-256:eabb1d95d2762f86832ee40669b247e0d3bc58c916a245357f872a302e72bac2" @@ -133522,7 +178017,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.3.zip", "archiveFileName": "AM2320_asukiaaa-1.0.3.zip", "size": 3339, "checksum": "SHA-256:e66dd122201cf3294bc350f43df33bb879ba86457445e0dd400cc544975d4d65" @@ -133539,7 +178034,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.0.4.zip", "archiveFileName": "AM2320_asukiaaa-1.0.4.zip", "size": 3349, "checksum": "SHA-256:535a480121be139cf9d2c205250d160f6835aa5dd9709d55fefadfae86d171e8" @@ -133556,7 +178051,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.0.zip", "archiveFileName": "AM2320_asukiaaa-1.1.0.zip", "size": 3368, "checksum": "SHA-256:5bf887f32b41ccb62bf37a8a79f6478a018debf3e2aa3ca78b4a2b086c6f686f" @@ -133573,7 +178068,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.1.zip", "archiveFileName": "AM2320_asukiaaa-1.1.1.zip", "size": 3620, "checksum": "SHA-256:05e48d65a7093696e342886a192de769944f8e2c8ab62662e0468c165445fb32" @@ -133590,7 +178085,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.2.zip", "archiveFileName": "AM2320_asukiaaa-1.1.2.zip", "size": 3614, "checksum": "SHA-256:f79cb429842ce321747aadcc9d4f6aa528fff5aa9ee1224d57cdacd9abc631cc" @@ -133607,7 +178102,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.3.zip", "archiveFileName": "AM2320_asukiaaa-1.1.3.zip", "size": 3604, "checksum": "SHA-256:e04ac977dc7ab316bb9f055b45ae4c36cefc08ec1134bbb2d89c07ae5febe657" @@ -133624,7 +178119,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/AM2320_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AM2320_asukiaaa-1.1.4.zip", "archiveFileName": "AM2320_asukiaaa-1.1.4.zip", "size": 3615, "checksum": "SHA-256:9aef78bdb8ac04b999ac922fa7d3da679b7d5bad20035ca344acb084b97682c0" @@ -133642,7 +178137,7 @@ "types": ["Contributed"], "repository": "https://github.com/avishorp/TM1637.git", "providesIncludes": ["TM1637.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/avishorp/TM1637-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/avishorp/TM1637-1.2.0.zip", "archiveFileName": "TM1637-1.2.0.zip", "size": 1426198, "checksum": "SHA-256:ece036479f5d983d1656ff0a1b1d750a1289e231db6dfec8939473185bf80eb1" @@ -133659,7 +178154,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-0.1.0.zip", "archiveFileName": "EL_dev_arduino-0.1.0.zip", "size": 12963, "checksum": "SHA-256:e9e32a9317e0db6187615ee30a84a11f89e610b3403e9f8a7831ba17dcf00bb3" @@ -133676,7 +178171,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.0.0.zip", "archiveFileName": "EL_dev_arduino-1.0.0.zip", "size": 11014, "checksum": "SHA-256:aa27a88d58c0bc9ceb7dcd58be4bc69fda5a6be0edb72d26d6f8b99898fdd24c" @@ -133693,7 +178188,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.2.0.zip", "archiveFileName": "EL_dev_arduino-1.2.0.zip", "size": 14181, "checksum": "SHA-256:eddeeca7288217585e2383994f3e09a35086699f8cd4f57499e6793fcaa7b143" @@ -133710,7 +178205,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.2.1.zip", "archiveFileName": "EL_dev_arduino-1.2.1.zip", "size": 27683, "checksum": "SHA-256:0941b17d6568e29594b4011f0a5b8b6271574040f4302fd12129439a0c7e9d70" @@ -133727,7 +178222,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.2.2.zip", "archiveFileName": "EL_dev_arduino-1.2.2.zip", "size": 30348, "checksum": "SHA-256:7deb89c3de19db2b92a16dae0d0f90a4f33122928d6a3206e853a471fc9bf127" @@ -133744,7 +178239,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-1.3.0.zip", "archiveFileName": "EL_dev_arduino-1.3.0.zip", "size": 31146, "checksum": "SHA-256:0ed471f85815162795e1d5b8ff5a8ee6f7824f40a6db0e5a2a12ea062344a2be" @@ -133761,11 +178256,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.0.0.zip", "archiveFileName": "EL_dev_arduino-2.0.0.zip", "size": 30943, "checksum": "SHA-256:dc39cd584e0a2cc6f45bcbc4f6f915a86669408d36a65e35b2966b54a8a114ec" }, + { + "name": "EL_dev_arduino", + "version": "2.1.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.1.0.zip", + "archiveFileName": "EL_dev_arduino-2.1.0.zip", + "size": 33179, + "checksum": "SHA-256:be36ab35910038883325115f35b59505230fe451878856e82a5d8bcf77a43c83" + }, + { + "name": "EL_dev_arduino", + "version": "2.2.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.2.0.zip", + "archiveFileName": "EL_dev_arduino-2.2.0.zip", + "size": 33917, + "checksum": "SHA-256:6316c6ae75eda854c3dea784295950fb3c98f4492d77ea5c3b9eddf63e0b0b9f" + }, { "name": "ThingsBoard", "version": "0.1.0", @@ -133779,7 +178308,7 @@ "types": ["Contributed"], "repository": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK.git", "providesIncludes": ["ThingsBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.1.0.zip", "archiveFileName": "ThingsBoard-0.1.0.zip", "size": 14683, "checksum": "SHA-256:6cea0368fca8316e01000a35abf67f9885981568cea7b74aa9f7d2050b9dda92" @@ -133797,7 +178326,7 @@ "types": ["Contributed"], "repository": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK.git", "providesIncludes": ["ThingsBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.2.0.zip", "archiveFileName": "ThingsBoard-0.2.0.zip", "size": 19328, "checksum": "SHA-256:72212356d011234e3e7577be8d1b13dfa691c8a861477403a9274997c491d184" @@ -133815,7 +178344,7 @@ "types": ["Contributed"], "repository": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK.git", "providesIncludes": ["ThingsBoard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.4.0.zip", "archiveFileName": "ThingsBoard-0.4.0.zip", "size": 20011, "checksum": "SHA-256:2107dbca350a2483ce7afbab0b9ee7c91b4acad81bbb6999b0fd61ebcbc7657f" @@ -133832,7 +178361,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/fu-hsi/FuGPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fu-hsi/FuGPS_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fu-hsi/FuGPS_Library-1.0.0.zip", "archiveFileName": "FuGPS_Library-1.0.0.zip", "size": 12029, "checksum": "SHA-256:a364a82065187509ad3a08fc474ea554c7d537dec18daa10b115b13ca9f26217" @@ -133849,7 +178378,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/fu-hsi/FuGPS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fu-hsi/FuGPS_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fu-hsi/FuGPS_Library-1.1.0.zip", "archiveFileName": "FuGPS_Library-1.1.0.zip", "size": 12124, "checksum": "SHA-256:79f153cd23d56cecb082e8ef112d3d993201ea4684e9edc4ad3875e2ddd6d7a6" @@ -133866,7 +178395,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Keypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.0.zip", "archiveFileName": "Adafruit_Keypad-1.0.0.zip", "size": 4687, "checksum": "SHA-256:35225b616207810cacfd08b5755aaa041ac0233fc12a1194d332802e63b85d42" @@ -133883,7 +178412,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Keypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.1.zip", "archiveFileName": "Adafruit_Keypad-1.0.1.zip", "size": 4821, "checksum": "SHA-256:f24bb9b68e6d34c293335b149313658622d2e9f70d1324a40125d67c53ffaae4" @@ -133900,7 +178429,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Keypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.2.zip", "archiveFileName": "Adafruit_Keypad-1.0.2.zip", "size": 4819, "checksum": "SHA-256:80fb842f4ba138cb62509cec36bd9e9abaebd03fc20c926cc5b15132ee904ae6" @@ -133917,11 +178446,101 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_Keypad.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.3.zip", "archiveFileName": "Adafruit_Keypad-1.0.3.zip", "size": 7296, "checksum": "SHA-256:dd1ebcb84c4690a2575220a3c6c15159d1cf20d46e4c7bd3f17ff29d0017e327" }, + { + "name": "Adafruit Keypad", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.4.zip", + "archiveFileName": "Adafruit_Keypad-1.0.4.zip", + "size": 7294, + "checksum": "SHA-256:aaa80926deb6b54c7ec4919821e4af3ba6ba0095687e303493495e4e39e79ec2" + }, + { + "name": "Adafruit Keypad", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.0.5.zip", + "archiveFileName": "Adafruit_Keypad-1.0.5.zip", + "size": 7363, + "checksum": "SHA-256:959fba43578d886e88f64b048e8407b12c2e25a921a66096b29943faf595843e" + }, + { + "name": "Adafruit Keypad", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.1.0.zip", + "archiveFileName": "Adafruit_Keypad-1.1.0.zip", + "size": 7433, + "checksum": "SHA-256:57215e3ff6df1ac020ab666fe1c78e8789c08912b17810bff7ecc2156cdfc686" + }, + { + "name": "Adafruit Keypad", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.2.0.zip", + "archiveFileName": "Adafruit_Keypad-1.2.0.zip", + "size": 9197, + "checksum": "SHA-256:27a965186f84258587a0284c9e12d3d0e07c530a63250a081fbf98b479b5ce24" + }, + { + "name": "Adafruit Keypad", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.3.0.zip", + "archiveFileName": "Adafruit_Keypad-1.3.0.zip", + "size": 10854, + "checksum": "SHA-256:92abc46d7a0f44e68c0137865354cdef63b22c100df21e28d5548762b89f53e6" + }, { "name": "ping-arduino", "version": "0.0.1", @@ -133934,7 +178553,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bluerobotics/ping-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.0.1.zip", "archiveFileName": "ping_arduino-0.0.1.zip", "size": 48114, "checksum": "SHA-256:cd7674e32b2d90b7690ef182d6491aeadfbf724a7042b821984ce07de140f9a3" @@ -133951,7 +178570,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/bluerobotics/ping-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.0.2.zip", "archiveFileName": "ping_arduino-0.0.2.zip", "size": 50240, "checksum": "SHA-256:8c7b6224f53359a653c8cfd5d8c316228f5da4f4295dc2b3919b6c8ae95e9458" @@ -133968,7 +178587,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS7265x_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.0.zip", "archiveFileName": "SparkFun_Spectral_Triad_AS7265X-1.0.0.zip", "size": 23474, "checksum": "SHA-256:1c85f7a967cd463b761c42df570476097184874390717ed68febfdddc61ff12c" @@ -133985,7 +178604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS7265x_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.1.zip", "archiveFileName": "SparkFun_Spectral_Triad_AS7265X-1.0.1.zip", "size": 23542, "checksum": "SHA-256:90e2b08b2617ad8bd2cf82a968c15895d9a70811295db020b3d5d1a75f78128d" @@ -134002,7 +178621,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_AS7265x_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.2.zip", "archiveFileName": "SparkFun_Spectral_Triad_AS7265X-1.0.2.zip", "size": 23559, "checksum": "SHA-256:db7feaeeb29dc7d06cc4d6085ba06d96eef656318d948317210f3449e4312d4e" @@ -134019,7 +178638,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/DonnyCraft1/PIDArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/DonnyCraft1/PIDController-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/DonnyCraft1/PIDController-0.0.1.zip", "archiveFileName": "PIDController-0.0.1.zip", "size": 6877, "checksum": "SHA-256:2072089a219069b2bebc1457171a372ed62203d272169c893e6e29494a247937" @@ -134036,7 +178655,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/arduino_twitch_api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/TwitchApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/TwitchApi-1.0.0.zip", "archiveFileName": "TwitchApi-1.0.0.zip", "size": 8571, "checksum": "SHA-256:edde145e6a700c9219b1294184ddd0d9281c58e0c95030c521a36ddba8842742" @@ -134053,7 +178672,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.2.zip", "archiveFileName": "TinyLoRa-1.0.2.zip", "size": 16437, "checksum": "SHA-256:05fecfa264ad02851ee456d3ee24cc3311c131900a63159228732f658632b765" @@ -134070,7 +178689,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.4.zip", "archiveFileName": "TinyLoRa-1.0.4.zip", "size": 16860, "checksum": "SHA-256:4e1e8e7dfea1f3069fb37836683dc51fc2645efabe413ce67de8b8a7a29db4c4" @@ -134087,7 +178706,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.0.zip", "archiveFileName": "TinyLoRa-1.0.0.zip", "size": 13974, "checksum": "SHA-256:fe1021cc8e688d1908c6d8a6bca0e3085789e96a5e0e9fe77b0d6f07210ec982" @@ -134104,7 +178723,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.1.zip", "archiveFileName": "TinyLoRa-1.0.1.zip", "size": 15781, "checksum": "SHA-256:ed5497e840841c358451d70ee5147b0141a1f0ce968ed08c7745783c9a9a25c7" @@ -134121,7 +178740,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.3.zip", "archiveFileName": "TinyLoRa-1.0.3.zip", "size": 16858, "checksum": "SHA-256:e8d74f84e8a35680c812a25337385bca59ba55028b8f2c5ac0ce8988b364fc8a" @@ -134138,7 +178757,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.0.5.zip", "archiveFileName": "TinyLoRa-1.0.5.zip", "size": 16848, "checksum": "SHA-256:8f44b0e92d84034d510f79c51b7fe2a48bdac9096b8a0895099b1e1a872bc233" @@ -134155,7 +178774,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.1.0.zip", "archiveFileName": "TinyLoRa-1.1.0.zip", "size": 16972, "checksum": "SHA-256:e4f95227f2058810272a6ea4928ba294525512bbf44c07e8803bca0ab64db169" @@ -134172,11 +178791,101 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/TinyLoRa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.1.1.zip", "archiveFileName": "TinyLoRa-1.1.1.zip", "size": 16966, "checksum": "SHA-256:d72645befed36a076021da2d8b2255eefb21557a59d7936f60821aaa71edc37b" }, + { + "name": "TinyLoRa", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit\u003cinfo@adafruit.com\u003e", + "sentence": "Tiny LoRa Library for TTN", + "paragraph": "Small LoRa library for use with The Things Network", + "website": "https://github.com/adafruit/TinyLoRa/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyLoRa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.2.0.zip", + "archiveFileName": "TinyLoRa-1.2.0.zip", + "size": 17046, + "checksum": "SHA-256:3f9f2896fc7fe228e4133977b3b63ad538de15291dcb1191f8aa43542b20937f" + }, + { + "name": "TinyLoRa", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit\u003cinfo@adafruit.com\u003e", + "sentence": "Tiny LoRa Library for TTN", + "paragraph": "Small LoRa library for use with The Things Network", + "website": "https://github.com/adafruit/TinyLoRa/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyLoRa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.2.1.zip", + "archiveFileName": "TinyLoRa-1.2.1.zip", + "size": 17079, + "checksum": "SHA-256:15fe13c8bbb9919334d9785d719d22eef28be284ab52f624665bb6b1a4707d0d" + }, + { + "name": "TinyLoRa", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit\u003cinfo@adafruit.com\u003e", + "sentence": "Tiny LoRa Library for TTN", + "paragraph": "Small LoRa library for use with The Things Network", + "website": "https://github.com/adafruit/TinyLoRa/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyLoRa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.2.2.zip", + "archiveFileName": "TinyLoRa-1.2.2.zip", + "size": 17105, + "checksum": "SHA-256:d3c18eaa4ff1adade1016295707c852fb9754d6a6be672d0bcad6093a1892e6b" + }, + { + "name": "TinyLoRa", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit\u003cinfo@adafruit.com\u003e", + "sentence": "Tiny LoRa Library for TTN", + "paragraph": "Small LoRa library for use with The Things Network", + "website": "https://github.com/adafruit/TinyLoRa/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyLoRa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.3.0.zip", + "archiveFileName": "TinyLoRa-1.3.0.zip", + "size": 17937, + "checksum": "SHA-256:c0e2196921e5f2739922afcba97bcc571592655a42679ba5833e30e8e6b29391" + }, + { + "name": "TinyLoRa", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit\u003cinfo@adafruit.com\u003e", + "sentence": "Tiny LoRa Library for TTN", + "paragraph": "Small LoRa library for use with The Things Network", + "website": "https://github.com/adafruit/TinyLoRa/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyLoRa.git", + "dependencies": [ + { + "name": "DHT sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.4.0.zip", + "archiveFileName": "TinyLoRa-1.4.0.zip", + "size": 17871, + "checksum": "SHA-256:e9a0b6d3475503c0916c5d8388ec34ad75cd702b9bd21555deb1a9d4b9df85a7" + }, { "name": "FaBo 222 Environment BME680", "version": "1.0.0", @@ -134189,7 +178898,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoEnvironment-BME680-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_222_Environment_BME680-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_222_Environment_BME680-1.0.0.zip", "archiveFileName": "FaBo_222_Environment_BME680-1.0.0.zip", "size": 14339, "checksum": "SHA-256:0906ed719d7b308b7e3d142494a136c094e6c84692c93322e4c18696aa5de479" @@ -134206,7 +178915,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.0.zip", "archiveFileName": "GxEPD2-1.1.0.zip", "size": 1593318, "checksum": "SHA-256:15a724c9d1e53aace73c3642d8abe62adc2dab5be48c7f6a177a6627c2d2513d" @@ -134223,7 +178932,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.1.zip", "archiveFileName": "GxEPD2-1.1.1.zip", "size": 1606107, "checksum": "SHA-256:4f0b0cf9549901c98ea291849b9400b08c36f90cfec758720ed0b6a7f97dc946" @@ -134240,7 +178949,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.2.zip", "archiveFileName": "GxEPD2-1.1.2.zip", "size": 1616383, "checksum": "SHA-256:5195b449f7cf0c1b27aad6defd013515ba535cb29239a406f6ef644772ec262d" @@ -134257,7 +178966,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.3.zip", "archiveFileName": "GxEPD2-1.1.3.zip", "size": 1616628, "checksum": "SHA-256:28aed2204eed8aa337bf09c75798f161cea0bf9bae662551d4184406e45ca485" @@ -134274,7 +178983,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.4.zip", "archiveFileName": "GxEPD2-1.1.4.zip", "size": 1615566, "checksum": "SHA-256:b219411126e1190a8f9f6aee1756c497df81cc55fed690d528153a98a5d13b9d" @@ -134291,7 +179000,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.5.zip", "archiveFileName": "GxEPD2-1.1.5.zip", "size": 3024268, "checksum": "SHA-256:e0399a78da611c12def13b224fc1492826ef3036d4205d918b1afba6b233d341" @@ -134308,7 +179017,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.6.zip", "archiveFileName": "GxEPD2-1.1.6.zip", "size": 3037699, "checksum": "SHA-256:786bbabe1f53d7a28154d0d6ae57ec0464ef55498eb44a9057dd57ea677f8001" @@ -134325,7 +179034,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.7.zip", "archiveFileName": "GxEPD2-1.1.7.zip", "size": 3063247, "checksum": "SHA-256:3b5cd4f8ae6d6bf75828c77ea9c092b2e87d5285c90a2c39ff62cf71d993651d" @@ -134342,7 +179051,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.8.zip", "archiveFileName": "GxEPD2-1.1.8.zip", "size": 3064092, "checksum": "SHA-256:ef515e38a2615db5d1ed5a9d86dd9cdab4935825b8c127eac47afdd9385c9679" @@ -134359,7 +179068,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.9.zip", "archiveFileName": "GxEPD2-1.1.9.zip", "size": 3064392, "checksum": "SHA-256:0edcbd0bee50b20cb5ce5eda1fee6539245ba104a005ec3754ceb93012f71592" @@ -134376,7 +179085,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.1.10.zip", "archiveFileName": "GxEPD2-1.1.10.zip", "size": 3136343, "checksum": "SHA-256:02e9be93d098e9d8e87e08a7b43cc1433860890287b557c90e764695aff0138f" @@ -134393,11 +179102,519 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZinggJM/GxEPD2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.0.zip", "archiveFileName": "GxEPD2-1.2.0.zip", "size": 3137870, "checksum": "SHA-256:e5fcf28f8247eb9cdac347169835111ea325d6087d400760ce3429e3de4ebff1" }, + { + "name": "GxEPD2", + "version": "1.2.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.1.zip", + "archiveFileName": "GxEPD2-1.2.1.zip", + "size": 3308827, + "checksum": "SHA-256:97f159f64127eaae68159de2b403d77045d25cfe3ee92262c26bc5127b7683e0" + }, + { + "name": "GxEPD2", + "version": "1.2.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.2.zip", + "archiveFileName": "GxEPD2-1.2.2.zip", + "size": 3387690, + "checksum": "SHA-256:f0a236012c05ce4b869f3a8ed78d12c479d0e22ef648e293f36cdaba568d863c" + }, + { + "name": "GxEPD2", + "version": "1.2.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.3.zip", + "archiveFileName": "GxEPD2-1.2.3.zip", + "size": 3409973, + "checksum": "SHA-256:418fd7f823603c136002fb691b2fa3817053ce8ed6a3c60720809a8b03ea5e82" + }, + { + "name": "GxEPD2", + "version": "1.2.4", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.4.zip", + "archiveFileName": "GxEPD2-1.2.4.zip", + "size": 3431855, + "checksum": "SHA-256:392f58608e1251605cf78e5b23f610a488682ef554e73cd07c2bfba3ff5ea5e6" + }, + { + "name": "GxEPD2", + "version": "1.2.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.5.zip", + "archiveFileName": "GxEPD2-1.2.5.zip", + "size": 3478068, + "checksum": "SHA-256:e58fc71a84ea35ebf2d8039c8fe43bc801ca539ed5e3403502e49354dea4d85d" + }, + { + "name": "GxEPD2", + "version": "1.2.6", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.6.zip", + "archiveFileName": "GxEPD2-1.2.6.zip", + "size": 3478277, + "checksum": "SHA-256:f8a3702f9fe2f614cf94961ff3a0ad82c87456f7409c0ec2db4554be75a8e0ce" + }, + { + "name": "GxEPD2", + "version": "1.2.7", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.7.zip", + "archiveFileName": "GxEPD2-1.2.7.zip", + "size": 3478541, + "checksum": "SHA-256:c41b87c694ea988ea9f2c0823c771d5d8ae95710c55819022cf14a0a8a5a12fa" + }, + { + "name": "GxEPD2", + "version": "1.2.8", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.8.zip", + "archiveFileName": "GxEPD2-1.2.8.zip", + "size": 3478972, + "checksum": "SHA-256:6851b780d9a95987c3a951f618abf3d26a1da2c5955fcaf2e3921828f1fd2ee5" + }, + { + "name": "GxEPD2", + "version": "1.2.9", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.9.zip", + "archiveFileName": "GxEPD2-1.2.9.zip", + "size": 3556571, + "checksum": "SHA-256:7e96c6b088fc28f2fa79ab6d7b68da323179ad38a39d91c8e3461c42eb1526cf" + }, + { + "name": "GxEPD2", + "version": "1.2.10", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.10.zip", + "archiveFileName": "GxEPD2-1.2.10.zip", + "size": 3620056, + "checksum": "SHA-256:4b7e7165969a8dfd57104eafdd00ddf03625a5832f0b50cadbe903151025eba5" + }, + { + "name": "GxEPD2", + "version": "1.2.11", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.11.zip", + "archiveFileName": "GxEPD2-1.2.11.zip", + "size": 3642512, + "checksum": "SHA-256:2f0e4ae734458458b9559470d03247ab50edde8d7bebbdd3463f8a1b682e6587" + }, + { + "name": "GxEPD2", + "version": "1.2.12", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.12.zip", + "archiveFileName": "GxEPD2-1.2.12.zip", + "size": 3644420, + "checksum": "SHA-256:5322b58ba7f504057f78b1168014b86e5802a8071cd9e805cc59612c49fd184b" + }, + { + "name": "GxEPD2", + "version": "1.2.13", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.13.zip", + "archiveFileName": "GxEPD2-1.2.13.zip", + "size": 3660987, + "checksum": "SHA-256:82a5fa116c6ff9d611e4f8a19cd137129fa4cad10b182008c56aaf6fafebf395" + }, + { + "name": "GxEPD2", + "version": "1.2.14", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.14.zip", + "archiveFileName": "GxEPD2-1.2.14.zip", + "size": 3771037, + "checksum": "SHA-256:dfd4870e727f367f52d00fcc56ddae8ca3c733aba59a01d961138c3c2915b1a8" + }, + { + "name": "GxEPD2", + "version": "1.2.15", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.15.zip", + "archiveFileName": "GxEPD2-1.2.15.zip", + "size": 3790165, + "checksum": "SHA-256:620d54361b5ee8b14cd830240f51d3e4d9466cbdc8591ef4de93938e869f7bae" + }, + { + "name": "GxEPD2", + "version": "1.2.16", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.16.zip", + "archiveFileName": "GxEPD2-1.2.16.zip", + "size": 3790149, + "checksum": "SHA-256:655535bb23bb6f915f518ca304d8ef1c02250f748328e0b6f1dcedb63f18bd3b" + }, + { + "name": "GxEPD2", + "version": "1.3.0", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.0.zip", + "archiveFileName": "GxEPD2-1.3.0.zip", + "size": 3815822, + "checksum": "SHA-256:d3a124a46168e4bf53b59033089c6ec778ddb3ed8466163ab0d9a0f1c055471d" + }, + { + "name": "GxEPD2", + "version": "1.3.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.1.zip", + "archiveFileName": "GxEPD2-1.3.1.zip", + "size": 3820965, + "checksum": "SHA-256:b528cacde04814686bb3489d6e306870384d150c678b2da1aa6e60cd194ccb98" + }, + { + "name": "GxEPD2", + "version": "1.3.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.2.zip", + "archiveFileName": "GxEPD2-1.3.2.zip", + "size": 3850342, + "checksum": "SHA-256:5af7ce52043d15abd7cd4f8f4aa5b2b5b557e5820bbe02af6fd8535e206b769d" + }, + { + "name": "GxEPD2", + "version": "1.3.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.3.zip", + "archiveFileName": "GxEPD2-1.3.3.zip", + "size": 3854610, + "checksum": "SHA-256:c40b38b6101d0c2f689fa9f3679f2842dd9dd3e021330719eaaea53f9c984603" + }, + { + "name": "GxEPD2", + "version": "1.3.4", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.4.zip", + "archiveFileName": "GxEPD2-1.3.4.zip", + "size": 3865557, + "checksum": "SHA-256:3060de353f4da4bdd64106dc192a6fde7f4d7cfcb390f79142c6a390cf5ca5a6" + }, + { + "name": "GxEPD2", + "version": "1.3.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.5.zip", + "archiveFileName": "GxEPD2-1.3.5.zip", + "size": 3877719, + "checksum": "SHA-256:184525317aa1e7cf997780e186cea97bdeb2b05b460052bcd5d040e27a6cd863" + }, + { + "name": "GxEPD2", + "version": "1.3.6", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.6.zip", + "archiveFileName": "GxEPD2-1.3.6.zip", + "size": 3883712, + "checksum": "SHA-256:96dff61286ca34f380315defdf3e59e608408ae4faaa89f05df50a47061d6950" + }, + { + "name": "GxEPD2", + "version": "1.3.7", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.7.zip", + "archiveFileName": "GxEPD2-1.3.7.zip", + "size": 3895214, + "checksum": "SHA-256:de37eab73af2a70f1928a19f2c5f462ae0c9d7aaf251584ca0c71af4590aef2d" + }, { "name": "FaBo 206 UV Si1132", "version": "1.0.0", @@ -134410,7 +179627,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.0.0.zip", "archiveFileName": "FaBo_206_UV_Si1132-1.0.0.zip", "size": 9579, "checksum": "SHA-256:5de9bacc38261a1dd0ead2dc5d21a6e1d64f085048f9e08e295a246e48e3df4d" @@ -134427,7 +179644,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.1.0.zip", "archiveFileName": "FaBo_206_UV_Si1132-1.1.0.zip", "size": 9703, "checksum": "SHA-256:366a49e9df6cd5d2a0e36b22e63513b16d5a97b97c209aecafa4972abbff7478" @@ -134444,7 +179661,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.0.0.zip", "archiveFileName": "ESP_Logger-1.0.0.zip", "size": 30119, "checksum": "SHA-256:ab71c8d9c1d168b4e6d9b972fd596dec8fbc155ac8991f29ec66c77563d305b6" @@ -134461,11 +179678,96 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.0.zip", "archiveFileName": "ESP_Logger-1.1.0.zip", "size": 30527, "checksum": "SHA-256:4da5efc37f21b912ef41bbc9d939bf7c5c01631f11816d838afe9dafd9cee13c" }, + { + "name": "ESP Logger", + "version": "1.1.1", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library aims to provide an easy way to collect data", + "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", + "website": "https://github.com/fabiuz7/esp-logger-lib", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/esp-logger-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.1.zip", + "archiveFileName": "ESP_Logger-1.1.1.zip", + "size": 30552, + "checksum": "SHA-256:78c26167bdb3749b568a6900025b7dc6f05591909d4aa2952fa2211cfa737294" + }, + { + "name": "ESP Logger", + "version": "1.1.2", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library aims to provide an easy way to collect data", + "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", + "website": "https://github.com/fabiuz7/esp-logger-lib", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/esp-logger-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.2.zip", + "archiveFileName": "ESP_Logger-1.1.2.zip", + "size": 30641, + "checksum": "SHA-256:57feee493c0add5b5a5f6f6611352d6ebd34aaecd95484a49edc8259d7c3770e" + }, + { + "name": "ESP Logger", + "version": "1.2.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library aims to provide an easy way to collect data", + "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", + "website": "https://github.com/fabiuz7/esp-logger-lib", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/esp-logger-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.2.0.zip", + "archiveFileName": "ESP_Logger-1.2.0.zip", + "size": 31485, + "checksum": "SHA-256:aa3778397291d52528a95c82555385db42202777393e7df8fc7fb53c95b0b6b9" + }, + { + "name": "ESP Logger", + "version": "1.3.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library aims to provide an easy way to collect data", + "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", + "website": "https://github.com/fabiuz7/esp-logger-lib", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/esp-logger-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.3.0.zip", + "archiveFileName": "ESP_Logger-1.3.0.zip", + "size": 32194, + "checksum": "SHA-256:c52b4ec09c68bd48a237db6dd673b3c2a56aadf55ca5a72252ac2d9d3247c943" + }, + { + "name": "ESP Logger", + "version": "1.4.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library aims to provide an easy way to collect data", + "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", + "website": "https://github.com/fabiuz7/esp-logger-lib", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/esp-logger-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.4.0.zip", + "archiveFileName": "ESP_Logger-1.4.0.zip", + "size": 35129, + "checksum": "SHA-256:71952be5a1780ea1bb8f407f3fd435385eee16ee9a7bb17e3af8a21a6e5559a9" + }, { "name": "PVision", "version": "0.0.3", @@ -134479,7 +179781,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/PVision.git", "providesIncludes": ["PVision.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/PVision-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/PVision-0.0.3.zip", "archiveFileName": "PVision-0.0.3.zip", "size": 4953, "checksum": "SHA-256:8451f9c5670942f47eb12c7fb5662654e0ec434185124b8c33dc60c89e8210d0" @@ -134497,7 +179799,7 @@ "types": ["Contributed"], "repository": "https://github.com/madhephaestus/PVision.git", "providesIncludes": ["PVision.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/PVision-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/PVision-0.0.4.zip", "archiveFileName": "PVision-0.0.4.zip", "size": 4958, "checksum": "SHA-256:cc386f6d328b9490b6046b67cde6c4e7dff2c8c7267546e7d62489935c18195e" @@ -134514,7 +179816,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoGas-CCS811-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_223_Gas_CCS811-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_223_Gas_CCS811-1.0.0.zip", "archiveFileName": "FaBo_223_Gas_CCS811-1.0.0.zip", "size": 9504, "checksum": "SHA-256:9a84424812e72847b742fc0d43fbb5e86a6ed0d4e79a7b335e66c8499288f063" @@ -134532,11 +179834,29 @@ "types": ["Contributed"], "repository": "https://github.com/LUXROBO/MODI-Arduino.git", "providesIncludes": ["MODI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/LUXROBO/MODI-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LUXROBO/MODI-0.0.1.zip", "archiveFileName": "MODI-0.0.1.zip", "size": 55914, "checksum": "SHA-256:72d4e2d26b5f4d76d0e6b2f69c2b1a7d2eaae6485172788d03c4a7582ffa7e58" }, + { + "name": "MODI", + "version": "0.0.2", + "author": "LUXROBO", + "maintainer": "tuna \u003ctuna@luxrobo.com\u003e", + "sentence": "A driver for control MODI on Arduino", + "paragraph": "A driver for control MODI on Arduino", + "website": "https://github.com/LUXROBO/MODI-Arduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LUXROBO/MODI-Arduino.git", + "providesIncludes": ["MODI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LUXROBO/MODI-0.0.2.zip", + "archiveFileName": "MODI-0.0.2.zip", + "size": 56323, + "checksum": "SHA-256:138a7f15fa5000ad2a9622792d4b37d0326c9b6ec07b64ea73bf2d387a09ce78" + }, { "name": "PHPoC Expansion", "version": "1.0.0", @@ -134550,7 +179870,7 @@ "types": ["Contributed"], "repository": "https://github.com/phpoc/arduino-PhpocExpansion.git", "providesIncludes": ["Phpoc.h", "PhpocExpansion.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC_Expansion-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC_Expansion-1.0.0.zip", "archiveFileName": "PHPoC_Expansion-1.0.0.zip", "size": 17971, "checksum": "SHA-256:3c676cea084a47b8176bedf61f6ebf90d819adae862b4d665604e320e5bf1b7f" @@ -134567,7 +179887,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-e24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/E24-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/E24-1.0.2.zip", "archiveFileName": "E24-1.0.2.zip", "size": 8547, "checksum": "SHA-256:c36cfd7d4bb9ad3e7bcba09fbd50af61f42991f039c79b89be9c203e401392cb" @@ -134584,7 +179904,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-e24.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/E24-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/E24-1.1.0.zip", "archiveFileName": "E24-1.1.0.zip", "size": 9664, "checksum": "SHA-256:9b9f5eb70eb654a4d55f36ea6389bbbd8abf5ce629bd3447e1b6d83e6b322d57" @@ -134601,7 +179921,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.1.0.zip", "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.1.0.zip", "size": 792242, "checksum": "SHA-256:d13a691747d68f89150c645ef4f8edbb3f8a9e60d0fbca678ddb3e90148fd055" @@ -134618,7 +179938,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.1.1.zip", "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.1.1.zip", "size": 792531, "checksum": "SHA-256:7a51b46f8f5893b349b5373ea1bee7b59ef6087456da84527cb73991c2a759e2" @@ -134635,11 +179955,143 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.1.2.zip", "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.1.2.zip", "size": 785399, "checksum": "SHA-256:f8d43f9c5ca8c0a894f15bb966bb5a923c2905dd193246c7cb289e26f9533b72" }, + { + "name": "Adafruit NeoTrellis M4 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Examples and code for the NeoTrellis M4", + "paragraph": "Install this library to add some fun examples!", + "website": "https://github.com/adafruit/Adafruit_NeoTrellisM4", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.2.0.zip", + "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.2.0.zip", + "size": 787356, + "checksum": "SHA-256:64730fa482b53a1b5c525d2c95fcfa4fb97811bfa2adef09e9bd20f3d66c4670" + }, + { + "name": "Adafruit NeoTrellis M4 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Examples and code for the NeoTrellis M4", + "paragraph": "Install this library to add some fun examples!", + "website": "https://github.com/adafruit/Adafruit_NeoTrellisM4", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.2.1.zip", + "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.2.1.zip", + "size": 787408, + "checksum": "SHA-256:daf5c701ea93cc6472a9d54eb196ec2e3118ea7a637068780805d9b2efdf7893" + }, + { + "name": "Adafruit NeoTrellis M4 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Examples and code for the NeoTrellis M4", + "paragraph": "Install this library to add some fun examples!", + "website": "https://github.com/adafruit/Adafruit_NeoTrellisM4", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", + "dependencies": [ + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Keypad" + }, + { + "name": "Adafruit Neopixel" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit Zero I2S Library" + }, + { + "name": "ADafruit DMA neopixel library" + }, + { + "name": "MIDIUSB" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.3.0.zip", + "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.3.0.zip", + "size": 801594, + "checksum": "SHA-256:f693a92bb2b845e0cc1fd90de13954f7e1bb3fcede42760be71a11300c7f1782" + }, + { + "name": "Adafruit NeoTrellis M4 Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Examples and code for the NeoTrellis M4", + "paragraph": "Install this library to add some fun examples!", + "website": "https://github.com/adafruit/Adafruit_NeoTrellisM4", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", + "dependencies": [ + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Keypad" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit Zero I2S Library" + }, + { + "name": "Adafruit DMA neopixel library" + }, + { + "name": "MIDIUSB" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.3.1.zip", + "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.3.1.zip", + "size": 801594, + "checksum": "SHA-256:73272f6abd3b21b73a2ad96a41d7d203c183059f8eea7574bd48cb724a6d3e4e" + }, { "name": "Adafruit ImageReader Library", "version": "1.0.0", @@ -134652,7 +180104,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.0.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.0.zip", "size": 292055, "checksum": "SHA-256:e83c591ea6eba830be53324dd046742e8b77e6e4506337a7355f8b3eefb5dd8b" @@ -134669,7 +180121,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.1.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.1.zip", "size": 292737, "checksum": "SHA-256:2a04e9eb54f3130b49662fce6b76f5059883c3679445a8a1979c7236ebf59a5b" @@ -134686,7 +180138,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.2.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.2.zip", "size": 717559, "checksum": "SHA-256:113d441275501bffd0d4855be0aebd58f63e96454ef36709ef982d9ec85daa3c" @@ -134703,7 +180155,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.3.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.3.zip", "size": 744547, "checksum": "SHA-256:28d48e02852c9aca4c88cb250682cb9a961a838949a34a63e1c9a53b49e30648" @@ -134720,7 +180172,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.4.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.4.zip", "size": 819157, "checksum": "SHA-256:edd440ec97c2e68b86df7b286848705e6a42a8652650110310f91d8cd39af56b" @@ -134737,7 +180189,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.5.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.5.zip", "size": 821824, "checksum": "SHA-256:bf9e0cad9ca04e4373773dfe745c00a2649ec2d0b98c2e4630a06c5d04f18ac2" @@ -134754,7 +180206,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.6.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.6.zip", "size": 824303, "checksum": "SHA-256:2cd5ffc16215016167ba0b66f430ae8efc6a61d22d920fa558c0e3703c7e62f1" @@ -134771,7 +180223,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.7.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.7.zip", "size": 824336, "checksum": "SHA-256:eb9e9c22019a9993d6ead12f0ab30c005ce784e80c8a091f502a0c27e157832d" @@ -134788,7 +180240,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.8.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.8.zip", "size": 918388, "checksum": "SHA-256:375fdc8bf8150ab5ad3c83c2ac8337090a8d6ddcf03cd3b63be00bb1be39522e" @@ -134805,7 +180257,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.9.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.9.zip", "size": 937971, "checksum": "SHA-256:44cf1fb1fac56f1ba0ae8e7445f130c8f7e0e2f0f1242e7690022ff8ca951e40" @@ -134822,7 +180274,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.0.10.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.0.10.zip", "size": 937578, "checksum": "SHA-256:62e8f3587fdc66d6bb2b49ee630be15903fdd55ecafaad4cc375401ce9706af6" @@ -134839,7 +180291,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.1.0.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.1.0.zip", "size": 937506, "checksum": "SHA-256:890df34c3d71d77195fe6ef9840a42485b872aa59a8f5816325cfdb2f9e6d01d" @@ -134856,7 +180308,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.1.1.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.1.1.zip", "size": 937509, "checksum": "SHA-256:f5993a3f5501d911027adb02adfd715b9e12a56a6ce9189294626596fc465187" @@ -134873,7 +180325,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-1.1.2.zip", "archiveFileName": "Adafruit_ImageReader_Library-1.1.2.zip", "size": 941447, "checksum": "SHA-256:6e14549a59a1bfb42720138cc0491075bbce06539a45e6812595b0e58da6a5bd" @@ -134890,7 +180342,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.0.zip", "archiveFileName": "Adafruit_ImageReader_Library-2.0.0.zip", "size": 949024, "checksum": "SHA-256:467ed20de2474319459132700e8fdf4a11b3ebd7231422574b890efb75a8f52d" @@ -134907,251 +180359,1154 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.1.zip", "archiveFileName": "Adafruit_ImageReader_Library-2.0.1.zip", "size": 1079360, "checksum": "SHA-256:3358bdadffbb66b237178bb097cf4eafe6c1cd7ec318b15f8701a63331e77a7c" }, { - "name": "Crypto", - "version": "0.2.0", - "author": "Rhys Weatherley rhys.weatherley@gmail.com", - "maintainer": "Dr. Brandon Wiley brandon@operatorfoundation.org", - "sentence": "Rhys Weatherley's arduinolibs Crypto library.", - "paragraph": "All cryptographic algorithms have been optimized for 8-bit Arduino platforms like the Uno.", - "website": "https://rweather.github.io/arduinolibs/crypto.html", - "category": "Other", + "name": "Adafruit ImageReader Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/OperatorFoundation/Crypto.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OperatorFoundation/Crypto-0.2.0.zip", - "archiveFileName": "Crypto-0.2.0.zip", - "size": 274988, - "checksum": "SHA-256:96418168f29499a80e468c3140365dea3a4ed4cef065168a4d620254d7907856" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.2.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.0.2.zip", + "size": 1079481, + "checksum": "SHA-256:74b422df1c60f2b2a84f4ad964b316273bde233bbd4e16a787c5f6495a6f8799" }, { - "name": "Bolder Flight Systems BMI088", - "version": "1.0.0", - "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", - "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", - "sentence": "Library for communicating with the Bosch BMI088 6 axis IMU.", - "paragraph": "This library supports both I2C and SPI communication with the BMI088 along with accessing the BMI088 advanced features, such as synchronized output.", - "website": "https://github.com/bolderflight/BMI088", - "category": "Sensors", + "name": "Adafruit ImageReader Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bolderflight/BMI088.git", - "providesIncludes": ["BMI088.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BMI088-1.0.0.zip", - "archiveFileName": "Bolder_Flight_Systems_BMI088-1.0.0.zip", - "size": 4999345, - "checksum": "SHA-256:3fbeb8f8582d608d3ed03e937d3ab3394d8a5c1762679c7098d5e30e87134342" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.3.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.0.3.zip", + "size": 1079675, + "checksum": "SHA-256:3a418f32f978205829ddabde564bae01ee1a68e240882f68d7674a0145382873" }, { - "name": "Iridium SBD", - "version": "1.0.0", - "author": "Mikal Hart", - "maintainer": "Mikal Hart\u003cmhcom@sundial.com\u003e", - "sentence": "This library supports satellite data communications from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", - "paragraph": "It probably works on other Iridium devices too. Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", - "website": "https://github.com/mikalhart/IridiumSBD", - "category": "Communication", + "name": "Adafruit ImageReader Library", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mikalhart/IridiumSBD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mikalhart/Iridium_SBD-1.0.0.zip", - "archiveFileName": "Iridium_SBD-1.0.0.zip", - "size": 875708, - "checksum": "SHA-256:7aaca779cade2ad126c0eacf1666e123bb5a6af6441e58cf16cf346ffd6c3c63" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.4.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.0.4.zip", + "size": 1082577, + "checksum": "SHA-256:d90ee670e1eba4dd99e0d1c429c73004f3cec97405053467f4ef7a872f2aec59" }, { - "name": "MAX44009 library", - "version": "1.2.3", - "author": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", - "maintainer": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", - "sentence": "Library for the \u003ca href=\"https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf\"\u003eMAX44009 Ambient Light Sensor\u003c/a\u003e.", - "paragraph": "Library for the MAX44009 Ambient Light Sensor IC, used in the popular CJMCU Breakout boards", - "website": "https://github.com/dantudose/MAX44009", - "category": "Sensors", + "name": "Adafruit ImageReader Library", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dantudose/MAX44009.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dantudose/MAX44009_library-1.2.3.zip", - "archiveFileName": "MAX44009_library-1.2.3.zip", - "size": 16059, - "checksum": "SHA-256:78aac842d7b11910aa17b9d020efbc4ff5d787e877cbdcb5d717571bfdb3ccc6" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.5.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.0.5.zip", + "size": 1082637, + "checksum": "SHA-256:44944bb43a5505ba107e36b632a10662ac2a7ca2808abff9bd018c5ef8d9f328" }, { - "name": "SparkFun LTE Shield Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", - "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", - "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", - "category": "Communication", + "name": "Adafruit ImageReader Library", + "version": "2.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.0.0.zip", - "size": 41053, - "checksum": "SHA-256:cda7dd98ca51d9a9ee00704fec734c92250ebcf205ca9b05644ccbda60d2131a" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.0.6.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.0.6.zip", + "size": 1158403, + "checksum": "SHA-256:d2da879edaec4f69d9e0b62fcdba684bb5260bc84353c8bb22e9017112398f31" }, { - "name": "SparkFun LTE Shield Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", - "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", - "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", - "category": "Communication", + "name": "Adafruit ImageReader Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX, Adafruit_EPD, and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.1.0.zip", - "size": 41495, - "checksum": "SHA-256:f28ab2bb9e568594de8148cc8d340eef6b9de6abc81b1795fd9b7e0122a96415" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.1.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.1.0.zip", + "size": 1174228, + "checksum": "SHA-256:196b1f88b82db783f8a519cde6bc9371f830028c44e95b4b4ad0424c0ece58f3" }, { - "name": "SparkFun LTE Shield Arduino Library", - "version": "1.1.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", - "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", - "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", - "category": "Communication", + "name": "Adafruit ImageReader Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.1.1.zip", - "size": 41590, - "checksum": "SHA-256:782cc65944b09711cc046d23f3b4246494c464413cc50c17dc11b320de4422cc" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.0.zip", + "size": 1178026, + "checksum": "SHA-256:ac03a77ba2bd9b64f7ad8ae48fa7d4cc7a6b7861709976f7ec02c141e916037d" }, { - "name": "SparkFun TouchInput Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Master library to handle user input through touchscreens", - "paragraph": "This library provides common ways to handle user input from touch panels/screens. Create a touch input \"device\" as a combination of a hardware driver and \"elements\" like buttons, handles, and sliders. Create custom elements to interact with such as dials, gestures, and more.", - "website": "https://github.com/sparkfun/SparkFun_TouchInput_Arduino_Library", - "category": "Device Control", + "name": "Adafruit ImageReader Library", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_TouchInput_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TouchInput_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_TouchInput_Arduino_Library-1.0.0.zip", - "size": 135137, - "checksum": "SHA-256:6d735a82b7ebdc0170f584545a62529b3c4c3ce678f308ace98fa7417842965f" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.1.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.1.zip", + "size": 1178031, + "checksum": "SHA-256:063d88fa32c37928c3507d02a0d8e8bdb662cd2eefca3487da471027295a47a9" }, { - "name": "SparkFun TouchInput Driver FT5xx6", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A driver library for using FT5xx6 devices, compatible with the SparkFun TouchInput library", - "paragraph": "This library allows for control of FT5xx6 capacitive touchscreen drivers. It is possible to either read the touch locations directly or use the SparkFun TouchInput compatible wrapper.", - "website": "https://github.com/sparkfun/SparkFun_TouchInput_Driver_FT5xx6", - "category": "Device Control", + "name": "Adafruit ImageReader Library", + "version": "2.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_TouchInput_Driver_FT5xx6.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TouchInput_Driver_FT5xx6-1.0.0.zip", - "archiveFileName": "SparkFun_TouchInput_Driver_FT5xx6-1.0.0.zip", - "size": 157768, - "checksum": "SHA-256:2d06206cc96389efaa48e6921e53963f49dfef793e83ce2449ca8eb642625776" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.2.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.2.zip", + "size": 1180635, + "checksum": "SHA-256:134043aaa41d3bf4cd2e850427e476b232967d7fefc8d31b240888d9373ce8d8" }, { - "name": "LiquidCrystal_I2C_Hangul", - "version": "1.0.0", - "author": "Junwha Hong, Dohun Kim, HyungHo Kim", - "maintainer": "Junwha Hong \u003cjunwha@naver.com\u003e", - "sentence": "A library for printing Hangul on I2C LCD displays.", - "paragraph": "The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. This Library allows to print hangul on LCDs.", - "website": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul", + "name": "Adafruit ImageReader Library", + "version": "2.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", "category": "Display", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul.git", - "url": "http://downloads.arduino.cc/libraries/github.com/junwha0511/LiquidCrystal_I2C_Hangul-1.0.0.zip", - "archiveFileName": "LiquidCrystal_I2C_Hangul-1.0.0.zip", - "size": 13103, - "checksum": "SHA-256:e68942f6ca49d6ce6be1e77730380e7d1f89556226a752fa73b6c0739e571ae1" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.3.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.3.zip", + "size": 1180730, + "checksum": "SHA-256:711bd50c9ba0c9df2925c50ccfd0684bb629b189c2feae51b83037c67213cae8" }, { - "name": "LiquidCrystal_I2C_Hangul", - "version": "1.1.0", - "author": "Junwha Hong, Dohun Kim, HyungHo Kim", - "maintainer": "Junwha Hong \u003cjunwha@naver.com\u003e", - "sentence": "A library for printing Hangul on I2C LCD displays.", - "paragraph": "The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. This Library allows to print hangul on LCDs.", - "website": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul", + "name": "Adafruit ImageReader Library", + "version": "2.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", "category": "Display", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul.git", - "url": "http://downloads.arduino.cc/libraries/github.com/junwha0511/LiquidCrystal_I2C_Hangul-1.1.0.zip", - "archiveFileName": "LiquidCrystal_I2C_Hangul-1.1.0.zip", - "size": 13100, - "checksum": "SHA-256:4d6c44d25622b3277cf9b17ae274295cf95d75feec1f129011b22817713849de" - }, - { - "name": "arduino-async-modem", - "version": "1.1.0", - "author": "Adam Coddington \u003cme@adamcoddington.net\u003e", - "maintainer": "Adam Coddington \u003cme@adamcoddington.net\u003e", - "sentence": "Asynchronously interact with your GSM or LTE modem.", - "paragraph": "Currently this supports the SIM7000 GSM modem.", - "website": "https://github.com/coddingtonbear/arduino-async-modem", - "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/coddingtonbear/arduino-async-modem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/coddingtonbear/arduino_async_modem-1.1.0.zip", - "archiveFileName": "arduino_async_modem-1.1.0.zip", - "size": 6989, - "checksum": "SHA-256:e57c9cd1aa5f30ede77a9c586e193665e3589eb04c6c1c9a1d116df8a772a385" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.4.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.4.zip", + "size": 1180637, + "checksum": "SHA-256:a591d6dfd07da7ef4327de59e05f0e1c13aeb954948a22754d45059a45ed127f" }, { - "name": "arduino-async-duplex", - "version": "1.1.0", - "author": "Adam Coddington \u003cme@adamcoddington.net\u003e", - "maintainer": "Adam Coddington \u003cme@adamcoddington.net\u003e", - "sentence": "Easily and asynchronously with a serial device requiring call-and-response style commands.", - "paragraph": "Examples of devices that this is useful for are any modems using AT-commands like the SIM800, SIM7000, and ESP8266.", - "website": "https://github.com/coddingtonbear/arduino-async-duplex", - "category": "Communication", + "name": "Adafruit ImageReader Library", + "version": "2.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/coddingtonbear/arduino-async-duplex.git", - "url": "http://downloads.arduino.cc/libraries/github.com/coddingtonbear/arduino_async_duplex-1.1.0.zip", - "archiveFileName": "arduino_async_duplex-1.1.0.zip", - "size": 11772, - "checksum": "SHA-256:264b30d22deef55f5eff72c62e0a317047fedf874dbb0a3b8f23a6b81f9239bc" + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.5.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.5.zip", + "size": 1180639, + "checksum": "SHA-256:7a67d600c642a64f379a2ce0142553ec44af97bd84dc7e3c42af844f85909137" }, { - "name": "MCP23017", - "version": "1.0.0", - "author": "Bertrand Lemasle", - "maintainer": "Bertrand Lemasle", - "sentence": "MCP23017 I2C Port expander library.", - "paragraph": "Support all MCP23017 features, including interrupts. Allows full control over the chip registers.", - "website": "https://github.com/blemasle/arduino-mcp23107", - "category": "Signal Input/Output", + "name": "Adafruit ImageReader Library", + "version": "2.3.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/blemasle/arduino-mcp23017.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.0.0.zip", - "archiveFileName": "MCP23017-1.0.0.zip", - "size": 7723, - "checksum": "SHA-256:7e908b40030c54f39caccf67b23587787799e62fa12d85fe899543e2b424193b" - }, - { + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.6.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.6.zip", + "size": 1180640, + "checksum": "SHA-256:b7116031a94126389c1cd0667cda21a3d7a9dbf9d6bb6dbb1b9e28bac2133f2a" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.3.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.3.7.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.3.7.zip", + "size": 1191230, + "checksum": "SHA-256:8eb064bc59cb9a196e60ca589f9843e46dd838d1a2dfda1ac4513d7f8213e3e7" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.4.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.4.0.zip", + "size": 1196944, + "checksum": "SHA-256:f7db6be8612db530b345c3105c3db6842268295df78544363568ad159028277f" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.0.zip", + "size": 1215831, + "checksum": "SHA-256:3bcf1c17e0b3f984f637806a3c53c02ba8c884409329f7d01512abddabc253ce" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.1.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.1.zip", + "size": 1261067, + "checksum": "SHA-256:55ee723c18d95183dd8df960aaa33bd40711dd914df8d99d8f0ef20196dc6617" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.2.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.2.zip", + "size": 1263820, + "checksum": "SHA-256:79d22c459a63f7a168d75fe082c209cef0378dbf540c4c287930e48ebb97c669" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.3.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.3.zip", + "size": 1263901, + "checksum": "SHA-256:eca0582614c774a12a5cbb7f31d88bd9ad08cc14c420ae013794f8dd646f9807" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.4.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.4.zip", + "size": 1277467, + "checksum": "SHA-256:6282bce9ebc2f8c5ff8987330a892ee4cc5183ebdc03b1f9fd5f17801c9047dd" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.0.zip", + "size": 1277631, + "checksum": "SHA-256:e15c922f250ef3fd239cffdfbdedf2cf116d8d52e61c0ec1ed77c5c79a0a2d6d" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.1.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.1.zip", + "size": 1295502, + "checksum": "SHA-256:9bc1c2eff7e56afc05fe5f7808b773d7fbeeef9812fa11aeba60651b61cf2900" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.2.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.2.zip", + "size": 1295506, + "checksum": "SHA-256:673e805f09df21b03a7ab30cd93a7287ccd1cdbab6ba8ff95612dfc994438c97" + }, + { + "name": "Crypto", + "version": "0.2.0", + "author": "Rhys Weatherley rhys.weatherley@gmail.com", + "maintainer": "Dr. Brandon Wiley brandon@operatorfoundation.org", + "sentence": "Rhys Weatherley's arduinolibs Crypto library.", + "paragraph": "All cryptographic algorithms have been optimized for 8-bit Arduino platforms like the Uno.", + "website": "https://rweather.github.io/arduinolibs/crypto.html", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/OperatorFoundation/Crypto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OperatorFoundation/Crypto-0.2.0.zip", + "archiveFileName": "Crypto-0.2.0.zip", + "size": 274988, + "checksum": "SHA-256:96418168f29499a80e468c3140365dea3a4ed4cef065168a4d620254d7907856" + }, + { + "name": "Bolder Flight Systems BMI088", + "version": "1.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Bosch BMI088 6 axis IMU.", + "paragraph": "This library supports both I2C and SPI communication with the BMI088 along with accessing the BMI088 advanced features, such as synchronized output.", + "website": "https://github.com/bolderflight/BMI088", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bolderflight/BMI088.git", + "providesIncludes": ["BMI088.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BMI088-1.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_BMI088-1.0.0.zip", + "size": 4999345, + "checksum": "SHA-256:3fbeb8f8582d608d3ed03e937d3ab3394d8a5c1762679c7098d5e30e87134342" + }, + { + "name": "Bolder Flight Systems BMI088", + "version": "1.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Bosch BMI088 6 axis IMU.", + "paragraph": "This library supports both I2C and SPI communication with the BMI088 along with accessing the BMI088 advanced features, such as synchronized output.", + "website": "https://github.com/bolderflight/bmi088-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bolderflight/BMI088.git", + "providesIncludes": ["BMI088.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BMI088-1.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_BMI088-1.0.1.zip", + "size": 5000216, + "checksum": "SHA-256:11c905e7dd043c5f705b649a9f9ffc3bc08124c31745f1e757b782e7ad9ef4fc" + }, + { + "name": "Iridium SBD", + "version": "1.0.0", + "author": "Mikal Hart", + "maintainer": "Mikal Hart\u003cmhcom@sundial.com\u003e", + "sentence": "This library supports satellite data communications from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It probably works on other Iridium devices too. Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/mikalhart/IridiumSBD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mikalhart/IridiumSBD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikalhart/Iridium_SBD-1.0.0.zip", + "archiveFileName": "Iridium_SBD-1.0.0.zip", + "size": 875708, + "checksum": "SHA-256:7aaca779cade2ad126c0eacf1666e123bb5a6af6441e58cf16cf346ffd6c3c63" + }, + { + "name": "Iridium SBD", + "version": "2.0.0", + "author": "Mikal Hart", + "maintainer": "Mikal Hart\u003cmhcom@sundial.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It probably works on other Iridium devices too. Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/mikalhart/IridiumSBD", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mikalhart/IridiumSBD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikalhart/Iridium_SBD-2.0.0.zip", + "archiveFileName": "Iridium_SBD-2.0.0.zip", + "size": 875711, + "checksum": "SHA-256:2d2579678081c7a900648a91f97e4ff0c6412b4f34f2b78268bf109d0012bec6" + }, + { + "name": "MAX44009 library", + "version": "1.2.3", + "author": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "maintainer": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "sentence": "Library for the \u003ca href=\"https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf\"\u003eMAX44009 Ambient Light Sensor\u003c/a\u003e.", + "paragraph": "Library for the MAX44009 Ambient Light Sensor IC, used in the popular CJMCU Breakout boards", + "website": "https://github.com/dantudose/MAX44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dantudose/MAX44009.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dantudose/MAX44009_library-1.2.3.zip", + "archiveFileName": "MAX44009_library-1.2.3.zip", + "size": 16059, + "checksum": "SHA-256:78aac842d7b11910aa17b9d020efbc4ff5d787e877cbdcb5d717571bfdb3ccc6" + }, + { + "name": "MAX44009 library", + "version": "1.0.1", + "author": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "maintainer": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "sentence": "Library for the \u003ca href=\"https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf\"\u003eMAX44009 Ambient Light Sensor\u003c/a\u003e.", + "paragraph": "Library for the MAX44009 Ambient Light Sensor IC, used in the popular CJMCU Breakout boards", + "website": "https://github.com/dantudose/MAX44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dantudose/MAX44009.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dantudose/MAX44009_library-1.0.1.zip", + "archiveFileName": "MAX44009_library-1.0.1.zip", + "size": 16269, + "checksum": "SHA-256:48e8b4fd602002a57cb7c8f507a85c2f9fdc2a334fc7008ad52399b2707ad14c" + }, + { + "name": "SparkFun LTE Shield Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", + "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", + "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.0.0.zip", + "size": 41053, + "checksum": "SHA-256:cda7dd98ca51d9a9ee00704fec734c92250ebcf205ca9b05644ccbda60d2131a" + }, + { + "name": "SparkFun LTE Shield Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", + "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", + "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.1.0.zip", + "size": 41495, + "checksum": "SHA-256:f28ab2bb9e568594de8148cc8d340eef6b9de6abc81b1795fd9b7e0122a96415" + }, + { + "name": "SparkFun LTE Shield Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", + "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", + "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.1.1.zip", + "size": 41590, + "checksum": "SHA-256:782cc65944b09711cc046d23f3b4246494c464413cc50c17dc11b320de4422cc" + }, + { + "name": "SparkFun LTE Shield Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", + "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", + "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.2.0.zip", + "size": 41606, + "checksum": "SHA-256:522ff42595a2f9339b50fc832eb4f116959b82fcf95ebdb8b547391bebeb2ce9" + }, + { + "name": "SparkFun LTE Shield Arduino Library", + "version": "1.3.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B", + "paragraph": "An Arduino Library for the SparkFun LTE Shield -- based on the u-blox SARA-R410M-02B.", + "website": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LTE_Shield_Arduino_Library-1.3.0.zip", + "archiveFileName": "SparkFun_LTE_Shield_Arduino_Library-1.3.0.zip", + "size": 41634, + "checksum": "SHA-256:50d13eba24c76b09117bef0b7d169abf969aa354968e51750b5b9f92086086e8" + }, + { + "name": "SparkFun TouchInput Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Master library to handle user input through touchscreens", + "paragraph": "This library provides common ways to handle user input from touch panels/screens. Create a touch input \"device\" as a combination of a hardware driver and \"elements\" like buttons, handles, and sliders. Create custom elements to interact with such as dials, gestures, and more.", + "website": "https://github.com/sparkfun/SparkFun_TouchInput_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TouchInput_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TouchInput_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_TouchInput_Arduino_Library-1.0.0.zip", + "size": 135137, + "checksum": "SHA-256:6d735a82b7ebdc0170f584545a62529b3c4c3ce678f308ace98fa7417842965f" + }, + { + "name": "SparkFun TouchInput Driver FT5xx6", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A driver library for using FT5xx6 devices, compatible with the SparkFun TouchInput library", + "paragraph": "This library allows for control of FT5xx6 capacitive touchscreen drivers. It is possible to either read the touch locations directly or use the SparkFun TouchInput compatible wrapper.", + "website": "https://github.com/sparkfun/SparkFun_TouchInput_Driver_FT5xx6", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TouchInput_Driver_FT5xx6.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TouchInput_Driver_FT5xx6-1.0.0.zip", + "archiveFileName": "SparkFun_TouchInput_Driver_FT5xx6-1.0.0.zip", + "size": 157768, + "checksum": "SHA-256:2d06206cc96389efaa48e6921e53963f49dfef793e83ce2449ca8eb642625776" + }, + { + "name": "LiquidCrystal_I2C_Hangul", + "version": "1.0.0", + "author": "Junwha Hong, Dohun Kim, HyungHo Kim", + "maintainer": "Junwha Hong \u003cjunwha@naver.com\u003e", + "sentence": "A library for printing Hangul on I2C LCD displays.", + "paragraph": "The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. This Library allows to print hangul on LCDs.", + "website": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul.git", + "url": "https://downloads.arduino.cc/libraries/github.com/junwha0511/LiquidCrystal_I2C_Hangul-1.0.0.zip", + "archiveFileName": "LiquidCrystal_I2C_Hangul-1.0.0.zip", + "size": 13103, + "checksum": "SHA-256:e68942f6ca49d6ce6be1e77730380e7d1f89556226a752fa73b6c0739e571ae1" + }, + { + "name": "LiquidCrystal_I2C_Hangul", + "version": "1.1.0", + "author": "Junwha Hong, Dohun Kim, HyungHo Kim", + "maintainer": "Junwha Hong \u003cjunwha@naver.com\u003e", + "sentence": "A library for printing Hangul on I2C LCD displays.", + "paragraph": "The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. This Library allows to print hangul on LCDs.", + "website": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul.git", + "url": "https://downloads.arduino.cc/libraries/github.com/junwha0511/LiquidCrystal_I2C_Hangul-1.1.0.zip", + "archiveFileName": "LiquidCrystal_I2C_Hangul-1.1.0.zip", + "size": 13100, + "checksum": "SHA-256:4d6c44d25622b3277cf9b17ae274295cf95d75feec1f129011b22817713849de" + }, + { + "name": "LiquidCrystal_I2C_Hangul", + "version": "2.0.0", + "author": "Junwha Hong, Dohun Kim, HyungHo Kim", + "maintainer": "Junwha Hong \u003cjunwha@naver.com\u003e", + "sentence": "A library for printing Hangul on I2C LCD displays.", + "paragraph": "The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. This Library allows to print hangul on LCDs.", + "website": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/junwha0511/LiquidCrystal_I2C_Hangul.git", + "url": "https://downloads.arduino.cc/libraries/github.com/junwha0511/LiquidCrystal_I2C_Hangul-2.0.0.zip", + "archiveFileName": "LiquidCrystal_I2C_Hangul-2.0.0.zip", + "size": 11216, + "checksum": "SHA-256:7cf02f138cf676865b9299716c8c62c8b65c52ae3852396200512eab9ca2976c" + }, + { + "name": "arduino-async-modem", + "version": "1.1.0", + "author": "Adam Coddington \u003cme@adamcoddington.net\u003e", + "maintainer": "Adam Coddington \u003cme@adamcoddington.net\u003e", + "sentence": "Asynchronously interact with your GSM or LTE modem.", + "paragraph": "Currently this supports the SIM7000 GSM modem.", + "website": "https://github.com/coddingtonbear/arduino-async-modem", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/coddingtonbear/arduino-async-modem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/coddingtonbear/arduino_async_modem-1.1.0.zip", + "archiveFileName": "arduino_async_modem-1.1.0.zip", + "size": 6989, + "checksum": "SHA-256:e57c9cd1aa5f30ede77a9c586e193665e3589eb04c6c1c9a1d116df8a772a385" + }, + { + "name": "arduino-async-duplex", + "version": "1.1.0", + "author": "Adam Coddington \u003cme@adamcoddington.net\u003e", + "maintainer": "Adam Coddington \u003cme@adamcoddington.net\u003e", + "sentence": "Easily and asynchronously with a serial device requiring call-and-response style commands.", + "paragraph": "Examples of devices that this is useful for are any modems using AT-commands like the SIM800, SIM7000, and ESP8266.", + "website": "https://github.com/coddingtonbear/arduino-async-duplex", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/coddingtonbear/arduino-async-duplex.git", + "url": "https://downloads.arduino.cc/libraries/github.com/coddingtonbear/arduino_async_duplex-1.1.0.zip", + "archiveFileName": "arduino_async_duplex-1.1.0.zip", + "size": 11772, + "checksum": "SHA-256:264b30d22deef55f5eff72c62e0a317047fedf874dbb0a3b8f23a6b81f9239bc" + }, + { + "name": "MCP23017", + "version": "1.0.0", + "author": "Bertrand Lemasle", + "maintainer": "Bertrand Lemasle", + "sentence": "MCP23017 I2C Port expander library.", + "paragraph": "Support all MCP23017 features, including interrupts. Allows full control over the chip registers.", + "website": "https://github.com/blemasle/arduino-mcp23107", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blemasle/arduino-mcp23017.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.0.0.zip", + "archiveFileName": "MCP23017-1.0.0.zip", + "size": 7723, + "checksum": "SHA-256:7e908b40030c54f39caccf67b23587787799e62fa12d85fe899543e2b424193b" + }, + { "name": "MCP23017", "version": "1.0.1", "author": "Bertrand Lemasle", @@ -135163,7 +181518,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-mcp23017.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.0.1.zip", "archiveFileName": "MCP23017-1.0.1.zip", "size": 7722, "checksum": "SHA-256:ff3a728d470a06f02067ba6e18bff417c5f34784b2d51b685298fbc39951e446" @@ -135180,7 +181535,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-mcp23017.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.1.0.zip", "archiveFileName": "MCP23017-1.1.0.zip", "size": 7825, "checksum": "SHA-256:09c2e08bf788b341fc5023696e7f4e6d4ab81fe53bde9e5f12ff119e1f79ee3e" @@ -135197,11 +181552,62 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-mcp23017.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.1.1.zip", "archiveFileName": "MCP23017-1.1.1.zip", "size": 7827, "checksum": "SHA-256:40e46b96417a518eab42e097fc598ebc6e764d100f664d26238c4d3ca135e831" }, + { + "name": "MCP23017", + "version": "1.1.2", + "author": "Bertrand Lemasle", + "maintainer": "Bertrand Lemasle", + "sentence": "MCP23017 I2C Port expander library.", + "paragraph": "Support all MCP23017 features, including interrupts. Allows full control over the chip registers.", + "website": "https://github.com/blemasle/arduino-mcp23017", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blemasle/arduino-mcp23017.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.1.2.zip", + "archiveFileName": "MCP23017-1.1.2.zip", + "size": 7828, + "checksum": "SHA-256:bd75fce39b572f1eb0a9ef8162774068354fcf085e37fc788c4a53ea8d9a5cd3" + }, + { + "name": "MCP23017", + "version": "1.2.0", + "author": "Bertrand Lemasle", + "maintainer": "Bertrand Lemasle", + "sentence": "MCP23017 I2C Port expander library.", + "paragraph": "Support all MCP23017 features, including interrupts. Allows full control over the chip registers.", + "website": "https://github.com/blemasle/arduino-mcp23017", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blemasle/arduino-mcp23017.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-1.2.0.zip", + "archiveFileName": "MCP23017-1.2.0.zip", + "size": 9431, + "checksum": "SHA-256:cd4287d85a4fe3a55bb32dcb5f17108b76d8c6bd9c07d716636e1401dc26c8a4" + }, + { + "name": "MCP23017", + "version": "2.0.0", + "author": "Bertrand Lemasle", + "maintainer": "Bertrand Lemasle", + "sentence": "MCP23017 I2C Port expander library.", + "paragraph": "Support all MCP23017 features, including interrupts. Allows full control over the chip registers.", + "website": "https://github.com/blemasle/arduino-mcp23017", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blemasle/arduino-mcp23017.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/MCP23017-2.0.0.zip", + "archiveFileName": "MCP23017-2.0.0.zip", + "size": 9700, + "checksum": "SHA-256:d20830255bab8662a04a49e2de9a6ced61795c52bc6234db98eeff2bcca6663f" + }, { "name": "AS1115", "version": "1.0.0", @@ -135214,7 +181620,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-as1115.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/AS1115-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/AS1115-1.0.0.zip", "archiveFileName": "AS1115-1.0.0.zip", "size": 7830, "checksum": "SHA-256:b194e84ee97e7af5819bdbeca93cd0b8650b1da9723bbbe91f7645376cc7ff76" @@ -135231,7 +181637,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-as1115.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/AS1115-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/AS1115-1.1.0.zip", "archiveFileName": "AS1115-1.1.0.zip", "size": 7904, "checksum": "SHA-256:531d7c16bec41d1648dfa23ec26e02a432487c98200352466c2a5eb1d689928b" @@ -135248,7 +181654,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-as1115.git", - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/AS1115-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/AS1115-1.1.1.zip", "archiveFileName": "AS1115-1.1.1.zip", "size": 7924, "checksum": "SHA-256:3151d238f276add0c895b1c22aa02b74b3cc999aec9bc2370e4174d4536e1b7d" @@ -135266,7 +181672,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.3.4.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.3.4.zip", "size": 36997, "checksum": "SHA-256:1fabe772d9da9fae5d51382c21a349997481bf70ac7d8aa491a2342ba4d8e868" @@ -135284,7 +181690,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.4.0.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.4.0.zip", "size": 47025, "checksum": "SHA-256:fe9d3afaac7ae021ce85bbe57746ae60817888e6da894e60f4ddb555a395588c" @@ -135302,7 +181708,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.0.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.5.0.zip", "size": 48388, "checksum": "SHA-256:f4f097012303c615a601730ba2b4b9e47c7532cba9a239625b106b7eb391be03" @@ -135320,7 +181726,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.1.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.5.1.zip", "size": 48376, "checksum": "SHA-256:d008b74417a4e5e22d00c6b2ba4dde2eac36593d1bd61b0610eebe039f0706dc" @@ -135338,7 +181744,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.2.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.5.2.zip", "size": 48409, "checksum": "SHA-256:a511417b28bcbeae30e02978d205084e829a1934c10b1c66f881dfea9cdac7c6" @@ -135356,7 +181762,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.5.3.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.5.3.zip", "size": 48472, "checksum": "SHA-256:c28694b450e9f8837e4f1dc6d8bb32dd83f3dceea896db62912d43982d7d8508" @@ -135374,11 +181780,115 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/arduino-lorawan.git", "providesIncludes": ["Arduino_LoRaWAN.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.6.0.zip", "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.6.0.zip", "size": 52294, "checksum": "SHA-256:a97a0f088fc3cc1e41b6a1c2b4a99c19d1586cd5281bcd4a1cfd9e42041e1746" }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.7.0", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": ["Arduino_LoRaWAN.h"], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.7.0.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.7.0.zip", + "size": 95051, + "checksum": "SHA-256:9f17d4849af197a92d7cee3e6f7014423fda1c437b43c0424860ae319330bdd5" + }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.8.0", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": ["Arduino_LoRaWAN.h"], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.8.0.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.8.0.zip", + "size": 95158, + "checksum": "SHA-256:06fcd0e1b58ecee10739cb6ed71671ad8207a08075223cbb5213028024765b75" + }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.9.0", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": ["Arduino_LoRaWAN.h"], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.9.0.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.9.0.zip", + "size": 110027, + "checksum": "SHA-256:591637df4379bb06303e1235418358e4b14827e3df7185ce62f8ead054ece23e" + }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.9.1", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": ["Arduino_LoRaWAN.h"], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.9.1.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.9.1.zip", + "size": 110594, + "checksum": "SHA-256:016f669a79b93d94f48de91b75be047df93b5c6d7584fe0ff75672c44ea60444" + }, { "name": "Adaino", "version": "0.1.0", @@ -135391,7 +181901,7 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/werktag/Adaino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/werktag/Adaino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/werktag/Adaino-0.1.0.zip", "archiveFileName": "Adaino-0.1.0.zip", "size": 32554, "checksum": "SHA-256:858ee58157b5f3a1955e4526fa71620f0e9f8284f371d6d47eb785979228d743" @@ -135408,7 +181918,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tommag/DS2431_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tommag/DS2431-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tommag/DS2431-1.1.0.zip", "archiveFileName": "DS2431-1.1.0.zip", "size": 9078, "checksum": "SHA-256:09838c6844632b71ed042dcc197c534dd829cb289b0a11cbe1e745864b330618" @@ -135426,7 +181936,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.11.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.11.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.11.0.zip", "size": 209000, "checksum": "SHA-256:e44819c4e946065294ad3a3dc77fd9360874deeef43df6765944a82ff4bfddfa" @@ -135444,7 +181954,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.10.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.10.0.zip", "size": 220909, "checksum": "SHA-256:c7516c4f4f2b9e5e353e5bf094e91f5ae69b2f41bcb2baeb7ecc245b7ad419b1" @@ -135462,7 +181972,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.14.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.14.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.14.0.zip", "size": 229877, "checksum": "SHA-256:45f33636c3c763b12ebc1be4a5c43565148c8742d9fb91c3f4ebd36fad698724" @@ -135480,7 +181990,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.12.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.12.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.12.0.zip", "size": 222759, "checksum": "SHA-256:e57b2a7fcaafdef881084235bab4b5b0cea06415a10d11b7d6d1619d9ed71722" @@ -135498,7 +182008,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.13.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.13.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.13.0.zip", "size": 231166, "checksum": "SHA-256:4c90a0805403af43650b3813e87b7f1e04f8300e73beba47f06a02926d4d656d" @@ -135516,7 +182026,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.15.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.15.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.15.0.zip", "size": 257727, "checksum": "SHA-256:bfbd55d8066fa115947c60ae93ef9c7eb8cd0eb7a58960d41718f743b7c3154a" @@ -135534,7 +182044,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.16.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.16.0.zip", "size": 273701, "checksum": "SHA-256:60c7450b5bc8eb8b2282ffcefde2ffe4557aa53d55f49ca5e36acebfdbd65f9f" @@ -135552,27 +182062,266 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", "providesIncludes": ["Catena.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.17.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.17.0.zip", "archiveFileName": "MCCI_Catena_Arduino_Platform-0.17.0.zip", "size": 280114, "checksum": "SHA-256:085dd9c3fa3d084446a249f52c8ea3c0c5fc95f4ef73d98fd0f650663f400053" }, { - "name": "Electronic Cats Internal Temperature Zero Library", - "version": "0.0.1", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "Arduino library for internal temperature of the family SAMD", - "paragraph": "Arduino library for internal temperature of the family SAMD", - "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", - "category": "Device Control", - "architectures": ["samd"], + "name": "MCCI Catena Arduino Platform", + "version": "0.18.0", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], "types": ["Contributed"], - "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_Internal_Temperature_Zero_Library-0.0.1.zip", - "archiveFileName": "Electronic_Cats_Internal_Temperature_Zero_Library-0.0.1.zip", - "size": 14919, - "checksum": "SHA-256:0447f29a9ba69ab794fe3621cc0767905872e7707fd717f7c2036175208b3bb9" + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.18.0.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.18.0.zip", + "size": 297836, + "checksum": "SHA-256:da8459e2a99501439942fbb48c20db71d8e8c90987d1e5286716cd8285a1cb34" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.18.1", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.18.1.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.18.1.zip", + "size": 297960, + "checksum": "SHA-256:a2cd9b810c5066a70610d41ec0583fa1e8e1b31051d5ca49cd65024b87ef39bb" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.19.0", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.19.0.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.19.0.zip", + "size": 299310, + "checksum": "SHA-256:7b4d4190d5b12a17a3eca9cedad5dec3b04fa24047631b31bdd46c452bff18ba" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.20.0", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.20.0.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.20.0.zip", + "size": 306691, + "checksum": "SHA-256:a90bfdf678e011ec1d44e546fb2df511436492c8bd2d9a59d525abd05ab7bde3" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.20.1", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.20.1.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.20.1.zip", + "size": 307316, + "checksum": "SHA-256:f4bcd6a72abd84290be6b4e00c45d48484137e0459d35b857af255a903246449" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.21.0", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.21.0.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.21.0.zip", + "size": 322597, + "checksum": "SHA-256:b303f7c7f8be5710c4686da50d1c023d4b8b2a0c662785399f230880426558e1" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.21.1", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park, Dhinesh Kumar Pitchai", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.21.1.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.21.1.zip", + "size": 322896, + "checksum": "SHA-256:96dfe3d58d9375af006f0415484235745c37bbde3b44db7826ee7f547c9ec7fd" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.21.2", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park, Dhinesh Kumar Pitchai", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": ["Catena.h"], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.21.2.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.21.2.zip", + "size": 323122, + "checksum": "SHA-256:4a2ae16be271833e211c68b370ee2027873a5256c968b526be66187f62b6dcf2" }, { "name": "FHEM", @@ -135587,7 +182336,7 @@ "types": ["Contributed"], "repository": "https://github.com/kingmathers313/FHEM_Arduino.git", "providesIncludes": ["FHEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.1.zip", "archiveFileName": "FHEM-0.0.1.zip", "size": 2870, "checksum": "SHA-256:bbb92479b16496989f5e5cf3f2e92702a312a0f9b39d7ac3bd0842e18332fa5d" @@ -135605,7 +182354,7 @@ "types": ["Contributed"], "repository": "https://github.com/kingmathers313/FHEM_Arduino.git", "providesIncludes": ["FHEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.2.zip", "archiveFileName": "FHEM-0.0.2.zip", "size": 3795, "checksum": "SHA-256:7965b18ca065b80107d3f1db6aea20d6293206c5e7c9dac3c4b343f1b4ca20ec" @@ -135623,7 +182372,7 @@ "types": ["Contributed"], "repository": "https://github.com/kingmathers313/FHEM_Arduino.git", "providesIncludes": ["FHEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.3.zip", "archiveFileName": "FHEM-0.0.3.zip", "size": 3819, "checksum": "SHA-256:26b84598fe1f95387d276028190fd99bfe9df01d3e8acd234e15632a0fec3b93" @@ -135641,7 +182390,7 @@ "types": ["Contributed"], "repository": "https://github.com/kingmathers313/FHEM_Arduino.git", "providesIncludes": ["FHEM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/kingmathers313/FHEM-0.0.4.zip", "archiveFileName": "FHEM-0.0.4.zip", "size": 3869, "checksum": "SHA-256:47323ee34124decf436fc5e7903378a1e1297a071cf5a8ec476f265c31f51d96" @@ -135658,7 +182407,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/VizIoT-com/viziot-mqtt-client-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VizIoT-com/VizIoTMqttClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/VizIoT-com/VizIoTMqttClient-1.0.0.zip", "archiveFileName": "VizIoTMqttClient-1.0.0.zip", "size": 8628, "checksum": "SHA-256:32c602183d664c166bf3fa1da477325b7935d1a89dfc363f7dc0c317b63dad95" @@ -135675,7 +182424,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/nickgammon/Regexp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nickgammon/Regexp-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nickgammon/Regexp-0.1.0.zip", "archiveFileName": "Regexp-0.1.0.zip", "size": 15182, "checksum": "SHA-256:ffdaa272cc21b0b6405f532737493a9ac06f015b5a4d61c82488799e4d95a831" @@ -135693,7 +182442,7 @@ "types": ["Contributed"], "repository": "https://github.com/sixfab/Sixfab_Arduino_NBIoT_Shield.git", "providesIncludes": ["Sixfab_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_NBIoT-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sixfab/Sixfab_NBIoT-1.0.0.zip", "archiveFileName": "Sixfab_NBIoT-1.0.0.zip", "size": 794874, "checksum": "SHA-256:48db84059f93e0e30aef9130a8496132a79fc83c62c1d613da9eb54698df1246" @@ -135711,7 +182460,7 @@ "types": ["Contributed"], "repository": "https://git.antares.id/lorawan-loraid/arduino-loraid.git", "providesIncludes": ["loraid.h"], - "url": "http://downloads.arduino.cc/libraries/git.antares.id/lorawan-loraid/LoraID-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/git.antares.id/lorawan-loraid/LoraID-1.0.0.zip", "archiveFileName": "LoraID-1.0.0.zip", "size": 35508, "checksum": "SHA-256:be36304ffe3abc774b89f27ae016eb27e4c7c51d996420d8118100e388b9544e" @@ -135728,7 +182477,7 @@ "architectures": ["nRF5"], "types": ["Contributed"], "repository": "https://github.com/tipih/NRF51_Radio_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tipih/NRF51_Radio_library-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tipih/NRF51_Radio_library-0.1.0.zip", "archiveFileName": "NRF51_Radio_library-0.1.0.zip", "size": 10554, "checksum": "SHA-256:176beeef1c835bf1ddd18bfce4a373c51ee6ed5aecaa700d990bb44ae62ff548" @@ -135745,7 +182494,7 @@ "architectures": ["nRF5"], "types": ["Contributed"], "repository": "https://github.com/tipih/NRF51_Radio_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tipih/NRF51_Radio_library-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tipih/NRF51_Radio_library-0.1.1.zip", "archiveFileName": "NRF51_Radio_library-0.1.1.zip", "size": 13090, "checksum": "SHA-256:acaae914d6aae0822e2a0f7f6de111b2d27e53b2592a5e8a82a63a92de5245a2" @@ -135762,7 +182511,7 @@ "architectures": ["nRF5"], "types": ["Contributed"], "repository": "https://github.com/tipih/NRF51_Radio_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tipih/NRF51_Radio_library-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tipih/NRF51_Radio_library-0.2.1.zip", "archiveFileName": "NRF51_Radio_library-0.2.1.zip", "size": 14985, "checksum": "SHA-256:24361fda53ca9bea16c41ce51eb2ca16c140f2e4092383c5494218a8c0bf48bf" @@ -135780,7 +182529,7 @@ "types": ["Contributed"], "repository": "https://github.com/MattFryer/Smoothed.git", "providesIncludes": ["Board_Identify.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-0.1.0.zip", "archiveFileName": "Smoothed-0.1.0.zip", "size": 18397, "checksum": "SHA-256:9c45ee74707b73af38739605870c41996bfc0d457b1243dd55a564511c435ab5" @@ -135798,7 +182547,7 @@ "types": ["Contributed"], "repository": "https://github.com/MattFryer/Smoothed.git", "providesIncludes": ["Smoothed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-0.2.0.zip", "archiveFileName": "Smoothed-0.2.0.zip", "size": 18374, "checksum": "SHA-256:a527f0d529eee55d5c81d1c6e97495c4951ae0f30e4ee0ed8ab0636c608f5a29" @@ -135816,7 +182565,7 @@ "types": ["Contributed"], "repository": "https://github.com/MattFryer/Smoothed.git", "providesIncludes": ["Smoothed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-1.0.0.zip", "archiveFileName": "Smoothed-1.0.0.zip", "size": 19855, "checksum": "SHA-256:fe781bf220fc7c77d9c76b6af122542476205120e04839e7dd57ead2df185276" @@ -135834,11 +182583,29 @@ "types": ["Contributed"], "repository": "https://github.com/MattFryer/Smoothed.git", "providesIncludes": ["Smoothed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-1.1.0.zip", "archiveFileName": "Smoothed-1.1.0.zip", "size": 19855, "checksum": "SHA-256:75e24c0767c52ea485ddb3a9efaee026d0a1b7b5a84b611a5a913e2ec15e7f16" }, + { + "name": "Smoothed", + "version": "1.2.0", + "author": "Matthew Fryer \u003cmatthew_fryer@hotmail.com\u003e", + "maintainer": "Matthew Fryer \u003cmatthew_fryer@hotmail.com\u003e", + "sentence": "A simple library to store and calculate smoothed values from sensors.", + "paragraph": "Expecially useful for reading values from the inbuilt, or an external ADC. Unlike most other similar libraries, Smoothed uses a template class allowing it to work with any numerical data type. This makes it both lightweight and flexible.", + "website": "https://github.com/MattFryer/Smoothed", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MattFryer/Smoothed.git", + "providesIncludes": ["Smoothed.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-1.2.0.zip", + "archiveFileName": "Smoothed-1.2.0.zip", + "size": 19949, + "checksum": "SHA-256:1e42da652f73c95aed1a7fc38ab8b5f231376b5110f7bd9a85a291a41affc2f4" + }, { "name": "uStepper S-lite", "version": "0.1.0", @@ -135851,7 +182618,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper-S-lite.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-0.1.0.zip", "archiveFileName": "uStepper_S_lite-0.1.0.zip", "size": 390665, "checksum": "SHA-256:1006f7f2f57126d57c1eaaa856560163acbd4a6bfd7539c7133a8fdb14bc97dc" @@ -135868,7 +182635,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper-S-lite.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-0.1.1.zip", "archiveFileName": "uStepper_S_lite-0.1.1.zip", "size": 388052, "checksum": "SHA-256:4b323c20e410565f80ddee381791ed894b53280de810482ad0a5635b5ed80b47" @@ -135885,11 +182652,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepper-S-lite.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-1.0.0.zip", "archiveFileName": "uStepper_S_lite-1.0.0.zip", "size": 858060, "checksum": "SHA-256:9872407e9cf3345a22ae9e05f214bc3fdb197d04ea472b91cf4ce8c58282c3bd" }, + { + "name": "uStepper S-lite", + "version": "1.1.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepper S-lite", + "paragraph": "uStepper support library", + "website": "https://github.com/uStepper/uStepper/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/uStepper-S-lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-1.1.0.zip", + "archiveFileName": "uStepper_S_lite-1.1.0.zip", + "size": 7246274, + "checksum": "SHA-256:c46ba9106a3e2dbb4b1b04a5cf1aca70d93ac72fb4e0d8eecb242e0b484f3894" + }, { "name": "ISFET board library", "version": "0.1.2", @@ -135902,7 +182686,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LuighiV/arduino-isfetboard.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LuighiV/ISFET_board_library-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LuighiV/ISFET_board_library-0.1.2.zip", "archiveFileName": "ISFET_board_library-0.1.2.zip", "size": 6688, "checksum": "SHA-256:059b67f65951562cdc5ad9c5ee5ff8c1144dcbf068956dfdd4ef27e7b3addf08" @@ -135919,7 +182703,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-StateMachine.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StateMachineLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StateMachineLib-1.0.0.zip", "archiveFileName": "StateMachineLib-1.0.0.zip", "size": 10576, "checksum": "SHA-256:b1cf4273a8f61924bfa8567ac1f7cf5053e4c483c19919381e0112288f917503" @@ -135936,7 +182720,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-GammaCorrection.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/GammaCorrectionLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/GammaCorrectionLib-1.0.0.zip", "archiveFileName": "GammaCorrectionLib-1.0.0.zip", "size": 10079, "checksum": "SHA-256:e56493316d956d764114851dabd13d7de794e6124f3ba7cf937611d14e9dfd69" @@ -135953,7 +182737,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-Articulated.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ArticulatedLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ArticulatedLib-1.0.0.zip", "archiveFileName": "ArticulatedLib-1.0.0.zip", "size": 23619, "checksum": "SHA-256:19a2fc14b5e4c0185f5d7ce8362c4da63609b74ba7649d3e20f7b8d0746576b6" @@ -135970,7 +182754,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-TimeoutTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/TimeoutTaskLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/TimeoutTaskLib-1.0.0.zip", "archiveFileName": "TimeoutTaskLib-1.0.0.zip", "size": 11792, "checksum": "SHA-256:7360a7154812be59ba01388ce36adb5cc3036a3ba2d136e262ecffc28cf102bb" @@ -135987,7 +182771,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-I2CScanner.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/I2CScanner-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/I2CScanner-1.0.0.zip", "archiveFileName": "I2CScanner-1.0.0.zip", "size": 10400, "checksum": "SHA-256:15f8a8e54f0387c81989d11c191d337506a1720e92f95f5be674221933e3b327" @@ -136004,7 +182788,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-LinkedList.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/LinkedListLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/LinkedListLib-1.0.0.zip", "archiveFileName": "LinkedListLib-1.0.0.zip", "size": 10166, "checksum": "SHA-256:53889a4d8b48938e0e1379a114bbe3893e07a10f7d5382c60b110c2910835d70" @@ -136021,7 +182805,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-List.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ListLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ListLib-1.0.0.zip", "archiveFileName": "ListLib-1.0.0.zip", "size": 10686, "checksum": "SHA-256:c43244b49a5302cff857a22e8e48905932099f95aa17e48bf5d9235462171e39" @@ -136038,7 +182822,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-CircularBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CircularBufferLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CircularBufferLib-1.0.0.zip", "archiveFileName": "CircularBufferLib-1.0.0.zip", "size": 9622, "checksum": "SHA-256:3778ae53be30471d7eee31a424e10014298cb686272fb3846d321a2055f9562e" @@ -136055,7 +182839,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-Stopwatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StopwatchLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StopwatchLib-1.0.0.zip", "archiveFileName": "StopwatchLib-1.0.0.zip", "size": 10290, "checksum": "SHA-256:f56ea0aaa7e583118e95b9927390e47a655a90d1616b4a3c9917f4c462a8ccd0" @@ -136072,7 +182856,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ColorConverter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ColorConverter-1.0.0.zip", "archiveFileName": "ColorConverter-1.0.0.zip", "size": 9944, "checksum": "SHA-256:409df4852a5385bf9c07be30aaa78d4073715b2dec6beb17d728ddaff0356350" @@ -136089,7 +182873,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ColorConverter-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ColorConverter-1.1.0.zip", "archiveFileName": "ColorConverter-1.1.0.zip", "size": 10256, "checksum": "SHA-256:5b35fb7c54fb85799736a9294f4c5c401b31663632dff74920b360c6c02cea1b" @@ -136106,7 +182890,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-PropertyChange.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/PropertyChangeLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/PropertyChangeLib-1.0.0.zip", "archiveFileName": "PropertyChangeLib-1.0.0.zip", "size": 14506, "checksum": "SHA-256:a1b5a0609796df2179c5ba1118b2aafb32d2d56f04e29df2b9ef383561417e87" @@ -136123,7 +182907,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-Countdown.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CountdownLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CountdownLib-1.0.0.zip", "archiveFileName": "CountdownLib-1.0.0.zip", "size": 9144, "checksum": "SHA-256:99ae01155a3bc3d1762c112641a590a8e4a3f03c85be41abf785c24de3c0c9b0" @@ -136140,7 +182924,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-DebounceFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/DebounceFilterLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/DebounceFilterLib-1.0.0.zip", "archiveFileName": "DebounceFilterLib-1.0.0.zip", "size": 11688, "checksum": "SHA-256:0aecccd2f6a191cffd4e48dd0f3477d6bd3e771c0acb1b06a95724911d051817" @@ -136157,7 +182941,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-Meanfilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MeanFilterLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MeanFilterLib-1.0.0.zip", "archiveFileName": "MeanFilterLib-1.0.0.zip", "size": 12795, "checksum": "SHA-256:9b40d238ba0ee8e2b8f6c0aaafd3a3056e88ec1a9030aa9b5adc11341c0a2a77" @@ -136174,7 +182958,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-SingleEmaFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SingleEMAFilterLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SingleEMAFilterLib-1.0.0.zip", "archiveFileName": "SingleEMAFilterLib-1.0.0.zip", "size": 12543, "checksum": "SHA-256:7dac39e763b2e76cef98ea434ca607eacb496809a0bfebc21b095825760aca2d" @@ -136191,7 +182975,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-DoubleEmaFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/DoubleEMAFilterLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/DoubleEMAFilterLib-1.0.0.zip", "archiveFileName": "DoubleEMAFilterLib-1.0.0.zip", "size": 12722, "checksum": "SHA-256:1e94c6c2f481db88a10eef77f919f1e69d32792087007a29761e4c2e111d0379" @@ -136208,7 +182992,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-MedianFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MedianFilterLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MedianFilterLib-1.0.0.zip", "archiveFileName": "MedianFilterLib-1.0.0.zip", "size": 13172, "checksum": "SHA-256:a12f43a7c1a0a000fc8836fa8ae85d771d578cc01610846b025e6c855e80eec5" @@ -136225,7 +183009,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-Threshold.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ThresholdLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ThresholdLib-1.0.0.zip", "archiveFileName": "ThresholdLib-1.0.0.zip", "size": 15333, "checksum": "SHA-256:eb31843bea9639cd2bc924ec39b5104e559c0e4400081d6f1b02ac37bdaf98d5" @@ -136242,11 +183026,27 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-QuickSort.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/QuickSortLib-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/QuickSortLib-1.1.0.zip", "archiveFileName": "QuickSortLib-1.1.0.zip", "size": 10466, "checksum": "SHA-256:7aa282489bdd283a053028f94959a49c4a3735b4a43d0bc53d03cc1fdc7cee00" }, + { + "name": "QuickSortLib", + "version": "1.2.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "QuickSort Library", + "website": "https://www.luisllamas.es", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-QuickSort.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/QuickSortLib-1.2.0.zip", + "archiveFileName": "QuickSortLib-1.2.0.zip", + "size": 10424, + "checksum": "SHA-256:a363d1bc45176757976ccd0e1699c1ae67b5259d784563b7a99663af4c032dba" + }, { "name": "QuickMedianLib", "version": "1.0.0", @@ -136259,11 +183059,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/luisllamasbinaburo/Arduino-QuickMedian.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/QuickMedianLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/QuickMedianLib-1.0.0.zip", "archiveFileName": "QuickMedianLib-1.0.0.zip", "size": 10093, "checksum": "SHA-256:af25df3983aee7d00784f20dbef51b5da53a5b0454ce693766c000de376d95a3" }, + { + "name": "QuickMedianLib", + "version": "1.1.1", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "QuickMedian Library", + "paragraph": "Arduino Library that performs the rapid calculation of the median of an array in Arduino applying the algorithm QuickSelect modified by Wirth.", + "website": "https://github.com/luisllamasbinaburo/Arduino-QuickMedian", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-QuickMedian.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/QuickMedianLib-1.1.1.zip", + "archiveFileName": "QuickMedianLib-1.1.1.zip", + "size": 10098, + "checksum": "SHA-256:31624e69322a98bad4dfde31a8d7f20754e721f95c251ab683bc23477a883106" + }, { "name": "FaBo PWM PCA9685", "version": "1.0.0", @@ -136276,7 +183093,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoPWM-PCA9685-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_PWM_PCA9685-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_PWM_PCA9685-1.0.0.zip", "archiveFileName": "FaBo_PWM_PCA9685-1.0.0.zip", "size": 9169, "checksum": "SHA-256:4849b762e8e2b51c211c726ef1885ae6da0bfff788a3fd981ed5a3a836062431" @@ -136293,7 +183110,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-1.0.0.zip", "archiveFileName": "Settings_Manager-1.0.0.zip", "size": 15887, "checksum": "SHA-256:4d5b84178215d22981fb572198a401526f2b52e842df4ce27976e972f8e4936e" @@ -136310,7 +183127,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.0.zip", "archiveFileName": "Settings_Manager-2.0.0.zip", "size": 19851, "checksum": "SHA-256:2ffad26252193f360311dd6cd84520b8401ad0fe58350194415912344b41e345" @@ -136327,7 +183144,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.1.zip", "archiveFileName": "Settings_Manager-2.0.1.zip", "size": 20924, "checksum": "SHA-256:a82d9773870629db19133cd616bc21e51549c1cb560ae28c52fd9a6e03fd8bd0" @@ -136344,7 +183161,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.2.zip", "archiveFileName": "Settings_Manager-2.0.2.zip", "size": 21066, "checksum": "SHA-256:434a1ed987f33ef2c301cae0c6e88aed9fc3496d941329b8cb78642d266613ea" @@ -136361,7 +183178,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.3.zip", "archiveFileName": "Settings_Manager-2.0.3.zip", "size": 21226, "checksum": "SHA-256:8dac6a4f89a98b49112f8ec7b3cd66fd117b9e9f6a5e536ec17cdf6980f319d7" @@ -136378,7 +183195,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.4.zip", "archiveFileName": "Settings_Manager-2.0.4.zip", "size": 30790, "checksum": "SHA-256:99cbb26c83d53629854ef71e3dfc97ebe6f235e3bda2dbe6b367580512ec1896" @@ -136395,7 +183212,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.5.zip", "archiveFileName": "Settings_Manager-2.0.5.zip", "size": 30380, "checksum": "SHA-256:2d4ca7affafc83400fcb53132a5325fec0800e20f6fbef75ea2bee5cfd2a4159" @@ -136412,7 +183229,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.6.zip", "archiveFileName": "Settings_Manager-2.0.6.zip", "size": 31789, "checksum": "SHA-256:c81ca45a94c0ca8056c35b7cd8a9a8e5ee53914ca5f34fb1d571d479908107b5" @@ -136429,7 +183246,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.7.zip", "archiveFileName": "Settings_Manager-2.0.7.zip", "size": 31824, "checksum": "SHA-256:d8971de57807a163de5123e7007d3a50edd14c1803d2bb17dd93cf66736fc14a" @@ -136446,27 +183263,78 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.8.zip", "archiveFileName": "Settings_Manager-2.0.8.zip", "size": 30752, "checksum": "SHA-256:4fbf1caf33250a681fdd0f6ed7875332a648cd755fa9471ab167fd6f5609ffbe" }, { - "name": "ESPManager", - "version": "1.0.0", + "name": "Settings Manager", + "version": "2.0.9", "author": "Sergiu Toporjinschi", "maintainer": "Sergiu Toporjinschi", - "sentence": "ESP manager", - "paragraph": "A wrapper for connection an ESP8266-01 to wifi, mqtt and create a small comunication", - "website": "https://github.com/SergiuToporjinschi/espmanager", - "category": "Device Control", + "sentence": "Settings manager", + "paragraph": "A wrapper for reading json formated files", + "website": "https://github.com/SergiuToporjinschi/settingsmanager", + "category": "Data Storage", "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-1.0.0.zip", - "archiveFileName": "ESPManager-1.0.0.zip", - "size": 19812, - "checksum": "SHA-256:8f7371ee9eb15cc87eb176396b6a48aafaf41cc8d6cd59f8ed963bd10c90345d" + "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.0.9.zip", + "archiveFileName": "Settings_Manager-2.0.9.zip", + "size": 30760, + "checksum": "SHA-256:8d0a9ae46ea35b475b086acd14fbcaeff4820221d2187192666da6d21d962779" + }, + { + "name": "Settings Manager", + "version": "2.1.1", + "author": "Sergiu Toporjinschi", + "maintainer": "Sergiu Toporjinschi", + "sentence": "Settings manager", + "paragraph": "A wrapper for reading json formated files", + "website": "https://github.com/SergiuToporjinschi/settingsmanager", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.1.1.zip", + "archiveFileName": "Settings_Manager-2.1.1.zip", + "size": 30890, + "checksum": "SHA-256:5e22028cad85f1d20883e8e82b9a4d4ea1051d332dcacf5223a4481db675fdca" + }, + { + "name": "Settings Manager", + "version": "2.1.2", + "author": "Sergiu Toporjinschi", + "maintainer": "Sergiu Toporjinschi", + "sentence": "Settings manager", + "paragraph": "A wrapper for reading json formated files", + "website": "https://github.com/SergiuToporjinschi/settingsmanager", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/SergiuToporjinschi/settingsmanager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/Settings_Manager-2.1.2.zip", + "archiveFileName": "Settings_Manager-2.1.2.zip", + "size": 28397, + "checksum": "SHA-256:9c85c4a11b18ffa4202686374338e55699718db1314f4309ba6e60aaee371d23" + }, + { + "name": "ESPManager", + "version": "1.0.0", + "author": "Sergiu Toporjinschi", + "maintainer": "Sergiu Toporjinschi", + "sentence": "ESP manager", + "paragraph": "A wrapper for connection an ESP8266-01 to wifi, mqtt and create a small comunication", + "website": "https://github.com/SergiuToporjinschi/espmanager", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/SergiuToporjinschi/espmanager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-1.0.0.zip", + "archiveFileName": "ESPManager-1.0.0.zip", + "size": 19812, + "checksum": "SHA-256:8f7371ee9eb15cc87eb176396b6a48aafaf41cc8d6cd59f8ed963bd10c90345d" }, { "name": "ESPManager", @@ -136480,7 +183348,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.0.zip", "archiveFileName": "ESPManager-2.0.0.zip", "size": 24079, "checksum": "SHA-256:7a3b5b523a61e3b9d43b70bdc3b3bf4e62d45b0b9bf70986854baccf60231411" @@ -136497,7 +183365,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.1.zip", "archiveFileName": "ESPManager-2.0.1.zip", "size": 24400, "checksum": "SHA-256:532882699ee5962c52f1a6f356b0a680fa8002132e6948eaafe5574940235b71" @@ -136514,7 +183382,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.3.zip", "archiveFileName": "ESPManager-2.0.3.zip", "size": 24540, "checksum": "SHA-256:7fc6067cce65a332e13eba379ca837dd0c4064f5e11da06ef27ab8ff99de709e" @@ -136531,7 +183399,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-2.0.4.zip", "archiveFileName": "ESPManager-2.0.4.zip", "size": 25069, "checksum": "SHA-256:e5b50fa65b4f807e217392e245311aa441f792b4b9fcb96f57266b07e6e04f91" @@ -136548,7 +183416,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.0.zip", "archiveFileName": "ESPManager-3.0.0.zip", "size": 31110, "checksum": "SHA-256:1022474a3fa21a91b740f60b89fb665ec945a07e8be3ef7ea8fe3fde9d2d13ea" @@ -136565,7 +183433,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.1.zip", "archiveFileName": "ESPManager-3.0.1.zip", "size": 28015, "checksum": "SHA-256:3f8a8b16e8d3d19e1056d23d5297d613eae11f8146679e18c57cd041e7dd15b2" @@ -136582,7 +183450,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.2.zip", "archiveFileName": "ESPManager-3.0.2.zip", "size": 28111, "checksum": "SHA-256:eabee00f43155b31a3319d4ccf790393d5c15a7401158d43be65e31d0271062d" @@ -136599,7 +183467,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.3.zip", "archiveFileName": "ESPManager-3.0.3.zip", "size": 28354, "checksum": "SHA-256:68a1f7259959d668864055c25b4a63a53e9083cc6aa391296734721de624dc0a" @@ -136616,11 +183484,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/SergiuToporjinschi/espmanager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.0.4.zip", "archiveFileName": "ESPManager-3.0.4.zip", "size": 29126, "checksum": "SHA-256:66ab9d000354fceefb6bc80ff2f36a908db2b86ba7ee367bd65e3f36fee7580a" }, + { + "name": "ESPManager", + "version": "3.1.1", + "author": "Sergiu Toporjinschi", + "maintainer": "Sergiu Toporjinschi", + "sentence": "ESP manager", + "paragraph": "A wrapper for connection an ESP8266-01 to wifi, mqtt and create a small comunication", + "website": "https://github.com/SergiuToporjinschi/espmanager", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SergiuToporjinschi/espmanager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.1.1.zip", + "archiveFileName": "ESPManager-3.1.1.zip", + "size": 29409, + "checksum": "SHA-256:23dd3cd13a7509385b7bbf5258d5839fcf0e52faa8cc6555a1ddf262de8a60ef" + }, + { + "name": "ESPManager", + "version": "3.1.2", + "author": "Sergiu Toporjinschi", + "maintainer": "Sergiu Toporjinschi", + "sentence": "ESP manager", + "paragraph": "A wrapper for connection an ESP8266-01 to wifi, mqtt and create a small comunication", + "website": "https://github.com/SergiuToporjinschi/espmanager", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SergiuToporjinschi/espmanager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergiuToporjinschi/ESPManager-3.1.2.zip", + "archiveFileName": "ESPManager-3.1.2.zip", + "size": 29601, + "checksum": "SHA-256:68b315a468fc32e281b1bda93b4d5777a033df648e2e484e5e4b50561d24e0b8" + }, { "name": "MobaTools", "version": "0.9.1", @@ -136633,7 +183535,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-0.9.1.zip", "archiveFileName": "MobaTools-0.9.1.zip", "size": 270479, "checksum": "SHA-256:990d918a7cf568dba950fce055bf1e6cc802aecd8f9f7b1df064e3d65ca40776" @@ -136650,7 +183552,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.0.0.zip", "archiveFileName": "MobaTools-1.0.0.zip", "size": 271062, "checksum": "SHA-256:5df59cfb67376a5c16e4497cf85d18682e66370d84e7a7db29e475cde98165c5" @@ -136667,7 +183569,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.0.2.zip", "archiveFileName": "MobaTools-1.0.2.zip", "size": 271184, "checksum": "SHA-256:cc0dc5bb0e9f83ed23b6ee732c260523d234b3d8c7e9f729529fbad9641d3a3d" @@ -136684,7 +183586,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.0.3.zip", "archiveFileName": "MobaTools-1.0.3.zip", "size": 271382, "checksum": "SHA-256:e5354b4b9950c29921ac08ab35312e0ea5cc17a929fa69a3cf0d139df7888d33" @@ -136701,7 +183603,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.0.zip", "archiveFileName": "MobaTools-1.1.0.zip", "size": 303499, "checksum": "SHA-256:9f48eff93438206ba2598839d97a746f97a1e5660326fcd579b73f590ea1d4a5" @@ -136718,7 +183620,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.1.zip", "archiveFileName": "MobaTools-1.1.1.zip", "size": 316772, "checksum": "SHA-256:e104cd89d34a4676c296a8acafde8b4dc1d64a3237307c4315289068bc7ec0ba" @@ -136736,11 +183638,191 @@ "types": ["Contributed"], "repository": "https://github.com/MicroBahner/MobaTools.git", "providesIncludes": ["MobaTools.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.2.zip", "archiveFileName": "MobaTools-1.1.2.zip", "size": 320078, "checksum": "SHA-256:34902cf6913984d9af5b2f609f7e5e7a819b7a623cde3e69f13ac1c75ac8aae8" }, + { + "name": "MobaTools", + "version": "1.1.3", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos und Leds\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.3.zip", + "archiveFileName": "MobaTools-1.1.3.zip", + "size": 320400, + "checksum": "SHA-256:737d3cddcde1119fb93c6674d6e3854ed8e839ac12127e6f55262a5533a4ef51" + }, + { + "name": "MobaTools", + "version": "1.1.4", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos und Leds\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.4.zip", + "archiveFileName": "MobaTools-1.1.4.zip", + "size": 320710, + "checksum": "SHA-256:4e7498aa0873c2ea6d0eb4c1c421ef1e2a7f92b3e68df5683e1c96e60df85b03" + }, + { + "name": "MobaTools", + "version": "1.1.5", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos und Leds\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-1.1.5.zip", + "archiveFileName": "MobaTools-1.1.5.zip", + "size": 320914, + "checksum": "SHA-256:32b7ee897348b48bfeb3d788902348f5cefb7bbb9d2c7f23af8f7689c22c5da6" + }, + { + "name": "MobaTools", + "version": "2.0.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos und Leds\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.0.0.zip", + "archiveFileName": "MobaTools-2.0.0.zip", + "size": 416525, + "checksum": "SHA-256:8472b98d0364616c497e6dc0d9402adc2345b364280b2750c489db1d04a8d451" + }, + { + "name": "MobaTools", + "version": "2.1.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, STM32F1 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.1.0.zip", + "archiveFileName": "MobaTools-2.1.0.zip", + "size": 437073, + "checksum": "SHA-256:63f9b922ce51ef72bdee0a32ca8a7cdd67baaf0a5adee3674cbf645225652e12" + }, + { + "name": "MobaTools", + "version": "2.1.1", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, STM32F1 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.1.1.zip", + "archiveFileName": "MobaTools-2.1.1.zip", + "size": 437087, + "checksum": "SHA-256:23065abd8e0b6a72346cad950302215d5f40f534ec38f6b8598a29fb23d73338" + }, + { + "name": "MobaTools", + "version": "2.2.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, STM32F1 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.2.0.zip", + "archiveFileName": "MobaTools-2.2.0.zip", + "size": 443624, + "checksum": "SHA-256:7184f85b153d3c9f2015b06f3b15dab0211b21730d00feaeed94db77fbddb373" + }, + { + "name": "MobaTools", + "version": "2.3.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, STM32F1 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.3.0.zip", + "archiveFileName": "MobaTools-2.3.0.zip", + "size": 499834, + "checksum": "SHA-256:9bac37ac785ce9dcbdb173a09c8dab7d865b8320a8a8b5eb4ef99f7baf055d1b" + }, + { + "name": "MobaTools", + "version": "2.3.1", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, STM32F1 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.3.1.zip", + "archiveFileName": "MobaTools-2.3.1.zip", + "size": 499893, + "checksum": "SHA-256:fc292e71dbf81b37933dd1073738d9b9cf30a92f3493fc8a5910b04134b408a4" + }, + { + "name": "MobaTools", + "version": "2.4.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": ["avr", "STM32F1", "STM32F4", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": ["MobaTools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.4.0.zip", + "archiveFileName": "MobaTools-2.4.0.zip", + "size": 594580, + "checksum": "SHA-256:2afc3ca6a99e4a89b050ee914e26abaa3ebbb685b0b2a40b0df5683f723d9fb3" + }, { "name": "esp32FOTA", "version": "0.1.0", @@ -136754,7 +183836,7 @@ "types": ["Contributed"], "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", "providesIncludes": ["esp32fota.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.0.zip", "archiveFileName": "esp32FOTA-0.1.0.zip", "size": 9509, "checksum": "SHA-256:662a67dc4fba360170c4e7ec6790b7a74caea3ba8ee3aa4493db627dd708b96e" @@ -136772,11 +183854,80 @@ "types": ["Contributed"], "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", "providesIncludes": ["esp32fota.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.1.zip", "archiveFileName": "esp32FOTA-0.1.1.zip", "size": 9590, "checksum": "SHA-256:2c4de67a5639cdfa2e71a09d020634526b97d6d0568a969a28c43f9f622fea07" }, + { + "name": "esp32FOTA", + "version": "0.1.2", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": ["esp32fota.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.2.zip", + "archiveFileName": "esp32FOTA-0.1.2.zip", + "size": 10835, + "checksum": "SHA-256:a507162f043fcd9759b0d603c332b0aa9612b58113ba40c93fec50f11d730a1a" + }, + { + "name": "esp32FOTA", + "version": "0.1.3", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": ["esp32fota.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.3.zip", + "archiveFileName": "esp32FOTA-0.1.3.zip", + "size": 513402, + "checksum": "SHA-256:7c3e8367ea75066e8db0598370b0fc8c703ab1abc6e311a5e548177770648a68" + }, + { + "name": "esp32FOTA", + "version": "0.1.4", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": ["esp32fota.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.4.zip", + "archiveFileName": "esp32FOTA-0.1.4.zip", + "size": 513423, + "checksum": "SHA-256:d987f88b8e796e0e6255460a5d74919313edcccd9c4b96b496c65d4eef57b784" + }, { "name": "WiFiMQTTManager Library", "version": "1.0.0-beta", @@ -136789,7 +183940,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dreed47/WifiMQTTManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dreed47/WiFiMQTTManager_Library-1.0.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dreed47/WiFiMQTTManager_Library-1.0.0-beta.zip", "archiveFileName": "WiFiMQTTManager_Library-1.0.0-beta.zip", "size": 150201, "checksum": "SHA-256:49e23035ef6a519e416e030ee534e98d57544f80d77ba6d6766179201575033b" @@ -136806,7 +183957,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dreed47/WifiMQTTManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dreed47/WiFiMQTTManager_Library-1.0.1-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dreed47/WiFiMQTTManager_Library-1.0.1-beta.zip", "archiveFileName": "WiFiMQTTManager_Library-1.0.1-beta.zip", "size": 150201, "checksum": "SHA-256:2a055376c56726cb26d3d9f736f7ace439db9c33c8bc865057eea8f3d96a2106" @@ -136824,7 +183975,7 @@ "types": ["Contributed"], "repository": "https://github.com/5N44P/ht1621-7-seg.git", "providesIncludes": ["HT1621.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.0.zip", "archiveFileName": "HT1621-2.0.0.zip", "size": 575143, "checksum": "SHA-256:1528864c83aa29888baff22dffb6e1027fa7d8df1f16ae181e38576fc37a9b00" @@ -136842,7 +183993,7 @@ "types": ["Contributed"], "repository": "https://github.com/5N44P/ht1621-7-seg.git", "providesIncludes": ["HT1621.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.1.zip", "archiveFileName": "HT1621-2.0.1.zip", "size": 575220, "checksum": "SHA-256:f4c0469e5d6c5ea4c4656ebc0a23a33a0fbc11365aab63caca5bc2d80b4db94a" @@ -136860,11 +184011,29 @@ "types": ["Contributed"], "repository": "https://github.com/5N44P/ht1621-7-seg.git", "providesIncludes": ["HT1621.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.2.zip", "archiveFileName": "HT1621-2.0.2.zip", "size": 575217, "checksum": "SHA-256:d402acc7975df624d5d5db4212514ee537dc3b6fdc35499a123c14f3b47939c1" }, + { + "name": "HT1621", + "version": "2.0.3", + "author": "valerio\\new (5N44P), anxzhu", + "maintainer": "valerio\\new (5N44P)", + "sentence": "A library for HT1621 based 7-seg LCDs.", + "paragraph": "Supports signed integers and signed floats up to 6 digits (sign included).", + "website": "https://github.com/5N44P/ht1621-7-seg", + "category": "Display", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/5N44P/ht1621-7-seg.git", + "providesIncludes": ["HT1621.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.0.3.zip", + "archiveFileName": "HT1621-2.0.3.zip", + "size": 574901, + "checksum": "SHA-256:63a31d90419da3036ff1963c69546af8eb3537a48492b5f0100629354035e84e" + }, { "name": "SparkFun Qwiic Twist Arduino Library", "version": "1.0.0", @@ -136877,7 +184046,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_Qwiic_Twist_Arduino_Library-1.0.0.zip", "size": 25206, "checksum": "SHA-256:6582e6a5854ad5eb136e15b0b13e2a68f74b3ba0e0c59ebca49023ae6b51bd98" @@ -136894,7 +184063,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_Qwiic_Twist_Arduino_Library-1.0.1.zip", "size": 25209, "checksum": "SHA-256:f25e09ea260cef0261f786c7d9e8302d161212f2c81bc62502f991665a9f27a7" @@ -136911,7 +184080,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_Qwiic_Twist_Arduino_Library-1.0.2.zip", "size": 25225, "checksum": "SHA-256:3f8ba9582fbdb4b8fd04017c1fd1fb1e0d12c5ca8060bd8353dd95670077c5bc" @@ -136928,7 +184097,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.3.zip", "archiveFileName": "SparkFun_Qwiic_Twist_Arduino_Library-1.0.3.zip", "size": 28343, "checksum": "SHA-256:4a708ff2f02e9b5bdc3396a99c13e8b0eb4f03b44a54c7de62336ab1b715d487" @@ -136945,7 +184114,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plapointe6/EspMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.2.0.zip", "archiveFileName": "EspMQTTClient-1.2.0.zip", "size": 19188, "checksum": "SHA-256:da43a87ad993f900795106a0ce8779e4e25488b832fac1b9a29b00325c785efc" @@ -136962,7 +184131,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plapointe6/EspMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.0.0.zip", "archiveFileName": "EspMQTTClient-1.0.0.zip", "size": 18796, "checksum": "SHA-256:f1ab74bded41df187c5175a56e6927330014dae8fd56bdcf48576e73fcbcc5bd" @@ -136979,7 +184148,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plapointe6/EspMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.3.0.zip", "archiveFileName": "EspMQTTClient-1.3.0.zip", "size": 19552, "checksum": "SHA-256:4dabd189bec965f92eeb6d78136faa60ba58e658c8db58f3ff9a8beb6847b69d" @@ -136996,7 +184165,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plapointe6/EspMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.4.0.zip", "archiveFileName": "EspMQTTClient-1.4.0.zip", "size": 21635, "checksum": "SHA-256:89b62688eaff4636003a86d10873333fd147f0c349dc8afb7e26a1e54a8c7240" @@ -137013,7 +184182,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plapointe6/EspMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.5.0.zip", "archiveFileName": "EspMQTTClient-1.5.0.zip", "size": 24848, "checksum": "SHA-256:3d94efb5f383f4b192b60ae17772515f828b5da029e9eac2d58f2d7523545093" @@ -137030,11 +184199,177 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/plapointe6/EspMQTTClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.6.0.zip", "archiveFileName": "EspMQTTClient-1.6.0.zip", "size": 25434, "checksum": "SHA-256:a879e781a8759fed7564e088b0bea109ddd991146076fac39c8be6f5de11410b" }, + { + "name": "EspMQTTClient", + "version": "1.6.2", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.6.2.zip", + "archiveFileName": "EspMQTTClient-1.6.2.zip", + "size": 25472, + "checksum": "SHA-256:755ac0bed22fb68163ce046903d8cbe634cafbeafd86849198c6657aebb4d2e3" + }, + { + "name": "EspMQTTClient", + "version": "1.7.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.7.0.zip", + "archiveFileName": "EspMQTTClient-1.7.0.zip", + "size": 25949, + "checksum": "SHA-256:7179bc79a675bf56792e23a8d062bb25a4847f07678f1e2c67372c65420f9bda" + }, + { + "name": "EspMQTTClient", + "version": "1.8.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.8.0.zip", + "archiveFileName": "EspMQTTClient-1.8.0.zip", + "size": 26589, + "checksum": "SHA-256:6f74dd1524a073b515af4f71b531e88a29913541941438a0c67ab524a2fe65c4" + }, + { + "name": "EspMQTTClient", + "version": "1.9.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.9.0.zip", + "archiveFileName": "EspMQTTClient-1.9.0.zip", + "size": 27500, + "checksum": "SHA-256:9f9dba0ba50af558a429753e0f944c5790c7540abc23541294439f58e9f92c5c" + }, + { + "name": "EspMQTTClient", + "version": "1.10.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.10.0.zip", + "archiveFileName": "EspMQTTClient-1.10.0.zip", + "size": 28068, + "checksum": "SHA-256:8deb389106d0775e93f9f7d5224431a6ec003393a086f8bad7fcb355e94239f1" + }, + { + "name": "EspMQTTClient", + "version": "1.10.2", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.10.2.zip", + "archiveFileName": "EspMQTTClient-1.10.2.zip", + "size": 28076, + "checksum": "SHA-256:7fb7bcbe3223bfafa1f6228c597327a251a74b1def5dbfb3e1727adb01816fdf" + }, + { + "name": "EspMQTTClient", + "version": "1.11.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.11.0.zip", + "archiveFileName": "EspMQTTClient-1.11.0.zip", + "size": 28348, + "checksum": "SHA-256:a154ad01b0ef05f330767f89d86b26e69e89c6e27e3c5b7e76f8e8cb54226a82" + }, + { + "name": "EspMQTTClient", + "version": "1.11.1", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.11.1.zip", + "archiveFileName": "EspMQTTClient-1.11.1.zip", + "size": 28370, + "checksum": "SHA-256:3dd2680c201383551dd4453526fb5d28428b0373f020f3968f735cb6beb7b3e8" + }, { "name": "Adafruit MFRC630 RFID", "version": "1.0.0", @@ -137047,11 +184382,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MFRC630.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MFRC630_RFID-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MFRC630_RFID-1.0.0.zip", "archiveFileName": "Adafruit_MFRC630_RFID-1.0.0.zip", "size": 1338099, "checksum": "SHA-256:25367ea3fbf21dcd8df035b1407c43bf3c7d6cbd64d76421ead49a2236b88e57" }, + { + "name": "Adafruit MFRC630 RFID", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for I2C and SPI access to the MFRC630 RFID/Near Field Communication chip", + "paragraph": "Arduino library for I2C and SPI access to the MFRC630 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit_MFRC630", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MFRC630.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MFRC630_RFID-1.0.1.zip", + "archiveFileName": "Adafruit_MFRC630_RFID-1.0.1.zip", + "size": 1338417, + "checksum": "SHA-256:6955513e524c1c81424b1f79b9b87c4fb63f0dfe091b06095003e3fc88cf89ba" + }, + { + "name": "Adafruit MFRC630 RFID", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for I2C and SPI access to the MFRC630 RFID/Near Field Communication chip", + "paragraph": "Arduino library for I2C and SPI access to the MFRC630 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit_MFRC630", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MFRC630.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MFRC630_RFID-1.1.0.zip", + "archiveFileName": "Adafruit_MFRC630_RFID-1.1.0.zip", + "size": 1337818, + "checksum": "SHA-256:4781dd453ffc1c8d5fc5ff2e6871945d324e591d52d44d0e6b73273bfc5dc34a" + }, { "name": "JMAFoundation", "version": "1.0.0", @@ -137064,7 +184433,7 @@ "types": ["Contributed"], "repository": "https://github.com/mobinrg/JMAFoundation.git", "providesIncludes": ["JMAFoundation.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mobinrg/JMAFoundation-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobinrg/JMAFoundation-1.0.0.zip", "archiveFileName": "JMAFoundation-1.0.0.zip", "size": 5577, "checksum": "SHA-256:3c705fb2e6c0de632bc11c7db3de4dc250c2acc7f2977500dec7451de2324677" @@ -137082,7 +184451,7 @@ "types": ["Contributed"], "repository": "https://github.com/mobinrg/JMASPComm.git", "providesIncludes": ["JMA_SPComm.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mobinrg/JMA_SPComm-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobinrg/JMA_SPComm-1.0.0.zip", "archiveFileName": "JMA_SPComm-1.0.0.zip", "size": 22103, "checksum": "SHA-256:aa64720e4c9a5c71aa312f1139326052be38c9e00f34b652269f586ac7a6a9a1" @@ -137099,7 +184468,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-1.0.0.zip", "archiveFileName": "PCA9685-1.0.0.zip", "size": 13331, "checksum": "SHA-256:161572986a8c6792dc84e85d73f0db799f83ba4764847a4fe050ad509684f7f2" @@ -137116,7 +184485,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-1.0.1.zip", "archiveFileName": "PCA9685-1.0.1.zip", "size": 13227, "checksum": "SHA-256:d89103c651b1baf50c10ed2237a7549777d67e7697c56cb37c15794765a8972e" @@ -137133,7 +184502,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.0.0.zip", "archiveFileName": "PCA9685-2.0.0.zip", "size": 20712, "checksum": "SHA-256:df87aec48675a343d6358d1b961ca535224b2b9508b2c3460ad0108405423b67" @@ -137150,7 +184519,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.0.zip", "archiveFileName": "PCA9685-2.1.0.zip", "size": 23524, "checksum": "SHA-256:89b4d4cce59522e54366fa32c3be2e2d82ced5bc58688d4ce7fd752f2f3cd515" @@ -137167,7 +184536,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.1.zip", "archiveFileName": "PCA9685-2.1.1.zip", "size": 24166, "checksum": "SHA-256:a4d7580345079fde6032ea7da76eda5be7a9e1b8ac81be3289c3ee320e4d0e94" @@ -137184,7 +184553,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.2.zip", "archiveFileName": "PCA9685-2.1.2.zip", "size": 24172, "checksum": "SHA-256:3ac83115ece92cff64f484af542e3f418c42c0933fdb881305849773015d8340" @@ -137201,7 +184570,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.3.zip", "archiveFileName": "PCA9685-2.1.3.zip", "size": 24170, "checksum": "SHA-256:6a61ac6df0d4db727d6f5c03b8f62717ec92402b9abed9866e6ca820c0013e3f" @@ -137218,7 +184587,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.4.zip", "archiveFileName": "PCA9685-2.1.4.zip", "size": 24180, "checksum": "SHA-256:81adcc82680c7aed77fcaec4af0130d19531eca29195b27ea69db172c3f5e8d1" @@ -137235,7 +184604,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dobotopensource/AIStarter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dobotopensource/AIStarter-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dobotopensource/AIStarter-1.0.1.zip", "archiveFileName": "AIStarter-1.0.1.zip", "size": 39221, "checksum": "SHA-256:e98b4118e5215c204acd7c7982775992b3a3d7809902d074f9ac62f61e157b7d" @@ -137253,7 +184622,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.1.zip", "archiveFileName": "ros2arduino-0.0.1.zip", "size": 262884, "checksum": "SHA-256:0baa58dfac00028fb79025557f18ac93b17a7bb35e1165e01e23463189e8f930" @@ -137271,7 +184640,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.2.zip", "archiveFileName": "ros2arduino-0.0.2.zip", "size": 263567, "checksum": "SHA-256:b988c5a297ecd5ee0536ac81167772d9eb1e3e7f74b922a91b4de379a76a818e" @@ -137289,7 +184658,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.3.zip", "archiveFileName": "ros2arduino-0.0.3.zip", "size": 266982, "checksum": "SHA-256:603bcf58c675de1c37636291918a2f6de7fae16d0c3e5232b0c3ea632293efbd" @@ -137307,7 +184676,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.4.zip", "archiveFileName": "ros2arduino-0.0.4.zip", "size": 268747, "checksum": "SHA-256:0410c2b2c1d68526d3d3b8ad8676fa535bc77f3374bf15c5d220da69a9e157fe" @@ -137325,7 +184694,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.5.zip", "archiveFileName": "ros2arduino-0.0.5.zip", "size": 272029, "checksum": "SHA-256:3a6e02eb8d88745f89118a122108191263c6028e1ff3a4344f7b3e312747d373" @@ -137343,7 +184712,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.6.zip", "archiveFileName": "ros2arduino-0.0.6.zip", "size": 254981, "checksum": "SHA-256:3193c714b0f65d807582ecced585551611a814cc556f60d52a38b8e34fd69d89" @@ -137361,7 +184730,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.7.zip", "archiveFileName": "ros2arduino-0.0.7.zip", "size": 254981, "checksum": "SHA-256:a5cd0da2279178db6fc85059eb776ca526b8a0a96a27657474ab6db831bd0fb7" @@ -137379,7 +184748,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.8.zip", "archiveFileName": "ros2arduino-0.0.8.zip", "size": 258632, "checksum": "SHA-256:c3d3096df958bfb628530f3e44ec1310fb031419101703c653a0b891933ee8e0" @@ -137397,7 +184766,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.0.9.zip", "archiveFileName": "ros2arduino-0.0.9.zip", "size": 259471, "checksum": "SHA-256:4e13d255c9442b265260f0134cbb0f4e68c1594be5f52b2c2a32037c6e7fd114" @@ -137415,7 +184784,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.0.zip", "archiveFileName": "ros2arduino-0.1.0.zip", "size": 264457, "checksum": "SHA-256:1b9a9982e5004ea735a79985a0f2ae1e62a8d17f35af13e288b9068a0d84abc3" @@ -137433,7 +184802,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.1.zip", "archiveFileName": "ros2arduino-0.1.1.zip", "size": 264652, "checksum": "SHA-256:afc5562a9c353a9d950299ba1ef98ffa254d3ff364432ec693fb7d9cf57ea98a" @@ -137451,61 +184820,82 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.2.zip", "archiveFileName": "ros2arduino-0.1.2.zip", "size": 264679, "checksum": "SHA-256:24a5515a7182fb7dedcd4dfa613a6b69692ee799d61e934f8e6e74338f8b9fe6" }, { - "name": "Minecraft Link", - "version": "1.0.0-beta1", - "author": "Pylo", - "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", - "sentence": "Adds support for the Minecraft Link system.", - "paragraph": "With this library you can make your Arduino device compatible with Minecraft Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", - "website": "http://mcreator.net/link", + "name": "ros2arduino", + "version": "0.1.3", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "ROS2 Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with the ROS2 using XRCE-DDS.", + "website": "https://github.com/ROBOTIS-GIT/ros2arduino", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Pylo/MinecraftLinkArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Pylo/Minecraft_Link-1.0.0-beta1.zip", - "archiveFileName": "Minecraft_Link-1.0.0-beta1.zip", - "size": 12511, - "checksum": "SHA-256:02a587adb0d0fbd5c1d20b57fc66a6269bcc7eaf199d81edae886cce89df8117" + "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.3.zip", + "archiveFileName": "ros2arduino-0.1.3.zip", + "size": 264796, + "checksum": "SHA-256:1dc99b00c5fb336c6e3b410b6ef5f61481c32e2c7ed7a45a31db6e2f03895608" }, { - "name": "Minecraft Link", - "version": "1.0.0-beta2", - "author": "Pylo", - "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", - "sentence": "Adds support for the Minecraft Link system.", - "paragraph": "With this library you can make your Arduino device compatible with Minecraft Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", - "website": "http://mcreator.net/link", + "name": "ros2arduino", + "version": "0.1.4", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "ROS2 Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with the ROS2 using XRCE-DDS.", + "website": "https://github.com/ROBOTIS-GIT/ros2arduino", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Pylo/MinecraftLinkArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Pylo/Minecraft_Link-1.0.0-beta2.zip", - "archiveFileName": "Minecraft_Link-1.0.0-beta2.zip", - "size": 12700, - "checksum": "SHA-256:c25dbec40814d5050e9ba151c85ae392aec4fbc1ab1408cfa352284cfb2c44a1" + "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.1.4.zip", + "archiveFileName": "ros2arduino-0.1.4.zip", + "size": 265045, + "checksum": "SHA-256:9ed002c8f8e2a5b465d55e60b8d533926483b861c884e0efaaed1cf1af54dde4" }, { - "name": "Minecraft Link", - "version": "1.1.0", - "author": "Pylo", - "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", - "sentence": "Adds support for the Minecraft Link system.", - "paragraph": "With this library you can make your Arduino device compatible with Minecraft Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", - "website": "http://mcreator.net/link", + "name": "ros2arduino", + "version": "0.2.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "ROS2 Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with the ROS2 using XRCE-DDS.", + "website": "https://github.com/ROBOTIS-GIT/ros2arduino", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Pylo/MinecraftLinkArduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Pylo/Minecraft_Link-1.1.0.zip", - "archiveFileName": "Minecraft_Link-1.1.0.zip", - "size": 12445, - "checksum": "SHA-256:b5247d4807e4eaac0a21929e5e70a14a86bdd3548a70de66796e7147395240e2" + "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.2.0.zip", + "archiveFileName": "ros2arduino-0.2.0.zip", + "size": 282494, + "checksum": "SHA-256:6e0a20b1a15f63da10aaa5ed3ae6b55543f641af9c7258c24495160d9e169666" + }, + { + "name": "ros2arduino", + "version": "0.2.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "ROS2 Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with the ROS2 using XRCE-DDS.", + "website": "https://github.com/ROBOTIS-GIT/ros2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/ros2arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/ros2arduino-0.2.1.zip", + "archiveFileName": "ros2arduino-0.2.1.zip", + "size": 280113, + "checksum": "SHA-256:ec5a01b44c8d3b104c10f1828c4177347afdccf3062b4b1db8962a0319b3052b" }, { "name": "TopView NBduino Library", @@ -137519,7 +184909,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tcafiero/NBduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.10.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.10.0.zip", "archiveFileName": "TopView_NBduino_Library-0.10.0.zip", "size": 3447944, "checksum": "SHA-256:b5aa7aa6dd9deb48816ddb6b2be8d61296660690443b8439f151d645628cb9d9" @@ -137536,7 +184926,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tcafiero/NBduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.16.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.16.0.zip", "archiveFileName": "TopView_NBduino_Library-0.16.0.zip", "size": 3449758, "checksum": "SHA-256:668796713f12286d61f3506f62d82f311a5ee7d35e7882c009832fcb29d28fb8" @@ -137553,7 +184943,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tcafiero/NBduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.20.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.20.0.zip", "archiveFileName": "TopView_NBduino_Library-0.20.0.zip", "size": 3449774, "checksum": "SHA-256:5b23ad8038c5a8d41a07319653bb4c8054403f9cdae7b60fa9a8b066b8409eba" @@ -137570,7 +184960,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/tcafiero/NBduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/TopView_NBduino_Library-0.8.0.zip", "archiveFileName": "TopView_NBduino_Library-0.8.0.zip", "size": 1972894, "checksum": "SHA-256:851fe89e7a126722396925948f6f0e9cdb8a17242b62ce2c4112c9187c194b67" @@ -137588,11 +184978,47 @@ "types": ["Contributed"], "repository": "https://github.com/souviksaha97/DAC7611.git", "providesIncludes": ["DAC7611.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/souviksaha97/DAC7611-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/DAC7611-1.0.0.zip", "archiveFileName": "DAC7611-1.0.0.zip", "size": 7029, "checksum": "SHA-256:ec258b0dfdeb7a3f2f24408375286202cc341de7785887895a07030ba37abea6" }, + { + "name": "DAC7611", + "version": "1.0.1", + "author": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "maintainer": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "sentence": "A library that makes interfacing the DAC7611p a breeze.", + "paragraph": "The DAC7611p is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/souviksaha97/DAC7611", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/souviksaha97/DAC7611.git", + "providesIncludes": ["DAC7611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/DAC7611-1.0.1.zip", + "archiveFileName": "DAC7611-1.0.1.zip", + "size": 7129, + "checksum": "SHA-256:dbc5e71f9b1b8b7d02bc912ec592c8aca5feffbafaa641215e61ad16f48f122e" + }, + { + "name": "DAC7611", + "version": "1.0.2", + "author": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "maintainer": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "sentence": "A library that makes interfacing the DAC7611p a breeze.", + "paragraph": "The DAC7611p is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/souviksaha97/DAC7611", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/souviksaha97/DAC7611.git", + "providesIncludes": ["DAC7611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/DAC7611-1.0.2.zip", + "archiveFileName": "DAC7611-1.0.2.zip", + "size": 7339, + "checksum": "SHA-256:b61e3263fc9345d7380a719325eedf3fbeac5721a584f0c6f91843100f9fee0a" + }, { "name": "DmtrPots", "version": "0.1.0", @@ -137605,7 +185031,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dimitre/DmtrPots.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dimitre/DmtrPots-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dimitre/DmtrPots-0.1.0.zip", "archiveFileName": "DmtrPots-0.1.0.zip", "size": 3955, "checksum": "SHA-256:979110d0480bf6f0991a9a0ff04f108437be8262b320ca684c9ae20c50edc4b6" @@ -137621,8 +185047,8 @@ "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/criesch/inficon-spot-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.0.zip", + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.0.zip", "archiveFileName": "INFICON_Spot_Library-1.1.0.zip", "size": 6238, "checksum": "SHA-256:8825e8988f1299ff0e904044e57a22f25ace5783484793fff8f9563b8e3ebbbc" @@ -137638,8 +185064,8 @@ "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/criesch/inficon-spot-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.1.zip", + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.1.zip", "archiveFileName": "INFICON_Spot_Library-1.1.1.zip", "size": 7137, "checksum": "SHA-256:a239d2d574e5320f56153691def6fd7d3fe74f2aee7300fa1c9f237a4ded1322" @@ -137655,12 +185081,80 @@ "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/criesch/inficon-spot-lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.2.zip", + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.2.zip", "archiveFileName": "INFICON_Spot_Library-1.1.2.zip", "size": 7145, "checksum": "SHA-256:b80abdec9738be73bbad36d8757612f211bfdebe52b9d12d1c2160b57eba29f0" }, + { + "name": "INFICON Spot Library", + "version": "1.1.3", + "author": "INFICON Ltd.", + "maintainer": "Christian Riesch \u003cchristian.riesch@inficon.com\u003e", + "sentence": "Library for the INFICON Spot sensor", + "paragraph": "This is a library for INFICON Spot family vacuum gauges connected to an Arduino. It implements the SPI bus communication with the INFICON Spot CDS500D and the Spot CDS550D.", + "website": "https://github.com/INFICON-Spot/inficon-spot-lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/criesch/INFICON_Spot_Library-1.1.3.zip", + "archiveFileName": "INFICON_Spot_Library-1.1.3.zip", + "size": 7813, + "checksum": "SHA-256:e03ddc65d075c53d49a9bbd457da58be8887d2be907e33e12347cf72d88c7b2e" + }, + { + "name": "INFICON Spot Library", + "version": "1.2.0", + "author": "INFICON Ltd.", + "maintainer": "Christian Riesch \u003cchristian.riesch@inficon.com\u003e", + "sentence": "Library for the INFICON Spot sensor", + "paragraph": "This is a library for INFICON Spot family vacuum gauges connected to an Arduino. It implements the SPI bus communication with the INFICON Spot CDS500D and the Spot CDS550D.", + "website": "https://github.com/INFICON-Spot/inficon-spot-lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/INFICON-Spot/INFICON_Spot_Library-1.2.0.zip", + "archiveFileName": "INFICON_Spot_Library-1.2.0.zip", + "size": 8057, + "checksum": "SHA-256:13b2eb818171df68b37b3934e55846790b8f96dbb13d47b1c17e252317614a11" + }, + { + "name": "INFICON Spot Library", + "version": "1.3.0", + "author": "INFICON Ltd.", + "maintainer": "Christian Riesch \u003cchristian.riesch@inficon.com\u003e", + "sentence": "Library for the INFICON Spot sensor", + "paragraph": "This is a library for INFICON Spot family vacuum gauges connected to an Arduino. It implements the SPI bus communication with the INFICON Spot CDS500D and the Spot CDS550D.", + "website": "https://github.com/INFICON-Spot/inficon-spot-lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/INFICON-Spot/INFICON_Spot_Library-1.3.0.zip", + "archiveFileName": "INFICON_Spot_Library-1.3.0.zip", + "size": 7648, + "checksum": "SHA-256:b32887229abaf55b96b2dbe79f7f3c2f731c76178f5f1c4970824a18a69a95cc" + }, + { + "name": "INFICON Spot Library", + "version": "1.4.0", + "author": "INFICON Ltd.", + "maintainer": "Christian Riesch \u003cchristian.riesch@inficon.com\u003e", + "sentence": "Library for the INFICON Spot sensor", + "paragraph": "This is a library for INFICON Spot family vacuum gauges connected to an Arduino. It implements the SPI bus communication with the INFICON Spot CDS500D and the Spot CDS550D.", + "website": "https://github.com/INFICON-Spot/inficon-spot-lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/INFICON-Spot/INFICON_Spot_Library-1.4.0.zip", + "archiveFileName": "INFICON_Spot_Library-1.4.0.zip", + "size": 7811, + "checksum": "SHA-256:3f6b3aa9955da2d6e3050c70a02af65f187b4b0ad9c9f67d438a689dbf55c25b" + }, { "name": "uDebugLib", "version": "1.0.0", @@ -137674,7 +185168,7 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uDebugLib.git", "providesIncludes": ["uDebugLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uDebugLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uDebugLib-1.0.0.zip", "archiveFileName": "uDebugLib-1.0.0.zip", "size": 6693, "checksum": "SHA-256:0efb46e96e8733b5aeb822091750bc24fb0def4a1ba50073ec9970972659fc5a" @@ -137692,11 +185186,29 @@ "types": ["Contributed"], "repository": "https://github.com/Naguissa/uDebugLib.git", "providesIncludes": ["uDebugLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Naguissa/uDebugLib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uDebugLib-1.0.1.zip", "archiveFileName": "uDebugLib-1.0.1.zip", "size": 7711, "checksum": "SHA-256:4efb2720cad5111afab4a10c098fc3b05374fd42236da30b1c8a54b0f365277a" }, + { + "name": "uDebugLib", + "version": "1.0.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Simple convenient header file to centralize simple serial debug with simple activation/deactivation and some custmization", + "paragraph": "Supports any architecture", + "website": "https://github.com/Naguissa/uDebugLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uDebugLib.git", + "providesIncludes": ["uDebugLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uDebugLib-1.0.2.zip", + "archiveFileName": "uDebugLib-1.0.2.zip", + "size": 7800, + "checksum": "SHA-256:f4c340c85581bfc01e2c0a669ab857a8ecb8109fe36f2116c3ab94554ae8cc1a" + }, { "name": "FaBo Motor DRV8830", "version": "1.0.0", @@ -137709,7 +185221,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoMotor-DRV8830-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_Motor_DRV8830-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_Motor_DRV8830-1.0.0.zip", "archiveFileName": "FaBo_Motor_DRV8830-1.0.0.zip", "size": 10698, "checksum": "SHA-256:d54a10f5ab39424fa793612a8c93a8f66eef13870b1f5a3580fe05fe4ba04f25" @@ -137726,7 +185238,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hardi-St/MobaLedLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.5.zip", "archiveFileName": "MobaLedLib-0.7.5.zip", "size": 4300354, "checksum": "SHA-256:96496a85c15b3dcf9803e78d6110eace831a536c1c1662023b4fb65e9a28ffe1" @@ -137743,7 +185255,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hardi-St/MobaLedLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.0.zip", "archiveFileName": "MobaLedLib-0.7.0.zip", "size": 3016129, "checksum": "SHA-256:f444f0f0714fb6ecb9f1b7ed45ca76c3ca1690471943c6419546a96d5493dce2" @@ -137760,7 +185272,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hardi-St/MobaLedLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.7.zip", "archiveFileName": "MobaLedLib-0.7.7.zip", "size": 4189344, "checksum": "SHA-256:03166e4903e4d9ab93efc85913b78a44899463337c1d99fc58965df92532bbca" @@ -137777,7 +185289,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hardi-St/MobaLedLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.7.8.zip", "archiveFileName": "MobaLedLib-0.7.8.zip", "size": 3948619, "checksum": "SHA-256:8a415b7733b989208d4b24701d6cdf7e8f87ed7219e0ae98aa26de2918fbd7db" @@ -137794,11 +185306,223 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Hardi-St/MobaLedLib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.8.0.zip", "archiveFileName": "MobaLedLib-0.8.0.zip", "size": 15470588, "checksum": "SHA-256:a4cd3471fa347796585d5d260cd54ea232ac625d4d11eae6052f4f703838a7a7" }, + { + "name": "MobaLedLib", + "version": "0.9.0", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Excel User interface to configure the LEDs without programming at all!\u003c/b\u003e\u003cli\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.9.0.zip", + "archiveFileName": "MobaLedLib-0.9.0.zip", + "size": 2404434, + "checksum": "SHA-256:aa5d3a546b5678d8d04eabd73fba0c6a06ef83ada0ec0a2d8acc86a0addc1cc6" + }, + { + "name": "MobaLedLib", + "version": "0.9.1", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Excel User interface to configure the LEDs without programming at all!\u003c/b\u003e\u003cli\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.9.1.zip", + "archiveFileName": "MobaLedLib-0.9.1.zip", + "size": 2372671, + "checksum": "SHA-256:1fffa51df02c887dfdfee7d61350c25ea5da84b45020c78970d149fcb7a984a7" + }, + { + "name": "MobaLedLib", + "version": "0.9.2", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Excel User interface to configure the LEDs without programming at all!\u003c/b\u003e\u003cli\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.9.2.zip", + "archiveFileName": "MobaLedLib-0.9.2.zip", + "size": 2154294, + "checksum": "SHA-256:6d99540478cf010833635a78e44d9fff5429de932c4256c91c870806e784ff77" + }, + { + "name": "MobaLedLib", + "version": "0.9.3", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Excel user interface to configure the LEDs without programming at all improved by the engagement of Pattern_Configurator and Program_Generator!\u003cbr /\u003e\u003c/b\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-0.9.3.zip", + "archiveFileName": "MobaLedLib-0.9.3.zip", + "size": 3038168, + "checksum": "SHA-256:2ff314d475784e6b0618f5e6170b7f8372de9bf0706347ac23b4d0d4649b4f54" + }, + { + "name": "MobaLedLib", + "version": "1.0.0", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Excel user interface to configure the LEDs without programming at all improved by the engagement of Pattern_Configurator and Program_Generator!\u003cbr /\u003e\u003c/b\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-1.0.0.zip", + "archiveFileName": "MobaLedLib-1.0.0.zip", + "size": 3741544, + "checksum": "SHA-256:1cefa60927048cc5a7824cafd876b46096695b02f0a8104a044f8b7da5d8d152" + }, + { + "name": "MobaLedLib", + "version": "1.0.1", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Charlieplexing (LED Multiplexing) module which could be configured by the Pattern_Configurator individually\u003cb /\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern_Configurator and Program_Generator!\u003cbr /\u003e\u003c/b\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-1.0.1.zip", + "archiveFileName": "MobaLedLib-1.0.1.zip", + "size": 3837884, + "checksum": "SHA-256:997e60c807c6e0dff73a3740316834a58df3da4859e28272715276e2c653918c" + }, + { + "name": "MobaLedLib", + "version": "1.9.5", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: Languages / DCC Buttons / LED preview / pyProgGen / Port detection / EEPROM / Switches / 4 LED Channels / Variables / ...\u003cb /\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern_Configurator and Program_Generator!\u003cbr /\u003e\u003c/b\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-1.9.5.zip", + "archiveFileName": "MobaLedLib-1.9.5.zip", + "size": 5846975, + "checksum": "SHA-256:e45414818272b51f4038c2fd6b47d7bc2562c5fa40617d42d7bd8b7206c6bb41" + }, + { + "name": "MobaLedLib", + "version": "2.0.0", + "author": "Hardi", + "maintainer": "Hardi,MobaLedLib@gmx.de", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 LEDs, signals, sound modules or other actuators via one signal line on a model railway.\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew: New: Faster uploading to Arduino / Fast Bootloader prog. / Day \u0026 Night Timer / Mainboard HW Tests / 64 Time entries in Pattern_Config / several new (LED) functions / Support for MB Ver. 1.7 / Bug fixes \u003cb /\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern_Configurator and Program_Generator!\u003cbr /\u003e\u003c/b\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003cbr /\u003e\u003cbr /\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003cbr /\u003e\u003cbr /\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003cbr /\u003e\u003cbr /\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr /\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "NmraDcc" + }, + { + "name": "ATtinySerialOut" + }, + { + "name": "DIO2" + }, + { + "name": "EWMA" + }, + { + "name": "MobaTools" + }, + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-2.0.0.zip", + "archiveFileName": "MobaLedLib-2.0.0.zip", + "size": 6501213, + "checksum": "SHA-256:90bdbe3d05a50c06e150809a2bf874bba2319c9dce6127465dea93dccc6a6836" + }, + { + "name": "MobaLedLib", + "version": "3.0.0", + "author": "Hardi", + "maintainer": "Hardi (MobaLedLib@gmx.de),Jürgen (MobaLedLib@gmx.at),Dominik (dominik@moba-led-lib.de)", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 (49152 ESP32) LEDs, signals, sound modules or other actuators via one signal line on a model railway\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew in release 3.0.0: ESP32 support driving up to 49152 LEDs / DMX512 support / Bootloader Update and \"New Bootloader full Mem\" / Important bug fixes \u003c/b\u003e\u003cul\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern Configurator and Program Generator!\u003c/b\u003e\u003cbr/\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cli\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003c/li\u003e\u003cli\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003c/li\u003e\u003cli\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003c/li\u003e\u003cli\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr/\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "NmraDcc" + }, + { + "name": "ATtinySerialOut" + }, + { + "name": "DIO2" + }, + { + "name": "EWMA" + }, + { + "name": "MobaTools" + }, + { + "name": "TimerOne" + }, + { + "name": "CAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-3.0.0.zip", + "archiveFileName": "MobaLedLib-3.0.0.zip", + "size": 6895118, + "checksum": "SHA-256:69d5127bd7c74e882298ebb34661b8817de2e5d1f024cd644acba3dee1d7b943" + }, { "name": "WolkConnect", "version": "3.1.3", @@ -137811,7 +185535,7 @@ "types": ["Contributed"], "repository": "https://github.com/Wolkabout/WolkConnect-Arduino.git", "providesIncludes": ["WolkConn.h", "MQTTClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Wolkabout/WolkConnect-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wolkabout/WolkConnect-3.1.3.zip", "archiveFileName": "WolkConnect-3.1.3.zip", "size": 576552, "checksum": "SHA-256:6219038bdc2b41f7f635aeea4bfc325d99f1645a3e1014eb9c87276fb33d3376" @@ -137828,11 +185552,28 @@ "types": ["Contributed"], "repository": "https://github.com/Wolkabout/WolkConnect-Arduino.git", "providesIncludes": ["WolkConn.h", "MQTTClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Wolkabout/WolkConnect-3.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Wolkabout/WolkConnect-3.1.4.zip", "archiveFileName": "WolkConnect-3.1.4.zip", "size": 581037, "checksum": "SHA-256:24b089a843d4223280c7fbfd563c0b481ec3508010163182e79c0320461c6482" }, + { + "name": "WolkConnect", + "version": "4.0.0", + "author": "WolkAbout Technology s.r.o. \u003cinfo@wolkabout.com\u003e", + "maintainer": "WolkAbout Technology s.r.o. \u003cinfo@wolkabout.com\u003e", + "sentence": "Arduino library which provides easy connectivity to WolkAbout IoT Platform.", + "website": "https://github.com/Wolkabout/WolkConnect-Arduino", + "category": "Other", + "architectures": ["samd", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Wolkabout/WolkConnect-Arduino.git", + "providesIncludes": ["WolkConn.h", "MQTTClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Wolkabout/WolkConnect-4.0.0.zip", + "archiveFileName": "WolkConnect-4.0.0.zip", + "size": 580723, + "checksum": "SHA-256:ddc9b812f4b9917250219102e6ec9cabce4efde7a34cd5eac75945965e40b6d7" + }, { "name": "STM32duino VL53L1X", "version": "1.0.0", @@ -137845,7 +185586,7 @@ "architectures": ["stm32", "avr"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L1X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.0.zip", "archiveFileName": "STM32duino_VL53L1X-1.0.0.zip", "size": 24173, "checksum": "SHA-256:c148b7074d30c50404f9aa0e990401d05f54a4dc811bc3505d99c779606731c3" @@ -137862,7 +185603,7 @@ "architectures": ["stm32", "avr"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L1X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.1.zip", "archiveFileName": "STM32duino_VL53L1X-1.0.1.zip", "size": 24175, "checksum": "SHA-256:eff943e62d5178b32ee1c824d9e706e9ecd1afdd186eecb9717351bf5760a3af" @@ -137879,7 +185620,7 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L1X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.2.zip", "archiveFileName": "STM32duino_VL53L1X-1.0.2.zip", "size": 24230, "checksum": "SHA-256:a5994d4a6273f440aa9559f2939c112a802ef03cd4822988fb58add1de1d3e87" @@ -137896,11 +185637,45 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/VL53L1X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.0.3.zip", "archiveFileName": "STM32duino_VL53L1X-1.0.3.zip", "size": 24234, "checksum": "SHA-256:d533a80d00d2be5f62847681baf5b21c0102b1b7ac6f4999f945649358637fcb" }, + { + "name": "STM32duino VL53L1X", + "version": "1.1.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L1X", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.1.0.zip", + "archiveFileName": "STM32duino_VL53L1X-1.1.0.zip", + "size": 24376, + "checksum": "SHA-256:d450244092a5c9b069cd2e832d5ab6884e573b210fec1b7e52c74943992f6b22" + }, + { + "name": "STM32duino VL53L1X", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L1X", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L1X-2.0.0.zip", + "size": 24370, + "checksum": "SHA-256:403bd42e8eb28c72dc55953255c0bddb7d0bcde7ecffd6b6f3365138a73d035f" + }, { "name": "STM32duino X-NUCLEO-53L1A1", "version": "1.0.0", @@ -137913,7 +185688,7 @@ "architectures": ["stm32", "avr"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.0.0.zip", "size": 22673, "checksum": "SHA-256:00c9b54758e9d5807d61c32122e321077a43d3fcc71ad424abea7870cc514d78" @@ -137930,7 +185705,7 @@ "architectures": ["stm32", "avr"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.0.1.zip", "size": 22546, "checksum": "SHA-256:cf14e6341779cd8b8ee5a46fd9ce60d4f8d0b82fe0dc89083da09dfec17133b3" @@ -137947,7 +185722,7 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.2.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.0.2.zip", "size": 23397, "checksum": "SHA-256:75498e17958f7301951778d9f180c7edb8a0fd4bb9977fcbb7fe3d1e47520d98" @@ -137964,11 +185739,103 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.3.zip", "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.0.3.zip", "size": 23395, "checksum": "SHA-256:45530facf6ce343204c7aeb515c7e027fce7b90933fac9cb044d535c7c6acd01" }, + { + "name": "STM32duino X-NUCLEO-53L1A1", + "version": "1.0.4", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X sensors on board of X-NUCLEO-53L1A1", + "paragraph": "This library provides simple measure distance in mm in both polling and interrupt mode, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A1", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.4.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.0.4.zip", + "size": 23393, + "checksum": "SHA-256:a583968d5185769eeb222219f312616969d6c6fa30e99a624f1985eebd373035" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1", + "version": "1.0.5", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X sensors on board of X-NUCLEO-53L1A1", + "paragraph": "This library provides simple measure distance in mm in both polling and interrupt mode, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A1", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.0.5.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.0.5.zip", + "size": 23422, + "checksum": "SHA-256:d37d6e0e08def06947fa442766734608d34e1fb63a044d5191be095fccf504c4" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1", + "version": "1.1.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X sensors on board of X-NUCLEO-53L1A1", + "paragraph": "This library provides simple measure distance in mm in both polling and interrupt mode, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A1", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.1.0.zip", + "size": 28602, + "checksum": "SHA-256:cfc33c42d37ea8c2a80a67769f3fc715c54a5ecb14d7114a5eaada6114afd741" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X sensors on board of X-NUCLEO-53L1A1", + "paragraph": "This library provides simple measure distance in mm in both polling and interrupt mode, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A1", + "category": "Device Control", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-2.0.0.zip", + "size": 28335, + "checksum": "SHA-256:2dfdf7716a06291a2fa9ecf7e1eb268bcf7c5b500c858c514a0b511534a863b3" + }, { "name": "ArduinoCloudStorage", "version": "0.1.0", @@ -137982,7 +185849,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.1.0.zip", "archiveFileName": "ArduinoCloudStorage-0.1.0.zip", "size": 8989, "checksum": "SHA-256:babfddb9cda2ea29c4795e43c1aee76f3cfc7ba5c1327686eac02ca07bc079a3" @@ -138000,7 +185867,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.3.0.zip", "archiveFileName": "ArduinoCloudStorage-0.3.0.zip", "size": 10813, "checksum": "SHA-256:22bb67f04c3c7320a00e67637c70d08c8d4e31f7bb96e75c3d731f201501dc22" @@ -138018,7 +185885,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.5.0.zip", "archiveFileName": "ArduinoCloudStorage-0.5.0.zip", "size": 11483, "checksum": "SHA-256:ae57a64b775e6dba3c3e0a0d8199f10a99f2bb42de6d5b7dd7a5bd65fa4c2e2a" @@ -138036,7 +185903,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.5.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.5.1.zip", "archiveFileName": "ArduinoCloudStorage-0.5.1.zip", "size": 21532, "checksum": "SHA-256:5274c3de356e664326a3d6032c2ed8051dd7b5070eaec3f0bab56b263d7cdc66" @@ -138054,7 +185921,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.6.0.zip", "archiveFileName": "ArduinoCloudStorage-0.6.0.zip", "size": 24947, "checksum": "SHA-256:b82faa27c85b11d2cf8ba2cf7c526c1c1956b1c6a79bff01885eb731f2b151b7" @@ -138072,7 +185939,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.6.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.6.1.zip", "archiveFileName": "ArduinoCloudStorage-0.6.1.zip", "size": 25076, "checksum": "SHA-256:6dc207a4a2c0c65cb467ee40df8d6bc8f32ef861f362b4619eb9edae8857c3c0" @@ -138090,7 +185957,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/Arduino-CloudStorage.git", "providesIncludes": ["CloudStorage.h", "WifiConnection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.6.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoCloudStorage-0.6.2.zip", "archiveFileName": "ArduinoCloudStorage-0.6.2.zip", "size": 25621, "checksum": "SHA-256:cd7ce18c63aea4b65be3ec2949d7c8391cd42b83391fe793fa645aa46efd9639" @@ -138108,7 +185975,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoComponents.git", "providesIncludes": ["ArduinoComponents.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoComponents-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoComponents-0.1.0.zip", "archiveFileName": "ArduinoComponents-0.1.0.zip", "size": 219860, "checksum": "SHA-256:995c7b859715eb7107d5d5222c807369d4dca3b22cd7f55d09f87e1bf8a014bc" @@ -138126,7 +185993,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoComponents.git", "providesIncludes": ["ArduinoComponents.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoComponents-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoComponents-0.2.0.zip", "archiveFileName": "ArduinoComponents-0.2.0.zip", "size": 221883, "checksum": "SHA-256:5d2a1de1ebc52bb209f2f9b251fdb909a0e501f5fe2a7d4dfd3665749790eb67" @@ -138144,7 +186011,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoComponents.git", "providesIncludes": ["ArduinoComponents.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoComponents-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoComponents-0.3.0.zip", "archiveFileName": "ArduinoComponents-0.3.0.zip", "size": 227410, "checksum": "SHA-256:ceaf6cde92db784d1fcb20c1c33c63c02b95ad28c766d68869c29b40056ed88b" @@ -138162,7 +186029,7 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-mcciadk.git", "providesIncludes": ["mcciadk_baselib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_Development_Kit_ADK-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_Development_Kit_ADK-0.2.0.zip", "archiveFileName": "MCCI_Arduino_Development_Kit_ADK-0.2.0.zip", "size": 21184, "checksum": "SHA-256:457c01dfd0c115988d449e21a08cb78c7a4c458c781b1bd6013f79d13475290d" @@ -138180,11 +186047,29 @@ "types": ["Contributed"], "repository": "https://github.com/mcci-catena/Catena-mcciadk.git", "providesIncludes": ["mcciadk_baselib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_Development_Kit_ADK-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_Development_Kit_ADK-0.2.1.zip", "archiveFileName": "MCCI_Arduino_Development_Kit_ADK-0.2.1.zip", "size": 21494, "checksum": "SHA-256:837a8e4cac8a341de72ab80badc9e7034bd5f2d795f2e77561306b398f16a090" }, + { + "name": "MCCI Arduino Development Kit ADK", + "version": "0.2.2", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "The MCCI XDK ported to Arduino (\"Arduino Development Kit\").", + "paragraph": "The MCCI XDK is a portability toolkit, allowing for C code to be reused in multiple embedded environments. The ADK is a stripped-down version for Arduino and other deeply-embedded environments.", + "website": "https://github.com/mcci-catena/Catena-mcciadk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/Catena-mcciadk.git", + "providesIncludes": ["mcciadk_baselib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_Development_Kit_ADK-0.2.2.zip", + "archiveFileName": "MCCI_Arduino_Development_Kit_ADK-0.2.2.zip", + "size": 22178, + "checksum": "SHA-256:dd1eb805937d83e6beb7ee4910cea01c5ab5ba1dfb4a4c2fe1657155940d6224" + }, { "name": "Espalexa", "version": "2.2.0", @@ -138197,7 +186082,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Aircoookie/Espalexa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.2.0.zip", "archiveFileName": "Espalexa-2.2.0.zip", "size": 72951, "checksum": "SHA-256:f35daa2a9920b85602101710bda7bb99bf2188c6b219a878f0055aa4f1945183" @@ -138214,7 +186099,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Aircoookie/Espalexa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.3.3.zip", "archiveFileName": "Espalexa-2.3.3.zip", "size": 18649, "checksum": "SHA-256:b7dfdeefa550f6f245667dbef2a026b962c6f488e43ce771acb32fb1039fc602" @@ -138231,7 +186116,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Aircoookie/Espalexa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.0.zip", "archiveFileName": "Espalexa-2.4.0.zip", "size": 21545, "checksum": "SHA-256:77f5f4a9283b8ad9a6357f2d17840ced9f84a963677418ff26f69c29d8ba3ee1" @@ -138248,7 +186133,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Aircoookie/Espalexa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.1.zip", "archiveFileName": "Espalexa-2.4.1.zip", "size": 23018, "checksum": "SHA-256:cd7b8ea2727c5d2029eb821b4a9048b3869567b5bd56ecf36efa7990033ad5b1" @@ -138265,7 +186150,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Aircoookie/Espalexa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.2.zip", "archiveFileName": "Espalexa-2.4.2.zip", "size": 23127, "checksum": "SHA-256:469eab4554d92e180ee2b54a6bddf6183c7c9351a14a3dc5721557c8b3ed7a30" @@ -138282,11 +186167,130 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Aircoookie/Espalexa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.3.zip", "archiveFileName": "Espalexa-2.4.3.zip", "size": 23243, "checksum": "SHA-256:5c71410ca32256ccdc40153b364f0dd5d64987d3a2945fefe91032db127e3187" }, + { + "name": "Espalexa", + "version": "2.4.4", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.4.zip", + "archiveFileName": "Espalexa-2.4.4.zip", + "size": 23507, + "checksum": "SHA-256:8e682005dbb4f6c36e9fd67df18142dfdab298b1c03b57d4f35b578c43c19515" + }, + { + "name": "Espalexa", + "version": "2.4.5", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.5.zip", + "archiveFileName": "Espalexa-2.4.5.zip", + "size": 23331, + "checksum": "SHA-256:b5df5ee7f4a30931df99cb77f7bdabfea306263afac9dcdfce47c5cb1b29ce52" + }, + { + "name": "Espalexa", + "version": "2.4.6", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.6.zip", + "archiveFileName": "Espalexa-2.4.6.zip", + "size": 23511, + "checksum": "SHA-256:bb03738357642a0b93d07b4ec159c9e3dc2aa1d34a006ed3d69713ceffe5b51d" + }, + { + "name": "Espalexa", + "version": "2.4.7", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.4.7.zip", + "archiveFileName": "Espalexa-2.4.7.zip", + "size": 23508, + "checksum": "SHA-256:a1d2371eccac5f21155e9e0228e95faf452c3db44762f0d056c7942b7d9ed495" + }, + { + "name": "Espalexa", + "version": "2.5.0", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.5.0.zip", + "archiveFileName": "Espalexa-2.5.0.zip", + "size": 23674, + "checksum": "SHA-256:755f3ca02f4f7df1c8e15369239abd34f0206694bf011403cfb31b970670f9a4" + }, + { + "name": "Espalexa", + "version": "2.6.0", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.6.0.zip", + "archiveFileName": "Espalexa-2.6.0.zip", + "size": 23949, + "checksum": "SHA-256:ca349b3074ec7ad37bc369584bebab2b3f25271a96764a542861df9095d98f98" + }, + { + "name": "Espalexa", + "version": "2.7.0", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.7.0.zip", + "archiveFileName": "Espalexa-2.7.0.zip", + "size": 23963, + "checksum": "SHA-256:f8ff88d7d58d802eda66bdb92f7b68dab4594c574722b43e1887e867a233cb68" + }, { "name": "NukiClientESP", "version": "0.0.1", @@ -138300,7 +186304,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/thexperiments/NukiClientESP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thexperiments/NukiClientESP-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thexperiments/NukiClientESP-0.0.1.zip", "archiveFileName": "NukiClientESP-0.0.1.zip", "size": 9313, "checksum": "SHA-256:e376c27c93cf2a7fdf3154fb978520ae2149baf570fa4b552944daa642628e08" @@ -138317,11 +186321,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/keigan-motor/Arduino-I2C-KM1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/keigan-motor/Arduino_I2C_KM1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/keigan-motor/Arduino_I2C_KM1-1.0.1.zip", "archiveFileName": "Arduino_I2C_KM1-1.0.1.zip", "size": 13372, "checksum": "SHA-256:22ad222a351aa78fb98930e884493b0030378019ac5c0e539c2d2e7e1cbb3d20" }, + { + "name": "Arduino-I2C-KM1", + "version": "1.2.0", + "author": "Keigan Inc.", + "maintainer": "Keigan Inc. \u003csupport@keigan.co.jp\u003e", + "sentence": "KeiganMotor KM-1 control library using I2C communication", + "paragraph": "This library allows an Arduino/Genuino board to control KeiganMotor KM-1 using I2C communication.", + "website": "https://document.keigan-motor.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keigan-motor/Arduino-I2C-KM1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keigan-motor/Arduino_I2C_KM1-1.2.0.zip", + "archiveFileName": "Arduino_I2C_KM1-1.2.0.zip", + "size": 16063, + "checksum": "SHA-256:dd3680edf194e2216403c09d3a687f04ea29e4d4f61811077315fc19e638d1b7" + }, + { + "name": "Arduino-I2C-KM1", + "version": "2.0.2", + "author": "Keigan Inc.", + "maintainer": "Keigan Inc. \u003csupport@keigan.co.jp\u003e", + "sentence": "KeiganMotor KM-1 control library using I2C communication", + "paragraph": "This library allows Arduino/Genuino or ESP32/ESP8266 board to control KeiganMotor KM-1 using I2C communication.", + "website": "https://document.keigan-motor.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keigan-motor/Arduino-I2C-KM1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keigan-motor/Arduino_I2C_KM1-2.0.2.zip", + "archiveFileName": "Arduino_I2C_KM1-2.0.2.zip", + "size": 411503, + "checksum": "SHA-256:8442aca56ab9fcc73feadb5986090840fcbc6dbc0b4e38c4126d49208b707e4b" + }, { "name": "ADS1219", "version": "1.0.0", @@ -138334,7 +186372,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/OM222O/ADS1219.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OM222O/ADS1219-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OM222O/ADS1219-1.0.0.zip", "archiveFileName": "ADS1219-1.0.0.zip", "size": 3555, "checksum": "SHA-256:77300b009ff6b3c6c22a9daf8789bfd7148421b003052dbc92d4ed3901f38f68" @@ -138352,7 +186390,7 @@ "types": ["Contributed"], "repository": "https://github.com/ofekp/TinyUPnP.git", "providesIncludes": ["TinyUPnP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-2.0.0.zip", "archiveFileName": "TinyUPnP-2.0.0.zip", "size": 25643, "checksum": "SHA-256:8dd349f3b14825a0efd13e0a98c7182f44a671f0b484dc50a42fd12cf40e6d4a" @@ -138370,7 +186408,7 @@ "types": ["Contributed"], "repository": "https://github.com/ofekp/TinyUPnP.git", "providesIncludes": ["TinyUPnP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.0.0.zip", "archiveFileName": "TinyUPnP-3.0.0.zip", "size": 27032, "checksum": "SHA-256:ba69ebcbdf167886a9864ed38d0374c05ec2ffd42e5e503a42313af90c6741a2" @@ -138388,11 +186426,65 @@ "types": ["Contributed"], "repository": "https://github.com/ofekp/TinyUPnP.git", "providesIncludes": ["TinyUPnP.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.0.1.zip", "archiveFileName": "TinyUPnP-3.0.1.zip", "size": 27032, "checksum": "SHA-256:c0cd7b3ef8d00f958d77db2e3e6ef1c696be89f0ac355ecb3552a0cea80f9456" }, + { + "name": "TinyUPnP", + "version": "3.0.2", + "author": "Ofek Pearl \u003cofekpearl@gmail.com\u003e", + "maintainer": "Ofek Pearl \u003cofekpearl@gmail.com\u003e", + "sentence": "Add port mappings to your router automatically", + "paragraph": "UPnP implementation for embedded application that allows you to add automatic port mappings (port forwarding). You can also install EasyDDNS library as a supplement for accessing your device from the internet without using its explicit IP address.", + "website": "https://github.com/ofekp/TinyUPnP", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/ofekp/TinyUPnP.git", + "providesIncludes": ["TinyUPnP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.0.2.zip", + "archiveFileName": "TinyUPnP-3.0.2.zip", + "size": 27071, + "checksum": "SHA-256:1e071c30d80fc3d5d9c08ea5c11ba5c09a807df8a97799c3075427f36b417c01" + }, + { + "name": "TinyUPnP", + "version": "3.1.2", + "author": "Ofek Pearl \u003cofekpearl@gmail.com\u003e", + "maintainer": "Ofek Pearl \u003cofekpearl@gmail.com\u003e", + "sentence": "Add port mappings to your router automatically", + "paragraph": "UPnP implementation for embedded application that allows you to add automatic port mappings (port forwarding). You can also install EasyDDNS library as a supplement for accessing your device from the internet without using its explicit IP address.", + "website": "https://github.com/ofekp/TinyUPnP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ofekp/TinyUPnP.git", + "providesIncludes": ["TinyUPnP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.1.2.zip", + "archiveFileName": "TinyUPnP-3.1.2.zip", + "size": 29346, + "checksum": "SHA-256:6d30a06d55e7aaff351b64598b3985f7af18e4ae4b828b57504409ca7f6938fb" + }, + { + "name": "TinyUPnP", + "version": "3.1.4", + "author": "Ofek Pearl \u003cofekpearl@gmail.com\u003e", + "maintainer": "Ofek Pearl \u003cofekpearl@gmail.com\u003e", + "sentence": "Add port mappings to your router automatically", + "paragraph": "UPnP implementation for embedded application that allows you to add automatic port mappings (port forwarding). You can also install EasyDDNS library as a supplement for accessing your device from the internet without using its explicit IP address.", + "website": "https://github.com/ofekp/TinyUPnP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ofekp/TinyUPnP.git", + "providesIncludes": ["TinyUPnP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ofekp/TinyUPnP-3.1.4.zip", + "archiveFileName": "TinyUPnP-3.1.4.zip", + "size": 29346, + "checksum": "SHA-256:7fd8efe60852ed3bcd13bba4406640738dedf46378995b06001b97f2e9de680d" + }, { "name": "DS18B20Events", "version": "1.0.0", @@ -138405,7 +186497,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/IharYakimush/arduino-temperature-control-events.git", - "url": "http://downloads.arduino.cc/libraries/github.com/IharYakimush/DS18B20Events-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IharYakimush/DS18B20Events-1.0.0.zip", "archiveFileName": "DS18B20Events-1.0.0.zip", "size": 3955, "checksum": "SHA-256:ce2bf73f783032d9732d5db552bcf2e32b4bfdd289098ae92c108a4429b04ca1" @@ -138422,7 +186514,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TamojitSaha/MAX6626_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TamojitSaha/MAX6626-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TamojitSaha/MAX6626-1.0.0.zip", "archiveFileName": "MAX6626-1.0.0.zip", "size": 1825664, "checksum": "SHA-256:9f34c85b18b9c4bc1eb7ae5815183d2f4381dc35f883e4de218ed69df43a9b28" @@ -138439,7 +186531,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/TamojitSaha/MAX6626_library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/TamojitSaha/MAX6626-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/TamojitSaha/MAX6626-1.0.1.zip", "archiveFileName": "MAX6626-1.0.1.zip", "size": 1832672, "checksum": "SHA-256:207b5f4be56eec656afc557fdf031a411316d73a1c6c410cb9c02a70a96a40f9" @@ -138457,7 +186549,7 @@ "types": ["Contributed"], "repository": "https://github.com/JCardoen/ATmega32U4-Grove-Air-quality-sensor.git", "providesIncludes": ["AirQuality.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/JCardoen/ATmega32U4_Grove_Air_quality_sensor-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JCardoen/ATmega32U4_Grove_Air_quality_sensor-0.0.1.zip", "archiveFileName": "ATmega32U4_Grove_Air_quality_sensor-0.0.1.zip", "size": 6259, "checksum": "SHA-256:57a9ce71d726e9fee7b4f43bed64078d2b4206cfea2accea6af69d96c369acd1" @@ -138474,7 +186566,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ZulNs/LCD_HD44780.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZulNs/LCD_HD44780-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/LCD_HD44780-1.0.0.zip", "archiveFileName": "LCD_HD44780-1.0.0.zip", "size": 20212, "checksum": "SHA-256:d57feeeb12b9c14f0f2142d32b5f6f76b4a9a7c9ec5264d33e26f2204918934b" @@ -138486,16 +186578,38 @@ "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs), in a non-blocking way.", "paragraph": "Version of Arduino's LiquidCrystal with an internal queue, suitable for writing stuff asynchronously. This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", "category": "Display", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/paulo-raca/Arduino_AsyncLiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/paulo-raca/AsyncLiquidCrystal-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/AsyncLiquidCrystal-1.0.0.zip", "archiveFileName": "AsyncLiquidCrystal-1.0.0.zip", "size": 8707, "checksum": "SHA-256:f9c43e3df58ba72ac67202aaad5ac6d183665faf9a541e1e8445d755881adadf" }, + { + "name": "AsyncLiquidCrystal", + "version": "1.0.1", + "author": "Paulo Costa, Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs), in a non-blocking way.", + "paragraph": "Version of Arduino's LiquidCrystal with an internal queue, suitable for writing stuff asynchronously. This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/paulo-raca/Arduino_AsyncLiquidCrystal.git", + "dependencies": [ + { + "name": "Buffered Streams" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/AsyncLiquidCrystal-1.0.1.zip", + "archiveFileName": "AsyncLiquidCrystal-1.0.1.zip", + "size": 8735, + "checksum": "SHA-256:ebb9b6a004a41705c21e02ccd62ef9a00f979eab356e97c9e31b68fc517d6af7" + }, { "name": "Attiny85_IO", "version": "3.0.0", @@ -138508,7 +186622,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.0.zip", "archiveFileName": "Attiny85_IO-3.0.0.zip", "size": 3358, "checksum": "SHA-256:7ac883375cee2a47a73b4fb0960893fbdc98f9c0086c1b33c0a0d076e72daa84" @@ -138525,7 +186639,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.5.zip", "archiveFileName": "Attiny85_IO-3.0.5.zip", "size": 4401, "checksum": "SHA-256:4de2d04ddd33340afc837b5136b0a895f5258d985b77918d3b5e217976f8642d" @@ -138542,7 +186656,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.6.zip", "archiveFileName": "Attiny85_IO-3.0.6.zip", "size": 4344, "checksum": "SHA-256:f7c9b1a710c05b8cd15f009c3ec8a85d35e86e2bd1b71257437ba56290c4646f" @@ -138559,7 +186673,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO-3.0.7.zip", "archiveFileName": "Attiny85_IO-3.0.7.zip", "size": 4365, "checksum": "SHA-256:95cc7a07220470a158dbb6829061e14141726068ff14a407f47fda2a25190234" @@ -138577,7 +186691,7 @@ "types": ["Contributed"], "repository": "https://github.com/Programmable-Air/Code.git", "providesIncludes": ["programmable_air.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.1.zip", "archiveFileName": "programmable_air-1.0.1.zip", "size": 847578, "checksum": "SHA-256:a874cff12e602babc8a8133fa85e9aa69e0a89df58aac3f7f8f0c8ad4c64a431" @@ -138595,7 +186709,7 @@ "types": ["Contributed"], "repository": "https://github.com/Programmable-Air/Code.git", "providesIncludes": ["programmable_air.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.2.zip", "archiveFileName": "programmable_air-1.0.2.zip", "size": 443236, "checksum": "SHA-256:542069b24a3235059f911bc27d90f69a0d48a940c32d5d35dd2545908d80c9c7" @@ -138613,7 +186727,7 @@ "types": ["Contributed"], "repository": "https://github.com/Programmable-Air/Code.git", "providesIncludes": ["programmable_air.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.3.zip", "archiveFileName": "programmable_air-1.0.3.zip", "size": 444281, "checksum": "SHA-256:3e3538f81ce223934ef80d4a45d1c36a11f1d1d9683ba339fb44f9231611f451" @@ -138631,11 +186745,65 @@ "types": ["Contributed"], "repository": "https://github.com/Programmable-Air/Code.git", "providesIncludes": ["programmable_air.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.0.4.zip", "archiveFileName": "programmable_air-1.0.4.zip", "size": 449031, "checksum": "SHA-256:9d8a9bbfc566b2086ea721fee516175b14a585047c06ea4da776ad144afe337c" }, + { + "name": "programmable_air", + "version": "1.1.0", + "author": "tinkrmind", + "maintainer": "tinkrmind \u003chello@programmable-air.com\u003e", + "sentence": "Basic functions to control the Programmable-Air board.", + "paragraph": "For example, controlling the speed of pumps, reading pressure, toggling the valves and such.", + "website": "https://github.com/Programmable-Air", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Programmable-Air/Code.git", + "providesIncludes": ["programmable_air.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.1.0.zip", + "archiveFileName": "programmable_air-1.1.0.zip", + "size": 451565, + "checksum": "SHA-256:46bf1c40ca6df90bcf88799812a251aecbbec0be5fd5b7eeb444c075a1216da1" + }, + { + "name": "programmable_air", + "version": "1.1.1", + "author": "tinkrmind", + "maintainer": "tinkrmind \u003chello@programmable-air.com\u003e", + "sentence": "Basic functions to control the Programmable-Air board.", + "paragraph": "For example, controlling the speed of pumps, reading pressure, toggling the valves and such.", + "website": "https://github.com/Programmable-Air", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Programmable-Air/Code.git", + "providesIncludes": ["programmable_air.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.1.1.zip", + "archiveFileName": "programmable_air-1.1.1.zip", + "size": 452121, + "checksum": "SHA-256:113ce6aa62742efdc7c8fce65a610fb596f2a3c3ed82e6e4963e3fc0b4cc8d65" + }, + { + "name": "programmable_air", + "version": "1.1.2", + "author": "tinkrmind", + "maintainer": "tinkrmind \u003chello@programmable-air.com\u003e", + "sentence": "Basic functions to control the Programmable-Air board.", + "paragraph": "For example, controlling the speed of pumps, reading pressure, toggling the valves and such.", + "website": "https://github.com/Programmable-Air", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Programmable-Air/Code.git", + "providesIncludes": ["programmable_air.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.1.2.zip", + "archiveFileName": "programmable_air-1.1.2.zip", + "size": 452108, + "checksum": "SHA-256:2495637e2d1b98869d58e786763ee4c6e5620b49eecb438a8432e650fc27c188" + }, { "name": "Attiny84_IO", "version": "3.0.0", @@ -138648,7 +186816,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.0.zip", "archiveFileName": "Attiny84_IO-3.0.0.zip", "size": 3664, "checksum": "SHA-256:6685942875cfa66a3ba5cdd10787ab0b7e6140e4dac91b3d453efc2d6093ac8f" @@ -138665,7 +186833,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.3.zip", "archiveFileName": "Attiny84_IO-3.0.3.zip", "size": 4742, "checksum": "SHA-256:585218d1fb05d9e6a083eee14cd1b256fad58d106f968c87a7c67f8f3e2d06c8" @@ -138682,7 +186850,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.6.zip", "archiveFileName": "Attiny84_IO-3.0.6.zip", "size": 4697, "checksum": "SHA-256:5d005e191224c49d41209dc009e316100d1cb79afd7e7b3014b96622cfebbe5a" @@ -138699,7 +186867,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO-3.0.7.zip", "archiveFileName": "Attiny84_IO-3.0.7.zip", "size": 4713, "checksum": "SHA-256:9b0034af76094cdfb9a80e51043fe7a7eda54a0341176d45d3abaf90c7010629" @@ -138716,7 +186884,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.0.zip", "archiveFileName": "Attiny85_IO_basic-3.0.0.zip", "size": 3874, "checksum": "SHA-256:a4b7c900bc36e453b913edecb7a4e80de4a859ee2da2a1ef1ca2a4d668dd2d56" @@ -138733,7 +186901,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.5.zip", "archiveFileName": "Attiny85_IO_basic-3.0.5.zip", "size": 4379, "checksum": "SHA-256:c8ee8f4a5345204a8f6a7bc13a5db5e05cec505190442a6d71ead43b3626843e" @@ -138750,7 +186918,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.6.zip", "archiveFileName": "Attiny85_IO_basic-3.0.6.zip", "size": 4319, "checksum": "SHA-256:f369239e96f534d6c8b1e64bbc50040bbbab5896cc1232a453444f05878cb65a" @@ -138767,7 +186935,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny85_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny85_IO_basic-3.0.7.zip", "archiveFileName": "Attiny85_IO_basic-3.0.7.zip", "size": 4342, "checksum": "SHA-256:be54b2951c68749922aa87729c8700be4fd839332489e22b2528529605fca603" @@ -138784,7 +186952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.0.zip", "archiveFileName": "Attiny84_IO_basic-3.0.0.zip", "size": 3640, "checksum": "SHA-256:5fb1ab3983cce6453ae26a97801429d0fbeb750169b91472a8345580998e9cb2" @@ -138801,7 +186969,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.5.zip", "archiveFileName": "Attiny84_IO_basic-3.0.5.zip", "size": 4726, "checksum": "SHA-256:a9b92a56af1184ed742f68ad1c7e4a13e13fb80e1fc50fdffec898762bc91b7f" @@ -138818,7 +186986,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.6.zip", "archiveFileName": "Attiny84_IO_basic-3.0.6.zip", "size": 4677, "checksum": "SHA-256:b943cfe6df92fa6b0fe1f79716cdb75d404590ec7d81e70c3673f23ddd80e2e0" @@ -138835,7 +187003,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Attiny84_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Attiny84_IO_basic-3.0.7.zip", "archiveFileName": "Attiny84_IO_basic-3.0.7.zip", "size": 4694, "checksum": "SHA-256:d01fc47334efb464310860c6d5608dc10a9c50d7018c1d20f826a08c602fa97a" @@ -138852,7 +187020,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.0.zip", "archiveFileName": "Atmega8_IO-3.0.0.zip", "size": 4444, "checksum": "SHA-256:ca91b555e0c8130704945b4b148420f27f81ec531d728430e78533e8c64be6f8" @@ -138869,7 +187037,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.5.zip", "archiveFileName": "Atmega8_IO-3.0.5.zip", "size": 4444, "checksum": "SHA-256:2f1e08a9b719d43d440f05882e0332a44cdf3fecdf770d60f854f4c480d20d6f" @@ -138886,7 +187054,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.6.zip", "archiveFileName": "Atmega8_IO-3.0.6.zip", "size": 5225, "checksum": "SHA-256:fb28723b8f53335815dc09d909bf60eac0e2c2f4ad3ef1ec3c08d59b1543595e" @@ -138903,7 +187071,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO-3.0.7.zip", "archiveFileName": "Atmega8_IO-3.0.7.zip", "size": 5262, "checksum": "SHA-256:0c2638d8877ca68abffca8a5b67e83af0477a898a4355a7620640e3ed29d7478" @@ -138920,7 +187088,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO_basic-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO_basic-3.0.0.zip", "archiveFileName": "Atmega8_IO_basic-3.0.0.zip", "size": 4113, "checksum": "SHA-256:49cf797c2fabe2f57708a22106f9f2b8b98ac4776ba2add9101927193c635ffd" @@ -138937,7 +187105,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO_basic-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO_basic-3.0.5.zip", "archiveFileName": "Atmega8_IO_basic-3.0.5.zip", "size": 4114, "checksum": "SHA-256:f239f84ada893dd1b1982db31cebbd898285b08c81aa109898cc21d6832244e5" @@ -138954,7 +187122,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega8_IO_basic.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO_basic-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega8_IO_basic-3.0.6.zip", "archiveFileName": "Atmega8_IO_basic-3.0.6.zip", "size": 4729, "checksum": "SHA-256:7293e036e7b455429357d19dfb324ec2c8749d4a83d6ee9ab6affbef86d7e028" @@ -138971,7 +187139,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.0.zip", "archiveFileName": "Atmega328_IO-3.0.0.zip", "size": 5267, "checksum": "SHA-256:3c4cf3e90c7b8e0f59346c1db83d2233d91efbe73c7d95f249fce42e3b1df196" @@ -138988,7 +187156,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.5.zip", "archiveFileName": "Atmega328_IO-3.0.5.zip", "size": 5271, "checksum": "SHA-256:affc43e87475cd8087664ac2acacb3afac399789d74a962df5d1034644d4364b" @@ -139005,7 +187173,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.6.zip", "archiveFileName": "Atmega328_IO-3.0.6.zip", "size": 5528, "checksum": "SHA-256:d25250bac361dc51f606a807b0b6a8608cebb9ee98c78f48417b79264accba56" @@ -139022,7 +187190,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.7.zip", "archiveFileName": "Atmega328_IO-3.0.7.zip", "size": 5620, "checksum": "SHA-256:f3a3bddc4e770caa54b06b2f76bcd605a73cff512dd92434fc5476aa91bf3b09" @@ -139039,7 +187207,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.8.zip", "archiveFileName": "Atmega328_IO-3.0.8.zip", "size": 6460, "checksum": "SHA-256:4b990ec29707d5db98716874a530db021d41f967b51cabf5b52d9db12ead4b54" @@ -139056,7 +187224,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.0.9.zip", "archiveFileName": "Atmega328_IO-3.0.9.zip", "size": 7576, "checksum": "SHA-256:ff8e4a1a682722a89597f8cbb4c6eb5b3b7be736571b185f64fe820beae2ac5b" @@ -139073,7 +187241,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.0.zip", "archiveFileName": "Atmega328_IO-3.1.0.zip", "size": 7577, "checksum": "SHA-256:bd3f521befcb7a11dc8fe04e98833f8aba5c20b2def2f9b4dcbc083a83049a9f" @@ -139090,7 +187258,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.1.zip", "archiveFileName": "Atmega328_IO-3.1.1.zip", "size": 7734, "checksum": "SHA-256:0dad7d7021b055d1dc3f08b5a7464841ea3335c37aac2a38391069634b3be859" @@ -139107,7 +187275,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.3.zip", "archiveFileName": "Atmega328_IO-3.1.3.zip", "size": 8090, "checksum": "SHA-256:0c1833ccefbb1c7d95602853cd1375feb63831bf1149c8ba40f55f40f403ffe7" @@ -139124,7 +187292,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.5.zip", "archiveFileName": "Atmega328_IO-3.1.5.zip", "size": 737607, "checksum": "SHA-256:3ef93fbd6be1d66764a41135c355cb77ebe99f6ebd1f2076e58a33c7da865f73" @@ -139141,11 +187309,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RobotCing/Atmega328_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.6.zip", "archiveFileName": "Atmega328_IO-3.1.6.zip", "size": 740426, "checksum": "SHA-256:c2eb4e5865952a25d2c78abe8869195e0b3c95030597de6c692b3f0cb1d9cabd" }, + { + "name": "Atmega328_IO", + "version": "3.1.8", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.sk", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobotCing/Atmega328_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega328_IO-3.1.8.zip", + "archiveFileName": "Atmega328_IO-3.1.8.zip", + "size": 740452, + "checksum": "SHA-256:6ec9154ba6db987017c025b7b6158d8ad4873a586f0bca50f29ddfd224e731df" + }, { "name": "FaBo GPIO40 PCA9698", "version": "1.0.0", @@ -139158,7 +187343,7 @@ "architectures": ["avr", "esp32"], "types": ["Contributed"], "repository": "https://github.com/FaBoPlatform/FaBoGPIO40-PCA9698-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_GPIO40_PCA9698-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_GPIO40_PCA9698-1.0.0.zip", "archiveFileName": "FaBo_GPIO40_PCA9698-1.0.0.zip", "size": 8904, "checksum": "SHA-256:eae4874cd9415b42536ce8ff75109098768a283dc6d16954ccc375c042b4ea20" @@ -139176,7 +187361,7 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/bmx280mi.git", "providesIncludes": ["BMx280MI.h", "SPI.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-0.0.1.zip", "archiveFileName": "BMx280MI-0.0.1.zip", "size": 15591, "checksum": "SHA-256:80ac66942482616e793443f4614212fc540edea293923da37bf7826a344fc294" @@ -139194,11 +187379,113 @@ "types": ["Contributed"], "repository": "https://bitbucket.org/christandlg/bmx280mi.git", "providesIncludes": ["BMx280MI.h", "SPI.h", "Wire.h"], - "url": "http://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-0.0.2.zip", "archiveFileName": "BMx280MI-0.0.2.zip", "size": 15685, "checksum": "SHA-256:df5feb85dcc9927350063244abc3980aaa596d7c9f75b73d915e464ed79ff24d" }, + { + "name": "BMx280MI", + "version": "1.0.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.0.0.zip", + "archiveFileName": "BMx280MI-1.0.0.zip", + "size": 26307, + "checksum": "SHA-256:1fcaa8136c9c83e93a877ebe31a5874fa8c1c53ff6c3c51d43e399fa44b9a1c3" + }, + { + "name": "BMx280MI", + "version": "1.1.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.1.0.zip", + "archiveFileName": "BMx280MI-1.1.0.zip", + "size": 26630, + "checksum": "SHA-256:39443bb0d244df6a30108b2fcc28ee23f8b4af926850e36617df5b34aee6b535" + }, + { + "name": "BMx280MI", + "version": "1.1.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.1.1.zip", + "archiveFileName": "BMx280MI-1.1.1.zip", + "size": 26696, + "checksum": "SHA-256:2c8b09a7b007f4c661a8a75d9259480140ac80367fb2066dc5ff1b22aa5cb719" + }, + { + "name": "BMx280MI", + "version": "1.1.2", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.1.2.zip", + "archiveFileName": "BMx280MI-1.1.2.zip", + "size": 27144, + "checksum": "SHA-256:cf0998a32b2fe0ce30778872013b83afd8411f9d26998ebbcd09467342ec3bed" + }, + { + "name": "BMx280MI", + "version": "1.2.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.2.0.zip", + "archiveFileName": "BMx280MI-1.2.0.zip", + "size": 27353, + "checksum": "SHA-256:41c320c6145e9bf4327981935e3ec1c4f5d61eff5af974dff8533187cc0c1dcd" + }, + { + "name": "BMx280MI", + "version": "1.2.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.2.1.zip", + "archiveFileName": "BMx280MI-1.2.1.zip", + "size": 29783, + "checksum": "SHA-256:a20308286902a4e8951d53111fc70147f45094d5775072d14dbfd78d007b1e9a" + }, { "name": "Talkie", "version": "1.0.0", @@ -139211,11 +187498,115 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/ArminJo/Talkie.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.0.0.zip", "archiveFileName": "Talkie-1.0.0.zip", "size": 308289, "checksum": "SHA-256:22b77241a8614400633c61845c728979f02568e50e281665fcbd8fd111facaf2" }, + { + "name": "Talkie", + "version": "1.0.1", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Speech library for Arduino.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities. The code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Talkie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.0.1.zip", + "archiveFileName": "Talkie-1.0.1.zip", + "size": 370256, + "checksum": "SHA-256:de291a8415b758db74c82e4793d00abb9721629963c0df2d27eaa0a5b522ec5a" + }, + { + "name": "Talkie", + "version": "1.0.2", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Speech library for Arduino.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities. The code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Talkie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.0.2.zip", + "archiveFileName": "Talkie-1.0.2.zip", + "size": 377348, + "checksum": "SHA-256:dbb6e4ef4192263f34e502ceaae717400dddc97c8defad5b0973256effa68e9a" + }, + { + "name": "Talkie", + "version": "1.1.0", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Speech library for Arduino.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eESP32, SAMD and Teensy support.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": ["avr", "samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Talkie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.1.0.zip", + "archiveFileName": "Talkie-1.1.0.zip", + "size": 403724, + "checksum": "SHA-256:805afd7412cc50eedaa5567b37a9a944e57f8d95c64c45057c8b4ec035e70ec6" + }, + { + "name": "Talkie", + "version": "1.2.0", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Speech library for Arduino.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003e Functions digitalWrite(Non)InvertedOutput.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": ["avr", "samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Talkie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.2.0.zip", + "archiveFileName": "Talkie-1.2.0.zip", + "size": 403885, + "checksum": "SHA-256:fa801ffacf1c9fac4a9128418ef3efc52746d1e48c3ac385b8a4102c26fc99ad" + }, + { + "name": "Talkie", + "version": "1.3.0", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Speech library for Arduino. Generates speech from a fixed vocabulary encoded with LPC.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eTested ESP32 and BluePill version.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp32", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Talkie.git", + "providesIncludes": ["Talkie.h", "TalkieUtils.h", "Vocab_US_Large.h", "Vocab_Special.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.3.0.zip", + "archiveFileName": "Talkie-1.3.0.zip", + "size": 407960, + "checksum": "SHA-256:7f62d5b54eb740865acf204d2fc8cbd978bee8e05631aafdad832a18ce8940d7" + }, + { + "name": "Talkie", + "version": "1.3.1", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Speech library for Arduino. Generates speech from a fixed vocabulary encoded with LPC.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImproved SAMD support. Renamed examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp32", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Talkie.git", + "providesIncludes": ["Talkie.h", "TalkieUtils.h", "Vocab_US_Large.h", "Vocab_Special.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.3.1.zip", + "archiveFileName": "Talkie-1.3.1.zip", + "size": 408435, + "checksum": "SHA-256:3bc75a5c89bc36d7d01ddc7f0780fa0386c669bd1e3d0f275fe40b6e7df2d0ba" + }, { "name": "Dimmable Light for Arduino", "version": "1.2.0", @@ -139228,11 +187619,45 @@ "architectures": ["esp8266", "esp32", "avr"], "types": ["Contributed"], "repository": "https://github.com/fabiuz7/Dimmable-Light-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.2.0.zip", "archiveFileName": "Dimmable_Light_for_Arduino-1.2.0.zip", "size": 42348, "checksum": "SHA-256:c2df8e55d4759db243c38d35ba84e8a73ac4acb5325fcf1613f698bf331125eb" }, + { + "name": "Dimmable Light for Arduino", + "version": "1.3.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library allows you to command electrical appliances through dimmer (also known as thyristor)", + "paragraph": "This library was born to control dimmable light bulbs, but actually Thryristor class is fully reusable for other AC loads like electrical heaters. Actually it works on ESP8266, ESP32 and AVR.", + "website": "https://github.com/fabiuz7/Dimmable-Light-Arduino", + "category": "Device Control", + "architectures": ["esp8266", "esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/Dimmable-Light-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.3.0.zip", + "archiveFileName": "Dimmable_Light_for_Arduino-1.3.0.zip", + "size": 50246, + "checksum": "SHA-256:59cb1f22609959f12b04dd69cb6320c5c6561cfee375b2f68ab57d6ccc6ca6c4" + }, + { + "name": "Dimmable Light for Arduino", + "version": "1.4.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library allows you to command electrical appliances through dimmer (also known as thyristor)", + "paragraph": "This library was born to control dimmable light bulbs, but actually Thryristor class is fully reusable for other AC loads like electrical heaters. Actually it works on ESP8266, ESP32 and AVR.", + "website": "https://github.com/fabiuz7/Dimmable-Light-Arduino", + "category": "Device Control", + "architectures": ["esp8266", "esp32", "avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/Dimmable-Light-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.4.0.zip", + "archiveFileName": "Dimmable_Light_for_Arduino-1.4.0.zip", + "size": 53583, + "checksum": "SHA-256:adc7c2be29c30a1cce87c0fff997b259cbde81c2d39f2bc825b34ae308d90885" + }, { "name": "jm_PCF8574", "version": "1.0.0", @@ -139245,7 +187670,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_PCF8574.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.0.zip", "archiveFileName": "jm_PCF8574-1.0.0.zip", "size": 8043, "checksum": "SHA-256:d1c38cdb518b9b2c07ce2445a164c35301c7bf5671e63476f52802659f572f01" @@ -139262,11 +187687,96 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jmparatte/jm_PCF8574.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.1.zip", "archiveFileName": "jm_PCF8574-1.0.1.zip", "size": 8336, "checksum": "SHA-256:31460029525098236e6c581b3ba707c4bfd68d69aa00865984608f136f360eec" }, + { + "name": "jm_PCF8574", + "version": "1.0.2", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "PCF8574 Arduino Library.", + "paragraph": "PCF8574/PCF8574A - Remote 8-bit I/O expander for I2C-bus with interrupt. Example usage: The LCM2004A liquid crystal display module (HD44780U device) interfaced for I2C with a PCF8574. Device datasheet: https://www.nxp.com/docs/en/data-sheet/PCF8574_PCF8574A.pdf", + "website": "https://github.com/jmparatte/jm_PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.2.zip", + "archiveFileName": "jm_PCF8574-1.0.2.zip", + "size": 3157328, + "checksum": "SHA-256:55871f614db14d18e794b32490cc3300fc76deedd6702b4985070ef34e1055b8" + }, + { + "name": "jm_PCF8574", + "version": "1.0.4", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "PCF8574 Arduino Library.", + "paragraph": "PCF8574/PCF8574A - Remote 8-bit I/O expander for I2C-bus with interrupt. Example usage: The LCM2004A liquid crystal display module (HD44780U device) interfaced for I2C with a PCF8574. Device datasheet: https://www.nxp.com/docs/en/data-sheet/PCF8574_PCF8574A.pdf", + "website": "https://github.com/jmparatte/jm_PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.4.zip", + "archiveFileName": "jm_PCF8574-1.0.4.zip", + "size": 3157328, + "checksum": "SHA-256:ae05c9b86f4a9a6234b38a346c00ae64a6d488f5d137f3be196de25477de1ca9" + }, + { + "name": "jm_PCF8574", + "version": "1.0.5", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "PCF8574 Arduino Library.", + "paragraph": "PCF8574/PCF8574A - Remote 8-bit I/O expander for I2C-bus with interrupt. Example usage: The LCM2004A liquid crystal display module (HD44780U device) interfaced for I2C with a PCF8574. Device datasheet: https://www.nxp.com/docs/en/data-sheet/PCF8574_PCF8574A.pdf", + "website": "https://github.com/jmparatte/jm_PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.5.zip", + "archiveFileName": "jm_PCF8574-1.0.5.zip", + "size": 3157360, + "checksum": "SHA-256:d39ddc7999081d71157f2511280e5601ee40fefc43de586ae7d8ee0652da769e" + }, + { + "name": "jm_PCF8574", + "version": "1.0.6", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "PCF8574 Arduino Library.", + "paragraph": "PCF8574/PCF8574A - Remote 8-bit I/O expander for I2C-bus with interrupt. Example usage: The LCM2004A liquid crystal display module (HD44780U device) interfaced for I2C with a PCF8574. Device datasheet: https://www.nxp.com/docs/en/data-sheet/PCF8574_PCF8574A.pdf", + "website": "https://github.com/jmparatte/jm_PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.6.zip", + "archiveFileName": "jm_PCF8574-1.0.6.zip", + "size": 3157388, + "checksum": "SHA-256:a8bf2430857c54bca28cc6991be99c011ad320f4476b29bf6ac4f02da08ca510" + }, + { + "name": "jm_PCF8574", + "version": "1.0.7", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "PCF8574 Arduino Library.", + "paragraph": "PCF8574/PCF8574A - Remote 8-bit I/O expander for I2C-bus with interrupt. Example usage: The LCM2004A liquid crystal display module (HD44780U device) interfaced for I2C with a PCF8574. Device datasheet: https://www.nxp.com/docs/en/data-sheet/PCF8574_PCF8574A.pdf", + "website": "https://github.com/jmparatte/jm_PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_PCF8574-1.0.7.zip", + "archiveFileName": "jm_PCF8574-1.0.7.zip", + "size": 3157426, + "checksum": "SHA-256:415a73c6d37bf50f23b6d670fca2ce0d27e8389c498cbf70423375ece5d46c4e" + }, { "name": "SIM808", "version": "1.0.0", @@ -139280,7 +187790,7 @@ "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-sim808.git", "providesIncludes": ["SIM808.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-1.0.0.zip", "archiveFileName": "SIM808-1.0.0.zip", "size": 25208, "checksum": "SHA-256:6cb90a8c04fff5a61ede8f17b3d80b18d15453ac6b7caa7741e9fcc24c379938" @@ -139298,7 +187808,7 @@ "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-sim808.git", "providesIncludes": ["SIM808.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-1.0.1.zip", "archiveFileName": "SIM808-1.0.1.zip", "size": 25448, "checksum": "SHA-256:51382555facb1780906912ad73c1a5b2d666281295b3ed41222e03d62ba91148" @@ -139316,7 +187826,7 @@ "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-sim808.git", "providesIncludes": ["SIM808.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-1.1.0.zip", "archiveFileName": "SIM808-1.1.0.zip", "size": 25750, "checksum": "SHA-256:a12cc5ea43d907515e778fb3997c5ae40e1f9656524d8d97caa6a879a437c8ef" @@ -139334,112 +187844,180 @@ "types": ["Contributed"], "repository": "https://github.com/blemasle/arduino-sim808.git", "providesIncludes": ["SIM808.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/blemasle/SIM808-2.0.0.zip", "archiveFileName": "SIM808-2.0.0.zip", "size": 26120, "checksum": "SHA-256:6c36431323aeafeb6805fcf1ae2cbfeaa1d41a6930fae99e053851efffa4f9fd" }, { - "name": "StopWatch", + "name": "Debouncer", "version": "0.1.0", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Arduino library to monitor time and frame rate from any time if you want", - "paragraph": "Arduino library to monitor time and frame rate from any time if you want", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", "website": "https://github.com/hideakitai", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/StopWatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/StopWatch-0.1.0.zip", - "archiveFileName": "StopWatch-0.1.0.zip", - "size": 4683, - "checksum": "SHA-256:2636b24980399ed6e935e5e19b90a7520530a72aad20e58cc0162be4fa2e0534" + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.1.0.zip", + "archiveFileName": "Debouncer-0.1.0.zip", + "size": 10973, + "checksum": "SHA-256:7855276696be949ff599c3ca490666cdf5bb7b10557ffc1ee9771ff9bb015530" }, { - "name": "StopWatch", - "version": "0.1.1", + "name": "Debouncer", + "version": "0.1.2", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Arduino library to monitor time and frame rate from any time if you want", - "paragraph": "Arduino library to monitor time and frame rate from any time if you want", - "website": "https://github.com/hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/StopWatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/StopWatch-0.1.1.zip", - "archiveFileName": "StopWatch-0.1.1.zip", - "size": 5795, - "checksum": "SHA-256:355efad9c66fbeb038e5d517a4ce81291a27d9a1208a5b256cae3629af52ce6b" + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.1.2.zip", + "archiveFileName": "Debouncer-0.1.2.zip", + "size": 35167, + "checksum": "SHA-256:c193cafb93adc072445b3000e5c006bd24556a25d684ef36d1b454401b02c743" }, { - "name": "StopWatch", + "name": "Debouncer", "version": "0.1.3", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Arduino library to monitor time and frame rate from any time if you want", - "paragraph": "Arduino library to monitor time and frame rate from any time if you want", - "website": "https://github.com/hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/StopWatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/StopWatch-0.1.3.zip", - "archiveFileName": "StopWatch-0.1.3.zip", - "size": 6043, - "checksum": "SHA-256:5ee7777008a42cf03de3e1b582001b9ada961632e10e3f0a60b749fda008b9b9" + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.1.3.zip", + "archiveFileName": "Debouncer-0.1.3.zip", + "size": 35246, + "checksum": "SHA-256:1e492d2b11c72dd66c00bccaecb1d6c27c751b1f787dea2e55b28a8fe06c6e9e" }, { - "name": "StopWatch", - "version": "0.1.5", + "name": "Debouncer", + "version": "0.2.0", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Arduino library to monitor time and frame rate from any time if you want", - "paragraph": "Arduino library to monitor time and frame rate from any time if you want", - "website": "https://github.com/hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/StopWatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/StopWatch-0.1.5.zip", - "archiveFileName": "StopWatch-0.1.5.zip", - "size": 6052, - "checksum": "SHA-256:67966a6d7d270ba97809bf5a09cd3334d684ef6d41a083d0973cb87b25ac6c25" + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.0.zip", + "archiveFileName": "Debouncer-0.2.0.zip", + "size": 35292, + "checksum": "SHA-256:75053242f739e4ae2e380d4cc8cbb949c65d4decbce8c0b2e9ad8b0170159f84" }, { - "name": "StopWatch", - "version": "0.1.6", + "name": "Debouncer", + "version": "0.2.1", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Arduino library to monitor time and frame rate from any time if you want", - "paragraph": "Arduino library to monitor time and frame rate from any time if you want", - "website": "https://github.com/hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/StopWatch.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/StopWatch-0.1.6.zip", - "archiveFileName": "StopWatch-0.1.6.zip", - "size": 6077, - "checksum": "SHA-256:5c8b22a1bd2bea0cccd9fe07d8461978a8f3000f360cf7b645f30139a274cc62" + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.1.zip", + "archiveFileName": "Debouncer-0.2.1.zip", + "size": 35763, + "checksum": "SHA-256:cfb4a7dcd41a846c6d9a4214f05d5b8147944b95060d6f31cc591f0827ac7fba" }, { "name": "Debouncer", - "version": "0.1.0", + "version": "0.2.2", "author": "hideakitai", "maintainer": "hideakitai", "sentence": "Debounce library for Arduino", "paragraph": "Debounce library for Arduino", - "website": "https://github.com/hideakitai", + "website": "https://github.com/hideakitai/Debouncer", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/Debouncer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.1.0.zip", - "archiveFileName": "Debouncer-0.1.0.zip", - "size": 10973, - "checksum": "SHA-256:7855276696be949ff599c3ca490666cdf5bb7b10557ffc1ee9771ff9bb015530" + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.2.zip", + "archiveFileName": "Debouncer-0.2.2.zip", + "size": 35745, + "checksum": "SHA-256:a789f070abb3a72093be17a0a70f0474d6a982e886bd845d96445c6e7b2e475c" + }, + { + "name": "Debouncer", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.3.zip", + "archiveFileName": "Debouncer-0.2.3.zip", + "size": 35696, + "checksum": "SHA-256:e5357bc440130b40b49602ffe2db003f07fad85bb8e1a8fc8b26684e318aa60b" + }, + { + "name": "Debouncer", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.4.zip", + "archiveFileName": "Debouncer-0.2.4.zip", + "size": 36494, + "checksum": "SHA-256:5671caed8585c3aeadd7fd00928764ccbca1d652984cb727b567f9d98a863a8b" + }, + { + "name": "Debouncer", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.5.zip", + "archiveFileName": "Debouncer-0.2.5.zip", + "size": 36508, + "checksum": "SHA-256:219558ce97515af40557310fa9f4c74705b0d1902a7a19b966af840e83fe6dc5" + }, + { + "name": "Debouncer", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.6.zip", + "archiveFileName": "Debouncer-0.2.6.zip", + "size": 37640, + "checksum": "SHA-256:2d15fe65dcd9bfeaf855e2e67b8ef11bdd9503bd2b84d404d01dd387f5530ff2" }, { "name": "XBeeATCmds", @@ -139453,28 +188031,11 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/XBeeATCmds.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/XBeeATCmds-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/XBeeATCmds-0.1.0.zip", "archiveFileName": "XBeeATCmds-0.1.0.zip", "size": 1198482, "checksum": "SHA-256:cb5da0a89f8bc4028f42da771f82d0fd8382dff68aaaf64983f0f9611cbc8486" }, - { - "name": "CRC", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "CRC calculation for Arduino", - "paragraph": "CRC calculation for Arduino", - "website": "https://github.com/hideakitai", - "category": "Data Processing", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/hideakitai/CRC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/CRC-0.1.0.zip", - "archiveFileName": "CRC-0.1.0.zip", - "size": 3072, - "checksum": "SHA-256:4dd1b7f7da2a45862c2b5bac526e77fc98086a70dae204b265ce6f5fe17bb3e9" - }, { "name": "Filters", "version": "0.0.1", @@ -139487,78 +188048,61 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/Filters.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Filters-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Filters-0.0.1.zip", "archiveFileName": "Filters-0.0.1.zip", "size": 4334, "checksum": "SHA-256:1c832eb9cc72d375c101c6eb8eebeba56098cb7c0938fd6f7419bbf582a992f1" }, { - "name": "Convert", - "version": "0.1.0", + "name": "Filters", + "version": "0.0.2", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "String from/to value conversion in Arduino (port a part of ofUtils (openFrameworks))", - "paragraph": "String from/to value conversion in Arduino (port a part of ofUtils (openFrameworks))", + "sentence": "Filter utilities for Arduino", + "paragraph": "Filter utilities for Arduino", "website": "https://github.com/hideakitai", "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/Convert.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Convert-0.1.0.zip", - "archiveFileName": "Convert-0.1.0.zip", - "size": 4522, - "checksum": "SHA-256:1467c9f14031976b29dcb3cc4306609a2f9e708f74dda4446381f7fa330d3de7" + "repository": "https://github.com/hideakitai/Filters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Filters-0.0.2.zip", + "archiveFileName": "Filters-0.0.2.zip", + "size": 4339, + "checksum": "SHA-256:29ddab298d92c4384d8b814cfef4e0ef2c57783937eb4d917a59afe0ee8f4b0d" }, { - "name": "Debug", + "name": "Filters", "version": "0.1.0", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "sentence": "Filter utilities for Arduino", + "paragraph": "Filter utilities for Arduino", + "website": "https://github.com/hideakitai/Filters", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Debug-0.1.0.zip", - "archiveFileName": "Debug-0.1.0.zip", - "size": 3821, - "checksum": "SHA-256:60381b295411000c36a99f74ee125571c678e4149989cd3aa590fe37aa4909b8" + "repository": "https://github.com/hideakitai/Filters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Filters-0.1.0.zip", + "archiveFileName": "Filters-0.1.0.zip", + "size": 19982, + "checksum": "SHA-256:b59b053caa8c031d3a7e483be6a8f8aaf65ca62168349eeb4a4ab787625bdf82" }, { - "name": "Debug", + "name": "Filters", "version": "0.1.1", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Debug-0.1.1.zip", - "archiveFileName": "Debug-0.1.1.zip", - "size": 5541, - "checksum": "SHA-256:5111bffcf92058e904c2cbb0dd858b2705a0e04a91289e1c102d9e2775851881" - }, - { - "name": "Debug", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "sentence": "Filter utilities for Arduino", + "paragraph": "Filter utilities for Arduino", + "website": "https://github.com/hideakitai/Filters", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Debug-0.1.2.zip", - "archiveFileName": "Debug-0.1.2.zip", - "size": 5856, - "checksum": "SHA-256:332abd2751471676f324a5198010fd192e865a5dafd667286c8c09ce164e500b" + "repository": "https://github.com/hideakitai/Filters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Filters-0.1.1.zip", + "archiveFileName": "Filters-0.1.1.zip", + "size": 20008, + "checksum": "SHA-256:731698737b3050dcd7a8839fc9eed6f300c114416a6869cfda4f4ae8fa7181bf" }, { "name": "I2CExtension", @@ -139572,28 +188116,11 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/I2CExtension.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/I2CExtension-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/I2CExtension-0.1.0.zip", "archiveFileName": "I2CExtension-0.1.0.zip", "size": 4174, "checksum": "SHA-256:83b9a1add03f49284eb41f0f8b21770e2e36bcc605dcb8d78d6b5b2d549ca576" }, - { - "name": "RingBuffers", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "RingBuffer for Arduino (replacement of std::queue, std::deque and std::vector)", - "paragraph": "RRingBuffer for Arduino (replacement of std::queue, std::deque and std::vector)", - "website": "https://github.com/hideakitai", - "category": "Data Storage", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/hideakitai/RingBuffer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/RingBuffers-0.1.0.zip", - "archiveFileName": "RingBuffers-0.1.0.zip", - "size": 5067, - "checksum": "SHA-256:efa89e793651930dd67d81d131a3fd4e06cfac1d313cd19a74dc2ab64244532e" - }, { "name": "VectorXf", "version": "0.1.0", @@ -139606,7 +188133,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/VectorXf.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/VectorXf-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/VectorXf-0.1.0.zip", "archiveFileName": "VectorXf-0.1.0.zip", "size": 29085, "checksum": "SHA-256:8e8008e353553f2b13bc3605b7d2c043af00eb4cac320731f96564e09e5f1fa8" @@ -139623,7 +188150,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/hideakitai/SPIExtension.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/SPIExtension-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SPIExtension-0.1.0.zip", "archiveFileName": "SPIExtension-0.1.0.zip", "size": 4898, "checksum": "SHA-256:e299a228aca59b55afa1189ffc82f02eba7855130899b6c1c3231c5254c867d8" @@ -139640,7 +188167,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/thinger-io/Core32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thinger-io/ThingerCore32-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/ThingerCore32-0.1.0.zip", "archiveFileName": "ThingerCore32-0.1.0.zip", "size": 12174, "checksum": "SHA-256:5d73662f12e0f1e8548c5ffcd2b1dd21145a33761f3189b8039af835e07a611b" @@ -139657,7 +188184,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MrYsLab/FirmataExpress.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.0.0.zip", "archiveFileName": "FirmataExpress-1.0.0.zip", "size": 72756, "checksum": "SHA-256:eaeca57d0eaea6017bbaa8b9bdad5a5e7177ff734fd2a9a8f57cd1fab6a54b68" @@ -139674,11 +188201,143 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MrYsLab/FirmataExpress.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.0.1.zip", "archiveFileName": "FirmataExpress-1.0.1.zip", "size": 72762, "checksum": "SHA-256:6f64296b30aedd515536e58f66c1f86b80ec3db54a22d9f36e97a5edd647c7a3" }, + { + "name": "FirmataExpress", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.0.2.zip", + "archiveFileName": "FirmataExpress-1.0.2.zip", + "size": 74573, + "checksum": "SHA-256:453ddcbcacc24b2fa93c1d58a9e52301897b50def2dcf2784cd13b6a465f9306" + }, + { + "name": "FirmataExpress", + "version": "1.1.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.1.0.zip", + "archiveFileName": "FirmataExpress-1.1.0.zip", + "size": 74623, + "checksum": "SHA-256:60d23815391d5bb122dcd1d29e4653cb813176c3a1044c4762c5ff65738a19ab" + }, + { + "name": "FirmataExpress", + "version": "1.1.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.1.1.zip", + "archiveFileName": "FirmataExpress-1.1.1.zip", + "size": 74622, + "checksum": "SHA-256:a812fe4d2fdbebfb2634c890bed3516e3f604c130b66d79dcef05a48dd265fe5" + }, + { + "name": "FirmataExpress", + "version": "1.1.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.1.2.zip", + "archiveFileName": "FirmataExpress-1.1.2.zip", + "size": 74627, + "checksum": "SHA-256:ea559a8e80b3d397d26427fef34dea7c21928dee0102875d41e0f5d4b9a16c1b" + }, + { + "name": "FirmataExpress", + "version": "1.1.3", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.1.3.zip", + "archiveFileName": "FirmataExpress-1.1.3.zip", + "size": 74621, + "checksum": "SHA-256:e4303ee415e904059879541cc0d26beb4a7f25cd9e41eb173477ab7881dd0cf1" + }, + { + "name": "FirmataExpress", + "version": "1.1.4", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "dependencies": [ + { + "name": "Ultrasonic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.1.4.zip", + "archiveFileName": "FirmataExpress-1.1.4.zip", + "size": 74636, + "checksum": "SHA-256:b41a7374d57ce9a6f57863bef82d7ce3a14b704ffde313b77ec6ffedebcc23b8" + }, + { + "name": "FirmataExpress", + "version": "1.2.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.2.0.zip", + "archiveFileName": "FirmataExpress-1.2.0.zip", + "size": 74387, + "checksum": "SHA-256:9760bbaffa50db28747b05152bc1de50b7344bdbecabd7f1a480e0a318b8a6de" + }, { "name": "Altino", "version": "1.0.0", @@ -139692,7 +188351,7 @@ "types": ["Contributed"], "repository": "https://github.com/Iainmon/altino.git", "providesIncludes": ["Altino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Iainmon/Altino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Iainmon/Altino-1.0.0.zip", "archiveFileName": "Altino-1.0.0.zip", "size": 4779, "checksum": "SHA-256:9e443bed8d2c0e33747941afab4b3b9b79a061b4022ee9043bec01a46c44ca48" @@ -139710,7 +188369,7 @@ "types": ["Contributed"], "repository": "https://github.com/Iainmon/altino.git", "providesIncludes": ["Altino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Iainmon/Altino-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Iainmon/Altino-1.0.2.zip", "archiveFileName": "Altino-1.0.2.zip", "size": 4786, "checksum": "SHA-256:d71bbb5ec0217e65a3e48d05e15f0587552c9cf5b39e64975d02184b1e1776b2" @@ -139728,7 +188387,7 @@ "types": ["Contributed"], "repository": "https://github.com/flyingeinstein/Restfully.git", "providesIncludes": ["Restfully.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/flyingeinstein/Restfully-0.2.0-beta.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/flyingeinstein/Restfully-0.2.0-beta.zip", "archiveFileName": "Restfully-0.2.0-beta.zip", "size": 61177, "checksum": "SHA-256:dc84908a51aa790685e0e5b99cbfca7be243bff37faea459e649a12e14b1d5d8" @@ -139745,7 +188404,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/Keyword-Protocol-2000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/KWP2000-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/KWP2000-1.0.0.zip", "archiveFileName": "KWP2000-1.0.0.zip", "size": 1427649, "checksum": "SHA-256:bf8514095e6e52b4f8c05f618fcaa363d0c76a64405e5c457dceb385af589894" @@ -139762,11 +188421,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/aster94/Keyword-Protocol-2000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/KWP2000-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/KWP2000-1.1.0.zip", "archiveFileName": "KWP2000-1.1.0.zip", "size": 1429840, "checksum": "SHA-256:34d633294ae81c14c6595375e9b00d84ec8926bc252042ee0efc82076a7dc94d" }, + { + "name": "KWP2000", + "version": "1.2.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes interfacing with motorbikes a breeze.", + "paragraph": "Connect with the ECU of Suzuki, Honda, Kawasaki, Yamaha etc.", + "website": "https://github.com/aster94/Keyword-Protocol-2000", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Keyword-Protocol-2000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/KWP2000-1.2.0.zip", + "archiveFileName": "KWP2000-1.2.0.zip", + "size": 1428100, + "checksum": "SHA-256:d6929206c7b704c440c7c18b34644cfe41a87272891cc07368c151abf07aa32e" + }, + { + "name": "KWP2000", + "version": "1.3.0", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes interfacing with motorbikes a breeze.", + "paragraph": "Connect with the ECU of Suzuki, Kawasaki, Yamaha, Honda.", + "website": "https://github.com/aster94/Keyword-Protocol-2000", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Keyword-Protocol-2000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/KWP2000-1.3.0.zip", + "archiveFileName": "KWP2000-1.3.0.zip", + "size": 517856, + "checksum": "SHA-256:08312b6c6b5ccefbe49f41077d9492d88fc3416764ce1cfcff44803c523bcb94" + }, { "name": "Dabble", "version": "1.1.0", @@ -139779,7 +188472,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/STEMpedia/Dabble.git", - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.1.0.zip", "archiveFileName": "Dabble-1.1.0.zip", "size": 121621, "checksum": "SHA-256:da9eec4dbd494a8ea42e8bfe4eaf6a563af326371ae46698342db6fdc096042b" @@ -139796,7 +188489,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/STEMpedia/Dabble.git", - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.0.0.zip", "archiveFileName": "Dabble-1.0.0.zip", "size": 112655, "checksum": "SHA-256:5ee2a23e0d638b047ec453ee81a48e55204bf1262718010a4a6ab2c265d315f1" @@ -139813,7 +188506,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/STEMpedia/Dabble.git", - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.3.0.zip", "archiveFileName": "Dabble-1.3.0.zip", "size": 129167, "checksum": "SHA-256:ece1d07901b227ded7301341a7ba1bb72cd0ca15bb6fd63d00a4e87dde13d244" @@ -139830,7 +188523,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/STEMpedia/Dabble.git", - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.4.1.zip", "archiveFileName": "Dabble-1.4.1.zip", "size": 135204, "checksum": "SHA-256:fcbfb22decda6cff081d388f2922ddfa595a9732e06bcde3c15d1b3b2d53edff" @@ -139847,11 +188540,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/STEMpedia/Dabble.git", - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.5.0.zip", "archiveFileName": "Dabble-1.5.0.zip", "size": 126730, "checksum": "SHA-256:0219f8eaed2a893bf90dd01f760cc3915341e1da44984e5d4f0d22500befbbd0" }, + { + "name": "Dabble", + "version": "1.5.1", + "author": "STEMpedia", + "maintainer": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "sentence": "Updated Dabble library with Internet module for Arduino.", + "paragraph": "Dabble app communicate with hardware like evive and Arduino boards like Uno, Mega and Nano using bluetooth modules like HC-05,HM-10. App consists of modules that explore different functionalities of smartphone like sensors,camera etc and also consists of certain user interfaces.Hardware communicates with app using Dabble library over bluetooth and access these app features. This helps hardware in accessing certain features of smartphone and also provides hardware control with smartphone.", + "website": "https://github.com/STEMpedia/Dabble", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/STEMpedia/Dabble.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.5.1.zip", + "archiveFileName": "Dabble-1.5.1.zip", + "size": 128522, + "checksum": "SHA-256:8cc49b6d4b6d36781889533695e7fbd7eff058a64b3740202e288ccab5b7321c" + }, + { + "name": "Dabble", + "version": "1.5.2", + "author": "STEMpedia", + "maintainer": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "sentence": "Updated Dabble library with Internet module for Arduino.", + "paragraph": "Dabble app communicate with hardware like evive and Arduino boards like Uno, Mega and Nano using bluetooth modules like HC-05,HM-10. App consists of modules that explore different functionalities of smartphone like sensors,camera etc and also consists of certain user interfaces.Hardware communicates with app using Dabble library over bluetooth and access these app features. This helps hardware in accessing certain features of smartphone and also provides hardware control with smartphone.", + "website": "https://github.com/STEMpedia/Dabble", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/STEMpedia/Dabble.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/Dabble-1.5.2.zip", + "archiveFileName": "Dabble-1.5.2.zip", + "size": 128528, + "checksum": "SHA-256:61b6c612e19e8cfd345da07a9481d434d09b55452f04590bf2baa7e24fbca7fd" + }, { "name": "EPD", "version": "1.0.0", @@ -139864,7 +188591,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.0.0.zip", "archiveFileName": "EPD-1.0.0.zip", "size": 64326, "checksum": "SHA-256:f20b283c6b77af0dc4e03903d5dd403dd4f139f2f55474183d57132036f56214" @@ -139881,7 +188608,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.0.1.zip", "archiveFileName": "EPD-1.0.1.zip", "size": 64643, "checksum": "SHA-256:a3580456246677afa9883c05ab6096b72828899512791c1e5a21dee134d008b7" @@ -139898,7 +188625,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.1.0.zip", "archiveFileName": "EPD-1.1.0.zip", "size": 64545, "checksum": "SHA-256:ac62694b2b7b5f4adcde1d6f7e5186f3f0560f103b7a00b80033b8dcc6b37591" @@ -139915,7 +188642,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/asukiaaa/EPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/EPD-1.1.1.zip", "archiveFileName": "EPD-1.1.1.zip", "size": 64812, "checksum": "SHA-256:3f99dc9e654f98792491bc911f5fd945ebfb4bc95e10180da0408c48a9d2ed9c" @@ -139933,7 +188660,7 @@ "types": ["Contributed"], "repository": "https://github.com/GordonRudman/ExampleArduinoLibrary.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GordonRudman/ExampleLibrary-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GordonRudman/ExampleLibrary-0.0.1.zip", "archiveFileName": "ExampleLibrary-0.0.1.zip", "size": 3470, "checksum": "SHA-256:25113bde5cc171620678e80e457a2cf9eb0d724131dff8f51dc3aa102c7fd3b5" @@ -139951,7 +188678,7 @@ "types": ["Contributed"], "repository": "https://github.com/GordonRudman/ExampleArduinoLibrary.git", "providesIncludes": ["SPI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GordonRudman/ExampleLibrary-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GordonRudman/ExampleLibrary-0.0.2.zip", "archiveFileName": "ExampleLibrary-0.0.2.zip", "size": 4476, "checksum": "SHA-256:8f9f23f2c25e78f2b0e688a65f0119064cef5b30185290fa4fdbffb8b49ca72e" @@ -139968,11 +188695,164 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/fabriziop/TalkingLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.3.zip", "archiveFileName": "TalkingLED-0.1.3.zip", "size": 11540, "checksum": "SHA-256:a6252338310c6692075965075820262d83cf3eb5cf41d9a7c485ae8f976655b0" }, + { + "name": "TalkingLED", + "version": "0.1.4", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.4.zip", + "archiveFileName": "TalkingLED-0.1.4.zip", + "size": 11263, + "checksum": "SHA-256:9f86979ed8af2d533bcc7b08ef4e8dd11201e3c07f0a85fed2d076e4d501fa35" + }, + { + "name": "TalkingLED", + "version": "0.1.5", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.5.zip", + "archiveFileName": "TalkingLED-0.1.5.zip", + "size": 11260, + "checksum": "SHA-256:0cb67859433fa3503be02a3c29ee878263fce0ab19aa46efcf362d76ba33efcb" + }, + { + "name": "TalkingLED", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.0.zip", + "archiveFileName": "TalkingLED-0.1.0.zip", + "size": 12410, + "checksum": "SHA-256:b8b3ea74a685801c250f1786c1fb970a556f3c9dacc2f5e5de2b4356bb932d44" + }, + { + "name": "TalkingLED", + "version": "0.1.6", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.6.zip", + "archiveFileName": "TalkingLED-0.1.6.zip", + "size": 11258, + "checksum": "SHA-256:79391f533cfb4b3c4415cba4173fc0c8073f130bc6e6f45854ca124b6d7f9f89" + }, + { + "name": "TalkingLED", + "version": "0.1.7", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.1.7.zip", + "archiveFileName": "TalkingLED-0.1.7.zip", + "size": 11160, + "checksum": "SHA-256:7ac8309de3c81728a63297a647850012eba289612e9ae0035b55b532b4193d30" + }, + { + "name": "TalkingLED", + "version": "0.2.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.2.0.zip", + "archiveFileName": "TalkingLED-0.2.0.zip", + "size": 14509, + "checksum": "SHA-256:968080cf9efb6427a014339dbc4d563d13332a76e89c6a08306b408d4eaa13be" + }, + { + "name": "TalkingLED", + "version": "0.3.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.3.0.zip", + "archiveFileName": "TalkingLED-0.3.0.zip", + "size": 13818, + "checksum": "SHA-256:b189ce38ce28d3ec96cbf216dc333e3f03e35e16843b03832a801f01456aec95" + }, + { + "name": "TalkingLED", + "version": "0.3.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.3.1.zip", + "archiveFileName": "TalkingLED-0.3.1.zip", + "size": 13822, + "checksum": "SHA-256:75ae3ce40110ad39223a7dbf63ac29677f25fddd31caf2fcdc9b7c0c01577965" + }, + { + "name": "TalkingLED", + "version": "0.4.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.4.1.zip", + "archiveFileName": "TalkingLED-0.4.1.zip", + "size": 15278, + "checksum": "SHA-256:54b632f61cdd890d73d55c997efe992f3e46e895ba5de38d44682494b77616ea" + }, { "name": "INA2xx", "version": "1.0.6", @@ -139985,11 +188865,147 @@ "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/SV-Zanshin/INA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.6.zip", "archiveFileName": "INA2xx-1.0.6.zip", "size": 317315, "checksum": "SHA-256:4b1d356b79f883834d8858b43bcea186eca840ca61dd52bedfca9e663c9a69d4" }, + { + "name": "INA2xx", + "version": "1.0.8", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current and voltage data from multiple INA2xx devices", + "paragraph": "This library allows a number of INA2xx devices (mixed supported types) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.8.zip", + "archiveFileName": "INA2xx-1.0.8.zip", + "size": 320672, + "checksum": "SHA-256:732ddc54eb78ea96e40876fd3d3899f8842b7e3a7f4e282b853e35670afc25bb" + }, + { + "name": "INA2xx", + "version": "1.0.9", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current and voltage data from multiple INA2xx devices", + "paragraph": "This library allows a number of INA2xx devices (mixed supported types) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.9.zip", + "archiveFileName": "INA2xx-1.0.9.zip", + "size": 325769, + "checksum": "SHA-256:0cc94aab1f04de32baf040b1a9dceefdce9a4892fda9fbcd35103c6a84893f88" + }, + { + "name": "INA2xx", + "version": "1.0.10", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current and voltage data from multiple INA2xx devices", + "paragraph": "This library allows a number of INA2xx devices (mixed supported types) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.10.zip", + "archiveFileName": "INA2xx-1.0.10.zip", + "size": 406416, + "checksum": "SHA-256:99afd4f36dc4084bcd1ec667a6044e6b2ddd46e2a4c61451f6175e81f25b1a91" + }, + { + "name": "INA2xx", + "version": "1.0.11", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current and voltage data from multiple INA2xx devices", + "paragraph": "This library allows a number of INA2xx devices (mixed supported types) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.11.zip", + "archiveFileName": "INA2xx-1.0.11.zip", + "size": 300573, + "checksum": "SHA-256:cba145f060d4e7f2007069f5716d0b72acd4a9b05bf3da468624c61c08b842cd" + }, + { + "name": "INA2xx", + "version": "1.0.12", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current and voltage data from multiple INA2xx devices", + "paragraph": "This library allows a number of INA2xx devices (mixed supported types) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.12.zip", + "archiveFileName": "INA2xx-1.0.12.zip", + "size": 300697, + "checksum": "SHA-256:08552f249999be51be1c699f8633a5fda64df4ef676b26be6447eb76b2914d61" + }, + { + "name": "INA2xx", + "version": "1.0.13", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current and voltage data from multiple INA2xx devices", + "paragraph": "This library allows a number of INA2xx devices (mixed supported types) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.13.zip", + "archiveFileName": "INA2xx-1.0.13.zip", + "size": 300744, + "checksum": "SHA-256:32190f8a7456972c73616b9bbc1c5f92e908e0db7921575aecc9f4aafc7482d3" + }, + { + "name": "INA2xx", + "version": "1.0.14", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read current, voltage and power data from one or more INA2xx device(s)", + "paragraph": "This library allows a number of INA2xx devices (mixed types allowed) to be read and controlled simultaneously.", + "website": "https://github.com/SV-Zanshin/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.0.14.zip", + "archiveFileName": "INA2xx-1.0.14.zip", + "size": 301367, + "checksum": "SHA-256:89aaee8f32e9fabbd2fa7cceefc63edc597304869648ddf191abe7be347a3c5c" + }, + { + "name": "INA2xx", + "version": "1.1.0", + "author": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "maintainer": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Read current, voltage and power data from one or more INA2xx device(s)", + "paragraph": "This library allows a number of INA2xx devices (mixed types allowed) to be read and controlled simultaneously.", + "website": "https://github.com/Zanduino/INA", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SV-Zanshin/INA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SV-Zanshin/INA2xx-1.1.0.zip", + "archiveFileName": "INA2xx-1.1.0.zip", + "size": 298656, + "checksum": "SHA-256:69e64cc81bec8f264c8850793999f8124a3d9b25a7cef4845430e08736bd9bab" + }, { "name": "MCP7940", "version": "1.0.0", @@ -139997,12 +189013,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Use the Microchip MCP7940 RTC (Real-Time-Clock)", "paragraph": "Use the Microchip MCP7940 RTC (Real-Time-Clock)", - "website": "https://github.com/SV-Zanshin/MCP7940", + "website": "https://github.com/Zanduino/MCP7940", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MCP7940.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MCP7940-1.0.0.zip", + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.0.0.zip", "archiveFileName": "MCP7940-1.0.0.zip", "size": 675132, "checksum": "SHA-256:05a98e84ae9fe7bc04eac030796131a6ccf1b1cafd9a966ac6df89fcd000e152" @@ -140014,12 +189030,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Use the Microchip MCP7940 RTC (Real-Time-Clock)", "paragraph": "Use the Microchip MCP7940 RTC (Real-Time-Clock)", - "website": "https://github.com/SV-Zanshin/MCP7940", + "website": "https://github.com/Zanduino/MCP7940", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MCP7940.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MCP7940-1.0.5.zip", + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.0.5.zip", "archiveFileName": "MCP7940-1.0.5.zip", "size": 687122, "checksum": "SHA-256:379fdca6791022e76ecfc25a56f17ef67262c5e2dbd148013ad277a1d57307cc" @@ -140031,12 +189047,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", "paragraph": "Libray code allowing access to and control of the MCP7940 RTC", - "website": "https://github.com/SV-Zanshin/MCP7940", + "website": "https://github.com/Zanduino/MCP7940", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MCP7940.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MCP7940-1.1.0.zip", + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.1.0.zip", "archiveFileName": "MCP7940-1.1.0.zip", "size": 688807, "checksum": "SHA-256:fe2ecc4fee3d87a7d1057d3794c1f94b7d36aece2a2431eb6212000a4e39a6ee" @@ -140048,12 +189064,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", "paragraph": "Libray code allowing access to and control of the MCP7940 RTC", - "website": "https://github.com/SV-Zanshin/MCP7940", + "website": "https://github.com/Zanduino/MCP7940", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MCP7940.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MCP7940-1.1.1.zip", + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.1.1.zip", "archiveFileName": "MCP7940-1.1.1.zip", "size": 690757, "checksum": "SHA-256:f5fe63d6b8e104c0a74cdbea6b5ad05a8061d32fbfdd216e80445fde7e783337" @@ -140065,16 +189081,84 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", "paragraph": "Allowing access to and control of the MCP7940 RTC functionality including the base read/write of time and setting up multiple alarms as well as setting the MFP pin", - "website": "https://github.com/SV-Zanshin/MCP7940", + "website": "https://github.com/Zanduino/MCP7940", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MCP7940.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MCP7940-1.1.6.zip", + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.1.6.zip", "archiveFileName": "MCP7940-1.1.6.zip", "size": 716780, "checksum": "SHA-256:0a734e7c990f8c67a1b20b82c0a49947ac22e9d3ccc89508857588d15d66ba99" }, + { + "name": "MCP7940", + "version": "1.1.7", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", + "paragraph": "Allowing access to and control of the MCP7940 RTC functionality including the base read/write of time and setting up multiple alarms as well as setting the MFP pin", + "website": "https://github.com/Zanduino/MCP7940", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.1.7.zip", + "archiveFileName": "MCP7940-1.1.7.zip", + "size": 696067, + "checksum": "SHA-256:778bc39d40560952c2134f55a8021fb5e788c9e44d01f26e59ce123029272d53" + }, + { + "name": "MCP7940", + "version": "1.1.8", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", + "paragraph": "Allowing access to and control of the MCP7940 RTC functionality including the base read/write of time and setting up multiple alarms as well as setting the MFP pin", + "website": "https://github.com/Zanduino/MCP7940", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.1.8.zip", + "archiveFileName": "MCP7940-1.1.8.zip", + "size": 691190, + "checksum": "SHA-256:5133f3f4532dc37ca9678be6104fd4fd326d3ca7675b447d67acd8a5c2c475f3" + }, + { + "name": "MCP7940", + "version": "1.1.9", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", + "paragraph": "Allowing access to and control of the MCP7940 RTC functionality including the base read/write of time and setting up multiple alarms as well as setting the MFP pin", + "website": "https://github.com/Zanduino/MCP7940", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.1.9.zip", + "archiveFileName": "MCP7940-1.1.9.zip", + "size": 699163, + "checksum": "SHA-256:ae1c20048359a75a7252280ff4e84a87d78e28274b65d523c71023f9520664f3" + }, + { + "name": "MCP7940", + "version": "1.2.0", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to use the Microchip MCP7940 RTC (Real-Time-Clock)", + "paragraph": "Allowing access to and control of the MCP7940 RTC functionality including the base read/write of time and setting up multiple alarms as well as setting the MFP pin", + "website": "https://github.com/Zanduino/MCP7940", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/MCP7940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MCP7940-1.2.0.zip", + "archiveFileName": "MCP7940-1.2.0.zip", + "size": 699172, + "checksum": "SHA-256:373200329d632a4eb15c0e0726bd7fa28c6567f896bb780c17b14ff9c0e4950c" + }, { "name": "Servo Hardware PWM", "version": "1.0.0", @@ -140087,7 +189171,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.0.0.zip", "archiveFileName": "Servo_Hardware_PWM-1.0.0.zip", "size": 8217, "checksum": "SHA-256:385e84a95f316df2011379c9b014621dc6ef05a3806506b9cf998c8120007e2f" @@ -140104,7 +189188,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.0.1.zip", "archiveFileName": "Servo_Hardware_PWM-1.0.1.zip", "size": 8460, "checksum": "SHA-256:b82702f1d4cccb24d34f579a6b6af9f935a3382f3f2a59656e9f1b7372780d58" @@ -140121,11 +189205,62 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.0.2.zip", "archiveFileName": "Servo_Hardware_PWM-1.0.2.zip", "size": 8460, "checksum": "SHA-256:4dffbccbe95cdffe11577e97a365a33405eb925176b0656234f992f81ef0a2dd" }, + { + "name": "Servo Hardware PWM", + "version": "1.2.0", + "author": "Daniel Duller \u003cdaniel.duller@gmx.net\u003e", + "maintainer": "Daniel Duller \u003cdaniel.duller@gmx.net\u003e", + "sentence": "Allows Arduino/Genuino Mega boards to control up to 6 servos with the integrated 16-bit hardware PWM timer/counter.", + "paragraph": "\u003cbr /\u003eThis library uses the 16-bit hardware timer/counter (timer3, timer4 and timer5) to control the servos.\u003cbr /\u003ePossible output pins are pin 2, 3, 7, 8, 44, and 45.\u003cbr /\u003eUnlike the original Servo.h library, this library does not use Timer1.\u003cbr /\u003eThe advantage here is that when using the Wire.h library no fluctuations in the pulse width occur.\u003cbr /\u003eIn addition, I / O registers are addressed directly and not via the digitalWrite()-function (as in Servo.h).\u003cbr /\u003e", + "website": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.2.0.zip", + "archiveFileName": "Servo_Hardware_PWM-1.2.0.zip", + "size": 161208, + "checksum": "SHA-256:c005b0271f43e7f3a4b47c0f96505be310785152555b05261a8e1a4da27e4362" + }, + { + "name": "Servo Hardware PWM", + "version": "1.2.1", + "author": "Daniel Duller \u003cdaniel.duller@gmx.net\u003e", + "maintainer": "Daniel Duller \u003cdaniel.duller@gmx.net\u003e", + "sentence": "Allows Arduino/Genuino Mega boards to control up to 6 servos with the integrated 16-bit hardware PWM timer/counter.", + "paragraph": "\u003cbr /\u003eThis library uses the 16-bit hardware timer/counter (timer3, timer4 and timer5) to control the servos.\u003cbr /\u003ePossible output pins are pin 2, 3, 7, 8, 44, and 45.\u003cbr /\u003eUnlike the original Servo.h library, this library does not use Timer1.\u003cbr /\u003eThe advantage here is that when using the Wire.h library no fluctuations in the pulse width occur.\u003cbr /\u003eIn addition, I / O registers are addressed directly and not via the digitalWrite()-function (as in Servo.h).\u003cbr /\u003e", + "website": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.2.1.zip", + "archiveFileName": "Servo_Hardware_PWM-1.2.1.zip", + "size": 161289, + "checksum": "SHA-256:c5266708503215702588d761b5c8f1a70658e48693f6ab12429c258b2b56d103" + }, + { + "name": "Servo Hardware PWM", + "version": "1.3.0", + "author": "Daniel Duller \u003cdaniel.duller@gmx.net\u003e", + "maintainer": "Daniel Duller \u003cdaniel.duller@gmx.net\u003e", + "sentence": "Allows Arduino/Genuino Mega boards to control up to 9 servos with the integrated 16-bit hardware PWM timer/counter.", + "paragraph": "\u003cbr /\u003eThis library uses the 16-bit hardware timer/counter (timer3, timer4 and timer5) to control the servos.\u003cbr /\u003ePossible output pins are pin 2, 3, 5, 6, 7, 8, 44, 45 and 46.\u003cbr /\u003eUnlike the original Servo.h library, this library does not use Timer1.\u003cbr /\u003eThe advantage here is that when using the Wire.h library no fluctuations in the pulse width occur.\u003cbr /\u003eIn addition, I / O registers are addressed directly and not via the digitalWrite()-function (as in Servo.h).\u003cbr /\u003e", + "website": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/dadul96/Arduino-Servo-Hardware-PWM-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dadul96/Servo_Hardware_PWM-1.3.0.zip", + "archiveFileName": "Servo_Hardware_PWM-1.3.0.zip", + "size": 161795, + "checksum": "SHA-256:191beac0f548b8b6611d74e84565253709a5b49264f271bd68bc1da01a9aa888" + }, { "name": "FortniteAPI", "version": "1.0.0", @@ -140138,7 +189273,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/FortniteAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/FortniteAPI-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/FortniteAPI-1.0.0.zip", "archiveFileName": "FortniteAPI-1.0.0.zip", "size": 20742, "checksum": "SHA-256:078d2a3a7d6f42fbd7b6b14eb4c1918b5b9824b0b7bbb2914514d1340b8bb163" @@ -140155,7 +189290,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/chunkysteveo/FortniteAPI.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chunkysteveo/FortniteAPI-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/FortniteAPI-1.0.1.zip", "archiveFileName": "FortniteAPI-1.0.1.zip", "size": 21347, "checksum": "SHA-256:6209a933167c9d1f35be0ab89b0d778d866314c7c275b54300b7a47d29f5f25a" @@ -140173,7 +189308,7 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.2.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.2.zip", "size": 437979, "checksum": "SHA-256:02ebac29d8362282c7bf80bcce54d7b6490f8d4be84904bb551fb6aea9a30551" @@ -140191,7 +189326,7 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.3.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.3.zip", "size": 466022, "checksum": "SHA-256:90b03bf3f061defc8c622029d3a9dca2d86cbb9268799c5f2875077ba81f1587" @@ -140209,7 +189344,7 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.4.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.4.zip", "size": 466082, "checksum": "SHA-256:db7e97c32590807b2ea83ee987bb0e2d3a11c94a718e7a506c2b1aa15076140c" @@ -140227,7 +189362,7 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.5.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.5.zip", "size": 468334, "checksum": "SHA-256:4ff65529c974f7b5ffebfa53968ce03e1f211671983fa8bbe621b73cd7f17f2e" @@ -140245,7 +189380,7 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.6.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.6.zip", "size": 469528, "checksum": "SHA-256:01a4ecc112ac8f9f67460158a8e054cfc0b4a802828349efedc001e7835de80e" @@ -140263,7 +189398,7 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.7.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.7.zip", "size": 471757, "checksum": "SHA-256:e9096b9ad440dd7fd910e169d1ca73dcbe4ee5df6185f866c2ca246bf734103e" @@ -140281,11 +189416,47 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.8.zip", "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.8.zip", "size": 472103, "checksum": "SHA-256:10ca51cfa9081f441dd8dcce5c4c8778a96478fc6468bc0e4e0379b3ca2ffb49" }, + { + "name": "Heltec ESP32 Dev-Boards", + "version": "1.0.9", + "author": "Heltec Automation", + "maintainer": "HelTec \u003csupport@heltec.cn\u003e", + "sentence": "Library for Heltec ESP32 (or ESP32+LoRa) based boards", + "paragraph": "Include, WiFi Kit 32, WiFi LoRa 32, Wireless Stick, Wireless Shell, see more on http://heltec.cn", + "website": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "providesIncludes": ["heltec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.0.9.zip", + "archiveFileName": "Heltec_ESP32_Dev_Boards-1.0.9.zip", + "size": 2472267, + "checksum": "SHA-256:75030d4e18d9d5bfeffbb7145af818ead47ccf4a97537fbae53e8ba64e47831a" + }, + { + "name": "Heltec ESP32 Dev-Boards", + "version": "1.1.0", + "author": "Heltec Automation", + "maintainer": "HelTec \u003csupport@heltec.cn\u003e", + "sentence": "Library for Heltec ESP32 (or ESP32+LoRa) based boards", + "paragraph": "Includes: WiFi Kit 32, WiFi LoRa 32, Wireless Stick, Wireless Shell, see more on http://heltec.cn", + "website": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "providesIncludes": ["heltec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.1.0.zip", + "archiveFileName": "Heltec_ESP32_Dev_Boards-1.1.0.zip", + "size": 2489778, + "checksum": "SHA-256:7dab30dbc29344c7107dbe6e41e30e268cc4d82f6fcf84fdec54a907f8882447" + }, { "name": "SparkFun Qwiic MP3 Trigger Arduino Library", "version": "1.0.0", @@ -140298,7 +189469,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.0.zip", "size": 27021, "checksum": "SHA-256:c8fabc98554817736f5f41c7e1d3f02746e565407a6551ac08321c60eb7962d2" @@ -140315,7 +189486,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.1.zip", "size": 25444, "checksum": "SHA-256:ec803e87b0936ca3a683de7171c0c73252063b8dac217d8bb80ef2f4f3b09c47" @@ -140332,11 +189503,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.2.zip", "size": 25444, "checksum": "SHA-256:97b125f39fc5a2bd48ccfbc470984b141fa71036d64d282f275cf1edd2278f57" }, + { + "name": "SparkFun Qwiic MP3 Trigger Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic MP3 Trigger", + "paragraph": "An Arduino Library for the Qwist MP3 Trigger. Qwiic MP3 Trigger is an easy to use MP3 player that makes loading and playing MP3s easy and fast. Play, pause, stop, volume, and EQ are all digitally controlled over I2C . Available at: https://www.sparkfun.com/products/15165", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.3.zip", + "size": 27194, + "checksum": "SHA-256:669f341252fbc3f7021a0658259e331e5ba0f09c9b9e4b95cf93584d0161ef2a" + }, { "name": "Antares ESP8266 HTTP", "version": "1.1.0", @@ -140349,7 +189537,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.1.0.zip", "archiveFileName": "Antares_ESP8266_HTTP-1.1.0.zip", "size": 79102, "checksum": "SHA-256:1632d39000c992700e0b920a8fbb69420cc2fa990850513ade7808aa821056f7" @@ -140366,7 +189554,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.1.2.zip", "archiveFileName": "Antares_ESP8266_HTTP-1.1.2.zip", "size": 79231, "checksum": "SHA-256:6805b38fdc6f6595262299eda5d13abe6714d24a038feb68f22458d22033988c" @@ -140383,7 +189571,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.2.1.zip", "archiveFileName": "Antares_ESP8266_HTTP-1.2.1.zip", "size": 85525, "checksum": "SHA-256:630f26557347fd1ebd91751ea3e497ae663c6c367c3c751388d07d85952d09e0" @@ -140400,11 +189588,45 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.3.1.zip", "archiveFileName": "Antares_ESP8266_HTTP-1.3.1.zip", "size": 86174, "checksum": "SHA-256:0afff4b617f22a16759efe255179f9503e984c3b956a992fea0c6dff5e054a7b" }, + { + "name": "Antares ESP8266 HTTP", + "version": "1.3.2", + "author": "Antares", + "maintainer": "Antares \u003csupport@antares.id\u003e", + "sentence": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "paragraph": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "website": "https://github.com/antaresdocumentation/antares-esp8266-http", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.3.2.zip", + "archiveFileName": "Antares_ESP8266_HTTP-1.3.2.zip", + "size": 88632, + "checksum": "SHA-256:db8182383222cb31a5bb9fcd99ed5546dc51431e4234fc28706fa8a50e13bf8b" + }, + { + "name": "Antares ESP8266 HTTP", + "version": "1.3.3", + "author": "Antares", + "maintainer": "Antares \u003csupport@antares.id\u003e", + "sentence": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "paragraph": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "website": "https://github.com/antaresdocumentation/antares-esp8266-http", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.3.3.zip", + "archiveFileName": "Antares_ESP8266_HTTP-1.3.3.zip", + "size": 86232, + "checksum": "SHA-256:78ffc6c068c19474991a8172b3bc6a675393bbea19b83c59e632bfe216c2bc0e" + }, { "name": "LMP91000", "version": "1.0.0", @@ -140417,7 +189639,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LinnesLab/LMP91000.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LinnesLab/LMP91000-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/LMP91000-1.0.0.zip", "archiveFileName": "LMP91000-1.0.0.zip", "size": 67318, "checksum": "SHA-256:7d24de018b4ed67216bc598ac74529f92e8074279b0981ac3dcea08612ece092" @@ -140434,7 +189656,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/texie/TeXie_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.0.1.zip", "archiveFileName": "TeXie_arduino_Client-0.0.1.zip", "size": 3909, "checksum": "SHA-256:4a600a919851950758efcfcf9e8e679f39df7471f72c898887a2e090eb2267b3" @@ -140451,7 +189673,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/texie/TeXie_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.0.2.zip", "archiveFileName": "TeXie_arduino_Client-0.0.2.zip", "size": 4532, "checksum": "SHA-256:4698aecda93b25488258ee1bbbf8c01eeb2314dd96bb8ad15933fef07ca7a9e8" @@ -140468,7 +189690,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/texie/TeXie_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.1.0.zip", "archiveFileName": "TeXie_arduino_Client-0.1.0.zip", "size": 4969, "checksum": "SHA-256:142996fbbb50a75300c47e489443bdedc30d3b7107c1c6adcf596e3e0d41950b" @@ -140485,7 +189707,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/texie/TeXie_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.1.1.zip", "archiveFileName": "TeXie_arduino_Client-0.1.1.zip", "size": 4962, "checksum": "SHA-256:77f4e7ddf126a2a09ee25faa9b618a3a2394c99902f6c79cc0db175871d7a9c4" @@ -140502,7 +189724,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/texie/TeXie_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/texie/TeXie_arduino_Client-0.2.0.zip", "archiveFileName": "TeXie_arduino_Client-0.2.0.zip", "size": 5308, "checksum": "SHA-256:e1f5d3849d7c0586762690c9de3ea16e08ccd4395128b2abb0673f85f4c7010e" @@ -140519,7 +189741,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/offcircuit/Batflow.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/Batflow-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Batflow-1.0.0.zip", "archiveFileName": "Batflow-1.0.0.zip", "size": 15076, "checksum": "SHA-256:8ae5d534eb691987f03a7fc669cf4e84e959f98f6802947135be31fe88c59d3f" @@ -140536,7 +189758,7 @@ "architectures": ["avr", "samd", "sam"], "types": ["Contributed"], "repository": "https://github.com/stefangs/arduino-library-braccio-robot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stefangs/BraccioRobot-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stefangs/BraccioRobot-1.0.0.zip", "archiveFileName": "BraccioRobot-1.0.0.zip", "size": 18787, "checksum": "SHA-256:530d65bb5d67ed543d5cdfea8bdb7e2c7d3bf5696c16f5f6bbac1ece38406f32" @@ -140553,7 +189775,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/offcircuit/DTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/DTime-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/DTime-1.0.0.zip", "archiveFileName": "DTime-1.0.0.zip", "size": 16742, "checksum": "SHA-256:174ea30dafc895c19cc95cf4319ab6c3f49f25ef2d240aca22b70a8d6dc043db" @@ -140570,7 +189792,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/highno/rtcvars.git", - "url": "http://downloads.arduino.cc/libraries/github.com/highno/RTCVars-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/highno/RTCVars-0.1.1.zip", "archiveFileName": "RTCVars-0.1.1.zip", "size": 13214, "checksum": "SHA-256:a98f740bba81cc15de139b000d415faa8e18c1f1810308d94411a4bb68118a3f" @@ -140587,7 +189809,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.0.2.zip", "archiveFileName": "Adafruit_MLX90393-1.0.2.zip", "size": 7538, "checksum": "SHA-256:3c420efa735d9a2a99399c641c3a783524b6f0a20612772ff0c2f89b94b6f299" @@ -140604,7 +189826,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.0.5.zip", "archiveFileName": "Adafruit_MLX90393-1.0.5.zip", "size": 7127, "checksum": "SHA-256:e4e08d8dc1e0228aad810dfa5df003729cedc7b25008cca6327f70e52d1e476c" @@ -140621,11 +189843,105 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.0.6.zip", "archiveFileName": "Adafruit_MLX90393-1.0.6.zip", "size": 7128, "checksum": "SHA-256:403e84d9f8878302f3a3b78f4a7b6aa44e4dba186186f14bb7e954da71ada1c7" }, + { + "name": "Adafruit MLX90393", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.1.0.zip", + "archiveFileName": "Adafruit_MLX90393-1.1.0.zip", + "size": 7175, + "checksum": "SHA-256:1e2a56430c07ab27297d03ffdb3c86c7edd635226b010666c939f12e031d4a43" + }, + { + "name": "Adafruit MLX90393", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-1.1.1.zip", + "archiveFileName": "Adafruit_MLX90393-1.1.1.zip", + "size": 7427, + "checksum": "SHA-256:0903a37be24e2659c1757fd63d01f05e33ba50630494ab92d9ba36b626e73044" + }, + { + "name": "Adafruit MLX90393", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-2.0.0.zip", + "archiveFileName": "Adafruit_MLX90393-2.0.0.zip", + "size": 9891, + "checksum": "SHA-256:065c451f0cf53eb5cdc54f06a7a5212c5002ff1da396a5d450272de5f5af23fb" + }, + { + "name": "Adafruit MLX90393", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-2.0.1.zip", + "archiveFileName": "Adafruit_MLX90393-2.0.1.zip", + "size": 9931, + "checksum": "SHA-256:c9ac4a471e9b6f0a078a8657ac80d3822c2149bd882efb1f5bb75066d10ecb04" + }, { "name": "ESP32MotorControl", "version": "0.1.0", @@ -140638,7 +189954,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/ESP32MotorControl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/ESP32MotorControl-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/ESP32MotorControl-0.1.0.zip", "archiveFileName": "ESP32MotorControl-0.1.0.zip", "size": 5226, "checksum": "SHA-256:f3a8b725a0ad2a6715affb4aa584c184e818304c9310c96d1b054f9c3864edf1" @@ -140655,7 +189971,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/MPR121.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.0.0.zip", "archiveFileName": "MPR121-1.0.0.zip", "size": 11977, "checksum": "SHA-256:7a60e41ff69ddb6dceeaa7eb8863c7393d78262f2427e493437033aea5e701fb" @@ -140672,7 +189988,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/MPR121.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.1.0.zip", "archiveFileName": "MPR121-1.1.0.zip", "size": 11974, "checksum": "SHA-256:b979227597df4b2633df7e6efbfe2bd3af43df612d2203f7400d3fa43e595fc4" @@ -140689,7 +190005,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janelia-arduino/MPR121.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.2.0.zip", "archiveFileName": "MPR121-1.2.0.zip", "size": 14973, "checksum": "SHA-256:47b3c691bc69052b93b13eca9bc35dac525f3f31969173b82f10b66dac9a4714" @@ -140706,7 +190022,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/coddingtonbear/arduino-managed-serial-device.git", - "url": "http://downloads.arduino.cc/libraries/github.com/coddingtonbear/arduino_managed_serial_device-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/coddingtonbear/arduino_managed_serial_device-1.2.0.zip", "archiveFileName": "arduino_managed_serial_device-1.2.0.zip", "size": 12157, "checksum": "SHA-256:fce0ec4f4abf2a1b252f8f3ecf78a0b0a844cde148e1d8c89944b3f3ccec2e1b" @@ -140723,11 +190039,28 @@ "architectures": ["samd"], "types": ["Contributed"], "repository": "https://github.com/GabrielNotman/RTCCounter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GabrielNotman/RTCCounter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GabrielNotman/RTCCounter-1.0.0.zip", "archiveFileName": "RTCCounter-1.0.0.zip", "size": 8942, "checksum": "SHA-256:03b8eca8e7ac3f6da06d7efba27802e8e15ac6048cb79d939973bb4911b86769" }, + { + "name": "RTCCounter", + "version": "1.0.1", + "author": "Gabriel Notman", + "maintainer": "Gabriel Notman \u003cg.notman@gmail.com\u003e", + "sentence": "Provides use of the RTC peripheral in 32bit counter mode. For Arduino SAMD21 boards only.", + "paragraph": "This library enables SAMD21 based boards (Arduino Zero, MKR1000 etc.) to use the internal RTC in 32bit counter mode.", + "website": "https://github.com/GabrielNotman/RTCCounter", + "category": "Timing", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/GabrielNotman/RTCCounter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabrielNotman/RTCCounter-1.0.1.zip", + "archiveFileName": "RTCCounter-1.0.1.zip", + "size": 8940, + "checksum": "SHA-256:ca0ab7050529f9be13124cb22ca954133bef1562161115c94410012036c27a7a" + }, { "name": "TindieApi", "version": "1.0.0", @@ -140740,7 +190073,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/witnessmenow/tindie-api-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/witnessmenow/TindieApi-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/TindieApi-1.0.0.zip", "archiveFileName": "TindieApi-1.0.0.zip", "size": 9340, "checksum": "SHA-256:e96fb0fdc0c856f86c630afb645b4f2be158e6cd4fe672040691d6f3b0d8f91a" @@ -140758,7 +190091,7 @@ "types": ["Contributed"], "repository": "https://github.com/OpenCIAg/BlueFairy.git", "providesIncludes": ["bluefairy.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OpenCIAg/BlueFairy-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenCIAg/BlueFairy-1.0.0.zip", "archiveFileName": "BlueFairy-1.0.0.zip", "size": 25962, "checksum": "SHA-256:c364f26ebbacb83c640a88f2e44ba03c5dd53671b80600a6413dde5f1a5bd582" @@ -140776,7 +190109,7 @@ "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/TinkerController-Library.git", "providesIncludes": ["TinkerController.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/TinkerController-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/TinkerController-0.1.0.zip", "archiveFileName": "TinkerController-0.1.0.zip", "size": 5273, "checksum": "SHA-256:32a0718f1496c5e53e6d8bae3f77a463d6f93beba1de9f3f6f7202fe566e2d81" @@ -140793,7 +190126,7 @@ "architectures": ["avr", "esp8266"], "types": ["Contributed"], "repository": "https://github.com/nathanRamaNoodles/SensorToButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/SensorToButton-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/nathanRamaNoodles/SensorToButton-1.0.1.zip", "archiveFileName": "SensorToButton-1.0.1.zip", "size": 10226, "checksum": "SHA-256:9e5804b173056742a497187665ea400910b9b23a0f79036dddd5beae76f5719b" @@ -140805,12 +190138,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Use the Vishay VCNL4010 proximity and ambient light sensor", "paragraph": "Use the Vishay VCNL4010 proximity and ambient light sensor", - "website": "https://github.com/SV-Zanshin/VCNL4010", + "website": "https://github.com/Zanduino/VCNL4010", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/VCNL4010.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/VCNL4010-1.0.3.zip", + "repository": "https://github.com/Zanduino/VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/VCNL4010-1.0.3.zip", "archiveFileName": "VCNL4010-1.0.3.zip", "size": 714045, "checksum": "SHA-256:09542dbf837025e46e1818b48166e5ea9092d858fdcf65e04671536f77140496" @@ -140822,12 +190155,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Use the Vishay VCNL4010 proximity and ambient light sensor", "paragraph": "Use the Vishay VCNL4010 proximity and ambient light sensor", - "website": "https://github.com/SV-Zanshin/VCNL4010", + "website": "https://github.com/Zanduino/VCNL4010", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/VCNL4010.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/VCNL4010-1.0.5.zip", + "repository": "https://github.com/Zanduino/VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/VCNL4010-1.0.5.zip", "archiveFileName": "VCNL4010-1.0.5.zip", "size": 717325, "checksum": "SHA-256:fc43bf4568276f7b7a0bf3354361fbef037256fd43c5a77937d45a847787fc73" @@ -140839,16 +190172,50 @@ "maintainer": "Arnd \u003cArnd@sv-Zanshin.com\u003e", "sentence": "Arduino library to access the Vishay VCNL4010 proximity and ambient light sensor", "paragraph": "Use the Vishay VCNL4010 proximity and ambient light sensor", - "website": "https://github.com/SV-Zanshin/VCNL4010", + "website": "https://github.com/Zanduino/VCNL4010", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/VCNL4010.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/VCNL4010-1.0.9.zip", + "repository": "https://github.com/Zanduino/VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/VCNL4010-1.0.9.zip", "archiveFileName": "VCNL4010-1.0.9.zip", "size": 746629, "checksum": "SHA-256:d3d945059b36d554c8e33a4be81173f15888f52cfb8cc63ca08a1457f8f10401" }, + { + "name": "VCNL4010", + "version": "1.0.10", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access the Vishay VCNL4010 proximity and ambient light sensor", + "paragraph": "Use the Vishay VCNL4010 proximity and ambient light sensor", + "website": "https://github.com/Zanduino/VCNL4010", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/VCNL4010-1.0.10.zip", + "archiveFileName": "VCNL4010-1.0.10.zip", + "size": 718695, + "checksum": "SHA-256:3e654089fd69e489452d6067541e5b1e6f1198a9742621b9df38af459fe21ec8" + }, + { + "name": "VCNL4010", + "version": "1.1.0", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control the Vishay VCNL4010 proximity and ambient light sensor using I2C.", + "paragraph": "This Arduino library and associated example programs allow easy access to all the sensor's functionality using simple function calls", + "website": "https://github.com/Zanduino/VCNL4010", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/VCNL4010.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/VCNL4010-1.1.0.zip", + "archiveFileName": "VCNL4010-1.1.0.zip", + "size": 719721, + "checksum": "SHA-256:68574e8aeefa64940b6ce6eb6e31e928843e2f741a7aab76ec9de2570e4997be" + }, { "name": "OROCA-EduBot", "version": "0.0.1", @@ -140862,7 +190229,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.1.zip", "archiveFileName": "OROCA_EduBot-0.0.1.zip", "size": 714764, "checksum": "SHA-256:83a90cb0f1e2c4241c5fe13475c49f9f04aa855030c8f072a3f36dd40c44c05f" @@ -140880,7 +190247,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.2.zip", "archiveFileName": "OROCA_EduBot-0.0.2.zip", "size": 714811, "checksum": "SHA-256:15ed396dc8a3d5efd61206b64e77c3bd119bd7713da6e58e968aebeb6ce97c50" @@ -140898,7 +190265,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.3.zip", "archiveFileName": "OROCA_EduBot-0.0.3.zip", "size": 747589, "checksum": "SHA-256:063c830ab0604cc67324faa272dfe5a662e8d1b7d680ee49fdfb7c58b93e243c" @@ -140916,7 +190283,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.4.zip", "archiveFileName": "OROCA_EduBot-0.0.4.zip", "size": 831144, "checksum": "SHA-256:edaf447a457a43991c4d0188cc7308baa5714563764a5efe2f1fc7f535ed88e0" @@ -140934,7 +190301,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.5.zip", "archiveFileName": "OROCA_EduBot-0.0.5.zip", "size": 833717, "checksum": "SHA-256:b174f4f161b927a5569d8c18feaf8979d3beba85cc644abe74afe2e3d2661b00" @@ -140952,7 +190319,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.6.zip", "archiveFileName": "OROCA_EduBot-0.0.6.zip", "size": 837011, "checksum": "SHA-256:85e8870cf24c1e3e54433e2211d4c26ea441398d5c502ec4a1709aedd079aa65" @@ -140970,7 +190337,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.7.zip", "archiveFileName": "OROCA_EduBot-0.0.7.zip", "size": 831366, "checksum": "SHA-256:25aa992912a1de22e0239b35c352316cde36383be32d3d48c16329de075d5931" @@ -140988,7 +190355,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.8.zip", "archiveFileName": "OROCA_EduBot-0.0.8.zip", "size": 831749, "checksum": "SHA-256:30179721986d8f93cd3fc7c4c197c7e7f62d9470a737fa12600807be817e7786" @@ -141006,7 +190373,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.0.9.zip", "archiveFileName": "OROCA_EduBot-0.0.9.zip", "size": 889297, "checksum": "SHA-256:ffa8bada7cc7d0fe12e01d0b980a4e1a2de20b15b89c4f114cf94e456df26e97" @@ -141024,7 +190391,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.0.zip", "archiveFileName": "OROCA_EduBot-0.1.0.zip", "size": 890338, "checksum": "SHA-256:b802d3951b4b35b6ddbe5a78b45be051fe2f3314de186c0a6e565bb9dede54d5" @@ -141042,7 +190409,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.1.zip", "archiveFileName": "OROCA_EduBot-0.1.1.zip", "size": 896199, "checksum": "SHA-256:519290d2f8b8287c7f06eeaab1397b3d67eb3189d8ff520235cc047083cec59b" @@ -141060,7 +190427,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.2.zip", "archiveFileName": "OROCA_EduBot-0.1.2.zip", "size": 896199, "checksum": "SHA-256:b09b7ee34b483ab9ffabfe4d3fd529d838a56e96bbbab7443483673f6a93176e" @@ -141078,7 +190445,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.3.zip", "archiveFileName": "OROCA_EduBot-0.1.3.zip", "size": 914684, "checksum": "SHA-256:bb6f050326e69d8cc4ace85034a3bb48f90b520174c9f36b55dcfecba5e08405" @@ -141096,7 +190463,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.4.zip", "archiveFileName": "OROCA_EduBot-0.1.4.zip", "size": 914944, "checksum": "SHA-256:5c8f57018b127357a6bf49bda5c27b4be950fe1788e679df5a28c37e2138ce98" @@ -141114,7 +190481,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.5.zip", "archiveFileName": "OROCA_EduBot-0.1.5.zip", "size": 917531, "checksum": "SHA-256:13ee548752490e19a0ea5b989b35f9f64e553b52b62ecc4a6978ebd0133295d7" @@ -141132,7 +190499,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.6.zip", "archiveFileName": "OROCA_EduBot-0.1.6.zip", "size": 917541, "checksum": "SHA-256:4c24ae03974fee0480ad8ff453f13549084544934bc1a68e8d5755a93a14b82a" @@ -141150,7 +190517,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.7.zip", "archiveFileName": "OROCA_EduBot-0.1.7.zip", "size": 927724, "checksum": "SHA-256:e9bdfc09d7571bbd082d36b933d1fcb5438c4cab84d3c7bc77967b1258d8fa76" @@ -141168,7 +190535,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.8.zip", "archiveFileName": "OROCA_EduBot-0.1.8.zip", "size": 3365820, "checksum": "SHA-256:cde7ecac3c70f7cfba81a9c33fd444d60b27d9d07a267f687898c6f8b356a35e" @@ -141186,7 +190553,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.1.9.zip", "archiveFileName": "OROCA_EduBot-0.1.9.zip", "size": 3434658, "checksum": "SHA-256:eff46ef6db1a0863ae5bca387d6f0dd9c471f560d591c43e5d23c2729e412e6f" @@ -141204,7 +190571,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.2.0.zip", "archiveFileName": "OROCA_EduBot-0.2.0.zip", "size": 3380691, "checksum": "SHA-256:ed0147408824d04e7999db0c73886030053e0e5abf943c1159b7a334900ee529" @@ -141222,7 +190589,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/oroca/OROCA-EduBot-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/oroca/OROCA_EduBot-0.2.1.zip", "archiveFileName": "OROCA_EduBot-0.2.1.zip", "size": 3380762, "checksum": "SHA-256:77ca6dc796f9aae4943569a243fb89933ebe6d9f453b12b3e89bcee1ccd67d83" @@ -141234,12 +190601,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Access all Microchip SRAM chips", "paragraph": "Autodetect the Microchip SRAM chip in use and read/write data to and from it", - "website": "https://github.com/SV-Zanshin/MicrochipSRAM", + "website": "https://github.com/Zanduino/MicrochipSRAM", "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MicrochipSRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MicrochipSRAM-1.0.2.zip", + "repository": "https://github.com/Zanduino/MicrochipSRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MicrochipSRAM-1.0.2.zip", "archiveFileName": "MicrochipSRAM-1.0.2.zip", "size": 1236367, "checksum": "SHA-256:5e292212eb5493eed4248808b3f2b68b84442fb8317bfdbf1d54b94e3945d3e4" @@ -141251,12 +190618,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Access all Microchip SRAM chips", "paragraph": "Autodetect the Microchip SRAM chip in use and read/write data to and from it", - "website": "https://github.com/SV-Zanshin/MicrochipSRAM", + "website": "https://github.com/Zanduino/MicrochipSRAM", "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MicrochipSRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MicrochipSRAM-1.0.4.zip", + "repository": "https://github.com/Zanduino/MicrochipSRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MicrochipSRAM-1.0.4.zip", "archiveFileName": "MicrochipSRAM-1.0.4.zip", "size": 225900, "checksum": "SHA-256:2999920515f430e32a64f6a7f6711d4a4592cb42ae49e94c33aaa3bac9258390" @@ -141268,16 +190635,33 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Access all Microchip SRAM chips", "paragraph": "Autodetect the Microchip SRAM chip in use and read/write data to and from it", - "website": "https://github.com/SV-Zanshin/MicrochipSRAM", + "website": "https://github.com/Zanduino/MicrochipSRAM", "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MicrochipSRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MicrochipSRAM-1.0.3.zip", + "repository": "https://github.com/Zanduino/MicrochipSRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MicrochipSRAM-1.0.3.zip", "archiveFileName": "MicrochipSRAM-1.0.3.zip", "size": 197767, "checksum": "SHA-256:35406fa94d48110f430cfcb74939afa678b83552282d7d1e911d6d88b9401f79" }, + { + "name": "MicrochipSRAM", + "version": "1.0.6", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Access all Microchip SRAM chips", + "paragraph": "Autodetect the Microchip SRAM chip in use and read/write data to and from it", + "website": "https://github.com/Zanduino/MicrochipSRAM", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/MicrochipSRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MicrochipSRAM-1.0.6.zip", + "archiveFileName": "MicrochipSRAM-1.0.6.zip", + "size": 199568, + "checksum": "SHA-256:92a251fb44696e7145572b57ca6f92af05af383d46c139d10003aa8ebf5d5553" + }, { "name": "BME680", "version": "1.0.0", @@ -141285,12 +190669,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino library to access the Bosch BME680 and get temperature, humidity, pressure and gas sensor readings", "paragraph": "This library is designed to access the Bosch BME680 with either I2C, SPI or software-SPI. It allows for timed readings.", - "website": "https://github.com/SV-Zanshin/BME680", - "category": "Device Control", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/BME680-1.0.0.zip", + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.0.zip", "archiveFileName": "BME680-1.0.0.zip", "size": 801979, "checksum": "SHA-256:7accb1213c2dee480b1a288d313aa6fb9a89b8ab9692b765ba52e8d00ca0dd53" @@ -141302,30 +190686,166 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino library to access the Bosch BME680 and get temperature, humidity, pressure and gas sensor readings", "paragraph": "This library is designed to access the Bosch BME680 with either I2C, SPI or software-SPI. It allows for timed readings.", - "website": "https://github.com/SV-Zanshin/BME680", - "category": "Device Control", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/BME680.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/BME680-1.0.2.zip", + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.2.zip", "archiveFileName": "BME680-1.0.2.zip", "size": 2748950, "checksum": "SHA-256:aa722d05c5e49b7aaae14b19ea04df6f04ef44f57ea1d1e706358901f52bdc29" }, { - "name": "CryptoAuthLib", - "version": "1.0.0", - "author": "MicroChip (Arduino extensions by Gabriel Notman)", - "maintainer": "Gabriel Notman \u003cg.notman@gmail.com\u003e", - "sentence": "MicroChip CryptoAuthLib with Arduino support", - "paragraph": "MicroChip CryptoAuthLib with Arduino support", + "name": "BME680", + "version": "1.0.3", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access the Bosch BME680 and get temperature, humidity, pressure and gas sensor readings", + "paragraph": "This library is designed to access the Bosch BME680 with either I2C, SPI or software-SPI. It allows for timed readings.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.3.zip", + "archiveFileName": "BME680-1.0.3.zip", + "size": 2510967, + "checksum": "SHA-256:b6699c0f58d2079b8a24a92079e694226d25b981babf079811e398d733060f29" + }, + { + "name": "BME680", + "version": "1.0.4", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access the Bosch BME680 and get temperature, humidity, pressure and gas sensor readings", + "paragraph": "This library is designed to access the Bosch BME680 with either I2C, SPI or software-SPI. It allows for timed readings.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.4.zip", + "archiveFileName": "BME680-1.0.4.zip", + "size": 2511470, + "checksum": "SHA-256:71bcb1cea6c78f88713635de1f8f8c0ad253770892d2acb61cd2d5b10a680353" + }, + { + "name": "BME680", + "version": "1.0.5", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access and control the Bosch BME680 sensor and get temperature, humidity, pressure and gas readings", + "paragraph": "Both I2C and SPI (hardware and software implementations) are supported to connect to the BME680 and set up measurement parameters as well as to read the results.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.5.zip", + "archiveFileName": "BME680-1.0.5.zip", + "size": 3004725, + "checksum": "SHA-256:1f763562c60ae4f33ec82a37396882ba5169c0d9459b148b30d5bdbea425a5a9" + }, + { + "name": "BME680", + "version": "1.0.6", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access and control the Bosch BME680 sensor and get temperature, humidity, pressure and gas readings.", + "paragraph": "Both I2C and SPI are supported to communicate with the BME680; setting up the device configuration and reading the resulting measurements.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.6.zip", + "archiveFileName": "BME680-1.0.6.zip", + "size": 3013939, + "checksum": "SHA-256:a195fef1058033d2b66ec42f545ae7a0b22e6ca75c46a8b6bcee47846c7a73d5" + }, + { + "name": "BME680", + "version": "1.0.7", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access and control the Bosch BME680 sensor and get temperature, humidity, pressure and gas readings.", + "paragraph": "Both I2C and SPI are supported to communicate with the BME680; setting up the device configuration and reading the resulting measurements.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.7.zip", + "archiveFileName": "BME680-1.0.7.zip", + "size": 4169802, + "checksum": "SHA-256:43d6a8bee9b1b38204056553450bc8f853121bf43998008048b7105523ad603f" + }, + { + "name": "BME680", + "version": "1.0.8", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access and control the Bosch BME680 sensor and get temperature, humidity, pressure and gas readings.", + "paragraph": "Both I2C and SPI are supported to communicate with the BME680; setting up the device configuration and reading the resulting measurements.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.8.zip", + "archiveFileName": "BME680-1.0.8.zip", + "size": 2480672, + "checksum": "SHA-256:bda48e75a13d65a33b0551464e07b8c27b27d25d47b632d4144e2ad599a832b6" + }, + { + "name": "BME680", + "version": "1.0.9", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access and control the Bosch BME680 sensor and get temperature, humidity, pressure and gas readings.", + "paragraph": "Both I2C and SPI are supported to communicate with the BME680; setting up the device configuration and reading the resulting measurements.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.9.zip", + "archiveFileName": "BME680-1.0.9.zip", + "size": 2479825, + "checksum": "SHA-256:65204b385987d073789720f56c2a362df1f5f66d294d2c7a8bd979e9a9210756" + }, + { + "name": "BME680", + "version": "1.0.10", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to access and control the Bosch BME680 sensor and get temperature, humidity, pressure and gas readings.", + "paragraph": "Both I2C and SPI are supported to communicate with the BME680; setting up the device configuration and reading the resulting measurements.", + "website": "https://github.com/Zanduino/BME680", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME680-1.0.10.zip", + "archiveFileName": "BME680-1.0.10.zip", + "size": 2480131, + "checksum": "SHA-256:657ea48da6ff52748719d59b191506797a7810eafc6eceb43c9193858d222465" + }, + { + "name": "CryptoAuthLib", + "version": "1.0.0", + "author": "MicroChip (Arduino extensions by Gabriel Notman)", + "maintainer": "Gabriel Notman \u003cg.notman@gmail.com\u003e", + "sentence": "MicroChip CryptoAuthLib with Arduino support", + "paragraph": "MicroChip CryptoAuthLib with Arduino support", "website": "https://github.com/GabrielNotman/cryptoauthlib", "category": "Other", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/GabrielNotman/cryptoauthlib.git", "providesIncludes": ["cryptoauthlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GabrielNotman/CryptoAuthLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GabrielNotman/CryptoAuthLib-1.0.0.zip", "archiveFileName": "CryptoAuthLib-1.0.0.zip", "size": 8578663, "checksum": "SHA-256:8964f65f163d6270872cb6a3d1107fef1fd737ad9930b2f8e130f12a095798da" @@ -141343,7 +190863,7 @@ "types": ["Contributed"], "repository": "https://github.com/GabrielNotman/cryptoauthlib.git", "providesIncludes": ["cryptoauthlib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GabrielNotman/CryptoAuthLib-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/GabrielNotman/CryptoAuthLib-1.0.1.zip", "archiveFileName": "CryptoAuthLib-1.0.1.zip", "size": 8600116, "checksum": "SHA-256:47eaee2bef9be2e942c388990bddfcdadccd69ff9402c5bfd1c936522beec728" @@ -141360,11 +190880,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LoganTraceur/LogansGreatButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LoganTraceur/LogansGreatButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LoganTraceur/LogansGreatButton-1.1.0.zip", "archiveFileName": "LogansGreatButton-1.1.0.zip", "size": 158570, "checksum": "SHA-256:bc150111525ec24eb2626996d80a6c2fdf0967f05ab714d9f93e2f4b089365d2" }, + { + "name": "LogansGreatButton", + "version": "1.3.0", + "author": "Logan K", + "maintainer": "Logan K", + "sentence": "An all in one, easy to use, powerful, self contained button library so you can focus on your other code! Includes Debouncing, Avoids Delays, multiclicks and allows you to decide what happens at the beginning and end of Short, Long, Hold and Shifts so you can create a intuative and responsive experience.", + "paragraph": "Want your device to buzz in a haptic response at the start of every button click, and beep so your user knows when a long press has started. This library allows you to have methods that automically run when ever there is start and end event to Short, Long, Hold and Shift Events. Easily provide user response to events and then only commit to the action code once a Release events is actived! All the power in an easy to use package!", + "website": "https://github.com/LoganTraceur/LogansGreatButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LoganTraceur/LogansGreatButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LoganTraceur/LogansGreatButton-1.3.0.zip", + "archiveFileName": "LogansGreatButton-1.3.0.zip", + "size": 266598, + "checksum": "SHA-256:f9ec0a6cd29695fdadf65c9d1b48b0a28c14863f598da64f4ca1483b6948aec4" + }, { "name": "MicroGamer", "version": "0.1.0", @@ -141386,7 +190923,7 @@ "MicroGamerTonesPitches.h", "Sprites.h" ], - "url": "http://downloads.arduino.cc/libraries/github.com/MicroGamerConsole/MicroGamer-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroGamerConsole/MicroGamer-0.1.0.zip", "archiveFileName": "MicroGamer-0.1.0.zip", "size": 65280, "checksum": "SHA-256:b475d5db73b36eadb6a1321bd985a30e083981be8472a8554576bc89d66af3a2" @@ -141398,12 +190935,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Use the Maxim Integrated DS1631 I2C Thermometer", "paragraph": "Use the Maxim Integrated DS1631 I2C Thermometer", - "website": "https://github.com/SV-Zanshin/DS1631", + "website": "https://github.com/Zanduino/DS1631", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/DS1631.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/DS1631-1.0.0.zip", + "repository": "https://github.com/Zanduino/DS1631.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS1631-1.0.0.zip", "archiveFileName": "DS1631-1.0.0.zip", "size": 36490, "checksum": "SHA-256:a785d9b57866a75a45528b131edc1b59f75e89ee1dcbbcffe972fe0f050e7115" @@ -141415,16 +190952,33 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Use the Maxim Integrated DS1631 I2C Thermometer", "paragraph": "Use the Maxim Integrated DS1631 I2C Thermometer", - "website": "https://github.com/SV-Zanshin/DS1631", + "website": "https://github.com/Zanduino/DS1631", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/DS1631.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/DS1631-1.0.3.zip", + "repository": "https://github.com/Zanduino/DS1631.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS1631-1.0.3.zip", "archiveFileName": "DS1631-1.0.3.zip", "size": 65320, "checksum": "SHA-256:5f458d9209bb9395ad3affdbeea950983a0cd7031cb1d9e4f9bb964c3944b4fe" }, + { + "name": "DS1631", + "version": "1.0.4", + "author": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "maintainer": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Use the Maxim Integrated DS1631 I2C Thermometer", + "paragraph": "Use the Maxim Integrated DS1631 I2C Thermometer", + "website": "https://github.com/Zanduino/DS1631", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/DS1631.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS1631-1.0.4.zip", + "archiveFileName": "DS1631-1.0.4.zip", + "size": 35794, + "checksum": "SHA-256:df77bf5d0f5d224a8b2b483145846975dcada785edeb9fcc159dbd5769d27a2a" + }, { "name": "DS3231M", "version": "1.0.0", @@ -141432,12 +190986,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Use the Maxim Integrated DS3231M RTC (Real-Time-Clock)", "paragraph": "Use the Maxim Integrated DS3231M RTC (Real-Time-Clock)", - "website": "https://github.com/SV-Zanshin/DS3231M", + "website": "https://github.com/Zanduino/DS3231M", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/DS3231M.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/DS3231M-1.0.0.zip", + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.0.zip", "archiveFileName": "DS3231M-1.0.0.zip", "size": 242427, "checksum": "SHA-256:7c1509ed58511724ba4e0cea7e46f58eafe9533190640b43f7d8121627186ac5" @@ -141449,16 +191003,67 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino library to use the Maxim Integrated DS3231M RTC (Real-Time-Clock)", "paragraph": "Allow control and reading of the Maxim Integrated DS3231M RTC (Real-Time-Clock)", - "website": "https://github.com/SV-Zanshin/DS3231M", + "website": "https://github.com/Zanduino/DS3231M", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/DS3231M.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/DS3231M-1.0.3.zip", + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.3.zip", "archiveFileName": "DS3231M-1.0.3.zip", "size": 271161, "checksum": "SHA-256:be9265c5d4c87433b915e6166abaeaac06ae0725ef3b7fe82ae594fbadcfeed9" }, + { + "name": "DS3231M", + "version": "1.0.4", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to use the Maxim Integrated DS3231M RTC (Real-Time-Clock)", + "paragraph": "Allow control and reading of the Maxim Integrated DS3231M RTC (Real-Time-Clock)", + "website": "https://github.com/Zanduino/DS3231M", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.4.zip", + "archiveFileName": "DS3231M-1.0.4.zip", + "size": 248702, + "checksum": "SHA-256:71b656208076b78367a29f511daac5903128d67627edbbcf8a52960057d2c472" + }, + { + "name": "DS3231M", + "version": "1.0.5", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Arduino library to use the Maxim Integrated DS3231M RTC (Real-Time-Clock)", + "paragraph": "Allow control and reading of the Maxim Integrated DS3231M RTC (Real-Time-Clock)", + "website": "https://github.com/Zanduino/DS3231M", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.5.zip", + "archiveFileName": "DS3231M-1.0.5.zip", + "size": 243827, + "checksum": "SHA-256:00b27c18a1d184cde11fba49457879c788cd4cfc4fd5c14b31d84871ff4f9376" + }, + { + "name": "DS3231M", + "version": "1.0.6", + "author": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "maintainer": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Arduino library to use the Maxim Integrated DS3231M RTC (Real-Time-Clock)", + "paragraph": "Allow control and reading of the Maxim Integrated DS3231M RTC (Real-Time-Clock)", + "website": "https://github.com/Zanduino/DS3231M", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.6.zip", + "archiveFileName": "DS3231M-1.0.6.zip", + "size": 241146, + "checksum": "SHA-256:4731e73e70a8a4166ad05f4653bbf85d3cae36d814fff934a447c97009c77bab" + }, { "name": "DSFamily", "version": "1.0.4", @@ -141466,12 +191071,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Read and calibrate of of the Maxim DS- Family of 1-wire thermometers", "paragraph": "Read and calibrate of of the Maxim DS- Family of 1-wire thermometers", - "website": "https://github.com/SV-Zanshin/DSFamily", + "website": "https://github.com/Zanduino/DSFamily", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/DSFamily.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/DSFamily-1.0.4.zip", + "repository": "https://github.com/Zanduino/DSFamily.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DSFamily-1.0.4.zip", "archiveFileName": "DSFamily-1.0.4.zip", "size": 83748, "checksum": "SHA-256:0b367d9f79292d6ca226938f1b12b0a47922b2f58f99837f824b661ecf247b3c" @@ -141483,16 +191088,33 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Read and calibrate of of the Maxim DS- Family of 1-wire thermometers", "paragraph": "Read and calibrate of of the Maxim DS- Family of 1-wire thermometers", - "website": "https://github.com/SV-Zanshin/DSFamily", + "website": "https://github.com/Zanduino/DSFamily", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/DSFamily.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/DSFamily-1.0.6.zip", + "repository": "https://github.com/Zanduino/DSFamily.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DSFamily-1.0.6.zip", "archiveFileName": "DSFamily-1.0.6.zip", "size": 111493, "checksum": "SHA-256:3e78c7eaaf117670a7eb5a65041aa545ca6eb23eed9e2e2307a510ad14cf9a6b" }, + { + "name": "DSFamily", + "version": "1.1.0", + "author": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "maintainer": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Read and calibrate of of the Maxim DS- Family of 1-wire thermometers", + "paragraph": "Read and calibrate of of the Maxim DS- Family of 1-wire thermometers", + "website": "https://github.com/Zanduino/DSFamily", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/DSFamily.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DSFamily-1.1.0.zip", + "archiveFileName": "DSFamily-1.1.0.zip", + "size": 79693, + "checksum": "SHA-256:c8f679be7411a76a15caf12bbaef99038c97e1d40bf8aba57a90257e4b6acbf0" + }, { "name": "ModbusConfig", "version": "1.0.0", @@ -141505,7 +191127,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Warlib1975/ModbusConfig.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Warlib1975/ModbusConfig-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Warlib1975/ModbusConfig-1.0.0.zip", "archiveFileName": "ModbusConfig-1.0.0.zip", "size": 12810, "checksum": "SHA-256:5fa936ca86b3dde0dd7d8bf3cfdb1d3c8abb0e8d1044e28cc3c9b0b5840bd7f4" @@ -141522,7 +191144,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Warlib1975/ModbusConfig.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Warlib1975/ModbusConfig-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Warlib1975/ModbusConfig-1.2.0.zip", "archiveFileName": "ModbusConfig-1.2.0.zip", "size": 20689, "checksum": "SHA-256:f099d7a08b56542a41b0719a843729e93998ad57906d10001438453ee7310806" @@ -141534,12 +191156,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", "paragraph": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", - "website": "https://github.com/SV-Zanshin/MB85_FRAM", + "website": "https://github.com/Zanduino/MB85_FRAM", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MB85_FRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MB85_FRAM-1.0.4.zip", + "repository": "https://github.com/Zanduino/MB85_FRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MB85_FRAM-1.0.4.zip", "archiveFileName": "MB85_FRAM-1.0.4.zip", "size": 582653, "checksum": "SHA-256:c2819f9c21bda4b43d03fa2ad018b8a6b05fa6909ce8bfe018e952ffdb6437c5" @@ -141551,12 +191173,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", "paragraph": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", - "website": "https://github.com/SV-Zanshin/MB85_FRAM", + "website": "https://github.com/Zanduino/MB85_FRAM", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MB85_FRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MB85_FRAM-1.0.0.zip", + "repository": "https://github.com/Zanduino/MB85_FRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MB85_FRAM-1.0.0.zip", "archiveFileName": "MB85_FRAM-1.0.0.zip", "size": 553835, "checksum": "SHA-256:ebe96d2b76c34126b90a0c554468557cddc7b81bc83d758ba857f4297634541f" @@ -141568,16 +191190,33 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", "paragraph": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", - "website": "https://github.com/SV-Zanshin/MB85_FRAM", + "website": "https://github.com/Zanduino/MB85_FRAM", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MB85_FRAM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MB85_FRAM-1.0.2.zip", + "repository": "https://github.com/Zanduino/MB85_FRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MB85_FRAM-1.0.2.zip", "archiveFileName": "MB85_FRAM-1.0.2.zip", "size": 554797, "checksum": "SHA-256:25918b30ed48d8a0d0fa4d55722605413eb55cdfe833a8adc5b6cf85f8d1cc47" }, + { + "name": "MB85_FRAM", + "version": "1.0.7", + "author": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "maintainer": "Arnd \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", + "paragraph": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", + "website": "https://github.com/Zanduino/MB85_FRAM", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/MB85_FRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MB85_FRAM-1.0.7.zip", + "archiveFileName": "MB85_FRAM-1.0.7.zip", + "size": 556998, + "checksum": "SHA-256:f93d7ab6da4fc2d5126a783d0870b25cd1d103c5439d9b3d6c036957b5527ae1" + }, { "name": "MH-Z19", "version": "1.3.6", @@ -141591,7 +191230,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WifWaf/MH-Z19.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.3.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.3.6.zip", "archiveFileName": "MH_Z19-1.3.6.zip", "size": 2369165, "checksum": "SHA-256:6447cc53001819d4635ebf36f08073fde87fa8d3998f26ab5994d772b0a88254" @@ -141609,7 +191248,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WifWaf/MH-Z19.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.3.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.3.7.zip", "archiveFileName": "MH_Z19-1.3.7.zip", "size": 2370965, "checksum": "SHA-256:f2358e165478529ea31223fb9feb51121675de2ea616ac48ceaeb5d599345607" @@ -141627,7 +191266,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WifWaf/MH-Z19.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.4.0.zip", "archiveFileName": "MH_Z19-1.4.0.zip", "size": 2369597, "checksum": "SHA-256:1935f5beca33db54613f157cb4ffe1a4959a5fc23bcb58112611011dcc4b12a3" @@ -141645,11 +191284,65 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/WifWaf/MH-Z19.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.4.2.zip", "archiveFileName": "MH_Z19-1.4.2.zip", "size": 2373369, "checksum": "SHA-256:aa733610b13e9817181b2ab5ce7725452565ab010ce2b516c9442feb8f4534f3" }, + { + "name": "MH-Z19", + "version": "1.5.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "For Arduino Boards (\u0026ESP32). New Commands \u0026 Examples for the MHZ19. Supports Hardware/Software Serial. SC16IS750 version (see extras).", + "paragraph": "Added:uncapped/floored CO2, RAW CO2, recovery, CO2 Analog and SC16IS750 version for I2C.", + "website": "https://github.com/WifWaf/MH-Z19", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/MH-Z19.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.5.0.zip", + "archiveFileName": "MH_Z19-1.5.0.zip", + "size": 2364254, + "checksum": "SHA-256:61e1701461c74b099a9d7cc2e87934b4d1a4dc39bc4fe5de1d0f1868596309f8" + }, + { + "name": "MH-Z19", + "version": "1.5.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "For Arduino Boards (\u0026ESP32). New Commands \u0026 Examples for the MHZ19. Supports Hardware/Software Serial. SC16IS750 version (see extras).", + "paragraph": "Added:uncapped/floored CO2, RAW CO2, recovery, CO2 Analog and SC16IS750 version for I2C.", + "website": "https://github.com/WifWaf/MH-Z19", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/MH-Z19.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.5.1.zip", + "archiveFileName": "MH_Z19-1.5.1.zip", + "size": 2364251, + "checksum": "SHA-256:464fd0ea0f0213002e56e7a00324971bc84570292ec78c262ceec5cf95e63ecd" + }, + { + "name": "MH-Z19", + "version": "1.5.3", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "New Commands \u0026 Examples for the MHZ19 with Arduino, supporting hardware \u0026 software serial.", + "paragraph": "Non-limited, raw, and analog CO2. Examples, including recovery.", + "website": "https://github.com/WifWaf/MH-Z19", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/MH-Z19.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.5.3.zip", + "archiveFileName": "MH_Z19-1.5.3.zip", + "size": 3437055, + "checksum": "SHA-256:681709f5d134cd1d009ed90a359c846396a85c3ae7f073028bda45c717324155" + }, { "name": "Redis for Arduino", "version": "2.0.3", @@ -141662,7 +191355,7 @@ "architectures": ["esp8266", "Arduino_ESP8266"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.0.3.zip", "archiveFileName": "Redis_for_Arduino-2.0.3.zip", "size": 5827, "checksum": "SHA-256:4f6fc9c196a47c92e2fdd7ed8e5ccd0ee5a6a23eb654a8b64a074bdb6a974e34" @@ -141679,7 +191372,7 @@ "architectures": ["esp8266", "Arduino_ESP8266"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.0.4.zip", "archiveFileName": "Redis_for_Arduino-2.0.4.zip", "size": 36479, "checksum": "SHA-256:2c84b968f49e1c2d13d8713db2d2a950d1ee30e868b5de8ee9323ba068414614" @@ -141696,7 +191389,7 @@ "architectures": ["esp8266", "Arduino_ESP8266"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.0.5.zip", "archiveFileName": "Redis_for_Arduino-2.0.5.zip", "size": 37274, "checksum": "SHA-256:f5c1d7c3d2ce4e72d7bcac655a85a18dead35012b14dc6f427409977b0ef8c33" @@ -141713,7 +191406,7 @@ "architectures": ["esp8266", "Arduino_ESP8266"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.0.zip", "archiveFileName": "Redis_for_Arduino-2.1.0.zip", "size": 401093, "checksum": "SHA-256:f0b1cbe35d190ff5bcbcbdfc7450a67f94feb5a29119063b05fce7d659632cd5" @@ -141730,7 +191423,7 @@ "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.1.zip", "archiveFileName": "Redis_for_Arduino-2.1.1.zip", "size": 406981, "checksum": "SHA-256:576b567d101c2768175eebbb0f4b76e0463bc85805d0992bddd18cd8312c051e" @@ -141747,7 +191440,7 @@ "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.2.zip", "archiveFileName": "Redis_for_Arduino-2.1.2.zip", "size": 408799, "checksum": "SHA-256:2cd8f1455e9ca456536bb1465a0b16036d71ffe4b9e67eda9068bda765847bb2" @@ -141764,11 +191457,79 @@ "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/electric-sheep-co/arduino-redis.git", - "url": "http://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.1.3.zip", "archiveFileName": "Redis_for_Arduino-2.1.3.zip", "size": 408995, "checksum": "SHA-256:c8f97e66315511bc4a11babdbbfd31e3099b18eba06449ed6610bad6ccff4476" }, + { + "name": "Redis for Arduino", + "version": "2.2.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.2.0.zip", + "archiveFileName": "Redis_for_Arduino-2.2.0.zip", + "size": 453376, + "checksum": "SHA-256:142a171c0366c8600f2a1901ccc916c1e9ff625c76c466b20e8eee8e3cf1f041" + }, + { + "name": "Redis for Arduino", + "version": "2.3.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.3.0.zip", + "archiveFileName": "Redis_for_Arduino-2.3.0.zip", + "size": 456848, + "checksum": "SHA-256:eb21bcbf835da3b5ba70278723fba0559899daf167e0be1fbc8a605ee1f23ea3" + }, + { + "name": "Redis for Arduino", + "version": "2.4.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.0.zip", + "archiveFileName": "Redis_for_Arduino-2.4.0.zip", + "size": 595006, + "checksum": "SHA-256:9e4cc01af9a6d71e6f24fab9c94795a1dfdcabfc5475581e21e41cc2aed82ff9" + }, + { + "name": "Redis for Arduino", + "version": "2.4.1", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": ["esp8266", "Arduino_ESP8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.1.zip", + "archiveFileName": "Redis_for_Arduino-2.4.1.zip", + "size": 595061, + "checksum": "SHA-256:f028e0bacf0fc332a678ad6106adcacacffb3b22deffdd1509ef0ef32f9358fd" + }, { "name": "MCP3202", "version": "1.0.0", @@ -141782,11 +191543,47 @@ "types": ["Contributed"], "repository": "https://github.com/souviksaha97/MCP3202.git", "providesIncludes": ["SPI.h", "MCP3202.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/souviksaha97/MCP3202-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/MCP3202-1.0.0.zip", "archiveFileName": "MCP3202-1.0.0.zip", "size": 5316, "checksum": "SHA-256:d9b0cfaa65f4b70784b0aa4d0192bc63c105d83040cf814e22ccefdca9652289" }, + { + "name": "MCP3202", + "version": "1.0.1", + "author": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "maintainer": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "sentence": "Used to interface the 12 bit ADC MCP3202 by Microchip.", + "paragraph": "The MCP3202 is a 12bit ADC by Microchip, that works off 2.7-5.5 volts. It works on SPI interface", + "website": "https://github.com/souviksaha97/MCP3202", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/souviksaha97/MCP3202.git", + "providesIncludes": ["SPI.h", "MCP3202.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/MCP3202-1.0.1.zip", + "archiveFileName": "MCP3202-1.0.1.zip", + "size": 5765, + "checksum": "SHA-256:ac43442733a25396c2ea067b12d05abbc4ade50dfda6183eb84668452af26f3d" + }, + { + "name": "MCP3202", + "version": "1.0.2", + "author": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "maintainer": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "sentence": "Used to interface the 12 bit ADC MCP3202 by Microchip.", + "paragraph": "The MCP3202 is a 12bit ADC by Microchip, that works off 2.7-5.5 volts. It works on SPI interface", + "website": "https://github.com/souviksaha97/MCP3202", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/souviksaha97/MCP3202.git", + "providesIncludes": ["SPI.h", "MCP3202.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/MCP3202-1.0.2.zip", + "archiveFileName": "MCP3202-1.0.2.zip", + "size": 5998, + "checksum": "SHA-256:808a1ca831e515de71c1f1be2064d3b8ad7e59d67fd66bda154a8d733f8e6af5" + }, { "name": "TMP117-Arduino", "version": "1.0.0", @@ -141799,11 +191596,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/NilsMinor/TMP117-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NilsMinor/TMP117_Arduino-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/NilsMinor/TMP117_Arduino-1.0.0.zip", "archiveFileName": "TMP117_Arduino-1.0.0.zip", "size": 25544, "checksum": "SHA-256:fda58cf36ff16c7d7e5730b454d0aa606f786a09f772afea9020cae0fadb5718" }, + { + "name": "TMP117-Arduino", + "version": "1.0.2", + "author": "Nils Minor \u003cnilsminor@web.de\u003e", + "maintainer": "Nils Minor \u003cnilsminor@web.de\u003e", + "sentence": "Full-featured Arduino compatible TMP117 driver", + "paragraph": "The TMP117 is a high-precision digital temperature sensor which replaces Platinum RTDs, is NIST traceable and communicates via I2C to Arduino boards", + "website": "https://github.com/NilsMinor/TMP117-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NilsMinor/TMP117-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NilsMinor/TMP117_Arduino-1.0.2.zip", + "archiveFileName": "TMP117_Arduino-1.0.2.zip", + "size": 25633, + "checksum": "SHA-256:dd35cbf14b28f0e35305c66411d31570a0a7d1b86a1ce8c34331a56f9b97613f" + }, { "name": "StepperDriver", "version": "0.1.0", @@ -141816,7 +191630,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-0.1.0.zip", "archiveFileName": "StepperDriver-0.1.0.zip", "size": 9673, "checksum": "SHA-256:c459c4fc7084a4b7bd80ae3ea701905bf03b0f15d3efe99e1852ef8e60d70577" @@ -141833,7 +191647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.0.1.zip", "archiveFileName": "StepperDriver-1.0.1.zip", "size": 12398, "checksum": "SHA-256:1c58d4a00f1a9a172d3987bc821952784128eef5872ab18ad419a8cbfe39c70f" @@ -141850,7 +191664,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.0.2.zip", "archiveFileName": "StepperDriver-1.0.2.zip", "size": 14273, "checksum": "SHA-256:2139895e4657c73dba291602b42a4b210ca2bbb1ebe4e0c545e017cbb15d02b1" @@ -141867,7 +191681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.0.6.zip", "archiveFileName": "StepperDriver-1.0.6.zip", "size": 16182, "checksum": "SHA-256:7d39facc69a785cd67a4f591cd331267d5b46c5f75a59570f687fae86c0ca151" @@ -141884,7 +191698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.0.zip", "archiveFileName": "StepperDriver-1.1.0.zip", "size": 24339, "checksum": "SHA-256:889b0a84b616aa5d57d93714c4310fc502ceab1b5de1375878b413612c179cc8" @@ -141901,7 +191715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.1.zip", "archiveFileName": "StepperDriver-1.1.1.zip", "size": 26580, "checksum": "SHA-256:3b42819fcdb418e838b99e0230c8d8adfc731a7e01f3031091a312fccc8aa584" @@ -141918,7 +191732,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.2.zip", "archiveFileName": "StepperDriver-1.1.2.zip", "size": 29858, "checksum": "SHA-256:a1b889ab30589ada45c46426ece9c855740c3951c60ee66d5ce3c46e2bc4ca11" @@ -141935,7 +191749,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.3.zip", "archiveFileName": "StepperDriver-1.1.3.zip", "size": 30503, "checksum": "SHA-256:206c0dd1e44c5cb0ecf26ad736e6f9fab14937990fd7b6f265e1c230ae557c29" @@ -141952,61 +191766,44 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/laurb9/StepperDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.1.4.zip", "archiveFileName": "StepperDriver-1.1.4.zip", "size": 31191, "checksum": "SHA-256:421f425b3b2fc79de5efc9fe8ac40ea754f1c072c4b0a28b51130c99b50483ae" }, { - "name": "SparkFun HyperDisplay KWH018ST01 4WSPI Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control SparkFun 1.8\" TFT products using HyperDisplay", - "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 1.8\" TFT products from SparkFun. Use all the features of HyperDisplay", - "website": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary", - "category": "Display", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_KWH018ST01_4WSPI_Library-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_KWH018ST01_4WSPI_Library-1.0.0.zip", - "size": 345425, - "checksum": "SHA-256:2007875303a3825f44141acc73f6f80417616746710523eb86bea7a5d991305b" - }, - { - "name": "SparkFun HyperDisplay KWH018ST01 4WSPI Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control SparkFun 1.8\" TFT products using HyperDisplay", - "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 1.8\" TFT products from SparkFun. Use all the features of HyperDisplay", - "website": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary", - "category": "Display", + "name": "StepperDriver", + "version": "1.3.0", + "author": "Laurentiu Badea", + "maintainer": "Laurentiu Badea", + "sentence": "A4988, DRV8825 and generic two-pin stepper motor driver library.", + "paragraph": "Control steppers via a driver board providing STEP+DIR like the ones from Pololu. Microstepping is supported. Acceleration is supported. Supported drivers are A4988, DRV8824, DRV8825, DRV8834, DRV8880.", + "website": "https://github.com/laurb9/StepperDriver", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_KWH018ST01_4WSPI_Library-1.0.1.zip", - "archiveFileName": "SparkFun_HyperDisplay_KWH018ST01_4WSPI_Library-1.0.1.zip", - "size": 347351, - "checksum": "SHA-256:b09838550bd249fc4cd7f54897d3b26ffe9154f60d59616c93ebea0db0c9b284" + "repository": "https://github.com/laurb9/StepperDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.3.0.zip", + "archiveFileName": "StepperDriver-1.3.0.zip", + "size": 38415, + "checksum": "SHA-256:4fb45475de8d538babddb9149fb39849ef312ae1419cce7b54c22a9bd4587fe6" }, { - "name": "SparkFun HyperDisplay ILI9163C Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "ILI9163C extension for HyperDisplay", - "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", - "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", - "category": "Display", + "name": "StepperDriver", + "version": "1.3.1", + "author": "Laurentiu Badea", + "maintainer": "Laurentiu Badea", + "sentence": "A4988, DRV8825 and generic two-pin stepper motor driver library.", + "paragraph": "Control steppers via a driver board providing STEP+DIR like the ones from Pololu. Microstepping is supported. Acceleration is supported. Supported drivers are A4988, DRV8824, DRV8825, DRV8834, DRV8880.", + "website": "https://github.com/laurb9/StepperDriver", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_ILI9163C_Arduino_Library-1.0.0.zip", - "size": 23381, - "checksum": "SHA-256:623a9f45eff70611c9b495e8210e4b05599917e829920566e12872beaebdd1b4" + "repository": "https://github.com/laurb9/StepperDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.3.1.zip", + "archiveFileName": "StepperDriver-1.3.1.zip", + "size": 39716, + "checksum": "SHA-256:06748c8d954c02e0bae25a0c4663dae8f99f93610b90ab70a0aa2ca86e007f27" }, { "name": "Multi_BitBang", @@ -142021,7 +191818,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitbank2/Multi_BitBang.git", "providesIncludes": ["Multi_BitBang.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/Multi_BitBang-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Multi_BitBang-1.0.0.zip", "archiveFileName": "Multi_BitBang-1.0.0.zip", "size": 20602, "checksum": "SHA-256:958c446f35c8a8fb832486425c20a047e8b17080c14fb4f897e18594bbde13e0" @@ -142039,7 +191836,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitbank2/Multi_OLED.git", "providesIncludes": ["Multi_OLED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/Multi_OLED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Multi_OLED-1.0.0.zip", "archiveFileName": "Multi_OLED-1.0.0.zip", "size": 1067869, "checksum": "SHA-256:1473475fd184afde8d1d477f590d601082d8fec0ca43750c24f4b7a52713784c" @@ -142056,7 +191853,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/yergin/Yabl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/yergin/YetAnotherButtonLibrary-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/yergin/YetAnotherButtonLibrary-0.1.1.zip", "archiveFileName": "YetAnotherButtonLibrary-0.1.1.zip", "size": 23339, "checksum": "SHA-256:a089e3597f07cc34dc49039e3c4f083916d974d9870ce3bd61599c4a2d97a832" @@ -142073,7 +191870,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepperS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-0.1.0.zip", "archiveFileName": "uStepper_S-0.1.0.zip", "size": 45512, "checksum": "SHA-256:63a4b4da5ba41c248520f867ed1bbe95269492b0ccdefc6fb0e6e42011231c8a" @@ -142090,7 +191887,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepperS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-0.1.1.zip", "archiveFileName": "uStepper_S-0.1.1.zip", "size": 46172, "checksum": "SHA-256:af721189f1fbe4a738a1faa318df2bbd45db09e42156f002aded1444723c03cd" @@ -142107,7 +191904,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepperS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-1.0.0.zip", "archiveFileName": "uStepper_S-1.0.0.zip", "size": 56084, "checksum": "SHA-256:803140a5e33b1af6d00ce04505bd160252ed4abbb3efb2ae098de5562d40196c" @@ -142124,11 +191921,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/uStepperS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-1.0.1.zip", "archiveFileName": "uStepper_S-1.0.1.zip", "size": 456311, "checksum": "SHA-256:b62fd4684bcef2816f94378f05fdaea33b3c8c6cad380ec9466c8a2096cb5695" }, + { + "name": "uStepper S", + "version": "2.0.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.0.0.zip", + "archiveFileName": "uStepper_S-2.0.0.zip", + "size": 14136494, + "checksum": "SHA-256:e1f64186344e902d49146479db389f19b8648848896b7fe81e27ad4632a82e39" + }, + { + "name": "uStepper S", + "version": "2.1.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.1.0.zip", + "archiveFileName": "uStepper_S-2.1.0.zip", + "size": 14278187, + "checksum": "SHA-256:698756a0dfeb0ef8d2dfdd7664f38434003bb7ef41d0dea18af281d7febab9e5" + }, + { + "name": "uStepper S", + "version": "2.2.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.2.0.zip", + "archiveFileName": "uStepper_S-2.2.0.zip", + "size": 14353978, + "checksum": "SHA-256:5b50ebb6469a8cf2e2c4dd1b764eafb4d993f8c07df47b6431f71fd3d6d29697" + }, + { + "name": "uStepper S", + "version": "2.2.1", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.2.1.zip", + "archiveFileName": "uStepper_S-2.2.1.zip", + "size": 14427344, + "checksum": "SHA-256:f9f9d470b44372b9ce112de66330cbe7d1ef174fb6e5bada2671109d1febea4b" + }, { "name": "Antares ESP8266 MQTT", "version": "0.9.0", @@ -142141,7 +192006,7 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/antaresdocumentation/antares-esp8266-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_MQTT-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_MQTT-0.9.0.zip", "archiveFileName": "Antares_ESP8266_MQTT-0.9.0.zip", "size": 80207, "checksum": "SHA-256:2f7026e88d272b2c74a7dcc47e3d91439c85b54c162b0bd3459ce89701187557" @@ -142158,11 +192023,28 @@ "architectures": ["esp8266"], "types": ["Contributed"], "repository": "https://github.com/antaresdocumentation/antares-esp8266-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_MQTT-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_MQTT-0.9.1.zip", "archiveFileName": "Antares_ESP8266_MQTT-0.9.1.zip", "size": 80239, "checksum": "SHA-256:31f88f67fe74fea0f0d3b4031157ba897fd8254d3299b176711dc09f88c747d6" }, + { + "name": "Antares ESP8266 MQTT", + "version": "0.9.2", + "author": "Antares", + "maintainer": "Antares \u003csupport@antares.id\u003e", + "sentence": "A library to simplify the process of subscribing and publishing data to Antares IoT platform via MQTT on ESP8266", + "paragraph": "A library to simplify the process of subscribing and publishing data to Antares IoT platform via MQTT on ESP8266", + "website": "https://github.com/antaresdocumentation/antares-esp8266-mqtt", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antaresdocumentation/antares-esp8266-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_MQTT-0.9.2.zip", + "archiveFileName": "Antares_ESP8266_MQTT-0.9.2.zip", + "size": 80234, + "checksum": "SHA-256:148f0f76b6a2a154330fcf5440788bafa25bbb836e66451feed99226755eaea3" + }, { "name": "MMA7455 sensor Library", "version": "0.0.1", @@ -142175,7 +192057,7 @@ "architectures": ["ESP8266"], "types": ["Contributed"], "repository": "https://github.com/ricki-z/MMA7455.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ricki-z/MMA7455_sensor_Library-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ricki-z/MMA7455_sensor_Library-0.0.1.zip", "archiveFileName": "MMA7455_sensor_Library-0.0.1.zip", "size": 7320, "checksum": "SHA-256:7cad2555689f3f4b5a52ce427967346f69add0131415adc1a690c251f947483d" @@ -142192,7 +192074,7 @@ "architectures": ["esp8266", "avr"], "types": ["Contributed"], "repository": "https://github.com/ricki-z/MMA7455.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ricki-z/MMA7455_sensor_Library-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ricki-z/MMA7455_sensor_Library-0.0.2.zip", "archiveFileName": "MMA7455_sensor_Library-0.0.2.zip", "size": 19801, "checksum": "SHA-256:f9acd4aab6e75d241d9f7b461aae328a2098c901c9cf3c668c5d0bde96aae557" @@ -142204,12 +192086,12 @@ "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", "sentence": "Read temperatures from a thermocouple using the MAX31855 chip", "paragraph": "Read temperatures from a thermocouple using the MAX31855 chip", - "website": "https://github.com/SV-Zanshin/MAX31855", + "website": "https://github.com/Zanduino/MAX31855", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MAX31855.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MAX31855-1.0.0.zip", + "repository": "https://github.com/Zanduino/MAX31855.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MAX31855-1.0.0.zip", "archiveFileName": "MAX31855-1.0.0.zip", "size": 431825, "checksum": "SHA-256:69c69ec2fa14287bb77266f57e51c8c2cc8c66346c0003cfdf9797ffbded6f19" @@ -142221,12 +192103,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Arduino Library to read temperatures from a thermocouple using the MAX31855 chip", "paragraph": "Access full functionaliy of the MAX31855 chip in a documented library for the Arduino", - "website": "https://github.com/SV-Zanshin/MAX31855", + "website": "https://github.com/Zanduino/MAX31855", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/MAX31855.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/MAX31855-1.0.4.zip", + "repository": "https://github.com/Zanduino/MAX31855.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MAX31855-1.0.4.zip", "archiveFileName": "MAX31855-1.0.4.zip", "size": 460319, "checksum": "SHA-256:eced98dcfb364d6cf35e35cd086bd6c08c5197b7be3cff8fb1ecf717b4935f8c" @@ -142244,7 +192126,7 @@ "types": ["Contributed"], "repository": "https://github.com/iotize-sas/Arduino-Tap.git", "providesIncludes": ["Tap.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iotize-sas/ArdTap-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iotize-sas/ArdTap-1.1.1.zip", "archiveFileName": "ArdTap-1.1.1.zip", "size": 864018, "checksum": "SHA-256:5889c368bcc583adeb60fdcf37c95c56235eef95a6fe06d9493b2df88950ddfb" @@ -142262,7 +192144,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/pm25senses.git", "providesIncludes": ["pm25senses.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/pm25senses-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/pm25senses-1.0.0.zip", "archiveFileName": "pm25senses-1.0.0.zip", "size": 4109, "checksum": "SHA-256:63f78e4b490ddf292d3cd429152f241973a0d3ba0932e506bebbedc41f6c1945" @@ -142280,7 +192162,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/pm25senses.git", "providesIncludes": ["pm25senses.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/pm25senses-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/pm25senses-1.1.0.zip", "archiveFileName": "pm25senses-1.1.0.zip", "size": 4242, "checksum": "SHA-256:fee982c5f25dad06cc389144edb0a93ff0e72ba95f7674a725787def574c03e1" @@ -142298,7 +192180,7 @@ "types": ["Contributed"], "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", "providesIncludes": ["ArduinoBlue.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-2.0.0.zip", "archiveFileName": "ArduinoBlue-2.0.0.zip", "size": 5134, "checksum": "SHA-256:37ceae9a21b318f1f9aabdff7a2217fd1575e02c6da8e44ab507e701bd9f1ae8" @@ -142316,7 +192198,7 @@ "types": ["Contributed"], "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", "providesIncludes": ["ArduinoBlue.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-2.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-2.1.0.zip", "archiveFileName": "ArduinoBlue-2.1.0.zip", "size": 13546, "checksum": "SHA-256:f4060a746f75f1e31e6930032a54d7ed9c7b4f3e23aaa3b62bff0abf5ad9e0d7" @@ -142334,7 +192216,7 @@ "types": ["Contributed"], "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", "providesIncludes": ["ArduinoBlue.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-2.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-2.1.3.zip", "archiveFileName": "ArduinoBlue-2.1.3.zip", "size": 14833, "checksum": "SHA-256:123bce9407cc946414f134e42bd5bb64380224cbac7592a1d801cb8b5aeb4988" @@ -142352,7 +192234,7 @@ "types": ["Contributed"], "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", "providesIncludes": ["ArduinoBlue.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.0.0.zip", "archiveFileName": "ArduinoBlue-3.0.0.zip", "size": 14847, "checksum": "SHA-256:ee7084a9e5f16ed43c15a522dd5703cd6c70f69100f8cc2cff26c99cf9cd52b4" @@ -142370,7 +192252,7 @@ "types": ["Contributed"], "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", "providesIncludes": ["ArduinoBlue.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.0.1.zip", "archiveFileName": "ArduinoBlue-3.0.1.zip", "size": 16773, "checksum": "SHA-256:50ba4a9219cdbf700a23095891f5282f1861c33c74148bb15b8cb1366724ee7e" @@ -142388,11 +192270,83 @@ "types": ["Contributed"], "repository": "https://github.com/ElectronicCats/mpu6050.git", "providesIncludes": ["MPU6050.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.0.1.zip", "archiveFileName": "MPU6050-0.0.1.zip", "size": 103271, "checksum": "SHA-256:767fcc88bd6853597c184a06718fa7ea7146e42169f153e33bf1c982d5c7a2bd" }, + { + "name": "MPU6050", + "version": "0.0.2", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": ["MPU6050.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.0.2.zip", + "archiveFileName": "MPU6050-0.0.2.zip", + "size": 121136, + "checksum": "SHA-256:0d6ff9f5df40ab9a3bfa57ecd86070b3e9f78169148445ff3fd626bd1bfbc608" + }, + { + "name": "MPU6050", + "version": "0.1.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": ["MPU6050.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.1.0.zip", + "archiveFileName": "MPU6050-0.1.0.zip", + "size": 121645, + "checksum": "SHA-256:74f74d26eeba9c41653926a906ead53396645d3f5b7add9a5f6e63acd64a9b81" + }, + { + "name": "MPU6050", + "version": "0.2.1", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": ["MPU6050.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.2.1.zip", + "archiveFileName": "MPU6050-0.2.1.zip", + "size": 121645, + "checksum": "SHA-256:641ff7c6ec563fea5303f75883c40cddc054268fabd10188c3356bbcf27f6f34" + }, + { + "name": "MPU6050", + "version": "0.3.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": ["avr", "samd", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": ["MPU6050.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.3.0.zip", + "archiveFileName": "MPU6050-0.3.0.zip", + "size": 496142, + "checksum": "SHA-256:7ea9198706c2868990f470ddba16b65a3f563edf52b783c5100d1c51c6523ff2" + }, { "name": "WiFiSpi", "version": "0.1.4", @@ -142405,7 +192359,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/JiriBilek/WiFiSpi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.1.4.zip", "archiveFileName": "WiFiSpi-0.1.4.zip", "size": 52163, "checksum": "SHA-256:ca9c23117d7812518f7f100b71b187f351c11e5e99fa421cc15974d79f521522" @@ -142422,7 +192376,7 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/JiriBilek/WiFiSpi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.0.zip", "archiveFileName": "WiFiSpi-0.2.0.zip", "size": 56800, "checksum": "SHA-256:c7b66482097e7935789888a140b418da16994c085707fa4166dc699f92f9f8ed" @@ -142439,11 +192393,62 @@ "architectures": ["avr", "STM32F1"], "types": ["Contributed"], "repository": "https://github.com/JiriBilek/WiFiSpi.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.3.zip", "archiveFileName": "WiFiSpi-0.2.3.zip", "size": 59980, "checksum": "SHA-256:68e3c19f88d2aff7d950003c5cfbd5e3b1ac16d2a410ea5b108b4f02e036abfb" }, + { + "name": "WiFiSpi", + "version": "0.2.4", + "author": "JiriBilek", + "maintainer": "Jiri Bilek\u003cjiri@bilek.info\u003e", + "sentence": "Arduino WiFi library connecting ESP8266 via SPI protocol", + "paragraph": "Arduino WiFi library for connecting with ESP8266. Uses SPI protocol for communication.", + "website": "https://github.com/JiriBilek/WiFiSpi", + "category": "Communication", + "architectures": ["avr", "STM32F1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/JiriBilek/WiFiSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.4.zip", + "archiveFileName": "WiFiSpi-0.2.4.zip", + "size": 60259, + "checksum": "SHA-256:b69ff9de7e5489e8129ba1fd4b87c55dc4c81639b010891333e58c26cdb044b8" + }, + { + "name": "WiFiSpi", + "version": "0.2.5", + "author": "JiriBilek", + "maintainer": "Jiri Bilek\u003cjiri@bilek.info\u003e", + "sentence": "Arduino WiFi library connecting ESP8266 via SPI protocol", + "paragraph": "Arduino WiFi library for connecting with ESP8266. Uses SPI protocol for communication.", + "website": "https://github.com/JiriBilek/WiFiSpi", + "category": "Communication", + "architectures": ["avr", "STM32F1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/JiriBilek/WiFiSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.5.zip", + "archiveFileName": "WiFiSpi-0.2.5.zip", + "size": 64864, + "checksum": "SHA-256:da2abe5ca71f75162bf619070bc0c34f10d9a241a8c452523dc4eb176c87b4df" + }, + { + "name": "WiFiSpi", + "version": "0.3.0", + "author": "JiriBilek", + "maintainer": "Jiri Bilek\u003cjiri@bilek.info\u003e", + "sentence": "Arduino WiFi library connecting ESP8266 via SPI protocol", + "paragraph": "Arduino WiFi library for connecting with ESP8266. Uses SPI protocol for communication.", + "website": "https://github.com/JiriBilek/WiFiSpi", + "category": "Communication", + "architectures": ["avr", "STM32F1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/JiriBilek/WiFiSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.3.0.zip", + "archiveFileName": "WiFiSpi-0.3.0.zip", + "size": 65216, + "checksum": "SHA-256:44b262f41fbe652d72792a2ea5b414759dcab4347dbcc0a351b74bb0502f5c96" + }, { "name": "Adafruit ADXL343", "version": "1.0.0", @@ -142456,7 +192461,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.0.0.zip", "archiveFileName": "Adafruit_ADXL343-1.0.0.zip", "size": 12108, "checksum": "SHA-256:786ed884a97cfffa7952941cf331238951bcf59d97c325b01d75d0887c945bb5" @@ -142473,7 +192478,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.0.1.zip", "archiveFileName": "Adafruit_ADXL343-1.0.1.zip", "size": 12174, "checksum": "SHA-256:5b9603437cf3f9534285369a1bf85ee15caac9dd89a6e21f266ad06801b8a9e8" @@ -142490,11 +192495,58 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.1.0.zip", "archiveFileName": "Adafruit_ADXL343-1.1.0.zip", "size": 13930, "checksum": "SHA-256:620ef2fa359941ce8f2d1e43261816ba90ce306649c7fc7d45259cb58b8165b2" }, + { + "name": "Adafruit ADXL343", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.2.0.zip", + "archiveFileName": "Adafruit_ADXL343-1.2.0.zip", + "size": 13845, + "checksum": "SHA-256:e416103da8906e69a6a9b1444c546c3768cfd48bf48d0818fffee3a34dc2a0e1" + }, + { + "name": "Adafruit ADXL343", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.3.0.zip", + "archiveFileName": "Adafruit_ADXL343-1.3.0.zip", + "size": 13683, + "checksum": "SHA-256:5091edc3252e703c648c875ca349511a90c6aab6dc78d3c270475ae9d716f989" + }, { "name": "SEN10724", "version": "1.0.0", @@ -142507,7 +192559,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/alrevuelta/SEN10724.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alrevuelta/SEN10724-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/alrevuelta/SEN10724-1.0.0.zip", "archiveFileName": "SEN10724-1.0.0.zip", "size": 26138, "checksum": "SHA-256:571e8e8aea377d30cdc09262d0db1f798722c24026ad9dd65c6842347e373a9d" @@ -142520,16 +192572,52 @@ "sentence": "An efficient, low footprint, fast pin debouncing library for Arduino", "paragraph": "This pin state supervisor manages debouncing of buttons and handles transitions between LOW and HIGH state, calling a function and notifying your code of which pin has been activated or deactivated.", "website": "https://github.com/ubidefeo/FTDebouncer", - "category": "Uncategorized", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/ubidefeo/FTDebouncer.git", "providesIncludes": ["Arduino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ubidefeo/FTDebouncer-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ubidefeo/FTDebouncer-1.3.0.zip", "archiveFileName": "FTDebouncer-1.3.0.zip", "size": 6884, "checksum": "SHA-256:e269db825eef77c551a6e5e56b55fdb6ea364feac4996f1a7118f60629081cb6" }, + { + "name": "FTDebouncer", + "version": "1.3.2", + "author": "Ubi de Feo", + "maintainer": "Ubi de Feo, Sebastian Hunkeler", + "sentence": "An efficient, low footprint, fast pin debouncing library for Arduino", + "paragraph": "This pin state supervisor manages debouncing of buttons and handles transitions between LOW and HIGH state, calling a function and notifying your code of which pin has been activated or deactivated.", + "website": "https://github.com/ubidefeo/FTDebouncer", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ubidefeo/FTDebouncer.git", + "providesIncludes": ["FTDebouncer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ubidefeo/FTDebouncer-1.3.2.zip", + "archiveFileName": "FTDebouncer-1.3.2.zip", + "size": 6874, + "checksum": "SHA-256:d4cd51ee440615e477be784de24897e55f392117e7aa66c8eeeafa6bec986b39" + }, + { + "name": "FTDebouncer", + "version": "1.3.3", + "author": "Ubi de Feo", + "maintainer": "Ubi de Feo, Sebastian Hunkeler", + "sentence": "An efficient, low footprint, fast pin debouncing library for Arduino", + "paragraph": "This pin state supervisor manages debouncing of buttons and handles transitions between LOW and HIGH state, calling a function and notifying your code of which pin has been activated or deactivated.", + "website": "https://github.com/ubidefeo/FTDebouncer", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ubidefeo/FTDebouncer.git", + "providesIncludes": ["FTDebouncer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ubidefeo/FTDebouncer-1.3.3.zip", + "archiveFileName": "FTDebouncer-1.3.3.zip", + "size": 7769, + "checksum": "SHA-256:abe69cee124300f5422aa6de8289874f35a8eeac2376cab15f8f9520dfa120f4" + }, { "name": "DataVisualizer", "version": "1.0.0", @@ -142542,7 +192630,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LaCocoRoco/DataVisualizer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LaCocoRoco/DataVisualizer-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LaCocoRoco/DataVisualizer-1.0.0.zip", "archiveFileName": "DataVisualizer-1.0.0.zip", "size": 11574802, "checksum": "SHA-256:2592ee29a32f9f6a30821d4a9aa78755f7c57be5f8679f48711e10a83229757c" @@ -142559,7 +192647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/LaCocoRoco/DataVisualizer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LaCocoRoco/DataVisualizer-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/LaCocoRoco/DataVisualizer-1.0.1.zip", "archiveFileName": "DataVisualizer-1.0.1.zip", "size": 11596240, "checksum": "SHA-256:0f61b6d43a5db329d9d8b96d4a83b4c2850e57c87024e77440f57ae8852ed159" @@ -142577,7 +192665,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.1.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.1.zip", "size": 27665, "checksum": "SHA-256:86a8c27dcf194f65de75d4d4c5c8928bdce31226b6e92b9b7b7468e28b47c8d4" @@ -142595,7 +192683,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.2.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.2.zip", "size": 35696, "checksum": "SHA-256:47713f4987c7be5478422dfdec8c3207f438d80b1a412465822c9304ed91b5c5" @@ -142613,7 +192701,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.3.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.3.zip", "size": 35534, "checksum": "SHA-256:cb7276fbfc7aa8a9ff6809a4c7a75702bab19a8ab1d0672f259391e918bc949b" @@ -142631,7 +192719,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.4.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.4.zip", "size": 35899, "checksum": "SHA-256:f6125061fad943f1a9bae80546f857ab6a8c426bf5687601b56852a7e04282be" @@ -142649,7 +192737,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.5.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.5.zip", "size": 37786, "checksum": "SHA-256:4f20c3c476a7e6c091d3ce32c1e952688a63d25391dec42548433b71107eca6a" @@ -142667,7 +192755,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.6.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.6.zip", "size": 39791, "checksum": "SHA-256:0c209908f373e238b24cc4feee8399ad4b7bbc3f74b34ad2ada1c9172577cf33" @@ -142685,7 +192773,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.7.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.7.zip", "size": 97420, "checksum": "SHA-256:cc8ad2c6ae6e55e975c804a44edcd235c961066f4d5266d1b6897462b49354a2" @@ -142703,7 +192791,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.8.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.8.zip", "size": 132281, "checksum": "SHA-256:43709720dd7d1c75293914be657e2ebe3784fd71b3cd829e9fc868e10166bc01" @@ -142721,7 +192809,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.0.9.zip", "archiveFileName": "bitluni_ESP32Lib-0.0.9.zip", "size": 134427, "checksum": "SHA-256:a041885ef221d6b7a0116899f85e59bc15a6ff7554619d351ff043863adb2227" @@ -142739,7 +192827,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.1.0.zip", "archiveFileName": "bitluni_ESP32Lib-0.1.0.zip", "size": 143919, "checksum": "SHA-256:3eb00a9a4ee26f60cfec545fabbd9338ff2cbc4145cb2545ea37e9d5124dbd7d" @@ -142757,7 +192845,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.1.1.zip", "archiveFileName": "bitluni_ESP32Lib-0.1.1.zip", "size": 301340, "checksum": "SHA-256:fbfb03689454fd298093f2290342dabc8d6dfd598731f4efb3e1ff10842a9432" @@ -142775,7 +192863,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.1.2.zip", "archiveFileName": "bitluni_ESP32Lib-0.1.2.zip", "size": 302269, "checksum": "SHA-256:92a0d51df37f34507d69fbf283756fefa277c819a50233e208a9dfe279e21e7a" @@ -142793,7 +192881,7 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.2.0.zip", "archiveFileName": "bitluni_ESP32Lib-0.2.0.zip", "size": 302821, "checksum": "SHA-256:61633a15eae721052b9353cf47f3eda1532a59e953fb4e00f28eac3d063f4551" @@ -142811,11 +192899,83 @@ "types": ["Contributed"], "repository": "https://github.com/bitluni/ESP32Lib.git", "providesIncludes": ["ESP32Lib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.2.1.zip", "archiveFileName": "bitluni_ESP32Lib-0.2.1.zip", "size": 317408, "checksum": "SHA-256:9ef66aeb5936ec4bb4e312cc39bc8e5dad6d718874c300c29293a45a9663d519" }, + { + "name": "bitluni ESP32Lib", + "version": "0.3.0", + "author": "bitluni \u003carduino@bitluni.net\u003e", + "maintainer": "bitluni \u003carduino@bitluni.net\u003e", + "sentence": "Multimedia library for the ESP32", + "paragraph": "Provides VGA, Game Controller (NES, SNES), Audio support for the ESP32. The graphics engine supports sprites, animations and 3d meshes.", + "website": "https://github.com/bitluni/ESP32Lib", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitluni/ESP32Lib.git", + "providesIncludes": ["ESP32Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.3.0.zip", + "archiveFileName": "bitluni_ESP32Lib-0.3.0.zip", + "size": 324276, + "checksum": "SHA-256:9b4ea7f40c0e966b6429e789bd55f688fcd61e899baa31bc63fb7a9b9c4ee8d1" + }, + { + "name": "bitluni ESP32Lib", + "version": "0.3.1", + "author": "bitluni \u003carduino@bitluni.net\u003e", + "maintainer": "bitluni \u003carduino@bitluni.net\u003e", + "sentence": "Multimedia library for the ESP32", + "paragraph": "Provides VGA, Game Controller (NES, SNES), Audio support for the ESP32. The graphics engine supports sprites, animations and 3d meshes.", + "website": "https://github.com/bitluni/ESP32Lib", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitluni/ESP32Lib.git", + "providesIncludes": ["ESP32Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.3.1.zip", + "archiveFileName": "bitluni_ESP32Lib-0.3.1.zip", + "size": 338079, + "checksum": "SHA-256:e49ccffeedd9d997ffe2a76d58780c83ac77e27eef9f00eb3907a145dd9576d1" + }, + { + "name": "bitluni ESP32Lib", + "version": "0.3.2", + "author": "bitluni \u003carduino@bitluni.net\u003e", + "maintainer": "bitluni \u003carduino@bitluni.net\u003e", + "sentence": "Multimedia library for the ESP32", + "paragraph": "Provides VGA, Game Controller (NES, SNES), Audio support for the ESP32. The graphics engine supports sprites, animations and 3d meshes.", + "website": "https://github.com/bitluni/ESP32Lib", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitluni/ESP32Lib.git", + "providesIncludes": ["ESP32Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.3.2.zip", + "archiveFileName": "bitluni_ESP32Lib-0.3.2.zip", + "size": 344028, + "checksum": "SHA-256:b7a45b02fc8965f17f9e3d024e7f217c8cd0f7a0b1e076a96ca2f6089b3a00e3" + }, + { + "name": "bitluni ESP32Lib", + "version": "0.3.3", + "author": "bitluni \u003carduino@bitluni.net\u003e", + "maintainer": "bitluni \u003carduino@bitluni.net\u003e", + "sentence": "Multimedia library for the ESP32", + "paragraph": "Provides VGA, Game Controller (NES, SNES), Audio support for the ESP32. The graphics engine supports sprites, animations and 3d meshes.", + "website": "https://github.com/bitluni/ESP32Lib", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitluni/ESP32Lib.git", + "providesIncludes": ["ESP32Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.3.3.zip", + "archiveFileName": "bitluni_ESP32Lib-0.3.3.zip", + "size": 356173, + "checksum": "SHA-256:f6ccdb9cf33d79fc7949da64af45a1e8e8798898660ecfb70b1f4988e212455b" + }, { "name": "EButton", "version": "1.1.0", @@ -142828,7 +192988,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonnieZG/EButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/EButton-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EButton-1.1.0.zip", "archiveFileName": "EButton-1.1.0.zip", "size": 13470, "checksum": "SHA-256:66c862a0bd227659648f858f9fd112a8ddb77e8f5fcd2e81931ee2e42f03cf43" @@ -142845,7 +193005,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonnieZG/EButton.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/EButton-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EButton-1.2.0.zip", "archiveFileName": "EButton-1.2.0.zip", "size": 14126, "checksum": "SHA-256:732ef2b3c2bb71e49a722c228253ac4551e75d0cdbbe81cfa4e2152152a3a199" @@ -142857,12 +193017,12 @@ "maintainer": "https://github.com/SV-Zanshin", "sentence": "Access the Bosch BME280 temperature, humidity and pressure sensor", "paragraph": "Access the Bosch BME280 temperature, humidity and pressure sensor", - "website": "https://github.com/SV-Zanshin/BME280", + "website": "https://github.com/Zanduino/BME280", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SV-Zanshin/BME280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SV-Zanshin/BME280_Zanshin-1.0.4.zip", + "repository": "https://github.com/Zanduino/BME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/BME280_Zanshin-1.0.4.zip", "archiveFileName": "BME280_Zanshin-1.0.4.zip", "size": 746245, "checksum": "SHA-256:bf1a19ff0dad2a32ff5029111b1048dfa0b911ae7c570e6213046a2aab6476f4" @@ -142879,7 +193039,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonnieZG/DFPlayerMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/DFPlayerMini-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/DFPlayerMini-1.0.0.zip", "archiveFileName": "DFPlayerMini-1.0.0.zip", "size": 8730, "checksum": "SHA-256:8ca429edaa4ffa925766bc55ffda7a1b36562fae3d6ef93d8585b9fe81e19ce5" @@ -142896,7 +193056,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonnieZG/EWMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/EWMA-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EWMA-1.0.0.zip", "archiveFileName": "EWMA-1.0.0.zip", "size": 4405, "checksum": "SHA-256:45a38695fba6c40477190606b8a15d3ba2d6444d2ff1840f900c6ffa06ca29cd" @@ -142913,7 +193073,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonnieZG/EWMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/EWMA-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EWMA-1.0.1.zip", "archiveFileName": "EWMA-1.0.1.zip", "size": 6132, "checksum": "SHA-256:9273e9c09912657c971a5b2da9032c0ad3bdbc163577c21a1b2ad01bc0c97614" @@ -142930,7 +193090,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jonnieZG/EWMA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/EWMA-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EWMA-1.0.2.zip", "archiveFileName": "EWMA-1.0.2.zip", "size": 6342, "checksum": "SHA-256:49818e3bcf64825eee7cb17d670c39c7edcbbabe1bc7b29e1ec62bfc8bfd358d" @@ -142947,7 +193107,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.0.0.zip", "archiveFileName": "Adafruit_ADT7410_Library-1.0.0.zip", "size": 5474, "checksum": "SHA-256:3a5f82d02b6b7ddc6a31523cbca166fabace7549b68c10d6a1af27df017f83fc" @@ -142964,11 +193124,102 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.0.1.zip", "archiveFileName": "Adafruit_ADT7410_Library-1.0.1.zip", "size": 5541, "checksum": "SHA-256:ddeea84fc86298a5f36300011a88f52e8cbf0954615b165325212d283c76ccc1" }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.0.2.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.0.2.zip", + "size": 5558, + "checksum": "SHA-256:a3b89a80c9573414e1c9f90e367f2614b0bbafcc2d83360e8cf9c85ed87702ff" + }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.1.0.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.1.0.zip", + "size": 5628, + "checksum": "SHA-256:707e245f4cdc198a670118b3aa0ae996d0574616bea9e1bff0642bc14ecbb2fe" + }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.1.1.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.1.1.zip", + "size": 5627, + "checksum": "SHA-256:74236417076534852211d4c2f23453897bf479962e1258fc0717bdd455a88124" + }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.2.0.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.2.0.zip", + "size": 6162, + "checksum": "SHA-256:81e346dd0095656f697076d49b8bc72bc2fd032fa5c3c30ba160099947d7d55f" + }, { "name": "Corsair Lighting Protocol", "version": "0.1.0", @@ -142982,7 +193233,7 @@ "types": ["Contributed"], "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.1.0.zip", "archiveFileName": "Corsair_Lighting_Protocol-0.1.0.zip", "size": 29220, "checksum": "SHA-256:3033c7e9d54c16932bf17f41030e783ec0c3ff2396bb4bf14fbcf3f19209bedb" @@ -143000,7 +193251,7 @@ "types": ["Contributed"], "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.2.0.zip", "archiveFileName": "Corsair_Lighting_Protocol-0.2.0.zip", "size": 183253, "checksum": "SHA-256:4c5176cb9adf7a15208d996000fb016e7c08b0fc923131c102ffb878ecb1c46f" @@ -143018,7 +193269,7 @@ "types": ["Contributed"], "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.3.0.zip", "archiveFileName": "Corsair_Lighting_Protocol-0.3.0.zip", "size": 187929, "checksum": "SHA-256:6183226a951d1b24090567c55e5b25ac33a9613f41d18a1a956d8861b46a03f3" @@ -143036,7 +193287,7 @@ "types": ["Contributed"], "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.4.0.zip", "archiveFileName": "Corsair_Lighting_Protocol-0.4.0.zip", "size": 208103, "checksum": "SHA-256:cbff2fa2ba4d75bb042ea4c2346e39c0a38b289b49035f9c926c7002d935744c" @@ -143054,11 +193305,303 @@ "types": ["Contributed"], "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.5.0.zip", "archiveFileName": "Corsair_Lighting_Protocol-0.5.0.zip", "size": 219474, "checksum": "SHA-256:ae2d9ea1c35a41299f543b49f888b4e11068a49a4d317124af593dfa25868713" }, + { + "name": "Corsair Lighting Protocol", + "version": "0.6.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.6.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.6.0.zip", + "size": 221712, + "checksum": "SHA-256:06e953a7ebf7ffb752086d8a550e7d5143870948ac1d713dc4674cbda002c9a1" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.6.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.6.1.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.6.1.zip", + "size": 222060, + "checksum": "SHA-256:49f2a2b2bd7c9bd60044bef2680fb47000be8015035ff1486c7faef849805287" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.6.2", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h", "LEDController.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.6.2.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.6.2.zip", + "size": 222099, + "checksum": "SHA-256:c9bc5616f1bd1fe7c9a747540aedc218821696518800d3a5a80ddf3e61334081" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.7.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.7.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.7.0.zip", + "size": 229999, + "checksum": "SHA-256:adc9d1d54f06e9c254b9d96ae9a1ecb58f9ac56e67995519c7443ec4c8364b65" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.8.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.8.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.8.0.zip", + "size": 388429, + "checksum": "SHA-256:0fd68f4d1421451e82fc292e8944e4f038dcdf8e7afae84989c79e5e32f93370" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.9.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.9.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.9.0.zip", + "size": 394187, + "checksum": "SHA-256:6bad6ee45190da09def326186dc9a32661d7a4615741733f93210cea7dddfdbe" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.9.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.9.1.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.9.1.zip", + "size": 395878, + "checksum": "SHA-256:1f327f73ef5f2a57bc2b6e34e9c5ee8eeb0a650c989876f7f94d8e345d9eed4a" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.10.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Allows iCUE to control RGB LEDs.", + "paragraph": "The library mimics a Lighting Node PRO and can be controlled as such in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.10.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.10.0.zip", + "size": 482421, + "checksum": "SHA-256:930d1a061c6fd739ddd3779524d9705cf85a9cad614d1cccd40eadbf51713c65" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.11.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.11.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.11.0.zip", + "size": 483098, + "checksum": "SHA-256:d438ad7fb8f2616e1d145fdfe2bed1c7a6c4cc8e53cf713ea4a6a50dac9f00ab" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.12.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.12.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.12.0.zip", + "size": 483262, + "checksum": "SHA-256:7ebc402957c02a8d7f9d3dd4c440d7929ffd518752d68ad9e1beeb34c615a9c8" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.13.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.13.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.13.0.zip", + "size": 484039, + "checksum": "SHA-256:b02c5cdff8420ebf615addc0d853d846b2fbebec154db11e3099935e4e24974b" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.14.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.14.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.14.0.zip", + "size": 577542, + "checksum": "SHA-256:e97679a9abf423d03ef733acff3086f7c766ca5f3ca74d23f7e91c0e00ecfb28" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.14.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.14.1.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.14.1.zip", + "size": 594300, + "checksum": "SHA-256:b71548bb48cf90a9dda094e5686e4561bc053ef29991a5343a26e4eae27b871d" + }, + { + "name": "Corsair Lighting Protocol", + "version": "0.14.2", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": ["CorsairLightingProtocol.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.14.2.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.14.2.zip", + "size": 595006, + "checksum": "SHA-256:1942c02011e90bb690a88d267682bbb5b55174e37fa0b214fa702561d7675ea7" + }, { "name": "TrivialKalmanFilter", "version": "1.0.0", @@ -143071,11 +193614,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dwrobel/TrivialKalmanFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dwrobel/TrivialKalmanFilter-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dwrobel/TrivialKalmanFilter-1.0.0.zip", "archiveFileName": "TrivialKalmanFilter-1.0.0.zip", "size": 54136, "checksum": "SHA-256:5636765cae50f6fd618fbbbea7d9607fefab654ae7768039333d8a1b1b81ff9a" }, + { + "name": "TrivialKalmanFilter", + "version": "1.0.1", + "author": "Damian Wrobel", + "maintainer": "Damian Wrobel \u003cdwrobel@ertelnet.rybnik.pl\u003e", + "sentence": "Trivial Kalman Filter.", + "paragraph": "Unidimensional trivial Kalman filter (header only, Arduino compatible) library.", + "website": "https://github.com/dwrobel/TrivialKalmanFilter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dwrobel/TrivialKalmanFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dwrobel/TrivialKalmanFilter-1.0.1.zip", + "archiveFileName": "TrivialKalmanFilter-1.0.1.zip", + "size": 54195, + "checksum": "SHA-256:9f1e2b13e77c211ef41c2f57c23f8a2a9fd34d4f91f9973921b47d53a1eb6d7b" + }, { "name": "MCP4131 library", "version": "1.0.0", @@ -143088,7 +193648,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/dgduncan/Arduino-MCP4131.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dgduncan/MCP4131_library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dgduncan/MCP4131_library-1.0.0.zip", "archiveFileName": "MCP4131_library-1.0.0.zip", "size": 89656, "checksum": "SHA-256:b21d887bad48c13fd8d291a97748fbdbf6bbf91bb1b93c65bd345140322383a9" @@ -143106,7 +193666,7 @@ "types": ["Contributed"], "repository": "https://github.com/sauttefk/RS485HwSerial.git", "providesIncludes": ["RS485HwSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.0.0.zip", "archiveFileName": "RS485HwSerial-1.0.0.zip", "size": 32157, "checksum": "SHA-256:d9f7462c6402a57b7e10157507dd960c2136d413ca2b698e1f3f10ff407b31bf" @@ -143124,7 +193684,7 @@ "types": ["Contributed"], "repository": "https://github.com/sauttefk/RS485HwSerial.git", "providesIncludes": ["RS485HwSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.1.0.zip", "archiveFileName": "RS485HwSerial-1.1.0.zip", "size": 32273, "checksum": "SHA-256:dcd070df9cac40b06eb3080745c094f49ae586c63d1a515ef67018148b6684be" @@ -143142,7 +193702,7 @@ "types": ["Contributed"], "repository": "https://github.com/sauttefk/RS485HwSerial.git", "providesIncludes": ["RS485HwSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.1.1.zip", "archiveFileName": "RS485HwSerial-1.1.1.zip", "size": 32263, "checksum": "SHA-256:6549e95eda20dd722a13e11e8994e02b3b1781748f6cef1c3fb46b8dc99ad364" @@ -143160,29 +193720,11 @@ "types": ["Contributed"], "repository": "https://github.com/sauttefk/RS485HwSerial.git", "providesIncludes": ["RS485HwSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sauttefk/RS485HwSerial-1.1.2.zip", "archiveFileName": "RS485HwSerial-1.1.2.zip", "size": 32446, "checksum": "SHA-256:f16029d97134922f76ddd73099eb7d6834a7ec54c8fec4911052400228d2d7ec" }, - { - "name": "Arduino LoRaWAN by Beelan", - "version": "1.0.1", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003ce@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", - "paragraph": "Device library for LoRaWAN network.", - "website": "https://http://beelan.mx/", - "category": "Communication", - "architectures": ["avr", "esp8266", "samd"], - "types": ["Contributed"], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", - "providesIncludes": ["lorawan.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BeelanMX/Arduino_LoRaWAN_by_Beelan-1.0.1.zip", - "archiveFileName": "Arduino_LoRaWAN_by_Beelan-1.0.1.zip", - "size": 42023, - "checksum": "SHA-256:d3432119fa457a45751fc17eb1d85b13f984f1e2b3131d867df6fcf7898fdee4" - }, { "name": "HID Buttons", "version": "1.0.0", @@ -143196,7 +193738,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/HID_Buttons.git", "providesIncludes": ["HID_Buttons.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/HID_Buttons-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/HID_Buttons-1.0.0.zip", "archiveFileName": "HID_Buttons-1.0.0.zip", "size": 23100, "checksum": "SHA-256:60305c7614228732ca220ffbae590d559b3abc655e1a745a4b74bd50f2c555e6" @@ -143214,7 +193756,7 @@ "types": ["Contributed"], "repository": "https://github.com/dmadison/HID_Buttons.git", "providesIncludes": ["HID_Buttons.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/HID_Buttons-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/HID_Buttons-1.0.1.zip", "archiveFileName": "HID_Buttons-1.0.1.zip", "size": 23237, "checksum": "SHA-256:2bac4c0cc2af0ddf0ee7c63db82994f18a58e3f68a26b6aa3747742a31221447" @@ -143232,7 +193774,7 @@ "types": ["Contributed"], "repository": "https://github.com/sleepdefic1t/BIP66.git", "providesIncludes": ["bip66.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sleepdefic1t/BIP66-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/BIP66-0.1.0.zip", "archiveFileName": "BIP66-0.1.0.zip", "size": 16632, "checksum": "SHA-256:5ddd524a32854ca8a483bb21a94a27214cf5c7b09c711c7674cce3caa879efd4" @@ -143250,11 +193792,47 @@ "types": ["Contributed"], "repository": "https://github.com/sleepdefic1t/BIP66.git", "providesIncludes": ["bip66.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sleepdefic1t/BIP66-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/BIP66-0.2.0.zip", "archiveFileName": "BIP66-0.2.0.zip", "size": 20958, "checksum": "SHA-256:b0f7cdb8a57c364e7bf14f006174b2805852f7107332510086700b30fcff0350" }, + { + "name": "BIP66", + "version": "0.3.1", + "author": "Ark Ecosystem", + "maintainer": "Simon Downey", + "sentence": "A simple Bitcoin BIP66 Implementation in C++ for the ARK Ecosystem.", + "paragraph": "DER Encoding and Decoding of ECDSA secp256k1 Signatures.", + "website": "https://github.com/sleepdefic1t/bip66", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sleepdefic1t/BIP66.git", + "providesIncludes": ["bip66.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/BIP66-0.3.1.zip", + "archiveFileName": "BIP66-0.3.1.zip", + "size": 187822, + "checksum": "SHA-256:8019328bd359e1d60c199ae897cbd97ffbc75a4bf91440e2c1680ae7ae12de4a" + }, + { + "name": "BIP66", + "version": "0.3.2", + "author": "Ark Ecosystem", + "maintainer": "Simon Downey", + "sentence": "A simple Bitcoin BIP66 Implementation in C++ for the ARK Ecosystem.", + "paragraph": "DER Encoding and Decoding of ECDSA secp256k1 Signatures.", + "website": "https://github.com/sleepdefic1t/bip66", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sleepdefic1t/BIP66.git", + "providesIncludes": ["bip66.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/BIP66-0.3.2.zip", + "archiveFileName": "BIP66-0.3.2.zip", + "size": 188502, + "checksum": "SHA-256:6eab90706bba3aac4ed990c9868c9701173618925e27bb01ce03ef54f9695f71" + }, { "name": "TinyCmdTable", "version": "1.0.0", @@ -143267,7 +193845,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rleddy/tinycmdtable.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rleddy/TinyCmdTable-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rleddy/TinyCmdTable-1.0.0.zip", "archiveFileName": "TinyCmdTable-1.0.0.zip", "size": 16326, "checksum": "SHA-256:39d448b6c18a187847733e8755a7281db3eb57c57a3b834107383bef7a3d6b25" @@ -143285,7 +193863,7 @@ "types": ["Contributed"], "repository": "https://github.com/Saeterncj/MX1508.git", "providesIncludes": ["MX1508.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Saeterncj/MX1508-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Saeterncj/MX1508-1.0.0.zip", "archiveFileName": "MX1508-1.0.0.zip", "size": 6957, "checksum": "SHA-256:de736c132c5d88489365543e079a3143c0d6d502c8732d4dc77ef51dbdcba588" @@ -143303,7 +193881,7 @@ "types": ["Contributed"], "repository": "https://github.com/Saeterncj/QuadratureEncoder.git", "providesIncludes": ["QuadratureEncoder.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Saeterncj/QuadratureEncoder-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Saeterncj/QuadratureEncoder-1.0.0.zip", "archiveFileName": "QuadratureEncoder-1.0.0.zip", "size": 4695, "checksum": "SHA-256:6ce1a55c293e3f18c2ed0d5e4bcb23dbecf67e93adfbf55ba849b3ed4b1b89bb" @@ -143321,7 +193899,7 @@ "types": ["Contributed"], "repository": "https://github.com/fdivitto/FabGL.git", "providesIncludes": ["fabgl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.0.1.zip", "archiveFileName": "FabGL-0.0.1.zip", "size": 168504, "checksum": "SHA-256:63bb9f0be397eb8a899991b954b53ec4abac2412e6c6bd558a7826d34462cebe" @@ -143339,7 +193917,7 @@ "types": ["Contributed"], "repository": "https://github.com/fdivitto/FabGL.git", "providesIncludes": ["fabgl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.4.0.zip", "archiveFileName": "FabGL-0.4.0.zip", "size": 6767944, "checksum": "SHA-256:339ced7df639299c4bfd706a70b5949bb988035ad002a94efefddf72fb9c5ef2" @@ -143357,11 +193935,155 @@ "types": ["Contributed"], "repository": "https://github.com/fdivitto/FabGL.git", "providesIncludes": ["fabgl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.6.0.zip", "archiveFileName": "FabGL-0.6.0.zip", "size": 12418557, "checksum": "SHA-256:dcd293b136cce228c90dcc2676503f59c442b54443e13770267390a8aa1f3b2e" }, + { + "name": "FabGL", + "version": "0.7.0", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.7.0.zip", + "archiveFileName": "FabGL-0.7.0.zip", + "size": 12933280, + "checksum": "SHA-256:412fd7e37a6e670221de8ef7b964a45a6ca33e166b4596873352abbb2e8e96ba" + }, + { + "name": "FabGL", + "version": "0.8.0", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.8.0.zip", + "archiveFileName": "FabGL-0.8.0.zip", + "size": 15838952, + "checksum": "SHA-256:21b9b850224c567282892309f54b3c83a36b2b9569cc7d8b83fc3e24b37addef" + }, + { + "name": "FabGL", + "version": "0.9.0", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-0.9.0.zip", + "archiveFileName": "FabGL-0.9.0.zip", + "size": 15465862, + "checksum": "SHA-256:7127c5aa0e5fa68f2bba8411eb775b2546d704a8a09b8da6ba79d50666e3de14" + }, + { + "name": "FabGL", + "version": "1.0.0", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.0.zip", + "archiveFileName": "FabGL-1.0.0.zip", + "size": 23236189, + "checksum": "SHA-256:66f5e4a8825bcf53ac79c25ca0501d2b066925c7b2abde2eb0c42193bd92d0df" + }, + { + "name": "FabGL", + "version": "1.0.1", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.1.zip", + "archiveFileName": "FabGL-1.0.1.zip", + "size": 23247827, + "checksum": "SHA-256:2c38415e68a29fccaea2112280bc1a21e98c793315206df8d21f702f5e40517f" + }, + { + "name": "FabGL", + "version": "1.0.2", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.2.zip", + "archiveFileName": "FabGL-1.0.2.zip", + "size": 23251770, + "checksum": "SHA-256:02fbf15dc3c15965047082f3d4b950968a452d7df9e2ac1e4d342c7282fdfde3" + }, + { + "name": "FabGL", + "version": "1.0.3", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.3.zip", + "archiveFileName": "FabGL-1.0.3.zip", + "size": 27181264, + "checksum": "SHA-256:c057d3495eef0e319134edddac8a2b7492dba52954c23b39ba57c3d109652425" + }, + { + "name": "FabGL", + "version": "1.0.4", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": ["fabgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.4.zip", + "archiveFileName": "FabGL-1.0.4.zip", + "size": 27489865, + "checksum": "SHA-256:4e3005f795142eda3bea8876ced9ee291aab5b73278cd734f48699d1203f1f0e" + }, { "name": "Cytron Motor Drivers Library", "version": "1.0.0", @@ -143374,7 +194096,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/CytronMotorDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Motor_Drivers_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Motor_Drivers_Library-1.0.0.zip", "archiveFileName": "Cytron_Motor_Drivers_Library-1.0.0.zip", "size": 8002, "checksum": "SHA-256:b76bad04054bed5a547f7c2fe6bef39310e64924167285c86ba3a205d8c0afa8" @@ -143391,7 +194113,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/CytronTechnologies/CytronMotorDriver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Motor_Drivers_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Motor_Drivers_Library-1.0.1.zip", "archiveFileName": "Cytron_Motor_Drivers_Library-1.0.1.zip", "size": 7985, "checksum": "SHA-256:c8e853b410e400e210b1b4115be569743dbe08960edd30355b3a89ee314410c5" @@ -143408,7 +194130,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jackrobotics/iSYNC_BC95_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.1.zip", "archiveFileName": "iSYNC_BC95_Arduino-0.8.1.zip", "size": 26001, "checksum": "SHA-256:83cbeebc3f4b117a7ee0307e6f9c83e2145a6dc8fb6c90608fb4f82c133280ae" @@ -143425,11 +194147,65 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jackrobotics/iSYNC_BC95_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.0.zip", "archiveFileName": "iSYNC_BC95_Arduino-0.8.0.zip", "size": 29608, "checksum": "SHA-256:f31752a405ddd07a77e6f0d9bcfd49471225a37156ca285dd968dfacf5c43ec8" }, + { + "name": "iSYNC_BC95_Arduino", + "version": "0.8.2", + "author": "Chavee Issariyapat \u003cchavee@nexpie.com\u003e, Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Chavee Issariyapat \u003cchavee@nexpie.com\u003e, Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A network library for BC95 NB-IOT module on Arduino platform (iSYNC.pro platform support).", + "paragraph": "This library transforms AT-commands on BC95 NB-IOT module into a familiar arduino UDP functions. Application protocols based on UDP like CoAP, DNS and NTP are also included, This library forked from netpie/bc95-arduino and modify support iSYNC.pro platform IoT.", + "website": "https://github.com/jackrobotics/iSYNC_BC95_Arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC_BC95_Arduino.git", + "providesIncludes": ["BC95.h", "BC95Udp.h", "CoAP.h", "Dns.h", "NTPClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.2.zip", + "archiveFileName": "iSYNC_BC95_Arduino-0.8.2.zip", + "size": 26203, + "checksum": "SHA-256:989198659dd5c4b24ae152f52d81a95304365c2cd2121cc612e09673494398c6" + }, + { + "name": "iSYNC_BC95_Arduino", + "version": "0.8.3", + "author": "Chavee Issariyapat \u003cchavee@nexpie.com\u003e, Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Chavee Issariyapat \u003cchavee@nexpie.com\u003e, Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A network library for BC95 NB-IOT module on Arduino platform (iSYNC.pro platform support).", + "paragraph": "This library transforms AT-commands on BC95 NB-IOT module into a familiar arduino UDP functions. Application protocols based on UDP like CoAP, DNS and NTP are also included, This library forked from netpie/bc95-arduino and modify support iSYNC.pro platform IoT.", + "website": "https://github.com/jackrobotics/iSYNC_BC95_Arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC_BC95_Arduino.git", + "providesIncludes": ["BC95.h", "BC95Udp.h", "CoAP.h", "Dns.h", "NTPClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.3.zip", + "archiveFileName": "iSYNC_BC95_Arduino-0.8.3.zip", + "size": 26254, + "checksum": "SHA-256:fe7f07fa0c104af0c31badc9cc6b61f485576e4b7bde60ed1fb0a299c34be58d" + }, + { + "name": "iSYNC_BC95_Arduino", + "version": "0.8.4", + "author": "Chavee Issariyapat \u003cchavee@nexpie.com\u003e, Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Chavee Issariyapat \u003cchavee@nexpie.com\u003e, Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A network library for BC95 NB-IOT module on Arduino platform (iSYNC.pro platform support).", + "paragraph": "This library transforms AT-commands on BC95 NB-IOT module into a familiar arduino UDP functions. Application protocols based on UDP like CoAP, DNS and NTP are also included, This library forked from netpie/bc95-arduino and modify support iSYNC.pro platform IoT.", + "website": "https://github.com/jackrobotics/iSYNC_BC95_Arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC_BC95_Arduino.git", + "providesIncludes": ["BC95.h", "BC95Udp.h", "CoAP.h", "Dns.h", "NTPClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC_BC95_Arduino-0.8.4.zip", + "archiveFileName": "iSYNC_BC95_Arduino-0.8.4.zip", + "size": 26260, + "checksum": "SHA-256:e630c1a05719b37c9672b57d73a36c2bbc5a554355793b3c196dca66a210b797" + }, { "name": "IoTWay", "version": "0.0.1", @@ -143442,7 +194218,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/IoTWay/IoTWay-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/IoTWay/IoTWay-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTWay/IoTWay-0.0.1.zip", "archiveFileName": "IoTWay-0.0.1.zip", "size": 29820, "checksum": "SHA-256:3736b70e5dee62127a22ba3942bc78960269838cf8e867d93ab5187a82b84498" @@ -143459,7 +194235,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/IoTWay/IoTWay-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/IoTWay/IoTWay-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTWay/IoTWay-0.0.2.zip", "archiveFileName": "IoTWay-0.0.2.zip", "size": 29821, "checksum": "SHA-256:4eefb05b3d77b9c685caaf563d929357eed485bc240434091a3981d88bebb2b2" @@ -143476,7 +194252,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/IoTWay/IoTWay-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/IoTWay/IoTWay-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTWay/IoTWay-0.0.3.zip", "archiveFileName": "IoTWay-0.0.3.zip", "size": 29820, "checksum": "SHA-256:4a691c0381cde9862660f38eab84b2f8147277619971dcc82d7573002a1d64d9" @@ -143493,7 +194269,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.0.zip", "archiveFileName": "MOREbot_Library-1.1.0.zip", "size": 20579, "checksum": "SHA-256:9e3578dcdc8fb1167c89819941b2826a42ee6b0f559ca65dcd2397339799c5af" @@ -143510,7 +194286,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.1.zip", "archiveFileName": "MOREbot_Library-1.1.1.zip", "size": 20575, "checksum": "SHA-256:2f41db99a6afae2cf0ce2746aece7a230fc0f9001a084e0ab992fa24ec8a881b" @@ -143527,7 +194303,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.2.zip", "archiveFileName": "MOREbot_Library-1.1.2.zip", "size": 20575, "checksum": "SHA-256:60b9bc4f9f92e132bfa2f63c0cae26dad1af53b87f25fcad72533feeffecb4fe" @@ -143544,7 +194320,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.3.zip", "archiveFileName": "MOREbot_Library-1.1.3.zip", "size": 241364, "checksum": "SHA-256:c0b665e977dcc4ac47b02782334ae3397df0992d4bf17478314981c2542e06bb" @@ -143561,7 +194337,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.4.zip", "archiveFileName": "MOREbot_Library-1.1.4.zip", "size": 241360, "checksum": "SHA-256:74ee07f607ec6deb16fd81e9a163e9087d3cb6ef1ecf2f37e1df9f25a319ed57" @@ -143578,7 +194354,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.1.5.zip", "archiveFileName": "MOREbot_Library-1.1.5.zip", "size": 241368, "checksum": "SHA-256:faefd570c959ff9af0faabdca3acb76a422dc4212663304966db79735d1feaf4" @@ -143595,7 +194371,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.2.0.zip", "archiveFileName": "MOREbot_Library-1.2.0.zip", "size": 241577, "checksum": "SHA-256:50e2df30fc8066fe733d6028d85877b0df934b085e98822e67288e17f1c59d33" @@ -143612,7 +194388,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.2.1.zip", "archiveFileName": "MOREbot_Library-1.2.1.zip", "size": 241579, "checksum": "SHA-256:13638af88b4ccfb3a1020ef551f4f9fb5437bb416754077c51b14e2f359781ab" @@ -143629,7 +194405,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.3.0.zip", "archiveFileName": "MOREbot_Library-1.3.0.zip", "size": 241577, "checksum": "SHA-256:37849fe2e38fc77aa0c408f76d74eecdfb2939d2863f8a5e530dceca1c9fc165" @@ -143646,7 +194422,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.3.1.zip", "archiveFileName": "MOREbot_Library-1.3.1.zip", "size": 241583, "checksum": "SHA-256:372a315e398e2a7fdd16be9fab90238f27462355723760473956d2aaabf76d80" @@ -143663,7 +194439,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.3.2.zip", "archiveFileName": "MOREbot_Library-1.3.2.zip", "size": 254071, "checksum": "SHA-256:62be132ee9c104c6f04f7d57cbac01705c9003f05703e673dc40d438aecb8b97" @@ -143680,7 +194456,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.0.zip", "archiveFileName": "MOREbot_Library-1.4.0.zip", "size": 254177, "checksum": "SHA-256:9528d0edbd15e39c133935f085d8492461b78e0ff8fa51d070e2b4b2366ec1e7" @@ -143697,7 +194473,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.1.zip", "archiveFileName": "MOREbot_Library-1.4.1.zip", "size": 254708, "checksum": "SHA-256:3dc9e103bd5408141fef94fca18a36d1a9bd5734709c356e078b44e12ab046cd" @@ -143714,7 +194490,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.2.zip", "archiveFileName": "MOREbot_Library-1.4.2.zip", "size": 257486, "checksum": "SHA-256:164c796c4d08c95ffc145c5973729d5d4e179580c9c34d38e0421ef373bf810d" @@ -143731,7 +194507,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.3.zip", "archiveFileName": "MOREbot_Library-1.4.3.zip", "size": 257342, "checksum": "SHA-256:bbe8f1ef0202c939ba133abeb014c842bf2cd1d212d840ef26faf95ae44f1819" @@ -143748,7 +194524,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.4.zip", "archiveFileName": "MOREbot_Library-1.4.4.zip", "size": 257371, "checksum": "SHA-256:901ca29a79a54f229bd79179e7a9dc246716ce0bffb6167477b0d4b102598528" @@ -143765,11 +194541,157 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/RexMORE/MOREbot_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.5.zip", "archiveFileName": "MOREbot_Library-1.4.5.zip", "size": 255925, "checksum": "SHA-256:044c6de6e05cad9589cd16876ff1a631a88c2fc11ed25f7f24b6d1b7423c419f" }, + { + "name": "MOREbot Library", + "version": "1.4.6", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.6.zip", + "archiveFileName": "MOREbot_Library-1.4.6.zip", + "size": 255932, + "checksum": "SHA-256:1a89270dc542f5d3d66e89e4e8058dd0122f7c83eb4881be115eb5325ace784f" + }, + { + "name": "MOREbot Library", + "version": "1.4.7", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.4.7.zip", + "archiveFileName": "MOREbot_Library-1.4.7.zip", + "size": 255980, + "checksum": "SHA-256:cdb4c4725688f96ba9fd502185d18de1696b23922819e96a73a50770034b6ca3" + }, + { + "name": "MOREbot Library", + "version": "1.5.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.5.0.zip", + "archiveFileName": "MOREbot_Library-1.5.0.zip", + "size": 256448, + "checksum": "SHA-256:254facf388f1fe206b39bc4bbabc40824fcceb7c54960effc68eb97ec50ab683" + }, + { + "name": "MOREbot Library", + "version": "1.5.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.5.1.zip", + "archiveFileName": "MOREbot_Library-1.5.1.zip", + "size": 258030, + "checksum": "SHA-256:588548b7b61c15420f5e8cfacbec0c32cb12521d1e7ce62bdfcddfbfce622aed" + }, + { + "name": "MOREbot Library", + "version": "1.5.2", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.5.2.zip", + "archiveFileName": "MOREbot_Library-1.5.2.zip", + "size": 258087, + "checksum": "SHA-256:8a2c50bb09d0dc97e5123dc4cbb2fa878edc193f34e8a7b7b7ccb1656b8cc1a2" + }, + { + "name": "MOREbot Library", + "version": "1.5.3", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.5.3.zip", + "archiveFileName": "MOREbot_Library-1.5.3.zip", + "size": 258100, + "checksum": "SHA-256:8704661b9fc11e56f839c0ce05dba2c2b71e34aa36e99dbcf3bad19bb74b3f1c" + }, + { + "name": "MOREbot Library", + "version": "1.5.4", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "dependencies": [ + { + "name": "Adafruit Motor Shield V2 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.5.4.zip", + "archiveFileName": "MOREbot_Library-1.5.4.zip", + "size": 258125, + "checksum": "SHA-256:61c0c61f4b1ef3f28262fba818bdb1686ec661a6c14a6745913647db5013ecf3" + }, + { + "name": "MOREbot Library", + "version": "1.5.5", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Controller Library", + "paragraph": "This library provides simple functions to control the MOREbot and it's motors and sensors.", + "website": "https://github.com/RexMORE/MOREbot_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Library.git", + "dependencies": [ + { + "name": "Adafruit Motor Shield V2 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Library-1.5.5.zip", + "archiveFileName": "MOREbot_Library-1.5.5.zip", + "size": 258221, + "checksum": "SHA-256:0e063689712aa30a3ff64bae125459f26f00e249f5909f072a5f0ded99979ae6" + }, { "name": "egoShieldS", "version": "0.1.0", @@ -143782,7 +194704,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/egoShieldS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldS-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldS-0.1.0.zip", "archiveFileName": "egoShieldS-0.1.0.zip", "size": 9944295, "checksum": "SHA-256:639b3b326de6d32db99fecb1bdf896367a7ec0f60664d04cf4e422a71c21f322" @@ -143799,11 +194721,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/uStepper/egoShieldS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldS-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldS-1.0.0.zip", "archiveFileName": "egoShieldS-1.0.0.zip", "size": 1353394, "checksum": "SHA-256:e5d86985bab1b4c67b82981142d97f8286a21b77eb7d3d00aee3716dba5b3c50" }, + { + "name": "egoShieldS", + "version": "1.1.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepper S egoShield", + "paragraph": "uStepper S egoShield support library", + "website": "https://github.com/uStepper/egoShieldS/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/egoShieldS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldS-1.1.0.zip", + "archiveFileName": "egoShieldS-1.1.0.zip", + "size": 1645068, + "checksum": "SHA-256:7e3e902e7d7d8aa53b39c22ea7e9f15f507fb01ce3c6be54d32fe8ff3b982f35" + }, + { + "name": "egoShieldS", + "version": "1.1.1", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepper S egoShield", + "paragraph": "uStepper S egoShield support library", + "website": "https://github.com/uStepper/egoShieldS/tree/master/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/uStepper/egoShieldS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/egoShieldS-1.1.1.zip", + "archiveFileName": "egoShieldS-1.1.1.zip", + "size": 1645778, + "checksum": "SHA-256:a35aa6286c95074444b5888f5860f8ea7419668a44517117dcca4e768edaabba" + }, { "name": "ArduinoWebsockets", "version": "0.1.0", @@ -143817,7 +194773,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.0.zip", "archiveFileName": "ArduinoWebsockets-0.1.0.zip", "size": 31861, "checksum": "SHA-256:d69de810a2ca6d8eea090fd0674cb6c88f1f8c6dbbed133b5263efc570ec7c3e" @@ -143835,7 +194791,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.2.zip", "archiveFileName": "ArduinoWebsockets-0.1.2.zip", "size": 39191, "checksum": "SHA-256:430fc9aa962a3c9c1fa20518205907d7a72e362ba3873e7f142ea02e1dde662e" @@ -143853,7 +194809,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.3.zip", "archiveFileName": "ArduinoWebsockets-0.1.3.zip", "size": 42773, "checksum": "SHA-256:4a60adf54d3a13f43ac711af95707c8db9de1da57751359b70ce82da72e3aa8e" @@ -143871,7 +194827,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.1.5.zip", "archiveFileName": "ArduinoWebsockets-0.1.5.zip", "size": 43423, "checksum": "SHA-256:86207e532a542615d487e21603db94e4d5b41ebef2dc6c0c2d1026208ed97404" @@ -143889,7 +194845,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.2.0.zip", "archiveFileName": "ArduinoWebsockets-0.2.0.zip", "size": 44030, "checksum": "SHA-256:062057b3531ba9876537a4874de256d5bb5f5fed5d67dd081abb128bd840fa75" @@ -143907,7 +194863,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.2.1.zip", "archiveFileName": "ArduinoWebsockets-0.2.1.zip", "size": 44109, "checksum": "SHA-256:804d2408306cb83169651ff72ac4b6d8c522b4300fc4a71873fe7abcef0de1cb" @@ -143925,7 +194881,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.0.zip", "archiveFileName": "ArduinoWebsockets-0.3.0.zip", "size": 54391, "checksum": "SHA-256:3f48468039b815e211028ca8507135971560b1e08dfa311106cefbef89a35afc" @@ -143943,7 +194899,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.1.zip", "archiveFileName": "ArduinoWebsockets-0.3.1.zip", "size": 54517, "checksum": "SHA-256:6490cc36b7ff6567bfb1febf5d1f499d9ed056c8f65f7293a557c6375fba6947" @@ -143961,7 +194917,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.2.zip", "archiveFileName": "ArduinoWebsockets-0.3.2.zip", "size": 56274, "checksum": "SHA-256:fc19aaa5a42e66acefcedb5da4bc0705eb23537adcaff365d29aaafee8ab1688" @@ -143979,7 +194935,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.3.zip", "archiveFileName": "ArduinoWebsockets-0.3.3.zip", "size": 56329, "checksum": "SHA-256:414cffd9a5792091bafacdb3798c167f2d46e2f0edf163fd8a1250752a2742f2" @@ -143997,7 +194953,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.4.zip", "archiveFileName": "ArduinoWebsockets-0.3.4.zip", "size": 56484, "checksum": "SHA-256:245cf2f07e71f63c86d06c53a88cc2c5319e360f9c918ab628e185067caf9b42" @@ -144015,7 +194971,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.3.5.zip", "archiveFileName": "ArduinoWebsockets-0.3.5.zip", "size": 57398, "checksum": "SHA-256:752812ef66a7d0c68ef2b3f58199a9825edce57cb3b3e1300bd99e188b5c4fe1" @@ -144033,7 +194989,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.0.zip", "archiveFileName": "ArduinoWebsockets-0.4.0.zip", "size": 62813, "checksum": "SHA-256:c3e5de7695a588252c933739aa08cb3e213059396eeeddfa2e554941492c51fe" @@ -144051,7 +195007,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.1.zip", "archiveFileName": "ArduinoWebsockets-0.4.1.zip", "size": 64256, "checksum": "SHA-256:006492794f4c11d1b1e3595535f9450732763056ee581c9303d3c6df9d53c521" @@ -144069,7 +195025,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.2.zip", "archiveFileName": "ArduinoWebsockets-0.4.2.zip", "size": 60264, "checksum": "SHA-256:faf8e02f9d40fc5c2ca7ca1c90f3c695d4732e2599a45ae2512c71b49e663c4d" @@ -144087,7 +195043,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.3.zip", "archiveFileName": "ArduinoWebsockets-0.4.3.zip", "size": 60342, "checksum": "SHA-256:f82bb5494718cb3a1cedf613419b980844bae76b1131fb31f6d733cbfac0b642" @@ -144105,7 +195061,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.4.zip", "archiveFileName": "ArduinoWebsockets-0.4.4.zip", "size": 60459, "checksum": "SHA-256:52282167aac8f30ce38eb2bef8cb9b40f7afc8f961e66af9ff29cd83bd15773a" @@ -144123,7 +195079,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.5.zip", "archiveFileName": "ArduinoWebsockets-0.4.5.zip", "size": 60677, "checksum": "SHA-256:a51d79b0dffb022da5f75f50c61819f1d7b5023a0c63f852ed65cb1c75edd29e" @@ -144141,7 +195097,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.7.zip", "archiveFileName": "ArduinoWebsockets-0.4.7.zip", "size": 60884, "checksum": "SHA-256:1f191127064ecd5d69c20999eceacf62e6ab2d7b55b0d5c1dd0292d0a8fc5e6e" @@ -144159,7 +195115,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.8.zip", "archiveFileName": "ArduinoWebsockets-0.4.8.zip", "size": 61106, "checksum": "SHA-256:8d8f503cbc0de21c39559df59e46fccc1bcda5a310949fa59933deef0f61ee71" @@ -144177,7 +195133,7 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.9.zip", "archiveFileName": "ArduinoWebsockets-0.4.9.zip", "size": 61698, "checksum": "SHA-256:f55ce722963c4ef5a5a38f39fd76a025815092ffffccdd1ca5b96d92d6bf79b7" @@ -144195,11 +195151,227 @@ "types": ["Contributed"], "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", "providesIncludes": ["ArduinoWebsockets.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.10.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.10.zip", "archiveFileName": "ArduinoWebsockets-0.4.10.zip", "size": 61955, "checksum": "SHA-256:c0109a103a6dcce344cae1c29a9e137c74bd6596809e5e253ea775d39a094699" }, + { + "name": "ArduinoWebsockets", + "version": "0.4.11", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.11.zip", + "archiveFileName": "ArduinoWebsockets-0.4.11.zip", + "size": 62676, + "checksum": "SHA-256:a1ce007451e054acab65a7c7d17021fd65139fc39e05565c448b99da979bca21" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.12", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.12.zip", + "archiveFileName": "ArduinoWebsockets-0.4.12.zip", + "size": 62934, + "checksum": "SHA-256:b5ecd5ada92c7893f90e0c645493fc0eb755fb0c79e2a13af67d8d3d5e9fef86" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.13", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.13.zip", + "archiveFileName": "ArduinoWebsockets-0.4.13.zip", + "size": 63054, + "checksum": "SHA-256:3aef9c81183ccc9ac6d7262e71b32c6e0de41a17bcd54c4dbd70e08d9baa1fbf" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.14", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.14.zip", + "archiveFileName": "ArduinoWebsockets-0.4.14.zip", + "size": 63349, + "checksum": "SHA-256:ea7299efb46f6d2d7a04fa6d36f86f624accffc9dcf21820cff1a95698fcd6e2" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.15", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.15.zip", + "archiveFileName": "ArduinoWebsockets-0.4.15.zip", + "size": 63471, + "checksum": "SHA-256:3def2246a60730034bc290e023ba2bb01f0bbb84b2e81ae272a6963c6ef412b4" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.16", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.16.zip", + "archiveFileName": "ArduinoWebsockets-0.4.16.zip", + "size": 68610, + "checksum": "SHA-256:5e67237a243627e516deceadd7e4b512a65529fb2611f67ea61eb3ac6c6286e2" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.17", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.17.zip", + "archiveFileName": "ArduinoWebsockets-0.4.17.zip", + "size": 68829, + "checksum": "SHA-256:c4e48760638e4a3f07c52dc662e174f98398d1d73b3be13055182c8cb1952c33" + }, + { + "name": "ArduinoWebsockets", + "version": "0.4.18", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.4.18.zip", + "archiveFileName": "ArduinoWebsockets-0.4.18.zip", + "size": 69484, + "checksum": "SHA-256:b9d95f401ded5c568c9bc7a9d139f199d2a05f560ce8db0dc118c1cbdc472792" + }, + { + "name": "ArduinoWebsockets", + "version": "0.5.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.0.zip", + "archiveFileName": "ArduinoWebsockets-0.5.0.zip", + "size": 79590, + "checksum": "SHA-256:f525316c3a47dd947bcb14ebd611106950e4610fee7753c6bf59590e948db506" + }, + { + "name": "ArduinoWebsockets", + "version": "0.5.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.1.zip", + "archiveFileName": "ArduinoWebsockets-0.5.1.zip", + "size": 80158, + "checksum": "SHA-256:2e19a28871737d94c3161bb2d7e4cf4bff877c1df88fb82b1fdc28f870aa76da" + }, + { + "name": "ArduinoWebsockets", + "version": "0.5.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.2.zip", + "archiveFileName": "ArduinoWebsockets-0.5.2.zip", + "size": 80372, + "checksum": "SHA-256:ebbc79e5596cb86a0c9f79f238a3e9f449c0d3627b8e93db6ef9fbad6b0547cf" + }, + { + "name": "ArduinoWebsockets", + "version": "0.5.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": ["ArduinoWebsockets.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.3.zip", + "archiveFileName": "ArduinoWebsockets-0.5.3.zip", + "size": 80474, + "checksum": "SHA-256:72e2a45152331d3557f9a2c918ddcc99c81bf84374a9d5a49329f7e31f7b5449" + }, { "name": "Environment", "version": "2.0.0", @@ -144212,11 +195384,79 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/akkoyun/Environment.git", - "url": "http://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-2.0.0.zip", "archiveFileName": "Environment-2.0.0.zip", "size": 11707, "checksum": "SHA-256:ada05268b53acbe6675154cad50c578530c56eeefeaef25caa94e54f76e8fcfa" }, + { + "name": "Environment", + "version": "2.0.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "http://", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/akkoyun/Environment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-2.0.1.zip", + "archiveFileName": "Environment-2.0.1.zip", + "size": 14637, + "checksum": "SHA-256:e34b23b0926a60e56369e5db254d41e5350434a1c618a1a8e48e52a4ba9cbcf9" + }, + { + "name": "Environment", + "version": "3.0.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "http://", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/akkoyun/Environment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.0.0.zip", + "archiveFileName": "Environment-3.0.0.zip", + "size": 16367, + "checksum": "SHA-256:cc2150a9ee388865281a1ece1ce4b58ec2cf59862ce69a34cd6066146199db47" + }, + { + "name": "Environment", + "version": "3.1.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/akkoyun/Environment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.1.0.zip", + "archiveFileName": "Environment-3.1.0.zip", + "size": 15607, + "checksum": "SHA-256:a6afdcf7b489f60b5812c568d1bf4b0a8c59792ae477850ccb6f668f50c6d88d" + }, + { + "name": "Environment", + "version": "3.2.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/akkoyun/Environment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.0.zip", + "archiveFileName": "Environment-3.2.0.zip", + "size": 20872, + "checksum": "SHA-256:8762ea3ea9eff8fef4aceaa0cb8f0f926ab5152202ef62e26b40b2f58f8eb068" + }, { "name": "munet", "version": "0.1.1", @@ -144229,7 +195469,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/muwerk/munet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.1.zip", "archiveFileName": "munet-0.1.1.zip", "size": 16221, "checksum": "SHA-256:3cdc79b35fc9a9ec41ec9dbd7a8adba682185c79b8a71a35cde0986187d5a9f7" @@ -144246,7 +195486,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/muwerk/munet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.4.zip", "archiveFileName": "munet-0.1.4.zip", "size": 16500, "checksum": "SHA-256:ece52e47abb4839223c6db340ab91020789fe1d8398df214d681e20125b38baa" @@ -144263,7 +195503,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/muwerk/munet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.5.zip", "archiveFileName": "munet-0.1.5.zip", "size": 16457, "checksum": "SHA-256:4840e28f77a631a6d206e70211ba2feb919eb35487fb362eee996a7709879e9d" @@ -144280,11 +195520,222 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/muwerk/munet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.6.zip", "archiveFileName": "munet-0.1.6.zip", "size": 16760, "checksum": "SHA-256:c63036e91a09b01780ac5858a565a6beb7f3ec85ecd32c544b6739c6e48dad28" }, + { + "name": "munet", + "version": "0.1.7", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.7.zip", + "archiveFileName": "munet-0.1.7.zip", + "size": 16839, + "checksum": "SHA-256:0f70ff7e73f570bef939ae1011a478a8f342845f61dece873c1521b367cc8e81" + }, + { + "name": "munet", + "version": "0.1.8", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.8.zip", + "archiveFileName": "munet-0.1.8.zip", + "size": 16848, + "checksum": "SHA-256:6e41cbeb5c4afd55abcf93bb2f150ce1cf92015bff3b39bb26b90fbfc0a4d1ed" + }, + { + "name": "munet", + "version": "0.1.9", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.9.zip", + "archiveFileName": "munet-0.1.9.zip", + "size": 17194, + "checksum": "SHA-256:9239ed9771992dcec9da4d22e8cec1d51d13a614dfba663fa006524b8600661a" + }, + { + "name": "munet", + "version": "0.1.10", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.10.zip", + "archiveFileName": "munet-0.1.10.zip", + "size": 17350, + "checksum": "SHA-256:90430e3a847aa5ed61c7aa010012bc58563f0f0e6fef838bc9043fc432398aaa" + }, + { + "name": "munet", + "version": "0.1.11", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.1.11.zip", + "archiveFileName": "munet-0.1.11.zip", + "size": 18982, + "checksum": "SHA-256:e766caf57eca9ffc596f19e8228e5b78ee56d2580cf3f9d1a61837f6e0d3d150" + }, + { + "name": "munet", + "version": "0.2.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.2.0.zip", + "archiveFileName": "munet-0.2.0.zip", + "size": 21454, + "checksum": "SHA-256:e9b302eb54ba24def246d933755ea4ffe064afc58bb9d57da0d4c677ba3deffb" + }, + { + "name": "munet", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.2.1.zip", + "archiveFileName": "munet-0.2.1.zip", + "size": 22731, + "checksum": "SHA-256:d252ee405ecfa770149ad21936018300623aa17c3e243f3a0da935ad52a13bfb" + }, + { + "name": "munet", + "version": "0.3.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.3.0.zip", + "archiveFileName": "munet-0.3.0.zip", + "size": 32672, + "checksum": "SHA-256:ab261b998fb225c822194d185d116c0f9b1b4d1beb4ea17525b750f5ca098412" + }, + { + "name": "munet", + "version": "0.3.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.3.1.zip", + "archiveFileName": "munet-0.3.1.zip", + "size": 32728, + "checksum": "SHA-256:574363402811c3ec75f6024f63fcc0c827a51d95a2eb515aae18b2d9de7036d7" + }, + { + "name": "munet", + "version": "0.3.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, serial link for other platforms", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Non-network hardware support via serial links. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.3.2.zip", + "archiveFileName": "munet-0.3.2.zip", + "size": 36680, + "checksum": "SHA-256:ccee6d0f988153e4f1feb33348398f3d9e830f78ae41b9f8649c2e57c0c6e830" + }, + { + "name": "munet", + "version": "0.4.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, serial link for other platforms", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Non-network hardware support via serial links. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.4.0.zip", + "archiveFileName": "munet-0.4.0.zip", + "size": 36824, + "checksum": "SHA-256:ec750f318bb05101b068d25fa8e819cb254691ee152b5085ea68031f6ab4d917" + }, { "name": "iKB1_Arduino", "version": "0.2.0", @@ -144297,7 +195748,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/jcubuntu/IKB1_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jcubuntu/iKB1_Arduino-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iKB1_Arduino-0.2.0.zip", "archiveFileName": "iKB1_Arduino-0.2.0.zip", "size": 37469, "checksum": "SHA-256:b9c6e326aebbf9db2b93224dc7d2794b03d0742ddb2627514483fc278567a25c" @@ -144314,7 +195765,7 @@ "architectures": ["cortex-m4"], "types": ["Contributed"], "repository": "https://github.com/chirp/chirp-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.0.0.zip", "archiveFileName": "ChirpSDK-3.0.0.zip", "size": 369681, "checksum": "SHA-256:d293f544dac9cd06dd9301190a6fe3ab688b34c76ca55f39d06f5fce765b7390" @@ -144331,7 +195782,7 @@ "architectures": ["cortex-m4", "esp32"], "types": ["Contributed"], "repository": "https://github.com/chirp/chirp-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.1.0.zip", "archiveFileName": "ChirpSDK-3.1.0.zip", "size": 809994, "checksum": "SHA-256:abf381fa471787e449fbd848da00b81757af3fc20d1476ca9a604084252884c4" @@ -144348,7 +195799,7 @@ "architectures": ["cortex-m4", "esp32"], "types": ["Contributed"], "repository": "https://github.com/chirp/chirp-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.2.0.zip", "archiveFileName": "ChirpSDK-3.2.0.zip", "size": 809746, "checksum": "SHA-256:04e15a29e9fb05dc0b401cd2b60cd08fc19de2da8817ee1acb4e117efd155d49" @@ -144365,24 +195816,75 @@ "architectures": ["cortex-m4", "esp32", "cortex-m0plus", "stm32f4", "samd", "mbed"], "types": ["Contributed"], "repository": "https://github.com/chirp/chirp-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.3.0.zip", "archiveFileName": "ChirpSDK-3.3.0.zip", "size": 849117, "checksum": "SHA-256:37a114468db0cec098c7e8dbcddf3fa19357a87a8e8e7e8f7589fe010c9be177" }, { - "name": "SparkFun Qwiic Joystick Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Joystick", - "paragraph": "An Arduino Library for the Qwist Joystick. Qwiic Joystick makes reading an analog joystick over I2C easy and fast. The current joystick position and button state can be read from separate registers. There is also an additional register to check if the button had been pressed since the last read of the button register. Available at: https://www.sparkfun.com/products/15168", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library", - "category": "Device Control", - "architectures": ["*"], - "types": ["Contributed"], + "name": "ChirpSDK", + "version": "3.3.1", + "author": "Asio Ltd \u003cdevelopers@chirp.io\u003e", + "maintainer": "Joe Todd \u003cjoe@chirp.io\u003e", + "sentence": "Chirp SDK", + "paragraph": "Send and receive data over sound", + "website": "https://developers.chirp.io", + "category": "Communication", + "architectures": ["cortex-m4", "esp32", "cortex-m0plus", "stm32f4", "samd", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/chirp/chirp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.3.1.zip", + "archiveFileName": "ChirpSDK-3.3.1.zip", + "size": 849293, + "checksum": "SHA-256:593fce23832c15504a245787441c51d93182a0276671f010f9cf6696c73e2fa3" + }, + { + "name": "ChirpSDK", + "version": "3.4.0", + "author": "Asio Ltd \u003cdevelopers@chirp.io\u003e", + "maintainer": "Joe Todd \u003cjoe@chirp.io\u003e", + "sentence": "Chirp SDK", + "paragraph": "Send and receive data over sound", + "website": "https://developers.chirp.io", + "category": "Communication", + "architectures": ["cortex-m4", "esp32", "cortex-m0plus", "stm32f4", "samd", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/chirp/chirp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.4.0.zip", + "archiveFileName": "ChirpSDK-3.4.0.zip", + "size": 856286, + "checksum": "SHA-256:d0686923ead8deab42b35a01f37dd398389f5a20060060c06fb27dfc7102992d" + }, + { + "name": "ChirpSDK", + "version": "3.4.1", + "author": "Asio Ltd \u003cdevelopers@chirp.io\u003e", + "maintainer": "Joe Todd \u003cjoe@chirp.io\u003e", + "sentence": "Chirp SDK", + "paragraph": "Send and receive data over sound", + "website": "https://developers.chirp.io/docs/getting-started/arduino", + "category": "Communication", + "architectures": ["cortex-m4", "esp32", "cortex-m0plus", "stm32f4", "samd", "mbed", "avr", "mk64fx512"], + "types": ["Contributed"], + "repository": "https://github.com/chirp/chirp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chirp/ChirpSDK-3.4.1.zip", + "archiveFileName": "ChirpSDK-3.4.1.zip", + "size": 1061057, + "checksum": "SHA-256:d235b4848848225b6d61c3cbdc23e5b779342d3dde823bf0281110c549b2efb7" + }, + { + "name": "SparkFun Qwiic Joystick Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Joystick", + "paragraph": "An Arduino Library for the Qwist Joystick. Qwiic Joystick makes reading an analog joystick over I2C easy and fast. The current joystick position and button state can be read from separate registers. There is also an additional register to check if the button had been pressed since the last read of the button register. Available at: https://www.sparkfun.com/products/15168", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.0.zip", "archiveFileName": "SparkFun_Qwiic_Joystick_Arduino_Library-1.0.0.zip", "size": 15391, "checksum": "SHA-256:f68b3268d9850dcfa4d44bec57e27dc251c56cf8ca89c77c6e4970d6fff01c78" @@ -144399,7 +195901,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.1.zip", "archiveFileName": "SparkFun_Qwiic_Joystick_Arduino_Library-1.0.1.zip", "size": 15437, "checksum": "SHA-256:0751f41a0c54116d616e37d854a48d4897ede1e6e93aec99ebb77c2429be1ff0" @@ -144416,7 +195918,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.2.zip", "archiveFileName": "SparkFun_Qwiic_Joystick_Arduino_Library-1.0.2.zip", "size": 15476, "checksum": "SHA-256:6b6a6e08d8aa818ad28710a90da496877832151b8b9f515de91bdc83c39a3d06" @@ -144433,7 +195935,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.0.4.zip", "archiveFileName": "SparkFun_Qwiic_Joystick_Arduino_Library-1.0.4.zip", "size": 15472, "checksum": "SHA-256:ac3fd75eb50199283d53540ae3875e7fe87cf5e49c0f4e4db42dcbe4ebf3ae96" @@ -144450,7 +195952,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.1.0.zip", "archiveFileName": "SparkFun_Qwiic_Joystick_Arduino_Library-1.1.0.zip", "size": 15470, "checksum": "SHA-256:b0c2bfab838ebdd4fcafe2b116754cd09d332f758772628886577bb9cdb2e528" @@ -144467,7 +195969,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-1.3.0.zip", "archiveFileName": "Sqlite3Esp32-1.3.0.zip", "size": 26687087, "checksum": "SHA-256:629b69b8e809c92f92468189829303823c0208bad800607f0eda016db33fd38b" @@ -144484,7 +195986,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-1.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-1.4.0.zip", "archiveFileName": "Sqlite3Esp32-1.4.0.zip", "size": 26807089, "checksum": "SHA-256:15de32d9bb8eccafc76ccaea2cf62e2c2490b1a00f310f89e60c5ec923dc3103" @@ -144501,7 +196003,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-0.9.0.zip", "archiveFileName": "Sqlite3Esp32-0.9.0.zip", "size": 39686632, "checksum": "SHA-256:2523128a90a98a8ac14ca4975832c1258bd600de2fe67f3d8685d53d64b9d81b" @@ -144518,11 +196020,45 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-2.0.0.zip", "archiveFileName": "Sqlite3Esp32-2.0.0.zip", "size": 26812209, "checksum": "SHA-256:b1c798b99e684452e1c95ef48ba5d621190586737a57227cc24bf2b74d32437d" }, + { + "name": "Sqlite3Esp32", + "version": "2.1.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Sqlite3 database library for ESP32 core", + "paragraph": "Enables access to Sqlite3 databases from ESP32 (with Shox96 String compression extension). For further information, please visit the given URL.", + "website": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-2.1.0.zip", + "archiveFileName": "Sqlite3Esp32-2.1.0.zip", + "size": 27104546, + "checksum": "SHA-256:b98f27900dad7929939bb12b367e282d459d1b301fea962ac46dac19b1e40714" + }, + { + "name": "Sqlite3Esp32", + "version": "2.3.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Sqlite3 database library for ESP32 core", + "paragraph": "Enables access to Sqlite3 databases from ESP32 (with Shox96 String compression extension). For further information, please visit the given URL.", + "website": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-2.3.0.zip", + "archiveFileName": "Sqlite3Esp32-2.3.0.zip", + "size": 27104818, + "checksum": "SHA-256:4964d2ea76b0b41d16d470298d13ecc194e5216775ac32bb1f0e972a910c81b9" + }, { "name": "ESPxRGB", "version": "1.0.0", @@ -144536,7 +196072,7 @@ "types": ["Contributed"], "repository": "https://github.com/technosf/ESPxRGB.git", "providesIncludes": ["ESPxRGB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/technosf/ESPxRGB-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/technosf/ESPxRGB-1.0.0.zip", "archiveFileName": "ESPxRGB-1.0.0.zip", "size": 26657, "checksum": "SHA-256:2246ba6763e18937849fd51f6af5a39ab4328958d9d78df2c10a5cfa2cc750c6" @@ -144554,7 +196090,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-client.git", "providesIncludes": ["arkClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.0.0.zip", "archiveFileName": "Ark_Cpp_Client-1.0.0.zip", "size": 253977, "checksum": "SHA-256:ec7a9a1c1022397e6f9a022fed53f65f1c12daf11025aa0a642e22e7988dcbd9" @@ -144572,7 +196108,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-client.git", "providesIncludes": ["arkClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.1.0.zip", "archiveFileName": "Ark_Cpp_Client-1.1.0.zip", "size": 255730, "checksum": "SHA-256:ddbebcec04d660764ccf5751b90fa6e1a0b18d64cb76a42f2217a666bd0afb8f" @@ -144590,7 +196126,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-client.git", "providesIncludes": ["arkClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.2.0.zip", "archiveFileName": "Ark_Cpp_Client-1.2.0.zip", "size": 250900, "checksum": "SHA-256:14ab68927a253272f00eba8e313dcf0f104124bebef9ea632e10d49ee651ae39" @@ -144608,11 +196144,119 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-client.git", "providesIncludes": ["arkClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.2.0-arduino.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.2.0-arduino.zip", "archiveFileName": "Ark_Cpp_Client-1.2.0-arduino.zip", "size": 196286, "checksum": "SHA-256:736f5a72ee0944e8fab1c79334d24424d720fc01d78a6e2ae24de7c82123bb37" }, + { + "name": "Ark-Cpp-Client", + "version": "1.3.0", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple API client implementation in C++ for the ARK Blockchain.", + "paragraph": "This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/ArkEcosystem/Cpp-Client", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-client.git", + "providesIncludes": ["arkClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.3.0.zip", + "archiveFileName": "Ark_Cpp_Client-1.3.0.zip", + "size": 249955, + "checksum": "SHA-256:ebce7fbed17ba7f40cfdab84d3178915aabf97cfd5506b6335a851272496408a" + }, + { + "name": "Ark-Cpp-Client", + "version": "1.3.0-arduino", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple API client implementation in C++ for the ARK Blockchain.", + "paragraph": "This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/ArkEcosystem/Cpp-Client", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-client.git", + "providesIncludes": ["arkClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.3.0-arduino.zip", + "archiveFileName": "Ark_Cpp_Client-1.3.0-arduino.zip", + "size": 199481, + "checksum": "SHA-256:5d9da0de32957c05b043ea79690b2d8eb8053924fba6c91358d27838a880f948" + }, + { + "name": "Ark-Cpp-Client", + "version": "1.4.0", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple API client implementation in C++ for the ARK Blockchain.", + "paragraph": "This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/ArkEcosystem/Cpp-Client", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-client.git", + "providesIncludes": ["arkClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.4.0.zip", + "archiveFileName": "Ark_Cpp_Client-1.4.0.zip", + "size": 261085, + "checksum": "SHA-256:22ca791781675365a3c96abfd4f801837c1377b628fca252686859722c043cb1" + }, + { + "name": "Ark-Cpp-Client", + "version": "1.4.0-arduino", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple API client implementation in C++ for the ARK Blockchain.", + "paragraph": "This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/ArkEcosystem/Cpp-Client", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-client.git", + "providesIncludes": ["arkClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.4.0-arduino.zip", + "archiveFileName": "Ark_Cpp_Client-1.4.0-arduino.zip", + "size": 204048, + "checksum": "SHA-256:d44121e352da45d49d5a6c9bc0b18bfc27ef559b0a31ff2bc9d1ef1bac3a42b5" + }, + { + "name": "Ark-Cpp-Client", + "version": "1.4.1", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple API client implementation in C++ for the ARK Blockchain.", + "paragraph": "This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/ArkEcosystem/Cpp-Client", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-client.git", + "providesIncludes": ["arkClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.4.1.zip", + "archiveFileName": "Ark_Cpp_Client-1.4.1.zip", + "size": 261984, + "checksum": "SHA-256:482bde0f728f14a6abec021a7e92ac1b29482c83ebb008ed61bff59a38772c70" + }, + { + "name": "Ark-Cpp-Client", + "version": "1.4.1-arduino", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple API client implementation in C++ for the ARK Blockchain.", + "paragraph": "This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/ArkEcosystem/Cpp-Client", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-client.git", + "providesIncludes": ["arkClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Client-1.4.1-arduino.zip", + "archiveFileName": "Ark_Cpp_Client-1.4.1-arduino.zip", + "size": 204085, + "checksum": "SHA-256:3b7d03ff5470c7b9198b2fb412de07556a1697c5e89ac46c0db6f297b7691321" + }, { "name": "Ark-Cpp-Crypto", "version": "0.2.0", @@ -144626,7 +196270,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.2.0.zip", "archiveFileName": "Ark_Cpp_Crypto-0.2.0.zip", "size": 327233, "checksum": "SHA-256:4f3884ee762e41eb9400698bfc85b17e1b62f94af9ebef07d764867d3f880c3e" @@ -144644,7 +196288,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.3.0.zip", "archiveFileName": "Ark_Cpp_Crypto-0.3.0.zip", "size": 326237, "checksum": "SHA-256:4dc52fa93294ee34418421a00afcd7ba2c4b68516f74cd873408548d2cd66603" @@ -144662,7 +196306,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.3.0-arduino.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.3.0-arduino.zip", "archiveFileName": "Ark_Cpp_Crypto-0.3.0-arduino.zip", "size": 279514, "checksum": "SHA-256:4b7a5499f4fe3982680b80ff694d5c275ba63b8bf74d0bbcacacff2aa0225f2c" @@ -144680,7 +196324,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.3.1.zip", "archiveFileName": "Ark_Cpp_Crypto-0.3.1.zip", "size": 326348, "checksum": "SHA-256:159e41b352603c35eb44699207a330e7f5e46b09f91d8c9728fe0918b5f96522" @@ -144698,7 +196342,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.4.0.zip", "archiveFileName": "Ark_Cpp_Crypto-0.4.0.zip", "size": 321042, "checksum": "SHA-256:e11edfd7cd22b915dd6f81780105467a8b1092a835a2d69ee7e9253fa19837e1" @@ -144716,7 +196360,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.5.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.5.0.zip", "archiveFileName": "Ark_Cpp_Crypto-0.5.0.zip", "size": 317854, "checksum": "SHA-256:a1b3e0060aaa8ba92b5777a846a4f09b0b8b5fc2d5f7071e3f5e5d7e378a2d62" @@ -144734,7 +196378,7 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.6.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.6.0.zip", "archiveFileName": "Ark_Cpp_Crypto-0.6.0.zip", "size": 325942, "checksum": "SHA-256:a2d145aa9727b6c6024e33ac647fb870e36b0153c6ac5a3977c933099e1e5de9" @@ -144752,11 +196396,119 @@ "types": ["Contributed"], "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", "providesIncludes": ["arkCrypto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.6.0-arduino.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.6.0-arduino.zip", "archiveFileName": "Ark_Cpp_Crypto-0.6.0-arduino.zip", "size": 253074, "checksum": "SHA-256:ab696c4b50e1992540f026f18a7e12b5dab81cc8fe33197bf872a3cec05ff936" }, + { + "name": "Ark-Cpp-Crypto", + "version": "0.7.0", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple Cryptography Implementation in C++ for the ARK Blockchain.", + "paragraph": "This crypto library allows you to use Ark Ecosystem cryptographic protocols like creating ARK Addresses and generating Signatures.", + "website": "https://github.com/ArkEcosystem/Cpp-Crypto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", + "providesIncludes": ["arkCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.7.0.zip", + "archiveFileName": "Ark_Cpp_Crypto-0.7.0.zip", + "size": 339989, + "checksum": "SHA-256:b030f9da3e77b3d896fb66f9e8a09b9bc20c00f928cee8f19dc517891ece8a31" + }, + { + "name": "Ark-Cpp-Crypto", + "version": "0.7.0-arduino", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple Cryptography Implementation in C++ for the ARK Blockchain.", + "paragraph": "This crypto library allows you to use Ark Ecosystem cryptographic protocols like creating ARK Addresses and generating Signatures.", + "website": "https://github.com/ArkEcosystem/Cpp-Crypto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", + "providesIncludes": ["arkCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-0.7.0-arduino.zip", + "archiveFileName": "Ark_Cpp_Crypto-0.7.0-arduino.zip", + "size": 254518, + "checksum": "SHA-256:5d814f1121fa30f71f2638d5afc85666a53a54254ebc991d32e79ebbe7a09dc1" + }, + { + "name": "Ark-Cpp-Crypto", + "version": "1.0.0", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple Cryptography Implementation in C++ for the ARK Blockchain.", + "paragraph": "This crypto library allows you to use Ark Ecosystem cryptographic protocols like creating ARK Addresses and generating Signatures.", + "website": "https://github.com/ArkEcosystem/Cpp-Crypto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", + "providesIncludes": ["arkCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-1.0.0.zip", + "archiveFileName": "Ark_Cpp_Crypto-1.0.0.zip", + "size": 434160, + "checksum": "SHA-256:acbaac5aa3b4ffaa4f27870fff05de3bd294dee7def0fd7b8400fc176512a5aa" + }, + { + "name": "Ark-Cpp-Crypto", + "version": "1.0.0-arduino", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple Cryptography Implementation in C++ for the ARK Blockchain.", + "paragraph": "This crypto library allows you to use Ark Ecosystem cryptographic protocols like creating ARK Addresses and generating Signatures.", + "website": "https://github.com/ArkEcosystem/Cpp-Crypto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", + "providesIncludes": ["arkCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-1.0.0-arduino.zip", + "archiveFileName": "Ark_Cpp_Crypto-1.0.0-arduino.zip", + "size": 267569, + "checksum": "SHA-256:a322a16dcd15c8617f3705f2b03f686819ad51dbb82faf989915e9fef006d3e3" + }, + { + "name": "Ark-Cpp-Crypto", + "version": "1.1.0", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple Cryptography Implementation in C++ for the ARK Blockchain.", + "paragraph": "This crypto library allows you to use Ark Ecosystem cryptographic protocols like creating ARK Addresses and generating Signatures.", + "website": "https://github.com/ArkEcosystem/Cpp-Crypto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", + "providesIncludes": ["arkCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-1.1.0.zip", + "archiveFileName": "Ark_Cpp_Crypto-1.1.0.zip", + "size": 435813, + "checksum": "SHA-256:c32daefa9498041c03312fc37d0e025bdfbba414c75c563947318214d3392f72" + }, + { + "name": "Ark-Cpp-Crypto", + "version": "1.1.0-arduino", + "author": "Ark Ecosystem", + "maintainer": "Ark Ecosystem", + "sentence": "A simple Cryptography Implementation in C++ for the ARK Blockchain.", + "paragraph": "This crypto library allows you to use Ark Ecosystem cryptographic protocols like creating ARK Addresses and generating Signatures.", + "website": "https://github.com/ArkEcosystem/Cpp-Crypto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArkEcosystem/cpp-crypto.git", + "providesIncludes": ["arkCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArkEcosystem/Ark_Cpp_Crypto-1.1.0-arduino.zip", + "archiveFileName": "Ark_Cpp_Crypto-1.1.0-arduino.zip", + "size": 268175, + "checksum": "SHA-256:711a8f5e95857cf6b86f264525ee7b881deb9186632e13fb467c37f76cb68006" + }, { "name": "SPIFFSIniFile", "version": "1.0.0", @@ -144769,7 +196521,7 @@ "architectures": ["esp8266", "esp32"], "types": ["Contributed"], "repository": "https://github.com/yurilopes/SPIFFSIniFile.git", - "url": "http://downloads.arduino.cc/libraries/github.com/yurilopes/SPIFFSIniFile-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/yurilopes/SPIFFSIniFile-1.0.0.zip", "archiveFileName": "SPIFFSIniFile-1.0.0.zip", "size": 21418, "checksum": "SHA-256:8f4860c212217c4e4ad4749e95e08d83b33c279bf487a85890ab053c5031789d" @@ -144787,7 +196539,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/SLIPStream.git", "providesIncludes": ["SLIPStream.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/SLIPStream-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/SLIPStream-1.0.0.zip", "archiveFileName": "SLIPStream-1.0.0.zip", "size": 10934, "checksum": "SHA-256:0da902db6a26272765e7e8399c9960ebf6341339004fade1170f1cb8caa208f0" @@ -144805,7 +196557,7 @@ "types": ["Contributed"], "repository": "https://github.com/ssilverman/SLIPStream.git", "providesIncludes": ["SLIPStream.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ssilverman/SLIPStream-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/SLIPStream-1.0.1.zip", "archiveFileName": "SLIPStream-1.0.1.zip", "size": 11013, "checksum": "SHA-256:f4e88586e86825193bb89cee0f36b0e93d2332b2c810182a1c7039934e31b45f" @@ -144823,11 +196575,29 @@ "types": ["Contributed"], "repository": "https://github.com/HelTecAutomation/Heltec_ESP8266.git", "providesIncludes": ["heltec.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP8266_Dev_Boards-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP8266_Dev_Boards-1.0.2.zip", "archiveFileName": "Heltec_ESP8266_Dev_Boards-1.0.2.zip", "size": 131522, "checksum": "SHA-256:c9b5aa8a0b81abfa71e3bb02c8f449408a43e89ca13e1c265a590e6efd6ad818" }, + { + "name": "Heltec ESP8266 Dev-Boards", + "version": "1.0.3", + "author": "Heltec Automation", + "maintainer": "HelTec \u003csupport@heltec.cn\u003e", + "sentence": "Library for Heltec ESP8266 based boards", + "paragraph": "Include, WiFi Kit 8, see more on http://heltec.cn", + "website": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HelTecAutomation/Heltec_ESP8266.git", + "providesIncludes": ["heltec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP8266_Dev_Boards-1.0.3.zip", + "archiveFileName": "Heltec_ESP8266_Dev_Boards-1.0.3.zip", + "size": 133089, + "checksum": "SHA-256:e6d6bea86fa101f8c3bd2da01afad94c5ac2a2e0d8a3b343aba3b25002fbfd80" + }, { "name": "ArduinoOTA", "version": "1.0.0", @@ -144841,7 +196611,7 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/ArduinoOTA.git", "providesIncludes": ["ArduinoOTA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.0.zip", "archiveFileName": "ArduinoOTA-1.0.0.zip", "size": 27347, "checksum": "SHA-256:b3d65de8ec625be254a8ac31b391b25d76f1f095ebcf95bb5fabe5f4ef242677" @@ -144859,11 +196629,119 @@ "types": ["Contributed"], "repository": "https://github.com/jandrassy/ArduinoOTA.git", "providesIncludes": ["ArduinoOTA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.1.zip", "archiveFileName": "ArduinoOTA-1.0.1.zip", "size": 58430, "checksum": "SHA-256:4a993322ce84d4ff036eb51672493ea43f94d101a8166bafab0b3b3ffdf26e49" }, + { + "name": "ArduinoOTA", + "version": "1.0.2", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi to SAMD, nRF5, esp8266, esp32 and to ATmega with more then 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": ["ArduinoOTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.2.zip", + "archiveFileName": "ArduinoOTA-1.0.2.zip", + "size": 58850, + "checksum": "SHA-256:eea5cf656ad59ad505d23af3c4549947299ac84786d843687ff5c0a0416c8e36" + }, + { + "name": "ArduinoOTA", + "version": "1.0.3", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more then 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": ["ArduinoOTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.3.zip", + "archiveFileName": "ArduinoOTA-1.0.3.zip", + "size": 61363, + "checksum": "SHA-256:4099fcda83d8a421aa2ffa3d9766b9c7fc3b0bfebb7adad08fdd1657c193b3d3" + }, + { + "name": "ArduinoOTA", + "version": "1.0.4", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more then 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": ["ArduinoOTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.4.zip", + "archiveFileName": "ArduinoOTA-1.0.4.zip", + "size": 65748, + "checksum": "SHA-256:2e6a0b72c536aa42e2650a9020a9624ba3cb4c5331502acda64b01c4531e09bf" + }, + { + "name": "ArduinoOTA", + "version": "1.0.5", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more then 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": ["ArduinoOTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.5.zip", + "archiveFileName": "ArduinoOTA-1.0.5.zip", + "size": 67949, + "checksum": "SHA-256:5d89be3393936c32e4225a1178d5bea484af6ec5e498f941f126c27f469abad5" + }, + { + "name": "ArduinoOTA", + "version": "1.0.6", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more then 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": ["ArduinoOTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.6.zip", + "archiveFileName": "ArduinoOTA-1.0.6.zip", + "size": 71111, + "checksum": "SHA-256:e93b73b832399de43bfcf3da1a4a3b6bf604c3ddf1976536446937b1723fd513" + }, + { + "name": "ArduinoOTA", + "version": "1.0.7", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": ["ArduinoOTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.7.zip", + "archiveFileName": "ArduinoOTA-1.0.7.zip", + "size": 71535, + "checksum": "SHA-256:4854e11e70695521dc32d21a990c78d312272eb8bc1cfd06b92dbd1c260fb5ec" + }, { "name": "ps2dev", "version": "0.0.1", @@ -144877,7 +196755,7 @@ "types": ["Contributed"], "repository": "https://github.com/harvie/ps2dev.git", "providesIncludes": ["ps2dev.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/harvie/ps2dev-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/harvie/ps2dev-0.0.1.zip", "archiveFileName": "ps2dev-0.0.1.zip", "size": 8837, "checksum": "SHA-256:5a99b58cbd251defac39022d7b58b60b3c1f4d4ed9c80dd9179cfe3fe26dd40e" @@ -144895,11 +196773,29 @@ "types": ["Contributed"], "repository": "https://github.com/harvie/ps2dev.git", "providesIncludes": ["ps2dev.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/harvie/ps2dev-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/harvie/ps2dev-0.0.2.zip", "archiveFileName": "ps2dev-0.0.2.zip", "size": 10290, "checksum": "SHA-256:dab40bec3fdcec496c3a96b9138c0f9a43aeb1be7ac95466ae1ce7e2e9dfc040" }, + { + "name": "ps2dev", + "version": "0.0.3", + "author": "Chris J. Kiick", + "maintainer": "Tomas Mudrunka \u003charvie@github.com\u003e", + "sentence": "Library to emulate PS2 keyboard/mouse using arduino", + "paragraph": "Library to emulate PS2 keyboard/mouse using arduino. In this version i've fixed timing to improve reliability. I've integrated some keyboard protocol basics directly to library, so user don't need to do that. I plan the same for mouse protocol. API is still subject to change in future, because i want to make it bit more convenient to use. Also i plan to add some rudimentary interrupt driven mode as optional feature.", + "website": "https://github.com/Harvie/ps2dev", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/harvie/ps2dev.git", + "providesIncludes": ["ps2dev.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/harvie/ps2dev-0.0.3.zip", + "archiveFileName": "ps2dev-0.0.3.zip", + "size": 12871, + "checksum": "SHA-256:dc0ee5ec17b2a1eaff99196948de4569b938294b43312422f5988220cda2f877" + }, { "name": "TinyMPU6050", "version": "0.4.0", @@ -144912,7 +196808,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.0.zip", "archiveFileName": "TinyMPU6050-0.4.0.zip", "size": 8125, "checksum": "SHA-256:50f46abd043f371393382c9ef6bee1f3b115ad0c5936270fc8ab4a7450f3d954" @@ -144929,7 +196825,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.1.zip", "archiveFileName": "TinyMPU6050-0.4.1.zip", "size": 8454, "checksum": "SHA-256:0a9c10c0d3287bcaccbe78515bdfbe1be2d798e6639a21faf8fb91b022cf7fb7" @@ -144946,7 +196842,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.2.zip", "archiveFileName": "TinyMPU6050-0.4.2.zip", "size": 12947, "checksum": "SHA-256:9aea9c32f061d2611a47d8783604c9c4d53fc73581870425fcae9871b32febca" @@ -144963,11 +196859,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.4.3.zip", "archiveFileName": "TinyMPU6050-0.4.3.zip", "size": 12941, "checksum": "SHA-256:cb9b408584cc9f4fc35e1f26d4b4999ac606567777fe4ca81f5b6fb4dd25a80d" }, + { + "name": "TinyMPU6050", + "version": "0.5.0", + "author": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "maintainer": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "sentence": "Tiny implementation for MPU6050 focusing on performance and accuracy", + "paragraph": "Inspired by tockn library simplicity and ease of use, this implementation focuses on performance and accuracy while still being lightweight.", + "website": "https://github.com/gabriel-milan/TinyMPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.5.0.zip", + "archiveFileName": "TinyMPU6050-0.5.0.zip", + "size": 11338, + "checksum": "SHA-256:d8096c8609ad30a5c31dd00aaf8a7cf2e0a9e535b15d5a763183ddb7bd0c2295" + }, + { + "name": "TinyMPU6050", + "version": "0.5.1", + "author": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "maintainer": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "sentence": "Tiny implementation for MPU6050 focusing on performance and accuracy", + "paragraph": "Inspired by tockn library simplicity and ease of use, this implementation focuses on performance and accuracy while still being lightweight.", + "website": "https://github.com/gabriel-milan/TinyMPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.5.1.zip", + "archiveFileName": "TinyMPU6050-0.5.1.zip", + "size": 11458, + "checksum": "SHA-256:6cde886b66be8ce8ef9f62629d7f11f8fe926f73a43cf792a01cbf425c2e9be2" + }, + { + "name": "TinyMPU6050", + "version": "0.5.2", + "author": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "maintainer": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "sentence": "Tiny implementation for MPU6050 focusing on performance and accuracy", + "paragraph": "Inspired by tockn library simplicity and ease of use, this implementation focuses on performance and accuracy while still being lightweight.", + "website": "https://github.com/gabriel-milan/TinyMPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.5.2.zip", + "archiveFileName": "TinyMPU6050-0.5.2.zip", + "size": 11628, + "checksum": "SHA-256:e87a0c6ed31a669bfb77e51ed0b0d1b85bf3ab63dca456fbde7d3432641a4aca" + }, + { + "name": "TinyMPU6050", + "version": "0.5.3", + "author": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "maintainer": "Gabriel Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "sentence": "Tiny implementation for MPU6050 focusing on performance and accuracy", + "paragraph": "Inspired by tockn library simplicity and ease of use, this implementation focuses on performance and accuracy while still being lightweight.", + "website": "https://github.com/gabriel-milan/TinyMPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gabriel-milan/TinyMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/TinyMPU6050-0.5.3.zip", + "archiveFileName": "TinyMPU6050-0.5.3.zip", + "size": 11670, + "checksum": "SHA-256:3d9c0935ef04fef8309b3293dcc9dd9be45bcddd95a8bf6aa5f00e8aaeaea4e4" + }, { "name": "Drive", "version": "1.0.0", @@ -144981,7 +196945,7 @@ "types": ["Contributed"], "repository": "https://github.com/OladapoAjala/Drive.git", "providesIncludes": ["Drive.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OladapoAjala/Drive-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OladapoAjala/Drive-1.0.0.zip", "archiveFileName": "Drive-1.0.0.zip", "size": 4786, "checksum": "SHA-256:a4a57d83eb86c0e18b547f70af22631953cf6063c2df951297b938e3faf04dc4" @@ -144999,7 +196963,7 @@ "types": ["Contributed"], "repository": "https://github.com/OladapoAjala/Robot.git", "providesIncludes": ["Robot.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OladapoAjala/Robot-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/OladapoAjala/Robot-1.0.0.zip", "archiveFileName": "Robot-1.0.0.zip", "size": 3684, "checksum": "SHA-256:0c3b8335c47259ddfaa311d2b605be175a101cb8f2af80ea74b906c7e6bc6b5b" @@ -145016,7 +196980,7 @@ "architectures": ["stm32", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.0.zip", "archiveFileName": "STM32duino_X_NUCLEO_GNSS1A1-1.0.0.zip", "size": 47233, "checksum": "SHA-256:8c604e2c4927721a3b0d2a48bf8b47512913b7bff42ab262049b70bd615140b4" @@ -145033,7 +196997,7 @@ "architectures": ["stm32", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.1.zip", "archiveFileName": "STM32duino_X_NUCLEO_GNSS1A1-1.0.1.zip", "size": 47268, "checksum": "SHA-256:8d7ee20254edc20c35e8ec90625e9f78e57bb33f00606dcb2908377265e24d3b" @@ -145050,7 +197014,7 @@ "architectures": ["stm32", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.2.zip", "archiveFileName": "STM32duino_X_NUCLEO_GNSS1A1-1.0.2.zip", "size": 47268, "checksum": "SHA-256:2f8cd00313c94b5fa32776b0fc77485b1a4357585c90f72edf3351a10aefd55b" @@ -145067,11 +197031,55 @@ "architectures": ["stm32", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.3.zip", "archiveFileName": "STM32duino_X_NUCLEO_GNSS1A1-1.0.3.zip", "size": 47270, "checksum": "SHA-256:dafcf53e58a85d6ec6fe3fe182adbb00d969dc2fc58e8dc9217ca5d82b1528cb" }, + { + "name": "STM32duino X-NUCLEO-GNSS1A1", + "version": "1.0.4", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the X-NUCLEO-GNSS1A1 (GNSS expansion board based on Teseo LIV3F)", + "paragraph": "This library provides a command line interface to communicate with the GNSS module via UART or I2C.", + "website": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1", + "category": "Device Control", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1.git", + "dependencies": [ + { + "name": "MicroNMEA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.4.zip", + "archiveFileName": "STM32duino_X_NUCLEO_GNSS1A1-1.0.4.zip", + "size": 47283, + "checksum": "SHA-256:1c2013c8412a09db9fcb332ee35010d4f5b69b958f5a5993121f39e2cc668a87" + }, + { + "name": "STM32duino X-NUCLEO-GNSS1A1", + "version": "1.0.5", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the X-NUCLEO-GNSS1A1 (GNSS expansion board based on Teseo LIV3F)", + "paragraph": "This library provides a command line interface to communicate with the GNSS module via UART or I2C.", + "website": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1", + "category": "Device Control", + "architectures": ["stm32", "sam", "stm32l0"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-GNSS1A1.git", + "dependencies": [ + { + "name": "MicroNMEA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_GNSS1A1-1.0.5.zip", + "archiveFileName": "STM32duino_X_NUCLEO_GNSS1A1-1.0.5.zip", + "size": 47324, + "checksum": "SHA-256:3125179bda76a8ea5968b29ee901ca4da25d4f7cff0ee8db8c0c380e1aefb3be" + }, { "name": "CayenneLPPdec", "version": "0.1.0", @@ -145084,7 +197092,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/CayenneLPPdec.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/CayenneLPPdec-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/CayenneLPPdec-0.1.0.zip", "archiveFileName": "CayenneLPPdec-0.1.0.zip", "size": 9007, "checksum": "SHA-256:7921262c532aa6563d85993c399b9c7fe42b4de49f787631d0580f1b287ee3ec" @@ -145101,7 +197109,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/CayenneLPPdec.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/CayenneLPPdec-0.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/CayenneLPPdec-0.1.2.zip", "archiveFileName": "CayenneLPPdec-0.1.2.zip", "size": 9057, "checksum": "SHA-256:56249f657dac0083d92d53b6c7a25e76070c41362dd92ff4b8db6ea8e3341033" @@ -145118,7 +197126,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/gmag11/CayenneLPPdec.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gmag11/CayenneLPPdec-0.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/CayenneLPPdec-0.2.0.zip", "archiveFileName": "CayenneLPPdec-0.2.0.zip", "size": 9065, "checksum": "SHA-256:d387b41a34e4f86ac50bf4624bd89f7f34e5dbe8dd3760d2775b443f5074f990" @@ -145136,7 +197144,7 @@ "types": ["Contributed"], "repository": "https://github.com/zerokol/eFLL.git", "providesIncludes": ["Fuzzy.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.1.0.zip", "archiveFileName": "eFLL-1.1.0.zip", "size": 325995, "checksum": "SHA-256:a98edb6b31f91d0e86b2d5522a5ca5fb39a07073056970e5ddbc2e03e02f7929" @@ -145154,11 +197162,101 @@ "types": ["Contributed"], "repository": "https://github.com/zerokol/eFLL.git", "providesIncludes": ["Fuzzy.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.1.1.zip", "archiveFileName": "eFLL-1.1.1.zip", "size": 326127, "checksum": "SHA-256:5ce8784051cda4ca8772040917ff29d04a2d06022df9239a30e6425a143f874e" }, + { + "name": "eFLL", + "version": "1.2.0", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": ["Fuzzy.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.2.0.zip", + "archiveFileName": "eFLL-1.2.0.zip", + "size": 326122, + "checksum": "SHA-256:cc5f81f4d5b3ec3130b59e13a486c35ede921d9465f03eaa46a3afaf22adc73e" + }, + { + "name": "eFLL", + "version": "1.3.0", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": ["Fuzzy.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.3.0.zip", + "archiveFileName": "eFLL-1.3.0.zip", + "size": 326125, + "checksum": "SHA-256:78f20b825fd88b7cd23f2b7cfd3150f394921d1d50aa6cf169a8064fd99cb9e9" + }, + { + "name": "eFLL", + "version": "1.3.1", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": ["Fuzzy.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.3.1.zip", + "archiveFileName": "eFLL-1.3.1.zip", + "size": 326155, + "checksum": "SHA-256:06f7c7ce59757d4e677bc1930e3fdba8ae900a77a25b8ab7f9cf9a6fb88cf294" + }, + { + "name": "eFLL", + "version": "1.4.0", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": ["Fuzzy.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.4.0.zip", + "archiveFileName": "eFLL-1.4.0.zip", + "size": 326100, + "checksum": "SHA-256:5463787f3745914c22015b9217945eb971d35ebef422a4d944de417eb5992749" + }, + { + "name": "eFLL", + "version": "1.4.1", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": ["Fuzzy.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.4.1.zip", + "archiveFileName": "eFLL-1.4.1.zip", + "size": 327791, + "checksum": "SHA-256:20526ff457a3801b44198fe0115489443322e9ff5744bdbce033756a05a91b3c" + }, { "name": "SparkFun APDS-9301 Lux Sensor", "version": "1.0.0", @@ -145171,7 +197269,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/sparkfun/SparkFun_APDS9301_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_APDS_9301_Lux_Sensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_APDS_9301_Lux_Sensor-1.0.0.zip", "archiveFileName": "SparkFun_APDS_9301_Lux_Sensor-1.0.0.zip", "size": 8104, "checksum": "SHA-256:719132e844d7ab096d4543a0553ead0f543587ef69edce012f73cebc4236c676" @@ -145188,7 +197286,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/Isolated_EC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.0.0.zip", "archiveFileName": "Isolated_EC_Probe_Interface-1.0.0.zip", "size": 43564, "checksum": "SHA-256:d26c7e5a1fffb3e846f3ba79888daa006a7efb07969641b3e28fddab72dbbe3a" @@ -145205,11 +197303,96 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/u-fire/Isolated_EC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.1.0.zip", "archiveFileName": "Isolated_EC_Probe_Interface-1.1.0.zip", "size": 46380, "checksum": "SHA-256:265a802db679134fa8818b3f8cd1cec17aa49d7c7b659fe342ff41c83d347637" }, + { + "name": "Isolated EC Probe Interface", + "version": "1.1.1", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure Electrical Conductivity, Total Dissolved Solids, and Salinity", + "paragraph": "An electrically isolated I2C sensor device, a waterproof temperature sensor, and an electrical conductivity probe. It measures the conductivity of a solution and converts it into Siemens (S) total dissolved solids and salinity. The firmware allows for single or dual-point calibration with temperature compensation.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.1.1.zip", + "archiveFileName": "Isolated_EC_Probe_Interface-1.1.1.zip", + "size": 42903, + "checksum": "SHA-256:754db95d5c1c3247328b762c1c8bf99e537c1a090cceeec44dc220d726c53320" + }, + { + "name": "Isolated EC Probe Interface", + "version": "1.1.2", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure Electrical Conductivity, Total Dissolved Solids, and Salinity", + "paragraph": "An electrically isolated I2C sensor device, a waterproof temperature sensor, and an electrical conductivity probe. It measures the conductivity of a solution and converts it into Siemens (S) total dissolved solids and salinity. The firmware allows for single or dual-point calibration with temperature compensation.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.1.2.zip", + "archiveFileName": "Isolated_EC_Probe_Interface-1.1.2.zip", + "size": 42911, + "checksum": "SHA-256:7da5e20da8671b32783234c68283ffefd8d40a0bdc06d14d79b9dfa9a4ceb665" + }, + { + "name": "Isolated EC Probe Interface", + "version": "1.2.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure Electrical Conductivity, Total Dissolved Solids, and Salinity", + "paragraph": "An electrically isolated I2C sensor device, a waterproof temperature sensor, and an electrical conductivity probe. It measures the conductivity of a solution and converts it into Siemens (S) total dissolved solids and salinity. The firmware allows for single or dual-point calibration with temperature compensation.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.2.0.zip", + "archiveFileName": "Isolated_EC_Probe_Interface-1.2.0.zip", + "size": 35762, + "checksum": "SHA-256:ed2cb490e2717c528f0ace76128f46bd711c921bf35021bec1a9eb328ff45957" + }, + { + "name": "Isolated EC Probe Interface", + "version": "1.2.1", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure Electrical Conductivity, Total Dissolved Solids, and Salinity", + "paragraph": "An electrically isolated I2C sensor device, a waterproof temperature sensor, and an electrical conductivity probe. It measures the conductivity of a solution and converts it into Siemens (S) total dissolved solids and salinity. The firmware allows for single or dual-point calibration with temperature compensation.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.2.1.zip", + "archiveFileName": "Isolated_EC_Probe_Interface-1.2.1.zip", + "size": 35736, + "checksum": "SHA-256:2465f4653a0ddfb3ee16d4a910cdb4c56012ffd90cc1c8176b8062639e66cdc7" + }, + { + "name": "Isolated EC Probe Interface", + "version": "1.2.2", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure Electrical Conductivity, Total Dissolved Solids, and Salinity", + "paragraph": "An electrically isolated I2C sensor device, a waterproof temperature sensor, and an electrical conductivity probe. It measures the conductivity of a solution and converts it into Siemens (S) total dissolved solids and salinity. The firmware allows for single or dual-point calibration with temperature compensation.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_EC_Probe_Interface-1.2.2.zip", + "archiveFileName": "Isolated_EC_Probe_Interface-1.2.2.zip", + "size": 35929, + "checksum": "SHA-256:de35da6d404fc6d57a6caf879afdd164502050c544c60780ded8ca765aed6ef4" + }, { "name": "ST7032_asukiaaa", "version": "1.0.0", @@ -145223,7 +197406,7 @@ "types": ["Contributed"], "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", "providesIncludes": ["ST7032_asukiaaa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.0.zip", "archiveFileName": "ST7032_asukiaaa-1.0.0.zip", "size": 22276, "checksum": "SHA-256:940f5642e03f6b60986ee065221016da1138fd39cc714f9c3be3c1e8c2d870ce" @@ -145241,11 +197424,83 @@ "types": ["Contributed"], "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", "providesIncludes": ["ST7032_asukiaaa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.1.zip", "archiveFileName": "ST7032_asukiaaa-1.0.1.zip", "size": 22448, "checksum": "SHA-256:9cfc31eca5b4f858793cf937c2fbc80d89eca85ad52ea98aa0c6d36a54e1cdaf" }, + { + "name": "ST7032_asukiaaa", + "version": "1.0.2", + "author": "tomozh \u003ctomozh@gmail.com\u003e, asukiaaa \u003casukiaaa@gmail.com\u003e", + "maintainer": "asukiaaa \u003casukiaaa@gmail.com\u003e", + "sentence": "This library controls ST7032 on LCD.", + "paragraph": "This library can control LCDs that using ST7032. Ex: SB1602B, SB0802G, AQM0802A-RN-GBW and so on.", + "website": "https://github.com/asukiaaa/ST7032_asukiaaa", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", + "providesIncludes": ["ST7032_asukiaaa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.2.zip", + "archiveFileName": "ST7032_asukiaaa-1.0.2.zip", + "size": 21254, + "checksum": "SHA-256:aad30680c9a0f4b38112f54cff78d59a9c4c88c0445d40a90e0a303f8e59da80" + }, + { + "name": "ST7032_asukiaaa", + "version": "1.0.3", + "author": "tomozh \u003ctomozh@gmail.com\u003e, asukiaaa \u003casukiaaa@gmail.com\u003e", + "maintainer": "asukiaaa \u003casukiaaa@gmail.com\u003e", + "sentence": "This library controls ST7032 on LCD.", + "paragraph": "This library can control LCDs that using ST7032. Ex: SB1602B, SB0802G, AQM0802A-RN-GBW and so on.", + "website": "https://github.com/asukiaaa/ST7032_asukiaaa", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", + "providesIncludes": ["ST7032_asukiaaa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.3.zip", + "archiveFileName": "ST7032_asukiaaa-1.0.3.zip", + "size": 9000, + "checksum": "SHA-256:e588ed11d39b2ce002caef93ee87d7ea3bc232f727df3935b533e5381dffd853" + }, + { + "name": "ST7032_asukiaaa", + "version": "1.0.4", + "author": "tomozh \u003ctomozh@gmail.com\u003e, asukiaaa \u003casukiaaa@gmail.com\u003e", + "maintainer": "asukiaaa \u003casukiaaa@gmail.com\u003e", + "sentence": "This library controls ST7032 on LCD.", + "paragraph": "This library can control LCDs that using ST7032. Ex: SB1602B, SB0802G, AQM0802A-RN-GBW, AQM1602 and so on.", + "website": "https://github.com/asukiaaa/ST7032_asukiaaa", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", + "providesIncludes": ["ST7032_asukiaaa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.4.zip", + "archiveFileName": "ST7032_asukiaaa-1.0.4.zip", + "size": 9003, + "checksum": "SHA-256:a6aecb39791984a33d1452a09d90435fe1c67cc1a71b5b87f55c4985ba5b533b" + }, + { + "name": "ST7032_asukiaaa", + "version": "1.0.5", + "author": "tomozh \u003ctomozh@gmail.com\u003e, Asuki Kono \u003casukiaaa@gmail.com\u003e", + "maintainer": "Asuki Kono \u003casukiaaa@gmail.com\u003e", + "sentence": "This library controls ST7032 on LCD.", + "paragraph": "This library can control LCDs that using ST7032. Ex: SB1602B, SB0802G, AQM0802A-RN-GBW, AQM1602 and so on.", + "website": "https://github.com/asukiaaa/ST7032_asukiaaa", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", + "providesIncludes": ["ST7032_asukiaaa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.5.zip", + "archiveFileName": "ST7032_asukiaaa-1.0.5.zip", + "size": 9017, + "checksum": "SHA-256:c3e6a60d0a088944d7eb468f5259faf3867ae936aa5d599d4ca10ea6e8de086b" + }, { "name": "LED", "version": "1.0.0", @@ -145259,7 +197514,7 @@ "types": ["Contributed"], "repository": "https://github.com/gmarty2000/arduino-LED.git", "providesIncludes": ["LED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.0.0.zip", "archiveFileName": "LED-1.0.0.zip", "size": 16596, "checksum": "SHA-256:2f431de4ce4191761566b7b22b6e30b9cd2e24d6f2cb6fd4e196b23f9924951a" @@ -145277,7 +197532,7 @@ "types": ["Contributed"], "repository": "https://github.com/gmarty2000/arduino-LED.git", "providesIncludes": ["LED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.1.0.zip", "archiveFileName": "LED-1.1.0.zip", "size": 18637, "checksum": "SHA-256:06bbb515e2255485c73a36b3f4b1a7f73233ff95dc13c63b46809cef0ccb1e69" @@ -145295,7 +197550,7 @@ "types": ["Contributed"], "repository": "https://github.com/gmarty2000/arduino-LED.git", "providesIncludes": ["LED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.2.0.zip", "archiveFileName": "LED-1.2.0.zip", "size": 19053, "checksum": "SHA-256:f3a8ebf576647fa2e15b80e7cd7af02cbb5ab7529904c19988c12fc15027d91c" @@ -145313,7 +197568,7 @@ "types": ["Contributed"], "repository": "https://github.com/gmarty2000/arduino-LED.git", "providesIncludes": ["LED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.3.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000/LED-1.3.0.zip", "archiveFileName": "LED-1.3.0.zip", "size": 19575, "checksum": "SHA-256:69611bdc82885334c6b043317c1659131a1046f592d0c991ecccbb6ada99d2d4" @@ -145331,7 +197586,7 @@ "types": ["Contributed"], "repository": "https://github.com/budryerson/TFMini-Plus.git", "providesIncludes": ["TFMPlus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.0.0.zip", "archiveFileName": "TFMPlus-1.0.0.zip", "size": 9471, "checksum": "SHA-256:7ecbaf52a2ef2ce699ed2131551e3137d02c14a44937b1b3d0f717219701e744" @@ -145349,7 +197604,7 @@ "types": ["Contributed"], "repository": "https://github.com/budryerson/TFMini-Plus.git", "providesIncludes": ["TFMPlus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.1.zip", "archiveFileName": "TFMPlus-1.3.1.zip", "size": 12178, "checksum": "SHA-256:394fcf316eb18766acf25da7be81050e02ae40ec34e5319341b18c02dff21835" @@ -145367,7 +197622,7 @@ "types": ["Contributed"], "repository": "https://github.com/budryerson/TFMini-Plus.git", "providesIncludes": ["TFMPlus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.2.zip", "archiveFileName": "TFMPlus-1.3.2.zip", "size": 12501, "checksum": "SHA-256:dcaa6bd95a25224b7dfce80a0160ee295d2a6a50aa8de7a11e479003ce96d768" @@ -145385,7 +197640,7 @@ "types": ["Contributed"], "repository": "https://github.com/budryerson/TFMini-Plus.git", "providesIncludes": ["TFMPlus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.3.zip", "archiveFileName": "TFMPlus-1.3.3.zip", "size": 1780600, "checksum": "SHA-256:86c023354d35ec602113946ff634c6eb75f1da7d47a9c6d7d5e9dc08eb448305" @@ -145403,11 +197658,83 @@ "types": ["Contributed"], "repository": "https://github.com/budryerson/TFMini-Plus.git", "providesIncludes": ["TFMPlus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.4.zip", "archiveFileName": "TFMPlus-1.3.4.zip", "size": 1780729, "checksum": "SHA-256:6483111cd6acc880e475d0ff5abc529209d13346807caaa61714e3b56d7886ad" }, + { + "name": "TFMPlus", + "version": "1.3.5", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "An Arduino driver for the Benewake TFMini-Plus Lidar distance sensor.", + "paragraph": "Not compatible with the TFMini, which is a different product.", + "website": "https://github.com/budryerson/TFMini-Plus", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus.git", + "providesIncludes": ["TFMPlus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.3.5.zip", + "archiveFileName": "TFMPlus-1.3.5.zip", + "size": 11387389, + "checksum": "SHA-256:a644bfd7a8d611941f2b9917044f95e9c0177f186fc1d23e5adf46da311934cd" + }, + { + "name": "TFMPlus", + "version": "1.4.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "An Arduino driver for the Benewake TFMini-Plus Lidar distance sensor.", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus.git", + "providesIncludes": ["TFMPlus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.4.0.zip", + "archiveFileName": "TFMPlus-1.4.0.zip", + "size": 13678148, + "checksum": "SHA-256:59107b03a339c1b757bae5b19e3a5ef355496465b7105b1e441e799865ccab37" + }, + { + "name": "TFMPlus", + "version": "1.4.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "An Arduino driver for the Benewake TFMini-Plus Lidar distance sensor.", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus.git", + "providesIncludes": ["TFMPlus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.4.1.zip", + "archiveFileName": "TFMPlus-1.4.1.zip", + "size": 13678310, + "checksum": "SHA-256:475156151ee67f0b2472b1f874a9c464592413c6ff3ef1e7976faa9e13a8195e" + }, + { + "name": "TFMPlus", + "version": "1.4.2", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "An Arduino driver for the Benewake TFMini-Plus Lidar distance sensor.", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus.git", + "providesIncludes": ["TFMPlus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.4.2.zip", + "archiveFileName": "TFMPlus-1.4.2.zip", + "size": 13678939, + "checksum": "SHA-256:b4f9236f2f17c4b02c2d1d0fec3a5f207597690103d3acf72fb81d582917e0c4" + }, { "name": "SDHT", "version": "1.1.0", @@ -145420,11 +197747,28 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/offcircuit/SDHT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/SDHT-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SDHT-1.1.0.zip", "archiveFileName": "SDHT-1.1.0.zip", "size": 15021, "checksum": "SHA-256:26c413ca3c66c9dfdb44d8bd6a1311e6eafc0aeb64a34eba17cea778ae195565" }, + { + "name": "SDHT", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class for DHT11, DHT12, DHT21 and DHT22 Sensors", + "paragraph": "monitor dht serie sensors", + "website": "https://github.com/offcircuit/SDHT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/SDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SDHT-2.0.0.zip", + "archiveFileName": "SDHT-2.0.0.zip", + "size": 15052, + "checksum": "SHA-256:668015b5df8231361191bfd8087d2cd57c6c93dcdb20b9366119ce6380afbd2e" + }, { "name": "MiDispositivoMIDI_V3", "version": "1.0.0", @@ -145437,7 +197781,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/Bananut-Electronics/MiDispositivoMIDI_V3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Bananut-Electronics/MiDispositivoMIDI_V3-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Bananut-Electronics/MiDispositivoMIDI_V3-1.0.0.zip", "archiveFileName": "MiDispositivoMIDI_V3-1.0.0.zip", "size": 23549818, "checksum": "SHA-256:671f9122d4e92492de60665eb5cada7fcda4cd7a69feb80b848514f14d1087d1" @@ -145454,7 +197798,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janthefischer/SerialVariable.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janthefischer/SerialVariable-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janthefischer/SerialVariable-1.0.0.zip", "archiveFileName": "SerialVariable-1.0.0.zip", "size": 5570, "checksum": "SHA-256:8262454f77454a4efd84f2dbebcd158de41fefdb2fca13498112eca583408872" @@ -145471,7 +197815,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/janthefischer/SerialVariable.git", - "url": "http://downloads.arduino.cc/libraries/github.com/janthefischer/SerialVariable-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/janthefischer/SerialVariable-1.0.1.zip", "archiveFileName": "SerialVariable-1.0.1.zip", "size": 6282, "checksum": "SHA-256:e9c7a45916a4639f383f9f93b6241dc5ca8c9ee862a0ca5602213729d2df13dc" @@ -145489,7 +197833,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/funkyfisch/arduino-knock-detector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/funkyfisch/Knock_Detector-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/funkyfisch/Knock_Detector-1.0.0.zip", "archiveFileName": "Knock_Detector-1.0.0.zip", "size": 8165, "checksum": "SHA-256:70a2dd459f04f5d142cb1c9a2cc26da3fb64d7267c3cb75d4138031aa9d691fe" @@ -145506,7 +197850,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rootfrogs/Arduino-GetInTouch-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rootfrogs/GetInTouch-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rootfrogs/GetInTouch-1.0.0.zip", "archiveFileName": "GetInTouch-1.0.0.zip", "size": 9647, "checksum": "SHA-256:d7d66c85a99015a52ed06b7c3ce7d04e7bdd6d1c329bde26a70a3f70d85d4271" @@ -145523,7 +197867,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/rootfrogs/Arduino-GetInTouch-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/rootfrogs/GetInTouch-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/rootfrogs/GetInTouch-1.1.0.zip", "archiveFileName": "GetInTouch-1.1.0.zip", "size": 11268, "checksum": "SHA-256:243f4ad5012e6d51186aec08a09fb76adb766af8744b3f8c07ccc33aee45acac" @@ -145539,7 +197883,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebugger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.0.zip", "archiveFileName": "RemoteDebugger-0.9.0.zip", "size": 46115, "checksum": "SHA-256:fc87ea545df8f263d7d9672d9dab9e0c3b74e2c4801dde55f2ac0dfbc9b9eae6" @@ -145555,7 +197899,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebugger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.1.zip", "archiveFileName": "RemoteDebugger-0.9.1.zip", "size": 46492, "checksum": "SHA-256:21dc8724f8dbc568c238d8bc86e49714fa3f49fbeecbb448489489f63007540a" @@ -145571,7 +197915,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebugger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.2.zip", "archiveFileName": "RemoteDebugger-0.9.2.zip", "size": 64821, "checksum": "SHA-256:5e38a1ac850aa048e77001e3e243e6df515ad457bb30febb78019e0bdc0800ac" @@ -145587,7 +197931,7 @@ "architectures": ["esp32", "esp8266", "espressif"], "types": ["Contributed"], "repository": "https://github.com/JoaoLopesF/RemoteDebugger.git", - "url": "http://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/JoaoLopesF/RemoteDebugger-0.9.4.zip", "archiveFileName": "RemoteDebugger-0.9.4.zip", "size": 369010, "checksum": "SHA-256:fc720c50a0469b9242c14e377f3da346c9214421442372e1c126a5d76ccd83dd" @@ -145606,7 +197950,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.0.zip", "archiveFileName": "The_IoT_Guru_integration-1.0.0.zip", "size": 14223, "checksum": "SHA-256:31b40eb1bd473f54705f25cd72b093c022d6f420db8d80ea8186e612d695cdbc" @@ -145625,7 +197969,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.1.zip", "archiveFileName": "The_IoT_Guru_integration-1.0.1.zip", "size": 14776, "checksum": "SHA-256:ba760a453ab69f711f8d4a721b1729edf94149781c3bdf37c21eb990b0954814" @@ -145644,7 +197988,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.2.zip", "archiveFileName": "The_IoT_Guru_integration-1.0.2.zip", "size": 16355, "checksum": "SHA-256:537771db285bdb41383c83ed3333782190dfc173d5ae4fa6f93ac4d7603e3c42" @@ -145663,7 +198007,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.3.zip", "archiveFileName": "The_IoT_Guru_integration-1.0.3.zip", "size": 25327, "checksum": "SHA-256:dbeeb838b2ba4d2c3ece4db82a897ec00071c577c9563214c652f3a3ac97818e" @@ -145682,7 +198026,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.1.0.zip", "archiveFileName": "The_IoT_Guru_integration-1.1.0.zip", "size": 27197, "checksum": "SHA-256:952466ca311b64f94390eb7e2e81efc2f22db839f40f2d9ef443303788c29174" @@ -145701,7 +198045,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.1.1.zip", "archiveFileName": "The_IoT_Guru_integration-1.1.1.zip", "size": 28940, "checksum": "SHA-256:dc0ca0790912f4a33922c1ee16cadf9675144553b28e749a521bb43c7909f874" @@ -145720,7 +198064,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.0.zip", "archiveFileName": "The_IoT_Guru_integration-1.2.0.zip", "size": 29941, "checksum": "SHA-256:7a6636bfbe957d485af0a2e2ada1bb428681368c7ccc87a40b2b6f7ce344eb2d" @@ -145739,7 +198083,7 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.1.zip", "archiveFileName": "The_IoT_Guru_integration-1.2.1.zip", "size": 29947, "checksum": "SHA-256:e97649e21b45cbe45ebd19539d9f8b6f6811937155db6971da327447d4cdb7bf" @@ -145758,11 +198102,30 @@ "types": ["Contributed"], "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", "providesIncludes": ["IoTGuru.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.2.zip", "archiveFileName": "The_IoT_Guru_integration-1.2.2.zip", "size": 31562, "checksum": "SHA-256:f8d93a1dad0afd62a51c8db2130d2cade4da53f448f5e0e66f8abb1439ee3844" }, + { + "name": "The IoT Guru integration", + "version": "1.2.3", + "author": "The IoT Guru (info@iotguru.live)", + "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", + "license": "LGPL-2.1", + "sentence": "Cloud and Android frontend support to your devices", + "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", + "website": "https://iotguru.live", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", + "providesIncludes": ["IoTGuru.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.3.zip", + "archiveFileName": "The_IoT_Guru_integration-1.2.3.zip", + "size": 33307, + "checksum": "SHA-256:fc4c8c2bac78f83335d8f0132c077143823ea9e2d27f9c28e879bd8f19dfc344" + }, { "name": "ConductivityLib", "version": "1.0.0", @@ -145776,48 +198139,48 @@ "types": ["Contributed"], "repository": "https://github.com/torsteinnh/conductivityLib.git", "providesIncludes": ["conductivityLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/torsteinnh/ConductivityLib-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/torsteinnh/ConductivityLib-1.0.0.zip", "archiveFileName": "ConductivityLib-1.0.0.zip", "size": 11496, "checksum": "SHA-256:8424b44f548b2516e42af58ae039dfc7ac984db3b485ee468509c18271cb3427" }, { - "name": "SparkFun HyperDisplay SSD1309 Arduino Library", + "name": "STM32duino X-NUCLEO-IKS01A3", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", - "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", - "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", - "category": "Device Control", - "architectures": ["*"], + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A3 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A3", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_SSD1309_Arduino_Library-1.0.0.zip", - "size": 49589, - "checksum": "SHA-256:dcc102de1889b34212858dde9146475b2e1ecf2fc33293c43d6dbb2d568e7cae" + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.0.0.zip", + "size": 29150, + "checksum": "SHA-256:090515d8810579dea3629ca730d943916579b4325109b236e2901775be805b1e" }, { - "name": "SparkFun HyperDisplay Transparent Grahical OLED Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", - "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", - "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", - "category": "Display", - "architectures": ["*"], + "name": "STM32duino X-NUCLEO-IKS01A3", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A3 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A3", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Grahical_OLED_Library-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_Transparent_Grahical_OLED_Library-1.0.0.zip", - "size": 21969, - "checksum": "SHA-256:fea8c60e6be4b7373bf2f8fd26e24d4819480d5f3f05f3b95490314f309b21d0" + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.0.1.zip", + "size": 29127, + "checksum": "SHA-256:9c8074823975ed45a77e294b461cdd243829fb22ee6eac995595ad6efb08e644" }, { "name": "STM32duino X-NUCLEO-IKS01A3", - "version": "1.0.0", + "version": "1.0.2", "author": "STMicroelectronics", "maintainer": "stm32duino", "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", @@ -145827,10 +198190,110 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.0.0.zip", - "size": 29150, - "checksum": "SHA-256:090515d8810579dea3629ca730d943916579b4325109b236e2901775be805b1e" + "dependencies": [ + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.0.2.zip", + "size": 29180, + "checksum": "SHA-256:bf92546c4b98c75eae92b6d04add2c1ef9ac8bc17657cda4487ae97468f1c7d7" + }, + { + "name": "STM32duino X-NUCLEO-IKS01A3", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A3 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A3", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino LSM6DSOX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.1.0.zip", + "size": 37239, + "checksum": "SHA-256:2a11520e4b952a9ed94d00255ef1bac59410855eb6eb9edd72f77b5f5daf8f20" + }, + { + "name": "STM32duino X-NUCLEO-IKS01A3", + "version": "1.2.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A3 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A3", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino LSM6DSOX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.2.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.2.0.zip", + "size": 37068, + "checksum": "SHA-256:543066b039bcbd0f7420efbfa06c024bcda55f7881a3083a9ef4bb017e7c441c" }, { "name": "STM32duino LSM6DSO", @@ -145844,7 +198307,7 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.0.0.zip", "archiveFileName": "STM32duino_LSM6DSO-1.0.0.zip", "size": 51600, "checksum": "SHA-256:69a3deb9c46c44304a3e2520344cdf30158a7be5d1e2733102f1d6954ac5e75d" @@ -145861,7 +198324,7 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.0.1.zip", "archiveFileName": "STM32duino_LSM6DSO-1.0.1.zip", "size": 51490, "checksum": "SHA-256:2b185372cbb64118454e50cdda04b504c990c641ea44cdb55ae7355a9905cc68" @@ -145878,11 +198341,79 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LSM6DSO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.0.2.zip", "archiveFileName": "STM32duino_LSM6DSO-1.0.2.zip", "size": 51489, "checksum": "SHA-256:7f6fcc43967fdc48ff560408f19145f9590c77ac05df1c1f3f41e603953c9f2b" }, + { + "name": "STM32duino LSM6DSO", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSO-1.1.0.zip", + "size": 61872, + "checksum": "SHA-256:eabd0e12624109a6ea267ee5490de16a6bbd0b2571fc21cfdc151b5e127ef53e" + }, + { + "name": "STM32duino LSM6DSO", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-1.1.1.zip", + "archiveFileName": "STM32duino_LSM6DSO-1.1.1.zip", + "size": 61871, + "checksum": "SHA-256:c9e414de831d18a0c3dabb58b1bd2941e5103c93df7601878a0075f5b7643f7b" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.0.zip", + "size": 61997, + "checksum": "SHA-256:8db776bd26f81ef589cb90ff315286cb580ec588d975c12c9c64a64854848457" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.1.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.1.zip", + "size": 62025, + "checksum": "SHA-256:83e03f05599323a2e50b452ad042f44fe992b7057f9259e692faf544b5d356e1" + }, { "name": "STM32duino LIS2DW12", "version": "1.0.0", @@ -145895,11 +198426,28 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS2DW12.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DW12-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DW12-1.0.0.zip", "archiveFileName": "STM32duino_LIS2DW12-1.0.0.zip", "size": 25392, "checksum": "SHA-256:39253ad98c350bc1f23172c765d5d809c3acee9da5a16a424d12203e770b5083" }, + { + "name": "STM32duino LIS2DW12", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DW12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DW12", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LIS2DW12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DW12-2.0.0.zip", + "archiveFileName": "STM32duino_LIS2DW12-2.0.0.zip", + "size": 25481, + "checksum": "SHA-256:a57e2d857f82da6d2f1eaf5544976302d49bc5260958aed15fdbda9d13468f89" + }, { "name": "STM32duino LIS2MDL", "version": "1.0.0", @@ -145912,11 +198460,28 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LIS2MDL.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2MDL-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2MDL-1.0.0.zip", "archiveFileName": "STM32duino_LIS2MDL-1.0.0.zip", "size": 15245, "checksum": "SHA-256:fc095846196866c6410d1085ad4c5e03fb6f8edfd0791e3504f5c5e107b748da" }, + { + "name": "STM32duino LIS2MDL", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer LIS2MDL for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2MDL", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LIS2MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2MDL-2.0.0.zip", + "archiveFileName": "STM32duino_LIS2MDL-2.0.0.zip", + "size": 15387, + "checksum": "SHA-256:c728014a27441fb77fcec7447140667c7fe943f866c2be986d05187e83e6549f" + }, { "name": "STM32duino LPS22HH", "version": "1.0.0", @@ -145929,11 +198494,28 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/LPS22HH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-1.0.0.zip", "archiveFileName": "STM32duino_LPS22HH-1.0.0.zip", "size": 18265, "checksum": "SHA-256:560e1d6294d1da39ec1f03be8b6c92bb6b60a4d35bec93dc3baf89635d947336" }, + { + "name": "STM32duino LPS22HH", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22HH for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HH", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LPS22HH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-2.0.0.zip", + "archiveFileName": "STM32duino_LPS22HH-2.0.0.zip", + "size": 18367, + "checksum": "SHA-256:39400bc666f7cd3e112bc241c5913c71aaefd176ac3583ed7bf3189ae5872209" + }, { "name": "STM32duino STTS751", "version": "1.0.0", @@ -145946,7 +198528,7 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STTS751.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-1.0.0.zip", "archiveFileName": "STM32duino_STTS751-1.0.0.zip", "size": 14062, "checksum": "SHA-256:312aa3fd9b4bfcd7b93f1dffb015ecb76eb6b0377d9e32c967e7f2c1bb9d74ff" @@ -145963,11 +198545,45 @@ "architectures": ["stm32", "avr", "sam"], "types": ["Contributed"], "repository": "https://github.com/stm32duino/STTS751.git", - "url": "http://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-1.0.1.zip", "archiveFileName": "STM32duino_STTS751-1.0.1.zip", "size": 14062, "checksum": "SHA-256:b19718bd425fa3057c00365d147331dee376af45f588a7bdb02a2357b3de78c4" }, + { + "name": "STM32duino STTS751", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS751 for STM32 boards.", + "website": "https://github.com/stm32duino/STTS751", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STTS751.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-1.0.2.zip", + "archiveFileName": "STM32duino_STTS751-1.0.2.zip", + "size": 14078, + "checksum": "SHA-256:c5a23c30375e74b7be40bd786ee43afd7f9ba9dee4d57380db0c5c5dcb03a668" + }, + { + "name": "STM32duino STTS751", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS751 for STM32 boards.", + "website": "https://github.com/stm32duino/STTS751", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STTS751.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-2.0.0.zip", + "archiveFileName": "STM32duino_STTS751-2.0.0.zip", + "size": 14234, + "checksum": "SHA-256:891f321aa50c77f2a2142a3fbc7a89aacf0906306628fb98bb3d33382d714aaa" + }, { "name": "HX711 Arduino Library", "version": "0.7.2", @@ -145980,11 +198596,28 @@ "architectures": [], "types": ["Contributed"], "repository": "https://github.com/bogde/HX711.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bogde/HX711_Arduino_Library-0.7.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/bogde/HX711_Arduino_Library-0.7.2.zip", "archiveFileName": "HX711_Arduino_Library-0.7.2.zip", "size": 18692, "checksum": "SHA-256:823473a8728a361056bc3c41404181d89369aec48d3e620f89b82dc41c85fec6" }, + { + "name": "HX711 Arduino Library", + "version": "0.7.4", + "author": "Bogdan Necula \u003cbogde@bogde.ro\u003e, Andreas Motl \u003candreas.motl@elmyra.de\u003e", + "maintainer": "Bogdan Necula \u003cbogde@bogde.ro\u003e", + "sentence": "Library to interface the Avia Semiconductor HX711 ADC.", + "paragraph": "An Arduino library to interface the \u003ca href=\"http://image.dfrobot.com/image/data/SEN0160/hx711_english.pdf\"\u003eAvia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC)\u003c/a\u003e for reading load cells / weight scales.", + "website": "https://github.com/bogde/HX711", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/bogde/HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bogde/HX711_Arduino_Library-0.7.4.zip", + "archiveFileName": "HX711_Arduino_Library-0.7.4.zip", + "size": 18697, + "checksum": "SHA-256:1bb4b66f734caade180197b3ae0b35dee5834ff09d5ec2da0f4254ad24409396" + }, { "name": "Haptic_DA7280", "version": "0.0.1", @@ -145997,7 +198630,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PatternAgents/Haptic_DA7280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DA7280-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DA7280-0.0.1.zip", "archiveFileName": "Haptic_DA7280-0.0.1.zip", "size": 45273, "checksum": "SHA-256:17d92c7e472ff8e917aa7b2c861d2db32729bf40d05dfa612215d8a24115a5df" @@ -146014,7 +198647,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PatternAgents/Haptic_DA7280.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DA7280-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DA7280-1.1.0.zip", "archiveFileName": "Haptic_DA7280-1.1.0.zip", "size": 45273, "checksum": "SHA-256:ce400de05dc8a5d51c88723cfffc50329755dd1932f981d585c5389051d867ed" @@ -146031,7 +198664,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/siara-cc/Shox96_Arduino_Progmem_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Shox96_Progmem_Compression-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Shox96_Progmem_Compression-1.0.0.zip", "archiveFileName": "Shox96_Progmem_Compression-1.0.0.zip", "size": 286603, "checksum": "SHA-256:8cb8ba8f67c501306136cd68e83d983c683c65e97638c5b2923402f8bafdb51d" @@ -146048,7 +198681,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/siara-cc/Shox96_Arduino_Progmem_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Shox96_Progmem_Compression-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Shox96_Progmem_Compression-1.1.0.zip", "archiveFileName": "Shox96_Progmem_Compression-1.1.0.zip", "size": 286600, "checksum": "SHA-256:52a413e81c38acf45ba2c06b8b76806d95bf74849c2bb2b0257201b2df1c15ad" @@ -146065,7 +198698,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PatternAgents/Haptic_DRV2605.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DRV2605-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DRV2605-1.0.0.zip", "archiveFileName": "Haptic_DRV2605-1.0.0.zip", "size": 301761, "checksum": "SHA-256:9a68bc09de89a85bdba590bfd51cdaf2d8f6335ddfca36a4fff5d4db6c767e0a" @@ -146082,7 +198715,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PatternAgents/Haptic_DRV2605.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DRV2605-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DRV2605-1.0.2.zip", "archiveFileName": "Haptic_DRV2605-1.0.2.zip", "size": 293423, "checksum": "SHA-256:3e2a900a6b9df39394f752ca25dfd94e4d980201114331d50b886fb0c2e72f15" @@ -146099,7 +198732,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/PatternAgents/Haptic_DRV2605.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DRV2605-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/PatternAgents/Haptic_DRV2605-1.1.0.zip", "archiveFileName": "Haptic_DRV2605-1.1.0.zip", "size": 296369, "checksum": "SHA-256:f076cd030f3fe468d712b2e6049a806f86d3f317b9973de4ab4f4c8cc9e02e4c" @@ -146116,11 +198749,62 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/M-tech-Creations/NoDelay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-1.1.0.zip", "archiveFileName": "NoDelay-1.1.0.zip", "size": 6794, "checksum": "SHA-256:3683e5cf34785ce0277072b3a072ba79488b9835477ccc36634addef6c7c7402" }, + { + "name": "NoDelay", + "version": "2.0.0", + "author": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "maintainer": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "sentence": "Arduino library to make use of the Millis funtion for non Blocking Delays.", + "paragraph": "The NoDelay library is used as a easy interface for using the built-in Mills function for keeping track of elapsed time and used for non blocking delays. This is done by creating a noDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the noDelay object.", + "website": "https://github.com/M-tech-Creations/NoDelay", + "category": "Timing", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/M-tech-Creations/NoDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-2.0.0.zip", + "archiveFileName": "NoDelay-2.0.0.zip", + "size": 7134, + "checksum": "SHA-256:6be5714dc4254c8d39562fabdc6f9da1a366282c00ae006c0575ac85f0ff86ca" + }, + { + "name": "NoDelay", + "version": "2.0.1", + "author": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "maintainer": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "sentence": "Arduino library to make use of the Millis funtion for non Blocking Delays.", + "paragraph": "The NoDelay library is used as a easy interface for using the built-in Mills function for keeping track of elapsed time and used for non blocking delays. This is done by creating a noDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the noDelay object.", + "website": "https://github.com/M-tech-Creations/NoDelay", + "category": "Timing", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/M-tech-Creations/NoDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-2.0.1.zip", + "archiveFileName": "NoDelay-2.0.1.zip", + "size": 7157, + "checksum": "SHA-256:276d56cc862fd501783dea6d6b97879c3d48aaa57088a9d8de5d9f45e46b18be" + }, + { + "name": "NoDelay", + "version": "2.1.0", + "author": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "maintainer": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "sentence": "Arduino library to make use of the Millis funtion for non Blocking Delays.", + "paragraph": "The NoDelay library is used as a easy interface for using the built-in Mills function for keeping track of elapsed time and used for non blocking delays. This is done by creating a noDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the noDelay object.", + "website": "https://github.com/M-tech-Creations/NoDelay", + "category": "Timing", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/M-tech-Creations/NoDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-2.1.0.zip", + "archiveFileName": "NoDelay-2.1.0.zip", + "size": 7328, + "checksum": "SHA-256:5ea05b96882701cd15e08fd7c74bbec5d6b8cc3972ed96e3f46bffa3ef6ee16a" + }, { "name": "IoTtweetSIEMENS_SIMATIC", "version": "1.1.0", @@ -146134,7 +198818,7 @@ "types": ["Contributed"], "repository": "https://github.com/Isaranu/IoTtweetSIEMENS_SIMATIC.git", "providesIncludes": ["IoTtweetSIEMENS_SIMATIC.h.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetSIEMENS_SIMATIC-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/IoTtweetSIEMENS_SIMATIC-1.1.0.zip", "archiveFileName": "IoTtweetSIEMENS_SIMATIC-1.1.0.zip", "size": 92804, "checksum": "SHA-256:f2fb5c03c1cc854f80292f36347d64d35789dca9808e92fcb8242eb9fdee6506" @@ -146153,7 +198837,7 @@ "types": ["Contributed"], "repository": "https://github.com/pushdata-io/Arduino_ESP8266_SSL.git", "providesIncludes": ["Pushdata_ESP8266_SSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.5.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.5.zip", "archiveFileName": "Pushdata_ESP8266_SSL-0.0.5.zip", "size": 11047, "checksum": "SHA-256:02a73e3f8ed54b77befe1abc0ab3ea69aea978127f0ac99cdd720350e4a113e7" @@ -146172,7 +198856,7 @@ "types": ["Contributed"], "repository": "https://github.com/pushdata-io/Arduino_ESP8266_SSL.git", "providesIncludes": ["Pushdata_ESP8266_SSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.6.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.6.zip", "archiveFileName": "Pushdata_ESP8266_SSL-0.0.6.zip", "size": 12160, "checksum": "SHA-256:5d592eb7900782f681b86f5fd77c5d9f25c78555e3b5f0880c52197031206df0" @@ -146191,7 +198875,7 @@ "types": ["Contributed"], "repository": "https://github.com/pushdata-io/Arduino_ESP8266_SSL.git", "providesIncludes": ["Pushdata_ESP8266_SSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.7.zip", "archiveFileName": "Pushdata_ESP8266_SSL-0.0.7.zip", "size": 158414, "checksum": "SHA-256:14bed2c24863c47d3c05a3f2da14f438e5bfa93f94859ec085403ca87da53164" @@ -146210,7 +198894,7 @@ "types": ["Contributed"], "repository": "https://github.com/pushdata-io/Arduino_ESP8266_SSL.git", "providesIncludes": ["Pushdata_ESP8266_SSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.8.zip", "archiveFileName": "Pushdata_ESP8266_SSL-0.0.8.zip", "size": 158519, "checksum": "SHA-256:67f8ecae7114874c0fb42bcf6b3a3d172e16e515f213979f30bb37e7fafea34f" @@ -146229,7 +198913,7 @@ "types": ["Contributed"], "repository": "https://github.com/pushdata-io/Arduino_ESP8266_SSL.git", "providesIncludes": ["Pushdata_ESP8266_SSL.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/pushdata-io/Pushdata_ESP8266_SSL-0.0.9.zip", "archiveFileName": "Pushdata_ESP8266_SSL-0.0.9.zip", "size": 158834, "checksum": "SHA-256:8cdd77f44c9e44e9f896fc22fa99105ebec0026a58d012e3c5cd184565eda861" @@ -146247,7 +198931,7 @@ "types": ["Contributed"], "repository": "https://github.com/openmrn/OpenMRNLite.git", "providesIncludes": ["OpenMRNLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-0.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-0.1.0.zip", "archiveFileName": "OpenMRNLite-0.1.0.zip", "size": 736524, "checksum": "SHA-256:dce45de870b31960e9d1c74eb5af6ed00e33cea0230b1f8660d8b994698758b1" @@ -146265,11 +198949,47 @@ "types": ["Contributed"], "repository": "https://github.com/openmrn/OpenMRNLite.git", "providesIncludes": ["OpenMRNLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-0.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-0.1.1.zip", "archiveFileName": "OpenMRNLite-0.1.1.zip", "size": 807447, "checksum": "SHA-256:d844c7d559258165f6da6d42bd35883d4da3bda16f71b711736b5850bda46063" }, + { + "name": "OpenMRNLite", + "version": "1.0.2", + "author": "Stuart Baker, Mike Dunston, Balazs Racz", + "maintainer": "Mike Dunston \u003cm_dunston@comcast.net\u003e, Balazs Racz \u003cbalazs.racz@gmail.com\u003e", + "sentence": "Network protocol stack for model railroading: OpenLCB and LCC implementation.", + "paragraph": "This library implements network protocols for model railroading. In the center is the OpenLCB protocol suite (Open Layout Control Bus), which has been adopted by the NMRA and referenced as LCC (Layout Command Control): a high-performance and highly extensible communications protocol suite for model railroad control. OpenMRN is one of the most extensible implementation of this protocol suite. The Lite version has been adapted to work with the programming model and drivers of the Arduino ecosystem. Currently supports esp32 and stm32 cores.", + "website": "http://github.com/openmrn/OpenMRNLite", + "category": "Communication", + "architectures": ["esp32", "stm32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/openmrn/OpenMRNLite.git", + "providesIncludes": ["OpenMRNLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-1.0.2.zip", + "archiveFileName": "OpenMRNLite-1.0.2.zip", + "size": 883358, + "checksum": "SHA-256:d62e87f727cd51a1e200e3d7512a1f8f900005c3c4ed15ba96e96fa3fac01cb6" + }, + { + "name": "OpenMRNLite", + "version": "1.0.3", + "author": "Stuart Baker, Mike Dunston, Balazs Racz", + "maintainer": "Mike Dunston \u003cm_dunston@comcast.net\u003e, Balazs Racz \u003cbalazs.racz@gmail.com\u003e", + "sentence": "Network protocol stack for model railroading: OpenLCB and LCC implementation.", + "paragraph": "This library implements network protocols for model railroading. In the center is the OpenLCB protocol suite (Open Layout Control Bus), which has been adopted by the NMRA and referenced as LCC (Layout Command Control): a high-performance and highly extensible communications protocol suite for model railroad control. OpenMRN is one of the most extensible implementation of this protocol suite. The Lite version has been adapted to work with the programming model and drivers of the Arduino ecosystem. Currently supports esp32 and stm32 cores.", + "website": "http://github.com/openmrn/OpenMRNLite", + "category": "Communication", + "architectures": ["esp32", "stm32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/openmrn/OpenMRNLite.git", + "providesIncludes": ["OpenMRNLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-1.0.3.zip", + "archiveFileName": "OpenMRNLite-1.0.3.zip", + "size": 883346, + "checksum": "SHA-256:9473d2eb0d75cdd5a7e877dd45f717f94f59f0863e5f904c86c2b69a235b6b8e" + }, { "name": "simpleRPC", "version": "1.0.4", @@ -146282,7 +199002,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jfjlaros/simpleRPC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-1.0.4.zip", "archiveFileName": "simpleRPC-1.0.4.zip", "size": 20427, "checksum": "SHA-256:20d63defc488706edcefb1f255a7a057b5b09f0c8870061dce668d413f623544" @@ -146299,7 +199019,7 @@ "architectures": ["avr"], "types": ["Contributed"], "repository": "https://github.com/jfjlaros/simpleRPC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-2.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-2.0.0.zip", "archiveFileName": "simpleRPC-2.0.0.zip", "size": 200904, "checksum": "SHA-256:26df80af4a939764e76ed3cae499f51284fadf2e79ade3602803e6c48183d5ac" @@ -146317,45 +199037,82 @@ "types": ["Contributed"], "repository": "https://github.com/jfjlaros/simpleRPC.git", "providesIncludes": ["simpleRPC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-2.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-2.0.1.zip", "archiveFileName": "simpleRPC-2.0.1.zip", "size": 200914, "checksum": "SHA-256:67387c76f7c62a3384f24991d86dd6de1348d619e210e96e73291d479f117720" }, { - "name": "Buzzer", - "version": "1.0.0", - "author": "Giuseppe Martini", - "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", - "sentence": "Allows Arduino/Genuino boards to simplify the use of the Buzzer.", - "paragraph": "This library simplify the use of a Buzzer.\u003cbr\u003eIt contains many function to manage a Buzzer.\u003cbr\u003e", - "website": "https://github.com/gmarty2000/arduino-BUZZER", - "category": "Device Control", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/gmarty2000/arduino-BUZZER.git", - "providesIncludes": ["Buzzer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/Buzzer-1.0.0.zip", - "archiveFileName": "Buzzer-1.0.0.zip", - "size": 20458, - "checksum": "SHA-256:68f9b9cdd47a9068916f6afd288188254faf12f42d47baa1e62772faf71fe246" + "name": "simpleRPC", + "version": "3.0.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Simple RPC implementation for Arduino.", + "paragraph": "This library provides a simple way to export Arduino functions as remote procedure calls. The exported method definitions are communicated to the host, which is then able to generate an API interface.", + "website": "https://simplerpc.readthedocs.io", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jfjlaros/simpleRPC.git", + "providesIncludes": ["simpleRPC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-3.0.0.zip", + "archiveFileName": "simpleRPC-3.0.0.zip", + "size": 214748, + "checksum": "SHA-256:8cc18ca10592452a8bc1e9f75aeccc320f5efc79b7e8dd68933f1e19333969c6" }, { - "name": "Sqlite3", - "version": "0.9.0", - "author": "Arundale Ramanathan", - "maintainer": "Arun \u003carun@siara.cc\u003e", - "sentence": "Sqlite3 library for Arduino ESP", - "paragraph": "This Arduino library enables usage of Sqlite3 (v20.01) databases from ESP devices. For further information, please visit the given URL.", - "website": "https://github.com/siara-cc/esp_arduino_sqlite3_lib", - "category": "Data Storage", - "architectures": ["esp8266"], + "name": "simpleRPC", + "version": "3.1.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Simple RPC implementation for Arduino.", + "paragraph": "This library provides a simple way to export Arduino functions as remote procedure calls. The exported method definitions are communicated to the host, which is then able to generate an API interface.", + "website": "https://simplerpc.readthedocs.io", + "category": "Communication", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/siara-cc/esp_arduino_sqlite3_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3-0.9.0.zip", - "archiveFileName": "Sqlite3-0.9.0.zip", - "size": 40711664, - "checksum": "SHA-256:717ae40428a7d106bcc2f3cebb5935f256c15d425c5c5e17535403d95904938c" + "repository": "https://github.com/jfjlaros/simpleRPC.git", + "providesIncludes": ["simpleRPC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-3.1.0.zip", + "archiveFileName": "simpleRPC-3.1.0.zip", + "size": 214395, + "checksum": "SHA-256:8ed21605c1a83b0398dd966950db05e88f11a7689afd133d67db5e9a9d56ea94" + }, + { + "name": "simpleRPC", + "version": "3.2.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Simple RPC implementation for Arduino.", + "paragraph": "This library provides a simple way to export Arduino functions as remote procedure calls. The exported method definitions are communicated to the host, which is then able to generate an API interface.", + "website": "https://simplerpc.readthedocs.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jfjlaros/simpleRPC.git", + "providesIncludes": ["simpleRPC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/simpleRPC-3.2.0.zip", + "archiveFileName": "simpleRPC-3.2.0.zip", + "size": 215481, + "checksum": "SHA-256:7d651cc6c021184fbd3cbbcd24a200a2e7364d565c887326bd2fa75447bbcdfa" + }, + { + "name": "Buzzer", + "version": "1.0.0", + "author": "Giuseppe Martini", + "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", + "sentence": "Allows Arduino/Genuino boards to simplify the use of the Buzzer.", + "paragraph": "This library simplify the use of a Buzzer.\u003cbr\u003eIt contains many function to manage a Buzzer.\u003cbr\u003e", + "website": "https://github.com/gmarty2000-ARDUINO/arduino-BUZZER", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gmarty2000-ARDUINO/arduino-BUZZER.git", + "providesIncludes": ["Buzzer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/Buzzer-1.0.0.zip", + "archiveFileName": "Buzzer-1.0.0.zip", + "size": 20458, + "checksum": "SHA-256:68f9b9cdd47a9068916f6afd288188254faf12f42d47baa1e62772faf71fe246" }, { "name": "Nextion", @@ -146369,7 +199126,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/offcircuit/Nextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-1.0.0.zip", "archiveFileName": "Nextion-1.0.0.zip", "size": 200887, "checksum": "SHA-256:f320240c04378c74ee71c1a6bcd504ad28b67ebb09d59e1d4479d0ccab16697d" @@ -146386,11 +199143,79 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/offcircuit/Nextion.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-1.1.0.zip", "archiveFileName": "Nextion-1.1.0.zip", "size": 200887, "checksum": "SHA-256:3bf1cd61e5d34571b2d856faebf6357960c989c15be075a612bc8f916697e058" }, + { + "name": "Nextion", + "version": "1.2.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Nextion", + "paragraph": "user interface for Nextion touch LCD", + "website": "https://github.com/offcircuit/Nextion", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Nextion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-1.2.0.zip", + "archiveFileName": "Nextion-1.2.0.zip", + "size": 201678, + "checksum": "SHA-256:5fbf14c26f83acf113e7b75c243c00d1a9c752c45d3b0189f51162b8b4a37e98" + }, + { + "name": "Nextion", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Nextion", + "paragraph": "user interface for Nextion touch LCD", + "website": "https://github.com/offcircuit/Nextion", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Nextion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-2.0.0.zip", + "archiveFileName": "Nextion-2.0.0.zip", + "size": 203015, + "checksum": "SHA-256:8a448076765af089f9fba18e0e57c79759b543f2dec4372e47a711bde3d328a0" + }, + { + "name": "Nextion", + "version": "2.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Nextion", + "paragraph": "user interface for Nextion touch LCD", + "website": "https://github.com/offcircuit/Nextion", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Nextion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-2.0.1.zip", + "archiveFileName": "Nextion-2.0.1.zip", + "size": 203020, + "checksum": "SHA-256:89da243dc89612788049bc753440627dd6fba56d4cf01481a82dc7c54d56f55d" + }, + { + "name": "Nextion", + "version": "2.0.2", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Nextion", + "paragraph": "user interface for Nextion touch LCD", + "website": "https://github.com/offcircuit/Nextion", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Nextion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Nextion-2.0.2.zip", + "archiveFileName": "Nextion-2.0.2.zip", + "size": 202907, + "checksum": "SHA-256:423e4352ffdce7594735bd84091d309948c7206778a5025daa21093f8cce5612" + }, { "name": "Soldering Machine", "version": "1.0.0", @@ -146403,7 +199228,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/HullabalooRobotics/Soldering-Machine.git", - "url": "http://downloads.arduino.cc/libraries/github.com/HullabalooRobotics/Soldering_Machine-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/HullabalooRobotics/Soldering_Machine-1.0.0.zip", "archiveFileName": "Soldering_Machine-1.0.0.zip", "size": 4313, "checksum": "SHA-256:fc2fc48fc4bbeb2f46cce4dd101ff14f6857b7fa8950beb433597f085d901892" @@ -146421,7 +199246,7 @@ "types": ["Contributed"], "repository": "https://github.com/diegodorado/ObloqAdafruit.git", "providesIncludes": ["ObloqAdafruit.h", "SoftwareSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/diegodorado/ObloqAdafruit-1.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/diegodorado/ObloqAdafruit-1.1.2.zip", "archiveFileName": "ObloqAdafruit-1.1.2.zip", "size": 40040, "checksum": "SHA-256:f4a9147d5fb0d193edac4f4e8df30267529621270cf2f0efea5217ea4d2fbff8" @@ -146439,7 +199264,7 @@ "types": ["Contributed"], "repository": "https://github.com/diegodorado/ObloqAdafruit.git", "providesIncludes": ["ObloqAdafruit.h", "SoftwareSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/diegodorado/ObloqAdafruit-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/diegodorado/ObloqAdafruit-1.0.0.zip", "archiveFileName": "ObloqAdafruit-1.0.0.zip", "size": 7231, "checksum": "SHA-256:f08d4a4313fe59ca1402f4dab09f4f0b5859e6f0ee46b15b2aac798e351a34db" @@ -146457,7 +199282,7 @@ "types": ["Contributed"], "repository": "https://github.com/diegodorado/ObloqAdafruit.git", "providesIncludes": ["ObloqAdafruit.h", "SoftwareSerial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/diegodorado/ObloqAdafruit-1.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/diegodorado/ObloqAdafruit-1.1.1.zip", "archiveFileName": "ObloqAdafruit-1.1.1.zip", "size": 7235, "checksum": "SHA-256:818b894e2b8d5873f219e8400139b1a1db01bd32177230476ca8aca38b1dc3d0" @@ -146474,7 +199299,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-0.0.1.zip", "archiveFileName": "Adafruit_BusIO-0.0.1.zip", "size": 3673, "checksum": "SHA-256:8ae2ad7dcbbb74043e6a8a3d42cd649986dabb0c213dc40191bf694c466c58b0" @@ -146491,7 +199316,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-0.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-0.0.2.zip", "archiveFileName": "Adafruit_BusIO-0.0.2.zip", "size": 7901, "checksum": "SHA-256:07083e20ddab5a80c4d768fb11e26f098718fa3315e3107140d1be5e0ef0d43e" @@ -146508,7 +199333,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-0.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-0.0.3.zip", "archiveFileName": "Adafruit_BusIO-0.0.3.zip", "size": 7904, "checksum": "SHA-256:bb4541ca09d4d4160d132e319fa3cd7cacd1e500a88d26859ab1e7cce7c29a77" @@ -146525,7 +199350,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.0.zip", "archiveFileName": "Adafruit_BusIO-1.0.0.zip", "size": 12789, "checksum": "SHA-256:4756407016e1533c5adeb93d707d5cdaeb570cafe5cd5354ac9b0bdb8a3c4843" @@ -146542,7 +199367,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.1.zip", "archiveFileName": "Adafruit_BusIO-1.0.1.zip", "size": 14779, "checksum": "SHA-256:be00b30bff22e661d74bc2865b785d9fd946408fd9dfa0e5e11a2e22fc0697ea" @@ -146559,7 +199384,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.2.zip", "archiveFileName": "Adafruit_BusIO-1.0.2.zip", "size": 16485, "checksum": "SHA-256:fc8fa7df19b1735aa7a07adb471497aaa22061a24b4b681ef8d6c4a7d67b194f" @@ -146576,11 +199401,640 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/adafruit/Adafruit_BusIO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.3.zip", "archiveFileName": "Adafruit_BusIO-1.0.3.zip", "size": 16498, "checksum": "SHA-256:59734b22cadb8c729be44ce5c1bb0329fb5d4d7dcd25fa3f911ca5091d2df8b8" }, + { + "name": "Adafruit BusIO", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.4.zip", + "archiveFileName": "Adafruit_BusIO-1.0.4.zip", + "size": 16471, + "checksum": "SHA-256:7a2f4788d57469b66250a3d069ef709c245fb04f951a5ace33d649bf49b08326" + }, + { + "name": "Adafruit BusIO", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.5.zip", + "archiveFileName": "Adafruit_BusIO-1.0.5.zip", + "size": 16608, + "checksum": "SHA-256:0b2e3417b9b02c55fa3ad6f9e0a84b5d1ab8854d9d4a93dc6da0da1e0cb6185d" + }, + { + "name": "Adafruit BusIO", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.6.zip", + "archiveFileName": "Adafruit_BusIO-1.0.6.zip", + "size": 16607, + "checksum": "SHA-256:a4e1bbc6fa3281645c836ddead858558e165e5409ba46bca820d8b5a231932a6" + }, + { + "name": "Adafruit BusIO", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.7.zip", + "archiveFileName": "Adafruit_BusIO-1.0.7.zip", + "size": 16619, + "checksum": "SHA-256:92d8ddf9a7b7b24cb9c76c5309d2851d09aa85fde5a06d05936ab4e73aff22f1" + }, + { + "name": "Adafruit BusIO", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.8.zip", + "archiveFileName": "Adafruit_BusIO-1.0.8.zip", + "size": 16836, + "checksum": "SHA-256:5a21bc902f27be02ce91185a3ea03981583159d181afa906dc3a5e550de1a740" + }, + { + "name": "Adafruit BusIO", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.9.zip", + "archiveFileName": "Adafruit_BusIO-1.0.9.zip", + "size": 16860, + "checksum": "SHA-256:7ecf13f68a68abe657e944a0b7c5bab3282cbb82d375c6ffc4717ed944ea9eb6" + }, + { + "name": "Adafruit BusIO", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.0.10.zip", + "archiveFileName": "Adafruit_BusIO-1.0.10.zip", + "size": 16920, + "checksum": "SHA-256:bc3937f64824c1c4fb8cf5273a18a0b30cc46ce872d13bff3d0516e9670efeb2" + }, + { + "name": "Adafruit BusIO", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.1.0.zip", + "archiveFileName": "Adafruit_BusIO-1.1.0.zip", + "size": 16926, + "checksum": "SHA-256:9f39b06accfcb49898b250d793d75f62d2a491f232188bab35687f3a31bdf775" + }, + { + "name": "Adafruit BusIO", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.1.1.zip", + "archiveFileName": "Adafruit_BusIO-1.1.1.zip", + "size": 17023, + "checksum": "SHA-256:c0e36fcdc7e292c1e94a5f2d393491867e9644806db438e448d0ca23f34c765f" + }, + { + "name": "Adafruit BusIO", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.1.2.zip", + "archiveFileName": "Adafruit_BusIO-1.1.2.zip", + "size": 17025, + "checksum": "SHA-256:133f0e02fb7650824dd3ee6f10348ce9edad3259c85af765f6b80eea6b7236cb" + }, + { + "name": "Adafruit BusIO", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.1.3.zip", + "archiveFileName": "Adafruit_BusIO-1.1.3.zip", + "size": 17037, + "checksum": "SHA-256:7259a8bf3e7f8a2915072e599441de610335e65f0f6bf271ab1b11b2e1ed1118" + }, + { + "name": "Adafruit BusIO", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.1.4.zip", + "archiveFileName": "Adafruit_BusIO-1.1.4.zip", + "size": 17058, + "checksum": "SHA-256:55c4f6b486bfeac58d1b66cb92f210d7451fe77ba510d8e1a9430ce87df093b0" + }, + { + "name": "Adafruit BusIO", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.1.5.zip", + "archiveFileName": "Adafruit_BusIO-1.1.5.zip", + "size": 17054, + "checksum": "SHA-256:48f828009b2c2cb0bfa50f1dc5d6d931c77cf7e0203910d6d4fc48e58f3b9c10" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.0.zip", + "archiveFileName": "Adafruit_BusIO-1.2.0.zip", + "size": 17051, + "checksum": "SHA-256:93e43b6460cb33d78a4ecf581ce57d553f727b29dd53d7b303f3efa96db2b1db" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.1.zip", + "archiveFileName": "Adafruit_BusIO-1.2.1.zip", + "size": 17184, + "checksum": "SHA-256:865857036f2574a69f957ef62c8e7ed9d797c21c1428a83f0a07351dc2debe53" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.2.zip", + "archiveFileName": "Adafruit_BusIO-1.2.2.zip", + "size": 20454, + "checksum": "SHA-256:296dbc5a20658a98d10cb4591cae736182541f00b6c2d8397550da561aca526e" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.3.zip", + "archiveFileName": "Adafruit_BusIO-1.2.3.zip", + "size": 20474, + "checksum": "SHA-256:053a9bc7f08045acbdf01bfa5dd31190776b2853169cb83a7fe2b4854d2f6005" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.4.zip", + "archiveFileName": "Adafruit_BusIO-1.2.4.zip", + "size": 20686, + "checksum": "SHA-256:5ce62708bc55d68edb575b56e39947dc214de255031ae13141e4f774b4729231" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.5.zip", + "archiveFileName": "Adafruit_BusIO-1.2.5.zip", + "size": 20688, + "checksum": "SHA-256:11f9eae14308ab1ef2dfc0ecca4d9177194a3106eed2c98ec87eb9597316b47a" + }, + { + "name": "Adafruit BusIO", + "version": "1.2.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.2.6.zip", + "archiveFileName": "Adafruit_BusIO-1.2.6.zip", + "size": 20679, + "checksum": "SHA-256:4bc56b28ae2a2c1f60bc4aca2aa2158d6986396b5ba33af3dc5a050d21ce4765" + }, + { + "name": "Adafruit BusIO", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.3.0.zip", + "archiveFileName": "Adafruit_BusIO-1.3.0.zip", + "size": 20691, + "checksum": "SHA-256:d08d75c81f1f522b3c730c954922b7d5227e981cc4aed741847427a0ccd6ba6e" + }, + { + "name": "Adafruit BusIO", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.3.1.zip", + "archiveFileName": "Adafruit_BusIO-1.3.1.zip", + "size": 20719, + "checksum": "SHA-256:9e44865763bf1c7cdb08ae5712024be48acce445c1bb10622bb3255059abf2cc" + }, + { + "name": "Adafruit BusIO", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.3.2.zip", + "archiveFileName": "Adafruit_BusIO-1.3.2.zip", + "size": 20653, + "checksum": "SHA-256:271fda5c1306fd45bfdfee236e810728a4e4b7cd64a3c8b3884a0761cc727b06" + }, + { + "name": "Adafruit BusIO", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.3.3.zip", + "archiveFileName": "Adafruit_BusIO-1.3.3.zip", + "size": 20727, + "checksum": "SHA-256:a830f556b9c680ce339ca568835ca333342c67695b42ed2e551c782e160b09e8" + }, + { + "name": "Adafruit BusIO", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.4.0.zip", + "archiveFileName": "Adafruit_BusIO-1.4.0.zip", + "size": 21263, + "checksum": "SHA-256:bcb7eda613103012a6ff52e351672e545f02881c853956a3bb79118d59bfb92f" + }, + { + "name": "Adafruit BusIO", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.4.1.zip", + "archiveFileName": "Adafruit_BusIO-1.4.1.zip", + "size": 21310, + "checksum": "SHA-256:c59c18bb0c59d873efd6c36ef28ddcafe05a0b544660dad2695ec2bb048e3405" + }, + { + "name": "Adafruit BusIO", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.5.0.zip", + "archiveFileName": "Adafruit_BusIO-1.5.0.zip", + "size": 21340, + "checksum": "SHA-256:36d0f3da2d580a8242c36d9a9389ce01027753e094ae768ed80ca7f788604b0c" + }, + { + "name": "Adafruit BusIO", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.6.0.zip", + "archiveFileName": "Adafruit_BusIO-1.6.0.zip", + "size": 21335, + "checksum": "SHA-256:2a88df9ac164e4e94674d9dd3ab3d8fdfda54f8394f6e079e667a35783f4d55b" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.0.zip", + "archiveFileName": "Adafruit_BusIO-1.7.0.zip", + "size": 21429, + "checksum": "SHA-256:48165d443cb7fc3a72d5b33b7c38d26eed7a5961cd15878596ed4190dac8d10f" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.1.zip", + "archiveFileName": "Adafruit_BusIO-1.7.1.zip", + "size": 21498, + "checksum": "SHA-256:afa2e9b165dea04d96ebd7eac6282218c84304bde49d703f010e46030515aadb" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.2.zip", + "archiveFileName": "Adafruit_BusIO-1.7.2.zip", + "size": 21647, + "checksum": "SHA-256:f79d38527dbd0b14e33abbfe6beb800d6da8ae0974a1453f22d07d6acb7c5975" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.3.zip", + "archiveFileName": "Adafruit_BusIO-1.7.3.zip", + "size": 21656, + "checksum": "SHA-256:b24f917f82aac6c91a36bd63baa46917e7c4aca1d8fd209a0b59e96af320e6df" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.5.zip", + "archiveFileName": "Adafruit_BusIO-1.7.5.zip", + "size": 21786, + "checksum": "SHA-256:7f148e920f0d958693a6144abf8b9e3e0e2ce37dbdf9200af6edaa4cd8444df7" + }, + { + "name": "Adafruit BusIO", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.8.1.zip", + "archiveFileName": "Adafruit_BusIO-1.8.1.zip", + "size": 22096, + "checksum": "SHA-256:9bbb2de19625e6cc89cd9c3a975aba8cdd7b9d58d31994aa18a64b17777862c1" + }, + { + "name": "Adafruit BusIO", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.8.2.zip", + "archiveFileName": "Adafruit_BusIO-1.8.2.zip", + "size": 22365, + "checksum": "SHA-256:68a8698d736b5f29ed54138c817a3cb2a43f66780aeddfbd583e0fe0ff717402" + }, + { + "name": "Adafruit BusIO", + "version": "1.8.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.8.3.zip", + "archiveFileName": "Adafruit_BusIO-1.8.3.zip", + "size": 22380, + "checksum": "SHA-256:e366fb149010b799843beba278f7d099452e758f1c714ebce865e9219a0080c7" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.0.zip", + "archiveFileName": "Adafruit_BusIO-1.9.0.zip", + "size": 22509, + "checksum": "SHA-256:efa51e0c1ac6cc9255c965c4188cdd8dbc43f8f81d4eb2bca35269ec3aac1148" + }, { "name": "I2C_DMAC", "version": "1.1.7", @@ -146593,7 +200047,7 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MartinL1/I2C_DMAC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.1.7.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.1.7.zip", "archiveFileName": "I2C_DMAC-1.1.7.zip", "size": 23608, "checksum": "SHA-256:e9a3e5893eb0c0cec520b30a27439c521b277b8993ccecc9c65d7170aec3c5f1" @@ -146610,11 +200064,45 @@ "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/MartinL1/I2C_DMAC.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.1.8.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.1.8.zip", "archiveFileName": "I2C_DMAC-1.1.8.zip", "size": 23517, "checksum": "SHA-256:6803e8391dad15898c924e8f84c24c8d5ee97f2da7d96be5accb90bcae5bc982" }, + { + "name": "I2C_DMAC", + "version": "1.1.9", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "Arduino Zero (SAMD21/SAMD51) based non-blocking I2C library using the Direct Memory Access Controller (DMAC).", + "paragraph": "This library allows the microcontroller to run other tasks concurrently, while waiting for the I2C communications to complete.", + "website": "https://github.com/MartinL1/I2C_DMAC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/I2C_DMAC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.1.9.zip", + "archiveFileName": "I2C_DMAC-1.1.9.zip", + "size": 23525, + "checksum": "SHA-256:f633b67e0f7055ce8daad027d316f7c12c0acc5b51f1d2c8eaad921c461571ee" + }, + { + "name": "I2C_DMAC", + "version": "1.1.11", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "Arduino Zero (SAMD21/SAMD51) based non-blocking I2C library using the Direct Memory Access Controller (DMAC).", + "paragraph": "This library allows the microcontroller to run other tasks concurrently, while waiting for the I2C communications to complete.", + "website": "https://github.com/MartinL1/I2C_DMAC", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/I2C_DMAC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.1.11.zip", + "archiveFileName": "I2C_DMAC-1.1.11.zip", + "size": 23646, + "checksum": "SHA-256:f7f2c63a11f0e36089e5a5709b2a88a4a862e1f2a5b1ae4109bedbf397f4b24f" + }, { "name": "ZumoAutomation", "version": "1.0.1", @@ -146628,11 +200116,34 @@ "types": ["Contributed"], "repository": "https://github.com/BrandeisMakerLab/Zumo-Automation.git", "providesIncludes": ["ZumoAutomation.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ZumoAutomation-1.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ZumoAutomation-1.0.1.zip", "archiveFileName": "ZumoAutomation-1.0.1.zip", "size": 70316085, "checksum": "SHA-256:779f2e9741ddc2f5d42d112bd1fdba9d3faade0ca3af4a7d776e4486f4b9e3f1" }, + { + "name": "ZumoAutomation", + "version": "1.0.3", + "author": "BrandeisRobotics", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino library to allow for automatic zumo match play", + "paragraph": "Allows calibration of line sensors, robot speed, and driving", + "website": "https://github.com/BrandeisMakerLab/ZumoAutomation", + "category": "Device Control", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/BrandeisMakerLab/Zumo-Automation.git", + "providesIncludes": ["ZumoAutomation.h"], + "dependencies": [ + { + "name": "ZumoShield" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ZumoAutomation-1.0.3.zip", + "archiveFileName": "ZumoAutomation-1.0.3.zip", + "size": 9813576, + "checksum": "SHA-256:a3adbd4c0ee239e54b5f5523a16846db919bec3102c6049caefb5e8ae38bdfaa" + }, { "name": "IQ Module Communication", "version": "1.0.0", @@ -146646,7 +200157,7 @@ "types": ["Contributed"], "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", "providesIncludes": ["iq_module_communicaiton.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.0.zip", "archiveFileName": "IQ_Module_Communication-1.0.0.zip", "size": 55024, "checksum": "SHA-256:b380536271d5144dfb966b4515d51073834c14969d12bd57be0ef3da652acb2c" @@ -146664,7 +200175,7 @@ "types": ["Contributed"], "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", "providesIncludes": ["iq_module_communicaiton.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.3.zip", "archiveFileName": "IQ_Module_Communication-1.0.3.zip", "size": 55329, "checksum": "SHA-256:19ed99d265526ced7e44ccf0e370084ee31326ac802ce639c677c35d5b80a9b0" @@ -146682,11 +200193,65 @@ "types": ["Contributed"], "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", "providesIncludes": ["iq_module_communicaiton.hpp"], - "url": "http://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.4.zip", "archiveFileName": "IQ_Module_Communication-1.0.4.zip", "size": 57861, "checksum": "SHA-256:a3f57e3fdfc3d66ece10348d175e42f8a994a3c8d5d140dee21c389f6ec7c62b" }, + { + "name": "IQ Module Communication", + "version": "1.0.5", + "author": "Matthew Piccoli \u003cmatt@iq-control.com\u003e, Raphael Van Hoffelen \u003craf@iq-control.com\u003e", + "maintainer": "Matthew Piccoli \u003cmatt@iq-control.com\u003e", + "sentence": "A library for communicating with and controlling IQ motor modules.", + "paragraph": "This uses a Serial port to control the motor modules and get/set/save values to on the module.", + "website": "https://github.com/iq-motion-control/iq-module-communication-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", + "providesIncludes": ["iq_module_communicaiton.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.0.5.zip", + "archiveFileName": "IQ_Module_Communication-1.0.5.zip", + "size": 57929, + "checksum": "SHA-256:8ad6f1c5920d076a02c5e6145a66640983ce6fb84cbed014510bb03c50e1c8e4" + }, + { + "name": "IQ Module Communication", + "version": "1.1.0", + "author": "Matthew Piccoli \u003cmatt@iq-control.com\u003e, Raphael Van Hoffelen \u003craf@iq-control.com\u003e", + "maintainer": "Matthew Piccoli \u003cmatt@iq-control.com\u003e", + "sentence": "A library for communicating with and controlling IQ motor modules.", + "paragraph": "This uses a Serial port to control the motor modules and get/set/save values to on the module.", + "website": "https://github.com/iq-motion-control/iq-module-communication-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", + "providesIncludes": ["iq_module_communicaiton.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.1.0.zip", + "archiveFileName": "IQ_Module_Communication-1.1.0.zip", + "size": 58288, + "checksum": "SHA-256:848991caaae5a2b24720c6204af5c7de78bab396e2af594cd54f6e45892808b6" + }, + { + "name": "IQ Module Communication", + "version": "1.1.1", + "author": "Matthew Piccoli \u003cmatt@iq-control.com\u003e, Raphael Van Hoffelen \u003craf@iq-control.com\u003e", + "maintainer": "Matthew Piccoli \u003cmatt@iq-control.com\u003e", + "sentence": "A library for communicating with and controlling IQ motor modules.", + "paragraph": "This uses a Serial port to control the motor modules and get/set/save values to on the module.", + "website": "https://github.com/iq-motion-control/iq-module-communication-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", + "providesIncludes": ["iq_module_communicaiton.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.1.1.zip", + "archiveFileName": "IQ_Module_Communication-1.1.1.zip", + "size": 57636, + "checksum": "SHA-256:3a8a9d1f12189409496bef2de3c66784f6f4fe26e1346c7dfb11fdf650061382" + }, { "name": "Joystick", "version": "1.0.0", @@ -146694,13 +200259,13 @@ "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", "sentence": "Allows Arduino/Genuino boards to simplify the use of the Joystick.", "paragraph": "This library simplify the use of a Joystick.\u003cbr\u003eIt contains many function to manage a Joystick.\u003cbr\u003e", - "website": "https://github.com/gmarty2000/arduino-JOYSTICK", + "website": "https://github.com/gmarty2000-ARDUINO/arduino-JOYSTICK", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gmarty2000/arduino-JOYSTICK.git", + "repository": "https://github.com/gmarty2000-ARDUINO/arduino-JOYSTICK.git", "providesIncludes": ["Joystick.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/Joystick-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/Joystick-1.0.0.zip", "archiveFileName": "Joystick-1.0.0.zip", "size": 15873, "checksum": "SHA-256:f81c0331f0dfe409ce970e83027d01b8221e42b63e1c3eb7b577f379b73acdc2" @@ -146712,13 +200277,13 @@ "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", "sentence": "Allows Arduino/Genuino boards to simplify the use of the Ultrasonic Sensor.", "paragraph": "This library simplify the use of a Ultrasonic.\u003cbr\u003eIt contains many function to manage a Ultrasonic Sensor.\u003cbr\u003e", - "website": "https://github.com/gmarty2000/arduino-ULTRASONIC_Sensor", + "website": "https://github.com/gmarty2000-ARDUINO/arduino-ULTRASONIC_Sensor", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gmarty2000/arduino-ULTRASONIC_SENSOR.git", + "repository": "https://github.com/gmarty2000-ARDUINO/arduino-ULTRASONIC_SENSOR.git", "providesIncludes": ["UltrasonicSensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/UltrasonicSensor-1.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/UltrasonicSensor-1.0.0.zip", "archiveFileName": "UltrasonicSensor-1.0.0.zip", "size": 17897, "checksum": "SHA-256:78376fe3aa6da369ea506a1f3e8e1d8955dfe064998c587129ef611bd388860e" @@ -146730,13 +200295,13 @@ "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", "sentence": "Allows Arduino/Genuino boards to simplify the use of the Ultrasonic Sensor.", "paragraph": "This library simplify the use of a Ultrasonic.\u003cbr\u003eIt contains many function to manage a Ultrasonic Sensor.\u003cbr\u003e", - "website": "https://github.com/gmarty2000/arduino-ULTRASONIC_Sensor", + "website": "https://github.com/gmarty2000-ARDUINO/arduino-ULTRASONIC_Sensor", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gmarty2000/arduino-ULTRASONIC_SENSOR.git", + "repository": "https://github.com/gmarty2000-ARDUINO/arduino-ULTRASONIC_SENSOR.git", "providesIncludes": ["UltrasonicSensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/UltrasonicSensor-1.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/UltrasonicSensor-1.1.0.zip", "archiveFileName": "UltrasonicSensor-1.1.0.zip", "size": 18598, "checksum": "SHA-256:94fe7eb2c94a98a649b021d0c3beb56fba103a69b237d5798ac8b3acebd20e18" @@ -146753,7 +200318,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-2.3.9.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-2.3.9.zip", "archiveFileName": "Firebase_ESP32_Client-2.3.9.zip", "size": 57968, "checksum": "SHA-256:722edb0dd5ac66dafe0a71db51c101f71b8df7fd128aaf62b4bd5802983d1683" @@ -146770,7 +200335,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.0.zip", "archiveFileName": "Firebase_ESP32_Client-3.0.0.zip", "size": 71292, "checksum": "SHA-256:77213cd82aa658f103279125c6cba42dc0b0066fa2e4cf479926aa282514cc0a" @@ -146787,7 +200352,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.1.zip", "archiveFileName": "Firebase_ESP32_Client-3.0.1.zip", "size": 72064, "checksum": "SHA-256:f28c7a073f22d09a2885a99a94e2e980b1fa1c01ff08cfa037f6f9b7ee89c848" @@ -146804,7 +200369,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.2.zip", "archiveFileName": "Firebase_ESP32_Client-3.0.2.zip", "size": 72288, "checksum": "SHA-256:31dd5d771ea40baa9ea615b633a9046f67eadf21ff8431e594e0e1dd4d640475" @@ -146821,7 +200386,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.3.zip", "archiveFileName": "Firebase_ESP32_Client-3.0.3.zip", "size": 79216, "checksum": "SHA-256:88fd7a71ed7844f70c873e28cc1ca86382841d76c1dc1a45471b11cdd3df87ed" @@ -146838,7 +200403,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.0.4.zip", "archiveFileName": "Firebase_ESP32_Client-3.0.4.zip", "size": 84798, "checksum": "SHA-256:6fdc88526d63d1959197df80ea1a5bdc1f5add19bea28d0ed3f49c64031daf76" @@ -146855,7 +200420,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.0.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.0.zip", "archiveFileName": "Firebase_ESP32_Client-3.1.0.zip", "size": 93407, "checksum": "SHA-256:d11463066cfaf6daed1c7fb2dc6cf5a1a232334e1a7cade431ebdc12682b5371" @@ -146872,7 +200437,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.1.zip", "archiveFileName": "Firebase_ESP32_Client-3.1.1.zip", "size": 93366, "checksum": "SHA-256:766655f5bfebb8c1560100bfc22c4cc54b532a9c735a0513c012692f31879cfc" @@ -146889,7 +200454,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.2.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.2.zip", "archiveFileName": "Firebase_ESP32_Client-3.1.2.zip", "size": 93975, "checksum": "SHA-256:fcdcd963ec23bbafbbd5059923ab625e8e9ef0b8dcc113777b7769bcd58c525a" @@ -146906,7 +200471,7 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.3.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.3.zip", "archiveFileName": "Firebase_ESP32_Client-3.1.3.zip", "size": 93946, "checksum": "SHA-256:d7b592ba84a92226d2ea36cb8f6e075e026407e290e1a8ea938da0fc3018a4e1" @@ -146923,322 +200488,1386 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/Firebase-ESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.4.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.1.4.zip", "archiveFileName": "Firebase_ESP32_Client-3.1.4.zip", "size": 100314, "checksum": "SHA-256:08f8bef3dfa6a0f3cc18885713caa56069072cf2e9450e8a2ee8e0c9395cb89d" }, { - "name": "STools", - "version": "0.3.4", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "A library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", - "architectures": ["*"], + "name": "Firebase ESP32 Client", + "version": "3.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/skaldek/STools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.4.zip", - "archiveFileName": "STools-0.3.4.zip", - "size": 5358, - "checksum": "SHA-256:c2d9712574250945e6e6418b68d7bb0e683e9015166f629d8d42273162839710" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.2.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.2.0.zip", + "size": 116113, + "checksum": "SHA-256:03e96a5766ef74ff3c772e0d530c1c0907bf581844765537a5026f9b77162361" }, { - "name": "STools", - "version": "0.3.6", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "A library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", - "architectures": ["*"], + "name": "Firebase ESP32 Client", + "version": "3.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/skaldek/STools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.6.zip", - "archiveFileName": "STools-0.3.6.zip", - "size": 7075, - "checksum": "SHA-256:8bf4a81b2f7e80eadee7c9b7884f835e07457a733e4acb3c80dd2922f7c232db" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.2.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.2.1.zip", + "size": 119204, + "checksum": "SHA-256:30e7d3eb6f191d4048867d5c419758323f97c44428b76833b74467529a5105c0" }, { - "name": "STools", - "version": "0.3.8", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "This library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", - "architectures": ["*"], + "name": "Firebase ESP32 Client", + "version": "3.5.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/skaldek/STools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.8.zip", - "archiveFileName": "STools-0.3.8.zip", - "size": 7789, - "checksum": "SHA-256:d68587072d1fb06ebe380f7f737ae592431214736850c06490ad1ad97cc93e4c" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.0.zip", + "size": 143625, + "checksum": "SHA-256:138c15affdcc35aa354b6ba69a0176b6449934d9d95a8dfc749532c79ce00b46" }, { - "name": "STools", - "version": "0.4.0", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "This library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", - "architectures": ["*"], + "name": "Firebase ESP32 Client", + "version": "3.5.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/skaldek/STools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.0.zip", - "archiveFileName": "STools-0.4.0.zip", - "size": 9012, - "checksum": "SHA-256:d18f822d3d2e57eb0e6d1bae08f6796ca973c1c96e191bc816f639335b5f5387" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.1.zip", + "size": 145164, + "checksum": "SHA-256:bf61ec52eea5df994848697cfe2be51db3092c39a33197660a60e19396ad966e" }, { - "name": "STools", - "version": "0.4.5", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "This library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", - "architectures": ["*"], + "name": "Firebase ESP32 Client", + "version": "3.5.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/skaldek/STools.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.5.zip", - "archiveFileName": "STools-0.4.5.zip", - "size": 9945, - "checksum": "SHA-256:a83146cf89f46470438791eeb186bab93357660735c73586acd1efb524f89100" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.2.zip", + "size": 146004, + "checksum": "SHA-256:ca452250df62dc6429eded95b997b7fd0691416f9bb171f4bb0c844e9766ee91" }, { - "name": "Adafruit VEML7700 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VEML7700", - "category": "Sensors", - "architectures": ["*"], + "name": "Firebase ESP32 Client", + "version": "3.5.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.0.0.zip", - "archiveFileName": "Adafruit_VEML7700_Library-1.0.0.zip", - "size": 6462, - "checksum": "SHA-256:c02c4e2a771bbfbfd0bc7068542b74007a9df1b14bbd50b5553fa2579f6b49bd" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.3.zip", + "size": 145782, + "checksum": "SHA-256:d4af94697a8c27ed501749d19ab3ac946e8a8e41fe0d11dc37aa11f4a4011245" }, { - "name": "ESP32 Mail Client", - "version": "1.0.2", + "name": "Firebase ESP32 Client", + "version": "3.5.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.2.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.2.zip", - "size": 65412, - "checksum": "SHA-256:dccbe5269cb7895284e1ece859fc37983b7eabf4df5a60428bae6cdc1a6056dc" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.4.zip", + "size": 145767, + "checksum": "SHA-256:479196f0fad59f736c02fb74de27a27ccfec265ac538533f54be2d560666dbb1" }, { - "name": "ESP32 Mail Client", - "version": "1.0.3", + "name": "Firebase ESP32 Client", + "version": "3.5.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.3.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.3.zip", - "size": 65765, - "checksum": "SHA-256:212916526ed52ac04a9218de76ffcd8267ef0ff346db3daf0a314a472fd385a3" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.5.zip", + "size": 145449, + "checksum": "SHA-256:6fe49fa646a13c3976350153266d326884aa884ad8314da2fd398c3db697855c" }, { - "name": "ESP32 Mail Client", - "version": "1.0.4", + "name": "Firebase ESP32 Client", + "version": "3.5.6", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.4.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.4.zip", - "size": 66606, - "checksum": "SHA-256:5509ef4dedc9dddcc9ee2c3887e5162463d4a36fae076f8f20acfc194fe73806" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.6.zip", + "size": 145453, + "checksum": "SHA-256:396ae1a7c34bab6503fd2124522a651305c97ad18af9a38f334d35492d09b138" }, { - "name": "ESP32 Mail Client", - "version": "1.0.5", + "name": "Firebase ESP32 Client", + "version": "3.5.7", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.5.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.5.zip", - "size": 67761, - "checksum": "SHA-256:1b70977e619a7c9698dd5bd95216f0be91abd876024432a28d7f8740ae88985b" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.7.zip", + "size": 145630, + "checksum": "SHA-256:fd7104abf62c4c2ded50b360371e7beef85c814d89d5123e5d3ce49222cc085b" }, { - "name": "ESP32 Mail Client", - "version": "1.1.0", + "name": "Firebase ESP32 Client", + "version": "3.5.8", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.0.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.0.zip", - "size": 67338, - "checksum": "SHA-256:85dc1cc63c156ea64ebf1b1eaf49d16b048f88506e638a138d1e041346828555" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.8.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.8.zip", + "size": 145636, + "checksum": "SHA-256:296ed4dee3b34eaea32b58c2d6db7977dfba39fe1cb9d432ea6cd4da7d4dd77d" }, { - "name": "ESP32 Mail Client", - "version": "1.1.1", + "name": "Firebase ESP32 Client", + "version": "3.5.9", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.1.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.1.zip", - "size": 67110, - "checksum": "SHA-256:f0510dd3cdac88197f2116eb5a3e87dca1d6fc291ae048689c1ae543301c841f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.5.9.zip", + "archiveFileName": "Firebase_ESP32_Client-3.5.9.zip", + "size": 145802, + "checksum": "SHA-256:88acd297eb75c67c6f62bb016ae7978cd99bc95ae6e67de39863d33819b5f1b8" }, { - "name": "ESP32 Mail Client", - "version": "1.1.2", + "name": "Firebase ESP32 Client", + "version": "3.6.0", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.2.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.2.zip", - "size": 67950, - "checksum": "SHA-256:bee94ff61644c803fc9c511f34e88b42efb36ed58dbfdf408b9d36594bb1f7d9" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.0.zip", + "size": 145825, + "checksum": "SHA-256:c733360e11c9cef8391ab618f89b5146870c627eba05558d912d7476108f49b4" }, { - "name": "ESP32 Mail Client", - "version": "1.1.3", + "name": "Firebase ESP32 Client", + "version": "3.6.1", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.3.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.3.zip", - "size": 68093, - "checksum": "SHA-256:12d3bd41e91c4b07fac2529dd4cb5af1bbdaa7aebe639901dabffa35c431cceb" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.1.zip", + "size": 145877, + "checksum": "SHA-256:9fc5faab98219158d0f7e3d592e5b0f432abe64b175453c3088ef01f912a909e" }, { - "name": "ESP32 Mail Client", - "version": "1.1.4", + "name": "Firebase ESP32 Client", + "version": "3.6.2", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.4.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.4.zip", - "size": 68383, - "checksum": "SHA-256:132cab8e1625d8df905b1e8272f5176aaa295b59b881d04364c0618da22c196f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.2.zip", + "size": 146006, + "checksum": "SHA-256:76fb3b4edf7423131fb5205dae81ab3df048812d13980c19eec943970b96c4de" }, { - "name": "ESP32 Mail Client", - "version": "1.1.5", + "name": "Firebase ESP32 Client", + "version": "3.6.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.5.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.5.zip", - "size": 68369, - "checksum": "SHA-256:e3a52c7505b05d9ae21ec1ce675cd42a5043e49e715ac221af1a6ecdc758c938" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.3.zip", + "size": 148268, + "checksum": "SHA-256:07a4ca592fb41d057b807f81992a19bd03a320528868a729047529488f7351c8" }, { - "name": "ESP32 Mail Client", - "version": "1.1.6", + "name": "Firebase ESP32 Client", + "version": "3.6.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.6.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.6.zip", - "size": 68356, - "checksum": "SHA-256:a4791b64fbc3ff57510a83c5639c2877bf14af30c2c043d1b36ddcab86a2c03f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.4.zip", + "size": 148310, + "checksum": "SHA-256:650fdfa33753d0ba7225b06d52e2aede3e1dbeca46d4b6cb066ec264aecde1e3" }, { - "name": "ESP32 Mail Client", - "version": "1.2.0", + "name": "Firebase ESP32 Client", + "version": "3.6.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.0.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.0.zip", - "size": 84425, - "checksum": "SHA-256:6642b53bb678dbc99f5cd8651003fa3e9d65c2ef4d64f1edc0a23a3fd088f6b2" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.5.zip", + "size": 148252, + "checksum": "SHA-256:e022e709adaebd222c48cf52d06870a9338886b207fe836e48105d7bc4e21689" }, { - "name": "ESP32 Mail Client", - "version": "1.2.1", + "name": "Firebase ESP32 Client", + "version": "3.6.6", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.6.zip", + "size": 148291, + "checksum": "SHA-256:6b553711b9b78faa2f67e96fa6a891761e5b49adefbab7634ff9c9bc7a28cf8a" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.6.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.7.zip", + "size": 149986, + "checksum": "SHA-256:30a0159909f6a48890a36d9004c65f0b6ae52c5f23ab43600eb1a3ce5d21b8ce" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.6.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.8.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.8.zip", + "size": 153524, + "checksum": "SHA-256:36529f70efbf2df157ea67075d5d1eb5b13fb4570da9c31599fbb6d470d97471" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.6.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.6.9.zip", + "archiveFileName": "Firebase_ESP32_Client-3.6.9.zip", + "size": 153394, + "checksum": "SHA-256:a5641bb3e41b388f212b154e45e743e4edefa349bc28bb0af79f2df60620f19f" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.0.zip", + "size": 153514, + "checksum": "SHA-256:01cd47b26cfc9569de0f5ff36984555087f32113539fb40dae3d18c2b6761154" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.1.zip", + "size": 153570, + "checksum": "SHA-256:508096d1c5954c1ae5075e2db14c761e3498aa88dba6c0677c97d60f31bc72ac" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.2.zip", + "size": 154343, + "checksum": "SHA-256:d5d2237736ec5d67b85dd8c92297fd52e4be54f46ee47442727c200078eb4afa" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.3.zip", + "size": 153783, + "checksum": "SHA-256:80fc0dade4d55c9256f887ba7d1174ef5e72e9d9cec2bc824cd327a5ddbea566" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.4.zip", + "size": 154236, + "checksum": "SHA-256:98617b587eebff4ab618891eca1585d1e73ebaf180a70868d5f010d6ff0c5342" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.5.zip", + "size": 155308, + "checksum": "SHA-256:421195b73c5b3689be50985add8b69af91df86a93ad6e065797683adbca687a0" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.6.zip", + "size": 160350, + "checksum": "SHA-256:5c34bd440b0c84b38b460fafd0d1764194771f9fe137e04c528e9091b534dd4e" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.7.zip", + "size": 160707, + "checksum": "SHA-256:99366054417daca37b881739aa446ca36b04dc7380cee2ceee8bd8f13b6efb1f" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.8.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.8.zip", + "size": 163883, + "checksum": "SHA-256:68985e8ed06c2d19ac92f33c8728758d2b1d0ae3bb521de141989ac66415f4f6" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.7.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.7.9.zip", + "archiveFileName": "Firebase_ESP32_Client-3.7.9.zip", + "size": 159383, + "checksum": "SHA-256:a6e3808a8784f969ca510371b2c307d7132d0f0036c88e3a54d9ce90cdaf058e" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.0.zip", + "size": 159316, + "checksum": "SHA-256:515743c113ec7a21445f0a721dbdc17c55ce76f806d47cd798b93211d11c6407" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.1.zip", + "size": 169255, + "checksum": "SHA-256:e2be4dbfcbe1cb5a309f3cd4ea1bde518dad430714049fd9fe009ddc4c17e0bb" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.2.zip", + "size": 170115, + "checksum": "SHA-256:f336408cd3f944a949917147399b679e1f2c5c4b93b58bc297c627723844f4e2" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.3.zip", + "size": 173333, + "checksum": "SHA-256:85a331c7ae78372ad8fa78af20796d2b7ed80eb2367541bd8acfebc958b70fe2" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.4.zip", + "size": 174154, + "checksum": "SHA-256:f9c0de05c813f730365b85540dfd9d7a3bb4f1d6b73143acc36a54fa84ad23f2" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.5.zip", + "size": 174193, + "checksum": "SHA-256:5085c996c1266256724197ed1cb827fa61426031671efefb910596dd3c7e0e8a" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.7.zip", + "size": 174053, + "checksum": "SHA-256:eab726b2b1fb87ac87b7fc70f33804b69aa906e34fcb7e1eb5ebc35a22ca98f9" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.8.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.8.zip", + "size": 174025, + "checksum": "SHA-256:790bf9871951b6a9441e8d4f6249190f6b843a15b58a1a9052423d6df81ed2d3" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.9.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.9.zip", + "size": 174428, + "checksum": "SHA-256:12325e01d9c18e59ca4efebae2f50274d921533c65570b1e916177b8d50db11d" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.10.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.10.zip", + "size": 221998, + "checksum": "SHA-256:76b19fa4f6866bd6183e6424423e17b23efe5915b61ba0a3e27f0c136d86c13e" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.11.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.11.zip", + "size": 222176, + "checksum": "SHA-256:f0d5cbfdd599a9fc0682a2da2786f9f24f7db3a40d9edea74067a9911c8bd96d" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.12.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.12.zip", + "size": 222131, + "checksum": "SHA-256:6d67ce4f9128e20145aa59c1cc6fe05e8317db024f4d0370cbcdedb15cd43656" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.13.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.13.zip", + "size": 222151, + "checksum": "SHA-256:35bdd036a22cffa041def6cc11551213aa14fb5daefb1b2fffc9d4a638caa267" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.14.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.14.zip", + "size": 267387, + "checksum": "SHA-256:77c13263c73ba39a0a29a69b37173cd5d2a26e7793462d1aa0e29e71ba768139" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.15.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.15.zip", + "size": 267277, + "checksum": "SHA-256:ca88b964529b0941aa583be082e0b243d0caea3c3d71d3ebaa0c744acd7da53f" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.16.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.16.zip", + "size": 267189, + "checksum": "SHA-256:3a422b54c2f3a2a721eba5c5a07219e785cf4ecfef52913bf0f0f425f1cdd637" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.17", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.17.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.17.zip", + "size": 267208, + "checksum": "SHA-256:afe0475a22dd5abf9cac85ad2f3cce9eb9d1f866cb9317a12e3f500262d0573b" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.18", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.18.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.18.zip", + "size": 267206, + "checksum": "SHA-256:ba27ddf8b586f50fd1e3f0c3ce387fbea53389ea3548e080c40f3b210a51bcb2" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.19", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.19.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.19.zip", + "size": 954703, + "checksum": "SHA-256:e14d77564cfab1e0f8f105fe67220ede33fe96d2dbb55848d150c62ceb217d94" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.20", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.20.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.20.zip", + "size": 956041, + "checksum": "SHA-256:c84b3bdb6ea821ff84bc75049f133a255b88ce6b182b4946fb226f8e4bf457ae" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.21", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.21.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.21.zip", + "size": 956941, + "checksum": "SHA-256:feedd7fcc06f497d4e2d1b5af85a91c2657175b0b320ad0bcddac19d828083ca" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.22", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.22.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.22.zip", + "size": 956927, + "checksum": "SHA-256:266e31eac5d5acf8e90f5304c0d8db232db8b6a20f2fc93bd4673dfbcbcb77e4" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.23", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.23.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.23.zip", + "size": 956929, + "checksum": "SHA-256:866b80499f4b71cc764b3dd3de0f5b071edc7bec0da05ef974a42905e68d1718" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.24", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.24.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.24.zip", + "size": 1419997, + "checksum": "SHA-256:c06d1ead447ef90a400ce0a88c003fe3a2497939a9ea0ed79209a6ad19e54451" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.25", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.25.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.25.zip", + "size": 1420113, + "checksum": "SHA-256:4ade38066519854b634d04cb66deeb65becb9c06fa2e8824b47aa517e27f6069" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.8.26", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.26.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.26.zip", + "size": 1419942, + "checksum": "SHA-256:1f101cb1bef6fcaf4a7b1f97e4b4d8386de0007739cd71ae8e2bd9c5a319350e" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.0.zip", + "size": 1452852, + "checksum": "SHA-256:7a492fc36b24907fde0c51ed4b89384ad57c584ae18f3fe6d8f110707b2fa90b" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.1.zip", + "size": 1457153, + "checksum": "SHA-256:1bddb7279ecc33a1f42a5402c13d137b03460e82bbe73cbac23b357f6763c697" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.2.zip", + "size": 1458490, + "checksum": "SHA-256:b353c02f07f29d69ad83140bd444758df7cdd39138ca567305fbdbc48364cfc4" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.3.zip", + "size": 1458343, + "checksum": "SHA-256:bbcd0ac8b61be8afc99c473594e0b2fb9fd0d97be3aa9bb899748d9b94a9f686" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.4.zip", + "size": 1459588, + "checksum": "SHA-256:7fb406842a55905d58e5ca3a7d53f5ee737bcd94eda80de1cac17889d1043553" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.5.zip", + "size": 1461420, + "checksum": "SHA-256:62d851acee92a1426ad4f73de3c8f1ff4d47f82dc4fe7542cec810d0c4dccb4d" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.6.zip", + "size": 1442418, + "checksum": "SHA-256:bd9c04d1e17d68eae97ab80331d5806bbf51da4f17a0a2c7baae181869699e34" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.9.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.7.zip", + "size": 1443621, + "checksum": "SHA-256:c2512072c04aa098cfd2595f74a7b5a84cf88d112dda6ebb6a5e1e4f82535f89" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.10.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.0.zip", + "size": 1482720, + "checksum": "SHA-256:d2ae2a1668b80ec084577f3e25df02f7c379293021f0e104b221000c25a40395" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.10.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.1.zip", + "size": 1482781, + "checksum": "SHA-256:ad78ec18cffc777f525998d5d55ab9377b9902318de47537940641b973bfd832" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.10.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.2.zip", + "size": 1482712, + "checksum": "SHA-256:eda89993d67a78b77b2c941c167a6a4e947a7914a7dcae9e88deb681eef76b0a" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.10.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.3.zip", + "size": 1482823, + "checksum": "SHA-256:1e9d8163dc36a01626a80397fdf873e599cca908084bd1c8a504264befcbe53a" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.10.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.4.zip", + "size": 1482835, + "checksum": "SHA-256:6e8d11e5de23fe7ea0f37cce711957cecdbc6173f36d37522b6b9118c64e29a6" + }, + { + "name": "Firebase ESP32 Client", + "version": "3.10.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.5.zip", + "size": 1482898, + "checksum": "SHA-256:59fa6c9cfb2c270e1490d3c30f8efabcbb92a5f89d0f31e972398bc826003810" + }, + { + "name": "STools", + "version": "0.3.4", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "A library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.4.zip", + "archiveFileName": "STools-0.3.4.zip", + "size": 5358, + "checksum": "SHA-256:c2d9712574250945e6e6418b68d7bb0e683e9015166f629d8d42273162839710" + }, + { + "name": "STools", + "version": "0.3.6", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "A library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.6.zip", + "archiveFileName": "STools-0.3.6.zip", + "size": 7075, + "checksum": "SHA-256:8bf4a81b2f7e80eadee7c9b7884f835e07457a733e4acb3c80dd2922f7c232db" + }, + { + "name": "STools", + "version": "0.3.8", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "This library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.8.zip", + "archiveFileName": "STools-0.3.8.zip", + "size": 7789, + "checksum": "SHA-256:d68587072d1fb06ebe380f7f737ae592431214736850c06490ad1ad97cc93e4c" + }, + { + "name": "STools", + "version": "0.4.0", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "This library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.0.zip", + "archiveFileName": "STools-0.4.0.zip", + "size": 9012, + "checksum": "SHA-256:d18f822d3d2e57eb0e6d1bae08f6796ca973c1c96e191bc816f639335b5f5387" + }, + { + "name": "STools", + "version": "0.4.5", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "This library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.5.zip", + "archiveFileName": "STools-0.4.5.zip", + "size": 9945, + "checksum": "SHA-256:a83146cf89f46470438791eeb186bab93357660735c73586acd1efb524f89100" + }, + { + "name": "Adafruit VEML7700 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.0.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.0.0.zip", + "size": 6462, + "checksum": "SHA-256:c02c4e2a771bbfbfd0bc7068542b74007a9df1b14bbd50b5553fa2579f6b49bd" + }, + { + "name": "Adafruit VEML7700 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.1.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.1.0.zip", + "size": 7682, + "checksum": "SHA-256:cb258f77905774048c3a45eb2e0bd6c50baf4213e26c4b820e78f9b1d68998ed" + }, + { + "name": "Adafruit VEML7700 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.1.1.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.1.1.zip", + "size": 7675, + "checksum": "SHA-256:0ea7a0e0799915045232cad50028be81b150de2bc1ed2d979bf4fc9b17549939" + }, + { + "name": "ESP32 Mail Client", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", "sentence": "Mail Client Arduino Library for ESP32", "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", "website": "https://github.com/mobizt/ESP32-Mail-Client", @@ -147246,14 +201875,14 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.1.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.1.zip", - "size": 107807, - "checksum": "SHA-256:e45f6aea28b0495fea1d7be02de65eebd4fdafc35add3f188416bc131023fea8" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.2.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.2.zip", + "size": 65412, + "checksum": "SHA-256:dccbe5269cb7895284e1ece859fc37983b7eabf4df5a60428bae6cdc1a6056dc" }, { "name": "ESP32 Mail Client", - "version": "1.2.2", + "version": "1.0.3", "author": "Mobizt", "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", "sentence": "Mail Client Arduino Library for ESP32", @@ -147263,14 +201892,14 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.2.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.2.zip", - "size": 107789, - "checksum": "SHA-256:2dce4cfca63d3cd062ca260f699d082205d0faf771131a2520b2041aa8ebdf14" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.3.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.3.zip", + "size": 65765, + "checksum": "SHA-256:212916526ed52ac04a9218de76ffcd8267ef0ff346db3daf0a314a472fd385a3" }, { "name": "ESP32 Mail Client", - "version": "1.2.3", + "version": "1.0.4", "author": "Mobizt", "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", "sentence": "Mail Client Arduino Library for ESP32", @@ -147280,14 +201909,14 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.3.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.3.zip", - "size": 107776, - "checksum": "SHA-256:8d614b60dbf9ea9c321e6493a1a6eda72f8a7ac7531f2d6b3776269865dfe626" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.4.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.4.zip", + "size": 66606, + "checksum": "SHA-256:5509ef4dedc9dddcc9ee2c3887e5162463d4a36fae076f8f20acfc194fe73806" }, { "name": "ESP32 Mail Client", - "version": "2.0.0", + "version": "1.0.5", "author": "Mobizt", "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", "sentence": "Mail Client Arduino Library for ESP32", @@ -147297,167 +201926,813 @@ "architectures": ["esp32"], "types": ["Contributed"], "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.0.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.0.zip", - "size": 108161, - "checksum": "SHA-256:0794e6b5c8252703518db53475dc59c0eaf9e13353bb99fbea5d062b3bdde1ce" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.5.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.5.zip", + "size": 67761, + "checksum": "SHA-256:1b70977e619a7c9698dd5bd95216f0be91abd876024432a28d7f8740ae88985b" }, { - "name": "iSYNC", - "version": "0.1.0", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "ESP32 Mail Client", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": ["iSYNC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.1.0.zip", - "archiveFileName": "iSYNC-0.1.0.zip", - "size": 4553, - "checksum": "SHA-256:95851e20b6f863bb52e5dbb33103d8c424287b1785e6a8d3fa03a50cf1314a28" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.0.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.0.zip", + "size": 67338, + "checksum": "SHA-256:85dc1cc63c156ea64ebf1b1eaf49d16b048f88506e638a138d1e041346828555" }, { - "name": "iSYNC", - "version": "0.2.0", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "ESP32 Mail Client", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", - "architectures": ["avr", "esp32", "esp8266"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": ["iSYNC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.0.zip", - "archiveFileName": "iSYNC-0.2.0.zip", - "size": 103809, - "checksum": "SHA-256:554576cd5a8f1349d1032742376f52d2e767ce4d1dcfff62117038a44258bd4d" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.1.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.1.zip", + "size": 67110, + "checksum": "SHA-256:f0510dd3cdac88197f2116eb5a3e87dca1d6fc291ae048689c1ae543301c841f" }, { - "name": "iSYNC", - "version": "0.2.1", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "ESP32 Mail Client", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", - "architectures": ["avr", "esp32", "esp8266"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": ["iSYNC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.1.zip", - "archiveFileName": "iSYNC-0.2.1.zip", - "size": 117256, - "checksum": "SHA-256:70e7e91846db7fde79d79b2bc5d1dce6bb5403a5737ad9fc47cdeeb813b556f8" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.2.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.2.zip", + "size": 67950, + "checksum": "SHA-256:bee94ff61644c803fc9c511f34e88b42efb36ed58dbfdf408b9d36594bb1f7d9" }, { - "name": "iSYNC", - "version": "0.2.2", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "ESP32 Mail Client", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", - "architectures": ["avr", "esp32", "esp8266", "k210"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": ["iSYNC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.2.zip", - "archiveFileName": "iSYNC-0.2.2.zip", - "size": 121304, - "checksum": "SHA-256:8f2a200d80aee814a81a7cac269153c1676d9f97e30d61b297ce899e873c1b29" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.3.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.3.zip", + "size": 68093, + "checksum": "SHA-256:12d3bd41e91c4b07fac2529dd4cb5af1bbdaa7aebe639901dabffa35c431cceb" }, { - "name": "iSYNC", - "version": "0.2.3", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", - "website": "http://www.isync.pro", + "name": "ESP32 Mail Client", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", - "architectures": ["avr", "esp32", "esp8266", "k210"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": ["iSYNC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.3.zip", - "archiveFileName": "iSYNC-0.2.3.zip", - "size": 122705, - "checksum": "SHA-256:ebc2d9e4d1bb7715518f5bcd49184c4955b9b281cdea1d9c42f7330db320be0a" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.4.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.4.zip", + "size": 68383, + "checksum": "SHA-256:132cab8e1625d8df905b1e8272f5176aaa295b59b881d04364c0618da22c196f" }, { - "name": "iSYNC", - "version": "0.2.4", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", - "website": "http://www.isync.pro", + "name": "ESP32 Mail Client", + "version": "1.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", - "architectures": ["avr", "esp32", "esp8266", "k210"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": ["iSYNC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.4.zip", - "archiveFileName": "iSYNC-0.2.4.zip", - "size": 122604, - "checksum": "SHA-256:0c2825ee2bdbc29e3d23f22b6c24210de0fc03c1397daab5d20223fd7ff6f40d" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.5.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.5.zip", + "size": 68369, + "checksum": "SHA-256:e3a52c7505b05d9ae21ec1ce675cd42a5043e49e715ac221af1a6ecdc758c938" }, { - "name": "BMP280_DEV", - "version": "1.0.3", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32 Mail Client", + "version": "1.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.3.zip", - "archiveFileName": "BMP280_DEV-1.0.3.zip", - "size": 22328, - "checksum": "SHA-256:140f4ab7c36734f92ef57149ed75c71110adc658bc5f82d6c8ad343a667075c0" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.6.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.6.zip", + "size": 68356, + "checksum": "SHA-256:a4791b64fbc3ff57510a83c5639c2877bf14af30c2c043d1b36ddcab86a2c03f" }, { - "name": "BMP280_DEV", - "version": "1.0.4", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32 Mail Client", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.4.zip", - "archiveFileName": "BMP280_DEV-1.0.4.zip", - "size": 22335, - "checksum": "SHA-256:5f1771eae8bbb449e3b1810d0819ab63473dd86d9cb2a8772ffebfd87625749e" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.0.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.0.zip", + "size": 84425, + "checksum": "SHA-256:6642b53bb678dbc99f5cd8651003fa3e9d65c2ef4d64f1edc0a23a3fd088f6b2" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "name": "ESP32 Mail Client", + "version": "1.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.1.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.1.zip", + "size": 107807, + "checksum": "SHA-256:e45f6aea28b0495fea1d7be02de65eebd4fdafc35add3f188416bc131023fea8" + }, + { + "name": "ESP32 Mail Client", + "version": "1.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.2.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.2.zip", + "size": 107789, + "checksum": "SHA-256:2dce4cfca63d3cd062ca260f699d082205d0faf771131a2520b2041aa8ebdf14" + }, + { + "name": "ESP32 Mail Client", + "version": "1.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.3.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.3.zip", + "size": 107776, + "checksum": "SHA-256:8d614b60dbf9ea9c321e6493a1a6eda72f8a7ac7531f2d6b3776269865dfe626" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.0.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.0.zip", + "size": 108161, + "checksum": "SHA-256:0794e6b5c8252703518db53475dc59c0eaf9e13353bb99fbea5d062b3bdde1ce" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.1.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.1.zip", + "size": 108177, + "checksum": "SHA-256:03cd94248de8fc0487aa7eb8938dcc29e53a7b468e1af7dfbdc2df94c78d9d66" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.2.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.2.zip", + "size": 108188, + "checksum": "SHA-256:4d570887bec7b8aa533bb24b1f8a9d31e593bfe2ae36c5ce7ee0f09c26c2ca3e" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.3.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.3.zip", + "size": 108229, + "checksum": "SHA-256:66afbf0be1464fe95f64388ed950a9db6d2a0ae2654e04b5452d7a02939b64a3" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.4.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.4.zip", + "size": 109052, + "checksum": "SHA-256:7c8073db9a3c7c735230aaa358c03422f1c70c50b55c8650bcddf2352d7b0f56" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.5.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.5.zip", + "size": 109274, + "checksum": "SHA-256:20f92ed4a1ad0e42c8188bc3317f0d2e7d8e67a0bc07c7056f8c3741f835b75e" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.6.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.6.zip", + "size": 111192, + "checksum": "SHA-256:3e2ba1efaa98fa8305897c741568624c5f01ad315ada17b9286d7bf82a9a3118" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.7.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.7.zip", + "size": 111283, + "checksum": "SHA-256:3647eeb7b5451a1eaecc1cecb2504c6cf00d20660d59fcf606d1ce16ae7c6129" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.8.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.8.zip", + "size": 111313, + "checksum": "SHA-256:e891151c0462a3abdbd0c8af9e7025fa36f7d3527b99361fd51c4036bc07ddb2" + }, + { + "name": "ESP32 Mail Client", + "version": "2.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.9.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.9.zip", + "size": 111313, + "checksum": "SHA-256:0738b6b09e5ae7ec6dc907b179cf73fe3018f4c67d3224cfe899d306ac0555ab" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.0.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.0.zip", + "size": 113008, + "checksum": "SHA-256:0dad6a7d7be28ad71971694c367b38b3c66f639cc357cae5ff4aa2ea9c2c82f1" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.1.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.1.zip", + "size": 117863, + "checksum": "SHA-256:6eb6a5879233edfc84e32c911acf9fdbcb95c19900d8721dd4cf682fbd591c11" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.2.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.2.zip", + "size": 118089, + "checksum": "SHA-256:154b58c039bb1a31564033e9421bcd6b24375946ae996d34b2f54ce446e47ae3" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.3.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.3.zip", + "size": 118087, + "checksum": "SHA-256:602febe3d71847ff40fad9c6edf1541dfd4b79d38546d0c0af55710e115bcfc9" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.4.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.4.zip", + "size": 117777, + "checksum": "SHA-256:a453aab2769ca0760b06a9a7a87b63fa70534ffaf1c5895e55d4303da43e6d59" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.5.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.5.zip", + "size": 117783, + "checksum": "SHA-256:c95acf0e67d85b8052dc4fd18682129c5bcff90ef3f76333a76a8ecc12a65d7a" + }, + { + "name": "ESP32 Mail Client", + "version": "2.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.6.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.6.zip", + "size": 104399, + "checksum": "SHA-256:714238f8539003f254c0d6d7b3bb1823404f8b1000381877092d7755ccb19a55" + }, + { + "name": "iSYNC", + "version": "0.1.0", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": ["iSYNC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.1.0.zip", + "archiveFileName": "iSYNC-0.1.0.zip", + "size": 4553, + "checksum": "SHA-256:95851e20b6f863bb52e5dbb33103d8c424287b1785e6a8d3fa03a50cf1314a28" + }, + { + "name": "iSYNC", + "version": "0.2.0", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", + "category": "Communication", + "architectures": ["avr", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": ["iSYNC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.0.zip", + "archiveFileName": "iSYNC-0.2.0.zip", + "size": 103809, + "checksum": "SHA-256:554576cd5a8f1349d1032742376f52d2e767ce4d1dcfff62117038a44258bd4d" + }, + { + "name": "iSYNC", + "version": "0.2.1", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", + "category": "Communication", + "architectures": ["avr", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": ["iSYNC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.1.zip", + "archiveFileName": "iSYNC-0.2.1.zip", + "size": 117256, + "checksum": "SHA-256:70e7e91846db7fde79d79b2bc5d1dce6bb5403a5737ad9fc47cdeeb813b556f8" + }, + { + "name": "iSYNC", + "version": "0.2.2", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", + "category": "Communication", + "architectures": ["avr", "esp32", "esp8266", "k210"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": ["iSYNC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.2.zip", + "archiveFileName": "iSYNC-0.2.2.zip", + "size": 121304, + "checksum": "SHA-256:8f2a200d80aee814a81a7cac269153c1676d9f97e30d61b297ce899e873c1b29" + }, + { + "name": "iSYNC", + "version": "0.2.3", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", + "website": "http://www.isync.pro", + "category": "Communication", + "architectures": ["avr", "esp32", "esp8266", "k210"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": ["iSYNC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.3.zip", + "archiveFileName": "iSYNC-0.2.3.zip", + "size": 122705, + "checksum": "SHA-256:ebc2d9e4d1bb7715518f5bcd49184c4955b9b281cdea1d9c42f7330db320be0a" + }, + { + "name": "iSYNC", + "version": "0.2.4", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", + "website": "http://www.isync.pro", + "category": "Communication", + "architectures": ["avr", "esp32", "esp8266", "k210"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": ["iSYNC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.4.zip", + "archiveFileName": "iSYNC-0.2.4.zip", + "size": 122604, + "checksum": "SHA-256:0c2825ee2bdbc29e3d23f22b6c24210de0fc03c1397daab5d20223fd7ff6f40d" + }, + { + "name": "BMP280_DEV", + "version": "1.0.3", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.3.zip", + "archiveFileName": "BMP280_DEV-1.0.3.zip", + "size": 22328, + "checksum": "SHA-256:140f4ab7c36734f92ef57149ed75c71110adc658bc5f82d6c8ad343a667075c0" + }, + { + "name": "BMP280_DEV", + "version": "1.0.4", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.4.zip", + "archiveFileName": "BMP280_DEV-1.0.4.zip", + "size": 22335, + "checksum": "SHA-256:5f1771eae8bbb449e3b1810d0819ab63473dd86d9cb2a8772ffebfd87625749e" + }, + { + "name": "BMP280_DEV", + "version": "1.0.5", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.5.zip", + "archiveFileName": "BMP280_DEV-1.0.5.zip", + "size": 22449, + "checksum": "SHA-256:9b6fa3783cd262397598eded0bf93383651fb047b43232247ad2777ff0b51fda" + }, + { + "name": "BMP280_DEV", + "version": "1.0.6", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.6.zip", + "archiveFileName": "BMP280_DEV-1.0.6.zip", + "size": 22577, + "checksum": "SHA-256:5ba2ac1ff4f3487d99d2a038f69422c4e152589c1facdab35d4013cc434de941" + }, + { + "name": "BMP280_DEV", + "version": "1.0.7", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.7.zip", + "archiveFileName": "BMP280_DEV-1.0.7.zip", + "size": 23535, + "checksum": "SHA-256:553fbfe65550cb5d0f16dddf534e9de548c49530fbd26a632c6dc073fbafaecd" + }, + { + "name": "BMP280_DEV", + "version": "1.0.8", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.8.zip", + "archiveFileName": "BMP280_DEV-1.0.8.zip", + "size": 23527, + "checksum": "SHA-256:683723f3c0aa5d0ac87443b97bf635983aee55fd078c3a0518bdda5f5dcababa" + }, + { + "name": "BMP280_DEV", + "version": "1.0.12", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.12.zip", + "archiveFileName": "BMP280_DEV-1.0.12.zip", + "size": 26187, + "checksum": "SHA-256:ed3e04389f43e90ca1ea1ad8a69ffdf77b86fc218f57ef4efb7ece108088da36" + }, + { + "name": "BMP280_DEV", + "version": "1.0.14", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.14.zip", + "archiveFileName": "BMP280_DEV-1.0.14.zip", + "size": 26281, + "checksum": "SHA-256:4e87ed65614f2325e31869bc3ef81c3fc971a95da289983702a13c5bac1de7f1" + }, + { + "name": "BMP280_DEV", + "version": "1.0.15", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.15.zip", + "archiveFileName": "BMP280_DEV-1.0.15.zip", + "size": 26349, + "checksum": "SHA-256:012358094774e76b46030e3b0caac92029c89285e2118fd2e3882dfd529c7130" + }, + { + "name": "BMP280_DEV", + "version": "1.0.16", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.16.zip", + "archiveFileName": "BMP280_DEV-1.0.16.zip", + "size": 27677, + "checksum": "SHA-256:3e05776e57cc8ecebb5d5faa6df5bf9a7700f2d6a401a04cd398a7e35db79a60" + }, + { + "name": "BMP280_DEV", + "version": "1.0.17", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.17.zip", + "archiveFileName": "BMP280_DEV-1.0.17.zip", + "size": 28311, + "checksum": "SHA-256:76e72688d5dba0b69c089a15e5a79616504e0a9c7d6c270aaa8a8aa050ddfc6e" + }, + { + "name": "BMP280_DEV", + "version": "1.0.18", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.18.zip", + "archiveFileName": "BMP280_DEV-1.0.18.zip", + "size": 28521, + "checksum": "SHA-256:180dc6e8ae2e478b345eec44d0b30921454ca867a5d29fb452f81545235fd2de" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.1.zip", + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.1.zip", "archiveFileName": "BNO055SimplePacketComs-0.0.1.zip", "size": 7009, "checksum": "SHA-256:b0a87aabe9d3b0e93a07ee5258b9e33bcc34a359fefaddff98b4dc564a829798" @@ -147473,12792 +202748,168301 @@ "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.2.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.2.zip", - "size": 7009, - "checksum": "SHA-256:1ed9af4f3bad722292146b909d64883163e9e7653a9ce2e73908742a81f3eb26" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.2.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.2.zip", + "size": 7009, + "checksum": "SHA-256:1ed9af4f3bad722292146b909d64883163e9e7653a9ce2e73908742a81f3eb26" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.3.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.3.zip", + "size": 7294, + "checksum": "SHA-256:0a692ddf5e34f34242a8b36ae804274ea0aedb35604c89a89c0c80b6d912cf63" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.0.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.4.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.4.zip", + "size": 7344, + "checksum": "SHA-256:32396daefbe663b138d2c898b7c1066d6fd1c2171ffbdeed601e26797a6bd850" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.1.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.1.0.zip", + "size": 7362, + "checksum": "SHA-256:f9f8c7e79f4944361880e749568420ba8c1a967069c3944dad213cd9f8df44a9" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.1.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.1.zip", + "archiveFileName": "BNO055SimplePacketComs-0.1.1.zip", + "size": 7553, + "checksum": "SHA-256:0f2941c93cd88250c21ce0d9668790644df12149263821e802dbd45f63e176f6" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.2.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.2.0.zip", + "size": 7633, + "checksum": "SHA-256:d00e8c41d77c47c2252c98f7370c1f3ea23ae6bcf8bb0d5c685925cdda16fac6" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.2.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.1.zip", + "archiveFileName": "BNO055SimplePacketComs-0.2.1.zip", + "size": 7571, + "checksum": "SHA-256:2998581f67757f7ae9e3191eed5357612636c140b8fd7537e9fc82eebaf54674" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.3.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.3.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.3.0.zip", + "size": 4822, + "checksum": "SHA-256:9196fc90f96db6e0073924dc9f05aa16fd99d7a4aee18bf374a25a48d40f46d3" + }, + { + "name": "BNO055SimplePacketComs", + "version": "0.4.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": ["BNO055SimplePacketComs.h"], + "dependencies": [ + { + "name": "Adafruit BNO055" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "SimplePacketComs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.4.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.4.0.zip", + "size": 4956, + "checksum": "SHA-256:eda5d68910759c2cf271c30b87067680731146c4e4bf23b2a07dee7f54fec06d" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.1", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Unique Device ID Library.", + "paragraph": "Arduino Unique Device ID Library.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.1.zip", + "archiveFileName": "ArduinoUniqueID-1.0.1.zip", + "size": 5002, + "checksum": "SHA-256:db27abc6150239f83e563f8e62752e451217d38f948e732e1130c7242aebadf3" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.2", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Unique Device ID Library.", + "paragraph": "Arduino Unique Device ID Library.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.2.zip", + "archiveFileName": "ArduinoUniqueID-1.0.2.zip", + "size": 5227, + "checksum": "SHA-256:13c9141cc90e12055423fa2c15f2fdc62ee1878711470f0838775fd3a34ac14e" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.3", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported / Tested microcontroler: Atmega328pb, Atmega328p, Atmega2560 \u0026 Attiny85.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.3.zip", + "archiveFileName": "ArduinoUniqueID-1.0.3.zip", + "size": 5235, + "checksum": "SHA-256:be8d834dfa25218919890565e0cf96a88c049be975f47105ae8e957db3e7b4c6" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.4", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.4.zip", + "archiveFileName": "ArduinoUniqueID-1.0.4.zip", + "size": 6499, + "checksum": "SHA-256:a13002a3a0768313b6ef25ba9d4609e7364e9150b0829435b59e54f080749962" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.5", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.5.zip", + "archiveFileName": "ArduinoUniqueID-1.0.5.zip", + "size": 6513, + "checksum": "SHA-256:7393c7333438610a05be2fdb19664f1700559337b7a13d1f27cbe420b8efedd2" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.6", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.6.zip", + "archiveFileName": "ArduinoUniqueID-1.0.6.zip", + "size": 7282, + "checksum": "SHA-256:0c7c565433b903d458bdc1bab8f5628b8046e66b8e4f8e7e5dceca1924a7ac72" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.7", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.7.zip", + "archiveFileName": "ArduinoUniqueID-1.0.7.zip", + "size": 8373, + "checksum": "SHA-256:108ff1479144bb9b4cbc14e16ff96e951e8b2f5383b67b3b06ae1b57c8f1653f" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.8", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.8.zip", + "archiveFileName": "ArduinoUniqueID-1.0.8.zip", + "size": 8604, + "checksum": "SHA-256:3b7cc7d1d53a350ffa194d15b5125e14d0874388c9a593cef73561a7374c30c6" + }, + { + "name": "ArduinoUniqueID", + "version": "1.0.9", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.9.zip", + "archiveFileName": "ArduinoUniqueID-1.0.9.zip", + "size": 8596, + "checksum": "SHA-256:1b62cb9563bfeeebcbaea3abdec7b2c8c2d77735e4b40050540a2ab1e9c11124" + }, + { + "name": "ArduinoUniqueID", + "version": "1.1.0", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", + "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": ["ArduinoUniqueID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.1.0.zip", + "archiveFileName": "ArduinoUniqueID-1.1.0.zip", + "size": 9226, + "checksum": "SHA-256:bbcf0c54cb91702b9bfd56addd870cf781b81918762c0502f251c3760759de13" + }, + { + "name": "RT-Thread", + "version": "0.2.2", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.2.2.zip", + "archiveFileName": "RT_Thread-0.2.2.zip", + "size": 171001, + "checksum": "SHA-256:bdac5efaf3f95a262701eb05ff97cf3e3f40a7f94e6a98a7168a6ff2a96509e8" + }, + { + "name": "RT-Thread", + "version": "0.3.0", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.0.zip", + "archiveFileName": "RT_Thread-0.3.0.zip", + "size": 896816, + "checksum": "SHA-256:523f6222969caaf253acefbe7983def652f5ef60758fc39cf85ea965f50ba61a" + }, + { + "name": "RT-Thread", + "version": "0.3.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.1.zip", + "archiveFileName": "RT_Thread-0.3.1.zip", + "size": 897738, + "checksum": "SHA-256:9e92610c7a5ca9abf13541cb61f9aab5aff786be488b3500e3ddb09ff033ed9d" + }, + { + "name": "RT-Thread", + "version": "0.4.0", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.0.zip", + "archiveFileName": "RT_Thread-0.4.0.zip", + "size": 899333, + "checksum": "SHA-256:32f67b2f6363ae58aad88cee717b0c9b58ac5d7308f634f803bbf5171f428ff0" + }, + { + "name": "RT-Thread", + "version": "0.4.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.1.zip", + "archiveFileName": "RT_Thread-0.4.1.zip", + "size": 899333, + "checksum": "SHA-256:552f902cb69ed260d9298ea4d2558b34a193538f35bf5466fbd86927b4211167" + }, + { + "name": "RT-Thread", + "version": "0.4.2", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.2.zip", + "archiveFileName": "RT_Thread-0.4.2.zip", + "size": 901726, + "checksum": "SHA-256:7fb90fcef82b6d7922d9e93a4c77bfb0422b7fb8386772599ce4fcb96a844a7f" + }, + { + "name": "RT-Thread", + "version": "0.4.3", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.3.zip", + "archiveFileName": "RT_Thread-0.4.3.zip", + "size": 901821, + "checksum": "SHA-256:df2cd8e6b375888e0a133573b3f4ffdf1811036eacd2b7b5ee8ffa3cdfb6d49d" + }, + { + "name": "RT-Thread", + "version": "0.4.4", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.4.zip", + "archiveFileName": "RT_Thread-0.4.4.zip", + "size": 901817, + "checksum": "SHA-256:3e060173d616f3818ec18b6e18e066abe4563c940302f6cf24fb66f3afa16bea" + }, + { + "name": "RT-Thread", + "version": "0.5.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.5.1.zip", + "archiveFileName": "RT_Thread-0.5.1.zip", + "size": 921807, + "checksum": "SHA-256:12499627ea6afc8f7bab760e1f998a206417b62bc073d58406167f18330fe902" + }, + { + "name": "RT-Thread", + "version": "0.6.0", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.0.zip", + "archiveFileName": "RT_Thread-0.6.0.zip", + "size": 949499, + "checksum": "SHA-256:e805d8f2b149e13fa2b0be25c8b147bdeab893487a065951b0f5eb65d5dde360" + }, + { + "name": "RT-Thread", + "version": "0.6.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.1.zip", + "archiveFileName": "RT_Thread-0.6.1.zip", + "size": 949622, + "checksum": "SHA-256:66a0c29edeb82e5636a41a112101fdbad0435af02d9aae995c3116aa5f45abc8" + }, + { + "name": "RT-Thread", + "version": "0.7.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.1.zip", + "archiveFileName": "RT_Thread-0.7.1.zip", + "size": 962986, + "checksum": "SHA-256:3b6b8ceb9063a70de2c1fc81194da726031631af8b1067904188de9237b7ea38" + }, + { + "name": "RT-Thread", + "version": "0.7.3", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.3.zip", + "archiveFileName": "RT_Thread-0.7.3.zip", + "size": 978109, + "checksum": "SHA-256:aad56a0e2ef3580460d2753ab67981cf362240f72d6aac8e43e09a51a3376c13" + }, + { + "name": "RT-Thread", + "version": "0.8.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd", "gd32v"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.8.1.zip", + "archiveFileName": "RT_Thread-0.8.1.zip", + "size": 1058514, + "checksum": "SHA-256:81e825ab407c22f30fa7792b1109c8a3686c1fec75590b979b0575ca4c175f03" + }, + { + "name": "RT-Thread", + "version": "0.9.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd", "gd32v", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.9.0.zip", + "archiveFileName": "RT_Thread-0.9.0.zip", + "size": 1065320, + "checksum": "SHA-256:9929f9f4312840c91555f0292277f0d218c6ccd5557d13155ff6877332491456" + }, + { + "name": "RT-Thread", + "version": "0.9.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", + "architectures": ["sam", "samd", "gd32v", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.9.1.zip", + "archiveFileName": "RT_Thread-0.9.1.zip", + "size": 1065375, + "checksum": "SHA-256:52afc9742e68b03dea63e054b44a67bb48942e9a8566740b6d3e939720912c13" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.0.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.0.0.zip", + "size": 11627, + "checksum": "SHA-256:55f19307d72e4ac8eeed786f6f3404be07a54f1a79bfb1412963d977a55122a5" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.2.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.2.0.zip", + "size": 11819, + "checksum": "SHA-256:12dace82f8972a1de62a4eecd6dcf5bcb1af11c7b7509f47022c0349d04f484f" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.0.zip", + "size": 11915, + "checksum": "SHA-256:7c1bd3c446943883e8ddad55a9766b7950310f302523c6d6599a0a8324864dbd" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.1.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.1.zip", + "size": 11934, + "checksum": "SHA-256:8638604084c8dbd122793262631d5c9a1100e933f35dd2153ebc1c1e2dc7fddb" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.2.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.2.zip", + "size": 11935, + "checksum": "SHA-256:b685689d95274b7a7386adaf669ef29750243885115961ce8042e9225d1fbd32" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.3.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.3.zip", + "size": 11990, + "checksum": "SHA-256:57de7147d251377c80f5f79d57bbd4f5009dab5055a9971d7ddc13c5de2a791e" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.4.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.4.zip", + "size": 12058, + "checksum": "SHA-256:7f6630ecaefaa9660b1c84945b26bd1a4904ece0b83281719290adf5805b5ed5" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.5.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.5.zip", + "size": 12050, + "checksum": "SHA-256:f71efda4e741f39baca27620fdb27df6ff4e1b8714441b9f4c9ed54a29a183b2" + }, + { + "name": "Adafruit INA260 Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.5.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.5.0.zip", + "size": 12881, + "checksum": "SHA-256:d5cdc5c8d97fe70234b2f1c2d1ae9494893a10fd87d03788fb5cd6b6096608d0" + }, + { + "name": "Legoino", + "version": "0.1.0", + "author": "Cornelius Munz \u003clegoino@lulle.de\u003e", + "maintainer": "Cornelius Munz \u003clegoino@lulle.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like WeDo, Boost, PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Legoino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.1.0.zip", + "archiveFileName": "Legoino-0.1.0.zip", + "size": 10594, + "checksum": "SHA-256:0cfd7fdc09238223df6a38a36dd38316104896e8ef8942ad3e6a2a7d65a9a52b" + }, + { + "name": "Legoino", + "version": "0.2.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.0.zip", + "archiveFileName": "Legoino-0.2.0.zip", + "size": 16283, + "checksum": "SHA-256:136f710f915470e243318de9ed79b1057efe1a28aa6a1b4f6cb61513655088d0" + }, + { + "name": "Legoino", + "version": "0.2.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.2.zip", + "archiveFileName": "Legoino-0.2.2.zip", + "size": 16325, + "checksum": "SHA-256:c73268b80042f25487c5c3a206a9d9605d8d2a95ac296fe979bbbe64140afd88" + }, + { + "name": "Legoino", + "version": "0.3.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.3.0.zip", + "archiveFileName": "Legoino-0.3.0.zip", + "size": 16397, + "checksum": "SHA-256:cfd3655341f8f0256d957b12b1a07ef6ec753a3790d6c926831640f3cfe04c35" + }, + { + "name": "Legoino", + "version": "0.3.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.3.1.zip", + "archiveFileName": "Legoino-0.3.1.zip", + "size": 16368, + "checksum": "SHA-256:4fb7695a920e3fde67ebe89e56ce0f07b9fa368d76de7fe2336379511fff4f24" + }, + { + "name": "Legoino", + "version": "0.4.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.4.0.zip", + "archiveFileName": "Legoino-0.4.0.zip", + "size": 24315, + "checksum": "SHA-256:19d78e76f8f9c36b9492f082df23ee87d478b5744a77800cbf23f9c394620aae" + }, + { + "name": "Legoino", + "version": "0.5.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.0.zip", + "archiveFileName": "Legoino-0.5.0.zip", + "size": 27189, + "checksum": "SHA-256:2021092f7298455ba99775613c47e4b50e1902f5fcfe3470f058014832e1518a" + }, + { + "name": "Legoino", + "version": "0.5.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.1.zip", + "archiveFileName": "Legoino-0.5.1.zip", + "size": 28768, + "checksum": "SHA-256:a8ab7364926e19002824be3deac92c0b2145e31709b52e919e8d1167a701f988" + }, + { + "name": "Legoino", + "version": "0.5.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.2.zip", + "archiveFileName": "Legoino-0.5.2.zip", + "size": 29164, + "checksum": "SHA-256:f77472671fe7973e098d29e3046c6e89a69358fb20beadf4f4d5941564b9a0c2" + }, + { + "name": "Legoino", + "version": "0.6.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.0.zip", + "archiveFileName": "Legoino-0.6.0.zip", + "size": 31333, + "checksum": "SHA-256:328a2aa0bf3306b2251f787bdb1aae21b92e790656ed1e5a59684edee7f0489e" + }, + { + "name": "Legoino", + "version": "0.6.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.1.zip", + "archiveFileName": "Legoino-0.6.1.zip", + "size": 31338, + "checksum": "SHA-256:414ecb1e184695955c59d5ab1e51b2bdb30934d7a5a195ff8d92246c6902b255" + }, + { + "name": "Legoino", + "version": "0.6.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.2.zip", + "archiveFileName": "Legoino-0.6.2.zip", + "size": 31646, + "checksum": "SHA-256:3726fd744b5b763491527ebafb3e2598672bec48cf24760a132e063d631b5442" + }, + { + "name": "Legoino", + "version": "0.7.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h", "ControlPlusHub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.7.0.zip", + "archiveFileName": "Legoino-0.7.0.zip", + "size": 37473, + "checksum": "SHA-256:5d55da68ed0c83242ecd3fb77f25160d2acadbb3a6990424b6a1b31341c5fd8c" + }, + { + "name": "Legoino", + "version": "0.7.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h", "ControlPlusHub.h"], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.7.1.zip", + "archiveFileName": "Legoino-0.7.1.zip", + "size": 37581, + "checksum": "SHA-256:f61076d05bd187ee214463ff42cd18e8885165489a5e370a6eee93c5eb3a83cc" + }, + { + "name": "Legoino", + "version": "0.8.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h", "ControlPlusHub.h"], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.8.0.zip", + "archiveFileName": "Legoino-0.8.0.zip", + "size": 38897, + "checksum": "SHA-256:da619c71f58626bea7e65c229a92b2495ef5c50a997cd8e2f843ddf2adde9cce" + }, + { + "name": "Legoino", + "version": "0.8.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h", "ControlPlusHub.h"], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.8.1.zip", + "archiveFileName": "Legoino-0.8.1.zip", + "size": 39246, + "checksum": "SHA-256:fb8ffb2cb671748889f1b6e09cb5bce5e152b61a1d7c7a15105f714597505747" + }, + { + "name": "Legoino", + "version": "1.0.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.0.zip", + "archiveFileName": "Legoino-1.0.0.zip", + "size": 7479162, + "checksum": "SHA-256:ef0b14c7ba094d1551b486747f8d8cb2900a631cf1286cef8db5abe308b5ea16" + }, + { + "name": "Legoino", + "version": "1.0.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.1.zip", + "archiveFileName": "Legoino-1.0.1.zip", + "size": 7479118, + "checksum": "SHA-256:c2da5e44104a7fec8215c6e92e9b9d39e976d86b733772dfdf524fe7e14b5c4e" + }, + { + "name": "Legoino", + "version": "1.0.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.2.zip", + "archiveFileName": "Legoino-1.0.2.zip", + "size": 7479563, + "checksum": "SHA-256:37234308713f4327d820bf76d1f3d2e2d375696ca950b990627f36a2e61fca8b" + }, + { + "name": "Legoino", + "version": "1.0.3", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.3.zip", + "archiveFileName": "Legoino-1.0.3.zip", + "size": 7480442, + "checksum": "SHA-256:b1dfb83d754d8b17676e873cdaaa9a5bda01bd64b6c74369a6d0fdad7c623147" + }, + { + "name": "Legoino", + "version": "1.0.4", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.4.zip", + "archiveFileName": "Legoino-1.0.4.zip", + "size": 7480605, + "checksum": "SHA-256:2f2c1eb09661178565035275edf8cccc19ffae254c2401077b361b4cc4a87024" + }, + { + "name": "Legoino", + "version": "1.1.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.1.0.zip", + "archiveFileName": "Legoino-1.1.0.zip", + "size": 7482859, + "checksum": "SHA-256:bd1193433fcb62a431c35846fc71b73c9c9421f70d196b9e3bca3f26b48bf27f" + }, + { + "name": "ESP_LM35", + "version": "1.0.0", + "author": "Community Maker Alcoi", + "maintainer": "Arnyminer Z (arnyminer.z@gmail.com)", + "sentence": "A library for the ESP boards to make easier using the LM35 temperature sensor.", + "paragraph": "It should work with other 32 bits boards, or normal boards, if changing resolution. Other sensors may work too.", + "website": "https://github.com/CMakerA/ESP_LM35", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/CMakerA/ESP_LM35.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMakerA/ESP_LM35-1.0.0.zip", + "archiveFileName": "ESP_LM35-1.0.0.zip", + "size": 7540, + "checksum": "SHA-256:e0bb7466b99b0dd00784e3abc3183f531e6d9152f46adfd68fd8ce12afbef556" + }, + { + "name": "SavLayFilter", + "version": "1.0.0", + "author": "James Deromedi", + "maintainer": "James Deromedi", + "sentence": "Savitzky-Golay Filtering Algorithm", + "paragraph": "A Savitzky-Golay Filtering Algorithm that can take input data and smooth it and/or compute up to the 5th derivative. Works from cubic to sexic polynomials.", + "website": "https://github.com/jmderomedi/SavitzkyGolayFilter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmderomedi/SavitzkyGolayFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmderomedi/SavLayFilter-1.0.0.zip", + "archiveFileName": "SavLayFilter-1.0.0.zip", + "size": 1791023, + "checksum": "SHA-256:f1060ffc33be92554ab12d60aa7f81c6772d43bf7595681b01e207f0e5881c96" + }, + { + "name": "Morse", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Morse code class for Arduino", + "paragraph": "morse comunication", + "website": "https://github.com/offcircuit/Morse", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Morse.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Morse-1.0.0.zip", + "archiveFileName": "Morse-1.0.0.zip", + "size": 16651, + "checksum": "SHA-256:cf590fbb84732c83cb7d6c2fce2c013ea21213c7a120018e224c0a95a0b20396" + }, + { + "name": "SHCSR04", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.0.0.zip", + "archiveFileName": "SHCSR04-1.0.0.zip", + "size": 14616, + "checksum": "SHA-256:1ef6178f2d9ebfa4823ab6564724ac818be2761706139830f72f711435dc8a3b" + }, + { + "name": "SHCSR04", + "version": "1.1.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.1.0.zip", + "archiveFileName": "SHCSR04-1.1.0.zip", + "size": 14618, + "checksum": "SHA-256:c018c98a254dc5708a46f51efc413ca89fcb1a222d5d08a5701ecb7b212b5485" + }, + { + "name": "SHCSR04", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-2.0.0.zip", + "archiveFileName": "SHCSR04-2.0.0.zip", + "size": 14624, + "checksum": "SHA-256:fc597eab94c8d6796e8265cd2fbcac3e241af43bc17aa805251f2f460bfaf59a" + }, + { + "name": "SHCSR04", + "version": "2.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-2.0.1.zip", + "archiveFileName": "SHCSR04-2.0.1.zip", + "size": 14620, + "checksum": "SHA-256:2d367cea14dd73e3bad76a306a9ede432d5b8678fcffceb63fb96c8fdb705b5f" + }, + { + "name": "Uptime Library", + "version": "1.0.0", + "author": "Yiannis Bourkelis", + "maintainer": "Yiannis Bourkelis", + "sentence": "Uptime library for Arduino boards and compatible systems", + "paragraph": "Easily read the uptime since device startup, in days, hours, minutes and milliseconds, without the 49 days overflow limitation of the millis() function.", + "website": "https://github.com/YiannisBourkelis/Uptime-Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YiannisBourkelis/Uptime-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YiannisBourkelis/Uptime_Library-1.0.0.zip", + "archiveFileName": "Uptime_Library-1.0.0.zip", + "size": 21306, + "checksum": "SHA-256:eb4da9be503b67fbe0bba3d657e5bc7c0dffe79649613ef3a937fb3897c7b574" + }, + { + "name": "FreeRTOS_SAMD21", + "version": "0.9.1", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-0.9.1.zip", + "archiveFileName": "FreeRTOS_SAMD21-0.9.1.zip", + "size": 187779, + "checksum": "SHA-256:27b9d3d6872fd03db2edbaac6846f841b89cfb91bc63dc17ea5ba1029631229f" + }, + { + "name": "FreeRTOS_SAMD21", + "version": "1.0.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-1.0.0.zip", + "archiveFileName": "FreeRTOS_SAMD21-1.0.0.zip", + "size": 191178, + "checksum": "SHA-256:46bdd234fac1716e9c204c49d1743be0e23a6fe0eb31c3711d80dfd69bd0abbe" + }, + { + "name": "FreeRTOS_SAMD21", + "version": "2.2.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-2.2.0.zip", + "archiveFileName": "FreeRTOS_SAMD21-2.2.0.zip", + "size": 239207, + "checksum": "SHA-256:df40c346933349ae745c1a70d14d3cab44806dea82511fcd4a81674160702c78" + }, + { + "name": "FreeRTOS_SAMD21", + "version": "2.3.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-2.3.0.zip", + "archiveFileName": "FreeRTOS_SAMD21-2.3.0.zip", + "size": 240753, + "checksum": "SHA-256:e411745058273549bfa1c94636a719552eb039875b98306c364e81be691206a0" + }, + { + "name": "Utilities", + "version": "0.0.2", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbist", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.0.2.zip", + "archiveFileName": "Utilities-0.0.2.zip", + "size": 15136, + "checksum": "SHA-256:743cc6fb90237ba13883dfec3f4168cbc19c93507a055414e080e8695c10776b" + }, + { + "name": "Utilities", + "version": "0.1.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: printArray, digitalToggle, pinModeGroup, digitalWriteGroup and others!", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.1.0.zip", + "archiveFileName": "Utilities-0.1.0.zip", + "size": 15993, + "checksum": "SHA-256:fff3cd940d81e52cd71e75c7c635ab371bbedc4b9f852fd4d9a81fa554b531a8" + }, + { + "name": "Utilities", + "version": "0.2.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: doEvery, pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, echo, printArray, splitString!", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.2.0.zip", + "archiveFileName": "Utilities-0.2.0.zip", + "size": 16565, + "checksum": "SHA-256:d1559403042d375eeed7e72d59ea8749265bac63d5c95f355929cd5c6b623673" + }, + { + "name": "Utilities", + "version": "0.4.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. Also some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.0.zip", + "archiveFileName": "Utilities-0.4.0.zip", + "size": 21184, + "checksum": "SHA-256:1919234ced42a80ed6f6579ac45a537b3d24548c2336baaff4f6cbb59f63359e" + }, + { + "name": "Utilities", + "version": "0.4.1", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. Also some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.1.zip", + "archiveFileName": "Utilities-0.4.1.zip", + "size": 21222, + "checksum": "SHA-256:5de27c2dff02d583ae1c423d62ba186485c5a7f58c712229186b18d605576173" + }, + { + "name": "Utilities", + "version": "0.4.4", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.4.zip", + "archiveFileName": "Utilities-0.4.4.zip", + "size": 21608, + "checksum": "SHA-256:535861f0217b3dabf698d3b15f93e5ec067deff90f6bceab33fd54cf416806cd" + }, + { + "name": "Utilities", + "version": "0.4.5", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.5.zip", + "archiveFileName": "Utilities-0.4.5.zip", + "size": 21660, + "checksum": "SHA-256:4b4097b0638e1e0fc7b892e28d6b926598ae5996aae2c05dc8e4a1e48cbf71a0" + }, + { + "name": "Utilities", + "version": "0.4.6", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.6.zip", + "archiveFileName": "Utilities-0.4.6.zip", + "size": 22452, + "checksum": "SHA-256:667531b96061a603cb9babb2a38793b373d589133b0d74ab25d535508e972c51" + }, + { + "name": "WiFiConnect", + "version": "1.0.1", + "author": "Stuart Blair", + "maintainer": "Stuart Blair \u003cstuart@bfam.co.uk\u003e", + "sentence": "A WiFi Manager for ESP8266 or ESP32 with OLED support", + "paragraph": "A easy to use WiFi manager with support for an OLED display, configurable through a captive portal", + "website": "https://github.com/smurf0969/WiFiConnect", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/smurf0969/WiFiConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smurf0969/WiFiConnect-1.0.1.zip", + "archiveFileName": "WiFiConnect-1.0.1.zip", + "size": 177110, + "checksum": "SHA-256:5dfd58bc867d401a7aff51f152a68d45f5adb5140c062fe47d8e82c7fcfea9aa" + }, + { + "name": "M5StickC", + "version": "0.0.1", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.1.zip", + "archiveFileName": "M5StickC-0.0.1.zip", + "size": 1603184, + "checksum": "SHA-256:dfc63780eaa0c61ce609a4f9ca4d5bc8b0cbb3857ff5059fcf81cc1ed49bbe34" + }, + { + "name": "M5StickC", + "version": "0.0.2", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.2.zip", + "archiveFileName": "M5StickC-0.0.2.zip", + "size": 870198, + "checksum": "SHA-256:ddb534f420a7214c327eedce55d6d4476d26bcd44a31f9ccb2094736f1369e9c" + }, + { + "name": "M5StickC", + "version": "0.0.3", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.3.zip", + "archiveFileName": "M5StickC-0.0.3.zip", + "size": 876640, + "checksum": "SHA-256:6b0fcf010481d48a2d93b1e22a55455ff57d4f66ef9b42679356570ca1d1779c" + }, + { + "name": "M5StickC", + "version": "0.0.4", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.4.zip", + "archiveFileName": "M5StickC-0.0.4.zip", + "size": 882339, + "checksum": "SHA-256:613a894b191992ceaec6ae094c2233b5fd13b89685476c699a0ae67e25aa1ff0" + }, + { + "name": "M5StickC", + "version": "0.0.5", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.5.zip", + "archiveFileName": "M5StickC-0.0.5.zip", + "size": 882338, + "checksum": "SHA-256:8378e729a2c55801aac2370c85f0fbccf5dfb38d9dfe28124a863041f6044142" + }, + { + "name": "M5StickC", + "version": "0.0.7", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.7.zip", + "archiveFileName": "M5StickC-0.0.7.zip", + "size": 1064858, + "checksum": "SHA-256:140579795ce34c092a3b5a80352f6dcd1589079c6df302cca3249d2147578432" + }, + { + "name": "M5StickC", + "version": "0.1.0", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.0.zip", + "archiveFileName": "M5StickC-0.1.0.zip", + "size": 1073687, + "checksum": "SHA-256:970a0a6891b64225f85e2b5c7e332ffa4f38091c7351a553c4b29843318b5d0a" + }, + { + "name": "M5StickC", + "version": "0.1.1", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.1.zip", + "archiveFileName": "M5StickC-0.1.1.zip", + "size": 1083559, + "checksum": "SHA-256:c0b693af8627442e8c451c0cc8b352225afbe9596da6f5dd43098c5fe59ad9fc" + }, + { + "name": "M5StickC", + "version": "0.2.0", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.0.zip", + "archiveFileName": "M5StickC-0.2.0.zip", + "size": 1229551, + "checksum": "SHA-256:d48f8bc010264def3fa58284ec5470df0d13f5846386344ea1bbe1995a4a12ab" + }, + { + "name": "M5StickC", + "version": "0.2.1", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": ["M5StickC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.1.zip", + "archiveFileName": "M5StickC-0.2.1.zip", + "size": 1297105, + "checksum": "SHA-256:85a6d92837f564a530a11718e3d76c2186890b40738a3e8c9bc8897bd7f173aa" + }, + { + "name": "Firebase ESP8266 Client", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-1.0.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-1.0.5.zip", + "size": 51676, + "checksum": "SHA-256:29ec337c0cb070b9a316d81fe7a6a0fdd072e6963cea20351305b3e3ae9cf775" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.0.zip", + "size": 62291, + "checksum": "SHA-256:0c61c806bf878f3172beb2cfd670d825f5bbe782a130470feacc3698b4bfc7e1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.1.zip", + "size": 63141, + "checksum": "SHA-256:0c1e3afb1535748236b9a0cb3ddb41a1a54a46ec6635e277ef5d45113939e2d9" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.2.zip", + "size": 63154, + "checksum": "SHA-256:6736243d34a5903ce6a656d890c7648992fd70afd86023b46c22a5ccf2c7a94f" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.3.zip", + "size": 72271, + "checksum": "SHA-256:a650990918b7531dd4e4070d35ece084a3afac9addffb645e9df96b9c26db024" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.4.zip", + "size": 76097, + "checksum": "SHA-256:b5af18ce5a41ac0a1a82f39eb3fb158f31d071ba3a1b0f9d5c6ecb107e40c860" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.0.zip", + "size": 84509, + "checksum": "SHA-256:1156f5bf6332d7984e2c197e29646e61968330203c21cae4828ae9fe473bf7a8" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.1.zip", + "size": 84511, + "checksum": "SHA-256:32438d6d72f25138b63984977e1c5f1db84328fc9127c3f9fc311c0b19990e6a" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.3.zip", + "size": 84203, + "checksum": "SHA-256:927ed379b1d3ac6e5cce74d232d516c018e76653aaa5cc0dcb613789b72734a6" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.4.zip", + "size": 88192, + "checksum": "SHA-256:173000ce05c54b55baa1a079fd30d0cc6daaea04a8fb85308635977d7ea18392" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.5.zip", + "size": 88522, + "checksum": "SHA-256:a421379cf00868fd22324c30c6568438831e5db49f94b8d116340644ef19c4c3" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.6.zip", + "size": 89283, + "checksum": "SHA-256:b63fb0432644ffeea99d326d8fcef684121777ba781fae5a468ae1009ac479e7" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.2.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.2.0.zip", + "size": 94479, + "checksum": "SHA-256:e2f080ed0b609d57bc8cc46fba4ac67e77a7afb7b4af5f548a1c43cc562d332f" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.3.0.zip", + "size": 95315, + "checksum": "SHA-256:ffed03a4271bcdefc4def4d05fe7e9d9885d3609adce44e2ab1ac7b9897eb1e3" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.3.1.zip", + "size": 101285, + "checksum": "SHA-256:fd40a482a7fd8ad170393823e1e88348e66f5d42d997d0b01bfe4a20b2508fc2" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.3.2.zip", + "size": 101098, + "checksum": "SHA-256:08974ef6abca1481883558613e635731208cccdadcb79b6254459051330c37fb" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.4.0.zip", + "size": 113865, + "checksum": "SHA-256:8bad2b3a70d8b77a57e3fe05a2b37ccf9ace15cacf1b1dc269ac58913935dce0" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.4.1.zip", + "size": 117407, + "checksum": "SHA-256:3e60ba4fe68b60bc8df81e6753b72b02f848da217ca3b84b83910f8751f9151b" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.4.2.zip", + "size": 117538, + "checksum": "SHA-256:bfc09a68ebddb049c842de7475e6e6652e7c9a33a2eee730e9364cfb8a20d5d1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.0.zip", + "size": 138964, + "checksum": "SHA-256:1948a73435bddbe707f63e08a370f259a63d3637046b3873b41092ef8b319ab1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.1.zip", + "size": 141865, + "checksum": "SHA-256:a1e27d9e6e357bcc62f37f6b76d8aff59611bbb51c4d6ca6e53ef2865bf909f9" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.2.zip", + "size": 143394, + "checksum": "SHA-256:c58a2feb025a60a977df4267d7189e3c9df9ec1ab55ad56314e23c8b6300a584" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.3.zip", + "size": 143813, + "checksum": "SHA-256:14a4f021896ae8fa9425c8abd6d8eafb87fc1d24b72a3a6eb28b31d1e2013aab" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.4.zip", + "size": 143808, + "checksum": "SHA-256:8137017ad1a0b0ffcfce2a5b3f789c31ec75e1bdadd482016611f3cd3ece62d1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.5.zip", + "size": 144295, + "checksum": "SHA-256:f854f2ab7fcf1fadbb085501c5886fed02c48490af1c2cb8ead33282bd502b29" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.6.zip", + "size": 144219, + "checksum": "SHA-256:d6c34b573d5742cff6c16425d54caf3500cb106dbbf735f2f99bd57d5e0786d6" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.7.zip", + "size": 144248, + "checksum": "SHA-256:22a016c0a32ebd878811dadba6dff195268917f24a0e52fa110eaeccb08535bd" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.8.zip", + "size": 144804, + "checksum": "SHA-256:4594a145b9fc1e48fef45241611d0581587737ab93cf3eb221717b5f25cebf20" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.6.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.9.zip", + "size": 144806, + "checksum": "SHA-256:32e904e897534818d3b1bdfce86d47c686e34e93fc1979ebed568830d7756633" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.0.zip", + "size": 144815, + "checksum": "SHA-256:0cc4e1e8483d8b4750a8ab69964af4c793a44d12f35b8c4ba80ad176c6d84ad4" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.1.zip", + "size": 145073, + "checksum": "SHA-256:e2f45e1544ad26fcac2925a6c13faa3ae48e2629d5154120e24a029e4c9fccd2" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.2.zip", + "size": 145352, + "checksum": "SHA-256:71c195ac1ffcbd05ffb03274bedac9f32a4d2b5b5cc4bc49b10c1cb82403029b" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.3.zip", + "size": 145349, + "checksum": "SHA-256:50dfaf6196497108b3f6fc1304fc6eb56a00548b5f0ccf4a181ddc3f1b7cb006" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.4.zip", + "size": 145394, + "checksum": "SHA-256:3bc1092713d9d719db531732b8064438717f9e611e56ed05f8633baa4f8a06b9" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.5.zip", + "size": 145442, + "checksum": "SHA-256:bed247a523c17cbb2e8fee77c04603c8dfa3dc86f63cec3d15635c935993d4f9" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.6.zip", + "size": 145555, + "checksum": "SHA-256:277a949283b07a627db93730bbf8e3e89713fbc68b7f1561a506694134303d4e" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.7.zip", + "size": 153889, + "checksum": "SHA-256:b96751d9b684c7deac767ad865a8dd34b3a2482faed027f632d8cdb871766b40" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.8.zip", + "size": 153524, + "checksum": "SHA-256:71ed7a9250543e690be33af69a750ee637ceda41cb6f54e5e591de8a8a0f823c" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.7.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.9.zip", + "size": 153642, + "checksum": "SHA-256:957ad9752b18c86396c7fdfa4460542449f66b88cee896def598fe9a896252ea" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.0.zip", + "size": 153676, + "checksum": "SHA-256:53f15f5b631c1aa0feed2d413e805da4245bada35f18acec7c18be2cbba12b1d" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.1.zip", + "size": 153699, + "checksum": "SHA-256:84515f9c436e11ac059dec585f1b43c452203c123536a4bacf65e566a26a1ed3" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.2.zip", + "size": 155122, + "checksum": "SHA-256:e4aa4d9ff70af92fea0a20f76cd5657dbbebb37f416b57c20045b03811d5e428" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.3.zip", + "size": 154899, + "checksum": "SHA-256:d2a277cb2cf0a5d88a6911dfcdd03ba646678aa2172f8094fa538297e4e43811" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.4.zip", + "size": 158423, + "checksum": "SHA-256:3a7f3866f151d720f5eb674b6a302526cb3830d25b0102bdd2651b275c025c7a" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.5.zip", + "size": 158301, + "checksum": "SHA-256:3a81424c914171b851586608a5d972c434dc77e86e1b470b12212e2aed80f9e2" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.6.zip", + "size": 158421, + "checksum": "SHA-256:f113e9951a9801b294aacee3e3ed90d84bb0a084e1528eeda6f7374625e5c779" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.7.zip", + "size": 158605, + "checksum": "SHA-256:0336febfc2229a8383564b69025563eda81a95c65895a47074dba693aebfd001" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.8.zip", + "size": 159346, + "checksum": "SHA-256:1dd6fbca36b58654669ad0459842965503242f735eb40d1acd6e3e2691c10d05" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.8.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.9.zip", + "size": 158883, + "checksum": "SHA-256:79e8883a30e16e9c8f9c17a2c23f8c5ea9b9596e17cedc9d15eb6ee6f9ecc895" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.0.zip", + "size": 159290, + "checksum": "SHA-256:ae6c04a97f7da78e191711a01ebaedd66e0794854684ddf871bab0ff055ab401" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.1.zip", + "size": 160187, + "checksum": "SHA-256:7b79b656621784ddd19b4765115649e6c0fc8d5af117db9ce31c6b770a346800" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.2.zip", + "size": 161297, + "checksum": "SHA-256:877e6122b069d84f89e019b54e72e0079306d850b6bf1c4d7ccd01cc0d906675" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.3.zip", + "size": 161374, + "checksum": "SHA-256:d2403ac245ff1101483c0b9ebd07ccce196b2c4036654b358d53fe250bc4e1e9" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.4.zip", + "size": 164437, + "checksum": "SHA-256:dffc1e029ca57db4d04a3bfaa515c0a2f81b02048f2945e5452af62aea5709e1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.5.zip", + "size": 164575, + "checksum": "SHA-256:5abf2a4acd925bac30d6c80cf581c657ac440cff28a7251de168eec18bd8045d" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.6.zip", + "size": 164640, + "checksum": "SHA-256:4b9005f922e570c7c7f39924be4917392f7cba34cbc379c360c122c30614edab" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.7.zip", + "size": 165677, + "checksum": "SHA-256:cdacedf66f5d37f47e6d03733c583b6bd60bf88b26114da60f49ffadc56d2b6c" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.8.zip", + "size": 165598, + "checksum": "SHA-256:2dd2760a41162c55617c22a3a6f726a87c1506975cb1eea9fcc4ad1c745d3d39" + }, + { + "name": "Firebase ESP8266 Client", + "version": "2.9.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.9.zip", + "size": 166588, + "checksum": "SHA-256:54d038d219ec6f657a63a96eeac6ea651c7ea5e84b098193a7591b6a4ab2a1eb" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.1.zip", + "size": 166521, + "checksum": "SHA-256:7347db1035a6d6fcbb9fe61c0a13aed6f469b8e1208914955330e028eac0ef1d" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.2.zip", + "size": 166499, + "checksum": "SHA-256:06d8dbe65da65e8598be2253b8fb46dfcb174afa34ad1d696d144686c9036a10" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.3.zip", + "size": 166688, + "checksum": "SHA-256:e0d92dddfeac5f11f3a74c37591b3f473d481803afceceddd86329d78bbbc9da" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.4.zip", + "size": 385862, + "checksum": "SHA-256:f18d5aa7edd8b98c26436b49320de7f81c3cb7a88e56dbbf465487732d7370bc" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.5.zip", + "size": 385990, + "checksum": "SHA-256:410850de693f5370e2088468fbb0ab7aa3c2c99564ce860e186e1c4e2a13bcf4" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.6.zip", + "size": 385943, + "checksum": "SHA-256:bef77cdbf61ce00415b11ce91d7df24c0b8e7ce9ba44fa3a2b933a20e908e332" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.7.zip", + "size": 374074, + "checksum": "SHA-256:bba961a609a298d694d533e20585b3217053cd743d1cd6fb8966c541d45796e5" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.0.zip", + "size": 426479, + "checksum": "SHA-256:affe3695bd528b112ef5f083a0e85a6baf0152fb04004891f09cfbe79a79eee5" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.1.zip", + "size": 427200, + "checksum": "SHA-256:7dcea49016dfaf567679a1c71e561d0aecfade28b9d5928e9fcf87044fc54450" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.2.zip", + "size": 427236, + "checksum": "SHA-256:88bfe18e29e147650115ae1355ae56fd6f0d542087c2bc5780b59c4106cc254b" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.3.zip", + "size": 1114761, + "checksum": "SHA-256:3e5c95a0c5223e26cd1fbf3eb0c7cb850e1a6c7d3ea6b30bc3dbba7862595fff" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.4.zip", + "size": 1116164, + "checksum": "SHA-256:d7e8a71b1447171f58b0bd1ee69d418e1847f1a86dc221873a927b75f8525d01" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.5.zip", + "size": 1117067, + "checksum": "SHA-256:09d07786847a4fd82454ff08c34eac209f733ec2c20df1b698a2877dd4a13b8a" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.6.zip", + "size": 1117046, + "checksum": "SHA-256:c876a137f012ad65f34ad1ba51330d776d7ace5c25d4ed3b5aa2bf0c0e790235" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.7.zip", + "size": 1117040, + "checksum": "SHA-256:eec20c0f476c359304cb7afb375e8cd7b65c99400d5c517897e05e98753fd7b1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.8.zip", + "size": 1117312, + "checksum": "SHA-256:c113dfd490da1ef7313e6cb81ccee9788d45226be1fdf2bc49c1be8cab01d4de" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.9.zip", + "size": 1117148, + "checksum": "SHA-256:505f2d63d40eda18ebfe33e6e5424022aeaf4d39b4244f0b99fa122c515bbcac" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.12.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.12.zip", + "size": 1148720, + "checksum": "SHA-256:a2128de37797f219effab75377477ee4e5e3c4691fdfbc86fffaee46b162d3bf" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.13.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.13.zip", + "size": 1153129, + "checksum": "SHA-256:0f5a970bf6a91e900ad9242e03ba76f3db07ef5a18e3a91aec4f8236e3c07df6" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.14.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.14.zip", + "size": 1154696, + "checksum": "SHA-256:869ed74fe8b33ba6f160b7fb3a1388490741eca9cc670a5afe1680ee7a16137b" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.15.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.15.zip", + "size": 1154546, + "checksum": "SHA-256:0b51c7abb4edd42992d6349e003b51f95b35ec0984df9c8deea1be710d7d5649" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.1.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.16.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.16.zip", + "size": 1155799, + "checksum": "SHA-256:e422c72cd819d579761cb9bee9c941ee8d2cce5baf5e4cdbfc3d95519b77e8a1" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.0.zip", + "size": 1158075, + "checksum": "SHA-256:3d1860b3b4d445985d2da7bb324fbf41fea54e2c71020a3778e45e8dfb23c18b" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.1.zip", + "size": 1158205, + "checksum": "SHA-256:a57ad27c1426768c9478f90adeb34d78f22e08cb8aed95e28afec263982ee3ba" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.2.zip", + "size": 1138949, + "checksum": "SHA-256:bdc7ddd158e1198df4bf533f8b6ae02fe6d752ca03701f19cb10d19a55bb8e33" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.3.zip", + "size": 1187513, + "checksum": "SHA-256:b802a905eb14daf12c930b0c964c80d909b4df47d8f59fa77a80921a11b6d2c5" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.0.zip", + "size": 1226312, + "checksum": "SHA-256:7be9e280d5028abc38a8eeec529cf9510ef55be802fb151c4163cdf6c2644655" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.1.zip", + "size": 1226371, + "checksum": "SHA-256:d295ae26d1365ad85270c89736166b704c9a6dd606b395ec6b614800b325e485" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.2.zip", + "size": 1226306, + "checksum": "SHA-256:4a4c5d762f0d8ef5223d8a7b895c78a422233bb07a51cbe2fd0b640d870b8b95" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.3.zip", + "size": 1226407, + "checksum": "SHA-256:a20f7d3342ae508d5b5094311ad4d8764fc1fca32913f32caab7109186be9c1c" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.4.zip", + "size": 1226412, + "checksum": "SHA-256:4464c624392c1f4d359faccf03643393fd7616bcb24e10343e572866d73abaad" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.5.zip", + "size": 1226434, + "checksum": "SHA-256:bf06f7b3e6d9e46036227f647353d9ea0b0111b558386162a55ac194defd6902" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.6.zip", + "size": 1226463, + "checksum": "SHA-256:007328e1eaed1203de37ce683d5a757b3644deaa50ebdd595419ff162c2b9e6e" + }, + { + "name": "Firebase ESP8266 Client", + "version": "3.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.7.zip", + "size": 1226414, + "checksum": "SHA-256:9385023af051fd2757215a2e36dd8d33fdaa482cfad22e16b4206d8d3f1b10b8" + }, + { + "name": "IBusBM", + "version": "1.0.0", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", + "paragraph": "With this library you can interface to any RC receiver (such as TGY-IA6B) that supports the Flysky iBUS protocol. Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/IBusBM.git", + "providesIncludes": ["IBusBM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.0.zip", + "archiveFileName": "IBusBM-1.0.0.zip", + "size": 478926, + "checksum": "SHA-256:d47a7d3aba1979319fab43515d8ebd8ca5ac190aa21b07ed89198bccb83b10d8" + }, + { + "name": "IBusBM", + "version": "1.0.1", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/IBusBM.git", + "providesIncludes": ["IBusBM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.1.zip", + "archiveFileName": "IBusBM-1.0.1.zip", + "size": 479097, + "checksum": "SHA-256:94ef686ba36a7d85eb4031905a90edea09022b3ec5707ed4a755df8bdcb4ca26" + }, + { + "name": "IBusBM", + "version": "1.1.0", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR and ESP32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/IBusBM.git", + "providesIncludes": ["IBusBM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.0.zip", + "archiveFileName": "IBusBM-1.1.0.zip", + "size": 483614, + "checksum": "SHA-256:4c834f5c42caac2226772bb5458265311c0f8247458557c59385952ec3b2369e" + }, + { + "name": "IBusBM", + "version": "1.1.1", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/IBusBM.git", + "providesIncludes": ["IBusBM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.1.zip", + "archiveFileName": "IBusBM-1.1.1.zip", + "size": 483864, + "checksum": "SHA-256:5b78bdcc7c6731e1fa9af4ba25539ddb6e6280dc5cf9e5f4355d7655b3900d2a" + }, + { + "name": "IBusBM", + "version": "1.1.3", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/IBusBM.git", + "providesIncludes": ["IBusBM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.3.zip", + "archiveFileName": "IBusBM-1.1.3.zip", + "size": 490301, + "checksum": "SHA-256:18465f8367ca84b702cfc9d34722a0abdecc00166a7914f01489fc47f4503358" + }, + { + "name": "IBusBM", + "version": "1.1.4", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/IBusBM.git", + "providesIncludes": ["IBusBM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.4.zip", + "archiveFileName": "IBusBM-1.1.4.zip", + "size": 492402, + "checksum": "SHA-256:9a30dcfec7664d2a7c9deb81ada7dce2f2cf50320cd05ceb545f9abc2384d746" + }, + { + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", + "size": 15879, + "checksum": "SHA-256:96b31c8c7386bfaafb0260977288058e8227895fbdffa3f5088e1fbf4f344415" + }, + { + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", + "size": 20106, + "checksum": "SHA-256:a9eaf4cc01ba940eab985372d577261d2bc323d7ad73c956e6f4324022a0c064" + }, + { + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", + "size": 20128, + "checksum": "SHA-256:12a2eaedd46cd3440a910d8fe1a20de337207b92b05725e1d4a98d99a4a6fdc8" + }, + { + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", + "size": 20125, + "checksum": "SHA-256:2d4a162d2607ad4972659b015b2fc6cd78cd11e3d709c8112d2c1e1d7c8f57ae" + }, + { + "name": "SimpleCLI", + "version": "1.0.0", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhnSimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.0.zip", + "archiveFileName": "SimpleCLI-1.0.0.zip", + "size": 39090, + "checksum": "SHA-256:f104e2cd7c009e4e3b1fbaa10f198060a838847de4e2ec2a19f9b3a9fde74b5e" + }, + { + "name": "SimpleCLI", + "version": "1.0.2", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.2.zip", + "archiveFileName": "SimpleCLI-1.0.2.zip", + "size": 175389, + "checksum": "SHA-256:96228a9e5f7772d3f6fede683bcbd9fe4b7a391a86321b967c4db43961341b3d" + }, + { + "name": "SimpleCLI", + "version": "1.0.3", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.3.zip", + "archiveFileName": "SimpleCLI-1.0.3.zip", + "size": 175559, + "checksum": "SHA-256:8dbc2d7de806e7d86349f3ed2986ed50167f8beb1f48344a1f16ffbbbc1f7c0e" + }, + { + "name": "SimpleCLI", + "version": "1.0.4", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.4.zip", + "archiveFileName": "SimpleCLI-1.0.4.zip", + "size": 175581, + "checksum": "SHA-256:793be9cc137e3b28a08fb83031d49bda5c27e4689acff426aab5571b5311ee27" + }, + { + "name": "SimpleCLI", + "version": "1.0.5", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.5.zip", + "archiveFileName": "SimpleCLI-1.0.5.zip", + "size": 175991, + "checksum": "SHA-256:ce4f664fcd3d46bf100a223702ff982f85035e63bfd92fd30ecdf7e15670c6fc" + }, + { + "name": "SimpleCLI", + "version": "1.0.6", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.6.zip", + "archiveFileName": "SimpleCLI-1.0.6.zip", + "size": 176411, + "checksum": "SHA-256:6e273af7a2578b39cae93797847b564bbb5e77d5535318bf7f55adbc76af6a40" + }, + { + "name": "SimpleCLI", + "version": "1.0.7", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.7.zip", + "archiveFileName": "SimpleCLI-1.0.7.zip", + "size": 176407, + "checksum": "SHA-256:8aa09409152d8a78a74c8142942aeecd2a600e58b43e30f5da09812e2c035556" + }, + { + "name": "SimpleCLI", + "version": "1.0.8", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.8.zip", + "archiveFileName": "SimpleCLI-1.0.8.zip", + "size": 176486, + "checksum": "SHA-256:93e776483c1e28deb995735cc35c2b77ee8aeb6e93eff0508c4c2fa76db80e5d" + }, + { + "name": "SimpleCLI", + "version": "1.0.9", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.9.zip", + "archiveFileName": "SimpleCLI-1.0.9.zip", + "size": 176492, + "checksum": "SHA-256:c21792414a2e3727c26c5892f68d5c4c6a100d5d5dbfc1682848ab41738782a7" + }, + { + "name": "SimpleCLI", + "version": "1.1.0", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.1.0.zip", + "archiveFileName": "SimpleCLI-1.1.0.zip", + "size": 176829, + "checksum": "SHA-256:90c4b9e81bc123d6a6e2fc4eada7488d0ba5b01e3b6b16d1f9afbe640fd7f18a" + }, + { + "name": "SimpleCLI", + "version": "1.1.1", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "providesIncludes": ["SimpleCLI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.1.1.zip", + "archiveFileName": "SimpleCLI-1.1.1.zip", + "size": 176853, + "checksum": "SHA-256:36a42552659a40f92740b8d6ddda4307399f14ffe4856f5dcd67c3d53ec54a40" + }, + { + "name": "Charset", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Charset library for Arduino", + "paragraph": "A char set", + "website": "https://github.com/offcircuit/Charset", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Charset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-1.0.0.zip", + "archiveFileName": "Charset-1.0.0.zip", + "size": 16190, + "checksum": "SHA-256:ca2343a6b8be4364f89fd682f6dbd678c9e080cb72e76d8e81e5ab4fffba3248" + }, + { + "name": "Charset", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Charset library for Arduino", + "paragraph": "A char set", + "website": "https://github.com/offcircuit/Charset", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Charset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-2.0.0.zip", + "archiveFileName": "Charset-2.0.0.zip", + "size": 16191, + "checksum": "SHA-256:11cc6e8b1f641e10933142af5a1d025f60998b29ffaa2a73dddedccdf955e845" + }, + { + "name": "Charset", + "version": "2.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Charset library for Arduino", + "paragraph": "A char set", + "website": "https://github.com/offcircuit/Charset", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/Charset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-2.0.1.zip", + "archiveFileName": "Charset-2.0.1.zip", + "size": 16191, + "checksum": "SHA-256:e03d928a203e9cfd89f6bb856fdbaca781b5a33b69b2cfa156ca1587ad674f37" + }, + { + "name": "ElegantOTA", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.0.0.zip", + "archiveFileName": "ElegantOTA-1.0.0.zip", + "size": 643040, + "checksum": "SHA-256:dafd100395329c59d10ed794ad7f6cb338131f162f64b71a99013b8c707fbdac" + }, + { + "name": "ElegantOTA", + "version": "1.1.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.1.0.zip", + "archiveFileName": "ElegantOTA-1.1.0.zip", + "size": 629348, + "checksum": "SHA-256:c3456cf8fd27fd4d589d6efe7ddd96a4d056527d6eef548df704ba6851987740" + }, + { + "name": "ElegantOTA", + "version": "2.2.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.0.zip", + "archiveFileName": "ElegantOTA-2.2.0.zip", + "size": 548953, + "checksum": "SHA-256:f4e8edc61e35a663c3065dfebecc056940275658d0e53a86ed573174326c0c7e" + }, + { + "name": "ElegantOTA", + "version": "2.2.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.1.zip", + "archiveFileName": "ElegantOTA-2.2.1.zip", + "size": 548662, + "checksum": "SHA-256:d2a763bc2b3d82c943ce8bccaca069f1db583d2c2920bc523fb0c4bc504d99c2" + }, + { + "name": "ElegantOTA", + "version": "2.2.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.2.zip", + "archiveFileName": "ElegantOTA-2.2.2.zip", + "size": 533665, + "checksum": "SHA-256:0b7d42c3c51c913476d4d99d1c2e2ec67f1d647ef3904a45e542922ab909cf97" + }, + { + "name": "ElegantOTA", + "version": "2.2.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.3.zip", + "archiveFileName": "ElegantOTA-2.2.3.zip", + "size": 543076, + "checksum": "SHA-256:eef341948ae0d339195f32a7bdb4ccfc191d505dc5625e442296f1cf112d2398" + }, + { + "name": "ElegantOTA", + "version": "2.2.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.4.zip", + "archiveFileName": "ElegantOTA-2.2.4.zip", + "size": 545228, + "checksum": "SHA-256:7314f37276a6861fbfe9c58ecf3e8dbc6df806b4d91c2c547d924e627a7521b9" + }, + { + "name": "Lime Labs HDC2080", + "version": "1.0.1", + "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", + "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", + "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", + "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", + "website": "https://github.com/lime-labs/HDC2080-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.0.1.zip", + "archiveFileName": "Lime_Labs_HDC2080-1.0.1.zip", + "size": 9061, + "checksum": "SHA-256:c62812c72ea202965d38e37fb89fc15044be5d23b8bce264cb0dfae52802513e" + }, + { + "name": "Lime Labs HDC2080", + "version": "1.1.2", + "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", + "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", + "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", + "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", + "website": "https://github.com/lime-labs/HDC2080-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.1.2.zip", + "archiveFileName": "Lime_Labs_HDC2080-1.1.2.zip", + "size": 1052253, + "checksum": "SHA-256:7687a9248a961902babeeabd3192eb70f41aaf052794f6938d6d1a684492f26d" + }, + { + "name": "LIS3DH motion detection", + "version": "0.0.3", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": ["lis3dh-motion-detection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.3.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.3.zip", + "size": 679652, + "checksum": "SHA-256:31aab73a51dbb0c34b107bd1b6cf5faf48b24eb78ae87afd6ee9ef47cc52cc29" + }, + { + "name": "LIS3DH motion detection", + "version": "0.0.4", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": ["LIS3DH-motion-detection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.4.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.4.zip", + "size": 679650, + "checksum": "SHA-256:9cdc4e3fc8a0d35e1fbf645ab19e378309231ee07d0c346a7014d9a8fc20d4f4" + }, + { + "name": "LIS3DH motion detection", + "version": "0.0.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": ["LIS3DH motion detection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.1.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.1.zip", + "size": 679513, + "checksum": "SHA-256:c60dadd95f7e80e5ad8da635c120c202ca2132de346f6da831e4cfc64e627aaa" + }, + { + "name": "LIS3DH motion detection", + "version": "0.0.5", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": ["LIS3DH-motion-detection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.5.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.5.zip", + "size": 668181, + "checksum": "SHA-256:b3f46aa9edcfdea6e154a6b5bf9ec7e73b0d85d3ca1994fdcf52feb595cd9199" + }, + { + "name": "LIS3DH motion detection", + "version": "0.0.6", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": ["LIS3DH-motion-detection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.6.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.6.zip", + "size": 668384, + "checksum": "SHA-256:6527f16f8c7dfc5160e29985b58237eb0e7b8dcb925b7a3bc2bdea633ad57095" + }, + { + "name": "EspHtmlTemplateProcessor", + "version": "1.0.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", + "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", + "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.0.0.zip", + "archiveFileName": "EspHtmlTemplateProcessor-1.0.0.zip", + "size": 19980, + "checksum": "SHA-256:9cd106ebffb26ef91b46a732e947fad588d705b2ae9ae4592e2b73acf644672c" + }, + { + "name": "EspHtmlTemplateProcessor", + "version": "1.2.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", + "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", + "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.2.0.zip", + "archiveFileName": "EspHtmlTemplateProcessor-1.2.0.zip", + "size": 20490, + "checksum": "SHA-256:d30181a91b8074f0cd53ac36da8558c2cef521f7fb57088fcb3d4ac14f1eff89" + }, + { + "name": "EspHtmlTemplateProcessor", + "version": "1.2.1", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", + "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", + "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.2.1.zip", + "archiveFileName": "EspHtmlTemplateProcessor-1.2.1.zip", + "size": 20509, + "checksum": "SHA-256:f60529d0a97a56add1bac06318aa65b9925877b32b5686f16363d2c1da2ddcb7" + }, + { + "name": "PulseCom", + "version": "1.0.0", + "author": "Angel Zaprianov \u003cfire1@abv.bg\u003e", + "maintainer": "Angel Zaprianov \u003cfire1@abv.bg\u003e", + "sentence": "Universal communication library for protocols using pulse length to define bytes.", + "paragraph": "Provides universal library to read data from protocols that are using pulse length to define bytes. This library uses EnableInterrupt library in order to allow more pins to be used for communication.", + "website": "http://github.com/fire1/PulseCom", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fire1/PulseCom.git", + "providesIncludes": ["PulseCom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fire1/PulseCom-1.0.0.zip", + "archiveFileName": "PulseCom-1.0.0.zip", + "size": 101208, + "checksum": "SHA-256:2e49de5bb54c13070980e4750903d84457f63cbfe34efd6b9f9a4c927505cf76" + }, + { + "name": "ClosedCube TCA9548A", + "version": "2019.3.23", + "author": "ClosedCube", + "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", + "sentence": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", + "paragraph": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", + "website": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9548A-2019.3.23.zip", + "archiveFileName": "ClosedCube_TCA9548A-2019.3.23.zip", + "size": 8045, + "checksum": "SHA-256:ecb1b7a2c49aab8f6b518f0d71f84f6c6b9d59124bc910336fba439d8d61b066" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.0.0", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.0.0.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.0.0.zip", + "size": 705900, + "checksum": "SHA-256:f4e9ca73104a53b1fddc9facc868c605b9827b469fd9bb4522f60bd2776df482" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.1.0", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.0.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.0.zip", + "size": 69278, + "checksum": "SHA-256:353cf9695f1d1be14f00fbcda73904028050becd5500b61ec3f31e7f934f7baf" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.1.1", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.1.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.1.zip", + "size": 47369, + "checksum": "SHA-256:3678b5e55af2d0e606281a49485caa8d96cdaa19716ae74fcb0eb3b61c116eeb" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.1.2", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.2.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.2.zip", + "size": 47703, + "checksum": "SHA-256:6f2a059024ecdb99a2b23547fe69bfa73d3a429b5a3394552e7460fed3c6f41e" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.1.3", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.3.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.3.zip", + "size": 46791, + "checksum": "SHA-256:ff7782a46cba30a0af90a08150a913fe5a69057b518746ac06abe16ba82527e5" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.1.4", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.4.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.4.zip", + "size": 46764, + "checksum": "SHA-256:0b2a1c4ec687dd93f0dcfc87c56ab29ae1986cb0054f4227f6814f786f43b135" + }, + { + "name": "Isolated ISE Probe Interface", + "version": "1.2.0", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.2.0.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.2.0.zip", + "size": 47012, + "checksum": "SHA-256:f9af788a8a55d3beee7a0c9899d3e9922ff12c245d6feb8d06f6e5ff8abc7a9e" + }, + { + "name": "XInput", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.0.zip", + "archiveFileName": "XInput-1.0.0.zip", + "size": 24268, + "checksum": "SHA-256:1e44a7b265296403b0f3812cd8595b23922305e8beb18b4e056195fa3eab42db" + }, + { + "name": "XInput", + "version": "1.0.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.1.zip", + "archiveFileName": "XInput-1.0.1.zip", + "size": 26302, + "checksum": "SHA-256:d4d32e5cf4f04af65e9c1c436d18884577904e69983a60fcc1bc9c7a0f291d8e" + }, + { + "name": "XInput", + "version": "1.1.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.1.0.zip", + "archiveFileName": "XInput-1.1.0.zip", + "size": 26599, + "checksum": "SHA-256:ec78e9b960e5bb6b10fface40a2b6e06f24f0b648dcaddaec607530cb046e70d" + }, + { + "name": "XInput", + "version": "1.2.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.1.zip", + "archiveFileName": "XInput-1.2.1.zip", + "size": 26818, + "checksum": "SHA-256:07997a0873d801e0c67fc602679545d844586de38e779847bab5890cf43d44c6" + }, + { + "name": "XInput", + "version": "1.2.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.2.zip", + "archiveFileName": "XInput-1.2.2.zip", + "size": 26957, + "checksum": "SHA-256:e6e3bf68b6b9f8acca5880c5c636d9121307fdfcd4715ddc2ad9b86041e044ba" + }, + { + "name": "XInput", + "version": "1.2.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.3.zip", + "archiveFileName": "XInput-1.2.3.zip", + "size": 27050, + "checksum": "SHA-256:b8310918e18cc855a5d842860a0d8e1f8ffc6859d3fde9b4fbd8585751172d38" + }, + { + "name": "XInput", + "version": "1.2.4", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.4.zip", + "archiveFileName": "XInput-1.2.4.zip", + "size": 27245, + "checksum": "SHA-256:aab2fa6584bbd14c019084b860dfd2574b7dce8d7dbc1c99c9b211c90489d9f5" + }, + { + "name": "XInput", + "version": "1.2.5", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": ["XInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.5.zip", + "archiveFileName": "XInput-1.2.5.zip", + "size": 27338, + "checksum": "SHA-256:b806704f6acebc5d66e17abdee63b5c93dc5de6f8fde27af092b721512778c05" + }, + { + "name": "DualVNH5019MotorShieldMod3", + "version": "3.0.1-dualshilds", + "author": "Pololu/photodude", + "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", + "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", + "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", + "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", + "archiveFileName": "DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", + "size": 12746, + "checksum": "SHA-256:01f9db92a1791b35b2fe131d180a1a4cae94103e561e87ef16e0f1e5422e02a4" + }, + { + "name": "DualVNH5019MotorShieldMod3", + "version": "3.2.0-dualshilds", + "author": "Pololu/photodude", + "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", + "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", + "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", + "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.2.0-dualshilds.zip", + "archiveFileName": "DualVNH5019MotorShieldMod3-3.2.0-dualshilds.zip", + "size": 13762, + "checksum": "SHA-256:957a9948a41379628640329bf6594cad1d2d8b99de9622136cfe1efbc2d00a9b" + }, + { + "name": "Xbox 360 Controller LEDs", + "version": "1.1.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Mimic the Xbox 360 controller's LED patterns.", + "paragraph": "Includes blinking, rotating, alternating, and player specific patterns that can be set manually or via USB packet.", + "website": "https://github.com/dmadison/Xbox360ControllerLEDs", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/Xbox360ControllerLEDs.git", + "providesIncludes": ["X360ControllerLEDs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Xbox_360_Controller_LEDs-1.1.2.zip", + "archiveFileName": "Xbox_360_Controller_LEDs-1.1.2.zip", + "size": 19997, + "checksum": "SHA-256:b582c79b89fb49cd47c54847f4d7f7753a62e1141ae4f9d89ada959dd51ddbc3" + }, + { + "name": "SoilHygrometer", + "version": "1.0.0", + "author": "Giuseppe Martini", + "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", + "sentence": "Allows Arduino/Genuino boards to simplify the use of the soil hygrometer.", + "paragraph": "This library simplify the use of a soil hygrometer.\u003cbr\u003eIt contains many function to manage a soil hygrometer.\u003cbr\u003e", + "website": "https://github.com/gmarty2000-ARDUINO/arduino-SOIL_HYGROMETER", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gmarty2000-ARDUINO/arduino-SOIL_HYGROMETER.git", + "providesIncludes": ["SoilHygrometer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/SoilHygrometer-1.0.0.zip", + "archiveFileName": "SoilHygrometer-1.0.0.zip", + "size": 15884, + "checksum": "SHA-256:ce23cedcd35d0793dc9450768ba090892772aeff51d8e761930c96b62ddd2de4" + }, + { + "name": "MotorVID28", + "version": "1.0.0", + "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", + "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", + "website": "https:/github.com/GewoonGijs/VID28.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GewoonGijs/VID28.git", + "providesIncludes": ["MotorVID28.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.0.zip", + "archiveFileName": "MotorVID28-1.0.0.zip", + "size": 20144, + "checksum": "SHA-256:04a350698c347a582b4cc1128c413c6391b973f5b44f84acc7785790fbdc8b6c" + }, + { + "name": "MotorVID28", + "version": "1.0.2", + "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", + "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", + "website": "https://github.com/GewoonGijs/VID28.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GewoonGijs/VID28.git", + "providesIncludes": ["MotorVID28.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.2.zip", + "archiveFileName": "MotorVID28-1.0.2.zip", + "size": 20146, + "checksum": "SHA-256:d7f7a2b02020ba8b46a0317177d08ab3614772c6747b476fe3550fa3ae8a0968" + }, + { + "name": "MotorVID28", + "version": "1.1.0", + "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", + "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", + "website": "https://github.com/GewoonGijs/VID28.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GewoonGijs/VID28.git", + "providesIncludes": ["MotorVID28.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.1.0.zip", + "archiveFileName": "MotorVID28-1.1.0.zip", + "size": 10345, + "checksum": "SHA-256:30af1f3e062a58f4d3ff2e691a4199af2561c7000b568d23f40cf9d3eb806a62" + }, + { + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", + "size": 29927, + "checksum": "SHA-256:7b3a88ed41d00484b9a0c2873d7632dd3487a7e4c2806f9126de6788da5951be" + }, + { + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", + "size": 30217, + "checksum": "SHA-256:9389194d27f0a0de906b9a7fd51ff4a3dbf2a9f89da54b797ba23413f0d1e658" + }, + { + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", + "size": 30285, + "checksum": "SHA-256:4ccd215bdbcb8107ae0292467ec586544d7ee95f2462892719b674cb862808c5" + }, + { + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.2.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.2.3.zip", + "size": 30730, + "checksum": "SHA-256:c995dd4dddf007b6e508fd900294ae3e8cfd20fb2196ced039fc1450e758760d" + }, + { + "name": "LCDIC2", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.0.0.zip", + "archiveFileName": "LCDIC2-1.0.0.zip", + "size": 15821, + "checksum": "SHA-256:394a38581c900a0a08445ce090abb1174a21d0a9db8fa5405b63f018701883a0" + }, + { + "name": "LCDIC2", + "version": "1.1.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.1.0.zip", + "archiveFileName": "LCDIC2-1.1.0.zip", + "size": 15927, + "checksum": "SHA-256:51bd1ac539f066245fc357d901531655e1999bf84642f6cea4a711a21b639619" + }, + { + "name": "LCDIC2", + "version": "1.2.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.2.0.zip", + "archiveFileName": "LCDIC2-1.2.0.zip", + "size": 16080, + "checksum": "SHA-256:eabc2c9ae026bc18ca06223bae5d90183f29add2248bcb94f9648783d805eb12" + }, + { + "name": "LCDIC2", + "version": "1.3.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.3.0.zip", + "archiveFileName": "LCDIC2-1.3.0.zip", + "size": 16029, + "checksum": "SHA-256:f0e5addcba2df6d7db03609200a9e0e03721049a02b7361ff9c92ed24b2e6539" + }, + { + "name": "LCDIC2", + "version": "1.4.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.4.0.zip", + "archiveFileName": "LCDIC2-1.4.0.zip", + "size": 16066, + "checksum": "SHA-256:ea171c52662d4d084691581ef4a017aa51e95b76700bbd4da12bdb976a7902b6" + }, + { + "name": "LCDIC2", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.0.0.zip", + "archiveFileName": "LCDIC2-2.0.0.zip", + "size": 16274, + "checksum": "SHA-256:f44457cfb895832b599bb59264b4e5fee8d448c4e62595cbf70a809d7176692a" + }, + { + "name": "LCDIC2", + "version": "2.1.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.1.0.zip", + "archiveFileName": "LCDIC2-2.1.0.zip", + "size": 16573, + "checksum": "SHA-256:52a3dec574572570252e50dcace0c5025d9d691dbf67ad0fc6107aab93cc7daa" + }, + { + "name": "LCDIC2", + "version": "2.2.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.0.zip", + "archiveFileName": "LCDIC2-2.2.0.zip", + "size": 16631, + "checksum": "SHA-256:8b00a28ad75ced59a551bcdc86d310ce1787cbdd0e04c2d183fccfa5fc50863e" + }, + { + "name": "LCDIC2", + "version": "2.2.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.1.zip", + "archiveFileName": "LCDIC2-2.2.1.zip", + "size": 16626, + "checksum": "SHA-256:35b8138e07880b6cd3382577bfe6678e269e70cef87aec1e2c4ac9370c7b04b0" + }, + { + "name": "LCDIC2", + "version": "2.2.2", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.2.zip", + "archiveFileName": "LCDIC2-2.2.2.zip", + "size": 16643, + "checksum": "SHA-256:92a6b9b80d6f5fe03dadd9dcc4e5a37706a9fca2184c9aca6d4332691b213797" + }, + { + "name": "LCDIC2", + "version": "2.2.3", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.3.zip", + "archiveFileName": "LCDIC2-2.2.3.zip", + "size": 16643, + "checksum": "SHA-256:00bc12285ecf4eef3afb487e37520dd15fb073d7005894ccda073c5f99493284" + }, + { + "name": "LCDIC2", + "version": "2.2.4", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.4.zip", + "archiveFileName": "LCDIC2-2.2.4.zip", + "size": 16730, + "checksum": "SHA-256:baab0ac55aa562c7ee9a80dba43d8782d7e0dc7cfef6c59437e18804d39f2d44" + }, + { + "name": "LCDIC2", + "version": "2.2.5", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.5.zip", + "archiveFileName": "LCDIC2-2.2.5.zip", + "size": 16733, + "checksum": "SHA-256:3974c3a76486f83bb6f6671f51d6b98f592e54d5a98d56c269c56c1dde55e0c5" + }, + { + "name": "LCDIC2", + "version": "2.2.6", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.6.zip", + "archiveFileName": "LCDIC2-2.2.6.zip", + "size": 16750, + "checksum": "SHA-256:34011f36e36266027a126364e06f8218dc58ba8b27d601a895d69808f2609d50" + }, + { + "name": "LCDIC2", + "version": "2.2.7", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.7.zip", + "archiveFileName": "LCDIC2-2.2.7.zip", + "size": 16746, + "checksum": "SHA-256:fc9fbe2d96bb58509d1e1147e054d5ec08c21aa0dd2d6c7003c380b5af6ea56b" + }, + { + "name": "LCDIC2", + "version": "2.2.8", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.8.zip", + "archiveFileName": "LCDIC2-2.2.8.zip", + "size": 16749, + "checksum": "SHA-256:2319eee4997a84ede4ac553027166815c016f1a5580ebe3ffac3109bbef8655f" + }, + { + "name": "LCDIC2", + "version": "2.3.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.1.zip", + "archiveFileName": "LCDIC2-2.3.1.zip", + "size": 16749, + "checksum": "SHA-256:eed0056c9569d60426db3e1307abdd6248d6c5a16ebbfe38384ab4b3814756a3" + }, + { + "name": "LCDIC2", + "version": "2.3.2", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.2.zip", + "archiveFileName": "LCDIC2-2.3.2.zip", + "size": 16670, + "checksum": "SHA-256:aa7d513477486f3d4e4de860579544801a6bed148c6a4787e34a78890859ab30" + }, + { + "name": "LCDIC2", + "version": "2.3.3", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.3.zip", + "archiveFileName": "LCDIC2-2.3.3.zip", + "size": 16541, + "checksum": "SHA-256:01daf2e940e524c7a787a82bf2b7a56b7e2d2a1483104e6a64c601df9aea047a" + }, + { + "name": "ServoEasing", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003eLinear\u003c/li\u003e\u003cli\u003eQuadratic\u003c/li\u003e\u003cli\u003eCubic\u003c/li\u003e\u003cli\u003eQuartic\u003c/br\u003e\u003c/li\u003e\u003cli\u003eSine\u003c/li\u003e\u003cli\u003eCircular\u003c/li\u003e\u003cli\u003eBack\u003c/li\u003e\u003cli\u003eElastic\u003c/li\u003e\u003cli\u003eBounce\u003c/li\u003e\u003cli\u003eUser defined\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eEach function supports the following \u003cb\u003eeasing types\u003c/b\u003e:\u003cul\u003e\u003cli\u003eIn\u003c/li\u003e\u003cli\u003eOot\u003c/li\u003e\u003cli\u003eInOut\u003c/li\u003e\u003cli\u003eBouncingOutIn\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.0.0.zip", + "archiveFileName": "ServoEasing-1.0.0.zip", + "size": 69012, + "checksum": "SHA-256:1018569607415fafe742946b433f1323c979432d8ac328fdc8d7f6b945770a00" + }, + { + "name": "ServoEasing", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003c/br\u003e\u003c/br\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.1.0.zip", + "archiveFileName": "ServoEasing-1.1.0.zip", + "size": 94327, + "checksum": "SHA-256:d9304a350513b9660a46835d2da8f661f39bd4768627c444ee6d151bc6d4feda" + }, + { + "name": "ServoEasing", + "version": "1.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.2.0.zip", + "archiveFileName": "ServoEasing-1.2.0.zip", + "size": 96649, + "checksum": "SHA-256:77d1bceca7fc0cb8f58b72a0e2762c8c44025b22963afd79b896b1757b917483" + }, + { + "name": "ServoEasing", + "version": "1.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.0.zip", + "archiveFileName": "ServoEasing-1.3.0.zip", + "size": 333832, + "checksum": "SHA-256:88fdbe2e36926e9e225bbbb613c0aaad892c83f00a779a3785ec682b1b3e1a93" + }, + { + "name": "ServoEasing", + "version": "1.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.1.zip", + "archiveFileName": "ServoEasing-1.3.1.zip", + "size": 540381, + "checksum": "SHA-256:8a6ae0d4910507aac15480a0fcbcd550c21df2637cddab840c1012ed4efec85c" + }, + { + "name": "ServoEasing", + "version": "1.4.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.0.zip", + "archiveFileName": "ServoEasing-1.4.0.zip", + "size": 584308, + "checksum": "SHA-256:e2c8f662c4e5dc8eda2f1c9ecc69eba251e5b4ec65bfad4b100753b1b32ab8c1" + }, + { + "name": "ServoEasing", + "version": "1.4.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.1.zip", + "archiveFileName": "ServoEasing-1.4.1.zip", + "size": 666006, + "checksum": "SHA-256:5509f370e5afe583dff9ede389820c8b1250e7a8da95c90668399d13981d4108" + }, + { + "name": "ServoEasing", + "version": "1.4.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.2.zip", + "archiveFileName": "ServoEasing-1.4.2.zip", + "size": 710883, + "checksum": "SHA-256:4f04ac24e2f38e69d59e5a7b3a424c3e288846219fff6f8b477c7ce3b30d0835" + }, + { + "name": "ServoEasing", + "version": "1.4.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.3.zip", + "archiveFileName": "ServoEasing-1.4.3.zip", + "size": 711673, + "checksum": "SHA-256:a03ea1846e590ff43453caaa64a887247f8065f157239cb55936fbfb7610848a" + }, + { + "name": "ServoEasing", + "version": "1.5.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.0.zip", + "archiveFileName": "ServoEasing-1.5.0.zip", + "size": 728510, + "checksum": "SHA-256:ff425a4636b863daf8880d52bd3bced313a2feff27e8b2562927faeaa0759e8e" + }, + { + "name": "ServoEasing", + "version": "1.5.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "sam", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.1.zip", + "archiveFileName": "ServoEasing-1.5.1.zip", + "size": 732264, + "checksum": "SHA-256:3e1b2c48dfd1cb7287c1978ea2b4be6bddcd4ecd1126c20e24874b0c144513bf" + }, + { + "name": "ServoEasing", + "version": "1.5.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.2.zip", + "archiveFileName": "ServoEasing-1.5.2.zip", + "size": 732591, + "checksum": "SHA-256:a4085b20cfa1c1df67f624565c7d85e7ffa3ebe27bc7951d3f0005e56148cb4a" + }, + { + "name": "ServoEasing", + "version": "1.6.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "sam", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.6.0.zip", + "archiveFileName": "ServoEasing-1.6.0.zip", + "size": 734308, + "checksum": "SHA-256:7842eecdadfabf503a5398315fe34455621057713c24ff38d16f7e55e01cda94" + }, + { + "name": "ServoEasing", + "version": "1.6.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003e Bug Fix for SAMD boards and Apollo3 support.", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "sam", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.6.1.zip", + "archiveFileName": "ServoEasing-1.6.1.zip", + "size": 735461, + "checksum": "SHA-256:0f3fc457af2b47f3d3ac66775b79d187e075c9cb512ae1bac48c099380210ba5" + }, + { + "name": "ServoEasing", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003ePCA9685_Expander servos and plain servos can run simultaneously.", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "sam", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.0.0.zip", + "archiveFileName": "ServoEasing-2.0.0.zip", + "size": 756858, + "checksum": "SHA-256:083dab9243c4e1b185226226061be2951b277a917730f4559dceec6c27e09faa" + }, + { + "name": "ServoEasing", + "version": "2.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Teensy boards\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "sam", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.1.1.zip", + "archiveFileName": "ServoEasing-2.1.1.zip", + "size": 759036, + "checksum": "SHA-256:319aeb2c12c6b86b7d7b4176568a43c7e1ee675c5a617674c9391fb986864936" + }, + { + "name": "ServoEasing", + "version": "2.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Uno WiFi Rev 2 and Nano Every\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "sam", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.2.0.zip", + "archiveFileName": "ServoEasing-2.2.0.zip", + "size": 761511, + "checksum": "SHA-256:207b68a12bb43a1058decbdf4f8f689e4e0f4144203dbc46bbf2aec7418c49fb" + }, + { + "name": "ServoEasing", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Teensy boards\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "sam", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.1.0.zip", + "archiveFileName": "ServoEasing-2.1.0.zip", + "size": 759039, + "checksum": "SHA-256:6fe4db72de6dffeb9fe7476ed807191faf651daae0d2303a6470870081424679" + }, + { + "name": "ServoEasing", + "version": "2.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eFixed 32 bit CPU bug for linear movement. Added stop(), continueWithInterrupts() and continueWithoutInterrupts() functions\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.0.zip", + "archiveFileName": "ServoEasing-2.3.0.zip", + "size": 762930, + "checksum": "SHA-256:74518b0311c5817c355337bcdd6e67f83162eec623bd49dd4aacd2cfd53b1ac8" + }, + { + "name": "ServoEasing", + "version": "2.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed wrong timer selection for STM32F1xx / ARDUINO_ARCH_STM32.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.1.zip", + "archiveFileName": "ServoEasing-2.3.1.zip", + "size": 3930234, + "checksum": "SHA-256:e715446ee4a75c542b921738d6814f0afb8937e01a50786a1c774e0b3217a543" + }, + { + "name": "ServoEasing", + "version": "2.3.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImproved output for Arduino Serial Plotter.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.2.zip", + "archiveFileName": "ServoEasing-2.3.2.zip", + "size": 3930065, + "checksum": "SHA-256:0316c679cdc3968d8d4907e28860dabeea7b26a85ed822499ee6ea9674579688" + }, + { + "name": "ServoEasing", + "version": "2.3.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: Improved LightweightServo API, added compile option ENABLE_MICROS_AS_DEGREE_PARAMETER.\u003c/b\u003e.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.3.zip", + "archiveFileName": "ServoEasing-2.3.3.zip", + "size": 3981313, + "checksum": "SHA-256:a2095bfdade05a8dbcc1b5b8d1103feeb8a497d303996dc3710cf6012ea9e5bd" + }, + { + "name": "ServoEasing", + "version": "2.3.4", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eENABLE_MICROS_AS_DEGREE_PARAMETER for PCA9685 expander. Support for Apollo3 2.x core. Moved global functions to static member functions. Updated examples. Fixed ESP8266 pin definitions.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", + "architectures": ["avr", "megaavr", "sam", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": ["ServoEasing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.4.zip", + "archiveFileName": "ServoEasing-2.3.4.zip", + "size": 3984657, + "checksum": "SHA-256:59f772aa33c349fdbb064c111d73c8b34b5d70929c08b693dfaf3bde5acf055c" + }, + { + "name": "NeoPatterns", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYoutube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.0.zip", + "archiveFileName": "NeoPatterns-1.0.0.zip", + "size": 145442, + "checksum": "SHA-256:4508e224af1ae3e9352a2e1e12e6a96c2ad52161731b184b9f85e6d5916b878a" + }, + { + "name": "NeoPatterns", + "version": "1.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.1.zip", + "archiveFileName": "NeoPatterns-1.0.1.zip", + "size": 153210, + "checksum": "SHA-256:d3862bfc1efe5c6f4c627eeaf3c457099b3717ac9a591b20e66c9fe3953304c6" + }, + { + "name": "NeoPatterns", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.1.0.zip", + "archiveFileName": "NeoPatterns-1.1.0.zip", + "size": 162314, + "checksum": "SHA-256:e9546b1bbba39839bd9d5d3a94d0c0e5b616679d753d86b03729babb50881d10" + }, + { + "name": "NeoPatterns", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.0.0.zip", + "archiveFileName": "NeoPatterns-2.0.0.zip", + "size": 169050, + "checksum": "SHA-256:a6fca3ae9643af0532fb91f2839826a9611c9daed1539ccae281991222b99956" + }, + { + "name": "NeoPatterns", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.1.0.zip", + "archiveFileName": "NeoPatterns-2.1.0.zip", + "size": 171376, + "checksum": "SHA-256:e4cafb6773e67f9a0a010b9152fc9c7f2ec7e23ef8bf83b11597ecc3da6cd13c" + }, + { + "name": "NeoPatterns", + "version": "2.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.0.zip", + "archiveFileName": "NeoPatterns-2.2.0.zip", + "size": 205585, + "checksum": "SHA-256:99ef500ae463618e7e49fdda502e3a48e306c833097c5aae59228c26d857f874" + }, + { + "name": "NeoPatterns", + "version": "2.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved blocking wait for ATmega32U4 Serial in examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.1.zip", + "archiveFileName": "NeoPatterns-2.2.1.zip", + "size": 207926, + "checksum": "SHA-256:28c36da4ec1c720d7e3a4069713cd59a993b7b9d7ccb753b1822ffa51d0092ac" + }, + { + "name": "NeoPatterns", + "version": "2.2.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed bugs if rows are not equal columns. Fixed bug in MatrixNeoPatterns constructor.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.2.zip", + "archiveFileName": "NeoPatterns-2.2.2.zip", + "size": 209502, + "checksum": "SHA-256:7f72fce78ecca1fbd4b98d33d521e05bd847e01983c478498699b78f3c4b2762" + }, + { + "name": "NeoPatterns", + "version": "2.2.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed bugs if rows are not equal columns. Fixed bug in MatrixNeoPatterns constructor.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.3.zip", + "archiveFileName": "NeoPatterns-2.2.3.zip", + "size": 210049, + "checksum": "SHA-256:596a9a9b1a1f00278e8a7a448972d7b581c15563795ca793a6d85b441b9af7d6" + }, + { + "name": "NeoPatterns", + "version": "2.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged TickerUpdate() and loadPicture() and their callers to achieve that YOffset is consistent with Y direction and origin.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.3.0.zip", + "archiveFileName": "NeoPatterns-2.3.0.zip", + "size": 213230, + "checksum": "SHA-256:573505969686cccd99caaa8a6f76aeab92aecc49671e8c6447ac39a104e64c7d" + }, + { + "name": "NeoPatterns", + "version": "2.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged type of TotalStepCounter from uint16_t to int16_t. Added SnowMatrix pattern. Fixed random() bug for ESP32. Improved Fire cooling.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", + "architectures": ["avr", "megaAVR", "esp8266", "esp32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.3.1.zip", + "archiveFileName": "NeoPatterns-2.3.1.zip", + "size": 220045, + "checksum": "SHA-256:5d524b1056092883358b27d9af343556e4db6035ab09faa5b43c416e94848627" + }, + { + "name": "PlayRtttl", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.0.0.zip", + "archiveFileName": "PlayRtttl-1.0.0.zip", + "size": 34252, + "checksum": "SHA-256:58928415ce2c24a3134543766bc388d7af93801e99313a210c8145117bc3b9cc" + }, + { + "name": "PlayRtttl", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.1.0.zip", + "archiveFileName": "PlayRtttl-1.1.0.zip", + "size": 36612, + "checksum": "SHA-256:6b03de748bba6f31a5939a67dbc18089a81344658ee8f2f4620304808c29b8c0" + }, + { + "name": "PlayRtttl", + "version": "1.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.0.zip", + "archiveFileName": "PlayRtttl-1.2.0.zip", + "size": 37594, + "checksum": "SHA-256:a5d34aed232e4fc4374211c4bfb8dd3f2bb2c157ea1ae5aaa02ee8bf22d61d4c" + }, + { + "name": "PlayRtttl", + "version": "1.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.1.zip", + "archiveFileName": "PlayRtttl-1.2.1.zip", + "size": 38097, + "checksum": "SHA-256:bdab4ff61d76e89f5db7adf4ce74b77336db79e8800fa32161d9f59677b05619" + }, + { + "name": "PlayRtttl", + "version": "1.2.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.2.zip", + "archiveFileName": "PlayRtttl-1.2.2.zip", + "size": 55221, + "checksum": "SHA-256:0050c2631f770c884c6611040edd6c76bff444f982bef00091c1bb3e457feac8" + }, + { + "name": "PlayRtttl", + "version": "1.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.3.0.zip", + "archiveFileName": "PlayRtttl-1.3.0.zip", + "size": 55587, + "checksum": "SHA-256:a2ab91f5417f37f4b02e790345493171a99a1959284e2ce59764e3a5d5ce1edb" + }, + { + "name": "PlayRtttl", + "version": "1.4.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupporting direct tone output at pin 11 for ATmega328. New Christmas songs example.", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.0.zip", + "archiveFileName": "PlayRtttl-1.4.0.zip", + "size": 77782, + "checksum": "SHA-256:5408b4b40cc5adf9aa3ad24d848d4267e119fb187e0df6a41ef7a06546297468" + }, + { + "name": "PlayRtttl", + "version": "1.4.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved blocking wait for ATmega32U4 Serial in examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.1.zip", + "archiveFileName": "PlayRtttl-1.4.1.zip", + "size": 79284, + "checksum": "SHA-256:6d1737b6add0dfbbb88d501c335a0259546cbefd4f059defa95c9643c1c537f5" + }, + { + "name": "PlayRtttl", + "version": "1.4.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"https://github.com/bhagman\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew example ReactionTimeTestGame.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.2.zip", + "archiveFileName": "PlayRtttl-1.4.2.zip", + "size": 103285, + "checksum": "SHA-256:cacc7338c76c5cd88dac50aac11a811ea8ab5365c4b00ed9a0b300db169870ce" + }, + { + "name": "EasyButtonAtInt01", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin (pin 2 / 3) using interrupts.\u003cbr/\u003eNo call of begin() or update() function needed. No blocking debouncing.\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "Just connect buttons between ground and pin 2 or 3 of your Arduino - thats it.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a callback function which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.h\"\u003cbr/\u003eEasyButton Button0AtPin2(true);\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eIf button timing is of interest, 3 variables are available:\u003cul\u003e\u003cli\u003eButtonPressDurationMillis\u003c/li\u003e\u003cli\u003eButtonLastChangeMillis\u003c/li\u003e\u003cli\u003eButtonReleaseMillis\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-1.0.0.zip", + "archiveFileName": "EasyButtonAtInt01-1.0.0.zip", + "size": 25719, + "checksum": "SHA-256:56af1969095ab5d12d2ce7dc55724f18eae51d59b500aad65d881b8648539a6d" + }, + { + "name": "EasyButtonAtInt01", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin using interrupts.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003eNo call of begin() or update() function needed, no polling function to call. No blocking debouncing.\u003cbr/\u003e", + "paragraph": "INT0 and INT1 are connected to Pin 2 / 3 on most Arduinos (ATmega328), to PB6 / PA3 on ATtiny167 and on ATtinyX5 we have only INT0 at PB2.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eFunctions for long and double press detection are included.", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-2.0.0.zip", + "archiveFileName": "EasyButtonAtInt01-2.0.0.zip", + "size": 48820, + "checksum": "SHA-256:af9e8f2137501adfe9c8f4dd2d61ea4ebb7eecb957769b273ce5f4ce4ac9d6c7" + }, + { + "name": "EasyButtonAtInt01", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin using interrupts.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003eNo call of begin() or update() function needed, no polling function to call. No blocking debouncing.\u003cbr/\u003e", + "paragraph": "INT0 and INT1 are connected to Pin 2 / 3 on most Arduinos (ATmega328), to PB6 / PA3 on ATtiny167 and on ATtinyX5 we have only INT0 at PB2.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eNew: Revisited long and double press functions.", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-2.1.0.zip", + "archiveFileName": "EasyButtonAtInt01-2.1.0.zip", + "size": 45304, + "checksum": "SHA-256:421a862321e675c43c8136f77aa995d5fa89a9e8746781ec4baa0d6c3002bd19" + }, + { + "name": "EasyButtonAtInt01", + "version": "3.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or INT1/pin3 using interrupts.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003eNew: Added button release handler.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.0.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.0.0.zip", + "size": 46796, + "checksum": "SHA-256:ed0387c884140bf4fc9c9211d2897d396ada4177fd3e9b4283ba7628b18211b1" + }, + { + "name": "EasyButtonAtInt01", + "version": "3.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or INT1/pin3 using interrupts.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003eNew: 2 sets of constructors.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.1.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.1.0.zip", + "size": 47400, + "checksum": "SHA-256:8234a184b9f00d99b7f3f4c8ac2c01a5227cd56d1163dc7429ee24f9e1578a4b" + }, + { + "name": "EasyButtonAtInt01", + "version": "3.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or any PinChangeInterrupt pin.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and any pin of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eSecond button now possible on each ATmega328 pin.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.2.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.2.0.zip", + "size": 48442, + "checksum": "SHA-256:ac8dd7f6dcfc042b122fe89ce0bafd329e47b455d9af9121c80cf0a4fbdd09a5" + }, + { + "name": "u-blox GNSS", + "version": "0.0.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "GNSS GPS library without bells and whistles, simply works, low power.", + "paragraph": "GNSS GPS library without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/u-blox_GNSS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/u-blox_GNSS.git", + "providesIncludes": ["ublox_GNSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/u_blox_GNSS-0.0.1.zip", + "archiveFileName": "u_blox_GNSS-0.0.1.zip", + "size": 6653881, + "checksum": "SHA-256:eaa80477d763b6ebf9cde572bddbc550e983ea0b783c005a1b1382431c98aa3b" + }, + { + "name": "FrequencyDetector", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a tone switch (Pfeiffschalter) designed to react to human whistling .", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.0.0.zip", + "archiveFileName": "FrequencyDetector-1.0.0.zip", + "size": 205464, + "checksum": "SHA-256:d8e211b98aee0a6af8c9c5926b34321b293fd247cbd2ab6700bedb2679c3cb65" + }, + { + "name": "FrequencyDetector", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.1.0.zip", + "archiveFileName": "FrequencyDetector-1.1.0.zip", + "size": 293620, + "checksum": "SHA-256:2663537cdcd22e307736dfae01db25c9eaa3ba9b927be4807e223f7eeb491aaa" + }, + { + "name": "FrequencyDetector", + "version": "1.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.1.1.zip", + "archiveFileName": "FrequencyDetector-1.1.1.zip", + "size": 294734, + "checksum": "SHA-256:31a05e121342465ab5fb08a7b93b671a022a3a9a181cd64eb3bdd3e21ca11b7a" + }, + { + "name": "FrequencyDetector", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure the main frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Detects frequency from 38 Hz to 9612 Hz and works even on an ATTiny85 with 1 MHz up to 4806 Hz. Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.\u003cbr/\u003eLike \u003ca href=\"https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter\"\u003e Arduino Simple Audio Frequency Meter\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded plotter output of input signal. Renamed doPlausi() to doEqualDistributionPlausi().\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "dependencies": [ + { + "name": "ATtinySerialOut" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-2.0.0.zip", + "archiveFileName": "FrequencyDetector-2.0.0.zip", + "size": 313528, + "checksum": "SHA-256:15aec7f7ca2ad87a099f2c6d59877ac90c7215f893bca35d3af0dce1efdf6bae" + }, + { + "name": "SparkFun DMX Shield Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.0.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.0.zip", + "size": 13785, + "checksum": "SHA-256:29ef6434564204cc64149e2c2bd1e9663ae5293a555b51cb6555b59ae9e15866" + }, + { + "name": "SparkFun DMX Shield Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.1.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.1.zip", + "size": 13783, + "checksum": "SHA-256:a4e86358ac18c07f3cf1429285d4564b019610814d3571422a4eb83001ed07bd" + }, + { + "name": "SparkFun DMX Shield Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.2.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.2.zip", + "size": 13782, + "checksum": "SHA-256:7e194c32070b8d35a55f43d998ab7cb19c9deb2cd4506eadb80f1ee5cb5f8cea" + }, + { + "name": "SparkFun DMX Shield Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.3.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.3.zip", + "size": 13833, + "checksum": "SHA-256:08f6be3e83f91531cf7f7ef355f3865011f8aba8990562f9cb26849decb5efdd" + }, + { + "name": "SparkFun DMX Shield Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.4.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.4.zip", + "size": 13890, + "checksum": "SHA-256:15d0ba9b022d0b2a9992c0d648bc794a0417d93f069eb6eb772cce82148e593e" + }, + { + "name": "SparkFun DMX Shield Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.5.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.5.zip", + "size": 14179, + "checksum": "SHA-256:5a8a87748c9530ab49165fb9f29db3e41693390bd8660856cce0af9aae85d0da" + }, + { + "name": "BasicsLibrary", + "version": "1.0.0", + "author": "Tomas Roj; rojtomas@email.cz", + "maintainer": "Tomas Roj, rojtomas@email.cz", + "sentence": "An easy to use library for beginners with basic Arduino examples.", + "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it!", + "website": "https://github.com/TomasRoj/BasicsLibrary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TomasRoj/BasicsLibrary.git", + "providesIncludes": ["BasicsLibrary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.0.0.zip", + "archiveFileName": "BasicsLibrary-1.0.0.zip", + "size": 4363, + "checksum": "SHA-256:22636af46c7c75c21b30616706eb080132f1b79594eb455ca687ae6eba9259a9" + }, + { + "name": "BasicsLibrary", + "version": "1.1.0", + "author": "Tomas Roj; rojtomas@email.cz", + "maintainer": "Tomas Roj, rojtomas@email.cz", + "sentence": "Library for beginners with examples.", + "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it! Supports ESP.", + "website": "https://github.com/TomasRoj/BasicsLibrary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TomasRoj/BasicsLibrary.git", + "providesIncludes": ["BasicsLibrary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.1.0.zip", + "archiveFileName": "BasicsLibrary-1.1.0.zip", + "size": 15232, + "checksum": "SHA-256:71fe18527a0e6023af260170c616f017350ab10d87044a13be93217f02f3ba4d" + }, + { + "name": "Ephemeris", + "version": "1.0.1", + "author": "Sebastien Marchand", + "maintainer": "MarScaper \u003csebastien@marscaper.com\u003e", + "sentence": "Arduino library for the calculation of ephemeris of the solar system with an Arduino Mega.", + "paragraph": "This library can be used for calculation of ephemeris for the Sun, Mercury, Venus, Earth's Moon, Mars, Jupiter, Saturn, Uranus, Neptune. For each solar system object you get: equatorial coordinates (RA/Dec), horizontal coordinates (Alt/Az), rise, set, distance (in A.U), and apparent diameter (in arcminutes). Due to VSOP87 and ELP2000 implementation, code needs too much flash memory for classic Arduinos (Uno, etc).", + "website": "https://github.com/MarScaper/ephemeris", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MarScaper/ephemeris.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MarScaper/Ephemeris-1.0.1.zip", + "archiveFileName": "Ephemeris-1.0.1.zip", + "size": 195362, + "checksum": "SHA-256:70014c3a4046e63ed530e7b23d060d3323c089475503dd0c7278f301112cb9e3" + }, + { + "name": "EspSoftwareSerial", + "version": "5.0.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0.zip", + "archiveFileName": "EspSoftwareSerial-5.0.0.zip", + "size": 17390, + "checksum": "SHA-256:4f8df69feeb4ba55077486b96ac6b5d56e4a2685a774b977405293548484a558" + }, + { + "name": "EspSoftwareSerial", + "version": "5.0.0-rc1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0-rc1.zip", + "archiveFileName": "EspSoftwareSerial-5.0.0-rc1.zip", + "size": 16383, + "checksum": "SHA-256:4f28d3b4acfd583bf02536c6199e9a5886cd3e669540b33fb9f93a1588ceb685" + }, + { + "name": "EspSoftwareSerial", + "version": "5.0.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.2.zip", + "archiveFileName": "EspSoftwareSerial-5.0.2.zip", + "size": 17506, + "checksum": "SHA-256:b2007643d0bd5bbbea2ba2ec98cbd6c80ffd971f58c5857bc1b84aeaf7e0e606" + }, + { + "name": "EspSoftwareSerial", + "version": "5.0.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.3.zip", + "archiveFileName": "EspSoftwareSerial-5.0.3.zip", + "size": 17506, + "checksum": "SHA-256:c2f4a9d63c17d41450f893d0ba12cd6d39c6d96cb10719010d9738fae608a5bb" + }, + { + "name": "EspSoftwareSerial", + "version": "5.0.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.4.zip", + "archiveFileName": "EspSoftwareSerial-5.0.4.zip", + "size": 17505, + "checksum": "SHA-256:2949c32dc6a7114b1e8f585ef8e8412d354d172e1c9a33cec7d07fd03eb93071" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.0.zip", + "archiveFileName": "EspSoftwareSerial-5.2.0.zip", + "size": 21035, + "checksum": "SHA-256:08790885f969d9e6bc9bccaadd2c973a30a18ee9d6eaa797d98517472cc5c102" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.1.zip", + "archiveFileName": "EspSoftwareSerial-5.2.1.zip", + "size": 20999, + "checksum": "SHA-256:0722ddcc22972b8ae77d4a40e8b8b1673a038d5c1a540d10f2a33fec9c19fadb" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.2.zip", + "archiveFileName": "EspSoftwareSerial-5.2.2.zip", + "size": 21038, + "checksum": "SHA-256:48baf6c82a8873d874674f6cda03a6da87521fb86759eb6dde8744f510598d62" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.3.zip", + "archiveFileName": "EspSoftwareSerial-5.2.3.zip", + "size": 22660, + "checksum": "SHA-256:989489926358471f2ac0664124bb09dbae113bc903823f4c6e017e62ea23c78d" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.5", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.5.zip", + "archiveFileName": "EspSoftwareSerial-5.2.5.zip", + "size": 22665, + "checksum": "SHA-256:a90efe93f355802eaf1e760453334707cd673c03ef2d1a355777e8cd792e6b3d" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.6", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.6.zip", + "archiveFileName": "EspSoftwareSerial-5.2.6.zip", + "size": 22664, + "checksum": "SHA-256:fd2cc36d954c554b8cbcef8644e4dba1f9bac9264eaa3109c806a9fa08401ce2" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.8", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.8.zip", + "archiveFileName": "EspSoftwareSerial-5.2.8.zip", + "size": 22950, + "checksum": "SHA-256:fdad1e8509f6b2f0462ce389249ff3fc8a2ed550338ed11092887c50b5f9a866" + }, + { + "name": "EspSoftwareSerial", + "version": "5.2.9", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.9.zip", + "archiveFileName": "EspSoftwareSerial-5.2.9.zip", + "size": 23049, + "checksum": "SHA-256:a4da3afeb10fd146ef3b2b4d15bd213a9c13b062a31a1f70157fd24b180642da" + }, + { + "name": "EspSoftwareSerial", + "version": "5.3.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.0.zip", + "archiveFileName": "EspSoftwareSerial-5.3.0.zip", + "size": 24568, + "checksum": "SHA-256:691d2b6bcde23d9d9e54a4220c248fda4d7597a5d53d6dec54160db2cc2f63b8" + }, + { + "name": "EspSoftwareSerial", + "version": "5.3.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.1.zip", + "archiveFileName": "EspSoftwareSerial-5.3.1.zip", + "size": 24790, + "checksum": "SHA-256:5975703b0c73d46f6ad51d3a901be1e7de394d24af99b4c2f2c64e64d232081c" + }, + { + "name": "EspSoftwareSerial", + "version": "5.3.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.2.zip", + "archiveFileName": "EspSoftwareSerial-5.3.2.zip", + "size": 24804, + "checksum": "SHA-256:89235d7664dbde4b74bcfeb6600659ddb9fa6175de37e4e102cbaf8ef22e7747" + }, + { + "name": "EspSoftwareSerial", + "version": "5.3.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.3.zip", + "archiveFileName": "EspSoftwareSerial-5.3.3.zip", + "size": 24813, + "checksum": "SHA-256:12b41397e06e008de24709a65541b9ec3c2203a698bed2d5b9fb1a9e55447fd3" + }, + { + "name": "EspSoftwareSerial", + "version": "5.3.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.4.zip", + "archiveFileName": "EspSoftwareSerial-5.3.4.zip", + "size": 24983, + "checksum": "SHA-256:8446d06c5e3397281b58c1de029de5e256903043aa139574d85d25e3031cbcd5" + }, + { + "name": "EspSoftwareSerial", + "version": "5.3.6", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.6.zip", + "archiveFileName": "EspSoftwareSerial-5.3.6.zip", + "size": 25374, + "checksum": "SHA-256:fafd5bd8fe943df90624fd50698dca0553d438257a507c3ed4b8652c4ca9f466" + }, + { + "name": "EspSoftwareSerial", + "version": "5.4.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.4.0.zip", + "archiveFileName": "EspSoftwareSerial-5.4.0.zip", + "size": 25267, + "checksum": "SHA-256:1db0c24d0b07aa062e7fc0fa446af3872e81e1a65031157aa6c69ac4d2eca806" + }, + { + "name": "EspSoftwareSerial", + "version": "6.0.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.0.0.zip", + "archiveFileName": "EspSoftwareSerial-6.0.0.zip", + "size": 25521, + "checksum": "SHA-256:b8a9432677cc942fc016c5c71ea8c0cc5389bec7ba625e6eae8b4ffdbe7a7f6f" + }, + { + "name": "EspSoftwareSerial", + "version": "6.1.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.1.0.zip", + "archiveFileName": "EspSoftwareSerial-6.1.0.zip", + "size": 27358, + "checksum": "SHA-256:ba68d1112c617ea41a9c4d6efe06d6b80e3a2553a2542dbaf2c95efdff7fbd19" + }, + { + "name": "EspSoftwareSerial", + "version": "6.1.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.1.1.zip", + "archiveFileName": "EspSoftwareSerial-6.1.1.zip", + "size": 27361, + "checksum": "SHA-256:10a56c42470f7397114d1429e008445f627bbfcacf506c51932bf87077bb90a3" + }, + { + "name": "EspSoftwareSerial", + "version": "6.2.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.2.0.zip", + "archiveFileName": "EspSoftwareSerial-6.2.0.zip", + "size": 27404, + "checksum": "SHA-256:b6ec1ccac3bcca5ffdcf58de5e0f592f2d7e8e0ae178f3d082108077cb545b34" + }, + { + "name": "EspSoftwareSerial", + "version": "6.2.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.2.2.zip", + "archiveFileName": "EspSoftwareSerial-6.2.2.zip", + "size": 27442, + "checksum": "SHA-256:d209c26cb12f4fb5649277620d4f8d95b53657a4d5f4036827f5c21e67b23539" + }, + { + "name": "EspSoftwareSerial", + "version": "6.3.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.3.0.zip", + "archiveFileName": "EspSoftwareSerial-6.3.0.zip", + "size": 27159, + "checksum": "SHA-256:d89e8fbe05bf53a9ae880daf693cea11d42948365e6741b36b57648c06b65bf5" + }, + { + "name": "EspSoftwareSerial", + "version": "6.4.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.4.0.zip", + "archiveFileName": "EspSoftwareSerial-6.4.0.zip", + "size": 29431, + "checksum": "SHA-256:1d0ec4d41ed4654eaf5d8556e354afc3b06723739aef23aa1ed1d6658a8779db" + }, + { + "name": "EspSoftwareSerial", + "version": "6.5.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.0.zip", + "archiveFileName": "EspSoftwareSerial-6.5.0.zip", + "size": 34592, + "checksum": "SHA-256:7b68fc3b3541f34ad5853ff8183e53044fef98a2b54d118efdc3e5bcae1882f4" + }, + { + "name": "EspSoftwareSerial", + "version": "6.5.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.1.zip", + "archiveFileName": "EspSoftwareSerial-6.5.1.zip", + "size": 34747, + "checksum": "SHA-256:0d462532e017666129471652bca96434a3973ebcdc807d351ed5ff5580a86823" + }, + { + "name": "EspSoftwareSerial", + "version": "6.5.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.2.zip", + "archiveFileName": "EspSoftwareSerial-6.5.2.zip", + "size": 34758, + "checksum": "SHA-256:8c64ed0632dbd861b645cda80cebf52841afaa2604d11eb95a93f0ddb0e69607" + }, + { + "name": "EspSoftwareSerial", + "version": "6.5.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.3.zip", + "archiveFileName": "EspSoftwareSerial-6.5.3.zip", + "size": 34822, + "checksum": "SHA-256:0f5172e9905729bcd7a80b14d6eceb96364eabd561816ac77725b2c9fd124c43" + }, + { + "name": "EspSoftwareSerial", + "version": "6.5.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.4.zip", + "archiveFileName": "EspSoftwareSerial-6.5.4.zip", + "size": 34856, + "checksum": "SHA-256:dcbcda278911e0f44785a0d7417d8f6b5e33ef36d1a99bd9a51949c2013b3ea2" + }, + { + "name": "EspSoftwareSerial", + "version": "6.6.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.0.zip", + "archiveFileName": "EspSoftwareSerial-6.6.0.zip", + "size": 44360, + "checksum": "SHA-256:af332be641286cb6adcef0559418135b3ea81ba68ff1eb03ed48d4c4ac891772" + }, + { + "name": "EspSoftwareSerial", + "version": "6.6.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.1.zip", + "archiveFileName": "EspSoftwareSerial-6.6.1.zip", + "size": 44352, + "checksum": "SHA-256:d04b84173825bdead9a97f92b483fbb532528f0155c26862c229ee71504c5fb6" + }, + { + "name": "EspSoftwareSerial", + "version": "6.6.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.4.zip", + "archiveFileName": "EspSoftwareSerial-6.6.4.zip", + "size": 44519, + "checksum": "SHA-256:67a2f47e6637b621954e51e854e208768dc386be626db939845d306682aa6753" + }, + { + "name": "EspSoftwareSerial", + "version": "6.7.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.7.1.zip", + "archiveFileName": "EspSoftwareSerial-6.7.1.zip", + "size": 44584, + "checksum": "SHA-256:d69b62141c076874154f43ea3a32827fdc4b8da4cd5f7c86c72110daea5fb7b0" + }, + { + "name": "EspSoftwareSerial", + "version": "6.7.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.7.2.zip", + "archiveFileName": "EspSoftwareSerial-6.7.2.zip", + "size": 45527, + "checksum": "SHA-256:f75e338ef750bf206fa15745c287fbc3c04a170bd21a6c7fb21fd935e13d16f7" + }, + { + "name": "EspSoftwareSerial", + "version": "6.8.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.0.zip", + "archiveFileName": "EspSoftwareSerial-6.8.0.zip", + "size": 45545, + "checksum": "SHA-256:29dc4933dfa54a5eb44f0e1ded5fc3d48f5c3ec2a4dcbabace1cbb915e0c0316" + }, + { + "name": "EspSoftwareSerial", + "version": "6.8.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.1.zip", + "archiveFileName": "EspSoftwareSerial-6.8.1.zip", + "size": 45575, + "checksum": "SHA-256:7cb6add5fce2a211f9c5118a2bfdfd1309eca7d5692abc280289d868f4568649" + }, + { + "name": "EspSoftwareSerial", + "version": "6.8.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.2.zip", + "archiveFileName": "EspSoftwareSerial-6.8.2.zip", + "size": 45523, + "checksum": "SHA-256:681afececae420a649d05668ab7ec09252258403bc469e994d1fbc1fd0af749c" + }, + { + "name": "EspSoftwareSerial", + "version": "6.8.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.3.zip", + "archiveFileName": "EspSoftwareSerial-6.8.3.zip", + "size": 45548, + "checksum": "SHA-256:664ee7edd5a527e1ed3279d5fd6c05094b0a831ccee0997704726ed40b6c5d28" + }, + { + "name": "EspSoftwareSerial", + "version": "6.8.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.4.zip", + "archiveFileName": "EspSoftwareSerial-6.8.4.zip", + "size": 45581, + "checksum": "SHA-256:5e547a5a038826dd6d34cacb9ec6766cbfdf3a8e567cfce94b10f1c22dbb91c9" + }, + { + "name": "EspSoftwareSerial", + "version": "6.8.5", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.5.zip", + "archiveFileName": "EspSoftwareSerial-6.8.5.zip", + "size": 45682, + "checksum": "SHA-256:682516f7ac050bbe3d222d9ae8661a0987bf688c13816a67aed744b3c8aada3f" + }, + { + "name": "EspSoftwareSerial", + "version": "6.9.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.9.0.zip", + "archiveFileName": "EspSoftwareSerial-6.9.0.zip", + "size": 45831, + "checksum": "SHA-256:5ad967891387f77e2fc2f5aa35da388058deb8a3b4697fd59da003c6cdf23d50" + }, + { + "name": "EspSoftwareSerial", + "version": "6.10.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.10.0.zip", + "archiveFileName": "EspSoftwareSerial-6.10.0.zip", + "size": 45915, + "checksum": "SHA-256:0262720c2e602b42d0467105d354e36f0649af542de947ef3e3f3c0ac2fe7c96" + }, + { + "name": "EspSoftwareSerial", + "version": "6.10.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.10.1.zip", + "archiveFileName": "EspSoftwareSerial-6.10.1.zip", + "size": 45986, + "checksum": "SHA-256:38ee3ab2cd724856bfd632869093ed9b50b98fd9041a8e80a2a888d6d038b0b2" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.0.zip", + "archiveFileName": "EspSoftwareSerial-6.11.0.zip", + "size": 46070, + "checksum": "SHA-256:cfb4898689914f5af0038fa911567dc632175ef9c52b664b81a19bd4bf652d66" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.1.zip", + "archiveFileName": "EspSoftwareSerial-6.11.1.zip", + "size": 46078, + "checksum": "SHA-256:2959617eeeff36d60abc7986680e5b0822187d8bea686eb8bf91e0f45c2b4562" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.2.zip", + "archiveFileName": "EspSoftwareSerial-6.11.2.zip", + "size": 46231, + "checksum": "SHA-256:a8b2f226119e42125f06f11a680b99e848ae738ce4a023f6af4ac67c8bad2b1b" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.3", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.3.zip", + "archiveFileName": "EspSoftwareSerial-6.11.3.zip", + "size": 46245, + "checksum": "SHA-256:e81805c92fae460a17e975b65ac20d7880d47cb85c9ff0998e304e34da05a06e" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.4", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.4.zip", + "archiveFileName": "EspSoftwareSerial-6.11.4.zip", + "size": 46103, + "checksum": "SHA-256:fad6cb22be427eccf9e453cfd97a49c4b21e0e91cd97989d7c8d633bad86a1e2" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.6", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.6.zip", + "archiveFileName": "EspSoftwareSerial-6.11.6.zip", + "size": 46437, + "checksum": "SHA-256:dad3951866c8a669639a8613badfa1ba8dc2e47ade8999bbac3c146d094d78bc" + }, + { + "name": "EspSoftwareSerial", + "version": "6.11.7", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.7.zip", + "archiveFileName": "EspSoftwareSerial-6.11.7.zip", + "size": 46518, + "checksum": "SHA-256:830cc1187b67d179536566e4798cd51b3cebcf8cb4a2280b0c2d33d8ee3eb0c0" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.0.zip", + "archiveFileName": "EspSoftwareSerial-6.12.0.zip", + "size": 46402, + "checksum": "SHA-256:4073a29c7fdcdf345d1cf5841ff33ac5196cf7f7e950555dc61cced6be344591" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.1.zip", + "archiveFileName": "EspSoftwareSerial-6.12.1.zip", + "size": 46428, + "checksum": "SHA-256:d14b1a4d321290afc401a6c6d2594b27611450630c268f16498549a0934de0b0" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.2.zip", + "archiveFileName": "EspSoftwareSerial-6.12.2.zip", + "size": 46451, + "checksum": "SHA-256:605207315c1907f5331004fcbfa559085d61120c288529b8ef2a11cba0f196c8" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.3", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.3.zip", + "archiveFileName": "EspSoftwareSerial-6.12.3.zip", + "size": 46494, + "checksum": "SHA-256:9561e83954ef5fbbad23ecd639631722297ab5b85b4fd1e8c5d21199070620a5" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.4", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.4.zip", + "archiveFileName": "EspSoftwareSerial-6.12.4.zip", + "size": 46545, + "checksum": "SHA-256:af6f074006c1b5dad4caecbc265382d3f5af28692feadca76e58c303948d1383" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.5", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.5.zip", + "archiveFileName": "EspSoftwareSerial-6.12.5.zip", + "size": 46544, + "checksum": "SHA-256:82c9a00c200da72f16865a6998b762669114e63eb80086467d8e20bbce5d2215" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.6", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.6.zip", + "archiveFileName": "EspSoftwareSerial-6.12.6.zip", + "size": 46618, + "checksum": "SHA-256:fade8157dd0f75e418a8b1914107a1cd1cfca39c492e4ba4aad58289fc2e420f" + }, + { + "name": "EspSoftwareSerial", + "version": "6.12.7", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.7.zip", + "archiveFileName": "EspSoftwareSerial-6.12.7.zip", + "size": 46612, + "checksum": "SHA-256:eb58b6fe973059c90766a8f17424855d9bcbfa0a1a7676bf0a499999dd82169c" + }, + { + "name": "EspSoftwareSerial", + "version": "6.13.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.13.0.zip", + "archiveFileName": "EspSoftwareSerial-6.13.0.zip", + "size": 47670, + "checksum": "SHA-256:2431bae47325dd788b8250397d0ab47f9e80b5b50b2bae40a535ac873a8fc64f" + }, + { + "name": "Tasks", + "version": "1.0.0", + "author": "Ethan McTague", + "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", + "sentence": "A library that handles ongoing tasks.", + "paragraph": "Allows objects to tie into the main loop.", + "website": "https://github.com/emctague/libut", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/emctague/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.0.zip", + "archiveFileName": "Tasks-1.0.0.zip", + "size": 3297, + "checksum": "SHA-256:24d055ef5544a22b44febd43beb150c9c84697335a427b16adeb2e354848870e" + }, + { + "name": "Tasks", + "version": "1.0.2", + "author": "Ethan McTague", + "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", + "sentence": "A library that handles ongoing tasks.", + "paragraph": "Allows objects to tie into the main loop.", + "website": "https://github.com/emctague/Tasks", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/emctague/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.2.zip", + "archiveFileName": "Tasks-1.0.2.zip", + "size": 3324, + "checksum": "SHA-256:a3d4fe827546d28874c15ca1e95842c78f17ab3f8a52995c4f6c8d98cf5349b6" + }, + { + "name": "Grove - Coulomb Counter for 3.3V to 5V LTC2941", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941)", + "paragraph": "An Arduino Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941) use to count current coulomp", + "website": "https://github.com/Seeed-Studio/Seeed_LTC2941", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_LTC2941.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", + "archiveFileName": "Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", + "size": 8996, + "checksum": "SHA-256:454dfab619f6bcb7c0d2d2827c89440dc138dfc476236ed4a82f3987223a2ee0" + }, + { + "name": "Grove - Motor Driver TB6612FNG", + "version": "0.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library of Grove - Motor Driver(TB6612FNG)", + "paragraph": "Arduino library of Grove - Motor Driver(TB6612FNG)", + "website": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Motor_Driver_TB6612FNG-0.0.1.zip", + "archiveFileName": "Grove___Motor_Driver_TB6612FNG-0.0.1.zip", + "size": 22148, + "checksum": "SHA-256:c4e4d0f097a63b77161294c7765518897be4f74888b854bf5e8b16d786c3cb48" + }, + { + "name": "Grove - 2-Channel Inductive Sensor LDC1612", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Seeed Inductive Sensor LDC1612.", + "paragraph": "Arduino library to control Seeed Inductive Sensor LDC1612.", + "website": "https://github.com/Seeed-Studio/Seeed_LDC1612", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_LDC1612.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", + "archiveFileName": "Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", + "size": 15213, + "checksum": "SHA-256:fcefd5dd0285b51b3a0cbb7615e1fad29d23bc804026b917acaf66d3de82dcbb" + }, + { + "name": "Grove - Capacitive Touch Slide Sensor CY8C40XX", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove_touch_sensor_CY8C40XX.", + "paragraph": "Arduino library to control Grove_touch_sensor_CY8C40XX.", + "website": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", + "archiveFileName": "Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", + "size": 8467, + "checksum": "SHA-256:6e5ecd15d3259cf50e33a83bcb8ae68aa0877ed59a87a0bf2f1c7a9b65e62ecf" + }, + { + "name": "Grove - I2C UV Sensor VEML6070", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove UV sensor VEML6070.", + "paragraph": "Arduino library to control Grove UV sensor VEML6070.", + "website": "https://github.com/Seeed-Studio/Seeed_VEML6070", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_VEML6070.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", + "archiveFileName": "Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", + "size": 8010, + "checksum": "SHA-256:255133b5bea3966c75d3749c6da2e4ff1f1038890a5110b217a4a69339ee61e2" + }, + { + "name": "Grove - Laser PM2.5 Sensor HM3301", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control PM2.5 sensor(HM3300).", + "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", + "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", + "providesIncludes": ["Seeed_HM330X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", + "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", + "size": 9081, + "checksum": "SHA-256:53f8401b6ef66b0df39f6635eb5007befb80e0d74768bd8c4e9f20d8c8a0c6c4" + }, + { + "name": "Grove - Laser PM2.5 Sensor HM3301", + "version": "1.0.2", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control PM2.5 sensor(HM3300).", + "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", + "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", + "providesIncludes": ["Seeed_HM330X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.2.zip", + "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.2.zip", + "size": 9083, + "checksum": "SHA-256:4be3db8c11c9486dbf4eb16178ec476d544776b96564e71b10bbfad21c8098f6" + }, + { + "name": "Grove - I2C High Accuracy Temp_Humi Sensor SHT35", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Temperature sensor SHT35.", + "paragraph": "Arduino library to control Grove Temperature sensor SHT35.", + "website": "https://github.com/Seeed-Studio/Seeed_SHT35", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_SHT35.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", + "archiveFileName": "Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", + "size": 9921, + "checksum": "SHA-256:4b13eab99d8a56f2f112f6e678bfd607c0cdb043ed138f35707c2644da163a68" + }, + { + "name": "Grove - I2C Thermocouple Amplifier MCP9600", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Temperature sensor MCP9600.", + "paragraph": "Arduino library to control Grove Temperature sensor MCP9600.", + "website": "https://github.com/Seeed-Studio/Seeed_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", + "archiveFileName": "Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", + "size": 13883, + "checksum": "SHA-256:8272f92116c03fe4eee93332e528f6f0c664a9ec29826a7a9ba6479f83cfc1d1" + }, + { + "name": "Seeed-PCA9685", + "version": "0.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library of 16-Channel Servo Driver", + "paragraph": "Arduino library of 16-Channel Servo Driver", + "website": "https://github.com/Seeed-Studio/Seeed_PCA9685", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_PCA9685.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_PCA9685-0.0.1.zip", + "archiveFileName": "Seeed_PCA9685-0.0.1.zip", + "size": 21340, + "checksum": "SHA-256:be42f3217246ee6628b08f6b142384d3ee8b83ca00633b3ade84e854fc301c88" + }, + { + "name": "esp_sds011", + "version": "0.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/doknet/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.3.0.zip", + "archiveFileName": "esp_sds011-0.3.0.zip", + "size": 6823, + "checksum": "SHA-256:75553aba11da1f11c2513438f19671620dcd5218de74616f93c8769ad186f919" + }, + { + "name": "esp_sds011", + "version": "0.4.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.4.1.zip", + "archiveFileName": "esp_sds011-0.4.1.zip", + "size": 9871, + "checksum": "SHA-256:172fef317af2f3af3c0c4b215dafa148f3de341d4f902ee82f28494586bfe562" + }, + { + "name": "esp_sds011", + "version": "0.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.0.zip", + "archiveFileName": "esp_sds011-0.5.0.zip", + "size": 10871, + "checksum": "SHA-256:f7bb5ec5c6ea2bc0ba47901546302e6e1eaad519df13fe62d465d440abaf99f2" + }, + { + "name": "esp_sds011", + "version": "0.5.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.2.zip", + "archiveFileName": "esp_sds011-0.5.2.zip", + "size": 10877, + "checksum": "SHA-256:4c72259010be0446b7d661b381e9f3e9bba9f55924cd07447280ee5bdeda8e63" + }, + { + "name": "esp_sds011", + "version": "0.6.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.0.zip", + "archiveFileName": "esp_sds011-0.6.0.zip", + "size": 10960, + "checksum": "SHA-256:bb66f3fff88105628fc1a6059cdba3b47f2aed6855a2dd00d2e2f99eca9bf09c" + }, + { + "name": "esp_sds011", + "version": "0.6.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.2.zip", + "archiveFileName": "esp_sds011-0.6.2.zip", + "size": 10942, + "checksum": "SHA-256:a32423c6a194b3cd3caa222a23391639afa3175ba3adfc3809150fe0198fa261" + }, + { + "name": "esp_sds011", + "version": "0.7.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.7.1.zip", + "archiveFileName": "esp_sds011-0.7.1.zip", + "size": 11025, + "checksum": "SHA-256:069cb220c651729c828c0f5e32d671d543643c46b185573047e49c01e542d242" + }, + { + "name": "esp_sds011", + "version": "0.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.9.0.zip", + "archiveFileName": "esp_sds011-0.9.0.zip", + "size": 11066, + "checksum": "SHA-256:8fb2e71cda0d870672c0b7e7e036d7a7cba5b29f897d57df73e8f3b330c205b7" + }, + { + "name": "esp_sds011", + "version": "0.11.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.0.zip", + "archiveFileName": "esp_sds011-0.11.0.zip", + "size": 11117, + "checksum": "SHA-256:0ed9da99a4edd84bb921a8f9f4d259d8cb8f9ba20ec9824df9eba3bd3e799ecc" + }, + { + "name": "esp_sds011", + "version": "0.11.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.1.zip", + "archiveFileName": "esp_sds011-0.11.1.zip", + "size": 11205, + "checksum": "SHA-256:c164b7883d93fba40aa1614aa690059eacc8d5ced2a79e3d607a35cce53311ee" + }, + { + "name": "esp_sds011", + "version": "0.11.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.2.zip", + "archiveFileName": "esp_sds011-0.11.2.zip", + "size": 11208, + "checksum": "SHA-256:d4d96120d5d57d53d1cb25df18f4bedde815dfd94369d25c3fd7ed3ce1c95633" + }, + { + "name": "esp_sds011", + "version": "0.11.3", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.3.zip", + "archiveFileName": "esp_sds011-0.11.3.zip", + "size": 11239, + "checksum": "SHA-256:b622277b21ffbe69a7ea0624d2da5212fcee6f3eef9500c8eba226e51933e2b4" + }, + { + "name": "esp_sds011", + "version": "1.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-1.0.0.zip", + "archiveFileName": "esp_sds011-1.0.0.zip", + "size": 11244, + "checksum": "SHA-256:bddde331d997e776e36a4881734de1be281bd565097ac7329c203bcdb5b18a90" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.9", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.9.zip", + "archiveFileName": "M5Stack_TreeView-0.2.9.zip", + "size": 34611, + "checksum": "SHA-256:e87995897c377c1aa78de4816760e57c7e252a26f12906edf7d0860ff800fbcb" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.5.zip", + "archiveFileName": "M5Stack_TreeView-0.2.5.zip", + "size": 33382, + "checksum": "SHA-256:3c3d92bef499bc4c3453dd6476f126ca623b3acb5c6b5bb18ada5eb67ba9049f" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.6.zip", + "archiveFileName": "M5Stack_TreeView-0.2.6.zip", + "size": 33607, + "checksum": "SHA-256:8e3cd3261dcff2bd655573f5f1442990f720d918a2c8810e92beaf603a30e1d2" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.7", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.7.zip", + "archiveFileName": "M5Stack_TreeView-0.2.7.zip", + "size": 33659, + "checksum": "SHA-256:b04006f03d9ba8e0a6beb737505a9f5ebdcbd946af1eaeab4298e79468863de0" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.8", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.8.zip", + "archiveFileName": "M5Stack_TreeView-0.2.8.zip", + "size": 33677, + "checksum": "SHA-256:49d336f14a66337341b13447ca7322be835cb593c172cfd371b9751dbdd047e3" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.11", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.11.zip", + "archiveFileName": "M5Stack_TreeView-0.2.11.zip", + "size": 35006, + "checksum": "SHA-256:f81c588e42f239b6a4c960181e4348071686b92cbce23f63db38c797b87c1f3e" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.12", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.12.zip", + "archiveFileName": "M5Stack_TreeView-0.2.12.zip", + "size": 35097, + "checksum": "SHA-256:5ffd85afcf1f568054a983c21c2f595ec824190e2e33e4592785dcfb1b408d0b" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.13", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_OnScreenKeyboard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.13.zip", + "archiveFileName": "M5Stack_TreeView-0.2.13.zip", + "size": 26431, + "checksum": "SHA-256:598aa3f87277428de7ae4874838e94aa95f9ebf15507d24e15073e24fa7c25ff" + }, + { + "name": "M5Stack_TreeView", + "version": "0.2.14", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", + "providesIncludes": ["M5TreeView.h"], + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_OnScreenKeyboard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.14.zip", + "archiveFileName": "M5Stack_TreeView-0.2.14.zip", + "size": 26447, + "checksum": "SHA-256:9a700a85bde12145ecf198591ef0068626287f2afb78bc7f3278f8dfd77e0bf9" + }, + { + "name": "M5Stack_OnScreenKeyboard", + "version": "0.3.1", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "OnScreenKeyboard for M5Stack", + "paragraph": "OnScreenKeyboard which can be operated with 3 button", + "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", + "providesIncludes": ["M5OnScreenKeyboard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.1.zip", + "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.1.zip", + "size": 25541, + "checksum": "SHA-256:de1619e837be7b1fe2900c98549b6dabf84f2b778584e66dae3e2080a9edf696" + }, + { + "name": "M5Stack_OnScreenKeyboard", + "version": "0.3.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "OnScreenKeyboard for M5Stack", + "paragraph": "OnScreenKeyboard which can be operated with 3 button", + "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", + "providesIncludes": ["M5OnScreenKeyboard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.2.zip", + "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.2.zip", + "size": 25790, + "checksum": "SHA-256:6f3b49c20f82beb0d2b801c27668bab24d62ef82d7a7d0946af33fcd4a2bb34d" + }, + { + "name": "M5Stack_OnScreenKeyboard", + "version": "0.3.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "OnScreenKeyboard for M5Stack", + "paragraph": "OnScreenKeyboard which can be operated with 3 button", + "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", + "providesIncludes": ["M5OnScreenKeyboard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.4.zip", + "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.4.zip", + "size": 27432, + "checksum": "SHA-256:f9f660d00fc212f3b1ba10ff1d59fbad5e4726224771f5f0a478ec7b700daa36" + }, + { + "name": "fishyDIYdevices", + "version": "0.1.0", + "author": "Stephen Fisher", + "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", + "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", + "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", + "website": "https://github.com/sefisher/fishyDIYdevices", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/sefisher/fishyDIYdevices.git", + "providesIncludes": ["fishyDevices.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-0.1.0.zip", + "archiveFileName": "fishyDIYdevices-0.1.0.zip", + "size": 70246, + "checksum": "SHA-256:b6cf7e71a4bc459f8e8811c85b1d0384e38b06a12eab2d170dff54df78f5db9b" + }, + { + "name": "fishyDIYdevices", + "version": "1.0.0", + "author": "Stephen Fisher", + "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", + "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", + "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", + "website": "https://github.com/sefisher/fishyDIYdevices", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/sefisher/fishyDIYdevices.git", + "providesIncludes": ["fishyDevices.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-1.0.0.zip", + "archiveFileName": "fishyDIYdevices-1.0.0.zip", + "size": 737981, + "checksum": "SHA-256:f9ebc3307853703ef010578c280a8eed6feb1f2e033e47863c6cd1050a3709ce" + }, + { + "name": "Dynamixel", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for Dynamixel", + "paragraph": "Arduino library for Dynamixel", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Dynamixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.1.0.zip", + "archiveFileName": "Dynamixel-0.1.0.zip", + "size": 54406, + "checksum": "SHA-256:c8dfa75cbccdcb78ebccefceb7f14c39e595aa6f1f3102f53c7e2ff4b1088c19" + }, + { + "name": "Dynamixel", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for Dynamixel", + "paragraph": "Arduino library for Dynamixel", + "website": "https://github.com/hideakitai/Dynamixel", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Dynamixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.2.0.zip", + "archiveFileName": "Dynamixel-0.2.0.zip", + "size": 89847, + "checksum": "SHA-256:53f5e23ac483c32cdac9c2833421273a29db22fbd62950368435ed8cbe1a5acf" + }, + { + "name": "TinyFontRenderer", + "version": "1.0.0", + "author": "Darrek Kay", + "maintainer": "Darrek Kay \u003cdlkay0@gmail.com\u003e", + "sentence": "A library which renders TinyFonts derived from Truetype fonts", + "paragraph": "Use the Tiny Font Tool GUI (http://informatix.miloush.net/microframework/Utilities/TinyFontTool.aspx) to translate Truetype fonts into Tiny Fonts for your embedded project.", + "website": "https://github.com/dlkay0/TinyFontRenderer", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dlkay0/TinyFontRenderer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dlkay0/TinyFontRenderer-1.0.0.zip", + "archiveFileName": "TinyFontRenderer-1.0.0.zip", + "size": 23813, + "checksum": "SHA-256:32c2809b47693ddad6e65b1e67680dfa102a3015aebade4d79628d53b8cd7e5e" + }, + { + "name": "SpresenseNeoPixel", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "NeoPixel library for SPRESENSE (Arduino)", + "paragraph": "NeoPixel library for SPRESENSE (Arduino)", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.0.zip", + "archiveFileName": "SpresenseNeoPixel-0.1.0.zip", + "size": 4155, + "checksum": "SHA-256:daa950f1d99b65e4c790cd6725a356802ffeaa48074dc8a4b7ab9c7ad7d0dbf4" + }, + { + "name": "SpresenseNeoPixel", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "NeoPixel library for SPRESENSE (Arduino)", + "paragraph": "NeoPixel library for SPRESENSE (Arduino)", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.1.zip", + "archiveFileName": "SpresenseNeoPixel-0.1.1.zip", + "size": 4422, + "checksum": "SHA-256:d160553e9ea9806cbac941a2dded2017a543b46380933e5089f73e637bdf1483" + }, + { + "name": "ArtNet", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.0.zip", + "archiveFileName": "ArtNet-0.1.0.zip", + "size": 13432, + "checksum": "SHA-256:271b563072604eabafcc0f66aea16050a7619b6e87154e36cc880dbae47818d3" + }, + { + "name": "ArtNet", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.1.zip", + "archiveFileName": "ArtNet-0.1.1.zip", + "size": 23623, + "checksum": "SHA-256:be96aeef5bbc2a94799faaef64ca9299b126cc4965ad32460fc45daa9e9e687d" + }, + { + "name": "ArtNet", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.2.zip", + "archiveFileName": "ArtNet-0.1.2.zip", + "size": 22679, + "checksum": "SHA-256:fff94a8da7786bf2655bf08aeaf75afa8fa616457c13c2c5fcbded96f67514ee" + }, + { + "name": "ArtNet", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.3.zip", + "archiveFileName": "ArtNet-0.1.3.zip", + "size": 22790, + "checksum": "SHA-256:8e8349098cb0f0beebf924f0b938817410a919af2ba8636f64681fbec362e926" + }, + { + "name": "ArtNet", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.4.zip", + "archiveFileName": "ArtNet-0.1.4.zip", + "size": 22807, + "checksum": "SHA-256:4e3ab4821da5100ca1618e3c642b51a221c18d12f6c25ee97f28e871bbc8ed36" + }, + { + "name": "ArtNet", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.5.zip", + "archiveFileName": "ArtNet-0.1.5.zip", + "size": 22927, + "checksum": "SHA-256:3e2c5f8c42c14669925f6d3607ef4be8f95309dfbe49b07ccdc21573c64252e7" + }, + { + "name": "ArtNet", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.6.zip", + "archiveFileName": "ArtNet-0.1.6.zip", + "size": 39942, + "checksum": "SHA-256:7a9f44698a6ab2375888fb78ebb38adab7714f81743d2769c0e22b2cad226d92" + }, + { + "name": "ArtNet", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.7.zip", + "archiveFileName": "ArtNet-0.1.7.zip", + "size": 40023, + "checksum": "SHA-256:49541fceb296f9e3b63502fb8a2028d2af9d120afbfbedff974b0483598e0bac" + }, + { + "name": "ArtNet", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.8.zip", + "archiveFileName": "ArtNet-0.1.8.zip", + "size": 40113, + "checksum": "SHA-256:189974f66886dcbaf20ed5f08f347918902ec182ca111253ca5c2e03cdb1677e" + }, + { + "name": "ArtNet", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.9.zip", + "archiveFileName": "ArtNet-0.1.9.zip", + "size": 40349, + "checksum": "SHA-256:76d244012b91b6a97b69dd279e7aa5835de56899a438f34d768dd5ebbf5b1e05" + }, + { + "name": "ArtNet", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.10.zip", + "archiveFileName": "ArtNet-0.1.10.zip", + "size": 53510, + "checksum": "SHA-256:58de4826978f3b6da809ae0416f93e5cd55ceb827293186c9ef983d43cb3be7a" + }, + { + "name": "ArtNet", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.11.zip", + "archiveFileName": "ArtNet-0.1.11.zip", + "size": 54117, + "checksum": "SHA-256:b7475d8f66139bcd7b4c8d00a547db624c6a30d0ff279b3973d995021175c221" + }, + { + "name": "ArtNet", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.0.zip", + "archiveFileName": "ArtNet-0.2.0.zip", + "size": 56566, + "checksum": "SHA-256:75de592a7ff63c767133a526a4b80a40ef46cb8f0b7a7fa5326d41b13ec6dd45" + }, + { + "name": "ArtNet", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.1.zip", + "archiveFileName": "ArtNet-0.2.1.zip", + "size": 56566, + "checksum": "SHA-256:8f74aa121baa8279d0a5cb448ca64cb1db511b86763193602f3406b5514566fc" + }, + { + "name": "ArtNet", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.2.zip", + "archiveFileName": "ArtNet-0.2.2.zip", + "size": 56744, + "checksum": "SHA-256:5cebdbc5d8cb49c420e306727f15ec49fa2c86dcda6fdff074dc6897ff757b9a" + }, + { + "name": "ArtNet", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.3.zip", + "archiveFileName": "ArtNet-0.2.3.zip", + "size": 56739, + "checksum": "SHA-256:d7e1eb922e900febe2b8251a1e4c92dd23076b1869fc966ed83b3928b2f69c2e" + }, + { + "name": "ArtNet", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.4.zip", + "archiveFileName": "ArtNet-0.2.4.zip", + "size": 56782, + "checksum": "SHA-256:505b371a4d33c5a3775c7add1bb5acb7767417db455c6b1569ed9ce2fa48657c" + }, + { + "name": "ArtNet", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.5.zip", + "archiveFileName": "ArtNet-0.2.5.zip", + "size": 56721, + "checksum": "SHA-256:d692bab6c7bdca486092377cc303a6a20446a27c4f8704c7721ab04faceb9023" + }, + { + "name": "ArtNet", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.6.zip", + "archiveFileName": "ArtNet-0.2.6.zip", + "size": 57523, + "checksum": "SHA-256:5f9241c0658084c01a35fdd223a318cd147c972821bdf5885514a723696de885" + }, + { + "name": "ArtNet", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.7.zip", + "archiveFileName": "ArtNet-0.2.7.zip", + "size": 57534, + "checksum": "SHA-256:11fe553f3b63b8fe93dc4e9cf87ba82bd6d12cbbcb29acdc9f406c3a27412206" + }, + { + "name": "ArtNet", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.8.zip", + "archiveFileName": "ArtNet-0.2.8.zip", + "size": 59957, + "checksum": "SHA-256:1ab95d57f1445270f1e72174be499274055d5fe94cbd54959672096f392e582b" + }, + { + "name": "ArtNet", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.9.zip", + "archiveFileName": "ArtNet-0.2.9.zip", + "size": 59967, + "checksum": "SHA-256:7343499dc71dcb081d5d1e5584bdbac9b61cebf60c344903719b489c88aa8d78" + }, + { + "name": "ArtNet", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.10.zip", + "archiveFileName": "ArtNet-0.2.10.zip", + "size": 60119, + "checksum": "SHA-256:b57053d093890a7137c6137d401df7aa11281d82060665afad592727fa967f8d" + }, + { + "name": "Esp32WifiManager", + "version": "0.5.4", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Simple Packet Coms for Esp32.", + "paragraph": "This Arduino library supports Simple Packet Coms for Esp32", + "website": "https://github.com/madhephaestus/EspWii", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.5.4.zip", + "archiveFileName": "Esp32WifiManager-0.5.4.zip", + "size": 19056, + "checksum": "SHA-256:f3f0553a98cdb4119de426200a5810c71bd3778d6e0b87b9053076e2da2f8aaf" + }, + { + "name": "Esp32WifiManager", + "version": "0.6.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.0.zip", + "archiveFileName": "Esp32WifiManager-0.6.0.zip", + "size": 18796, + "checksum": "SHA-256:4f0ecd900f018f61554844ecd71865e564c803abda031638a012d97f43e15556" + }, + { + "name": "Esp32WifiManager", + "version": "0.6.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.1.zip", + "archiveFileName": "Esp32WifiManager-0.6.1.zip", + "size": 19053, + "checksum": "SHA-256:958f1609dd3ed5e562798c9b9d5636dfd9d984b54605187c16e81f55710cd144" + }, + { + "name": "Esp32WifiManager", + "version": "0.6.2", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.2.zip", + "archiveFileName": "Esp32WifiManager-0.6.2.zip", + "size": 19061, + "checksum": "SHA-256:443b6a52833802c1fdd8fdc10cf951365818a1fdb59e88e846b8748d2c1994bf" + }, + { + "name": "Esp32WifiManager", + "version": "0.6.3", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.3.zip", + "archiveFileName": "Esp32WifiManager-0.6.3.zip", + "size": 19057, + "checksum": "SHA-256:d74e6958fde2c3c78740d1a2c453205e790404cb0f6802cecf9fb430d52dfe24" + }, + { + "name": "Esp32WifiManager", + "version": "0.7.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.0.zip", + "archiveFileName": "Esp32WifiManager-0.7.0.zip", + "size": 19198, + "checksum": "SHA-256:d8a2d0ea748938e2ba1eeaa4c7484afd5a0d6c164f863517c3629174a281cd0e" + }, + { + "name": "Esp32WifiManager", + "version": "0.7.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.1.zip", + "archiveFileName": "Esp32WifiManager-0.7.1.zip", + "size": 19232, + "checksum": "SHA-256:eec69a294f68a5482476cc4070331c1dfbaaafd4b7b6c09b57a6a9e8ef140c22" + }, + { + "name": "Esp32WifiManager", + "version": "0.7.2", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.2.zip", + "archiveFileName": "Esp32WifiManager-0.7.2.zip", + "size": 20603, + "checksum": "SHA-256:7ad911ec53780316b68448ed46a43544fd4faebd837cf0041edd5581f81a9b87" + }, + { + "name": "Esp32WifiManager", + "version": "0.7.3", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.3.zip", + "archiveFileName": "Esp32WifiManager-0.7.3.zip", + "size": 20847, + "checksum": "SHA-256:c5f11c57d1c232aa2072e5a6913109c6153a247f97a76aad70239f19d08a9044" + }, + { + "name": "Esp32WifiManager", + "version": "0.7.4", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.4.zip", + "archiveFileName": "Esp32WifiManager-0.7.4.zip", + "size": 21013, + "checksum": "SHA-256:c7b5bc9b0c43aa8bde8c0106bfdbaf22b51045c6fd5facf72cb11379309d0ba2" + }, + { + "name": "Esp32WifiManager", + "version": "0.7.5", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.5.zip", + "archiveFileName": "Esp32WifiManager-0.7.5.zip", + "size": 21084, + "checksum": "SHA-256:9b00cdf09c1c14ca92f3934343a636993259d54e780f7d6e5910cfcefefd1792" + }, + { + "name": "Esp32WifiManager", + "version": "0.8.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.0.zip", + "archiveFileName": "Esp32WifiManager-0.8.0.zip", + "size": 21304, + "checksum": "SHA-256:7cc1535a4af50f1e9d25c131e3e3eb78d850af1618b615b4488398d0eb642d2b" + }, + { + "name": "Esp32WifiManager", + "version": "0.8.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.1.zip", + "archiveFileName": "Esp32WifiManager-0.8.1.zip", + "size": 21571, + "checksum": "SHA-256:86197287ab9e2bf133961f0b98b183c802fce41ae626d4f59c886296ebde6b77" + }, + { + "name": "Esp32WifiManager", + "version": "0.9.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.0.zip", + "archiveFileName": "Esp32WifiManager-0.9.0.zip", + "size": 21630, + "checksum": "SHA-256:2a542a356cb12939c8f9ef395d49c0a80b44a9c8b45d3a70f5d19aa3c49ef085" + }, + { + "name": "Esp32WifiManager", + "version": "0.9.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.1.zip", + "archiveFileName": "Esp32WifiManager-0.9.1.zip", + "size": 21647, + "checksum": "SHA-256:80a23851a90a526dcf5aa041bf30f69ac2037ab986111b8dc661ffbca5f9ddd1" + }, + { + "name": "Esp32WifiManager", + "version": "0.10.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.10.0.zip", + "archiveFileName": "Esp32WifiManager-0.10.0.zip", + "size": 21685, + "checksum": "SHA-256:4f6472e12cb8e66fce8b2b3a3f70a53af82e9d048b8be731518717a4c50489bb" + }, + { + "name": "Esp32WifiManager", + "version": "0.11.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.11.0.zip", + "archiveFileName": "Esp32WifiManager-0.11.0.zip", + "size": 21699, + "checksum": "SHA-256:9cd25b690aa679334516ee32b0fab26492f7ad60f21040646b8c9c7b3c96d0de" + }, + { + "name": "Esp32WifiManager", + "version": "0.12.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.12.0.zip", + "archiveFileName": "Esp32WifiManager-0.12.0.zip", + "size": 21700, + "checksum": "SHA-256:37c3ed66db8835e5bb6f98837af43b3ff30553e9abe56072ee302d2e8ba34ff6" + }, + { + "name": "Esp32WifiManager", + "version": "0.13.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.13.0.zip", + "archiveFileName": "Esp32WifiManager-0.13.0.zip", + "size": 50113, + "checksum": "SHA-256:74bbf15587feabd3f0f177efccdd4af0eb1cdb4240553ec7b42c270dc3750abc" + }, + { + "name": "Esp32WifiManager", + "version": "0.14.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": ["Esp32WifiManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.14.0.zip", + "archiveFileName": "Esp32WifiManager-0.14.0.zip", + "size": 50153, + "checksum": "SHA-256:83229f187b2689188376440a01a7634a273405de14fff0a1cdb52abec407b7a6" + }, + { + "name": "Sparthan Myo", + "version": "0.1.0", + "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", + "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "sentence": "ESP32 Bluetooth communication library for the Myo Armband", + "paragraph": "Enables Bluetooth Low Energy (BLE) data stream from the Myo EMG Armband", + "website": "https://github.com/project-sparthan/sparthan-myo.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/project-sparthan/sparthan-myo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Myo-0.1.0.zip", + "archiveFileName": "Sparthan_Myo-0.1.0.zip", + "size": 10484, + "checksum": "SHA-256:e59af63e7d1a843a0e6a75c040dec036c9bb8e0044358007592f032946d022eb" + }, + { + "name": "Sparthan Module", + "version": "1.0.0", + "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", + "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "sentence": "Motor controller library for the Sparthan Module", + "paragraph": "UART based library to control the five motors of the Sparthan Module development kit", + "website": "https://github.com/project-sparthan/sparthan-module.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/project-sparthan/sparthan-module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Module-1.0.0.zip", + "archiveFileName": "Sparthan_Module-1.0.0.zip", + "size": 8166, + "checksum": "SHA-256:2e91ea9982d86692310bb5d620b52da51654aeef964ef8a364dec9eef98b88e2" + }, + { + "name": "SSLClient", + "version": "1.0.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.0.0.zip", + "archiveFileName": "SSLClient-1.0.0.zip", + "size": 1194425, + "checksum": "SHA-256:d47781f14b283ee6cc4e57ab0fc10019bf7a403d928c38577fb05dedbca69ef7" + }, + { + "name": "SSLClient", + "version": "1.1.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.0.zip", + "archiveFileName": "SSLClient-1.1.0.zip", + "size": 1217261, + "checksum": "SHA-256:57e5fdf86ca516abcf52f78646a2bec6bdbb184cfbeca7ad86d7890c2dd3f5f0" + }, + { + "name": "SSLClient", + "version": "1.1.1", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.1.zip", + "archiveFileName": "SSLClient-1.1.1.zip", + "size": 1217627, + "checksum": "SHA-256:a1f3e25278b25606ae4a9855050fe6eafd577dfc1dc3af3721f5c39a848c4191" + }, + { + "name": "SSLClient", + "version": "1.1.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.2.zip", + "archiveFileName": "SSLClient-1.1.2.zip", + "size": 1217625, + "checksum": "SHA-256:8d872c1521b251b82a54ef0cf8a17cb0a7dd5ab97189bf4423ced74f0bf4d215" + }, + { + "name": "SSLClient", + "version": "1.2.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.0.zip", + "archiveFileName": "SSLClient-1.2.0.zip", + "size": 1219638, + "checksum": "SHA-256:0ceb1ddc9e18df1b57c534a904b31bdd19db45a96ea12abc69f977273ae98d64" + }, + { + "name": "SSLClient", + "version": "1.2.1", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.1.zip", + "archiveFileName": "SSLClient-1.2.1.zip", + "size": 1219617, + "checksum": "SHA-256:df4f6bcecca5fd7f792994aa537238a68ecf22e9ed1d9d47ad8e4d99807b68aa" + }, + { + "name": "SSLClient", + "version": "1.2.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.2.zip", + "archiveFileName": "SSLClient-1.2.2.zip", + "size": 1219571, + "checksum": "SHA-256:4632716988b03d745f4c79e84b3bf70263dfa77456f1f6691d6944c87dd0d331" + }, + { + "name": "SSLClient", + "version": "1.2.3", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.3.zip", + "archiveFileName": "SSLClient-1.2.3.zip", + "size": 1220914, + "checksum": "SHA-256:603fd379371fa4ec3b41e105db653499bef4943564662fd29472c43ff3b1b159" + }, + { + "name": "SSLClient", + "version": "1.3.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.3.0.zip", + "archiveFileName": "SSLClient-1.3.0.zip", + "size": 1268927, + "checksum": "SHA-256:a3e4d97fb8edcb62f24cf226fdc2b5b710d00b866b37fae5f3250a55b7f30a56" + }, + { + "name": "SSLClient", + "version": "1.4.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.2.zip", + "archiveFileName": "SSLClient-1.4.2.zip", + "size": 1256747, + "checksum": "SHA-256:9bc843328e7f576ca9b44338e99bb1d4a8a64b7d1135d2ef456b49c6e89271ca" + }, + { + "name": "SSLClient", + "version": "1.4.4", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.4.zip", + "archiveFileName": "SSLClient-1.4.4.zip", + "size": 1257557, + "checksum": "SHA-256:e5b97232c1c0665582e8d35676505f36685a49593d12a458495244141f56a207" + }, + { + "name": "SSLClient", + "version": "1.4.5", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.5.zip", + "archiveFileName": "SSLClient-1.4.5.zip", + "size": 1257509, + "checksum": "SHA-256:45edc3f75b561b69f0882c75f09aa9156c7c9f75b85dbe0b198c9900533a5f87" + }, + { + "name": "SSLClient", + "version": "1.4.6", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.6.zip", + "archiveFileName": "SSLClient-1.4.6.zip", + "size": 1257508, + "checksum": "SHA-256:dabe328cbf6565a593c498bf5faef60d392589d1e145ba8f6cf99fe08e8b748b" + }, + { + "name": "SSLClient", + "version": "1.4.7", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.7.zip", + "archiveFileName": "SSLClient-1.4.7.zip", + "size": 1257090, + "checksum": "SHA-256:cb391065a98c0886a7b675f3dd18afd82018bda7c9afa8689cd42f74299f813b" + }, + { + "name": "SSLClient", + "version": "1.5.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "tivac"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.5.0.zip", + "archiveFileName": "SSLClient-1.5.0.zip", + "size": 1238097, + "checksum": "SHA-256:49746118dfc5628ac903c53cff05ee99da7d590a397de310a28df2e539f2e8d1" + }, + { + "name": "SSLClient", + "version": "1.6.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "tivac", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.0.zip", + "archiveFileName": "SSLClient-1.6.0.zip", + "size": 944493, + "checksum": "SHA-256:3df4564997477e50e7613a9c9884ba02ebaa560650a2cdb1f57c4fe8baefa786" + }, + { + "name": "SSLClient", + "version": "1.6.1", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.1.zip", + "archiveFileName": "SSLClient-1.6.1.zip", + "size": 944498, + "checksum": "SHA-256:7c598e56c342b1f62b9ed2a02854fbd3f8350bb959deaed93e96aba7bb086a70" + }, + { + "name": "SSLClient", + "version": "1.6.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.2.zip", + "archiveFileName": "SSLClient-1.6.2.zip", + "size": 944489, + "checksum": "SHA-256:1b0d6e1d907d1d4f4b0c93156a9367d4223bb447d8ddcf0c7c6f5674be34a410" + }, + { + "name": "SSLClient", + "version": "1.6.3", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.3.zip", + "archiveFileName": "SSLClient-1.6.3.zip", + "size": 944306, + "checksum": "SHA-256:ffba16a9fa29d39490c8ca36de12cf82c19da79f12fba58c300e117a1e833cdd" + }, + { + "name": "SSLClient", + "version": "1.6.4", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.4.zip", + "archiveFileName": "SSLClient-1.6.4.zip", + "size": 944391, + "checksum": "SHA-256:0e5fba4c4237282d4185a7a2b2b320fa81345a00596fecbfd580b5293e421fcb" + }, + { + "name": "SSLClient", + "version": "1.6.5", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.5.zip", + "archiveFileName": "SSLClient-1.6.5.zip", + "size": 944399, + "checksum": "SHA-256:13dd44f9d8e509026ef5a7ffdbfee32bf5e43e5f6675c11b7be3084ac9d96922" + }, + { + "name": "SSLClient", + "version": "1.6.6", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.6.zip", + "archiveFileName": "SSLClient-1.6.6.zip", + "size": 944376, + "checksum": "SHA-256:d675e89ea36950c560d925bd04a3070605d3a185efcd2a4610fb0847b0015600" + }, + { + "name": "SSLClient", + "version": "1.6.7", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.7.zip", + "archiveFileName": "SSLClient-1.6.7.zip", + "size": 947568, + "checksum": "SHA-256:933c3a24a53ec8524e80c8eeb054046e52875fa2ba940b4d40f90ad75ddeb9f7" + }, + { + "name": "SSLClient", + "version": "1.6.8", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.8.zip", + "archiveFileName": "SSLClient-1.6.8.zip", + "size": 948246, + "checksum": "SHA-256:c207887e4251cc3eb01fc5c9a0b800d9ec2d11da5efc14891645c26012afae3a" + }, + { + "name": "SSLClient", + "version": "1.6.9", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.9.zip", + "archiveFileName": "SSLClient-1.6.9.zip", + "size": 948616, + "checksum": "SHA-256:9084c64112e059906f531f667135419bda8b5018ea518afd60a01ca51afc0a14" + }, + { + "name": "SSLClient", + "version": "1.6.10", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.10.zip", + "archiveFileName": "SSLClient-1.6.10.zip", + "size": 984559, + "checksum": "SHA-256:9760bc9fb42b152e7f4f732e216e4b7859748f293db2372efed8356f9d87c342" + }, + { + "name": "SSLClient", + "version": "1.6.11", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", + "architectures": ["samd", "sam", "tivac", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": ["SSLClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.11.zip", + "archiveFileName": "SSLClient-1.6.11.zip", + "size": 984833, + "checksum": "SHA-256:38619cd81727a7890f9713c574b4d5f0ef508d6fc60acf963ccfd4f1fb7edd8b" + }, + { + "name": "Sparthan gForce", + "version": "1.0.0", + "author": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "sentence": "Bluetooth communication library for the gForce EMG armband", + "paragraph": "Library based on the ESP32 for Bluetooth Low Energy (BLE) comunication with the gForce armband, streaming status, IMU and gesture data", + "website": "https://github.com/project-sparthan/sparthan-gforce.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/project-sparthan/sparthan-gforce.git", + "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_gForce-1.0.0.zip", + "archiveFileName": "Sparthan_gForce-1.0.0.zip", + "size": 6178, + "checksum": "SHA-256:361d4e2ee1d800b216ccb6b9ca0064519aa077972e6dcfa1b340ab00c7c23237" + }, + { + "name": "LoRaNow", + "version": "1.0.0", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": ["LoRaNow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.0.zip", + "archiveFileName": "LoRaNow-1.0.0.zip", + "size": 21896, + "checksum": "SHA-256:81ab8d3e6bccde504613e11b58946ee7bbf1bf66d5d35fc33c0957a8b20f9d6f" + }, + { + "name": "LoRaNow", + "version": "1.0.1", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": ["LoRaNow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.1.zip", + "archiveFileName": "LoRaNow-1.0.1.zip", + "size": 23681, + "checksum": "SHA-256:96297153135aa9603f646b4594d99b54c1ab9138cbf2d307fa9d3a7143a7a344" + }, + { + "name": "LoRaNow", + "version": "1.0.2", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": ["LoRaNow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.2.zip", + "archiveFileName": "LoRaNow-1.0.2.zip", + "size": 23745, + "checksum": "SHA-256:9ee54bfa12f37af87aae75f28c0dcacabb3514db3948f042f036d2b08dbbb31b" + }, + { + "name": "LoRaNow", + "version": "1.0.3", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": ["LoRaNow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.3.zip", + "archiveFileName": "LoRaNow-1.0.3.zip", + "size": 24191, + "checksum": "SHA-256:0745487004c6d74bc25e40b2bab8f917915395e79e120eea7ad8621421d8d90e" + }, + { + "name": "LoRaNow", + "version": "1.0.4", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": ["LoRaNow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.4.zip", + "archiveFileName": "LoRaNow-1.0.4.zip", + "size": 26498, + "checksum": "SHA-256:2a39240c5d2cf818d20d407c1af0a0756f01ef96ab68011c732cb1028237e829" + }, + { + "name": "LoRaNow", + "version": "1.0.5", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": ["LoRaNow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.5.zip", + "archiveFileName": "LoRaNow-1.0.5.zip", + "size": 26841, + "checksum": "SHA-256:007ce97a10b0b261bb23b453048cd973a247a9340ebc7ec4b1be4d7b717d9983" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "1.0.0", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.0.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.0.zip", + "size": 8708, + "checksum": "SHA-256:4f9eb27201e2696d38147fe3f9912725a3246622fb3917c916e86a3cef9e4fc9" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "1.0.1", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.1.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.1.zip", + "size": 9385, + "checksum": "SHA-256:95c42271a53e14089d78d77d5f3fe86b98423c084a2c046e2bb1269063a19786" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "1.0.2", + "author": "hellothing(tommy@hellothing.com)", + "maintainer": "hellothing(tommy@hellothing.com)", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.2.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.2.zip", + "size": 9535, + "checksum": "SHA-256:d51b8d10270e72511b788f69b4fa36c498300f5ea6de13e714164ca4e4733166" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "1.0.3", + "author": "hellothing(tommy@hellothing.com)", + "maintainer": "hellothing(tommy@hellothing.com)", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.3.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.3.zip", + "size": 9541, + "checksum": "SHA-256:b28d87fcfa83855472dccb0a4216c2a41857de1a2115ea2e97d50869555c6ee9" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "1.0.4", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.4.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.4.zip", + "size": 10913, + "checksum": "SHA-256:946caf75035a8710f62d4efe953bb925155279ff5397fd5737693709b21d3d09" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "2.0.0", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.0.zip", + "archiveFileName": "hellothing_BG96_NBIoT-2.0.0.zip", + "size": 11540, + "checksum": "SHA-256:1b579715c053363f46837669306d3f827dca5f7df8f247a459d520fbcef92c0f" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "2.0.1", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.1.zip", + "archiveFileName": "hellothing_BG96_NBIoT-2.0.1.zip", + "size": 11702, + "checksum": "SHA-256:a503d4b48a6d9c0b70ef67b14dea68c519cc08370d847584c4e60317a5bc5282" + }, + { + "name": "hellothing_BG96_NBIoT", + "version": "2.0.2", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": ["hellothing_BG96_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.2.zip", + "archiveFileName": "hellothing_BG96_NBIoT-2.0.2.zip", + "size": 16191, + "checksum": "SHA-256:a5b05e2c23ede24785026edf96d8fe5d73abd008818e736a71b92dd152445564" + }, + { + "name": "Adafruit MCP9600 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.0.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.0.0.zip", + "size": 10389, + "checksum": "SHA-256:d28e184212b94134057f3b6112d555cd000fd39f802cb9705fdf256ec0614d63" + }, + { + "name": "Adafruit MCP9600 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.1.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.0.1.zip", + "size": 1186225, + "checksum": "SHA-256:73db8619f1047448600714fe2354a0f5db645c0d523170a6827aa8309675c31a" + }, + { + "name": "Adafruit MCP9600 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.2.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.0.2.zip", + "size": 1186982, + "checksum": "SHA-256:bf10f3fc2e8b36b979660528866873c3cca35ade2096956cbb29dde28825c765" + }, + { + "name": "Adafruit MCP9600 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.1.0.zip", + "size": 1187075, + "checksum": "SHA-256:16f9d9fd2c4a0afc5b51592d158973722f369edc160dbe3d3425a44d2a003505" + }, + { + "name": "Adafruit MCP9600 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.1.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.1.1.zip", + "size": 1187076, + "checksum": "SHA-256:b6f8533a5f6f3d34c3f84bc75f72b71e68ae0e7304df91d3bd2184ee39680e43" + }, + { + "name": "Adafruit MCP9600 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.3.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.1.3.zip", + "size": 1187110, + "checksum": "SHA-256:01a658fade184513e4e40bf67609a4cef4a822b51ccf49a0f07119ad396f99d2" + }, + { + "name": "Sodaq_N2X", + "version": "1.0.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the SARA N2X modules.", + "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", + "website": "https://github.com/SodaqMoja/Sodaq_N2X", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.0.zip", + "archiveFileName": "Sodaq_N2X-1.0.0.zip", + "size": 15399, + "checksum": "SHA-256:9f12ed784161fa551b4b477f03125c3efe41371546158b1c9bd5bc9d67f357e5" + }, + { + "name": "Sodaq_N2X", + "version": "1.0.1", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the SARA N2X modules.", + "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", + "website": "https://github.com/SodaqMoja/Sodaq_N2X", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.1.zip", + "archiveFileName": "Sodaq_N2X-1.0.1.zip", + "size": 15712, + "checksum": "SHA-256:ee9ddb3fab2316f6562eb3fc645aa62befc9e827357889745450abe8a3f278a9" + }, + { + "name": "Sodaq_R4X", + "version": "1.0.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-1.0.0.zip", + "archiveFileName": "Sodaq_R4X-1.0.0.zip", + "size": 26350, + "checksum": "SHA-256:992ccdeb579313882a5c0fcd2b8d010943bd1ae91d62f4902ba5f105f1ca6dc0" + }, + { + "name": "Sodaq_R4X", + "version": "2.0.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.0.zip", + "archiveFileName": "Sodaq_R4X-2.0.0.zip", + "size": 29172, + "checksum": "SHA-256:d1ebcbb74b64a64b9a6793b85b25fac7cf9da157223bba4ab7b9148e74326f0c" + }, + { + "name": "Sodaq_R4X", + "version": "2.0.1", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.1.zip", + "archiveFileName": "Sodaq_R4X-2.0.1.zip", + "size": 29571, + "checksum": "SHA-256:da560d349f52651f9b4a3bdd545467fb90decf38c50bb01bbe8cbcd848e099e2" + }, + { + "name": "Sodaq_R4X", + "version": "2.0.2", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.2.zip", + "archiveFileName": "Sodaq_R4X-2.0.2.zip", + "size": 29556, + "checksum": "SHA-256:cb85b20cf199ce82140612d44179d54038ba57ce4468bdc9f8f0ce429c33399c" + }, + { + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", + "size": 26422, + "checksum": "SHA-256:fd03a6c236461856f11ec5d1e098cc7f6c61db1e7fcc0812c6de74e183c870c4" + }, + { + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", + "size": 24267, + "checksum": "SHA-256:8c773436a54e0792931fccb8ff1ea8a3e6d74f3823355305805db73c63f33da9" + }, + { + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", + "size": 24529, + "checksum": "SHA-256:ed48a0d3e7d3546f2ad21d9e95c60d5dab8c23ef0fa209ce392c8f7ce8bbf94a" + }, + { + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.3.zip", + "size": 25101, + "checksum": "SHA-256:0f40861669d144dc78eb8ca66606fdfad0bf35742a11caea43f4c34410b6d9d7" + }, + { + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.4.zip", + "size": 25122, + "checksum": "SHA-256:6c6dc84ed5ec9735c6652b1ae579c1988ca2387d2bb7a855ad38eccbf16ad48e" + }, + { + "name": "TimerFour", + "version": "1.0.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VincentLim/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.0.0.zip", + "archiveFileName": "TimerFour-1.0.0.zip", + "size": 7559, + "checksum": "SHA-256:01e3b7fab25f6d788f136f14e3d4c00598285db1af1cde4a61e6987e87872e61" + }, + { + "name": "TimerFour", + "version": "1.1.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VincentLim/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.1.0.zip", + "archiveFileName": "TimerFour-1.1.0.zip", + "size": 7693, + "checksum": "SHA-256:d6baf6ebd135b687106c336e9582da9b45458c9baeb449becc4e5e6b81da9e7b" + }, + { + "name": "TimerFive", + "version": "1.0.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VincentLim/TimerFive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.0.0.zip", + "archiveFileName": "TimerFive-1.0.0.zip", + "size": 8160, + "checksum": "SHA-256:8dd1715a0d3c61ac8a26485126f0c42d9f2d413b69a9aa04fa13f5df7710cd88" + }, + { + "name": "TimerFive", + "version": "1.1.0", + "author": "Jesse Tane, J�r�me Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VincentLim/TimerFive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.1.0.zip", + "archiveFileName": "TimerFive-1.1.0.zip", + "size": 7652, + "checksum": "SHA-256:e654fc2a3b4c213adb17081caaed71aebb6b1f48f34640713caa25406ce7948c" + }, + { + "name": "AntaresLoraID", + "version": "1.0.0", + "author": "Antares", + "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", + "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", + "paragraph": "Device library for lora.id network.", + "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", + "providesIncludes": ["loraid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.0.0.zip", + "archiveFileName": "AntaresLoraID-1.0.0.zip", + "size": 39803, + "checksum": "SHA-256:f0e52e78ef485e68403d6b08a9d1b87fafc8535f88ff04245d508944b02fd5da" + }, + { + "name": "AntaresLoraID", + "version": "1.1.0", + "author": "Antares", + "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", + "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", + "paragraph": "Device library for lora.id network.", + "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "category": "Communication", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", + "providesIncludes": ["loraid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.1.0.zip", + "archiveFileName": "AntaresLoraID-1.1.0.zip", + "size": 39990, + "checksum": "SHA-256:ee1f46b46424ca3558707f6ef99b9810b0980089fb215b732e667e7212f8b9af" + }, + { + "name": "OneWireNg", + "version": "0.1.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.1.0.zip", + "archiveFileName": "OneWireNg-0.1.0.zip", + "size": 22097, + "checksum": "SHA-256:f1a4d2ac9e83450924497abc73bb5892c744306abc59f85e41a1c5bd2bf4c762" + }, + { + "name": "OneWireNg", + "version": "0.2.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.2.0.zip", + "archiveFileName": "OneWireNg-0.2.0.zip", + "size": 38169, + "checksum": "SHA-256:6ad84d4e2aae7707676602f0313b7ffbe1d385d30597439a6497cf4f1ce05918" + }, + { + "name": "OneWireNg", + "version": "0.3.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.3.0.zip", + "archiveFileName": "OneWireNg-0.3.0.zip", + "size": 41386, + "checksum": "SHA-256:53996864467d590cdb1657cf5d6a4afd878e45e77a494b14af4d3268049fa57b" + }, + { + "name": "OneWireNg", + "version": "0.4.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "samd_beta", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.4.0.zip", + "archiveFileName": "OneWireNg-0.4.0.zip", + "size": 42613, + "checksum": "SHA-256:e8855fa6208a84607269777fba989174aa174d6e379e79d313235af0393f212f" + }, + { + "name": "OneWireNg", + "version": "0.4.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "samd", "samd_beta", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.4.1.zip", + "archiveFileName": "OneWireNg-0.4.1.zip", + "size": 43505, + "checksum": "SHA-256:cb719c3e5698a5a68ddce3f03c5965b3c2da3faa0283d13cd2673f60d03a032f" + }, + { + "name": "OneWireNg", + "version": "0.5.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.5.0.zip", + "archiveFileName": "OneWireNg-0.5.0.zip", + "size": 75306, + "checksum": "SHA-256:7042a02d08619cbdd26c92d75f520dcdf6f50cb529db1d6131e8f3f692e2863b" + }, + { + "name": "OneWireNg", + "version": "0.6.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.6.0.zip", + "archiveFileName": "OneWireNg-0.6.0.zip", + "size": 108243, + "checksum": "SHA-256:c60290249af451ea59323e16fbc63cfae9426ba7d9cd2cbf6a24c60e15b160d1" + }, + { + "name": "OneWireNg", + "version": "0.7.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.0.zip", + "archiveFileName": "OneWireNg-0.7.0.zip", + "size": 115594, + "checksum": "SHA-256:24e21c65e2e6c552d4151c73db705eb677d80e22039ce476542d254186d01cd0" + }, + { + "name": "OneWireNg", + "version": "0.7.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.1.zip", + "archiveFileName": "OneWireNg-0.7.1.zip", + "size": 115990, + "checksum": "SHA-256:8cecc17dd06c5f0611b9cd293b1d5a6d66c28f745df2a37584499fca0acc031c" + }, + { + "name": "OneWireNg", + "version": "0.7.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.2.zip", + "archiveFileName": "OneWireNg-0.7.2.zip", + "size": 118171, + "checksum": "SHA-256:fb8cb18159304e8a5c5b36d2f5e6da805ab1ecd404c022b18077799c8b957c7d" + }, + { + "name": "OneWireNg", + "version": "0.8.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.0.zip", + "archiveFileName": "OneWireNg-0.8.0.zip", + "size": 128997, + "checksum": "SHA-256:09c6932d7c56e1c625d5072c020168cbfa2a179e3ff5ad3a1da0a60f971689ed" + }, + { + "name": "OneWireNg", + "version": "0.8.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.1.zip", + "archiveFileName": "OneWireNg-0.8.1.zip", + "size": 131062, + "checksum": "SHA-256:c82e896011de7a8d02334b78598644c7acf4955783ccbf323a0e07863c156d58" + }, + { + "name": "OneWireNg", + "version": "0.8.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", + "architectures": ["avr", "megaavr", "sam", "samd", "samd_beta", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.2.zip", + "archiveFileName": "OneWireNg-0.8.2.zip", + "size": 131950, + "checksum": "SHA-256:ffde9e7c3f8f40be8b79aa324976216d512363aa6ce4f94690803a0d0574903e" + }, + { + "name": "PE43xx", + "version": "1.0.0", + "author": "Tatu Wikman (tatu.wikman@gmail.com)", + "maintainer": "Tatu Wikman (tatu.wikman@gmail.com)", + "sentence": "Simplifies usage of PE43xx family of attenuators.", + "paragraph": "Allows easy control of PE43xx stepping attenuators.", + "website": "https://github.com/tswfi/PE43xx", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tswfi/PE43xx.git", + "providesIncludes": ["PE43xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tswfi/PE43xx-1.0.0.zip", + "archiveFileName": "PE43xx-1.0.0.zip", + "size": 5727, + "checksum": "SHA-256:dab9ea3fe1bbf1f772c07dbc76eb36fe704f9155b4dd1b1cc500c3feb51347bd" + }, + { + "name": "DabbleESP32", + "version": "1.4.1", + "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", + "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", + "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", + "website": "https://thestempedia.com/product/dabble", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/STEMpedia/DabbleESP32.git", + "providesIncludes": ["DabbleESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.1.zip", + "archiveFileName": "DabbleESP32-1.4.1.zip", + "size": 81704, + "checksum": "SHA-256:38a2ed4db60b872067909d6bcc57633f5ec2eae53ecf69bf3caa9076551a69fd" + }, + { + "name": "DabbleESP32", + "version": "1.4.0", + "author": "STEMpedia", + "maintainer": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "sentence": "DabbleESP32 is a library to use Dabble App with ESP32 on Arduino IDE.", + "paragraph": "Dabble app communicate with hardware like evive Arduino boards like Uno, Mega and Nano using bluetooth modules like HC-05,HM-10 and with espressif ESP32 board using built in bluetooth present in it. App consists of modules that explore different functionalities of smartphone like sensors,camera etc and also consists of certain user interfaces.Hardware communicates with app using Dabble library over bluetooth and access these app features.", + "website": "https://github.com/STEMpedia/Dabble", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/STEMpedia/DabbleESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.0.zip", + "archiveFileName": "DabbleESP32-1.4.0.zip", + "size": 82705, + "checksum": "SHA-256:abf7647cb2d834a053a4ae545ea94d9a60ccb3ef6c6a82743bce08abbc3c29b1" + }, + { + "name": "DabbleESP32", + "version": "1.5.1", + "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", + "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", + "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", + "website": "https://thestempedia.com/product/dabble", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/STEMpedia/DabbleESP32.git", + "providesIncludes": ["DabbleESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.5.1.zip", + "archiveFileName": "DabbleESP32-1.5.1.zip", + "size": 75222, + "checksum": "SHA-256:4fe6a0192db62e8a85472abd2c8fccd0e4a981ed9f78c4320c8577bf3c6cad3b" + }, + { + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "0.1.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/protocentral/protocentral_max86150", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", + "size": 155323, + "checksum": "SHA-256:c0b986804b807def5b62106f3adcb2c87e8c59b465a1e309cfd1d2bd1693789b" + }, + { + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "0.1.3", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", + "size": 437372, + "checksum": "SHA-256:67edf9d325b5aa26d772cd55d89e9cfd4e7001b6afca7626086c1ca1930a633a" + }, + { + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "0.1.4", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.4.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.4.zip", + "size": 290821, + "checksum": "SHA-256:89845d934c659bece58b30acb6b092c41ba75df78701e8f9635514566fa28192" + }, + { + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.0.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.0.zip", + "size": 675596, + "checksum": "SHA-256:9dbe4e09dbd452aaf82bca072806cfb8ee7c4e142720dabf51f680fb541a5bb2" + }, + { + "name": "sensirion-sps", + "version": "0.0.3", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": ["sps30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.3.zip", + "archiveFileName": "sensirion_sps-0.0.3.zip", + "size": 64954, + "checksum": "SHA-256:eb8cfa989a17f77b52dfc3f1441b5dd490cf6e733cabdf347830980d4838a748" + }, + { + "name": "sensirion-sps", + "version": "0.0.5", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": ["sps30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.5.zip", + "archiveFileName": "sensirion_sps-0.0.5.zip", + "size": 66202, + "checksum": "SHA-256:b397625e7dc3db38344f1dd0ad9b26b0cb09f1debd9caf8766aa0849c85a6a3d" + }, + { + "name": "sensirion-sps", + "version": "0.0.6", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": ["sps30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.6.zip", + "archiveFileName": "sensirion_sps-0.0.6.zip", + "size": 66444, + "checksum": "SHA-256:a8108face69dc798c109f0dff49a5dcce1c0dd44559c8efec3ee49e82320c0a2" + }, + { + "name": "sensirion-sps", + "version": "0.9.0", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": ["sps30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.9.0.zip", + "archiveFileName": "sensirion_sps-0.9.0.zip", + "size": 67721, + "checksum": "SHA-256:d7b7f5870429ed693217fc7bb1e1f6ade2b79144ef14572468207f3e56b8acc4" + }, + { + "name": "sensirion-sps", + "version": "1.0.0", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": ["sps30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-1.0.0.zip", + "archiveFileName": "sensirion_sps-1.0.0.zip", + "size": 68551, + "checksum": "SHA-256:edc2ba6efd3b1ab808ac1255cfbd68aa03e061c36567473a82925d590666ec56" + }, + { + "name": "Atmega32u4_IO", + "version": "3.0.0", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.wz.sk", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.0.zip", + "archiveFileName": "Atmega32u4_IO-3.0.0.zip", + "size": 7528, + "checksum": "SHA-256:fa9164cb1c3867d09ad2f33a73e31ac14c988b79bb15af552ed7de836a1c4f3a" + }, + { + "name": "Atmega32u4_IO", + "version": "3.0.1", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.wz.sk", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.1.zip", + "archiveFileName": "Atmega32u4_IO-3.0.1.zip", + "size": 7599, + "checksum": "SHA-256:36cd6d51a41309588a317842934dd015bea6165164c5a98ca2b77267387f0cf4" + }, + { + "name": "Atmega32u4_IO", + "version": "3.0.2", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.wz.sk", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.2.zip", + "archiveFileName": "Atmega32u4_IO-3.0.2.zip", + "size": 7755, + "checksum": "SHA-256:cdef71d9c0e87e73777be7d9cbfe63031d386ba67b56c62495aec1f2655a8f85" + }, + { + "name": "WebSocketStreamClient", + "version": "0.1.0", + "author": "Areve", + "maintainer": "Areve \u003careve@challen.info\u003e", + "sentence": "A WebSocketClient that can be used with PubCubClient for MQTT over WebSockets.", + "paragraph": "A WebSocketClient that implements Client.h so that the PubCubClient MQTT library can use it - with wss or ws", + "website": "https://github.com/areve/WebSocketStreamClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/areve/WebSocketStreamClient.git", + "providesIncludes": ["WebSocketStreamClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/areve/WebSocketStreamClient-0.1.0.zip", + "archiveFileName": "WebSocketStreamClient-0.1.0.zip", + "size": 4264, + "checksum": "SHA-256:75c7ebd3572e6300b4a6bdea25ed6b98088c31f4b289c402bceb62525063132f" + }, + { + "name": "IoTesla-client", + "version": "0.0.1", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.0.1.zip", + "archiveFileName": "IoTesla_client-0.0.1.zip", + "size": 3769, + "checksum": "SHA-256:0f383e01a7f9ab638b9da1b85364308d60d8f271fbbf45827e9075eba32f5652" + }, + { + "name": "IoTesla-client", + "version": "0.1.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.1.0.zip", + "archiveFileName": "IoTesla_client-0.1.0.zip", + "size": 4576, + "checksum": "SHA-256:d9ea187b457d17a9e397c694663d91ba39dda1d27d6a980008cbc9cf7390deaf" + }, + { + "name": "IoTesla-client", + "version": "0.2.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.2.0.zip", + "archiveFileName": "IoTesla_client-0.2.0.zip", + "size": 11386, + "checksum": "SHA-256:2b7e5be00d87aeed83a96f9d7ed0487ca037eca979f60483c1d2feddd40eb24f" + }, + { + "name": "IoTesla-client", + "version": "0.3.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.3.0.zip", + "archiveFileName": "IoTesla_client-0.3.0.zip", + "size": 12025, + "checksum": "SHA-256:c9058beec8beba65f9bfa17720796d4ee41ef295eb21464c138de2e8037feca2" + }, + { + "name": "IoTesla-client", + "version": "0.4.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.4.0.zip", + "archiveFileName": "IoTesla_client-0.4.0.zip", + "size": 12404, + "checksum": "SHA-256:ed2549e218369aa9bbe3495535a6c48a406f112d6ccfe113a0f13ccc1f536431" + }, + { + "name": "IoTesla-client", + "version": "0.5.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.5.0.zip", + "archiveFileName": "IoTesla_client-0.5.0.zip", + "size": 13178, + "checksum": "SHA-256:2f53492959ebb42e93dd230d802179fa8dac7c1225e8a79414350133621ec4fc" + }, + { + "name": "IoTesla-client", + "version": "0.6.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.6.0.zip", + "archiveFileName": "IoTesla_client-0.6.0.zip", + "size": 13844, + "checksum": "SHA-256:3eb9fb547677e5c3b08f5b0ba7f2f55832fe791c540c46276643bd295893385e" + }, + { + "name": "IoTesla-client", + "version": "0.7.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.7.0.zip", + "archiveFileName": "IoTesla_client-0.7.0.zip", + "size": 14158, + "checksum": "SHA-256:b4586f0a2b9086eb2b783b971e87bd9728cbac535ce10fed26db1eadbdb10e2a" + }, + { + "name": "IoTesla-client", + "version": "0.8.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.8.0.zip", + "archiveFileName": "IoTesla_client-0.8.0.zip", + "size": 14188, + "checksum": "SHA-256:91db711f8018be75c68122033f1a9375541b4651d5faa2727083e3aa9b961b50" + }, + { + "name": "IoTesla-client", + "version": "0.9.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "category": "Sensors", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": ["IoTesla-client.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.9.0.zip", + "archiveFileName": "IoTesla_client-0.9.0.zip", + "size": 13843, + "checksum": "SHA-256:479ac143911cea651383fc3fd69ffc24e619e4f36dc214771a902f22e83b8802" + }, + { + "name": "NOKIA5110_TEXT", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.0.0.zip", + "size": 155853, + "checksum": "SHA-256:4139919d5d615215bef38ac3e0d6c1294342fbe038c114652d04500263343bd9" + }, + { + "name": "NOKIA5110_TEXT", + "version": "1.0.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.1.zip", + "archiveFileName": "NOKIA5110_TEXT-1.0.1.zip", + "size": 116991, + "checksum": "SHA-256:291d2bc5a3ea5114c69a54a69e25dde01a70045ca0488891909a7ce3f6891d61" + }, + { + "name": "NOKIA5110_TEXT", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.1.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.1.0.zip", + "size": 302738, + "checksum": "SHA-256:ecdef0bceebdd154f0c89f06d66765543c721d0cdd376268a19f942e5a03f05f" + }, + { + "name": "NOKIA5110_TEXT", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included. 3 fonts, Inverse mode, contrast and bias control.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.2.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.2.0.zip", + "size": 94003, + "checksum": "SHA-256:b7346e0dd33f16e6d74b00249d730c94261de01b8b73a9590a65495a50806759" + }, + { + "name": "NOKIA5110_TEXT", + "version": "1.2.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included. 3 fonts, Inverse mode, contrast and bias control.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.2.1.zip", + "archiveFileName": "NOKIA5110_TEXT-1.2.1.zip", + "size": 87124, + "checksum": "SHA-256:dc731af0937f2fb05db40fe1fca7bdcc3832dcd71bb4f8ace6e9db6a177047d2" + }, + { + "name": "NOKIA5110_TEXT", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (16X6) 96 characters can be displayed with smallest font, Sleep mode included. 6 fonts, Inverse mode, contrast and bias control. Basic Graphics.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.3.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.3.0.zip", + "size": 98490, + "checksum": "SHA-256:a18e4b154f7bec6e45efb732295ecabc0acd9e553349a18a830a067ff0efe0a6" + }, + { + "name": "NOKIA5110_TEXT", + "version": "2.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font, Sleep mode included. 8 fonts, Inverse mode, contrast and bias control. Custom character and bitmap display, Basic Graphics.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.0.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.0.0.zip", + "size": 190937, + "checksum": "SHA-256:208181546fdd0c2eaa56af06645fb79ee9697d29c4909b1c09924ff38c06ef2a" + }, + { + "name": "NOKIA5110_TEXT", + "version": "2.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font, Sleep mode included. 9 optional fonts of various sizes, Inverse mode, contrast and bias control. Custom character and bitmap display, Basic Graphics.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.1.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.1.0.zip", + "size": 183082, + "checksum": "SHA-256:48999d6c1efad00a8f4da466e4008ee94de40ed83e852a47442c9814edf99129" + }, + { + "name": "NOKIA5110_TEXT", + "version": "2.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font. Five characters can be displayed with largest font. Sleep mode included. 9 optional fonts of various sizes and styles, Inverse mode, contrast and bias control. Custom characters and bitmap display, Basic Graphics. Hardware or Software SPI.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.2.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.2.0.zip", + "size": 186391, + "checksum": "SHA-256:3e27369cb071ed15aee0e414ff5aa765ff7b1e19a9bcec896a078246b6660f83" + }, + { + "name": "PMW3360 Module", + "version": "1.0.0", + "author": "Sunjun Kim", + "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", + "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", + "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", + "website": "https://github.com/SunjunKim/PMW3360", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunjunKim/PMW3360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.0.zip", + "archiveFileName": "PMW3360_Module-1.0.0.zip", + "size": 19938, + "checksum": "SHA-256:76b66e00913bfa92bfcb5774ee053c52551a0369051cf9b19bca4b4216f82f96" + }, + { + "name": "PMW3360 Module", + "version": "1.0.1", + "author": "Sunjun Kim", + "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", + "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", + "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", + "website": "https://github.com/SunjunKim/PMW3360", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunjunKim/PMW3360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.1.zip", + "archiveFileName": "PMW3360_Module-1.0.1.zip", + "size": 20433, + "checksum": "SHA-256:546de4f6a011a450c7d633f08f16446e93f59147e08c61e2d0db742c5fc4e2c8" + }, + { + "name": "PMW3360 Module", + "version": "1.1.0", + "author": "Sunjun Kim", + "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", + "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 motion sensor module.", + "paragraph": "You can set/get parameters, get motion data, get raw camer image from PMW3360 module.", + "website": "https://github.com/SunjunKim/PMW3360", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunjunKim/PMW3360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.1.0.zip", + "archiveFileName": "PMW3360_Module-1.1.0.zip", + "size": 22917, + "checksum": "SHA-256:2c625b847ebe803df493970d112340e70809439243dc6266e49028b393f3c0bd" + }, + { + "name": "aWOT", + "version": "1.0.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT provides essential web application features, without obscuring the Arduino simplicity that you know and love. Target mutltiple different platforms and harware configurations with the same code.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.1.zip", + "archiveFileName": "aWOT-1.0.1.zip", + "size": 24778, + "checksum": "SHA-256:a39d29cc581e077d136ceca6b439580b7f1efe788884173a7e5cdcb1a6d66d2e" + }, + { + "name": "aWOT", + "version": "1.0.2", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.2.zip", + "archiveFileName": "aWOT-1.0.2.zip", + "size": 24600, + "checksum": "SHA-256:e12a02b2941c876d058f6a81069fd35b8d2fc449c2ff7ea28f811441679a0e70" + }, + { + "name": "aWOT", + "version": "1.0.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.3.zip", + "archiveFileName": "aWOT-1.0.3.zip", + "size": 24714, + "checksum": "SHA-256:312dc1a94e7df54b0b5cac0aaf0d00ddc42d7c7a5701f580906880533c5178b4" + }, + { + "name": "aWOT", + "version": "1.1.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.0.zip", + "archiveFileName": "aWOT-1.1.0.zip", + "size": 24693, + "checksum": "SHA-256:15423c5fe993cb4ec48aaeca306bfe3dff82360830c0e7004b01dbe3f4ec1872" + }, + { + "name": "aWOT", + "version": "1.1.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.1.zip", + "archiveFileName": "aWOT-1.1.1.zip", + "size": 24745, + "checksum": "SHA-256:6a7cfb5fa8f1c92dfc8008ef8eaa3d5a583a1408a7c300bdc545323d470e7569" + }, + { + "name": "aWOT", + "version": "1.1.2", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.2.zip", + "archiveFileName": "aWOT-1.1.2.zip", + "size": 24711, + "checksum": "SHA-256:9013feb399203f35182f1b7c51bd7638eb8a4a9931188095cf9a2efb36f00e78" + }, + { + "name": "aWOT", + "version": "1.1.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.3.zip", + "archiveFileName": "aWOT-1.1.3.zip", + "size": 24707, + "checksum": "SHA-256:e22e0bf69ec14bf3ac2a218d61e74a30c15701a9b41062679f69910801626b63" + }, + { + "name": "aWOT", + "version": "1.1.4", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.4.zip", + "archiveFileName": "aWOT-1.1.4.zip", + "size": 24710, + "checksum": "SHA-256:42e16cdd5f3d36d4eb97da41bb36917fc34813674ee6726a7f04dd3ca1a83488" + }, + { + "name": "aWOT", + "version": "2.0.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-2.0.0.zip", + "archiveFileName": "aWOT-2.0.0.zip", + "size": 30843, + "checksum": "SHA-256:a97ad300f052afc00d17a044312f17411c5d6baaccb7ae38cc7459859018c8d2" + }, + { + "name": "aWOT", + "version": "2.0.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-2.0.1.zip", + "archiveFileName": "aWOT-2.0.1.zip", + "size": 32684, + "checksum": "SHA-256:31028d67154cdf4ed8bbac5615159d79f21d74c14617316dea2380b74cb32928" + }, + { + "name": "aWOT", + "version": "3.0.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.0.zip", + "archiveFileName": "aWOT-3.0.0.zip", + "size": 34660, + "checksum": "SHA-256:ad492324eb40875ef2da6bf7ddc732f2bbab2b2bd72f7c104fb5b4f43690113a" + }, + { + "name": "aWOT", + "version": "3.0.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.1.zip", + "archiveFileName": "aWOT-3.0.1.zip", + "size": 34657, + "checksum": "SHA-256:206bc150646f81db10566f912cad2833de340b45e8bf10bd87ca5efc5400f7e5" + }, + { + "name": "aWOT", + "version": "3.0.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.3.zip", + "archiveFileName": "aWOT-3.0.3.zip", + "size": 34594, + "checksum": "SHA-256:0143d4220cee9300d0dcb5047d534d20c5dedeb50187b36ac07bfe30a35015a7" + }, + { + "name": "aWOT", + "version": "3.1.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.1.0.zip", + "archiveFileName": "aWOT-3.1.0.zip", + "size": 36174, + "checksum": "SHA-256:cbf6790856618eea992feb786262947a3a0ee8666edd1c88daacac2518b1dc2f" + }, + { + "name": "aWOT", + "version": "3.1.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.1.3.zip", + "archiveFileName": "aWOT-3.1.3.zip", + "size": 37153, + "checksum": "SHA-256:42e8ef5ab673a6179550a51107e261f48c5afa49d2004d7ca29ed7c6b65b1b4e" + }, + { + "name": "aWOT", + "version": "3.2.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.0.zip", + "archiveFileName": "aWOT-3.2.0.zip", + "size": 38998, + "checksum": "SHA-256:2a8a0e184efe659fed9d0f78888a0617b30c33a4d33eb3413fb084b7f3063e50" + }, + { + "name": "aWOT", + "version": "3.2.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.1.zip", + "archiveFileName": "aWOT-3.2.1.zip", + "size": 39054, + "checksum": "SHA-256:76395ce9056d8245dfdbc4a3a1a77729a5a7e428fa392cb99e18cb4edf29e63e" + }, + { + "name": "aWOT", + "version": "3.2.2", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.2.zip", + "archiveFileName": "aWOT-3.2.2.zip", + "size": 39765, + "checksum": "SHA-256:faed877a1675cbe2c05d4b7cd8b9d6260302b99898f4f67583d93f9a88d8f59d" + }, + { + "name": "aWOT", + "version": "3.2.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.3.zip", + "archiveFileName": "aWOT-3.2.3.zip", + "size": 39868, + "checksum": "SHA-256:58e4ad57364c0bb9e0ab49e196c06a738cdb6298f8edfa822f5df80c54be747e" + }, + { + "name": "aWOT", + "version": "3.2.4", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.4.zip", + "archiveFileName": "aWOT-3.2.4.zip", + "size": 39823, + "checksum": "SHA-256:288956d6eb358d8c424ff525e7e9762c553798fa4a72fe3a82b74de4149d5f14" + }, + { + "name": "aWOT", + "version": "3.3.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.3.0.zip", + "archiveFileName": "aWOT-3.3.0.zip", + "size": 41121, + "checksum": "SHA-256:c4bdc65cd072cb3c5f61c6c39d27fa4666a05151bf237da6d3f94ae0409b51d1" + }, + { + "name": "aWOT", + "version": "3.3.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lasselukkari/aWOT.git", + "providesIncludes": ["aWOT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.3.1.zip", + "archiveFileName": "aWOT-3.3.1.zip", + "size": 41118, + "checksum": "SHA-256:39b87fdd1bff067d357f8951dee17e5d0e4044023addccdbdf5401498912d8c0" + }, + { + "name": "StreamUtils", + "version": "1.0.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.0.0.zip", + "archiveFileName": "StreamUtils-1.0.0.zip", + "size": 78892, + "checksum": "SHA-256:e4df06de10c4d1a5c73bbbeed0538ef44ba3121d6074583e656636a923417796" + }, + { + "name": "StreamUtils", + "version": "1.1.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.1.0.zip", + "archiveFileName": "StreamUtils-1.1.0.zip", + "size": 84674, + "checksum": "SHA-256:a9a3aa7e536c6baebf0296642071fbf712ac507bb4041955e377c41e95194fa2" + }, + { + "name": "StreamUtils", + "version": "1.2.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.0.zip", + "archiveFileName": "StreamUtils-1.2.0.zip", + "size": 115511, + "checksum": "SHA-256:1cec760d311377836517d48d04b707999de5ce9ce6408aef1b214cf6733bb075" + }, + { + "name": "StreamUtils", + "version": "1.2.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.1.zip", + "archiveFileName": "StreamUtils-1.2.1.zip", + "size": 115145, + "checksum": "SHA-256:bc3d4d3b6049b303860f068b19470b14320e4355ea3aad66788ddca25de9b9fc" + }, + { + "name": "StreamUtils", + "version": "1.2.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.2.zip", + "archiveFileName": "StreamUtils-1.2.2.zip", + "size": 115801, + "checksum": "SHA-256:5b7659833267e31bc3ad1f52e70ff6920c9107838cb0d6456d80bfcc3b9f1df2" + }, + { + "name": "StreamUtils", + "version": "1.3.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.3.0.zip", + "archiveFileName": "StreamUtils-1.3.0.zip", + "size": 126191, + "checksum": "SHA-256:a59070d94aed36075f179d3ca352ef0c1d6469d05bacebf5baab6dc9d5666c49" + }, + { + "name": "StreamUtils", + "version": "1.4.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.4.0.zip", + "archiveFileName": "StreamUtils-1.4.0.zip", + "size": 141595, + "checksum": "SHA-256:54084dcc5e364fb210ca4b9c891fe9f4e58725cf99301e23efdf95332a9b4b73" + }, + { + "name": "StreamUtils", + "version": "1.4.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.4.1.zip", + "archiveFileName": "StreamUtils-1.4.1.zip", + "size": 143344, + "checksum": "SHA-256:4f7d33668c1cbbfc44aab872cbd5d84663b84c332683091d3c3ef8f952ccb1b4" + }, + { + "name": "StreamUtils", + "version": "1.5.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.5.0.zip", + "archiveFileName": "StreamUtils-1.5.0.zip", + "size": 153491, + "checksum": "SHA-256:815c0d47d7d425538cdfa1b3a39cadb392fa1fe1ecf90756a456332444c8bcba" + }, + { + "name": "StreamUtils", + "version": "1.6.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.0.zip", + "archiveFileName": "StreamUtils-1.6.0.zip", + "size": 167049, + "checksum": "SHA-256:600d705533944aa4a0914ffc23531e220d6261e9279e3bf6f84d21901e1baf4b" + }, + { + "name": "StreamUtils", + "version": "1.6.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.1.zip", + "archiveFileName": "StreamUtils-1.6.1.zip", + "size": 172024, + "checksum": "SHA-256:d6a15ef5b8e5edfb7ae9f24fb721e7dc7a823ab27a82347bf0d20f6490c029ff" + }, + { + "name": "ELT S300 Library", + "version": "1.0.0", + "author": "Masafumi Horimoto", + "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", + "sentence": "This is a library for the ELT CO2 sensor S300 via I2C.", + "paragraph": "This is a library for the ELT CO2 sensor S300 via I2C.", + "website": "https://github.com/mhorimoto/ELT_S300_HOLLY", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mhorimoto/ELT_S300_HOLLY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhorimoto/ELT_S300_Library-1.0.0.zip", + "archiveFileName": "ELT_S300_Library-1.0.0.zip", + "size": 7200, + "checksum": "SHA-256:91dd8111f5ee2eb95e0efc1275c4ae423ce754d9b7312071063fc9404cd07166" + }, + { + "name": "NRF_HAL", + "version": "1.0.0", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/nrfhal_arduino", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.0.zip", + "archiveFileName": "NRF_HAL-1.0.0.zip", + "size": 16669, + "checksum": "SHA-256:892c166d00df90a889209d2b72752d9c93033bdec42f88b70d4549626447da5c" + }, + { + "name": "NRF_HAL", + "version": "1.0.1", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/nrfhal_arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.1.zip", + "archiveFileName": "NRF_HAL-1.0.1.zip", + "size": 17154, + "checksum": "SHA-256:764476814e6cd9c79a88b4958e52864d916ac867e1802f17c31a5044a26548c4" + }, + { + "name": "NRF_HAL", + "version": "1.0.2", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/NRF_HAL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.2.zip", + "archiveFileName": "NRF_HAL-1.0.2.zip", + "size": 19674, + "checksum": "SHA-256:820a3f811271f994b03a1f2b7194e41843907e84e2a21f4e502d52e311c07f18" + }, + { + "name": "IRMP", + "version": "1.0.0", + "author": "Frank Meyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive infrared signals with multiple protocols\u003cbr/\u003e", + "paragraph": "IR receive library for \u003cb\u003e50 different IR protocols\u003c/b\u003e with a small footprint. Can run \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.0.0.zip", + "archiveFileName": "IRMP-1.0.0.zip", + "size": 344174, + "checksum": "SHA-256:3a17d282b68cb25b65567a3efc57f2083fc4ab58372eb87d908f41e490116c30" + }, + { + "name": "IRMP", + "version": "1.1.0", + "author": "Frank Meyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.1.0.zip", + "archiveFileName": "IRMP-1.1.0.zip", + "size": 2709269, + "checksum": "SHA-256:a37f4b82540effdfb57b69023467a7ec7a5ae0abaaf4d8849746e6e2550684d0" + }, + { + "name": "IRMP", + "version": "1.2.0", + "author": "Frank Meyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.0.zip", + "archiveFileName": "IRMP-1.2.0.zip", + "size": 2708014, + "checksum": "SHA-256:73c0de20515ed24c2db774c42107e0a16abe00e68d9de8e331ff8aa484369de6" + }, + { + "name": "IRMP", + "version": "1.2.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.1.zip", + "archiveFileName": "IRMP-1.2.1.zip", + "size": 2781957, + "checksum": "SHA-256:f113ce3a5fa754686ea2f28cd8a4dce39cca34c77678ebff574ac5363c71b78e" + }, + { + "name": "IRMP", + "version": "1.2.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.2.zip", + "archiveFileName": "IRMP-1.2.2.zip", + "size": 2782352, + "checksum": "SHA-256:b3ef1b4d899a7c48aaa741fd93ee666d936882d362bac4ffb8dd9237fa9d9b2f" + }, + { + "name": "IRMP", + "version": "2.0.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.0.0.zip", + "archiveFileName": "IRMP-2.0.0.zip", + "size": 2811333, + "checksum": "SHA-256:f15eb60a30e838c46e24bde703e4eb80cdd37f91ab1bff0b7073035616ac261c" + }, + { + "name": "IRMP", + "version": "2.1.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.1.0.zip", + "archiveFileName": "IRMP-2.1.0.zip", + "size": 2812982, + "checksum": "SHA-256:231b2a89bf2c8ea5812f34201327d5fb2bc3d7b108f44ab54a967b627400e946" + }, + { + "name": "IRMP", + "version": "2.2.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.2.0.zip", + "archiveFileName": "IRMP-2.2.0.zip", + "size": 2813362, + "checksum": "SHA-256:bfa88128d06fdbf5cc38fcdacd790977181e2dddfba68cabcf5638f9e191c981" + }, + { + "name": "IRMP", + "version": "2.2.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eMinor improvements.", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.2.1.zip", + "archiveFileName": "IRMP-2.2.1.zip", + "size": 2833996, + "checksum": "SHA-256:02fff138a61b23538b6d11b21386b77e3c9124f1a9cc86566622168d85a174ac" + }, + { + "name": "IRMP", + "version": "3.0.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of 2 RF protocols, MegaAVR support.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "samd", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.0.0.zip", + "archiveFileName": "IRMP-3.0.0.zip", + "size": 2866328, + "checksum": "SHA-256:daa938266a563e0d98bc65bff3f6a2eeabf566c5d003a04d31d743eb10917e7e" + }, + { + "name": "IRMP", + "version": "3.1.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eAdded irmp_print_active_protocols() function + minor bug fixes.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.0.zip", + "archiveFileName": "IRMP-3.1.0.zip", + "size": 2995506, + "checksum": "SHA-256:6635be757377ac60a8530ac70785080adcfdd79268850d98eb9a72a82fa743bf" + }, + { + "name": "IRMP", + "version": "3.1.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded MinimalReceiver example.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.1.zip", + "archiveFileName": "IRMP-3.1.1.zip", + "size": 3002437, + "checksum": "SHA-256:e05cce77ecad820ae3c5550a65ab3ea2bb8aa0590b7effffaf130bc31c4046cd" + }, + { + "name": "IRMP", + "version": "3.1.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed interrupt mode bug.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.2.zip", + "archiveFileName": "IRMP-3.1.2.zip", + "size": 3004049, + "checksum": "SHA-256:a7b8e3aed0354bf5fab7d385abd7d36f70317403c335bb342ee953ff4649d821" + }, + { + "name": "IRMP", + "version": "3.2.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMBED support for Arduino Nano 33 BLE.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.0.zip", + "archiveFileName": "IRMP-3.2.0.zip", + "size": 3004754, + "checksum": "SHA-256:c7389e0bc85b1fe8f476a010721f330c65a90e5873532e4e664b6b0f5b295c8c" + }, + { + "name": "IRMP", + "version": "3.2.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix for STM32.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.1.zip", + "archiveFileName": "IRMP-3.2.1.zip", + "size": 3005155, + "checksum": "SHA-256:b4d4518dfe4b71ba08a78ec5447de2588c682a82fd4c8a5ed12c121db6584144" + }, + { + "name": "IRMP", + "version": "3.2.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix for STM32. Fixed bug for sending only on no AVR platforms.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.2.zip", + "archiveFileName": "IRMP-3.2.2.zip", + "size": 3005710, + "checksum": "SHA-256:9a8f5f19794bd83c58d998f071d82772cd91b82d45aa25b93dcd2e2b25f65266" + }, + { + "name": "IRMP", + "version": "3.2.3", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed warning for missing USE_ONE_TIMER_FOR_IRMP_AND_IRSND macro.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.3.zip", + "archiveFileName": "IRMP-3.2.3.zip", + "size": 3005822, + "checksum": "SHA-256:7b0f2221a2d6606e146788e330570de6a26a467d9ec5f7bea8f1751ff1fed248" + }, + { + "name": "IRMP", + "version": "3.3.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function bool irmp_IsBusy().\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.0.zip", + "archiveFileName": "IRMP-3.3.0.zip", + "size": 3007256, + "checksum": "SHA-256:f1a37f2457d5bf584b04ebc0206be72d11946245bc503b3e64ac50e8d48b2ba4" + }, + { + "name": "IRMP", + "version": "3.3.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function bool irmp_IsBusy().\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.1.zip", + "archiveFileName": "IRMP-3.3.1.zip", + "size": 3007391, + "checksum": "SHA-256:3f06ef2c355f35b50cea4ed208054b2a8394a989717ec3ac2cd1b6ef4ef070da" + }, + { + "name": "IRMP", + "version": "3.3.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded Teensyduino support. Added function irmp_print_protocol_name().\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.2.zip", + "archiveFileName": "IRMP-3.3.2.zip", + "size": 3008665, + "checksum": "SHA-256:053c381a22de162eccd2e8c0e7323bbc17732fd83ffaa65b31bf8019c2b07fd3" + }, + { + "name": "IRMP", + "version": "3.3.3", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATmega8 and Leonardo support. New IRSND_GENERATE_NO_SEND_RF compile switch.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.3.zip", + "archiveFileName": "IRMP-3.3.3.zip", + "size": 3048368, + "checksum": "SHA-256:3c47d5cc144e686f6ce7755eb68ce6d7302fcfa0885c3a06bf2a77cf63f3023d" + }, + { + "name": "IRMP", + "version": "3.3.4", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved convenience function `irmp_tone()`, since it statically allocates the tone interrupt vector.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.4.zip", + "archiveFileName": "IRMP-3.3.4.zip", + "size": 3048393, + "checksum": "SHA-256:b1e50ec4e1762443b123c9533b8cbbc9bf57edf0792885d12f7d487927dcfd45" + }, + { + "name": "IRMP", + "version": "3.3.5", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed \"enabling OUTPUT for dynamic pin\" bug. Added TinyIRReceiver and updated IRDispatcherDemo examples.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.5.zip", + "archiveFileName": "IRMP-3.3.5.zip", + "size": 3061967, + "checksum": "SHA-256:b06f2a376349efb41d2ce7bede1ff31abd347d43ba0b9e548e5f1b9cd64c6007" + }, + { + "name": "IRMP", + "version": "3.4.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATtiny3217 / TinyCore support and fixed a few timings. Added Melinera protocol and single repeat for NEC.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": ["avr", "megaavr", "samd", "esp8266", "esp32", "stm32", "STM32F1", "apollo3", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.4.0.zip", + "archiveFileName": "IRMP-3.4.0.zip", + "size": 3066019, + "checksum": "SHA-256:868cbd429b1829116157f8dbb28f44220945149848139ffaa042d1b7c737ad2e" + }, + { + "name": "IRMP", + "version": "3.4.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATtiny3217 / TinyCore support and fixed a few timings. Added Melinera protocol and single repeat for NEC.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano" + ], + "types": ["Contributed"], + "repository": "https://github.com/ukw100/IRMP.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.4.1.zip", + "archiveFileName": "IRMP-3.4.1.zip", + "size": 2973077, + "checksum": "SHA-256:a659690f2adc8a47c61aefa4345eaac5b77b742fe39f658f524e713e518f86bc" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", + "size": 63650, + "checksum": "SHA-256:44e7ee694d760633d3f81c2faa7c595590ccfdd8568716e04115a83a2f909430" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e is a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", + "size": 63871, + "checksum": "SHA-256:e8e6cba1846ab842b230d700a1a6d926b3e12fd60b2c492631d8d106cdf29e75" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", + "size": 48509, + "checksum": "SHA-256:cbe1c30deff61236a11f82073bf4b003765120da01aa689d3295ef5e9bbd1a3b" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", + "size": 57618, + "checksum": "SHA-256:05f858df9ac9f978304effd3198dbdff20218f77434b6139d42184175a9e0202" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.0.zip", + "size": 56902, + "checksum": "SHA-256:4f2fff62274c08e56d1247228da5cdd53e774285cb2081e813a611ee98822b45" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.1.zip", + "size": 56904, + "checksum": "SHA-256:cdc12c1db7f37c193084bdd2ab196bb88138d78289ff8239cdc8cf63828ae2a4" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.2.zip", + "size": 56910, + "checksum": "SHA-256:0bd35d48a25330351910952891fddeaf7ec7e758b406954da337ea277630650d" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.0.zip", + "size": 149072, + "checksum": "SHA-256:4420e781ab5ab079b3bb9e58432d51416ebac8490a80f31a508c06c9448733ac" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.1.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.1.zip", + "size": 150480, + "checksum": "SHA-256:22b0b57ea66b8faf82133f6515ab23ca034e9931fe1f7c87a60c4eb32d15cf35" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.2.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.2.zip", + "size": 161696, + "checksum": "SHA-256:9e8802b6c21ee15ea9cc25708f9145f0a5daa417647486ed8b65c7214895f3f8" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.3.zip", + "size": 168587, + "checksum": "SHA-256:764ea03ddeb40981ac40ef5d5f37bc75e3a289e9a4c002e8ea9a8a0fbd0ff145" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.4.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.4.zip", + "size": 168619, + "checksum": "SHA-256:ba49756850c7a2003c61315017a8eb0245891f697c4c25d00e24a9fbe4052c4c" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.5.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.5.zip", + "size": 195627, + "checksum": "SHA-256:52cae58b54a3b9897ce3f367c9bec83a78da3fdcebfa1d0fc8cc12d4385e6e8c" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.6.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.6.zip", + "size": 210606, + "checksum": "SHA-256:7a4edd5a87bdfd82250dc8d066d21b23de3f7751cbb1820621c4b7607d58b922" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.7.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.7.zip", + "size": 210837, + "checksum": "SHA-256:ccc90df3c4106b25a05359f675a7496fab941660fb9541b6cbe3e691acdad6a4" + }, + { + "name": "VCNL36687", + "version": "1.0.0", + "author": "Jainam, jainam1995@gmail.com", + "maintainer": "Jainam", + "sentence": "Arduino library for the VCNL36687 Proximity Sensor with VCSEL", + "paragraph": "Interface with the VCNL36687 sensor over I2C, to get a simple proximity reading.", + "website": "https://github.com/mehtajainam/VCNL36687", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mehtajainam/VCNL36687.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mehtajainam/VCNL36687-1.0.0.zip", + "archiveFileName": "VCNL36687-1.0.0.zip", + "size": 6768, + "checksum": "SHA-256:243099bd63e94e7bf2a5b8f4c1c4fe5d3d06c727865e8a523b9b17262309aa63" + }, + { + "name": "Arancino", + "version": "0.1.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "communication", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.0.zip", + "archiveFileName": "Arancino-0.1.0.zip", + "size": 29935, + "checksum": "SHA-256:a6abe42e36463730f1589e44c0d164d81be57e16c913aa3dea4cd4797f439420" + }, + { + "name": "Arancino", + "version": "0.1.1", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It's designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.1.zip", + "archiveFileName": "Arancino-0.1.1.zip", + "size": 30563, + "checksum": "SHA-256:821324fa0462fe9f1bf500e76354381240896f821cdfe68075a44db941afd293" + }, + { + "name": "Arancino", + "version": "0.1.2", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.2.zip", + "archiveFileName": "Arancino-0.1.2.zip", + "size": 30628, + "checksum": "SHA-256:b7b66a6900c848b5db2a76becb6717e1144321e9bf21bc3be3880f9626fb77d8" + }, + { + "name": "Arancino", + "version": "1.0.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.0.zip", + "archiveFileName": "Arancino-1.0.0.zip", + "size": 68743, + "checksum": "SHA-256:38974cc90007bd7d57b0c0c2dd358c9b11909e34a7cc323795118a01a5503afa" + }, + { + "name": "Arancino", + "version": "1.0.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.1.zip", + "archiveFileName": "Arancino-1.0.1.zip", + "size": 68436, + "checksum": "SHA-256:fb1b90064ea4b6cf51c10ab31fbf5db270089a337453b2ba33e577dba601af66" + }, + { + "name": "Arancino", + "version": "1.0.2", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.2.zip", + "archiveFileName": "Arancino-1.0.2.zip", + "size": 68478, + "checksum": "SHA-256:8d78c2d67f1a8e6cbbc0112e8ac5e0ee4c2b3848e70fbbcc412a3775d6ada1b1" + }, + { + "name": "Arancino", + "version": "1.1.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.1.0.zip", + "archiveFileName": "Arancino-1.1.0.zip", + "size": 70101, + "checksum": "SHA-256:a6f4c8ec194eebf6297284adc0162bbf96ad691778d74d7c3dcbcd59e3bcd3d5" + }, + { + "name": "Arancino", + "version": "0.2.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.2.0.zip", + "archiveFileName": "Arancino-0.2.0.zip", + "size": 32597, + "checksum": "SHA-256:22a64186462f998ac7dd002bfe7598ccaddba4b0b8eaaa11f437447dc8fc5779" + }, + { + "name": "Arancino", + "version": "0.2.1", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.2.1.zip", + "archiveFileName": "Arancino-0.2.1.zip", + "size": 33000, + "checksum": "SHA-256:f5e396f3aa632b4907ab4e4a649dcd0f06e7f9091cbbfe5205b12c13bd475d7e" + }, + { + "name": "Arancino", + "version": "0.3.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.3.0.zip", + "archiveFileName": "Arancino-0.3.0.zip", + "size": 33336, + "checksum": "SHA-256:20f332f2a32c74117e1c61da109a75af2dd6f0a6a797682dc6bfa8b601d58713" + }, + { + "name": "Arancino", + "version": "1.2.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.2.0.zip", + "archiveFileName": "Arancino-1.2.0.zip", + "size": 71123, + "checksum": "SHA-256:63bd96c769fc25ceccb9fd3c8038a4d613cb2180df5717e5b47583afd84791df" + }, + { + "name": "Arancino", + "version": "1.2.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.2.1.zip", + "archiveFileName": "Arancino-1.2.1.zip", + "size": 71184, + "checksum": "SHA-256:49bc67524042a00ed791420575eb468c3635f1ddfedd1e87b317361eaec15f1d" + }, + { + "name": "Arancino", + "version": "0.4.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.4.0.zip", + "archiveFileName": "Arancino-0.4.0.zip", + "size": 34171, + "checksum": "SHA-256:021b52603bc253e62c76aff05ef44b3287ae9673bc5ac0226deba82d87ba0145" + }, + { + "name": "Arancino", + "version": "1.3.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.3.0.zip", + "archiveFileName": "Arancino-1.3.0.zip", + "size": 77746, + "checksum": "SHA-256:f6c5f7b84070d6beb89a823921d072cec449550eeda6c13f0976f0578a36e656" + }, + { + "name": "Arancino", + "version": "1.3.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.3.1.zip", + "archiveFileName": "Arancino-1.3.1.zip", + "size": 78544, + "checksum": "SHA-256:a56f89d912a8ff0583058bfa9506db90dcc3ff2b6f0ee1025a7aafe906ad8424" + }, + { + "name": "Arancino", + "version": "1.4.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.4.0.zip", + "archiveFileName": "Arancino-1.4.0.zip", + "size": 89409, + "checksum": "SHA-256:bb873a8eb816b5f4cc00221d70adccdafde1d957f14994dc91f29df0b8070d55" + }, + { + "name": "Arancino", + "version": "1.4.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.4.1.zip", + "archiveFileName": "Arancino-1.4.1.zip", + "size": 89754, + "checksum": "SHA-256:c58c97263b911507300774e8f56b0e8a4c634e7c279cdd2236653282a6d345f7" + }, + { + "name": "Arancino", + "version": "1.4.2", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.4.2.zip", + "archiveFileName": "Arancino-1.4.2.zip", + "size": 89769, + "checksum": "SHA-256:20c167c8924b79029e9dcbbbef5b4a133c66c46eebfe10cdb9a49c4be01980e4" + }, + { + "name": "CESmartCamp", + "version": "1.0.1", + "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "sentence": "Made it for CESmartCamp", + "paragraph": "this library use to control HC-SR04 in lots of board", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.1.zip", + "archiveFileName": "CESmartCamp-1.0.1.zip", + "size": 2729, + "checksum": "SHA-256:f240fcbabd96e8846f67a0a7ddbe817c839be146a032c0f2604ddab63d23168a" + }, + { + "name": "CESmartCamp", + "version": "1.0.3", + "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "sentence": "Made it for CESmartCamp", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.3.zip", + "archiveFileName": "CESmartCamp-1.0.3.zip", + "size": 8564, + "checksum": "SHA-256:144c7247c8cc5fee750b6cc711ddd5f0bff9502446eef905a84bb8e879e7af7a" + }, + { + "name": "CESmartCamp", + "version": "1.0.4", + "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "sentence": "Made it for CESmartCamp", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.4.zip", + "archiveFileName": "CESmartCamp-1.0.4.zip", + "size": 12952, + "checksum": "SHA-256:5c875c7e81600109d27722f40338579586e5cb7596b7ab5e6305ad61ed8d1c8d" + }, + { + "name": "CESmartCamp", + "version": "12.0.0", + "author": "CE Smart Camp#12", + "maintainer": "CE Smart Camp#12", + "sentence": "Made it for CESmartCamp#12", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.0.0.zip", + "archiveFileName": "CESmartCamp-12.0.0.zip", + "size": 19105, + "checksum": "SHA-256:4db8390135ae13526e37dcbce619c039b00bbbf0552d3b9dceb3e0c54e8cf4d6" + }, + { + "name": "CESmartCamp", + "version": "12.1.0", + "author": "CE Smart Camp#12", + "maintainer": "CE Smart Camp#12", + "sentence": "Made it for CESmartCamp#12", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.1.0.zip", + "archiveFileName": "CESmartCamp-12.1.0.zip", + "size": 18731, + "checksum": "SHA-256:2b974cb16b1aaa20a4a71ed4031f3594e39bc057116d29ab9c396643c5facade" + }, + { + "name": "CESmartCamp", + "version": "12.2.0", + "author": "CE Smart Camp#12", + "maintainer": "CE Smart Camp#12", + "sentence": "Made it for CESmartCamp#12", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.2.0.zip", + "archiveFileName": "CESmartCamp-12.2.0.zip", + "size": 18733, + "checksum": "SHA-256:5dbf77300be1a236a7f256ebec8abccb77a096a206bbb3e2075132eb3222724e" + }, + { + "name": "ESP32 AnalogWrite", + "version": "0.1.0", + "author": "ERROPiX", + "maintainer": "Abdelouahed ERROUAGUY", + "sentence": "ESP32 Polyfill for analogWrite functions", + "paragraph": "Provides an analogWrite polyfill for ESP32 using the LEDC functions", + "website": "https://github.com/ERROPiX/ESP32_AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ERROPiX/ESP32_AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ERROPiX/ESP32_AnalogWrite-0.1.0.zip", + "archiveFileName": "ESP32_AnalogWrite-0.1.0.zip", + "size": 4299, + "checksum": "SHA-256:429a14d1ece8a911a28f6ad04c17513fbb3698f3014517ca94692a296c2b9c28" + }, + { + "name": "Watch", + "version": "1.0.0", + "author": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", + "maintainer": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", + "sentence": "A library that makes working with watch-like formats easy.", + "paragraph": "This library helps count time in sexagesimal base as in seconds and minutes.", + "website": "http://example.com/", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Salterm27/Watch.git", + "providesIncludes": ["Watch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Salterm27/Watch-1.0.0.zip", + "archiveFileName": "Watch-1.0.0.zip", + "size": 4696, + "checksum": "SHA-256:e8b470fbbb34e6c9f87cc245e18bbbefc8cbc7e5780066814ab834448c405597" + }, + { + "name": "PathVariableHandlers", + "version": "1.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.0.0.zip", + "archiveFileName": "PathVariableHandlers-1.0.0.zip", + "size": 13708, + "checksum": "SHA-256:85b0b02a5620b60e7411f2781edcf9d632ab39cfc9ae4379895977e99a33777f" + }, + { + "name": "PathVariableHandlers", + "version": "1.1.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.1.0.zip", + "archiveFileName": "PathVariableHandlers-1.1.0.zip", + "size": 14852, + "checksum": "SHA-256:8513eac9244dc25d7b2c9eba1eb4db84b9065262d45ca9fe3308c12f74539130" + }, + { + "name": "PathVariableHandlers", + "version": "2.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-2.0.0.zip", + "archiveFileName": "PathVariableHandlers-2.0.0.zip", + "size": 8447, + "checksum": "SHA-256:7b54c6f84a75eb13af43ae5b96474bcaf39d0f3278f4e35d4264445194b13a4d" + }, + { + "name": "RichHttpServer", + "version": "1.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.0.0.zip", + "archiveFileName": "RichHttpServer-1.0.0.zip", + "size": 6329, + "checksum": "SHA-256:2e4982027b878d9c64e69bc0790c6d7214e462605b45ece020c0a5b9f84791e8" + }, + { + "name": "RichHttpServer", + "version": "1.2.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.2.0.zip", + "archiveFileName": "RichHttpServer-1.2.0.zip", + "size": 6514, + "checksum": "SHA-256:e1d9cb34ecb648e41a0889d4df1a92e9e9580379eaa8f67796f928550714b683" + }, + { + "name": "RichHttpServer", + "version": "2.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.0.zip", + "archiveFileName": "RichHttpServer-2.0.0.zip", + "size": 23828, + "checksum": "SHA-256:a9e5d19a3c87ffb3b6f3bf53aa352bedd72a38c71c76167b4be2bcaf537e881e" + }, + { + "name": "RichHttpServer", + "version": "2.0.1", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.1.zip", + "archiveFileName": "RichHttpServer-2.0.1.zip", + "size": 23824, + "checksum": "SHA-256:6a15bf1cd2919b27446049bb230e1f90ed01c13b2d01917adb7eff775f0a4e9c" + }, + { + "name": "RichHttpServer", + "version": "2.0.2", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.2.zip", + "archiveFileName": "RichHttpServer-2.0.2.zip", + "size": 23715, + "checksum": "SHA-256:4ed5bf29f234db6d1604a46e79b9ff1bae4dc6ab4fdc11a6faccac51f81fbc8f" + }, + { + "name": "RichHttpServer", + "version": "2.0.3", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.3.zip", + "archiveFileName": "RichHttpServer-2.0.3.zip", + "size": 23717, + "checksum": "SHA-256:2d1a06978ee3336034cae88b75f4ddeee8f332cfa8828cf47da805f9b8b4fda8" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.0.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.0.0.zip", + "size": 12346, + "checksum": "SHA-256:18bbfa6039012f74f0e59e05504f924133ee64b6f17420351a1c47a01c6aafd4" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.1.0.zip", + "size": 14391, + "checksum": "SHA-256:6828c7099ad5e1e997576a73f4dd903025f5fceec669b28f145e04af12f9cbc6" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.2.0.zip", + "size": 65546, + "checksum": "SHA-256:9332404e6c076c2c16d8b20ff6ada8e0484b451febd9dadb949c3901a1809fdf" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.3.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.3.0.zip", + "size": 69696, + "checksum": "SHA-256:57fa6656e9e50a4a5358f5743d1fff4bd07a5635ae56b7f7c9cd3c316c877865" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.4.0.zip", + "size": 74069, + "checksum": "SHA-256:00a635f9ad943954d9f50dfbdfee8626b58ff93fdd44d6b0501b2b51030ac825" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.4.1.zip", + "size": 90861, + "checksum": "SHA-256:f3df72a3b57f1619c46c2bc370e3d8724efbddbbf56d5e7dd2eb435d71842d2e" + }, + { + "name": "Adafruit Arcada Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.5.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.5.0.zip", + "size": 114546, + "checksum": "SHA-256:0d87ba7ef014e640005b989b19816bc96cc95ff4b8d3763c7761770852b7f196" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.0.zip", + "size": 158744, + "checksum": "SHA-256:46652ea9ca66daee3859b2200a4e6c804c9af96a0e9a779f9370c4571498d882" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.1.zip", + "size": 159346, + "checksum": "SHA-256:0799e7130cd4e302b147be0eacc60b5292f97cc234a580f7a321eda15d199bb5" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.2.zip", + "size": 159370, + "checksum": "SHA-256:0d9e468de908432508e7145c5f2808bda54c046d24148ef51ac56488a919da15" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.3.zip", + "size": 159409, + "checksum": "SHA-256:3108c60950155da5aaa59d8f99174075736b6fb4704425450162948806974340" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.0.zip", + "size": 160805, + "checksum": "SHA-256:d8679995679d7fffa5947ed2234ff3a229cf40ada3d732b73a977868528e61bb" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.1.zip", + "size": 160898, + "checksum": "SHA-256:7aa93b4866d99a00e45ca1f60623adae9ecaef22c00ae59927bd34352802dab0" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.2.zip", + "size": 180892, + "checksum": "SHA-256:82360c04c9cf49e77274d559588d8b037894b8d9d339c37854a221eaf0452e40" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.3.zip", + "size": 333742, + "checksum": "SHA-256:a8fd51115ef20f5fe670eec80a4fd5d22559dae9b942e9d4de5969467d213865" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.4.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.4.zip", + "size": 336409, + "checksum": "SHA-256:74dca787e7f5492d43d1b0f8a94124d70e2677708269c172935b15a90218bf60" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.5.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.5.zip", + "size": 336440, + "checksum": "SHA-256:895901e05a01835d8331308ddf43dd6d5a8a8614fc4cdad8ee6880c521072837" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.6.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.6.zip", + "size": 336437, + "checksum": "SHA-256:1657b0ad360bc9a63c0b93b96fb83a644d8e1a98ac48a2c0e0f9a71d45c6109e" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.0.zip", + "size": 340037, + "checksum": "SHA-256:fa6a16e3498f65bbe0fbbcf2e58a3d1be4db524655a674528116671bc6d8a238" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.1.zip", + "size": 340051, + "checksum": "SHA-256:306545c22265b291b5fdf453edf6e4d426147cda3536ecea05636e75ab94d9bd" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.3.zip", + "size": 341045, + "checksum": "SHA-256:fcd85c65c43ce76b23f5b434aab70e9e6b8bbb980be93cdd09397a207072da07" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.5.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.5.zip", + "size": 341123, + "checksum": "SHA-256:85e82120d28c12881673d5ce4e49d0ecf07d7d0dbe76824565acd9a7c7f0b4ae" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.3.0.zip", + "size": 341442, + "checksum": "SHA-256:9c1df88a070ae8d79275d4dd95b2433e42bd36795f7edc60e448fda57207b4e5" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.3.1.zip", + "size": 341797, + "checksum": "SHA-256:d3c59c5ab47669a514c88a996373c96e08d0c364e332ce8f34346e30c40bc358" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.3.2.zip", + "size": 341921, + "checksum": "SHA-256:9579d1f42539e906b816a02217ba3073e8ca90635c064b98865e616b837c5527" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.0.zip", + "size": 343949, + "checksum": "SHA-256:dc8b4bad43a426a22bdc684e9088168f61f232fb380323da544662e3baeaa834" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.1.zip", + "size": 343950, + "checksum": "SHA-256:91d8074f1cf984e60fa4b461572cc07876f0ee03b7880fc1f34b15f2d289d6a1" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.2.zip", + "size": 343969, + "checksum": "SHA-256:282342747f475343525b357c99ac5a98fdd8f0028797073f23ca885a2173df29" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.3.zip", + "size": 344030, + "checksum": "SHA-256:616e424a49497aabfee194f87f7e7dc93a402564c473098a6c64268f0fc19889" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.4.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.4.zip", + "size": 352939, + "checksum": "SHA-256:23a9e4d2171c1bda561d472724c75b6891b3b418fd457a644f5622852f097570" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.5.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.5.zip", + "size": 352943, + "checksum": "SHA-256:aa5233cc32686b8b49c35d6844469f3badedcf3e6e0f28fd897eb7868615b277" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.4.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.6.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.6.zip", + "size": 352943, + "checksum": "SHA-256:909d0a25d599494cacad6c7365435e6be5ed75fb3a0cf7bad962ee28de6a15be" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.0.zip", + "size": 396484, + "checksum": "SHA-256:2bb116ad3cfbb4558d0e8e358702dabecd9a14f1463e1e8a074846ccd5266f71" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.1.zip", + "size": 396486, + "checksum": "SHA-256:6931fbe57f7fa4570a80150a408c452112a81b144bee04ac7564174dabb33b85" + }, + { + "name": "Adafruit Arcada Library", + "version": "2.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit FreeTouch Library" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.2.zip", + "size": 396706, + "checksum": "SHA-256:7e75b5db0963adc909ff65adb3b50a05bc00650fdcac24f2e46dc35d3ddcb0f2" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.1.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", + "size": 19064, + "checksum": "SHA-256:2202343f1fd2bb5e000f027f5b29c628766f35ae06c8eccc1e448e7bba5a65c0" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.2.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", + "size": 21741, + "checksum": "SHA-256:6ab6c7091ccbe7d0c91a8b687ecb60ce70cb11650d0526d129ac8677cc24e97a" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.2.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", + "size": 21734, + "checksum": "SHA-256:67572f4e62de8169529f7d56644a78b13ee45a1b18bf1f1faa3bc836ddca552b" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", + "size": 28041, + "checksum": "SHA-256:918f03d14e9eaaf8d826f8c1b65fa46dcbe383b58c8c8911b41b6702dc9111c0" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", + "size": 28034, + "checksum": "SHA-256:7dfcde6f3fa8502d7ae39f24c0a5f75dd9494b82f3de0d528127b4eff8937eca" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", + "size": 28033, + "checksum": "SHA-256:a2d836242096245932cdb0f06030fd5f1f2164a9a53df6d128bf05975a92681a" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", + "size": 28030, + "checksum": "SHA-256:1bb0d98818d073270e91cecf8503fab84a7e20eb6033a0aceed75d247cfe6724" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", + "size": 27973, + "checksum": "SHA-256:80fae5513e65305ce5f575d11acd7a5b95205ecafa083b8c8453d50bae883fc0" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", + "size": 27181, + "checksum": "SHA-256:a3416e93b8884e0cb0f864a712ca4135a10bfaf88a0293949b3f5e9ba85f581b" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.1.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.1.zip", + "size": 29475, + "checksum": "SHA-256:f00c28a771683f78b1d8108ac3e532cf7f2cca21f470eb418dbfeb4ac9480353" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.2.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.2.zip", + "size": 29455, + "checksum": "SHA-256:3caa84702d32cea983c657f175e618ed529bedd5a3019a8ac2603942b89ff822" + }, + { + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.3.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.3.zip", + "size": 29463, + "checksum": "SHA-256:d08c61ce834cccf6bc76ad67fe09200864c05ebe90d3e2e3bc09b0be93973963" + }, + { + "name": "BBE IoT Class Library", + "version": "1.0.0", + "author": "Brainy Buddy Education LLC", + "maintainer": "Joe Z \u003cjoseph.zhao@gmail.com\u003e", + "sentence": "This is the C++ class library for students' use in IoT class to control smart systems.", + "paragraph": "This library includes a few classes that hide lower level details and provide an abstract wrapper for entry level students to use. Capabilities include serial port reading, distance sensor processing, buzzer playing, fan rotating, etc.", + "website": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library.git", + "providesIncludes": ["BBEClassLibrary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/brainy-buddy-education/BBE_IoT_Class_Library-1.0.0.zip", + "archiveFileName": "BBE_IoT_Class_Library-1.0.0.zip", + "size": 18394, + "checksum": "SHA-256:9f1ce4ecea3e5a7bc541b179402e377b9393e6365a769ccdf7ead9162281e499" + }, + { + "name": "Mechatro", + "version": "1.0.0", + "author": "Botto \u003cin_school@naver.com\u003e", + "maintainer": "Botto \u003cin_school@naver.com\u003e", + "sentence": "\u003cbr/\u003eA library to control motors with the L293x motor driver \u003cbr/\u003e 메카트로 보드 모터 컨트롤 라이브러리 (L298x드라이버 사용하는 모든 프로젝트 사용 가능)", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e- Control two motors by Forward, Reverse, Fast Motor Stop and Free Running Stop mode.\u003cbr/\u003e- 두 개의 모터를 전, 후, 급정지, 완속정지 모드로 컨트롤.\u003cbr/\u003e- Get current of each motor load.\u003cbr/\u003e- 각각의 모터에 흐르는 전류 측정.", + "website": "https://github.com/teamong/Mechatro", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/teamong/Mechatro.git", + "providesIncludes": ["Mechatro.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/teamong/Mechatro-1.0.0.zip", + "archiveFileName": "Mechatro-1.0.0.zip", + "size": 6862, + "checksum": "SHA-256:040607a09cf491da3bf9fa1066d431fd3a2ad98aa8114ee06e2dddb7f3775f09" + }, + { + "name": "CronAlarms", + "version": "0.1.0", + "author": "Martin Laclaustra", + "maintainer": "Martin Laclaustra", + "sentence": "Schedule alarms to occur at specific times with crontab syntax.", + "paragraph": "Using expressions suitable for the program cron (crontab syntax), the library allows performing tasks at specific times or after specific intervals. It depends on ctime library, provided by SDKs. API resembles the popular TimeAlarms library. Tasks can be created to continuously repeat or to occur only once. It is a wrapper of ccronexpr.", + "website": "https://github.com/Martin-Laclaustra/CronAlarms", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Martin-Laclaustra/CronAlarms.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Martin-Laclaustra/CronAlarms-0.1.0.zip", + "archiveFileName": "CronAlarms-0.1.0.zip", + "size": 21046, + "checksum": "SHA-256:7cd8ff4331c7311bd0f9103c976bc9a5bc93c55b87aeb3f967539fecdbb3dbbc" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.0.zip", + "size": 33190, + "checksum": "SHA-256:181a4a4f80f0bf9c6d74b7563d5f87d53e30f9c6e08c332da0b5d36c2cf244ed" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.1.zip", + "size": 33967, + "checksum": "SHA-256:d73f09799bd41b099be0b295f05261f8629360470bbee974a2e39eaa526a60e3" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.3.zip", + "size": 35732, + "checksum": "SHA-256:b640f3666acd0e8e42835492f7b3a216954b601c3fc83e186bc11cd6a10f2107" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.4.zip", + "size": 35723, + "checksum": "SHA-256:18f5bd314d059304fd96eca98e0a6ff8db65e34a0f877a810a664790b702fade" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.5.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.5.zip", + "size": 35680, + "checksum": "SHA-256:2c96759e4f153e7c245b49af637ed884b2996f3862ea180855c44fc5f46026a4" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.6.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.6.zip", + "size": 35757, + "checksum": "SHA-256:0c58bc033ad9fdf5695f9fcfc993c07f2642c94df789309f2db62d3ef7d3961c" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.7.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.7.zip", + "size": 35763, + "checksum": "SHA-256:f9767ba93d1134a4b4dfc70bb4830fd814bc20d1cd695dfb5adbc782f850933b" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.8.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.8.zip", + "size": 35760, + "checksum": "SHA-256:0fa1f44f15c29a9f21aff22a5ac214c872179052b3b2975b1045b214e8b5bf8d" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.9.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.9.zip", + "size": 35736, + "checksum": "SHA-256:4c30f3eccf9ec6d40649c3845bd0f3848b87c675fa6d985b276c3235ef3f6727" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.0.zip", + "size": 35789, + "checksum": "SHA-256:43abd5e53fae72f258ec6cea595971927351edcfcd55ac59d241b9fd7aee88fa" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.1.zip", + "size": 34608, + "checksum": "SHA-256:1f7462cac40a88fff243a4fc881c4a801599fedc5c24551ed63a6f4cbb3da51e" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.2.zip", + "size": 34690, + "checksum": "SHA-256:5892a558048bc27c36a1f72d794634056d54872341c9d7b03493541b83aff8eb" + }, + { + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.3.zip", + "size": 35007, + "checksum": "SHA-256:ec748c4ef11c887ab82d7f1c76d2014c3436367c38465e5875328ca4b9f69d78" + }, + { + "name": "mDash", + "version": "1.0.1", + "author": "Cesanta Software Limited \u003csupport@mdash.net\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@mdash.net\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides MQTT, device shadow, OTA, Filesystem management for ESP32", + "website": "https://mdash.net", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.1.zip", + "archiveFileName": "mDash-1.0.1.zip", + "size": 24163, + "checksum": "SHA-256:5277998e1717a279f92d48c9ed39d7ef753b5cd2b8119a627e45d36c84c12542" + }, + { + "name": "mDash", + "version": "1.0.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.2.zip", + "archiveFileName": "mDash-1.0.2.zip", + "size": 24174, + "checksum": "SHA-256:0410106665ae3309ade3400350ba33e5a1ea473b7fefe51ab35e76d6b107627e" + }, + { + "name": "mDash", + "version": "1.0.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.3.zip", + "archiveFileName": "mDash-1.0.3.zip", + "size": 25353, + "checksum": "SHA-256:95d26a5b6c7154d02d94988053588bd5e2656086324a8e0015b7427d8831f22e" + }, + { + "name": "mDash", + "version": "1.0.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.4.zip", + "archiveFileName": "mDash-1.0.4.zip", + "size": 26291, + "checksum": "SHA-256:0b6b8ed0f0d5fbdee3905b573ac8e3344cbcb5612bd32f8b1b8e674c2fcd4c1f" + }, + { + "name": "mDash", + "version": "1.0.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.5.zip", + "archiveFileName": "mDash-1.0.5.zip", + "size": 26261, + "checksum": "SHA-256:b842d26110d51759ce2431c65a1c37a5e09aec52dd82ea63e4c29d8674b44982" + }, + { + "name": "mDash", + "version": "1.0.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.6.zip", + "archiveFileName": "mDash-1.0.6.zip", + "size": 26566, + "checksum": "SHA-256:fef4b0f5861e2a05a81361cd1402f36c70551541c3d27ea347e55dbb23afc7b6" + }, + { + "name": "mDash", + "version": "1.0.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.7.zip", + "archiveFileName": "mDash-1.0.7.zip", + "size": 28168, + "checksum": "SHA-256:8c21aedd3f186f2885d5583be1984571a510605cc96691549d16a92eb5423f75" + }, + { + "name": "mDash", + "version": "1.0.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.8.zip", + "archiveFileName": "mDash-1.0.8.zip", + "size": 28166, + "checksum": "SHA-256:72fe9cdb0f97c683bfc8c4c3192b8701f47ac9be71e9c15b5be2b74ea1c2ad5e" + }, + { + "name": "mDash", + "version": "1.0.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.9.zip", + "archiveFileName": "mDash-1.0.9.zip", + "size": 84480, + "checksum": "SHA-256:a499683a5bda7ab8d70a6c026872970fe17f6fc17159e024b284ae573e1e43b8" + }, + { + "name": "mDash", + "version": "1.0.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.10.zip", + "archiveFileName": "mDash-1.0.10.zip", + "size": 90102, + "checksum": "SHA-256:8836bdcfeb2b3397eb702c5847dbb2b04f634635c44839e2e294aee173cea2c9" + }, + { + "name": "mDash", + "version": "1.0.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.11.zip", + "archiveFileName": "mDash-1.0.11.zip", + "size": 91286, + "checksum": "SHA-256:99d34d482d0b7601254a710f21e8941f98b9bd78a59ab16f7e3940e8b0822942" + }, + { + "name": "mDash", + "version": "1.0.12", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.12.zip", + "archiveFileName": "mDash-1.0.12.zip", + "size": 91280, + "checksum": "SHA-256:de0ce02960e0da17d7c1545f4e54b0d800d256a40283e9ff3605657b2be88380" + }, + { + "name": "mDash", + "version": "1.0.13", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.13.zip", + "archiveFileName": "mDash-1.0.13.zip", + "size": 92241, + "checksum": "SHA-256:a42190f1253c07d52b966be56306eb3d8759ae3eb2e52cda128d9b69ec8b71ca" + }, + { + "name": "mDash", + "version": "1.0.16", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.16.zip", + "archiveFileName": "mDash-1.0.16.zip", + "size": 92275, + "checksum": "SHA-256:5ee9973cd9f69f44df337ef72a93a0b8bd33e62f4c1687476678a7cb40622da0" + }, + { + "name": "mDash", + "version": "1.0.17", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.17.zip", + "archiveFileName": "mDash-1.0.17.zip", + "size": 92715, + "checksum": "SHA-256:cf34d6c5112f6a27f2891639c99732041840174c56d31d31bb34ad5afa7b2049" + }, + { + "name": "mDash", + "version": "1.0.18", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.18.zip", + "archiveFileName": "mDash-1.0.18.zip", + "size": 92073, + "checksum": "SHA-256:2f5927b80113576fded11d55d3b6f16892cd7b21287807ffc821cb202e362eaf" + }, + { + "name": "mDash", + "version": "1.0.19", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.19.zip", + "archiveFileName": "mDash-1.0.19.zip", + "size": 92057, + "checksum": "SHA-256:f3cdba766785423c2ff4b4ced3344e98bd319d3c6d2b66d0762bd886c8e79295" + }, + { + "name": "mDash", + "version": "1.0.21", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.21.zip", + "archiveFileName": "mDash-1.0.21.zip", + "size": 91190, + "checksum": "SHA-256:f70816cbd425b2e016b6da2533ccd1aa0a3fd39c0e63274cb78b385e7e34ce52" + }, + { + "name": "mDash", + "version": "1.0.22", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.22.zip", + "archiveFileName": "mDash-1.0.22.zip", + "size": 91915, + "checksum": "SHA-256:e731f68556b5d9b1412fcacd51ca8c6f986fc063edb10e0eae2a2d34a81ac1a2" + }, + { + "name": "mDash", + "version": "1.0.23", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.23.zip", + "archiveFileName": "mDash-1.0.23.zip", + "size": 92364, + "checksum": "SHA-256:a57ab8224268e0ee176cc9ee526cf3b9d64a1e10262154ed48c7d526288c9584" + }, + { + "name": "mDash", + "version": "1.0.24", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.24.zip", + "archiveFileName": "mDash-1.0.24.zip", + "size": 92351, + "checksum": "SHA-256:ac22cda694ad93122481cc027dfb9e756724de7e27329d11edd0406068843de5" + }, + { + "name": "mDash", + "version": "1.0.25", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.25.zip", + "archiveFileName": "mDash-1.0.25.zip", + "size": 176931, + "checksum": "SHA-256:96adc6395b46b6772783429e28ae33e5afaecaf2063dd02d05da152904c5f1e5" + }, + { + "name": "mDash", + "version": "1.0.26", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.26.zip", + "archiveFileName": "mDash-1.0.26.zip", + "size": 177236, + "checksum": "SHA-256:e118e6633ce0340f5480fcb1b52fb108dcac26d7d6f69ca5f2c55e1285f897ee" + }, + { + "name": "mDash", + "version": "1.0.27", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.27.zip", + "archiveFileName": "mDash-1.0.27.zip", + "size": 177724, + "checksum": "SHA-256:010b57010112eace91998ab28a15d97a550a1b30bc1d521e9a4a227834d2ee41" + }, + { + "name": "mDash", + "version": "1.0.28", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.28.zip", + "archiveFileName": "mDash-1.0.28.zip", + "size": 178872, + "checksum": "SHA-256:f7db19aa7c7b4d726adc9d473b31e0e846047ff8657393be3b4ee0686f7f4f0f" + }, + { + "name": "mDash", + "version": "1.0.29", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.29.zip", + "archiveFileName": "mDash-1.0.29.zip", + "size": 181369, + "checksum": "SHA-256:a157e8ee95ad0046c632bf1c36ee2f5fa8fd9805fcd00e21bf71ef932fdb60bb" + }, + { + "name": "mDash", + "version": "1.0.30", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.30.zip", + "archiveFileName": "mDash-1.0.30.zip", + "size": 182838, + "checksum": "SHA-256:c4a38d779165dcb276dc189949dc73097530ed768741a31d9c8c5c06e0bbef3e" + }, + { + "name": "mDash", + "version": "1.0.31", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.31.zip", + "archiveFileName": "mDash-1.0.31.zip", + "size": 182810, + "checksum": "SHA-256:3251bf8a9a802289c0a569d85e86b432dc1668048de960a1ea6c1b2181a4d96b" + }, + { + "name": "mDash", + "version": "1.0.32", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.32.zip", + "archiveFileName": "mDash-1.0.32.zip", + "size": 220767, + "checksum": "SHA-256:ffdee7266e58f9c82d710277a0d885f3d4fc2a3cbcb4d94604803828ed5cf1d9" + }, + { + "name": "mDash", + "version": "1.0.33", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.33.zip", + "archiveFileName": "mDash-1.0.33.zip", + "size": 223275, + "checksum": "SHA-256:5184ddcfc93a9c1aba9f29bb07c08f038c4459692d04a5e5cfb025722531a8ec" + }, + { + "name": "mDash", + "version": "1.0.34", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.34.zip", + "archiveFileName": "mDash-1.0.34.zip", + "size": 225974, + "checksum": "SHA-256:92e8cd15620680d8db88b10ba2666ee79f773811f3f5785fe0219696eabcfd02" + }, + { + "name": "mDash", + "version": "1.0.36", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.36.zip", + "archiveFileName": "mDash-1.0.36.zip", + "size": 227793, + "checksum": "SHA-256:158fcadc95aa0bff7aa20262bd09534691a01dddff0339b4b8e93de215ed20cc" + }, + { + "name": "mDash", + "version": "1.0.38", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.38.zip", + "archiveFileName": "mDash-1.0.38.zip", + "size": 237602, + "checksum": "SHA-256:7de9e4ddd3afe3ef502d15f5cd96c69d6475758e2c6c2d8d3365434698ba12af" + }, + { + "name": "mDash", + "version": "1.0.39", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.39.zip", + "archiveFileName": "mDash-1.0.39.zip", + "size": 237788, + "checksum": "SHA-256:f7811d02edc6642354cb03ba5201c4841c0b1208c6a6051db1b62404a9e831f4" + }, + { + "name": "mDash", + "version": "1.0.40", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.40.zip", + "archiveFileName": "mDash-1.0.40.zip", + "size": 239542, + "checksum": "SHA-256:4f0cfbbc8448bb088f0077eb15808574d0213a396b6ccbe1904f49c5fa8fc9ed" + }, + { + "name": "mDash", + "version": "1.0.41", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.41.zip", + "archiveFileName": "mDash-1.0.41.zip", + "size": 241876, + "checksum": "SHA-256:54303c0a36fb595f1150b5f9f0740881dcaaa23035e7b0de7582860435908088" + }, + { + "name": "mDash", + "version": "1.0.42", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.42.zip", + "archiveFileName": "mDash-1.0.42.zip", + "size": 267571, + "checksum": "SHA-256:0c8e08433243739f7490b4a191c840c974abfdec2e0ce98188545fc52a19868d" + }, + { + "name": "mDash", + "version": "1.0.43", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.43.zip", + "archiveFileName": "mDash-1.0.43.zip", + "size": 253911, + "checksum": "SHA-256:6028698ad12a2b4e62e65b7d139a07c3be35c82ad689ef8a390ee0db8570b66f" + }, + { + "name": "mDash", + "version": "1.0.44", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.44.zip", + "archiveFileName": "mDash-1.0.44.zip", + "size": 253004, + "checksum": "SHA-256:2017a3f3471a77749af830af6a5e4989bbeb8dda4ec65317552a43c97eb5b176" + }, + { + "name": "mDash", + "version": "1.0.45", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.45.zip", + "archiveFileName": "mDash-1.0.45.zip", + "size": 253005, + "checksum": "SHA-256:96eac5ff22968298e531e6bcc7b80427dfa8a168c53c0fe13b008c5909c314e1" + }, + { + "name": "mDash", + "version": "1.0.46", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.46.zip", + "archiveFileName": "mDash-1.0.46.zip", + "size": 231355, + "checksum": "SHA-256:c0581b965299311b5b00b9ab8d8a62e48fead70cfb881f1cb3cdba2afffd4aed" + }, + { + "name": "mDash", + "version": "1.0.47", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.47.zip", + "archiveFileName": "mDash-1.0.47.zip", + "size": 227516, + "checksum": "SHA-256:75c555019c0d47af2c61f4426f6ab1dfc118e845cc2ff26211c057dda4bea086" + }, + { + "name": "mDash", + "version": "1.0.48", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.48.zip", + "archiveFileName": "mDash-1.0.48.zip", + "size": 227597, + "checksum": "SHA-256:9edda96796d061e3ac8f1fb3d8e0e213f4af38979accefda111eb3140281782c" + }, + { + "name": "mDash", + "version": "1.0.49", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.49.zip", + "archiveFileName": "mDash-1.0.49.zip", + "size": 359665, + "checksum": "SHA-256:c56c3a42efe8e62df4b2bb87475fe662bfb75224b5f298e65961da3cc205769f" + }, + { + "name": "mDash", + "version": "1.1.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.0.zip", + "archiveFileName": "mDash-1.1.0.zip", + "size": 359541, + "checksum": "SHA-256:641b34e883846d03eca4b4f962fbaad928ac414c2f45cf427bf217b0b8905466" + }, + { + "name": "mDash", + "version": "1.1.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.2.zip", + "archiveFileName": "mDash-1.1.2.zip", + "size": 351446, + "checksum": "SHA-256:488f00fc0ed8cb1da28ca986a9e2690e40dd64b3dab11f31e4a7b887d1d9d61c" + }, + { + "name": "mDash", + "version": "1.1.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.3.zip", + "archiveFileName": "mDash-1.1.3.zip", + "size": 347891, + "checksum": "SHA-256:cac63ff68de12f2ea881fc80ce1f3a1d19e2be1845cff4cbfb05a2250c9a6ed6" + }, + { + "name": "mDash", + "version": "1.1.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.5.zip", + "archiveFileName": "mDash-1.1.5.zip", + "size": 351327, + "checksum": "SHA-256:06abb542d3a9713f242f57593f74a19fcc3b9d42089a9c82af80998475c0299e" + }, + { + "name": "mDash", + "version": "1.1.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.7.zip", + "archiveFileName": "mDash-1.1.7.zip", + "size": 353287, + "checksum": "SHA-256:80d241aa67709ff24220f18f7be1e0670d175c7c8a644e506584ae46c55d0d3b" + }, + { + "name": "mDash", + "version": "1.1.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.8.zip", + "archiveFileName": "mDash-1.1.8.zip", + "size": 356342, + "checksum": "SHA-256:0122334627b5361d9a1ad5804648d20b6e0f7074bc0bc83a7b76203e729acee1" + }, + { + "name": "mDash", + "version": "1.1.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.10.zip", + "archiveFileName": "mDash-1.1.10.zip", + "size": 347341, + "checksum": "SHA-256:9b459058ea36ab047ed6629d3b136247f74b061ab864050c8456b50971bd0230" + }, + { + "name": "mDash", + "version": "1.1.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.11.zip", + "archiveFileName": "mDash-1.1.11.zip", + "size": 347341, + "checksum": "SHA-256:213777b1bb96ae55de50efbbc3a43b0ded2a4d24408953c25ffd2059f6f589f0" + }, + { + "name": "mDash", + "version": "1.2.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.0.zip", + "archiveFileName": "mDash-1.2.0.zip", + "size": 325156, + "checksum": "SHA-256:3065e270db96a1bd5eb5f15b3245562c9ecd270b0cfd51f03213a1f0ab993231" + }, + { + "name": "mDash", + "version": "1.2.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.1.zip", + "archiveFileName": "mDash-1.2.1.zip", + "size": 329361, + "checksum": "SHA-256:9265d38ac21d8527a2eb89f0d02c78efb1195c6e9815e47f0eadc4382388c4be" + }, + { + "name": "mDash", + "version": "1.2.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.2.zip", + "archiveFileName": "mDash-1.2.2.zip", + "size": 331927, + "checksum": "SHA-256:8bffdc9c15ddf87fa7d71814d8bc90663ebedb21e448f475a2c583701f039cd4" + }, + { + "name": "mDash", + "version": "1.2.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.3.zip", + "archiveFileName": "mDash-1.2.3.zip", + "size": 339952, + "checksum": "SHA-256:ebbc18e86000cbfe8855cdef1fa676c429223886c3febec630122f9698ac9f9e" + }, + { + "name": "mDash", + "version": "1.2.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.4.zip", + "archiveFileName": "mDash-1.2.4.zip", + "size": 353415, + "checksum": "SHA-256:aeadf813641a11baba7a9657b207fb228211fe9f6dc7bbfdb005116eec93da28" + }, + { + "name": "mDash", + "version": "1.2.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.5.zip", + "archiveFileName": "mDash-1.2.5.zip", + "size": 356262, + "checksum": "SHA-256:ddfe0cbd1623420563c1b713b728d2bac99cf09ca5157ccd9b2c46fbc326a21d" + }, + { + "name": "mDash", + "version": "1.2.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.6.zip", + "archiveFileName": "mDash-1.2.6.zip", + "size": 356579, + "checksum": "SHA-256:37a008372528523fe7701b7e41b0d52ecea16c9f9499ca664a20019d8a74d3a8" + }, + { + "name": "mDash", + "version": "1.2.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.7.zip", + "archiveFileName": "mDash-1.2.7.zip", + "size": 356584, + "checksum": "SHA-256:eaebae9f804be1533c2f3786b2fa0ddbcfc70091fa737a55acc80866db9fd186" + }, + { + "name": "mDash", + "version": "1.2.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.8.zip", + "archiveFileName": "mDash-1.2.8.zip", + "size": 357251, + "checksum": "SHA-256:cb32c550598226e6303a78774fdde3442f6e3a69ae20d70a9d6f9ed08f656ebb" + }, + { + "name": "mDash", + "version": "1.2.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.9.zip", + "archiveFileName": "mDash-1.2.9.zip", + "size": 362356, + "checksum": "SHA-256:da271b245e4823448ca1aa5b9a533451c2e6bfdfc3ed1f1ffb62ab876c676cdc" + }, + { + "name": "mDash", + "version": "1.2.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.10.zip", + "archiveFileName": "mDash-1.2.10.zip", + "size": 362243, + "checksum": "SHA-256:18111a4279dcf206b641305d7b466cc5192c60f8055a9ea5ee19f11437fe6d39" + }, + { + "name": "mDash", + "version": "1.2.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.11.zip", + "archiveFileName": "mDash-1.2.11.zip", + "size": 551707, + "checksum": "SHA-256:faa2397ba34bf4bc08ddc282bba7cc486d3def9d713ceaa78a91686358bc7b10" + }, + { + "name": "mDash", + "version": "1.2.12", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.12.zip", + "archiveFileName": "mDash-1.2.12.zip", + "size": 538374, + "checksum": "SHA-256:e06afead88aae946cc2dd23306907805629b24a82cb470cf3b0bf57589ab21a0" + }, + { + "name": "mDash", + "version": "1.2.13", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.13.zip", + "archiveFileName": "mDash-1.2.13.zip", + "size": 538492, + "checksum": "SHA-256:872c3f14775ce6e4bf8e55741696e11cfab73b1acad5fb22c699f87b9aa12631" + }, + { + "name": "mDash", + "version": "1.2.14", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.14.zip", + "archiveFileName": "mDash-1.2.14.zip", + "size": 539533, + "checksum": "SHA-256:1043b12fb021a5981ba280a03c5f71899c4fac4b9f393e85df8f2b400ced4918" + }, + { + "name": "mDash", + "version": "1.1.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.4.zip", + "archiveFileName": "mDash-1.1.4.zip", + "size": 353086, + "checksum": "SHA-256:4d4d08ec7d410c8ca3e013fa9b2b464fbf1842deeaef336598b368117f601eb1" + }, + { + "name": "mDash", + "version": "1.1.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.6.zip", + "archiveFileName": "mDash-1.1.6.zip", + "size": 353286, + "checksum": "SHA-256:5497ed2ff9558cdcc803efe8d6c19770e807eb60f6d895c12321360c31dc6f9d" + }, + { + "name": "mDash", + "version": "1.1.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": ["mDash.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.9.zip", + "archiveFileName": "mDash-1.1.9.zip", + "size": 344702, + "checksum": "SHA-256:4417a1a7975c85dad360cf3b9b419936f43ab6624841c5c067f57e2c95a1da4a" + }, + { + "name": "LiquidCrystal", + "version": "1.0.0", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.0.zip", + "archiveFileName": "LiquidCrystal-1.0.0.zip", + "size": 18994, + "checksum": "SHA-256:b2702650b965dc5a18330560077f5fb85cea2455dfdcc8a03c2080878c384058" + }, + { + "name": "LiquidCrystal", + "version": "1.0.1", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.1.zip", + "archiveFileName": "LiquidCrystal-1.0.1.zip", + "size": 18989, + "checksum": "SHA-256:b060fec7e801c55624df55011e8663c922cbda2b85d0a4003f11c3dc2e015f43" + }, + { + "name": "LiquidCrystal", + "version": "1.0.2", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.2.zip", + "archiveFileName": "LiquidCrystal-1.0.2.zip", + "size": 19068, + "checksum": "SHA-256:8b43d7492228318a894012296449b2dc168c6db068b44e6a09ec9b616ddb0735" + }, + { + "name": "LiquidCrystal", + "version": "1.0.3", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.3.zip", + "archiveFileName": "LiquidCrystal-1.0.3.zip", + "size": 19060, + "checksum": "SHA-256:2a25d6e9093f645356cc5fe89c8c9a832093665f11b7e1b5921ad6e678c86643" + }, + { + "name": "LiquidCrystal", + "version": "1.0.4", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.4.zip", + "archiveFileName": "LiquidCrystal-1.0.4.zip", + "size": 19095, + "checksum": "SHA-256:eae3cdcd6fd0117413a11d4a1b332bd5bd633cc6f00b0ce4d9dd6f2e3d397e14" + }, + { + "name": "LiquidCrystal", + "version": "1.0.6", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", + "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.6.zip", + "archiveFileName": "LiquidCrystal-1.0.6.zip", + "size": 19942, + "checksum": "SHA-256:7427f8de266f0d6a741356d21e7072e9b62835f2b6948ebab7c63a960c48433b" + }, + { + "name": "LiquidCrystal", + "version": "1.0.7", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", + "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.7.zip", + "archiveFileName": "LiquidCrystal-1.0.7.zip", + "size": 19947, + "checksum": "SHA-256:f7b14c42afbbdcfbe66073e6ef1e4cbaa03f5d11f52f9ab91c916b6ccac38434" + }, + { + "name": "GSM", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.0.zip", + "archiveFileName": "GSM-1.0.0.zip", + "size": 132583, + "checksum": "SHA-256:9598ab9a3c0c08aa494e69f73d760204a52b461e1b213b496f1ee3a941ecd6ed" + }, + { + "name": "GSM", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.1.zip", + "archiveFileName": "GSM-1.0.1.zip", + "size": 132583, + "checksum": "SHA-256:33fdacf2190901499210ff249ca5a4cdd1a34053c6b7030a074f17b1e7f98993" + }, + { + "name": "GSM", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.2.zip", + "archiveFileName": "GSM-1.0.2.zip", + "size": 151947, + "checksum": "SHA-256:6ed6f7b63a52b6e7a30bbb4ff07746fbd564f694f2fa39a21036ce119dd6790d" + }, + { + "name": "GSM", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.3.zip", + "archiveFileName": "GSM-1.0.3.zip", + "size": 151987, + "checksum": "SHA-256:ce8764432efe430a7862c7e18d2c41cd2ea8a72fcb9f0a3ef23b36ec84cc167d" + }, + { + "name": "GSM", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.4.zip", + "archiveFileName": "GSM-1.0.4.zip", + "size": 152028, + "checksum": "SHA-256:7842706d5dbfab9f0159054e49cbdd5c22fa11311d241bd252fd0787a967cb8f" + }, + { + "name": "GSM", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.5.zip", + "archiveFileName": "GSM-1.0.5.zip", + "size": 151940, + "checksum": "SHA-256:3fbbb7b903b5efb4fc61c823754ab31a4e6c2349e721439cafefaa9bd7dbf549" + }, + { + "name": "GSM", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.6.zip", + "archiveFileName": "GSM-1.0.6.zip", + "size": 151923, + "checksum": "SHA-256:716920a84715d8cde6997e676174eb088e0855395065de9c7239d18e92cfceb1" + }, + { + "name": "PhysicsLabFirmware", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware for the Physics Lab kit.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino/PhysicsLabFirmware", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/PhysicsLabFirmware.git", + "providesIncludes": ["PhysicsLabFirmware.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/PhysicsLabFirmware-1.0.0.zip", + "archiveFileName": "PhysicsLabFirmware-1.0.0.zip", + "size": 8188, + "checksum": "SHA-256:c81f39e076d9a4fcd54d6c270a1a6538e1f5eafc3d1a0bb3fc5356aee2c25222" + }, + { + "name": "CTC GO CORE", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.0.0.zip", + "archiveFileName": "CTC_GO_CORE-1.0.0.zip", + "size": 63660, + "checksum": "SHA-256:f1fc71d934ac10871f635f8cd16083656bf95e48625b4ad312fe0838ec153d46" + }, + { + "name": "CTC GO CORE", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.1.0.zip", + "archiveFileName": "CTC_GO_CORE-1.1.0.zip", + "size": 63159, + "checksum": "SHA-256:6872baac118f7408e66fb4690ea4fc4aaa1499c57e6ac7a6ca5c26f628713ae5" + }, + { + "name": "CTC GO CORE", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.2.0.zip", + "archiveFileName": "CTC_GO_CORE-1.2.0.zip", + "size": 62089, + "checksum": "SHA-256:536b33d10cbc6632e457c655e3a7765ab41d18b4d09cc75bea5eec8a4aeeaf40" + }, + { + "name": "CTC GO CORE", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.3.0.zip", + "archiveFileName": "CTC_GO_CORE-1.3.0.zip", + "size": 62089, + "checksum": "SHA-256:72b0f3f67a98d4792b80118878ceaf33a289e4b02ca52f3e8527f9c77cb8b8f3" + }, + { + "name": "CTC GO CORE", + "version": "1.4.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.4.0.zip", + "archiveFileName": "CTC_GO_CORE-1.4.0.zip", + "size": 62097, + "checksum": "SHA-256:4aaa85f3e9cfcc0c86336adbfd532cf3a6f473968af5fa83b75b57536f142810" + }, + { + "name": "Arduino_MKRGPS", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the location from the GPS on your MKR GPS shield.", + "website": "http://github.com/arduino-libraries/Arduino_MKRGPS", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRGPS.git", + "providesIncludes": ["Arduino_MKRGPS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRGPS-1.0.0.zip", + "archiveFileName": "Arduino_MKRGPS-1.0.0.zip", + "size": 18836, + "checksum": "SHA-256:ef3ba6a4b97a81a1d1ae10747bbb440ab3e001af4fd942dfc61e51a09e402f88" + }, + { + "name": "FixedPoint_LUT", + "version": "1.0.0", + "author": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", + "maintainer": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", + "sentence": "Use FixedPoint_LUT to replace highly runtime intensive calculation times", + "paragraph": "FixedPoint_LUT uses LUTs to search for values in an array and make simple calculations rather then calculate complex mathematical functions", + "website": "https://github.com/Pantastisch/FixedPoint_LUT", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Pantastisch/FixedPoint_LUT.git", + "providesIncludes": ["LUT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Pantastisch/FixedPoint_LUT-1.0.0.zip", + "archiveFileName": "FixedPoint_LUT-1.0.0.zip", + "size": 18516, + "checksum": "SHA-256:4572eb8e4889518d180123c3935b19b2965c8c7dff4506f5a830894889a07a99" + }, + { + "name": "toneAC", + "version": "1.5.0", + "author": "Tim Eckel \u003ctim@leethost.com\u003e", + "maintainer": "Tim Eckel \u003ctim@leethost.com\u003e", + "sentence": "Replacement to the standard tone library with many advantages", + "paragraph": "Replacement to the standard tone library with many advantages", + "website": "https://github.com/teckel12/arduino-toneac", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/teckel12/arduino-toneac.git", + "providesIncludes": ["toneAC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/teckel12/toneAC-1.5.0.zip", + "archiveFileName": "toneAC-1.5.0.zip", + "size": 12112, + "checksum": "SHA-256:9c001b29ad3fe6551611dfd4f30dca51f92debd61fd9428a8e5230395c92b74b" + }, + { + "name": "WarmCat6x14backpack", + "version": "0.9.0", + "author": "WarmCatUK", + "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", + "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", + "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", + "website": "https://github.com/WarmCatUK/WarmCat6x14backpack", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.0.zip", + "archiveFileName": "WarmCat6x14backpack-0.9.0.zip", + "size": 6305, + "checksum": "SHA-256:470909759ad8ef8090c7d6d97eb5c8d315b9801d765ef0bcf578247cf891fc44" + }, + { + "name": "WarmCat6x14backpack", + "version": "0.9.3", + "author": "WarmCatUK", + "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", + "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", + "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", + "website": "https://github.com/WarmCatUK/WarmCat_6x14Backpack", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.3.zip", + "archiveFileName": "WarmCat6x14backpack-0.9.3.zip", + "size": 6629, + "checksum": "SHA-256:8d62079bf0d5b274c9e3bb80bd6114954fd7c65979b2eee68e4830e30cd503da" + }, + { + "name": "Computherm RF Library", + "version": "0.1.0", + "author": "Denxhun", + "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", + "sentence": "Arduino library for Computherm Q8RF thermostat.", + "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", + "website": "https://github.com/denxhun/ComputhermRF", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/denxhun/ComputhermRF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.0.zip", + "archiveFileName": "Computherm_RF_Library-0.1.0.zip", + "size": 6685, + "checksum": "SHA-256:c7f43323f319d6064654ebae0e5ac254a968106234152857be333e2ca9928712" + }, + { + "name": "Computherm RF Library", + "version": "0.1.2", + "author": "Denxhun", + "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", + "sentence": "Arduino library for Computherm Q8RF thermostat.", + "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", + "website": "https://github.com/denxhun/ComputhermRF", + "category": "Signal Input/Output", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/denxhun/ComputhermRF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.2.zip", + "archiveFileName": "Computherm_RF_Library-0.1.2.zip", + "size": 6774, + "checksum": "SHA-256:66d7f137e0533256501673baa4d30b2dea0b3b0e4e309b8944869f8f40fefe61" + }, + { + "name": "rastr", + "version": "0.1.0", + "author": "Vincenzo Pacella", + "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", + "sentence": "A small, lightweight header-only graphics library", + "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", + "website": "https://github.com/shaduzlabs/arduino-rastr", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shaduzlabs/arduino-rastr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.0.zip", + "archiveFileName": "rastr-0.1.0.zip", + "size": 19145, + "checksum": "SHA-256:8ae6ce05fba040bb7b1ff0d8498937d2adc14e44df10c8befeca6e3ceef8eddd" + }, + { + "name": "rastr", + "version": "0.1.1", + "author": "Vincenzo Pacella", + "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", + "sentence": "A small, lightweight header-only graphics library", + "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", + "website": "https://github.com/shaduzlabs/arduino-rastr", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shaduzlabs/arduino-rastr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.1.zip", + "archiveFileName": "rastr-0.1.1.zip", + "size": 19149, + "checksum": "SHA-256:fb7dc122a5c456a8aa4be56239b4ae7fc50244e207bc14fe81191936db4994d3" + }, + { + "name": "RemoteXY", + "version": "2.3.5", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.3.5.zip", + "archiveFileName": "RemoteXY-2.3.5.zip", + "size": 31907, + "checksum": "SHA-256:8ec351b40bd89cc70eef2b4de2cd69cec4fe3ba93ded8916a5cd8f874daf8eba" + }, + { + "name": "RemoteXY", + "version": "2.4.2", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.2.zip", + "archiveFileName": "RemoteXY-2.4.2.zip", + "size": 42885, + "checksum": "SHA-256:f267da08bd4b6e6e91725eefdf46d8bb1243d0fe54f78b83f5d9aa92398aae09" + }, + { + "name": "RemoteXY", + "version": "2.4.3", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.3.zip", + "archiveFileName": "RemoteXY-2.4.3.zip", + "size": 42888, + "checksum": "SHA-256:1d17978dd207e43d6555b2893f4bea553587f54fd1d1b239c41b1fbd57608c0a" + }, + { + "name": "RemoteXY", + "version": "2.4.4", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.4.zip", + "archiveFileName": "RemoteXY-2.4.4.zip", + "size": 42962, + "checksum": "SHA-256:fa0ad4e2ad1c037881f9d46835a8f93e045d7839532aefe87bca61c0ae6742ce" + }, + { + "name": "RemoteXY", + "version": "2.4.5", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.5.zip", + "archiveFileName": "RemoteXY-2.4.5.zip", + "size": 43741, + "checksum": "SHA-256:854d8b2093337332704acf973c1e670fa88454bafe31a5a5cd16f659e4469ba7" + }, + { + "name": "RemoteXY", + "version": "2.4.6", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.6.zip", + "archiveFileName": "RemoteXY-2.4.6.zip", + "size": 43985, + "checksum": "SHA-256:54647884b03f7563e88fafdd92f739de0e876ffad6f348615fbcc5c6a4bb0848" + }, + { + "name": "RemoteXY", + "version": "3.1.6", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.6.zip", + "archiveFileName": "RemoteXY-3.1.6.zip", + "size": 70128, + "checksum": "SHA-256:3ab33f74a6a8906bf8f336a8dfd27baf60cbb3bdef492efac1184c0d74b5b394" + }, + { + "name": "OneSystemLibrary", + "version": "1.0.0", + "author": "Pascal Buerger", + "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", + "sentence": "Arduino library for Delta-Robot One", + "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow us on instagram -\u003e deltarobotone", + "website": "https://github.com/deltarobotone/one_system_library", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/deltarobotone/one_system_library.git", + "providesIncludes": ["DeltaRobotOne.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.0.zip", + "archiveFileName": "OneSystemLibrary-1.0.0.zip", + "size": 59776, + "checksum": "SHA-256:18eda0643f19506268c06f7e8e4691bd2fbc996dd6dc68f77391d3597333bc36" + }, + { + "name": "OneSystemLibrary", + "version": "1.0.1", + "author": "Delta-Robot One", + "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", + "sentence": "Arduino library for Delta-Robot One", + "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow this robot on instagram @deltarobotone. Check out One smart Control for windows and android.", + "website": "https://github.com/deltarobotone/one_system_library", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/deltarobotone/one_system_library.git", + "providesIncludes": ["DeltaRobotOne.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.1.zip", + "archiveFileName": "OneSystemLibrary-1.0.1.zip", + "size": 59929, + "checksum": "SHA-256:9809128f6240725877c9de08e38650a01370120eea590522bbc6d80bd3f9281c" + }, + { + "name": "AsyncElegantOTA", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.0.zip", + "archiveFileName": "AsyncElegantOTA-1.0.0.zip", + "size": 646530, + "checksum": "SHA-256:4d79c66b6218ac4233033c8a0a18d27cc46b438c7b9a122dd17a487cb900fe5c" + }, + { + "name": "AsyncElegantOTA", + "version": "1.0.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.2.zip", + "archiveFileName": "AsyncElegantOTA-1.0.2.zip", + "size": 646535, + "checksum": "SHA-256:433544cda7be3b809048870f1cdedf0a05b9af3771444c83ab13ea915b130e8c" + }, + { + "name": "AsyncElegantOTA", + "version": "1.0.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.3.zip", + "archiveFileName": "AsyncElegantOTA-1.0.3.zip", + "size": 632458, + "checksum": "SHA-256:600b25c63ebe28a6c0e7a3ebf032174880d647e7ed2f75e924a17a917173f7d9" + }, + { + "name": "AsyncElegantOTA", + "version": "1.0.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.4.zip", + "archiveFileName": "AsyncElegantOTA-1.0.4.zip", + "size": 632948, + "checksum": "SHA-256:1f5a6a52927fac7283d9b2315deb56c2a3aaee15cef736a80eef6ba297112678" + }, + { + "name": "AsyncElegantOTA", + "version": "1.0.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266/ESP32 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.5.zip", + "archiveFileName": "AsyncElegantOTA-1.0.5.zip", + "size": 632944, + "checksum": "SHA-256:7524bd2e37d37295aef09cc3819bd87060250af5cb68ee63bbb04b8529bfd36b" + }, + { + "name": "AsyncElegantOTA", + "version": "1.0.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266/ESP32 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.6.zip", + "archiveFileName": "AsyncElegantOTA-1.0.6.zip", + "size": 632950, + "checksum": "SHA-256:3b24f459794cae7e141c927c3947ca056530dd1cf86e921615f994734ae032d6" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.0.zip", + "archiveFileName": "AsyncElegantOTA-2.2.0.zip", + "size": 408317, + "checksum": "SHA-256:0b50fbbae0b03074c15425913b021e1a2a0098d56ab068e99ae681a8e96501f0" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.1.zip", + "archiveFileName": "AsyncElegantOTA-2.2.1.zip", + "size": 409519, + "checksum": "SHA-256:24ab6350e91c1b37ee071ac564690236474baa43becc52745d09e4a37d86ebca" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.2.zip", + "archiveFileName": "AsyncElegantOTA-2.2.2.zip", + "size": 409498, + "checksum": "SHA-256:ca765605640121cdd525cf9dc15203f5bfd12095dfbbe468c7d08098f64d23c7" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.3.zip", + "archiveFileName": "AsyncElegantOTA-2.2.3.zip", + "size": 418004, + "checksum": "SHA-256:435cf5a8f8f5d6a6b7163352907dc2740f908dddf92878b8027355095221bede" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.4.zip", + "archiveFileName": "AsyncElegantOTA-2.2.4.zip", + "size": 417988, + "checksum": "SHA-256:3c176e96c6213f9c03750caef279d978c98dfae2d8dcac7fe27b2636160a5b31" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.5.zip", + "archiveFileName": "AsyncElegantOTA-2.2.5.zip", + "size": 419872, + "checksum": "SHA-256:e3cb909fa5da60bfdf041e2f9d145ecea2d335ac25a5ec1b8cef5fcc2ff60a0b" + }, + { + "name": "AsyncElegantOTA", + "version": "2.2.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.6.zip", + "archiveFileName": "AsyncElegantOTA-2.2.6.zip", + "size": 420335, + "checksum": "SHA-256:b777dae525ea35e59ab371b3748f3ff37ae183e7fde971cc6a310e4519858228" + }, + { + "name": "VEML6075", + "version": "1.0.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "An Arduino Library Specifically for the ESP32.", + "paragraph": "Handles communication without th Wire.h library. Adds config option.", + "website": "https://github.com/WifWaf/VEML6075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/VEML6075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/VEML6075-1.0.1.zip", + "archiveFileName": "VEML6075-1.0.1.zip", + "size": 1122288, + "checksum": "SHA-256:7ed9402ada2015c54ec6efbf18e3b2576c19725eb7ba559be520a868b1fa74a5" + }, + { + "name": "RTT QRCode", + "version": "0.1.0", + "author": "Richard Moore \u003cgithub@ricmoo.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread QR Code App", + "paragraph": "A simple library for generating QR codes in C, optimized for processing and memory constrained systems.", + "website": "https://github.com/onelife/rtt-qrcode", + "category": "Data Processing", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-QRCode.git", + "providesIncludes": ["rtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_QRCode-0.1.0.zip", + "archiveFileName": "RTT_QRCode-0.1.0.zip", + "size": 15824, + "checksum": "SHA-256:ede1ed16df5bc92bb9ad4aa4f60a137b4021e42fece4bd0c285c0ab7015c7fde" + }, + { + "name": "ThinSat Program TSLPB Library", + "version": "0.4.0", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": ["TSLPB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.4.0.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.4.0.zip", + "size": 3368810, + "checksum": "SHA-256:58f5653f393acd47f4db41ed464c73f8aea0d5e723a6688adc1300832197b84e" + }, + { + "name": "ThinSat Program TSLPB Library", + "version": "0.5.0", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": ["TSLPB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.0.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.0.zip", + "size": 3714782, + "checksum": "SHA-256:8b33b607392cd15a5385c6b8639f675bed60700fb60671723eab70ac0f47fcd1" + }, + { + "name": "ThinSat Program TSLPB Library", + "version": "0.5.2", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": ["TSLPB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.2.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.2.zip", + "size": 3714987, + "checksum": "SHA-256:abb6cc3487918c046bc41c0b15281dc40cb266babe0cde942ceb838ee52c1b84" + }, + { + "name": "ThinSat Program TSLPB Library", + "version": "0.6.0", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": ["TSLPB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.6.0.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.6.0.zip", + "size": 3716785, + "checksum": "SHA-256:86cf4dcef815559ad4e7bda1786704490cdb02cdea9e0f15e119a64af0e25909" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", + "size": 33098, + "checksum": "SHA-256:1d8e2e13814bf716cab58e89cafbdf1b5e48fa5fd4ad3207fb06430300975a1a" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", + "size": 35406, + "checksum": "SHA-256:e919aa36f1afdd4c34feeb305e6a872162649288fc60898fc7f310edba629c95" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", + "size": 34655, + "checksum": "SHA-256:9801d40fecfc3a085ffd42517f6a78f91c5196b3aae8cd4abe5890da69cf183e" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", + "size": 35705, + "checksum": "SHA-256:a06240f39b015a4d8b95cea2c4c26b73c544afac9c3c5466f2b20cb26e0e735e" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", + "size": 35701, + "checksum": "SHA-256:831ee9554fd1dbdcc1b5c984c179720e84dbb8a0772e754c3bc6e07f31e4452b" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", + "size": 35663, + "checksum": "SHA-256:aee0bccfb80f47f2211da5ffc5cd018a386ab84410e4633e2b9b18b3c3bb0ae4" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", + "size": 35680, + "checksum": "SHA-256:41e05fbb2a65fedc22fa10f87a800aff2d9bc6af1b20c27542ce956e8862aa27" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", + "size": 35685, + "checksum": "SHA-256:79be3290b834ea5cf01e093b2601f9dfd756e8761b9f4e6d15d6cc105d68268a" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", + "size": 35726, + "checksum": "SHA-256:54c2717cfd33c5567b4cc3007821b166bd28343283ba4b68c9579575e9f1fac0" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.0.zip", + "size": 35762, + "checksum": "SHA-256:a7ac0afae3dc082e8ad3540eff2b75d4e24f72a26d73bd5f2b941b80491a0f37" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.1.zip", + "size": 34728, + "checksum": "SHA-256:08fa94293f3abf593e986eae32a6116145929900327ba53dcf7759763c53d470" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.2.zip", + "size": 34796, + "checksum": "SHA-256:e1ee661edcc0dc9307776f8c6428642fa14f7ebdbf9fa5fc850385cd5b6449d5" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.3.zip", + "size": 34796, + "checksum": "SHA-256:23e967fc23ac04c2cac97a69cf45902be9a759b121397b656fd8bab585b5f831" + }, + { + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.4.zip", + "size": 35110, + "checksum": "SHA-256:c83276098e02534817fabc198243b349aaac3a3ccfda2189faf801235fca05f2" + }, + { + "name": "RotaryDial", + "version": "0.0.1", + "author": "Tomas Mudrunka \u003charvie@github.com\u003e", + "maintainer": "Tomas Mudrunka \u003charvie@github.com\u003e", + "license": "MIT", + "sentence": "Library to read pulse dialing data from telephone rotary dials", + "paragraph": "Library to read pulse dialing data from telephone rotary dials. This library only needs one input pin (with interrupt). But currently can read only one rotary dial at a time...", + "website": "https://github.com/Harvie/RotaryDial", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Harvie/RotaryDial.git", + "providesIncludes": ["RotaryDial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Harvie/RotaryDial-0.0.1.zip", + "archiveFileName": "RotaryDial-0.0.1.zip", + "size": 4744, + "checksum": "SHA-256:1a7179bcc5b13f52ab0af9b6511e7ec16c05a3901bd888d09fd6caf336e20c73" + }, + { + "name": "CalibratedSpeed", + "version": "1.0.0", + "author": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", + "maintainer": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", + "sentence": "Arduino Library for calibrating DC motors", + "paragraph": "Grately reduces the left/right motor speed unbalance and removes start/stop threshold.", + "website": "https://github.com/gigix74/CalibratedSpeed", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gigix74/CalibratedSpeed.git", + "providesIncludes": ["CalibratedSpeed.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gigix74/CalibratedSpeed-1.0.0.zip", + "archiveFileName": "CalibratedSpeed-1.0.0.zip", + "size": 15553, + "checksum": "SHA-256:95b5dd661d931a7f8540abdc2e97d56af21d4d1b662feac3c77e86359c7d4312" + }, + { + "name": "GxEPD", + "version": "3.0.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.5.zip", + "archiveFileName": "GxEPD-3.0.5.zip", + "size": 1072926, + "checksum": "SHA-256:429e27256fc26d1e8d6e06ada50a29fff72d9726127c46f24fe7daf7810a43ff" + }, + { + "name": "GxEPD", + "version": "3.0.6", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.6.zip", + "archiveFileName": "GxEPD-3.0.6.zip", + "size": 1090313, + "checksum": "SHA-256:d4a238dd851d100140de07fef0c767b7cdbafd520df59b4f511ffdd447bf1891" + }, + { + "name": "GxEPD", + "version": "2.3.17", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-2.3.17.zip", + "archiveFileName": "GxEPD-2.3.17.zip", + "size": 849879, + "checksum": "SHA-256:22769e32a1d7e98740604f5d7d28c58696c36e9d6440e9961937550478e5c3af" + }, + { + "name": "GxEPD", + "version": "3.0.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.1.zip", + "archiveFileName": "GxEPD-3.0.1.zip", + "size": 1032222, + "checksum": "SHA-256:637ddd1f9cf1b2ba96a02a537b59240040695619fd668f9b2e4c5032cd9009e7" + }, + { + "name": "GxEPD", + "version": "3.0.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.2.zip", + "archiveFileName": "GxEPD-3.0.2.zip", + "size": 1045072, + "checksum": "SHA-256:6228df5e8efdf6456744c4efc3449e066d2f02d2b00c0a42d8d3a83d03f32783" + }, + { + "name": "GxEPD", + "version": "3.0.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.3.zip", + "archiveFileName": "GxEPD-3.0.3.zip", + "size": 1045099, + "checksum": "SHA-256:4cea63cb02c08f0247e6304e5924696d9c13d5cd7e091064f2906ba7d98afa71" + }, + { + "name": "GxEPD", + "version": "3.0.4", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.4.zip", + "archiveFileName": "GxEPD-3.0.4.zip", + "size": 1056613, + "checksum": "SHA-256:d588943f09820e2d080972bd522b16c01bdf7fcafe26f9aa5bb73a217c1b7878" + }, + { + "name": "GxEPD", + "version": "3.0.7", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.7.zip", + "archiveFileName": "GxEPD-3.0.7.zip", + "size": 1100805, + "checksum": "SHA-256:30f0fd58d60670ffde3edc97b321275d3914ad1bd418f1c0346d54e28b82a1f9" + }, + { + "name": "GxEPD", + "version": "3.0.8", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.8.zip", + "archiveFileName": "GxEPD-3.0.8.zip", + "size": 1192069, + "checksum": "SHA-256:7af6b6b9c9c343f191f58e37ced20ae4ebdc3736351842ada50b021ffda2fc6a" + }, + { + "name": "GxEPD", + "version": "3.0.9", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.9.zip", + "archiveFileName": "GxEPD-3.0.9.zip", + "size": 1315079, + "checksum": "SHA-256:0d9f693e4f1f9e58d54b48cf0fafaf78853d59c9672edfd0e3ec9f2e266051d0" + }, + { + "name": "GxEPD", + "version": "3.1.0", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.0.zip", + "archiveFileName": "GxEPD-3.1.0.zip", + "size": 1343415, + "checksum": "SHA-256:bd790bcebe8cdfc7279bccf7f634ed1e710010b509aa7b638a4c921152834b29" + }, + { + "name": "GxEPD", + "version": "3.1.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GxEPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.1.zip", + "archiveFileName": "GxEPD-3.1.1.zip", + "size": 1354912, + "checksum": "SHA-256:b83603791dd9c341371ea41d08c473ff7be18cec991b5e523b0a3937f68377ea" + }, + { + "name": "Adafruit LPS35HW", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.0.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.0.zip", + "size": 12942, + "checksum": "SHA-256:b6cccb21c321b040fc33e039cb2da9453e20e7903663927d9633df6388a41074" + }, + { + "name": "Adafruit LPS35HW", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.1.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.1.zip", + "size": 13452, + "checksum": "SHA-256:7864d0725a5dfe4e2f5eb39d07aafcdcf5ca1b297f06733443660a0d4c4ec274" + }, + { + "name": "Adafruit LPS35HW", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.2.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.2.zip", + "size": 766260, + "checksum": "SHA-256:c5a68a2199ecad6997030ef29d876b5101247f0d937d0cad979357b61c598b6f" + }, + { + "name": "Adafruit LPS35HW", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.3.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.3.zip", + "size": 766315, + "checksum": "SHA-256:6e88efc740fa8e7b49a82b8bdae6d044926953bb5e5543ca9f706e1020a9dfcb" + }, + { + "name": "Adafruit LPS35HW", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.4.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.4.zip", + "size": 766371, + "checksum": "SHA-256:ec092ef02eca1362a64726d08e987838e1befff687d20db7a1f84147dc529b4b" + }, + { + "name": "NceCabBus", + "version": "0.0.1", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.0.1.zip", + "archiveFileName": "NceCabBus-0.0.1.zip", + "size": 18481, + "checksum": "SHA-256:b8315bd490ba1b8062b0591e0469fbb1307a8c89538f5092122b029b934d5ca2" + }, + { + "name": "NceCabBus", + "version": "0.1.0", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus Communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.1.0.zip", + "archiveFileName": "NceCabBus-0.1.0.zip", + "size": 1307974, + "checksum": "SHA-256:f82ffeb01e1927fde98253ff4b8e6f020f65116d4f77c35560388b48232d7dbb" + }, + { + "name": "NceCabBus", + "version": "0.2.0", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus Communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.2.0.zip", + "archiveFileName": "NceCabBus-0.2.0.zip", + "size": 1899411, + "checksum": "SHA-256:c50995eb9897684125b17b4d1f502fd72e241119e73ec6c61fabe30553916d71" + }, + { + "name": "XLR8DMem", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Access library for XLR8 DMem XB", + "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", + "website": "https://github.com/AloriumTechnology/XLR8DMem", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.0.zip", + "archiveFileName": "XLR8DMem-1.0.0.zip", + "size": 729800, + "checksum": "SHA-256:078cb383f9aa8e90f82071458d97bb3cf046b1af2cd2780379bb0f03b4fad1ff" + }, + { + "name": "XLR8DMem", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Access library for XLR8 DMem XB", + "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", + "website": "https://github.com/AloriumTechnology/XLR8DMem", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.1.zip", + "archiveFileName": "XLR8DMem-1.0.1.zip", + "size": 729823, + "checksum": "SHA-256:e6d6b8eec835a679a5fce976af32c4725110282737e9188059ed602834994281" + }, + { + "name": "t6iot", + "version": "1.0.0", + "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "sentence": "Library to connect t6 iot platform.", + "website": "https://github.com/mathcoll/t6/tree/master/sensors/libraries/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.0.zip", + "archiveFileName": "t6iot-1.0.0.zip", + "size": 23534, + "checksum": "SHA-256:168e57a15d27bd87b4205084c44730accd6aae7df4ee8fecae95828c6e12a67b" + }, + { + "name": "t6iot", + "version": "1.0.1", + "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "sentence": "Library to connect t6 iot platform.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.1.zip", + "archiveFileName": "t6iot-1.0.1.zip", + "size": 23493, + "checksum": "SHA-256:2ce053bd29cc601d4f9bca782d19bad603cdac158686ec5ba5d29197ab9c6ff4" + }, + { + "name": "t6iot", + "version": "1.0.2", + "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "sentence": "Library to connect t6 iot platform.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.2.zip", + "archiveFileName": "t6iot-1.0.2.zip", + "size": 632444, + "checksum": "SHA-256:136fb18c243543343cb2f1c48a5dcec2b05a04772b71803009d8cdb146df6ba4" + }, + { + "name": "t6iot", + "version": "1.0.4", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=5.13.14" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.4.zip", + "archiveFileName": "t6iot-1.0.4.zip", + "size": 634231, + "checksum": "SHA-256:89be19dceb5c418b7ecc2eed68802620b17b91fef99f2c6b4057ae888ca7d278" + }, + { + "name": "t6iot", + "version": "1.1.0", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.1.0.zip", + "archiveFileName": "t6iot-1.1.0.zip", + "size": 634723, + "checksum": "SHA-256:3770cfc4dab052c23f57e749c7bde93c7c23e7bbbd249da74e15c9fd308e08aa" + }, + { + "name": "t6iot", + "version": "1.2.0", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ESP8266WebServerSecure" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + }, + { + "name": "FS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.2.0.zip", + "archiveFileName": "t6iot-1.2.0.zip", + "size": 635643, + "checksum": "SHA-256:29d89a34b9682f815c151896928ebd8c128ff2808f6c90d3c2701b633fc22d6f" + }, + { + "name": "t6iot", + "version": "1.4.3", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ESP8266WebServerSecure" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + }, + { + "name": "FS" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.4.3.zip", + "archiveFileName": "t6iot-1.4.3.zip", + "size": 649151, + "checksum": "SHA-256:6f4f7384bb606631b0bcea83bff0c2ce394037ce5c037baab1631612de63beac" + }, + { + "name": "settingsManager", + "version": "1.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "Simple settings management for ESP8266", + "website": "http://github.com/marecl", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/settingsManager.git", + "providesIncludes": ["src/settingsManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.0.zip", + "archiveFileName": "settingsManager-1.0.0.zip", + "size": 16257, + "checksum": "SHA-256:7f37b0da353fa3636bcb853fdc762724362a06edf730dbd2f959fd610ba80e5d" + }, + { + "name": "settingsManager", + "version": "1.0.1", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "Simple settings management for ESP8266", + "website": "https://github.com/marecl/settingsManager", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/settingsManager.git", + "providesIncludes": ["settingsManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.1.zip", + "archiveFileName": "settingsManager-1.0.1.zip", + "size": 18140, + "checksum": "SHA-256:8a8e2bc05bf38b20729028219a033d99765b62f96d4af5bc93957cacf8c39781" + }, + { + "name": "settingsManager", + "version": "1.0.2", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "Simple settings management for ESP8266", + "website": "https://github.com/marecl/settingsManager", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/settingsManager.git", + "providesIncludes": ["settingsManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.2.zip", + "archiveFileName": "settingsManager-1.0.2.zip", + "size": 18309, + "checksum": "SHA-256:7577ca5cba033b23438fd885be5c0b7a3938711b0d0cd63a11e9e4311f0f69c1" + }, + { + "name": "Stator", + "version": "0.6.0", + "author": "Timon Skerutsch", + "maintainer": "Timon Skerutsch", + "sentence": "For managing states of your variables", + "paragraph": "Turning your dumb numbers and strings into smart objects that know what was happening to them and when.", + "website": "https://github.com/PTS93/Stator", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PTS93/Stator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PTS93/Stator-0.6.0.zip", + "archiveFileName": "Stator-0.6.0.zip", + "size": 8437, + "checksum": "SHA-256:a470a555a1534aebbb7ad37111872755d7adbc5f3688912cac940da5d68e8398" + }, + { + "name": "SparkFun ADS1015 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter", + "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-1.0.1.zip", + "size": 14698, + "checksum": "SHA-256:49d6a5d0ff008ce419b126f41e2f1b49e602039a002cad23e3810a50b4349cbc" + }, + { + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter", + "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.0.0.zip", + "size": 28442, + "checksum": "SHA-256:a39f36a72c54efbee5f1e1d94e58a51a58a870a197e709965135330d03c489ad" + }, + { + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.1.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.1.0.zip", + "size": 28597, + "checksum": "SHA-256:277ce160a2db07dbe3048ebcacadcfd87175ac9a9b75f42260324ce4c6b55b61" + }, + { + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.2.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.2.0.zip", + "size": 28600, + "checksum": "SHA-256:29557be02dcbbca5182b799d14774cb9315e7e8e23108c72ff8dda91bf3c8feb" + }, + { + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.3.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.3.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.3.0.zip", + "size": 28622, + "checksum": "SHA-256:d8d36a115aa1996ba6a383dc22d9e231086fd8a902e6eda34b03c0478143c456" + }, + { + "name": "RBD_SerialManager", + "version": "1.0.0-alpha.1", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.1.zip", + "archiveFileName": "RBD_SerialManager-1.0.0-alpha.1.zip", + "size": 15046, + "checksum": "SHA-256:b18cf8d310c5f764ab29f207ddbd6a61025a220a570eaa4a6532ad6be3a64067" + }, + { + "name": "RBD_SerialManager", + "version": "1.0.0-alpha.2", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.2.zip", + "archiveFileName": "RBD_SerialManager-1.0.0-alpha.2.zip", + "size": 6156, + "checksum": "SHA-256:c1ee611505cf51a4fe29b6e7612a0214177987d728e2b736e709d93d0ea4ee44" + }, + { + "name": "RBD_SerialManager", + "version": "1.0.0-alpha.3", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.3.zip", + "archiveFileName": "RBD_SerialManager-1.0.0-alpha.3.zip", + "size": 6349, + "checksum": "SHA-256:3c68c8bcdabbf626c7c1573741fdaefbed27311d7b1bfd51b7c82b51d3e9fb3e" + }, + { + "name": "RBD_SerialManager", + "version": "1.0.0", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0.zip", + "archiveFileName": "RBD_SerialManager-1.0.0.zip", + "size": 6894, + "checksum": "SHA-256:dd1740c03f359468d6ab69c5fa636e9ddc8a31f82db28fe6dcf8de804a4570f3" + }, + { + "name": "Arduino_OAuth", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] OAuth 1.0 client library for Arduino.", + "paragraph": "This library depends on ArduinoHttpClient and ArduinoBearSSL.", + "website": "http://github.com/arduino-libraries/Arduino_OAuth", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_OAuth.git", + "providesIncludes": ["Arduino_OAuth.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "ArduinoBearSSL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OAuth-0.1.0.zip", + "archiveFileName": "Arduino_OAuth-0.1.0.zip", + "size": 11784, + "checksum": "SHA-256:a0eadcb7be445ebe98bd00acbf74d7e79db07aeb0cfcde43fb149a84b1f0f4fa" + }, + { + "name": "oatmeal-protocol", + "version": "1.1.0", + "author": "Isaac Turner \u003cturner.isaac@gmail.com\u003e, Félix Cormier \u003cfelix.cormier@shielddx.com\u003e, Mark Amery \u003cmark.amery@shielddx.com\u003e", + "maintainer": "Isaac Turner \u003cturner.isaac@gmail.com\u003e", + "sentence": "A protocol to control and communicate with Arduino devices from Python.", + "paragraph": "The protocol supports multiple data types including integers, strings, floats, booleans, lists and missing values (NULL/None/nil). It even supports nested and mixed type lists.", + "website": "https://github.com/shielddx/oatmeal-protocol", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shielddx/oatmeal-protocol.git", + "providesIncludes": ["oatmeal_protocol.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shielddx/oatmeal_protocol-1.1.0.zip", + "archiveFileName": "oatmeal_protocol-1.1.0.zip", + "size": 120723, + "checksum": "SHA-256:861164b7c2d77d9b70cd9092a8dbe834b5b9744f3919a3da5d2d0823bbcd8242" + }, + { + "name": "TCS34725", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCS34725 RGB Color Sensor", + "paragraph": "Arduino library for TCS34725 RGB Color Sensor", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCS34725-0.1.0.zip", + "archiveFileName": "TCS34725-0.1.0.zip", + "size": 7172, + "checksum": "SHA-256:3e27503630088193c0ed7d693ef141925774f3712fe9f0e8af85629df39554a6" + }, + { + "name": "TCS34725", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCS34725 RGB Color Sensor", + "paragraph": "Arduino library for TCS34725 RGB Color Sensor", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCS34725-0.1.1.zip", + "archiveFileName": "TCS34725-0.1.1.zip", + "size": 7279, + "checksum": "SHA-256:26dd2dd663d87b9c366205c50130b36a166ecb51e8bc32f90d82ced6759db813" + }, + { + "name": "PeanutKing Soccer", + "version": "1.0.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.0.0.zip", + "archiveFileName": "PeanutKing_Soccer-1.0.0.zip", + "size": 13725, + "checksum": "SHA-256:5bc7fc7269b68e91318668bd379870ef621c98e5c8e09d6b1e70348b8fa001cb" + }, + { + "name": "PeanutKing Soccer", + "version": "1.2.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.2.0.zip", + "archiveFileName": "PeanutKing_Soccer-1.2.0.zip", + "size": 14818, + "checksum": "SHA-256:4809e2a7c9886f3e3ff431a81a7562a21ff56e06f3259aaf8445ebf6e788d34b" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.0.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.0.zip", + "size": 14795, + "checksum": "SHA-256:93a2f050a2eaa26eaf6ccbe88c40d1df1e979652547209816d4ecb83f95c6fdb" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.1", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.1.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.1.zip", + "size": 14795, + "checksum": "SHA-256:681c1c356f5d1a9f77db74013a71d5a2eb4dbac66afefd5f20529a8d480e068f" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.2", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.2.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.2.zip", + "size": 15237, + "checksum": "SHA-256:2a1073e9f0d3b96a938b6543fae86ae0dbedd9a8792cb0d45fd74df993cb7650" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.3", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.3.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.3.zip", + "size": 15378, + "checksum": "SHA-256:fc702b3da5d57461b2e42ff884cad2ee41e3a65ce1363f5cbe824b5051dbe8be" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.5", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.5.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.5.zip", + "size": 15420, + "checksum": "SHA-256:966c869aef6450efff43108ba50d7e706a6c385a513207cd061b3ef27b946f51" + }, + { + "name": "PeanutKing Soccer", + "version": "2.0.1", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.0.1.zip", + "archiveFileName": "PeanutKing_Soccer-2.0.1.zip", + "size": 26533, + "checksum": "SHA-256:79f9545fc6d85386645535cc29c52b0162fe1e4d9c9780d69ea14da97bd8fb8e" + }, + { + "name": "PeanutKing Soccer", + "version": "2.1.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.1.0.zip", + "archiveFileName": "PeanutKing_Soccer-2.1.0.zip", + "size": 28195, + "checksum": "SHA-256:bd4ab50025ec121be89346fbb58e3c3c0a7f076ddfb219ad570818af12c14a7e" + }, + { + "name": "PeanutKing Soccer", + "version": "2.2.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.0.zip", + "archiveFileName": "PeanutKing_Soccer-2.2.0.zip", + "size": 40513, + "checksum": "SHA-256:09809c639c4a13bf3489191278fb787a89b3c794bfffc5dcaef44d069fa94832" + }, + { + "name": "PeanutKing Soccer", + "version": "2.2.5", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.5.zip", + "archiveFileName": "PeanutKing_Soccer-2.2.5.zip", + "size": 41004, + "checksum": "SHA-256:fe43cccd7e2f174a3fba86bbb4f5aaba060ab2e07e4935e2deaf1d218c10ff8c" + }, + { + "name": "PeanutKing Soccer", + "version": "2.2.6", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.6.zip", + "archiveFileName": "PeanutKing_Soccer-2.2.6.zip", + "size": 41223, + "checksum": "SHA-256:c54aee14784ad248910daf0fbfa15ad304b75bd26091062c26b4eca4ac21a3b4" + }, + { + "name": "PeanutKing Soccer", + "version": "2.3.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.3.0.zip", + "archiveFileName": "PeanutKing_Soccer-2.3.0.zip", + "size": 59338, + "checksum": "SHA-256:b576d4e4885ab133b9eac20efe40e242520a5cc98562e654ec11b61c954fb346" + }, + { + "name": "DS18B20", + "version": "1.0.0", + "author": "Mathias Munk Hansen", + "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", + "sentence": "Arduino library for the Maxim Integrated DS18B20 1-Wire temperature sensor.", + "paragraph": "This library is very simple and intuitive to use, and supports auto-discovering sensors with an optional high/low condition or manually addressing individual sensors.", + "website": "https://github.com/matmunk/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matmunk/DS18B20.git", + "providesIncludes": ["DS18B20.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/matmunk/DS18B20-1.0.0.zip", + "archiveFileName": "DS18B20-1.0.0.zip", + "size": 955396, + "checksum": "SHA-256:97e08b2dea9c468b52eea9182fadd3b7119cfb72e96bac9cb902dafcd3fb48ff" + }, + { + "name": "Matrix Mini Library", + "version": "1.1.0", + "author": "MATRIX", + "maintainer": "MATRIX \u003cservice1@kkitc.net \u003e", + "sentence": "MATRIX MINI Library", + "paragraph": "MATRIX MINI Library", + "website": "https://github.com/frason5566/MatrixMini-/tree/master/MatrixMini", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/frason5566/MatrixMini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-1.1.0.zip", + "archiveFileName": "Matrix_Mini_Library-1.1.0.zip", + "size": 117979, + "checksum": "SHA-256:b005c6e486934728abb8f2c75dc886b27870f510b888b902f940b4bb00763775" + }, + { + "name": "Matrix Mini Library", + "version": "2.1.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "Matrix Mini Library", + "paragraph": "Matrix Mini Library", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/frason5566/MatrixMini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.1.0.zip", + "archiveFileName": "Matrix_Mini_Library-2.1.0.zip", + "size": 32723, + "checksum": "SHA-256:44fe76a47b05bf1fb8d77e54da0f763e2d251ae8d7b54a6e11e2c7e0f1283cb4" + }, + { + "name": "Matrix Mini Library", + "version": "2.2.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "Matrix Mini Library", + "paragraph": "Matrix Mini Library", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Color Sensor Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.2.0.zip", + "archiveFileName": "Matrix_Mini_Library-2.2.0.zip", + "size": 58788, + "checksum": "SHA-256:6de9cf8d939c00aa8dde08bbc528933379d9c9177e9b78b3f225d865aacfd962" + }, + { + "name": "Matrix Mini Library", + "version": "2.2.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "Matrix Mini Library", + "paragraph": "Matrix Mini Library", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Color Sensor Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.2.1.zip", + "archiveFileName": "Matrix_Mini_Library-2.2.1.zip", + "size": 53096, + "checksum": "SHA-256:4bbcb5432f0464761d205c3501f667ceff9d0feea3dd1c61a786039375573f8f" + }, + { + "name": "Matrix Mini Library", + "version": "2.3.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.3.1.zip", + "archiveFileName": "Matrix_Mini_Library-2.3.1.zip", + "size": 56507, + "checksum": "SHA-256:1c87ee9d28f27711b6c3939a5bc4a2bc8703c07003122c9a1550093da3907fc7" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.0.0", + "author": "AllThingsTalk", + "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker.", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["ABPCredentials.h", "LoRaModem.h", "CborPayload.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", + "size": 52001, + "checksum": "SHA-256:b33d17c95e1b4c73cd39c7dab62ca97a8a31fbba37f36d95e4a03d7204aad7b7" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.0", + "author": "AllThingsTalk", + "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["AllThingsTalk_LoRaWAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.0.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.0.zip", + "size": 484781, + "checksum": "SHA-256:6c76df191f5189a8b80826bde0880dba97a6e3d27861cc8533ffce51f400ea48" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.2", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["AllThingsTalk_LoRaWAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.2.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.2.zip", + "size": 497266, + "checksum": "SHA-256:8bcf89a38f8e5f672798158e88351da2335a341ae157342716a3f4705b52b29c" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.3", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["AllThingsTalk_LoRaWAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.3.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.3.zip", + "size": 499001, + "checksum": "SHA-256:85f8347d63d33320ce8da291e226277cf4d26c242cbcba58948fa1019329d1bb" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.4", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["AllThingsTalk_LoRaWAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.4.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.4.zip", + "size": 499691, + "checksum": "SHA-256:3a136c0cad72d1cbee3c6ff00cd8bf6ab497d7ba4de58c9082a76425ec30b79e" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.5", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["AllThingsTalk_LoRaWAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.5.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.5.zip", + "size": 499350, + "checksum": "SHA-256:d01908de7ea13b7e732083f091cae55352c8e180de4f90e4ee69bcf2572e4772" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.6", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": ["AllThingsTalk_LoRaWAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.6.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.6.zip", + "size": 502634, + "checksum": "SHA-256:4d6aac4207415f4449d8d44771dd8167e2f32ef6362d2ba0a41d25051ee71c24" + }, + { + "name": "MAX6675 with hardware SPI", + "version": "1.0.0", + "author": "Evgeny Kremer", + "maintainer": "Evgeny Kremer \u003cevgeny.kremer@gmail.com\u003e", + "sentence": "A library for MAX6675 thermocouple interface.", + "paragraph": "The library allows to control MAX6675 thermocouple interface. Uses hardware SPI and respects poll timings according to the datasheet", + "website": "https://github.com/zhenek-kreker/MAX6675", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/zhenek-kreker/MAX6675.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zhenek-kreker/MAX6675_with_hardware_SPI-1.0.0.zip", + "archiveFileName": "MAX6675_with_hardware_SPI-1.0.0.zip", + "size": 4835, + "checksum": "SHA-256:4907f36c111983d8a588ef79f217d0ff5cee723e0e6866a38a1d4f361d72b6bb" + }, + { + "name": "LiquidCrystal_74HC595", + "version": "1.0.0", + "author": "Mathias Munk Hansen", + "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", + "sentence": "This library allows an Arduino board to control most LCDs (Hitachi HD44780 based or compatible) through a 74HC595 shift register.", + "paragraph": "This provides a very cost effective way of reducing the number of pins needed to control an LCD (from 6 to 3 pins in 4 bit mode).", + "website": "https://github.com/matmunk/LiquidCrystal_74HC595", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matmunk/LiquidCrystal_74HC595.git", + "providesIncludes": ["LiquidCrystal_74HC595.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/matmunk/LiquidCrystal_74HC595-1.0.0.zip", + "archiveFileName": "LiquidCrystal_74HC595-1.0.0.zip", + "size": 430570, + "checksum": "SHA-256:416e8776ca068e28cc75e753a79bb2fbb6f7836bdd297989b5c9df6cc7bddfba" + }, + { + "name": "VGAX", + "version": "1.2.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA signal generator for UNO and MEGA", + "paragraph": "Supports 120x60px 2bpp on Arduino UNO and 120x240px 2bpp on Arduino MEGA", + "website": "https://github.com/smaffer/vgax", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/smaffer/vgax.git", + "providesIncludes": ["VGAX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/VGAX-1.2.0.zip", + "archiveFileName": "VGAX-1.2.0.zip", + "size": 2086086, + "checksum": "SHA-256:00aca9d272f8aaf401c226f4d0bef2e5fe442de3310411431c1578cf3cd8acdf" + }, + { + "name": "VGAXUA", + "version": "1.0.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA UART signal generator for UNO and MEGA", + "paragraph": "Supports monocromatic 192x80px on Arduino UNO and 200x240px on Arduino MEGA", + "website": "https://github.com/smaffer/vgaxua", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/smaffer/vgaxua.git", + "providesIncludes": ["VGAXUA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/VGAXUA-1.0.0.zip", + "archiveFileName": "VGAXUA-1.0.0.zip", + "size": 2947510, + "checksum": "SHA-256:e0f5371c2443aa4567dc4c944d50a4d6efd6740e949b97e3080d778d70013cf2" + }, + { + "name": "ESPVGAX", + "version": "1.0.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA signal generator for ESP8266", + "paragraph": "Supports monocromatic 512x480px with additional dynamic colors", + "website": "https://github.com/smaffer/espvgax", + "category": "Display", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/smaffer/espvgax.git", + "providesIncludes": ["ESPVGAX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX-1.0.0.zip", + "archiveFileName": "ESPVGAX-1.0.0.zip", + "size": 2699051, + "checksum": "SHA-256:2f2621ae3656aa75d88d33cd1aceb45f85c4a29519f8391c01ea774aea63b93d" + }, + { + "name": "CM1106 I2C", + "version": "1.0.0", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CM1106 I2C", + "paragraph": "Arduino library to control Cubic CM1106 I2C", + "website": "https://github.com/neosarchizo/cm1106_i2c", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neosarchizo/cm1106_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.0.zip", + "archiveFileName": "CM1106_I2C-1.0.0.zip", + "size": 18073, + "checksum": "SHA-256:264588ba907a11a563554e31aedbe9b27fadb387cc4ec11fa1884ff6383cf2cd" + }, + { + "name": "CM1106 I2C", + "version": "1.0.1", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CM1106 I2C", + "paragraph": "Arduino library to control Cubic CM1106 I2C", + "website": "https://github.com/neosarchizo/cm1106_i2c", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neosarchizo/cm1106_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.1.zip", + "archiveFileName": "CM1106_I2C-1.0.1.zip", + "size": 18377, + "checksum": "SHA-256:8b9c5176b73b1122621655ab8cb144dc20f8776a100c055e147a7dbc5c922a86" + }, + { + "name": "CM1106 I2C", + "version": "1.0.2", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CM1106 I2C", + "paragraph": "Arduino library to control Cubic CM1106 I2C", + "website": "https://github.com/neosarchizo/cm1106_i2c", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neosarchizo/cm1106_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.2.zip", + "archiveFileName": "CM1106_I2C-1.0.2.zip", + "size": 18584, + "checksum": "SHA-256:328064bc7079e82a0e943089893a036fdedb069b7395943964b62ff1c843bc31" + }, + { + "name": "Virtuino library for all ESP8266 and ESP32 boards", + "version": "1.7.2", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoESP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuinoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", + "archiveFileName": "Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", + "size": 22067, + "checksum": "SHA-256:3ac363ba4015b54504cf9e32d4e57f006a1eaf22c0166f402101b03e25784e9a" + }, + { + "name": "NeuralNetwork", + "version": "1.0.0", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.0.zip", + "archiveFileName": "NeuralNetwork-1.0.0.zip", + "size": 20466, + "checksum": "SHA-256:5343a11e2a5e49400a3d4bd22bdb5519d689250b9fe03fa16a95ae4c5669caf4" + }, + { + "name": "NeuralNetwork", + "version": "1.0.2", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.2.zip", + "archiveFileName": "NeuralNetwork-1.0.2.zip", + "size": 20584, + "checksum": "SHA-256:c4642191264f7eb4a6178bb543fe56f93b3278684e2dab2a36efe477aad9389b" + }, + { + "name": "NeuralNetwork", + "version": "1.0.1", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.1.zip", + "archiveFileName": "NeuralNetwork-1.0.1.zip", + "size": 20585, + "checksum": "SHA-256:f76d6b59e84e88b32d5c9ea339e39eb9267bbe2ceac49cade44c39ef61515f33" + }, + { + "name": "NeuralNetwork", + "version": "1.7.0", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.7.0.zip", + "archiveFileName": "NeuralNetwork-1.7.0.zip", + "size": 60478, + "checksum": "SHA-256:d518c9dc5dc4117653abeaace92cfad752001526f4297bcbca8834c68fff4e98" + }, + { + "name": "NeuralNetwork", + "version": "1.7.9", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.7.9.zip", + "archiveFileName": "NeuralNetwork-1.7.9.zip", + "size": 60809, + "checksum": "SHA-256:b0a08c6f634b1800219709374e9fca7c0426dd7c432b7a6bb414017a5817b3a3" + }, + { + "name": "NeuralNetwork", + "version": "1.8.1", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou/NeuralNetworks", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.8.1.zip", + "archiveFileName": "NeuralNetwork-1.8.1.zip", + "size": 64550, + "checksum": "SHA-256:4e049987d97b21e44a8022f325f9d72399445f7d83311a6b1d7edc4b29de295f" + }, + { + "name": "Witty", + "version": "1.0.1", + "author": "Didel \u003cinfo@didel.com\u003e", + "maintainer": "Boxtec \u003cinfo@boxtec.ch\u003e", + "sentence": "Witty Support Library", + "paragraph": "Several support libraries for the Witty self-balancing 2WD bot from Didel.com. See the WittyQuickStartGuide.pdf in the docs folder.", + "website": "https://git.boxtec.ch/didel/Witty", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/boxtec/Witty.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boxtec/Witty-1.0.1.zip", + "archiveFileName": "Witty-1.0.1.zip", + "size": 2069981, + "checksum": "SHA-256:ea80deef3cb8d856342d7a32dc88a14bf1023706a8da139933b9654876e2bd1b" + }, + { + "name": "Virtuino library for STM32 boards", + "version": "1.6.3", + "author": "\u003ciliaslampr@gmail.com\u003e", + "maintainer": "\u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuino_stm32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuino_stm32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_STM32_boards-1.6.3.zip", + "archiveFileName": "Virtuino_library_for_STM32_boards-1.6.3.zip", + "size": 55293, + "checksum": "SHA-256:0ae5b5f36512d3988fbbef2b0e6a9885b37725ed08179eb2ba35fed8897556aa" + }, + { + "name": "PWMFreak", + "version": "0.2.0", + "author": "Colin MacKenzie", + "maintainer": "colin@flyingeinstein.com", + "sentence": "Configures the PWM frequency on a pin", + "paragraph": "A very small library for configuring the PWM frequency for AVR based Arduinos. At least some of this code has been copied from the Internet, see PWMFreak.h for attribution.", + "website": "https://github.com/flyingeinstein/PWMFreak", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/guru-florida/PWMFreak.git", + "providesIncludes": ["PWMFreak.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/guru-florida/PWMFreak-0.2.0.zip", + "archiveFileName": "PWMFreak-0.2.0.zip", + "size": 3345, + "checksum": "SHA-256:55853b781f0831b67ce98f105a2d9b2ed2ae71286f9f4fa326afbcfc7b1369fd" + }, + { + "name": "UARDECS Library", + "version": "1.2.1", + "author": "H.kurosaki,K.yasuba", + "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", + "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", + "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. It corresponds to Arduino UNO or MEGA. Always requires Ethernet shield2.", + "website": "http://uecs.org/arduino/uardecs.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/H-Kurosaki/UARDECS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_Library-1.2.1.zip", + "archiveFileName": "UARDECS_Library-1.2.1.zip", + "size": 75165, + "checksum": "SHA-256:0200f290145d556066b28df63bffa01eba5c4b5ecd59be3b37489ab458da0305" + }, + { + "name": "uMulti", + "version": "0.1.0", + "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", + "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use.", + "website": "https://github.com/byronholldorf/uMulti", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/byronholldorf/uMulti.git", + "providesIncludes": ["uMulti.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.0.zip", + "archiveFileName": "uMulti-0.1.0.zip", + "size": 8620, + "checksum": "SHA-256:f00d32929ffcd25d7a78b88ce81d3a280b94e969d98f67f8bd3e8cbe5b95c44b" + }, + { + "name": "uMulti", + "version": "0.1.1", + "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", + "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use. Uses memory compaction technique to maximize stack usage.", + "website": "https://github.com/byronholldorf/uMulti", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/byronholldorf/uMulti.git", + "providesIncludes": ["uMulti.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.1.zip", + "archiveFileName": "uMulti-0.1.1.zip", + "size": 8654, + "checksum": "SHA-256:541e786b94c63f030a4407003635ddd4799e4773caa8117b49e92e5448e38523" + }, + { + "name": "databot", + "version": "0.1.0", + "author": "Sean Tucker", + "maintainer": "Sean Tucker", + "sentence": "Code to get your databot running", + "paragraph": "Code to get your databot running", + "website": "https://github.com/arbotics-llc/databot-arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.0.zip", + "archiveFileName": "databot-0.1.0.zip", + "size": 258968, + "checksum": "SHA-256:40cd89f216124ed0190f21008b5c24305511c12c4ac1d5a9efe404dec64634f2" + }, + { + "name": "databot", + "version": "0.1.2", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting daboto, based on arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.2.zip", + "archiveFileName": "databot-0.1.2.zip", + "size": 268843, + "checksum": "SHA-256:2baade7eee10701e509546682e9f3bdc96699b8d36bcdaecabbb2e12c40c7018" + }, + { + "name": "databot", + "version": "0.1.4", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.4.zip", + "archiveFileName": "databot-0.1.4.zip", + "size": 270444, + "checksum": "SHA-256:625cff710d5d5d38ddedcfb9584a083cfe093885b5a4854c78c66be1b0876ba4" + }, + { + "name": "databot", + "version": "0.1.5", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.5.zip", + "archiveFileName": "databot-0.1.5.zip", + "size": 270421, + "checksum": "SHA-256:54f1ef15cf5fabf2bcb89c000b7894d02d08a061bf79d8e8c00dc8e379930959" + }, + { + "name": "databot", + "version": "0.1.6", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.6.zip", + "archiveFileName": "databot-0.1.6.zip", + "size": 270434, + "checksum": "SHA-256:160213df38ad20e725f47bfc941dad60aec89335f87c409ec17271122dfee463" + }, + { + "name": "databot", + "version": "0.1.7", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.7.zip", + "archiveFileName": "databot-0.1.7.zip", + "size": 273630, + "checksum": "SHA-256:b4bd352bbc383cbb150bd98c8c922122be965212bdd8a9fe244ff927f8901061" + }, + { + "name": "databot", + "version": "0.1.8", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.8.zip", + "archiveFileName": "databot-0.1.8.zip", + "size": 276856, + "checksum": "SHA-256:cb808986ff2b7d3a0a96072f9d7241e9f1c98aa56c635966f0e8da9bdbb94654" + }, + { + "name": "databot", + "version": "0.1.9", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.9.zip", + "archiveFileName": "databot-0.1.9.zip", + "size": 280086, + "checksum": "SHA-256:033ae32605581caeaecbe91e8bb672697e2f93953bd04fd340d47a5e25b906a2" + }, + { + "name": "databot", + "version": "0.2.0", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.0.zip", + "archiveFileName": "databot-0.2.0.zip", + "size": 237857, + "checksum": "SHA-256:df4e00a953956d83524bdeccacde202acbaad9ba5336fcdd23c7649be7b2cdde" + }, + { + "name": "databot", + "version": "0.2.1", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.1.zip", + "archiveFileName": "databot-0.2.1.zip", + "size": 259379, + "checksum": "SHA-256:f44ffe8e9a5d388716662dbac5741cd83b069b811271cb3269c43c006a3ee4d8" + }, + { + "name": "databot", + "version": "0.2.3", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.3.zip", + "archiveFileName": "databot-0.2.3.zip", + "size": 259291, + "checksum": "SHA-256:b53cf7c1871efabfeb0c324ed7f02f2528c80e4f3054912beb4d1d9ede06dd2d" + }, + { + "name": "databot", + "version": "0.2.4", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.4.zip", + "archiveFileName": "databot-0.2.4.zip", + "size": 259366, + "checksum": "SHA-256:9f9c5ea9c0b3f11837dab1abb06e113142d01c9797125e2b641a8c2afa970b79" + }, + { + "name": "databot", + "version": "0.2.5", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.5.zip", + "archiveFileName": "databot-0.2.5.zip", + "size": 259373, + "checksum": "SHA-256:de026a51d06b5c4bd6c3b04737357f74b758486d909cda463af59366a80f9661" + }, + { + "name": "databot", + "version": "1.1.1", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.1.1.zip", + "archiveFileName": "databot-1.1.1.zip", + "size": 252084, + "checksum": "SHA-256:c0467f8a4aa305ca61dd987e8cd6e0a8accd58cbdb1894a5ab771b030924914e" + }, + { + "name": "databot", + "version": "1.2.0", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.2.0.zip", + "archiveFileName": "databot-1.2.0.zip", + "size": 252076, + "checksum": "SHA-256:0174bde1dc036f8ad675e40a793e1cedc03089629a60295bcfd00f39394e9ab5" + }, + { + "name": "databot", + "version": "1.2.1", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.2.1.zip", + "archiveFileName": "databot-1.2.1.zip", + "size": 252153, + "checksum": "SHA-256:2742dc4a62db620c8c6c21c37607a4bea077147299da676547c798dc18545940" + }, + { + "name": "Adafruit BD3491FS", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BD3491FS", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.0.0.zip", + "archiveFileName": "Adafruit_BD3491FS-1.0.0.zip", + "size": 8798, + "checksum": "SHA-256:13be35070e9c427ffa3dd7e002b5c9881ef22524d479563e8d3d67a3802852db" + }, + { + "name": "Adafruit BD3491FS", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BD3491FS", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.1.0.zip", + "archiveFileName": "Adafruit_BD3491FS-1.1.0.zip", + "size": 8697, + "checksum": "SHA-256:1c51e608cba4e378759136e5e444fb1c54495af4c0c52399173d612124d977a2" + }, + { + "name": "RadioLib", + "version": "1.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.0.0.zip", + "archiveFileName": "RadioLib-1.0.0.zip", + "size": 852350, + "checksum": "SHA-256:bf897bfbd22bb95c9dda20b995faae2f75dfb5bf69ed164b9f971d1659858184" + }, + { + "name": "RadioLib", + "version": "1.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.1.0.zip", + "archiveFileName": "RadioLib-1.1.0.zip", + "size": 864402, + "checksum": "SHA-256:e7fe0cafcf831a2e7a498202b6a8217fd61166a2882ac0f83334c46adef65d54" + }, + { + "name": "RadioLib", + "version": "1.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.0.zip", + "archiveFileName": "RadioLib-1.2.0.zip", + "size": 873804, + "checksum": "SHA-256:c464167f6070d321ccf0a990dd768aeeb9bf504ba99197bd495b04cf1236821e" + }, + { + "name": "RadioLib", + "version": "1.2.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.1.zip", + "archiveFileName": "RadioLib-1.2.1.zip", + "size": 874104, + "checksum": "SHA-256:9491485880e4931b6b378808c5cef238f4c1da333e14cf0e0eb3123b9271bc9e" + }, + { + "name": "RadioLib", + "version": "1.2.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.2.zip", + "archiveFileName": "RadioLib-1.2.2.zip", + "size": 875127, + "checksum": "SHA-256:80a7c1f174bbab0d7ac476a0918aaafe8d3d24de387f6cf876ebf199a019823f" + }, + { + "name": "RadioLib", + "version": "1.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.3.0.zip", + "archiveFileName": "RadioLib-1.3.0.zip", + "size": 875356, + "checksum": "SHA-256:a940299c5c6483630f8169299a7c8f2d5d57ba2be78e48d0dccb9cd6759796a2" + }, + { + "name": "RadioLib", + "version": "1.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.4.0.zip", + "archiveFileName": "RadioLib-1.4.0.zip", + "size": 875681, + "checksum": "SHA-256:c31aa20e8ee936d386d10fb46e1e9425285f86e51c92cf3e0f62abca4ea5c09e" + }, + { + "name": "RadioLib", + "version": "1.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.5.0.zip", + "archiveFileName": "RadioLib-1.5.0.zip", + "size": 875773, + "checksum": "SHA-256:34e37fe1c858b29d439ad832f37ccafced1394b38d751f2b3a27ee34fb0bd165" + }, + { + "name": "RadioLib", + "version": "1.6.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.6.1.zip", + "archiveFileName": "RadioLib-1.6.1.zip", + "size": 877256, + "checksum": "SHA-256:0deb6370860ab19306d0aa4af3a82f6bd413ea0fc6284304edb1531ee916f172" + }, + { + "name": "RadioLib", + "version": "1.7.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.7.0.zip", + "archiveFileName": "RadioLib-1.7.0.zip", + "size": 878923, + "checksum": "SHA-256:3c23fcf3935eb92033b2c40c8d8eccec80f1f2a857eccce28f1a345d513d9329" + }, + { + "name": "RadioLib", + "version": "1.8.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.8.0.zip", + "archiveFileName": "RadioLib-1.8.0.zip", + "size": 883742, + "checksum": "SHA-256:da8c3539d4475d058b7ddc7c8b435d6e6162569a73ef312b6c317757d42c88cd" + }, + { + "name": "RadioLib", + "version": "2.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-2.0.0.zip", + "archiveFileName": "RadioLib-2.0.0.zip", + "size": 890436, + "checksum": "SHA-256:934be137f6ebf7ab7456729175877c7154c4c6fd55460329f2ae1eacc6044609" + }, + { + "name": "RadioLib", + "version": "2.0.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-2.0.1.zip", + "archiveFileName": "RadioLib-2.0.1.zip", + "size": 890794, + "checksum": "SHA-256:25445744422bb4721f32c0048a5a801c3529558e1824286a77fd3c22c8dc2fc5" + }, + { + "name": "RadioLib", + "version": "3.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.0.0.zip", + "archiveFileName": "RadioLib-3.0.0.zip", + "size": 894716, + "checksum": "SHA-256:ad3f6b87ad82d24bbb14002bf0cfb304138f1fcfb136b20ced6ed1ccd437a93b" + }, + { + "name": "RadioLib", + "version": "3.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.0.zip", + "archiveFileName": "RadioLib-3.1.0.zip", + "size": 895564, + "checksum": "SHA-256:81dac986af83b0da1b181d8ca17f19f7eebcfe49ae7082e674b461eee0a3baca" + }, + { + "name": "RadioLib", + "version": "3.1.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.1.zip", + "archiveFileName": "RadioLib-3.1.1.zip", + "size": 895647, + "checksum": "SHA-256:30315fcceae551d0652b3996fc200530c5a8136d6e3de347784c5cb4b58cd064" + }, + { + "name": "RadioLib", + "version": "3.1.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.2.zip", + "archiveFileName": "RadioLib-3.1.2.zip", + "size": 895725, + "checksum": "SHA-256:4d9dc12de1275e33cf65c0f6ec4e05df5fd5bf1546c8c70e1ffe7481296c7f7b" + }, + { + "name": "RadioLib", + "version": "3.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.0.zip", + "archiveFileName": "RadioLib-3.2.0.zip", + "size": 895534, + "checksum": "SHA-256:d0f4b94a49de84cef506633083fa6739eaebcf3a693823e399493b81b075d96a" + }, + { + "name": "RadioLib", + "version": "3.2.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.1.zip", + "archiveFileName": "RadioLib-3.2.1.zip", + "size": 895900, + "checksum": "SHA-256:bd5c6204e4b3f7bb884e2b4987e3fa9efbb8363d8294406de1935c66a8d5e7f1" + }, + { + "name": "RadioLib", + "version": "3.2.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.2.zip", + "archiveFileName": "RadioLib-3.2.2.zip", + "size": 895895, + "checksum": "SHA-256:4028e9df5c591c744412ab9fcadb7554de3eca4a2726e970a1649a75800db1ae" + }, + { + "name": "RadioLib", + "version": "3.2.3", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.3.zip", + "archiveFileName": "RadioLib-3.2.3.zip", + "size": 895916, + "checksum": "SHA-256:48ca3fb79d0316625cdf3d6a1d4d1db2950c5562ce27515c8956d656d9564795" + }, + { + "name": "RadioLib", + "version": "3.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.3.0.zip", + "archiveFileName": "RadioLib-3.3.0.zip", + "size": 907063, + "checksum": "SHA-256:91b4401a718ad270f59875e3c2d4f55683b8618fa687e2d17dbaa5b3ecd4d193" + }, + { + "name": "RadioLib", + "version": "3.3.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.3.1.zip", + "archiveFileName": "RadioLib-3.3.1.zip", + "size": 907122, + "checksum": "SHA-256:b7b1dc7f624124a9f6dc5983d3373d35fe41761430858326bf29146d73a14bcc" + }, + { + "name": "RadioLib", + "version": "3.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.4.0.zip", + "archiveFileName": "RadioLib-3.4.0.zip", + "size": 907650, + "checksum": "SHA-256:7eb5630cca7faff5319b34311675f1c1f6b32ff01529b021997bb2c0551bb05e" + }, + { + "name": "RadioLib", + "version": "3.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.5.0.zip", + "archiveFileName": "RadioLib-3.5.0.zip", + "size": 989162, + "checksum": "SHA-256:91123287a47f6ec8cf248429bf1d1096ac3293bdcea63d587eed694230b8bfc6" + }, + { + "name": "RadioLib", + "version": "3.6.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.0.zip", + "archiveFileName": "RadioLib-3.6.0.zip", + "size": 1007761, + "checksum": "SHA-256:49431733191d2d5b24ca77d81531202c18282a5fc51fa564d63e1ffa1619bc1c" + }, + { + "name": "RadioLib", + "version": "3.6.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.1.zip", + "archiveFileName": "RadioLib-3.6.1.zip", + "size": 1007764, + "checksum": "SHA-256:01a0b37c73b79c4471c743a327f84ef14747d5e408d60f09c68fbabca568f157" + }, + { + "name": "RadioLib", + "version": "3.6.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.2.zip", + "archiveFileName": "RadioLib-3.6.2.zip", + "size": 1007802, + "checksum": "SHA-256:839ad5be145ef670c7ea79937af4c3be34e4f00cd7363a8f10329f9176db2d0c" + }, + { + "name": "RadioLib", + "version": "3.7.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.7.0.zip", + "archiveFileName": "RadioLib-3.7.0.zip", + "size": 1011126, + "checksum": "SHA-256:0987006f12ebe2651218d41e679d2118d04efe71934ab710406e37b6613bce99" + }, + { + "name": "RadioLib", + "version": "4.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.0.zip", + "archiveFileName": "RadioLib-4.0.0.zip", + "size": 1011064, + "checksum": "SHA-256:5ac437a7f0870873555b2ccf7ef122504c67a7ab8168d2c77f48839d7b3d3137" + }, + { + "name": "RadioLib", + "version": "4.0.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.1.zip", + "archiveFileName": "RadioLib-4.0.1.zip", + "size": 1011977, + "checksum": "SHA-256:a9de6b0144cdc8bf9ea32c9d35cac2f22b21a9781f8bb06cc80703710b529f33" + }, + { + "name": "RadioLib", + "version": "4.0.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.2.zip", + "archiveFileName": "RadioLib-4.0.2.zip", + "size": 1012837, + "checksum": "SHA-256:7765dbc673e194bf3877f5b606a7f07a66a5c92f3fa79a329a3d8483073662fc" + }, + { + "name": "RadioLib", + "version": "4.0.3", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.3.zip", + "archiveFileName": "RadioLib-4.0.3.zip", + "size": 1013788, + "checksum": "SHA-256:5ea5755596814e1c72bde7bd5517e0c2e8e13499349ed8477edaf6a34da71178" + }, + { + "name": "RadioLib", + "version": "4.0.4", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.4.zip", + "archiveFileName": "RadioLib-4.0.4.zip", + "size": 1015994, + "checksum": "SHA-256:d1034f7b8674d7229145693239e17a20ff39cd09fa9053f21c32db2bbf44ead7" + }, + { + "name": "RadioLib", + "version": "4.0.5", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.5.zip", + "archiveFileName": "RadioLib-4.0.5.zip", + "size": 1016105, + "checksum": "SHA-256:738f477bf9304ca9f7d82619a01a59c8da4e64523e5b3f158e5f2716c100b27b" + }, + { + "name": "RadioLib", + "version": "4.0.6", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.6.zip", + "archiveFileName": "RadioLib-4.0.6.zip", + "size": 1016738, + "checksum": "SHA-256:b1243191971a48c575d3adb055ef7841830c83999f8aedae3ec59570ef8f237d" + }, + { + "name": "RadioLib", + "version": "4.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.1.0.zip", + "archiveFileName": "RadioLib-4.1.0.zip", + "size": 1019443, + "checksum": "SHA-256:00a0dc259c3e677bef9828942ad69345dc87bbed9c1962c4309bffefa6612aaa" + }, + { + "name": "RadioLib", + "version": "4.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.2.0.zip", + "archiveFileName": "RadioLib-4.2.0.zip", + "size": 1019457, + "checksum": "SHA-256:3e1322134852e79ddecb006da70e1e3cd85a2e64a09381d7a5e772795a08de2e" + }, + { + "name": "RadioLib", + "version": "4.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.3.0.zip", + "archiveFileName": "RadioLib-4.3.0.zip", + "size": 1021605, + "checksum": "SHA-256:b5cfec8ef7d2e43f1c183819d0efb44f841e99a5b9ecf50d5840e89664ed1989" + }, + { + "name": "RadioLib", + "version": "4.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.4.0.zip", + "archiveFileName": "RadioLib-4.4.0.zip", + "size": 1024699, + "checksum": "SHA-256:8490da053f90da687d2a327a8a30dd0e83f95d711c29dd2a47fdd9b74fff330b" + }, + { + "name": "RadioLib", + "version": "4.4.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.4.1.zip", + "archiveFileName": "RadioLib-4.4.1.zip", + "size": 1025063, + "checksum": "SHA-256:095b42420cfe22118c5d166ca71cc91dd7689d2ebc0641ee12b086f0a3bb9ec7" + }, + { + "name": "RadioLib", + "version": "4.4.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.4.2.zip", + "archiveFileName": "RadioLib-4.4.2.zip", + "size": 1025082, + "checksum": "SHA-256:d5a1f9ee89806943d87199576a006f08055bd6e9b2dddd6779026b9ac6e81ec3" + }, + { + "name": "RadioLib", + "version": "4.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": ["RadioLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.5.0.zip", + "archiveFileName": "RadioLib-4.5.0.zip", + "size": 1032044, + "checksum": "SHA-256:fea5a7e5ca939e8dc97894ec063507ab679cab09078cf14772b6f18f3c48bf57" + }, + { + "name": "ClosedCube_I2C_Driver", + "version": "2019.6.6", + "author": "ClosedCube", + "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", + "sentence": "Arduino library for ClosedCube I2C Driver (Wrapper)", + "paragraph": "Arduino library for ClosedCube I2C Driver (Wrapper)", + "website": "https://github.com/closedcube/ClosedCube_I2C_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/closedcube/ClosedCube_I2C_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_I2C_Driver-2019.6.6.zip", + "archiveFileName": "ClosedCube_I2C_Driver-2019.6.6.zip", + "size": 8411, + "checksum": "SHA-256:7e58b26f63e23f10b3b1892b6b1fe0ac3d3da7e88ccb132b728ad5eb0860f61c" + }, + { + "name": "Ambimate", + "version": "1.0.0", + "author": "Gary Barnett", + "maintainer": "Gary Barnett", + "sentence": "A library for the Ambimate sensor board from TE", + "paragraph": "Allows you to read sensor values from the Board", + "website": "https://github.com/thinkovation/Ambimate/", + "category": "Sensors", + "architectures": ["avr", "esp"], + "types": ["Contributed"], + "repository": "https://github.com/thinkovation/Ambimate.git", + "providesIncludes": ["Wire.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thinkovation/Ambimate-1.0.0.zip", + "archiveFileName": "Ambimate-1.0.0.zip", + "size": 5096, + "checksum": "SHA-256:65c914f65e32e9beb32f1f1c7c2b6fecb7b31a16564c076f90500f14236a190b" + }, + { + "name": "VNH3SP30", + "version": "1.0.0", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the VNH3SP30 motor controller (H-bridge motor driver)", + "paragraph": "With this library you can control one or more VNH3SP30, VNH2SP30 or VNH3ASP30 H-bridge motor controllers. Library written for the AVR architecture, but should work on any architecture that supports the analogWrite() function to generate a PWM signal (AVR,STM32,ESP32)", + "website": "https://github.com/bmellink/VNH3SP30", + "category": "Device Control", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/VNH3SP30.git", + "providesIncludes": ["VNH3SP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.0.zip", + "archiveFileName": "VNH3SP30-1.0.0.zip", + "size": 21092, + "checksum": "SHA-256:1a326aacadf2c678c5ab7abe9adc3e3b9c49217d0508c17124bb6d6143e3feb0" + }, + { + "name": "VNH3SP30", + "version": "1.0.1", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Library for the VNH3SP30 and VNH5019A-E motor controllers (H-bridge motor driver)", + "paragraph": "Arduino library for VNH3SP30, VNH2SP30, VNH3ASP30 and VNH5019A-E based motor controller boards. The VNH3SP30 and VNH5019A-E chips contain a full H bridge to drive motors with currents up to 30A. The VNH5019A-E chips are newer and almost identical to the VNH3SP30 chips. The biggest difference is that the VNH5019A-E chips work with 3.3V and 5V logic, while the older VNH3SP30 chips require 5V logic.", + "website": "https://github.com/bmellink/VNH3SP30", + "category": "Device Control", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/bmellink/VNH3SP30.git", + "providesIncludes": ["VNH3SP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.1.zip", + "archiveFileName": "VNH3SP30-1.0.1.zip", + "size": 21241, + "checksum": "SHA-256:830235e95d706a79f383ad2fea74d96741bcd4ab0a7544ee686cb31bde4e5c33" + }, + { + "name": "HighPowerStepperDriver", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "High-Power Stepper Motor Driver library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with Pololu High-Power Stepper Motor Drivers.", + "website": "https://github.com/pololu/high-power-stepper-driver-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/high-power-stepper-driver-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/HighPowerStepperDriver-1.0.0.zip", + "archiveFileName": "HighPowerStepperDriver-1.0.0.zip", + "size": 13279, + "checksum": "SHA-256:778bb5f88c2b0c60717a1ba507a0a99f8723d3c1723b96300d8fcb7204a8b16c" + }, + { + "name": "TetrisAnimation", + "version": "1.1.0", + "author": "Tobias Blum, Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "Library for drawing text out with tetris blocks", + "paragraph": "Uses the Adafruit GFX library to draw tetris blocks into letters on displays.", + "website": "https://github.com/toblum/TetrisAnimation", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/toblum/TetrisAnimation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toblum/TetrisAnimation-1.1.0.zip", + "archiveFileName": "TetrisAnimation-1.1.0.zip", + "size": 43012, + "checksum": "SHA-256:02aeb54cbcf44f7e635d13f1361fb9011d95eb4ca1b67622ca6c439788d5b8d6" + }, + { + "name": "ss_oled", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.0.0.zip", + "archiveFileName": "ss_oled-1.0.0.zip", + "size": 356832, + "checksum": "SHA-256:2fa01f864c6687bd48d3b93f88dd9a0c3849683a648ff7f899b254282e7e9656" + }, + { + "name": "ss_oled", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.0.zip", + "archiveFileName": "ss_oled-1.1.0.zip", + "size": 357752, + "checksum": "SHA-256:3a8a2bd532cea0be5faa39ff604d126973ad3653c854c139caba3f910d3afd1a" + }, + { + "name": "ss_oled", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.1.zip", + "archiveFileName": "ss_oled-1.1.1.zip", + "size": 357808, + "checksum": "SHA-256:d91f9697c6a3cea444fef0417fc8793e27446d15b9b50d82b416fe50e1e346de" + }, + { + "name": "ss_oled", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.2.zip", + "archiveFileName": "ss_oled-1.1.2.zip", + "size": 358115, + "checksum": "SHA-256:0861cf768b20042a032285d3592811eb77c9594499f603420ae0520224a1a892" + }, + { + "name": "ss_oled", + "version": "1.1.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.3.zip", + "archiveFileName": "ss_oled-1.1.3.zip", + "size": 358210, + "checksum": "SHA-256:b965cfe16c01d86fdda3ec005cb252b18378d69185f5f9151008e6369db78faa" + }, + { + "name": "ss_oled", + "version": "1.1.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.4.zip", + "archiveFileName": "ss_oled-1.1.4.zip", + "size": 358100, + "checksum": "SHA-256:d2a63001db4b44bf923151ff1a949e6b928be102f8c771a07dbfbd622113dde7" + }, + { + "name": "ss_oled", + "version": "1.1.5", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.5.zip", + "archiveFileName": "ss_oled-1.1.5.zip", + "size": 357877, + "checksum": "SHA-256:974a9d3decbbd92a12c45ae8744833649c94278d22cb9fd110ee2953f7e821ed" + }, + { + "name": "ss_oled", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.0.zip", + "archiveFileName": "ss_oled-2.0.0.zip", + "size": 361508, + "checksum": "SHA-256:1922de419798a7f7a14375ec94d24f7dc0ac55fa48a36f108a050cc920622e96" + }, + { + "name": "ss_oled", + "version": "2.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.1.zip", + "archiveFileName": "ss_oled-2.0.1.zip", + "size": 362311, + "checksum": "SHA-256:a7f77e143d06459a0f77a315ae8bfcfd819c92d3afd0113368a5a4f94a0f5ab6" + }, + { + "name": "ss_oled", + "version": "2.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.0.zip", + "archiveFileName": "ss_oled-2.1.0.zip", + "size": 363235, + "checksum": "SHA-256:a5cf0ca2700be19af03156dfe2d97f0af1832fd0d2eee6d2a90acd83c4ba51b6" + }, + { + "name": "ss_oled", + "version": "2.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.1.zip", + "archiveFileName": "ss_oled-2.1.1.zip", + "size": 363240, + "checksum": "SHA-256:5a98488831e8427431a03d30dab841f945983e6c42ee30b50a58e8113f12a999" + }, + { + "name": "ss_oled", + "version": "2.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.2.0.zip", + "archiveFileName": "ss_oled-2.2.0.zip", + "size": 365339, + "checksum": "SHA-256:ed198afdb255d3fcf50cc5408b96d8c98b1d63d887323113b6cbfc241043c49a" + }, + { + "name": "ss_oled", + "version": "2.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.2.1.zip", + "archiveFileName": "ss_oled-2.2.1.zip", + "size": 365536, + "checksum": "SHA-256:3af48e3845ee90c2a22d123160565bcb68d92739aaa5ef5082b0659ef069a1bd" + }, + { + "name": "ss_oled", + "version": "3.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.0.0.zip", + "archiveFileName": "ss_oled-3.0.0.zip", + "size": 377478, + "checksum": "SHA-256:c565e328ec80af9f19606b5fb10f7c2411429ade3c28b89a4c76cec2f11beddc" + }, + { + "name": "ss_oled", + "version": "3.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.1.0.zip", + "archiveFileName": "ss_oled-3.1.0.zip", + "size": 377749, + "checksum": "SHA-256:40bbcc0d75bbfaec9aaa83e6016f9f174fabc678c3055b2ab0dadd205558c288" + }, + { + "name": "ss_oled", + "version": "3.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.1.1.zip", + "archiveFileName": "ss_oled-3.1.1.zip", + "size": 377923, + "checksum": "SHA-256:9ef40ee018a7e79aba2b9ba2ff96c100ece13c2c86eb36e44d65a599c29de5f4" + }, + { + "name": "ss_oled", + "version": "3.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.2.0.zip", + "archiveFileName": "ss_oled-3.2.0.zip", + "size": 378718, + "checksum": "SHA-256:c87a904916394b32f2d6ab77e12bf051466f30615c96a7e3486a3ce836951647" + }, + { + "name": "ss_oled", + "version": "3.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.3.0.zip", + "archiveFileName": "ss_oled-3.3.0.zip", + "size": 379071, + "checksum": "SHA-256:717c760a8eb8d0ea8ba0849c13efdd854baa8d26834377c74ab2f211a412aeee" + }, + { + "name": "ss_oled", + "version": "4.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.0.0.zip", + "archiveFileName": "ss_oled-4.0.0.zip", + "size": 380252, + "checksum": "SHA-256:2f2e68bf5a6aeb094182e70fb0ef937b30f6961bca2e42e50496b31836f60f97" + }, + { + "name": "ss_oled", + "version": "4.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.0.1.zip", + "archiveFileName": "ss_oled-4.0.1.zip", + "size": 381941, + "checksum": "SHA-256:5f45436b21f9b394f95235f9e0ec68c06bd31aed49b271d7a1084f08b03cf8e2" + }, + { + "name": "ss_oled", + "version": "4.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.0.zip", + "archiveFileName": "ss_oled-4.1.0.zip", + "size": 385419, + "checksum": "SHA-256:6d2edd54d8decd6be2b45bf7fa41e98f059429e91ff89d79432e2e427e3f88c7" + }, + { + "name": "ss_oled", + "version": "4.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.1.zip", + "archiveFileName": "ss_oled-4.1.1.zip", + "size": 385427, + "checksum": "SHA-256:f1fb0d2a9a54d470103057afb728f8b9697cb79d9e5b4e21904bf22d45784b09" + }, + { + "name": "ss_oled", + "version": "4.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.2.zip", + "archiveFileName": "ss_oled-4.1.2.zip", + "size": 385345, + "checksum": "SHA-256:d3160028a092752099c9ac7fa468ffbc188f31a21694e228a94d9ffdbee6946e" + }, + { + "name": "ss_oled", + "version": "4.1.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.3.zip", + "archiveFileName": "ss_oled-4.1.3.zip", + "size": 387854, + "checksum": "SHA-256:736abcdb0a0b42abc2110e09a675104a76b27f1d77c4d6607c22f87931a678fa" + }, + { + "name": "ss_oled", + "version": "4.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": ["ss_oled.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.2.0.zip", + "archiveFileName": "ss_oled-4.2.0.zip", + "size": 389882, + "checksum": "SHA-256:e5dbc1d9961032b432c874d5172477a5f1fd420a4f4a0de68dfb0b3e93b0987b" + }, + { + "name": "BitBang_I2C", + "version": "1.0.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.0.0.zip", + "archiveFileName": "BitBang_I2C-1.0.0.zip", + "size": 19475, + "checksum": "SHA-256:d44f4054a483a4709f9593bfbf87f26d0262ec6f7fb212fd5637ae656a098773" + }, + { + "name": "BitBang_I2C", + "version": "1.1.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.1.0.zip", + "archiveFileName": "BitBang_I2C-1.1.0.zip", + "size": 19628, + "checksum": "SHA-256:4e812eb56f2c7b67ed2b36e7a36499aee1fae3a8d9a79ae13f3be491235f0acc" + }, + { + "name": "BitBang_I2C", + "version": "1.2.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.2.0.zip", + "archiveFileName": "BitBang_I2C-1.2.0.zip", + "size": 24194, + "checksum": "SHA-256:aa2796fb025feed820822c329018806be269e7b4685212522b57eee5b8cbe952" + }, + { + "name": "BitBang_I2C", + "version": "1.3.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.3.0.zip", + "archiveFileName": "BitBang_I2C-1.3.0.zip", + "size": 24238, + "checksum": "SHA-256:fae3b77e7149a4f9da5c14807d36931261d3bdfd40dc5f50caf90b77626d4259" + }, + { + "name": "BitBang_I2C", + "version": "2.0.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.0.zip", + "archiveFileName": "BitBang_I2C-2.0.0.zip", + "size": 25266, + "checksum": "SHA-256:f4e1d9b34cdfd36883b290af757286036500d45594389f2848d7fd775842909e" + }, + { + "name": "BitBang_I2C", + "version": "2.0.1", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.1.zip", + "archiveFileName": "BitBang_I2C-2.0.1.zip", + "size": 25293, + "checksum": "SHA-256:8b3b2c7995b6e0a24393ab5aa7d804ab08ec0d53c7a7153ed31e4441b10f6c23" + }, + { + "name": "BitBang_I2C", + "version": "2.0.2", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.2.zip", + "archiveFileName": "BitBang_I2C-2.0.2.zip", + "size": 25300, + "checksum": "SHA-256:bae1cbca66fc649fcddac5b5971bc85e5bc70e3e6b83fa9afa29b7893b0ed935" + }, + { + "name": "BitBang_I2C", + "version": "2.0.3", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.3.zip", + "archiveFileName": "BitBang_I2C-2.0.3.zip", + "size": 25325, + "checksum": "SHA-256:a9e5a0d237bf7839cf271876e6a055b4bb547304b0059d252b250437b2198435" + }, + { + "name": "BitBang_I2C", + "version": "2.1.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.0.zip", + "archiveFileName": "BitBang_I2C-2.1.0.zip", + "size": 26846, + "checksum": "SHA-256:add447fc0cec75f8bda163d37b0fcef1a871d6e00874ff62cb2f0ff4b1a1ea6e" + }, + { + "name": "BitBang_I2C", + "version": "2.1.2", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.2.zip", + "archiveFileName": "BitBang_I2C-2.1.2.zip", + "size": 26906, + "checksum": "SHA-256:77b48414f87a9eb7ae6b25841957edd92ff1a6a79b1f6d95fa6a1f38e3557d04" + }, + { + "name": "BitBang_I2C", + "version": "2.1.3", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": ["BitBang_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.3.zip", + "archiveFileName": "BitBang_I2C-2.1.3.zip", + "size": 26964, + "checksum": "SHA-256:d579f659da2c7706d77d9565ccfc76daa0117389927872fa43f189e5f89a4450" + }, + { + "name": "NMEAParser", + "version": "1.0.0", + "author": "Glinnes Hulden", + "maintainer": "Glinnes Hulden", + "sentence": "A simple Arduino library to parse NMEA sentences.", + "paragraph": "A simple Arduino library to parse NMEA sentences.", + "website": "https://github.com/Glinnes/NMEAParser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Glinnes/NMEAParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.0.0.zip", + "archiveFileName": "NMEAParser-1.0.0.zip", + "size": 24543, + "checksum": "SHA-256:c0c8d4ae6c277e3ce2d2dfb61ef7adf8dc6dbc6c98e51f46413e7c6186a70fe6" + }, + { + "name": "NMEAParser", + "version": "1.1.0", + "author": "Glinnes Hulden", + "maintainer": "Glinnes Hulden", + "sentence": "A simple Arduino library to parse NMEA sentences.", + "paragraph": "A simple Arduino library to parse NMEA sentences.", + "website": "https://github.com/Glinnes/NMEAParser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Glinnes/NMEAParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.1.0.zip", + "archiveFileName": "NMEAParser-1.1.0.zip", + "size": 17979, + "checksum": "SHA-256:24cebcbacb62e764bbdf52117477f70e1a78543326ffab8f9950dade84a785b7" + }, + { + "name": "bb_hx1230", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank HX1230 96x68 LCD display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Runs on any hardware supported by Arduino.", + "website": "https://github.com/bitbank2/bb_hx1230", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_hx1230.git", + "providesIncludes": ["bb_hx1230.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.0.zip", + "archiveFileName": "bb_hx1230-1.0.0.zip", + "size": 1510214, + "checksum": "SHA-256:bf1c9392e97316a176204b8114f2b076585d4740ae9734b29dbb72d7dc612ebf" + }, + { + "name": "bb_hx1230", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank HX1230 96x68 LCD display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Includes 4 font sizes and pixel drawing. Runs on any hardware supported by Arduino.", + "website": "https://github.com/bitbank2/bb_hx1230", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_hx1230.git", + "providesIncludes": ["bb_hx1230.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.1.zip", + "archiveFileName": "bb_hx1230-1.0.1.zip", + "size": 1510244, + "checksum": "SHA-256:761b0187ec32f5097d247031dd48570b9ae1a1a92989c1e23f7058466823e3a8" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.1.zip", + "archiveFileName": "ACAN2515Tiny-1.0.1.zip", + "size": 317689, + "checksum": "SHA-256:b96912a9aa49c215b263a50bf43335b9e99f496a82bb0dbdb08910bf4caccdb2" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.2.zip", + "archiveFileName": "ACAN2515Tiny-1.0.2.zip", + "size": 317700, + "checksum": "SHA-256:b3b1857499a09f065b5e98296fc13c032e9b0aac305add4b4f66e6b8ab57b6e4" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.3.zip", + "archiveFileName": "ACAN2515Tiny-1.0.3.zip", + "size": 268168, + "checksum": "SHA-256:bc82f123658e08977cdc04744f583a662dbd5619d4cb6dcab1e54a121c135372" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.4.zip", + "archiveFileName": "ACAN2515Tiny-1.0.4.zip", + "size": 269590, + "checksum": "SHA-256:5db6b6f37c8229f783c1e5c1dcd16c677638d1652a84395e7d9616c40556c659" + }, + { + "name": "Rfid134 by Makuna", + "version": "1.0.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the RFID WL-134 module", + "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", + "website": "https://github.com/Makuna/Rfid134/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/Rfid134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.0.zip", + "archiveFileName": "Rfid134_by_Makuna-1.0.0.zip", + "size": 8301, + "checksum": "SHA-256:9517f7df8adc0a5db5780dd88797338d4a1f8e9a2c6330a544496f3e68f0bda5" + }, + { + "name": "Rfid134 by Makuna", + "version": "1.0.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the RFID WL-134 module", + "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", + "website": "https://github.com/Makuna/Rfid134/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/Rfid134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.1.zip", + "archiveFileName": "Rfid134_by_Makuna-1.0.1.zip", + "size": 8720, + "checksum": "SHA-256:41082d3aba137228023325320b71fbf479cfb9a30f49c8a9fa9b7cc46a72af14" + }, + { + "name": "Rfid134 by Makuna", + "version": "1.0.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the RFID WL-134 module", + "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", + "website": "https://github.com/Makuna/Rfid134/wiki", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Makuna/Rfid134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.2.zip", + "archiveFileName": "Rfid134_by_Makuna-1.0.2.zip", + "size": 8991, + "checksum": "SHA-256:1e83ba1c2abedd7963ba0fbcc58924190ed479e4dc169cf724b095133b532625" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.0.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.0.1.zip", + "size": 32764, + "checksum": "SHA-256:ac237a439e18add03878a88797e1c625920516d1e703f3df4f9272230d7acf8d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.5.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.5.0.zip", + "size": 59086, + "checksum": "SHA-256:fde632ae11491318f324d6f6be73ad767e83051e92d70d4ed6f6aa1fa3d795a8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.6.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.6.0.zip", + "size": 88060, + "checksum": "SHA-256:86f4c15333762e6aa03c1c144d329f45fe3974d4023894211ab01c0c9d2a94f0" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.7.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.7.0.zip", + "size": 88255, + "checksum": "SHA-256:5914ad51731d036b614a91b8fc8334073dc9e1e49b144b0b0cb552dc5037c102" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.7.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.7.1.zip", + "size": 88265, + "checksum": "SHA-256:7b78f0bd5c740acad8b4166dde14c047c0bb20012accc89a50bc38bae150f0d0" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.8.0.zip", + "size": 89336, + "checksum": "SHA-256:9f23e545e98c6812e9182fc9401474facff7c0f2ca6e90008db0c4bf1333af2f" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.8.1.zip", + "size": 89333, + "checksum": "SHA-256:ec5baf9659f542cbf34c92510afb80ee6f842ad4883d2f741b5354f075026662" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.8.2.zip", + "size": 83513, + "checksum": "SHA-256:fa383b6ed99629e9723ae16452271cccfdbd0d6903ef73b1a9d95aabb4600df2" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.9.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.9.0.zip", + "size": 84405, + "checksum": "SHA-256:baa3420ce10258446675a5053f5332ff87a6736a9888bf68826c430e78d82cec" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.9.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.9.1.zip", + "size": 84548, + "checksum": "SHA-256:44b58a0be342761de764cf12a36d07725d258da7bd30000210499a0262576ade" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.0.zip", + "size": 84843, + "checksum": "SHA-256:105872f35d724494ab56b397f55bca7a785b997d634e2141b0bc5a102a08c51b" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.1.zip", + "size": 84858, + "checksum": "SHA-256:dcbe24901b93000b05b8731021afffc8d10778cc3c106228e1a5f2b28614bc3a" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.2.zip", + "size": 84870, + "checksum": "SHA-256:ead3c2f1ce94d139f9c4028e8b6435e8a35612ff5e3d4c7db9207dd6219dc012" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.4.zip", + "size": 84870, + "checksum": "SHA-256:f7e83521ed55b31685789eaac5a6699633f5ee5a1347deebc5cc4cc4a6789e31" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.5.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.5.zip", + "size": 84871, + "checksum": "SHA-256:dc9a4e6f39274367ad3622673ad6e5b9b3048e59f6f2db77c02e759f96b7c037" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.0.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.0.0.zip", + "size": 367345, + "checksum": "SHA-256:787066cd9e0773670b805f1262f436dbfb09fca8d7a6f77f7d5a9fd897050ba2" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.0.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.0.1.zip", + "size": 367676, + "checksum": "SHA-256:72c463213ed6a4e67ded6d550072154621454df384b6c1b307dc74bff512b50d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.0.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.0.3.zip", + "size": 370717, + "checksum": "SHA-256:b01f01fd6b69d9f170f6547f95b1a6ec34f5d782380ebd1f8c5c3316de84b3f8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.1.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.1.0.zip", + "size": 391897, + "checksum": "SHA-256:4716c5ea73934fa8c0efa69920c2b4cbaae26df50a01924f88755207a5aa84ca" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.0.zip", + "size": 402293, + "checksum": "SHA-256:4943fecd0661f2f6b161b89ad8811073f8238e4939387c45b2c912c32ba9d5f8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.1.zip", + "size": 402568, + "checksum": "SHA-256:212c731ce6869260b29f52c2e9fe862b6a927e1815ccf662df664900d08bba47" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.2.zip", + "size": 402808, + "checksum": "SHA-256:ee05b7eeb1f7be660c71d57a6f4bd9acc7780649c4c6064b84d4da0caddb84d0" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.3.zip", + "size": 401542, + "checksum": "SHA-256:938b6a2c6c37a2585d611be81f5b70fd344c66d788d7839e403de5e5147084a8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.0.zip", + "size": 403372, + "checksum": "SHA-256:87948a5be1aed244311de161e62d116767bd9ca94eef0d0cf622492d33b3e763" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.1.zip", + "size": 403373, + "checksum": "SHA-256:b45bdae0b264d03576a44b44436caad4cff1711aaa726b48e2942a9373c46908" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.2.zip", + "size": 412419, + "checksum": "SHA-256:0f05c00231e3dfba0209a8267ee4429234ac28dc5147f7000a7108c016d4ab05" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": ["Adafruit_TinyUSB.h"], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.3.zip", + "size": 408067, + "checksum": "SHA-256:7bf2d7510d918df54cad23dcef21350b7460831aa790efd07cb4605330fabfab" + }, + { + "name": "TN_SwitchState", + "version": "1.0.0", + "author": "taront", + "maintainer": "taront", + "sentence": "A library to manage switch state transitions.", + "paragraph": "Small library to manage switch state transitions. Detect single press/release, double press/release, long press/release and toggle action (ON/OFF/Rising/Falling).", + "website": "https://github.com/toritamantaro/TN_SwitchState", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/toritamantaro/TN_SwitchState.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.0.zip", + "archiveFileName": "TN_SwitchState-1.0.0.zip", + "size": 8670, + "checksum": "SHA-256:ccd8103f931aa3df114a77c5c12d67a61e1cd3f77215eb01b9514cf38766b77d" + }, + { + "name": "TN_SwitchState", + "version": "1.0.1", + "author": "taront", + "maintainer": "taront", + "sentence": "A library to manage switch state transitions.", + "paragraph": "Small library to manage switch state transitions. Detect single press/hold/release, double press/hold/release, long press/hold/release and toggle action (OFF/Rise/Rising/ON/Fall/Falling).", + "website": "https://github.com/toritamantaro/TN_SwitchState", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/toritamantaro/TN_SwitchState.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.1.zip", + "archiveFileName": "TN_SwitchState-1.0.1.zip", + "size": 8898, + "checksum": "SHA-256:0ba97423abbbd86e74e06bd27859dea427e83a4df7e57430caa4f6f20e15dc87" + }, + { + "name": "TN_SwitchState", + "version": "1.0.2", + "author": "taront", + "maintainer": "taront", + "sentence": "A library to manage switch state transitions.", + "paragraph": "Small library to manage switch state transitions. Detect single press/hold/release, double press/hold/release, long press/hold/release and toggle action (OFF/Rise/Rising/ON/Fall/Falling).", + "website": "https://github.com/toritamantaro/TN_SwitchState", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/toritamantaro/TN_SwitchState.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.2.zip", + "archiveFileName": "TN_SwitchState-1.0.2.zip", + "size": 8911, + "checksum": "SHA-256:0364bee710647767604c4546b8e21a0b2ee18b4bb14c37739e9931c8376f4810" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.0.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.0.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.0.1.zip", + "size": 50605, + "checksum": "SHA-256:556eda0730b9cb4efad99d865ed3900e795af87ee915d1dadbf6a126d3f2658c" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.0.zip", + "size": 64848, + "checksum": "SHA-256:857e82a78800ac74e90aa11e8e237c67fae35b5cd677f5405681c361a8a79b5a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.1.zip", + "size": 71745, + "checksum": "SHA-256:068c434f0514a9f7c5d8da88bffc0ff784a348567b7d828f7cad927e62a31bc5" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.2", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.2.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.2.zip", + "size": 74129, + "checksum": "SHA-256:41f825f63700be77ca170665972b79ee7d8cb0346c43f4102cf4f39f6670c796" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.3", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.3.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.3.zip", + "size": 71020, + "checksum": "SHA-256:b3afabc5b42dd1631152afbb6b894ad5ed90c99a33c9e8665d717c2d6fb3e9b5" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.4", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.4.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.4.zip", + "size": 72800, + "checksum": "SHA-256:1ed5765b037a37c3e28e6d9d7830f0bc6b878630f9f75775c8ecfaf73e78d694" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.5", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.5.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.5.zip", + "size": 72874, + "checksum": "SHA-256:e085b23f1617587244cf55de9e2a72b0e816fda255b5a226bc3a035400562966" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.2.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.2.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.2.0.zip", + "size": 81099, + "checksum": "SHA-256:4404a7ace5f76d78166dc8277e8d6bae9a87b82bba5e2ca719b70e1a50b67b1a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.2.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.2.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.2.1.zip", + "size": 81205, + "checksum": "SHA-256:ac9dc986b7e4d3e71c8fd28cb6313b24d29f58502f0d4fda0d880a1210770d1f" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.3.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.3.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.3.0.zip", + "size": 79401, + "checksum": "SHA-256:2d07b6a26b1cb474022c9435e775014c296d49306064bbefa6c9e6193201c16c" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.0.zip", + "size": 102933, + "checksum": "SHA-256:585235c195c8d4019b2a5825456d3c68b7ec5609908e11b72d1c5d1fe0bc2373" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.1.zip", + "size": 102943, + "checksum": "SHA-256:d126120cfb85c1c1fbb1321ddb93baa38c77143105dd05e57973157f0b28a324" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.2", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.2.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.2.zip", + "size": 103047, + "checksum": "SHA-256:1bff20fbcc89dca802407e35c1a7e741294f69d9aa9bbc619a0697b8e655c19a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.3", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.3.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.3.zip", + "size": 103086, + "checksum": "SHA-256:b711ed1113273814c6b4fbada2e75441ec1a3a92d2fe58ed41b36be4a7ff18e3" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.4", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.4.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.4.zip", + "size": 103184, + "checksum": "SHA-256:6d073711690ae8a8ef402806a535b399741d87b8241a365f7fbb62285d7b37cb" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.5", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.5.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.5.zip", + "size": 119940, + "checksum": "SHA-256:79a413140ec0089896ea918abd65c88352409919e86c5550e6f181327d612632" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.6", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.6.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.6.zip", + "size": 120215, + "checksum": "SHA-256:da9aaea653ef706ce27d1c017c223033ae91cc67a958b0901d8911fa9e2c4ab5" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.7", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.7.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.7.zip", + "size": 120339, + "checksum": "SHA-256:fa7c07519f87f0ec5f75edb5e9256d73937333dbd12abdf6fa0a0a2036019514" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.8", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.8.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.8.zip", + "size": 120880, + "checksum": "SHA-256:1e5ea5757471af6aed26681f9811bee065d6f6fc5e9cfc1d022bc5edbc06345d" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.9", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.9.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.9.zip", + "size": 129940, + "checksum": "SHA-256:b121105a47b40f38b10c2577cfff22072fc8bc97b547a8cd914379eab1300936" + }, + { + "name": "UARDECS_MEGA Library", + "version": "1.2.1", + "author": "H.kurosaki,K.yasuba", + "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", + "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", + "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. This is a high-performance version of UARDECS, and the setting items by the user are increasing greatly. It corresponds to Arduino MEGA. Arduino UNO can also be used, but there is not enough available memory. Always requires Ethernet shield2.", + "website": "http://uecs.org/arduino/uardecs.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/H-Kurosaki/UARDECS_MEGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_MEGA_Library-1.2.1.zip", + "archiveFileName": "UARDECS_MEGA_Library-1.2.1.zip", + "size": 62004, + "checksum": "SHA-256:0d8aad893eb875a08ec29179ca31ac27bcfddd78342ebe2af0b077090c945eb0" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": ["TLx4966-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.0.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.0.zip", + "size": 3293005, + "checksum": "SHA-256:0dcd80c23a2b31ea8182052b4b21be9405abed585cd24f456ff232f4a0333abc" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": ["TLx4966-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.1.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.1.zip", + "size": 3306568, + "checksum": "SHA-256:99a458c9e7dcd4cdc2962c7c5880cf0c92c7eb546550d9a3f882e82b5d7e2766" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": ["TLx4966-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.0.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.0.zip", + "size": 3306103, + "checksum": "SHA-256:13976e3c20fcd9a6e392768a3603ecde96da07471c4b347949406802cd38f8f6" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": ["TLx4966-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.1.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.1.zip", + "size": 3306156, + "checksum": "SHA-256:fc4a06ebb0886db350c690fb2512404d34a4c482cfa250e4f978ea3a23c677d8" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.1.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": ["TLx4966-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.2.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.2.zip", + "size": 3306158, + "checksum": "SHA-256:f34bbcbf0e34f3b3e43ae0b2fb6f673c3278974c54f93e3032e9bf3129429c25" + }, + { + "name": "TLV493D-A1B6", + "version": "1.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.2.zip", + "archiveFileName": "TLV493D_A1B6-1.0.2.zip", + "size": 52991, + "checksum": "SHA-256:82c85e39f68d6624d0fda13945b1ad454e91cec5bdf593a761575cf39a673534" + }, + { + "name": "TLV493D-A1B6", + "version": "1.0.3", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6 3D Magnetic Sensor.", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.3.zip", + "archiveFileName": "TLV493D_A1B6-1.0.3.zip", + "size": 1614765, + "checksum": "SHA-256:46dc94a27852e8a7e22e9353cbaaac5ed5624e204fc514aa9e96829e596666c3" + }, + { + "name": "TLE5012B", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/angle-sensor/tle5012b-e1000/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-1.0.0.zip", + "archiveFileName": "TLE5012B-1.0.0.zip", + "size": 37341, + "checksum": "SHA-256:9450a22e342526f54da1668031d0c85d169444e6e71fd90dfd22f49aabba871d" + }, + { + "name": "TLE5012B", + "version": "2.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-2.0.1.zip", + "archiveFileName": "TLE5012B-2.0.1.zip", + "size": 6821040, + "checksum": "SHA-256:34e88cfcb3e9855a3923243e469d492b6540eb0793417f9829ac241aeda00d94" + }, + { + "name": "TLE5012B", + "version": "3.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library enables the Infineon TLE5012B magnetic angle sensor.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field, including a sophisticated digital signal processor. The sensor is available as Sens2go kit as well as bulk chip.", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "dependencies": [ + { + "name": "XMC-for-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-3.0.1.zip", + "archiveFileName": "TLE5012B-3.0.1.zip", + "size": 6678114, + "checksum": "SHA-256:00e607436894134a66e9ae2283e796edb222084a4a32c6d843bee5bc9f11f5e5" + }, + { + "name": "TLI4970", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.0.zip", + "archiveFileName": "TLI4970-1.0.0.zip", + "size": 44854, + "checksum": "SHA-256:2fd103fc3034c554b6159a3665d3f02c4a31425f41f5d289462056ef1348d3a7" + }, + { + "name": "TLI4970", + "version": "1.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.2.zip", + "archiveFileName": "TLI4970-1.0.2.zip", + "size": 21454, + "checksum": "SHA-256:3018e8aa32522ac23345d9512f77f7700bc889a929089d74fd3a0930e1d5654e" + }, + { + "name": "TLI4970", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's TLI4970-D050T4 Current Sensor with hall technology.", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.1.0.zip", + "archiveFileName": "TLI4970-1.1.0.zip", + "size": 21590, + "checksum": "SHA-256:7d98c333dc4141c421e4e05874ea6f816cd87e7335306db977e71103f48979a8" + }, + { + "name": "RGB LED Lighting Shield XMC1202", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", + "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", + "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", + "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", + "size": 16483, + "checksum": "SHA-256:e00692f3a7a3499c118027a7e7c661ae8ca88e7d9e0b30d73bbd8ac808ae9f84" + }, + { + "name": "RGB LED Lighting Shield XMC1202", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", + "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", + "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.1.zip", + "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.1.zip", + "size": 17046, + "checksum": "SHA-256:57d7421755a9a4a6e03ca61789cafece37f45c101478d117fe2bf83c50b7ea3b" + }, + { + "name": "BlueDisplay", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.0.zip", + "archiveFileName": "BlueDisplay-1.0.0.zip", + "size": 2802418, + "checksum": "SHA-256:147ec6fd112103d37a191c07b744c38169da82fb7457f05609c82d0152a260eb" + }, + { + "name": "BlueDisplay", + "version": "1.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.1.zip", + "archiveFileName": "BlueDisplay-1.0.1.zip", + "size": 2807140, + "checksum": "SHA-256:1f1dbbd7b8e16f1215e23ff7c72c01e7025fc269bd828fa98fc817b978889da0" + }, + { + "name": "BlueDisplay", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.1.0.zip", + "archiveFileName": "BlueDisplay-1.1.0.zip", + "size": 2814772, + "checksum": "SHA-256:b5f7b9d8d9ce5554341d1f1bba4c12e32b2c5eef7088da7c1aae7f8019b61e5b" + }, + { + "name": "BlueDisplay", + "version": "1.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.3.0.zip", + "archiveFileName": "BlueDisplay-1.3.0.zip", + "size": 2829367, + "checksum": "SHA-256:76565dcd58736fa9ed4a69530b94a4a55aca8151893a24b0661a594aeb65e293" + }, + { + "name": "BlueDisplay", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "stm32", "STM32"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.0.0.zip", + "archiveFileName": "BlueDisplay-2.0.0.zip", + "size": 2831766, + "checksum": "SHA-256:c17b844e655ca9ee942e0e5d5e345641f6e31cd956dfa2a47d589b482c97e172" + }, + { + "name": "BlueDisplay", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eArduino due support.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.1.0.zip", + "archiveFileName": "BlueDisplay-2.1.0.zip", + "size": 2838615, + "checksum": "SHA-256:476fd58f554232eb9099f1e99804f36e4c48171fe7425e5f4b2f92be7165516f" + }, + { + "name": "BlueDisplay", + "version": "2.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew function setCaptionFromStringArrayPGM(). Added flag sBDEventJustReceived.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "STM32", "stm32", "stm32duino", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.1.1.zip", + "archiveFileName": "BlueDisplay-2.1.1.zip", + "size": 1451680, + "checksum": "SHA-256:308cb98e6012867b3cbedb988f30c85e65b8752c7be8c86f2b3096c0e8436f6b" + }, + { + "name": "IFX9201_XMC1300_StepperMotor", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to control a stepper motor through Infineon’s Stepper Motor Control Shield \"KIT_XMC1300_IFX9201\" with h-bridge IFX9201 and XMC1300 microcontroller.", + "paragraph": "The stepper motor control shield based on Infineon’s h-bridge IFX9201 and XMC1300 microcontroller is capable of driving the two coils in a stepper motor featuring dual-h-bridge configuration.", + "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_xmc1300_ifx9201/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/Stepper-Motor-Shield-IFX9201-XMC1300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX9201_XMC1300_StepperMotor-1.0.0.zip", + "archiveFileName": "IFX9201_XMC1300_StepperMotor-1.0.0.zip", + "size": 8373, + "checksum": "SHA-256:3a4f7709f8194f5258fa54b7380a9318a593554687c883e14eec40176ab0798e" + }, + { + "name": "OPTIGATrustE", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library allows you to communicate with Optiga Trust E", + "paragraph": "It allows the communication with the Optiga Trust E Chip using the Wire library with the I2C Master-Slave", + "website": "https://www.infineon.com/cms/de/product/security-and-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/OPTIGA+TRUST+E+SLS+32AIA/productType.html?productType=5546d4624f205c9a014f64f24f736ab3", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/OPTIGA-Trust-E-Security-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustE-1.0.0.zip", + "archiveFileName": "OPTIGATrustE-1.0.0.zip", + "size": 42859, + "checksum": "SHA-256:c12fd4ebb15ccb97359a7ab6ec2a5d2cd15c616de8ea2cb595a2050895cbe18f" + }, + { + "name": "CBUS", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", + "paragraph": "Implements all functionality required to create a CBUS FLiM module", + "website": "https://github.com/obdev/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.0.0.zip", + "archiveFileName": "CBUS-1.0.0.zip", + "size": 19008, + "checksum": "SHA-256:5b5cf714686329dda92ecda7a07e6aaee29fb594d3c13207b6e9fe72056b287e" + }, + { + "name": "CBUS", + "version": "1.1.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/obdev/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.0.zip", + "archiveFileName": "CBUS-1.1.0.zip", + "size": 19089, + "checksum": "SHA-256:08555e3eaeb3c925172058a7779ae9412eb1a6290873a53bc2a4d0a30909a0ff" + }, + { + "name": "CBUS", + "version": "1.1.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.3.zip", + "archiveFileName": "CBUS-1.1.3.zip", + "size": 18495, + "checksum": "SHA-256:10a26ead679da087b8dd3c8f90ba0cedc0a324efb6ac3d27f86c03c1e6644e04" + }, + { + "name": "CBUS", + "version": "1.1.6", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.6.zip", + "archiveFileName": "CBUS-1.1.6.zip", + "size": 18705, + "checksum": "SHA-256:ebb9636d088b37016aacd443b73cf222475a3f82f5062c3512ed7e9cb5d8a50d" + }, + { + "name": "CBUS", + "version": "1.1.10", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.10.zip", + "archiveFileName": "CBUS-1.1.10.zip", + "size": 18610, + "checksum": "SHA-256:bfd6a39e25bbb59e53a5211ff33b2f3ad17325cfa673a8010d685b8f82482d7e" + }, + { + "name": "CBUS", + "version": "1.1.11", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.11.zip", + "archiveFileName": "CBUS-1.1.11.zip", + "size": 18612, + "checksum": "SHA-256:8238b10219cf47af62b928f070228b3064cfc7099e3c27797262e90b7a600fba" + }, + { + "name": "CBUS", + "version": "1.1.12", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.12.zip", + "archiveFileName": "CBUS-1.1.12.zip", + "size": 18633, + "checksum": "SHA-256:68a42d0c64fef340592e72e4689f78ab0398853b0e92818bcfe17ddafb19223d" + }, + { + "name": "CBUS", + "version": "1.1.13", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.13.zip", + "archiveFileName": "CBUS-1.1.13.zip", + "size": 18645, + "checksum": "SHA-256:b55dbb82dc6fffc355fd082f9737e44441036866f21b3b6de42942d4e94b30cd" + }, + { + "name": "CBUS", + "version": "1.1.14", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.14.zip", + "archiveFileName": "CBUS-1.1.14.zip", + "size": 22194, + "checksum": "SHA-256:01def65e5af39edad1b1b5e68b1370d47ca54bf0747ad5db1e2c92ac01aefa00" + }, + { + "name": "CBUS", + "version": "1.1.15", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": ["CBUS.h", "cbusdefs.h"], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.15.zip", + "archiveFileName": "CBUS-1.1.15.zip", + "size": 22195, + "checksum": "SHA-256:44fa264d9534d486954ec5aa404b54fb013c26f21f02e25c253d4d7352ba6c64" + }, + { + "name": "CBUS2515", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", + "website": "https://github.com/obdev/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.0.0.zip", + "archiveFileName": "CBUS2515-1.0.0.zip", + "size": 93147, + "checksum": "SHA-256:77317558de287226089fec241dfbe0c54a2661b84575ea99f6027b06eaab4dc0" + }, + { + "name": "CBUS2515", + "version": "1.1.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/obdev/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.0.zip", + "archiveFileName": "CBUS2515-1.1.0.zip", + "size": 93304, + "checksum": "SHA-256:777e9423e75c8f05cdb0c553d4cdf8fffadab615f924bd6d6280af557479ddc0" + }, + { + "name": "CBUS2515", + "version": "1.1.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.3.zip", + "archiveFileName": "CBUS2515-1.1.3.zip", + "size": 106431, + "checksum": "SHA-256:c7cb09b7e3a53d7bbab5b8df5aa2fc1e112740bee56483e6d0fcc767bcc23676" + }, + { + "name": "CBUS2515", + "version": "1.1.5", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.5.zip", + "archiveFileName": "CBUS2515-1.1.5.zip", + "size": 106619, + "checksum": "SHA-256:1443b1470436c49224b168a8bf750284c9bf618583d5972d1cff18c487dae661" + }, + { + "name": "CBUS2515", + "version": "1.1.8", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.8.zip", + "archiveFileName": "CBUS2515-1.1.8.zip", + "size": 106614, + "checksum": "SHA-256:198aa0a00238038509262fa0ae2d7033a53fd281efd729919231d64997486dbe" + }, + { + "name": "CBUS2515", + "version": "1.1.9", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.9.zip", + "archiveFileName": "CBUS2515-1.1.9.zip", + "size": 106616, + "checksum": "SHA-256:022efa54411d8cb788480be825606f3aa2ed33adfa65ed2abe35db08011d5a18" + }, + { + "name": "CBUS2515", + "version": "1.1.10", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.10.zip", + "archiveFileName": "CBUS2515-1.1.10.zip", + "size": 106600, + "checksum": "SHA-256:a96c0c6612cc0ce613c9e1d2e6953d55b33071339a40baf718ca029b3c759d32" + }, + { + "name": "CBUS2515", + "version": "1.1.11", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.11.zip", + "archiveFileName": "CBUS2515-1.1.11.zip", + "size": 106602, + "checksum": "SHA-256:a29fc8a56387ca667fd3619c554eb3b49cb8c087168399265513fa9944375622" + }, + { + "name": "CBUS2515", + "version": "1.1.12", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": ["CBUS2515.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.12.zip", + "archiveFileName": "CBUS2515-1.1.12.zip", + "size": 103858, + "checksum": "SHA-256:a2a8aeec23a8d93384171c3407f1beda88873ea6398dddb2015f9077664f83b7" + }, + { + "name": "CBUSconfig", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/obdev/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.0.0.zip", + "archiveFileName": "CBUSconfig-1.0.0.zip", + "size": 7911, + "checksum": "SHA-256:107c55d3774fbe3851f2611d546a94792635eb9601eeb78e3dce273bea9cc4af" + }, + { + "name": "CBUSconfig", + "version": "1.1.3", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.3.zip", + "archiveFileName": "CBUSconfig-1.1.3.zip", + "size": 7957, + "checksum": "SHA-256:9b76a537f9b9b0cb8b08c735e9e2aa6bb1330af45c5ad2a84d0ba8af6a313edb" + }, + { + "name": "CBUSconfig", + "version": "1.1.7", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.7.zip", + "archiveFileName": "CBUSconfig-1.1.7.zip", + "size": 8122, + "checksum": "SHA-256:5eb32952c47eec753e959c349ef4abc8b6b4bba785bb2e1d46495659befa464d" + }, + { + "name": "CBUSconfig", + "version": "1.1.8", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.8.zip", + "archiveFileName": "CBUSconfig-1.1.8.zip", + "size": 8122, + "checksum": "SHA-256:c657a9bd0133e584c9ba42d5fc5a8dd76199c0450cdd34ae0e87da783151b952" + }, + { + "name": "CBUSconfig", + "version": "1.1.9", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.9.zip", + "archiveFileName": "CBUSconfig-1.1.9.zip", + "size": 8394, + "checksum": "SHA-256:fc3078008a331ab5de7274620d7b43c4aff1280f647df24fab537f0229fb8d31" + }, + { + "name": "CBUSconfig", + "version": "1.1.10", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.10.zip", + "archiveFileName": "CBUSconfig-1.1.10.zip", + "size": 9063, + "checksum": "SHA-256:08f0e22c2a1403c9e9a613ce289b3002b2b1be785ac97d4626695ac75b2616c2" + }, + { + "name": "CBUSconfig", + "version": "1.1.11", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": ["CBUSconfig.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.11.zip", + "archiveFileName": "CBUSconfig-1.1.11.zip", + "size": 9279, + "checksum": "SHA-256:cb51354f7d841de71a85c2257fdeee304d9d31b4d0b09c25d3229eb323647e72" + }, + { + "name": "CBUSLED", + "version": "1.0.0", + "author": "Duncan Greenwood (duncan_greenwood@hotmail.com)", + "maintainer": "Duncan Greenwood (duncan_greenwood@hotmail.com)", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/obdev/CBUSLED", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": ["CBUSLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.0.0.zip", + "archiveFileName": "CBUSLED-1.0.0.zip", + "size": 4091, + "checksum": "SHA-256:8f9fbb0edfffdb4f1848cddcc53b4ff29e4fc9ce7f19b13c34ffcdb500f28288" + }, + { + "name": "CBUSLED", + "version": "1.1.3", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": ["CBUSLED.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.3.zip", + "archiveFileName": "CBUSLED-1.1.3.zip", + "size": 4153, + "checksum": "SHA-256:ebf0ef6a02d383e1a28290395dd30898d2ccbf6ed9dbe43ecee3ae8d02e24595" + }, + { + "name": "CBUSLED", + "version": "1.1.4", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": ["CBUSLED.h"], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.4.zip", + "archiveFileName": "CBUSLED-1.1.4.zip", + "size": 4179, + "checksum": "SHA-256:fcc4538a90c97a33d84bdb6c20314567878fa00997412790fa5bf6afd75d32a5" + }, + { + "name": "CBUSLED", + "version": "1.1.5", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": ["CBUSLED.h"], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.5.zip", + "archiveFileName": "CBUSLED-1.1.5.zip", + "size": 4180, + "checksum": "SHA-256:22a22db6cf3b0c48697d9b481e3b63d16d2f7ccc9d103b93f3dc583908ed0e35" + }, + { + "name": "CBUSLED", + "version": "1.1.6", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": ["CBUSLED.h"], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.6.zip", + "archiveFileName": "CBUSLED-1.1.6.zip", + "size": 4190, + "checksum": "SHA-256:cc7ad59b05dcd3043c1402cbd82d0fcc2ee038f6757b814000813f6a77a9d897" + }, + { + "name": "CBUSSwitch", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/obdev/CBUSSwitch", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": ["CBUSSwitch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.0.0.zip", + "archiveFileName": "CBUSSwitch-1.0.0.zip", + "size": 4654, + "checksum": "SHA-256:8044517f28bbec8bc12382149c54d75e8db01285f249e8c7d85c5463fc023ac3" + }, + { + "name": "CBUSSwitch", + "version": "1.1.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": ["CBUSSwitch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.3.zip", + "archiveFileName": "CBUSSwitch-1.1.3.zip", + "size": 4499, + "checksum": "SHA-256:ed7ec46a9f561c7cf14a3cd2038b1b88c56cbe29fe49f7ae6ddc7ff2b84cdfcc" + }, + { + "name": "CBUSSwitch", + "version": "1.1.5", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": ["CBUSSwitch.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.5.zip", + "archiveFileName": "CBUSSwitch-1.1.5.zip", + "size": 4525, + "checksum": "SHA-256:31c825361d69f53174e87163705a1fe47f7da7fbed84829aef53634b97e70a43" + }, + { + "name": "CBUSSwitch", + "version": "1.1.6", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": ["CBUSSwitch.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.6.zip", + "archiveFileName": "CBUSSwitch-1.1.6.zip", + "size": 4527, + "checksum": "SHA-256:3e43ad77d13d3494de2184b8c91fb6ed286b4fd5d34be0b7fffacaacb5865d94" + }, + { + "name": "CBUSSwitch", + "version": "1.1.7", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": ["CBUSSwitch.h"], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.7.zip", + "archiveFileName": "CBUSSwitch-1.1.7.zip", + "size": 4539, + "checksum": "SHA-256:5fa2695a4e0743adf3bdda60257b44681ff4aa792e076e23bad15bc210037932" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.0.0", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.0.0.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.0.0.zip", + "size": 22353, + "checksum": "SHA-256:0cb57fb16b306d0b6214ba0c9be625e95fcbdb5ea986bf3bed5b96bc7b68609d" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.1.0", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.0.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.0.zip", + "size": 22627, + "checksum": "SHA-256:e75a42be2f7502438ed00b46638a8125ba30ddbf249e7bf3ae5a6c1df3e620f9" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.1.1", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.1.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.1.zip", + "size": 27820, + "checksum": "SHA-256:e4683c0918966ededa09009ebabd38a3dac2995f6c5f52e708c2f399b1981f3e" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.1.2", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.2.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.2.zip", + "size": 28602, + "checksum": "SHA-256:447079c887c81f677124b37f6ec33fae7ef49323da79caaab76b5e784423bb85" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.2.1", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.2.1.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.2.1.zip", + "size": 29678, + "checksum": "SHA-256:447364ac4a44d493b710183e6bc4e5affcd369d9f5418c50b636f00485d29440" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.3.0", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.0.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.0.zip", + "size": 29710, + "checksum": "SHA-256:71ad126127ba7079d4c3499798d2a38a4b9d0d0bf68d6cdbe7b4e4b02fd1d997" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.3.1", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": ["samd", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.1.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.1.zip", + "size": 29486, + "checksum": "SHA-256:79da6e5f7cf6a61dd0696a3457b609708d6d5cb761d6e5d0f98167b474a17be2" + }, + { + "name": "TrimWright", + "version": "0.9.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "UML State Machines for Arduino", + "paragraph": "This library provides UML hierarchical state machines for Arduino", + "website": "https://github.com/drewfish/arduino-TrimWright", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-TrimWright.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.9.1.zip", + "archiveFileName": "TrimWright-0.9.1.zip", + "size": 74915, + "checksum": "SHA-256:97142e6728a8b86aeb7d05abd8a2bab9aad07474575101617e33ac70b7066e57" + }, + { + "name": "TrimWright", + "version": "0.10.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "UML State Machines for Arduino", + "paragraph": "This library provides UML hierarchical state machines for Arduino", + "website": "https://github.com/drewfish/arduino-TrimWright", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-TrimWright.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.10.0.zip", + "archiveFileName": "TrimWright-0.10.0.zip", + "size": 75487, + "checksum": "SHA-256:6eb3e22179cce8d4a20c80a878fd9b2c70e6eb75284b648e63aadbb160244920" + }, + { + "name": "TM1638plus", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.0.zip", + "archiveFileName": "TM1638plus-1.0.0.zip", + "size": 18983, + "checksum": "SHA-256:dedbd2eaf4699337baff72f86e12f977d777720804c75b350830364f20ae65dc" + }, + { + "name": "TM1638plus", + "version": "1.0.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.1.zip", + "archiveFileName": "TM1638plus-1.0.1.zip", + "size": 19628, + "checksum": "SHA-256:802e14dcb75ccf2915f8921ffd91457abab8d724d8a24e0020c761eeec36536a" + }, + { + "name": "TM1638plus", + "version": "1.1.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.1.1.zip", + "archiveFileName": "TM1638plus-1.1.1.zip", + "size": 149994, + "checksum": "SHA-256:40336a6db2137d2a33f479790a395d15607f59d1b63b81b4c39f991d06188981" + }, + { + "name": "TM1638plus", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.2.0.zip", + "archiveFileName": "TM1638plus-1.2.0.zip", + "size": 200917, + "checksum": "SHA-256:ee0616b0bfd8e403b115ab081db98c7bbd01b4c0a54d30543aae41a148db34e2" + }, + { + "name": "TM1638plus", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.3.0.zip", + "archiveFileName": "TM1638plus-1.3.0.zip", + "size": 155377, + "checksum": "SHA-256:006ebeb2deda838e72d56581feed2561c79138d969cc520652ed491a66d6169e" + }, + { + "name": "TM1638plus", + "version": "1.4.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.4.0.zip", + "archiveFileName": "TM1638plus-1.4.0.zip", + "size": 143751, + "checksum": "SHA-256:b208ead7f8780667427467ac4259de51c3b00d6075627777cc0c910bc17f09aa" + }, + { + "name": "TM1638plus", + "version": "1.5.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.5.0.zip", + "archiveFileName": "TM1638plus-1.5.0.zip", + "size": 144355, + "checksum": "SHA-256:55e0175dc3865a1e0db1a05ded600864b307209ff6dd8aae863402d4c0ba09a1" + }, + { + "name": "TM1638plus", + "version": "1.6.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.6.0.zip", + "archiveFileName": "TM1638plus-1.6.0.zip", + "size": 219116, + "checksum": "SHA-256:231321fb91bd14f51114146dae1d5561714264e0f7571a45e1aba2913aa4bab0" + }, + { + "name": "TM1638plus", + "version": "1.7.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.7.0.zip", + "archiveFileName": "TM1638plus-1.7.0.zip", + "size": 222319, + "checksum": "SHA-256:9e88381093097589dfb068f24aaf43dcd08b2eb05087b757be11d8523330fc7c" + }, + { + "name": "AloesDevice", + "version": "1.0.0", + "author": "getlarge", + "maintainer": "getlarge \u003ced@getlarge.eu\u003e", + "sentence": "MQTT connector for Aloes", + "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", + "website": "https://github.com/getlarge/arduino-device", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/getlarge/arduino-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.0.zip", + "archiveFileName": "AloesDevice-1.0.0.zip", + "size": 30338, + "checksum": "SHA-256:c78f234de81771168730bdf663ff62a1de92e0c81c5dd1e0ac3f8d16789be90a" + }, + { + "name": "AloesDevice", + "version": "1.0.1", + "author": "getlarge", + "maintainer": "getlarge \u003ced@getlarge.eu\u003e", + "sentence": "MQTT connector for Aloes", + "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", + "website": "https://github.com/getlarge/arduino-device", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/getlarge/arduino-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.1.zip", + "archiveFileName": "AloesDevice-1.0.1.zip", + "size": 40402, + "checksum": "SHA-256:a93ae164711c6c0f8712c9be00bc801bb42e6fc252ab5855b9cb2cfe4ad2843b" + }, + { + "name": "Adafruit DS3502", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS3502", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DS3502.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.0.zip", + "archiveFileName": "Adafruit_DS3502-1.0.0.zip", + "size": 9378, + "checksum": "SHA-256:9cfa2fc875a713a3146505944275a05bdb6c37fe6590f278e16882d1804cb2f3" + }, + { + "name": "Adafruit DS3502", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS3502", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DS3502.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.1.zip", + "archiveFileName": "Adafruit_DS3502-1.0.1.zip", + "size": 575627, + "checksum": "SHA-256:42c7dedbda7efadeb90b119f440568ee0942f73dc2d475daac6451275aab050e" + }, + { + "name": "SoftFilters", + "version": "0.1.0", + "author": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", + "maintainer": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", + "sentence": "Arduino framework and library of software data filters.", + "paragraph": "Can be used as a generic filter framework in C++.", + "website": "https://github.com/haimoz/SoftFilters", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/haimoz/SoftFilters.git", + "providesIncludes": ["SoftFilters.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/haimoz/SoftFilters-0.1.0.zip", + "archiveFileName": "SoftFilters-0.1.0.zip", + "size": 768029, + "checksum": "SHA-256:57ab608943725887548efa9870ac7d33c46903190c865d5ce552fa3a4aa15f56" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.0", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_EC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", + "size": 17898, + "checksum": "SHA-256:eacca98a5dd512b589ae71913e43ac1454e84663a2885913adf5d5ec4a89bc55" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.2", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_EC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", + "size": 17999, + "checksum": "SHA-256:e63aa5f5870aaa494c91788746a60bb280b8ae832c0a6f5b6d7b890a3f0345db" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.3", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_EC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", + "size": 18077, + "checksum": "SHA-256:37d129be07b82003337dff9de905e5819622c7e75ad629a2ec7792c123e403b9" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.4", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_EC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", + "size": 18140, + "checksum": "SHA-256:f1ac44c13e82f9c36ee2cd4385c690f3a944ff7d77ef814d5249d9ce686fa58e" + }, + { + "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", + "version": "1.1.0", + "author": "GREENPONIK", + "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", + "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_PH_WITH_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", + "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", + "size": 18367, + "checksum": "SHA-256:6c02bf2390bf8c03fbd79fd8f2b5081e4fc78b5e389f0400c485c8a0b76be3cb" + }, + { + "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", + "version": "1.2.2", + "author": "GREENPONIK", + "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", + "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_PH_WITH_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", + "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", + "size": 18725, + "checksum": "SHA-256:ce582fcb6da53704371af105c1b6422e7fb3ed1e3ea3664423705f4102bb6de8" + }, + { + "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", + "version": "1.2.3", + "author": "GREENPONIK", + "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", + "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "providesIncludes": ["DFRobot_ESP_PH_WITH_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", + "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", + "size": 18761, + "checksum": "SHA-256:7802411639f05f97dccc00a2a8be8ac8e19ff80a6085510596715c99fe39ba1d" + }, + { + "name": "Adafruit PixelDust", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for particle simulation", + "paragraph": "Arduino library for particle simulation", + "website": "https://github.com/adafruit/Adafruit_PixelDust", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.0.1.zip", + "archiveFileName": "Adafruit_PixelDust-1.0.1.zip", + "size": 29484, + "checksum": "SHA-256:c95322fcde0e6d386ad07ae07abb32e2901b8c196fb5503a4783f7aa4d9c8ad6" + }, + { + "name": "Adafruit PixelDust", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for particle simulation", + "paragraph": "Arduino library for particle simulation", + "website": "https://github.com/adafruit/Adafruit_PixelDust", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "dependencies": [ + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.1.0.zip", + "archiveFileName": "Adafruit_PixelDust-1.1.0.zip", + "size": 29616, + "checksum": "SHA-256:24d4affec8fd66473a31d9759231b3824927bf4c8f55441976e4dfa92926b7cb" + }, + { + "name": "TCA6416A", + "version": "1.0.0", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.0.zip", + "archiveFileName": "TCA6416A-1.0.0.zip", + "size": 2632, + "checksum": "SHA-256:9cf40fdc54b8983806885ebc1bb224e9d31e7de21ddde9399bb91531b77c64de" + }, + { + "name": "TCA6416A", + "version": "1.0.1", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.1.zip", + "archiveFileName": "TCA6416A-1.0.1.zip", + "size": 3396, + "checksum": "SHA-256:982248885efbd3ff8a85fcaa943b0228f47bdcfbce27f21c0a4a0d5eecf96217" + }, + { + "name": "TCA6416A", + "version": "1.0.2", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.2.zip", + "archiveFileName": "TCA6416A-1.0.2.zip", + "size": 3451, + "checksum": "SHA-256:b149706adddbe3cf1cfd4301084076e10e1b3ce8dc14944f3c0c1ea83d677d78" + }, + { + "name": "TCA6416A", + "version": "1.0.3", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.3.zip", + "archiveFileName": "TCA6416A-1.0.3.zip", + "size": 3486, + "checksum": "SHA-256:d531c1424adfb30a369f4b9b5810e684ba060721fbb1b52b45d2505d61ad49cf" + }, + { + "name": "ble_definitions", + "version": "0.0.2", + "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", + "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", + "website": "https://github.com/amaxilat/ble_definitions", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/amaxilat/ble_definitions.git", + "providesIncludes": ["ble_definitions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.2.zip", + "archiveFileName": "ble_definitions-0.0.2.zip", + "size": 6942, + "checksum": "SHA-256:b96b6831dc153149ca2b204f93f3c123aa5498c2fef417439215048eba60ca77" + }, + { + "name": "ble_definitions", + "version": "0.0.3", + "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", + "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", + "website": "https://github.com/amaxilat/ble_definitions", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/amaxilat/ble_definitions.git", + "providesIncludes": ["ble_definitions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.3.zip", + "archiveFileName": "ble_definitions-0.0.3.zip", + "size": 8894, + "checksum": "SHA-256:1719088cb34a2e34562a575dda98f797631b15be70e328e4d9aafc5d7f383d70" + }, + { + "name": "ble_definitions", + "version": "0.0.4", + "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", + "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", + "website": "https://github.com/amaxilat/ble_definitions", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/amaxilat/ble_definitions.git", + "providesIncludes": ["ble_definitions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.4.zip", + "archiveFileName": "ble_definitions-0.0.4.zip", + "size": 8897, + "checksum": "SHA-256:085d2b57196caa850e0d0bfad809adeb96e30710c1c160ac8902f080fbfb70f8" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.0.0.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.0.0.zip", + "size": 6517, + "checksum": "SHA-256:4f80a7539cde7c4a3bc183cd4baf4b6577133ff976fe03ef090691b477e785bc" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.0.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.0.zip", + "size": 6839, + "checksum": "SHA-256:fb69703d983d9321fa6eb0cc0c88f22039a1d1f66e29e31a20c68ec3c97bf170" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.1.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.1.zip", + "size": 6822, + "checksum": "SHA-256:480f59cf07265f3f854d91460710db0eee28a6f6f86dec5f6bc42e63a74bdaf9" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.2.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.2.zip", + "size": 6977, + "checksum": "SHA-256:4ac5450f337fe893bda4ae5d3f2ab012f7f0e4ba4fa0a9fcaf3846968c66a0f8" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.3.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.3.zip", + "size": 6988, + "checksum": "SHA-256:75d9ef6b2567ef040adc496d503993d812372c0d3474e23c37b3d9b1b6646037" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.4.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.4.zip", + "size": 6999, + "checksum": "SHA-256:f6f1ca5b122a21e4c359557720ded5d0c16d447dfc200b30293b7400b18e7e40" + }, + { + "name": "PushButton Event Modelling Library", + "version": "1.0.0", + "author": "Alireza Sadri", + "maintainer": "Alireza Sadri \u003cARSadri@gmail.com\u003e", + "sentence": "PushButton events modelling library", + "paragraph": "supports detection of helding/releasing a button after a long time or detection of a click, double-clicked, ...", + "website": "https://github.com/arsadri/PushButtonClicks", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ARSadri/PushButtonClicks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ARSadri/PushButton_Event_Modelling_Library-1.0.0.zip", + "archiveFileName": "PushButton_Event_Modelling_Library-1.0.0.zip", + "size": 6271, + "checksum": "SHA-256:331e992183d856f70eee626756179c6b0a232b3c2cd65bf969d4592cc44e79a9" + }, + { + "name": "WebSerial", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.0.0.zip", + "archiveFileName": "WebSerial-1.0.0.zip", + "size": 146257, + "checksum": "SHA-256:b72da24d780038781b1362e3000bb38d692ae5e4777e40ce02bfcb33a0d5e672" + }, + { + "name": "WebSerial", + "version": "1.1.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.1.0.zip", + "archiveFileName": "WebSerial-1.1.0.zip", + "size": 384003, + "checksum": "SHA-256:c6bef33aba1c10f3323c485d408bfd0b30b03085df9c79f331e4053ca4fcd92d" + }, + { + "name": "ThingSpeak_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It use api of ThingSpeak", + "paragraph": "It writes field values for ThinkgSpeak.", + "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "category": "Communication", + "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", + "providesIncludes": ["ThingSpeakWriter_asukiaaa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.0.zip", + "archiveFileName": "ThingSpeak_asukiaaa-1.0.0.zip", + "size": 3651, + "checksum": "SHA-256:cd3be808212f6f44e050b03c99c0b9abc13faf5f33a2747273a62b07263c6ee7" + }, + { + "name": "ThingSpeak_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "An API manager for ThingSpeak", + "paragraph": "It writes field values for ThinkgSpeak.", + "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "category": "Communication", + "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", + "providesIncludes": ["ThingSpeakWriter_asukiaaa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.1.zip", + "archiveFileName": "ThingSpeak_asukiaaa-1.0.1.zip", + "size": 3655, + "checksum": "SHA-256:1ac2ac2cc6bf3677dbd8b3fac70f4f347b921e154b3c867c96700542305622fc" + }, + { + "name": "SimpleRotary", + "version": "1.1.0", + "author": "MRPrograms", + "maintainer": "MRPrograms", + "sentence": "Library for using rotary encorders.", + "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", + "website": "https://github.com/mprograms/SimpleRotary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mprograms/SimpleRotary.git", + "providesIncludes": ["SimpleRotary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.0.zip", + "archiveFileName": "SimpleRotary-1.1.0.zip", + "size": 26294, + "checksum": "SHA-256:9acf2cddb6a349aa67d64df689c02f51d33718cbead8958d9713581b34078964" + }, + { + "name": "SimpleRotary", + "version": "1.1.2", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using rotary encorders.", + "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", + "website": "https://github.com/mprograms/SimpleRotary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mprograms/SimpleRotary.git", + "providesIncludes": ["SimpleRotary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.2.zip", + "archiveFileName": "SimpleRotary-1.1.2.zip", + "size": 26606, + "checksum": "SHA-256:341933cd5f8d1a314f8199c51ab9f9bbb8822690c2af95e09b5770bf1ddef41d" + }, + { + "name": "Virtuino", + "version": "1.7.1", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.7.1.zip", + "archiveFileName": "Virtuino-1.7.1.zip", + "size": 67843, + "checksum": "SHA-256:327e03977d8d788686bfe43e05ef3f9f314482a99b18e486794a9984f282b00b" + }, + { + "name": "Virtuino", + "version": "1.8.0", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.8.0.zip", + "archiveFileName": "Virtuino-1.8.0.zip", + "size": 66248, + "checksum": "SHA-256:86da6b474ddec2d796d173e3a30b3a58fc42139b3c307cab4c2165c9594aba7e" + }, + { + "name": "ISL1208-RTC-Library", + "version": "1.4.2", + "author": "vishnumaiea", + "maintainer": "vishnumaiea", + "sentence": "Arduino library for Intersil ISl1208 RTC chip.", + "paragraph": "Read and set RTC time and alarm easily.", + "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.2.zip", + "archiveFileName": "ISL1208_RTC_Library-1.4.2.zip", + "size": 10886, + "checksum": "SHA-256:9ebf8bf05f6c8932147687eee0e88adb4844d2fc607cc4d38e995d876afc5c22" + }, + { + "name": "ISL1208-RTC-Library", + "version": "1.4.6", + "author": "vishnumaiea", + "maintainer": "vishnumaiea", + "sentence": "Arduino library for Intersil ISl1208 RTC chip.", + "paragraph": "Read and set RTC time and alarm easily.", + "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.6.zip", + "archiveFileName": "ISL1208_RTC_Library-1.4.6.zip", + "size": 11519, + "checksum": "SHA-256:2cdb14be041fa8606ed8f1181093254643b6db4d075c373bd2ff29f093000f1f" + }, + { + "name": "Tgui", + "version": "1.0.0", + "author": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", + "maintainer": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", + "sentence": "Tgui is a lightweight GUI for Arduino Uno type of MCU with small TFT screen, primarily for showing sensor data.", + "paragraph": "In the scenarios that a user wants to gather and show data from various sensors, many of the features in other GUI libraries can be compromised to achieve faster speed on lower end devices, such as Arduino Uno.", + "website": "https://github.com/NordicAlliance/arduino-tgui", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NordicAlliance/arduino-tgui.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NordicAlliance/Tgui-1.0.0.zip", + "archiveFileName": "Tgui-1.0.0.zip", + "size": 305061, + "checksum": "SHA-256:9c22a36c16c2634b128294acc397c95113a0dbe529b2330303240a35ce8e55fc" + }, + { + "name": "GT5X", + "version": "1.0.0", + "author": "Brian Ejike", + "maintainer": "Brian Ejike \u003cbrianrho94@gmail.com\u003e", + "sentence": "Arduino library for the GT5X fingerprint sensors", + "paragraph": "Supports fingerprint template and image extraction.", + "website": "https://github.com/brianrho/GT5X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/brianrho/GT5X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/brianrho/GT5X-1.0.0.zip", + "archiveFileName": "GT5X-1.0.0.zip", + "size": 17398, + "checksum": "SHA-256:8c992179ed97cd72c58ffbf3bffe611937337d75aa8f4fda7dd13256e1693353" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.0.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.0.zip", + "size": 12757, + "checksum": "SHA-256:eba0972e62c1004e803f4e3b0619f36f73acc4ee94f0bbafccc8a801b8d167c8" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.1.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.1.zip", + "size": 12674, + "checksum": "SHA-256:3fd7d569a75fb624c957e676c03be85d49a10e4dee774d9e45e3a485d5cd44d7" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.2.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.2.zip", + "size": 12731, + "checksum": "SHA-256:ce64770537e8abc416f8d86a1b8a3ca5caa9f747dbb774c1e25d04be1370210b" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.3.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.3.zip", + "size": 12812, + "checksum": "SHA-256:a1bde92dafed5e1a49b8975c19c10b504cf0d867a0c2a349df2ab0344cf6e6d2" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.5.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.5.zip", + "size": 20763, + "checksum": "SHA-256:53708bae6ff8d2dd643b81c729e0e28714a9136abfbf35d3b350d7e1c36a1c57" + }, + { + "name": "TinyTemplateEngine", + "version": "1.0.0", + "author": "full.stack.ex@gmail.com", + "maintainer": "full.stack.ex@gmail.com", + "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", + "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", + "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.0.0.zip", + "archiveFileName": "TinyTemplateEngine-1.0.0.zip", + "size": 12169, + "checksum": "SHA-256:08b7aa6bfa5803c412164243c6b07f0a78a7938c822f5cb2c98ce45fda657f59" + }, + { + "name": "TinyTemplateEngine", + "version": "1.1.0", + "author": "full.stack.ex@gmail.com", + "maintainer": "full.stack.ex@gmail.com", + "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", + "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", + "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.1.0.zip", + "archiveFileName": "TinyTemplateEngine-1.1.0.zip", + "size": 12777, + "checksum": "SHA-256:3a97040b754310ee383219e56bb63e24e7920c5c9872d114a8b69e4893287374" + }, + { + "name": "TactNecklace", + "version": "1.0.0", + "author": "Aiden and Jonny", + "maintainer": "Brandeis MakerLab \u003cMakerlab@brandeis.edu\u003e", + "sentence": "Arduino Library receives acceleration data from acclerometer, outputting a signal of varying srength to the vibrators", + "paragraph": "Allows for the transmission of accelerometer data relative to your center of balance to be mapped onto the human body via a vibrator necklace", + "website": "https://github.com/AidenKunkler-Peck/Tactile-Necklace", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AidenKunkler-Peck/Tactile-Necklace.git", + "providesIncludes": ["TactNecklace.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AidenKunkler-Peck/TactNecklace-1.0.0.zip", + "archiveFileName": "TactNecklace-1.0.0.zip", + "size": 119007, + "checksum": "SHA-256:2a688f56df72753cb8bd36f5a48d3e044722342ae08e5e521cb6c2f8efcc3ffa" + }, + { + "name": "ESP8266-OLED Display Library", + "version": "1.0.1", + "author": "Klar Systems", + "maintainer": "Klar Systems \u003cinfo@klsrsys.com\u003e", + "sentence": "esp8266-Arduino library for I2C-OLED displays", + "paragraph": "esp8266-Arduino library for I2C-OLED displays", + "website": "https://github.com/remoteme/esp8266-OLED", + "category": "Display", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/remoteme/esp8266-OLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/ESP8266_OLED_Display_Library-1.0.1.zip", + "archiveFileName": "ESP8266_OLED_Display_Library-1.0.1.zip", + "size": 7200, + "checksum": "SHA-256:7e7fdbb71c3c74a25486a2deac5d1fcce663248705ffbf6fc3280ce70e9a971c" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.2", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.2.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.2.zip", + "size": 10243, + "checksum": "SHA-256:b778758d9cd0c616e26f52b83642dd20e48e3f8b6cc22ac1fe951f77646ddcec" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.3.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.3.zip", + "size": 11053, + "checksum": "SHA-256:cff143856d49a7b1fcdc7b4ec528f016606d5dae3bcc06e17068b12c8c72596a" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.5", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.5.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.5.zip", + "size": 11291, + "checksum": "SHA-256:7e2f7e516beff6d9f1f1052287e92b0405a8a5ab0207ab13ba0b0da4e2b18d13" + }, + { + "name": "FourteenSegDisplay", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "An Arduino library to control a 14 fourteen LED segment display.", + "paragraph": "It supports ASCII, Hexadecimal and the decimal point. It includes ASCII font file. Allows for setting of segments. Small Memory footprint. Requires two shift registers. Tested on a LDD-F5406RI module. Supports Common Cathode and anode.", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-1.0.0.zip", + "archiveFileName": "FourteenSegDisplay-1.0.0.zip", + "size": 238372, + "checksum": "SHA-256:c5571a8b46a34139ef36b6ee38a79e43f91c35f3589410e9c5a26e934946dca5" + }, + { + "name": "FourteenSegDisplay", + "version": "2.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Also Supports sixteen 16 and seven 7 segment. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.0.0.zip", + "archiveFileName": "FourteenSegDisplay-2.0.0.zip", + "size": 410445, + "checksum": "SHA-256:20affc006be077d450d443c6eeed5f5df994651a990bf1f186466da976bc6f56" + }, + { + "name": "FourteenSegDisplay", + "version": "2.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.1.0.zip", + "archiveFileName": "FourteenSegDisplay-2.1.0.zip", + "size": 372560, + "checksum": "SHA-256:eb4dc2c7bc26c834a046d3c78ce83cc96535e50b89ae7cdd6d85b75bd49aa7cc" + }, + { + "name": "FourteenSegDisplay", + "version": "2.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.2.0.zip", + "archiveFileName": "FourteenSegDisplay-2.2.0.zip", + "size": 282631, + "checksum": "SHA-256:64ce174814e885fb5b7432fc5914312308844439e18c29ab1a714abe4dad30e0" + }, + { + "name": "FourteenSegDisplay", + "version": "2.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.3.0.zip", + "archiveFileName": "FourteenSegDisplay-2.3.0.zip", + "size": 282278, + "checksum": "SHA-256:84a6f09bde3653965589dde4dfff8a4dfc84e4f6cddbcece6f49f18db3744cec" + }, + { + "name": "LedRGBlib", + "version": "1.0.0", + "author": "Brontapps", + "maintainer": "Brontapps", + "sentence": "RGB LED library for Arduino (ENG+ESP)", + "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", + "website": "https://github.com/alexbertis/LibreriaLedRGB", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", + "providesIncludes": ["LedRGB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.0.zip", + "archiveFileName": "LedRGBlib-1.0.0.zip", + "size": 11934, + "checksum": "SHA-256:13a944aef66901b2ac1f25ef034ff838a892e3b410c68bc41172abd26ec3f2ec" + }, + { + "name": "LedRGBlib", + "version": "1.0.2", + "author": "Brontapps", + "maintainer": "Brontapps", + "sentence": "RGB LED library for Arduino (ENG+ESP)", + "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", + "website": "https://github.com/alexbertis/LibreriaLedRGB", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", + "providesIncludes": ["LedRGB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.2.zip", + "archiveFileName": "LedRGBlib-1.0.2.zip", + "size": 12228, + "checksum": "SHA-256:9336bb4514ab27f6b9dee5ab5915bae634208fe6729847be12c01baae805de4c" + }, + { + "name": "Grove 6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove 6-Axis Digital Accelerometer\u0026Gyroscope(ADIS16470).", + "paragraph": "The ADIS16470 is a miniature MEMS inertial measurement unit (IMU) that includes a triaxial gyroscope and a triaxial accelerometer.", + "website": "https://github.com/Seeed-Studio/Seeed_ADIS16470", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_ADIS16470.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", + "archiveFileName": "Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", + "size": 16710, + "checksum": "SHA-256:303c9fd61555342b381ce4f93b3dcf4f06e060e9bc4ebeb705880c65dc2a54cf" + }, + { + "name": "RTT-GUI", + "version": "0.1.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread GUI Engine", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": ["rtt.h", "rttgui.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.1.0.zip", + "archiveFileName": "RTT_GUI-0.1.0.zip", + "size": 4028039, + "checksum": "SHA-256:bcb5bd4393ad71930b963d7cef7e4def02025acb4488b83dc8c84d1291bf327b" + }, + { + "name": "RTT-GUI", + "version": "0.3.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread GUI Engine", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": ["rtt.h", "rttgui.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.3.0.zip", + "archiveFileName": "RTT_GUI-0.3.0.zip", + "size": 1346778, + "checksum": "SHA-256:f074c63f660a1985ae6427ee3acb1fd487413a1d52ad64f397d1a503e97c9f6c" + }, + { + "name": "RTT-GUI", + "version": "0.5.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread GUI Engine", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": ["rtt.h", "rttgui.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.0.zip", + "archiveFileName": "RTT_GUI-0.5.0.zip", + "size": 1366537, + "checksum": "SHA-256:f7d8765e59761072d0c200b9ecb90d27402b2f95950860a1c36bfa4684b157a2" + }, + { + "name": "RTT-GUI", + "version": "0.5.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": ["rtt.h", "rttgui.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.1.zip", + "archiveFileName": "RTT_GUI-0.5.1.zip", + "size": 1365546, + "checksum": "SHA-256:761c7e47d5cb8dc2ec5f12561461ebd19534ed1f4f256adf2f5a4fc4a9cf0bbd" + }, + { + "name": "RTT-GUI", + "version": "0.7.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": ["sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": ["rtt.h", "rttgui.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.7.1.zip", + "archiveFileName": "RTT_GUI-0.7.1.zip", + "size": 1319411, + "checksum": "SHA-256:d1603cf11105d2d257bf5f872c8a49761f477feec2f981c7f8b0cacd6244bb3f" + }, + { + "name": "RTT-GUI", + "version": "0.8.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": ["sam", "samd", "gd32v"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": ["rtt.h", "rttgui.h"], + "dependencies": [ + { + "name": "RT-Thread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.8.0.zip", + "archiveFileName": "RTT_GUI-0.8.0.zip", + "size": 1319420, + "checksum": "SHA-256:b23fdcb001d8b66136c4bb02e368fe73065d30fd15f590682860ee0528cac407" + }, + { + "name": "Simple Repository IO", + "version": "1.0.3", + "author": "Iago \u0026lt;iago@iaspp.com\u0026gt;", + "maintainer": "Iago \u0026lt;iago@iaspp.com\u0026gt;", + "sentence": "A simple IO controller", + "paragraph": "IO repository for improved communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": ["iorepo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-1.0.3.zip", + "archiveFileName": "Simple_Repository_IO-1.0.3.zip", + "size": 5965, + "checksum": "SHA-256:6fed875634c67e00a4995b8ef1a77d8d36cbc50e7df9ce4aab798b35ae523b2e" + }, + { + "name": "TheTroll", + "version": "1.0.2", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.2.zip", + "archiveFileName": "TheTroll-1.0.2.zip", + "size": 10674, + "checksum": "SHA-256:3683eadc2fbb749b98f9bfd3b723c70c9618f05285d470da833dcc2528d0d8ac" + }, + { + "name": "TheTroll", + "version": "1.0.4", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.4.zip", + "archiveFileName": "TheTroll-1.0.4.zip", + "size": 118806, + "checksum": "SHA-256:21cb0b9f35d1e29b6c6e6b8bea0a9bb5afe522b3fe5a5e2ec921698b6c1b3f52" + }, + { + "name": "TheTroll", + "version": "1.0.6", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.6.zip", + "archiveFileName": "TheTroll-1.0.6.zip", + "size": 8095392, + "checksum": "SHA-256:80eb93ef705503d3745d6a543e67fb550857354b5a4ec8b30b61d5329e2d1732" + }, + { + "name": "TheTroll", + "version": "1.0.7", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.7.zip", + "archiveFileName": "TheTroll-1.0.7.zip", + "size": 17295860, + "checksum": "SHA-256:7cd0ae06a8f687244aec75c00f89b9ecf012e08db5299292180c9e904a12d3b3" + }, + { + "name": "TheTroll", + "version": "1.0.8", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.8.zip", + "archiveFileName": "TheTroll-1.0.8.zip", + "size": 17295798, + "checksum": "SHA-256:564b4910676b748c983953b8c7a7904e9f9bead905fb66e8a3f4f9208b757396" + }, + { + "name": "TheTroll", + "version": "1.0.9", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.9.zip", + "archiveFileName": "TheTroll-1.0.9.zip", + "size": 17297730, + "checksum": "SHA-256:d37980a4f4572073fe7c860487e4717d5048d993696994e35bdfce88f80761d0" + }, + { + "name": "TheTroll", + "version": "1.0.10", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.10.zip", + "archiveFileName": "TheTroll-1.0.10.zip", + "size": 17297936, + "checksum": "SHA-256:885abbc36f6b98b88e249c8b14d5e94d72454e8656046bf6a93cefdce57a94dd" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.2", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.2.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.2.zip", + "size": 59536, + "checksum": "SHA-256:0ccfe7badc7ac44c77dd3060008f8c8ab04b519af0617813356bd3935d9a5d52" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.3", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.3.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.3.zip", + "size": 65583, + "checksum": "SHA-256:b910f053f455ac33cdf4b65ebf42ecb7ee1215f5f5fd4f4c99be8aa21b3931b4" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.4", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.4.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.4.zip", + "size": 65625, + "checksum": "SHA-256:00e3de4e5942028f97f0e2c3ac6c5c22860409389927475938e64f010d3a028a" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.5", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.5.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.5.zip", + "size": 65631, + "checksum": "SHA-256:1c619233b0b05dece9819d337d04bbf2799ee21892509e4435af4f4afc896ac0" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.6", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.6.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.6.zip", + "size": 65680, + "checksum": "SHA-256:79287380dd4a03ef4341fcd2bde6230316ebbb1fa18311f12082202740ce5ef1" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.7", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.7.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.7.zip", + "size": 65780, + "checksum": "SHA-256:d92adccbaf026de26f70d0c6022d7904adbc7a6dd63134f65c3b5648b4a89398" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "1.0.0", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-1.0.0.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-1.0.0.zip", + "size": 66149, + "checksum": "SHA-256:3a1bcf4af2f3c6851695d52e3821c5e67a59ba411afa7d2db84981ae441df13c" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "1.0.1", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-1.0.1.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-1.0.1.zip", + "size": 66225, + "checksum": "SHA-256:0a4d72ff76353805186f7c23df10505757815183b9eb37b3ff6f95628b0d3d52" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.0.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.0.0.zip", + "size": 18216, + "checksum": "SHA-256:10f07317d7c265ec4c4ed4c3af516e7b7b9cfd5fc78c911fe02874249aed8cf5" + }, + { + "name": "Arduino_DebugUtils", + "version": "0.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.2.zip", + "archiveFileName": "Arduino_DebugUtils-0.1.2.zip", + "size": 18216, + "checksum": "SHA-256:80cb9b277527b136d6633a5e44bd1ebda7d9262b5da88df82f33a160b30c9d84" + }, + { + "name": "Arduino_DebugUtils", + "version": "0.1.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.3.zip", + "archiveFileName": "Arduino_DebugUtils-0.1.3.zip", + "size": 19815, + "checksum": "SHA-256:781cb8480180d4e5ae753cb7effe28ffe51b97a72604f0974bd1ba2c53aac415" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.1.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.1.0.zip", + "size": 19814, + "checksum": "SHA-256:42cfdc987302e8fcb64f161ee298179d5e94fc797c873a3852a8e47c2e9ecbc5" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.0.zip", + "size": 26081, + "checksum": "SHA-256:475083fbe911faccc9f09c11d1b286193f0e40dc4c803a5136a51d0e8d8dd6ed" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.2.zip", + "size": 26101, + "checksum": "SHA-256:4298a7839331b32bb16cfbcc581362158b9b0e4eb7060d2730bc22481021314e" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.3.zip", + "size": 26152, + "checksum": "SHA-256:028956d96491a5216751548ef9f69aa479b0a77426b8c1404d3dccbb68999fd0" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.4.zip", + "size": 26296, + "checksum": "SHA-256:4a83356d89105992905e3e78a695e6c8b60a4905ab2b911e6df15fb4837760f6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.2.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.2.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.2.0.zip", + "size": 29729, + "checksum": "SHA-256:46f0e2852fc961d8f74a4820afbe968f8c652f6189d4c2ff5f1cb47da16d5af1" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.3.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.3.1.zip", + "size": 29813, + "checksum": "SHA-256:b182f9c7ac0f782f540df68f3400fc3e72a0852bd2a4334ad9ee5c74742dcc69" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.3.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.3.2.zip", + "size": 29813, + "checksum": "SHA-256:d4ac2e868289d07306a38e903e030bb7233274713a0b476ae70c2639816960cc" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.3.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.3.3.zip", + "size": 29743, + "checksum": "SHA-256:d65f2ebaa4553058b5bc883b211d6a1f6834de67582e205bd230b990e465d8cc" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.0.zip", + "size": 35522, + "checksum": "SHA-256:0d10c1b10ff8ac57aebb95486f95ddedeff660998c389f831494a54417cc4fb6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.1.zip", + "size": 35483, + "checksum": "SHA-256:71772f7d3ee8b6d1a17649d017d4a95279e50773c0ce4c91bc1b9b14e1dc84a1" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.2.zip", + "size": 29742, + "checksum": "SHA-256:346f15a6753b029998ebf19614649195b8f4a5e6cc4d3932bc9faafd5fefa4c6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.3.zip", + "size": 35525, + "checksum": "SHA-256:491aca60577cb4febc152bfbd74af63783002c3b51a74975d727db848e774cae" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.4.zip", + "size": 35515, + "checksum": "SHA-256:d288cf5cd64467f16ca3e60333b0e915e8722a390ec651a0e50ff2e51ab83f7e" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.5", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.5.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.5.zip", + "size": 33695, + "checksum": "SHA-256:e45dc9010ab2d70205258e16154c52ea572a7261d8a90f3203dd360c7dd3824f" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.6", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.6.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.6.zip", + "size": 31736, + "checksum": "SHA-256:56a14ae77719ccdde84c32531dbc370e06af39cd6e84f0c6b01a8781e61780b3" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.7", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.7.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.7.zip", + "size": 32122, + "checksum": "SHA-256:52c539383a5f3f767663bbc46659ec2e2f4c66279f5ac603d72dcdc327cef5aa" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.8", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.8.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.8.zip", + "size": 32158, + "checksum": "SHA-256:8184a8a1aff6708f2bc753c9013b43c6658c065295df91ea48114e9122c0b854" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.9", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.9.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.9.zip", + "size": 32176, + "checksum": "SHA-256:1288400d1b23d15cb6f82262e32fc61ffc0ffbc3b0c898840c38db6134e2fa02" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.5.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.5.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.5.0.zip", + "size": 32195, + "checksum": "SHA-256:57cebb24c448895542a532195fef857e76e4b432d13e2c7f277de52553fad0c7" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.5.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.5.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.5.1.zip", + "size": 32223, + "checksum": "SHA-256:d41a6bc6e66424855c6a451abfb4a21c06ae4422239c1bc1889e2b47fcb7dd85" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.0.zip", + "size": 32289, + "checksum": "SHA-256:35bc42a80f969507f168915ecfab9591bdc419164d8c7acf574757395033615d" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.1.zip", + "size": 32296, + "checksum": "SHA-256:3d03d51f769089e0ea202705ee0898b90f276e32bb1a1368773009fafa755b42" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266", "mbed", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.2.zip", + "size": 32301, + "checksum": "SHA-256:68d6717e3493855a2c92cd379fa6bb04b8a7df99c62d2cde15700eafb251b8b9" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266", "mbed", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.3.zip", + "size": 32323, + "checksum": "SHA-256:86fb73e7ff9d3e43196e4cfe184b77bcc61cea60489f3e97d15e19831afc8fee" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": ["samd", "esp32", "esp8266", "mbed", "megaavr", "mbed_nano", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.4.zip", + "size": 32177, + "checksum": "SHA-256:d04f82288b4287679fbcd3c60d6c0e362f9e027cabd908bbe0e54105b35e5bec" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", + "size": 9701, + "checksum": "SHA-256:d358ad87372e837e5a0610b6ca1201c24e3ada8d1c3ca86d7908fb235a81eb89" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", + "size": 14644, + "checksum": "SHA-256:2c0a303cd67271025d55feaaed72c9abd17dae2a507f29d95a9492bf6df81c2a" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.1.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", + "size": 16498, + "checksum": "SHA-256:44e02598a4917334c3ff692d86bf0fc81d0df5cccd3360c3637fc3331c40b67b" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.2.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad, Dual and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.2.0.zip", + "size": 18265, + "checksum": "SHA-256:1e4015c6c304df1b5d300464dc71cafc8b6122e95143c2b1b5d7560ea5bf0c6f" + }, + { + "name": "Serde", + "version": "0.0.1", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Send / receive structured data across Streams on Arduino", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": ["serde.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.0.1.zip", + "archiveFileName": "Serde-0.0.1.zip", + "size": 8221, + "checksum": "SHA-256:28a559c3140f924b1da792e03e3eb548e4ba83070018518282001b470c2c9987" + }, + { + "name": "Serde", + "version": "0.1.0", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Exchange structured data between Arduino boards", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": ["serde.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.1.0.zip", + "archiveFileName": "Serde-0.1.0.zip", + "size": 21018, + "checksum": "SHA-256:77257caf0ebaf310d278e053b8b8de1a0047d11896d5c1f85b316c16d5de7cf4" + }, + { + "name": "Serde", + "version": "0.2.0", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Exchange structured data between Arduino boards", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": ["serde.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.2.0.zip", + "archiveFileName": "Serde-0.2.0.zip", + "size": 21741, + "checksum": "SHA-256:0e2d776d751ad637f07faf86f24c86e493354c174ec9db86e618910fa4560e3f" + }, + { + "name": "Serde", + "version": "0.3.0", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Exchange structured data between Arduino boards", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": ["serde.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.3.0.zip", + "archiveFileName": "Serde-0.3.0.zip", + "size": 29058, + "checksum": "SHA-256:dd98a337550367c7b8d6b0ec179effa06c75a806df60e2103b2b8796010134a2" + }, + { + "name": "SimpleHOTP", + "version": "1.0.0", + "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", + "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", + "website": "https://github.com/jlusPrivat/SimpleHOTP", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.0.zip", + "archiveFileName": "SimpleHOTP-1.0.0.zip", + "size": 16094, + "checksum": "SHA-256:d89d88e21096115103a06a829d791aef203e218659d7b192576450de903bef38" + }, + { + "name": "SimpleHOTP", + "version": "1.0.1", + "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", + "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", + "website": "https://github.com/jlusPrivat/SimpleHOTP", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.1.zip", + "archiveFileName": "SimpleHOTP-1.0.1.zip", + "size": 16126, + "checksum": "SHA-256:eeda9a60b5b779316532f4ac6f9eb912bebd78f89ee44b187a75720419dd0744" + }, + { + "name": "StarterRemote", + "version": "1.0.0", + "author": "Mihail Vratchanski", + "maintainer": "Mihail Vratchanski \u003cmivrkiki@gmail.com\u003e", + "sentence": "IR remote library for mini sumo (and sumo, tracker etc.) start modules.", + "paragraph": "This library allows the use of any Arduino board as an IR remote for starting, stopping and programming a start module. The protocol can be found on startmodule.com. If you want to know more about the project or report bugs, etc. please visit the project page at: https://gitlab.com/robostarter.", + "website": "https://gitlab.com/robostarter/starterremote", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/robostarter/starterremote.git", + "providesIncludes": ["StarterRemote.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/robostarter/StarterRemote-1.0.0.zip", + "archiveFileName": "StarterRemote-1.0.0.zip", + "size": 3631, + "checksum": "SHA-256:abfc9403f4f49063ff2d9b0cf0f095da6a00c5b01f87c29cd83b3a2b9c0abf7f" + }, + { + "name": "Adafruit VCNL4040", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.0.zip", + "archiveFileName": "Adafruit_VCNL4040-1.0.0.zip", + "size": 10290, + "checksum": "SHA-256:6133a542b396f95b8bbcbda5a02f9135dfb3e334e87265dceea7ba202faca8a1" + }, + { + "name": "Adafruit VCNL4040", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.1.zip", + "archiveFileName": "Adafruit_VCNL4040-1.0.1.zip", + "size": 498484, + "checksum": "SHA-256:c227def71bd51377b3c4f913a5a846ad4f9ceb3e91576a76a0c257aa5977d8d1" + }, + { + "name": "EmotiBit BMI160", + "version": "0.1.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/BMI160-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.1.0.zip", + "archiveFileName": "EmotiBit_BMI160-0.1.0.zip", + "size": 4202392, + "checksum": "SHA-256:830822240c85144de45ef89b1b8e37f82370517527ddcd6d3e61111598855253" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/BMI160-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.0.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.0.zip", + "size": 4203953, + "checksum": "SHA-256:2e3c5117c52420f0c45a9508a43f0c2565aa12f7902c0bce7d296682df26820b" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/BMI160-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.1.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.1.zip", + "size": 4204037, + "checksum": "SHA-256:7d6a751b3a46dfb1c5db736dc27de984d2468819be40db8b9cfd0aeefeca899f" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.2", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/EmotiBit_BMI160", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.2.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.2.zip", + "size": 4204036, + "checksum": "SHA-256:1df0c53e039db0fcfb0f49293e3e734b2753327da482b1ba0e5b19fda836c81e" + }, + { + "name": "AceTime", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time and timezones from the TZ Database.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and provide a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.1.0.zip", + "archiveFileName": "AceTime-0.1.0.zip", + "size": 10200363, + "checksum": "SHA-256:7725bca0d01107c4b047e29c7746b53407fd17cca2fea4354cfb49dc40ea28a7" + }, + { + "name": "AceTime", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.0.zip", + "archiveFileName": "AceTime-0.3.0.zip", + "size": 3821139, + "checksum": "SHA-256:1904a2ba91c6414f7dda350c2879df391667abb797edfcc02c976604b128cba9" + }, + { + "name": "AceTime", + "version": "0.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.1.zip", + "archiveFileName": "AceTime-0.3.1.zip", + "size": 3815386, + "checksum": "SHA-256:bdcd1ef7fdce73f0d83c6bdab308f4ecc5aba0c72f4df9af8bbd410f300b7efb" + }, + { + "name": "AceTime", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.4.0.zip", + "archiveFileName": "AceTime-0.4.0.zip", + "size": 3859383, + "checksum": "SHA-256:4052e22a46f97db6ce53a8dbd0f5a6b39ee99676d9c9232dede2eda87369e953" + }, + { + "name": "AceTime", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.0.zip", + "archiveFileName": "AceTime-0.5.0.zip", + "size": 4422953, + "checksum": "SHA-256:3440984f665f4678c29888217644d2c7f7b83185f155cf26cfe3e0d487aca457" + }, + { + "name": "AceTime", + "version": "0.5.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.1.zip", + "archiveFileName": "AceTime-0.5.1.zip", + "size": 4674549, + "checksum": "SHA-256:fad36941ae8e4e20dbb056e12455ef4f1730e5c49d2c8ad93e5db5bad30a072f" + }, + { + "name": "AceTime", + "version": "0.5.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.2.zip", + "archiveFileName": "AceTime-0.5.2.zip", + "size": 4671123, + "checksum": "SHA-256:8e1149641af2df3d83bab77242c2ebb743772234b5bc7d7735a41d406d049e49" + }, + { + "name": "AceTime", + "version": "0.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.0.zip", + "archiveFileName": "AceTime-0.6.0.zip", + "size": 4702444, + "checksum": "SHA-256:61e1ff233cb5a7da49268a259d2bec00109105e0b3c8ab1ce0f8bd233fad1da3" + }, + { + "name": "AceTime", + "version": "0.6.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.1.zip", + "archiveFileName": "AceTime-0.6.1.zip", + "size": 4825243, + "checksum": "SHA-256:7b7d10b13c6cd3ecc938b1de91f425c88096e3f22e251c220b88f031bc3dc8d0" + }, + { + "name": "AceTime", + "version": "0.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.0.zip", + "archiveFileName": "AceTime-0.7.0.zip", + "size": 4855214, + "checksum": "SHA-256:8272c62356ae205bcbb63a450d07c97834d00899bb861a24b1bee628017d7881" + }, + { + "name": "AceTime", + "version": "0.7.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.1.zip", + "archiveFileName": "AceTime-0.7.1.zip", + "size": 4855893, + "checksum": "SHA-256:8153276f1bb50ae87e4d194ca3e97d6a1dd23d533abb4b4b548d42a2b3f2ee67" + }, + { + "name": "AceTime", + "version": "0.7.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.2.zip", + "archiveFileName": "AceTime-0.7.2.zip", + "size": 4857780, + "checksum": "SHA-256:d4a475530f78c0c82db5f99d15abc7b6fdf4ef17fd0b94f76897fe768834b64c" + }, + { + "name": "AceTime", + "version": "0.8.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.8.0.zip", + "archiveFileName": "AceTime-0.8.0.zip", + "size": 4933257, + "checksum": "SHA-256:b7b6a9649575e719dcaaa96716d76b9857c6e0784e1499a2c153436825bf3f9b" + }, + { + "name": "AceTime", + "version": "0.8.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.8.1.zip", + "archiveFileName": "AceTime-0.8.1.zip", + "size": 4933435, + "checksum": "SHA-256:09c9fca1436018384ca1b8169007ed31b670899f68efc246d17690dae8ef1d12" + }, + { + "name": "AceTime", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.0.0.zip", + "archiveFileName": "AceTime-1.0.0.zip", + "size": 4918547, + "checksum": "SHA-256:2413f7c76c214db29d28888cba60c43822a3f0b0a5b267a8cf4790c0842a3d50" + }, + { + "name": "AceTime", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.0.zip", + "archiveFileName": "AceTime-1.1.0.zip", + "size": 3138855, + "checksum": "SHA-256:bd2bb1fcc35bdd3318846a51caa3eb87e313ac40f14875f50ed9d5798a0ab246" + }, + { + "name": "AceTime", + "version": "1.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.1.zip", + "archiveFileName": "AceTime-1.1.1.zip", + "size": 3305627, + "checksum": "SHA-256:dbbbbb958ed87a40465c2da37d80fac38965dfa1d2e93853afb28f0d7eefb873" + }, + { + "name": "AceTime", + "version": "1.1.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.2.zip", + "archiveFileName": "AceTime-1.1.2.zip", + "size": 2886264, + "checksum": "SHA-256:e34b16c4858e568bde22f5f55c19ba717c0a86488fba66a0faf00cf93e4d240b" + }, + { + "name": "AceTime", + "version": "1.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.2.0.zip", + "archiveFileName": "AceTime-1.2.0.zip", + "size": 3396066, + "checksum": "SHA-256:c4b2a6e4d018ae3eeb55ed1aa29b5199421630f02d79f4bd1042200711ba9773" + }, + { + "name": "AceTime", + "version": "1.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.2.1.zip", + "archiveFileName": "AceTime-1.2.1.zip", + "size": 3399071, + "checksum": "SHA-256:2f419f8ca733127d51662055e0cb05f898f4877967591045b2171cd7b5af80c3" + }, + { + "name": "AceTime", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.3.0.zip", + "archiveFileName": "AceTime-1.3.0.zip", + "size": 3484193, + "checksum": "SHA-256:466ef9bdaf6e31331183e98ee4a944edc5be8d5db5b537c9b0a312a81528c2b0" + }, + { + "name": "AceTime", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.4.0.zip", + "archiveFileName": "AceTime-1.4.0.zip", + "size": 3547544, + "checksum": "SHA-256:c429b2d7a860245aeedad7277235f3055894f6080f61775697cacc4b83c421aa" + }, + { + "name": "AceTime", + "version": "1.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.4.1.zip", + "archiveFileName": "AceTime-1.4.1.zip", + "size": 3546904, + "checksum": "SHA-256:080a09d5604643a05324410f04e48eba17a50b39c73165ba03318cdbddbc0238" + }, + { + "name": "AceTime", + "version": "1.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.5.0.zip", + "archiveFileName": "AceTime-1.5.0.zip", + "size": 3712079, + "checksum": "SHA-256:d7d98e4fd94731cb2fca8bd4f74aea2e3a8598cc1fc11cea316c751518f48af7" + }, + { + "name": "AceTime", + "version": "1.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides SystemClock classes that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.6.0.zip", + "archiveFileName": "AceTime-1.6.0.zip", + "size": 4414433, + "checksum": "SHA-256:7955ed126e358df0533848ba73ea25bbd8d4128b3d7c4049f4112099c9d67efd" + }, + { + "name": "AceTime", + "version": "1.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.0.zip", + "archiveFileName": "AceTime-1.7.0.zip", + "size": 4510385, + "checksum": "SHA-256:80f2158b44e17e8f4a39a2496408623bf88697825a2dd11a710cc420bb710c04" + }, + { + "name": "AceTime", + "version": "1.7.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.1.zip", + "archiveFileName": "AceTime-1.7.1.zip", + "size": 4510309, + "checksum": "SHA-256:467b207baa6b4f82fc0ee983660cb4530f3d7bf86af3279a3c92ba35a53022a8" + }, + { + "name": "AceTime", + "version": "1.7.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.2.zip", + "archiveFileName": "AceTime-1.7.2.zip", + "size": 4547197, + "checksum": "SHA-256:ce3926a23cc9cd4503e44beacb7729ad26ce7078522b1b6ab8d3de7c48c5681b" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.4.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.3.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.4.3.zip", + "size": 7211631, + "checksum": "SHA-256:adb891518df27855f020d3385c38a776c71d0c270b4c2ab4e30df0a2e39dce99" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.4.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.4.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.4.4.zip", + "size": 7211633, + "checksum": "SHA-256:9a175d90f6010511e060254dcb0b48d4b888fa9323df723c61d383aee18f27f2" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.5.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.4.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.5.4.zip", + "size": 7212164, + "checksum": "SHA-256:ee0b5b3e378f5723f1a257c407df047bd74b0d30b7de99884a2ecc2e5badfe9b" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.5.5", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.5.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.5.5.zip", + "size": 7212188, + "checksum": "SHA-256:0efd3c9c5c8869139a941ab42715f15d59fa6b16b0ab5aa8805b007bbb44fafc" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.6.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.6.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.6.0.zip", + "size": 7216218, + "checksum": "SHA-256:3941b7aa4c4f995e4d27259fcb41079d7db7fdae81f9c88f52b5e07c624c9098" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.0.55", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.0.55.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.0.55.zip", + "size": 7227723, + "checksum": "SHA-256:39c8ee920bbabcc239b1b14b7eaefabfc5a70641b076333e0a72da0db0836f61" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.1.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.1.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.1.0.zip", + "size": 7228758, + "checksum": "SHA-256:6dc1c2b24eb24a3a461746fdb9873d21c6320f9c164c0a1727438084fc17b1ff" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.2.77", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.2.77.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.2.77.zip", + "size": 7266703, + "checksum": "SHA-256:38ad3ee8c887a6b881c32b08aa13b0a82684aeea010b0c110f49fb843cd6c776" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", + "size": 90086, + "checksum": "SHA-256:3d977d92cf42231bfbab7ae9d167bbfcfbf7471f751315cf4a6574e856431a91" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.3.zip", + "size": 20082, + "checksum": "SHA-256:55bc88c8eb560ccfaee390852e679cd93c57b01f15b86b63f8b70a5a3467b959" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.1.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.1.zip", + "size": 20081, + "checksum": "SHA-256:62f0de7700b98003197c5f04fb82630dc3be0bcca62b98d19e967c15c104bb40" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.2.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.2.zip", + "size": 20033, + "checksum": "SHA-256:fe7d07ef948b3a9b2e1883426c9fd48c55abcfe5319623eb91e96b9d1d8f6d6a" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.3.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.3.zip", + "size": 19960, + "checksum": "SHA-256:4c09e1157a653bc71f0e4a1d1a1d5534924dc01b1bf613ad1c2284a5f8753364" + }, + { + "name": "HiTechnic-Arduino", + "version": "1.0.0", + "author": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", + "maintainer": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", + "sentence": "Use the HiTechnic motor/servo controllers with your Arduino!", + "paragraph": "This library provides I2C drivers for the HiTechnic motor/servo controllers wrapped up in a nice SDK-style API", + "website": "https://github.com/OpenFTC/HiTechnic-Arduino", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/OpenFTC/HiTechnic-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenFTC/HiTechnic_Arduino-1.0.0.zip", + "archiveFileName": "HiTechnic_Arduino-1.0.0.zip", + "size": 44017, + "checksum": "SHA-256:93e5b69f8896b562949cacb31a8145b6dc4b0ee8cc749e33e8bf7c349600629b" + }, + { + "name": "HoverboardAPI", + "version": "0.1.1", + "author": "phail", + "maintainer": "phail", + "sentence": "Hoverboard API controller", + "paragraph": "A Hoverboard API controller Interface.", + "website": "https://github.com/bipropellant/bipropellant-hoverboard-api", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bipropellant/bipropellant-hoverboard-api.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bipropellant/HoverboardAPI-0.1.1.zip", + "archiveFileName": "HoverboardAPI-0.1.1.zip", + "size": 31884, + "checksum": "SHA-256:12c2442de47b8ff77938d7bb72d54440d3b50f0699be87c050e62073fa5a33f0" + }, + { + "name": "ElectronicsEducation", + "version": "1.0.0", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "providesIncludes": ["ezLCDLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.0.0.zip", + "archiveFileName": "ElectronicsEducation-1.0.0.zip", + "size": 879011, + "checksum": "SHA-256:124e17469d7dc2063e1cf818c86b90dc7c943a98da2c1377932389ef34af20c0" + }, + { + "name": "ElectronicsEducation", + "version": "1.1.1", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit_BME280" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.1.zip", + "archiveFileName": "ElectronicsEducation-1.1.1.zip", + "size": 3372485, + "checksum": "SHA-256:68319a50e2b688ad3ff70c920092322b0eebeab00d7ba64f02c89186c4e3a95a" + }, + { + "name": "ElectronicsEducation", + "version": "1.1.2", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "dependencies": [ + { + "name": "Adafruit BME280 Library" + }, + { + "name": "DHT sensor library" + }, + { + "name": "IRremote" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.2.zip", + "archiveFileName": "ElectronicsEducation-1.1.2.zip", + "size": 3372498, + "checksum": "SHA-256:ed7e6c96b28ed96800d1aafc67d8b17a8d5e49af9181a2ace5a7903e9a96f2d1" + }, + { + "name": "ElectronicsEducation", + "version": "1.1.3", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "dependencies": [ + { + "name": "Adafruit BME280 Library" + }, + { + "name": "DHT sensor library" + }, + { + "name": "IRremote" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.3.zip", + "archiveFileName": "ElectronicsEducation-1.1.3.zip", + "size": 3372113, + "checksum": "SHA-256:6ca73f42143e33313a930035fcdd9deddc099df18245ff8640b70e8d5ec16bcb" + }, + { + "name": "Sharp GP2Y Dust Sensor", + "version": "1.0.0", + "author": "Lucian Sabo", + "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", + "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", + "paragraph": "Supports calibration, multi-sampling average, running average", + "website": "https://github.com/luciansabo/GP2YDustSensor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luciansabo/GP2YDustSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.0.0.zip", + "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.0.0.zip", + "size": 6189, + "checksum": "SHA-256:d79c3b8160e2c8ce93a2442f367e7d2abf788d307ca4eb743b39b5fa8ca3734a" + }, + { + "name": "Sharp GP2Y Dust Sensor", + "version": "1.1.0", + "author": "Lucian Sabo", + "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", + "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", + "paragraph": "Supports calibration, multi-sampling average, running average", + "website": "https://github.com/luciansabo/GP2YDustSensor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luciansabo/GP2YDustSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.1.0.zip", + "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.1.0.zip", + "size": 9840, + "checksum": "SHA-256:92b8d9d6a0609ddcb4929c84fac8b3b7bf9fcea282938f78a92ed1438c319de9" + }, + { + "name": "OctopusLab-Library", + "version": "0.1.0", + "author": "Tomas Roj; OctopusEngine;", + "maintainer": "Tomas Roj, rojtomas@email.cz", + "sentence": "Library for octopuslab modules that make easier work with pins.", + "paragraph": "Arduino library for @octopusengine that make easier work with pins on their boards.", + "website": "https://github.com/TomasRoj/OctopusLab-Library", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TomasRoj/OctopusLab-Library.git", + "providesIncludes": ["octopuslibrary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/OctopusLab_Library-0.1.0.zip", + "archiveFileName": "OctopusLab_Library-0.1.0.zip", + "size": 15248, + "checksum": "SHA-256:f7edb478e2f10ed236addc48b1d5e353748babc354242df0948fccbb3d677923" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", + "size": 14875, + "checksum": "SHA-256:7c31e96dae17fa33f02ce27cb063c3ad9458e8e278c644b841c8d70470d61e7b" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", + "size": 14921, + "checksum": "SHA-256:e2bbfb8ef8e2d0b5ee428332af71f26e941f1ccf091d71d7a154c3b50b83d3ae" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", + "size": 15073, + "checksum": "SHA-256:010abbd29cc722bc0ee47edaef2508e394ccb42dd16f69c60263f7fc57cf8957" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", + "size": 15087, + "checksum": "SHA-256:cd9d0a4aac569ecaf61b48f0e99fc8f5f48b708b031b5e8857f74ae9df659d43" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.4.zip", + "size": 15087, + "checksum": "SHA-256:e8f4240661143848c2f25a800f8c7ef696c774f6a426c739b9c5c3e0cbc6edaa" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.5", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.5.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.5.zip", + "size": 15091, + "checksum": "SHA-256:75ffab175c52977adf5c5ca09ef74b51494c22abcdf29598306433af63907c3f" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.6", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.6.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.6.zip", + "size": 15106, + "checksum": "SHA-256:4dfd34b8cb46122cd50fb0ebf5b08ed7aa32560cadc11c2c9ebebe091c1242ec" + }, + { + "name": "Klang Electronics 8 Digit VFD", + "version": "1.0.0", + "author": "Brandon Dunson", + "maintainer": "Brandon \u003cbrandon.dunson@klangelectronics.com\u003e", + "sentence": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", + "paragraph": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", + "website": "https://github.com/earthtown/8_digit_vfd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/earthtown/8_digit_vfd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earthtown/Klang_Electronics_8_Digit_VFD-1.0.0.zip", + "archiveFileName": "Klang_Electronics_8_Digit_VFD-1.0.0.zip", + "size": 7090, + "checksum": "SHA-256:bda63a50ad33ae934c8a241dd14d73fa0287cd8ef45f4fa88905a5960142878e" + }, + { + "name": "ButtonKing", + "version": "1.0.0", + "author": "Tanyanat Pichitwong", + "maintainer": "Tanyanat Pichitwong", + "license": "BSD-3-Clause", + "sentence": "Arduino libary for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/TanPitch/ButtonKing", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TanPitch/ButtonKing.git", + "providesIncludes": ["ButtonKing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.0.zip", + "archiveFileName": "ButtonKing-1.0.0.zip", + "size": 12188, + "checksum": "SHA-256:f9fae613642aa65dd2fd4f4ef1a80328f9d25009efeb31a4f5c0cda249414032" + }, + { + "name": "ButtonKing", + "version": "1.0.1", + "author": "Tanyanat Pichitwong", + "maintainer": "Tanyanat Pichitwong", + "license": "BSD-3-Clause", + "sentence": "Arduino libary for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/TanPitch/ButtonKing", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TanPitch/ButtonKing.git", + "providesIncludes": ["ButtonKing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.1.zip", + "archiveFileName": "ButtonKing-1.0.1.zip", + "size": 10485, + "checksum": "SHA-256:7d5a04dcf4c40acf4ac099bd0098786cf1184e5cda5af0b040abc2bb2d0d77db" + }, + { + "name": "ButtonKing", + "version": "1.0.2", + "author": "Tanyanat Pichitwong", + "maintainer": "Tanyanat Pichitwong", + "license": "BSD-3-Clause", + "sentence": "Arduino libary for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/TanPitch/ButtonKing", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TanPitch/ButtonKing.git", + "providesIncludes": ["ButtonKing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.2.zip", + "archiveFileName": "ButtonKing-1.0.2.zip", + "size": 10616, + "checksum": "SHA-256:c78494f0b89957111400637df4caa954113438598ce824991317a4211b86949a" + }, + { + "name": "Norman", + "version": "1.0.0", + "author": "934Virginia \u003c934Virginia@gmail.com\u003e", + "maintainer": "934Virginia \u003c934Virginia@gmail.com\u003e", + "sentence": "Mathematically simulate natural cycles of daylight, temperature, and humidity for remote locations using minimal data sets.", + "paragraph": "Given target coordinates, specified date ranges, and minimum/maximum values for temperature and humidity at target's annual extremes, generate time_t values for sunrise and sunset, and floating point numbers for temperature, dew point, and relative humidity. Requires Dusk2Dawn library by DM Kishi; an adapted C++ port of NOAA's Solar Calculator.", + "website": "https://github.com/934virginia/Norman", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/934virginia/Norman.git", + "providesIncludes": ["Dusk2Dawn.h", "time.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/934virginia/Norman-1.0.0.zip", + "archiveFileName": "Norman-1.0.0.zip", + "size": 16951, + "checksum": "SHA-256:61107378f03b0bd8ffde06ac0f376ef4fe5b77534e564782cdd2345289fdc8d0" + }, + { + "name": "atlas OEM module", + "version": "1.0.1", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Basic function to accessing atlas OEM module.", + "paragraph": "This library contain simply function to read data from atlas OEM conductivity module", + "website": "https://github.com/andhieSetyabudi/atlas_OEM", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andhieSetyabudi/atlas_OEM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/atlas_OEM_module-1.0.1.zip", + "archiveFileName": "atlas_OEM_module-1.0.1.zip", + "size": 9316, + "checksum": "SHA-256:1a252b11de9b30c92adc1dac3a9237a41ec3badb273b5362005727ac4bc29d9b" + }, + { + "name": "ESP32 Rest Client", + "version": "1.0.0", + "author": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", + "maintainer": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", + "sentence": "Arduino WIFI Rest Client for ESP32", + "paragraph": "Exposes REST methods to communicate with a host, like get and post in an easier way than using the WIFI library", + "website": "https://github.com/eduardomarcos/arduino-esp32-restclient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eduardomarcos/arduino-esp32-restclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eduardomarcos/ESP32_Rest_Client-1.0.0.zip", + "archiveFileName": "ESP32_Rest_Client-1.0.0.zip", + "size": 16273, + "checksum": "SHA-256:ab574333ac0829b5a028ce3515e4ddf30781e62f9b0ba2a15757773d23d565df" + }, + { + "name": "esp32_ftpclient", + "version": "0.0.2", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.2.zip", + "archiveFileName": "esp32_ftpclient-0.0.2.zip", + "size": 80457, + "checksum": "SHA-256:9739eaaf9e1193e8ae39f45197958e145b7ff1d2e3eb872d90940b2b9e37978e" + }, + { + "name": "esp32_ftpclient", + "version": "0.0.3", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.3.zip", + "archiveFileName": "esp32_ftpclient-0.0.3.zip", + "size": 83068, + "checksum": "SHA-256:49418f7abc82453a3ba2479e073fc4d701c0736197cab901114cb8deeb85fc13" + }, + { + "name": "esp32_ftpclient", + "version": "0.0.4", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.4.zip", + "archiveFileName": "esp32_ftpclient-0.0.4.zip", + "size": 83202, + "checksum": "SHA-256:83c3732fe067aeaa9295fa95e08a1589bff67bfd18c4f76bb54d68322917d506" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.0", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.0.zip", + "archiveFileName": "esp32_ftpclient-0.1.0.zip", + "size": 83589, + "checksum": "SHA-256:753a7f2356980b5287138cdcb8283a8ae0493692fa0e994392e7c1b46631996e" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.1.zip", + "archiveFileName": "esp32_ftpclient-0.1.1.zip", + "size": 83600, + "checksum": "SHA-256:452a7c6e44f0a558aef0658bef1c64d6f25929d41d71cd55b1e4a273bc8176bf" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.2", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.2.zip", + "archiveFileName": "esp32_ftpclient-0.1.2.zip", + "size": 83628, + "checksum": "SHA-256:98756c41f2b2a4dccf7130409965da3c5e7965026a081049d2325b12f77b6885" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.3", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.3.zip", + "archiveFileName": "esp32_ftpclient-0.1.3.zip", + "size": 83654, + "checksum": "SHA-256:b67ed42be8d6a2e916f3282be2025923941b6f556e4c72297cb5200c7dff7f4f" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.4", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.4.zip", + "archiveFileName": "esp32_ftpclient-0.1.4.zip", + "size": 83742, + "checksum": "SHA-256:7ee88c92bf141b2914796aa0ff379b222f0af957ff2dadc22426358d15864996" + }, + { + "name": "Senses_wifi", + "version": "0.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.0.zip", + "archiveFileName": "Senses_wifi-0.1.0.zip", + "size": 5895, + "checksum": "SHA-256:e7334b653c5483c16f52d15e2ea434874f2b0586a8626a15d32e22b1ff93313f" + }, + { + "name": "Senses_wifi", + "version": "0.1.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.1.zip", + "archiveFileName": "Senses_wifi-0.1.1.zip", + "size": 5963, + "checksum": "SHA-256:37ac554703f69646cb994908df63fba48b19fac4c54b7c18699b424fd85b2cb2" + }, + { + "name": "Senses_wifi", + "version": "0.2.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.0.zip", + "archiveFileName": "Senses_wifi-0.2.0.zip", + "size": 5964, + "checksum": "SHA-256:b9b336807117c9c406d36fade93b4a43ef9c8e2798e63a8a8c0736152bbd4ff7" + }, + { + "name": "Senses_wifi", + "version": "0.2.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.1.zip", + "archiveFileName": "Senses_wifi-0.2.1.zip", + "size": 5963, + "checksum": "SHA-256:31512d708bf36aa8f0bc605696e774285c843a0d4b1cbcc69693c5f512e4ccec" + }, + { + "name": "Senses_wifi", + "version": "0.2.2", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.2.zip", + "archiveFileName": "Senses_wifi-0.2.2.zip", + "size": 5962, + "checksum": "SHA-256:beaef62e996536b3396c7912869188eae266fb485b66196d01459b55c1e633c0" + }, + { + "name": "Senses_wifi", + "version": "1.0.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-1.0.0.zip", + "archiveFileName": "Senses_wifi-1.0.0.zip", + "size": 6580, + "checksum": "SHA-256:85c8f575c9051379e928664c01976dab12ec276d51c559f5e51b59530e1f0550" + }, + { + "name": "Senses_wifi", + "version": "1.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": ["Senses_wifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-1.1.0.zip", + "archiveFileName": "Senses_wifi-1.1.0.zip", + "size": 8701, + "checksum": "SHA-256:864931fe985dcc25615c0bbc9a79f3827c4ec70a3fb9a2a388d3a6ee7aaa4c69" + }, + { + "name": "ESP32 Digital RGB LED Drivers", + "version": "1.5.1", + "author": "Martin F. Falatic", + "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", + "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", + "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", + "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", + "size": 33287, + "checksum": "SHA-256:60633bf8ba400d083ed7b7c8d12fdf17dfa93d8c58a361e9fcc7d9e0c75f4c36" + }, + { + "name": "ESP32 Digital RGB LED Drivers", + "version": "1.5.2", + "author": "Martin F. Falatic", + "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", + "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", + "paragraph": "Please see the README for more details.", + "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", + "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", + "size": 33310, + "checksum": "SHA-256:d8e4b73e3d9ac8c995e8e4b931b9dd845399e0f7fc8cfff96a46c0ddad826cea" + }, + { + "name": "ESP32 Digital RGB LED Drivers", + "version": "1.5.3", + "author": "Martin F. Falatic", + "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", + "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", + "paragraph": "Please see the README for more details.", + "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", + "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", + "size": 33317, + "checksum": "SHA-256:c828158c7a959b2dce615203e14e7cf9a7c59bad54dc23c2ce62664db6a86632" + }, + { + "name": "MCP45HVX1", + "version": "1.0.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Library for MCP45HVX1 digital potentiomters,", + "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", + "website": "https://github.com/WifWaf/MCP45HVX1", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/MCP45HVX1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.0.0.zip", + "archiveFileName": "MCP45HVX1-1.0.0.zip", + "size": 2105959, + "checksum": "SHA-256:722f14ac23ab8b4d0e4fb5a620a514b3bc8107fa63e7ca944438978a85485f3b" + }, + { + "name": "MCP45HVX1", + "version": "1.1.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Library for MCP45HVX1 digital potentiomters,", + "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", + "website": "https://github.com/WifWaf/MCP45HVX1", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/MCP45HVX1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.1.0.zip", + "archiveFileName": "MCP45HVX1-1.1.0.zip", + "size": 2106146, + "checksum": "SHA-256:2d7758c73833c40151cdb2820db720361f89f9af2b2c8c1c772840860a47a649" + }, + { + "name": "AT24CM01", + "version": "1.0.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "AT24CM01 EEPROM Library for Arduino Devices", + "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", + "website": "https://github.com/WifWaf/AT24CM01", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/AT24CM01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-1.0.1.zip", + "archiveFileName": "AT24CM01-1.0.1.zip", + "size": 460892, + "checksum": "SHA-256:64c4189fb8d76a954a85b20be3e876da6d2f8469d1c11af1e2783d114a13fa19" + }, + { + "name": "AT24CM01", + "version": "2.0.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "AT24CM01 EEPROM Library for Arduino Devices", + "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", + "website": "https://github.com/WifWaf/AT24CM01", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/AT24CM01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-2.0.0.zip", + "archiveFileName": "AT24CM01-2.0.0.zip", + "size": 460692, + "checksum": "SHA-256:b4f8ade9b4398534960e8b88e900ea856cae67f943968f918a99800a51b262e7" + }, + { + "name": "AT24CM01", + "version": "2.2.0", + "author": "WifWaf", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "sentence": "AT24CM01 EEPROM Library for Arduino Devices.", + "paragraph": "Read \u0026 write by all variable types (ex String maro) and byte/char arrays.", + "website": "https://github.com/WifWaf/AT24CM01", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/AT24CM01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-2.2.0.zip", + "archiveFileName": "AT24CM01-2.2.0.zip", + "size": 463281, + "checksum": "SHA-256:cb63185a80000c939cfc6c754b5f2b9b5bd307e7e0caa4fdde7198aad15d7d54" + }, + { + "name": "TCA9548A", + "version": "1.0.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.0.0.zip", + "archiveFileName": "TCA9548A-1.0.0.zip", + "size": 2675392, + "checksum": "SHA-256:2e0dda042bf63e51bdfb8f006a308ac970c4538da396ac6b08f5f1489bfd3e39" + }, + { + "name": "TCA9548A", + "version": "1.1.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.0.zip", + "archiveFileName": "TCA9548A-1.1.0.zip", + "size": 2675229, + "checksum": "SHA-256:42cf17b290688885d4b9a5f19276197d75d8e5ab7f17adcb07d343f016a73ae9" + }, + { + "name": "TCA9548A", + "version": "1.1.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.1.zip", + "archiveFileName": "TCA9548A-1.1.1.zip", + "size": 2675231, + "checksum": "SHA-256:22bfec02923521a3ac1e16ebaea5172b400a3b9fe13f74813d75b5f54595bb8e" + }, + { + "name": "TCA9548A", + "version": "1.1.3", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.3.zip", + "archiveFileName": "TCA9548A-1.1.3.zip", + "size": 2675340, + "checksum": "SHA-256:78798a9a541d594d70d36498049388b4b3051ebce8ae514de3360a2b8460af54" + }, + { + "name": "MAX541X", + "version": "1.0.0", + "author": "Linnes Lab", + "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", + "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", + "website": "https://github.com/LinnesLab/MAX541X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/MAX541X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.0.zip", + "archiveFileName": "MAX541X-1.0.0.zip", + "size": 325271, + "checksum": "SHA-256:b189a318fd58b72f6359b1ced25f25633cbe58ba1926b495d8a44d8eb63610cb" + }, + { + "name": "MAX541X", + "version": "1.0.2", + "author": "Linnes Lab", + "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", + "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", + "paragraph": "These chips can be used to create programmable gain amplifiers, dynamically change the LED brightness, motor speed, and other general digital control.", + "website": "https://github.com/LinnesLab/MAX541X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/MAX541X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.2.zip", + "archiveFileName": "MAX541X-1.0.2.zip", + "size": 325368, + "checksum": "SHA-256:177e9ba4a2432d6f28ea002cf8a56b07ed7ba6cfbb7af1ae9ee72d7b3a11b59b" + }, + { + "name": "Step_CYC10_I2C", + "version": "1.0.0", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", + "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_I2C", + "category": "Signal Input/Output", + "architectures": ["RISC-V"], + "types": ["Contributed"], + "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", + "providesIncludes": ["Step_CYC10_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.0.zip", + "archiveFileName": "Step_CYC10_I2C-1.0.0.zip", + "size": 6811, + "checksum": "SHA-256:de83b3cd3bb2b647c2d10250ae10251424c08d981ec853a667890481a53d0504" + }, + { + "name": "Step_CYC10_I2C", + "version": "1.0.1", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", + "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_I2C", + "category": "Signal Input/Output", + "architectures": ["Reindeer"], + "types": ["Contributed"], + "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", + "providesIncludes": ["Step_CYC10_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.1.zip", + "archiveFileName": "Step_CYC10_I2C-1.0.1.zip", + "size": 6811, + "checksum": "SHA-256:f9ce741e6ed7405ded0785a0f445f4cf79773e5568dcafa7d85f6a16b62348cb" + }, + { + "name": "Step_CYC10_I2C", + "version": "1.0.2", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", + "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_I2C", + "category": "Signal Input/Output", + "architectures": ["Reindeer"], + "types": ["Contributed"], + "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", + "providesIncludes": ["Step_CYC10_I2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.2.zip", + "archiveFileName": "Step_CYC10_I2C-1.0.2.zip", + "size": 6823, + "checksum": "SHA-256:ae7a72423ffc46817971534494439cbecfe5e97f72b55c55180e6a8a292cb1b2" + }, + { + "name": "CoopTask", + "version": "0.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266 library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.1.0.zip", + "archiveFileName": "CoopTask-0.1.0.zip", + "size": 5636, + "checksum": "SHA-256:b26d69adcc8cad26f5d8db6113cb894a19be5e4590fab9037ccf149698ef15a3" + }, + { + "name": "CoopTask", + "version": "0.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.5.0.zip", + "archiveFileName": "CoopTask-0.5.0.zip", + "size": 6779, + "checksum": "SHA-256:97500964b3500c20065a3b127a5bc449d4c539f0501e66321ab6ff5008e35cd9" + }, + { + "name": "CoopTask", + "version": "0.7.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.7.0.zip", + "archiveFileName": "CoopTask-0.7.0.zip", + "size": 7776, + "checksum": "SHA-256:181bd55dcd2597c7e1f0b0edd1c2a999b3dbb2b6ec9ee8ba8bfbcc4d195c548a" + }, + { + "name": "CoopTask", + "version": "0.8.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.0.zip", + "archiveFileName": "CoopTask-0.8.0.zip", + "size": 9165, + "checksum": "SHA-256:3458ed41ca6c1dcfdf0ad8b05123469beed0dfd52cf048cbd98c7af54a26fef9" + }, + { + "name": "CoopTask", + "version": "0.8.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.1.zip", + "archiveFileName": "CoopTask-0.8.1.zip", + "size": 9322, + "checksum": "SHA-256:20fb652cffc2c31c112da2ea4ed5e51e2c294113f914d53b1ddebf6597b737e7" + }, + { + "name": "CoopTask", + "version": "0.8.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.2.zip", + "archiveFileName": "CoopTask-0.8.2.zip", + "size": 9817, + "checksum": "SHA-256:a674f9f41b7a2b2198d1ebffc0e16dcaad4bc57ff6725dec308cc3ee3bc5b2b5" + }, + { + "name": "CoopTask", + "version": "0.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.9.0.zip", + "archiveFileName": "CoopTask-0.9.0.zip", + "size": 10180, + "checksum": "SHA-256:08473d9504bdb76e4261612fb82410954fc4348cdf13ac8e09094de06b637b34" + }, + { + "name": "CoopTask", + "version": "0.12.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.12.0.zip", + "archiveFileName": "CoopTask-0.12.0.zip", + "size": 20017, + "checksum": "SHA-256:5b0f1603c83c0e800eb6c15d55d7c6f78e116dac6c092b5c893a3d04ae2d7c8d" + }, + { + "name": "CoopTask", + "version": "1.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.0.0.zip", + "archiveFileName": "CoopTask-1.0.0.zip", + "size": 20254, + "checksum": "SHA-256:95aa748f80766129c059e9fcd0997455f93ad9a48b80665e6522907a6d348fab" + }, + { + "name": "CoopTask", + "version": "1.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.0.zip", + "archiveFileName": "CoopTask-1.1.0.zip", + "size": 20900, + "checksum": "SHA-256:3223523afcde071f0d8f83e7fc837e0c44b197ffdfa1c3d4e73c60e5e16a6fd9" + }, + { + "name": "CoopTask", + "version": "1.1.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.1.zip", + "archiveFileName": "CoopTask-1.1.1.zip", + "size": 20917, + "checksum": "SHA-256:e3a799ff41c484a358b051d0d8b1491e3a14d227edcfeac34685ca3a11516bec" + }, + { + "name": "CoopTask", + "version": "1.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.2.0.zip", + "archiveFileName": "CoopTask-1.2.0.zip", + "size": 21280, + "checksum": "SHA-256:53587becf68ba6258fd2592ab0062ef83bbbcd89173bd10e0c6acb5693715e17" + }, + { + "name": "CoopTask", + "version": "1.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.0.zip", + "archiveFileName": "CoopTask-1.3.0.zip", + "size": 21416, + "checksum": "SHA-256:53c4d90ae3583f0c58d77004b6533c16037ac0d205dea023bc42fa7a0a3da7db" + }, + { + "name": "CoopTask", + "version": "1.3.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.1.zip", + "archiveFileName": "CoopTask-1.3.1.zip", + "size": 21584, + "checksum": "SHA-256:ec038cec15f54ac067937cefff1fcc8557cdb58e2443c9a6c90a8eedd6a847ef" + }, + { + "name": "CoopTask", + "version": "1.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.0.zip", + "archiveFileName": "CoopTask-1.4.0.zip", + "size": 24587, + "checksum": "SHA-256:94462e8a9dc6f45914f718c3ded008a25e96fd584e854d15a5336e2c022cc5d4" + }, + { + "name": "CoopTask", + "version": "1.4.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.1.zip", + "archiveFileName": "CoopTask-1.4.1.zip", + "size": 25741, + "checksum": "SHA-256:a51e936f4f79dbdb3e4d1da30d9830c84f4bd928a5c71b1d544f6f35cea0e769" + }, + { + "name": "CoopTask", + "version": "2.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.0.0.zip", + "archiveFileName": "CoopTask-2.0.0.zip", + "size": 30036, + "checksum": "SHA-256:28e150be361743b02231257d5335056714b2db0bc4ee5b54425f7ceb2853552c" + }, + { + "name": "CoopTask", + "version": "2.0.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.0.1.zip", + "archiveFileName": "CoopTask-2.0.1.zip", + "size": 31396, + "checksum": "SHA-256:cb40392e669ad2c519586f3bcdbde252494568373dd45d315003e4fec4a80dfa" + }, + { + "name": "CoopTask", + "version": "2.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.1.0.zip", + "archiveFileName": "CoopTask-2.1.0.zip", + "size": 31391, + "checksum": "SHA-256:0b011d2c3e75f33c5586b3da8f362acafea7f4d7fb583a5f000290f5355e2cbe" + }, + { + "name": "CoopTask", + "version": "2.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.2.0.zip", + "archiveFileName": "CoopTask-2.2.0.zip", + "size": 33676, + "checksum": "SHA-256:f1be98f1d6410d514139fa8f57665f7505553f86aa09e7ecb6a32d9164c6d67d" + }, + { + "name": "CoopTask", + "version": "2.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.4.0.zip", + "archiveFileName": "CoopTask-2.4.0.zip", + "size": 34225, + "checksum": "SHA-256:40829e6e395d2e33c158c4231f94adf1af94af04f1ea610bfa4058687a82e17e" + }, + { + "name": "CoopTask", + "version": "2.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.5.0.zip", + "archiveFileName": "CoopTask-2.5.0.zip", + "size": 34406, + "checksum": "SHA-256:244ee2afa3a3c893d3faa69c30c6d07d25cf0477df509b8b40bc0a550d4a87d2" + }, + { + "name": "CoopTask", + "version": "2.6.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.6.0.zip", + "archiveFileName": "CoopTask-2.6.0.zip", + "size": 34367, + "checksum": "SHA-256:4d5eee589159dae9e40420fd09710e545dc9f9a5e945c91749befe0dcad76164" + }, + { + "name": "CoopTask", + "version": "2.6.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.6.1.zip", + "archiveFileName": "CoopTask-2.6.1.zip", + "size": 34421, + "checksum": "SHA-256:5bf5db0613d62fa8a1cbda2db778f599c5a2ddcc70418e31cd9a08c460a2827a" + }, + { + "name": "CoopTask", + "version": "2.7.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.0.zip", + "archiveFileName": "CoopTask-2.7.0.zip", + "size": 34442, + "checksum": "SHA-256:80c0a0bcfb997194c3187eb92ece5639e2c4dfa07236571d92c25e719488e293" + }, + { + "name": "CoopTask", + "version": "2.7.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.1.zip", + "archiveFileName": "CoopTask-2.7.1.zip", + "size": 34487, + "checksum": "SHA-256:8f0bb329ddd899bc5e4bfd6cb704e5727e8ac1bae5ad39bf0a0da3d04e5df468" + }, + { + "name": "CoopTask", + "version": "2.7.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.2.zip", + "archiveFileName": "CoopTask-2.7.2.zip", + "size": 34521, + "checksum": "SHA-256:ef3893ddb03da4c21f4596ab9b78226f69ba534ee56390fd4ee5582b4a365a10" + }, + { + "name": "CoopTask", + "version": "2.8.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.8.0.zip", + "archiveFileName": "CoopTask-2.8.0.zip", + "size": 35111, + "checksum": "SHA-256:8e0be138c897e613ad4bd939bae35e803ca1000e407e018f53fdefaf3a4b7267" + }, + { + "name": "CoopTask", + "version": "2.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.9.0.zip", + "archiveFileName": "CoopTask-2.9.0.zip", + "size": 35480, + "checksum": "SHA-256:9f12ee0a943fd7646bcf9ce4ee04d1f8925832552357ecb8707c532eb0c52edb" + }, + { + "name": "CoopTask", + "version": "2.10.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.10.0.zip", + "archiveFileName": "CoopTask-2.10.0.zip", + "size": 35583, + "checksum": "SHA-256:69f2bd7511022ea5487f505a518a8b7912ca1ea66b42b2d94b3c78cd78d2ce0e" + }, + { + "name": "CoopTask", + "version": "3.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.0.0.zip", + "archiveFileName": "CoopTask-3.0.0.zip", + "size": 52483, + "checksum": "SHA-256:3eed7c25b86427f57934db0b0fe4d0e440531c8424313bde1ce2cf5e90dfe5b9" + }, + { + "name": "CoopTask", + "version": "3.0.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.0.1.zip", + "archiveFileName": "CoopTask-3.0.1.zip", + "size": 52447, + "checksum": "SHA-256:9339d718187770b5f81a42f6b8c0b4afb305d781fc48833506c8b0f74664d5bb" + }, + { + "name": "CoopTask", + "version": "3.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.1.0.zip", + "archiveFileName": "CoopTask-3.1.0.zip", + "size": 52885, + "checksum": "SHA-256:1eed636c3ec1b9d602ac64ae0eed85e109cd21c45ed73d0aea1947e20ff7c958" + }, + { + "name": "CoopTask", + "version": "3.1.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.1.1.zip", + "archiveFileName": "CoopTask-3.1.1.zip", + "size": 53929, + "checksum": "SHA-256:1be128dcd54e55283b3e66ecbe21d7494fc0ebf314a84d5607ef4af6a81cf32b" + }, + { + "name": "CoopTask", + "version": "3.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.2.0.zip", + "archiveFileName": "CoopTask-3.2.0.zip", + "size": 54176, + "checksum": "SHA-256:031041f419b8ae256639b7b71be01602164f7c1f999103f506b5bc8f672d0dfa" + }, + { + "name": "CoopTask", + "version": "3.2.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.2.1.zip", + "archiveFileName": "CoopTask-3.2.1.zip", + "size": 54199, + "checksum": "SHA-256:9f98e3a3a7afe037d9e67c6bcf2fbbc2bb9d78278b82f9b07e8b868c37e78e70" + }, + { + "name": "CoopTask", + "version": "3.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.0.zip", + "archiveFileName": "CoopTask-3.3.0.zip", + "size": 54461, + "checksum": "SHA-256:decb2c8f628457b11acabe6c729d7eb3d8a8371f1f65ef55c385ac67f179246f" + }, + { + "name": "CoopTask", + "version": "3.3.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.1.zip", + "archiveFileName": "CoopTask-3.3.1.zip", + "size": 54614, + "checksum": "SHA-256:380cf5079476a25a47327bb346ff4d1f42e4fa63bcf3f435ba713c1dd4136e7e" + }, + { + "name": "CoopTask", + "version": "3.3.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.2.zip", + "archiveFileName": "CoopTask-3.3.2.zip", + "size": 54468, + "checksum": "SHA-256:b16ec05b33749ebeb7e60ed11dce9c9f270befe6701fa56f6a20e1e5a84eebbe" + }, + { + "name": "CoopTask", + "version": "3.3.3", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.3.zip", + "archiveFileName": "CoopTask-3.3.3.zip", + "size": 54468, + "checksum": "SHA-256:e153707b003d4532c6b2b8dfb5fa6465fdb8f0d6ada163fe3836051fae57b84a" + }, + { + "name": "CoopTask", + "version": "3.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.4.0.zip", + "archiveFileName": "CoopTask-3.4.0.zip", + "size": 54426, + "checksum": "SHA-256:37aaa83fdd64c8085af4756f88ba31258935b744dd4cd1b7a784cc771b2a3aad" + }, + { + "name": "CoopTask", + "version": "3.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.5.0.zip", + "archiveFileName": "CoopTask-3.5.0.zip", + "size": 54467, + "checksum": "SHA-256:3f3b194bfa7bf2c8d44dd7a76b004098aab6515f467a3d18019104e88660ccdf" + }, + { + "name": "CoopTask", + "version": "3.5.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.5.1.zip", + "archiveFileName": "CoopTask-3.5.1.zip", + "size": 54490, + "checksum": "SHA-256:863877768d43b4369a9ff26c80f0d6b8077276d6f7993c25812660940f9e2bb5" + }, + { + "name": "CoopTask", + "version": "3.6.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.0.zip", + "archiveFileName": "CoopTask-3.6.0.zip", + "size": 55691, + "checksum": "SHA-256:ff1ac4c4296346bb5676650bcea959340292252a0b31667aebb5b7e6c545cd67" + }, + { + "name": "CoopTask", + "version": "3.6.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.1.zip", + "archiveFileName": "CoopTask-3.6.1.zip", + "size": 55875, + "checksum": "SHA-256:e151bf24dd621c008e3a422dfc6a344d5cdbd4de3a811351484ff591039f9c51" + }, + { + "name": "CoopTask", + "version": "3.6.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.2.zip", + "archiveFileName": "CoopTask-3.6.2.zip", + "size": 55875, + "checksum": "SHA-256:26b698c7e540ed5abb54c97bab42305277156c07dc3b66739d3c7e5ddb30d73e" + }, + { + "name": "CoopTask", + "version": "3.6.3", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.3.zip", + "archiveFileName": "CoopTask-3.6.3.zip", + "size": 56027, + "checksum": "SHA-256:ff3d637d7aaab90ec13b7acaa19741ab9388c5bcee9c62838b2c01ff7efb9a7c" + }, + { + "name": "CoopTask", + "version": "3.6.4", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.4.zip", + "archiveFileName": "CoopTask-3.6.4.zip", + "size": 56064, + "checksum": "SHA-256:b6d431cc6b61ad0a7b367f611edb1896cd13e67a05b628ff925f0d4bf2101a1c" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C", + "paragraph": "Communicates with the TMP117 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/15413", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", + "size": 26866, + "checksum": "SHA-256:ae7d5fe21f45c193f1c95d71b5219e359251f8f1ac13d908c16015a29bed227c" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://www.sparkfun.com/products/15413", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.1.1.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.1.1.zip", + "size": 29585, + "checksum": "SHA-256:4fa8c69ceda8608480f68444c84914827c49febfa51fc0a0336ed9120b2b275d" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://www.sparkfun.com/products/15413", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.0.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.0.zip", + "size": 31616, + "checksum": "SHA-256:764fe8d0028850a5c55f7ec473b8bf791863cbaa3196bd9c83a5daaa48e69d42" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.1.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.1.zip", + "size": 31946, + "checksum": "SHA-256:1241789101702d8e5ebc08795ce8551a6b11b1ff06e4b628c3c91cb6d74234f0" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.2.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.2.zip", + "size": 32067, + "checksum": "SHA-256:715cb1c058040733b1b5941c1f302ce8cf656ae221d85e258a0d74f6d5198668" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.3.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.3.zip", + "size": 32061, + "checksum": "SHA-256:b8c1436772a7c450164ee6ce09ddf64430d7b5ad7ff58b1b69c381528573f186" + }, + { + "name": "Esparto", + "version": "3.3.0", + "author": "Phil Bowles \u003cesparto8266@gmail.com\u003e", + "maintainer": "Phil Bowles \u003cesparto8266@gmail.com\u003e", + "sentence": "Rapid development framework, synchronous task queue and GPIO manager (plus more) for ESP8266 devices", + "paragraph": "Esparto has also been described as a sort of RTOS for ESP8266. It DOES have a synchronous task queue which serialises all events, but RTOS is too grand a title. As one user said: \"kinda crazy how easy you made this thing...\"", + "website": "https://github.com/philbowles/esparto", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/philbowles/esparto.git", + "providesIncludes": ["ESPArto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/philbowles/Esparto-3.3.0.zip", + "archiveFileName": "Esparto-3.3.0.zip", + "size": 1615447, + "checksum": "SHA-256:ad88f9ed19e597e12d40bd1f6a5b817a2b6d644ae610fff9ee2fbf8f7e9cfb58" + }, + { + "name": "UselessLib", + "version": "1.0.0", + "author": "Various", + "maintainer": "Various", + "sentence": "This library is just for testing purpose of the Arduino Library indexer.", + "paragraph": "Do not install.", + "website": "https://example.com/", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cmaglie/UselessLib.git", + "dependencies": [ + { + "name": "Arduino_OAuth" + }, + { + "name": "ArduinoHttpClient", + "version": "\u003c0.3.0" + }, + { + "name": "NonExistentLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/UselessLib-1.0.0.zip", + "archiveFileName": "UselessLib-1.0.0.zip", + "size": 1198, + "checksum": "SHA-256:006dcfa597de912084355cdd1d9380c0c3abb57eea868a1f135752c522be0b1e" + }, + { + "name": "Arduino_LSM6DS3", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.", + "website": "https://www.arduino.cc/en/Reference/Arduino_LSM6DS3", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DS3.git", + "providesIncludes": ["Arduino_LSM6DS3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DS3-1.0.0.zip", + "archiveFileName": "Arduino_LSM6DS3-1.0.0.zip", + "size": 8140, + "checksum": "SHA-256:a0dada2b25440939dbce48051cbc4493c3109cab56ec52f85d14a9ebd4244800" + }, + { + "name": "Arduino_LSM9DS1", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", + "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", + "providesIncludes": ["Arduino_LSM9DS1.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.0.0.zip", + "archiveFileName": "Arduino_LSM9DS1-1.0.0.zip", + "size": 8772, + "checksum": "SHA-256:4900e8fdfdfd49e748c828ea6d2c5a4b10bce44959ac9daeca613cfbcd8689a7" + }, + { + "name": "Arduino_LSM9DS1", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", + "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", + "providesIncludes": ["Arduino_LSM9DS1.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.1.0.zip", + "archiveFileName": "Arduino_LSM9DS1-1.1.0.zip", + "size": 9301, + "checksum": "SHA-256:d49254d66d382d4e533c133390923f8e45926e813f63c6a94ac7ede17d1c2435" + }, + { + "name": "Arduino_HTS221", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature and humidity sensors of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_HTS221", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_HTS221.git", + "providesIncludes": ["Arduino_HTS221.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_HTS221-1.0.0.zip", + "archiveFileName": "Arduino_HTS221-1.0.0.zip", + "size": 7362, + "checksum": "SHA-256:a3c1c8469975c76721d9ab8ff0ef49ce40fe0a0bca078ab1d541cf5d396f958a" + }, + { + "name": "Arduino_LPS22HB", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", + "providesIncludes": ["Arduino_LPS22HB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.0.zip", + "archiveFileName": "Arduino_LPS22HB-1.0.0.zip", + "size": 6739, + "checksum": "SHA-256:ace1fc2f8de280236710d75b54cdde7934243a20fb0433046df17374f1531fa1" + }, + { + "name": "Arduino_LPS22HB", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", + "providesIncludes": ["Arduino_LPS22HB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.1.zip", + "archiveFileName": "Arduino_LPS22HB-1.0.1.zip", + "size": 6892, + "checksum": "SHA-256:3e0bde2f8d726a378606db20927eb9dac0272ee0c28dcba0f6e591d5861e8a12" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.1.zip", + "archiveFileName": "WiredController_asukiaaa-1.0.1.zip", + "size": 5613, + "checksum": "SHA-256:94229bc301dde85149bf045ff0db7d1155047945bb6eab1171a8f3dfb9c9482c" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.2.zip", + "archiveFileName": "WiredController_asukiaaa-1.0.2.zip", + "size": 5705, + "checksum": "SHA-256:07866654582f0b4a08a2727b11baca5c80890fd13efdab21584e510b61f49c49" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.3.zip", + "archiveFileName": "WiredController_asukiaaa-1.0.3.zip", + "size": 6104, + "checksum": "SHA-256:f649164afac0150eac0da8bf81a23ca3077189a9ad7f6383bd8dd099b8cfb01a" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.0.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.0.zip", + "size": 7801, + "checksum": "SHA-256:7a10d41bd44ea22c3474ea1f10112fffe89f722693db288e8c6efddb6a9c088f" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.1.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.1.zip", + "size": 7944, + "checksum": "SHA-256:e07a04064a53988cbf48312968749952922b19ab88843e6f5b33753e243cc21a" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.2.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.2.zip", + "size": 7936, + "checksum": "SHA-256:ce27a7662b636a9acaaf0dd9712532b64419c11b406a67f876ea5f189e5d9572" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.3.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.3.zip", + "size": 8017, + "checksum": "SHA-256:788f82094ff4fa28a83dbef33a12cadd3a5e9a3539c1f032f7022cf5fcf6d166" + }, + { + "name": "LinkedPointerList", + "version": "1.0.0", + "author": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "maintainer": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "sentence": "Light-weight implementation of LinkedList library, that is now stripped down to bare minimum, making it appropriate for use in memory-critical environments.", + "paragraph": "Instead of working with actual objects, it deals with pointers to them. It has no caching, so it is appropriate for handling shorter lists of up to hundred elements.", + "website": "https://github.com/jonnieZG/LinkedPointerList", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonnieZG/LinkedPointerList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/LinkedPointerList-1.0.0.zip", + "archiveFileName": "LinkedPointerList-1.0.0.zip", + "size": 7028, + "checksum": "SHA-256:561c2f910ced8844ddbd3642de36502fc91b598a074347ac2bb793cd5ac6e567" + }, + { + "name": "Z80RetroShield", + "version": "0.0.1", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.1.zip", + "archiveFileName": "Z80RetroShield-0.0.1.zip", + "size": 9456, + "checksum": "SHA-256:1ad4c9e3b4f94a8ca1d3731b44842b0e970721171e9a1a743b6f65fca7d351eb" + }, + { + "name": "Z80RetroShield", + "version": "0.0.2", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.2.zip", + "archiveFileName": "Z80RetroShield-0.0.2.zip", + "size": 12009, + "checksum": "SHA-256:b1a53abccbab69d391d9f0da45abe0b359f66e4d7478454eb396756213f77cb4" + }, + { + "name": "Z80RetroShield", + "version": "0.1.0", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.1.0.zip", + "archiveFileName": "Z80RetroShield-0.1.0.zip", + "size": 13301, + "checksum": "SHA-256:6e20ada56f416f30d6865a3b4b2ac718fb111695b5978a83e7786aa525706811" + }, + { + "name": "Z80RetroShield", + "version": "0.2.0", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.2.0.zip", + "archiveFileName": "Z80RetroShield-0.2.0.zip", + "size": 96888, + "checksum": "SHA-256:12b52f147a8b6c6de0b7c8e5c69586cab2b0746fa57add7fbc009c8f574c8990" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nrf52", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.0.zip", + "archiveFileName": "SX126x_Arduino-1.0.0.zip", + "size": 259540, + "checksum": "SHA-256:6238e405bd8a992617902f54388ab8a293f3b890c6e4d793e6f5fd9fd03839e9" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.1.zip", + "archiveFileName": "SX126x_Arduino-1.0.1.zip", + "size": 259543, + "checksum": "SHA-256:9bd1c7c7c6024c4eb043c56b5c681d258d3c7311f59e1bbf8bde52bf52f102d2" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.2.zip", + "archiveFileName": "SX126x_Arduino-1.0.2.zip", + "size": 260073, + "checksum": "SHA-256:a5f2940a4f9ece6241613f5ddb4625d8d91d49cf5532b5e37bfd7df5b4545509" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.3.zip", + "archiveFileName": "SX126x_Arduino-1.0.3.zip", + "size": 262147, + "checksum": "SHA-256:6ee0324e054448d4af963d7136b91b10ecb5f92a81663770b0664af02267f399" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.4.zip", + "archiveFileName": "SX126x_Arduino-1.0.4.zip", + "size": 275799, + "checksum": "SHA-256:74edb8f820c0552be6c120caae17538e7a734fa1d8c21e60e89c8be384eb0aac" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.5", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.5.zip", + "archiveFileName": "SX126x_Arduino-1.0.5.zip", + "size": 2722871, + "checksum": "SHA-256:1f8bd8471ebe2d769040031d836667ea0bad98d592d844575c3e0e85526b3299" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.6", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.6.zip", + "archiveFileName": "SX126x_Arduino-1.0.6.zip", + "size": 2723017, + "checksum": "SHA-256:85ea7e93829be3840a15c70f9155394a2682cb5536330fb9c517fbf46ece504d" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.7", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.7.zip", + "archiveFileName": "SX126x_Arduino-1.0.7.zip", + "size": 2733929, + "checksum": "SHA-256:5c74e875d0f75dab1346aff9912c2addf9a3e5a198ce4d39ab6068b34c65f9cd" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.8", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.8.zip", + "archiveFileName": "SX126x_Arduino-1.0.8.zip", + "size": 2733893, + "checksum": "SHA-256:12bc327170d1ecf568cb8e1f7fdb579c9ce603927a6b95facfeb9b6be84743b0" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.9", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.9.zip", + "archiveFileName": "SX126x_Arduino-1.0.9.zip", + "size": 2733998, + "checksum": "SHA-256:bf0ca7fb4d1de69ddd22b644a35b3b83a38f5d9cd25699b53eceaeae9f67cc04" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.0.zip", + "archiveFileName": "SX126x_Arduino-1.1.0.zip", + "size": 2734045, + "checksum": "SHA-256:ff767d71ef3e8ff3360ed72008d35e327257dbc4aedcf5397ade2139a9abbf8d" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.1.zip", + "archiveFileName": "SX126x_Arduino-1.1.1.zip", + "size": 2734340, + "checksum": "SHA-256:815b718e4e39d80101a85bb770a9b3880fc5104b125880dcaf95e5f2d4fc7472" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.2.zip", + "archiveFileName": "SX126x_Arduino-1.1.2.zip", + "size": 2734385, + "checksum": "SHA-256:c9874a97ec05b8ca913e429bf2af2a1c3b5fed74704cfcf6a63651613c2d97d3" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.3.zip", + "archiveFileName": "SX126x_Arduino-1.1.3.zip", + "size": 4701015, + "checksum": "SHA-256:0f3bc8ba0f07da38c149a0d2ed5c0f081a6bd4bbad96bdd9efecc49e423f0b4c" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.4.zip", + "archiveFileName": "SX126x_Arduino-1.1.4.zip", + "size": 4700974, + "checksum": "SHA-256:d386e35f22b299dbe2cf202527cad2eef03906fd6ae7fee5c646764d317ceca1" + }, + { + "name": "SX126x-Arduino", + "version": "1.2.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.2.0.zip", + "archiveFileName": "SX126x_Arduino-1.2.0.zip", + "size": 4797343, + "checksum": "SHA-256:da75d5f00845dc87e849646801986a0f848b6250b342fedd4b27d1223b660d44" + }, + { + "name": "SX126x-Arduino", + "version": "1.2.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.2.1.zip", + "archiveFileName": "SX126x_Arduino-1.2.1.zip", + "size": 4838032, + "checksum": "SHA-256:19cca5f4c858d43e8579063bac9144be0b4d3d2be667069d2ec6d1f1f86b23aa" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.0.zip", + "archiveFileName": "SX126x_Arduino-1.3.0.zip", + "size": 4839757, + "checksum": "SHA-256:01633c02c1e3290589b2e3b3ed42a72958ef137dd614c75409c54916afdecf8a" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.1.zip", + "archiveFileName": "SX126x_Arduino-1.3.1.zip", + "size": 4840384, + "checksum": "SHA-256:5cc1ffc20705eaa01d0d85bce770e4a5e5215691b8467197585b887d26fb93be" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.2.zip", + "archiveFileName": "SX126x_Arduino-1.3.2.zip", + "size": 4840632, + "checksum": "SHA-256:38025df05e06c73e2678e748c1c8216606f119f56bb02ca3c64969447c2da76b" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.3.zip", + "archiveFileName": "SX126x_Arduino-1.3.3.zip", + "size": 4840731, + "checksum": "SHA-256:f4ea44af9cd4e2f9f33dd9b60c3c06ace85a081058637eb95bcd07d9d152e3ef" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.0.zip", + "archiveFileName": "SX126x_Arduino-2.0.0.zip", + "size": 4862078, + "checksum": "SHA-256:1ec58a38eaf5554c645a47291d370f3723a170638e43c87cbc7270343279fec9" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52", "mbed_rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.2.zip", + "archiveFileName": "SX126x_Arduino-2.0.2.zip", + "size": 6532153, + "checksum": "SHA-256:e0ef7d3074710e32571d5e7e57ccdc311b209e7ffbd2094e9962553c9c67b1c9" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52", "mbed_rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.3.zip", + "archiveFileName": "SX126x_Arduino-2.0.3.zip", + "size": 6537877, + "checksum": "SHA-256:ec32203e83467274793714c3c7d4aee43040fc2234e5e45796931fdc8e82fa34" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": ["esp32", "nordicnrf52", "esp8266", "nrf52", "mbed_rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.4.zip", + "archiveFileName": "SX126x_Arduino-2.0.4.zip", + "size": 6538033, + "checksum": "SHA-256:28b8317a64bddd31dde8a36e5f726f3c85df04d7d7195e1d485844172deb452c" + }, + { + "name": "BackSeatDriver", + "version": "1.0.1", + "author": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e", + "maintainer": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e, https://github.com/kigster", + "sentence": "Simple move and turn semantics for self-driving vehicles.", + "paragraph": "This library applies non-blocking commands to various types of robots, implemented via supplementary \"adapter\" libraries. Two adapters are provided: 1) 4 DC Motor adapter, and 2) Two Servo Motors adapter. It's easy to write your own.", + "website": "https://github.com/kigster/back-seat-driver", + "category": "Device Control", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/kigster/back-seat-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kigster/BackSeatDriver-1.0.1.zip", + "archiveFileName": "BackSeatDriver-1.0.1.zip", + "size": 682964, + "checksum": "SHA-256:c8bee852d9c51a3ca69ebe5f8b634deb8d5c9d71755de7abff67aaa099b5cacd" + }, + { + "name": "ArdUAV", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.1.3.zip", + "archiveFileName": "ArdUAV-1.1.3.zip", + "size": 81174, + "checksum": "SHA-256:75bc110a3347eea2fa4fb7fa7cc3524570e2434f5f833503375ea17f0adf2a1d" + }, + { + "name": "ArdUAV", + "version": "1.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.2.zip", + "archiveFileName": "ArdUAV-1.2.2.zip", + "size": 3213809, + "checksum": "SHA-256:cdc9c8463beb1dd1ccc0c5a430e566a9c128f6c1087401d6d1c6b7277775e769" + }, + { + "name": "ArdUAV", + "version": "1.2.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.3.zip", + "archiveFileName": "ArdUAV-1.2.3.zip", + "size": 3213700, + "checksum": "SHA-256:c26bc9c734282e630ee1d333cf7cdb42390e8c76f7d23b585999b07e95c595db" + }, + { + "name": "ArdUAV", + "version": "1.2.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.4.zip", + "archiveFileName": "ArdUAV-1.2.4.zip", + "size": 4556765, + "checksum": "SHA-256:f80c3933a0a4e4cc58b750a80e7ac924ec137dab13c1e4fa023e7854c8530395" + }, + { + "name": "ArdUAV", + "version": "1.2.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.5.zip", + "archiveFileName": "ArdUAV-1.2.5.zip", + "size": 4557580, + "checksum": "SHA-256:bc7ffff42f552865df08481707e3a272a4a31d7757e321b701378d32247d29ed" + }, + { + "name": "ArdUAV", + "version": "1.2.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.6.zip", + "archiveFileName": "ArdUAV-1.2.6.zip", + "size": 4557590, + "checksum": "SHA-256:198947891f2484a92b27418bdef1f5e3fa7597602e71afdea4757ed26f1c066a" + }, + { + "name": "ArdUAV", + "version": "1.2.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.7.zip", + "archiveFileName": "ArdUAV-1.2.7.zip", + "size": 4558523, + "checksum": "SHA-256:c914a23c131a4de9b97d5e9abe2b38e550ab5d51fb461ec332d507b4c3853ab6" + }, + { + "name": "ArdUAV", + "version": "1.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.3.0.zip", + "archiveFileName": "ArdUAV-1.3.0.zip", + "size": 4550455, + "checksum": "SHA-256:8144f43892f6a2c5ef8f51207d707a467cc28c14bd0bbe9c2f7e85979eb8d8f0" + }, + { + "name": "ArdUAV", + "version": "1.3.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.3.1.zip", + "archiveFileName": "ArdUAV-1.3.1.zip", + "size": 4550631, + "checksum": "SHA-256:529cbf0613cab809290eb296c70714b768f6f1f3ef34b2b3c96a88d2e308cf3b" + }, + { + "name": "ArdUAV", + "version": "1.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.0.zip", + "archiveFileName": "ArdUAV-1.4.0.zip", + "size": 4546316, + "checksum": "SHA-256:0900e2c0f492cbc8874090e51dadba7041dd328f2a01d7407ca141946438e7e3" + }, + { + "name": "ArdUAV", + "version": "1.4.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.1.zip", + "archiveFileName": "ArdUAV-1.4.1.zip", + "size": 4546352, + "checksum": "SHA-256:2af0ecc0f5e6e3f344e1d36766964e915f884056d450003120960845bc8ee41d" + }, + { + "name": "ArdUAV", + "version": "1.4.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.2.zip", + "archiveFileName": "ArdUAV-1.4.2.zip", + "size": 4546393, + "checksum": "SHA-256:bbb6beb27f44a5e23afee2e83c545d697f9aaa7dbb98b6c6e9d5f97ef8e7053b" + }, + { + "name": "Senses_NBIoT", + "version": "0.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support AIS_NB_BC95.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["NBIoT"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_NBIoT.git", + "providesIncludes": ["Senses_NBIoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_NBIoT-0.1.0.zip", + "archiveFileName": "Senses_NBIoT-0.1.0.zip", + "size": 4903, + "checksum": "SHA-256:1750084e5ef4da7b8af706993360858b87d03d62c6396bfb060b65c1d1927cfc" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.2.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.2.zip", + "size": 26103, + "checksum": "SHA-256:e0d03b68c0393452a5d36b055a5f8aefcbf3bb5c2843b51144099ac8aaaed36a" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.3.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.3.zip", + "size": 26117, + "checksum": "SHA-256:b03fc2dbe417a7318ae7416e2380d8b0041918bdc7111cbfbeb95bdfa5a752d3" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.0.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.0.zip", + "size": 24240, + "checksum": "SHA-256:a26ad6df1a50de1f462005a6344fa5f3c28be9e3942fa82518b4ad2c8e986140" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.1.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.1.zip", + "size": 24282, + "checksum": "SHA-256:359fb2dd0cf49433b2772ba2173e9428114af5f6ae34a8ef6825cb265f488df8" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.4.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.4.zip", + "size": 26122, + "checksum": "SHA-256:9f043d751b6d82ac8c28a3d9ec1cf4f2931f989ec679f1f19023d72890a45bb1" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "dependencies": [ + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.5.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.5.zip", + "size": 27372, + "checksum": "SHA-256:2b74d144371af60cf06fd1d43935c5a60cf9a9220c6f5a203194dc0c10071389" + }, + { + "name": "WakeOnLan", + "version": "1.0.0", + "author": "a7md0", + "maintainer": "a7md0", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.0.0.zip", + "archiveFileName": "WakeOnLan-1.0.0.zip", + "size": 4448, + "checksum": "SHA-256:10448487049d39b03b96d407b629463f3a4df95b325dd5939f380766bd0e76a8" + }, + { + "name": "WakeOnLan", + "version": "1.1.2", + "author": "a7md0", + "maintainer": "a7md0", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.2.zip", + "archiveFileName": "WakeOnLan-1.1.2.zip", + "size": 6249, + "checksum": "SHA-256:800949b4244e933657ab729135a0d1f9592dae346845319b3b6c10377fbcc792" + }, + { + "name": "WakeOnLan", + "version": "1.1.3", + "author": "a7md0", + "maintainer": "a7md0", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.3.zip", + "archiveFileName": "WakeOnLan-1.1.3.zip", + "size": 6740, + "checksum": "SHA-256:586f11872dd4d5e1dd8f7b7161e74b3e665cbc6699a2b14b0dab450c1d1f7e3a" + }, + { + "name": "WakeOnLan", + "version": "1.1.4", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.4.zip", + "archiveFileName": "WakeOnLan-1.1.4.zip", + "size": 6817, + "checksum": "SHA-256:0ec45bd1d48e549dab013e9c9db8850a942ef2e1d530124748cc2be71db55f3b" + }, + { + "name": "WakeOnLan", + "version": "1.1.5", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.5.zip", + "archiveFileName": "WakeOnLan-1.1.5.zip", + "size": 7713, + "checksum": "SHA-256:06903587f4aa4dfc1c5b5c03804e09d9cc44056d07c5126671d2931d13580642" + }, + { + "name": "WakeOnLan", + "version": "1.1.6", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.6.zip", + "archiveFileName": "WakeOnLan-1.1.6.zip", + "size": 8245, + "checksum": "SHA-256:54dcf138580417285362511f03c34c307c7a2bf308588da33db56b4b65d45d31" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "0.0.2", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": ["Freenove_WS2812B_RGBLED_Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", + "size": 72052, + "checksum": "SHA-256:afa46594bae463b0f98fc656e1a0b07ec9bce5be1006f35e3da9b16b7c9e31b3" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "0.1.0", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": ["AVR"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", + "size": 9185, + "checksum": "SHA-256:0de8fffe9d561800692e441bd8ba7a56e7e9c7a47b0205700714f37e4b7955fa" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "1.0.0", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": ["Freenove_WS2812B_RGBLED_Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", + "size": 73308, + "checksum": "SHA-256:eae3b6d531f88ec4ac8d5719a974ae563f0c42b3e59a8a6b45f5f9031d024f91" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "1.0.2", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": ["Freenove_WS2812B_RGBLED_Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.2.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.2.zip", + "size": 73336, + "checksum": "SHA-256:734d693b740fcda9e5afd0511be8fcca3322afa4bb4e43cbc569fd7bd267ec2d" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "1.0.3", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": ["Freenove_WS2812B_RGBLED_Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.3.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.3.zip", + "size": 73356, + "checksum": "SHA-256:40761b39176d884acd715438779c74da6d94f75e34e9a5f4916b8308b38bcc45" + }, + { + "name": "tinyproto", + "version": "0.6.4", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via any physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You don't need to think about data synchronization between points.", + "website": "ADDRESS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.6.4.zip", + "archiveFileName": "tinyproto-0.6.4.zip", + "size": 223180, + "checksum": "SHA-256:e9840eb595b1a356e710f4166c37949a99e482e6a5e740f05d52f53428649f7a" + }, + { + "name": "tinyproto", + "version": "0.7.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via any physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.7.0.zip", + "archiveFileName": "tinyproto-0.7.0.zip", + "size": 1153555, + "checksum": "SHA-256:778d263df764cc0accd1d8e4992ca36819c27d315ac323927903b157dad7f4c0" + }, + { + "name": "tinyproto", + "version": "0.8.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.8.0.zip", + "archiveFileName": "tinyproto-0.8.0.zip", + "size": 1541329, + "checksum": "SHA-256:f1e45776dd2d1bee1d6241078f1a554d4b24e934f817e6b7c52286cad5db1232" + }, + { + "name": "tinyproto", + "version": "0.9.2", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.9.2.zip", + "archiveFileName": "tinyproto-0.9.2.zip", + "size": 1474145, + "checksum": "SHA-256:0b210a0149310cb4d3911249599f3829e2da96a48c6103a4403bdd4f4d84aff9" + }, + { + "name": "tinyproto", + "version": "0.9.3", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.9.3.zip", + "archiveFileName": "tinyproto-0.9.3.zip", + "size": 1621323, + "checksum": "SHA-256:f22fa747ce6e84922bc721e89f100f31afa4a2598f8760768f540f3e9188db46" + }, + { + "name": "tinyproto", + "version": "0.10.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.10.1.zip", + "archiveFileName": "tinyproto-0.10.1.zip", + "size": 1668200, + "checksum": "SHA-256:26b508d3878a242972b453cd46856992d99525fd16dabd5cd7b10c8ab930c05b" + }, + { + "name": "tinyproto", + "version": "0.11.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.11.0.zip", + "archiveFileName": "tinyproto-0.11.0.zip", + "size": 1634523, + "checksum": "SHA-256:45065a752e2dd5ff064c96a99908c9b421b2a2d12100d7e256405c09c3bb41cf" + }, + { + "name": "tinyproto", + "version": "0.12.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.12.0.zip", + "archiveFileName": "tinyproto-0.12.0.zip", + "size": 235990, + "checksum": "SHA-256:07f5de0da9469dc16d7666e3a1f66b0fc10b85a726a33e4297e1078a89ef9c61" + }, + { + "name": "tinyproto", + "version": "0.12.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.12.1.zip", + "archiveFileName": "tinyproto-0.12.1.zip", + "size": 236249, + "checksum": "SHA-256:c708dd7e6a9f58e2915ea6dfdc743e59d4b29acee392dc5a55a6a86083b68305" + }, + { + "name": "LILCMU GoGoBoard Library", + "version": "1.0.0", + "author": "thapakorn613", + "maintainer": "Learning Inventions Laboratory,CMU \u003cthapakorn613@gmail.com\u003e", + "sentence": "Library for GoGoBoard", + "paragraph": "C++ library", + "website": "https://gogoboard.org/ , https://github.com/thapakorn613/GoGoBoard-Library.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thapakorn613/GoGoBoard-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thapakorn613/LILCMU_GoGoBoard_Library-1.0.0.zip", + "archiveFileName": "LILCMU_GoGoBoard_Library-1.0.0.zip", + "size": 4641, + "checksum": "SHA-256:9deb11b8deca98dc7b589b41146698272aad96d33ee42962e6bf39ef58c5c668" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is a integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/15508", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", + "size": 22831, + "checksum": "SHA-256:e5b1b70bf3b17e65f0a7952908b7f147a0a95d229b763a77e8d054da166ec6c0" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/15508", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.2.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.2.zip", + "size": 23442, + "checksum": "SHA-256:0cf190fc9b77c5a8d7f6abdd3e6e47ced0f7c842c11aaebc0b928f3fc61988bc" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/16294", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.3.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.3.zip", + "size": 23914, + "checksum": "SHA-256:758b9817068ee9f9dae2209ce0e6528030b90459b9d6cba4ed7e55207f21d3bb" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/16294", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.4.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.4.zip", + "size": 24326, + "checksum": "SHA-256:e09cba5792aa41153622d97190e9f41db2400105574905332a15868379612358" + }, + { + "name": "Omron D6F-PH Arduino Library", + "version": "1.0.0", + "author": "Bitixel \u003cinfo@bitixel.com\u003e", + "maintainer": "Bitixel \u003cinfo@bitixel.com\u003e", + "sentence": "Library for I2C Communication with Omron D6F-PH Differential Pressure Sensor", + "paragraph": "An Arduino Library to enable I2C communication with \u003ca href=\"https://www.mouser.com/new/omronelectronics/Omron-D6F-PH/\"\u003eOmron D6F-PH\u003c/a\u003e Differential Pressure Sensor. Useful for interfacing to the Omron D6F-PH0505AD3, the Omron D6F-PH0025AD1 and the Omron D6F-PH5050AD3.", + "website": "https://github.com/bitixel/Omron_D6FPH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitixel/Omron_D6FPH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitixel/Omron_D6F_PH_Arduino_Library-1.0.0.zip", + "archiveFileName": "Omron_D6F_PH_Arduino_Library-1.0.0.zip", + "size": 15679, + "checksum": "SHA-256:ee9aa876f00508e84f05a61aacb3d220d3d1a125d3463be0de6bd348bd13b2f7" + }, + { + "name": "Omron D6F-PH Arduino Library", + "version": "1.1.0", + "author": "Bitixel \u003cinfo@bitixel.com\u003e", + "maintainer": "Bitixel \u003cinfo@bitixel.com\u003e", + "sentence": "Library for I2C Communication with Omron D6F-PH Differential Pressure Sensor", + "paragraph": "An Arduino Library to enable I2C communication with \u003ca href=\"https://www.mouser.com/new/omronelectronics/Omron-D6F-PH/\"\u003eOmron D6F-PH\u003c/a\u003e Differential Pressure Sensor. Useful for interfacing to the Omron D6F-PH0505AD3, the Omron D6F-PH0025AD1 and the Omron D6F-PH5050AD3.", + "website": "https://github.com/bitixel/Omron_D6FPH", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitixel/Omron_D6FPH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitixel/Omron_D6F_PH_Arduino_Library-1.1.0.zip", + "archiveFileName": "Omron_D6F_PH_Arduino_Library-1.1.0.zip", + "size": 15788, + "checksum": "SHA-256:da6611027130712b2dc1193ced13d43a4bf61fa4c7a5da2a772181a81cd61478" + }, + { + "name": "Hall-Switch", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": ["hall-switch-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.0.zip", + "archiveFileName": "Hall_Switch-1.0.0.zip", + "size": 9409147, + "checksum": "SHA-256:b0dca85da3f9fe29daa0aa00d4b7fc73f9f9e1109c54cd7182586ea64919d0d4" + }, + { + "name": "Hall-Switch", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": ["hall-switch-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.1.zip", + "archiveFileName": "Hall_Switch-1.0.1.zip", + "size": 9409307, + "checksum": "SHA-256:5524b3cb0a87dfc9ef8949a7887e34d0b0a2aed2291e0f95af9ffbb09b0b9a14" + }, + { + "name": "Hall-Switch", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": ["hall-switch-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.1.0.zip", + "archiveFileName": "Hall_Switch-1.1.0.zip", + "size": 9413637, + "checksum": "SHA-256:a699661aee7144dc4f3af4af90c885637e1510acef090233d6b68d2ee61893de" + }, + { + "name": "Hall-Switch", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": ["hall-switch-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.1.1.zip", + "archiveFileName": "Hall_Switch-1.1.1.zip", + "size": 9413688, + "checksum": "SHA-256:e2ba05236ff663c2e1fa00a5219b35be4a28472fd76886639e74da6080024b8a" + }, + { + "name": "Hall-Switch", + "version": "2.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": ["hall-switch-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-2.0.0.zip", + "archiveFileName": "Hall_Switch-2.0.0.zip", + "size": 41214, + "checksum": "SHA-256:ccb48a6074d56a7233105618cf2e80ac21ce7b7d820418655f5dfb34a4cc1c4d" + }, + { + "name": "Hall-Switch", + "version": "2.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": ["hall-switch-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-2.1.0.zip", + "archiveFileName": "Hall_Switch-2.1.0.zip", + "size": 50075, + "checksum": "SHA-256:257339672c8a30e4ebed5597e1eeb1b7eaf373ead0901767eec9414936172ac3" + }, + { + "name": "Step_CYC10_Seven_Seg_Display", + "version": "1.0.5", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the 7-segment display on Step CYC10 FPGA board", + "paragraph": "Use this library to control the 7-segment display on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display", + "category": "Signal Input/Output", + "architectures": ["Reindeer"], + "types": ["Contributed"], + "repository": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display.git", + "providesIncludes": ["Step_CYC10_Seven_Seg_Display.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_Seven_Seg_Display-1.0.5.zip", + "archiveFileName": "Step_CYC10_Seven_Seg_Display-1.0.5.zip", + "size": 7344, + "checksum": "SHA-256:d8ddc987a98366cf1f3923a63aebfada6f49982126dc75eeba253d9e65a3916c" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.0", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.0.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.0.zip", + "size": 62852, + "checksum": "SHA-256:bab1c72c3ea9524bf1de545a3e557727a4cca2ac9c503b1606c5a91308c3a771" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.1", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.1.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.1.zip", + "size": 62883, + "checksum": "SHA-256:6cd98dd6899372155b98319e60db3f8e757b3a80d1f410bf1f26ea272baaf616" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.3", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.3.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.3.zip", + "size": 62943, + "checksum": "SHA-256:35de02c047f4d626a60f2f08492e0ff7e7e7ceebf103a4dd9e2bac84bbae47f3" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.4", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.4.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.4.zip", + "size": 63301, + "checksum": "SHA-256:39811a1819d6c496eca70aceb06f291d118b41be91f4277c208c1b649521911f" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.5", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.5.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.5.zip", + "size": 3053456, + "checksum": "SHA-256:605ffef658cc3a62f9c06360849a2da7831084edcd049ad975bd0baeab0e7879" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.2.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.1.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.2.1.zip", + "size": 3832109, + "checksum": "SHA-256:0d417f98be71cc1bbad2c274b756b17ee3c92c67a3c62cdcdd4d8f4254dca435" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.2.3", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.3.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.2.3.zip", + "size": 3832091, + "checksum": "SHA-256:6602891349633bbde517367d27d5a734adb1f365586c33a5ca66a68fc3277de7" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.2.4", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.4.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.2.4.zip", + "size": 3832232, + "checksum": "SHA-256:6a6a311756fb2d9bcd5f3830b2020b7c673fd680f2e98b73c41c3e5ba9523fc6" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", + "size": 18877, + "checksum": "SHA-256:fc1a7ca2a0ede7a26f16d4d2f05a527ca0936c3c5d019a9c4a2bc745afa853c3" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.1.zip", + "size": 18886, + "checksum": "SHA-256:7f710fc9e3d14fe58a0c6c529aa5af81d93b262d5d297085433bb3233d44f024" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.2.zip", + "size": 18892, + "checksum": "SHA-256:468a50baf29daba20e13ddc8c665818f069e59debd76301bf25fab74c271d274" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.3.zip", + "size": 18887, + "checksum": "SHA-256:89214dcc1bc5807e5b24285a7df64b26180bd7ca8672c50db0845cf920ef1113" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.0.zip", + "archiveFileName": "Senses_wifi_esp32-0.1.0.zip", + "size": 4297, + "checksum": "SHA-256:17be713a0c56fcb1c00cf3b0873ab34f7d241f360b2aa2b4654bf1710ca55260" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.1.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.1.zip", + "archiveFileName": "Senses_wifi_esp32-0.1.1.zip", + "size": 5199, + "checksum": "SHA-256:b50c62ce68f4f56fd71bf9d56792b5d8b72457ffc6182fc1132179154626812c" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.1.2", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.2.zip", + "archiveFileName": "Senses_wifi_esp32-0.1.2.zip", + "size": 6245, + "checksum": "SHA-256:a2bb459ae26e5e4f8cf1581cd645a9908e6c25c25cf8fbd391f378eefa026499" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.2.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.2.0.zip", + "archiveFileName": "Senses_wifi_esp32-0.2.0.zip", + "size": 6246, + "checksum": "SHA-256:fc55f5cfd2e12011cf3d7edd9d17ad111310814e585c5e4ca6cf6b8e65d0e4e8" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.3.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.0.zip", + "archiveFileName": "Senses_wifi_esp32-0.3.0.zip", + "size": 6260, + "checksum": "SHA-256:ac1756576e38f28f15f964deb909a0dec4f7bbe8a9c1eb2c1b5c3625c7e27c2b" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.3.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.1.zip", + "archiveFileName": "Senses_wifi_esp32-0.3.1.zip", + "size": 6261, + "checksum": "SHA-256:7df105c4b3d0170a567358ddc660caac39e93b946be4cbabf2d8572bf33210cb" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.0.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.0.0.zip", + "archiveFileName": "Senses_wifi_esp32-1.0.0.zip", + "size": 6872, + "checksum": "SHA-256:7a008d187b6e3e5b6d584655f39c3016ea3596e1f041efe57a85325982ec33c7" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.1.0.zip", + "archiveFileName": "Senses_wifi_esp32-1.1.0.zip", + "size": 14099, + "checksum": "SHA-256:01aaecdaca065c632139a1f494667399b647461e0b6317bee4a2690cb3073a32" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.2.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.2.0.zip", + "archiveFileName": "Senses_wifi_esp32-1.2.0.zip", + "size": 15158, + "checksum": "SHA-256:24fff1f1a800206d6a8d5af232c71be1dffd94f13756dff501d20e6ae67feec0" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.2.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.2.1.zip", + "archiveFileName": "Senses_wifi_esp32-1.2.1.zip", + "size": 15272, + "checksum": "SHA-256:e02fcc906581e2cbd9f860e02ca176575d686daefbee6091f737f6ac0905ef23" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.3.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.3.1.zip", + "archiveFileName": "Senses_wifi_esp32-1.3.1.zip", + "size": 17550, + "checksum": "SHA-256:dda38071f264c76fe1500916e628376353f5e5a99fab5924d19b71aa1d14fc1a" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.4.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": ["Senses_wifi_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.4.1.zip", + "archiveFileName": "Senses_wifi_esp32-1.4.1.zip", + "size": 18715, + "checksum": "SHA-256:d2ac7400ed738fb045ad08a2660c1d3eb55445b4c1651476645b45e572a348d2" + }, + { + "name": "TFL-Status", + "version": "1.0.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", + "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", + "website": "https://github.com/dushyantahuja/TFL-Status", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "providesIncludes": ["TFLStatus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.0.1.zip", + "archiveFileName": "TFL_Status-1.0.1.zip", + "size": 18498, + "checksum": "SHA-256:d673c9a0561f2849d2b6378d9d91c40e020e25d870f452eac5af445ec00dec6a" + }, + { + "name": "TFL-Status", + "version": "1.1.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", + "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", + "website": "https://github.com/dushyantahuja/TFL-Status", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "providesIncludes": ["TFLStatus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.1.zip", + "archiveFileName": "TFL_Status-1.1.1.zip", + "size": 18535, + "checksum": "SHA-256:01b12b8b71b1912de6ce0cd3ff20cc09172890abdcb4ad13adbab4375ab3548c" + }, + { + "name": "TFL-Status", + "version": "1.1.2", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", + "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", + "website": "https://github.com/dushyantahuja/TFL-Status", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "providesIncludes": ["TFLStatus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.2.zip", + "archiveFileName": "TFL_Status-1.1.2.zip", + "size": 18541, + "checksum": "SHA-256:3b091bc287bbf67262a14a08087a1dca733472a314c680f4bec84caa1932975c" + }, + { + "name": "ShiftDisplay2", + "version": "1.0.0", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": ["ShiftDisplay2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.0.0.zip", + "archiveFileName": "ShiftDisplay2-1.0.0.zip", + "size": 443382, + "checksum": "SHA-256:0dab13ae9e3fb7f78fd138829c7f9c7408e864c8f19a2ccc29f4861aaf04e37b" + }, + { + "name": "ShiftDisplay2", + "version": "1.1.0", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": ["ShiftDisplay2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.1.0.zip", + "archiveFileName": "ShiftDisplay2-1.1.0.zip", + "size": 443697, + "checksum": "SHA-256:89206acb1059b1e83d3dcc6699bc23b2a94bd332ba1b2f10d3e4b685e646041f" + }, + { + "name": "ShiftDisplay2", + "version": "1.2.0", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": ["ShiftDisplay2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.0.zip", + "archiveFileName": "ShiftDisplay2-1.2.0.zip", + "size": 443725, + "checksum": "SHA-256:441e597743c163d5586cd12b97695600e06383eae86eeb4962996603ec36e74e" + }, + { + "name": "ShiftDisplay2", + "version": "1.2.1", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": ["ShiftDisplay2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.1.zip", + "archiveFileName": "ShiftDisplay2-1.2.1.zip", + "size": 443958, + "checksum": "SHA-256:a3287896be018ee80c9765f0bab6a58904c49265f51eff95f746d33481370bb5" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9660", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": ["Arduino_APDS9960.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.0.zip", + "archiveFileName": "Arduino_APDS9960-1.0.0.zip", + "size": 9482, + "checksum": "SHA-256:c4b682ca696739af5c8362666b7a1dc6d56878c507628e617111d19afd8e64b7" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": ["Arduino_APDS9960.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.1.zip", + "archiveFileName": "Arduino_APDS9960-1.0.1.zip", + "size": 9479, + "checksum": "SHA-256:0f4aa9cc5922fc8625f47c7fcef546e95d5d0207c83dc4f7354c8f2ace58e527" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": ["Arduino_APDS9960.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.2.zip", + "archiveFileName": "Arduino_APDS9960-1.0.2.zip", + "size": 9513, + "checksum": "SHA-256:8ad41584eb1aa99e5b9379b47d9ba901983bb630b05d61becd301f12d1c44499" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": ["Arduino_APDS9960.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.3.zip", + "archiveFileName": "Arduino_APDS9960-1.0.3.zip", + "size": 10803, + "checksum": "SHA-256:c47123b9a191b472fc24e97d0d2123b2265c7d31cacbbb7c0da6ce643e43b0f3" + }, + { + "name": "ViewMarq", + "version": "1.0.0", + "author": "Tristan Warder \u003ctristanw@facts-eng.com\u003e,FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "Library to communicate with ViewMarq LED Message Displays.", + "paragraph": "A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.", + "website": "https://github.com/AdamCummick/Arduino_Viewmarq", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/facts-engineering/ViewMarq.git", + "providesIncludes": ["ViewMarq.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ViewMarq-1.0.0.zip", + "archiveFileName": "ViewMarq-1.0.0.zip", + "size": 23403, + "checksum": "SHA-256:dd7de66c79fc5c12ce9cbd577b0ccb9030ae56798500d34fbd5520340dc78cc1" + }, + { + "name": "ViewMarq", + "version": "1.0.1", + "author": "Tristan Warder \u003ctristanw@facts-eng.com\u003e,FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "Library to communicate with ViewMarq LED Message Displays.", + "paragraph": "A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.", + "website": "https://github.com/facts-engineering/ViewMarq", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/facts-engineering/ViewMarq.git", + "providesIncludes": ["ViewMarq.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ViewMarq-1.0.1.zip", + "archiveFileName": "ViewMarq-1.0.1.zip", + "size": 23397, + "checksum": "SHA-256:390b301dc0a1cd1947b790352f41670eea3ca0cbdef4147f73a47153512dd58c" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.0.zip", + "archiveFileName": "Adafruit_MSA301-1.0.0.zip", + "size": 739379, + "checksum": "SHA-256:7d3f602cc62a7ab8daa8428e1db403844f311f60ed7d58c9496b5bd571445326" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.1.zip", + "archiveFileName": "Adafruit_MSA301-1.0.1.zip", + "size": 739356, + "checksum": "SHA-256:967086a408231c0127ee7bc197c79fd9ead778d76816e99bb85471069f1f3efa" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.2.zip", + "archiveFileName": "Adafruit_MSA301-1.0.2.zip", + "size": 739361, + "checksum": "SHA-256:8e4d38239d6f39cb8f34990fd6cf728033518f53a1648b9a61394005cf7114a0" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.3.zip", + "archiveFileName": "Adafruit_MSA301-1.0.3.zip", + "size": 739358, + "checksum": "SHA-256:206f42cbc0a8c2838451f4ad8b26e48939da1a43a69e16d0960d1d646d6bdfed" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.4.zip", + "archiveFileName": "Adafruit_MSA301-1.0.4.zip", + "size": 740451, + "checksum": "SHA-256:a637ac750f107f4b4f0909dc87a712753e79549b7cb295f7ff1bd384c82145f9" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.5.zip", + "archiveFileName": "Adafruit_MSA301-1.0.5.zip", + "size": 740485, + "checksum": "SHA-256:3f573fdbd03635056f0e20ef77ae4b7ef304220311402006760cfeefec000c1c" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.6.zip", + "archiveFileName": "Adafruit_MSA301-1.0.6.zip", + "size": 740486, + "checksum": "SHA-256:2c32429a97f85f766a160ac97db4e72135691861212248db0d47feae402c7ada" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.7", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.7.zip", + "archiveFileName": "Adafruit_MSA301-1.0.7.zip", + "size": 1492906, + "checksum": "SHA-256:8a075a4d7624a2dde7b42c9e8f116cbc21ccff429b4dce96cbeb9279bf1482ab" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.8", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.8.zip", + "archiveFileName": "Adafruit_MSA301-1.0.8.zip", + "size": 1492964, + "checksum": "SHA-256:8f6c1c2c95f3ff969db86178b7301e5ef8753018db1daf84a50f8d179d360598" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.9", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.9.zip", + "archiveFileName": "Adafruit_MSA301-1.0.9.zip", + "size": 1492804, + "checksum": "SHA-256:f5df101ba4e18fb447f448a228a66ca7455431135e8b0a9ade5103a19fda593f" + }, + { + "name": "TeensyUserInterface", + "version": "1.0.0", + "author": "S. Reifel", + "maintainer": "S. Reifel \u003cswr.reifel@gmail.com\u003e", + "license": "MIT", + "sentence": "A simple touchscreen user interface for Teensy.", + "paragraph": "Easy to use library for building Teensy applications with a menu based user interface.", + "website": "https://github.com/Stan-Reifel/TeensyUserInterface", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Stan-Reifel/TeensyUserInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/TeensyUserInterface-1.0.0.zip", + "archiveFileName": "TeensyUserInterface-1.0.0.zip", + "size": 637172, + "checksum": "SHA-256:c0afef06908cdfbf9c4c07568c176645b2253071e024750a6f630ea06dca6fcb" + }, + { + "name": "SimpleRelay", + "version": "1.0.0", + "author": "JSC electronics, info@jsc-electronics.cz", + "maintainer": "JSC electronics, info@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "Relay library for Arduino.", + "paragraph": "SimpleRelay is an Arduino library to control a relay. You can turn relay on, off or toggle between those two states.", + "website": "https://github.com/JSC-electronics/SimpleRelay", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/SimpleRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleRelay-1.0.0.zip", + "archiveFileName": "SimpleRelay-1.0.0.zip", + "size": 44055, + "checksum": "SHA-256:82aef49af4e0ee0122a7aba831a540907be50983dfb4b4eda7e514eb8572d03b" + }, + { + "name": "SimpleRelay", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "JSC electronics, info@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "A library for controlling a relay.", + "paragraph": "This library allows user to turn relay on, off or toggle between those two states. User can also define switching logic and check relay state.", + "website": "https://github.com/JSC-electronics/SimpleRelay", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/SimpleRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleRelay-1.0.2.zip", + "archiveFileName": "SimpleRelay-1.0.2.zip", + "size": 44334, + "checksum": "SHA-256:5aa5fcc472ad9ef67f57f793b1e5f562f194e3168e6fb4157fafb7f24c95e599" + }, + { + "name": "bb_uc1701", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized 128x64 monochrome LCD display library for ST7565/UC1701 conrollers.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32), optimized line drawing and rotated tile drawing.", + "website": "https://github.com/bitbank2/bb_uc1701", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_uc1701.git", + "providesIncludes": ["bb_uc1701.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_uc1701-1.0.0.zip", + "archiveFileName": "bb_uc1701-1.0.0.zip", + "size": 26791, + "checksum": "SHA-256:26c72c467b6be56ba2a91e1b9ef0fd1fefdbb4a1e4a099c73042d839fb2b63a1" + }, + { + "name": "ThermistorLibrary", + "version": "1.0.3", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the thermistors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read thermistors very easily.", + "website": "https://github.com/miguel5612/Arduino-ThermistorLibrary", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/Arduino-ThermistorLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/ThermistorLibrary-1.0.3.zip", + "archiveFileName": "ThermistorLibrary-1.0.3.zip", + "size": 46527, + "checksum": "SHA-256:383aadf36edcec2ee5b9af63641a1ee10e082e6166e7aad2c957a70a4c0847b2" + }, + { + "name": "fp64lib", + "version": "1.0.0", + "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard.", + "website": "http://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.0.zip", + "archiveFileName": "fp64lib-1.0.0.zip", + "size": 175420, + "checksum": "SHA-256:b89298fab1c19a9cbbac6b830ec098cc2da946d43592d42e5c35acee9163a481" + }, + { + "name": "fp64lib", + "version": "1.0.1", + "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.1 added examples folder and hints for gcc optimizer.", + "website": "http://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.1.zip", + "archiveFileName": "fp64lib-1.0.1.zip", + "size": 176952, + "checksum": "SHA-256:9bfc4ceea78688058e35e4c5199cb1b8ccb0983579f1fd9368ddff8d84414487" + }, + { + "name": "fp64lib", + "version": "1.0.2", + "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.2 fixed bugs in fp64_classify.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.2.zip", + "archiveFileName": "fp64lib-1.0.2.zip", + "size": 177316, + "checksum": "SHA-256:0e3c9ca6b662d74ff8514a7cecb53ab65be908ae9ac68d586e2ebf569dd39780" + }, + { + "name": "fp64lib", + "version": "1.0.4", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.4 fixed bug in fp64_atof, added small C++ wrapper", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.4.zip", + "archiveFileName": "fp64lib-1.0.4.zip", + "size": 179222, + "checksum": "SHA-256:cdf2479d2b33b6ce368f0ee568eba062d9e46ce894e6a0e36d65d5008fd6ae4c" + }, + { + "name": "fp64lib", + "version": "1.0.5", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.5 fixed rounding bug in fp64_to_decimalExp", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.5.zip", + "archiveFileName": "fp64lib-1.0.5.zip", + "size": 179173, + "checksum": "SHA-256:54690c168fff0746114cf6b9b7ec5cc63c834e3d84ffff7f816febc372006735" + }, + { + "name": "fp64lib", + "version": "1.0.6", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.6 fixed segment allocation and obsolete declaration in header file", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.6.zip", + "archiveFileName": "fp64lib-1.0.6.zip", + "size": 179292, + "checksum": "SHA-256:768af4f858a3b0092a6f7713b5caba9c2fab315a179cc43b8a2eeecea7f486c6" + }, + { + "name": "fp64lib", + "version": "1.0.7", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.7 is now compatible with Arduino Mega and fixed rounding bug in fp64_to_string", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.7.zip", + "archiveFileName": "fp64lib-1.0.7.zip", + "size": 179516, + "checksum": "SHA-256:fb0454b2a8789782fd0f5eb1cca87a1c6a85e63ab3a221824683a992d1e4b4bc" + }, + { + "name": "fp64lib", + "version": "1.0.8", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.8 is intermediate release to compare previous implementations with faster and more precise routines", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.8.zip", + "archiveFileName": "fp64lib-1.0.8.zip", + "size": 220278, + "checksum": "SHA-256:306994af59f1888b6817a0b885fd9a5d93c4c4fc80b5f8cbeff18387d0919d1e" + }, + { + "name": "fp64lib", + "version": "1.1.0", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.0 is first release with faster and more precise routines for higher math functions like sin, cos, asin, log and exp.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.0.zip", + "archiveFileName": "fp64lib-1.1.0.zip", + "size": 191609, + "checksum": "SHA-256:4f5343368318e8229c52471bbd1516ccd6963c6b6363873c4ff28109217c86d6" + }, + { + "name": "fp64lib", + "version": "1.1.2", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.0 is first release with faster and more precise routines for higher math functions like sin, cos, asin, log and exp.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.2.zip", + "archiveFileName": "fp64lib-1.1.2.zip", + "size": 191629, + "checksum": "SHA-256:11fd62577f274a9fc977056cb745f95b3ce8d9248cc15bba8a1b2798d45493e7" + }, + { + "name": "fp64lib", + "version": "1.1.3", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.3 fixed a linker bug when using many fp64lib routines.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.3.zip", + "archiveFileName": "fp64lib-1.1.3.zip", + "size": 191598, + "checksum": "SHA-256:765a050a84f4c559af1e6c0ce55227a6ee621180cb775bea9e1194d7332bed30" + }, + { + "name": "fp64lib", + "version": "1.1.4", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.4 increased speed of fp64_log by ~40%.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.4.zip", + "archiveFileName": "fp64lib-1.1.4.zip", + "size": 191655, + "checksum": "SHA-256:9f69e00873debcc0612d7372ced33e05904e4567ffd2b568c6e5ba9a93d4571a" + }, + { + "name": "fp64lib", + "version": "1.1.5", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.5 increased speed of fp64_log by ~40%.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.5.zip", + "archiveFileName": "fp64lib-1.1.5.zip", + "size": 191650, + "checksum": "SHA-256:473a0c553a027c94c813afe1016308e900237bd2fdbe718e361b668a34ec197d" + }, + { + "name": "fp64lib", + "version": "1.1.6", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.6 increased speed of fp64_sin by ~45%.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.6.zip", + "archiveFileName": "fp64lib-1.1.6.zip", + "size": 191180, + "checksum": "SHA-256:ccf2bf99332d5cdad4e3232e4eeb4b6529f5973d8fb13cf66116620531fe0872" + }, + { + "name": "fp64lib", + "version": "1.1.7", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.7 fixed bug that impacted nested calling of functions.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.7.zip", + "archiveFileName": "fp64lib-1.1.7.zip", + "size": 194539, + "checksum": "SHA-256:f3d9cdf97da6145d381179e08660f883d32c250213c1a8086e95171f0117e0f1" + }, + { + "name": "fp64lib", + "version": "1.1.8", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.8 major code savings by identifying common subroutines.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.8.zip", + "archiveFileName": "fp64lib-1.1.8.zip", + "size": 205675, + "checksum": "SHA-256:a70ac43076583c5883d36a294800f4bf8c29082a747e89fb265c4148ec2b5e3c" + }, + { + "name": "fp64lib", + "version": "1.1.9", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.9 fixed missing segment allocations.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.9.zip", + "archiveFileName": "fp64lib-1.1.9.zip", + "size": 205838, + "checksum": "SHA-256:f6bf78c775f55627dae5b073453c2d8684d28385f0267608b13a2daad1f1b40b" + }, + { + "name": "fp64lib", + "version": "1.1.10", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.10 supports compilation outside arduino IDE", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.10.zip", + "archiveFileName": "fp64lib-1.1.10.zip", + "size": 207003, + "checksum": "SHA-256:b93f195b9712789f6cc81e98dd0b82b4de3f78fee1b08e8339905361bf0ded54" + }, + { + "name": "fp64lib", + "version": "1.1.11", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.11 has further space-optimizations for asin \u0026 acos", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.11.zip", + "archiveFileName": "fp64lib-1.1.11.zip", + "size": 205959, + "checksum": "SHA-256:5cb87a6020df8129ac91cdb17bc2ff96a9d0b2e4cfb646f71ae2bf436378ab7f" + }, + { + "name": "fp64lib", + "version": "1.1.12", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.12 improved accuracy for sin \u0026 cos.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.12.zip", + "archiveFileName": "fp64lib-1.1.12.zip", + "size": 206020, + "checksum": "SHA-256:f603c8b93e1d2efa8036dd899ad9b40a0d042657a92c3220651fe9ef34e95f48" + }, + { + "name": "fp64lib", + "version": "1.1.13", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.13 added fp64_exp10, fp64_log2 and experimental long double support for gcc 10.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.13.zip", + "archiveFileName": "fp64lib-1.1.13.zip", + "size": 210078, + "checksum": "SHA-256:03b65d6599b1c5937e47d3a68ad7bfbd2d1657b8705a775d6352bec1dee66aab" + }, + { + "name": "fp64lib", + "version": "1.1.14", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.14 added support for x^y for negative x and y being an integer", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": ["avr", "atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": ["fp64lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.14.zip", + "archiveFileName": "fp64lib-1.1.14.zip", + "size": 211830, + "checksum": "SHA-256:aba296e8dcbfed2750dbbdff4d9cfb0b1e5c12ee1f76117a61ed5cdb24aa4939" + }, + { + "name": "BraccioV2", + "version": "0.2.0", + "author": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "maintainer": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "sentence": "A library that enables more functionality for use with the Tinkerkit Braccio Arm.", + "paragraph": "Adds additional functionality beyond default library, including support for individual joint positions, relative motion, and independent min/max/center calibration. Only works with Tinkerkit Braccio with V4 shield.", + "website": "https://github.com/kk6axq/BraccioV2", + "category": "Device Control", + "architectures": ["avr", "samd", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/kk6axq/BraccioV2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk6axq/BraccioV2-0.2.0.zip", + "archiveFileName": "BraccioV2-0.2.0.zip", + "size": 19930641, + "checksum": "SHA-256:f76b08f5b4408f9686c5af8e9fa4476cc317d10611f8ab3f4766859dee9db926" + }, + { + "name": "BraccioV2", + "version": "0.2.1", + "author": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "maintainer": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "sentence": "A library that enables more functionality for use with the Tinkerkit Braccio Arm.", + "paragraph": "Adds additional functionality beyond default library, including support for individual joint positions, relative motion, and independent min/max/center calibration. Only works with Tinkerkit Braccio with V4 shield.", + "website": "https://github.com/kk6axq/BraccioV2", + "category": "Device Control", + "architectures": ["avr", "samd", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/kk6axq/BraccioV2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk6axq/BraccioV2-0.2.1.zip", + "archiveFileName": "BraccioV2-0.2.1.zip", + "size": 19930641, + "checksum": "SHA-256:fed7d500cc113ff15f32940388e3490d39daf80d51028ff19f6dd08f106ec499" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.3.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.3.zip", + "size": 18629, + "checksum": "SHA-256:a39c27b0541b8b885536c7e4e88e8fc088e1de382418b08b15323934b5d3bdc5" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.4.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.4.zip", + "size": 18630, + "checksum": "SHA-256:4fb23ee4de4b5f4c820bcf952ebd548d3eba4e1450ffa2bc4e10597d4922a955" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.5.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.5.zip", + "size": 18630, + "checksum": "SHA-256:e0cbd0e3bf8f2095fd85d035d621eddaa9029c55607e3f05731b7c5c7a4ecdc4" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.6.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.6.zip", + "size": 18628, + "checksum": "SHA-256:b7dd8e5c3209d307d5c23dc2e70b321c6561de154a036ea098767d1efdec1142" + }, + { + "name": "MBUSPayload", + "version": "0.1.0", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": ["MBUSPayload.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.0.zip", + "archiveFileName": "MBUSPayload-0.1.0.zip", + "size": 23310, + "checksum": "SHA-256:3434fe4aa29a3ce39dc5ce9cba5c350d49447a1e702d2c62075d9049c37c2da4" + }, + { + "name": "MBUSPayload", + "version": "0.1.1", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": ["MBUSPayload.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.1.zip", + "archiveFileName": "MBUSPayload-0.1.1.zip", + "size": 23385, + "checksum": "SHA-256:af96a5b09088c7200a09bb9bb1f045acb8de29bd0110822bdf88996a03f15f7d" + }, + { + "name": "MBUSPayload", + "version": "0.1.2", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": ["MBUSPayload.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.2.zip", + "archiveFileName": "MBUSPayload-0.1.2.zip", + "size": 23590, + "checksum": "SHA-256:841123a2065ad5943a2f81691f9133c46ee73b2632f964dc1ff4cfb40ce38980" + }, + { + "name": "MBUSPayload", + "version": "1.0.0", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": ["MBUSPayload.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-1.0.0.zip", + "archiveFileName": "MBUSPayload-1.0.0.zip", + "size": 24271, + "checksum": "SHA-256:a0140cf9d9471ec1e88334231123352bacc201fc51c04f55f02902b6a2cf123f" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.0.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/inyPICO", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.0.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.0.0.zip", + "size": 8650, + "checksum": "SHA-256:29f20d443c4282faf8e32ee74f467f150c65562d98aa50074cced360291b6da5" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.2.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/inyPICO", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.2.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.2.0.zip", + "size": 8664, + "checksum": "SHA-256:ce04a5466020586d5ec1be559554eb6a6c3600762afc7d896744be14eb49fee2" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.3.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/inyPICO", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.3.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.3.0.zip", + "size": 8763, + "checksum": "SHA-256:108a2d9c28e5a110427373722a11621a20cbe3e9de6cc17f396d0cd0bb01b5d9" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.4.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/TinyPICO", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.4.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.4.0.zip", + "size": 8800, + "checksum": "SHA-256:4a8dc3e1e0e2829ab76c08978ace0c8d28f5234dd27fd1e2df6e85a074220361" + }, + { + "name": "bcl", + "version": "0.0.2", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.2.zip", + "archiveFileName": "bcl-0.0.2.zip", + "size": 1050211, + "checksum": "SHA-256:bbdc1202cf686fe582678bc86a06c458262439f071234eb55b890f9293430a53" + }, + { + "name": "bcl", + "version": "0.0.3", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.3.zip", + "archiveFileName": "bcl-0.0.3.zip", + "size": 1049434, + "checksum": "SHA-256:a30997038fb129ecd47547d082907559ed116dc0d851c0bf3ef7b7fd38201868" + }, + { + "name": "bcl", + "version": "0.0.4", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.4.zip", + "archiveFileName": "bcl-0.0.4.zip", + "size": 1050189, + "checksum": "SHA-256:dfa5810a26b223d4f7637dce482d440d6b51dab4c25d21b2812a8e572eaccb0c" + }, + { + "name": "bcl", + "version": "0.0.5", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.5.zip", + "archiveFileName": "bcl-0.0.5.zip", + "size": 1049846, + "checksum": "SHA-256:b0cdf789fa58326e777a6f8b07c0c7127e6473d98c6ca40ffda9c97b75fc0296" + }, + { + "name": "TM1637 Driver", + "version": "1.0.0", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice and Well-written library to handle TM1637 display features.", + "paragraph": "This library supports displaying characters and automatic number handling to the TM1637 display. Some features of the library include easy brightness setup, clock colon alternation and inheritance support.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.0.0.zip", + "archiveFileName": "TM1637_Driver-1.0.0.zip", + "size": 17947, + "checksum": "SHA-256:0fcdf7ba7a10941113b68301a5153b402090cc209922c85cf7872e069760a4ee" + }, + { + "name": "TM1637 Driver", + "version": "1.1.0", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features.", + "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.0.zip", + "archiveFileName": "TM1637_Driver-1.1.0.zip", + "size": 21658, + "checksum": "SHA-256:f878d95881321ea78ea9979bc3c2d2476690822faba35e58472ad09d62055a94" + }, + { + "name": "TM1637 Driver", + "version": "1.1.1", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features. Supports numbers and strings, as well as screen splitting, screen clearing, pads, offsets, overflow and soon animations.", + "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.1.zip", + "archiveFileName": "TM1637_Driver-1.1.1.zip", + "size": 24250, + "checksum": "SHA-256:ef2a3f170de900d06fdcd1844532de0c03d2180a8300d09ada5308b30fc4e712" + }, + { + "name": "TM1637 Driver", + "version": "1.1.2", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features. Supports numbers and strings, as well as screen splitting, screen clearing, pads, offsets, overflow and soon animations.", + "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows. Visit the Github page for more info https://github.com/AKJ7/TM1637", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.2.zip", + "archiveFileName": "TM1637_Driver-1.1.2.zip", + "size": 25840, + "checksum": "SHA-256:07d1541963cbb3f8cc4c0512f2a5e65b9449c092a4e2bff9c00b36368fece1a9" + }, + { + "name": "TM1637 Driver", + "version": "2.0.1", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.0.1.zip", + "archiveFileName": "TM1637_Driver-2.0.1.zip", + "size": 29597, + "checksum": "SHA-256:63ddb2987bb5b861690ed92dec50096424e7a38601767e00933c40ead8f805d2" + }, + { + "name": "TM1637 Driver", + "version": "2.0.2", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.0.2.zip", + "archiveFileName": "TM1637_Driver-2.0.2.zip", + "size": 29569, + "checksum": "SHA-256:3a8549174333effa5d8968c6c6e1eb12e0f8ab1ed9ba354c3f1ddba05b0a3a7d" + }, + { + "name": "TM1637 Driver", + "version": "2.1.0", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.1.0.zip", + "archiveFileName": "TM1637_Driver-2.1.0.zip", + "size": 29694, + "checksum": "SHA-256:213de04faeb3a134266d9020d9abf8bd22520d2ddcf0a81d7ee106de7bb55731" + }, + { + "name": "TM1637 Driver", + "version": "2.1.1", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.1.1.zip", + "archiveFileName": "TM1637_Driver-2.1.1.zip", + "size": 29725, + "checksum": "SHA-256:ffb60db274454504f0db0ca3b56853e76f63920928b534c1c9c3000d38218ce3" + }, + { + "name": "MQUnifiedsensor", + "version": "1.0.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read LiquidCrystal MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.0.zip", + "archiveFileName": "MQUnifiedsensor-1.0.0.zip", + "size": 8781931, + "checksum": "SHA-256:6a1a08b8096b615dfc65df67aff46d969ea9dac8ff9d9843e13971b536ee903c" + }, + { + "name": "MQUnifiedsensor", + "version": "1.0.2", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.2.zip", + "archiveFileName": "MQUnifiedsensor-1.0.2.zip", + "size": 8781918, + "checksum": "SHA-256:bd459e2079432b670fcb92c5cba347e03f091eecda7d2a51ddf676bb7f970c56" + }, + { + "name": "MQUnifiedsensor", + "version": "1.0.4", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.4.zip", + "archiveFileName": "MQUnifiedsensor-1.0.4.zip", + "size": 8783504, + "checksum": "SHA-256:58bea6111f9b65bb6e0a6e3b0926cb385d0873b776da153dd811603032088163" + }, + { + "name": "MQUnifiedsensor", + "version": "1.9.9", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo, Ghiordy Contreras", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.9.9.zip", + "archiveFileName": "MQUnifiedsensor-1.9.9.zip", + "size": 62797, + "checksum": "SHA-256:5305294cefe0ffeb7324a5aa56000438e9df8a99fd1856feae3b584c493fde0d" + }, + { + "name": "MQUnifiedsensor", + "version": "1.10.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo, Ghiordy Contreras", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.10.0.zip", + "archiveFileName": "MQUnifiedsensor-1.10.0.zip", + "size": 62916, + "checksum": "SHA-256:0d970a4659ceb10ed85b6eb442ea2b5d32441445081535b2e283850f40fcab50" + }, + { + "name": "MQUnifiedsensor", + "version": "2.0.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-2.0.0.zip", + "archiveFileName": "MQUnifiedsensor-2.0.0.zip", + "size": 62726, + "checksum": "SHA-256:9a8df75e94a3dbe5583ee5cb8bf8d129f3a7215532a3776a8685c3ec8feca6d3" + }, + { + "name": "MQUnifiedsensor", + "version": "2.0.1", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-2.0.1.zip", + "archiveFileName": "MQUnifiedsensor-2.0.1.zip", + "size": 66443, + "checksum": "SHA-256:68122ffe8d51fa22d474c1744e12d83dcc389a86e67d4cc90cfb4deffbdf3c7a" + }, + { + "name": "ObjectButton", + "version": "1.0.0", + "author": "Vladimír Záhradník, vladimir.zahradnik@jsc-electronics.cz", + "maintainer": "Vladimír Záhradník, vladimir.zahradnik@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "An Arduino library for detecting button actions.", + "paragraph": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e. turn on the light on a button click and play an alarm sound on double-click.", + "website": "https://github.com/JSC-electronics/ObjectButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/ObjectButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ObjectButton-1.0.0.zip", + "archiveFileName": "ObjectButton-1.0.0.zip", + "size": 61146, + "checksum": "SHA-256:894cd2580b81ef74c3e088a80a1df526a3c615960c3d32be7a3a46fb8bf5ab85" + }, + { + "name": "ObjectButton", + "version": "2.0.0", + "author": "JSC electronics", + "maintainer": "Vladimír Záhradník \u003cvladimir.zahradnik@jsce.cz\u003e, JSC electronics \u003cdevelopment@jsce.cz\u003e", + "license": "Apache-2.0", + "sentence": "An Arduino library for detecting button actions.", + "paragraph": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e., turn on the light on a button click and play an alarm sound on double-click.", + "website": "https://github.com/JSC-electronics/ObjectButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/ObjectButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ObjectButton-2.0.0.zip", + "archiveFileName": "ObjectButton-2.0.0.zip", + "size": 89309, + "checksum": "SHA-256:a8285a736f11ca873b858e153bf57a0f56e9d7231b3a563949ad7119a02c6f50" + }, + { + "name": "uMuxOutputLib", + "version": "1.0.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uMuxOutputLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "providesIncludes": ["uMuxOutputLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.0.zip", + "archiveFileName": "uMuxOutputLib-1.0.0.zip", + "size": 9146, + "checksum": "SHA-256:0c990279464212a9c4ae30bbe526092d6592dbb8b4cf1603d7ef1f9f0937cad2" + }, + { + "name": "uMuxOutputLib", + "version": "1.0.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uMuxOutputLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "providesIncludes": ["uMuxOutputLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.1.zip", + "archiveFileName": "uMuxOutputLib-1.0.1.zip", + "size": 9219, + "checksum": "SHA-256:6214c17b94573015c23d0d5d07b31afa43a966ae442ffc9ec3df28ca56883911" + }, + { + "name": "uMuxOutputLib", + "version": "1.0.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uMuxOutputLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "providesIncludes": ["uMuxOutputLib.h"], + "dependencies": [ + { + "name": "uTimerLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.2.zip", + "archiveFileName": "uMuxOutputLib-1.0.2.zip", + "size": 9816, + "checksum": "SHA-256:8dc2af90db0cafd9e23018c50c938c061162ecdd3eca83c93b3e825640c8b9ab" + }, + { + "name": "PaunaStepper", + "version": "0.0.1", + "author": "KBernario", + "maintainer": "kbernario \u003ckbernario@gmail.com\u003e", + "sentence": "Allows Arduino boards to control hobby stepper motor such as model 28BYJ-48 5v with ULN2003.", + "paragraph": "PaunaStepper is a library for use with 4-wire hobby stepper motors. It is mainly oriented to low-cost stepper such as model 28BYJ-48 5v with ULN2003. The main feature that differentiates this library from similar ones is that it uses interrupts to control the steppers and can control more than one stepper in a similar way to the Servo library.", + "website": "http://www.udec.cl/%7edariorojas/PaunaStepper", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kbernario/PaunaStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kbernario/PaunaStepper-0.0.1.zip", + "archiveFileName": "PaunaStepper-0.0.1.zip", + "size": 27662, + "checksum": "SHA-256:4559c3e35138d54d9557d8937da8b82c294f12269666fda89f38e4325f6ce65b" + }, + { + "name": "FunctionFsm", + "version": "1.0.0", + "author": "JRVeale", + "maintainer": "JRVeale", + "sentence": "A library that simplifies the creation of finite state machines and streamlines the process of turning state diagrams into code..", + "paragraph": "It encourages objects to have ownership of their state by allowing finite state machines to be held by other objects. Requires std::function, std::chronos and std::vector. This library is based on the fantastic arduino-fsm by Jon Black.", + "website": "https://github.com/JRVeale/function-fsm", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JRVeale/function-fsm.git", + "providesIncludes": ["FunctionFSM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/JRVeale/FunctionFsm-1.0.0.zip", + "archiveFileName": "FunctionFsm-1.0.0.zip", + "size": 9010, + "checksum": "SHA-256:df8a5b14004dbb0c9960025b1aba20923abba3bdbe8fd14b57da4fd70781d3d1" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.2.zip", + "size": 22191, + "checksum": "SHA-256:ff2a2d5d05c14fa0a8bc86852a448efee023ab192a58ec889f3d54cc95cfe995" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.1.zip", + "size": 22434, + "checksum": "SHA-256:905e5df671ad2c1934ea7807571719d38b37d3e8fbd287a42e14bdc0a0119e13" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.0.zip", + "size": 24700, + "checksum": "SHA-256:c770b874cbe099ef60f11ef1426531a4e5bdb959fee80ba6f2333e377280c30a" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.1.zip", + "size": 24659, + "checksum": "SHA-256:b040e2fc92a3262fc77e5fec52295a84cb8bc1e9d0800b6ebbb9826ce7d5f152" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.2.zip", + "size": 24717, + "checksum": "SHA-256:6786e1ef1e60c1a49201376b0ba391baa73feb7d8456a239aa06ec88e2503870" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.3.zip", + "size": 24694, + "checksum": "SHA-256:8c54d1aafb5cae7e94422384e8f7249320dba1d6cf793b9017176a55465a278a" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.4.zip", + "size": 24716, + "checksum": "SHA-256:8c1fd18ca00b5d947a16bdbda09ccadb78a403f837b278d99ba5a5e5c254a47d" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.5.zip", + "size": 24914, + "checksum": "SHA-256:afd3c7f17e3a7230c3ae726e2355360661d0f939bcf8e806501d439f586617d9" + }, + { + "name": "RobotLib", + "version": "1.0.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.0.0.zip", + "archiveFileName": "RobotLib-1.0.0.zip", + "size": 131495, + "checksum": "SHA-256:827d451cb783154091d07da9061c80996e324676746f63ec8e3cae65c418fa03" + }, + { + "name": "RobotLib", + "version": "1.2.1", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.2.1.zip", + "archiveFileName": "RobotLib-1.2.1.zip", + "size": 125970, + "checksum": "SHA-256:e94bb1252d561da031ecabcd72f7a9aa8edec628ed4d27a82c8507e89e9dc610" + }, + { + "name": "RobotLib", + "version": "0.1.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-0.1.0.zip", + "archiveFileName": "RobotLib-0.1.0.zip", + "size": 12593, + "checksum": "SHA-256:2cfc5ff4eacc269797dd61f5813ed4e4e7c3c7bfdc21955e8dc4288f889d9aba" + }, + { + "name": "RobotLib", + "version": "1.3.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.3.0.zip", + "archiveFileName": "RobotLib-1.3.0.zip", + "size": 132884, + "checksum": "SHA-256:285d51713c3564700ef03b1ff5364e6f2dc7c60b1f9cc079f3eab5f5fb994521" + }, + { + "name": "RobotLib", + "version": "1.4.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.4.0.zip", + "archiveFileName": "RobotLib-1.4.0.zip", + "size": 134277, + "checksum": "SHA-256:7a67a2b52c28180a28eb7221f15b9b0b3f4da5309f94e79625d3974a476e695d" + }, + { + "name": "RobotLib", + "version": "1.5.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.5.0.zip", + "archiveFileName": "RobotLib-1.5.0.zip", + "size": 135411, + "checksum": "SHA-256:d82da5512c7fae8be3418b2132c067368a5e19d48c0caee7d2fc9158b9f18a17" + }, + { + "name": "RobotLib", + "version": "1.6.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": ["RobotLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.6.0.zip", + "archiveFileName": "RobotLib-1.6.0.zip", + "size": 136180, + "checksum": "SHA-256:0b81b098c0be25a2d2267d6b482982ef5ad7b4880a5becdacb4c32403bb2c834" + }, + { + "name": "RTC RV-3028-C7 Arduino Library", + "version": "2.0.0", + "author": "Constantin Koch", + "maintainer": "Constantin Koch - constantinkoch@outlook.com", + "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", + "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.0.0.zip", + "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.0.0.zip", + "size": 20417, + "checksum": "SHA-256:ad6dedbdf6a2f6d042b22b667eb0b190c41f0d03eb014e908c60f2e1856c3175" + }, + { + "name": "RTC RV-3028-C7 Arduino Library", + "version": "2.0.1", + "author": "Constantin Koch", + "maintainer": "Constantin Koch - constantinkoch@outlook.com", + "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", + "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.0.1.zip", + "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.0.1.zip", + "size": 20437, + "checksum": "SHA-256:315768266576d489d026f5a73baf63c969823a0fcb962af42c3662bf1b4d90b3" + }, + { + "name": "RTC RV-3028-C7 Arduino Library", + "version": "2.1.0", + "author": "Constantin Koch", + "maintainer": "Constantin Koch - constantinkoch@outlook.com", + "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", + "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.1.0.zip", + "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.1.0.zip", + "size": 46897, + "checksum": "SHA-256:2b3f42da1ef83037adc8f55cac5a54a3b3025bf8cee48a00e9338dd975fd7a61" + }, + { + "name": "Hello Drum", + "version": "0.7.1", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.1.zip", + "archiveFileName": "Hello_Drum-0.7.1.zip", + "size": 54389, + "checksum": "SHA-256:aadcdb378d01b6e748ec8f7e57d3ca0e3df5935127e91ed6c18f427a9b8e2963" + }, + { + "name": "Hello Drum", + "version": "0.7.2", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.2.zip", + "archiveFileName": "Hello_Drum-0.7.2.zip", + "size": 58252, + "checksum": "SHA-256:94a452cdf1780f870c3d181a5554aaa5169ae8e80492d6db5e381a8867f17858" + }, + { + "name": "Hello Drum", + "version": "0.7.3", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.3.zip", + "archiveFileName": "Hello_Drum-0.7.3.zip", + "size": 60697, + "checksum": "SHA-256:e77ecb6e06a90908507e70fe87607734840352614dee4c205a087d8551924d6d" + }, + { + "name": "Hello Drum", + "version": "0.7.4", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.4.zip", + "archiveFileName": "Hello_Drum-0.7.4.zip", + "size": 65418, + "checksum": "SHA-256:69e5811cf4f75873106bcdde6081fc0c71ccdb46a14787ecf575d1b555e6627e" + }, + { + "name": "Hello Drum", + "version": "0.7.5", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.5.zip", + "archiveFileName": "Hello_Drum-0.7.5.zip", + "size": 65658, + "checksum": "SHA-256:902b7a9e51ebe6136e042291c577ee64d43955b278b0fd2028be14aad4b383bf" + }, + { + "name": "Hello Drum", + "version": "0.7.6", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.6.zip", + "archiveFileName": "Hello_Drum-0.7.6.zip", + "size": 68691, + "checksum": "SHA-256:4df45b402a98bfbd9478cf7891499782e46fb1087224c242cbc65b12bc52f5a5" + }, + { + "name": "Hello Drum", + "version": "0.7.7", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": ["avr", "teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": ["hellodrum.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.7.zip", + "archiveFileName": "Hello_Drum-0.7.7.zip", + "size": 67152, + "checksum": "SHA-256:baef1b7508b182743dbb9e596b33f560be490e494fabd3fe5a99fa344bb84883" + }, + { + "name": "SevenSeg4D", + "version": "1.0.0", + "author": "Bill Rigas \u003csort.coder@gmail.com\u003e", + "maintainer": "Bill Rigas \u003csort.coder@gmail.com\u003e", + "sentence": "Library for driving a 4 digit 7segment LED display screen with 2 HC595 shift registers", + "paragraph": "Supports SPI protocol where applicable. Also offers scrolling capabilities", + "website": "https://github.com/brigosx/SevenSeg4D", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/brigosx/SevenSeg4D.git", + "providesIncludes": ["SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/brigosx/SevenSeg4D-1.0.0.zip", + "archiveFileName": "SevenSeg4D-1.0.0.zip", + "size": 23444, + "checksum": "SHA-256:c9e00990bec58c2927aeb889bc09f92d2d92e123532a399776797eb9dd4ef21c" + }, + { + "name": "um3750-library", + "version": "0.1.0", + "author": "francibm97", + "maintainer": "francibm97 https://github.com/francibm97", + "sentence": "Emulate the UM3750 encoder and decoder.", + "paragraph": "Use your ESP8266 to trasmit or receive fixed 12 bit codes over RF on 315MHz/433MHz.", + "website": "https://github.com/francibm97/UM3750", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/francibm97/UM3750.git", + "providesIncludes": ["UM3750.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/francibm97/um3750_library-0.1.0.zip", + "archiveFileName": "um3750_library-0.1.0.zip", + "size": 60777, + "checksum": "SHA-256:98e5369e42d867d0cafc3ede08ab97e97c04fd82e56b938f6d1f702f07f8b7bc" + }, + { + "name": "CayenneLPP", + "version": "1.0.0", + "author": "The Things Network", + "maintainer": "Andres Sabas \u003cs@theinventorhouse.org\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/sabas1080/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.0.zip", + "archiveFileName": "CayenneLPP-1.0.0.zip", + "size": 14006, + "checksum": "SHA-256:d0ca1ad35f16c2e710cb06ddd9fafcdc704affa8a16765190e6adca728e5bf55" + }, + { + "name": "CayenneLPP", + "version": "1.0.1", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/sabas1080/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.1.zip", + "archiveFileName": "CayenneLPP-1.0.1.zip", + "size": 14076, + "checksum": "SHA-256:5cfcaf1edd325df67dd0c65f4a5860f2ab8b490dda4d2d2508f8b511dba38647" + }, + { + "name": "CayenneLPP", + "version": "1.0.2", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.2.zip", + "archiveFileName": "CayenneLPP-1.0.2.zip", + "size": 24015, + "checksum": "SHA-256:2238aa7cd35bb688e0b589d11b2ccbf65154b560891631ccaf358d44b6e27fbe" + }, + { + "name": "CayenneLPP", + "version": "1.0.3", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.3.zip", + "archiveFileName": "CayenneLPP-1.0.3.zip", + "size": 24909, + "checksum": "SHA-256:0d2e29c2101e51bdc8c0219df8ac2e97230b175922d15c4d9d4fc9d459f8806e" + }, + { + "name": "CayenneLPP", + "version": "1.0.4", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.4.zip", + "archiveFileName": "CayenneLPP-1.0.4.zip", + "size": 26766, + "checksum": "SHA-256:6a82d213d161c331fe8866d734c846fc60b43d7db5a5331ad20d0218db3c521c" + }, + { + "name": "CayenneLPP", + "version": "1.1.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.1.0.zip", + "archiveFileName": "CayenneLPP-1.1.0.zip", + "size": 19995, + "checksum": "SHA-256:a1fbf2c0c3faa4b1841b31112f547014e8357aa236d49d286c30926b3ac17300" + }, + { + "name": "CayenneLPP", + "version": "1.3.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": ["CayenneLPP.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.3.0.zip", + "archiveFileName": "CayenneLPP-1.3.0.zip", + "size": 22030, + "checksum": "SHA-256:a0606ed425e68384434e7e94a59c317029c3b53e82aa4ca38002eb09afae7e26" + }, + { + "name": "RadioengeLoraWAN", + "version": "0.0.1", + "author": "André Pastório", + "maintainer": "André Pastório \u003chttps://github.com/EdanPotter\u003e", + "sentence": "Implementation of RadioengeLoraWAN AT-COMMANDS..", + "website": "https://github.com/EdanPotter/end-device-radioenge/", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/EdanPotter/end-device-radioenge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EdanPotter/RadioengeLoraWAN-0.0.1.zip", + "archiveFileName": "RadioengeLoraWAN-0.0.1.zip", + "size": 17438, + "checksum": "SHA-256:f999784427a8cc4e6a0dc989befc38b7ddecbc8eb48867d9f2e190e7e978124f" + }, + { + "name": "Unishox Progmem Decompressor", + "version": "1.0.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Decompress short Unicode strings and messages compressed using Unishox technique and save space on Flash (PROGMEM)", + "paragraph": "This library allows decompressing UTF-8 strings from Arduino Program Memory and provides API to retrieve each string individually using index. It is based on Unishox hybrid encoding technique.", + "website": "https://github.com/siara-cc/Unishox_Arduino_Progmem_lib", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siara-cc/Unishox_Arduino_Progmem_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Unishox_Progmem_Decompressor-1.0.0.zip", + "archiveFileName": "Unishox_Progmem_Decompressor-1.0.0.zip", + "size": 244231, + "checksum": "SHA-256:45479596db5e84dba77528c09d935273235cd041a03f8db5ee13a3ae25e299e0" + }, + { + "name": "Sanke", + "version": "1.0.0", + "author": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "maintainer": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "sentence": "This library allows to run snake on 7-segments display (we use it in idle).", + "paragraph": "Up to 8 digits, requires LedControl library", + "website": "http://liksu.github.io/7SegmentsSnake/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Liksu/7SegmentsSnake.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Liksu/Sanke-1.0.0.zip", + "archiveFileName": "Sanke-1.0.0.zip", + "size": 1917737, + "checksum": "SHA-256:1fd762fd4d109886e3164b1c9787f3ab31822774a0523f892bb0e7117fca14e0" + }, + { + "name": "IPGeolocation", + "version": "1.0.0", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.0.zip", + "archiveFileName": "IPGeolocation-1.0.0.zip", + "size": 17371, + "checksum": "SHA-256:2cb381553a8a46a086240f878499ad66f19ce9c0f1ff9fb26cc992921650dadb" + }, + { + "name": "IPGeolocation", + "version": "1.0.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.1.zip", + "archiveFileName": "IPGeolocation-1.0.1.zip", + "size": 17395, + "checksum": "SHA-256:b6e6bd6c5fd248874bdb1415bf2ef5012d9840ab3984baa005716a8a0d522b5e" + }, + { + "name": "IPGeolocation", + "version": "1.0.2", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.2.zip", + "archiveFileName": "IPGeolocation-1.0.2.zip", + "size": 17395, + "checksum": "SHA-256:b8d2870da80e7186c772e2182b7fb6e891d16dd30633d342ae231455f144ab01" + }, + { + "name": "IPGeolocation", + "version": "1.0.3", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.3.zip", + "archiveFileName": "IPGeolocation-1.0.3.zip", + "size": 17413, + "checksum": "SHA-256:4252a0ee57da7546823fd93ec95cb422cee77867f2580625cb62462b77925842" + }, + { + "name": "IPGeolocation", + "version": "2.0.0", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.0.0.zip", + "archiveFileName": "IPGeolocation-2.0.0.zip", + "size": 17948, + "checksum": "SHA-256:09170ee341d950db7addef81bc9386e8c7bac1b38f90d8d15dd39bc6f349015b" + }, + { + "name": "IPGeolocation", + "version": "2.1.0", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.0.zip", + "archiveFileName": "IPGeolocation-2.1.0.zip", + "size": 17971, + "checksum": "SHA-256:0c1750e1872ae3b126cbcfd588fcdf1ef51e5bd33fd177067bf68f7fb34bbb46" + }, + { + "name": "IPGeolocation", + "version": "2.1.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.1.zip", + "archiveFileName": "IPGeolocation-2.1.1.zip", + "size": 18086, + "checksum": "SHA-256:c042073610efe930d68d1a26a51573d4b518882bee886241538a8cc9f4a7a698" + }, + { + "name": "IPGeolocation", + "version": "2.1.3", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": ["IPGeolocation.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.3.zip", + "archiveFileName": "IPGeolocation-2.1.3.zip", + "size": 18096, + "checksum": "SHA-256:26d8043bf75e5e028b932d29af55b48e3516b3886439b2693514731471104601" + }, + { + "name": "Switch_lib", + "version": "1.0.0", + "author": "O.Goma", + "maintainer": "O.Goma \u003coriol.goma@gmail.com\u003e", + "license": "GPLv3.", + "sentence": "A library for switching digital pins with timers, temporization and periods", + "paragraph": "Easy to use library for switching relays with temporization, alternate periods and simple timers.", + "website": "https://github.com/yyuri/Switch_lib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/yyuri/Switch_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yyuri/Switch_lib-1.0.0.zip", + "archiveFileName": "Switch_lib-1.0.0.zip", + "size": 17593, + "checksum": "SHA-256:d23cc48c1c786b92272638414393058cb1b5f824303870fcffc1fa1d108a98c0" + }, + { + "name": "MusicBuzzer", + "version": "1.0.0", + "author": "Everton Ramires", + "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", + "sentence": "A Collection of musics for buzzer", + "paragraph": "A Music library for a single buzzer based on the great work of robsoncouto at github", + "website": "https://github.com/s00500/MusicBuzzer", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GypsyRobot/MusicBuzzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/MusicBuzzer-1.0.0.zip", + "archiveFileName": "MusicBuzzer-1.0.0.zip", + "size": 18722, + "checksum": "SHA-256:1854c59740318a1ae773f70ff7d57ac448d0468ca0ae4ebed863eab24030f0a8" + }, + { + "name": "VirtuinoCM", + "version": "1.0.0", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoCM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuinoCM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.0.zip", + "archiveFileName": "VirtuinoCM-1.0.0.zip", + "size": 50389, + "checksum": "SHA-256:cc5496cfaf438f9396187c9ebb7685ca9848d66f2ba115d0e89897d370e78f88" + }, + { + "name": "VirtuinoCM", + "version": "1.0.1", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoCM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuinoCM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.1.zip", + "archiveFileName": "VirtuinoCM-1.0.1.zip", + "size": 50391, + "checksum": "SHA-256:68afef737f7ecbb07cfb5a2300520aa9560804f84206695054c760df8368d1c4" + }, + { + "name": "VirtuinoCM", + "version": "1.0.2", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoCM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/iliaslamprou/virtuinoCM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.2.zip", + "archiveFileName": "VirtuinoCM-1.0.2.zip", + "size": 50532, + "checksum": "SHA-256:841dcfcef8ef9ace7c0d9ece39ddb455e541e0356f9c5471d908b012dd731add" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.0.zip", + "size": 2250340, + "checksum": "SHA-256:d7f47ecd16ddd6ede74414d6d779060941640e569af324db6d56a2257553a4db" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.1.zip", + "size": 2250893, + "checksum": "SHA-256:cb03d873eb0f72eefd5751ffb8ea79acffdad8141842f7f60d0c92c154346e72" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.2.zip", + "size": 2250900, + "checksum": "SHA-256:19883117f065f9c93104c23018d1f3fa6f1af52da229a25ab7e42446b46218b0" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.3.zip", + "size": 2250905, + "checksum": "SHA-256:e120e1ad19034d70dc2ab57e2a083bee1c32b94181d34ab020f8c32eb8b59d89" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.4.zip", + "size": 2250928, + "checksum": "SHA-256:dc74a2341415d42e5417a1a56fdd4a3344bb8bfee947c17b52bf7013730d5630" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.5", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.5.zip", + "size": 2250933, + "checksum": "SHA-256:58a2ab05e9912f4f86d7090200c884384b4c6c2e59804f054a248979e1a3c249" + }, + { + "name": "MicroTone", + "version": "1.0.0", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": ["Attiny13A"], + "types": ["Contributed"], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-1.0.0.zip", + "archiveFileName": "MicroTone-1.0.0.zip", + "size": 3619, + "checksum": "SHA-256:25c84c5bb541e4cc826c45212219a481c09ccce04cc556a3c04eef7d0c20115e" + }, + { + "name": "MicroTone", + "version": "1.0.1", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": ["Attiny13A"], + "types": ["Contributed"], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-1.0.1.zip", + "archiveFileName": "MicroTone-1.0.1.zip", + "size": 4907, + "checksum": "SHA-256:107fd7fd97cef9d211305fc142e56329f30e8b8eac225e35cc2754be577bd83e" + }, + { + "name": "MicroTone", + "version": "2.0.1", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-2.0.1.zip", + "archiveFileName": "MicroTone-2.0.1.zip", + "size": 5080, + "checksum": "SHA-256:123b738ffff0ca8257fa0c659fd97b82519d6d6875433e40391b0f561f35fa7e" + }, + { + "name": "MicroTone", + "version": "2.0.2", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-2.0.2.zip", + "archiveFileName": "MicroTone-2.0.2.zip", + "size": 5091, + "checksum": "SHA-256:f152659d3545802783b7d8e084705cd05cc7b6022bf7f1f44a94a512e875c671" + }, + { + "name": "STM32duino X-NUCLEO-IHM12A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM12A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM12A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM12A1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM12A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM12A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM12A1-1.0.0.zip", + "size": 31094, + "checksum": "SHA-256:3de18f8f43ae81df470e407b87d75925b59dd9f451048f66ab0e72f2920ff24a" + }, + { + "name": "AliyunIoTSDK", + "version": "0.1.0", + "author": "yutou \u003cxinyu198736@gmail.com\u003e", + "maintainer": "yutou \u003cxinyu198736@gmail.com\u003e", + "sentence": "A toplevel client library for aliyun MQTT messaging.", + "paragraph": "此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。", + "website": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xinyu198736/AliyunIoTSDK-0.1.0.zip", + "archiveFileName": "AliyunIoTSDK-0.1.0.zip", + "size": 10762, + "checksum": "SHA-256:67a7dd9b33104884ee06540d1f3f600b9dbdc6f62f0687b445e7cbe9d0624463" + }, + { + "name": "AliyunIoTSDK", + "version": "0.3.0", + "author": "yutou \u003cxinyu198736@gmail.com\u003e", + "maintainer": "yutou \u003cxinyu198736@gmail.com\u003e", + "sentence": "A toplevel client library for aliyun MQTT messaging.", + "paragraph": "此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。", + "website": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xinyu198736/AliyunIoTSDK-0.3.0.zip", + "archiveFileName": "AliyunIoTSDK-0.3.0.zip", + "size": 16127, + "checksum": "SHA-256:f04b11cbe5ff3139b6b546ba67d73a1d913a66dd710a534abc48d0d931fee437" + }, + { + "name": "CuteBuzzerSounds", + "version": "1.0.0", + "author": "Everton Ramires", + "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", + "sentence": "Simple and Cute Robot Sounds", + "paragraph": "A very simple library to create cute sounds with just a single buzzer", + "website": "https://github.com/s00500/CuteBuzzerSounds", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GypsyRobot/CuteBuzzerSounds.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/CuteBuzzerSounds-1.0.0.zip", + "archiveFileName": "CuteBuzzerSounds-1.0.0.zip", + "size": 6870, + "checksum": "SHA-256:a95fb43ddddf2aa8d31fe61fba80e06e687fec61e2e3a6d28ef8b9e2a0db1c22" + }, + { + "name": "STM32F1_RTC", + "version": "1.0.0", + "author": "ZulNs", + "maintainer": "ZulNs", + "sentence": "Allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.", + "paragraph": "This library can be used in the STM32 Cores by STMicroelectronics as well as in the libmaple version of Arduino STM32 by Roger Clark development boards. With this library you can use the RTC device to program actions related to date and time. This library offers Islamic Hijri calendar calculations in addition to the Christian (Gregorian) calendar. Day, month, hour, minute and second parameters can be supplied with values that exceed their respective limits or supplied with negative values. Other parameters will be adjusted accordingly.", + "website": "https://github.com/zulns/STM32F1_RTC", + "category": "Timing", + "architectures": ["stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/ZulNs/STM32F1_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/STM32F1_RTC-1.0.0.zip", + "archiveFileName": "STM32F1_RTC-1.0.0.zip", + "size": 382858, + "checksum": "SHA-256:43c28dffcda8a5369c12475e81bff0478e991e6f286f4cadc20fa2b8f44be8c5" + }, + { + "name": "STM32F1_RTC", + "version": "1.1.0", + "author": "ZulNs", + "maintainer": "ZulNs", + "sentence": "Allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.", + "paragraph": "This library can be used in the STM32 Cores by STMicroelectronics as well as in the libmaple version of Arduino STM32 by Roger Clark development boards. With this library you can use the RTC device to program actions related to date and time. This library offers Islamic Hijri calendar calculations in addition to the Christian (Gregorian) calendar. Day, month, hour, minute and second parameters can be supplied with values that exceed their respective limits or supplied with negative values. Other parameters will be adjusted accordingly.", + "website": "https://github.com/zulns/STM32F1_RTC", + "category": "Timing", + "architectures": ["stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/ZulNs/STM32F1_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/STM32F1_RTC-1.1.0.zip", + "archiveFileName": "STM32F1_RTC-1.1.0.zip", + "size": 383149, + "checksum": "SHA-256:75561b2c391d3c810f4f5827850313bfe26b7683cee295e8629d64d4f2733313" + }, + { + "name": "WiFiEspAT", + "version": "1.0.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.0.zip", + "archiveFileName": "WiFiEspAT-1.0.0.zip", + "size": 136342, + "checksum": "SHA-256:9d6078ae78da899145a422a5d2d45ea37da3306aaea00485fe77451a46c98540" + }, + { + "name": "WiFiEspAT", + "version": "1.0.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.1.zip", + "archiveFileName": "WiFiEspAT-1.0.1.zip", + "size": 136494, + "checksum": "SHA-256:e541dba3fddfd9b284ebd03ed507cb933a3dff268ed48aedc1936245567cfc48" + }, + { + "name": "WiFiEspAT", + "version": "1.0.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.2.zip", + "archiveFileName": "WiFiEspAT-1.0.2.zip", + "size": 136781, + "checksum": "SHA-256:4c7c3e98814cf808e8cf47b170d596fe6ba271a4d65bdd19493fa36d2c0faad4" + }, + { + "name": "WiFiEspAT", + "version": "1.1.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.0.zip", + "archiveFileName": "WiFiEspAT-1.1.0.zip", + "size": 139968, + "checksum": "SHA-256:020911324c4bcd0ce0a18730654f007888f30441d03f9959febd97e6a38f0a19" + }, + { + "name": "WiFiEspAT", + "version": "1.1.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.1.zip", + "archiveFileName": "WiFiEspAT-1.1.1.zip", + "size": 140437, + "checksum": "SHA-256:3956e51a6dc498bfa9265746886ee2666c91948783734700a519468ead2418bd" + }, + { + "name": "WiFiEspAT", + "version": "1.1.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.2.zip", + "archiveFileName": "WiFiEspAT-1.1.2.zip", + "size": 141401, + "checksum": "SHA-256:fd741ff0bd89ad81e7f16e01a3e2e3f1e5f31ab069ed90b03d5d9b8387e66935" + }, + { + "name": "WiFiEspAT", + "version": "1.2.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.2.0.zip", + "archiveFileName": "WiFiEspAT-1.2.0.zip", + "size": 145604, + "checksum": "SHA-256:7d8c53ffdd810d47e4fb7c78ff3537ad7133c1b60903da9a494b3ac17f25ae75" + }, + { + "name": "WiFiEspAT", + "version": "1.2.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.2.1.zip", + "archiveFileName": "WiFiEspAT-1.2.1.zip", + "size": 145897, + "checksum": "SHA-256:3ff40a755b1bd54c8ab33781bfc3c8ca1d0a27ee6a49678283ba908dba75270a" + }, + { + "name": "WiFiEspAT", + "version": "1.3.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.0.zip", + "archiveFileName": "WiFiEspAT-1.3.0.zip", + "size": 154866, + "checksum": "SHA-256:95190c0e35a9b5476ffc59007ee6f336b26df094cdbf989f9047631776d68f8d" + }, + { + "name": "WiFiEspAT", + "version": "1.3.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": ["WiFiEspAT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.1.zip", + "archiveFileName": "WiFiEspAT-1.3.1.zip", + "size": 156695, + "checksum": "SHA-256:36b297cca5fad076eecd0f3624fbd832e68fa487d41f057fa33f1ac25685b234" + }, + { + "name": "BaleMessengerBot_Arduino", + "version": "0.1.0", + "author": "Arash Kadkhodaei", + "maintainer": "Arash Kadkhodaei \u003carash77.kad@gmail.com\u003e", + "sentence": "Arduino Bale Bot library.", + "paragraph": "A Bale Messenger library for arduino devices.", + "website": "https://github.com/arash77/BaleMessengerBot_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arash77/BaleMessengerBot_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arash77/BaleMessengerBot_Arduino-0.1.0.zip", + "archiveFileName": "BaleMessengerBot_Arduino-0.1.0.zip", + "size": 26123, + "checksum": "SHA-256:493d30929230c0f5df9f9a89dbbe5b7742ca572afb0ddd7ff5226627d60262a7" + }, + { + "name": "S7XG", + "version": "0.1.0", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "AcSIP S7XG LoRaWAN/GPS module library", + "website": "https://github.com/xoseperez/s7xg.git", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/xoseperez/s7xg.git", + "providesIncludes": ["s7xg.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/S7XG-0.1.0.zip", + "archiveFileName": "S7XG-0.1.0.zip", + "size": 2090973, + "checksum": "SHA-256:26660d2b565d9e23f1abf7d851ca2c3748f5fbfe56926743816bcd25c40bcb16" + }, + { + "name": "QMC5883LCompass", + "version": "1.0.0", + "author": "MRPrograms", + "maintainer": "MRPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": ["QMC5883LCompass.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.0.0.zip", + "archiveFileName": "QMC5883LCompass-1.0.0.zip", + "size": 24648, + "checksum": "SHA-256:6720ee9e430142ea98dd9b30914a0644e2f7886703b8a9bf193ed0820d879ee5" + }, + { + "name": "QMC5883LCompass", + "version": "1.1.1", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": ["QMC5883LCompass.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.1.1.zip", + "archiveFileName": "QMC5883LCompass-1.1.1.zip", + "size": 27340, + "checksum": "SHA-256:99b4c5c98012b63ab3ff2f04c664b2ad652da98038d7b2ea7d9951de0dca37c8" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.1.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": ["LSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.1.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.1.0.zip", + "size": 20703, + "checksum": "SHA-256:acf5505f7b9fd8f4210198cea8e1e2729690b6c4914c5e9b4325cdb8539f74b4" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.2.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": ["LSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.2.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.2.0.zip", + "size": 23612, + "checksum": "SHA-256:b1b13f03a11b50d94c91b79713354bc1ef44c9b62d8a44f9bc563677304482e5" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.3.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": ["LSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.3.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.3.0.zip", + "size": 23788, + "checksum": "SHA-256:39b0da45e1fba0a4a8aa08be12f613bb1c682d2e7058511a195c07852f659ec6" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.3.1", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": ["LSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.3.1.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.3.1.zip", + "size": 23796, + "checksum": "SHA-256:620a01786616ac1b23303b706d2fe2255663552ebbe01ab244f75b7e6195a571" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.4.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": ["LSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.4.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.4.0.zip", + "size": 24152, + "checksum": "SHA-256:6e30043ba42075da202a35ede8963a5d95558257d641ee2e6fb41f7012b237c7" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.4.1", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": ["LSS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.4.1.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.4.1.zip", + "size": 24418, + "checksum": "SHA-256:1542eb1abb399e5021bd2f90e1426429a3e9ab0fc6e642325c23e208c06bf0cc" + }, + { + "name": "EnergyMeter", + "version": "1.0.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to get data from energy meters in order to monitor them.", + "paragraph": "This library is used to monitor energy meters. It uses callbacks to trigger actions each time the meter measures a certain kind of kilowatts-hour. By using this library, energy meters can be polled (less efficient approach) or can be interfaced through external interrupts (most efficient approach).", + "website": "https://github.com/elC0mpa/EnergyMeter/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/elC0mpa/EnergyMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/EnergyMeter-1.0.0.zip", + "archiveFileName": "EnergyMeter-1.0.0.zip", + "size": 8906, + "checksum": "SHA-256:fe2a0578360d937335ca3c12dc9e546712fba12161d22c543b09ac67397a5a02" + }, + { + "name": "Waveshare ILI9486", + "version": "0.3.0", + "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": ["Waveshare_ILI9486_GFX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.3.0.zip", + "archiveFileName": "Waveshare_ILI9486-0.3.0.zip", + "size": 209848, + "checksum": "SHA-256:31e9d5236e5b3f5b751997adffc455c90439f5ee7c1be7a050514e7d64957c72" + }, + { + "name": "Waveshare ILI9486", + "version": "0.3.1", + "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": ["Waveshare_ILI9486_GFX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.3.1.zip", + "archiveFileName": "Waveshare_ILI9486-0.3.1.zip", + "size": 210031, + "checksum": "SHA-256:248ae000cba1bb70626275b0171a1397074635fa7ba10fbb3aac2719a2566a58" + }, + { + "name": "Waveshare ILI9486", + "version": "0.4.0", + "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": ["Waveshare_ILI9486_GFX.h"], + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.4.0.zip", + "archiveFileName": "Waveshare_ILI9486-0.4.0.zip", + "size": 210040, + "checksum": "SHA-256:fe03d1c4a264128e4dfb839dd80c0e1477ea1bba0aeab520264f9c6ff2f310b9" + }, + { + "name": "Waveshare ILI9486", + "version": "2.0.0", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library for Waveshare 3.5\" \u0026 4\" Touch Shields with GFX interface, plus touchscreen support", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": ["Waveshare_ILI9486.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-2.0.0.zip", + "archiveFileName": "Waveshare_ILI9486-2.0.0.zip", + "size": 17881, + "checksum": "SHA-256:353935f42c2740c2cc9b922a55d6f95724c173a3f45510b4000b4c6329067fe2" + }, + { + "name": "JsonLogger", + "version": "1.0.3", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.3.zip", + "archiveFileName": "JsonLogger-1.0.3.zip", + "size": 11598, + "checksum": "SHA-256:c84d4f2f590f6d87bc741309b7b9e5c9b86a872c2a89ad5892b9bb227ddc5724" + }, + { + "name": "JsonLogger", + "version": "1.0.4", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.4.zip", + "archiveFileName": "JsonLogger-1.0.4.zip", + "size": 11618, + "checksum": "SHA-256:63c3e4c77d296e77a2e441087c0684b6e9f0d5a9e6ba974933ea8587e94961d2" + }, + { + "name": "JsonLogger", + "version": "1.0.5", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.5.zip", + "archiveFileName": "JsonLogger-1.0.5.zip", + "size": 11961, + "checksum": "SHA-256:e49f3515f67f23c172750792f981c87ccb1b5e50a0aac9a2d9fd1d0889498807" + }, + { + "name": "JsonLogger", + "version": "1.0.6", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.6.zip", + "archiveFileName": "JsonLogger-1.0.6.zip", + "size": 11972, + "checksum": "SHA-256:60f4b127f2df2ba4c7caf72cffbc4307f1516fba9cade5db6e985deff9123486" + }, + { + "name": "JsonLogger", + "version": "1.0.7", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.7.zip", + "archiveFileName": "JsonLogger-1.0.7.zip", + "size": 12198, + "checksum": "SHA-256:6f15211ccc157ed2b3794d99abee7183476a0ea3a8fdec84f5e721af0dfd97d2" + }, + { + "name": "JsonLogger", + "version": "1.1.0", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.0.zip", + "archiveFileName": "JsonLogger-1.1.0.zip", + "size": 12255, + "checksum": "SHA-256:9e0766908886fb5a2742c4531676de98b2160cde786c3834cb0153bd98f5e266" + }, + { + "name": "JsonLogger", + "version": "1.1.1", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.1.zip", + "archiveFileName": "JsonLogger-1.1.1.zip", + "size": 12331, + "checksum": "SHA-256:779b3f9f037bee0c5980cde6d816307af5ef8ebdf767f4e02ba17eccde5120e5" + }, + { + "name": "JsonLogger", + "version": "1.1.2", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.2.zip", + "archiveFileName": "JsonLogger-1.1.2.zip", + "size": 12515, + "checksum": "SHA-256:c940a5c5e3a6b8a336e3c21691e66c88c5890f89e08e178f3678a0bad03e0f71" + }, + { + "name": "JsonLogger", + "version": "1.1.3", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.3.zip", + "archiveFileName": "JsonLogger-1.1.3.zip", + "size": 12905, + "checksum": "SHA-256:692db84e54e54353dcb6ab961e4afe102be748cefcdedd9250b961a6dbda3c91" + }, + { + "name": "JsonLogger", + "version": "1.1.4", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.4.zip", + "archiveFileName": "JsonLogger-1.1.4.zip", + "size": 12922, + "checksum": "SHA-256:7640a4f571994ab1e0c96a5ad2a29a9e32e61817d4be8a9b00330dc80dd5be2f" + }, + { + "name": "JsonLogger", + "version": "1.1.5", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.5.zip", + "archiveFileName": "JsonLogger-1.1.5.zip", + "size": 12928, + "checksum": "SHA-256:340b59271c273ced7c8fdf633915e02382002824c3f8afcc80124a01145f742c" + }, + { + "name": "JsonLogger", + "version": "1.1.7", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.7.zip", + "archiveFileName": "JsonLogger-1.1.7.zip", + "size": 13036, + "checksum": "SHA-256:c73fe4839f9b541e6d6540bd78db3c1fafe0a7d32160edac768c9dd0df9ffe1a" + }, + { + "name": "JsonLogger", + "version": "1.1.8", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.8.zip", + "archiveFileName": "JsonLogger-1.1.8.zip", + "size": 13374, + "checksum": "SHA-256:79c924cca05ef929db2a3b38e2a20b1ec5116d2211221df2914e9f7da0c9ac54" + }, + { + "name": "JsonLogger", + "version": "1.1.9", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": ["JsonLogger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.9.zip", + "archiveFileName": "JsonLogger-1.1.9.zip", + "size": 13407, + "checksum": "SHA-256:c13a1c2e8d7b0f783686de450dd94661ebc85ee296364cd07d61422008854f9f" + }, + { + "name": "Kalman", + "version": "1.0.0", + "author": "Romain Fétick", + "maintainer": "Romain Fétick", + "sentence": "Include Kalman filter to your Arduino projects", + "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", + "website": "https://github.com/rfetick/Kalman", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rfetick/Kalman.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.0.0.zip", + "archiveFileName": "Kalman-1.0.0.zip", + "size": 114771, + "checksum": "SHA-256:79a6cef9a9929de107ff06bfecdc7dd4c9e546b08341f63c1d7fc461810cc3aa" + }, + { + "name": "Kalman", + "version": "1.0.2", + "author": "Romain Fétick", + "maintainer": "Romain Fétick", + "sentence": "Include Kalman filter to your Arduino projects", + "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", + "website": "https://github.com/rfetick/Kalman", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rfetick/Kalman.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.0.2.zip", + "archiveFileName": "Kalman-1.0.2.zip", + "size": 121008, + "checksum": "SHA-256:6827a0584d428ddfa6d1a3b0afcd5f35a914a24ba193e0cef15ddcdaa50ae777" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.0.0.zip", + "archiveFileName": "TinyOLED_Fonts-1.0.0.zip", + "size": 16424, + "checksum": "SHA-256:a743dc2e368c8c431bebf9e1a12eb9894dd4e0a9b7c26c9ea8f0e9f13459d56c" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.0.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.0.1.zip", + "archiveFileName": "TinyOLED_Fonts-1.0.1.zip", + "size": 19823, + "checksum": "SHA-256:f593e72c90a4190bc067dc04a6581b21ffad2122ea22348fc0608e2e16acc5e3" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.1.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.1.0.zip", + "archiveFileName": "TinyOLED_Fonts-1.1.0.zip", + "size": 59870, + "checksum": "SHA-256:15c354e8b537557ca89d24e5103c3264bcf18e9b1e7986a42ec8ceedeb395847" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.2.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.2.0.zip", + "archiveFileName": "TinyOLED_Fonts-1.2.0.zip", + "size": 61864, + "checksum": "SHA-256:06dc1977e1371b3972049c786364795a6754585a7a08b13663455939defcb430" + }, + { + "name": "PreMo - Virtual Path Following", + "version": "2.0.0", + "author": "Jae An", + "maintainer": "Jae An", + "sentence": "Adds virtual path following feature to differential drive robots.", + "paragraph": "This library uses the pure pursuit path follower algorithm to implement virtual path following on differential drive robots. It also features methods for precisely moving your robot.", + "website": "https://sites.google.com/stonybrook.edu/premo/", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/purwar2016/PreciseMovement-library.git", + "providesIncludes": ["PathFollower.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/PreMo___Virtual_Path_Following-2.0.0.zip", + "archiveFileName": "PreMo___Virtual_Path_Following-2.0.0.zip", + "size": 23961, + "checksum": "SHA-256:964f438cd7524c1a76b298c3516263dc456779be316f6ccd0a7883880dff0a0b" + }, + { + "name": "lcdgfx", + "version": "1.0.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.0.zip", + "archiveFileName": "lcdgfx-1.0.0.zip", + "size": 4283731, + "checksum": "SHA-256:225045358832c5b4e2307fc39eefb85b74daaa4520ee8afaf74878051f875161" + }, + { + "name": "lcdgfx", + "version": "1.0.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.1.zip", + "archiveFileName": "lcdgfx-1.0.1.zip", + "size": 4389924, + "checksum": "SHA-256:e370008bfe1aa878995da7b0d6d1a7d8b9f41ad3d9dffe34c8d696b87a47e421" + }, + { + "name": "lcdgfx", + "version": "1.0.2", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.2.zip", + "archiveFileName": "lcdgfx-1.0.2.zip", + "size": 4676191, + "checksum": "SHA-256:06e3330007dae5d434e8d0ae1254ce4974fa925913f5b7e747755983947c7d9e" + }, + { + "name": "lcdgfx", + "version": "1.0.3", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.3.zip", + "archiveFileName": "lcdgfx-1.0.3.zip", + "size": 4671447, + "checksum": "SHA-256:0a77ceacb01e5a440132afff87a65d036dfbabcab532e45d21e5abcee7bc384c" + }, + { + "name": "lcdgfx", + "version": "1.0.5", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.5.zip", + "archiveFileName": "lcdgfx-1.0.5.zip", + "size": 4632698, + "checksum": "SHA-256:3a63f6cab548c52d330ae78a9c14c14c1f5fa326c17cdb6e4b13673469fde0e7" + }, + { + "name": "lcdgfx", + "version": "1.0.6", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.6.zip", + "archiveFileName": "lcdgfx-1.0.6.zip", + "size": 1951871, + "checksum": "SHA-256:bbbcf1fecaf8211ed5aab3594577cc1cdea7edfe91542f13726d9739bc5eab6c" + }, + { + "name": "lcdgfx", + "version": "1.1.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.0.zip", + "archiveFileName": "lcdgfx-1.1.0.zip", + "size": 1981395, + "checksum": "SHA-256:c7dbc233ee71ffd03c2975d76e3bfdd2887667683e26a0bfd529839c1e4acfa4" + }, + { + "name": "lcdgfx", + "version": "1.1.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.1.zip", + "archiveFileName": "lcdgfx-1.1.1.zip", + "size": 1981393, + "checksum": "SHA-256:b8773687e7f10691f13b83fecf7c8f603d63f6c83713ddbab6e64e7ed2678a06" + }, + { + "name": "TTP229", + "version": "1.0.0", + "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "sentence": "Arduino library for TTP229 module.", + "paragraph": "An Arduino library for TTP229 module for controlling a 16 capacitive touch keys.", + "website": "https://github.com/kiryanenko/TTP229", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kiryanenko/TTP229.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/TTP229-1.0.0.zip", + "archiveFileName": "TTP229-1.0.0.zip", + "size": 4424, + "checksum": "SHA-256:53c99fa3d07296214313b9a11bba1570fe748b6d54106509d8b2d959374c39c6" + }, + { + "name": "TTP229", + "version": "1.1.0", + "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "sentence": "Arduino library for TTP229 module.", + "paragraph": "An Arduino library for TTP229 module for controlling a 16 capacitive touch keys.", + "website": "https://github.com/kiryanenko/TTP229", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kiryanenko/TTP229.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/TTP229-1.1.0.zip", + "archiveFileName": "TTP229-1.1.0.zip", + "size": 4599, + "checksum": "SHA-256:7e098663beacda10ed73fd2d1822e284ec1d935e96d6cf68c7e6f945683d58e6" + }, + { + "name": "TinyXML", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.0.zip", + "archiveFileName": "TinyXML-1.0.0.zip", + "size": 10681, + "checksum": "SHA-256:5f297f7eec65e4383133a5be4b50a185b09472bea02897322cafdfaceee32cd1" + }, + { + "name": "TinyXML", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.1.zip", + "archiveFileName": "TinyXML-1.0.1.zip", + "size": 10683, + "checksum": "SHA-256:aa47a0ecbc791eb262003ec51f46fbbc0f3d42586e00ef910bd4babd77b7fad3" + }, + { + "name": "TinyXML", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.2.zip", + "archiveFileName": "TinyXML-1.0.2.zip", + "size": 10686, + "checksum": "SHA-256:577aee7f2b052a123c8e5dc41ca741a0687802d1c38cdbe31f21a86cdd932b47" + }, + { + "name": "Adafruit AS726X", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 Library" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.0.2.zip", + "archiveFileName": "Adafruit_AS726X-1.0.2.zip", + "size": 10316, + "checksum": "SHA-256:c42727e600aff4deb75ef2421c87afc52c24c14d50be6e7f82a82d767490f8a3" + }, + { + "name": "Adafruit AS726X", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.0.3.zip", + "archiveFileName": "Adafruit_AS726X-1.0.3.zip", + "size": 10272, + "checksum": "SHA-256:2c8447039eb396bf21ae52e35187cb3d41ccf70c4b2fb5e77dc16d91704dd98b" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.0.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.0.zip", + "size": 10363, + "checksum": "SHA-256:a813d5ea8813a064abb5d9ed565c0e74676745062ac01e9cf4333104cfa32325" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.1.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.1.zip", + "size": 316396, + "checksum": "SHA-256:5c0edb0d5ffe0e2bf589a4862e0b751451129117a472f8611cdd113851c0add8" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.2.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.2.zip", + "size": 316427, + "checksum": "SHA-256:74f8a46b1111c87fa753ffc03c1a45f29f91a3848267c51ff48398ec117b729e" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.3.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.3.zip", + "size": 316484, + "checksum": "SHA-256:e7aa5b0defe35482809f5f88b0a2fee8cd76c6f90fe642869f24edc36783af6a" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.1.zip", + "archiveFileName": "Adafruit_Pixie-1.1.1.zip", + "size": 116975, + "checksum": "SHA-256:31098111b5662616e76690701b47ad8e24f6120d5da3b72d23152e02e0bddf8d" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.0.zip", + "archiveFileName": "Adafruit_Pixie-1.1.0.zip", + "size": 18601, + "checksum": "SHA-256:a7e8f34126fdd49f048715edbfbbccb83aac407ebc916b1b2b1018146a4a15eb" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.2.zip", + "archiveFileName": "Adafruit_Pixie-1.1.2.zip", + "size": 116995, + "checksum": "SHA-256:1fef1700b748e71c72112e4b4deac0224729405de0e7eef3edaf2da1befeef81" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.3.zip", + "archiveFileName": "Adafruit_Pixie-1.1.3.zip", + "size": 117053, + "checksum": "SHA-256:aeea1e5c4f45dd9d822a9729a2f6acf8260f13fb93bb62622587faea67c99368" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.4.zip", + "archiveFileName": "Adafruit_Pixie-1.1.4.zip", + "size": 117053, + "checksum": "SHA-256:fefecdd5060f1c638107c2d7d01270f46e9eb350e568c740c0187361775d9a94" + }, + { + "name": "SparkFun LIS3DH Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", + "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO. Checkout the \u003ca href=\"https://www.sparkfun.com/products/13963\"\u003eSparkFun LIS3DH Breakout\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_LIS3DH_Arduino_Library-1.0.2.zip", + "size": 52956, + "checksum": "SHA-256:9419b8a95fc69ac9017c9d61acdfa5cbcfe134499fd25d391bbbf72b576e1b84" + }, + { + "name": "SparkFun LIS3DH Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", + "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO. Checkout the \u003ca href=\"https://www.sparkfun.com/products/13963\"\u003eSparkFun LIS3DH Breakout\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_LIS3DH_Arduino_Library-1.0.3.zip", + "size": 52956, + "checksum": "SHA-256:3389df618bdefcef32b7d67a1a9f6421276d6b4598c501568bd7803206d4ea02" + }, + { + "name": "IwitVolumeKnob", + "version": "1.0.0", + "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "sentence": "Library to support the hardware built into many chinese volume knobs (iWit)", + "paragraph": "This library depends on EncoderStepCounter", + "website": "https://www.github.com/M-Reimer/IwitVolumeKnob", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/M-Reimer/IwitVolumeKnob.git", + "dependencies": [ + { + "name": "EncoderStepCounter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/IwitVolumeKnob-1.0.0.zip", + "archiveFileName": "IwitVolumeKnob-1.0.0.zip", + "size": 11223, + "checksum": "SHA-256:3193c4dd27b9fa307f4894b11866410899c213db1e727135f6aa7f8b899009c5" + }, + { + "name": "RC_ESC", + "version": "1.0.0", + "author": "Eric Nantel \u003csupport@robotshop.com\u003e", + "maintainer": "Eric Nantel \u003csupport@robotshop.com\u003e", + "sentence": "A library to use ESC with the Arduino platform.", + "paragraph": "This library is largely based on the Arduino Servo library and even use it in the background but we created different commands as well as examples which make sense for ESCs. The library is open source and although each function is not described in detail here, the library itself and the examples are well commented.", + "website": "https://www.robotshop.com/community/blog/show/rc-speed-controller-esc-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RB-ENantel/RC_ESC.git", + "providesIncludes": ["ESC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RB-ENantel/RC_ESC-1.0.0.zip", + "archiveFileName": "RC_ESC-1.0.0.zip", + "size": 19446, + "checksum": "SHA-256:cbf8a7cac965a5778d1cb5a9615e2cd64323215e8c62980d361d0af4c4d7e2d0" + }, + { + "name": "RC_ESC", + "version": "1.1.0", + "author": "Eric Nantel \u003csupport@robotshop.com\u003e", + "maintainer": "Eric Nantel \u003csupport@robotshop.com\u003e", + "sentence": "A library to use ESC with the Arduino platform.", + "paragraph": "This library is largely based on the Arduino Servo library and even use it in the background but we created different commands as well as examples which make sense for ESCs. The library is open source and although each function is not described in detail here, the library itself and the examples are well commented.", + "website": "https://www.robotshop.com/community/blog/show/rc-speed-controller-esc-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RB-ENantel/RC_ESC.git", + "providesIncludes": ["ESC.h"], + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RB-ENantel/RC_ESC-1.1.0.zip", + "archiveFileName": "RC_ESC-1.1.0.zip", + "size": 19648, + "checksum": "SHA-256:ae973852ae1fbd5124b8444a824767cb1367a3168d9158251721f9bbac1a0682" + }, + { + "name": "BSEC Software Library", + "version": "1.4.600", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": ["samd", "sam", "esp8266", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": ["bsec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.4.600.zip", + "archiveFileName": "BSEC_Software_Library-1.4.600.zip", + "size": 60061, + "checksum": "SHA-256:cdafafa037cef9f2cbf8be59916547c9837f16853ce506c30092097fdb5e16ef" + }, + { + "name": "BSEC Software Library", + "version": "1.4.703", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": ["samd", "sam", "esp8266", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": ["bsec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.4.703.zip", + "archiveFileName": "BSEC_Software_Library-1.4.703.zip", + "size": 337888, + "checksum": "SHA-256:04d40e654a4ee5864629f95b06b1256fcae60862b67402550eb93c3e75b4cc64" + }, + { + "name": "BSEC Software Library", + "version": "1.2.1474", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": ["samd", "sam", "esp8266", "nrf52", "esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": ["bsec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.2.1474.zip", + "archiveFileName": "BSEC_Software_Library-1.2.1474.zip", + "size": 341685, + "checksum": "SHA-256:5ceaaca7596b9591e9718d43d9a6edbbb8215ab49f77d034daaf75c8f44137f3" + }, + { + "name": "BSEC Software Library", + "version": "1.5.1474", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": ["samd", "sam", "esp8266", "nrf52", "esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": ["bsec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.5.1474.zip", + "archiveFileName": "BSEC_Software_Library-1.5.1474.zip", + "size": 345945, + "checksum": "SHA-256:ace9fb43b558ccd0fc8f55ebe753071610fb34d7bf8a4a2f13cfb2c6194b2398" + }, + { + "name": "BSEC Software Library", + "version": "1.6.1480", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/software-tools/software/bsec/", + "category": "Sensors", + "architectures": ["samd", "sam", "esp8266", "nrf52", "esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": ["bsec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.6.1480.zip", + "archiveFileName": "BSEC_Software_Library-1.6.1480.zip", + "size": 354690, + "checksum": "SHA-256:20be940fe740563a5a513fbf0f59568ac1e742133d90cf3fbc03ba94facd2603" + }, + { + "name": "SerialTransfer", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.1.zip", + "archiveFileName": "SerialTransfer-1.0.1.zip", + "size": 5952, + "checksum": "SHA-256:c9db6e6d57646641ec3840e455313948efc603911b8a4240a82cd74c563139a3" + }, + { + "name": "SerialTransfer", + "version": "1.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.2.zip", + "archiveFileName": "SerialTransfer-1.0.2.zip", + "size": 19985, + "checksum": "SHA-256:63349a6c78bc47cfd722f59f315249323de5d2904d6ad2c4df9c389073918aca" + }, + { + "name": "SerialTransfer", + "version": "1.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.3.zip", + "archiveFileName": "SerialTransfer-1.0.3.zip", + "size": 20461, + "checksum": "SHA-256:4734ecae9ab5327932f16a008f13cb1d69204c071ea7a90a57196da6d088d5f9" + }, + { + "name": "SerialTransfer", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.0.zip", + "archiveFileName": "SerialTransfer-1.1.0.zip", + "size": 21041, + "checksum": "SHA-256:48a66a539f4b3b39228e07ec6771ad54a5b66860e4cc6f152904e7a740812170" + }, + { + "name": "SerialTransfer", + "version": "1.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.2.zip", + "archiveFileName": "SerialTransfer-1.1.2.zip", + "size": 21861, + "checksum": "SHA-256:86a0a5e84df11b63e80b3adaf3286b60fe91d6300b923bcecc32759673fc0e25" + }, + { + "name": "SerialTransfer", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.3.zip", + "archiveFileName": "SerialTransfer-1.1.3.zip", + "size": 21820, + "checksum": "SHA-256:e06c20859de5a22ba18e1880ed8546fc5876c5e6f370927669cf1758ebf38eda" + }, + { + "name": "SerialTransfer", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.0.zip", + "archiveFileName": "SerialTransfer-1.2.0.zip", + "size": 24819, + "checksum": "SHA-256:0d4c2e3f537df0243df3a320ca34c245fb8abb541989c59862a906649da15709" + }, + { + "name": "SerialTransfer", + "version": "1.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.1.zip", + "archiveFileName": "SerialTransfer-1.2.1.zip", + "size": 24849, + "checksum": "SHA-256:4f047e830df43e829f8cc66061dd1551919ec744b5dcde4367f9e8e3f7857caa" + }, + { + "name": "SerialTransfer", + "version": "1.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.2.zip", + "archiveFileName": "SerialTransfer-1.2.2.zip", + "size": 29012, + "checksum": "SHA-256:c100fd0e904cd693e6a59fdcd278ff7cd05d312b9608fac31564ca523b644863" + }, + { + "name": "SerialTransfer", + "version": "1.2.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.3.zip", + "archiveFileName": "SerialTransfer-1.2.3.zip", + "size": 29239, + "checksum": "SHA-256:9d0e2d1dc91ac648028d74a85b3b0283feded325f6ed2b0e9d543a3888517fa8" + }, + { + "name": "SerialTransfer", + "version": "1.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.0.zip", + "archiveFileName": "SerialTransfer-1.3.0.zip", + "size": 30629, + "checksum": "SHA-256:aa3d083a03a9ee622a3f63a147b765fc208c89f88e021a4fb508b16339a414ec" + }, + { + "name": "SerialTransfer", + "version": "1.3.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.1.zip", + "archiveFileName": "SerialTransfer-1.3.1.zip", + "size": 33782, + "checksum": "SHA-256:4ae58d81d5d9bd1fbcbf5a4a37f31d95db8b1d7a056695a026c5e1ac33576e39" + }, + { + "name": "SerialTransfer", + "version": "1.3.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.2.zip", + "archiveFileName": "SerialTransfer-1.3.2.zip", + "size": 34400, + "checksum": "SHA-256:0b15024370f9eeb06e802011b845046fbc0bf4db087d9a0659c367cbef0ce532" + }, + { + "name": "SerialTransfer", + "version": "1.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.4.0.zip", + "archiveFileName": "SerialTransfer-1.4.0.zip", + "size": 34457, + "checksum": "SHA-256:41255c875778406056b28d0c97313142e7725903f4eb25b25c77fab3f4a7edb2" + }, + { + "name": "SerialTransfer", + "version": "1.4.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.4.1.zip", + "archiveFileName": "SerialTransfer-1.4.1.zip", + "size": 34463, + "checksum": "SHA-256:7e494b48a81d96917a856bc3245d21b4025de899f6b30f5ff9832fcc456ed9b2" + }, + { + "name": "SerialTransfer", + "version": "2.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.0.zip", + "archiveFileName": "SerialTransfer-2.0.0.zip", + "size": 36185, + "checksum": "SHA-256:83b10d30090de44db11f5583ab0a3c5087b87217abbc746877a87c848afd431f" + }, + { + "name": "SerialTransfer", + "version": "2.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.1.zip", + "archiveFileName": "SerialTransfer-2.0.1.zip", + "size": 36182, + "checksum": "SHA-256:baeecf93f92601ed0ea00b63e68d081435a45be0c838645a0e7bc34fb89db42a" + }, + { + "name": "SerialTransfer", + "version": "2.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.2.zip", + "archiveFileName": "SerialTransfer-2.0.2.zip", + "size": 36241, + "checksum": "SHA-256:aba1d505c8bbdb793e38edb461495f0b0dd852da9da660ce36414a8c2c1e1953" + }, + { + "name": "SerialTransfer", + "version": "2.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.3.zip", + "archiveFileName": "SerialTransfer-2.0.3.zip", + "size": 36255, + "checksum": "SHA-256:d44668f7dd4a9e536b58f0b8789985a741282ed6c71263f7dfc9b87d75fd3f12" + }, + { + "name": "SerialTransfer", + "version": "2.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.0.zip", + "archiveFileName": "SerialTransfer-2.1.0.zip", + "size": 25262, + "checksum": "SHA-256:8de7b1935143a96e8fec0de734a52f02037d2c700c35f24db0aa2c5ccdcfd4a5" + }, + { + "name": "SerialTransfer", + "version": "2.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.1.zip", + "archiveFileName": "SerialTransfer-2.1.1.zip", + "size": 25264, + "checksum": "SHA-256:35f5003d7afcc640b4e12bd6321560034bd108c86e65b8913320871897b5caec" + }, + { + "name": "SerialTransfer", + "version": "2.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.2.zip", + "archiveFileName": "SerialTransfer-2.1.2.zip", + "size": 25258, + "checksum": "SHA-256:dcb7657b126f747c40ac9987830f8a46a48299910d7190d2af148ed3e74e843c" + }, + { + "name": "SerialTransfer", + "version": "3.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.0.zip", + "archiveFileName": "SerialTransfer-3.0.0.zip", + "size": 31396, + "checksum": "SHA-256:4db5b5b2faa8123bbbb1400e8cf6b0a80995dd8c5103fbd840ac6fb05b6819bb" + }, + { + "name": "SerialTransfer", + "version": "3.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.1.zip", + "archiveFileName": "SerialTransfer-3.0.1.zip", + "size": 130692, + "checksum": "SHA-256:b7a188ba484c952b58ed6afe342f87ca46257bd3ebb58162a2d81d15660e4eb0" + }, + { + "name": "SerialTransfer", + "version": "3.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.2.zip", + "archiveFileName": "SerialTransfer-3.0.2.zip", + "size": 130741, + "checksum": "SHA-256:53fd43f69851cd5d66fa10bbeaa43bde427b9db8b49067fde3d56c96cf56fcdc" + }, + { + "name": "SerialTransfer", + "version": "3.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.3.zip", + "archiveFileName": "SerialTransfer-3.0.3.zip", + "size": 130993, + "checksum": "SHA-256:ea81b9e268582583064e88857d98a1c102798e3193d8092b04feb060771b773d" + }, + { + "name": "SerialTransfer", + "version": "3.0.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.4.zip", + "archiveFileName": "SerialTransfer-3.0.4.zip", + "size": 131254, + "checksum": "SHA-256:54e5864c0b00f24676fe1f1958946f383510008665dc2e7851a3c00603612c29" + }, + { + "name": "SerialTransfer", + "version": "3.0.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.5.zip", + "archiveFileName": "SerialTransfer-3.0.5.zip", + "size": 131443, + "checksum": "SHA-256:32b13e926c97d6ec3318d7886bbdda3728b3adb119e2220c357bb259fd7b2866" + }, + { + "name": "SerialTransfer", + "version": "3.0.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.6.zip", + "archiveFileName": "SerialTransfer-3.0.6.zip", + "size": 131419, + "checksum": "SHA-256:b5c750e5745615015cd5e2e5a21b21008b324b975d7aba583b6cde91b5b5216b" + }, + { + "name": "SerialTransfer", + "version": "3.0.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.7.zip", + "archiveFileName": "SerialTransfer-3.0.7.zip", + "size": 131545, + "checksum": "SHA-256:8dff6faba763007fad676c575168a23d1d33aab8209503c589d29787dac113f9" + }, + { + "name": "SerialTransfer", + "version": "3.0.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.8.zip", + "archiveFileName": "SerialTransfer-3.0.8.zip", + "size": 131557, + "checksum": "SHA-256:29686ed5acb94f61ade99181339f7ef43be24ed4c8cba365570eecb51071ab34" + }, + { + "name": "SerialTransfer", + "version": "3.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.0.zip", + "archiveFileName": "SerialTransfer-3.1.0.zip", + "size": 132165, + "checksum": "SHA-256:af2788a704245e6e60384f3232ddc7231cb07fa61082a67060cd1be91cac97eb" + }, + { + "name": "SerialTransfer", + "version": "3.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.1.zip", + "archiveFileName": "SerialTransfer-3.1.1.zip", + "size": 132188, + "checksum": "SHA-256:12a5267452823fadb2d97581885cf5af078f4cb175b145e63e329103f241fee4" + }, + { + "name": "SerialTransfer", + "version": "3.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.2.zip", + "archiveFileName": "SerialTransfer-3.1.2.zip", + "size": 132183, + "checksum": "SHA-256:9694958a817f986ce6cff5cdec222b7d39cfc38093e99d0bd6914e418a4fe55e" + }, + { + "name": "GLCD", + "version": "1.0.0", + "author": "DrGamerGuy \u003cbopitperson@@gmail.com\u003e, Adafruit", + "maintainer": "DrGamerGuy \u003cbopitperson@gmail.com\u003e", + "sentence": "Library for using the Graphic LCD type display.", + "paragraph": "Allows displaying of various shapes and images on a Nokia 5110 GLCD screen, may work with other GLCD type screens. Visit javl.github.io/image2cpp/ to make your own image arrays for your screen to display and include them into your program. See Adafruit website for more of their libraries in action.", + "website": "https://www.adafruit.com", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/DrGamerGuy/GLCD.git", + "providesIncludes": ["Adafruit_GFX.h", "Adafruit_PCD8544.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DrGamerGuy/GLCD-1.0.0.zip", + "archiveFileName": "GLCD-1.0.0.zip", + "size": 352421, + "checksum": "SHA-256:8de2c0bd4a34d2acff788324b7d1195c9e2edacf28010d952323fdd3b340e8fa" + }, + { + "name": "YouTube Sight", + "version": "1.0.0", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.0.zip", + "archiveFileName": "YouTube_Sight-1.0.0.zip", + "size": 18241, + "checksum": "SHA-256:c863affc8e23c5161670d33c1168f4f63006e99e5f5a57f1dfd04ee382bfd6f1" + }, + { + "name": "YouTube Sight", + "version": "1.0.1", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.1.zip", + "archiveFileName": "YouTube_Sight-1.0.1.zip", + "size": 18286, + "checksum": "SHA-256:9bb09ef71f324b899e39672f14709d719eebfc2fea9944a4c1461aa154efbe3e" + }, + { + "name": "YouTube Sight", + "version": "1.0.2", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.2.zip", + "archiveFileName": "YouTube_Sight-1.0.2.zip", + "size": 18291, + "checksum": "SHA-256:1feefa947087bd94461d8f750adcf4322bdca1bbe03b96541564d24025053f2f" + }, + { + "name": "Gwiot 7941E", + "version": "1.0.0", + "author": "Gutierrez PS, Arad Eizen", + "maintainer": "Gutierrez PS", + "sentence": "A simple library to interface with Gwiot 7941E 125kHz RFID reader", + "paragraph": "A simple library to interface with Gwiot 7941E 125kHz RFID reader", + "website": "https://github.com/gutierrezps/Gwiot7941e", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gutierrezps/gwiot7941e.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/Gwiot_7941E-1.0.0.zip", + "archiveFileName": "Gwiot_7941E-1.0.0.zip", + "size": 483663, + "checksum": "SHA-256:2d7fc74fda9f5a63fe84d8635ed639c146dcc1936f18fac849f4004ff2565143" + }, + { + "name": "PF", + "version": "1.1.0", + "author": "Ali Najafian", + "maintainer": "Ali Najafian", + "sentence": "\u003ch2\u003ePetit FatFS for Arduino avr MCUs. to drive SD cards\u003c/h2\u003e", + "paragraph": "\u003cp\u003eThis library is an optimized and fast SD library based on pff.h (PetitFS) :\u003c/p\u003e https://github.com/greiman/PetitFS \u003cp\u003e\u003cb\u003ebut i added a class changed the function names to familiar names and added some examples to it.\u003c/b\u003e\u003c/p\u003e", + "website": "https://github.com/Master811129/PF-SD-library-arduino", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Master811129/PF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/PF-1.1.0.zip", + "archiveFileName": "PF-1.1.0.zip", + "size": 21631, + "checksum": "SHA-256:10aace47683abe0950f51843b7fd2a68edd6d7c447242c00cf98e3fe584720f2" + }, + { + "name": "CurveFitting", + "version": "1.0.2", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": ["curveFitting.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.2.zip", + "archiveFileName": "CurveFitting-1.0.2.zip", + "size": 6221, + "checksum": "SHA-256:44c152b2fefe7c5dd06a5e99990e6dda1d105b3edce63342be0520b846b803d8" + }, + { + "name": "CurveFitting", + "version": "1.0.3", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": ["curveFitting.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.3.zip", + "archiveFileName": "CurveFitting-1.0.3.zip", + "size": 6305, + "checksum": "SHA-256:165721179f5ae6e11f7c4cf09a3562204ea1088f013a155ade66b764e8d330c0" + }, + { + "name": "CurveFitting", + "version": "1.0.5", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": ["curveFitting.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.5.zip", + "archiveFileName": "CurveFitting-1.0.5.zip", + "size": 6308, + "checksum": "SHA-256:0ad17c319a5ecfada00dc53451797a478c72de0cb0c0cce68a3425e0313be224" + }, + { + "name": "CurveFitting", + "version": "1.0.6", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": ["curveFitting.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.6.zip", + "archiveFileName": "CurveFitting-1.0.6.zip", + "size": 6308, + "checksum": "SHA-256:1d35c1309b7df10666022afedf444b55783e134914543dc46bb92fb8d623ec2a" + }, + { + "name": "EncoderStepCounter", + "version": "1.0.0", + "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "sentence": "Quadrature Encoder library for half-step and full-step encoders.", + "paragraph": "Counts up or down an counter depending on encoder rotation. Allows to read/write and reset this library-internal counter.", + "website": "https://www.github.com/M-Reimer/EncoderStepCounter", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/M-Reimer/EncoderStepCounter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/EncoderStepCounter-1.0.0.zip", + "archiveFileName": "EncoderStepCounter-1.0.0.zip", + "size": 8481, + "checksum": "SHA-256:80cd0dbacb56d75830b60ca1f6f9a814092690848b618384a852effd8bee06dc" + }, + { + "name": "EncoderStepCounter", + "version": "1.1.0", + "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "sentence": "Quadrature Encoder library for half-step and full-step encoders.", + "paragraph": "Counts up or down an counter depending on encoder rotation. Allows to read/write and reset this library-internal counter.", + "website": "https://www.github.com/M-Reimer/EncoderStepCounter", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/M-Reimer/EncoderStepCounter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/EncoderStepCounter-1.1.0.zip", + "archiveFileName": "EncoderStepCounter-1.1.0.zip", + "size": 8604, + "checksum": "SHA-256:4a0955ddd11d70f5700461a3c053de2b23b5880f0e07ad966d712db9f38db006" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.0.zip", + "size": 755739, + "checksum": "SHA-256:e5d0da72408f9fc59f8f5f8aa000eff8599da21f472c4925ebb39abcceb7f9ef" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.1.zip", + "size": 758058, + "checksum": "SHA-256:0b297b4ea201dae214c1fb2105cacbeeae7b47a98f10e8b61df9be5e1dea3968" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.2.zip", + "size": 758234, + "checksum": "SHA-256:18aa071255f1dc9f10147386bb068e6e6926fa80807c8be3b19733063f5247a1" + }, + { + "name": "EAA_MLX90614", + "version": "1.0.0", + "author": "John Fitter \u003cjfitter@eagleairaust.com.au\u003e", + "maintainer": "John Fitter \u003cjfitter@eagleairaust.com.au\u003e", + "sentence": "MLX90614 device driver", + "paragraph": "Arduino device driver library to support the Melexis MLX90614 infrared temperature sensor.", + "website": "https://github.com/jfitter/MLX90614", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jfitter/MLX90614.git", + "providesIncludes": ["MLX90614.h", "Crc8.h", "property.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jfitter/EAA_MLX90614-1.0.0.zip", + "archiveFileName": "EAA_MLX90614-1.0.0.zip", + "size": 2977409, + "checksum": "SHA-256:cc7643c164e97fe13e6a6a362dd4b5be51e76ae645afd049b773db7dc5bc8f33" + }, + { + "name": "uFire SHT20", + "version": "1.0.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure atmospheric temperature and humdity.", + "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/uFire_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.0.0.zip", + "archiveFileName": "uFire_SHT20-1.0.0.zip", + "size": 16081, + "checksum": "SHA-256:e9dc3518da4d94ff227c605c71e8db36f040a6606b26823b6f9040fc4e86c69c" + }, + { + "name": "uFire SHT20", + "version": "1.0.1", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure atmospheric temperature and humdity.", + "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/uFire_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.0.1.zip", + "archiveFileName": "uFire_SHT20-1.0.1.zip", + "size": 18365, + "checksum": "SHA-256:1c4d3d5a7c92e89626ba16fb1ede06905c3a11b78836fbf75e470f3f08730160" + }, + { + "name": "uFire SHT20", + "version": "1.1.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure atmospheric temperature and humdity.", + "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor. Also converts to VPD (vapor pressure deficit), and dew point.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/uFire_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.1.0.zip", + "archiveFileName": "uFire_SHT20-1.1.0.zip", + "size": 21110, + "checksum": "SHA-256:6e821ed07d981233322346ea091e0092137bf666c9502fd411fc4ae12582c3a9" + }, + { + "name": "MCreator Link", + "version": "1.2.0", + "author": "Pylo", + "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", + "sentence": "Adds support for the MCreator Link system.", + "paragraph": "With this library you can make your Arduino device compatible with MCreator Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", + "website": "http://mcreator.net/link", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Pylo/MCreatorLinkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pylo/MCreator_Link-1.2.0.zip", + "archiveFileName": "MCreator_Link-1.2.0.zip", + "size": 12467, + "checksum": "SHA-256:993396b66254db39c6b1d0ddb834a1dacd1c20a79c70d4daf7726706f0607e94" + }, + { + "name": "MCreator Link", + "version": "1.3.0", + "author": "Pylo", + "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", + "sentence": "Adds support for the MCreator Link system.", + "paragraph": "With this library you can make your Arduino device compatible with MCreator Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", + "website": "http://mcreator.net/link", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Pylo/MCreatorLinkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pylo/MCreator_Link-1.3.0.zip", + "archiveFileName": "MCreator_Link-1.3.0.zip", + "size": 12470, + "checksum": "SHA-256:317148f9a02286b678f95eca050cf44bfe39184a1e5fcde795aa0e89f8c607a7" + }, + { + "name": "XLR8PWM", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 implementation of PWM", + "paragraph": "Implements Pulse Width Modulation as a hardware module in the OpenXLR8 methodology", + "website": "https://github.com/AloriumTechnology/XLR8PWM", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8PWM.git", + "providesIncludes": ["XLR8PWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8PWM-1.0.1.zip", + "archiveFileName": "XLR8PWM-1.0.1.zip", + "size": 44659, + "checksum": "SHA-256:bfbd2a386667c1b86e4d48ed61988783e469f1a6db5c7fb3c461364e7a8badcb" + }, + { + "name": "XLR8RC", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Captures outputs from an RC receiver (the signals that go to servos) and outputs a 16 bit integer representing the pulse width (in microseconds)", + "paragraph": "Captures outputs from an RC receiver (the signals that go to servos) and outputs a 16 bit integer representing the pulse width (in microseconds)", + "website": "https://github.com/AloriumTechnology/XLR8RC", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8RC.git", + "providesIncludes": ["XLR8RC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8RC-1.0.0.zip", + "archiveFileName": "XLR8RC-1.0.0.zip", + "size": 42752, + "checksum": "SHA-256:832f9cf491a093ffdf4e42b268e9f0cd7cccb784e1b4a1afb42fbd11ef86ace5" + }, + { + "name": "Ch376msc", + "version": "1.3.1", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manage control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.3.1.zip", + "archiveFileName": "Ch376msc-1.3.1.zip", + "size": 129138, + "checksum": "SHA-256:04377ccd98f69fe0f4571b776c78edc8bfbe23eec1eb074765baf0ab19fc5cd2" + }, + { + "name": "Ch376msc", + "version": "1.4.0", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manage control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.0.zip", + "archiveFileName": "Ch376msc-1.4.0.zip", + "size": 133429, + "checksum": "SHA-256:cf907b35c2e9963f565d071135d0ee72e171ef5d07384787ab23f9eb78f87892" + }, + { + "name": "Ch376msc", + "version": "1.4.1", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manage control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr", "sam", "samd", "stm32", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.1.zip", + "archiveFileName": "Ch376msc-1.4.1.zip", + "size": 173946, + "checksum": "SHA-256:bf8ec6b8a2c18a12ea619937e327e2c547342bf6e746f83c30561ef5e617e13f" + }, + { + "name": "Ch376msc", + "version": "1.4.2", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr", "sam", "samd", "stm32", "STM32F1", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.2.zip", + "archiveFileName": "Ch376msc-1.4.2.zip", + "size": 1750988, + "checksum": "SHA-256:dbc1058eea119687c15a5741f798a2df3ccb8fbad96ce66fd862c6e130e4432a" + }, + { + "name": "Ch376msc", + "version": "1.4.3", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr", "sam", "samd", "stm32", "STM32F1", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.3.zip", + "archiveFileName": "Ch376msc-1.4.3.zip", + "size": 1760691, + "checksum": "SHA-256:18e0b1ef568e353b6c9fb5f9846fa21e38ef10ae68daf41d0c534a542db59429" + }, + { + "name": "Ch376msc", + "version": "1.4.4", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr", "sam", "samd", "stm32", "STM32F1", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.4.zip", + "archiveFileName": "Ch376msc-1.4.4.zip", + "size": 1760931, + "checksum": "SHA-256:cc3014e310be39b96dc547704b5e15fd1c8683b061a83d497b3bce323b6436e1" + }, + { + "name": "Ch376msc", + "version": "1.4.5", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": ["avr", "sam", "samd", "stm32", "STM32F1", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.5.zip", + "archiveFileName": "Ch376msc-1.4.5.zip", + "size": 1761312, + "checksum": "SHA-256:a46cc0e9458d75d8b4d6ad5995b85d6617f8a56d6281c3ae6dd05f45e20e3859" + }, + { + "name": "Irms_calc", + "version": "1.0.0", + "author": "Andrey Fedorov \u003cfedorov@bizkit.ru\u003e", + "maintainer": "Andrey Fedorov\u003cfedorov@bizkit.ru\u003e", + "sentence": "Irms calculation library for ESP8266/ESP32/Arduino.", + "paragraph": "The library gets ADC result getted from chip like ACS712 and calculate Vpp (Volts Peak to Peak), Vpeak (Volts peak), Vrms, Irms.", + "website": "https://github.com/Warlib1975/Irms_calc.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Warlib1975/Irms_calc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Warlib1975/Irms_calc-1.0.0.zip", + "archiveFileName": "Irms_calc-1.0.0.zip", + "size": 4445, + "checksum": "SHA-256:8cf34d2e8683f30fa1e8a5695f39154d3b40d56c0c04ea952faca98db29439bd" + }, + { + "name": "GPS", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "GPS code class for Arduino", + "paragraph": "gps comunication", + "website": "https://github.com/offcircuit/GPS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/GPS-1.0.0.zip", + "archiveFileName": "GPS-1.0.0.zip", + "size": 16532, + "checksum": "SHA-256:d7e02b6e018a86c960fe59044fc7425c363bddc9a993341a272dd57010863a93" + }, + { + "name": "GPS", + "version": "1.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "GPS code class for Arduino", + "paragraph": "gps comunication", + "website": "https://github.com/offcircuit/GPS", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/GPS-1.0.1.zip", + "archiveFileName": "GPS-1.0.1.zip", + "size": 16539, + "checksum": "SHA-256:424685b4b125b04bc026a5e929a561ddd1cd7039465644fd657f9a0c519f6d73" + }, + { + "name": "CppLinq", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "ArduinoLinq Library", + "paragraph": "Arduino Library that wraps cpplinq C++ library. This allow to user similar functions to .NET Linq in Arduino (Min 200Kb required)", + "website": "https://github.com/luisllamasbinaburo/ArduinoLinq", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/ArduinoLinq.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CppLinq-1.0.0.zip", + "archiveFileName": "CppLinq-1.0.0.zip", + "size": 31576, + "checksum": "SHA-256:a8ce6e0eb20541c37292ed11adc176f3570f601e1c0d4b5579c57869cdfd8e94" + }, + { + "name": "ReactiveArduino", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "ReactiveArduino implements observable-observer pattern on a processor like Arduino", + "paragraph": "ReactiveArduino implements observable-observer pattern on a processor like Arduino", + "website": "https://github.com/luisllamasbinaburo/Arduino-ReactiveArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-ReactiveArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ReactiveArduino-1.0.0.zip", + "archiveFileName": "ReactiveArduino-1.0.0.zip", + "size": 156773, + "checksum": "SHA-256:63e360b1531c3b6a95eba7fdde4459b93c0aee38baa8bdef8257a8f6731efbfb" + }, + { + "name": "EasyingLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino library that implements easing functions for smooth property value change transitions", + "paragraph": "Arduino library that implements easing functions for smooth property value change transitions", + "website": "https://github.com/luisllamasbinaburo/Arduino-Easing", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Easing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/EasyingLib-1.0.0.zip", + "archiveFileName": "EasyingLib-1.0.0.zip", + "size": 135828, + "checksum": "SHA-256:6047ccf9d9fee414e9892e52babdcd3f188eee2714b51ad8ed62084466fa7138" + }, + { + "name": "InterpolationLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline.", + "paragraph": "Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline.", + "website": "https://github.com/luisllamasbinaburo/Arduino-Interpolation", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Interpolation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/InterpolationLib-1.0.0.zip", + "archiveFileName": "InterpolationLib-1.0.0.zip", + "size": 128616, + "checksum": "SHA-256:cb252b2115fe842e2a39429e6225010ff161f27b46ca59ac5591fdad1b4f428c" + }, + { + "name": "SyncWaveformsLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino SyncWaveforms implements timed functions that runs synchronously", + "paragraph": "Arduino SyncWaveforms implements timed functions that runs synchronously", + "website": "https://github.com/luisllamasbinaburo/Arduino-SyncWaveforms", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-SyncWaveforms.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SyncWaveformsLib-1.0.0.zip", + "archiveFileName": "SyncWaveformsLib-1.0.0.zip", + "size": 54480, + "checksum": "SHA-256:68ea3807542cadfdd3737aaff557d158e61c317769dd8d569678128fa7adfcbb" + }, + { + "name": "EasyCommaLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "EasyComma is a light library that implements funtions for easily parse comma separed arrays", + "paragraph": "EasyComma is a light library that implements funtions for easily parse comma separed arrays", + "website": "https://github.com/luisllamasbinaburo/Arduino-EasyComma", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-EasyComma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/EasyCommaLib-1.0.0.zip", + "archiveFileName": "EasyCommaLib-1.0.0.zip", + "size": 9810, + "checksum": "SHA-256:99348cc0cb9de2722c6b44e119cedbcc8967573d6c100b3b6ae869e699453d14" + }, + { + "name": "Parser", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino Library that helps to parse a char array", + "paragraph": "Arduino Library that helps to parse a char array", + "website": "https://github.com/luisllamasbinaburo/Arduino-Parser", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/Parser-1.0.0.zip", + "archiveFileName": "Parser-1.0.0.zip", + "size": 22803, + "checksum": "SHA-256:0a4b0fe9c13a440d537ce501974362cabadc2e1ec5072a388bcf1ccacdead86b" + }, + { + "name": "BTS7960", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library for BTS7960 Dual H-Bridge 43A DC Motor controller", + "paragraph": "Library for BTS7960 Dual H-Bridge 43A DC Motor controller", + "website": "https://github.com/luisllamasbinaburo/Arduino-BTS7960", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-BTS7960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/BTS7960-1.0.0.zip", + "archiveFileName": "BTS7960-1.0.0.zip", + "size": 8559, + "checksum": "SHA-256:477ca0f34c62a571742a409ef23f87ac00e3123cd6fbe2139fb90c7a71a35db0" + }, + { + "name": "TriangleSolverLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library that implements functions to solve triangles. Usefull for articulated machines", + "paragraph": "Library that implements functions to solve triangles. Usefull for articulated machines", + "website": "https://github.com/luisllamasbinaburo/Arduino-TriangleSolver", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-TriangleSolver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/TriangleSolverLib-1.0.0.zip", + "archiveFileName": "TriangleSolverLib-1.0.0.zip", + "size": 10783, + "checksum": "SHA-256:b485fa08d1e5deae5472f547e1301244a7455855ce1e945cf09f6e999c652c01" + }, + { + "name": "StoryBoardLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Storyboard are a series of non blockings tasks that runs sequencially", + "paragraph": "Storyboard are a series of non blockings tasks that runs sequencially", + "website": "https://github.com/luisllamasbinaburo/Arduino-Storyboard", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Storyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StoryBoardLib-1.0.0.zip", + "archiveFileName": "StoryBoardLib-1.0.0.zip", + "size": 11085, + "checksum": "SHA-256:2c6d6953cfd2da45385030b6c072d8e431ac8370f879d4cef698d90c057310fb" + }, + { + "name": "MultiTaskLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Storyboard are a series of non blockings tasks that runs in parallel", + "paragraph": "Storyboard are a series of non blockings tasks that runs in parallel", + "website": "https://github.com/luisllamasbinaburo/Arduino-MultiTask", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-MultiTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MultiTaskLib-1.0.0.zip", + "archiveFileName": "MultiTaskLib-1.0.0.zip", + "size": 10671, + "checksum": "SHA-256:684438657aef0075ecebd8f343cc0a46f73571ddc5d65c5fe8fd878df7e22018" + }, + { + "name": "AsyncTaskLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library that implements a non blockin task", + "paragraph": "Library that implements a non blockin task", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncTask", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncTaskLib-1.0.0.zip", + "archiveFileName": "AsyncTaskLib-1.0.0.zip", + "size": 12052, + "checksum": "SHA-256:5c7785f59cfbf410978a0712bd877239cf2362b2db547a59b5d47526cfbe3dd7" + }, + { + "name": "AsyncTimerLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Simple non blocking timer with callback function", + "paragraph": "Simple non blocking timer with callback function", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncTimer", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncTimerLib-1.0.0.zip", + "archiveFileName": "AsyncTimerLib-1.0.0.zip", + "size": 8467, + "checksum": "SHA-256:c01b1dca0e2e36af2fd90bad09c72d92df3e19b35decc6ab6f09c9cf1e17df0c" + }, + { + "name": "AsyncSerial", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library that allow to recieve a serial port stream in a non blocking process", + "paragraph": "Library that allow to recieve a serial port stream in a non blocking process", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncSerial", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncSerial-1.0.0.zip", + "archiveFileName": "AsyncSerial-1.0.0.zip", + "size": 21689, + "checksum": "SHA-256:f3c75808286b7dea3372a8945e8ccf24ee3538d4c6b0cf0010f9478595f92926" + }, + { + "name": "AsyncServoLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library for non blocking controlling a servo", + "paragraph": "Library for non blocking controlling a servo", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncServo", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncServoLib-1.0.0.zip", + "archiveFileName": "AsyncServoLib-1.0.0.zip", + "size": 11694, + "checksum": "SHA-256:de72c17fc679a294fb9715ec95698db507b50c47f24a73425ebeb5c90c8d627c" + }, + { + "name": "AsyncStepperLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "AsyncStepper is a library for non blocking stepper motor control", + "paragraph": "AsyncStepper is a library for non blocking stepper motor control", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncStepper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncStepperLib-1.0.0.zip", + "archiveFileName": "AsyncStepperLib-1.0.0.zip", + "size": 11231, + "checksum": "SHA-256:8b8f5eab8470a234facdbdc7d332ba9d59fb54d1ce924810e86a7c975265add5" + }, + { + "name": "AsyncSonar", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library for non blocking controlling a ultrasonic sensor like HC-SR04", + "paragraph": "Library for non blocking controlling a ultrasonic sensor like HC-SR04", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncSonar", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncSonar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncSonar-1.0.0.zip", + "archiveFileName": "AsyncSonar-1.0.0.zip", + "size": 21625, + "checksum": "SHA-256:ee6875680b8d37f082e8500d956c561b17b7cf12b4e3ab027e66abff2120f613" + }, + { + "name": "SimpleStepper", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Simple library for controlling unipolar and bipolar steppers", + "paragraph": "Simple library for controlling unipolar and bipolar steppers", + "website": "https://github.com/luisllamasbinaburo/Arduino-SimpleStepper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luisllamasbinaburo/Arduino-SimpleStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SimpleStepper-1.0.0.zip", + "archiveFileName": "SimpleStepper-1.0.0.zip", + "size": 9433, + "checksum": "SHA-256:22154156bfe8d30a5cf56bb356ec9c97a4c79dec46a8c9ecad26010bf1fe6ece" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "1.14.0-ALPHA", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.14.0-ALPHA.zip", + "archiveFileName": "Arduino_TensorFlowLite-1.14.0-ALPHA.zip", + "size": 851380, + "checksum": "SHA-256:cd9b2f0b381902260ed53770cc10d388117b64d60688767ead2c81a1229830b2" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "1.15.0-ALPHA", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.15.0-ALPHA.zip", + "archiveFileName": "Arduino_TensorFlowLite-1.15.0-ALPHA.zip", + "size": 848652, + "checksum": "SHA-256:6df12097fd5b36212a820730b68f32927601a777ca51dd47061800b4956410b2" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "1.15.0-ALPHA-precompiled", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.15.0-ALPHA-precompiled.zip", + "archiveFileName": "Arduino_TensorFlowLite-1.15.0-ALPHA-precompiled.zip", + "size": 1017646, + "checksum": "SHA-256:1b1c28cb126b90ef307426478d034b4395b5a24fe3e8dc735996bc077306783f" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "2.1.0-ALPHA", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-2.1.0-ALPHA.zip", + "archiveFileName": "Arduino_TensorFlowLite-2.1.0-ALPHA.zip", + "size": 1788657, + "checksum": "SHA-256:5b177baf0511d9930332975a6f1d239288d271f8cf5fc9fa9f9cd8bdaa9a904c" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "2.1.0-ALPHA-precompiled", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-2.1.0-ALPHA-precompiled.zip", + "archiveFileName": "Arduino_TensorFlowLite-2.1.0-ALPHA-precompiled.zip", + "size": 2937340, + "checksum": "SHA-256:075cf52c8e7b0e60c93c78698989a41c816b957d4b3c18da27e94dd1c521224f" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "2.1.1-ALPHA-precompiled", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-2.1.1-ALPHA-precompiled.zip", + "archiveFileName": "Arduino_TensorFlowLite-2.1.1-ALPHA-precompiled.zip", + "size": 2372854, + "checksum": "SHA-256:64751d9ddf5a193d8c432e854edeba4c850d2842c525aca5ef447d71a9a9be5a" + }, + { + "name": "Arduino_TensorFlowLite", + "version": "2.4.0-ALPHA", + "author": "TensorFlow Authors", + "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", + "sentence": "Allows you to run machine learning models locally on your device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://www.tensorflow.org/lite/microcontrollers/overview", + "category": "Data Processing", + "architectures": [], + "types": ["Arduino"], + "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "providesIncludes": ["TensorFlowLite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-2.4.0-ALPHA.zip", + "archiveFileName": "Arduino_TensorFlowLite-2.4.0-ALPHA.zip", + "size": 1587071, + "checksum": "SHA-256:9007da074109866ad188732ce78ec3689a14bd4871c4ca62b1e010ec1c5dd5b6" + }, + { + "name": "esp32_gamepad", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "connect ESP32 to SteelSeries:Free bluetooth gamepad.", + "paragraph": "Connect your SteelSeries:Free bluetooth gamepad to any ESP32 using RFCOMM. Provides a callback for every change to the controller including disconnect. Allows you to scan for SS devices and returns the bluetooth address of the first controller it finds.", + "website": "https://github.com/bitbank2/esp32_gamepad", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/esp32_gamepad.git", + "providesIncludes": ["esp32_gamepad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/esp32_gamepad-1.0.0.zip", + "archiveFileName": "esp32_gamepad-1.0.0.zip", + "size": 19347, + "checksum": "SHA-256:fdd47df6b60b632cbf14e490b35dfb97b40bef7b3140c4ea68c169389ffb1be4" + }, + { + "name": "esp32_gamepad", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "connect ESP32 to SteelSeries:Free bluetooth gamepad.", + "paragraph": "Connect your SteelSeries:Free bluetooth gamepad to any ESP32 using RFCOMM. Provides a callback for every change to the controller including disconnect. Allows you to scan for SS devices and returns the bluetooth address of the first controller it finds.", + "website": "https://github.com/bitbank2/esp32_gamepad", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/esp32_gamepad.git", + "providesIncludes": ["esp32_gamepad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/esp32_gamepad-1.0.1.zip", + "archiveFileName": "esp32_gamepad-1.0.1.zip", + "size": 19757, + "checksum": "SHA-256:10178548ee224f8a4f3ee1c0e1d8465207486aad9c5e68f61263f3dc60f4d9ca" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.0.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.0.zip", + "size": 8076, + "checksum": "SHA-256:ab4c0aeac56c42917d5939bf0b50e537553576ee20a9924e23529dd090b1ad7e" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.2.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.2.zip", + "size": 9761, + "checksum": "SHA-256:b4960b477c466523c80f524f31b0aac381bd2274a5f61d87f8ccdce7bed655df" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.3.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.3.zip", + "size": 9760, + "checksum": "SHA-256:b33985ac6b02f410f9848e7745f088a83d2751a5f9310eaa56ecfaa6f8db2c69" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.4.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.4.zip", + "size": 299263, + "checksum": "SHA-256:9377f232958dfd7ae31126f00a8626b8cb3523b72cc43c51013f06b222570bd7" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.5.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.5.zip", + "size": 299320, + "checksum": "SHA-256:1b833cfcc7aeb41d1d63617693a9990bd8036d26fbf76afc4ef1764e65427fe9" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.6.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.6.zip", + "size": 303685, + "checksum": "SHA-256:a03ccc8f21b7ded1c3ea1f3bcbd5514cb3e7fa80def4e7dcec7f52a97af4b41c" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.7.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.7.zip", + "size": 303439, + "checksum": "SHA-256:8fe589bdbfa874d050a9f992f27fbbfde5f4c15b932e41d01048ecdc32af4185" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.0.0.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.0.0.zip", + "size": 9266, + "checksum": "SHA-256:33e18b03fe5ccd71a9a4e7fdbd6185b7b56334ef90e6da443cd5e75e53920aff" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.0.1.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.0.1.zip", + "size": 9241, + "checksum": "SHA-256:137e8c910100f5eb110ff71dfc621241156980b238fd8dfae8399d6b7c75ea5e" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.0.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.0.zip", + "size": 9378, + "checksum": "SHA-256:ace5b07fd9c6def2dcc519efc460adc1663bd346f6708657d353c9c588108a98" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.1.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.1.zip", + "size": 9448, + "checksum": "SHA-256:ee8c52f866bd9f9b6dacccfe296a0648beb8ea6e4a6a9906ee0caaae4d032278" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.2.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.2.zip", + "size": 338624, + "checksum": "SHA-256:429241fef74637e9a1c60da36dc5ce3f2eb90455afe5b8416bf6e6c2c90538b6" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.3.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.3.zip", + "size": 338681, + "checksum": "SHA-256:432a1c7ffa848bcc601d8ccf0a8ffbab7e94ff634c53ae6459bcaa53214c53b8" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.4.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.4.zip", + "size": 338486, + "checksum": "SHA-256:bc3df1ad7c988bf01254aa7629210d13da66268a99f2c8c15bf127d1cce0cdfe" + }, + { + "name": "Sensor Communication Library", + "version": "0.1.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.1.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.1.0.zip", + "size": 193655, + "checksum": "SHA-256:c0f4ee7d599f5b0c7117560b21e5468d5cae5e7c1e70235d5ad95390a112763d" + }, + { + "name": "Sensor Communication Library", + "version": "0.2.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.2.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.2.0.zip", + "size": 451225, + "checksum": "SHA-256:5af6228703afe248f0e946adc56ff17d4b4627e36c8d9b607cd5498b14ffea66" + }, + { + "name": "Sensor Communication Library", + "version": "0.3.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.3.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.3.0.zip", + "size": 457905, + "checksum": "SHA-256:4b01a4d042dc2c3218dd0ee381fa12e095eca9dda9817c8d68df2eabb7a26585" + }, + { + "name": "Sensor Communication Library", + "version": "0.4.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.4.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.4.0.zip", + "size": 404762, + "checksum": "SHA-256:ee9258330214e5d410ce3d1bcf3966394362162ff2324ab6f5a040bb188223c6" + }, + { + "name": "KnockPatternDetector", + "version": "1.0.0", + "author": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "maintainer": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "sentence": "Can record, save and detect knock patterns in an asynchronous way with many settings.", + "paragraph": "You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.", + "website": "https://github.com/codinghusi/ArduinoKnockPatternDetector", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/codinghusi/ArduinoKnockPatternDetector.git", + "providesIncludes": ["KnockPatternDetector.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/codinghusi/KnockPatternDetector-1.0.0.zip", + "archiveFileName": "KnockPatternDetector-1.0.0.zip", + "size": 19611, + "checksum": "SHA-256:67c393b2d16eb3b8326df6dc1d7ad8cd68d12d68044a9a5512ffa22c05b82c13" + }, + { + "name": "KnockPatternDetector", + "version": "1.0.1", + "author": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "maintainer": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "sentence": "Can record, save and detect knock patterns in an asynchronous way with many settings.", + "paragraph": "You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.", + "website": "https://github.com/codinghusi/ArduinoKnockPatternDetector", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/codinghusi/ArduinoKnockPatternDetector.git", + "providesIncludes": ["KnockPatternDetector.h"], + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/codinghusi/KnockPatternDetector-1.0.1.zip", + "archiveFileName": "KnockPatternDetector-1.0.1.zip", + "size": 19852, + "checksum": "SHA-256:6e15cb58de9c8bbb73cbd20af2fb6e05f5b545f134be7f519f8d86701ab0dacb" + }, + { + "name": "Winbond W25N", + "version": "0.1.0", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.1.0.zip", + "archiveFileName": "Winbond_W25N-0.1.0.zip", + "size": 5707, + "checksum": "SHA-256:8acbf2c4f549156b832abc1e19f24ccdebe3fe052c59e5e31fd297469d88cf0c" + }, + { + "name": "Winbond W25N", + "version": "0.1.2", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.1.2.zip", + "archiveFileName": "Winbond_W25N-0.1.2.zip", + "size": 7588, + "checksum": "SHA-256:4b0282c7e57969871ef8ae7a7972e6cac1ad4e52b008ad3c23b2930159090a29" + }, + { + "name": "Winbond W25N", + "version": "0.2.1", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.2.1.zip", + "archiveFileName": "Winbond_W25N-0.2.1.zip", + "size": 7563, + "checksum": "SHA-256:dfca9092a3ec7fa70e1c2609714a42f621c3d152eabfe048b1b061816e7b0706" + }, + { + "name": "elk", + "version": "0.0.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.1.zip", + "archiveFileName": "elk-0.0.1.zip", + "size": 129843, + "checksum": "SHA-256:a9258f699d04fb98dc7058da10495ca1f5eafc7bb237aa38ab920335254ce1c5" + }, + { + "name": "elk", + "version": "0.0.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.2.zip", + "archiveFileName": "elk-0.0.2.zip", + "size": 135402, + "checksum": "SHA-256:917c954fedd858e4f91aacbca320c73e3e3b2a3eeefc9ce22b39e55b372d4c46" + }, + { + "name": "elk", + "version": "0.0.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.3.zip", + "archiveFileName": "elk-0.0.3.zip", + "size": 246426, + "checksum": "SHA-256:eedbf06ebfa0f586c4d1fbcf0c111e979ec042c29cd8547210e36e75551224d5" + }, + { + "name": "elk", + "version": "0.0.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.4.zip", + "archiveFileName": "elk-0.0.4.zip", + "size": 251453, + "checksum": "SHA-256:2d3b41fa878a022fdf16d229ad514e19b84c8befb19322ff2c2a57b57ef92544" + }, + { + "name": "elk", + "version": "0.0.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.5.zip", + "archiveFileName": "elk-0.0.5.zip", + "size": 241563, + "checksum": "SHA-256:bcb0faa2a48f7525e02dc33e2852449afe556f1b87a3234c2768713ad51bf627" + }, + { + "name": "elk", + "version": "0.0.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.6.zip", + "archiveFileName": "elk-0.0.6.zip", + "size": 239330, + "checksum": "SHA-256:7e8937aa9f8fb3d3e00e4c2092c53d37d2e919d3cada5daebd62aac9b9a46fb5" + }, + { + "name": "elk", + "version": "0.0.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.7.zip", + "archiveFileName": "elk-0.0.7.zip", + "size": 249588, + "checksum": "SHA-256:b2fb181446d4a0f46c34fac9ec96ddaf4502a5beaad56b5d1ab2779c7ef2486a" + }, + { + "name": "elk", + "version": "0.0.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.8.zip", + "archiveFileName": "elk-0.0.8.zip", + "size": 240520, + "checksum": "SHA-256:83954e1bdbb7256bd9d46c3c9906496761f047ed4034588ac2e8dc19e5a8fd20" + }, + { + "name": "elk", + "version": "0.0.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.9.zip", + "archiveFileName": "elk-0.0.9.zip", + "size": 258921, + "checksum": "SHA-256:6b9245432902009995cf66818f883aaabf75de4b31a785a6c245ee08381bad13" + }, + { + "name": "elk", + "version": "0.0.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.10.zip", + "archiveFileName": "elk-0.0.10.zip", + "size": 261518, + "checksum": "SHA-256:a86f128c771d112091394fbf66aa1aa0bb11401602ee67c11e5f3957bbb9eaf8" + }, + { + "name": "elk", + "version": "0.0.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.11.zip", + "archiveFileName": "elk-0.0.11.zip", + "size": 261260, + "checksum": "SHA-256:0cc0a1e4db406e8a5dcffddb3c3a04b561445e36480721dbc20da996d9cad235" + }, + { + "name": "elk", + "version": "0.0.12", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.12.zip", + "archiveFileName": "elk-0.0.12.zip", + "size": 213882, + "checksum": "SHA-256:f604308f897d0c4d982244ed2e3af02bc0fc8efcb7a62992b773638294b769fd" + }, + { + "name": "elk", + "version": "0.0.13", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.13.zip", + "archiveFileName": "elk-0.0.13.zip", + "size": 213918, + "checksum": "SHA-256:465b7188aa881c3963b4148c70bb3f05fbe4c8dc047b44b864ab28246deafb9f" + }, + { + "name": "elk", + "version": "0.0.14", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.14.zip", + "archiveFileName": "elk-0.0.14.zip", + "size": 213959, + "checksum": "SHA-256:39327f672a372d53ce0c123e10b5af9701c485e2baef486272d7c5068667c975" + }, + { + "name": "elk", + "version": "0.0.15", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.15.zip", + "archiveFileName": "elk-0.0.15.zip", + "size": 100771, + "checksum": "SHA-256:1c867abf45cf471c3ba371414daabf41716e2a34399a66a69824da0eba6cbea2" + }, + { + "name": "elk", + "version": "0.0.16", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.16.zip", + "archiveFileName": "elk-0.0.16.zip", + "size": 100758, + "checksum": "SHA-256:6d492d9d83f076b588c331d19a949c011a4bde6541f6a30a5cf8d065e507716d" + }, + { + "name": "elk", + "version": "0.0.17", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.17.zip", + "archiveFileName": "elk-0.0.17.zip", + "size": 99637, + "checksum": "SHA-256:f2004c531cb67f8b8fdddfa855c02128865e4f4b9ca6a6735755a93e81cf22e4" + }, + { + "name": "elk", + "version": "0.0.18", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.18.zip", + "archiveFileName": "elk-0.0.18.zip", + "size": 102519, + "checksum": "SHA-256:60b64fffbae3f49566e68d5a95691b4b1f6bdb6963c26109438eb6b444f62905" + }, + { + "name": "elk", + "version": "0.0.19", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.19.zip", + "archiveFileName": "elk-0.0.19.zip", + "size": 102737, + "checksum": "SHA-256:c63f67c7f8859e5b32250ba9c2c914c3ae1191d2c54bc89853488535ee35ab63" + }, + { + "name": "elk", + "version": "0.0.20", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.20.zip", + "archiveFileName": "elk-0.0.20.zip", + "size": 103114, + "checksum": "SHA-256:24085a35729de5bf015a7de77c5dcad37a5c87d49ace6306b44ca1af36bab0bd" + }, + { + "name": "elk", + "version": "0.0.21", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.21.zip", + "archiveFileName": "elk-0.0.21.zip", + "size": 103167, + "checksum": "SHA-256:9308eeb0e134417f5e5fe4b4a57dfd5dfd69613557a122911a46b7af0a91e8e1" + }, + { + "name": "elk", + "version": "0.0.22", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["esp32", "esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.22.zip", + "archiveFileName": "elk-0.0.22.zip", + "size": 103237, + "checksum": "SHA-256:3a8f116511384ecbe5c94d9614771fcf6692aa80448e508e95bf24fde22edc0e" + }, + { + "name": "elk", + "version": "2.0.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.1.zip", + "archiveFileName": "elk-2.0.1.zip", + "size": 52864, + "checksum": "SHA-256:ff76b951fd5b097a35da8869a248239b4205389947a029024a4d4d391aaec505" + }, + { + "name": "elk", + "version": "2.0.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.2.zip", + "archiveFileName": "elk-2.0.2.zip", + "size": 249737, + "checksum": "SHA-256:e105c252468b688b973c3f43ec717a2c09f26516430e95a9b57ff1a2a4403f53" + }, + { + "name": "elk", + "version": "2.0.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.3.zip", + "archiveFileName": "elk-2.0.3.zip", + "size": 250583, + "checksum": "SHA-256:0127afcd6415dbaf4712afc204a3eaa145d6ec2bcd794eb0eaf97a99413c4f4e" + }, + { + "name": "elk", + "version": "2.0.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.4.zip", + "archiveFileName": "elk-2.0.4.zip", + "size": 250718, + "checksum": "SHA-256:54efd40512630472a8815f3c632d2e9d7df426e0b789b729631991e76f4b8226" + }, + { + "name": "elk", + "version": "2.0.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.5.zip", + "archiveFileName": "elk-2.0.5.zip", + "size": 251173, + "checksum": "SHA-256:b44c26703d369196cdcfb7ccf5291beec3ebdc1f0f36c4f4467b754515a9cb06" + }, + { + "name": "elk", + "version": "2.0.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.6.zip", + "archiveFileName": "elk-2.0.6.zip", + "size": 1592167, + "checksum": "SHA-256:4883f9197e3c87aad733466bc73252c84bab46934932f2f7d484579d1f5181ce" + }, + { + "name": "elk", + "version": "2.0.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Enables JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.7.zip", + "archiveFileName": "elk-2.0.7.zip", + "size": 1592165, + "checksum": "SHA-256:a41d9b0a366a14eb0846a0fb271c5135d48886e3347b9f1ff1703144a61a1f5b" + }, + { + "name": "elk", + "version": "2.0.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Enables JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": ["elk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.8.zip", + "archiveFileName": "elk-2.0.8.zip", + "size": 1592701, + "checksum": "SHA-256:c0228a7c3d449f1e57647bd3a3ed693a1d174befcc2ab21b3a8ab77899af9398" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.0.zip", + "archiveFileName": "INA226_asukiaaa-1.0.0.zip", + "size": 3879, + "checksum": "SHA-256:f05f654db9ffe6fc5fc76dd892fa33774782be8c779cc2259dec3d77afdb9b03" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.1.zip", + "archiveFileName": "INA226_asukiaaa-1.0.1.zip", + "size": 3989, + "checksum": "SHA-256:90d04e229cf363f788074c26dd67c7b6472725bda25ecd38637031e61adc91ba" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.2.zip", + "archiveFileName": "INA226_asukiaaa-1.0.2.zip", + "size": 4471, + "checksum": "SHA-256:73aa92a1a3cdadca7e070796f3f8c4d6ddcc56bfd34e1564dda9d5ad7572e20f" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.3.zip", + "archiveFileName": "INA226_asukiaaa-1.0.3.zip", + "size": 4524, + "checksum": "SHA-256:857648248068ef34a34f9cabb256458e45dd3122e0a3ea061eb253814580457d" + }, + { + "name": "INA226_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.0.zip", + "archiveFileName": "INA226_asukiaaa-1.1.0.zip", + "size": 4523, + "checksum": "SHA-256:57113e3aa3d231049228e63184e205b106e63babd24c5502b83d22badf69630d" + }, + { + "name": "INA226_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.1.zip", + "archiveFileName": "INA226_asukiaaa-1.1.1.zip", + "size": 4620, + "checksum": "SHA-256:c6fa02f814010dac357e17eeb59ae66487753bd79c881f43939955ca8bceb1ce" + }, + { + "name": "INA226_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.2.zip", + "archiveFileName": "INA226_asukiaaa-1.1.2.zip", + "size": 4622, + "checksum": "SHA-256:f2261d7f14a3d44c7d0d11f2c6cddc9d3d8192165c6c315f2378927689c722d1" + }, + { + "name": "INA226_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.2.0.zip", + "archiveFileName": "INA226_asukiaaa-1.2.0.zip", + "size": 4773, + "checksum": "SHA-256:19b06a99809a28f618952afc01e402f3b1d81987092849f554c166d7f49a4d96" + }, + { + "name": "INA226_asukiaaa", + "version": "1.2.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.2.1.zip", + "archiveFileName": "INA226_asukiaaa-1.2.1.zip", + "size": 4854, + "checksum": "SHA-256:72785067b74e3cd32ad698d9ff422a3b0375f0b2c3b637038a9d28eb2f11f3e1" + }, + { + "name": "LibPrintf", + "version": "1.0.0", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": ["LibPrintf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.0.0.zip", + "archiveFileName": "LibPrintf-1.0.0.zip", + "size": 17019, + "checksum": "SHA-256:9a6a2592f08427459874f3009bb0e87ec70c3e21eacd59edbc8c6d349145cb80" + }, + { + "name": "LibPrintf", + "version": "1.0.1", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": ["LibPrintf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.0.1.zip", + "archiveFileName": "LibPrintf-1.0.1.zip", + "size": 27206, + "checksum": "SHA-256:3d0380cd0351ccf2b7345eb755ad5d852416c54db61324d52503ec05a7412a4b" + }, + { + "name": "LibPrintf", + "version": "1.1.2", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": ["LibPrintf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.1.2.zip", + "archiveFileName": "LibPrintf-1.1.2.zip", + "size": 27206, + "checksum": "SHA-256:e5455079b771cbecfd4ac4d1ee5c728f6d834563ba234769c1ad23e30983e0f0" + }, + { + "name": "LibPrintf", + "version": "1.1.3", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": ["LibPrintf.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.1.3.zip", + "archiveFileName": "LibPrintf-1.1.3.zip", + "size": 27200, + "checksum": "SHA-256:14d0b0a74edd66116f52a18aa8c735d067c90c257bbdce1ee2488f1d561e340b" + }, + { + "name": "CWW Morse Transmit", + "version": "1.0.0", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.0.0.zip", + "archiveFileName": "CWW_Morse_Transmit-1.0.0.zip", + "size": 5354, + "checksum": "SHA-256:b82e6f039d3f4ed50b6b58a42679adca7a0ed5d1661a733f3d40376e29f816f5" + }, + { + "name": "CWW Morse Transmit", + "version": "1.1.0", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.1.0.zip", + "archiveFileName": "CWW_Morse_Transmit-1.1.0.zip", + "size": 5789, + "checksum": "SHA-256:3c4681924a4f6830467efcb4ed4b89b3d60666a24757689535421c7213b5dbee" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.0.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.0.zip", + "size": 1867562, + "checksum": "SHA-256:49d6e9fcde906d6933800b8023032572e47688ec4f2ce250e6c6df59a44e0c61" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.1.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.1.zip", + "size": 1867627, + "checksum": "SHA-256:3bcc9bbd3cce3816f4c92f2fce2e5977012816c83e7b1a0505c78a2e2cefe0b5" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.2", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.2.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.2.zip", + "size": 1867764, + "checksum": "SHA-256:11930402f3442e3cb90259244d46f53c4e4c157e740a292e11c60b5e4075417b" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.3", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.3.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.3.zip", + "size": 1869837, + "checksum": "SHA-256:d98cfda8b3208df9d4d95aaf30a41128146a34ed2af1cf0c81cdf540a7b2ff9f" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.4", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.4.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.4.zip", + "size": 1869900, + "checksum": "SHA-256:d97e6ffeea780ae1a0194130be061b99a2eb862c6570ade410476fc102ae232a" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.5", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.5.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.5.zip", + "size": 1874041, + "checksum": "SHA-256:56838d3654c11329e111f700c68000c9608bca12b0a9b0abb4c064f233f70901" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.6", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.6.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.6.zip", + "size": 1886743, + "checksum": "SHA-256:2871c977247c820fa3974e31d2fb0bc4bb0aca5aa4824a961a042882dece5985" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.7", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": ["efont.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.7.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.7.zip", + "size": 1887553, + "checksum": "SHA-256:9e447f3c91a1e09d6505ae0b644e98e75eb1e3c596264dcae9ab254d4ccb325c" + }, + { + "name": "Adeon", + "version": "1.0.0", + "author": "JSC electronics, info@jsc-electronics.cz", + "maintainer": "JSC electronics, info@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "An Arduino library for managing phone numbers and received parameters of users.", + "paragraph": "Adeon is an Arduino library for managing phone numbers and received parameters of users. Parameters are received via incoming SMS from authorised (defined users) phone numbers. The library is designed to use with Adeon Android app. As input string the library requires an SMS in Adeon app format. Incoming SMS is secured by hash which guarantees validity of a message. The changing values of parameters provide controlling peripheral devices and modules which are connected to the Arduino based on input string.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.0.zip", + "archiveFileName": "Adeon-1.0.0.zip", + "size": 70814, + "checksum": "SHA-256:b85d1a8f9b523d1fbafbc35b63d6e608d15d7645dc289cd1bad0896a8c2644b5" + }, + { + "name": "Adeon", + "version": "1.0.1", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.1.zip", + "archiveFileName": "Adeon-1.0.1.zip", + "size": 70765, + "checksum": "SHA-256:252b85ae8b560f47c0fffabc7d80e58931dbfbaf25b758e1b28e9b2bffd84dcc" + }, + { + "name": "Adeon", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.2.zip", + "archiveFileName": "Adeon-1.0.2.zip", + "size": 70726, + "checksum": "SHA-256:966df0974a6d39a35fb0ab7620269873c49a2a1b826748d0335d3825eb1e4dbc" + }, + { + "name": "Adeon", + "version": "1.0.4", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsce.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.4.zip", + "archiveFileName": "Adeon-1.0.4.zip", + "size": 79165, + "checksum": "SHA-256:6d80d3c73c61fa9dd0568c06f515d68172457697dad97c7c615848a68fc18cf6" + }, + { + "name": "Adeon", + "version": "1.1.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsce.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.1.0.zip", + "archiveFileName": "Adeon-1.1.0.zip", + "size": 79261, + "checksum": "SHA-256:078386a3a82d6c0ca2e2117c61cd1229736594960b52c020adcb6cd216376a92" + }, + { + "name": "Adeon", + "version": "1.1.1", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsce.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.1.1.zip", + "archiveFileName": "Adeon-1.1.1.zip", + "size": 79327, + "checksum": "SHA-256:a26136f9f8cd424831cb9bb03c4f176a1b031e64d82af34538bb5cad5f4c714e" + }, + { + "name": "QDEC", + "version": "1.0.0", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "State-machine based quadrature decoder.", + "paragraph": "Supports generation of events for full-step or half-step modes, with state-machine resulting in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.0.zip", + "archiveFileName": "QDEC-1.0.0.zip", + "size": 83335, + "checksum": "SHA-256:52ffad5d157139f6cc9ed569c2455f670807e7025bb0c5cb9b058b7ec1f9f746" + }, + { + "name": "QDEC", + "version": "1.0.1", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.1.zip", + "archiveFileName": "QDEC-1.0.1.zip", + "size": 83795, + "checksum": "SHA-256:cad957997626cd82b817764e82e7fa0a04a853bab657d6325f7fc69ebb084728" + }, + { + "name": "QDEC", + "version": "1.0.2", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.2.zip", + "archiveFileName": "QDEC-1.0.2.zip", + "size": 83114, + "checksum": "SHA-256:6f0daf741578bebfefcc612bb6694d3fc8373be469acb06e3441ce1d1ff72f3a" + }, + { + "name": "QDEC", + "version": "1.0.3", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.3.zip", + "archiveFileName": "QDEC-1.0.3.zip", + "size": 83113, + "checksum": "SHA-256:c474a68128939215a09e391d5ad6eaf6047234b44ac94c903c5f4fc8ef97ba6b" + }, + { + "name": "DU-INO", + "version": "1.0.0", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/logickworkshop/du-ino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.0.0.zip", + "archiveFileName": "DU_INO-1.0.0.zip", + "size": 57368, + "checksum": "SHA-256:0a12136d5560c4060b25c531582c7e74307a73e730f36fd3e5f302f97966ccc6" + }, + { + "name": "DU-INO", + "version": "1.0.1", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/logickworkshop/du-ino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.0.1.zip", + "archiveFileName": "DU_INO-1.0.1.zip", + "size": 57639, + "checksum": "SHA-256:62d87db663b4a58ba5b51ca30348dd8fb93a733ad0702c896cb56a494444bcb3" + }, + { + "name": "DU-INO", + "version": "1.1.0", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/logickworkshop/du-ino.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.1.0.zip", + "archiveFileName": "DU_INO-1.1.0.zip", + "size": 59622, + "checksum": "SHA-256:27fe9386c651dc354c742c7df292b1b075cd0154ef38dc8d8e466a9b4eb4ec6b" + }, + { + "name": "DU-INO", + "version": "1.2.0", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/logickworkshop/du-ino.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.2.0.zip", + "archiveFileName": "DU_INO-1.2.0.zip", + "size": 719563, + "checksum": "SHA-256:850b95b88acc9e7467029fd2594fbddfab26666ead6ddaedab12b38b2b9339d2" + }, + { + "name": "Grafici-GFX", + "version": "1.0.0", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": ["Grafici.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-1.0.0.zip", + "archiveFileName": "Grafici_GFX-1.0.0.zip", + "size": 30890, + "checksum": "SHA-256:a9d8966cc9f3458cdb0bcbfeab8d4a77dbc549370561cf72487f090173cd02d5" + }, + { + "name": "Grafici-GFX", + "version": "2.0.0", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": ["Grafici.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-2.0.0.zip", + "archiveFileName": "Grafici_GFX-2.0.0.zip", + "size": 40860, + "checksum": "SHA-256:d3b35f506cdb9a3e8e6b60bb2da21969fe4c1cf1e3fe1d07d660af94bda2d945" + }, + { + "name": "Grafici-GFX", + "version": "2.0.2", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": ["Grafici.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-2.0.2.zip", + "archiveFileName": "Grafici_GFX-2.0.2.zip", + "size": 40879, + "checksum": "SHA-256:eb9dc9047819a431d053590b1cd4315139ce1066a77c97d17f87f0de45a52975" + }, + { + "name": "SimpleTimer", + "version": "1.0.0", + "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "sentence": "Simple arduino timer.", + "paragraph": "A simple Arduino library for work with time.", + "website": "https://github.com/kiryanenko/SimpleTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kiryanenko/SimpleTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/SimpleTimer-1.0.0.zip", + "archiveFileName": "SimpleTimer-1.0.0.zip", + "size": 4271, + "checksum": "SHA-256:38ad1f4d671f5a85e201bfcfd98fee04a9b5140f766f03c2e61c2a99b1b5f5ec" + }, + { + "name": "ssd1327", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank SSD1327 128x128 OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Can use I2C, SPI or bit banged I2C on any 2 GPIO pins. Supports 3 font sizes (6x8, 8x8, 16x16), pixel drawing, contrast control and can invert or flip the display 180 degrees. Runs on any hardware supported by Arduino, but was designed with the AVR in mind due to its limited RAM and FLASH space.", + "website": "https://github.com/bitbank2/ssd1327", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ssd1327.git", + "providesIncludes": ["ssd1327.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ssd1327-1.0.0.zip", + "archiveFileName": "ssd1327-1.0.0.zip", + "size": 1937681, + "checksum": "SHA-256:fd1c26d4d400a50bf7fb9c0e24361d39603f69d197ce9967418b7fce59efcf1c" + }, + { + "name": "ssd1327", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank SSD1327+SSD1322 OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Can use I2C, SPI or bit banged I2C on any 2 GPIO pins. Supports 3 font sizes (6x8, 8x8, 16x16), pixel drawing, contrast control and can invert or flip the display 180 degrees. Runs on any hardware supported by Arduino, but more advanced features require a RAM buffer which does not fit on AVR devices.", + "website": "https://github.com/bitbank2/ssd1327", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/ssd1327.git", + "providesIncludes": ["ssd1327.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ssd1327-2.0.0.zip", + "archiveFileName": "ssd1327-2.0.0.zip", + "size": 1946587, + "checksum": "SHA-256:0308a72323fdc64b3236e38869fb6137d05c6baa83b8166c5a95d305c67b769c" + }, + { + "name": "RTCDS1307", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Library for rtc 1307", + "paragraph": "RTC DS1307", + "website": "https://github.com/offcircuit/RTCDS1307", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/offcircuit/RTCDS1307.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/RTCDS1307-1.0.0.zip", + "archiveFileName": "RTCDS1307-1.0.0.zip", + "size": 16391, + "checksum": "SHA-256:9e35c30afebc8bc56a73bab7ef1f463ca90f5e2dd63d945dc04f1325cf35448e" + }, + { + "name": "MD_SN76489", + "version": "1.0.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for SN76489 sound generator.", + "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", + "website": "https://github.com/MajicDesigns/MD_SN76489", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.0.0.zip", + "archiveFileName": "MD_SN76489-1.0.0.zip", + "size": 2181996, + "checksum": "SHA-256:d17fe28336458a6ed067f466bead21fb9c98e140e901493e23fd982fbffe9d3d" + }, + { + "name": "MD_SN76489", + "version": "1.1.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for SN76489 sound generator.", + "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", + "website": "https://github.com/MajicDesigns/MD_SN76489", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.1.0.zip", + "archiveFileName": "MD_SN76489-1.1.0.zip", + "size": 2463767, + "checksum": "SHA-256:4f08300827af1570a05c2c6ba4030bf15989a4550598c0b788038c52d1027311" + }, + { + "name": "MD_SN76489", + "version": "1.1.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for SN76489 sound generator.", + "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", + "website": "https://github.com/MajicDesigns/MD_SN76489", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.1.1.zip", + "archiveFileName": "MD_SN76489-1.1.1.zip", + "size": 2462576, + "checksum": "SHA-256:a99350ac22d4ccebf1f7f5a442cb86d782ca461b6a83c2ae724d2c7ff73d97a0" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.1", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.1.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.1.zip", + "size": 7930199, + "checksum": "SHA-256:b50473f6d1592765228b092c2cac1350f542aec3e7ac2bcd8af1fde3ded1e3ec" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.2", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.2.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.2.zip", + "size": 10027352, + "checksum": "SHA-256:52113aef5f4229634c5878160963025a428bae1e074162e37377b2685122dcdc" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.3", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.3.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.3.zip", + "size": 10029950, + "checksum": "SHA-256:463a9ab43b331d979c9d67e220b7456d4e97e0cd1ac512f6ac596c0cd0e36834" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.4", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.4.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.4.zip", + "size": 10031313, + "checksum": "SHA-256:3baf94aaf3b29eda8e83bc8cb103bcf4056af80db635d733460cdc25014954c4" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.5", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.5.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.5.zip", + "size": 11614894, + "checksum": "SHA-256:0697ebabd9b8a4338f05b5a8580f435e86f7b8396654eae10c1c5d8800ab0206" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.6", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.6.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.6.zip", + "size": 11614892, + "checksum": "SHA-256:6a3e8746d764bc60f74e7d68bb812a583c79f4c5f4846861d5c26045aec03d48" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.7", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.7.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.7.zip", + "size": 11770490, + "checksum": "SHA-256:ced6c9ee65b0ed9943443f892dfe6e0b4d5b4999613f0eb160e0f0465c9c3213" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.8", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface to control the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.8.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.8.zip", + "size": 6950580, + "checksum": "SHA-256:6507ed47155c8e7bd8b2caf6c78e1ee02e6898a7ff80ab93b20b3643e5560f5e" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.9", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface to control the SI4844.", + "website": "https://github.com/pu2clr/SI4844/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": ["SI4844.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.9.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.9.zip", + "size": 7236985, + "checksum": "SHA-256:938067916e2c0599d5fd3520d21816ad9ae0f553604241b91f9eda7758d06f28" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.1.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.1.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.1.0.zip", + "size": 593146, + "checksum": "SHA-256:c76c334299a60ac5241968c40caf97aea452f6259ab4d30de5f754754c138886" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.2.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.2.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.2.0.zip", + "size": 593659, + "checksum": "SHA-256:2bcad03875fad1b1d50edfd23a40c138eaa610edb06f9562e47cdb9ecbef3408" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.3.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.3.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.3.0.zip", + "size": 595757, + "checksum": "SHA-256:bebc8514c4d65cf6c17fff9180fec56c35a6305b862e19627a287c7538d5562e" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.4.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.4.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.4.0.zip", + "size": 599253, + "checksum": "SHA-256:e091b4492df0fc68cba8364ab2334fe3c5e8088816a93e53f694c827001c8914" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.5.1", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.5.1.zip", + "archiveFileName": "Beelan_LoRaWAN-1.5.1.zip", + "size": 599253, + "checksum": "SHA-256:8686d4eb95f9c04e589097c403f2fb851d70e3caf527ca804271197e93b67c44" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.5.3", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.5.3.zip", + "archiveFileName": "Beelan_LoRaWAN-1.5.3.zip", + "size": 599584, + "checksum": "SHA-256:368e05b194289ef2412a9b61509d9241a4e184199b3f8a966b62201a5b685698" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.5.4", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.5.4.zip", + "archiveFileName": "Beelan_LoRaWAN-1.5.4.zip", + "size": 598399, + "checksum": "SHA-256:26f7f718e471f5308d3f518b57089fb8f5d7e5f3f52ab60d7c9dd3b506f17009" + }, + { + "name": "Beelan LoRaWAN", + "version": "2.0.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": ["avr", "esp8266", "samd", "esp32", "samdlc"], + "types": ["Contributed"], + "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "providesIncludes": ["lorawan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-2.0.0.zip", + "archiveFileName": "Beelan_LoRaWAN-2.0.0.zip", + "size": 601360, + "checksum": "SHA-256:a8b736e2493c3682ec073460a7f9b1fe2b14d5621010b280ceee82099f178f9e" + }, + { + "name": "Sodaq_R4X_MQTT", + "version": "1.0.0", + "author": "Gabriel Notman,SODAQ", + "maintainer": "Gabriel Notman \u003cgabriel@sodaq.com\u003e", + "sentence": "Adapter to use the Sodaq_R4X library with Sodaq_MQTT", + "paragraph": "Adapter class which adds support for the Sodaq_R4X library to be used as a the transport for Sodaq_MQTT", + "website": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X_MQTT-1.0.0.zip", + "archiveFileName": "Sodaq_R4X_MQTT-1.0.0.zip", + "size": 10025, + "checksum": "SHA-256:ea925cfb96291b3dd1c76a1382796f1c269b0a61657b5f9e87414423ea16cac5" + }, + { + "name": "LCBUrl", + "version": "1.0.0", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local/%7Ethis/is/a/./path/test.php#frag` and independantly access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.0.zip", + "archiveFileName": "LCBUrl-1.0.0.zip", + "size": 20420, + "checksum": "SHA-256:b54c66e327df1996f11789f6bf621d633e435ca57c5624bbe741c7ccf3596284" + }, + { + "name": "LCBUrl", + "version": "1.0.1", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local/%7Ethis/is/a/./path/test.php#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.1.zip", + "archiveFileName": "LCBUrl-1.0.1.zip", + "size": 12936, + "checksum": "SHA-256:6b7bb85f53828c692cb62b3c43cbb401a8adeba5f951ad89ee9060b0048d79cb" + }, + { + "name": "LCBUrl", + "version": "1.0.2", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.2.zip", + "archiveFileName": "LCBUrl-1.0.2.zip", + "size": 13846, + "checksum": "SHA-256:d96ccb909c8f2eb44c668ae00f63600445cee9e9c02587238201cc8a5eb1627a" + }, + { + "name": "LCBUrl", + "version": "1.1.0", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.0.zip", + "archiveFileName": "LCBUrl-1.1.0.zip", + "size": 30608, + "checksum": "SHA-256:204599c792373e6b9049ca09181151a53d04b477df31bcbc182ec68e1fed4fab" + }, + { + "name": "LCBUrl", + "version": "1.1.1", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.1.zip", + "archiveFileName": "LCBUrl-1.1.1.zip", + "size": 13899, + "checksum": "SHA-256:fa886fa8ef5a36e7cd4c029e9f003e0096c7267e837124300851428a4a542a08" + }, + { + "name": "LCBUrl", + "version": "1.1.2", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.2.zip", + "archiveFileName": "LCBUrl-1.1.2.zip", + "size": 30665, + "checksum": "SHA-256:2fd2ec8a3c581724a9eeeaa211bad2963427488e5b592a3c912930c6b77a16d3" + }, + { + "name": "LCBUrl", + "version": "1.1.3", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.3.zip", + "archiveFileName": "LCBUrl-1.1.3.zip", + "size": 32720, + "checksum": "SHA-256:7f47adbb683d168bbfc0aae3788ba0aefce4c13bc5a5ff7dd1610853ecbd4231" + }, + { + "name": "LCBUrl", + "version": "1.1.4", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": ["LCBUrl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.4.zip", + "archiveFileName": "LCBUrl-1.1.4.zip", + "size": 32782, + "checksum": "SHA-256:f5c9eba98796a0a401fcc8c187bbd6d52ad51771dce5d731e18d554150ec6268" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.0.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.0.zip", + "size": 1592537, + "checksum": "SHA-256:aa2b450849065614bf2d07d588ad3e028715939e0fbeac496596034ecb129132" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.1.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.1.zip", + "size": 1595640, + "checksum": "SHA-256:a74ccc47593acf14d2cf187fe94c17bf81a49fc4f344364b02f19c0eef460e58" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.2.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.2.zip", + "size": 1595723, + "checksum": "SHA-256:0659c8f95c8e9e1cf0e07b26aa391a1e1136f215733d6eec00ea1f10c31b0b84" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.3.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.3.zip", + "size": 1595705, + "checksum": "SHA-256:9d9d17f56efb13e8ee50ebfdb6ded35e6fe1aa9dea3b04f62b1dac37fb5533f9" + }, + { + "name": "Adafruit MPU6050", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.0.zip", + "archiveFileName": "Adafruit_MPU6050-1.0.0.zip", + "size": 15302, + "checksum": "SHA-256:6d237df86f8a7d3e176b07b68c9ae243203f2ee808ce2d989e5b46d59b9c70c6" + }, + { + "name": "Adafruit MPU6050", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.1.zip", + "archiveFileName": "Adafruit_MPU6050-1.0.1.zip", + "size": 15279, + "checksum": "SHA-256:fbbc414efda3cddd85687723e1f590bcd40a387bb749b41800903b4030a16da1" + }, + { + "name": "Adafruit MPU6050", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.2.zip", + "archiveFileName": "Adafruit_MPU6050-1.0.2.zip", + "size": 16389, + "checksum": "SHA-256:a0cac614d70d0f197a674eceb954144214ad1d3446878e9e1087487f7a563034" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.0.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.0.zip", + "size": 342841, + "checksum": "SHA-256:a0a6e3a168fffb6b38b179b4f9e9822459157c1fbcdb90f8dfaee52d2951e7eb" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.1.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.1.zip", + "size": 342857, + "checksum": "SHA-256:5c1c898e2b737ce9599d0a62272598e5344d62c00a64fcd1cf26d5194f5aef86" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.2.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.2.zip", + "size": 342853, + "checksum": "SHA-256:6b1aabfbdb33e17f27cb5d230bcbc1b096ce49f343f578b1372e4fff2ac3c17a" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.3.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.3.zip", + "size": 343352, + "checksum": "SHA-256:99aa7b1fc267ea832ad9a90cefc3d6381cf1d33389e4de31c24fd74bb38186cc" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.4.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.4.zip", + "size": 343363, + "checksum": "SHA-256:eebc521a962186d4d6a4f1a00249e9315fda0b0baf8b16e8053d2598766c1d2e" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.5.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.5.zip", + "size": 343419, + "checksum": "SHA-256:b1a23be3a86fb1e497aaf9cbe8e8d616e24b506783f026df3966cd129dee8096" + }, + { + "name": "SpheroRVR", + "version": "1.0.0", + "author": "Sphero", + "maintainer": "Sphero \u003csphero-public-sdk-support@sphero.com\u003e", + "sentence": "This library allows you to communicate with a Sphero RVR using an Arduino Uno.", + "paragraph": "You can send commands to your RVR telling it to drive, change LED colors, send battery state notifications, and more! More information can be found on our Public SDK website.", + "website": "https://sdk.sphero.com", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sphero-inc/sphero-sdk-arduino-cpp-library-manager.git", + "providesIncludes": ["SpheroRVR.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sphero-inc/SpheroRVR-1.0.0.zip", + "archiveFileName": "SpheroRVR-1.0.0.zip", + "size": 152708, + "checksum": "SHA-256:7290fa4396fb222f0ce37c1d720d2bdbeb0095ef614f62e65e0db6972fdb72b0" + }, + { + "name": "ACAN_T4", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental in release 1.0.0. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.0.0.zip", + "archiveFileName": "ACAN_T4-1.0.0.zip", + "size": 369924, + "checksum": "SHA-256:6d79b6be85600d677d2a4a3292e3edc0b67aaee6580e9a4308e1b28c51340391" + }, + { + "name": "ACAN_T4", + "version": "1.1.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental in release 1.0.0. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.0.zip", + "archiveFileName": "ACAN_T4-1.1.0.zip", + "size": 372212, + "checksum": "SHA-256:9e4f2a68d6d8a7c3367fc2f08fd2d195ea5955598b09c40634d189ebcb46e54b" + }, + { + "name": "ACAN_T4", + "version": "1.1.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.1.zip", + "archiveFileName": "ACAN_T4-1.1.1.zip", + "size": 377340, + "checksum": "SHA-256:6d81da7cc723020e57dfda533aa3b94148780a3c815d971c54f3fbb8a6adecc9" + }, + { + "name": "ACAN_T4", + "version": "1.1.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.2.zip", + "archiveFileName": "ACAN_T4-1.1.2.zip", + "size": 406115, + "checksum": "SHA-256:da3b590d4c4e51ef99b4443992320b7ba88e6ed973f0ead9b40ad0a1cb3394bc" + }, + { + "name": "ACAN_T4", + "version": "1.1.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.3.zip", + "archiveFileName": "ACAN_T4-1.1.3.zip", + "size": 405841, + "checksum": "SHA-256:2c9e573e224cec6ee4dd57a80c814e2ad395a3b4674afc0d01bc684ea7b582d3" + }, + { + "name": "ACAN_T4", + "version": "1.1.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.4.zip", + "archiveFileName": "ACAN_T4-1.1.4.zip", + "size": 735833, + "checksum": "SHA-256:45696b47307abb0b36462f277f248a9dd8be4898f96d3091c1104d4f831dd894" + }, + { + "name": "Snake", + "version": "1.0.1", + "author": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "maintainer": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "sentence": "This library allows to run snake on 7-segments display (we use it in idle).", + "paragraph": "Up to 8 digits, requires LedControl library", + "website": "http://liksu.github.io/7SegmentsSnake/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Liksu/7SegmentsSnake.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Liksu/Snake-1.0.1.zip", + "archiveFileName": "Snake-1.0.1.zip", + "size": 1917993, + "checksum": "SHA-256:023a1f580bc5c7a82e2f77cc9995e4ec2607fc3442bb195031cd6bd096799b89" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.0.0.zip", + "size": 43375, + "checksum": "SHA-256:8ade93c848622eb768ae8f37e0f4d95409563ddd8c986f367e0e50b8c6b2ecd1" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.1.0.zip", + "size": 43570, + "checksum": "SHA-256:d74ad0f35c617899cf2fef73c87bd088707a8bb1f1a25823302b9444da785332" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.2.0.zip", + "size": 48547, + "checksum": "SHA-256:5efc22db12638c7a63e3890f32a3410b10ef0066794367a8c2063761f5980e9c" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.3.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.3.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.3.0.zip", + "size": 48559, + "checksum": "SHA-256:58eea292614cc7f7472b0ba6717f793b247fa4a90d792bc43e2dd8e68dc8526d" + }, + { + "name": "SinricPro", + "version": "2.0.1", + "author": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.1.zip", + "archiveFileName": "SinricPro-2.0.1.zip", + "size": 71712, + "checksum": "SHA-256:b3fd47c5485e1e94ee571ee8f8e79e016d6e1184727d1e42fe10e8c8371f86f8" + }, + { + "name": "SinricPro", + "version": "2.0.4", + "author": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.4.zip", + "archiveFileName": "SinricPro-2.0.4.zip", + "size": 72106, + "checksum": "SHA-256:44a503d338e6dd8dda113155290cb5e8648e8567fd26e576916f49a8394b4c94" + }, + { + "name": "SinricPro", + "version": "2.0.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.5.zip", + "archiveFileName": "SinricPro-2.0.5.zip", + "size": 72473, + "checksum": "SHA-256:79febeb9c71e112d6045d69740b0e359dfc81258b6cc69c3bb6a2d1ea53659fb" + }, + { + "name": "SinricPro", + "version": "2.1.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.1.0.zip", + "archiveFileName": "SinricPro-2.1.0.zip", + "size": 73591, + "checksum": "SHA-256:c69f1258a4956a67f9e3d95f096463832f0397a395bdf787900b31aea2effaca" + }, + { + "name": "SinricPro", + "version": "2.1.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.1.1.zip", + "archiveFileName": "SinricPro-2.1.1.zip", + "size": 73701, + "checksum": "SHA-256:be7973db4059a570147c3c75ec7fe87d8f0b69f6062621a2972ec919803b2538" + }, + { + "name": "SinricPro", + "version": "2.2.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.0.zip", + "archiveFileName": "SinricPro-2.2.0.zip", + "size": 70662, + "checksum": "SHA-256:7abb08b1b3a509c45769d8d4039aa09e57619dc844a64637482b5afcfb3c6e56" + }, + { + "name": "SinricPro", + "version": "2.2.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.1.zip", + "archiveFileName": "SinricPro-2.2.1.zip", + "size": 72584, + "checksum": "SHA-256:65e0dd94cdcbc4e51eea6c2d7d29a805e68450cf12c4c0710e546232f50c234c" + }, + { + "name": "SinricPro", + "version": "2.2.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.2.zip", + "archiveFileName": "SinricPro-2.2.2.zip", + "size": 70490, + "checksum": "SHA-256:7cc4bc903877134330e8737d9b28e593a86a8c1533f0fca7ba0fdae632292cf2" + }, + { + "name": "SinricPro", + "version": "2.2.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.3.zip", + "archiveFileName": "SinricPro-2.2.3.zip", + "size": 357472, + "checksum": "SHA-256:3305b8b44d79c737b5aa5360d3751f6f0da1eb121745c5fa7f6749ee54d0e94c" + }, + { + "name": "SinricPro", + "version": "2.2.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.4.zip", + "archiveFileName": "SinricPro-2.2.4.zip", + "size": 844874, + "checksum": "SHA-256:7ad9efc415503b33b035fc719b161d102bd305d0b56e5d8227fd84632951d7db" + }, + { + "name": "SinricPro", + "version": "2.2.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.5.zip", + "archiveFileName": "SinricPro-2.2.5.zip", + "size": 852646, + "checksum": "SHA-256:208f26ca4df24b0859e9f3d3cdf0b10eee751c5c4b4992c6584914d8b95cb329" + }, + { + "name": "SinricPro", + "version": "2.2.6", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.6.zip", + "archiveFileName": "SinricPro-2.2.6.zip", + "size": 1324125, + "checksum": "SHA-256:18850b3cc18f568060994ca9ce5f8d1f4a06e4785335f4e7d5d092bafaec0348" + }, + { + "name": "SinricPro", + "version": "2.2.7", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.7.zip", + "archiveFileName": "SinricPro-2.2.7.zip", + "size": 1079874, + "checksum": "SHA-256:04428a02cade62f92350a40061bd99d9ee816dc4c1cb991be49e265b4d42556c" + }, + { + "name": "SinricPro", + "version": "2.3.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.3.0.zip", + "archiveFileName": "SinricPro-2.3.0.zip", + "size": 851570, + "checksum": "SHA-256:8679faa41d65e6f3c5c4fdbdcd21087c8b7b9413caa32b9f716308ea393c14d8" + }, + { + "name": "SinricPro", + "version": "2.4.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.4.0.zip", + "archiveFileName": "SinricPro-2.4.0.zip", + "size": 1595575, + "checksum": "SHA-256:692e0bd6ee68599aa452a4fa6e88781cbca081540cee0aed9ab9f33cc52da8b5" + }, + { + "name": "SinricPro", + "version": "2.5.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.5.1.zip", + "archiveFileName": "SinricPro-2.5.1.zip", + "size": 1605420, + "checksum": "SHA-256:97cd9b6fbcc5faaf65a1a03502c4201ca8dd38def9479f1050282bc72a06615b" + }, + { + "name": "SinricPro", + "version": "2.6.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.6.0.zip", + "archiveFileName": "SinricPro-2.6.0.zip", + "size": 2260772, + "checksum": "SHA-256:6d76c06d8a9ccd03feb80211db6b54c6bd7bf99ead7a136b7c2e6cde0c6a02ae" + }, + { + "name": "SinricPro", + "version": "2.6.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.6.1.zip", + "archiveFileName": "SinricPro-2.6.1.zip", + "size": 2260822, + "checksum": "SHA-256:699941fa8b48b6bf48effb5dfa6a03c567b0d0455e1b0a8b7e9e89a9ff86c3ab" + }, + { + "name": "SinricPro", + "version": "2.7.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.0.zip", + "archiveFileName": "SinricPro-2.7.0.zip", + "size": 2263567, + "checksum": "SHA-256:03deacb6a9d2a16dd988969b861bd50eecb15baee14e43c8d76e523d0b749ce3" + }, + { + "name": "SinricPro", + "version": "2.7.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.2.zip", + "archiveFileName": "SinricPro-2.7.2.zip", + "size": 2266712, + "checksum": "SHA-256:9cb37ff219a39c9de5491e936efad2404d82e585a1b59af1eb9710f28fa79d72" + }, + { + "name": "SinricPro", + "version": "2.7.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.3.zip", + "archiveFileName": "SinricPro-2.7.3.zip", + "size": 2266760, + "checksum": "SHA-256:a4c8740bf18a3f4e4fade251aee1e2f2bfb55185c25a53662b981a8d8ed7bc25" + }, + { + "name": "SinricPro", + "version": "2.7.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.4.zip", + "archiveFileName": "SinricPro-2.7.4.zip", + "size": 2271007, + "checksum": "SHA-256:ee74edadf7f42cd90a976075119bfb53ed8f32a6c3e31669e18d64aff57ddca0" + }, + { + "name": "SinricPro", + "version": "2.7.6", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.6.zip", + "archiveFileName": "SinricPro-2.7.6.zip", + "size": 2486119, + "checksum": "SHA-256:5ffb6d004be812071fa0e688ef1def81d02675350e7068385cfb11f342baa0c1" + }, + { + "name": "SinricPro", + "version": "2.8.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.8.0.zip", + "archiveFileName": "SinricPro-2.8.0.zip", + "size": 2486158, + "checksum": "SHA-256:6e3b4a1a35b288d6ad3102ed39ee5967141b7519fd68e208ae2dfcdf0a7a395c" + }, + { + "name": "SinricPro", + "version": "2.9.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.0.zip", + "archiveFileName": "SinricPro-2.9.0.zip", + "size": 3868257, + "checksum": "SHA-256:6de9f83ce6ec123415df2309e5507e0edbbc9b4f46faa77e36fb83b84c6aeedd" + }, + { + "name": "SinricPro", + "version": "2.9.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.2.zip", + "archiveFileName": "SinricPro-2.9.2.zip", + "size": 3870297, + "checksum": "SHA-256:832f8ad2d108d23ada1cbb65d39533279a7059ccfb3dcf53d86cf95a823e4c3c" + }, + { + "name": "SinricPro", + "version": "2.9.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.3.zip", + "archiveFileName": "SinricPro-2.9.3.zip", + "size": 3870689, + "checksum": "SHA-256:f218f3ea5d55d78197363463c6331bb8357d9cf92ac0ad066f595e0bebf7b934" + }, + { + "name": "SinricPro", + "version": "2.9.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.4.zip", + "archiveFileName": "SinricPro-2.9.4.zip", + "size": 3871311, + "checksum": "SHA-256:371ed489daf605d04169573701150fa9d06520be79b2f5f90344067ab8ae1606" + }, + { + "name": "SinricPro", + "version": "2.9.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.5.zip", + "archiveFileName": "SinricPro-2.9.5.zip", + "size": 3873094, + "checksum": "SHA-256:b0e267876304d63074a7910566097a50ceb3ed3d6e643535d0e5e768ced4b81e" + }, + { + "name": "SinricPro", + "version": "2.9.6", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.6.zip", + "archiveFileName": "SinricPro-2.9.6.zip", + "size": 3883506, + "checksum": "SHA-256:be38b9b66768f6508e6baa716d7926acd19805d9f97f70190f9d99c244706b1e" + }, + { + "name": "SinricPro", + "version": "2.9.7", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.7.zip", + "archiveFileName": "SinricPro-2.9.7.zip", + "size": 3883529, + "checksum": "SHA-256:beedefd8a85f5a8725f482dbeab138467f4302b856cf198af3180cdf759b3324" + }, + { + "name": "SinricPro", + "version": "2.9.8", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.8.zip", + "archiveFileName": "SinricPro-2.9.8.zip", + "size": 3883539, + "checksum": "SHA-256:f0058e3a5c2cf01f84be98abb67a3a75e666155d4a5881767e016b42ae965e28" + }, + { + "name": "SinricPro", + "version": "2.9.9", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": ["SinricPro.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.9.zip", + "archiveFileName": "SinricPro-2.9.9.zip", + "size": 3883568, + "checksum": "SHA-256:18d940280d683ac1acd66dd12f8b5efcc2beffc36597feac50f7e4fdc3e50835" + }, + { + "name": "desklab", + "version": "1.1.0", + "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices. The Adafruit_SSD1306 library is required.", + "paragraph": "Supports desklab Photometers", + "website": "https://desk-lab.de", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "providesIncludes": ["Adafruit_SSD1306.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.0.zip", + "archiveFileName": "desklab-1.1.0.zip", + "size": 8963, + "checksum": "SHA-256:c55f44c666eb0076f8c8fbeb3400892328d92b5a9c24c5b162ef0e80847ae362" + }, + { + "name": "desklab", + "version": "1.1.1", + "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices. The Adafruit_SSD1306 library is required.", + "paragraph": "Supports desklab Photometers", + "website": "https://desk-lab.de", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "providesIncludes": ["Adafruit_SSD1306.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.1.zip", + "archiveFileName": "desklab-1.1.1.zip", + "size": 9523, + "checksum": "SHA-256:3ff1131f7f78bb70a50bb67e128a46f0ca231d0714e40ff26ac080c81001f998" + }, + { + "name": "desklab", + "version": "1.1.2", + "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", + "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", + "website": "https://desk-lab.de", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.2.zip", + "archiveFileName": "desklab-1.1.2.zip", + "size": 9581, + "checksum": "SHA-256:de1b3c19979aba958b6ce4d4ae83f85f78b399997e77e8c0efee1d9071d19303" + }, + { + "name": "desklab", + "version": "1.1.4", + "author": "Axel Schlindwein\u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt\u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff\u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", + "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", + "website": "https://github.com/desklab/desklab-arduino-lib", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.4.zip", + "archiveFileName": "desklab-1.1.4.zip", + "size": 9652, + "checksum": "SHA-256:12a41f6e6366ac29034bb9f005458d150147bb033b16148fdafb4a6296c4c0ef" + }, + { + "name": "desklab", + "version": "1.1.5", + "author": "Axel Schlindwein\u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt\u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff\u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", + "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", + "website": "https://github.com/desklab/desklab-arduino-lib", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.5.zip", + "archiveFileName": "desklab-1.1.5.zip", + "size": 9668, + "checksum": "SHA-256:b41f8eb323a187ebebe73ebdb71e2bd05eab77dcea9a979229878d5a9f748a15" + }, + { + "name": "bb_spi_lcd", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.1.0.zip", + "archiveFileName": "bb_spi_lcd-1.1.0.zip", + "size": 559419, + "checksum": "SHA-256:0efabcf578ad96a6edc16341123d518c87a9d930bf34ad1965e007807dad9e9c" + }, + { + "name": "bb_spi_lcd", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.0.zip", + "archiveFileName": "bb_spi_lcd-1.2.0.zip", + "size": 568022, + "checksum": "SHA-256:71bb99589f4a9bfe6b1abba9cac7b16afca13fcf110bd21a01be42810bde8617" + }, + { + "name": "bb_spi_lcd", + "version": "1.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.1.zip", + "archiveFileName": "bb_spi_lcd-1.2.1.zip", + "size": 568117, + "checksum": "SHA-256:7be58c5b705f4349a34d6cab7215b54afe1a885acdb9595b957e537c152d3f00" + }, + { + "name": "bb_spi_lcd", + "version": "1.2.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.2.zip", + "archiveFileName": "bb_spi_lcd-1.2.2.zip", + "size": 568603, + "checksum": "SHA-256:5a7cb6d7b272127c14ffaf1a2e268c7d4fa6f25d09b77ea87b915a6a738990a8" + }, + { + "name": "bb_spi_lcd", + "version": "1.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.3.0.zip", + "archiveFileName": "bb_spi_lcd-1.3.0.zip", + "size": 569400, + "checksum": "SHA-256:143ded61cdaf9132249269d47de952c5290b777268eb1da34789e6e423e44b5d" + }, + { + "name": "bb_spi_lcd", + "version": "1.3.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP (and RLE) support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.3.1.zip", + "archiveFileName": "bb_spi_lcd-1.3.1.zip", + "size": 570341, + "checksum": "SHA-256:0cb73c94ec9db0d0be5d8a7c78cf5157f41778ac40dbc5b58d8fc911418f5a13" + }, + { + "name": "bb_spi_lcd", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.0.0.zip", + "archiveFileName": "bb_spi_lcd-2.0.0.zip", + "size": 572087, + "checksum": "SHA-256:d80dc65afdbebfba2ba29d7f9ff4e22b2492fe280c350e5454ea36ab8c02ef12" + }, + { + "name": "bb_spi_lcd", + "version": "2.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.1.0.zip", + "archiveFileName": "bb_spi_lcd-2.1.0.zip", + "size": 743106, + "checksum": "SHA-256:9eebc3ff8132a1916ad914101e2216b645c8394ca1641940018ad99631bd733c" + }, + { + "name": "bb_spi_lcd", + "version": "2.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.1.1.zip", + "archiveFileName": "bb_spi_lcd-2.1.1.zip", + "size": 743221, + "checksum": "SHA-256:f70bb105c1db75be4a0f93b051eca4e190de5925c134531b4d2a22d8d6288669" + }, + { + "name": "bb_spi_lcd", + "version": "2.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": ["bb_spi_lcd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.2.1.zip", + "archiveFileName": "bb_spi_lcd-2.2.1.zip", + "size": 743694, + "checksum": "SHA-256:c4c648d5a320311ce86771054a226254e37f40cba1f6aeb24853d1dd3c916fe9" + }, + { + "name": "BQ25896", + "version": "0.1.0", + "author": "a", + "maintainer": "andhieSetyabudi", + "sentence": "Arduino library for BQ25896 1-Cell Battery Charger", + "paragraph": "Arduino library for BQ25896 1-Cell Battery Charger", + "website": "https://github.com/andhieSetyabudi", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andhieSetyabudi/BQ25896.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/BQ25896-0.1.0.zip", + "archiveFileName": "BQ25896-0.1.0.zip", + "size": 6621, + "checksum": "SHA-256:0760f3e505aa12e8151bed99eed1b5f327a331d412a96b3f467619f142927a05" + }, + { + "name": "BQ25896", + "version": "1.0.0", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Arduino library for BQ25896 single-Cell Battery Charger", + "paragraph": "Arduino library for BQ25896 single-Cell Battery Charger with I2C data control", + "website": "https://github.com/andhieSetyabudi/BQ25896.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andhieSetyabudi/BQ25896.git", + "providesIncludes": ["BQ25896.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/BQ25896-1.0.0.zip", + "archiveFileName": "BQ25896-1.0.0.zip", + "size": 7171, + "checksum": "SHA-256:850ec2cb26357524d4e270abc2f37356430f48226460469053b8d4e2dec4b047" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.0.0", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.0.0.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.0.0.zip", + "size": 4428, + "checksum": "SHA-256:948bb6a76f9bf4e2ef4164bcf69130009d853a626b3694e6f39e1fbe74bbfd92" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.0.2", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.0.2.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.0.2.zip", + "size": 9116, + "checksum": "SHA-256:fb79854e9be6abaffdd3e4809f92c9f67b0c7a196284ea75b0045e02cc29fd58" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.1.0", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.1.0.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.1.0.zip", + "size": 11984, + "checksum": "SHA-256:c24987f4af05dbced18ec6bbcd00ff766f5b4e02c3c5b2970785b4056397ca57" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.0", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.0.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.0.zip", + "size": 14048, + "checksum": "SHA-256:e69818c410f39ab8ae60707e7569e27aab777470462bc0addfeae66541afafe9" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.1", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.1.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.1.zip", + "size": 16168, + "checksum": "SHA-256:e50c69c388dd98187b24db4c4b84b6e79199b846729220d9188c314cbab189b6" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.2", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.2.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.2.zip", + "size": 16098, + "checksum": "SHA-256:5f7fe2624c3a407e6d1673e80f2688334b8bc4dfbd2a5d05f7a33da845004923" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.3", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.3.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.3.zip", + "size": 16149, + "checksum": "SHA-256:8a51ddba76c228716a104480139c781838359928aab99c1126bd8b0ef5d35102" + }, + { + "name": "Ringo by CircuitMess Library", + "version": "1.0.0", + "author": "CircuitMess", + "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", + "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", + "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", + "website": "https://github.com/CircuitMess/CircuitMess-Ringo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", + "providesIncludes": ["MAKERphone.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.0.zip", + "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.0.zip", + "size": 7565248, + "checksum": "SHA-256:4bdfe6370b4d755617b01094c850389f52f145d6d39176d24c6b0bca9240b58e" + }, + { + "name": "Ringo by CircuitMess Library", + "version": "1.0.2", + "author": "CircuitMess", + "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", + "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", + "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", + "website": "https://github.com/CircuitMess/CircuitMess-Ringo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", + "providesIncludes": ["MAKERphone.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.2.zip", + "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.2.zip", + "size": 9306026, + "checksum": "SHA-256:d49d01486c5e928fe6452cdec5dd38d6bc65ed8000a4d4e77435e782d0b006db" + }, + { + "name": "Ringo by CircuitMess Library", + "version": "1.0.5", + "author": "CircuitMess", + "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", + "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", + "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", + "website": "https://github.com/CircuitMess/CircuitMess-Ringo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", + "providesIncludes": ["MAKERphone.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.5.zip", + "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.5.zip", + "size": 9298180, + "checksum": "SHA-256:cc44cc4900aaaaa5abae9664e6c177c2af030d4a720fb771fdb93a03bc1c2958" + }, + { + "name": "Formulinha", + "version": "1.0.0", + "author": "Everton Ramires", + "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", + "sentence": "Formulinha Robot Library", + "paragraph": "Control everything in your robot in a super easy way!", + "website": "https://github.com/GypsyRobot/Formulinha", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GypsyRobot/Formulinha.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/Formulinha-1.0.0.zip", + "archiveFileName": "Formulinha-1.0.0.zip", + "size": 15902, + "checksum": "SHA-256:02cab6f7c631399c2610448cc81f01902759d0869dbd4d7d138c21ac4babc9fd" + }, + { + "name": "Adafruit AVRProg", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.0.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.0.0.zip", + "size": 14648, + "checksum": "SHA-256:ff992c4b2fead510250c22e207e9e63f279bf1bd8e43d14f31b8af7831bdf3e3" + }, + { + "name": "Adafruit AVRProg", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.1.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.1.0.zip", + "size": 27627, + "checksum": "SHA-256:3e6a36033985b99f4bdbe9bdcce13f8b54a5fb44b034f89441ba1f0e08fde18b" + }, + { + "name": "Adafruit AVRProg", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.1.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.1.1.zip", + "size": 27703, + "checksum": "SHA-256:a207232bb58fabf422cb644ff7e7ff1521955efc16f8b63cbdeee0d566c8107b" + }, + { + "name": "Adafruit AVRProg", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.2.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.2.0.zip", + "size": 27794, + "checksum": "SHA-256:6faadab5934589fa8630a376547b092cfbb8a7514f589c51537eb911225ccca0" + }, + { + "name": "Adafruit AVRProg", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.2.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.2.1.zip", + "size": 27844, + "checksum": "SHA-256:a2afe13413d23b223272424965e09e13dab1557ce108d8f82dcd0a77cb8d3e63" + }, + { + "name": "Adafruit AVRProg", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.3.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.3.0.zip", + "size": 48153, + "checksum": "SHA-256:1136d804618c4eda2faf576206cd3aa296f9a82d2d3549433164009ffa1f57db" + }, + { + "name": "Adafruit AVRProg", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.3.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.3.1.zip", + "size": 48158, + "checksum": "SHA-256:60583baa53452a023ac5b80503921fe54c1f97d26e4abc3e5e12570a6fa8b0d2" + }, + { + "name": "iAQ-CoreMI", + "version": "0.0.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems iAQ-Core Air Quality Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/iaq-coremi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/iaq-coremi.git", + "providesIncludes": ["iAQCoreMI.h", "Wire.h"], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/iAQ_CoreMI-0.0.1.zip", + "archiveFileName": "iAQ_CoreMI-0.0.1.zip", + "size": 10654, + "checksum": "SHA-256:c64004b96da22bef6677c0d99e17f722b096ec27aafa3b7b61e6b1fb5742bbef" + }, + { + "name": "iAQ-CoreMI", + "version": "0.0.2", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems iAQ-Core Air Quality Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/iaq-coremi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/iaq-coremi.git", + "providesIncludes": ["iAQCoreMI.h", "Wire.h"], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/iAQ_CoreMI-0.0.2.zip", + "archiveFileName": "iAQ_CoreMI-0.0.2.zip", + "size": 10730, + "checksum": "SHA-256:88837f56fc37d65734309726a235753fe1ed4415847b216bc8164a5d7486b9bd" + }, + { + "name": "Afstandssensor - HCSR04", + "version": "1.0.0", + "author": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "maintainer": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "sentence": "Bibliotek til HC-SR04 ultralyd afstandssensor.", + "paragraph": "Du kan måle afstanden til objekter mellem 5 og 400cm væk. Det er også muligt at angive en rumtemperatur for at opnå større præcision .", + "website": "https://github.com/Teknologiskolen/HCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Teknologiskolen/HCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Teknologiskolen/Afstandssensor___HCSR04-1.0.0.zip", + "archiveFileName": "Afstandssensor___HCSR04-1.0.0.zip", + "size": 3999, + "checksum": "SHA-256:30dcb54743067d4d8b846db561afce5185e1de2729de779141f500432472241e" + }, + { + "name": "Afstandssensor - HCSR04", + "version": "1.0.2", + "author": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "maintainer": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "sentence": "Bibliotek til HC-SR04 ultralyd afstandssensor.", + "paragraph": "Du kan måle afstanden til objekter mellem 5 og 400cm væk. Det er også muligt at angive en rumtemperatur for at opnå større præcision .", + "website": "https://github.com/Teknologiskolen/HCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Teknologiskolen/HCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Teknologiskolen/Afstandssensor___HCSR04-1.0.2.zip", + "archiveFileName": "Afstandssensor___HCSR04-1.0.2.zip", + "size": 4036, + "checksum": "SHA-256:59023d8845248432b9b7e48aceb7d25cea1789b9bc88f46929e50fe81da16e52" + }, + { + "name": "eHaJo LM75-Addon-Board", + "version": "1.0.0", + "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "sentence": "Support for I²C digital temperature sensor addon-board LM75.", + "paragraph": "More information about the addon-board on the shop: https://www.ehajo.de/bausaetze/bedrahtet/207/temperatur-addon-lm75", + "website": "https://github.com/ehajo/LM75B", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ehajo/LM75B.git", + "providesIncludes": ["eHaJo_LM75.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_LM75_Addon_Board-1.0.0.zip", + "archiveFileName": "eHaJo_LM75_Addon_Board-1.0.0.zip", + "size": 8493, + "checksum": "SHA-256:78d86825be5e10b7aaa4f45f53af054c58482be9abf565d901d14fb8d03d61c2" + }, + { + "name": "eHaJo LM75-Addon-Board", + "version": "1.0.1", + "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "sentence": "Support for I²C digital temperature sensor addon-board LM75.", + "paragraph": "More information about the addon-board on the shop: https://www.ehajo.de/bausaetze/bedrahtet/207/temperatur-addon-lm75", + "website": "https://github.com/ehajo/LM75B", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ehajo/LM75B.git", + "providesIncludes": ["eHaJo_LM75.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_LM75_Addon_Board-1.0.1.zip", + "archiveFileName": "eHaJo_LM75_Addon_Board-1.0.1.zip", + "size": 9004, + "checksum": "SHA-256:2ecbb7d12cf335fd129e83f8997e97c71287fe8996aca7b3ab543ed30fb269de" + }, + { + "name": "avr_stl", + "version": "1.2.0", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciband/avr_stl.git", + "providesIncludes": ["ArduinoSTL.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.0.zip", + "archiveFileName": "avr_stl-1.2.0.zip", + "size": 525983, + "checksum": "SHA-256:7361455be1a171f9f571a9134e0e5654ae384d950a402ae36d817f6e36e98519" + }, + { + "name": "avr_stl", + "version": "1.2.1", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciband/avr_stl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.1.zip", + "archiveFileName": "avr_stl-1.2.1.zip", + "size": 174122, + "checksum": "SHA-256:6228711e4da50d3ab24b72c529db601317962da91dd3b6c6c596b2d70a20d320" + }, + { + "name": "avr_stl", + "version": "1.2.2", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciband/avr_stl.git", + "providesIncludes": ["avr_stl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.2.zip", + "archiveFileName": "avr_stl-1.2.2.zip", + "size": 174277, + "checksum": "SHA-256:f34d501719e79f156423b49d6e0bbe1de27650df3642499b7330b6df79572494" + }, + { + "name": "avr_stl", + "version": "1.2.3", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciband/avr_stl.git", + "providesIncludes": ["avr_stl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.3.zip", + "archiveFileName": "avr_stl-1.2.3.zip", + "size": 174326, + "checksum": "SHA-256:50e39cc0af4b8281396ecad8010f7174f34e73cedd8490fe2b58d52e0144fe34" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.0.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.0.zip", + "size": 3202, + "checksum": "SHA-256:fea10268ef29de39b5c593595951eb5e9a0531c93c8142b6634506784d8a0526" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.1.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.1.zip", + "size": 3210, + "checksum": "SHA-256:74a9879c5531218ddd2814b4f4a438db304eb4e983c84f6fc02a1635ae33fa0a" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.2.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.2.zip", + "size": 3399, + "checksum": "SHA-256:768f62f9c646af3f4b14ff6a8a4869e826ab43abc210893c48ade886b879e050" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.3.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.3.zip", + "size": 5242, + "checksum": "SHA-256:a9afb63d456ff27cba3e3bae3a3edbaa6655655c0a1082c92012751ce521ef14" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.4.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.4.zip", + "size": 5577, + "checksum": "SHA-256:1f40fa3b32f85d96f560d484e263a09d4c1c61430aac0dcd7c04074ac85b5763" + }, + { + "name": "WTV020SD16P", + "version": "1.3.0", + "author": "Diego J. Arevalo,Ryszard Malinowski,Dan F,Thomas A. Hirsch", + "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", + "sentence": "Arduino library for the WTV020-SD-16P sound module", + "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board. Created by Diego J. Arevalo, August 6th, 2012. Modifed by Ryszard Malinowski November 30, 2014. Modifed by Dan F March 2015 Modified by Thomas A. Hirsch, October 28, 2019.", + "website": "https://github.com/fablab-bayreuth/WTV020SD16P", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.3.0.zip", + "archiveFileName": "WTV020SD16P-1.3.0.zip", + "size": 464355, + "checksum": "SHA-256:a88ca28ea495427c3cf864b8ec455111d76eef065a5bcda9b09ddf9da6156319" + }, + { + "name": "WTV020SD16P", + "version": "1.3.1", + "author": "Diego J. Arevalo, Ryszard Malinowski, Dan F, Thomas A. Hirsch", + "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", + "sentence": "Arduino library for the WTV020-SD-16P sound module", + "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board.", + "website": "https://github.com/fablab-bayreuth/WTV020SD16P", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.3.1.zip", + "archiveFileName": "WTV020SD16P-1.3.1.zip", + "size": 465796, + "checksum": "SHA-256:faf3944b8d844ea063aaade23891b8661642a41145a737c6a20f8dc7b2aecd4e" + }, + { + "name": "WTV020SD16P", + "version": "1.4.0", + "author": "Diego J. Arevalo, Ryszard Malinowski, Dan F, Thomas A. Hirsch", + "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", + "sentence": "Arduino library for the WTV020-SD-16P sound module", + "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board.", + "website": "https://github.com/fablab-bayreuth/WTV020SD16P", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.4.0.zip", + "archiveFileName": "WTV020SD16P-1.4.0.zip", + "size": 465893, + "checksum": "SHA-256:fd0a721a42647f137ee559e72f564972564d687180cc8283775517377446fbd0" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.0.0.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.0.0.zip", + "size": 15813, + "checksum": "SHA-256:0019c7f5490d9be7dfbc6cc01239b80431ee78c6251300edb8cf5db4542c7186" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.1.0.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.1.0.zip", + "size": 187850, + "checksum": "SHA-256:d81b5a9172f0121c45dc251d01a1396da4bc6d690db232a9af421a9495d3038b" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.1.1.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.1.1.zip", + "size": 282813, + "checksum": "SHA-256:f68314b804197c7f2fba8aed02adcba652505af010ef1c8216578c253c8f338b" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.0.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.0.zip", + "size": 287657, + "checksum": "SHA-256:e0cc535ddbde5ea29c146a290a6afbaec1ff7842d47e195dfa0f34254287d7f0" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.1.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.1.zip", + "size": 319540, + "checksum": "SHA-256:be3a02be1e80e37ac03c1b830a08dc92bcfb519cb4fd306f4411afe9a49ded72" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.2.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.2.zip", + "size": 319538, + "checksum": "SHA-256:d4addf23fc88bb10784f5f35e9b71451efba2cb2da59d9637a62fbc5a4ce2867" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.3.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.3.zip", + "size": 319562, + "checksum": "SHA-256:c6f0cb84a184c1505f61efce684acdcdbb8d27d6e95f65ce103c73c57152fab5" + }, + { + "name": "FirebaseJson", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "This Arduino library is for create, edit and parse the JSON object with Firebase compatible.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.0.0.zip", + "archiveFileName": "FirebaseJson-2.0.0.zip", + "size": 25501, + "checksum": "SHA-256:39268b10fdac4f70b2e2a7ff0b1f23e762346f5594b8d5e207f32033a236b978" + }, + { + "name": "FirebaseJson", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.0.zip", + "archiveFileName": "FirebaseJson-2.2.0.zip", + "size": 28856, + "checksum": "SHA-256:7c0c67079fa4c73c76f5f21b2acc2c7765456747fe8592a49a9def83848d9517" + }, + { + "name": "FirebaseJson", + "version": "2.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.1.zip", + "archiveFileName": "FirebaseJson-2.2.1.zip", + "size": 28858, + "checksum": "SHA-256:c26aefdac25f8b35c96d64b8861782a43f3d761cb24659189f946fb1d1f62018" + }, + { + "name": "FirebaseJson", + "version": "2.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.2.zip", + "archiveFileName": "FirebaseJson-2.2.2.zip", + "size": 31132, + "checksum": "SHA-256:7fdaeda6f40ec39e527262fed7b02efc02134efdb8c669b5f0f19d2e08eb7349" + }, + { + "name": "FirebaseJson", + "version": "2.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.3.zip", + "archiveFileName": "FirebaseJson-2.2.3.zip", + "size": 31005, + "checksum": "SHA-256:6b747c51f167ccd0aa83a68ffc9a0de5dcb509dc2b7fa59ffdb4f1407a3cb65d" + }, + { + "name": "FirebaseJson", + "version": "2.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.4.zip", + "archiveFileName": "FirebaseJson-2.2.4.zip", + "size": 31542, + "checksum": "SHA-256:16cb786545d692e0f1c618d624d4bcaa7ae2ef1122b0459810004c99daca7657" + }, + { + "name": "FirebaseJson", + "version": "2.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.5.zip", + "archiveFileName": "FirebaseJson-2.2.5.zip", + "size": 31584, + "checksum": "SHA-256:6bc32c067c9b6b06ad2c2390d704cc8c8e787810f66194f1000e55155972a4a1" + }, + { + "name": "FirebaseJson", + "version": "2.2.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.6.zip", + "archiveFileName": "FirebaseJson-2.2.6.zip", + "size": 31651, + "checksum": "SHA-256:ff70f36dfa13de9668f069c566f53426997bbb146d72fe90ea7670b39bd7627d" + }, + { + "name": "FirebaseJson", + "version": "2.2.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.7.zip", + "archiveFileName": "FirebaseJson-2.2.7.zip", + "size": 31657, + "checksum": "SHA-256:c2300eca2e905bf895d097253890eae4a0a73dc08589b5e49a23f9c4afc3a153" + }, + { + "name": "FirebaseJson", + "version": "2.2.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.8.zip", + "archiveFileName": "FirebaseJson-2.2.8.zip", + "size": 31721, + "checksum": "SHA-256:f6494d8e39185033995a1fa4705f5ba2c6b54752d8762ffc8cbb5508d48d5120" + }, + { + "name": "FirebaseJson", + "version": "2.2.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.9.zip", + "archiveFileName": "FirebaseJson-2.2.9.zip", + "size": 31722, + "checksum": "SHA-256:df7df8a652028e93060aa0cfaeec08c425cbb93625719b774267967b3441354e" + }, + { + "name": "FirebaseJson", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.1.zip", + "archiveFileName": "FirebaseJson-2.3.1.zip", + "size": 32413, + "checksum": "SHA-256:b20e0d71e779b2398797171387c4eed77e668c9261a864d26b253d5f405ac07a" + }, + { + "name": "FirebaseJson", + "version": "2.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.2.zip", + "archiveFileName": "FirebaseJson-2.3.2.zip", + "size": 32234, + "checksum": "SHA-256:7f9bc0544680ba6b6e0ffa0da80e3db254aeb351f622ba496daf2b4fe3ff4fcd" + }, + { + "name": "FirebaseJson", + "version": "2.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.3.zip", + "archiveFileName": "FirebaseJson-2.3.3.zip", + "size": 32233, + "checksum": "SHA-256:51971ecc09ff565e9f5392389c384dcbd4246a5482b7ca0f8727c3ad9e0498f1" + }, + { + "name": "FirebaseJson", + "version": "2.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.4.zip", + "archiveFileName": "FirebaseJson-2.3.4.zip", + "size": 31634, + "checksum": "SHA-256:dd3ca2d9d814649e5b994919832d975b9a84311622ea743d1b1b505e39197de1" + }, + { + "name": "FirebaseJson", + "version": "2.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.5.zip", + "archiveFileName": "FirebaseJson-2.3.5.zip", + "size": 32380, + "checksum": "SHA-256:03c0801935a91d5d47f4abe8dcb1eaf832c209faf0c0f6834c27efb7b5a720f6" + }, + { + "name": "FirebaseJson", + "version": "2.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.6.zip", + "archiveFileName": "FirebaseJson-2.3.6.zip", + "size": 32686, + "checksum": "SHA-256:ddf16540ecafc11407951f5848519ec58a9e25facd60c63724f7b3470cb54e7b" + }, + { + "name": "FirebaseJson", + "version": "2.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.7.zip", + "archiveFileName": "FirebaseJson-2.3.7.zip", + "size": 32767, + "checksum": "SHA-256:52a48d6b7fb41d1296f91dba6b15a662fff1a36f9e696a43751bf7a1882bde50" + }, + { + "name": "FirebaseJson", + "version": "2.3.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.8.zip", + "archiveFileName": "FirebaseJson-2.3.8.zip", + "size": 32961, + "checksum": "SHA-256:752f21d69a1e9e47f41b8b296e963f4b429bc939084a2565059ea8f289e6778b" + }, + { + "name": "FirebaseJson", + "version": "2.3.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.9.zip", + "archiveFileName": "FirebaseJson-2.3.9.zip", + "size": 32978, + "checksum": "SHA-256:4353e5d4f417e0b9e02a7a4060c263504f049e0f26d015859c5e3cb9b7b0edd0" + }, + { + "name": "FirebaseJson", + "version": "2.3.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32", "sam", "samd", "stm32", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.12.zip", + "archiveFileName": "FirebaseJson-2.3.12.zip", + "size": 35980, + "checksum": "SHA-256:a0dcc0afda44a9609ec0acbab26832ba4c9ae7482685cf727b79a31b606d9b12" + }, + { + "name": "FirebaseJson", + "version": "2.3.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32", "sam", "samd", "stm32", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.13.zip", + "archiveFileName": "FirebaseJson-2.3.13.zip", + "size": 35985, + "checksum": "SHA-256:d3d670e400d163aaceb4ceda8835bda0c6b9e4d8609cafc94b5a3ca0078ae6fe" + }, + { + "name": "FirebaseJson", + "version": "2.3.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32", "sam", "samd", "stm32", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.14.zip", + "archiveFileName": "FirebaseJson-2.3.14.zip", + "size": 35569, + "checksum": "SHA-256:3609402de98db6da0d393e16a9d7afe1cc071eca6cb74789498e52c79fefdf51" + }, + { + "name": "FirebaseJson", + "version": "2.3.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32", "sam", "samd", "stm32", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.15.zip", + "archiveFileName": "FirebaseJson-2.3.15.zip", + "size": 35592, + "checksum": "SHA-256:c2707e67b1269d2748eab9709841680d1ed32a07eb4ca8a073413c994538d646" + }, + { + "name": "FirebaseJson", + "version": "2.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": ["esp8266", "esp32", "sam", "samd", "stm32", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.4.1.zip", + "archiveFileName": "FirebaseJson-2.4.1.zip", + "size": 36546, + "checksum": "SHA-256:f938763f59f385bdb2d096f760d890a1683df58c47992e07be38bf5ac8f820d4" + }, + { + "name": "BeaconNano", + "version": "1.0.0", + "author": "Petruzzella", + "maintainer": "Petruzzella", + "sentence": "Create a Beacon from an Arduino Nano Ble", + "paragraph": "This library supports creating a Beacon.", + "website": "https://github.com/antoniopetruzzella/GGBeaconNano.git", + "category": "Communication", + "architectures": ["samd", "megaavr", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/antoniopetruzzella/BeaconNano.git", + "providesIncludes": ["GGBeaconNano.h", "ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/antoniopetruzzella/BeaconNano-1.0.0.zip", + "archiveFileName": "BeaconNano-1.0.0.zip", + "size": 14043, + "checksum": "SHA-256:056e0b4d0df503e6ea19d5d42c036344bc1b3452a967959e36a7c0316d06044d" + }, + { + "name": "TinySuite", + "version": "1.0.0", + "author": "meal", + "maintainer": "meal", + "sentence": "A collection of tools for ATTiny85", + "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", + "website": "https://github.com/Alex079/TinySuite", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Alex079/TinySuite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-1.0.0.zip", + "archiveFileName": "TinySuite-1.0.0.zip", + "size": 20176, + "checksum": "SHA-256:b0d664b634f3311298cd4a02e140683c7e6d5a5e99a3e70ac2e90e83e5401b1c" + }, + { + "name": "TinySuite", + "version": "1.0.1", + "author": "meal", + "maintainer": "meal", + "sentence": "A collection of tools for ATTiny85", + "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", + "website": "https://github.com/Alex079/TinySuite", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Alex079/TinySuite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-1.0.1.zip", + "archiveFileName": "TinySuite-1.0.1.zip", + "size": 21367, + "checksum": "SHA-256:a7d1e3a23e0c726e6cbf498525a6574f047095f438bf7fd49550421f05deb92c" + }, + { + "name": "GroveDriverPack", + "version": "1.4.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": ["Seeed_STM32F4", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": ["GroveDriverPack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.4.0.zip", + "archiveFileName": "GroveDriverPack-1.4.0.zip", + "size": 122261, + "checksum": "SHA-256:86abcefaf4b4a46bb5efbc4559474b3282ff314cdaf744f301d5ca5847eeab59" + }, + { + "name": "GroveDriverPack", + "version": "1.5.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": ["Seeed_STM32F4", "stm32", "SeeedJP_ReButton"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": ["GroveDriverPack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.5.0.zip", + "archiveFileName": "GroveDriverPack-1.5.0.zip", + "size": 123011, + "checksum": "SHA-256:557fcd079aff9277550be01467b6668b5550bb3e4ddc32f790485e9e24c6819c" + }, + { + "name": "GroveDriverPack", + "version": "1.6.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": ["Seeed_STM32F4", "stm32", "SeeedJP_ReButton"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": ["GroveDriverPack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.6.0.zip", + "archiveFileName": "GroveDriverPack-1.6.0.zip", + "size": 123980, + "checksum": "SHA-256:7f03f112639cc3089f195c2677b9b4ff32b1562da9863cfee62c6bac42dc1072" + }, + { + "name": "GroveDriverPack", + "version": "1.7.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": ["Seeed_STM32F4", "stm32", "SeeedJP_ReButton"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": ["GroveDriverPack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.7.0.zip", + "archiveFileName": "GroveDriverPack-1.7.0.zip", + "size": 126673, + "checksum": "SHA-256:0340a02c567209a8cea9f817c92ca0c6815461517379b8e15d4d2ca8ffb5f0a4" + }, + { + "name": "GroveDriverPack", + "version": "1.9.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": ["Seeed_STM32F4", "stm32", "SeeedJP_ReButton"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": ["GroveDriverPack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.9.0.zip", + "archiveFileName": "GroveDriverPack-1.9.0.zip", + "size": 133344, + "checksum": "SHA-256:48d60eb74d0cd811dda8d1aa32017918988d24887c71d4382ff93b78bb2c582b" + }, + { + "name": "GroveDriverPack", + "version": "1.10.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": ["Seeed_STM32F4", "stm32", "SeeedJP_ReButton", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": ["GroveDriverPack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.10.0.zip", + "archiveFileName": "GroveDriverPack-1.10.0.zip", + "size": 134726, + "checksum": "SHA-256:515eb215a92a8c3a8cba90b15dc3c29143b41429c540dadfe3dd07610adc8b7b" + }, + { + "name": "OPTIGA Trust M", + "version": "1.0.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library allows you to communicate with Optiga Trust M Security Controller", + "paragraph": "C++ library for Optiga Trust M Chip Security Controller", + "website": "https://www.infineon.com/cms/en/product/security-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/arduino-optiga-trust-m.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGA_Trust_M-1.0.0.zip", + "archiveFileName": "OPTIGA_Trust_M-1.0.0.zip", + "size": 308084, + "checksum": "SHA-256:704111a582a5733c67572c31bc289926c4d87dc4d16610bb7d086763ad1a347b" + }, + { + "name": "OPTIGA Trust M", + "version": "1.1.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library allows you to communicate with Optiga Trust M Security Controller", + "paragraph": "C++ library for Optiga Trust M Chip Security Controller", + "website": "https://www.infineon.com/cms/en/product/security-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/arduino-optiga-trust-m.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGA_Trust_M-1.1.0.zip", + "archiveFileName": "OPTIGA_Trust_M-1.1.0.zip", + "size": 1071662, + "checksum": "SHA-256:a72600a7a51e7d599bda31805193e3a46572c1c0a749d9cad2eee4ccf1d1eac1" + }, + { + "name": "WebConfig", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://https://github.com/GerLech/WebConfig", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.0.0.zip", + "archiveFileName": "WebConfig-1.0.0.zip", + "size": 14489, + "checksum": "SHA-256:164c9078ae66b947fb9ab78fe54c63a30f14be33da71c7afe457bf30498d5d91" + }, + { + "name": "WebConfig", + "version": "1.1.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.1.0.zip", + "archiveFileName": "WebConfig-1.1.0.zip", + "size": 14502, + "checksum": "SHA-256:9472fad12d576c997275968db07fa369a0dd9a963c9be3962e10b1ff06a7e494" + }, + { + "name": "WebConfig", + "version": "1.2.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.2.0.zip", + "archiveFileName": "WebConfig-1.2.0.zip", + "size": 15388, + "checksum": "SHA-256:337ccd1d9fbe3624ac6a6e0f9c246afa3e7e3335783d454e1b11b29e17574522" + }, + { + "name": "WebConfig", + "version": "1.3.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.0.zip", + "archiveFileName": "WebConfig-1.3.0.zip", + "size": 16915, + "checksum": "SHA-256:b500237218d93aa2030adb5567fcf13b931700f1edfc1044fba92874cb6e3563" + }, + { + "name": "WebConfig", + "version": "1.3.1", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.1.zip", + "archiveFileName": "WebConfig-1.3.1.zip", + "size": 16916, + "checksum": "SHA-256:97672c26761cba3a91c9f9a44fb963e6121c5061ac374bfe72dc9268617b1015" + }, + { + "name": "WebConfig", + "version": "1.3.2", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.2.zip", + "archiveFileName": "WebConfig-1.3.2.zip", + "size": 16916, + "checksum": "SHA-256:bd674c00c204abcd6a54c9e0c3b8de7136333d135c65578c31c3ad8932205640" + }, + { + "name": "WebConfig", + "version": "1.4.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.4.0.zip", + "archiveFileName": "WebConfig-1.4.0.zip", + "size": 17958, + "checksum": "SHA-256:f98b81351c2e36868a11d8db15fe1f14763636ff54239d5ff019995498eb7647" + }, + { + "name": "DCD SDK for Arduino", + "version": "0.0.1", + "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", + "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", + "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", + "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or seatch for exising one.", + "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "providesIncludes": ["arduino_dcd_hub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.1.zip", + "archiveFileName": "DCD_SDK_for_Arduino-0.0.1.zip", + "size": 6372, + "checksum": "SHA-256:dab05f683ac636914c0eb925658d3a1aecee93a2cfbf70d2a081c4be68b89b3d" + }, + { + "name": "DCD SDK for Arduino", + "version": "0.0.2", + "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", + "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", + "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", + "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or search for exising one.", + "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "providesIncludes": ["arduino_dcd_hub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.2.zip", + "archiveFileName": "DCD_SDK_for_Arduino-0.0.2.zip", + "size": 12059, + "checksum": "SHA-256:a067d7ccba041c61d14a9665f3268d68a83f9cf8e32c1e59d4a06af881882f1d" + }, + { + "name": "DCD SDK for Arduino", + "version": "0.0.3", + "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", + "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", + "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", + "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or search for exising one.", + "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "providesIncludes": ["arduino_dcd_hub.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.3.zip", + "archiveFileName": "DCD_SDK_for_Arduino-0.0.3.zip", + "size": 14983, + "checksum": "SHA-256:1ea97ab30be84bb15c76e2b16d5464ded15597f4eb73865cdee21951e81e94ad" + }, + { + "name": "uCRC16XModemLib", + "version": "1.0.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible CRC16 XModem calculator library UKHAS.org.uk compatible - uCRC16XModemLib", + "paragraph": "Supports any architecture", + "website": "https://github.com/Naguissa/uCRC16XModemLib", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Naguissa/uCRC16XModemLib.git", + "providesIncludes": ["uCRC16XModemLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16XModemLib-1.0.0.zip", + "archiveFileName": "uCRC16XModemLib-1.0.0.zip", + "size": 208240, + "checksum": "SHA-256:64b9c993303236af66858d398908e5ab1de80e1384da698c3e958b968a052460" + }, + { + "name": "LongFi", + "version": "0.1.0", + "author": "Helium", + "maintainer": "Helium", + "sentence": "Enables LongFi Communication with Semtech Compatible Radios.", + "paragraph": "This library supports radio communication with Semtech compatible radios using the Helium LongFi Protocol.", + "website": "https://github.com/helium/longfi-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/helium/longfi-arduino.git", + "providesIncludes": ["LongFi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/helium/LongFi-0.1.0.zip", + "archiveFileName": "LongFi-0.1.0.zip", + "size": 220678, + "checksum": "SHA-256:8072606ac956f5647d8fee5c03c0f1a219e0eaa954957d101c45968b615415f7" + }, + { + "name": "LongFi", + "version": "0.2.0", + "author": "Helium", + "maintainer": "Helium", + "sentence": "Enables LongFi Communication with Semtech Compatible Radios.", + "paragraph": "This library supports radio communication with Semtech compatible radios using the Helium LongFi Protocol.", + "website": "https://github.com/helium/longfi-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/helium/longfi-arduino.git", + "providesIncludes": ["LongFi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/helium/LongFi-0.2.0.zip", + "archiveFileName": "LongFi-0.2.0.zip", + "size": 221593, + "checksum": "SHA-256:03a76e8bce5d0b4443a4a2f8c49ecdb3921b7dc73a9308edd0f2b886e5340ac1" + }, + { + "name": "Kangaroo Motion Controller", + "version": "1.0.6", + "author": "Dimension Engineering", + "maintainer": "James Bellinger \u003cjames@dimensionengineering.com\u003e", + "sentence": "Use reliable Packet Serial to communicate with your Kangaroo.", + "paragraph": "This library lets you command and monitor the Kangaroo autotuning feedback motion controller, an add-on board for SyRen and Sabertooth motor drivers.", + "website": "http://www.dimensionengineering.com/arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DimensionEngineering/Kangaroo_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DimensionEngineering/Kangaroo_Motion_Controller-1.0.6.zip", + "archiveFileName": "Kangaroo_Motion_Controller-1.0.6.zip", + "size": 202773, + "checksum": "SHA-256:2b9e8864349d0eeae3bd7045f22ba8a1d3416ac7f26a2465fcd337b33602d10e" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.0.1", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP48xx DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": ["MCP48xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.0.1.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.0.1.zip", + "size": 7585, + "checksum": "SHA-256:261c60eca62dcb58c708a23798b097c694dc58568634b3c8ffb5d69964fd88e5" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.1.0", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": ["MCP48xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.0.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.1.0.zip", + "size": 5793, + "checksum": "SHA-256:3b6a64022c939d1e75fe6b995aebda9558a11c448649963e26fdcca60f539600" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.1.1", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": ["MCP48xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.1.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.1.1.zip", + "size": 5513, + "checksum": "SHA-256:5df8d1cf570e945dd83a83c78350c5941b3babeff8d310f62631dc122d741e8a" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.1.2", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": ["MCP48xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.2.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.1.2.zip", + "size": 5591, + "checksum": "SHA-256:fc91908efbb26c97399a263331d3ab576f83670e4b7cc061eedeea4c3ba276b6" + }, + { + "name": "HPDL1414", + "version": "1.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": ["HPDL1414.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.0.0.zip", + "archiveFileName": "HPDL1414-1.0.0.zip", + "size": 3253, + "checksum": "SHA-256:3324a0bdfa74bc8e0bfb55063d914b4488fe6cf03f92672785971ee87d6f2b92" + }, + { + "name": "HPDL1414", + "version": "1.0.1", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": ["HPDL1414.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.0.1.zip", + "archiveFileName": "HPDL1414-1.0.1.zip", + "size": 3700, + "checksum": "SHA-256:bff639940908a2ef8712cb33e374ede9564eedd18cb7338a55932e33b5d46bd3" + }, + { + "name": "HPDL1414", + "version": "1.1.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": ["HPDL1414.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.1.0.zip", + "archiveFileName": "HPDL1414-1.1.0.zip", + "size": 4099, + "checksum": "SHA-256:7d2306a972911b4557585cb3390c75514b722a5532349e25d8b38b922418ef20" + }, + { + "name": "HPDL1414", + "version": "1.2.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": ["HPDL1414.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.2.0.zip", + "archiveFileName": "HPDL1414-1.2.0.zip", + "size": 5124, + "checksum": "SHA-256:54e95c5315e3aff07cd12aa8e02e6e5b1cfdceb1cd8658d38170a7cd58627fa0" + }, + { + "name": "HPDL1414", + "version": "2.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": ["HPDL1414.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-2.0.0.zip", + "archiveFileName": "HPDL1414-2.0.0.zip", + "size": 452537, + "checksum": "SHA-256:8cd2449c06cdbc847cb06576dc79b09d746e371680d956c55562971022f17d24" + }, + { + "name": "HPDL1414", + "version": "2.0.1", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": ["HPDL1414.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-2.0.1.zip", + "archiveFileName": "HPDL1414-2.0.1.zip", + "size": 465620, + "checksum": "SHA-256:5ee915c128d7abd514aea6ec0845ac7270cfcdd4378550140e4e3426e5773284" + }, + { + "name": "Task Scheduler", + "version": "1.0.0", + "author": "Kai Liebich \u0026 Georg Icking-Konert", + "maintainer": "Kai Liebich", + "sentence": "Simple task scheduler", + "paragraph": "Lightweight and fast preemptive scheduler for ATMega and SAMD Arduino Boards", + "website": "https://github.com/kcl93/tasks", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.0.0.zip", + "archiveFileName": "Task_Scheduler-1.0.0.zip", + "size": 251741, + "checksum": "SHA-256:b37f37b423fb1895556bcd467c6ffb36071e8621647b56e7ef7b29eeacd7d483" + }, + { + "name": "Task Scheduler", + "version": "1.1.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.1.0.zip", + "archiveFileName": "Task_Scheduler-1.1.0.zip", + "size": 261818, + "checksum": "SHA-256:59cbd92c44cc6479218ce381286dfff4f580c7382aed9356265cab39fc87f276" + }, + { + "name": "Task Scheduler", + "version": "1.2.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.2.0.zip", + "archiveFileName": "Task_Scheduler-1.2.0.zip", + "size": 261809, + "checksum": "SHA-256:d0729b7fc38ece961f98a3f6d9ecf98284498e86608eb7ca89f2f35f4f2047b8" + }, + { + "name": "Task Scheduler", + "version": "1.3.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.3.0.zip", + "archiveFileName": "Task_Scheduler-1.3.0.zip", + "size": 256440, + "checksum": "SHA-256:41052bde94d657e6ac66fafe71d1ed7ece32694af49a44d460dcf6f1a7af6471" + }, + { + "name": "Task Scheduler", + "version": "1.4.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.4.0.zip", + "archiveFileName": "Task_Scheduler-1.4.0.zip", + "size": 259221, + "checksum": "SHA-256:85176610d4332e27b2ab581a6a1fd19a317b6e33115f6bd81d693c5cfb461582" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.0", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": ["SPort.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.0.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.0.zip", + "size": 2606604, + "checksum": "SHA-256:3adf12feb54ae54ba8c2c304d12321835d6b42d73e4c9239761c293d638689ce" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.1", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": ["SPort.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.1.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.1.zip", + "size": 2694871, + "checksum": "SHA-256:3fd6bd4f126de7ce932c02399ab87eaf030911c8fa8fc72bc9b9b45003a414c0" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.2", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano, ATTiny85, ESP8266, ESP32 and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": ["SPort.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.2.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.2.zip", + "size": 2694901, + "checksum": "SHA-256:27bc5c89daf5523eb99fcff5aa9378348dbf9773cf2d5c72b0cfdcf5eaa0ce5c" + }, + { + "name": "Sqlite Micro Logger", + "version": "1.0.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", + "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", + "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.0.0.zip", + "archiveFileName": "Sqlite_Micro_Logger-1.0.0.zip", + "size": 1070722, + "checksum": "SHA-256:80d7a113066441f4ec3027192cecfeaf7ed8a97ccd6525ea6438be148b1a74b3" + }, + { + "name": "Sqlite Micro Logger", + "version": "1.1.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", + "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", + "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.1.0.zip", + "archiveFileName": "Sqlite_Micro_Logger-1.1.0.zip", + "size": 2741066, + "checksum": "SHA-256:9c27418182dfd93bdaf8f1d50057a4cdc2fc686ebd742019787602e01cdf5a57" + }, + { + "name": "Sqlite Micro Logger", + "version": "1.2.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", + "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", + "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.2.0.zip", + "archiveFileName": "Sqlite_Micro_Logger-1.2.0.zip", + "size": 2745575, + "checksum": "SHA-256:c611ebd995e6f4ecafbd003b8a4646eae0589fd973a4b7356077bd008bf4ec98" + }, + { + "name": "EMUSerial", + "version": "1.0.1", + "author": "Robin K.", + "maintainer": "Robin K.", + "sentence": "ECUMaster EMU Serial Library", + "paragraph": "Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date.", + "website": "https://github/EMUSerial", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GTO2013/EMUSerial.git", + "providesIncludes": ["EMUSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GTO2013/EMUSerial-1.0.1.zip", + "archiveFileName": "EMUSerial-1.0.1.zip", + "size": 14747, + "checksum": "SHA-256:6789af6ea99d5b8d8539e0057067164ed2a97d9855a23eabbeeababe2152ea24" + }, + { + "name": "EMUSerial", + "version": "1.0.2", + "author": "Robin K.", + "maintainer": "Robin K.", + "sentence": "ECUMaster EMU Serial Library", + "paragraph": "Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date.", + "website": "https://github/EMUSerial", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GTO2013/EMUSerial.git", + "providesIncludes": ["EMUSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/GTO2013/EMUSerial-1.0.2.zip", + "archiveFileName": "EMUSerial-1.0.2.zip", + "size": 15174, + "checksum": "SHA-256:b7692aed962c930d37c94a82aa840659e2de2d35de6a63606b67a69cf53ef85a" + }, + { + "name": "Lixie II", + "version": "1.2.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Lixie II displays!", + "paragraph": "Library for controlling Lixie II displays!", + "website": "https://github.com/connornishijima/Lixie_II", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Lixie_II.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.2.0.zip", + "archiveFileName": "Lixie_II-1.2.0.zip", + "size": 30161, + "checksum": "SHA-256:87d125666e3df5111ae6ae4681911632fe39c02ee484956e048476be260829d9" + }, + { + "name": "Lixie II", + "version": "1.3.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Lixie II displays!", + "paragraph": "Library for controlling Lixie II displays!", + "website": "https://github.com/connornishijima/Lixie_II", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Lixie_II.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.3.0.zip", + "archiveFileName": "Lixie_II-1.3.0.zip", + "size": 35972, + "checksum": "SHA-256:b205b62c9b25087f13b602740cd794d7d39aab43e6ea9ed3b89eeb3448a6776d" + }, + { + "name": "Lixie II", + "version": "1.3.1", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Lixie II displays!", + "paragraph": "Library for controlling Lixie II displays!", + "website": "https://github.com/connornishijima/Lixie_II", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Lixie_II.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.3.1.zip", + "archiveFileName": "Lixie_II-1.3.1.zip", + "size": 39156, + "checksum": "SHA-256:fff5cc2c29f46a204c50d21f48f6666930e7bdbf27310cf6cc96552f64476745" + }, + { + "name": "PxMatrix Christmas Icons", + "version": "0.0.1", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", + "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", + "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", + "website": "https://github.com/yknivag/PxMatrixChristmasIcons", + "category": "Display", + "architectures": ["ESP8266", "ESP32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "providesIncludes": ["ChristmasIcons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.1.zip", + "archiveFileName": "PxMatrix_Christmas_Icons-0.0.1.zip", + "size": 118545, + "checksum": "SHA-256:cc47a072e9a27a42966ac23b607e42b8f25613c146350539175a69657eca2735" + }, + { + "name": "PxMatrix Christmas Icons", + "version": "0.0.2", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", + "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", + "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", + "website": "https://github.com/yknivag/PxMatrixChristmasIcons", + "category": "Display", + "architectures": ["ESP8266", "ESP32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "providesIncludes": ["ChristmasIcons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.2.zip", + "archiveFileName": "PxMatrix_Christmas_Icons-0.0.2.zip", + "size": 118939, + "checksum": "SHA-256:f9e80428c8dfd465465cee20005917e1632562e0d78a0759df29e8aa42992aba" + }, + { + "name": "PxMatrix Christmas Icons", + "version": "0.0.3", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", + "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", + "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", + "website": "https://github.com/yknivag/PxMatrixChristmasIcons", + "category": "Display", + "architectures": ["ESP8266", "ESP32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "providesIncludes": ["ChristmasIcons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.3.zip", + "archiveFileName": "PxMatrix_Christmas_Icons-0.0.3.zip", + "size": 118996, + "checksum": "SHA-256:2ab99b7f3835b016b71e528d4b17b9cbc7df6a26907ef8f5c0f463e63106fad6" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.2.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.2.zip", + "size": 3975556, + "checksum": "SHA-256:380727223d86060f1dd7e2c5ece51200b2f98b1595dc42f2080448888aea71f8" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.3.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.3.zip", + "size": 4183655, + "checksum": "SHA-256:ac5e9edc26f5499cd61581cd4923f3fd86d69a0b030e1a0f68613353343c715f" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.4.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.4.zip", + "size": 4188559, + "checksum": "SHA-256:3dd12fc7cce589323e62deccdbee5fc88c3306c3ad23cd411a39c196c3acb39b" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.5.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.5.zip", + "size": 4757253, + "checksum": "SHA-256:1381da89daf2db4aaac9530a970c79b835ff3e68e9b705c850672173c5de7c74" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.6.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.6.zip", + "size": 6680855, + "checksum": "SHA-256:f09427c73390ca39c2bc5c820678d4cafe32d276832a8b85d0cbfb173d2e1239" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.7.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.7.zip", + "size": 6681143, + "checksum": "SHA-256:f315422543a9033fef021c4fc285f92fc6c1d71a2cd15aa85090e0159a57c491" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.8.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.8.zip", + "size": 6868853, + "checksum": "SHA-256:d64c3c0037e258008baa5106bd22e71321f7c1cc58cfc1663b2ac287fa1df61f" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.9.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.9.zip", + "size": 7342080, + "checksum": "SHA-256:b2b062953d24c88db6780893b4ae7a2d91f95158d7727ca1df4e4b62094f9a7d" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.0.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.0.zip", + "size": 8245969, + "checksum": "SHA-256:d5a960d94762b7fd845b86a7c25bdbcd8e79f46cf0a770ba0f7f333a9879def8" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.1.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.1.zip", + "size": 8296979, + "checksum": "SHA-256:8672b4824e4136fdd3883a626f2fae12e8b87bfdb1dea1bf417ae5fdf7abc959" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.2.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.2.zip", + "size": 8403348, + "checksum": "SHA-256:93a570fffcfac88f7474682f5c48bca828a969e392fa97246b4b99181e37ddd9" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.3.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.3.zip", + "size": 9200192, + "checksum": "SHA-256:30d21836a24f202b410cf0429f0f8bf9dd39badff77815377884ac0f560df1db" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.4.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.4.zip", + "size": 10422308, + "checksum": "SHA-256:9fdbca819dea27089df074fa0769915b21f44407a02a3b67494b19271b1bcbcf" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.5.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.5.zip", + "size": 11422370, + "checksum": "SHA-256:1ca75583246943cb9d3a9039253506c7a8ff73db109fca6fb9e966d5bd97dfd1" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.6.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.6.zip", + "size": 13244247, + "checksum": "SHA-256:144fb96c93582c8e33173fe825ffa43b8d3a26d1e0ad83d14cbda5021ae0d323" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.7.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.7.zip", + "size": 13387292, + "checksum": "SHA-256:3f7f98d50c4575cd13592708c39cd4376bbbf5399af9d56fc4848e393a11169d" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.8.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.8.zip", + "size": 14147473, + "checksum": "SHA-256:3d748c8894bc641e0f3abba3f0ca64dcefbc85d41379b387bb854ee9b8e3a796" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.9.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.9.zip", + "size": 14844409, + "checksum": "SHA-256:c4f0f826468a6731fc82fb805e3b1371017dcc04db3cb1dadc95bf4ff9a9b544" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.0.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.0.zip", + "size": 15613504, + "checksum": "SHA-256:e76510452edc65a77b059b3f9a837252cb1e29091c16867dcf0456f8dcb7e97e" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.1.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.1.zip", + "size": 18356457, + "checksum": "SHA-256:3fefc49373d2fd2d3eb96028d4c7a70efbfefc4a1c8e6a5f88615264ec79bfd7" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.3.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.3.zip", + "size": 11719881, + "checksum": "SHA-256:39637a61817edaa2ccc2b997daec8ccf6a8c49d8456f3edb4ccb76a173d36357" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.4.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.4.zip", + "size": 13577641, + "checksum": "SHA-256:13e917e49583184b99ec7c04240e361a2c28303a1bfb80793ecc08a30f452786" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.5.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.5.zip", + "size": 13681938, + "checksum": "SHA-256:b98cb6b88b6aa8b43e133ab6f468004523cc693cb7072f6c0e287ce6b9dc5204" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.6.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.6.zip", + "size": 15511270, + "checksum": "SHA-256:27038acb4d26269b3d977c122160f150f34d1390a067930a3e7db30b67b6919b" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.7.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.7.zip", + "size": 16211357, + "checksum": "SHA-256:7d5ecb6eca2851b73b9b0f5ff864743a0569474aa24340d979949d100e3add74" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.8.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.8.zip", + "size": 15992001, + "checksum": "SHA-256:4f2cbd5486ecd4bde58fcdde7934f018128ad2309e5ab4e277cbd185a9f13c9b" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.9.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.9.zip", + "size": 15986144, + "checksum": "SHA-256:a52780c9a7d6a17122e8173ec00b7bf07e0224e4192a7ecce60c4398d31c13bc" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.0.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.0.zip", + "size": 18181767, + "checksum": "SHA-256:8d915a3911bde38020eff08afdb67a7c3677259145b54a0902db41094452b9f5" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.1.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.1.zip", + "size": 14877198, + "checksum": "SHA-256:7206e11ef0deb40a88ab0f21c475cc5aaa5fcb7b76872c50145aad5d7874c924" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.2.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.2.zip", + "size": 14891398, + "checksum": "SHA-256:1df7f19b3a86af4a31fd0f7ca64434822044cccd7a732add588b54fc47bd2641" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": ["SI4735.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.3.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.3.zip", + "size": 14895216, + "checksum": "SHA-256:1e27bc88a86f1fd9be954f21e012985e08b2240a7fe142b7b4fab3963f7a209c" + }, + { + "name": "TinyGPS", + "version": "13.0.0", + "author": "Mikal Hart", + "maintainer": "Mikal Hart \u003csundial@sundial.com\u003e", + "sentence": "A compact Arduino NMEA (GPS) parsing library", + "paragraph": "A compact Arduino NMEA (GPS) parsing library", + "website": "https://github.com/neosarchizo/TinyGPS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neosarchizo/TinyGPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/TinyGPS-13.0.0.zip", + "archiveFileName": "TinyGPS-13.0.0.zip", + "size": 25424, + "checksum": "SHA-256:538450123a9f4bcfda82d24c8be3d2aaf7c0078d5abf55f7eb5d89edb733c239" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.1.0", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.1.0.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.1.0.zip", + "size": 311962, + "checksum": "SHA-256:7c533c4a165f5afce1093bf9c5c56a3e4da1990cdace3dc900df73a62b29784e" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.2.0", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.0.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.0.zip", + "size": 318450, + "checksum": "SHA-256:5b1347322ca997e44921b58374282d9ba00f7eb124b14e6a645d5d6b60dbebad" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.2.1", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "license": "MIT", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.1.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.1.zip", + "size": 319588, + "checksum": "SHA-256:c64d6266ce127e10f06c7ef126a18a85d63877d663a80f40b00f9d2ca04160ac" + }, + { + "name": "TFMPI2C", + "version": "0.1.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Not compatible with Benewake TFMini, a different product.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.1.1.zip", + "archiveFileName": "TFMPI2C-0.1.1.zip", + "size": 11458345, + "checksum": "SHA-256:ba77db408c22e6391a68a0f026f84bd38373b65ce81473081745dd6578291ef1" + }, + { + "name": "TFMPI2C", + "version": "0.2.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Not compatible with Benewake TFMini, a different product.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.2.1.zip", + "archiveFileName": "TFMPI2C-0.2.1.zip", + "size": 12569587, + "checksum": "SHA-256:d7f3443e5db18d22eb1e36656e31dbefda54768fbf8be7e0e94bde6731823cbf" + }, + { + "name": "TFMPI2C", + "version": "0.2.2", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Not compatible with Benewake TFMini, a different product.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.2.2.zip", + "archiveFileName": "TFMPI2C-0.2.2.zip", + "size": 12569588, + "checksum": "SHA-256:38993428ba346306f455f3709ab988e28ce49dea41da5b555bc8fdf230b74620" + }, + { + "name": "TFMPI2C", + "version": "1.4.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.4.0.zip", + "archiveFileName": "TFMPI2C-1.4.0.zip", + "size": 13679832, + "checksum": "SHA-256:ac51e1eaf4d74825a47192661cadba968331a86448d50cbeb5c9c1905fee9cdf" + }, + { + "name": "TFMPI2C", + "version": "1.4.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.4.1.zip", + "archiveFileName": "TFMPI2C-1.4.1.zip", + "size": 13680003, + "checksum": "SHA-256:bc75293dca7d9fbe3523bec9eb3bbeba45f73d531091e5fbc1d54417f76fc73b" + }, + { + "name": "TFMPI2C", + "version": "1.5.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.5.0.zip", + "archiveFileName": "TFMPI2C-1.5.0.zip", + "size": 13681064, + "checksum": "SHA-256:f796a2e267da6ae6afc3e5725404285db3ed487bf2e3ef99e43c6ad5acd35db4" + }, + { + "name": "TFMPI2C", + "version": "1.5.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": ["TFMPI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.5.1.zip", + "archiveFileName": "TFMPI2C-1.5.1.zip", + "size": 13681605, + "checksum": "SHA-256:c1022a63b02592f34b255ea714afb4d87d3ec5cff66a2c9a900812c37bee2520" + }, + { + "name": "NoveltyDetection", + "version": "1.0.1", + "author": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "maintainer": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "sentence": "Detects Novelties/Outliers using Support Vector Machine", + "paragraph": "Simple SVM One Class machine learning algorithm. This system reads your SVM model and scaling parameters from the LIBSVM standard format (gui tool coming soon) into EEPROM memory and will detect outliers and novelties using it.For more information read the article here: https://medium.com/analytics-vidhya/part-2-novelty-detection-on-an-arduino-using-one-class-svm-3c0bfa2a0f26", + "website": "https://github.com/Rotario/noveltyDetection", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rotario/noveltyDetection.git", + "providesIncludes": ["noveltyDetection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/NoveltyDetection-1.0.1.zip", + "archiveFileName": "NoveltyDetection-1.0.1.zip", + "size": 8087, + "checksum": "SHA-256:bc08d83e88f3ce6ecfa2976474df45a2a60bc566e51fa6f086912029c57cc5a0" + }, + { + "name": "NoveltyDetection", + "version": "1.0.2", + "author": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "maintainer": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "sentence": "Detects Novelties/Outliers using Support Vector Machine", + "paragraph": "Simple SVM One Class machine learning algorithm. This system reads your SVM model and scaling parameters from the LIBSVM standard format (gui tool coming soon) into EEPROM memory and will detect outliers and novelties using it.For more information read the article here: https://medium.com/analytics-vidhya/part-2-novelty-detection-on-an-arduino-using-one-class-svm-3c0bfa2a0f26", + "website": "https://github.com/Rotario/noveltyDetection", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rotario/noveltyDetection.git", + "providesIncludes": ["noveltyDetection.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/NoveltyDetection-1.0.2.zip", + "archiveFileName": "NoveltyDetection-1.0.2.zip", + "size": 8399, + "checksum": "SHA-256:bafb302fcc89843326e88b31e2b12d9d6ad864b583a7ee04d099649ac8a312db" + }, + { + "name": "MOREbot Games Library", + "version": "0.8.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.0.zip", + "archiveFileName": "MOREbot_Games_Library-0.8.0.zip", + "size": 13500, + "checksum": "SHA-256:17269b14c82bd0256e2192589d44ac1c1b65450a661efe6e082028f1d1e80746" + }, + { + "name": "MOREbot Games Library", + "version": "0.8.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.1.zip", + "archiveFileName": "MOREbot_Games_Library-0.8.1.zip", + "size": 13514, + "checksum": "SHA-256:2e104f2e7e268f8571f0b4bec8e070fafaeda7deffad1a51ea2c875de516aea0" + }, + { + "name": "MOREbot Games Library", + "version": "0.8.2", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.2.zip", + "archiveFileName": "MOREbot_Games_Library-0.8.2.zip", + "size": 13514, + "checksum": "SHA-256:9814925b5a1cc7a2522d6cadfcdba7205cebd94c9e2cef8e0594a921fcfb221d" + }, + { + "name": "MOREbot Games Library", + "version": "0.9.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.0.zip", + "archiveFileName": "MOREbot_Games_Library-0.9.0.zip", + "size": 15002, + "checksum": "SHA-256:18a6044de70e762a694220b9c5f7d3232d3bd05b8ed8691bcacdc8953f6947b6" + }, + { + "name": "MOREbot Games Library", + "version": "0.9.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.1.zip", + "archiveFileName": "MOREbot_Games_Library-0.9.1.zip", + "size": 15056, + "checksum": "SHA-256:f8f182b8f6d1f8b04fd0646d6f3d886e17fd674b66b11c8d13fdaca888bfc49a" + }, + { + "name": "MOREbot Games Library", + "version": "0.9.2", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.2.zip", + "archiveFileName": "MOREbot_Games_Library-0.9.2.zip", + "size": 15080, + "checksum": "SHA-256:056b729505c4358c59b37453839f2efd178ff4a2686e14718dbd1ea5b3ca805b" + }, + { + "name": "MOREbot Games Library", + "version": "0.10.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.10.0.zip", + "archiveFileName": "MOREbot_Games_Library-0.10.0.zip", + "size": 15730, + "checksum": "SHA-256:fdc45144b16ad4cc22cd6b69a44a6350443f9deea7a417b10be66be0e370ded9" + }, + { + "name": "MOREbot Games Library", + "version": "0.10.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.10.1.zip", + "archiveFileName": "MOREbot_Games_Library-0.10.1.zip", + "size": 15785, + "checksum": "SHA-256:3a9e1a11ef091ff5e04cf5c63e3f35dc85cc60a2f710f5501cbec3acaf0aa434" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock. Perfect for debugging purposes. Code size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eDefault TX pin is PB2 on a ATtiny85.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.0.zip", + "archiveFileName": "ATtinySerialOut-1.0.0.zip", + "size": 54745, + "checksum": "SHA-256:0b55705c6a0d180c72c64009108e9a7bcd0c27d22d19ad7bcd3be397e83e1988" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.1.zip", + "archiveFileName": "ATtinySerialOut-1.0.1.zip", + "size": 32942, + "checksum": "SHA-256:cf62a13bd56c516f54b22852969def6f10ee2cbc04ac5b19a07b8e5e134b35db" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.2.zip", + "archiveFileName": "ATtinySerialOut-1.0.2.zip", + "size": 35593, + "checksum": "SHA-256:b722f122e2a2070e78858bb7992bd0bac5ffd32bffbe0bbb396b68a9e5e50125" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.3.zip", + "archiveFileName": "ATtinySerialOut-1.0.3.zip", + "size": 35989, + "checksum": "SHA-256:dc9c69e557a9ed887e21cf65cc38e8e24baa2d9fb9d273b6bfa752c132b18b03" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.4", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.4.zip", + "archiveFileName": "ATtinySerialOut-1.0.4.zip", + "size": 36184, + "checksum": "SHA-256:f1bff16a4daf58110974d135ab2cf9fbdbd58a93cb8999bb50d3b7cc6fc98a98" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.5", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.5.zip", + "archiveFileName": "ATtinySerialOut-1.0.5.zip", + "size": 36628, + "checksum": "SHA-256:9128d0226afc9a930e24a2079b36f6c2920a7ad24f7642aee7f4a18399699fdf" + }, + { + "name": "ATtinySerialOut", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003eNew: Corrected output format for uint16_t and uint32_t, improved Print class handling.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.1.0.zip", + "archiveFileName": "ATtinySerialOut-1.1.0.zip", + "size": 36765, + "checksum": "SHA-256:6559ef2e80a3300f614b6e821cf4f315d9fba033b5e6d9eb70a70f0c29be9c6e" + }, + { + "name": "ATtinySerialOut", + "version": "1.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e Moved functions + ATtiny167 support.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.0.zip", + "archiveFileName": "ATtinySerialOut-1.2.0.zip", + "size": 37369, + "checksum": "SHA-256:e737006e6849cbc3c0da7f81ad6858a138d0e5c95a91589a1cb77b7860108d3f" + }, + { + "name": "ATtinySerialOut", + "version": "1.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e ATtinyX4 support.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.1.zip", + "archiveFileName": "ATtinySerialOut-1.2.1.zip", + "size": 37708, + "checksum": "SHA-256:f9470ae000102df8cb05b9e559f0439548266c78053a9879dae08d0dea2dd3e4" + }, + { + "name": "ATtinySerialOut", + "version": "1.2.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e ATtiny88 support.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "providesIncludes": ["ATtinySerialOut.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.2.zip", + "archiveFileName": "ATtinySerialOut-1.2.2.zip", + "size": 43839, + "checksum": "SHA-256:481d53e903a9cf6eb06fbedac0813d1a2c8a16db1b1cbeb59d21294f35b09f5a" + }, + { + "name": "uFire PAR Sensor", + "version": "1.0.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure photosynthetically active radiation (PAR).", + "paragraph": "An I2C sensor to measure PAR in μmol/m²/s.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/u-fire/uFire_PAR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_PAR_Sensor-1.0.0.zip", + "archiveFileName": "uFire_PAR_Sensor-1.0.0.zip", + "size": 19467, + "checksum": "SHA-256:7c0bb84bc5f0d074fa54e5275f8c5dd3881c613c0fbff32012ce22692a317165" + }, + { + "name": "Adafruit 9DOF", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.0.0.zip", + "archiveFileName": "Adafruit_9DOF-1.0.0.zip", + "size": 804890, + "checksum": "SHA-256:417fce9c32b8ad5c53a667829afdb1fcb781f04facd212617b37ef3271094ef4" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.0.zip", + "archiveFileName": "Adafruit_9DOF-1.1.0.zip", + "size": 796131, + "checksum": "SHA-256:79b79434d6dc337d86c9f5d814419bf2a320dfc6712f5e31dffc87c666c13d82" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.1.zip", + "archiveFileName": "Adafruit_9DOF-1.1.1.zip", + "size": 796131, + "checksum": "SHA-256:88629aac61bc6b8f3569549e077c8bd72bcafd5c94ca7d1e8cbbf00e81602f17" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.3.zip", + "archiveFileName": "Adafruit_9DOF-1.1.3.zip", + "size": 796334, + "checksum": "SHA-256:9467cfafcde17f78b92eebb7d9bc427fc1cbb0145345b1cefefaa5e348a7b6a1" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.4.zip", + "archiveFileName": "Adafruit_9DOF-1.1.4.zip", + "size": 796289, + "checksum": "SHA-256:8218fb45f576103b17afb9ee9cf67541cabef9848bd63693e2f9b642e6293156" + }, + { + "name": "YAAWS", + "version": "1.0.0", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Yet Another Arduino Web Server", + "paragraph": "Simple webserver, supports GET/HEAD and POST. Designed to reduce blocking as much as possible, by splitting and servicing requests in chunks.", + "website": "https://github/MHotchin/YAAWS", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/YAAWS.git", + "providesIncludes": ["YAAWS.h"], + "dependencies": [ + { + "name": "Ethernet SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/YAAWS-1.0.0.zip", + "archiveFileName": "YAAWS-1.0.0.zip", + "size": 50564, + "checksum": "SHA-256:5e067fa7449ff8d38e71c39ddd3d99a87a33797c942459ed226f6dd9ca03e4c5" + }, + { + "name": "MultiButtons", + "version": "1.0.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Library for handling multiple buttons with single analog pin for ESP32.", + "paragraph": "It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.", + "website": "https://github.com/mickey9801/MultiButtons", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mickey9801/MultiButtons.git", + "providesIncludes": ["MultiButtons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/MultiButtons-1.0.0.zip", + "archiveFileName": "MultiButtons-1.0.0.zip", + "size": 10585, + "checksum": "SHA-256:86e82045bf203dd5d7b53ba77a877cf83b72ed6b61193c5100cab20490837ec6" + }, + { + "name": "MultiButtons", + "version": "1.0.1", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Library for handling multiple buttons with single analog pin for ESP32.", + "paragraph": "**Note: A upgrade library \"ButtonFever\" has been released to provide much powerful features to handle various button press event for both standalone digital button and button array. Please try it!** It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.", + "website": "https://github.com/mickey9801/MultiButtons", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mickey9801/MultiButtons.git", + "providesIncludes": ["MultiButtons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/MultiButtons-1.0.1.zip", + "archiveFileName": "MultiButtons-1.0.1.zip", + "size": 10848, + "checksum": "SHA-256:20a6517f2090ae690df373ab57e2746f6950ade870d26d51e32e4716de6116cc" + }, + { + "name": "BlinkControl", + "version": "1.0.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Arduino/ESP32 module for easily manage multiple LED on/off, blinking or Buzzer beats with different timing.", + "paragraph": "Work with digital pin, or pins on 74HC595 shift register via johnnyb's Shifty. Each instance of the module control one pin. Module provide some predefined blink timing. You may control blink timing by providing a timing array.", + "website": "https://github.com/mickey9801/BlinkControl", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mickey9801/BlinkControl.git", + "providesIncludes": ["BlinkControl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/BlinkControl-1.0.0.zip", + "archiveFileName": "BlinkControl-1.0.0.zip", + "size": 10785, + "checksum": "SHA-256:48fb282e1488c0e512ed5e3949b04b88c6aa7f072f130d85afaa988d90a5d58e" + }, + { + "name": "BlinkControl", + "version": "1.1.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "This is an Arduino/ESP32 module for easily manage multiple LED on/off, blinking or Buzzer beats with different pattern.", + "paragraph": "Work with digital pins, analog pins or pins on 74HC595 shift register via johnnyb's Shifty. Each instance of the module control one pin. Module provide some predefined blink and breathe pattern. You may also control blink pattern by providing a pattern array.", + "website": "https://github.com/mickey9801/BlinkControl", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mickey9801/BlinkControl.git", + "providesIncludes": ["BlinkControl.h"], + "dependencies": [ + { + "name": "Shifty" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/BlinkControl-1.1.0.zip", + "archiveFileName": "BlinkControl-1.1.0.zip", + "size": 13129, + "checksum": "SHA-256:d53f4cd496f4b8ae24e59059f356a57533fd97e2226980d0313d8054bfb5aabf" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.0.1.zip", + "archiveFileName": "DFPlayerMini_Fast-1.0.1.zip", + "size": 768653, + "checksum": "SHA-256:b5155911dc121d570bbad5436f6d45153932b13f7ba8d69beb873227b3f3cd5a" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.0.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.0.zip", + "size": 769789, + "checksum": "SHA-256:07053c275f85d085139879ac8da29117791ce66c908623b12d51e91db7a6d19f" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.1.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.1.zip", + "size": 770180, + "checksum": "SHA-256:6846f94429e0fe1f797c68e44aa403099f0da9fb041ed499cd9c9d893489f4d2" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.2.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.2.zip", + "size": 770381, + "checksum": "SHA-256:547609cdbe6db0eb10f0dc23874e0bccd96ccc1d6fb4af6a3846a137f694bd55" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.3.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.3.zip", + "size": 770409, + "checksum": "SHA-256:05f3e2e6560d25aa8dbaa987829e4f0d0e716bb024d43a59b61dba3c5958f567" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.4.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.4.zip", + "size": 770448, + "checksum": "SHA-256:6d4a46e841e9af3bb995ef21d94a99560c534bb2aa750f72034d3e2a2e9149fc" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.5.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.5.zip", + "size": 770450, + "checksum": "SHA-256:3b077c3de719f71aebb413989074e302420c39744bcf59c0249a1844c5b3216f" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.6.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.6.zip", + "size": 770471, + "checksum": "SHA-256:a6a2905d86589a5439b072c6a9780ca795eb8d8b2eb1bd775e67e18bad43576a" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.7.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.7.zip", + "size": 770914, + "checksum": "SHA-256:3f24a06c38eb3b20f9fc6d1024b411d09296c1ba195e6d28d95489ae8a792e77" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.8.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.8.zip", + "size": 1002399, + "checksum": "SHA-256:27412736336c07f29ee2a78de551a5601e508332dbd352a3e019d1cc4cc9e64e" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.9", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.9.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.9.zip", + "size": 1002357, + "checksum": "SHA-256:7d33a005f757ea35f57402bb8a0a5667ad7f627e879dc8e3417cfb6d7a1b32ac" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.10", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.10.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.10.zip", + "size": 1002694, + "checksum": "SHA-256:0028e29e5274fa0015e7872473a7c3ec222a592b1f910b9fc37ab24479c53787" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.11", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.11.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.11.zip", + "size": 1008491, + "checksum": "SHA-256:68c44b661289d8c661ba4e26655cb7abeb9947292196ca6fcc37254ade826e1b" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.12", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.12.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.12.zip", + "size": 1008487, + "checksum": "SHA-256:4adcee8bd95840bcfc76928d0d5f2c50de475c55b77bb661b94bb55a19c4619e" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.0.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.0.zip", + "size": 1019238, + "checksum": "SHA-256:fcd1bcae288dbf1999d73b25c23d4fcbe11fc4d51929a3f482f4e4d1c4207b94" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.1.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.1.zip", + "size": 1020030, + "checksum": "SHA-256:4f4883b8740313d1ecd6c8f75df58aed9d46033367bdff530ef1651318c3beef" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.2.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.2.zip", + "size": 1020030, + "checksum": "SHA-256:af4fe50dd609fabf5d6528b0cff3b9d53396fae44d77ba9ea22e2cb769cac461" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.3.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.3.zip", + "size": 1020095, + "checksum": "SHA-256:bec0886429545bb6f359bcf6656c988a3fc38b4a23df1faacf972f97dbd84d35" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.4.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.4.zip", + "size": 1020297, + "checksum": "SHA-256:bb6dab2cfa356d7cbb1e268623f76d289783488c2ba9102c44d046bb7a0fc2df" + }, + { + "name": "NEO-6M_GPS", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the NEO-6 GPS", + "paragraph": "Arduino library to interface with the NEO-6 GPS", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/NEO-6M_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/NEO_6M_GPS-1.0.1.zip", + "archiveFileName": "NEO_6M_GPS-1.0.1.zip", + "size": 2919466, + "checksum": "SHA-256:98c3912bf2da68d3f5bfae79af88cc33948923c3dd48baaa578792f92d3546d8" + }, + { + "name": "NEO-6M_GPS", + "version": "1.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the NEO-6 GPS", + "paragraph": "Arduino library to interface with the NEO-6 GPS", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/NEO-6M_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/NEO_6M_GPS-1.0.2.zip", + "archiveFileName": "NEO_6M_GPS-1.0.2.zip", + "size": 2919556, + "checksum": "SHA-256:13d56ad2e132a6a4571d7a08724bb4ab63fee16e68dcf90dd770a32f5842eea7" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.0.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.0.zip", + "size": 35743, + "checksum": "SHA-256:035901a8a7be2f4af95be3b9d92212995161e2b5b6f05537b8d17312ac4c1e09" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.1.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.1.zip", + "size": 35785, + "checksum": "SHA-256:e4a185e150880798829aae3f867548cafeff74b0e82a6d882fa3e491d20d1492" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.2.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.2.zip", + "size": 35787, + "checksum": "SHA-256:ea13d9cd17a88cc8e60bb9b5060fada0cd91ac7af8fdcee71d0b9699081b965a" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.3.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.3.zip", + "size": 35816, + "checksum": "SHA-256:789cb34a3318e54afa56856c61c8d07ac2221a1892e4fbd866eaea8f1bffb07d" + }, + { + "name": "Honeywell Zephyr I2C", + "version": "1.0.0", + "author": "Erik Werner", + "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", + "sentence": "Arduino library for communicating with Honeywell Zephyr HAF flow rate sensors over I2C.", + "paragraph": "Arduino library for communicating with Honeywell Zephyr HAF flow rate sensors over I2C.", + "website": "https://github.com/huilab/HoneywellZephyrI2C.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/huilab/HoneywellZephyrI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_Zephyr_I2C-1.0.0.zip", + "archiveFileName": "Honeywell_Zephyr_I2C-1.0.0.zip", + "size": 448944, + "checksum": "SHA-256:59ea0c9eaee8ed54c577c39d23bde9294ef5107b3f8c9d458eb3561860878320" + }, + { + "name": "Honeywell Zephyr I2C", + "version": "1.1.0", + "author": "Erik Werner", + "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", + "sentence": "Arduino library for Honeywell Zephyr HAF flow rate sensors using I2C.", + "paragraph": "This library allows you to read flow rate data from Honeywell Zephyr HAF digital flow rate sensors using I2C.", + "website": "https://github.com/huilab/HoneywellZephyrI2C.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/huilab/HoneywellZephyrI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_Zephyr_I2C-1.1.0.zip", + "archiveFileName": "Honeywell_Zephyr_I2C-1.1.0.zip", + "size": 34580, + "checksum": "SHA-256:5a1bb6bd9af744a48eed600be1bf6c817066bc0faccee03f3f264e4e4d377864" + }, + { + "name": "TouchEvent", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", + "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", + "website": "https://github.com/GerLech/TouchEvent", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/TouchEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.0.0.zip", + "archiveFileName": "TouchEvent-1.0.0.zip", + "size": 21386, + "checksum": "SHA-256:68d2ecd76e89ccb1664dd9761326bd1de13065878c672538a69bb04a7c0c5a2d" + }, + { + "name": "TouchEvent", + "version": "1.1.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", + "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", + "website": "https://github.com/GerLech/TouchEvent", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/TouchEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.1.0.zip", + "archiveFileName": "TouchEvent-1.1.0.zip", + "size": 21949, + "checksum": "SHA-256:e43a968079e5c153d6e71670ffae2acec63b60a0bafd6c539f871b1db949adde" + }, + { + "name": "TouchEvent", + "version": "1.3.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", + "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", + "website": "https://github.com/GerLech/TouchEvent", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/TouchEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.3.0.zip", + "archiveFileName": "TouchEvent-1.3.0.zip", + "size": 21949, + "checksum": "SHA-256:0090777b4ff8867e3cbfea7e153896535da01a270d12967f37b8b5763e5045d1" + }, + { + "name": "cerebro", + "version": "1.0.0", + "author": "Cerebro \u003ccerebro11101@gmail.com\u003e", + "maintainer": "Epsilon \u003cepsilon11101@gmail.com\u003e", + "sentence": "A library that makes cerebro works easly.", + "paragraph": "This project is for an educational kit robot, its the best way to get programming skills", + "website": "https://github.com/cerebro11101/cerebro/wiki", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/cerebro11101/CerebroBoards.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cerebro11101/cerebro-1.0.0.zip", + "archiveFileName": "cerebro-1.0.0.zip", + "size": 42085, + "checksum": "SHA-256:29e024d5f311663a82485a2b701a9a965971754a54e2a1da802edb9f40787a4a" + }, + { + "name": "Honeywell TruStability SPI", + "version": "1.0.0", + "author": "Erik Werner", + "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", + "sentence": "Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI.", + "paragraph": "Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI.", + "website": "https://github.com/huilab/HoneywellTruStabilitySPI.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/huilab/HoneywellTruStabilitySPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_TruStability_SPI-1.0.0.zip", + "archiveFileName": "Honeywell_TruStability_SPI-1.0.0.zip", + "size": 2571251, + "checksum": "SHA-256:d8ed5383409a178b4a0814a68db52cf46e06b63dd21e971f1bbf4a4b089e7f68" + }, + { + "name": "TimeInterrupt", + "version": "1.0.0", + "author": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "maintainer": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "sentence": "Allows for timer interrupts on various platforms.", + "paragraph": "Emulates timer interrupts by creating a dynamic list of periodically called callback functions.", + "website": "http:https://github.com/matthew-dickson-epic/TimeInterrupt", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/matthew-dickson-epic/TimeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthew-dickson-epic/TimeInterrupt-1.0.0.zip", + "archiveFileName": "TimeInterrupt-1.0.0.zip", + "size": 81105, + "checksum": "SHA-256:817c85aa3c71aa5ea3e31499573087b243b3de4102c2bb19f4ada194d717d124" + }, + { + "name": "TimeInterrupt", + "version": "1.0.2", + "author": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "maintainer": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "sentence": "Allows for timer interrupts on various platforms.", + "paragraph": "Emulates timer interrupts by creating a dynamic list of periodically called callback functions.", + "website": "https://github.com/matthew-dickson-epic/TimeInterrupt", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/matthew-dickson-epic/TimeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthew-dickson-epic/TimeInterrupt-1.0.2.zip", + "archiveFileName": "TimeInterrupt-1.0.2.zip", + "size": 81103, + "checksum": "SHA-256:8d911b78f51c8b01d72b7385749cfa3d74cca5e2d68340d2fdd0bb781c7db9f0" + }, + { + "name": "LibSemaforo", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Semaforo educative system.", + "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibSemaforo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.0.0.zip", + "archiveFileName": "LibSemaforo-1.0.0.zip", + "size": 455962, + "checksum": "SHA-256:aad2c890cda711d52818ca8037635eb842419567bcfd5ae3e0b288fad66c9634" + }, + { + "name": "LibSemaforo", + "version": "1.0.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Semaforo educative system.", + "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibSemaforo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.0.1.zip", + "archiveFileName": "LibSemaforo-1.0.1.zip", + "size": 1157627, + "checksum": "SHA-256:d0eb298d5be12d10b527cfa302d32851ef4856899a64a7ab91cceefefa5a9b03" + }, + { + "name": "LibSemaforo", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Semaforo educative system.", + "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibSemaforo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.1.0.zip", + "archiveFileName": "LibSemaforo-1.1.0.zip", + "size": 674223, + "checksum": "SHA-256:37ec95d273162504cde30f5d463a30af6d148a4c5766d2c97935a1269405e64d" + }, + { + "name": "ELMDuino", + "version": "1.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.1.zip", + "archiveFileName": "ELMDuino-1.1.1.zip", + "size": 8168, + "checksum": "SHA-256:3ae9eed98e790695521ca32074a62c808a2f1b2bf6c74c098b220d19f92cafea" + }, + { + "name": "ELMDuino", + "version": "1.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.2.zip", + "archiveFileName": "ELMDuino-1.1.2.zip", + "size": 8253, + "checksum": "SHA-256:3fe640794c69ef98d68a465309787eb57eee2b62845a5358bf7904ba772eaf5e" + }, + { + "name": "ELMDuino", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.3.zip", + "archiveFileName": "ELMDuino-1.1.3.zip", + "size": 8261, + "checksum": "SHA-256:5f17e9de227115dde74a66bed99546a9c814842ebf089e585d24548281b8c360" + }, + { + "name": "ELMDuino", + "version": "1.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.4.zip", + "archiveFileName": "ELMDuino-1.1.4.zip", + "size": 9228, + "checksum": "SHA-256:a88e3e1fe6a410f9976aaba4eb7f46e7b2c744df3f835d1a2b0154dd999f2a63" + }, + { + "name": "ELMDuino", + "version": "1.1.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.5.zip", + "archiveFileName": "ELMDuino-1.1.5.zip", + "size": 9227, + "checksum": "SHA-256:94e622d9a0836b4eeffd2ccfff1afa1768b9d86a68df2d615df9938e7d635414" + }, + { + "name": "ELMDuino", + "version": "1.1.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.6.zip", + "archiveFileName": "ELMDuino-1.1.6.zip", + "size": 9484, + "checksum": "SHA-256:73403136c56430fb7c1cff18b84f1dad49b1e3390575397c826cba36f6e6cbe1" + }, + { + "name": "ELMDuino", + "version": "1.1.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.7.zip", + "archiveFileName": "ELMDuino-1.1.7.zip", + "size": 10711, + "checksum": "SHA-256:b9325231f895b55e758838c923ddb74c22e979318247284cc9f1ef0a4d9dbe72" + }, + { + "name": "ELMDuino", + "version": "1.1.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.8.zip", + "archiveFileName": "ELMDuino-1.1.8.zip", + "size": 10711, + "checksum": "SHA-256:289f7a434f19b8105c40bf50c2ee478c34abba26da39829064a3156386f79ac8" + }, + { + "name": "ELMDuino", + "version": "2.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.0.zip", + "archiveFileName": "ELMDuino-2.0.0.zip", + "size": 10832, + "checksum": "SHA-256:2622567c3af34d58f0c1127500e8b1b471a688940c90b18044a01b9d0de45d8c" + }, + { + "name": "ELMDuino", + "version": "2.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.1.zip", + "archiveFileName": "ELMDuino-2.0.1.zip", + "size": 10843, + "checksum": "SHA-256:ab35c1abe8c8c21627b22e92fed519873729e22b5d389e2b2c0cd2ab215489d2" + }, + { + "name": "ELMDuino", + "version": "2.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.2.zip", + "archiveFileName": "ELMDuino-2.0.2.zip", + "size": 10842, + "checksum": "SHA-256:4ac6158d4702bc46dd46a0f246558be74af63989fda8c9576d02fc1f2bb2c9b4" + }, + { + "name": "ELMDuino", + "version": "2.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.3.zip", + "archiveFileName": "ELMDuino-2.0.3.zip", + "size": 10851, + "checksum": "SHA-256:47454bc62fcc35434cb9bd352ae9d176ba92d2481292679eb5ed6f2fcdc3c9ba" + }, + { + "name": "ELMDuino", + "version": "2.0.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.4.zip", + "archiveFileName": "ELMDuino-2.0.4.zip", + "size": 11034, + "checksum": "SHA-256:c50e3990619cd92290a3279e9ed89a940210f0c75a7744948ae8fe937ce0e2eb" + }, + { + "name": "ELMDuino", + "version": "2.0.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.6.zip", + "archiveFileName": "ELMDuino-2.0.6.zip", + "size": 11045, + "checksum": "SHA-256:8d084eb47ddeee630493b1a1968e42680148ce46bd070dc6e2def46e6ac65c50" + }, + { + "name": "ELMDuino", + "version": "2.0.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.7.zip", + "archiveFileName": "ELMDuino-2.0.7.zip", + "size": 11041, + "checksum": "SHA-256:557ce185d5b4e05913a2289d31760807a7664d15c05d388dd5af7edb63148d3d" + }, + { + "name": "ELMDuino", + "version": "2.0.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.8.zip", + "archiveFileName": "ELMDuino-2.0.8.zip", + "size": 11052, + "checksum": "SHA-256:4e656410e683aef179c4dbe165e66ed68409f1aca601eb038c7347fa745fb151" + }, + { + "name": "ELMDuino", + "version": "2.0.9", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.9.zip", + "archiveFileName": "ELMDuino-2.0.9.zip", + "size": 13323, + "checksum": "SHA-256:7f874623cad9887d66e0bf2fb9a1151b41ad0887e31ef95d8702f8f5c871909e" + }, + { + "name": "ELMDuino", + "version": "2.0.10", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.10.zip", + "archiveFileName": "ELMDuino-2.0.10.zip", + "size": 14982, + "checksum": "SHA-256:b896eef34318826df6e13285710cf6e36d72581df846ed7a6e7fa6b05e04977d" + }, + { + "name": "ELMDuino", + "version": "2.0.11", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.11.zip", + "archiveFileName": "ELMDuino-2.0.11.zip", + "size": 17866, + "checksum": "SHA-256:5d6f46f6f1dda2c07f4269bfda2f11e78de1d6f3847d2b10c45c69ba94ee5e04" + }, + { + "name": "ELMDuino", + "version": "2.0.12", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.12.zip", + "archiveFileName": "ELMDuino-2.0.12.zip", + "size": 18771, + "checksum": "SHA-256:2d8400afb791eda1b9a7faf016d53324c96dd065fd5258de21546b16d9654faa" + }, + { + "name": "ELMDuino", + "version": "2.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.0.zip", + "archiveFileName": "ELMDuino-2.1.0.zip", + "size": 19086, + "checksum": "SHA-256:3980a73726b7d47055303881815d2bf11ea4b5c51b833364a744be17f191c256" + }, + { + "name": "ELMDuino", + "version": "2.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.1.zip", + "archiveFileName": "ELMDuino-2.1.1.zip", + "size": 19083, + "checksum": "SHA-256:8283c3556882f1ee9fae53444dcbe1250ed3ee232e1184449cc45855cc58d33a" + }, + { + "name": "ELMDuino", + "version": "2.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.2.zip", + "archiveFileName": "ELMDuino-2.1.2.zip", + "size": 19247, + "checksum": "SHA-256:8297113f0c7cbe3459f518ff45cfd75a102b8fdcf8e809cc2a09eef5ffae67d3" + }, + { + "name": "ELMDuino", + "version": "2.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.3.zip", + "archiveFileName": "ELMDuino-2.1.3.zip", + "size": 19310, + "checksum": "SHA-256:9844a13b02915c09f483cda4d24b6efaaf6c7c4d7a1499dfe123c1496adb9fa2" + }, + { + "name": "ELMDuino", + "version": "2.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.4.zip", + "archiveFileName": "ELMDuino-2.1.4.zip", + "size": 19354, + "checksum": "SHA-256:5aee6a1687784b1b1ba1ce3d4a2f0564e97b64b0f5b5848f5b3eb8bc3e0762b5" + }, + { + "name": "ELMDuino", + "version": "2.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.0.zip", + "archiveFileName": "ELMDuino-2.2.0.zip", + "size": 19407, + "checksum": "SHA-256:9b6d9d641990216f096bc8a31995769dc368f32db4907590df8aecb0c5b9485f" + }, + { + "name": "ELMDuino", + "version": "2.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.1.zip", + "archiveFileName": "ELMDuino-2.2.1.zip", + "size": 19408, + "checksum": "SHA-256:e815a517e396e1ae77010f3c755950350bae6a78006fb4bb0d5b938897792409" + }, + { + "name": "ELMDuino", + "version": "2.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.2.zip", + "archiveFileName": "ELMDuino-2.2.2.zip", + "size": 22233, + "checksum": "SHA-256:e05483d26d12725926e78959eab2ad83b80a9a998de3cd4be523f7749c6f0f04" + }, + { + "name": "ELMDuino", + "version": "2.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.0.zip", + "archiveFileName": "ELMDuino-2.3.0.zip", + "size": 22448, + "checksum": "SHA-256:ca3a270407cb7c73a38e263a51d13d5d53b580eb1d46ac6e6f7aec6a4c8af8ca" + }, + { + "name": "ELMDuino", + "version": "2.3.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.1.zip", + "archiveFileName": "ELMDuino-2.3.1.zip", + "size": 23310, + "checksum": "SHA-256:60ebfe8ebf75f1550689fdd05795086f5fd290cecdb0b4ed1afa720cf5e0baf8" + }, + { + "name": "ELMDuino", + "version": "2.3.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.2.zip", + "archiveFileName": "ELMDuino-2.3.2.zip", + "size": 23288, + "checksum": "SHA-256:f9a8adc14e97c04ad8bc42aa8d3959dd3d5cab1c385191b3335a31b8aa93a228" + }, + { + "name": "ELMDuino", + "version": "2.3.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.3.zip", + "archiveFileName": "ELMDuino-2.3.3.zip", + "size": 23559, + "checksum": "SHA-256:8f8b1ec5965d01adf39771a9e3007ff56dfcdab9bcdcb8f01be04fa09714f44f" + }, + { + "name": "ELMDuino", + "version": "2.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.4.0.zip", + "archiveFileName": "ELMDuino-2.4.0.zip", + "size": 28422, + "checksum": "SHA-256:1a24e3adf2331cc709e30fac99f820e35a0496c3b4e1de6fa50c6d0963a5f61f" + }, + { + "name": "ELMDuino", + "version": "2.4.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.4.1.zip", + "archiveFileName": "ELMDuino-2.4.1.zip", + "size": 28419, + "checksum": "SHA-256:762d19b0f5ecfe744d42603ce67221ebe63ba3f335e388c8e5be59b7aba5b359" + }, + { + "name": "ELMDuino", + "version": "2.5.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.0.zip", + "archiveFileName": "ELMDuino-2.5.0.zip", + "size": 28011, + "checksum": "SHA-256:e79ae911c2ce158fdd02041b926c1a01345199a814c63ffb36cc88964284bb16" + }, + { + "name": "ELMDuino", + "version": "2.5.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.1.zip", + "archiveFileName": "ELMDuino-2.5.1.zip", + "size": 28007, + "checksum": "SHA-256:dd35dd5de5c9ee636bb4ce714b07c6369399df2ba07cd5becbf0dcafbd981ad9" + }, + { + "name": "ELMDuino", + "version": "2.5.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.2.zip", + "archiveFileName": "ELMDuino-2.5.2.zip", + "size": 28173, + "checksum": "SHA-256:8748b0c37bb64cb057a36589d7694fb0a3b3aa9ad83b829afbc0d4bdc5804aab" + }, + { + "name": "ELMDuino", + "version": "2.5.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.3.zip", + "archiveFileName": "ELMDuino-2.5.3.zip", + "size": 28180, + "checksum": "SHA-256:cb458fd7992b49263dc407d9cc53decf1850b958fd4994bcfd999ef4b0d9670e" + }, + { + "name": "ELMDuino", + "version": "2.5.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.4.zip", + "archiveFileName": "ELMDuino-2.5.4.zip", + "size": 28258, + "checksum": "SHA-256:c372bffff74bf0f8cb08ae133596249a15bb4365c547c9759b73e67a60ff3526" + }, + { + "name": "ELMDuino", + "version": "2.5.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.5.zip", + "archiveFileName": "ELMDuino-2.5.5.zip", + "size": 28263, + "checksum": "SHA-256:6cb3a5ed9a9251e14e9aa603596c9b76e30f50982333052b9e3c100cb7c7399c" + }, + { + "name": "ELMDuino", + "version": "2.6.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.0.zip", + "archiveFileName": "ELMDuino-2.6.0.zip", + "size": 28503, + "checksum": "SHA-256:dde7f2783aa11217fb2c53dcdfbe481c7a1d3b19e584af182ed3c529feaf70e6" + }, + { + "name": "ELMDuino", + "version": "2.6.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.1.zip", + "archiveFileName": "ELMDuino-2.6.1.zip", + "size": 28518, + "checksum": "SHA-256:6838bd27c325b79787f453d745fa2cce8345a2ca731e5d53a36cbebf00e064e2" + }, + { + "name": "ezButton", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events. It is easy to use with multiple buttons. It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": ["Button.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.0.zip", + "archiveFileName": "ezButton-1.0.0.zip", + "size": 9065, + "checksum": "SHA-256:4ea2c03653e38659800d23ed90295ca2e5c8060254e85a43141054e86528306c" + }, + { + "name": "ezButton", + "version": "1.0.1", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "ezButton library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": ["Button.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.1.zip", + "archiveFileName": "ezButton-1.0.1.zip", + "size": 10371, + "checksum": "SHA-256:20f8f91f4fbbae319e26aa8f1bb9baac947f7aa2afd9823e1a327966eb3b52b6" + }, + { + "name": "ezButton", + "version": "1.0.2", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": ["ezButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.2.zip", + "archiveFileName": "ezButton-1.0.2.zip", + "size": 15217, + "checksum": "SHA-256:35040838c17b60f41c0c42ef484498dfde46e2a14662716488ea3d89d011f67d" + }, + { + "name": "ezButton", + "version": "1.0.3", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": ["ezButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.3.zip", + "archiveFileName": "ezButton-1.0.3.zip", + "size": 13535, + "checksum": "SHA-256:5a902e08ffe0db0678ff431394266739ac61c6873703c93be12b4e78f5e94512" + }, + { + "name": "Adafruit SSD1305", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.1.zip", + "archiveFileName": "Adafruit_SSD1305-1.0.1.zip", + "size": 10420, + "checksum": "SHA-256:bbe1f409bd1e855b22330a69c67123d11aea4c1761273ee92159970d18d61e7e" + }, + { + "name": "Adafruit SSD1305", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.2.zip", + "archiveFileName": "Adafruit_SSD1305-1.0.2.zip", + "size": 10230, + "checksum": "SHA-256:b1e4aba7b1c920490bfeee315e2768b732460652cfb15c7d423a7fb6d6b0cde9" + }, + { + "name": "Adafruit SSD1305", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.3.zip", + "archiveFileName": "Adafruit_SSD1305-1.0.3.zip", + "size": 10185, + "checksum": "SHA-256:a49b4564957cd898ea39fc060876ef2360891c7ff0a577292978d0994d1793be" + }, + { + "name": "Adafruit SSD1305", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.0.zip", + "archiveFileName": "Adafruit_SSD1305-2.0.0.zip", + "size": 11716, + "checksum": "SHA-256:1d9655439b6de867676dcdfa4e5acec573ea0518c04c1f7fec599b3908226444" + }, + { + "name": "Adafruit SSD1305", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.1.zip", + "archiveFileName": "Adafruit_SSD1305-2.0.1.zip", + "size": 11629, + "checksum": "SHA-256:604ecfd0c77d1d497fdb53046983ca78d9a96269d8658eac530e905dce5f5b7e" + }, + { + "name": "Adafruit SSD1305", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.2.zip", + "archiveFileName": "Adafruit_SSD1305-2.0.2.zip", + "size": 15136, + "checksum": "SHA-256:1c7dc871e90507b2cd6845fc5e1c15a5d3575fa8d4e5a9a8f503f46c8919ddf9" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.0.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.0.zip", + "size": 15099, + "checksum": "SHA-256:aed4cb3ecda42fa3b509c366d5371da458b1f65473b53a8be074110a0c9a9a88" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.1.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.1.zip", + "size": 15167, + "checksum": "SHA-256:e32db11d5372151cfdb0f141989a044496fc5d7bd386d9fcaef5e93eadff7b98" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.2.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.2.zip", + "size": 15174, + "checksum": "SHA-256:3925056b21409f7faff5fb4897bd951b27dd6ae385838909613140012b8d0374" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.3.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.3.zip", + "size": 15178, + "checksum": "SHA-256:aaa8b6422aa860820a3e3dddcd75e3373f942ce9147270d45084391161cc36c1" + }, + { + "name": "Adafruit SSD1305", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.2.0.zip", + "archiveFileName": "Adafruit_SSD1305-2.2.0.zip", + "size": 15276, + "checksum": "SHA-256:1ad45b14ee1af17c9b708f0e32b188a6598ca7357e8746b3de4ab241379f21f8" + }, + { + "name": "Watchy", + "version": "1.0.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.0.0.zip", + "archiveFileName": "Watchy-1.0.0.zip", + "size": 12794, + "checksum": "SHA-256:99387e666586c219e58bf59c99cdc136e379c4e672b05aed7e1408b6620030ea" + }, + { + "name": "Watchy", + "version": "1.1.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.0.zip", + "archiveFileName": "Watchy-1.1.0.zip", + "size": 589951, + "checksum": "SHA-256:c3825c7084c3a3349189765f5bc45f757ad4269ca0c0668269dd33d5057b1e13" + }, + { + "name": "Watchy", + "version": "1.1.1", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.1.zip", + "archiveFileName": "Watchy-1.1.1.zip", + "size": 590130, + "checksum": "SHA-256:7a4191d90f7df11352f13480ce798ee214e8d48369c6bd60ed4bf983c740bd91" + }, + { + "name": "Watchy", + "version": "1.1.2", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.2.zip", + "archiveFileName": "Watchy-1.1.2.zip", + "size": 590134, + "checksum": "SHA-256:b4d91a077cc54a2e66f32da10decf534e76a62e4cc0c9ad05dbd80f95a6f4467" + }, + { + "name": "Watchy", + "version": "1.1.3", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.3.zip", + "archiveFileName": "Watchy-1.1.3.zip", + "size": 662386, + "checksum": "SHA-256:2c0645ff71defffe58e3a5c98b9b78cb14cf8a760c8c6345f94a68e6cee62efd" + }, + { + "name": "Watchy", + "version": "1.1.4", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD2" + }, + { + "name": "DS3232RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.4.zip", + "archiveFileName": "Watchy-1.1.4.zip", + "size": 657816, + "checksum": "SHA-256:cdff7bac76c9d7bb6f13eeaae0050b60868dc1d6f43eb9f00fd524fcc336f946" + }, + { + "name": "Watchy", + "version": "1.1.5", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD2" + }, + { + "name": "DS3232RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.5.zip", + "archiveFileName": "Watchy-1.1.5.zip", + "size": 666456, + "checksum": "SHA-256:ed9b9c142525dfbafe3178c5f698491e296ccc4d72c760de25c9e54fe4444082" + }, + { + "name": "Watchy", + "version": "1.1.6", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD2" + }, + { + "name": "DS3232RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.6.zip", + "archiveFileName": "Watchy-1.1.6.zip", + "size": 731180, + "checksum": "SHA-256:65c8a61badf955a30db5014c03b2d109e76040bcfb4177f86d49d13b8442f744" + }, + { + "name": "Watchy", + "version": "1.1.7", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.7.zip", + "archiveFileName": "Watchy-1.1.7.zip", + "size": 92253, + "checksum": "SHA-256:2ab2a3752172f3dd50878b2bb874c9f83edf9b777f10e7afe9de3c5dad9fb68d" + }, + { + "name": "Watchy", + "version": "1.1.8", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.8.zip", + "archiveFileName": "Watchy-1.1.8.zip", + "size": 149319, + "checksum": "SHA-256:31eb1f169072e452a89c007bdc2cba567245e722d69d0c72fe1827fbf6c4e1c5" + }, + { + "name": "Watchy", + "version": "1.2.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.0.zip", + "archiveFileName": "Watchy-1.2.0.zip", + "size": 164485, + "checksum": "SHA-256:cfde2b496e4714354f1456c56f981703a10f53694f2e56d932b41c2e428fbc17" + }, + { + "name": "Watchy", + "version": "1.2.1", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.1.zip", + "archiveFileName": "Watchy-1.2.1.zip", + "size": 176573, + "checksum": "SHA-256:a4ede9dbf24b6e033433d3f679f578e5183271dc43baf51d3057df714f415a49" + }, + { + "name": "Watchy", + "version": "1.2.2", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.2.zip", + "archiveFileName": "Watchy-1.2.2.zip", + "size": 180931, + "checksum": "SHA-256:9b5a521b7effd943e14d0c24b2818b0ff6f03a21e57c408ce3f12e362e1bcd4b" + }, + { + "name": "Watchy", + "version": "1.2.3", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.3.zip", + "archiveFileName": "Watchy-1.2.3.zip", + "size": 185015, + "checksum": "SHA-256:48e668b675da1a4d7b3bcefc1d28f8a5a2a4b0876ed88729148314735b5207e6" + }, + { + "name": "Watchy", + "version": "1.2.4", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.4.zip", + "archiveFileName": "Watchy-1.2.4.zip", + "size": 8518589, + "checksum": "SHA-256:a5aaf1c18ed77190e697ed8b9a2fee23c0290235a6f1ed92bef474ff3caedb9e" + }, + { + "name": "Watchy", + "version": "1.2.5", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.5.zip", + "archiveFileName": "Watchy-1.2.5.zip", + "size": 8518691, + "checksum": "SHA-256:ac9f2aa44169ec03c4d5aa44669d7a324175f80e2a2bc24dc66aaaf2d13e85e8" + }, + { + "name": "Watchy", + "version": "1.2.6", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.6.zip", + "archiveFileName": "Watchy-1.2.6.zip", + "size": 8518806, + "checksum": "SHA-256:e8dad2940002c4eb981d8a9ce62e0abe91e9e4c11af13af10933b416baa13a5a" + }, + { + "name": "Krypton", + "version": "0.0.1", + "author": "Dejan Lukić \u003cdejan@oberonspace.xyz\u003e", + "maintainer": "Dejan Lukić \u003cdejan@oberonspace.xyz\u003e", + "sentence": "A library that makes use of Krypton ion thruster controller.", + "paragraph": "Change voltage of the pumps, speed and fuel flow to your ion krypton, argon, xenon or neon thruster.", + "website": "https://github.com/oberonspace/krypton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/oberonspace/krypton.git", + "providesIncludes": ["Boards.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/oberonspace/Krypton-0.0.1.zip", + "archiveFileName": "Krypton-0.0.1.zip", + "size": 8867, + "checksum": "SHA-256:30d41b39ebdc0ce6b33953bae7a8a87aa621ca8dda7b078939e3dd566e593c19" + }, + { + "name": "TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.0.zip", + "archiveFileName": "TimerInterrupt-1.0.0.zip", + "size": 12409, + "checksum": "SHA-256:e0f8b83089bfb91c1b850a5afd069a4e161c52d43851f5fc7f3decb42ed7ed0d" + }, + { + "name": "TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.1.zip", + "archiveFileName": "TimerInterrupt-1.0.1.zip", + "size": 28308, + "checksum": "SHA-256:11f67fc5b511e43fe1aca94fba1bed51a5846c5626e5097cc04c7d4782a4b957" + }, + { + "name": "TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.2.zip", + "archiveFileName": "TimerInterrupt-1.0.2.zip", + "size": 53142, + "checksum": "SHA-256:c0caed86481800c40f822e1a27283e5c543b2ac88365817f4cedd10b7c976588" + }, + { + "name": "TimerInterrupt", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.3.zip", + "archiveFileName": "TimerInterrupt-1.0.3.zip", + "size": 65669, + "checksum": "SHA-256:ab19917dc0aafa7620e5c35b09452a3a3581539fc0c0c6e47b0971cccbdc79cc" + }, + { + "name": "TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.1.1.zip", + "archiveFileName": "TimerInterrupt-1.1.1.zip", + "size": 96062, + "checksum": "SHA-256:d98beff53ef592771c7f24d4c6cc4cf7e82802890a01bfc2fe37c39edd64067f" + }, + { + "name": "TimerInterrupt", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.1.2.zip", + "archiveFileName": "TimerInterrupt-1.1.2.zip", + "size": 107473, + "checksum": "SHA-256:bdf156854f7b8568d86561468c18d8a889d12c37e20c9fe6da85f24d2b203d9d" + }, + { + "name": "TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.2.0.zip", + "archiveFileName": "TimerInterrupt-1.2.0.zip", + "size": 114406, + "checksum": "SHA-256:f5e36fe7f090301127dd08b23692bd301fc6883b69a941187dd311111c8c1080" + }, + { + "name": "TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.3.0.zip", + "archiveFileName": "TimerInterrupt-1.3.0.zip", + "size": 122922, + "checksum": "SHA-256:576bb5d80feb8fb4654a8028fa9de31b2c2eefe14988e30ec58a2f2825e4f476" + }, + { + "name": "TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino or Adafruit AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.4.0.zip", + "archiveFileName": "TimerInterrupt-1.4.0.zip", + "size": 118908, + "checksum": "SHA-256:429ea7078105383375746276123c351e8b06039ed693d94fa2833bf1ddb09677" + }, + { + "name": "TimerInterrupt", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.4.1.zip", + "archiveFileName": "TimerInterrupt-1.4.1.zip", + "size": 121558, + "checksum": "SHA-256:cc8b67b261b307b1f30c6be89e3087809d4cbe575bcf2946c02de870cdb6b807" + }, + { + "name": "TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Uncategorized", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": ["TimerInterrupt.h", "ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.5.0.zip", + "archiveFileName": "TimerInterrupt-1.5.0.zip", + "size": 129073, + "checksum": "SHA-256:eaaab1de39fef13d066d53bf0fe8cdda3a04fe28001d293abb4bceaf84750530" + }, + { + "name": "Hardware Buttons", + "version": "1.0.0", + "author": "Andrii T", + "maintainer": "Andrii T \u003candrii.tishchenko@gmail.com\u003e", + "sentence": "Custom button actions handler", + "paragraph": "Single click, double click, multiple click, custom duration, digitalPort", + "website": "https://github.com/andriitishchenko/HardwareButton", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andriitishchenko/HardwareButton.git", + "providesIncludes": ["Button.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/andriitishchenko/Hardware_Buttons-1.0.0.zip", + "archiveFileName": "Hardware_Buttons-1.0.0.zip", + "size": 5240, + "checksum": "SHA-256:2b5a386a5bf88a1de5147bf082eab4125378283969a95408063a6531e2bbbe23" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.0.0.zip", + "size": 17789, + "checksum": "SHA-256:f23a3d7c7f10e0d7427b5fbe06397afbb2b68f7ce302299b3e5a99bca069c01a" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.2.zip", + "archiveFileName": "ESP32TimerInterrupt-1.0.2.zip", + "size": 28450, + "checksum": "SHA-256:f94ca654e621c91ac992e2945d2216c073ac89171f6e35b9e3ee74aaa9dfb347" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.3.zip", + "archiveFileName": "ESP32TimerInterrupt-1.0.3.zip", + "size": 55486, + "checksum": "SHA-256:fab26c734033e66d69a540b6ca76db717ac8dec00846f641076990609901313b" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": ["ESP32TimerInterrupt.h", "ESP32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.1.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.1.0.zip", + "size": 76729, + "checksum": "SHA-256:6d2d6cf0264ef12424186578f29a2b7602f7d4a1fb57a411e74da256a5e95352" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": ["ESP32TimerInterrupt.h", "ESP32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.1.1.zip", + "archiveFileName": "ESP32TimerInterrupt-1.1.1.zip", + "size": 81445, + "checksum": "SHA-256:2071acee40c7f1028ab47dc288167a6263a0cc3d9580af12e0dcb8bb27aba464" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": ["ESP32TimerInterrupt.h", "ESP32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.2.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.2.0.zip", + "size": 90014, + "checksum": "SHA-256:aedadfda907ccf41eafc6a30dd6d0c2418bd2058156e6df2a39e2491a5cbda9a" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32-S2 and ESP32-C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": ["ESP32TimerInterrupt.h", "ESP32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.3.0.zip", + "size": 264288, + "checksum": "SHA-256:d67efd68c911c7614aad11aa2b99684810356f9be504ae3415663896f18aa8b5" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32-S2 and ESP32-C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": ["ESP32TimerInterrupt.h", "ESP32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.4.0.zip", + "size": 275961, + "checksum": "SHA-256:29675f004b63d0f1f56cfca3cef0bf826e5bafff01d0bab8de8255a70c91bc60" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.0.zip", + "size": 44237, + "checksum": "SHA-256:664a284be88fd14ed02412d5dc0ff75ba73c440182ce6e6e3e05451c07c8e7ef" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.2.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.2.zip", + "size": 60119, + "checksum": "SHA-256:86bbd0599d37ae7f885f97fdf40236164c5d017c8af6686f3b317969e89aa107" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.3.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.3.zip", + "size": 70286, + "checksum": "SHA-256:57aa240895088733c362bb0511a6f67bf7e977ec1f01687fd3e3ca74c8b04517" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.4.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.4.zip", + "size": 75042, + "checksum": "SHA-256:3831c1beecbbc059b547aa0bab4225133726d9db9e41c544491abdf72cf8c860" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.5.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.5.zip", + "size": 81065, + "checksum": "SHA-256:fe93d05120b4b90f9e360616999b4b520e530a83de4faef1e577e723216bbfd3" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.6.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.6.zip", + "size": 82568, + "checksum": "SHA-256:7188f99e8ec4c9112b7458f2e88729d1ae3caeef00e401f24163309e756f91d7" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to MultiWiFi and MultiBlynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.7.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.7.zip", + "size": 104477, + "checksum": "SHA-256:7a1528b1ee0d102c0bc4060ee68b55b1c524a16d3c4d678f446a1b70ff68ae03" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to MultiWiFi and MultiBlynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.8.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.8.zip", + "size": 104799, + "checksum": "SHA-256:444530c38865023d9b4f107c5fff21fbe73fb40836168400b0b4c244495db3ea" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.9.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.9.zip", + "size": 134220, + "checksum": "SHA-256:bbffe67730ec8bb37c6e63087fe448fae76d73d5b41ef2a4ffd06323968a1a2e" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.10.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.10.zip", + "size": 135635, + "checksum": "SHA-256:47cb665e90cfb9dc9efd284b7fa567402a995abb43a5c71af4eaa56da4595fca" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.11.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.11.zip", + "size": 161765, + "checksum": "SHA-256:9302bbf650dae0b19cbbc1476c8a5994d550032472d35103542868ed0f6a0371" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.12.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.12.zip", + "size": 162317, + "checksum": "SHA-256:5fcc862f8d17a234bd62c766e0103c145cbc0ca77bf65cd8f18f62a8578830a7" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.13", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.13.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.13.zip", + "size": 268140, + "checksum": "SHA-256:7c7efa0021db3217ff185b71c1dd2784f63922b0c6709ed881ba1014d4ea2ed5" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.14", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.14.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.14.zip", + "size": 272747, + "checksum": "SHA-256:13ed9eb6e101686db1433a1d3c8c812aa01b85210584a655a5f43d1c63d3c29f" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.15", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.15.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.15.zip", + "size": 288043, + "checksum": "SHA-256:b6f15fa3da37d74e7fdd8a84b0e8a1f14d131a00acfead291f4ace154c0fe8d8" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.16", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.16.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.16.zip", + "size": 286049, + "checksum": "SHA-256:a5a2207e39b7fdf6ddd474ac29d205d6d27472a6de5336cdfac44e639a5728f8" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.0.zip", + "size": 326556, + "checksum": "SHA-256:a57e09620a77016e659b5f29939a4feffcfa893dd88bb5076065b38d7bd94776" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.1.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.1.zip", + "size": 372359, + "checksum": "SHA-256:9f0edc11f955d9b3a2347f2c66b302823d86d4fa70e641a955f1780bfbd36e8f" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.2.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.2.zip", + "size": 375822, + "checksum": "SHA-256:6da4ca7f4191bbbf1c370976ffbf04e6ca0b9d516a10bdb7afd702a64a5b7ca9" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.3.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.3.zip", + "size": 339841, + "checksum": "SHA-256:6dd6e674c56ba687078faece283cf13df81d6b86a0ccf585a0cdc42d686b4bb7" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.2.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.2.0.zip", + "size": 505775, + "checksum": "SHA-256:60d26ab44fe02e1083b6ade5f22c7edc5e5268e4636fabef4679ea9ca632e990" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.3.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.3.0.zip", + "size": 605698, + "checksum": "SHA-256:c30a6479640c12abd68ffa1786f058fe7960a4d8aecab3522bda9f76d092eb66" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.3.1.zip", + "archiveFileName": "Blynk_WiFiManager-1.3.1.zip", + "size": 615850, + "checksum": "SHA-256:c86dda15b3f27855b2270a2ee1f4f3094666b775727dccd3f0e076abd5fe7851" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.4.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.4.0.zip", + "size": 691187, + "checksum": "SHA-256:47d08c8de240b6cd9ed874797a183d56a69dcebf52af71fc779867ded93bbc78" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.5.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.5.0.zip", + "size": 692420, + "checksum": "SHA-256:70dbfe9b342582e492ff9ba32485e0f4b70748027324888ae88b2e6d36cfefad" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.6.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.6.0.zip", + "size": 696361, + "checksum": "SHA-256:372cc1f16c15fb8e11c4aeef94bceb813673d6df9159fac94ce8ac31cdfeccb8" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.6.1.zip", + "archiveFileName": "Blynk_WiFiManager-1.6.1.zip", + "size": 688968, + "checksum": "SHA-256:ffbd1960cf50d1c8b146013db464ad047a7db7101c8d4649942b9cd3aa7b922d" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.0.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.0.zip", + "size": 278830, + "checksum": "SHA-256:f7fdde392e8db54e4f585504cdff961c3347b1a2e59888f38e97c4e040ec977e" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.1.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.1.zip", + "size": 278481, + "checksum": "SHA-256:dfef3e110a84e71ca4b89cf3213f0956792d010116ec0d2b1e65b0a42a799b34" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.2.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.2.zip", + "size": 278486, + "checksum": "SHA-256:395837729f7d6c0fe4aadd5ebcde926d415402e921fb8679a4bcd5ae3c443290" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.3.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.3.zip", + "size": 278478, + "checksum": "SHA-256:826348e6c45105c62cd6131551bfc8a0ff23dbfa361b7fd05664e8e18d6232e6" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.0.zip", + "size": 16875, + "checksum": "SHA-256:11c5161c1a1ae3276362bb26ec96c4298837d214e4874cdac77e568d730e6cb9" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.1.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.1.zip", + "size": 23586, + "checksum": "SHA-256:13f73d85a20097864d1eeeee7efe94b8205293e08d759189d9cc04c1d53e1c8b" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.2.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.2.zip", + "size": 36075, + "checksum": "SHA-256:3ccea40e04e7e6f88c0fb05ec3f86d7227cca3db0670ea4885d1987868281b67" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.3.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.3.zip", + "size": 50365, + "checksum": "SHA-256:4eaf1f26a7525ffd6c5961149936acb2b9712b9cfc2e96698108129c6dadd69a" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": ["ESP8266TimerInterrupt.h", "ESP8266_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.1.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.1.0.zip", + "size": 71855, + "checksum": "SHA-256:c8417f5b688978e8200167944848757900ebaf8f5ce538c2c99c24817a4d8295" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": ["ESP8266TimerInterrupt.h", "ESP8266_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.1.1.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.1.1.zip", + "size": 75942, + "checksum": "SHA-256:c92318b6c4e9b98e70d99f7cd90c95d31dae5652fd7753e13e66d0906195f974" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": ["ESP8266TimerInterrupt.h", "ESP8266_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.2.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.2.0.zip", + "size": 84360, + "checksum": "SHA-256:5288c64cf0fec742bc4a7cd90a2a927e8b04d51ce324feae5f735fe15e3e8e9a" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": ["ESP8266TimerInterrupt.h", "ESP8266_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.3.0.zip", + "size": 85077, + "checksum": "SHA-256:57ece3492611c1191d147491b607c63694c2abba310311d0f9cdaf5e8ac23b98" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": ["ESP8266TimerInterrupt.h", "ESP8266_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.4.0.zip", + "size": 96293, + "checksum": "SHA-256:9b74bea44ba3559e9af225352c297984253c33f3f4fe6bb261cdf7144b28ddfe" + }, + { + "name": "SPI-DAC7611", + "version": "1.0.0", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": ["SPI-DAC7611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-1.0.0.zip", + "archiveFileName": "SPI_DAC7611-1.0.0.zip", + "size": 5355, + "checksum": "SHA-256:a181e264a3c2d77cc2e95ed156e3bf66d0f7604ccd62d1a74fc860a981e4a574" + }, + { + "name": "SPI-DAC7611", + "version": "2.0.1", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": ["SPI-DAC7611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.1.zip", + "archiveFileName": "SPI_DAC7611-2.0.1.zip", + "size": 5355, + "checksum": "SHA-256:9dbef57d3c3238617057bd0ee9c59d0b2c9ca244213763cb7629356e4f6c6f8d" + }, + { + "name": "SPI-DAC7611", + "version": "2.0.2", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": ["SPI-DAC7611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.2.zip", + "archiveFileName": "SPI_DAC7611-2.0.2.zip", + "size": 5359, + "checksum": "SHA-256:75ea33c3bb0a144edc3141d3fd0ed04619784450993da2c2a3bd0c2ae2a9ad58" + }, + { + "name": "SPI-DAC7611", + "version": "2.0.3", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "A non blocking library to control the DAC7611 by Texas Instruments using a standard SPI interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": ["SPI-DAC7611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.3.zip", + "archiveFileName": "SPI_DAC7611-2.0.3.zip", + "size": 5391, + "checksum": "SHA-256:e5348960de5bc51f5e632b984427da0f610f6e68ace57346d0b687853657fdfd" + }, + { + "name": "LibEstacionamiento", + "version": "1.0.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Estacionamiento educative system.", + "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibEstacionamiento.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.0.1.zip", + "archiveFileName": "LibEstacionamiento-1.0.1.zip", + "size": 467163, + "checksum": "SHA-256:a3fba8cac007a67ac6585780466b02225b285eda053f93846404c7fc040f5338" + }, + { + "name": "LibEstacionamiento", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Estacionamiento educative system.", + "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibEstacionamiento.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.0.0.zip", + "archiveFileName": "LibEstacionamiento-1.0.0.zip", + "size": 466123, + "checksum": "SHA-256:f584f7a60506236e38ca68848430fe847d9ac288445b752fcc968e9044beeab9" + }, + { + "name": "LibEstacionamiento", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Estacionamiento educative system.", + "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibEstacionamiento.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.1.0.zip", + "archiveFileName": "LibEstacionamiento-1.1.0.zip", + "size": 700534, + "checksum": "SHA-256:73c84ffd6db9ef1c30dea6c62125f66da80c1f8a155d71d384a5cdfa87ca2f74" + }, + { + "name": "LibMiniSys", + "version": "1.0.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the MiniSys educative system.", + "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibMiniSys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.0.1.zip", + "archiveFileName": "LibMiniSys-1.0.1.zip", + "size": 453957, + "checksum": "SHA-256:9200fb58aad7b96b91ab3c7a734d7f8852b19b3f5b3fcd70add29fed3beb7640" + }, + { + "name": "LibMiniSys", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the MiniSys educative system.", + "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibMiniSys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.0.0.zip", + "archiveFileName": "LibMiniSys-1.0.0.zip", + "size": 454453, + "checksum": "SHA-256:be184a45f7415c63e9ebd32005203d44d32fe15b34d0b3b92ac17186cfe5752b" + }, + { + "name": "LibMiniSys", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the MiniSys educative system.", + "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibMiniSys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.1.0.zip", + "archiveFileName": "LibMiniSys-1.1.0.zip", + "size": 668132, + "checksum": "SHA-256:6b8b150d9917fd39c927a729a05cb23b9144ad3a902c942069645085566912fd" + }, + { + "name": "EEvar", + "version": "0.1.0", + "author": "AlexIII", + "maintainer": "AlexIII", + "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Simple. Lightweight.", + "paragraph": "Working with EEPROM is now almost just as simple as with regular variables. No need to keep track of addresses, offsets, and sizes of data you wand to store in EEPROM. After saving your variable to EEPROM its value gets restored after power failure or CPU reset.", + "website": "https://github.com/AlexIII/EEvar", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AlexIII/EEvar.git", + "providesIncludes": ["EEvar.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.1.0.zip", + "archiveFileName": "EEvar-0.1.0.zip", + "size": 9012, + "checksum": "SHA-256:761c93205dbcee6fc7a19ad7269fc3d082ff5dc7d7f006ec8799a0147ec9d891" + }, + { + "name": "EEvar", + "version": "0.2.0", + "author": "AlexIII", + "maintainer": "AlexIII", + "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Simple. Lightweight.", + "paragraph": "Working with EEPROM is now almost just as simple as with regular variables. No need to keep track of addresses, offsets, and sizes of data you wand to store in EEPROM. After saving your variable to EEPROM its value gets restored after power failure or CPU reset.", + "website": "https://github.com/AlexIII/EEvar", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AlexIII/EEvar.git", + "providesIncludes": ["EEvar.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.2.0.zip", + "archiveFileName": "EEvar-0.2.0.zip", + "size": 9053, + "checksum": "SHA-256:ecef35bc663d5656fea1dde33f35952ede67b9a509df05c6a0ef9da67df6b0a1" + }, + { + "name": "TJpg_Decoder", + "version": "0.0.2", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": ["TJpg_Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-0.0.2.zip", + "archiveFileName": "TJpg_Decoder-0.0.2.zip", + "size": 195410, + "checksum": "SHA-256:922ac481037889c630e03e6b632a84ecf2331416faaeab386ab44e4bc76bc31e" + }, + { + "name": "TJpg_Decoder", + "version": "0.0.3", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": ["TJpg_Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-0.0.3.zip", + "archiveFileName": "TJpg_Decoder-0.0.3.zip", + "size": 195427, + "checksum": "SHA-256:8215e42501c9f6484607e049de342081a41efa5e80fc224665068a33afdec953" + }, + { + "name": "ESP32DMASPI", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.0.zip", + "archiveFileName": "ESP32DMASPI-0.1.0.zip", + "size": 19924, + "checksum": "SHA-256:c8c4766309210e4624af8b04ecca5db0c1b89215405bb234a2e2d6ad2196608b" + }, + { + "name": "ESP32DMASPI", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.1.zip", + "archiveFileName": "ESP32DMASPI-0.1.1.zip", + "size": 19838, + "checksum": "SHA-256:d9527adb40b272f168018bd0192e77dcd56983b09f1237beb653447c873c3de8" + }, + { + "name": "ESP32DMASPI", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.2.zip", + "archiveFileName": "ESP32DMASPI-0.1.2.zip", + "size": 20514, + "checksum": "SHA-256:246fd186715595db05c1debedc134c48e88175664a129921fda03fcb1b230eff" + }, + { + "name": "SHT1x sensor library for ESPx", + "version": "1.0.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for SHT1x Temp \u0026 Humidity Sensors for ESP32", + "paragraph": "Based on the SHT1x from Vincent Pang, updated to work with ESP32. Provides a simple interface to the SHT1x series (SHT10, SHT11, SHT15) and SHT7x series (SHT71, SHT75) temperature / humidity sensors from Sensirion", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/SHT1x-ESP.git", + "providesIncludes": ["SHT1x-ESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SHT1x_sensor_library_for_ESPx-1.0.0.zip", + "archiveFileName": "SHT1x_sensor_library_for_ESPx-1.0.0.zip", + "size": 344142, + "checksum": "SHA-256:e174b42e24bd7649e3611f5c433a16ea2bcf353988b828abdf0d1d16b62010e9" + }, + { + "name": "sevenSegment", + "version": "2.2.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": ["sevenSegment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.2.0.zip", + "archiveFileName": "sevenSegment-2.2.0.zip", + "size": 633107, + "checksum": "SHA-256:7f1155fbb3ca94562377ea1c83389a305192d62a9385cb62fb95c942a0b27281" + }, + { + "name": "sevenSegment", + "version": "2.3.1", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": ["sevenSegment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.3.1.zip", + "archiveFileName": "sevenSegment-2.3.1.zip", + "size": 633808, + "checksum": "SHA-256:2d60887e9aa5f7155bc33c5cffdc19d1af39aaddf6374b4b5afe57788824ca16" + }, + { + "name": "sevenSegment", + "version": "2.4.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": ["sevenSegment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.4.0.zip", + "archiveFileName": "sevenSegment-2.4.0.zip", + "size": 634069, + "checksum": "SHA-256:d90575049e80d873e5469e6933588ae2696c4af950cb8cfa02d0244044d2b112" + }, + { + "name": "sevenSegment", + "version": "2.4.1", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": ["sevenSegment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.4.1.zip", + "archiveFileName": "sevenSegment-2.4.1.zip", + "size": 634070, + "checksum": "SHA-256:f12455503727d89dfc7b39fbf08e68848a15464932eb4250dfeddf45264aeb8f" + }, + { + "name": "sevenSegment", + "version": "2.5.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": ["sevenSegment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.5.0.zip", + "archiveFileName": "sevenSegment-2.5.0.zip", + "size": 634383, + "checksum": "SHA-256:abcb99b0f03631cdce2e1c30a9669691a30d430db92fd2e5d794362f399ab9a3" + }, + { + "name": "VT100", + "version": "1.0.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Library to control a VT100 terminal via an Arduino", + "paragraph": "Using this library it is possible to make better use of VT100 capable terminal programs such as Tera Term.", + "website": "https://github.com/kcl93/VT100", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/VT100.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/VT100-1.0.0.zip", + "archiveFileName": "VT100-1.0.0.zip", + "size": 184570, + "checksum": "SHA-256:d6ac8a2ea6d0fd854fcbfb39e4972f3e280594d57f2e6662950656e2e9fe5e13" + }, + { + "name": "ThreadedTimer", + "version": "0.1.0", + "author": "Aduen Darriba", + "maintainer": "Aduen \u003cinfo@aduen.nl\u003e", + "sentence": "A threaded timing library for mbed Arduinos", + "paragraph": "The library is an mbed wrapper around EventQueue and Thread, making it a threaded event timer. Usage is similar to other timing libraries.", + "website": "https://github.com/Aduen/ThreadedTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aduen/ThreadedTimer.git", + "providesIncludes": ["threadedtimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aduen/ThreadedTimer-0.1.0.zip", + "archiveFileName": "ThreadedTimer-0.1.0.zip", + "size": 16305, + "checksum": "SHA-256:43d3f8b268f38d30c2299d5d3c12580b336862f927a7fe3e0d5edf3b85a4f4f7" + }, + { + "name": "ESPDateTime", + "version": "0.2.0", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.2.0.zip", + "archiveFileName": "ESPDateTime-0.2.0.zip", + "size": 211741, + "checksum": "SHA-256:2496f493ea86d7b5f8592a9b871a5a667d2dd3a47fcadf84a035fdd2805d3bbf" + }, + { + "name": "ESPDateTime", + "version": "0.1.0", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "Date Time Functions and Classes for ESP8266 and ESP32", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.1.0.zip", + "archiveFileName": "ESPDateTime-0.1.0.zip", + "size": 16984, + "checksum": "SHA-256:86cbeadc26aeb3a6ae2414247221328ce0b31ab60ecfd07bf6e3bc59794b4e8b" + }, + { + "name": "ESPDateTime", + "version": "0.2.1", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.2.1.zip", + "archiveFileName": "ESPDateTime-0.2.1.zip", + "size": 211731, + "checksum": "SHA-256:275a349ff3d9b80865dbe8fda8adf6e7495d1bbf8dfbe7aa12c74f0e1ee22396" + }, + { + "name": "ESPDateTime", + "version": "1.0.0", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.0.zip", + "archiveFileName": "ESPDateTime-1.0.0.zip", + "size": 211722, + "checksum": "SHA-256:3b9c3f6aa52f19bd0e5b57bc4b906b9c52337d31b7d7be393eb486cdf96dc656" + }, + { + "name": "ESPDateTime", + "version": "1.0.1", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.1.zip", + "archiveFileName": "ESPDateTime-1.0.1.zip", + "size": 211724, + "checksum": "SHA-256:26f6bb1f82e8359b3e0f996cb0572cce5fa6892bef516e0ffaa3d12d7936f1c2" + }, + { + "name": "ESPDateTime", + "version": "1.0.2", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.2.zip", + "archiveFileName": "ESPDateTime-1.0.2.zip", + "size": 216595, + "checksum": "SHA-256:c1b797bc9eea447ec9268264bfd5492c423fdc9902cf506e7ee4a83b84d2ac56" + }, + { + "name": "ESPDateTime", + "version": "1.0.3", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.3.zip", + "archiveFileName": "ESPDateTime-1.0.3.zip", + "size": 216903, + "checksum": "SHA-256:148f4f5f10046c4d89aea2f2ebb7065d62f7291083030352c34a665d8064a832" + }, + { + "name": "ESPDateTime", + "version": "1.0.4", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.4.zip", + "archiveFileName": "ESPDateTime-1.0.4.zip", + "size": 217043, + "checksum": "SHA-256:398fe2cd68cf1d2d0eca36a697f4b3682807940bb3855473da0c6dc604a8e366" + }, + { + "name": "TsyDMASPI", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library using DMA buffer for Teensy", + "paragraph": "SPI library using DMA buffer for Teensy", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TsyDMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.0.zip", + "archiveFileName": "TsyDMASPI-0.1.0.zip", + "size": 12846, + "checksum": "SHA-256:86096d645a4fa5c2b675c262dbcbcf725d11704eed57d8c99d9be04511b7093a" + }, + { + "name": "TsyDMASPI", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library using DMA buffer for Teensy", + "paragraph": "SPI library using DMA buffer for Teensy", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TsyDMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.2.zip", + "archiveFileName": "TsyDMASPI-0.1.2.zip", + "size": 15255, + "checksum": "SHA-256:712d06519ac265412c2ab95fc3477e12616ce7c211f9760bc5f37e63f1b2a22e" + }, + { + "name": "TsyDMASPI", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library using DMA buffer for Teensy", + "paragraph": "SPI library using DMA buffer for Teensy", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TsyDMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.3.zip", + "archiveFileName": "TsyDMASPI-0.1.3.zip", + "size": 15372, + "checksum": "SHA-256:e6bd9926c44b9b3845f77bac17fac711b5cbb8bbe027cff0ca66eca551c25924" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.0.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk Maker", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": ["AllThingsTalk_WiFi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.0.0.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.0.0.zip", + "size": 76194, + "checksum": "SHA-256:d9b53161db26deaffede67d25032efd2b2819609b8546fb2a54e433ca9c95b86" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.1.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": ["AllThingsTalk_WiFi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.0.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.0.zip", + "size": 80999, + "checksum": "SHA-256:e2d9c9241d320b2911278e4ae803d47e47d66d0360ff9972acd1a4b78828715f" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.1.1", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": ["AllThingsTalk_WiFi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.1.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.1.zip", + "size": 83040, + "checksum": "SHA-256:ea6b26a63db943ecd5ca582da0ab36a8a76badb36a097e1a73415270995b58cc" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.1.2", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": ["AllThingsTalk_WiFi.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.2.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.2.zip", + "size": 83047, + "checksum": "SHA-256:23a768d61daff44a96062fdeff113d46deb69f27be493f28eaca999e03f8783e" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.0.0.zip", + "size": 18426, + "checksum": "SHA-256:1f35cf9191f542545bfb555238a2a247cd4e1f6fd4217614caf10f7e4befa69e" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.1.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.0.1.zip", + "size": 22523, + "checksum": "SHA-256:e7e7d1af0208cf9b2e1b2070dd10811af372a8cfc333ffebdb6cceb3873b43c3" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.2.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.0.2.zip", + "size": 36835, + "checksum": "SHA-256:68f27cdb803f217a1461ccb7b66e571fee3b395ba92b4220cebdf0cd8fe4d282" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "providesIncludes": ["ESP8266_ISR_Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.1.0.zip", + "size": 51543, + "checksum": "SHA-256:b5cd2ca1db21c8c38043673e64d19c75604864d9154a91b040b0a5174e5aa934" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "providesIncludes": ["ESP8266_ISR_Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.2.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.2.0.zip", + "size": 49964, + "checksum": "SHA-256:8b45a15af83f0af85c8e4923b1a4cf155d17c6a5202c2fc403e1938762f020d7" + }, + { + "name": "Commander", + "version": "1.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.1.0.zip", + "archiveFileName": "Commander-1.1.0.zip", + "size": 53186, + "checksum": "SHA-256:8c22280ba1d737eaa302c64d6ef8ed00448aab9dc700b7527a0acec6728ff09c" + }, + { + "name": "Commander", + "version": "1.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.2.0.zip", + "archiveFileName": "Commander-1.2.0.zip", + "size": 59249, + "checksum": "SHA-256:69a754afb17630c2811d838506d1bc465abe3aa93ff300c107d31db5a0b954d4" + }, + { + "name": "Commander", + "version": "1.2.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.2.1.zip", + "archiveFileName": "Commander-1.2.1.zip", + "size": 56781, + "checksum": "SHA-256:5e8b711eb6e423a1d66cfb3457742ebf6d25b0a61355652c2ac34ddf3caf8845" + }, + { + "name": "Commander", + "version": "1.3.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.3.1.zip", + "archiveFileName": "Commander-1.3.1.zip", + "size": 58877, + "checksum": "SHA-256:82d5cddc0efc75a2fd7990269214434e336764c3821327e5ea2982c3369feb26" + }, + { + "name": "Commander", + "version": "2.0.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.0.0.zip", + "archiveFileName": "Commander-2.0.0.zip", + "size": 69727, + "checksum": "SHA-256:84fad85b4f511f5ffcf6622fbdb909428ed6fc797cc63a1cf2b654417925736c" + }, + { + "name": "Commander", + "version": "2.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.1.0.zip", + "archiveFileName": "Commander-2.1.0.zip", + "size": 70183, + "checksum": "SHA-256:de1dd01d6b8d237bec2b586bd2a8f4b270b5dfd4d39818ef106fe04048814dc5" + }, + { + "name": "Commander", + "version": "2.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.2.0.zip", + "archiveFileName": "Commander-2.2.0.zip", + "size": 66289, + "checksum": "SHA-256:4c2024691a346af3ba35ef7fec19d38c610aa7f7a3db3f1ef4932e6812d6abd3" + }, + { + "name": "Commander", + "version": "3.0.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.0.0.zip", + "archiveFileName": "Commander-3.0.0.zip", + "size": 73580, + "checksum": "SHA-256:c581cf1babebb0d0d5ea0c7b6a4c01de946551f61a1994daf0b5545c907b06d6" + }, + { + "name": "Commander", + "version": "3.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.1.0.zip", + "archiveFileName": "Commander-3.1.0.zip", + "size": 74221, + "checksum": "SHA-256:2d7ead2bfb86d512bcd8e00666d4019fabbae84fb19ec44b313f2cc7ceac65cb" + }, + { + "name": "Commander", + "version": "3.1.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.1.1.zip", + "archiveFileName": "Commander-3.1.1.zip", + "size": 74251, + "checksum": "SHA-256:0a3156e327b518cf4ca417a209928a9cae718d2e1a9398600f91f0f5ea536d80" + }, + { + "name": "Commander", + "version": "3.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.2.0.zip", + "archiveFileName": "Commander-3.2.0.zip", + "size": 75228, + "checksum": "SHA-256:61e39387d3db2b4edcf0df6861c05da8b1ff84db2715576723e66d471d4f20a3" + }, + { + "name": "Commander", + "version": "4.0.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.0.0.zip", + "archiveFileName": "Commander-4.0.0.zip", + "size": 76001, + "checksum": "SHA-256:e4e6dd09e0abc7e64e28d79eb710a0696611741ba1c26415020d33286d7d1d6e" + }, + { + "name": "Commander", + "version": "4.0.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.0.1.zip", + "archiveFileName": "Commander-4.0.1.zip", + "size": 76003, + "checksum": "SHA-256:cc98b654cd74973c86208956865e94a098612d22733d326b9ea5fb95961d8a96" + }, + { + "name": "Commander", + "version": "4.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.1.0.zip", + "archiveFileName": "Commander-4.1.0.zip", + "size": 76621, + "checksum": "SHA-256:3c0b4122c891a1f34ee981373b0c726f9e807a2ff7791086c02330b6cbfd1430" + }, + { + "name": "Commander", + "version": "4.1.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.1.1.zip", + "archiveFileName": "Commander-4.1.1.zip", + "size": 76592, + "checksum": "SHA-256:19a46cd31bc32f282b624489d99daa01e7a88cb38bbc1cfc37575ecddd652369" + }, + { + "name": "Commander", + "version": "4.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.2.0.zip", + "archiveFileName": "Commander-4.2.0.zip", + "size": 91928, + "checksum": "SHA-256:cf14fae011388147e2f11fb91e44d49ce1c55f7b8819cfc3dc64cfd7c29a540e" + }, + { + "name": "Commander", + "version": "4.2.2", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.2.2.zip", + "archiveFileName": "Commander-4.2.2.zip", + "size": 91925, + "checksum": "SHA-256:d0c1a8e101bd58a0622edab23c20098c9250c2edfa05cc98b8438a786a91a636" + }, + { + "name": "Commander", + "version": "4.2.3", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": ["Commander.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.2.3.zip", + "archiveFileName": "Commander-4.2.3.zip", + "size": 92009, + "checksum": "SHA-256:07eaaf74b8944bb8a685d701fa8a6ac15d819450d9cbdbfd89f672f2d7f7dbd0" + }, + { + "name": "P1AM", + "version": "0.3.1", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": ["P1AM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-0.3.1.zip", + "archiveFileName": "P1AM-0.3.1.zip", + "size": 60389, + "checksum": "SHA-256:792257fcafeabd38472cced90c07d5a8d195c4eb314008f4cb1fc4dce43efe00" + }, + { + "name": "P1AM", + "version": "1.0.0", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": ["P1AM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.0.zip", + "archiveFileName": "P1AM-1.0.0.zip", + "size": 67765, + "checksum": "SHA-256:d9a84a585d96e246602551e6e9a22df4e735409b18b387febe3f573f726d69f4" + }, + { + "name": "P1AM", + "version": "1.0.1", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": ["P1AM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.1.zip", + "archiveFileName": "P1AM-1.0.1.zip", + "size": 67810, + "checksum": "SHA-256:8eab7b13707f1ad85dbcbfcbb2d158b718b4ef391501e3e4289441881ca30c8a" + }, + { + "name": "P1AM", + "version": "1.0.3", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": ["P1AM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.3.zip", + "archiveFileName": "P1AM-1.0.3.zip", + "size": 69363, + "checksum": "SHA-256:8c6854d17c84bfbba17654fde67fc7ce3f99dd6d2da1459443527c11e9a2fc00" + }, + { + "name": "Wireling", + "version": "0.1.0", + "author": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "maintainer": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "sentence": "Simple helper functions for using Wireling boards.", + "paragraph": "Allows for easy use of Wireling boards and adapters on multiple platforms.", + "website": "https://TinyCircuits.com/Wirelings", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TinyCircuits/TinyCircuits-Wireling-Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/Wireling-0.1.0.zip", + "archiveFileName": "Wireling-0.1.0.zip", + "size": 7650, + "checksum": "SHA-256:87c47837586881aeb3fe6178320366e01e421e3eb257216e68ebf8929aeca801" + }, + { + "name": "Wireling", + "version": "0.1.1", + "author": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "maintainer": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "sentence": "Simple helper functions for using Wireling boards.", + "paragraph": "Allows for easy use of Wireling boards and adapters on multiple platforms.", + "website": "https://TinyCircuits.com/Wirelings", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TinyCircuits/TinyCircuits-Wireling-Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/Wireling-0.1.1.zip", + "archiveFileName": "Wireling-0.1.1.zip", + "size": 7809, + "checksum": "SHA-256:4f519d96af89bba1687e46d0de63284b6fd2503c2a9d9a00f6d3af82c5b8e133" + }, + { + "name": "MorseCodeMachine", + "version": "1.0.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.0.0.zip", + "archiveFileName": "MorseCodeMachine-1.0.0.zip", + "size": 7745, + "checksum": "SHA-256:0ebfad66dfdb750bed345cae542f330c49b752ee5bf727a63ea23478d6f705fb" + }, + { + "name": "MorseCodeMachine", + "version": "1.0.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.0.1.zip", + "archiveFileName": "MorseCodeMachine-1.0.1.zip", + "size": 8554, + "checksum": "SHA-256:b983db4141c0dcb0a9f697842c83f278cad5eab2c0b5c823686a8e88492c4cfb" + }, + { + "name": "MorseCodeMachine", + "version": "1.1.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.0.zip", + "archiveFileName": "MorseCodeMachine-1.1.0.zip", + "size": 8726, + "checksum": "SHA-256:deed35bb4338a97ee85cf16d61ef24daa72869451ecfcb7b331eebb33183f300" + }, + { + "name": "MorseCodeMachine", + "version": "1.1.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.1.zip", + "archiveFileName": "MorseCodeMachine-1.1.1.zip", + "size": 8929, + "checksum": "SHA-256:eccb6d01577ba938d4f8ee32c73f95fa53c89ad23f51779114f07bc0c48f9000" + }, + { + "name": "MorseCodeMachine", + "version": "1.1.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.2.zip", + "archiveFileName": "MorseCodeMachine-1.1.2.zip", + "size": 11805, + "checksum": "SHA-256:8f76cc6b5bb91af1804952a026e744a3db79551ea64f3da1d451866f78f54fb5" + }, + { + "name": "MorseCodeMachine", + "version": "1.10.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.10.0.zip", + "archiveFileName": "MorseCodeMachine-1.10.0.zip", + "size": 78034, + "checksum": "SHA-256:76874b4db80f5344f4839f3f3066def287d6a9fead31d201ac9c7457d1135022" + }, + { + "name": "MorseCodeMachine", + "version": "1.10.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.10.1.zip", + "archiveFileName": "MorseCodeMachine-1.10.1.zip", + "size": 78025, + "checksum": "SHA-256:85966af8294a20029420ced3a5f22fa5300798d029e3d653dcb7f40d0f9d9435" + }, + { + "name": "MorseCodeMachine", + "version": "1.2.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.0.zip", + "archiveFileName": "MorseCodeMachine-1.2.0.zip", + "size": 14228, + "checksum": "SHA-256:dffcba8f96b819a902f0c97c96fac5984d6b61afd62390630e6d746eaa422445" + }, + { + "name": "MorseCodeMachine", + "version": "1.2.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.1.zip", + "archiveFileName": "MorseCodeMachine-1.2.1.zip", + "size": 14328, + "checksum": "SHA-256:a8a2cb9588a30f9b34d3d31abeeebf2c4e0f000f85d3cf122de1d08de838ade4" + }, + { + "name": "MorseCodeMachine", + "version": "1.2.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.2.zip", + "archiveFileName": "MorseCodeMachine-1.2.2.zip", + "size": 14328, + "checksum": "SHA-256:2de3ee57a6fa23c77ce2de5f129d44c3674488f0aaed2b8df20b0fbd56e2c680" + }, + { + "name": "MorseCodeMachine", + "version": "1.3.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.3.0.zip", + "archiveFileName": "MorseCodeMachine-1.3.0.zip", + "size": 14890, + "checksum": "SHA-256:256f4d671822057be8626fc13a4a712d11f045d3dbf416804db6b9f7bd5d7d42" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.0.zip", + "archiveFileName": "MorseCodeMachine-1.4.0.zip", + "size": 18287, + "checksum": "SHA-256:e05d51638c354936933b11d4c35beaa2fbe933f2c6d782e93f0699400dd87815" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.1.zip", + "archiveFileName": "MorseCodeMachine-1.4.1.zip", + "size": 20384, + "checksum": "SHA-256:932b738bf5c757079d9a8d9c98544e58ea3e9a67b3d2fe79bacfe50148c96729" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.10", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.10.zip", + "archiveFileName": "MorseCodeMachine-1.4.10.zip", + "size": 28349, + "checksum": "SHA-256:f7baadfd76afe44e7e3c58699977f7573c54fe9a7a54de43eaafe325908a4833" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.11", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.11.zip", + "archiveFileName": "MorseCodeMachine-1.4.11.zip", + "size": 28342, + "checksum": "SHA-256:ed36104cea6b6c79c15fae90593b81157994e33b0d79202adb12c7dc4f4fb0b8" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.12", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.12.zip", + "archiveFileName": "MorseCodeMachine-1.4.12.zip", + "size": 30149, + "checksum": "SHA-256:c284b5d11057ad08970e52cdd0125e6698bd9a6d6ca845877463e7e10e198fa9" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.2.zip", + "archiveFileName": "MorseCodeMachine-1.4.2.zip", + "size": 20487, + "checksum": "SHA-256:735c8b94e44eea8e2ac2c170d018ac1a11fe49c3151d1b4c30da10ac477cb28b" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.3", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.3.zip", + "archiveFileName": "MorseCodeMachine-1.4.3.zip", + "size": 21329, + "checksum": "SHA-256:66f1da4ea6483a639885ff6a0dedb863da45b2d9f1e2f4a0d706e10f3a20c3c9" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.4", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.4.zip", + "archiveFileName": "MorseCodeMachine-1.4.4.zip", + "size": 26919, + "checksum": "SHA-256:3e9790fe710733f5e9bb7fda14ad2f027f1fdd6415a254ff4db3ae5a37947eda" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.5", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.5.zip", + "archiveFileName": "MorseCodeMachine-1.4.5.zip", + "size": 27198, + "checksum": "SHA-256:ff49c2e9c74e04fdd92919448367d79d5233a3069f920e862716c1bac6377b4c" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.6", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.6.zip", + "archiveFileName": "MorseCodeMachine-1.4.6.zip", + "size": 27300, + "checksum": "SHA-256:b8c52bbf442ba169a8387c95ddd4705847ebb711a36b53bb0028e351a571fcf9" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.7", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.7.zip", + "archiveFileName": "MorseCodeMachine-1.4.7.zip", + "size": 27362, + "checksum": "SHA-256:4ac700fece2d5103439b91dfec67659a294171768fb0652be061b81960f4abbd" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.8", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.8.zip", + "archiveFileName": "MorseCodeMachine-1.4.8.zip", + "size": 27475, + "checksum": "SHA-256:fec4d373a6f8abe7797ab78084614ec556466e3037d7fc85dfe86f9d692eef25" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.9", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.9.zip", + "archiveFileName": "MorseCodeMachine-1.4.9.zip", + "size": 28100, + "checksum": "SHA-256:890a44f95b09a2ffa95fd77d03f177fb7d2a23f62ef96c6cffa0a8306f9eb105" + }, + { + "name": "MorseCodeMachine", + "version": "1.5.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.0.zip", + "archiveFileName": "MorseCodeMachine-1.5.0.zip", + "size": 37896, + "checksum": "SHA-256:8aabcd1e1042e432ae7e1567cf423863fd113d249ea98ef52a2cc1e9a1dcd375" + }, + { + "name": "MorseCodeMachine", + "version": "1.5.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.1.zip", + "archiveFileName": "MorseCodeMachine-1.5.1.zip", + "size": 38142, + "checksum": "SHA-256:1c4b98c6967ec76e5f92f050e05d3393294f93fc6553a8fad3f7b19e2e7e7048" + }, + { + "name": "MorseCodeMachine", + "version": "1.5.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.2.zip", + "archiveFileName": "MorseCodeMachine-1.5.2.zip", + "size": 39985, + "checksum": "SHA-256:7ade7ad1976ac863f7df87ce1c33871308c259161d141c4aceb0ee35bc6cbdfd" + }, + { + "name": "MorseCodeMachine", + "version": "1.6.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.6.0.zip", + "archiveFileName": "MorseCodeMachine-1.6.0.zip", + "size": 42040, + "checksum": "SHA-256:21f2850fa3347d0198881382ed526e01a50137260a6059a3319f407b2ecb3b7f" + }, + { + "name": "MorseCodeMachine", + "version": "1.6.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.6.1.zip", + "archiveFileName": "MorseCodeMachine-1.6.1.zip", + "size": 42416, + "checksum": "SHA-256:6e5e47f4f8387afebe48e0bbb188c3792ffc83c65d029ef660443df964d95606" + }, + { + "name": "MorseCodeMachine", + "version": "1.7.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.7.0.zip", + "archiveFileName": "MorseCodeMachine-1.7.0.zip", + "size": 50618, + "checksum": "SHA-256:c23507f40849719ecb5291682de89fb3ae17db76b877a79e413726e0e8d66043" + }, + { + "name": "MorseCodeMachine", + "version": "1.7.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.7.1.zip", + "archiveFileName": "MorseCodeMachine-1.7.1.zip", + "size": 51415, + "checksum": "SHA-256:5b3579173d0cfa48caa223320dd6aa3c53bbd18ba1e8798e17d702b575ae5050" + }, + { + "name": "MorseCodeMachine", + "version": "1.8.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.8.0.zip", + "archiveFileName": "MorseCodeMachine-1.8.0.zip", + "size": 60131, + "checksum": "SHA-256:329c5ed54755b143162e901311eb87fe4b596b50ea7c7dd6481d507651235c76" + }, + { + "name": "MorseCodeMachine", + "version": "1.9.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.9.0.zip", + "archiveFileName": "MorseCodeMachine-1.9.0.zip", + "size": 68694, + "checksum": "SHA-256:5d2d5ddba02441259045973e34bf9dc8303fdaa0027c22a6a4d59d52bd825477" + }, + { + "name": "MorseCodeMachine", + "version": "1.11.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.11.0.zip", + "archiveFileName": "MorseCodeMachine-1.11.0.zip", + "size": 81823, + "checksum": "SHA-256:e08e33460375d0e86585cdb599eabcb651606030fb067edf3c849af8de27cf2d" + }, + { + "name": "MorseCodeMachine", + "version": "1.11.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": ["MorseCodeMachine.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.11.1.zip", + "archiveFileName": "MorseCodeMachine-1.11.1.zip", + "size": 85219, + "checksum": "SHA-256:1dbd77eec4244ede930c58e89c7f2e51bd20b6f8f2139424c3ea8f87fa99ec0c" + }, + { + "name": "nrf_rng", + "version": "1.0.0", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "True non-deterministic random numbers for nRF5 series chips. MIT License.", + "paragraph": "rng, true random, non-deterministic, cryptographic, nRF52810, nRF52832, nRF52840", + "website": "https://github.com/SimpleHacks/nrf_rng", + "category": "Device Control", + "architectures": ["nrf52", "nrf52_adafruit"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/hw_rng.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/nrf_rng-1.0.0.zip", + "archiveFileName": "nrf_rng-1.0.0.zip", + "size": 7551, + "checksum": "SHA-256:ed674f365837288c4557552375ddc3e3535c1a5552d748474784e1166fd26ce6" + }, + { + "name": "nrf_rng", + "version": "1.1.0", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "True non-deterministic random numbers for nRF5 series chips. MIT License.", + "paragraph": "rng, true random, non-deterministic, cryptographic, nRF52810, nRF52832, nRF52840", + "website": "https://github.com/SimpleHacks/hw_rng", + "category": "Device Control", + "architectures": ["nrf52", "nrf52_adafruit"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/hw_rng.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/nrf_rng-1.1.0.zip", + "archiveFileName": "nrf_rng-1.1.0.zip", + "size": 7971, + "checksum": "SHA-256:3e32cb8bfc07920b47cfc8f69130c7ae59f13a50e6c6bfc7188101dddf7c400f" + }, + { + "name": "EzDmaHelper", + "version": "0.1.0-alpha", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "Buffer management helper for use with EasyDMA-enabled hardware. MIT License.", + "website": "https://github.com/SimpleHacks/EzDmaHelper", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/EzDmaHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/EzDmaHelper-0.1.0-alpha.zip", + "archiveFileName": "EzDmaHelper-0.1.0-alpha.zip", + "size": 14811, + "checksum": "SHA-256:2182cf88e9650bb1ae0c6796df13b750533420b95d6703df03afe98dc7a9794b" + }, + { + "name": "EzDmaHelper", + "version": "0.2.0-alpha", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "Buffer management helper for use with EasyDMA-enabled hardware. MIT License.", + "website": "https://github.com/SimpleHacks/EzDmaHelper", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SimpleHacks/EzDmaHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/EzDmaHelper-0.2.0-alpha.zip", + "archiveFileName": "EzDmaHelper-0.2.0-alpha.zip", + "size": 16775, + "checksum": "SHA-256:aa5fbbd6b45aee0e2bdfc2431e68faf96d181281c3e22fb67f1174d67b973fe0" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.0.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.0.zip", + "size": 11844, + "checksum": "SHA-256:2b9af89a287634ad247d5d14176c9e6acb19651bd89bcec7058b5396974470f1" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.1.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.1.zip", + "size": 12726, + "checksum": "SHA-256:548efbd4d082b77d9ec62f2ed3592bea9fd3166e071f502dd8347d5127730777" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.2.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.2.zip", + "size": 12727, + "checksum": "SHA-256:285c3ca74e5c06ffd5b676b91299de40dbb0d88c82d8b5bbda32282c5575f7df" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.3.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.3.zip", + "size": 15549, + "checksum": "SHA-256:b2c6fc542a553c2a1c96315e3d27415d0c5e11824a91e1adc7a375a863ea0bc9" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.4.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.4.zip", + "size": 241174, + "checksum": "SHA-256:e5f79221cc13a57a77b120945b3a2a96b709e21ff9e520cb67350de9a30c9459" + }, + { + "name": "Throttle", + "version": "1.0.0", + "author": "Michele Gruppioni @Gruppio", + "maintainer": "Michele Gruppioni @Gruppio", + "sentence": "Just like Debounce but faster", + "paragraph": "Debounce a pin without initials delays", + "website": "https://github.com/Gruppio/Throttle.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Gruppio/Throttle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Gruppio/Throttle-1.0.0.zip", + "archiveFileName": "Throttle-1.0.0.zip", + "size": 3719, + "checksum": "SHA-256:02e6df82d1c6dbdf50de9cff9029baa0d704c22c9ce4141ac2856200d4d396fb" + }, + { + "name": "SPIFFS_FilePrint", + "version": "1.0.0", + "author": "Pete \u003carduino@pete.ch\u003e", + "maintainer": "Pete \u003carduino@pete.ch\u003e", + "sentence": "Lightweight library for rolling file print. It logs to SPIFFS.", + "paragraph": "Extends the well known Print interface and writes files you specify in a rolling fashion.", + "website": "https://github.com/PRosenb/PIFFS_FilePrint", + "category": "Other", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/PRosenb/SPIFFS_FilePrint.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/SPIFFS_FilePrint-1.0.0.zip", + "archiveFileName": "SPIFFS_FilePrint-1.0.0.zip", + "size": 11866, + "checksum": "SHA-256:7d782ed1033990efc96ec7a621cc2a9a0504342602b995cac154fac1f3fe20af" + }, + { + "name": "YACL", + "version": "1.0.0", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.0.zip", + "archiveFileName": "YACL-1.0.0.zip", + "size": 26172, + "checksum": "SHA-256:7de4757e3252ea7f875267c75a132060ede53c7fde629963d4f7638b276d465b" + }, + { + "name": "YACL", + "version": "1.0.1", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.1.zip", + "archiveFileName": "YACL-1.0.1.zip", + "size": 27936, + "checksum": "SHA-256:25298d8671d1336f4e73379c5982566d4943fdafcbfb61f2f9429103f55684c0" + }, + { + "name": "YACL", + "version": "1.0.2", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.2.zip", + "archiveFileName": "YACL-1.0.2.zip", + "size": 29374, + "checksum": "SHA-256:47c6466f90f8519e39a9d000d7725063d1a61df8500b80450b4b93869a7c98af" + }, + { + "name": "YACL", + "version": "1.0.3", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.3.zip", + "archiveFileName": "YACL-1.0.3.zip", + "size": 29815, + "checksum": "SHA-256:3023ee71d6c7bb04bb263b2e53e78b52b61e3374c768031f09b4d82d2b832a00" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.3.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.3.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.3.0.zip", + "size": 20660, + "checksum": "SHA-256:7dacfced0109e97433046470898b54abb7005aded0fcb6826fa16952086ae7d1" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.4.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.4.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.4.0.zip", + "size": 21730, + "checksum": "SHA-256:d17eeb1c53f060122e1806988247615e5face8505b962ecfeea263328c315c23" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.5.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.5.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.5.0.zip", + "size": 22718, + "checksum": "SHA-256:ae9ff911903d562a07beee47cd8a29eeb7ec6402f04dd841a5052bfbe4f5c74c" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.6.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.6.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.6.0.zip", + "size": 22923, + "checksum": "SHA-256:dfbada66aa80f6fd89c0741143998697ee57e257ab55081e6315e969effe0f1f" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.6.1", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.6.1.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.6.1.zip", + "size": 22926, + "checksum": "SHA-256:151a5f13e24be5d55b60f97738cd490cc1887b5e7d71e779a691925042679f18" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.7.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.7.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.7.0.zip", + "size": 24299, + "checksum": "SHA-256:316d4d509f2bcd5683e5509c3afb9464ac92f16f22f93bcb0639351ee44daa40" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.0.zip", + "size": 24304, + "checksum": "SHA-256:c38080ad8cf6725637076a70a5d887856ca028bb232956f1d3f5336cd7449582" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.1", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.1.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.1.zip", + "size": 24308, + "checksum": "SHA-256:2dd0de586ebcb4616490dc965ce6810bb9d0972e26f7f01ed0c66f7e77fdc8d5" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.2", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.2.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.2.zip", + "size": 24312, + "checksum": "SHA-256:61a1a3558b2b67652aea8668ff9d3ef1ec8150d59a6d2a4f1e203026d2a36ee3" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.3", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT, the Adafruit Trinket M0, the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.3.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.3.zip", + "size": 360053, + "checksum": "SHA-256:7249ef75fa837c6f4c0c3b15479a8b92b90fc809c533894b4ab46fc78dcd2f9f" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.4", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT, the Adafruit Trinket M0, the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": ["SAMD21turboPWM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.4.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.4.zip", + "size": 360047, + "checksum": "SHA-256:21ecaa3372bcb95cd6f6256a3e3fcae8339a6528b472737f355d30c6cebb4996" + }, + { + "name": "eHaJo Absolute Pressure Addon", + "version": "1.0.0", + "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "sentence": "Support for I²C absolute pressure board with WSEN-PADS chip.", + "paragraph": "24bit absolute pressure sensor from wuerth elektronik with integrated temperature measurement.", + "website": "https://github.com/ehajo/WSEN-PADS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ehajo/WSEN-PADS.git", + "providesIncludes": ["eHaJo_WSEN-PADS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_Absolute_Pressure_Addon-1.0.0.zip", + "archiveFileName": "eHaJo_Absolute_Pressure_Addon-1.0.0.zip", + "size": 11257, + "checksum": "SHA-256:89dbc90e4fd700370e0c377ecdbf732083fe0afd46d1d389bf3d13319c7e6624" + }, + { + "name": "LibLucesCiudad", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the City Lights educative system.", + "paragraph": "This library allows you to control every device of the City Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibLucesCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibLucesCiudad-1.0.0.zip", + "archiveFileName": "LibLucesCiudad-1.0.0.zip", + "size": 1308153, + "checksum": "SHA-256:490c388a08e0b494c565564eb79fe8d9d4d0acd4e04f0ca6831fd9ddc9fdb00d" + }, + { + "name": "LibLucesCiudad", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the City Lights educative system.", + "paragraph": "This library allows you to control every device of the City Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibLucesCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibLucesCiudad-1.1.0.zip", + "archiveFileName": "LibLucesCiudad-1.1.0.zip", + "size": 1053909, + "checksum": "SHA-256:ca7a5dc6f1ba7cbdfb273ff87f5bac64bd4594ade49c9374c4431500bddd0638" + }, + { + "name": "LibSemaforosCiudad", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Traffic Lights educative system.", + "paragraph": "This library allows you to control every device of the Traffic Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibSemaforosCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforosCiudad-1.0.0.zip", + "archiveFileName": "LibSemaforosCiudad-1.0.0.zip", + "size": 612217, + "checksum": "SHA-256:3ecca077d123d7401f5dcb7193a45bb847ee381da6338fd476c8ecfae22bf713" + }, + { + "name": "LibSemaforosCiudad", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Traffic Lights educative system.", + "paragraph": "This library allows you to control every device of the Traffic Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibSemaforosCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforosCiudad-1.1.0.zip", + "archiveFileName": "LibSemaforosCiudad-1.1.0.zip", + "size": 625969, + "checksum": "SHA-256:20e65c4e8ce6622ea9e6861e75a57197a23a2a04ea2bfedd5ad9a167b48c8c80" + }, + { + "name": "StackString", + "version": "0.1.0", + "author": "Arjen Stens \u003cme@arjenstens.com\u003e", + "maintainer": "Arjen Stens \u003cme@arjenstens.com\u003e", + "sentence": "This library was written to accommodate a need for a string class but without the (memory) disadvantages that regular std::string brings.", + "paragraph": "For an example of how to use this library go to: https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/", + "website": "https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/", + "category": "Data Processing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://gitlab.com/arduino-libraries/stackstring.git", + "providesIncludes": ["StackString.hpp"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StackString-0.1.0.zip", + "archiveFileName": "StackString-0.1.0.zip", + "size": 17085, + "checksum": "SHA-256:e692d4d8b38ef2695d206822302e33da821c81db962e49540a233af52d8cf1b2" + }, + { + "name": "LibEdificio", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Building Lights educative system.", + "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibEdificio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.0.0.zip", + "archiveFileName": "LibEdificio-1.0.0.zip", + "size": 605185, + "checksum": "SHA-256:7c8295bb3ad49fee665470517a28806b5d2598b0ea09b3f84f418dc97ccce231" + }, + { + "name": "LibEdificio", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Building Lights educative system.", + "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibEdificio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.1.0.zip", + "archiveFileName": "LibEdificio-1.1.0.zip", + "size": 612799, + "checksum": "SHA-256:2d943c275c1b0f1c6dd2cca5028e90ee2e4d5b3071ca3d810d7f74e1f63b58be" + }, + { + "name": "LibEdificio", + "version": "1.1.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Building Lights educative system.", + "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/javisank/LibEdificio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.1.1.zip", + "archiveFileName": "LibEdificio-1.1.1.zip", + "size": 613434, + "checksum": "SHA-256:4f6eb195cd11421742ec0a0072b556918f2b4be65573a9d80bc5f01aa3acc64d" + }, + { + "name": "aTalkArduino", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Real Time Data communication protocol", + "paragraph": "Protocol based on ASCII encoded messages", + "website": "https://github.com/fabriziop/aTalkArduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/aTalkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/aTalkArduino-0.1.0.zip", + "archiveFileName": "aTalkArduino-0.1.0.zip", + "size": 38356, + "checksum": "SHA-256:1cdf59195e186bc0e27a70240e052740526e16adb66b66fd8f47a2cc8d8ad13e" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Why is this library the best? No need for byte order calculations, this library makes reading and writing ints, floats, and structs simple. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.0.zip", + "size": 20469, + "checksum": "SHA-256:e338b7090bd91774471b926768d7aecbe0354f03750b02a2a3ea88cb0088e3d4" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Why is this library the best? No need for byte order calculations, this library makes reading and writing ints, floats, and structs simple. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.1.zip", + "size": 20768, + "checksum": "SHA-256:7b951bf873a35951f1f9efd054b410f1d4be68f71b70d576adf71d2dbf63d87c" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.2.zip", + "size": 24992, + "checksum": "SHA-256:dd48435d72d90f0b62e963c3d6782e290b141ca830379573556bc74c12de8123" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.3.zip", + "size": 25042, + "checksum": "SHA-256:03e76cc6bbe7f2484471b34067070330295b43ea1ef093901e5e87cef2ae95de" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.4.zip", + "size": 25076, + "checksum": "SHA-256:25524903bf20508e07a558434bf3135a1fdcf66664f8c163bf498acca755b740" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.5.zip", + "size": 25132, + "checksum": "SHA-256:d3aae9b82909d818296937a1381c58019a671c6a6993ac15c4593d58a3433f37" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.0.1.zip", + "archiveFileName": "ESP32_ISR_Servo-1.0.1.zip", + "size": 25784, + "checksum": "SHA-256:37841e7ea1f721505e1680e22ec93786b3a0f4e138a9946cb9cf9d28cac38794" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.0.2.zip", + "archiveFileName": "ESP32_ISR_Servo-1.0.2.zip", + "size": 43214, + "checksum": "SHA-256:89c94908bf0d4c0875f631cc97a9665827cabfa8cd5a0ce8394d50db6f333d3a" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": ["ESP32_ISR_Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_ISR_Servo-1.1.0.zip", + "size": 57706, + "checksum": "SHA-256:2ab120b983b5f22cee74075502bb0f909ac170d0eea6b08771894cf176800a25" + }, + { + "name": "FastCapacitiveSensor", + "version": "1.0.6", + "author": "Nyanyan", + "maintainer": "Takuto Yamana", + "sentence": "A library to use capacitive sensors quickly", + "paragraph": "It can get values from capacitive sensors", + "website": "https://github.com/Nyanyan/FastCapacitiveSensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nyanyan/FastCapacitiveSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nyanyan/FastCapacitiveSensor-1.0.6.zip", + "archiveFileName": "FastCapacitiveSensor-1.0.6.zip", + "size": 7917, + "checksum": "SHA-256:c87acc8b9241c7f310c1fbf84a6d3e6d15db4976a1c477b77b94e4c1341e6e20" + }, + { + "name": "Teensy_3X_Multipurpose_Board", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.0.0.zip", + "archiveFileName": "Teensy_3X_Multipurpose_Board-1.0.0.zip", + "size": 268394, + "checksum": "SHA-256:ab24f420ddfcaefdfb2ca63548da667b674265aec12110163d8e1b23fb1a8047" + }, + { + "name": "Teensy_3X_Multipurpose_Board", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "dependencies": [ + { + "name": "DFPlayerMini_Fast" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.0.1.zip", + "archiveFileName": "Teensy_3X_Multipurpose_Board-1.0.1.zip", + "size": 268419, + "checksum": "SHA-256:3f9d32ec9e3238b83b61fccef6eb9bfa0da0b4ac7aee54d40a13629e3817a870" + }, + { + "name": "Teensy_3X_Multipurpose_Board", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "dependencies": [ + { + "name": "DFPlayerMini_Fast" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.2.0.zip", + "archiveFileName": "Teensy_3X_Multipurpose_Board-1.2.0.zip", + "size": 267803, + "checksum": "SHA-256:14b1ad34a2f945ec451f596cf806ca0558ccff6d2ab27df102e4291215e09a59" + }, + { + "name": "Oversampling", + "version": "0.9.1", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.1.zip", + "archiveFileName": "Oversampling-0.9.1.zip", + "size": 3321, + "checksum": "SHA-256:4cf43769112434a8d5e162a9e69b89caefc0199eff0ee67e4616d31d0b9704ea" + }, + { + "name": "Oversampling", + "version": "0.9.2", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.2.zip", + "archiveFileName": "Oversampling-0.9.2.zip", + "size": 3327, + "checksum": "SHA-256:0796c6096f443cd5aad4d7fd5e639ef52c826900f8f3564883640b6425571981" + }, + { + "name": "Oversampling", + "version": "0.9.3", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.3.zip", + "archiveFileName": "Oversampling-0.9.3.zip", + "size": 3336, + "checksum": "SHA-256:e6920dcca82398e862cbb4acc6b8281f903361e0f02e6130b06824a83163f281" + }, + { + "name": "Oversampling", + "version": "0.9.4", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.4.zip", + "archiveFileName": "Oversampling-0.9.4.zip", + "size": 3369, + "checksum": "SHA-256:f5a7427dac0942e957ca5b442cdb2cc1518dc442e43aae2c44a27667da2e0f89" + }, + { + "name": "Oversampling", + "version": "0.9.5", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.5.zip", + "archiveFileName": "Oversampling-0.9.5.zip", + "size": 3387, + "checksum": "SHA-256:d8d82eced91224f4b931bef62fc8da17e2e3ce2da29bcf1e1854078684b5ef6c" + }, + { + "name": "ESP8266IoTHelper", + "version": "1.0.0", + "author": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "maintainer": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "sentence": "Helper for ESP8266 that orchestrates WiFi connection and OTA updates", + "paragraph": "This library contains a simple helper that you can orchestrate WiFi connection via SmartConfig and Arduino IDE + HTTP OTA update features all together.", + "website": "https://github.com/mehyaa/esp8266-iot-helper", + "category": "Data Processing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mehyaa/esp8266-iot-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mehyaa/ESP8266IoTHelper-1.0.0.zip", + "archiveFileName": "ESP8266IoTHelper-1.0.0.zip", + "size": 6044, + "checksum": "SHA-256:ff5053e3303833976c0c6a1de4f82d848efdec3e85e9000e099190c82251887d" + }, + { + "name": "ESP8266IoTHelper", + "version": "1.0.1", + "author": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "maintainer": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "sentence": "Helper for ESP8266 that orchestrates WiFi connection and OTA updates", + "paragraph": "This library contains a simple helper that you can orchestrate WiFi connection via SmartConfig and Arduino IDE + HTTP OTA update features all together.", + "website": "https://github.com/mehyaa/esp8266-iot-helper", + "category": "Data Processing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mehyaa/esp8266-iot-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mehyaa/ESP8266IoTHelper-1.0.1.zip", + "archiveFileName": "ESP8266IoTHelper-1.0.1.zip", + "size": 6037, + "checksum": "SHA-256:99c6b535eeba46aa4bb89f2eb9c2f49f7de1d2c11afcfa330cc1e7900cd2eb0c" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.1.zip", + "archiveFileName": "ESP_WiFiManager-1.0.1.zip", + "size": 285609, + "checksum": "SHA-256:feba1120e845f84266c6e72cffca32a2b9df15872265504260938b68a88d6e11" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.2.zip", + "archiveFileName": "ESP_WiFiManager-1.0.2.zip", + "size": 292443, + "checksum": "SHA-256:925795106bb1b448d235fb36a78cd49693c2161fe880c670bd462812dfd86d58" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.3.zip", + "archiveFileName": "ESP_WiFiManager-1.0.3.zip", + "size": 155654, + "checksum": "SHA-256:76be0495b137d194d261edd1d33c5709f27a6fdb3314aa707d541d5a0be464a9" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.4.zip", + "archiveFileName": "ESP_WiFiManager-1.0.4.zip", + "size": 382312, + "checksum": "SHA-256:999da2e8f1fd284112acee2dd82762a0d093bb02d0850fc65350f4111fde98b9" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.5.zip", + "archiveFileName": "ESP_WiFiManager-1.0.5.zip", + "size": 401513, + "checksum": "SHA-256:e434397ee5f53bd04d5ba5d5e2e31618a479c8aaaecfc45f9942b2813bd91eca" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.6-beta", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.6-beta.zip", + "archiveFileName": "ESP_WiFiManager-1.0.6-beta.zip", + "size": 488627, + "checksum": "SHA-256:51c17d17c71cf5ca2651a652c2b536a87d17658d55168d518680617e1a0ccce1" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.6.zip", + "archiveFileName": "ESP_WiFiManager-1.0.6.zip", + "size": 501062, + "checksum": "SHA-256:1b3518e0e70562d26dcfdedbaf82b0872e6790a6fbe97d8055510e17ae8824a1" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.7.zip", + "archiveFileName": "ESP_WiFiManager-1.0.7.zip", + "size": 501830, + "checksum": "SHA-256:2dfb57ba80742041b4ac0c57e290133f6eadda7bcdf3a0b298d1b04dff56708d" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.8.zip", + "archiveFileName": "ESP_WiFiManager-1.0.8.zip", + "size": 704243, + "checksum": "SHA-256:bd0244cb6258b1c5d700af2afd6edfb5131e74257d77aace3dc43a9dc540e937" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.9.zip", + "archiveFileName": "ESP_WiFiManager-1.0.9.zip", + "size": 1153680, + "checksum": "SHA-256:c1ba2188bed180cac6e75c32f74e975ed062c2e77fc8f8ffdb2124ad6ed83f1c" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.10.zip", + "archiveFileName": "ESP_WiFiManager-1.0.10.zip", + "size": 1240922, + "checksum": "SHA-256:7a3ea9e4b16f9665133e7dd62089d843258001b7f5c30a222c74c431edb8f96b" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with CORS feature.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.11.zip", + "archiveFileName": "ESP_WiFiManager-1.0.11.zip", + "size": 1243871, + "checksum": "SHA-256:56eb853f98fdf8b252da493cc7f8c95e932176909d7c4d86711b206e3671c84e" + }, + { + "name": "ESP_WiFiManager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.0.zip", + "archiveFileName": "ESP_WiFiManager-1.1.0.zip", + "size": 1330963, + "checksum": "SHA-256:329cc76df1732725fc356114fbb863348fb633a860ad63c064649bdb1a31acc3" + }, + { + "name": "ESP_WiFiManager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.1.zip", + "archiveFileName": "ESP_WiFiManager-1.1.1.zip", + "size": 1335147, + "checksum": "SHA-256:5b8c60fc3bdf1df7441232eb0c463f3b541a6ef59aa1d1fe443b979afd200a5e" + }, + { + "name": "ESP_WiFiManager", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.2.zip", + "archiveFileName": "ESP_WiFiManager-1.1.2.zip", + "size": 1340443, + "checksum": "SHA-256:5235cee0c8cef735ce9a74a2fc7597d1f6369b693592ec18be199036bf66d63a" + }, + { + "name": "ESP_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.2.0.zip", + "archiveFileName": "ESP_WiFiManager-1.2.0.zip", + "size": 1389254, + "checksum": "SHA-256:0e5a5d878529f4df682ba92cf8da0908b00f459229bd0df3e9ca90439d7d2b4d" + }, + { + "name": "ESP_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.3.0.zip", + "archiveFileName": "ESP_WiFiManager-1.3.0.zip", + "size": 1400124, + "checksum": "SHA-256:ea7b1cf581808a01e4896c057c6e847651cdbced88359b0fba423f58c81738ec" + }, + { + "name": "ESP_WiFiManager", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.1.zip", + "archiveFileName": "ESP_WiFiManager-1.4.1.zip", + "size": 1441243, + "checksum": "SHA-256:e6425efd3e3082fad9a752ab06b0f2dcaf63a9bcdddfff0ec2414259b8bcb14c" + }, + { + "name": "ESP_WiFiManager", + "version": "1.4.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.2.zip", + "archiveFileName": "ESP_WiFiManager-1.4.2.zip", + "size": 1443650, + "checksum": "SHA-256:bf3c21d6c1f2c2ec2ce26a808653408a9c13d466aa2c603d68fdc6ae9b781cdb" + }, + { + "name": "ESP_WiFiManager", + "version": "1.4.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.3.zip", + "archiveFileName": "ESP_WiFiManager-1.4.3.zip", + "size": 1445542, + "checksum": "SHA-256:0ead35979f26cc6e264e3e573199f5b91d0856f90230bfd39e734250df32d350" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.0.zip", + "archiveFileName": "ESP_WiFiManager-1.5.0.zip", + "size": 1647739, + "checksum": "SHA-256:6234455de00738e409e44f33b2de973f5d222b653072f66b29abea9e0ce8d757" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.1.zip", + "archiveFileName": "ESP_WiFiManager-1.5.1.zip", + "size": 1649370, + "checksum": "SHA-256:d6dc683faf4c86758435c01c63449ddb3b6ac25fa6806ab25844375e9e4dc9e2" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.2.zip", + "archiveFileName": "ESP_WiFiManager-1.5.2.zip", + "size": 1652200, + "checksum": "SHA-256:b8b531054256525221e81c38f96bc6e9b0b30edd7610eb2267c764ca4f988be2" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.3.zip", + "archiveFileName": "ESP_WiFiManager-1.5.3.zip", + "size": 1652958, + "checksum": "SHA-256:dcdccb799e537650970104d768fa194026c0aa17d6e225348e41fc4d0f522977" + }, + { + "name": "ESP_WiFiManager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.6.0.zip", + "archiveFileName": "ESP_WiFiManager-1.6.0.zip", + "size": 1726591, + "checksum": "SHA-256:672519697949cc092e73803bdfbcf64afff0f811f8145be54c5f577541b579de" + }, + { + "name": "ESP_WiFiManager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.6.1.zip", + "archiveFileName": "ESP_WiFiManager-1.6.1.zip", + "size": 1727769, + "checksum": "SHA-256:f5748211684f4cf60a08f1f592edf442f779b707b776e331001295aa5d136514" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.0.zip", + "archiveFileName": "ESP_WiFiManager-1.7.0.zip", + "size": 1797608, + "checksum": "SHA-256:ce23014e418af18954be703592c17eefe874580a0c7112a8e1c06e2a70183796" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.1.zip", + "archiveFileName": "ESP_WiFiManager-1.7.1.zip", + "size": 1781460, + "checksum": "SHA-256:83c4899473a7c0761c78116a25fbb2ec560369859e63ca3fb56ec3db2d95448e" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.2.zip", + "archiveFileName": "ESP_WiFiManager-1.7.2.zip", + "size": 1781802, + "checksum": "SHA-256:0150d82109e7ef74d84818ef74856e649dd1e9f164d678e58a730d3b05d07604" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": ["ESP_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.3.zip", + "archiveFileName": "ESP_WiFiManager-1.7.3.zip", + "size": 1782814, + "checksum": "SHA-256:1b4497c9fe9575ecf90f4b18c0e73ef91287e2163cf08dc8257328ae5687fad9" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.0.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.0.zip", + "size": 10808, + "checksum": "SHA-256:f51f81f0193f74311fc64419a3181669f43df04c3e73e289fbfd702f898631bb" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.1.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.1.zip", + "size": 10599, + "checksum": "SHA-256:fec994dd39aa39c7c8765e002508247133ad55d6906e4bfef849b88a04fc6fbb" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.2.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.2.zip", + "size": 10775, + "checksum": "SHA-256:a1ebf5f37a2d789ed0ecd5a5df23d915b5c84c3f9117d5b58c5fac6ba45fde1b" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.5.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.5.zip", + "size": 10777, + "checksum": "SHA-256:0ebe9b4f8ad84ac307e1d2acaabba3c584e11a19d90c23a0073bbc0eca617344" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.6.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.6.zip", + "size": 425752, + "checksum": "SHA-256:da4398108068923992bf055a47d3cf0b20da9e2877fa24e57378828aa4737b8a" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.7.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.7.zip", + "size": 425796, + "checksum": "SHA-256:78981a27735846d1c12a5a429e308a35407ed7c02104cc6c9f78e959e1493d69" + }, + { + "name": "DigitalPressureSensor", + "version": "1.0.6", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor.", + "paragraph": "The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", + "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.6.zip", + "archiveFileName": "DigitalPressureSensor-1.0.6.zip", + "size": 33011, + "checksum": "SHA-256:94842a2ca49013b61a077557b6b20a6e74dd0edc42905e71fa777bf6a78b1665" + }, + { + "name": "DigitalPressureSensor", + "version": "1.0.7", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor.", + "paragraph": "The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", + "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.7.zip", + "archiveFileName": "DigitalPressureSensor-1.0.7.zip", + "size": 33012, + "checksum": "SHA-256:cd1165f55bd4554b9f12a8ef4726c4c61299f79eb072aed0f88fe14843936b9e" + }, + { + "name": "Voltmeter", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Calculates the voltage from voltmeter modules based on voltage divider concept.", + "paragraph": "Voltmeter is a minimalistic library that calculates voltage of modules based on voltage divider concept.", + "website": "https://gitlab.com/yesbotics/libs/arduino/voltmeter", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/voltmeter.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/Voltmeter-1.0.0.zip", + "archiveFileName": "Voltmeter-1.0.0.zip", + "size": 2602, + "checksum": "SHA-256:fb788e5e2218195d7dcd4adf0bdfeadc387980422e254249efd016637358f7d9" + }, + { + "name": "TimeoutCallback", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.0.0.zip", + "archiveFileName": "TimeoutCallback-1.0.0.zip", + "size": 3551, + "checksum": "SHA-256:dfa2bb8b3fdeed3e13aeca6eb12947834a6c80b7ab5ef76164b145f61fd1aede" + }, + { + "name": "TimeoutCallback", + "version": "1.1.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.1.0.zip", + "archiveFileName": "TimeoutCallback-1.1.0.zip", + "size": 3854, + "checksum": "SHA-256:a9b307beb7232576ef86548d5edcf39206cd74ba30de20e4b961100bda1bb9be" + }, + { + "name": "TimeoutCallback", + "version": "1.2.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.2.0.zip", + "archiveFileName": "TimeoutCallback-1.2.0.zip", + "size": 3918, + "checksum": "SHA-256:4b5723fd668e55a308f74fc1cad01dfb48aaa2b6a365086a0345ede0f4e8e030" + }, + { + "name": "TimeoutCallback", + "version": "1.3.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.3.0.zip", + "archiveFileName": "TimeoutCallback-1.3.0.zip", + "size": 3982, + "checksum": "SHA-256:50020aeeb61b52c539822a1ef70955b5eb537a50a33ae5cf47921df2ccb4c840" + }, + { + "name": "IntervalCallback", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.0.0.zip", + "archiveFileName": "IntervalCallback-1.0.0.zip", + "size": 3645, + "checksum": "SHA-256:c060cc9b88a6da7ece6300040670a7d784b58dd91e6dc542a4d430f77049495a" + }, + { + "name": "IntervalCallback", + "version": "1.1.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.1.0.zip", + "archiveFileName": "IntervalCallback-1.1.0.zip", + "size": 3858, + "checksum": "SHA-256:30d0b9bdc27596b2410fbaa2a30446617fc50c3f89da19c8c16931f5846e0ad9" + }, + { + "name": "IntervalCallback", + "version": "1.1.1", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.1.1.zip", + "archiveFileName": "IntervalCallback-1.1.1.zip", + "size": 3922, + "checksum": "SHA-256:18d5bb46cfc8d057a57b57654615d494dfa4227ac1dadb1ab40f75b919f28c79" + }, + { + "name": "AverageValue", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Calculates the average value of some values.", + "paragraph": "AverageValue is a minimalistic library that calculates the average value of given values. It supports multiple datatypes.", + "website": "https://gitlab.com/yesbotics/libs/arduino/average-value", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/libs/arduino/average-value.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/AverageValue-1.0.0.zip", + "archiveFileName": "AverageValue-1.0.0.zip", + "size": 2737, + "checksum": "SHA-256:451f13fa9849a2a4f5ce3df23b6bdf5e12912d8761927e8397630141a730904c" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory for ESP8266 and EEPROM for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of a device's wifi.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.0.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.0.zip", + "size": 6134, + "checksum": "SHA-256:2dee974048bd86d37f86427047b3d1f40f05a8e353cfc8ee21efa68245732f1f" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory, EEPROM or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.1.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.1.zip", + "size": 11932, + "checksum": "SHA-256:89a688933d0f7f7c07122fa3de14378a49bf0a3af798c1b708d72319d79d5569" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory, EEPROM or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.2.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.2.zip", + "size": 12921, + "checksum": "SHA-256:b4e0999f5114d54b22774dcbfcb11b2d9a7b9d7216165ebc631ac95d0fde9ee8" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.3.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.3.zip", + "size": 13982, + "checksum": "SHA-256:138f9771d08afa261a27d7a33c96b098899580ab2f3500553149d7f77fffb513" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": ["ESP_DoubleResetDetector.h"], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.1.0.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.1.0.zip", + "size": 17966, + "checksum": "SHA-256:9b4bb608ffa508687b6921f807345d7453a40cdde95442a44e096e6216bc2c3b" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": ["ESP_DoubleResetDetector.h"], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.1.1.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.1.1.zip", + "size": 25908, + "checksum": "SHA-256:529e9860a8eec248f8c3b4a17a623d06f188186e77b3b6d08d118a2acedf84ad" + }, + { + "name": "tcs3200", + "version": "1.1.0", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.1.0.zip", + "archiveFileName": "tcs3200-1.1.0.zip", + "size": 51678, + "checksum": "SHA-256:8919f9054a2e87beca3e9ad69ade645fb3c83a6411838e5f6052ee3db910d6fc" + }, + { + "name": "tcs3200", + "version": "1.2.0", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.2.0.zip", + "archiveFileName": "tcs3200-1.2.0.zip", + "size": 53242, + "checksum": "SHA-256:036a63d1fe4342a59fc52dc4e3d6f20747c7fd34e766add4fb407da720e9c89b" + }, + { + "name": "tcs3200", + "version": "1.2.1", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.2.1.zip", + "archiveFileName": "tcs3200-1.2.1.zip", + "size": 52851, + "checksum": "SHA-256:57d997303a3c5678126aa0e34fe09073cfd9442949edc00d538faf37891c19f3" + }, + { + "name": "tcs3200", + "version": "1.3.0", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.3.0.zip", + "archiveFileName": "tcs3200-1.3.0.zip", + "size": 53183, + "checksum": "SHA-256:0e1f508870cc590bee832d472cddfa97d6069412a7eadac138d7ef2134c682dd" + }, + { + "name": "tcs3200", + "version": "1.3.1", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.3.1.zip", + "archiveFileName": "tcs3200-1.3.1.zip", + "size": 53228, + "checksum": "SHA-256:651fedcf02f32106f84744544f0c23bbc923e79202fe66e9446ad18723a6be02" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.3", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": ["CerpGamePad.h"], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.3.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.3.zip", + "size": 184509, + "checksum": "SHA-256:207ff9ba3d275663d2fe1d7fa6bb624cb2aa978e786ac22a88395bacf47283aa" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.4", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": ["CerpGamePad.h"], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.4.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.4.zip", + "size": 184499, + "checksum": "SHA-256:8a93efe9d1954d35d069ee247182e7a06ba5b590d52aeccb30bc4cf8228120a1" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.5", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": ["CerpGamePad.h"], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.5.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.5.zip", + "size": 184503, + "checksum": "SHA-256:1aa261c2093fb33a27b0394f1dadf62a56d6f1f4e959fc49cc0b367d31d65c3e" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.6", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": ["CerpGamePad.h"], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.6.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.6.zip", + "size": 185604, + "checksum": "SHA-256:2fdcb99054e0a665601855f6865628eef57c55ae8e3e5ddf4db5c3c69bf42f2a" + }, + { + "name": "ezOutput", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Output library for Arduino", + "paragraph": "Output library supports HIGH, LOW, TOGGLE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/output.git", + "providesIncludes": ["ezOutput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.0.0.zip", + "archiveFileName": "ezOutput-1.0.0.zip", + "size": 12870, + "checksum": "SHA-256:09f4424a61b1c22a0fea6ee60b8e5f9caa9e9aa3b0b95854ee2d977538da609a" + }, + { + "name": "ezOutput", + "version": "1.0.1", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Output library for Arduino", + "paragraph": "Output library supports HIGH, LOW, TOGGLE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/output.git", + "providesIncludes": ["ezOutput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.0.1.zip", + "archiveFileName": "ezOutput-1.0.1.zip", + "size": 11084, + "checksum": "SHA-256:3d7df2058b5333fb7716097f6dd64c3cb1a15f4532297f060cda7145c7215300" + }, + { + "name": "ShiftRegister-PWM-Library", + "version": "1.0.0", + "author": "Timo Denk (timodenk.com)", + "maintainer": "Timo Denk (timodenk.com)", + "sentence": "Makes shift register pins PWM capable.", + "paragraph": "The ShiftRegister PWM Library enables usage of shift register pins as pulse width modulated (PWM) pins. Instead of setting them to either high or low, the library lets the user set them to up to 256 PWM-levels.", + "website": "https://timodenk.com/blog/shiftregister-pwm-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Simsso/ShiftRegister-PWM-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister_PWM_Library-1.0.0.zip", + "archiveFileName": "ShiftRegister_PWM_Library-1.0.0.zip", + "size": 129921, + "checksum": "SHA-256:5743224c46f7218ef10f41d18566c77311e6b95ec4ce2a304d0919ed9f0370b1" + }, + { + "name": "ESP32_HTTPS_Server", + "version": "0.3.1", + "author": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "sentence": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.", + "paragraph": "The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.", + "website": "https://github.com/fhessel/esp32_https_server", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fhessel/esp32_https_server.git", + "providesIncludes": ["HTTPSServer.hpp", "HTTPRequest.hpp", "HTTPResponse.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/ESP32_HTTPS_Server-0.3.1.zip", + "archiveFileName": "ESP32_HTTPS_Server-0.3.1.zip", + "size": 1155561, + "checksum": "SHA-256:38c723e5ad4874b166940851865bcbefde0a566c8a22f8875213548d5166d93a" + }, + { + "name": "ESP32_HTTPS_Server", + "version": "1.0.0", + "author": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "sentence": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.", + "paragraph": "The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.", + "website": "https://github.com/fhessel/esp32_https_server", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fhessel/esp32_https_server.git", + "providesIncludes": ["HTTPSServer.hpp", "HTTPRequest.hpp", "HTTPResponse.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/ESP32_HTTPS_Server-1.0.0.zip", + "archiveFileName": "ESP32_HTTPS_Server-1.0.0.zip", + "size": 1288028, + "checksum": "SHA-256:09a455f25ad696e2aae0553c92b98f0b0f89b31abf82936149dda1464b443477" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.0.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.0.zip", + "size": 11124, + "checksum": "SHA-256:9d59e4ec8c9d0903a6359d45aff87b92fc5e55b6192b33ac394b0dcc43b2e42e" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.1.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.1.zip", + "size": 11926, + "checksum": "SHA-256:497dac3c9eab3c1ad5c44c6cafee1a0a87daac26ec6a77ed6c80a9f9d28d4e09" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.2.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.2.zip", + "size": 12027, + "checksum": "SHA-256:293aee733993bbc78825d65dfbb0a79fb4440e5ee6b4b1c744f7a9bc8575cd90" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.3.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.3.zip", + "size": 12026, + "checksum": "SHA-256:0212ba81fdce2e1c0b23d956961b4421a5134774307bf67cb2136395af3a8aaf" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.4.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.4.zip", + "size": 12076, + "checksum": "SHA-256:f14f63487a3e3b44372f09f80857125f0d94d62fc55f973df91e24fe2b369f24" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.5.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.5.zip", + "size": 198581, + "checksum": "SHA-256:7f0eb0e8de5fac660fa299c7256a1bcd2126c91b33e0bbcc9e04629102b19628" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.6.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.6.zip", + "size": 198639, + "checksum": "SHA-256:3c808a641c28ddc1bce0ae0089dbec95989091e33c7d279619d436395f8cdfdf" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.7", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.7.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.7.zip", + "size": 198476, + "checksum": "SHA-256:050bae4986fc00479a3478f9be89c34fba4a4d165b699ba3df1a7f83565dcc16" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.1.0.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.1.0.zip", + "size": 198954, + "checksum": "SHA-256:01ea277eb674c779eaea4331082bbadb04cfe6090651da18a472a872446cf25c" + }, + { + "name": "MCCI FRAM I2C", + "version": "2.0.0", + "author": "MCCI Corporation, Adafruit", + "maintainer": "MCCI \u003ctechsupport@mcci.com\u003e", + "sentence": "Driver for MCCI Catena's I2C-Based FRAM.", + "paragraph": "Based on Adafruit's driver for Adafruit's I2C-Based FRAM Breakouts", + "website": "https://github.com/mcci-catena/MCCI_FRAM_I2C", + "category": "Data Storage", + "architectures": ["samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/MCCI_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_FRAM_I2C-2.0.0.zip", + "archiveFileName": "MCCI_FRAM_I2C-2.0.0.zip", + "size": 8961, + "checksum": "SHA-256:9738238f10d3997f7365a94b448f03687b5f063c4838bcf0028fae0ffabd82c7" + }, + { + "name": "Waveshare 4 Inch Tft Touchscreen", + "version": "1.0.0", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", + "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", + "website": "https://github.com/MHotchin/Waveshare4InchTftShield", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "providesIncludes": ["Waveshare4InchTftShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.0.zip", + "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.0.zip", + "size": 14534, + "checksum": "SHA-256:96950e7f163a514275c36b20a2b45e65a05a5fdeb45def1705f70668510ee8f3" + }, + { + "name": "Waveshare 4 Inch Tft Touchscreen", + "version": "1.0.2", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", + "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", + "website": "https://github.com/MHotchin/Waveshare4InchTftShield", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "providesIncludes": ["Waveshare4InchTftShield.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.2.zip", + "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.2.zip", + "size": 16488, + "checksum": "SHA-256:3d419928cc99863f5f340851fae9c718264c5b20e6a79cb1274cdf9d44884454" + }, + { + "name": "Waveshare 4 Inch Tft Touchscreen", + "version": "1.0.3", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", + "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", + "website": "https://github.com/MHotchin/Waveshare4InchTftShield", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "providesIncludes": ["Waveshare4InchTftShield.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.3.zip", + "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.3.zip", + "size": 17183, + "checksum": "SHA-256:412444e6001d907ca6b43264260c28528f6a99b928a75b069ac6c22e0a425384" + }, + { + "name": "SN76489", + "version": "1.0.0", + "author": "tyrkelko", + "maintainer": "Kobi Tyrkel \u003ctyrkelko@gmail.com\u003e", + "license": "GPL-3.0", + "sentence": "sn76489 arduino library.", + "paragraph": "sn76489 arduino library for using the sn76489 sound chip directly or via a 595 shift register with any oscillator between 500kHz and up to 4MHz.", + "website": "https://github.com/tyrkelko/sn76489", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tyrkelko/sn76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tyrkelko/SN76489-1.0.0.zip", + "archiveFileName": "SN76489-1.0.0.zip", + "size": 20411, + "checksum": "SHA-256:c470dd568a52125646fcf49b413b7a97edbe4e2077c052439950eea1f4f82419" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.8.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.8.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.8.0.zip", + "size": 3192334, + "checksum": "SHA-256:8c1fed8426b42b33042cd4c77b966528195dcaa8eba9eff3cbcbb5def4cd3808" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.9.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.9.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.9.0.zip", + "size": 3952406, + "checksum": "SHA-256:70267d2cb97f193ca584ebbb4875cb978be285ac3815b745c4ae4d494d95c446" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.11.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.11.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.11.0.zip", + "size": 4944247, + "checksum": "SHA-256:66afa39f309b8a89886eea4cb77c3616aceb75c866a1ef5659b71c73c4319557" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.12.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.12.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.12.0.zip", + "size": 4944496, + "checksum": "SHA-256:95536df3a68317becd58f3f4813a250b25c75a22d78411dcf005f13ce56c912f" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.0.zip", + "size": 4944698, + "checksum": "SHA-256:03c7283aa6fa279599cdc57c96252ae81c2c091bccbe68eae2ee1ebe91ce1ba5" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.1", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.1.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.1.zip", + "size": 4944700, + "checksum": "SHA-256:e3e5c9bc01cf8203e359d0db7136215b93501b82fc89c2df90eea002862a8800" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.2", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.2.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.2.zip", + "size": 4945116, + "checksum": "SHA-256:e685d9a2f047fbbb48a7f242459bbdb71da1d590eb9a5733bad75b92b9a07661" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.3", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.3.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.3.zip", + "size": 4945250, + "checksum": "SHA-256:0a3a6fa2475603424b344f7b4211236f789178e24bfb01467a7b59d38f9e8925" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.14.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.14.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.14.0.zip", + "size": 4945830, + "checksum": "SHA-256:b56175b2eb907203670cb86428e1e9a064cd8a4d15a6bfed96d420f909760e1b" + }, + { + "name": "PsxNewLib", + "version": "0.1.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.1.0.zip", + "archiveFileName": "PsxNewLib-0.1.0.zip", + "size": 38149, + "checksum": "SHA-256:62b772145be4ed2ee6937f883704f494389f98be0c013ad2de476128913ad62d" + }, + { + "name": "PsxNewLib", + "version": "0.2.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.2.0.zip", + "archiveFileName": "PsxNewLib-0.2.0.zip", + "size": 42320, + "checksum": "SHA-256:eaa3a803b663b991b124cfaadf52f43f4194a55aa664c70eb8dc328fc60e4610" + }, + { + "name": "PsxNewLib", + "version": "0.3.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.3.0.zip", + "archiveFileName": "PsxNewLib-0.3.0.zip", + "size": 44341, + "checksum": "SHA-256:d5f0e206e356450ff2a39640882a3a9d70db2431eabad1f03ae51cf164902706" + }, + { + "name": "PsxNewLib", + "version": "0.4.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.4.0.zip", + "archiveFileName": "PsxNewLib-0.4.0.zip", + "size": 55490, + "checksum": "SHA-256:804f0e4c9bb922b06fa1cd35bd452a327340cc150968d3c07c5bedb35dd8a673" + }, + { + "name": "ButtonFever", + "version": "1.0.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Powerful button tools for managing various button events of standalone button or button array.", + "paragraph": "ButtonFever is upgrade version of MultiButton library, provide much powerful features. This library handled button debouncing, trigger callback function for single press, double press, and long press events. Tested on ESP32 and should also work on Arduino too.", + "website": "https://github.com/mickey9801/ButtonFever", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mickey9801/ButtonFever.git", + "providesIncludes": ["BfButton.h", "BfButtonManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/ButtonFever-1.0.0.zip", + "archiveFileName": "ButtonFever-1.0.0.zip", + "size": 15832, + "checksum": "SHA-256:bd5e8cb3e4dbbb8e521f4383f02e5c668729a6e355818dcb30c0ba419dce2b4f" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.0.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.0.1.zip", + "size": 8121, + "checksum": "SHA-256:c54b2e60d0aecec87451e89debac3370da1e9976fbc4db84c2702fd6a884cab6" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.1.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.1.0.zip", + "size": 18973, + "checksum": "SHA-256:364b8375c9550e0e1c09682ee2863f244f91bd27d1c0862d2676db836bff40bc" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.2.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.2.0.zip", + "size": 283354, + "checksum": "SHA-256:28b187822e809699c3fb9265be6ebd790470bba49437488de4c6219f226b8571" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.3.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.3.1.zip", + "size": 286279, + "checksum": "SHA-256:84b2456b4b890d3ac4c661162794d6b9e7140a598c261a5ecaf52b8447b138e6" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.3.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.2.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.3.2.zip", + "size": 286303, + "checksum": "SHA-256:c98278bbb72755252e7c347490b0073489cb2da1f1afe2f4338706944f0c3eaf" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.3.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.3.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.3.3.zip", + "size": 286427, + "checksum": "SHA-256:953aa0db09c6eaa0497279bb9f5487663504310fd3691bfaf4728a6b1136acc5" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.0.zip", + "size": 287996, + "checksum": "SHA-256:aaae629248de772ed56971266fc60388f15639911c91149d47047b03a5d3a85c" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.1.zip", + "size": 287995, + "checksum": "SHA-256:6fce2e59549a4d1fc826a9896063bb1d3d40f6f440ab8decee1827d71da1d9c3" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.2.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.2.zip", + "size": 288105, + "checksum": "SHA-256:a7339c330f51d9695fde89ec7b64debb34742294ee49a2906710608d0863283b" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.3.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.3.zip", + "size": 288105, + "checksum": "SHA-256:258d552f2bc7394c9a6f8dffcffa83ca2a90c9321289a25416f215c82b42b233" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.5.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.5.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.5.0.zip", + "size": 288283, + "checksum": "SHA-256:3596d1200071e948f3a7d875b60863a28b2118451379805ebf02ce33717e37a9" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.6.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.6.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.6.0.zip", + "size": 288317, + "checksum": "SHA-256:6ef4660c1ef0ce0938bd2874542dd505c5fef899a9283b435227b34da6a9890a" + }, + { + "name": "Adafruit MLX90640", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MLX90640", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.1.zip", + "archiveFileName": "Adafruit_MLX90640-1.0.1.zip", + "size": 961875, + "checksum": "SHA-256:adc1b2218206dc08172879b407f18f4c3f8f9c671ae481a28b2823d7bc7b4f04" + }, + { + "name": "Adafruit MLX90640", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MLX90640", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.2.zip", + "archiveFileName": "Adafruit_MLX90640-1.0.2.zip", + "size": 961875, + "checksum": "SHA-256:47cf9921c991d2b34eb252b7c5b6e01e9685301d05eb6e55d5a7b98d645af2e8" + }, + { + "name": "M62429 Volume Control Library", + "version": "1.0.0", + "author": "CGrassin", + "maintainer": "CGrassin \u003cmail@charleslabs.fr\u003e", + "sentence": "M62429/FM62429 Serial data control dual electronics volume library for Arduino.", + "paragraph": "Chip for audio applications, volume variable from 0 to -83dB.", + "website": "https://github.com/CGrassin/M62429_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CGrassin/M62429_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CGrassin/M62429_Volume_Control_Library-1.0.0.zip", + "archiveFileName": "M62429_Volume_Control_Library-1.0.0.zip", + "size": 4665, + "checksum": "SHA-256:4c7234c49739984b7b42e533511e88784c4473e88f1fc73f8ab3218e9b25fbb6" + }, + { + "name": "M62429 Volume Control Library", + "version": "1.0.1", + "author": "CGrassin", + "maintainer": "CGrassin \u003cmail@charleslabs.fr\u003e", + "sentence": "M62429/FM62429 Serial data control dual electronics volume library for Arduino.", + "paragraph": "Chip for audio applications, volume variable from 0 to -83dB.", + "website": "https://github.com/CGrassin/M62429_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CGrassin/M62429_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CGrassin/M62429_Volume_Control_Library-1.0.1.zip", + "archiveFileName": "M62429_Volume_Control_Library-1.0.1.zip", + "size": 4837, + "checksum": "SHA-256:e4d5206476ee8d799b97ed2a488caf708eb3f1b5ab4c1ce76871d8feac63d4a6" + }, + { + "name": "KAI Pro Library", + "version": "1.0.1", + "author": "Ronin's Robotics", + "maintainer": "Mehmet Murat YILMAZ \u003cinfo@roninsrobotics.com\u003e", + "sentence": "Grants easy access to the various species of the Kai Pro. For Arduino Esplora only.", + "paragraph": "Grants easy access to the various species of the Kai Pro. For Arduino Esplora only.", + "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.1.zip", + "archiveFileName": "KAI_Pro_Library-1.0.1.zip", + "size": 5105, + "checksum": "SHA-256:5520eba31e86be65d1b5513a38adbf40c875bd744b275c19b7bf00e8fe50e4a7" + }, + { + "name": "KAI Pro Library", + "version": "1.0.2", + "author": "Mehmet Murat YILMAZ", + "maintainer": "Ronin's Robotics \u003cinfo@roninsrobotics.com\u003e", + "sentence": "Grants easy access to the various species of the Kai Pro. For Arduino only.", + "paragraph": "More information can be found at https://roninsrobotics.com", + "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.2.zip", + "archiveFileName": "KAI_Pro_Library-1.0.2.zip", + "size": 5122, + "checksum": "SHA-256:fbf29554e4bef4188c4bafcf1b93d8b814a2fbc6fcee70e212756b3759c44b6d" + }, + { + "name": "KAI Pro Library", + "version": "1.0.3", + "author": "Mehmet Murat YILMAZ", + "maintainer": "Ronin's Robotics \u003cinfo@roninsrobotics.com\u003e", + "sentence": "Grants easy access to the various species of the Kai Pro.", + "paragraph": "More information can be found at https://roninsrobotics.com", + "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.3.zip", + "archiveFileName": "KAI_Pro_Library-1.0.3.zip", + "size": 5107, + "checksum": "SHA-256:1c7ba867c63fe607701170a90bd70062e7dd27629c9f6b96542aa6b567440687" + }, + { + "name": "Adafruit LSM6DS", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-2.0.0.zip", + "archiveFileName": "Adafruit_LSM6DS-2.0.0.zip", + "size": 200997, + "checksum": "SHA-256:c9f529252b344274858b1aed96830e3b69454524fa49c0c419d679aba1409d97" + }, + { + "name": "Adafruit LSM6DS", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-2.1.0.zip", + "archiveFileName": "Adafruit_LSM6DS-2.1.0.zip", + "size": 204267, + "checksum": "SHA-256:b20d81e2c78696a36bc3b454825283ef978a6614c2f73ec963b37f74aa060278" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.0.0.zip", + "archiveFileName": "Adafruit_LSM6DS-3.0.0.zip", + "size": 204358, + "checksum": "SHA-256:9a6f6022593ff962781f52d4df47c8650cc7b7d5c788a0354ab4e2bba63901be" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.1.2.zip", + "archiveFileName": "Adafruit_LSM6DS-3.1.2.zip", + "size": 578025, + "checksum": "SHA-256:f5cc6c03596f7c8b37927cb9c2da3de0fa19ab88e05684b1da09d9b4a2cf1165" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.0.zip", + "archiveFileName": "Adafruit_LSM6DS-3.2.0.zip", + "size": 580406, + "checksum": "SHA-256:0d5ed2713aa09f43be46cc7a651760eaf488b57a6f3ed184b1f85216f5f9deaa" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.2.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.1.zip", + "archiveFileName": "Adafruit_LSM6DS-3.2.1.zip", + "size": 580420, + "checksum": "SHA-256:08233d613c13af86cf5dfed7b397bc330f6317251b6e3da05a5c70c482ded12e" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.2.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.2.zip", + "archiveFileName": "Adafruit_LSM6DS-3.2.2.zip", + "size": 580399, + "checksum": "SHA-256:f0238aa3dbb5e3c7b9f49a865e3e310a66fea9e9d127a1ec2abdf4f316b48368" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.0.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.0.0.zip", + "size": 580398, + "checksum": "SHA-256:d9793715b2c21372897c82ffb0c3fc760c57dde8fbcb17b35b2bdfae256d89cd" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.1.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.1.0.zip", + "size": 584437, + "checksum": "SHA-256:6feb06eddff220ea1de17310cb24941fd8c89aa6609423c70c6b941eeb6a2d98" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.1.1.zip", + "archiveFileName": "Adafruit_LSM6DS-4.1.1.zip", + "size": 584460, + "checksum": "SHA-256:31923270be7291d9ebeca18e82b2ae5cf04904c9ba50fc623381bbd809888b8d" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.2.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.2.0.zip", + "size": 586082, + "checksum": "SHA-256:902dfd417b7afa23482588ac3618dced1d84eb02b3f3eb484b8308eda251f4bb" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.3.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.3.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.3.0.zip", + "size": 586365, + "checksum": "SHA-256:6295ac0310af4a578bf84aec55728801565c76ae734e9cbf3396e75abdc64ab3" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.3.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.3.1.zip", + "archiveFileName": "Adafruit_LSM6DS-4.3.1.zip", + "size": 586440, + "checksum": "SHA-256:cdfe9e178a201b897501cfb0ebd7374526f898585a070b5f37683de543920ec6" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.1.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library to communicate between devices connected via serial port", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.1.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.1.0.zip", + "size": 11901, + "checksum": "SHA-256:dc261fa889d59cfdfebae19303384943c733caf35db372f8fee846698dfb3215" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.2.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library to communicate between devices connected via serial port", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.2.0.zip", + "size": 12943, + "checksum": "SHA-256:dd7f46502a7b4c1f2878174d333a1a92a946c7f9d726861c85873119ba227c9c" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.2.1", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.1.zip", + "archiveFileName": "SimpleSerialProtocol-2.2.1.zip", + "size": 13000, + "checksum": "SHA-256:5707023497d9b52365e8b65b273698e33888095066517dee8d1a8e5b112da535" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.2.2", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.2.zip", + "archiveFileName": "SimpleSerialProtocol-2.2.2.zip", + "size": 13024, + "checksum": "SHA-256:72cbb82f49f85e9c8503eccc0448779a285c612942f3dcae55bee378620570c7" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.3.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.3.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.3.0.zip", + "size": 13081, + "checksum": "SHA-256:26d448df78d8e976e565b5e4c75da60eb9fe53a2cca6ae76fe42d3d15e4a9e67" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.3.1", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.3.1.zip", + "archiveFileName": "SimpleSerialProtocol-2.3.1.zip", + "size": 13070, + "checksum": "SHA-256:ece18dc3cdb7d48f199c3b450cdb9f5d31d1eefade09a39be219240486f93418" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.4.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.4.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.4.0.zip", + "size": 13150, + "checksum": "SHA-256:4e23753c6b8e23a82e707679cf1fd931e9dd2bfc6ec8fa6dc66de4e16e4b68a7" + }, + { + "name": "Effortless-SPIFFS", + "version": "1.0.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-1.0.0.zip", + "archiveFileName": "Effortless_SPIFFS-1.0.0.zip", + "size": 9285, + "checksum": "SHA-256:18031f21ca1026ae5ef17ab8c6b755118d8ca80e7a4b6a328933685f8527084a" + }, + { + "name": "Effortless-SPIFFS", + "version": "1.1.1", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-1.1.1.zip", + "archiveFileName": "Effortless_SPIFFS-1.1.1.zip", + "size": 9903, + "checksum": "SHA-256:3a928d077156557f9992130c542261d193101522047902ba5eb4a15be7344c91" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.0.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.0.zip", + "archiveFileName": "Effortless_SPIFFS-2.0.0.zip", + "size": 11204, + "checksum": "SHA-256:fdffc95ba6f447f31bc3bcc32fc335cf152a139d6b88c76b1b657bc35f742198" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.0.1", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.1.zip", + "archiveFileName": "Effortless_SPIFFS-2.0.1.zip", + "size": 11735, + "checksum": "SHA-256:f64baf7f12b0bf20e4f64004c622eb3ff14c97743396ef2c6e1a68bbe1aa6f0d" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.0.2", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.2.zip", + "archiveFileName": "Effortless_SPIFFS-2.0.2.zip", + "size": 11743, + "checksum": "SHA-256:2d8152e265a8a3b75556b01980e82aa633dbb0d86f0d954155576a7b092c21ed" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.0.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.0.zip", + "size": 11951, + "checksum": "SHA-256:ad4f563c54b1ecb62e2aa3df7014b3c4541a23f3bb315eed50dd9d869ee81381" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.1", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.1.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.1.zip", + "size": 14346, + "checksum": "SHA-256:3825f6f27cf49598d567785a1efbce566ee3e59e6831e8804f6764dd24f088b2" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.2", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.2.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.2.zip", + "size": 14359, + "checksum": "SHA-256:e3549947659496b39396180fb28f546dd48cf9eceea2164faac2ea60b827e6f9" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.3", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.3.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.3.zip", + "size": 14364, + "checksum": "SHA-256:a51d51254a8c79575b26a76ff9d378a3e5c75851e697b4c09fe2d2f1ad83d11a" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.4", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.4.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.4.zip", + "size": 14358, + "checksum": "SHA-256:023aad6f733d2466f7bf21e96c67bbc30f7188810c403e03218e07d082f927eb" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.2.4", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.2.4.zip", + "archiveFileName": "Effortless_SPIFFS-2.2.4.zip", + "size": 14499, + "checksum": "SHA-256:470af95333d67246dca2531945037e545d996b1d1746410c514b98aeccc75b78" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.3.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.3.0.zip", + "archiveFileName": "Effortless_SPIFFS-2.3.0.zip", + "size": 14593, + "checksum": "SHA-256:d10bd1de6d83e776f3bbf6c9f04e597f9896a4820b06feefc5a3da2398be33a1" + }, + { + "name": "DataSeriesPod", + "version": "1.0.0", + "author": "Michael Matus \u003cmichael@matus.at\u003e", + "maintainer": "Michael Matus \u003cmichael@matus.at\u003e", + "license": "MIT", + "sentence": "A simple Arduino data logging library", + "paragraph": "This library provides basic functionality for recording and processing data values. It is typically used for preprocessing and data reduction of frequently arriving sensor data. Check out the GitHub repository for a comprehensive documentation.", + "website": "https://github.com/matusm/Arduino-DataSeriesPod", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matusm/Arduino-DataSeriesPod.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matusm/DataSeriesPod-1.0.0.zip", + "archiveFileName": "DataSeriesPod-1.0.0.zip", + "size": 7045, + "checksum": "SHA-256:4c5765fb4b2488bc877d92086b28019159f7c0256a9e4baa59b830bb72a96908" + }, + { + "name": "iBit_Arduino", + "version": "0.5.0", + "author": "Pakpoom Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "maintainer": "Pakpoom Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "sentence": "A control library for iBit Board.", + "paragraph": "This library easy to read input and control output on iBit Board.", + "website": "https://github.com/jcubuntu/iBit_Arduino", + "category": "Signal Input/Output", + "architectures": ["nRF5"], + "types": ["Contributed"], + "repository": "https://github.com/jcubuntu/iBit_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-0.5.0.zip", + "archiveFileName": "iBit_Arduino-0.5.0.zip", + "size": 9710, + "checksum": "SHA-256:b3bbe82b15dfd2e817a430f902d0108bfacbf2a3d00ad6396f18fee20f706f49" + }, + { + "name": "iBit_Arduino", + "version": "1.0.1", + "author": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "sentence": "A control library for iBit Board.", + "paragraph": "This library easy to read input and control output on iBit Board.", + "website": "https://github.com/jcubuntu/iBit_Arduino", + "category": "Signal Input/Output", + "architectures": ["nRF5"], + "types": ["Contributed"], + "repository": "https://github.com/jcubuntu/iBit_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-1.0.1.zip", + "archiveFileName": "iBit_Arduino-1.0.1.zip", + "size": 9710, + "checksum": "SHA-256:04845165f3e5bec8a27f87e38290443262800a63c05b935d9a4897a2ebea576d" + }, + { + "name": "iBit_Arduino", + "version": "1.0.2", + "author": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "sentence": "A control library for iBit Board.", + "paragraph": "This library easy to read input and control output on iBit Board.", + "website": "https://github.com/jcubuntu/iBit_Arduino", + "category": "Signal Input/Output", + "architectures": ["nRF5"], + "types": ["Contributed"], + "repository": "https://github.com/jcubuntu/iBit_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-1.0.2.zip", + "archiveFileName": "iBit_Arduino-1.0.2.zip", + "size": 9718, + "checksum": "SHA-256:72539875696ada34817a87b59dc61a57b55c288147be18788c7480a03db1f8aa" + }, + { + "name": "J1850 VPW Arduino Transceiver Library", + "version": "0.0.1", + "author": "Steve Matafonov", + "maintainer": "Steve Matafonov", + "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", + "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", + "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-0.0.1.zip", + "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-0.0.1.zip", + "size": 44578, + "checksum": "SHA-256:09e95b0d309e6317116f368f1efea926496d3a5064c47aecc188c008c057d142" + }, + { + "name": "J1850 VPW Arduino Transceiver Library", + "version": "1.0.0", + "author": "Steve Matafonov", + "maintainer": "Steve Matafonov", + "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", + "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", + "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "providesIncludes": ["j1850vpw.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-1.0.0.zip", + "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-1.0.0.zip", + "size": 48959, + "checksum": "SHA-256:4130dcb739010546614356782067e7df1e8b4056545b8c02663be18f8dd25d56" + }, + { + "name": "J1850 VPW Arduino Transceiver Library", + "version": "1.0.1", + "author": "Steve Matafonov", + "maintainer": "Steve Matafonov", + "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", + "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", + "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "providesIncludes": ["j1850vpw.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-1.0.1.zip", + "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-1.0.1.zip", + "size": 48963, + "checksum": "SHA-256:6d053ea3495e5a7336c3f092e1523a726efae6c76278683ae2e48d2197e81e97" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.0", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image uploader", + "paragraph": "Publish an image to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": ["ImgurUploader.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.0.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.0.zip", + "size": 380953, + "checksum": "SHA-256:41eabf8ed71a91de0c714aa53f2102482294c821c21b2f08923f6750f367999b" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.1", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image/Video uploader", + "paragraph": "Publish an image or video to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": ["ImgurUploader.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.1.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.1.zip", + "size": 381349, + "checksum": "SHA-256:28de48acf6f4d719a3f590608769e07e210c7779b736033ed5e9bf1dacd28278" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.2", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image/Video uploader", + "paragraph": "Publish an image or video to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": ["ImgurUploader.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.2.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.2.zip", + "size": 381384, + "checksum": "SHA-256:0868f25e3c3a0fbc16e71fd3881c5f8353dffaec5eec9bfcae8d07b97c209921" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.3", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image/Video uploader", + "paragraph": "Publish an image or video to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": ["ImgurUploader.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.3.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.3.zip", + "size": 381468, + "checksum": "SHA-256:2143a3cbaeafab8f155e4c1d20503def01be6ed732e8a7eedf69bd3e2c922981" + }, + { + "name": "STUSB4500", + "version": "1.0.0", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.0.zip", + "archiveFileName": "STUSB4500-1.0.0.zip", + "size": 17303, + "checksum": "SHA-256:61d40ce2feb61510ded8f96720ab41d7f31a685011f2a1ba3aa58859dd4e202f" + }, + { + "name": "STUSB4500", + "version": "1.0.3", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.3.zip", + "archiveFileName": "STUSB4500-1.0.3.zip", + "size": 17586, + "checksum": "SHA-256:5b310f58c7d4aedcbf551c341e48c57013b3aa23c6e35722ac61371a05fd53bf" + }, + { + "name": "STUSB4500", + "version": "1.0.4", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.4.zip", + "archiveFileName": "STUSB4500-1.0.4.zip", + "size": 17707, + "checksum": "SHA-256:2a68cf43953dafbd005b6311c145908b8ad2c90bd92f8392e53ab8945c0759ed" + }, + { + "name": "STUSB4500", + "version": "1.0.5", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.5.zip", + "archiveFileName": "STUSB4500-1.0.5.zip", + "size": 18725, + "checksum": "SHA-256:192ec519d2306d5b39b884a598438c6b9a7a0bd4b80a72ce2eecf770c01fdf40" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.0", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.0.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.0.zip", + "size": 7349718, + "checksum": "SHA-256:accfa4c7753f19390c74597aaa839d84bce85516459527d45e8b8abc9b51adc9" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.2", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.2.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.2.zip", + "size": 7350403, + "checksum": "SHA-256:c809777b7860a36837d91045e58db073f403606644493ccb563b22e6803d3cec" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.3", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.3.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.3.zip", + "size": 7350671, + "checksum": "SHA-256:35082b0718a7ec0c9761cf37906a8ad9001853c755f730f26c25c114fb958986" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.5", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "An autolayout engine with callback support for designing and organizing buttons, text fields, and modal windows for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.5.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.5.zip", + "size": 7351460, + "checksum": "SHA-256:5e3df0b5004b7fddb753d29b8c0726fcc31b76aecacd452ce79f6489d764e591" + }, + { + "name": "TSL2591MI", + "version": "0.9.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems TSL2591 Lux Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/tsl2591/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/christandlg/tsl2591mi.git", + "providesIncludes": ["TSL2591.h", "Wire.h"], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/TSL2591MI-0.9.0.zip", + "archiveFileName": "TSL2591MI-0.9.0.zip", + "size": 27940, + "checksum": "SHA-256:056e8e42bbcda67eeecbc9be7a19b6482ed313ccf65e51f9d73b6f12f300a8d6" + }, + { + "name": "sunezy-mon", + "version": "1.0.2", + "author": "guglicap", + "maintainer": "guglicap", + "license": "MIT", + "sentence": "Arduino Library to communicate with SunEzy / Orion inverters.", + "paragraph": "You can use this library to communicate with SunEzy or Orion devices using the RS232 port.", + "website": "https://github.com/guglicap/arduino-pv", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/guglicap/arduino-pv.git", + "providesIncludes": ["inverter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/guglicap/sunezy_mon-1.0.2.zip", + "archiveFileName": "sunezy_mon-1.0.2.zip", + "size": 10696, + "checksum": "SHA-256:c50e6eacaacd4ff749593b854035ea706972141b2d754ced4d2faca78a7696d7" + }, + { + "name": "aE2", + "version": "1.0.0", + "author": "Michael Matus \u003cmichael@matus.at\u003e", + "maintainer": "Michael Matus \u003cmichael@matus.at\u003e", + "license": "MIT", + "sentence": "E+E E2-sensor library for Arduino.", + "paragraph": "This library provides an object oriented API for using thermo-hygrometric sensors by E+E. Those sensors can be connected via the propriatary E2 bus.", + "website": "https://github.com/matusm/Arduino-E2", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/matusm/Arduino-E2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matusm/aE2-1.0.0.zip", + "archiveFileName": "aE2-1.0.0.zip", + "size": 6379, + "checksum": "SHA-256:c25bd111f9637cf95259cd5eb79880f116bba013e7b72d66ef6b1dc6d608ace9" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.0.0.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.0.0.zip", + "size": 340602, + "checksum": "SHA-256:db27b510132592d467ee6698b7096c054cbd24a479b79f2a1aaac322304d2c69" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.0.1.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.0.1.zip", + "size": 340602, + "checksum": "SHA-256:91d383aa3a18b82b38201ea640d8062a07315c1b2aead8f7bef7a6a98d3d2acc" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.0.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.0.zip", + "size": 341058, + "checksum": "SHA-256:f89dc4bfcf120bbb05aa8c6746a23adae974cb41b1082dff787804b3eed503da" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.1.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.1.zip", + "size": 341022, + "checksum": "SHA-256:25bdecf8c2c87092cc4c7756b1ab00e76771982e33a403bee39760d1256cd4d9" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.2.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.2.zip", + "size": 341079, + "checksum": "SHA-256:68b3bea238e08ed7c2993aa2e63282a49e29bc524b96c5bcda32cbc5fd580a41" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.3.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.3.zip", + "size": 341195, + "checksum": "SHA-256:c83f1babe5a8c99356537ff83f322fd8c459144fd4251fa4f0c6f4e83e3522df" + }, + { + "name": "jsonlib", + "version": "0.1.1", + "author": "Justin Shaw wyojustin@gmail.com", + "maintainer": "Justin Shaw wyojustin@gmail.com", + "sentence": "A simple JSON parsing library.", + "paragraph": "This library is intended to be a light weight alternative to ArduinoJson.", + "website": "https://github.com/wyolum/jsonlib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wyolum/jsonlib.git", + "providesIncludes": ["jsonlib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wyolum/jsonlib-0.1.1.zip", + "archiveFileName": "jsonlib-0.1.1.zip", + "size": 13545, + "checksum": "SHA-256:1cebe74671150e1efca88a6c10f3cd41c90b68bc754a132dbfb86cf79a6b9683" + }, + { + "name": "BasicTinkering", + "version": "1.0.0", + "author": "snototter \u003cmuspellr@gmail.com\u003e", + "maintainer": "snototter \u003cmuspellr@gmail.com\u003e", + "sentence": "A collection of wrapper classes for commonly used electronic components.", + "paragraph": "Supports: buttons, LED control (incl. blinking \u0026 dimming), digital tubes, etc.", + "website": "https://github.com/snototter/BasicTinkering", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/snototter/BasicTinkering.git", + "providesIncludes": ["BtButton.h", "BtLED.h", "BtPotentiometer.h", "BtSevenSegmentDisplay.h", "BtStopWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/snototter/BasicTinkering-1.0.0.zip", + "archiveFileName": "BasicTinkering-1.0.0.zip", + "size": 16953, + "checksum": "SHA-256:ce316973e69ec405630192488c7e597818c82a5056dff074afd8fbf7774a2c59" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.0.zip", + "archiveFileName": "Melopero_LSM9DS1-1.0.0.zip", + "size": 17785, + "checksum": "SHA-256:85d459c1a8d1227418b850ee7b473be6e843c6690828ea0d734f96cb1c498a30" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.1.zip", + "archiveFileName": "Melopero_LSM9DS1-1.0.1.zip", + "size": 21132, + "checksum": "SHA-256:63c9418354f3f5d350502ca332e8c76bb11a5ddc0972a6ff65a9c3e487565e78" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.0.2", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.2.zip", + "archiveFileName": "Melopero_LSM9DS1-1.0.2.zip", + "size": 192492, + "checksum": "SHA-256:6a073e6e0c01079a8706d57b40b20488698be256dbde80fb3fd0ead064acc216" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.0.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.0.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.0.0.zip", + "size": 9117, + "checksum": "SHA-256:20e3aefd2516c0f7f40998a8afcaaa91932e302381d9ccfab00f856897adb4fe" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.1.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.1.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.1.0.zip", + "size": 889257, + "checksum": "SHA-256:0608b38e55d0ea4ffaf33d5bc746bae2300845d1f5e89aafb71e992e95ebec25" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.2.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.2.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.2.0.zip", + "size": 3861595, + "checksum": "SHA-256:225dd6a40e6e84d9587cf3fd41c04c912e5d0f30848bd78407e4717eae83d2f1" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.3.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.3.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.3.0.zip", + "size": 3862415, + "checksum": "SHA-256:e83fedae15d33045ebeba4ff80736cf5e5212760b8d779fee13c1a9a8e25cf64" + }, + { + "name": "SoilSensor", + "version": "1.2.0", + "author": "podija", + "maintainer": "podija \u003cpodija@adafruit.com\u003e", + "sentence": "Arduino library for HARDWARIO Soil Sensor.", + "paragraph": "This sensor allow to measure soil moisture and temperature.", + "website": "https://github.com/bigclownlabs/SoilSensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bigclownlabs/SoilSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bigclownlabs/SoilSensor-1.2.0.zip", + "archiveFileName": "SoilSensor-1.2.0.zip", + "size": 10413, + "checksum": "SHA-256:51bbaa4dcc2a158ab52af38725e81dbdacdddb1b55297bacb49870582c8bbe98" + }, + { + "name": "ACS-M1128", + "version": "2.2.1-b2", + "author": "SAM Element \u003cdeveloper@samelement.com\u003e", + "maintainer": "Benny \u003cbenny@samelement.com\u003e, Daniel \u003cdaniel@samelement.com\u003e", + "sentence": "ACS-M1128 SAM Element IoT WiFi Connectivity", + "paragraph": "Arduino Library for SAM Element IoT WiFi Connectivity", + "website": "https://github.com/samelement/ACS-M1128", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/samelement/ACS-M1128.git", + "url": "https://downloads.arduino.cc/libraries/github.com/samelement/ACS_M1128-2.2.1-b2.zip", + "archiveFileName": "ACS_M1128-2.2.1-b2.zip", + "size": 916274, + "checksum": "SHA-256:c97bdbf3c770e35587fdbe9bab8f6ec3d1ad6803ae9dbbfefa77141071819daa" + }, + { + "name": "Nova_SDS011 Sensor Library", + "version": "0.1.0", + "author": "R.Orecki", + "maintainer": "R.Orecki", + "sentence": "Nova SDS011 dust sensor library", + "paragraph": "Arduino library for driving Nova Fitness Co.,Ltd. SDS011 dust sensor. Written according to Laser Dust Sensor Control Protocol V1.3", + "website": "https://github.com/Silvan85/Nova_SDS011", + "category": "Sensors", + "architectures": ["esp8266", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/Silvan85/Nova_SDS011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silvan85/Nova_SDS011_Sensor_Library-0.1.0.zip", + "archiveFileName": "Nova_SDS011_Sensor_Library-0.1.0.zip", + "size": 555705, + "checksum": "SHA-256:3e84291565329670b0f71181858d454489c8084acb5d1b7741c974aa80f60542" + }, + { + "name": "SparkFun HyperDisplay", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays", + "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", + "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-1.0.3.zip", + "archiveFileName": "SparkFun_HyperDisplay-1.0.3.zip", + "size": 55390, + "checksum": "SHA-256:a69b3959dea936b65875e8ceccc5ad591e7c7d4ca7b21ad7a6a2e02af5e2f112" + }, + { + "name": "SparkFun HyperDisplay", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays", + "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", + "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-2.0.0.zip", + "archiveFileName": "SparkFun_HyperDisplay-2.0.0.zip", + "size": 55390, + "checksum": "SHA-256:65fc3fda092ed263fde1915b81f458ade6d87a078d9b9055835a36e4e3f0b73f" + }, + { + "name": "SparkFun HyperDisplay", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays", + "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", + "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-2.0.1.zip", + "archiveFileName": "SparkFun_HyperDisplay-2.0.1.zip", + "size": 62127, + "checksum": "SHA-256:e767a75bd0252850991f562753a758cb1154aa6bd0374dfd7c82ac94996ed1c1" + }, + { + "name": "SparkFun HyperDisplay ILI9163C", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "ILI9163C extension for HyperDisplay", + "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", + "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C-1.0.1.zip", + "archiveFileName": "SparkFun_HyperDisplay_ILI9163C-1.0.1.zip", + "size": 24709, + "checksum": "SHA-256:d35dd088ed6160543ab066ddc8817de6af5e26669dd8a9d909fdf3f3f7bd5b6b" + }, + { + "name": "SparkFun HyperDisplay ILI9163C", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "ILI9163C extension for HyperDisplay", + "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", + "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C-1.0.2.zip", + "archiveFileName": "SparkFun_HyperDisplay_ILI9163C-1.0.2.zip", + "size": 25031, + "checksum": "SHA-256:3af7ae97e5a8b2c56ab93e3cbf2b469bd4ffdfc664acd1d79478fbc9df64b0cc" + }, + { + "name": "SparkFun HyperDisplay SSD1309", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", + "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", + "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.0.1.zip", + "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.0.1.zip", + "size": 50938, + "checksum": "SHA-256:d5465fd35d34a975b3bf739b7f92b43c4d98ee63c8a3cd284b099235e8d95d0a" + }, + { + "name": "SparkFun HyperDisplay SSD1309", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", + "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", + "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.1.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.1.0.zip", + "size": 51018, + "checksum": "SHA-256:911adcd48db2a926479c64b1165e359de9bf4f1e0e4ce3db3f0569d4f17aa0b3" + }, + { + "name": "SparkFun HyperDisplay SSD1309", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", + "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", + "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.1.1.zip", + "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.1.1.zip", + "size": 51631, + "checksum": "SHA-256:e5495eadc701384072cdd926f4e94b6f242b9124fea01ecfcd7fcb24ca3e5416" + }, + { + "name": "SparkFun HyperDisplay KWH018ST01", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control SparkFun 1.8\" TFT products using HyperDisplay", + "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 1.8\" TFT products from SparkFun. Use all the features of HyperDisplay", + "website": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay ILI9163C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_KWH018ST01-1.0.2.zip", + "archiveFileName": "SparkFun_HyperDisplay_KWH018ST01-1.0.2.zip", + "size": 344631, + "checksum": "SHA-256:a6229790311abfae0ae214a0225f6ce041b1488defe9064766f1c9ca0301805b" + }, + { + "name": "SparkFun HyperDisplay Transparent Graphical OLED", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", + "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", + "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay SSD1309" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.0.2.zip", + "archiveFileName": "SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.0.2.zip", + "size": 438078, + "checksum": "SHA-256:f3de5b7f887b8915e686e9183b454cb079ae5e5ac597967ae46816f45e5f579b" + }, + { + "name": "SparkFun HyperDisplay Transparent Graphical OLED", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", + "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", + "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay SSD1309" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.1.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.1.0.zip", + "size": 440264, + "checksum": "SHA-256:3a90bf8d45dfb365b97788d6de5cd99ccbd30878fbaa24e15f0a8e8638654ec6" + }, + { + "name": "PCA9634 library", + "version": "1.0.0", + "author": "Marco Mojana", + "maintainer": "Marco Mojana \u003cm.mojana@gmail.com\u003e", + "sentence": "A library for the PCA9634 8-bit Fm+ I2C-bus LED driver.", + "paragraph": "This library gives access to all the chip features with a simple interface.", + "website": "https://github.com/mmojana/pca9634-arduino-library/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mmojana/pca9634-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmojana/PCA9634_library-1.0.0.zip", + "archiveFileName": "PCA9634_library-1.0.0.zip", + "size": 18077, + "checksum": "SHA-256:1201f29f95a60623bac2e152cba44b523d14af479598a855d681a4c63b816a80" + }, + { + "name": "XPT2046_Calibrated", + "version": "1.0.0", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "XPT2046_Touchscreen-based library with 3-point calibration", + "paragraph": "Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang \u0026 Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage.", + "website": "https://github.com/ardnew/XPT2046_Calibrated", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/XPT2046_Calibrated.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/XPT2046_Calibrated-1.0.0.zip", + "archiveFileName": "XPT2046_Calibrated-1.0.0.zip", + "size": 9989, + "checksum": "SHA-256:112f93117a103f9d4a0e1d4ab740ac436da49d19cc46db8853f865a02fec5c0f" + }, + { + "name": "XPT2046_Calibrated", + "version": "1.0.1", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "XPT2046_Touchscreen-based library with 3-point calibration", + "paragraph": "Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang \u0026 Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage.", + "website": "https://github.com/ardnew/XPT2046_Calibrated", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ardnew/XPT2046_Calibrated.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/XPT2046_Calibrated-1.0.1.zip", + "archiveFileName": "XPT2046_Calibrated-1.0.1.zip", + "size": 12342, + "checksum": "SHA-256:51d241c699cee47f86e62442018ada721739ea013199dcffb59d60447401040e" + }, + { + "name": "Arduino_CRC32", + "version": "1.0.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "Arduino library providing a simple interface to perform checksum calculations utilizing the CRC-32 algorithm.", + "website": "https://github.com/arduino-libraries/Arduino_CRC32", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_CRC32.git", + "providesIncludes": ["Arduino_CRC32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_CRC32-1.0.0.zip", + "archiveFileName": "Arduino_CRC32-1.0.0.zip", + "size": 7711, + "checksum": "SHA-256:46da803449dc62533820de3270690fda0d196481b131c20a60ff5994eb30b91a" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.1", + "author": "Connected Future Labs", + "maintainer": "Nitin Nair \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_FW_NCP5623", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.1.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.1.zip", + "size": 5124, + "checksum": "SHA-256:6f22c9197e4646827a8527c6358e2acc9af80809fcdb257d3806156926adeb29" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.2", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.2.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.2.zip", + "size": 5117, + "checksum": "SHA-256:6c8d247c436390dd0b8dd2cace19096e8e6fd46be7bde6f3a7d850566ff64556" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.3.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.3.zip", + "size": 5716, + "checksum": "SHA-256:f74463e27574b740b5ec290686b81c5deff42ab9be65c7ad78d67e403b114a66" + }, + { + "name": "M5Atom", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": ["M5Atom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.1.zip", + "archiveFileName": "M5Atom-0.0.1.zip", + "size": 42656, + "checksum": "SHA-256:6dc4478581c7a32262e97bc515f55964f1671cca2b3a1f6b56e79746c79b2675" + }, + { + "name": "M5Atom", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": ["M5Atom.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.2.zip", + "archiveFileName": "M5Atom-0.0.2.zip", + "size": 2697297, + "checksum": "SHA-256:dce513c2e5c3ca6e531cf04ce80b2bf7da0031a9f75864ed67da4e7bb18579d2" + }, + { + "name": "M5Atom", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": ["M5Atom.h"], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.3.zip", + "archiveFileName": "M5Atom-0.0.3.zip", + "size": 2767368, + "checksum": "SHA-256:b9e0815a1d14ac946bec21e12d222faff48bbfe09e1b379fca65f947197679e2" + }, + { + "name": "EmotiBit MAX30101", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.2.zip", + "archiveFileName": "EmotiBit_MAX30101-1.1.2.zip", + "size": 75699, + "checksum": "SHA-256:80a11added287b676207a1b291e9b1cee6b95df83c9d5fc34b7bc5054430728c" + }, + { + "name": "EmotiBit MAX30101", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.3.zip", + "archiveFileName": "EmotiBit_MAX30101-1.1.3.zip", + "size": 97428, + "checksum": "SHA-256:a01db419fd8eac8f2fdf3691c8505854cbb1c255a1bdc8d56f3aa1f7602ad1f6" + }, + { + "name": "HONEYLemon", + "version": "0.0.1", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library HONEYLemon Platform.", + "paragraph": "Support Arduino HONEYLemon Platform.", + "website": "http://lemon.honey.co.th", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "providesIncludes": ["HONEYLemon.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.0.1.zip", + "archiveFileName": "HONEYLemon-0.0.1.zip", + "size": 323509, + "checksum": "SHA-256:ae451c6a27f213f4e09b3597d97a935ee24f50e645f622c5be02d257d5bc9f36" + }, + { + "name": "HONEYLemon", + "version": "0.1.1", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library HONEYLemon Platform.", + "paragraph": "Support Arduino HONEYLemon Platform.", + "website": "http://lemon.honey.co.th", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "providesIncludes": ["HONEYLemon.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.1.1.zip", + "archiveFileName": "HONEYLemon-0.1.1.zip", + "size": 340557, + "checksum": "SHA-256:f88e91e019b03cbd95555d88dc0188a93b9bbc09ed227dac490f3cc04dc5f138" + }, + { + "name": "HONEYLemon", + "version": "0.1.3", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library HONEYLemon Platform.", + "paragraph": "Support Arduino HONEYLemon Platform.", + "website": "http://lemon.honey.co.th", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "providesIncludes": ["HONEYLemon.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.1.3.zip", + "archiveFileName": "HONEYLemon-0.1.3.zip", + "size": 348673, + "checksum": "SHA-256:7e96c087d37638c36ea281aa0ba0418ac706b49ee60ecbb1de0c91cb7d397065" + }, + { + "name": "CTC GO MOTIONS", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Lenard George\u003cl.george@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Motions Expansion", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Motions Expansion", + "website": "https://github.com/arduino-libraries/CTC-Go-Motions-Expansion.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arduino-libraries/CTC-Go-Motions-Expansion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_MOTIONS-1.0.0.zip", + "archiveFileName": "CTC_GO_MOTIONS-1.0.0.zip", + "size": 29955, + "checksum": "SHA-256:b0c633a9058a6db8a531764404611e3a1e462448ce5ea3e21fc11cc323dd5a79" + }, + { + "name": "EmotiBit MLX90632", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for using MLX90632 FIR sensor", + "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", + "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.2.zip", + "archiveFileName": "EmotiBit_MLX90632-1.0.2.zip", + "size": 20872, + "checksum": "SHA-256:edffdb71dc0d89b67c313583b948c1689f162cfd6ba59aae7af9e54a80a202d8" + }, + { + "name": "EmotiBit MLX90632", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for using MLX90632 FIR sensor", + "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", + "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.3.zip", + "archiveFileName": "EmotiBit_MLX90632-1.0.3.zip", + "size": 23273, + "checksum": "SHA-256:35dc456a61b9b7be548a1d7865ac21cf2ee014a7857357c87a539dca59ae1d45" + }, + { + "name": "EmotiBit MLX90632", + "version": "1.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for using MLX90632 FIR sensor", + "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", + "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.8.zip", + "archiveFileName": "EmotiBit_MLX90632-1.0.8.zip", + "size": 23451, + "checksum": "SHA-256:ba4ae84d603f3ab60921da6463f9dc0b4ee7db1b50f4308146ffc94298f1758c" + }, + { + "name": "ESP QRcode", + "version": "3.0.0", + "author": "Anun Panya \u003caspirinenun@gmail.com\u003e and Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for SSD1306 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for SSD1306 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.0.zip", + "archiveFileName": "ESP_QRcode-3.0.0.zip", + "size": 110390, + "checksum": "SHA-256:bb0b3c9e5f887853bcd9b88112ae2e01cd9a2a74ed8db3662d1cc7697779fdf1" + }, + { + "name": "ESP QRcode", + "version": "3.0.2", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.2.zip", + "archiveFileName": "ESP_QRcode-3.0.2.zip", + "size": 110427, + "checksum": "SHA-256:0c54c6c1a6ac313ba8e475254bda1e4511a3ec986ccd3a03cdbce7c791d21191" + }, + { + "name": "ESP QRcode", + "version": "3.0.3", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.3.zip", + "archiveFileName": "ESP_QRcode-3.0.3.zip", + "size": 110480, + "checksum": "SHA-256:866f15b41911b057772cd4476d72161dc877d0058643d74356c2c4fd032e7d42" + }, + { + "name": "ESP QRcode", + "version": "4.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-4.0.0.zip", + "archiveFileName": "ESP_QRcode-4.0.0.zip", + "size": 140063, + "checksum": "SHA-256:b0b0dc88b0db689ca809693c0b6fe3981767bd01535fac8dff66c21221a7941e" + }, + { + "name": "ESP QRcode", + "version": "4.0.1", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-4.0.1.zip", + "archiveFileName": "ESP_QRcode-4.0.1.zip", + "size": 140055, + "checksum": "SHA-256:fac685cf79336316fc06440dc8d93b3889217c0d7de32a84ab48aff4e805c226" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.1.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": ["AT_SIM7020E.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.1.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.1.0.zip", + "size": 24628, + "checksum": "SHA-256:3beeb8fb0e18b1d75f18f6e77a63f4cac4ece288bfa0182d36031677f334d336" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.2.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": ["AT_SIM7020E.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.2.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.2.0.zip", + "size": 27363, + "checksum": "SHA-256:961d4195ae1556f0da0dac56fef2fade5148b74726a8478d7a98e1c766f21d4f" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.2.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": ["AT_SIM7020E.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.2.1.zip", + "archiveFileName": "Magellan_SIM7020E-1.2.1.zip", + "size": 27366, + "checksum": "SHA-256:f6d4cee9b9f0561880018e4b791aaf86650cb1d3b42cca4c79995bac86b9025d" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.3.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": ["AT_SIM7020E.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.3.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.3.0.zip", + "size": 28965, + "checksum": "SHA-256:d5a3bfc15d2e5b5b82b763b11dddf3cbe998db1ccf44c935fdae1f3fbebd67cc" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.4.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": ["AT_SIM7020E.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.4.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.4.0.zip", + "size": 43580, + "checksum": "SHA-256:b739b06c9be6ee0ae34f1ebdda88606ccd4eff179ced73c498331c46833d9846" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.4.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": ["AT_SIM7020E.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.4.1.zip", + "archiveFileName": "Magellan_SIM7020E-1.4.1.zip", + "size": 45769, + "checksum": "SHA-256:a851a272c94ee7db8c1307deebe064efdabf8930aee6a22665e65634d2778e95" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega/UNO/Nano boards, with or without SSL, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 modules to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.4.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.4.zip", + "size": 120327, + "checksum": "SHA-256:6e2ac0dcb454aa75d940211390eec7b20d15b48afb1e66aff9d9ceba63f9f7dc" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega boards, with or without SSL, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 modules to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.5.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.5.zip", + "size": 123372, + "checksum": "SHA-256:1cf9f2dedeb48bb0671179a2885a1c9473b35b17c31498f4705951eec15e8e26" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, etc. boards, with or without SSL, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.6.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.6.zip", + "size": 135947, + "checksum": "SHA-256:15e3060daf7291e8497883121f6979e7307d5a0039d06f25662690b67cf2ba07" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, or FlashStorage", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.7.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.7.zip", + "size": 155360, + "checksum": "SHA-256:16987d85e6089092a088f803988c79af34df280fb1ce43435571640887c700bb" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, or FlashStorage", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.8.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.8.zip", + "size": 155764, + "checksum": "SHA-256:5202518faaab91b85ec982a4e07c58dffb66a00ef02b5d1b409ee9ef36f5964e" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.9.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.9.zip", + "size": 154420, + "checksum": "SHA-256:13a7359eae66519db3eea18a879a5041c9d170ec91ff8815410c296aaa6d8b18" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.10.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.10.zip", + "size": 366003, + "checksum": "SHA-256:b43d299672fa5d73e72c9aee8bbff65c63e95638d3723782d978d2afd7816100" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.11.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.11.zip", + "size": 366618, + "checksum": "SHA-256:bb6ad6a78cab5c02f4a1931d0a6ddcf156f5c747985236a43a63f0ae21e358a5" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.12.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.12.zip", + "size": 301999, + "checksum": "SHA-256:1732339b31f1ca6102e7720de243dba40a02f59595617166b9cd65dc3776d930" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.13", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in SPIFFS, EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.13.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.13.zip", + "size": 421935, + "checksum": "SHA-256:fcb7cf09507a193cc6d419f9fdf2b34166cf0aaa25f1098c63ed7c8983de8467" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.14", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in SPIFFS, LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.14.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.14.zip", + "size": 466954, + "checksum": "SHA-256:772b61452d7ed806a62650a552063473c967fccb0815677a9ac29869a63478fb" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.15", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.15.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.15.zip", + "size": 519941, + "checksum": "SHA-256:97105dc57664c089db5a1ef0a03b8b001442ea33cde39a30300246fea236efc6" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.16", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.16.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.16.zip", + "size": 538807, + "checksum": "SHA-256:7ce6c4b3bd055fc117c58af1894e3531dbeabb1ec9cb08cfa5e7cdbfb114450b" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.17", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.17.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.17.zip", + "size": 713565, + "checksum": "SHA-256:8f5579c9ec0cd813d867bdbada4a5a1c5b5741b5a6776627a79964cdb206ec39" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.18", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.18.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.18.zip", + "size": 832864, + "checksum": "SHA-256:3fc70fbf4ed9bafec326c7bb49704ba355b9afdbbc8696ee1c241f980506efc5" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.1.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.1.0.zip", + "size": 934601, + "checksum": "SHA-256:9b1be8bfc00cca7c047b0bd1cc8920cca271ed01834a2d413f5e56be8df77d77" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.2.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.2.0.zip", + "size": 913510, + "checksum": "SHA-256:b84319f95e9ab3f700aee033ecbc08d5390af4cbe685f9a712b9391a1ce9da76" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.2.1.zip", + "archiveFileName": "BlynkEthernet_Manager-1.2.1.zip", + "size": 921229, + "checksum": "SHA-256:910c856513ea22dbc6b3bdb4516ef4efa63f025ce1d5d64f2b4e8ad55b79973a" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.3.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.3.0.zip", + "size": 1291229, + "checksum": "SHA-256:ac526a51db87ee88ece014e92950c837e9643c60527686cc3147b6d7f00f18e7" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.4.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.4.0.zip", + "size": 1252967, + "checksum": "SHA-256:67ee7300a00b081cd91869e4c21a7d7a2bb9028a33a43e8befd8b648623f9737" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.5.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.5.0.zip", + "size": 1282918, + "checksum": "SHA-256:a7a2444d04e0443288b810f5cf14082705c14eb5d3647284b9857ddcdc55fdde" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.0.zip", + "archiveFileName": "Adafruit_DPS310-1.0.0.zip", + "size": 12742, + "checksum": "SHA-256:17017073d6f6ec74255a8487fb337666d8c801c489569d0c2c962741ef646446" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.1.zip", + "archiveFileName": "Adafruit_DPS310-1.0.1.zip", + "size": 12745, + "checksum": "SHA-256:642ea48e9fb1d9dc4d7f5991cc0f60d897b00b9db6355ceadf4485b350ec4c3b" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.2.zip", + "archiveFileName": "Adafruit_DPS310-1.0.2.zip", + "size": 12753, + "checksum": "SHA-256:a44811ed28f3bf0906dacc8a49d5f8d45dc608eaa7c7fddc44ab87397f6c50b5" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.3.zip", + "archiveFileName": "Adafruit_DPS310-1.0.3.zip", + "size": 12735, + "checksum": "SHA-256:494bfab2f11030da19ce93b782c4d028c63bef355f6631960b8490192c1d148b" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.4.zip", + "archiveFileName": "Adafruit_DPS310-1.0.4.zip", + "size": 12792, + "checksum": "SHA-256:e03667a7be7ceb26cbc3bc5b761e2a193ce1630ba1fe6e232c503583c89d812b" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.5.zip", + "archiveFileName": "Adafruit_DPS310-1.0.5.zip", + "size": 13594, + "checksum": "SHA-256:98e99267e281f734e89926094993aa2d82131f28f77a7a442a9fb56158d6439e" + }, + { + "name": "Adafruit DPS310", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.0.zip", + "archiveFileName": "Adafruit_DPS310-1.1.0.zip", + "size": 13807, + "checksum": "SHA-256:e2809edc9be36a0e287682d053e9f6b2ba94b9729219a1528504ea272d41f894" + }, + { + "name": "Adafruit DPS310", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.1.zip", + "archiveFileName": "Adafruit_DPS310-1.1.1.zip", + "size": 13807, + "checksum": "SHA-256:69fab7c29093c121bb842091becd327a34bf205ae36f583fbeaadede01d093eb" + }, + { + "name": "Adafruit 10DOF", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 10DOF Breakout.", + "paragraph": "This driver is for the Adafruit 10DOF Breakout, and makes use of Adafruit's Unified Sensor Library to provide standard SI units of measure and easy to reuse sensor data.", + "website": "https://github.com/adafruit/Adafruit_10DOF", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_10DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + }, + { + "name": "Adafruit BMP085 Unified" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_10DOF-1.1.1.zip", + "archiveFileName": "Adafruit_10DOF-1.1.1.zip", + "size": 805951, + "checksum": "SHA-256:bb8080c76fbb6920153ea37b94331ea28311bfbee08d5808de00ab9b2b4b37de" + }, + { + "name": "PString-Arduino-lib", + "version": "3.0.1", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Abhijit Bose (@boseji) \u003csalearj@hotmail.com\u003e", + "sentence": "A Lightweight String Class for Formatting Text", + "paragraph": "Helps to easily format Strings with Fixed buffers in the background", + "website": "https://github.com/boseji/PString-Arduino-lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/boseji/PString-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/PString_Arduino_lib-3.0.1.zip", + "archiveFileName": "PString_Arduino_lib-3.0.1.zip", + "size": 16689, + "checksum": "SHA-256:e7df8409d3f20263017f80ffb19c7f010bbbce29a6d9e4438d4a76b42557dd5f" + }, + { + "name": "PString-Arduino-lib", + "version": "3.0.2", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Abhijit Bose (@boseji) \u003csalearj@hotmail.com\u003e", + "sentence": "A Lightweight String Class for Formatting Text", + "paragraph": "Helps to easily format Strings with Fixed buffers in the background", + "website": "https://github.com/boseji/PString-Arduino-lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/boseji/PString-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boseji/PString_Arduino_lib-3.0.2.zip", + "archiveFileName": "PString_Arduino_lib-3.0.2.zip", + "size": 16751, + "checksum": "SHA-256:5534217a774f3dbc9c9c9580f5eee8eeb7781ef507be4a1c5f67ee65e3194b73" + }, + { + "name": "LED744511", + "version": "1.1.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "74'4511 LED Driver Library", + "paragraph": "Arduino library for 74HC4511 BCD to 7-segment driver chip.", + "website": "http://github.com/Andy4495/LED744511", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Andy4495/LED744511.git", + "providesIncludes": ["LED744511.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/LED744511-1.1.2.zip", + "archiveFileName": "LED744511-1.1.2.zip", + "size": 98531, + "checksum": "SHA-256:15a449a0f712890328555260462cdc752fd290edcd66b3895684b4a9f1fe7d09" + }, + { + "name": "ICM7218", + "version": "1.2.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Intersil-Renesas ICM7218A/B and ICM7228A/B LED driver library.", + "paragraph": "Includes built-in ASCII character map using Direct mode.", + "website": "http://github.com/Andy4495/ICM7218", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Andy4495/ICM7218.git", + "providesIncludes": ["ICM7218.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.2.2.zip", + "archiveFileName": "ICM7218-1.2.2.zip", + "size": 518980, + "checksum": "SHA-256:3fed8583c3f22e7e87163644e48e47d44f9aa634e6617cc0b7c03b5e32f96862" + }, + { + "name": "TLC591x", + "version": "1.0.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": ["TLC591x.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.0.2.zip", + "archiveFileName": "TLC591x-1.0.2.zip", + "size": 112691, + "checksum": "SHA-256:544bc270f5c6f305b4911874ddfed2d4c12d40e6c73c326af3a5e258bf2373e4" + }, + { + "name": "TLC591x", + "version": "1.0.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": ["TLC591x.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.0.3.zip", + "archiveFileName": "TLC591x-1.0.3.zip", + "size": 112996, + "checksum": "SHA-256:d07f206d9098df97937b60d77debc0e46f7b36ae5ba7390ce05ff64e110d43dd" + }, + { + "name": "TLC591x", + "version": "1.1.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": ["TLC591x.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.1.0.zip", + "archiveFileName": "TLC591x-1.1.0.zip", + "size": 113427, + "checksum": "SHA-256:21b49344d5460741bf173bd1100ba6a7368d3868629f61d898f74fb15d25b226" + }, + { + "name": "TLC591x", + "version": "1.1.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": ["TLC591x.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.1.2.zip", + "archiveFileName": "TLC591x-1.1.2.zip", + "size": 114009, + "checksum": "SHA-256:bea729cba29109dbd789f4a88a7123760bd1b0a655ca5c19b276c1804b9102f5" + }, + { + "name": "zForce Air Library", + "version": "1.0.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.0.0.zip", + "archiveFileName": "zForce_Air_Library-1.0.0.zip", + "size": 25889, + "checksum": "SHA-256:4c87085491b250c477adb19e900092662089d57299e6e41a91fd6ac9e8fb55b3" + }, + { + "name": "zForce Air Library", + "version": "1.1.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.1.0.zip", + "archiveFileName": "zForce_Air_Library-1.1.0.zip", + "size": 26242, + "checksum": "SHA-256:0a47570e6f50d0ecb3f338effc5b84ba04d8e25369a6c171829fdef1f7175a4e" + }, + { + "name": "zForce Air Library", + "version": "1.2.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.2.0.zip", + "archiveFileName": "zForce_Air_Library-1.2.0.zip", + "size": 26575, + "checksum": "SHA-256:03ffc3c557cae9a80a246a6484e466ad4a2fbe49ea4fa884c2b1823adf89aa96" + }, + { + "name": "zForce Air Library", + "version": "1.2.1", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.2.1.zip", + "archiveFileName": "zForce_Air_Library-1.2.1.zip", + "size": 30200, + "checksum": "SHA-256:aa9346c65165db6a50fb27d3df4ab56f18abb264295516e116587665541b629d" + }, + { + "name": "zForce Air Library", + "version": "1.3.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.3.0.zip", + "archiveFileName": "zForce_Air_Library-1.3.0.zip", + "size": 30202, + "checksum": "SHA-256:dba68e703d8470a49eecdc36f6adbab20eed23569f7e8e2b74872ddb0a4c24ef" + }, + { + "name": "zForce Air Library", + "version": "1.4.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.4.0.zip", + "archiveFileName": "zForce_Air_Library-1.4.0.zip", + "size": 30687, + "checksum": "SHA-256:40b9cacf0e30a1b1be5d9289e3c6144803ab7a6a4060bf951f02c353e724a305" + }, + { + "name": "zForce Air Library", + "version": "1.5.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.5.0.zip", + "archiveFileName": "zForce_Air_Library-1.5.0.zip", + "size": 30750, + "checksum": "SHA-256:ebe2c5b51966e7d448752a5874f491a929e3eb8243f032228cee503217dd83ed" + }, + { + "name": "zForce Air Library", + "version": "1.6.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.6.0.zip", + "archiveFileName": "zForce_Air_Library-1.6.0.zip", + "size": 30831, + "checksum": "SHA-256:44e66f4e8c68ca48e75f7225eb62fe26ee1f80ea1c9baabc0e4d80b44fedf805" + }, + { + "name": "zForce Air Library", + "version": "1.6.1", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.6.1.zip", + "archiveFileName": "zForce_Air_Library-1.6.1.zip", + "size": 30979, + "checksum": "SHA-256:1fd7a221b33b8d6217388ca61ebd66efde051402e60544c85667db6fb39e8e92" + }, + { + "name": "zForce Air Library", + "version": "1.6.2", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.6.2.zip", + "archiveFileName": "zForce_Air_Library-1.6.2.zip", + "size": 31152, + "checksum": "SHA-256:14d65b265932ad9c58c0f6de5d81c64f244aec3a264e5ee93b87ab2a7bf75683" + }, + { + "name": "zForce Air Library", + "version": "1.7.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.7.0.zip", + "archiveFileName": "zForce_Air_Library-1.7.0.zip", + "size": 31415, + "checksum": "SHA-256:56051856049eb788783545538a9f389ae589a727e00b89779caa0fcf9b6505b0" + }, + { + "name": "Balboa Spa communications", + "version": "1.0.1", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Use Arduino to control your BalBoa Spa Pack.", + "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", + "website": "https://github.com/MHotchin/BalBoaSpa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/BalBoaSpa.git", + "providesIncludes": ["BalBoaSpa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.1.zip", + "archiveFileName": "Balboa_Spa_communications-1.0.1.zip", + "size": 23836, + "checksum": "SHA-256:459b7c0e56525a7ce5ae5b37f62f534101f7d57aa36b6f641a7ddd43542f29a8" + }, + { + "name": "Balboa Spa communications", + "version": "1.0.2", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Use Arduino to control your BalBoa Spa Pack.", + "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", + "website": "https://github.com/MHotchin/BalBoaSpa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/BalBoaSpa.git", + "providesIncludes": ["BalBoaSpa.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.2.zip", + "archiveFileName": "Balboa_Spa_communications-1.0.2.zip", + "size": 24097, + "checksum": "SHA-256:e059411f1988edc4b8614fd9e947e42a5b3f4fcbd55136f1956740c96c88565b" + }, + { + "name": "TimerEvent", + "version": "0.4.1", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Use this simple library to create timed events effortlessly.", + "paragraph": "TimerEvent provides an easy way to trigger functions every set time and is a non-blocking alternative to delay() function.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/TimerEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.4.1.zip", + "archiveFileName": "TimerEvent-0.4.1.zip", + "size": 3818, + "checksum": "SHA-256:a7b70a5093ecd6f4a2b0e1441f66cbbe45c6ee19f83b7711682f95ebda2549ab" + }, + { + "name": "TimerEvent", + "version": "0.4.2", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Use this simple library to create timed events effortlessly.", + "paragraph": "TimerEvent provides an easy way to trigger functions every set time and is a non-blocking alternative to delay() function.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/TimerEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.4.2.zip", + "archiveFileName": "TimerEvent-0.4.2.zip", + "size": 3798, + "checksum": "SHA-256:d30da893e838b57b00d020d3b850d62f8144113c5d6c18565caed22f10cb5615" + }, + { + "name": "ESP32-Chimera-Core", + "version": "0.2.9", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["M5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-0.2.9.zip", + "archiveFileName": "ESP32_Chimera_Core-0.2.9.zip", + "size": 1611591, + "checksum": "SHA-256:e8979fa16395a18ef2f869cf3ddab8a7deda64fbb0db4e04133e80ffdba52960" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.0.2", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["M5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.0.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.0.2.zip", + "size": 1263711, + "checksum": "SHA-256:bbb52648e6a73dd3c07512aed5fbfa2aa2bdf252f602746509a66612ba91561f" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.0.3", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["M5Stack.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.0.3.zip", + "archiveFileName": "ESP32_Chimera_Core-1.0.3.zip", + "size": 840253, + "checksum": "SHA-256:467ac0aa8a57b6d551b04ea1440c9c208c45bbdf8f1e8529d8918652d09dd4e1" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.0", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.0.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.0.zip", + "size": 863583, + "checksum": "SHA-256:32d4a8b17c8f31a20d19b245b0e93e9f0d993b78d573ce6ee097c84a3825bd78" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.1", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.1.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.1.zip", + "size": 865571, + "checksum": "SHA-256:b918ec4a7a2150b9dbb5f7a40ec086412e04778d753bf8a58472f2e5e8e6e527" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.2", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.2.zip", + "size": 869813, + "checksum": "SHA-256:ce8424575faa5f25480190239d4f8619c6f48262b208a1331f76c7c33e896ac1" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.3", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.3.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.3.zip", + "size": 882169, + "checksum": "SHA-256:e45afca3d3f42234d283a6541f5714878796023bf62e47e5d955d3129553e874" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.6", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.6.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.6.zip", + "size": 195375, + "checksum": "SHA-256:5c239bdda34b874940c341acbb88a35e3c709bc1e37bf079a2f22de78c77b5a2" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.7", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.7.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.7.zip", + "size": 195483, + "checksum": "SHA-256:133ad568467a28bc9aab394806838e42c267e1138a64280c1c547aa1c475b77e" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.8", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": ["ESP32-Chimera-Core.h"], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.8.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.8.zip", + "size": 195553, + "checksum": "SHA-256:e15c7afa4ce66091d62ee97c34dce294c04e4b18edb2c3f7e46d0ce2789e5dfc" + }, + { + "name": "Easyiot-Esp8266", + "version": "1.0.0", + "author": "Easyiot \u003csuporte@easyiot.com.br\u003e", + "maintainer": "Easyiot \u003csuporte@easyiot.com.br\u003e", + "sentence": "An Arduino library for sending and receiving data to an online platform using Esp8266 ESP-12E Boards.", + "paragraph": "Supports Esp8266 ESP12-E boards.", + "website": "https://github.com/EasyIoT-BR/Easyiot-Esp8266", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyIoT-BR/Easyiot-Esp8266.git", + "providesIncludes": ["Easyiot-Esp8266.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyIoT-BR/Easyiot_Esp8266-1.0.0.zip", + "archiveFileName": "Easyiot_Esp8266-1.0.0.zip", + "size": 7570, + "checksum": "SHA-256:60c47123d38d4bd29707ba43ac5551e5e2d55828fd6d1a611a3623412eddb19e" + }, + { + "name": "Serie", + "version": "1.0.0", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library that makes easy to use time series", + "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included data compression for storage or transfer with several transfer protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.0.0.zip", + "archiveFileName": "Serie-1.0.0.zip", + "size": 246832, + "checksum": "SHA-256:5c04290c0642ef4025bd165c8eb54bfb49f6a33e5ee16ae1b6de5b17f7b0c5d1" + }, + { + "name": "Serie", + "version": "1.2.0", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library that makes easy to use time series", + "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included smoothing and data compression for storage or transfer with several protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.2.0.zip", + "archiveFileName": "Serie-1.2.0.zip", + "size": 293306, + "checksum": "SHA-256:487819c9c4e4e19c5d179970ac0a56e20cf07ce2cd2d7afa4b86cd0b782668ef" + }, + { + "name": "Serie", + "version": "1.3.1", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library that makes easy to use time series", + "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included smoothing and data compression for storage or transfer with several protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.3.1.zip", + "archiveFileName": "Serie-1.3.1.zip", + "size": 293307, + "checksum": "SHA-256:c936cc214b662d4fdb056815e780839402eae20003616098a8c292cf79acfc4a" + }, + { + "name": "Serie", + "version": "1.4.1", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library for mesures that makes easy to use time series", + "paragraph": "Several objects (Serie, Mesure, Compressor) are used to create, manage, export, transfom a time series or a list of mesures (included data compression for storage or transfer with several transfer protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + }, + { + "name": "DTime" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.4.1.zip", + "archiveFileName": "Serie-1.4.1.zip", + "size": 291837, + "checksum": "SHA-256:ae20e2983f7bdf0577c70f2f72a228e8b247aaf0629158d398eb38cdf2f63a2a" + }, + { + "name": "IRsmallDecoder", + "version": "1.0.0", + "author": "Luis Carvalho \u003clumica@outlook.com\u003e", + "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", + "sentence": "Allows the reception and decoding of infrared signals from remote controls.", + "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", + "website": "https://github.com/LuisMiCa/IRsmallDecoder", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.0.0.zip", + "archiveFileName": "IRsmallDecoder-1.0.0.zip", + "size": 560817, + "checksum": "SHA-256:3774cbbf05cffbeaaa653cf25410e8fee541ef7b69af2dea78a2886cbae7892c" + }, + { + "name": "IRsmallDecoder", + "version": "1.1.0", + "author": "Luis Carvalho \u003clumica@outlook.com\u003e", + "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", + "sentence": "Allows the reception and decoding of infrared signals from remote controls.", + "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", + "website": "https://github.com/LuisMiCa/IRsmallDecoder", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.1.0.zip", + "archiveFileName": "IRsmallDecoder-1.1.0.zip", + "size": 829406, + "checksum": "SHA-256:0428c47dc326cce7758c4a969fb1ad9269b063fbfdf59a3ddbc8b1b677f3943b" + }, + { + "name": "pca9633", + "version": "1.0.0", + "author": "Gordon McLellan", + "maintainer": "Gordon McLellan", + "sentence": "Control NXP PCA9633 (and 9632) four channel PWM led driver chips.", + "website": "https://github.com/gordonthree/pca9633", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gordonthree/pca9633.git", + "providesIncludes": ["pca9633.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gordonthree/pca9633-1.0.0.zip", + "archiveFileName": "pca9633-1.0.0.zip", + "size": 1296428, + "checksum": "SHA-256:451c10acd9b17978c571265e5efdc152277dee30620e15c63342a403bd5f0db9" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.0.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.0.zip", + "size": 217251, + "checksum": "SHA-256:3f327c4014e57ad76e8bfc364d3053fbe6c2ca1a8a2e0ae49805e5e1696fa1e1" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.1.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.1.zip", + "size": 221154, + "checksum": "SHA-256:d61fade6fbe8f070a2b2d1d44f9bccc47f02e5e3bb893fa4b12b029ab0fc8c2e" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.2.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.2.zip", + "size": 267487, + "checksum": "SHA-256:a54da24d2b8237731129e94f77c0a4607656b9fa288348f63e49ea75a80b0c6e" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.3.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.3.zip", + "size": 268429, + "checksum": "SHA-256:8de8ea57aef3e1eb78479d94fc53a95f7c3c11ece7f2abf04aaa27ec3c2d902c" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.4.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.4.zip", + "size": 286709, + "checksum": "SHA-256:0a217327af763ee5fd6ffc9287e3a943dfe89fb824b2c7ce2315e48f9546eced" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.5.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.5.zip", + "size": 329867, + "checksum": "SHA-256:b1c8c72f8a86c91877c99fd17ed4403fafcbdad9b9976a3609a112f07ad0c4c9" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.6.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.6.zip", + "size": 372966, + "checksum": "SHA-256:18b391028a0aa6dce242a2ac797b9c7b1dfc2673b61be528a24d0740cc23f070" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittlFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittlFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.1.0.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.1.0.zip", + "size": 380880, + "checksum": "SHA-256:a1f3b1b749c909c8b64f33f32c1e95fee5dbe4608a07a69bcb6631c06d53b950" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.1.1.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.1.1.zip", + "size": 378059, + "checksum": "SHA-256:c5f5c963442f3e18c84afb2724ba2965952b13fcd6a1b6a476a5c8f654a5913c" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.2.0.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.2.0.zip", + "size": 449125, + "checksum": "SHA-256:958950970c06d398b7185a2416e763bec913ee67de565c9058d7b1c17c5fbd40" + }, + { + "name": "FireTimer", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.0.zip", + "archiveFileName": "FireTimer-1.0.0.zip", + "size": 2790, + "checksum": "SHA-256:2d0b475c7233a0817f97eaf5d13b7c907330262cd6b2467ffec619a247fbbc03" + }, + { + "name": "FireTimer", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.1.zip", + "archiveFileName": "FireTimer-1.0.1.zip", + "size": 2798, + "checksum": "SHA-256:1364df5c292bb9be73427474f88e10aa3c1ee0785ddf51b44b9216db709a62af" + }, + { + "name": "FireTimer", + "version": "1.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.2.zip", + "archiveFileName": "FireTimer-1.0.2.zip", + "size": 2839, + "checksum": "SHA-256:9e7a7ee50c1baed5105d5f671a2dbe46962fd18bfbd2ff9bc1331bb45a93d217" + }, + { + "name": "FireTimer", + "version": "1.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.3.zip", + "archiveFileName": "FireTimer-1.0.3.zip", + "size": 3024, + "checksum": "SHA-256:3b4ec0269d77fca5f94b596df8536519f6902981323e33a5a9af6359c369cbd2" + }, + { + "name": "FireTimer", + "version": "1.0.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.4.zip", + "archiveFileName": "FireTimer-1.0.4.zip", + "size": 3345, + "checksum": "SHA-256:fd590c8eec13f315ccfb6a424303a2da1b8c13aa4da8b96effcb956bada1c304" + }, + { + "name": "FireTimer", + "version": "1.0.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.5.zip", + "archiveFileName": "FireTimer-1.0.5.zip", + "size": 3346, + "checksum": "SHA-256:88233ae0ecf1e684e8edb91a9ead17f5db829d334b8d427c957b22a24a41c665" + }, + { + "name": "Plex64", + "version": "1.0.0", + "author": "Chris Steenerson chris@csteenerson.com", + "maintainer": "Chris Steenerson chris@csteenerson.com", + "sentence": "A library for the Plex64 analog input multiplexer shield.", + "paragraph": "Supports multiplexing up to 64 inputs into 4 analog pins using 4x CD4067B analog multiplexers/MUXes. Configurable 1:1/2:1/4:1/8:1 voltage dividers and OP amp buffering allow high impedance input up to 18V with low settling time. I2C IO expander minimizes pin requirement footprint and 8 possible addresses allow multiplexing up to 512 analog inputs per I2C bus.", + "website": "https://github.com/steenerson/Plex64", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/steenerson/Plex64.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/steenerson/Plex64-1.0.0.zip", + "archiveFileName": "Plex64-1.0.0.zip", + "size": 7854, + "checksum": "SHA-256:6dd0e617dad4ec9d54127b7b4a063fae33e71a4d2b3b789a6fbd6a43636c3008" + }, + { + "name": "PS3 Controller Host", + "version": "1.0.0", + "author": "Jeffrey van Pernis", + "maintainer": "Jeffrey van Pernis", + "sentence": "Control your ESP32 projects with a PS3 controller!", + "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", + "website": "https://github.com/jvpernis/esp32-ps3", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jvpernis/esp32-ps3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.0.0.zip", + "archiveFileName": "PS3_Controller_Host-1.0.0.zip", + "size": 31037, + "checksum": "SHA-256:f97e73302ce9850ee9bafd3e18aeed38ca3dd5d3f1847d691554def0f9a12d6b" + }, + { + "name": "PS3 Controller Host", + "version": "1.0.1", + "author": "Jeffrey van Pernis", + "maintainer": "Jeffrey van Pernis", + "sentence": "Control your ESP32 projects with a PS3 controller!", + "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", + "website": "https://github.com/jvpernis/esp32-ps3", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jvpernis/esp32-ps3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.0.1.zip", + "archiveFileName": "PS3_Controller_Host-1.0.1.zip", + "size": 31059, + "checksum": "SHA-256:e9aab5373f841077cc17d370d33b8af36c52f1e07fca7fb587e388570d7367e7" + }, + { + "name": "PS3 Controller Host", + "version": "1.1.0", + "author": "Jeffrey van Pernis", + "maintainer": "Jeffrey van Pernis", + "sentence": "Control your ESP32 projects with a PS3 controller!", + "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", + "website": "https://github.com/jvpernis/esp32-ps3", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jvpernis/esp32-ps3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.1.0.zip", + "archiveFileName": "PS3_Controller_Host-1.1.0.zip", + "size": 35722, + "checksum": "SHA-256:a950a651175ebb37e3de90e4e53229a95ca2b9b3e99e914d80f3b914155ae51b" + }, + { + "name": "UltraSonic_Lib", + "version": "0.0.1", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for UltraSonic distance sensor.", + "paragraph": "This library helps you use ultrasonic distance sensors easily.", + "website": "https://github.com/jihoonkimtech/UltraSonic_Lib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jihoonkimtech/UltraSonic_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/UltraSonic_Lib-0.0.1.zip", + "archiveFileName": "UltraSonic_Lib-0.0.1.zip", + "size": 576824, + "checksum": "SHA-256:de21739c1fa35f174a467c8e649ba501a9ddd89dbeb21f612dd779d91d43553f" + }, + { + "name": "UltraSonic_Lib", + "version": "1.0.0", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for UltraSonic distance sensor.", + "paragraph": "This library helps you use ultrasonic distance sensors easily.", + "website": "https://github.com/jihoonkimtech/UltraSonic_Lib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/jihoonkimtech/UltraSonic_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/UltraSonic_Lib-1.0.0.zip", + "archiveFileName": "UltraSonic_Lib-1.0.0.zip", + "size": 577070, + "checksum": "SHA-256:9ff6f2569bd6704b6a11e8e1b1a118f4c94f804da062afb572bfe9572b2400bb" + }, + { + "name": "SoftSPIB", + "version": "1.1.0", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "Software SPI class for Arduino with support of not 8-bit aligned transfers.", + "paragraph": "Software SPI class for Arduino with support of not 8-bit aligned transfers. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/SoftSPIB", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/red-scorp/SoftSPIB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/SoftSPIB-1.1.0.zip", + "archiveFileName": "SoftSPIB-1.1.0.zip", + "size": 7296, + "checksum": "SHA-256:8b967db81180c851cd846aeeec4b596b68c4ffc94506144a1638a09ae3272a70" + }, + { + "name": "SoftSPIB", + "version": "1.1.1", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "Software SPI class for Arduino with support of not 8-bit aligned transfers.", + "paragraph": "Software SPI class for Arduino with support of not 8-bit aligned transfers. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/SoftSPIB", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/red-scorp/SoftSPIB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/SoftSPIB-1.1.1.zip", + "archiveFileName": "SoftSPIB-1.1.1.zip", + "size": 7320, + "checksum": "SHA-256:e015b25c00f03532716feae1cc20fddda6139e1d502eb9e6774d3b7bac9ceb7c" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.0", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.0.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.0.zip", + "size": 15642, + "checksum": "SHA-256:286dd32b63d2dd7920302e8edb43396dca22f0a227ff764962bb13ebf36bce73" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.1", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.1.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.1.zip", + "size": 15640, + "checksum": "SHA-256:6802fa4009e7cebb1b0589198e45ff3ec38be1882c8c095fccb9fc90faa7d24f" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.2", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.2.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.2.zip", + "size": 15650, + "checksum": "SHA-256:349b2f11f0b898420cab652f0f97f5d009d4317de912f5295b8bf8fb8c78b333" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.3", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.3.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.3.zip", + "size": 15266, + "checksum": "SHA-256:12132be366612872c98b04221cf13ab93db27d7ed4527399ceaac31f5bc3b744" + }, + { + "name": "INA226Lib", + "version": "1.1.0", + "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", + "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", + "sentence": "Enables reading from INA226 current sensors to measure current and power.", + "paragraph": "Enables reading from INA226 current sensors to measure current and power.", + "website": "https://github.com/peterus/INA226Lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/INA226Lib.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.0.zip", + "archiveFileName": "INA226Lib-1.1.0.zip", + "size": 20759, + "checksum": "SHA-256:e10e370da16e5a7c584295aadca43326899984aab5856ac6feadf7dab9613ac4" + }, + { + "name": "INA226Lib", + "version": "1.1.1", + "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", + "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", + "sentence": "Enables reading from INA226 current sensors to measure current and power.", + "paragraph": "Enables reading from INA226 current sensors to measure current and power.", + "website": "https://github.com/peterus/INA226Lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/INA226Lib.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.1.zip", + "archiveFileName": "INA226Lib-1.1.1.zip", + "size": 20758, + "checksum": "SHA-256:b5b4f16793402fc254b1fc2177b078eea0cb1b4a5b79b662214c4e491fa46ab6" + }, + { + "name": "INA226Lib", + "version": "1.1.2", + "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", + "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", + "sentence": "Enables reading from INA226 current sensors to measure current and power.", + "paragraph": "Enables reading from INA226 current sensors to measure current and power.", + "website": "https://github.com/peterus/INA226Lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/INA226Lib.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.2.zip", + "archiveFileName": "INA226Lib-1.1.2.zip", + "size": 20811, + "checksum": "SHA-256:1112baff93dc20294e70825077ea1f559efb5f79a8dce395cb9c9f197ddef0cc" + }, + { + "name": "Thermal Printer Library", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": ["nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.0.0.zip", + "archiveFileName": "Thermal_Printer_Library-1.0.0.zip", + "size": 692961, + "checksum": "SHA-256:af6a4a74747ebe2e69d235f9e3a9695cee7a3f8d2a21a509f93b041e3e098443" + }, + { + "name": "Thermal Printer Library", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": ["nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.0.1.zip", + "archiveFileName": "Thermal_Printer_Library-1.0.1.zip", + "size": 693114, + "checksum": "SHA-256:d84a803e5c74fe3388def4ee95bf64bd5b00e39ec0df349dbcdeaf39c3d2c35d" + }, + { + "name": "Thermal Printer Library", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": ["nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.1.0.zip", + "archiveFileName": "Thermal_Printer_Library-1.1.0.zip", + "size": 694877, + "checksum": "SHA-256:6f28a43e0d8872a86bca4925d57a9cbac539f67d022278164263fb30c801ef0a" + }, + { + "name": "FlashLightLED", + "version": "1.0.0", + "author": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "maintainer": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "sentence": "An Arduino library specifically built to programmatically manipulate the LED color changing light strips that pair with a 44 Key IR Remote.", + "paragraph": "IR signals are sent from an IR transmitter you build. Instructions are included in the read-me file on how to build the trasnmitter circuit as well as sample code to help create your program to control the trasmission.", + "website": "https://github.com/ruminize/FlashLightLED.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ruminize/FlashLightLED.git", + "dependencies": [ + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ruminize/FlashLightLED-1.0.0.zip", + "archiveFileName": "FlashLightLED-1.0.0.zip", + "size": 167214, + "checksum": "SHA-256:9b99c6f92dc69a492e52bcc70010233b7ec67dcd4955e69925a2701fbdbba63a" + }, + { + "name": "FlashLightLED", + "version": "2.0.0", + "author": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "maintainer": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "sentence": "An Arduino library that can programmatically manipulate the LED color changing light strips controlled by a 44 Key IR Remote.", + "paragraph": "IR signals are sent from an IR transmitter you build. Instructions are included in the read-me file on how to build the trasnmitter circuit as well as sample code to help create your program to control the trasmission.", + "website": "https://github.com/ruminize/FlashLightLED.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ruminize/FlashLightLED.git", + "dependencies": [ + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ruminize/FlashLightLED-2.0.0.zip", + "archiveFileName": "FlashLightLED-2.0.0.zip", + "size": 351198, + "checksum": "SHA-256:40b90329a41da21b3b615fcf92aa0638153ea6798a0937774430e34c7359dac1" + }, + { + "name": "Segment", + "version": "2.5.1", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite 7/14/16 segment displays with your Arduino!", + "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite displays off just a few pins.", + "website": "https://github.com/Blake-Tourneur/Segment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/Segment.git", + "providesIncludes": ["Segment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-2.5.1.zip", + "archiveFileName": "Segment-2.5.1.zip", + "size": 636066, + "checksum": "SHA-256:f5879b954bcbc11b743430931e876470fd529f68d5619b0493cb0b30aa9de0e5" + }, + { + "name": "Segment", + "version": "2.6.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite 7/14/16 segment displays with your Arduino!", + "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite displays off just a few pins.", + "website": "https://github.com/Blake-Tourneur/Segment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/Segment.git", + "providesIncludes": ["Segment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-2.6.0.zip", + "archiveFileName": "Segment-2.6.0.zip", + "size": 780674, + "checksum": "SHA-256:15d9996a400d57f3b25dc87b7a83cd19d2b7594a4d3b9806b4ac54cbabe54861" + }, + { + "name": "Segment", + "version": "3.0.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "The most powerful and popular available library for using 7/14/16 segment display, supporting daisy chaining so you can control mass amounts from your Arduino!", + "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (each segment with a I/O pin) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control mass amounts displays off just a few pins. There is also support for common anode or cathode displays, and both displays with and without decimal points. Click the 'More Info' button below to visit the official Github Repo of this project, and view the full API/documentation.", + "website": "https://github.com/BlaT2512/Segment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlaT2512/Segment.git", + "providesIncludes": ["Segment.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-3.0.0.zip", + "archiveFileName": "Segment-3.0.0.zip", + "size": 850864, + "checksum": "SHA-256:e6dba4e30ccec8d8cced5dfafb8bd24d66fce0947013a497455bada6d5ea3a79" + }, + { + "name": "Audio - Adafruit Fork", + "version": "1.3.1", + "author": "Adafruit based on Paul Stoffregen", + "maintainer": "Adafruit", + "sentence": "Adafruit SAMD51 port of Teensy Audio Library - Flexible, High Quality Audio Processing", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "http://www.github.com/adafruit/Audio", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Audio___Adafruit_Fork-1.3.1.zip", + "archiveFileName": "Audio___Adafruit_Fork-1.3.1.zip", + "size": 5191548, + "checksum": "SHA-256:673a714f57111181d4563893187ca4177839233a21ad768105be370d9faf678f" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.0.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": ["UlpDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.0.0.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.0.0.zip", + "size": 5616, + "checksum": "SHA-256:3962d1e4d27ceb3d5e64bfd771aa1893fc4ed7434903b5ac8720941c5792ec92" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": ["UlpDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.0.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.0.zip", + "size": 5653, + "checksum": "SHA-256:f426df63a054bee9ccdc8ae68c23e8cdbe7bd9f7d588a7f0beb249ff4ddcc299" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": ["UlpDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.1.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.1.zip", + "size": 5657, + "checksum": "SHA-256:c665e2ed87e5235db3320124b180c975df108167f7ec573e89ae3195de0b8e0f" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.2", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": ["UlpDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.2.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.2.zip", + "size": 5673, + "checksum": "SHA-256:ef2fd4f0366a9c92a525c10fc8afd0e533b90c02588ffe14adca37fea2fcc0d8" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.3", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": ["UlpDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.3.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.3.zip", + "size": 5669, + "checksum": "SHA-256:5f221fcfb0394413f4cca74b082158c5ec3641bd4e186584dffa5aabda7c6326" + }, + { + "name": "Wasm3", + "version": "0.4.2", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.2.zip", + "archiveFileName": "Wasm3-0.4.2.zip", + "size": 86779, + "checksum": "SHA-256:10500d192132b0bab8e9b4b3b0703e576156c41aa1eb5f5d7c8f8684183cc1e5" + }, + { + "name": "Wasm3", + "version": "0.4.3", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.3.zip", + "archiveFileName": "Wasm3-0.4.3.zip", + "size": 87100, + "checksum": "SHA-256:57eedd9b8d7e29c348c6650d2a8eb33a304cda356e12a393f3a9f2ce8a9d015e" + }, + { + "name": "Wasm3", + "version": "0.4.4", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.4.zip", + "archiveFileName": "Wasm3-0.4.4.zip", + "size": 87203, + "checksum": "SHA-256:461a623197479571977a68c5d626263e3fcc079da16feb81ce552852de28e76a" + }, + { + "name": "Wasm3", + "version": "0.4.5", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.5.zip", + "archiveFileName": "Wasm3-0.4.5.zip", + "size": 106788, + "checksum": "SHA-256:990cae7418454748e42627ddff9d5bbb00a6f98b4f3df6312df3b4072ee07db0" + }, + { + "name": "Wasm3", + "version": "0.4.8", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.8.zip", + "archiveFileName": "Wasm3-0.4.8.zip", + "size": 122279, + "checksum": "SHA-256:690c7c5ae79ed80156d6aba39faefef19a92e8c2f4185eddb0ff7c9922e6b15f" + }, + { + "name": "Wasm3", + "version": "0.4.9", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.9.zip", + "archiveFileName": "Wasm3-0.4.9.zip", + "size": 185837, + "checksum": "SHA-256:f6a82bb1f777b4fe53fa18ffa5a0d0fb81ff4dbfac8816d9c47735f0fee70b9a" + }, + { + "name": "Wasm3", + "version": "0.5.0", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter (and the most universal runtime)", + "paragraph": "Run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": ["wasm3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.5.0.zip", + "archiveFileName": "Wasm3-0.5.0.zip", + "size": 193624, + "checksum": "SHA-256:8f436c5e7924033a3323dc7cb6a274a116b17abf60570d9d1abd90ce5359a2b9" + }, + { + "name": "Silvervest OLED-0010 SPI", + "version": "1.0.0", + "author": "Nick Silvestro", + "maintainer": "Nick Silvestro \u003cnick@silvervest.net\u003e", + "sentence": "OLED-0010 oled driver library 16x2 displays via SPI", + "paragraph": "Compatible with LiquidCrystal", + "website": "https://github.com/silvervest/Silvervest_OLED_0010_SPI", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/silvervest/Silvervest_OLED_0010_SPI.git", + "providesIncludes": ["Silvervest_OLED_0010_SPI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/silvervest/Silvervest_OLED_0010_SPI-1.0.0.zip", + "archiveFileName": "Silvervest_OLED_0010_SPI-1.0.0.zip", + "size": 5713, + "checksum": "SHA-256:51adef3e09de31b8b83c46d85b3e740ff917c194108296c69b231dcd92e3ab0a" + }, + { + "name": "MteCore", + "version": "1.0.0", + "author": "Muara Teknik Elektrik", + "maintainer": "Saepul Anwar \u003cadm.ipul@gmail.com\u003e", + "sentence": "MteCore - Library For MTE Controller", + "paragraph": "Support MTE-miniController V.2.0", + "website": "https://github.com/mt-elektrik/MteCore", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mt-elektrik/MteCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mt-elektrik/MteCore-1.0.0.zip", + "archiveFileName": "MteCore-1.0.0.zip", + "size": 24848, + "checksum": "SHA-256:03677ff7b5e6848eae1b6f06c8091c397bfa13ed6c862a795d06061fa4327f37" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.0.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.0.zip", + "size": 60831, + "checksum": "SHA-256:f08f3ce69df701edabb5c98799013b544e642030ca324ba5d27373b5efdaa5e1" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.1.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.1.zip", + "size": 61139, + "checksum": "SHA-256:cb3aee435f8c007ebe0b23d7374821a00367331fe2303dde00d97259b2f37c4a" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.2.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.2.zip", + "size": 132399, + "checksum": "SHA-256:4a040cc352e7e137bafb56c4b5b57b37ab9a2d60cdd379fe689e64aef79429ba" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.3.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.3.zip", + "size": 133168, + "checksum": "SHA-256:21b3e1482bc4b2deeb46e48ee564c865632b96229dbab058ccbd972e100702f3" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.4.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.4.zip", + "size": 119694, + "checksum": "SHA-256:a4ec7045c121d7a8900a1299214511dc5463aa529bf656b615c8b63f4b7497d3" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.5.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.5.zip", + "size": 121463, + "checksum": "SHA-256:5be9352057116a3c54421387068cb53906dad62e3de19455fcce1b928f675a1d" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.6.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.6.zip", + "size": 124271, + "checksum": "SHA-256:f5ee8db18e56740e5d5ba30674776721d22217c035fa2e9c969b206b480db16c" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.7.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.7.zip", + "size": 125124, + "checksum": "SHA-256:cd5ff02dba88bd40f4538ba577778f1e67f1fde5dc1c552a19abcac1419ca432" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.8.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.8.zip", + "size": 124465, + "checksum": "SHA-256:6d40420cc317f2e890ef6a65d80bcb734781631a9c230f563099910efb82e1bb" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.9.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.9.zip", + "size": 134936, + "checksum": "SHA-256:9594e6e3ac5336b80486d43a5c47b7ed1b11f441281e8be0ee10192ef31f7cf3" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.10.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.10.zip", + "size": 167455, + "checksum": "SHA-256:32ff6ae9207f537394a4ce1bede1da2cba54325c3929856a6d57a64a1d35e94b" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_WFM.h", + "BlynkSimpleESP32_GSM_WF.h", + "BlynkSimpleESP8266_GSM_WF.h", + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.1.0.zip", + "archiveFileName": "BlynkGSM_Manager-1.1.0.zip", + "size": 206426, + "checksum": "SHA-256:6864485c23726932ceda611b11916d61386503a168946d86f90a29b86e814517" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_WFM.h", + "BlynkSimpleESP32_GSM_WF.h", + "BlynkSimpleESP8266_GSM_WF.h", + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.2.0.zip", + "archiveFileName": "BlynkGSM_Manager-1.2.0.zip", + "size": 201306, + "checksum": "SHA-256:1a499205e76e0532d5e9fda18fe3ae7ef5c8c677109086653dce6fde982f203a" + }, + { + "name": "ESP OTA GitHub", + "version": "0.0.1", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/ESP_OTA_GitHub\u003e", + "sentence": "ESP library for auto updating code from GitHub releases.", + "paragraph": "Automatically update your ESP from exported compiled binaries attached to GitHub releases of your project. Supports upgrade and downgrade of sketch. SPIFFS updating not yet supported.", + "website": "https://github.com/yknivag/ESP_OTA_GitHub", + "category": "Uncategorized", + "architectures": ["ESP8266", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/yknivag/ESP_OTA_GitHub.git", + "providesIncludes": ["ESP_OTA_GitHub.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/ESP_OTA_GitHub-0.0.1.zip", + "archiveFileName": "ESP_OTA_GitHub-0.0.1.zip", + "size": 141239, + "checksum": "SHA-256:868f101ce7f851bfb31013b2ec6330e4931c2f7866ae32fcdcd31fb4fa5e603c" + }, + { + "name": "ESP OTA GitHub", + "version": "0.0.3", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/ESP_OTA_GitHub\u003e", + "sentence": "ESP library for auto updating code from GitHub releases.", + "paragraph": "Automatically update your ESP from exported compiled binaries attached to GitHub releases of your project. Supports upgrade and downgrade of sketch. SPIFFS updating not yet supported.", + "website": "https://github.com/yknivag/ESP_OTA_GitHub", + "category": "Uncategorized", + "architectures": ["ESP8266", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/yknivag/ESP_OTA_GitHub.git", + "providesIncludes": ["ESP_OTA_GitHub.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/ESP_OTA_GitHub-0.0.3.zip", + "archiveFileName": "ESP_OTA_GitHub-0.0.3.zip", + "size": 139145, + "checksum": "SHA-256:f596683bf6c9d7d06ffceaf35e5c34211a5ec9d01e02a130a393eb4d35897674" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.0.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.0.0.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.0.0.zip", + "size": 8312, + "checksum": "SHA-256:cfca0a0acdf9b1dd1a64f29443020c14ca5c3471c5a2bd06303b242659ac2829" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.0.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.0.1.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.0.1.zip", + "size": 8533, + "checksum": "SHA-256:b7071b0870a48b4a0b2f2f9de2aac9ddc7ba3f32b8cffa1d622e019a0cb9416d" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.2.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.2.0.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.2.0.zip", + "size": 9619, + "checksum": "SHA-256:85bd4fbaf5828b150504d7be90b3fbe7024f057b243859f71b5e9ea097464e66" + }, + { + "name": "TLE493D", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLE493D", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLE493D-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE493D-1.1.1.zip", + "archiveFileName": "TLE493D-1.1.1.zip", + "size": 25509, + "checksum": "SHA-256:a59128882f4c0e37635734be476f894efa47e0b2c7f2c17f62638c7767ad9b75" + }, + { + "name": "TLE493D", + "version": "1.2.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLE493D", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLE493D-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE493D-1.2.0.zip", + "archiveFileName": "TLE493D-1.2.0.zip", + "size": 29794, + "checksum": "SHA-256:6b35684f756c8351ab79010ccf6c4eb0725f4e469de033a4473cdef9b8b5bae3" + }, + { + "name": "Tuyav", + "version": "1.0.0", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": ["avr", "megaAVR"], + "types": ["Contributed"], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": ["Tuyav.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.0.0.zip", + "archiveFileName": "Tuyav-1.0.0.zip", + "size": 194563, + "checksum": "SHA-256:413f67630a5a4b191334a41d54e0787039c15070e1be7fcf3c18e7b1a933ad75" + }, + { + "name": "Tuyav", + "version": "1.1.0", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": ["avr", "megaAVR", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": ["Tuyav.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.1.0.zip", + "archiveFileName": "Tuyav-1.1.0.zip", + "size": 195243, + "checksum": "SHA-256:cf0625a299dfa218020a5a6a08ca49b6c6bbeb1a98fc4b22fb71c5fb57efc01e" + }, + { + "name": "Tuyav", + "version": "1.2.0", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": ["avr", "megaAVR", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": ["Tuyav.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.2.0.zip", + "archiveFileName": "Tuyav-1.2.0.zip", + "size": 211850, + "checksum": "SHA-256:765ca7e2d7baaec736a65d1eb17d2595cb95ee8e09f8081fd2bf8ddce9d1cb82" + }, + { + "name": "AlternativeLSS", + "version": "0.8.0", + "author": "Colin MacKenzie", + "maintainer": "colin@flyingeinstein.com", + "sentence": "Asynchronous control of Lynxmotion LSS smart servos.", + "paragraph": "The goal of this library is to provide performance when controlling a significant number of servos on a bus using a Orient =\u003e Action =\u003e Query/Update loop. It is capable of queueing up a number of servo query requests for multiple servos at a time.", + "website": "https://github.com/Lynxmotion/AlternativeLSS", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Lynxmotion/AlternativeLSS.git", + "providesIncludes": ["LynxmotionLSS.h LssCommunication.h LssHandlers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/AlternativeLSS-0.8.0.zip", + "archiveFileName": "AlternativeLSS-0.8.0.zip", + "size": 77689, + "checksum": "SHA-256:81dfcb7172f71e3087c44868c292a2a5ec59a4e3229e82e87a3ffc972b22e227" + }, + { + "name": "EloquentTinyML", + "version": "0.0.1", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.1.zip", + "archiveFileName": "EloquentTinyML-0.0.1.zip", + "size": 375713, + "checksum": "SHA-256:61e5ae2d136b046abbfc6e81e9ebd947bf8fe7fc7130f275ceb23c765094f0ae" + }, + { + "name": "EloquentTinyML", + "version": "0.0.2", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.2.zip", + "archiveFileName": "EloquentTinyML-0.0.2.zip", + "size": 375747, + "checksum": "SHA-256:03abbf6a4b01991c4ff7811cacfe16d24d8eff2434064c8db28a950a34dd94ea" + }, + { + "name": "EloquentTinyML", + "version": "0.0.3", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.3.zip", + "archiveFileName": "EloquentTinyML-0.0.3.zip", + "size": 683520, + "checksum": "SHA-256:eb2e0e6683d22b981dd3584fe8caeb84623895c1db3bdc524613a94ae493626e" + }, + { + "name": "EloquentTinyML", + "version": "0.0.4", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.4.zip", + "archiveFileName": "EloquentTinyML-0.0.4.zip", + "size": 414942, + "checksum": "SHA-256:0fe68890f99e625b9492d95b7aa47a5682938d2dba608365b15dbc7ef6420abd" + }, + { + "name": "EloquentTinyML", + "version": "0.0.5", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.5.zip", + "archiveFileName": "EloquentTinyML-0.0.5.zip", + "size": 417957, + "checksum": "SHA-256:74dbc12081be961d1b2bd2ce3aded42807b7d921741bef14cca74a26cd3de1f5" + }, + { + "name": "EloquentTinyML", + "version": "0.0.6", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.6.zip", + "archiveFileName": "EloquentTinyML-0.0.6.zip", + "size": 418609, + "checksum": "SHA-256:1a33144d0567dd87aa3059971fb1760500d8146c2a47d571a1e707e9eb19d896" + }, + { + "name": "EloquentTinyML", + "version": "0.0.7", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.7.zip", + "archiveFileName": "EloquentTinyML-0.0.7.zip", + "size": 423673, + "checksum": "SHA-256:3f48b55d1acbcc36e4c01ea5df85cb4d1e2fcd109b1780a6c58a755a43af9eb6" + }, + { + "name": "Blynk_Teensy", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", + "paragraph": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", + "website": "https://github.com/khoih-prog/Blynk_Teensy", + "category": "Communication", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Teensy.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Teensy-1.0.0.zip", + "archiveFileName": "Blynk_Teensy-1.0.0.zip", + "size": 14758, + "checksum": "SHA-256:3c383d7d220ad470701aeed2a1b1d05d38b44b12faf5590385148cdaadc6b657" + }, + { + "name": "Nouryas Advanced Line Follower", + "version": "1.0.0", + "author": "Mohamad Yahya \u003cinstruments.eng@gmail.com\u003e", + "maintainer": "Nouryas Tech \u003chttps://www.facebook.com/Nouryas.Tech/\u003e", + "sentence": "Allows the car to run over a specific path (Line).", + "paragraph": "This library is compatible with most of 5 IR sensors used for line follower application.it deal with black or White line , and it do digital or analog scan,also it gives you the tool to control the robot speed.", + "website": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nouryas-Tech/Nouryas_Advanced_Line_Follower-1.0.0.zip", + "archiveFileName": "Nouryas_Advanced_Line_Follower-1.0.0.zip", + "size": 5857175, + "checksum": "SHA-256:6df1bab733c4ea1914d3f6b789bd8e25892a0d0f5c5a3c99c1d654cff6459101" + }, + { + "name": "BMP388_DEV", + "version": "1.0.0", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.0.zip", + "archiveFileName": "BMP388_DEV-1.0.0.zip", + "size": 39760, + "checksum": "SHA-256:7e7ba0a796f6162f3ccdaf798c8002f9627cb7ac57a6ee95fb5cdfa6fdcfe00c" + }, + { + "name": "BMP388_DEV", + "version": "1.0.1", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.1.zip", + "archiveFileName": "BMP388_DEV-1.0.1.zip", + "size": 41527, + "checksum": "SHA-256:ace46e67ed03880ac4932497a69a93803132a7ddfae91d11170e8e9c2cb3325a" + }, + { + "name": "BMP388_DEV", + "version": "1.0.2", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.2.zip", + "archiveFileName": "BMP388_DEV-1.0.2.zip", + "size": 42950, + "checksum": "SHA-256:1fe562468146d91a5b3da19f428e3561e25d8af0ec95158b2635cffa76e8ca8c" + }, + { + "name": "BMP388_DEV", + "version": "1.0.3", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.3.zip", + "archiveFileName": "BMP388_DEV-1.0.3.zip", + "size": 43168, + "checksum": "SHA-256:40b1649bb80e0721b03d39e59313ed574cd4ea0624f6ed0e18548a5eaab6e949" + }, + { + "name": "BMP388_DEV", + "version": "1.0.5", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.5.zip", + "archiveFileName": "BMP388_DEV-1.0.5.zip", + "size": 43602, + "checksum": "SHA-256:e8d132e33985cfd44fb0dcf12de9d49f735ea4c3c426d12c95b5b9d7225b0799" + }, + { + "name": "BMP388_DEV", + "version": "1.0.6", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.6.zip", + "archiveFileName": "BMP388_DEV-1.0.6.zip", + "size": 43804, + "checksum": "SHA-256:358e086d899044eed270f9d62440dcff905560d6e2e535ff17b08635e2ff2898" + }, + { + "name": "BMP388_DEV", + "version": "1.0.7", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.7.zip", + "archiveFileName": "BMP388_DEV-1.0.7.zip", + "size": 43927, + "checksum": "SHA-256:ee2d1e0c97a28b6e710c59076c0920a1cf030892bf14bb746198efe17e631ef4" + }, + { + "name": "ServoESP32", + "version": "1.0.2", + "author": "Jaroslav Paral", + "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", + "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "website": "https://github.com/RoboticsBrno/ServoESP32/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RoboticsBrno/ServoESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.0.2.zip", + "archiveFileName": "ServoESP32-1.0.2.zip", + "size": 10574, + "checksum": "SHA-256:7dd6fcc087686dda100677ad999fbc0c96c9b259d53e3237b87b4dd1326c2fd9" + }, + { + "name": "ServoESP32", + "version": "1.0.3", + "author": "Jaroslav Paral", + "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", + "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "website": "https://github.com/RoboticsBrno/ServoESP32/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/RoboticsBrno/ServoESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.0.3.zip", + "archiveFileName": "ServoESP32-1.0.3.zip", + "size": 10692, + "checksum": "SHA-256:9fade8870c8c5bc621c2368b4c43dd01d7660aaba9f4478c36db0b4ab45caf73" + }, + { + "name": "smart-input-filter", + "version": "0.1.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.1.0.zip", + "archiveFileName": "smart_input_filter-0.1.0.zip", + "size": 26884, + "checksum": "SHA-256:bd43bee24bb77c74e4fc59f6ee1b279db79e9475de2ed66b4f135096062b8bfc" + }, + { + "name": "smart-input-filter", + "version": "0.2.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.2.0.zip", + "archiveFileName": "smart_input_filter-0.2.0.zip", + "size": 28372, + "checksum": "SHA-256:2db359d7c86866f2e776585b84f364a62798a376af99114e620d56cca7d0024e" + }, + { + "name": "smart-input-filter", + "version": "0.2.1", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.2.1.zip", + "archiveFileName": "smart_input_filter-0.2.1.zip", + "size": 28645, + "checksum": "SHA-256:281f124c332bc95be5d722b67e388ee9d2261eadab3e992ca0b1ea3df6bea27a" + }, + { + "name": "MD_YM2413", + "version": "1.0.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Yamaha YM2413 sound synthesizer.", + "paragraph": "Library to implement basic functionality for managing for Yamaha YM2413 sound synthesizer chip", + "website": "https://github.com/MajicDesigns/MD_YM2413", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_YM2413.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YM2413-1.0.0.zip", + "archiveFileName": "MD_YM2413-1.0.0.zip", + "size": 7788196, + "checksum": "SHA-256:1c849bdffdcfe7e016485a33537f364ee727ff7f0b5bc6e655deb61a518a79e2" + }, + { + "name": "Tr4cker", + "version": "0.0.1", + "author": "Robert Sasak", + "maintainer": "Robert Sasak \u003crobert.sasak@gmail.com\u003e", + "sentence": "Tr4cker is a device tracker/locator which only use Wifi. It works perfectly with ESP8266 and ESP32 modules.", + "paragraph": "Tr4cker is a device tracker/locator which only use Wifi.", + "website": "https://github.com/RobertSasak/tr4cker-esp8266", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tr4cker-app/tr4cker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tr4cker-app/Tr4cker-0.0.1.zip", + "archiveFileName": "Tr4cker-0.0.1.zip", + "size": 10091, + "checksum": "SHA-256:2d703e8cd3c6eba8f7ce99d83b4b15a4a21ca76c2f3ee67f72f17b838e8e2a6e" + }, + { + "name": "Tr4cker", + "version": "1.1.0", + "author": "Robert Sasak", + "maintainer": "Robert Sasak \u003crobert.sasak@gmail.com\u003e", + "sentence": "Tr4cker is a device tracker/locator which only use Wifi. It works perfectly with ESP8266 and ESP32 modules.", + "paragraph": "Tr4cker is a device tracker/locator which only use Wifi.", + "website": "https://github.com/RobertSasak/tr4cker-esp8266", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tr4cker-app/tr4cker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tr4cker-app/Tr4cker-1.1.0.zip", + "archiveFileName": "Tr4cker-1.1.0.zip", + "size": 11557, + "checksum": "SHA-256:287cf5b9f98f7b93bad4a903ff3d6e3ecaefbb10bb3bf1625daacbcdd697445f" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.0.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.0.0.zip", + "size": 10779, + "checksum": "SHA-256:3ff487c647d0fd96f4687212d50070cb6b79a704effc6068e7c9e2d91799c179" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.1.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.0.1.zip", + "size": 10811, + "checksum": "SHA-256:9ae39d91868917b22b2dd4497b29d3a73fb6aabd1dd136b07f609b2464d805f6" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.2.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.0.2.zip", + "size": 10812, + "checksum": "SHA-256:a4485479aaf4a252ea76def3a732f0700adb1de32cd16fbda7648c2502b39cf0" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.0.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.0.zip", + "size": 14106, + "checksum": "SHA-256:da92fe491ea32fea779f4397caa975d36409ed320ff0e402a7fda42622941d18" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.1.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.1.zip", + "size": 14154, + "checksum": "SHA-256:bc1b17268403b2f97daf374c0dfa05b01b92fa82a2518825c64f68525df59fc1" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.2.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.2.zip", + "size": 14167, + "checksum": "SHA-256:72c81784be497e10a6e18eadeab5dd693f286cbdfbfc3a970b3d759100f4e709" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": ["Adafruit_Sensor_Calibration.h"], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.3.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.3.zip", + "size": 14366, + "checksum": "SHA-256:4566795f43668d21a3bfac306ab86b3b2522efd9a93344638e5c13e89b44dcb4" + }, + { + "name": "TR-064 SOAP Library", + "version": "1.1.0", + "author": "René Vollmer", + "maintainer": "René Vollmer \u003cmaster@aypac.de\u003e", + "sentence": "Arduino/ESP library for the TR-064 protocol", + "paragraph": "Allows communication with routers (such as Fritz!Box) and some smartplugs and DECT phones via the TR-064 protocol.", + "website": "https://github.com/Aypac/Arduino-TR-064-SOAP-Library", + "category": "Data Processing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Aypac/Arduino-TR-064-SOAP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aypac/TR_064_SOAP_Library-1.1.0.zip", + "archiveFileName": "TR_064_SOAP_Library-1.1.0.zip", + "size": 47302, + "checksum": "SHA-256:1677ad0bbeddd1768779194ee0667a48c5828ee3595c4c3691b6abc466179a5b" + }, + { + "name": "LoRaLayer2", + "version": "0.1.0", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": ["Layer1", "LoRaLayer2.h"], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-0.1.0.zip", + "archiveFileName": "LoRaLayer2-0.1.0.zip", + "size": 15344, + "checksum": "SHA-256:54db617ae30ce8f876aa3d3588d24783cd69786a839cd62c3ad52a63b6b5ec6b" + }, + { + "name": "LoRaLayer2", + "version": "0.2.0", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": ["Layer1", "LoRaLayer2.h"], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-0.2.0.zip", + "archiveFileName": "LoRaLayer2-0.2.0.zip", + "size": 15719, + "checksum": "SHA-256:824754128ba47827e972a00fed9d4f5956f893bcf7195f4fa14ade8da11c5cbf" + }, + { + "name": "LoRaLayer2", + "version": "1.0.0", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": ["Layer1", "LoRaLayer2.h"], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-1.0.0.zip", + "archiveFileName": "LoRaLayer2-1.0.0.zip", + "size": 16253, + "checksum": "SHA-256:cbf196a3c79ad457ab3e4f0d533f1bf6968727e11280c3349cf59bee444483a2" + }, + { + "name": "LoRaLayer2", + "version": "1.0.1", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": ["Layer1_LoRa.h", "Layer1_SX1276.h", "LoRaLayer2.h", "packetBuffer.h"], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-1.0.1.zip", + "archiveFileName": "LoRaLayer2-1.0.1.zip", + "size": 21012, + "checksum": "SHA-256:2ccb82314215cbcccf99ccf4c9f03d81e34bc865ba00a3d87a93ef9b2b26977c" + }, + { + "name": "MicroTuple", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "A library tuple like variadic datastructure for arduino.", + "paragraph": "Support simple callback with any type and number arguments.", + "website": "https://github.com/NitrofMtl/MicroTuple", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/MicroTuple.git", + "providesIncludes": ["MicroTuple.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/MicroTuple-1.0.0.zip", + "archiveFileName": "MicroTuple-1.0.0.zip", + "size": 3312, + "checksum": "SHA-256:e2b0116554f234502adcc5751eb901da240ddd339c7b29a42d049ee0c5a12f76" + }, + { + "name": "I2C-IRSENSE Library", + "version": "1.0.1", + "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", + "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", + "sentence": "An Arduino library to control the Iowa Scaled Engineering I2C-IRSENSE ( https://www.iascaled.com/store/I2C-IRSENSE ) reflective infrared proximity sensor.", + "paragraph": "Because the I2C-IRSENSE is just a breakout for the AMS TMD26721, this library may be useful for controlling other implementations as well", + "website": "https://github.com/IowaScaledEngineering/arduino-irsense", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/IowaScaledEngineering/arduino-irsense.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/I2C_IRSENSE_Library-1.0.1.zip", + "archiveFileName": "I2C_IRSENSE_Library-1.0.1.zip", + "size": 23108, + "checksum": "SHA-256:65edccb5814581f5317d221f38691965f668c516186ce0120e1910eda3ce50a7" + }, + { + "name": "I2C-IRSENSE Library", + "version": "1.0.2", + "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", + "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", + "sentence": "An Arduino library to control the Iowa Scaled Engineering I2C-IRSENSE ( https://www.iascaled.com/store/I2C-IRSENSE ) reflective infrared proximity sensor.", + "paragraph": "Because the I2C-IRSENSE is just a breakout for the AMS TMD26721, this library may be useful for controlling other implementations as well", + "website": "https://github.com/IowaScaledEngineering/arduino-irsense", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/IowaScaledEngineering/arduino-irsense.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/I2C_IRSENSE_Library-1.0.2.zip", + "archiveFileName": "I2C_IRSENSE_Library-1.0.2.zip", + "size": 23103, + "checksum": "SHA-256:675311dafc770cae2c9ad508403ae2605ca2ad43ef9be37beb985d7e920890c7" + }, + { + "name": "LibAPRS_Tracker", + "version": "0.5.0", + "author": "Baris DINC", + "maintainer": "Baris DINC", + "sentence": "A library that turns the aruino into a APRS Packet Sender", + "paragraph": "\"LibAPRS_Tracker is a library for the Arduino IDE, that makes it easy to design and implemet your own APRS Tracker devices for sending out your location, telemetry, etc. The hardware is Micromodem compiant using resistor ladder on pins D4,5,6,7. The PTT pin is D3. All the AFSK modulation, AX.25 packing, and such is running transparently in the “background” in interrupts.\"", + "website": "https://github.com/barisdinc/LibAPRS_Tracker", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/barisdinc/LibAPRS_Tracker.git", + "providesIncludes": ["LibAPRS_Tracker.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/barisdinc/LibAPRS_Tracker-0.5.0.zip", + "archiveFileName": "LibAPRS_Tracker-0.5.0.zip", + "size": 28933, + "checksum": "SHA-256:d69960de525d256b02bcaa3ce610a4735e295d72bac6211fc91ba813e8a47c86" + }, + { + "name": "ArtnetWifi", + "version": "1.4.0", + "author": "Stephan Ruloff", + "maintainer": "Stephan Ruloff \u003cstephan.ruloff@gmail.com\u003e", + "sentence": "ArtNet with the ESP8266, ESP32 and more.", + "paragraph": "Send and receive Art-Net frames using WiFi. Tested on ESP8266, ESP32, WiFi101 and WiFiNINA devices.", + "website": "https://github.com/rstephan/ArtnetWifi", + "category": "Communication", + "architectures": ["esp8266", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/rstephan/ArtnetWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rstephan/ArtnetWifi-1.4.0.zip", + "archiveFileName": "ArtnetWifi-1.4.0.zip", + "size": 14569, + "checksum": "SHA-256:2279088f3f04297c2b36c73f919837a7eb0e6087a4e41f5eb502c09c10d8fa19" + }, + { + "name": "CppPotpourri", + "version": "1.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.0.0.zip", + "archiveFileName": "CppPotpourri-1.0.0.zip", + "size": 42271, + "checksum": "SHA-256:96ca8471215e15e6c938ac5084c9c95fb92e2fb4f9d416b471de1619b90e64a1" + }, + { + "name": "CppPotpourri", + "version": "1.1.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.1.0.zip", + "archiveFileName": "CppPotpourri-1.1.0.zip", + "size": 48338, + "checksum": "SHA-256:7972b303c84edd660b0e77dbd7f27313137c3db30a123ff0203ebe5ee07dea5a" + }, + { + "name": "CppPotpourri", + "version": "1.1.3", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.1.3.zip", + "archiveFileName": "CppPotpourri-1.1.3.zip", + "size": 50883, + "checksum": "SHA-256:53c9841f3ae4c9b6c8492636fe1cd3fcb33a7caf79e02b560eba140431f9485f" + }, + { + "name": "CppPotpourri", + "version": "2.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.0.0.zip", + "archiveFileName": "CppPotpourri-2.0.0.zip", + "size": 66473, + "checksum": "SHA-256:6bdbf9e143a41bf576640f4b02ad50a45fd16d1857681a4ea65ea6ebfb74b764" + }, + { + "name": "CppPotpourri", + "version": "2.6.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.6.0.zip", + "archiveFileName": "CppPotpourri-2.6.0.zip", + "size": 421843, + "checksum": "SHA-256:88f450593a61b8c19d8d5cbdfa33fbe157ddcf2b3d4784cedd80b611e889a96f" + }, + { + "name": "CppPotpourri", + "version": "2.7.3", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.7.3.zip", + "archiveFileName": "CppPotpourri-2.7.3.zip", + "size": 457893, + "checksum": "SHA-256:0724e1fc5a9afa891df8f36cc6a6313d7ea05c01a5856e42989bf93c2ca2194b" + }, + { + "name": "CppPotpourri", + "version": "2.10.2", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.10.2.zip", + "archiveFileName": "CppPotpourri-2.10.2.zip", + "size": 483150, + "checksum": "SHA-256:9a5780037e099728038e739f9e33be6744276548b76bd227084e50e44caf0508" + }, + { + "name": "CppPotpourri", + "version": "2.11.1", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.11.1.zip", + "archiveFileName": "CppPotpourri-2.11.1.zip", + "size": 486893, + "checksum": "SHA-256:235ef86e59900db1e0c76b1cc2b78c97c57f98501d95d1b4e968ea404008d726" + }, + { + "name": "esp8266-framework", + "version": "1.0.0", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework stack for easy configurable applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.0.0.zip", + "archiveFileName": "esp8266_framework-1.0.0.zip", + "size": 1580676, + "checksum": "SHA-256:d0fa1e019156c0bb5275e311416bde0150993b951bd66ff158e2b77b0229e5de" + }, + { + "name": "esp8266-framework", + "version": "1.1.0", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.0.zip", + "archiveFileName": "esp8266_framework-1.1.0.zip", + "size": 1581201, + "checksum": "SHA-256:85b5f2b9a1fc0d8f04704095539d2c1aba7bb68c00812dce4894ce174567b6e4" + }, + { + "name": "esp8266-framework", + "version": "1.1.1", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.1.zip", + "archiveFileName": "esp8266_framework-1.1.1.zip", + "size": 1882772, + "checksum": "SHA-256:61a3f9ee7befb6648be5457c8d9d2649cad1e9e99f90fbba97c52cb0e20f6d11" + }, + { + "name": "esp8266-framework", + "version": "1.1.2", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.2.zip", + "archiveFileName": "esp8266_framework-1.1.2.zip", + "size": 1885752, + "checksum": "SHA-256:7727fc92cb8bd8d148da694f5932f0a01dcc5a8b3fffe61e8e75e8fc2a6bbdf9" + }, + { + "name": "esp8266-framework", + "version": "1.1.3", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.3.zip", + "archiveFileName": "esp8266_framework-1.1.3.zip", + "size": 1886413, + "checksum": "SHA-256:1fb77247fb4ac9c4012430fc5b7658054a2d29f88dc83e1a6e659beefc48dc3d" + }, + { + "name": "esp8266-framework", + "version": "1.1.4", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.4.zip", + "archiveFileName": "esp8266_framework-1.1.4.zip", + "size": 1916889, + "checksum": "SHA-256:57261642136398d89e99f64db80374024ccc604240a2e7310cda7d42d150935b" + }, + { + "name": "slight_Fade", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "timed value fading.", + "paragraph": "fade a value over a given time duration.", + "website": "https://github.com/s-light/slight_Fade", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_Fade.git", + "providesIncludes": ["slight_FaderLin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_Fade-1.0.0.zip", + "archiveFileName": "slight_Fade-1.0.0.zip", + "size": 23891, + "checksum": "SHA-256:fc4f8ab25662df71a337029d78373a0a642fb02b05b29c8a738d62877d9ca995" + }, + { + "name": "slight_ButtonInput", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Event based button input.", + "paragraph": "Get Button Inputs as events in a callback-function.", + "website": "https://github.com/s-light/slight_ButtonInput", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_ButtonInput.git", + "providesIncludes": ["slight_ButtonInputHelper.h", "slight_ButtonInput.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_ButtonInput-1.0.0.zip", + "archiveFileName": "slight_ButtonInput-1.0.0.zip", + "size": 25405, + "checksum": "SHA-256:ae3fa04fc9f0c31dd4ae2c83be14cd08210a1ce2a8e8eef68c1e2f51c52f43a7" + }, + { + "name": "slight_RotaryEncoder", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Event based rotary ecnoder input.", + "paragraph": "Get rotary encoder inputs as events in a callback-function.", + "website": "https://github.com/s-light/slight_TLC5957", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_RotaryEncoder.git", + "providesIncludes": ["slight_RotaryEncoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_RotaryEncoder-1.0.0.zip", + "archiveFileName": "slight_RotaryEncoder-1.0.0.zip", + "size": 33338, + "checksum": "SHA-256:468e3630e44e02c24dce4b5b5636abf7b92fb261b13db7f9f4c88cd2ff97cd10" + }, + { + "name": "slight_DebugMenu", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Helper Library to create Simple Menu.", + "paragraph": "Helper Library to create a Simple Menu on a Stream interface.", + "website": "https://github.com/s-light/slight_DebugMenu", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_DebugMenu.git", + "providesIncludes": ["slight_DebugMenu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_DebugMenu-1.0.0.zip", + "archiveFileName": "slight_DebugMenu-1.0.0.zip", + "size": 19825, + "checksum": "SHA-256:deb80a0ccf0b34987f43d839692cd3a9d5b2ea5e635a673c1ab55660b39a35a5" + }, + { + "name": "slight_TLC5957", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Easy Access to lots of RGB-LEDs.", + "paragraph": "TLC5957 is a 48-channel (=16*RGB) 16bit LED-Driver with high PWM-Clock and data-update rates possible. Intended Usage is for Signage/Outdoor Displays. This library tries to make it easy to use.", + "website": "https://github.com/s-light/slight_TLC5957", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_TLC5957.git", + "providesIncludes": ["TLC5957.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_TLC5957-1.0.0.zip", + "archiveFileName": "slight_TLC5957-1.0.0.zip", + "size": 37243, + "checksum": "SHA-256:b35e1cf6f645b1a9b6802151145b9c425511e578968a3fcf046df29957e487a0" + }, + { + "name": "slight_FDC1004", + "version": "1.0.0", + "author": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "A library to interface to an TI FDC1004 Capacitiv sensor.", + "paragraph": "Implements all I2C available low level communication and adds some easy to use abstractions.", + "website": "https://github.com/s-light/slight_FDC1004", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_FDC1004.git", + "providesIncludes": ["FDC1004.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_FDC1004-1.0.0.zip", + "archiveFileName": "slight_FDC1004-1.0.0.zip", + "size": 23647, + "checksum": "SHA-256:95f3461a886e331f39cdec331897b0e4faf68d86a291d4851fc362d75cbcd606" + }, + { + "name": "slight_LiquidCrystalDummy", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Helper Library for LCD usage.", + "paragraph": "partly identical api as LiquidCristal but for Serial-Debug output.", + "website": "https://github.com/s-light/slight_LiquidCrystalDummy", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/s-light/slight_LiquidCrystalDummy.git", + "providesIncludes": ["slight_LiquidCrystalDummy.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_LiquidCrystalDummy-1.0.0.zip", + "archiveFileName": "slight_LiquidCrystalDummy-1.0.0.zip", + "size": 16191, + "checksum": "SHA-256:01a81c47cb577f2cc0aa538529b0621f1b4aaacdcef52359e0718d49f65090f7" + }, + { + "name": "EEPROMAdapter", + "version": "1.0.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.0.1.zip", + "archiveFileName": "EEPROMAdapter-1.0.1.zip", + "size": 383713, + "checksum": "SHA-256:5114bae051c2a06b1203b0f61d7ca24a58a05304e6827498984146524638351a" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.0.zip", + "archiveFileName": "EEPROMAdapter-1.1.0.zip", + "size": 30838, + "checksum": "SHA-256:addaefcdcac0383f6d0d5337eafe7dac0436fd2f1fa14cba5e5d5dbb33b71b9c" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.1.zip", + "archiveFileName": "EEPROMAdapter-1.1.1.zip", + "size": 1047356, + "checksum": "SHA-256:b9fa8cc1fa0a56a34e5e4f9d017503adccafdafcdfe4f20a8af05be9b3637852" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.2", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.2.zip", + "archiveFileName": "EEPROMAdapter-1.1.2.zip", + "size": 1046899, + "checksum": "SHA-256:c71405119504dc09bbfe8d4f8af3efb59b7e955ba6999e5c38d856029b7be716" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.3", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.3.zip", + "archiveFileName": "EEPROMAdapter-1.1.3.zip", + "size": 1046894, + "checksum": "SHA-256:fbb902974049ccadf97905654cc97eb3c26d997b5aec446da16afef4c4dde3d1" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.4", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.4.zip", + "archiveFileName": "EEPROMAdapter-1.1.4.zip", + "size": 1046862, + "checksum": "SHA-256:4702154e8627bb1eb9abb81b14f857633e8319cbe3c1aca9703557004caf0a7d" + }, + { + "name": "DUE_schmitt", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable SAM3x DUE IO Schmitt trigguer", + "paragraph": "Debounce digitals inputs with internal Sam3x8e Schmitt truguer without expensive code and without adding any hardware.", + "website": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "providesIncludes": ["DUE_schmitt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/DUE_schmitt-1.0.0.zip", + "archiveFileName": "DUE_schmitt-1.0.0.zip", + "size": 3810, + "checksum": "SHA-256:a717f5a2ce3e42568e92cc404d64d633fe381a58e8950a2b7d6823ec57b65996" + }, + { + "name": "SerialTerminalPRO", + "version": "1.0.2", + "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "sentence": "a simple Arduino library to incorporate a serial terminal to your project", + "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", + "website": "https://github.com/miko007/SerialTerminal", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/miko007/SerialTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.0.2.zip", + "archiveFileName": "SerialTerminalPRO-1.0.2.zip", + "size": 3486, + "checksum": "SHA-256:ec160cba10a52aaabbba1f4a7a97cb921953b4314c470a2f44240bc3ec5ee806" + }, + { + "name": "SerialTerminalPRO", + "version": "1.0.3", + "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "sentence": "a simple Arduino library to incorporate a serial terminal to your project", + "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", + "website": "https://github.com/miko007/SerialTerminal", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/miko007/SerialTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.0.3.zip", + "archiveFileName": "SerialTerminalPRO-1.0.3.zip", + "size": 4867, + "checksum": "SHA-256:4b5cdee702c5b778812527402ccefa5894dd57a4b285fee60594bfcf1807cc1a" + }, + { + "name": "SerialTerminalPRO", + "version": "1.1.1", + "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "sentence": "a simple Arduino library to incorporate a serial terminal to your project", + "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", + "website": "https://github.com/miko007/SerialTerminal", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/miko007/SerialTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.1.1.zip", + "archiveFileName": "SerialTerminalPRO-1.1.1.zip", + "size": 4865, + "checksum": "SHA-256:c0e1edf6cac390f0d54856e9d44e87319ce1e71a3b99d1698551522f8ea63d43" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega/Teensy boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.0.zip", + "size": 60062, + "checksum": "SHA-256:7ac84ac8e561018ba9f0f3e48cbe303c8e721917887db74715b87ce8bb411f74" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega/Teensy boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.1.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.1.zip", + "size": 60113, + "checksum": "SHA-256:646ecf69513a6bf3a3ae7b9431e8d414f73d783f79165b912fc03c7193228f36" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega/Teensy/SAMD boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.2.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.2.zip", + "size": 77101, + "checksum": "SHA-256:52505761569bd96bfe11067f15a047765640cd174f0fc09015037620f01b4dc7" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.3.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.3.zip", + "size": 93303, + "checksum": "SHA-256:7d46c98c49d36b333aea3f6bc99eeee6a89f982e6a8f911c3b8a928f83ab9bc2" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.4.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.4.zip", + "size": 120082, + "checksum": "SHA-256:88583e761e492f256f2ca4d531755b32a63d3fc06ec1441df8ecf0349904c320" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266 AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. running ESP8266 AT shields to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.5.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.5.zip", + "size": 787137, + "checksum": "SHA-256:88f8156eb9d4d8bacc55d978942e51d956603d52a58d5daedd6e73c0c1977fbf" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32 AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32 AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.6.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.6.zip", + "size": 2593387, + "checksum": "SHA-256:1c134fee4f509409bb79623b1f64e6c036df3d8214001d7be8da7049c5639a54" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.7.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.7.zip", + "size": 2598324, + "checksum": "SHA-256:6318838804986f846f2444a86d2d93e21a7e0e480b6b6546614ae4060ba674c0" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, Teensy, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage, nRF52 LittleFS or STM32 emulated EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.1.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.1.0.zip", + "size": 2839670, + "checksum": "SHA-256:8fecfdfa7a6879a7c5a4b34eeb3f51dea1308c81e8ee1ad8b04734e3beefcda8" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, Teensy, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage, nRF52 LittleFS or STM32 emulated EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.1.1.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.1.1.zip", + "size": 2840583, + "checksum": "SHA-256:959d36d60c7080eddc0cdd31342d97908234c3320669868df9e25f71b2787c24" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, Teensy, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52 LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.2.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.2.0.zip", + "size": 2842146, + "checksum": "SHA-256:3c8a8cf656771eac5bec4f8ca3ee5d9288245b03efc27cb478a99786099596ab" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52/TP2040 LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, etc., using ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.3.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.3.0.zip", + "size": 2929010, + "checksum": "SHA-256:385245f305b44643a522f925c82cf53d3acc1ca176ff554d0a5462c1f3d48ed4" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.0.0", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.0.0.zip", + "archiveFileName": "HomeKit_ESP8266-1.0.0.zip", + "size": 649974, + "checksum": "SHA-256:5b2518131e8959a4898c15d6dab2186f5496331a86b8c13e60e40141b67a8056" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.0.1", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.0.1.zip", + "archiveFileName": "HomeKit_ESP8266-1.0.1.zip", + "size": 649962, + "checksum": "SHA-256:7ca243e78b9efae08ae9c965eef6092ad76a586f5f108e381a47ce35e93cb2d1" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.1.0", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.1.0.zip", + "archiveFileName": "HomeKit_ESP8266-1.1.0.zip", + "size": 727947, + "checksum": "SHA-256:44b096f39b6e047d25544684b28c075605f8206c1c11f0e31e384c83529a9ce9" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.2.0", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.2.0.zip", + "archiveFileName": "HomeKit_ESP8266-1.2.0.zip", + "size": 750440, + "checksum": "SHA-256:ebce77358caebb55f03a7755299c1c415f50c5ceeb95c2e7a85fc08fca3e6bff" + }, + { + "name": "CS5464 Arduino", + "version": "0.1.0", + "author": "Tisham (whatnick) Dhar", + "maintainer": "Tisham \u003ctisham@whatnick.com\u003e", + "sentence": "CS5464 Energy Monitor Support for Arduino", + "paragraph": "CS5464 Energy Monitor Support for Arduino", + "website": "https://github.com/whatnick/CS5464_Arduino", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/whatnick/CS5464_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/whatnick/CS5464_Arduino-0.1.0.zip", + "archiveFileName": "CS5464_Arduino-0.1.0.zip", + "size": 5983, + "checksum": "SHA-256:5157c85131442f84a06b2408163bc4bb0386ea2c1a02a4a684cf4d409036d6b5" + }, + { + "name": "ATM90E26 Arduino", + "version": "0.1.0", + "author": "Tisham (whatnick) Dhar", + "maintainer": "Tisham \u003ctisham@whatnick.com\u003e", + "sentence": "ATM90E26 Energy Monitor Support for Arduino", + "paragraph": "ATM90E26 Energy Monitor Support for Arduino", + "website": "https://github.com/whatnick/ATM90E26_Arduino", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/whatnick/ATM90E26_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/whatnick/ATM90E26_Arduino-0.1.0.zip", + "archiveFileName": "ATM90E26_Arduino-0.1.0.zip", + "size": 36262, + "checksum": "SHA-256:351d5d26ad92989646f0a20b67a04a0acd14caaa7e8ed03e2bb2adc955e2c35f" + }, + { + "name": "SX150x", + "version": "1.0.7", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for the Semtech SX150x family of i2c GPIO expanders.", + "paragraph": "This library covers the SX1501, SX1502, and SX1503.", + "website": "https://github.com/jspark311/Arduino-SX150x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/Arduino-SX150x.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX150x-1.0.7.zip", + "archiveFileName": "SX150x-1.0.7.zip", + "size": 12757, + "checksum": "SHA-256:c6844aea1daddfccf6c3ea80fa2a775547e65aa4be45a1caaa2fc9316774136b" + }, + { + "name": "SX150x", + "version": "1.0.8", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for the Semtech SX150x family of i2c GPIO expanders.", + "paragraph": "This library covers the SX1501, SX1502, and SX1503.", + "website": "https://github.com/jspark311/Arduino-SX150x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/Arduino-SX150x.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX150x-1.0.8.zip", + "archiveFileName": "SX150x-1.0.8.zip", + "size": 12929, + "checksum": "SHA-256:a834d7c9ec783cdb9048cccf9e39d3aa1ba8f1103d1f90a4f752e5b0bf6ec0ca" + }, + { + "name": "ADG2128", + "version": "1.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for the ADG2128 analog cross-point switch.", + "website": "https://github.com/jspark311/Arduino-ADG2128", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/Arduino-ADG2128.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ADG2128-1.0.0.zip", + "archiveFileName": "ADG2128-1.0.0.zip", + "size": 11461, + "checksum": "SHA-256:1d2bcd6dc2a600cd96edeeda8a664c2d7926c91693b75b38523fb4021bb48ed0" + }, + { + "name": "DS1881", + "version": "1.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A driver for the Dallas/Maxim i2c logarithmic potentiometer.", + "website": "https://github.com/jspark311/Arduino-DS1881", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/Arduino-DS1881.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/DS1881-1.0.0.zip", + "archiveFileName": "DS1881-1.0.0.zip", + "size": 10534, + "checksum": "SHA-256:a904cd8c719248d61734a1dfc1f345c4bb39ab887b23b39e033692b9f7a6b3f2" + }, + { + "name": "SX8634", + "version": "1.1.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for Semtech's SX8634 capacitive touch sensor.", + "website": "https://github.com/jspark311/Arduino-SX8634", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jspark311/Arduino-SX8634.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX8634-1.1.0.zip", + "archiveFileName": "SX8634-1.1.0.zip", + "size": 18606, + "checksum": "SHA-256:434cc695b9addae7523196f318673612a731adc70a296bf48a4ac7b4a22ddf07" + }, + { + "name": "Panel.h for NeoPixel Matrix", + "version": "1.1.0", + "author": "Ramon Heras, Salvador Ruiz, Manuel Sanchez, Adil Mohamed", + "maintainer": "Ramon Heras \u003cramon98heras@gmail.com\u003e", + "sentence": "Control any NeoPixel Matrix using processing like methods", + "paragraph": "Control any neopixel matrix. This library comes with more than 40 processing like functions.\u003c/br\u003e\u003cul\u003e\u003cli\u003eCool game \u003cb\u003eexamples\u003c/b\u003eand demos: minesRuner-Accel, minesRunner-gest, demos, testLayout, etc\u003c/li\u003e\u003cli\u003eSupports \u003cb\u003eall\u003c/b\u003e possible led layouts.\u003c/li\u003e\u003cli\u003e\u003cb\u003eHot-swap\u003c/b\u003e the neopixel matrix by using \u003ci\u003erebuild()\u003c/i\u003e \u003c/li\u003e\u003cli\u003eTransformations such as \u003ci\u003erotate(), translate(), rotateMatrix()\u003c/i\u003e; Alongside with \u003ci\u003epopMatrix()\u003c/i\u003e and \u003ci\u003epushMatrix()\u003c/i\u003e. \u003c/li\u003e\u003cli\u003eDraw methods : \u003ci\u003esetPixel(), line(), rect()\u003c/i\u003e \u003c/li\u003e\u003cli\u003eDisplay \u003cb\u003eimages\u003c/b\u003e using \u003ci\u003eimage()\u003c/i\u003e\u003c/li\u003e\u003c/ul\u003eAnd a lot more...\u003c/br\u003e\u003c/br\u003eThis library is part of the neopixel project an open hardware/software project to make easy create interactive games.\u003c/br\u003e\u003c/br\u003eFind all .stl (3d) and gerber (PCB) files to build your own Pixel and Play console at \u003ca href=\"https://github.com/ramonheras/Pixel-and-Play-Open-Hardware\"\u003e Github Pixel and play Open Hardware.\u003c/a\u003e\u003c/br\u003eAlso a complete \u003ca href=\"https://github.com/ramonheras/Pixel-and-Play-Arduino-Library\"\u003e Assembly gide. \u003c/a\u003e\u003c/br\u003e\u003c/br\u003eThis project was born in 'Creative Electronics', a BEng Electronics Engineering 4th year module at the University of Málaga,\u003ca href=\"https://www.uma.es/etsi-de-telecomunicacion/\"\u003e School of Telecommunications.\u003c/a\u003e", + "website": "https://github.com/ramonheras/Pixel-and-Play-Arduino-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ramonheras/Pixel-and-Play-Arduino-Library.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ramonheras/Panel_h_for_NeoPixel_Matrix-1.1.0.zip", + "archiveFileName": "Panel_h_for_NeoPixel_Matrix-1.1.0.zip", + "size": 38038, + "checksum": "SHA-256:08145b8b63991dcaca8370f104c51182ec0e0ba68e09e9488e5e7ab0b4cb2f00" + }, + { + "name": "CRMX_TimoTwo", + "version": "0.1.27", + "author": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "maintainer": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "sentence": "Provides a library for reading and interpreting CRMX TimoTwo MKR Shield data over SPI.", + "paragraph": "Send or Receive Wireless DMX data. Integrated UART for external DMX-512 connections.", + "website": "https://github.com/marccolemont/CRMX_TimoTwo", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marccolemont/CRMX_TimoTwo.git", + "providesIncludes": ["CRMX_TimoTwo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marccolemont/CRMX_TimoTwo-0.1.27.zip", + "archiveFileName": "CRMX_TimoTwo-0.1.27.zip", + "size": 385211, + "checksum": "SHA-256:a89e7215be727f4ca20a8dc300a39abce97346171b7004fe7bc13435608efdb2" + }, + { + "name": "CRMX_TimoTwo", + "version": "0.1.32", + "author": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "maintainer": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "sentence": "Provides a library for reading and interpreting CRMX TimoTwo MKR Shield data over SPI.", + "paragraph": "Send or Receive Wireless DMX data. Integrated UART for external DMX-512 connections.", + "website": "https://github.com/marccolemont/CRMX_TimoTwo", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marccolemont/CRMX_TimoTwo.git", + "providesIncludes": ["CRMX_TimoTwo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marccolemont/CRMX_TimoTwo-0.1.32.zip", + "archiveFileName": "CRMX_TimoTwo-0.1.32.zip", + "size": 385899, + "checksum": "SHA-256:5a6e42378e0a63b627da117fbb57ea6e95646418736393c73bc6a6ad90b4d43d" + }, + { + "name": "ADC_SAmpler", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": ["ADC_Sampler.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.0.0.zip", + "archiveFileName": "ADC_SAmpler-1.0.0.zip", + "size": 7009, + "checksum": "SHA-256:b83e756934de3a0f0eefa063cf593d5a3fdc30bc78c1d01151196593246b5fe1" + }, + { + "name": "ADC_SAmpler", + "version": "1.1.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": ["ADC_Sampler.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.1.0.zip", + "archiveFileName": "ADC_SAmpler-1.1.0.zip", + "size": 8314, + "checksum": "SHA-256:6e9a77b48bd6f6c69bfe31016f3963ef07b86697ac3c11b2abe023c5ee250614" + }, + { + "name": "ADC_SAmpler", + "version": "1.2.3", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": ["ADC_Sampler.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.2.3.zip", + "archiveFileName": "ADC_SAmpler-1.2.3.zip", + "size": 8363, + "checksum": "SHA-256:8b336671cd516091b19ce183c65fa61cd34a37f0f5aab76ebcd2be74c8c8a0cd" + }, + { + "name": "ADC_SAmpler", + "version": "1.3.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": ["ADC_Sampler.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.3.0.zip", + "archiveFileName": "ADC_SAmpler-1.3.0.zip", + "size": 8488, + "checksum": "SHA-256:0df3bba5df9e2bc8ba8d2f2c245bdaf718ae1a94d84362673f569eb352c815b5" + }, + { + "name": "EthernetWebServer", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.0.zip", + "archiveFileName": "EthernetWebServer-1.0.0.zip", + "size": 57526, + "checksum": "SHA-256:3f8c55e947b152baac85a22c1b56a0bd72feea2d05bea5042a25b08d3b386ce4" + }, + { + "name": "EthernetWebServer", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.1.zip", + "archiveFileName": "EthernetWebServer-1.0.1.zip", + "size": 57297, + "checksum": "SHA-256:325a7a891b79bc3d77b9e057bac228c1f436faddb02dc8317f5d4b9ccf4d3825" + }, + { + "name": "EthernetWebServer", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.2.zip", + "archiveFileName": "EthernetWebServer-1.0.2.zip", + "size": 60206, + "checksum": "SHA-256:1f961b8435bb539a587a781e47d9e6417a7b0bc0c3af5a65f6ac280ffb2f6072" + }, + { + "name": "EthernetWebServer", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD, STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.3.zip", + "archiveFileName": "EthernetWebServer-1.0.3.zip", + "size": 63219, + "checksum": "SHA-256:e5c2bcd1e9c00f941d09f4ca3fdb30a9e6456c16c1cda0a570f4a496c3d3a615" + }, + { + "name": "EthernetWebServer", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.4.zip", + "archiveFileName": "EthernetWebServer-1.0.4.zip", + "size": 75137, + "checksum": "SHA-256:06bd9fa721f945d94239fef0eef2b0de1e4772284f8eed8b63d0598608c6af3e" + }, + { + "name": "EthernetWebServer", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.5.zip", + "archiveFileName": "EthernetWebServer-1.0.5.zip", + "size": 82215, + "checksum": "SHA-256:9344928ae9d49e9c10aa7d9c1895aaacc4bd4534d56e59ad48b37a9d4fbc0659" + }, + { + "name": "EthernetWebServer", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.6.zip", + "archiveFileName": "EthernetWebServer-1.0.6.zip", + "size": 85266, + "checksum": "SHA-256:312d6b7c8eb629f854cf8a616138ccf51bcacd1e20bb50ae659f6cf43a8cb16b" + }, + { + "name": "EthernetWebServer", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.7.zip", + "archiveFileName": "EthernetWebServer-1.0.7.zip", + "size": 100624, + "checksum": "SHA-256:55af7536aecb49b3634ab689d9088057805ceb69b9dfd5cc6e254fded583b010" + }, + { + "name": "EthernetWebServer", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.8.zip", + "archiveFileName": "EthernetWebServer-1.0.8.zip", + "size": 136107, + "checksum": "SHA-256:2957fdc3fe1ec353c525d434b5072aa96675b7cf12cc26473631639c0f53ba8c" + }, + { + "name": "EthernetWebServer", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.9.zip", + "archiveFileName": "EthernetWebServer-1.0.9.zip", + "size": 145838, + "checksum": "SHA-256:7a7f7cebe881845cd0e82a9b82f6884d47fb91ee63b349dc85b287f226b9c867" + }, + { + "name": "EthernetWebServer", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.10.zip", + "archiveFileName": "EthernetWebServer-1.0.10.zip", + "size": 245562, + "checksum": "SHA-256:5bf8748043ed3a09f63324bb08fe26ac6374cddbf4622a139e32353f1c1fd726" + }, + { + "name": "EthernetWebServer", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.11.zip", + "archiveFileName": "EthernetWebServer-1.0.11.zip", + "size": 280309, + "checksum": "SHA-256:98df10021919cb48d07bdc5bf83c020e0dc4e34863b1234922ce2179d1e7281d" + }, + { + "name": "EthernetWebServer", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.12.zip", + "archiveFileName": "EthernetWebServer-1.0.12.zip", + "size": 338110, + "checksum": "SHA-256:b01e021accfa9c521d36ad250292ff39432126c368a0f55085e9f53e2f418f5b" + }, + { + "name": "EthernetWebServer", + "version": "1.0.13", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.13.zip", + "archiveFileName": "EthernetWebServer-1.0.13.zip", + "size": 346921, + "checksum": "SHA-256:c2229046c0a346177587e8a4615afebf0b5cd99650d62ae47b9d7e29258ad201" + }, + { + "name": "EthernetWebServer", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.1.0.zip", + "archiveFileName": "EthernetWebServer-1.1.0.zip", + "size": 475843, + "checksum": "SHA-256:a34176bf35f01ca19d4e6683d048c23e14b7f3e0ec404a57c43b03255840e15e" + }, + { + "name": "EthernetWebServer", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.2.0.zip", + "archiveFileName": "EthernetWebServer-1.2.0.zip", + "size": 499548, + "checksum": "SHA-256:b4c0312913e6dfb13cdd92858b91bfce2808d4a2bdd9f55f44bad72881d9c86f" + }, + { + "name": "EthernetWebServer", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.2.1.zip", + "archiveFileName": "EthernetWebServer-1.2.1.zip", + "size": 572104, + "checksum": "SHA-256:c263bb2a4fd1968423cb3be7f5a4a9f3c185f1c8949aba2ecfb604744f83a785" + }, + { + "name": "EthernetWebServer", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.3.0.zip", + "archiveFileName": "EthernetWebServer-1.3.0.zip", + "size": 908391, + "checksum": "SHA-256:10a73310cea89f23da37a2a9266662108e0e046eea91eb3e961f1090a34faa7a" + }, + { + "name": "EthernetWebServer", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.3.1.zip", + "archiveFileName": "EthernetWebServer-1.3.1.zip", + "size": 960230, + "checksum": "SHA-256:448cf617afb8cfcc74e469992a14ba141536c6e1902a0f49647df52c88c2a83c" + }, + { + "name": "EthernetWebServer", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.4.0.zip", + "archiveFileName": "EthernetWebServer-1.4.0.zip", + "size": 1002603, + "checksum": "SHA-256:2acdd72a08d7696b03506874c42c215e5f64f480bf35b4d0054e9d6a8dc1b887" + }, + { + "name": "EthernetWebServer", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": ["EthernetWebServer.h", "EthernetHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.5.0.zip", + "archiveFileName": "EthernetWebServer-1.5.0.zip", + "size": 1036522, + "checksum": "SHA-256:13c7a5f66d7b9a0edbb0f1c15041c464512ac35a32e46b8b3b121acd33ed537f" + }, + { + "name": "weatherLocation", + "version": "1.0.4", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Weather and Location Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/weatherLocation-Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/weatherLocation-Library.git", + "providesIncludes": ["weatherLocation.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/weatherLocation-1.0.4.zip", + "archiveFileName": "weatherLocation-1.0.4.zip", + "size": 21442, + "checksum": "SHA-256:a57bfb82470f5a219eff36e49a7ab1611529ad3121040f31c07d4d3a08dabd3c" + }, + { + "name": "weatherLocation", + "version": "1.0.5", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Weather and Location Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/weatherLocation-Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/weatherLocation-Library.git", + "providesIncludes": ["weatherLocation.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/weatherLocation-1.0.5.zip", + "archiveFileName": "weatherLocation-1.0.5.zip", + "size": 21485, + "checksum": "SHA-256:39b95e80ae5a969a3729fdd437b5a184fa7fec48cf385e22d7f8c7a5376338b9" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRF52_Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": ["Adafruit_nRFCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.1.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.1.zip", + "size": 335715, + "checksum": "SHA-256:f16a842bf1286070f3a79fe9dd3d1eaf374ff2e5d483fc44ee5e23e2d1c8361d" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": ["Adafruit_nRFCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.3.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.3.zip", + "size": 336288, + "checksum": "SHA-256:8ee43985519b14b5e1653001c4feec90f282bc3f59c64d5b496aab9ba73c8a8c" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": ["Adafruit_nRFCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.4.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.4.zip", + "size": 336337, + "checksum": "SHA-256:8b1cddb197c6b6eb4442726df3055c81aed6b4de7982b21a9baf1813b05e28df" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": ["Adafruit_nRFCrypto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.5.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.5.zip", + "size": 336144, + "checksum": "SHA-256:3f283c9fb956e26bb3e48cf492dce9656e69d9bd40a4b0df7fe6834c6e31af07" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.0.zip", + "size": 100874, + "checksum": "SHA-256:2766f38e2749bf01b95349ee20c548ee1d9e5afa71ecef2b58529a6d925301cc" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["avr", "teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.1.zip", + "size": 100976, + "checksum": "SHA-256:46a9a057ced712971da3f44dfd6b495db9c092b5612cd327bbccb4c00c458c89" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAMD boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.2.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.2.zip", + "size": 109683, + "checksum": "SHA-256:4c34522d4a777dd7144ca628ee700dc1383f13bffa2efedbc967a160ba8877df" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.3.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.3.zip", + "size": 114852, + "checksum": "SHA-256:f2527a392378abd90c3da2aab163e24b3ac887f4a9104f793e729c63905efb25" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.4.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.4.zip", + "size": 120204, + "checksum": "SHA-256:2dcc11349dabc218b6f7080d46ea7bfbfb0d3bd714d78f3b86d99c266cee5be6" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD2. SAMD51, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.5.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.5.zip", + "size": 123066, + "checksum": "SHA-256:8934016e67d5c0132fc0316b0c605b7eb19ad1e648b7b186621473b70eb576c0" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD2. SAMD51, STM32, nRF52 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.6.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.6.zip", + "size": 130837, + "checksum": "SHA-256:38f41afbf90149f932e7eed78d4abba951dfb7f516c30a5ae4a01189a827b4e3" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.7.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.7.zip", + "size": 151578, + "checksum": "SHA-256:369de9538c7d23de941dc1325af701b813dfded837e4c2ed5a76c703b6461e8f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.8.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.8.zip", + "size": 2572290, + "checksum": "SHA-256:7ec67b12389d2ee3375cf127f0e09105a6aaf214f550ba318d2c39d9c10093a7" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.9.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.9.zip", + "size": 2574194, + "checksum": "SHA-256:d66c17ac58b8b5734d316d59f2253a9ce2f1d806085849b1ed07e510ea3567f8" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.10.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.10.zip", + "size": 2654483, + "checksum": "SHA-256:c2f593e9fcad168264d8aa4c1bbcb3b62796fc8997a4f12ce6525570258d57c3" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.11.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.11.zip", + "size": 2667493, + "checksum": "SHA-256:fe04834bf1eb6f1de15a655c01452341d3f92aeec7145d2090e2d20b3e53683a" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.12.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.12.zip", + "size": 2708618, + "checksum": "SHA-256:4be50a8f30ee30aaa71ac54c974283d18add65a3368962148c4058c58ed5ef1c" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.1.0.zip", + "size": 2768656, + "checksum": "SHA-256:24f5dbf81e357df803cf0271be06140f12b537c7121cbf2b0c8cae8a0ebb465f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": ["ESP8266_AT_WebServer.h", "ESP8266_AT_Server.h", "ESP8266_AT_Client.h", "ESP8266_AT_Udp.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.1.1.zip", + "size": 2886966, + "checksum": "SHA-256:b6705b64c8221eafa20c1c16700ee65801d46965ff3d2921c479d8373b075467" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": ["ESP8266_AT_WebServer.h", "ESP8266_AT_Server.h", "ESP8266_AT_Client.h", "ESP8266_AT_Udp.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.2.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.1.2.zip", + "size": 2955227, + "checksum": "SHA-256:7c986a79d60259801528589f1f4186e99b3905b574b9417d1c6c23a347200d53" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO boards boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": ["ESP8266_AT_WebServer.h", "ESP8266_AT_Server.h", "ESP8266_AT_Client.h", "ESP8266_AT_Udp.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.2.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.2.0.zip", + "size": 3038561, + "checksum": "SHA-256:0a9b4a066d4c643a26a886ee28580d3cdcb70bb3ce937f2471b614508f3e9b8f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": ["ESP8266_AT_WebServer.h", "ESP8266_AT_Server.h", "ESP8266_AT_Client.h", "ESP8266_AT_Udp.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.3.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.3.0.zip", + "size": 3115003, + "checksum": "SHA-256:e6b92d361d7dcfda5dfb7ac72db0a7165bd8c2e7eb065018968023150c8387e5" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.0.0.zip", + "archiveFileName": "SparkFun_STUSB4500-1.0.0.zip", + "size": 18694, + "checksum": "SHA-256:5f01d13985d3e937f96c838e9ed618115ef09aa4a6cef6e10d906166fe8577ce" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.0.1.zip", + "archiveFileName": "SparkFun_STUSB4500-1.0.1.zip", + "size": 18495, + "checksum": "SHA-256:ad22e26ee96a453479001296d2b4ab708f11450c20b51f0689148fcec2561d96" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.0.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.0.zip", + "size": 21509, + "checksum": "SHA-256:8cf51fc0fa30baea452b23724f2b2567c71391b0a276fbcfcaeccff3e5ad159e" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.2.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.2.zip", + "size": 21553, + "checksum": "SHA-256:22a326f8a07d2d9f6a3ee67352c87dcbe05789e769cec1c5fc383b2ae3888caf" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.3.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.3.zip", + "size": 21857, + "checksum": "SHA-256:be43ded88672fd0821a74f2bc05510b50f1de4cdabdb67ff129e3db3bf09d300" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.4.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.4.zip", + "size": 22157, + "checksum": "SHA-256:0ba6e368f5822200c21c5371c5b3301ce491c1dd73d333a82079273ce92b14da" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.5.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.5.zip", + "size": 22244, + "checksum": "SHA-256:1238cbe52548386b648beb09f1c16acaadb65996e6464acc402e9490cfe69a9f" + }, + { + "name": "twilio-esp32-client", + "version": "0.1.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "Library for sending and receiving SMS/MMS using Twilio.", + "paragraph": "Uses Twilio's paid API.", + "website": "https://github.com/ademuri/twilio-esp32-client", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ademuri/twilio-esp32-client.git", + "providesIncludes": ["twilio.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/twilio_esp32_client-0.1.0.zip", + "archiveFileName": "twilio_esp32_client-0.1.0.zip", + "size": 12095, + "checksum": "SHA-256:877c2d46d106470b150150587642540c7fb73d5754fd21ddb3834aa2521cb1c8" + }, + { + "name": "TTN_M5Stack", + "version": "0.0.1", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "M5Stack Lorawan Module port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports M5Stack with LoraWan Module", + "website": "https://github.com/rgot-org/TTN_M5Stack", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TTN_M5Stack.git", + "providesIncludes": ["TTN_M5Stack.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_M5Stack-0.0.1.zip", + "archiveFileName": "TTN_M5Stack-0.0.1.zip", + "size": 10700, + "checksum": "SHA-256:c79bc35c76637c17499e10c013b0556bbeb17f07dd62eabbfe0c0d45e9f14bfb" + }, + { + "name": "TTN_M5Stack", + "version": "0.0.2", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "M5Stack Lorawan Module port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports M5Stack with LoraWan Module", + "website": "https://github.com/rgot-org/TTN_M5Stack", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TTN_M5Stack.git", + "providesIncludes": ["TTN_M5Stack.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_M5Stack-0.0.2.zip", + "archiveFileName": "TTN_M5Stack-0.0.2.zip", + "size": 10702, + "checksum": "SHA-256:fd3617e0ea944708dc8349b56a6f94641cb51b6a672f6e0ca79b5dfc13817cc3" + }, + { + "name": "TTN_esp32", + "version": "0.0.1", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 board", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": ["TTN_esp32.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.1.zip", + "archiveFileName": "TTN_esp32-0.0.1.zip", + "size": 257527, + "checksum": "SHA-256:baff075af4bd7160609266bb4b8f40e6fa99d8603b89222a8dacf5847bd565f2" + }, + { + "name": "TTN_esp32", + "version": "0.0.2", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 board", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": ["TTN_esp32.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.2.zip", + "archiveFileName": "TTN_esp32-0.0.2.zip", + "size": 257527, + "checksum": "SHA-256:8053995ddea3cc58e497591f71d2a6a802c759870bdfac9d20409f5fe2e264c9" + }, + { + "name": "TTN_esp32", + "version": "0.0.4", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 board", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": ["TTN_esp32.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.4.zip", + "archiveFileName": "TTN_esp32-0.0.4.zip", + "size": 223972, + "checksum": "SHA-256:cdeb0f8f16c91ceefe8c9232e509d3f7fac3f8b0bcc1773028f2c90842cb9e73" + }, + { + "name": "TTN_esp32", + "version": "0.1.0", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": ["TTN_esp32.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.0.zip", + "archiveFileName": "TTN_esp32-0.1.0.zip", + "size": 228219, + "checksum": "SHA-256:a4003cae9ae19e743d5b5a336f0f8275288637a5d4691f526e73bbbf9d0608e2" + }, + { + "name": "TTN_esp32", + "version": "0.1.1", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": ["TTN_esp32.h", "TTN_CayenneLPP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.1.zip", + "archiveFileName": "TTN_esp32-0.1.1.zip", + "size": 228248, + "checksum": "SHA-256:7af81df2a4425fb2397aa5da91b67615c6dffadc35240425fcfde2c3197a7640" + }, + { + "name": "Arduino_MKRMEM", + "version": "1.0.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "SPIFFS on W25Q16DV for Arduino MKRMEM Shield.", + "paragraph": "Arduino library for the W25Q16DV flash on the MKR MEM shield utilizing the SPIFFS flash file system.", + "website": "https://github.com/arduino-libraries/Arduino_MKRMEM", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRMEM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRMEM-1.0.0.zip", + "archiveFileName": "Arduino_MKRMEM-1.0.0.zip", + "size": 81647, + "checksum": "SHA-256:e49dc4c62c92d44a551a9709412ec35ff2e91d2b235b2d847b7b3a384d4eb35b" + }, + { + "name": "Arduino_MKRMEM", + "version": "1.1.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "SPIFFS on W25Q16DV for Arduino MKRMEM Shield.", + "paragraph": "Arduino library for the W25Q16DV flash on the MKR MEM shield utilizing the SPIFFS flash file system.", + "website": "https://github.com/arduino-libraries/Arduino_MKRMEM", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRMEM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRMEM-1.1.0.zip", + "archiveFileName": "Arduino_MKRMEM-1.1.0.zip", + "size": 81970, + "checksum": "SHA-256:0ccc3c72bb2bccf7b32f0c060845301f618dada4f8918fa4b8820f9793dfbec3" + }, + { + "name": "Gravity Soil Moisture Sensor", + "version": "1.0.0", + "author": "Mihai Dinculescu \u003cmihai.dinculescu@outlook.com\u003e", + "maintainer": "Mihai Dinculescu \u003cmihai.dinculescu@outlook.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for DfRobot Gravity Analog Capacitive Soil Moisture Sensor.", + "paragraph": "The library supports ✔ moisture value (compared to the raw value that represents dryness) ✔ multi-sampling ✔ slight delay between samples ✔ protection against invalid values (valid values are between 1 and 3500).", + "website": "https://github.com/mihai-dinculescu/arduino-gravity-soil-moisture-sensor", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mihai-dinculescu/arduino-gravity-soil-moisture-sensor.git", + "providesIncludes": ["gravity_soil_moisture_sensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mihai-dinculescu/Gravity_Soil_Moisture_Sensor-1.0.0.zip", + "archiveFileName": "Gravity_Soil_Moisture_Sensor-1.0.0.zip", + "size": 6305, + "checksum": "SHA-256:ffdb624a95cad2da0c314356e8e140f899032985c69ca1b6c32760ccd014df6c" + }, + { + "name": "hp_BH1750", + "version": "1.0.0", + "author": "Stefan Armborst", + "maintainer": "Stefan Armborst", + "sentence": "Digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "high performance non-blocking BH1750 library", + "website": "https://github.com/Starmbi/hp_BH1750", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Starmbi/hp_BH1750.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Starmbi/hp_BH1750-1.0.0.zip", + "archiveFileName": "hp_BH1750-1.0.0.zip", + "size": 24676, + "checksum": "SHA-256:c9e383e45c0f075764753a70aafaa6daf838d274278306289df1cb8dff4e8f1f" + }, + { + "name": "ESP32-targz", + "version": "0.0.1", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "tar.gz archive unpacker", + "paragraph": "Got 36KB ram to waste and a bunch of tar.gz files to unpack ?", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.0.1.zip", + "archiveFileName": "ESP32_targz-0.0.1.zip", + "size": 1767353, + "checksum": "SHA-256:e0f10007d2b09420fbce9a7542aaf9cfefb7968ea6f0bd25f596dd1d13baba5a" + }, + { + "name": "ESP32-targz", + "version": "0.1.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.0.zip", + "archiveFileName": "ESP32_targz-0.1.0.zip", + "size": 1669154, + "checksum": "SHA-256:5af5ec6ded3397d034ee3b1f8c6301dd257934e3742e89dccf0617eed6ad7c1a" + }, + { + "name": "ESP32-targz", + "version": "0.1.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.1.zip", + "archiveFileName": "ESP32_targz-0.1.1.zip", + "size": 1669980, + "checksum": "SHA-256:61961d7c53b9dc5b57baf5d39603e6bc7b0ee8b8d5b4574483cfa37c7b3fc450" + }, + { + "name": "ESP32-targz", + "version": "0.1.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.2.zip", + "archiveFileName": "ESP32_targz-0.1.2.zip", + "size": 1670107, + "checksum": "SHA-256:e6a83d6350fb9e3d42ca6f546e35da240969d6d5737350ed13ee819191003ae2" + }, + { + "name": "ESP32-targz", + "version": "0.2.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.2.0.zip", + "archiveFileName": "ESP32_targz-0.2.0.zip", + "size": 1670852, + "checksum": "SHA-256:2775e7ec565ca2cb3dfcd6e2a3ddf4a48a64f76b06c9ab1b28986180bf252447" + }, + { + "name": "ESP32-targz", + "version": "0.2.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.2.1.zip", + "archiveFileName": "ESP32_targz-0.2.1.zip", + "size": 2244098, + "checksum": "SHA-256:3fdc88ee5949866cdd96853297efc5b3b2cfad776f75bb0c8aa55a695257cbfb" + }, + { + "name": "ESP32-targz", + "version": "0.3.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.3.0.zip", + "archiveFileName": "ESP32_targz-0.3.0.zip", + "size": 1875479, + "checksum": "SHA-256:d32370b570e6edfcd8f9c79aaf07c97e91704822e56658be2a8e82a3712ef1fb" + }, + { + "name": "ESP32-targz", + "version": "0.3.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.3.2.zip", + "archiveFileName": "ESP32_targz-0.3.2.zip", + "size": 1665542, + "checksum": "SHA-256:5aae8b805c83a6fa6a277fa55ec81518010a576177cea45c04b5723266273ff6" + }, + { + "name": "ESP32-targz", + "version": "1.0.0-alpha", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.0-alpha.zip", + "archiveFileName": "ESP32_targz-1.0.0-alpha.zip", + "size": 4068161, + "checksum": "SHA-256:7af4f4fc79b5e1ff225cfef09ad1cf83c681b6c1d8bcc684f1bf455822d015b2" + }, + { + "name": "ESP32-targz", + "version": "1.0.1-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.1-beta.zip", + "archiveFileName": "ESP32_targz-1.0.1-beta.zip", + "size": 2969743, + "checksum": "SHA-256:f44b3494ace0bd29517b53e4905e7c98e94bfba1b65e86f50ca8e340f4e7575d" + }, + { + "name": "ESP32-targz", + "version": "1.0.2-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.2-beta.zip", + "archiveFileName": "ESP32_targz-1.0.2-beta.zip", + "size": 3861162, + "checksum": "SHA-256:3771ceae7c3beef1194ce371c501bc31465c889ec6cf6c36e027861f4a86bc79" + }, + { + "name": "ESP32-targz", + "version": "1.0.3-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.3-beta.zip", + "archiveFileName": "ESP32_targz-1.0.3-beta.zip", + "size": 3861276, + "checksum": "SHA-256:1b9d7da2db701e3a9ce9d1bd6803d4dbac9b35f2719468b623380fd4aeccde7f" + }, + { + "name": "ESP32-targz", + "version": "1.0.4-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.4-beta.zip", + "archiveFileName": "ESP32_targz-1.0.4-beta.zip", + "size": 3861560, + "checksum": "SHA-256:7ec7ac5c1c0d03e72ce5217879131dce2407f30c5c79483210f1d2d5bad05f17" + }, + { + "name": "ESP32-targz", + "version": "1.0.5-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.5-beta.zip", + "archiveFileName": "ESP32_targz-1.0.5-beta.zip", + "size": 3863547, + "checksum": "SHA-256:d56ed7a42d223f204ed93d413b8c48adfad8f205e1d4ef4356f67d4f7d4df99f" + }, + { + "name": "Functional-Vlpp", + "version": "1.0.1", + "author": "Vlpp", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Provides function templates to better support C++ functional programming across platforms.", + "paragraph": "Provides common C++ construction, including string operation / generic container / linq, function templates to better support C++ functional programming across platforms", + "website": "https://github.com/khoih-prog/functional-vlpp", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/functional-vlpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Functional_Vlpp-1.0.1.zip", + "archiveFileName": "Functional_Vlpp-1.0.1.zip", + "size": 15474, + "checksum": "SHA-256:24d30095504e3c4d60f41ffe4459748a10606937504fc45f8c3a847cba50be5e" + }, + { + "name": "Functional-Vlpp", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Provides function templates to better support C++ functional programming across platforms.", + "paragraph": "Provides common C++ construction, including string operation / generic container / linq, function templates to better support C++ functional programming across platforms", + "website": "https://github.com/khoih-prog/functional-vlpp", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/functional-vlpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Functional_Vlpp-1.0.2.zip", + "archiveFileName": "Functional_Vlpp-1.0.2.zip", + "size": 206659, + "checksum": "SHA-256:9ec7374a34e81978bbaeea5930dae09a7b8e227a457053d1248749a867a1f949" + }, + { + "name": "TeensyTimerTool", + "version": "0.0.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic interface to T4.0 timers", + "paragraph": "This library provides a generic interface to the timers of a Teensy 4.0. Will be extended to other Teensy models later", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.0.1.zip", + "archiveFileName": "TeensyTimerTool-0.0.1.zip", + "size": 90714, + "checksum": "SHA-256:ad9c2514037d2bae467bdba203ee18626d953977c481871a96e02c770c8a272e" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.1.zip", + "archiveFileName": "TeensyTimerTool-0.1.1.zip", + "size": 91122, + "checksum": "SHA-256:a7bdc5ee189400c8d21d368df8c601bee9dc6816dd2d2fc0c0249ba81c632af0" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.2", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.2.zip", + "archiveFileName": "TeensyTimerTool-0.1.2.zip", + "size": 91122, + "checksum": "SHA-256:b8c4e2343c0e8d22d43338a1ee0c600cf0b8b4f290ce0fed865f48daf64c3acb" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.3", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.3.zip", + "archiveFileName": "TeensyTimerTool-0.1.3.zip", + "size": 85061, + "checksum": "SHA-256:2e5b9e36a73dc9e2be61fcf94bd6d8083ac5547ac99ee1f8806daa4ce931a1c0" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.5", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.5.zip", + "archiveFileName": "TeensyTimerTool-0.1.5.zip", + "size": 85144, + "checksum": "SHA-256:db8679cc040362f57670a6f0aba3c005b5a797b6cc15a08db512555610c99b44" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.7", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.7.zip", + "archiveFileName": "TeensyTimerTool-0.1.7.zip", + "size": 88481, + "checksum": "SHA-256:9c767dd8ca80649095c4e4e12ab046bd2d4397d975edb0530e82e6640d5b2a04" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.8", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.8.zip", + "archiveFileName": "TeensyTimerTool-0.1.8.zip", + "size": 88551, + "checksum": "SHA-256:e95c177e8201b09d7fdf0bbde70182850a2aff6f171aad4d66c81c6fbdf58ce3" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.9", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.9.zip", + "archiveFileName": "TeensyTimerTool-0.1.9.zip", + "size": 92527, + "checksum": "SHA-256:a664b1b2d4898b0bd157e257fb00d054a5a7cc6bb912df03b8099f86470998f8" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.10", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.10.zip", + "archiveFileName": "TeensyTimerTool-0.1.10.zip", + "size": 92687, + "checksum": "SHA-256:21847cddca03f8831ca1ad6785cfee0a755429f0ceaac6b70987f627c31ce484" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.11", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.11.zip", + "archiveFileName": "TeensyTimerTool-0.1.11.zip", + "size": 93326, + "checksum": "SHA-256:501f973fac991efcaae9983f5b6967285107befbd39ac4d98cd0d9cddc4ec503" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.12", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.12.zip", + "archiveFileName": "TeensyTimerTool-0.1.12.zip", + "size": 94568, + "checksum": "SHA-256:3397879d6445de583b50c258457e8b6872a092ba683c03f33eeb1a0b55f024fb" + }, + { + "name": "TeensyTimerTool", + "version": "0.2.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.2.1.zip", + "archiveFileName": "TeensyTimerTool-0.2.1.zip", + "size": 97987, + "checksum": "SHA-256:6fb8982c5b00bfa1642b1c9b3d727b68bb67c38c4c3642de69eb5ffbb171f5c2" + }, + { + "name": "TeensyTimerTool", + "version": "0.3.2", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.3.2.zip", + "archiveFileName": "TeensyTimerTool-0.3.2.zip", + "size": 104785, + "checksum": "SHA-256:608b1466acab8888db3d47bada35dc31fd28054a7e23415e6ee27a2a5d268875" + }, + { + "name": "TeensyTimerTool", + "version": "0.3.3", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": ["TeensyTimerTool.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.3.3.zip", + "archiveFileName": "TeensyTimerTool-0.3.3.zip", + "size": 105036, + "checksum": "SHA-256:8b0e293ebb754ebb1af432b3fa4b817153ffc3b4d1353e5c1a52a08578b1ee78" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using builtin Etherrnet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet built-it, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.0.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.0.zip", + "size": 143671, + "checksum": "SHA-256:b2cd07354c7a038cee5ea6bf21e02ed357a5525169c68801f3f8f9824de8245b" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.1.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.1.zip", + "size": 171707, + "checksum": "SHA-256:9d6c8b6838c94ba08cf2931e5274db02598460abbdfed4c6b8c0519ffb565849" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.2.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.2.zip", + "size": 106861, + "checksum": "SHA-256:b3e0073ca28566fd0335f3b821a9dde2d55bd401a8354e8127ab1ce36d6c77d6" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.3.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.3.zip", + "size": 106611, + "checksum": "SHA-256:6e7f500f995a3898629cedca33d7fb8e640338089a4f7c7b0b2a750d3764f696" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.4.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.4.zip", + "size": 156478, + "checksum": "SHA-256:cfb4aca8c00c5fccb86cfc6fd2483fc96987e9757f245574fab866fdc138eac6" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.1.0.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.1.0.zip", + "size": 326625, + "checksum": "SHA-256:6d3bc23a0cb3bac93c6f3bb22137e716f0c41044272b5b4d92055bbfb11c11dd" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.1.1.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.1.1.zip", + "size": 405354, + "checksum": "SHA-256:4f678a9280e7486b53a6f93014639a2c0aa51e1cb2c5d40505ccf0c3f61cc4a9" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, LAN8720, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting built-in LAN8742A Ethernet, LAN8720, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.2.0.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.2.0.zip", + "size": 1030777, + "checksum": "SHA-256:dbb81877fb20e049df64f92a117a164e38f1a6de3a1a567bbc3fa76a84d6d981" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, LAN8720, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting built-in LAN8742A Ethernet, LAN8720, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.2.1.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.2.1.zip", + "size": 1047605, + "checksum": "SHA-256:2f999ae9b1e428152207a582b993b78e16435bd227ebd915d54f64f64c4c5bf0" + }, + { + "name": "OpenLCB_Single_Thread", + "version": "0.0.2", + "author": "David Harris, Bob Jacobsen, OpenLCB team", + "maintainer": "David Harris \u003cdrdpharris@gmail.com\u003e", + "sentence": "Implements Single-threaded OpenLCB/LCC stack based on Arduino IDE.", + "paragraph": "This library allows you to interface to a OpenLCB/LCC CAN system. It supports: ATMega328+MCP2515, AT90CAN, Tiva, Teensy, ESP32.", + "website": "https://github.com/openlcb/OpenLCB_Single_Thread", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/openlcb/OpenLCB_Single_Thread.git", + "url": "https://downloads.arduino.cc/libraries/github.com/openlcb/OpenLCB_Single_Thread-0.0.2.zip", + "archiveFileName": "OpenLCB_Single_Thread-0.0.2.zip", + "size": 486392, + "checksum": "SHA-256:6d2b59705f4a2311041693dc8882f0fc497fdf021b535cd7861f3e5866507749" + }, + { + "name": "CEClient", + "version": "0.0.1", + "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "A library which allows communication with HDMI CEC capable devices.", + "paragraph": "Supports HDMI v1.3a CEC wire protocol.", + "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "providesIncludes": ["CEClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.0.1.zip", + "archiveFileName": "CEClient-0.0.1.zip", + "size": 27889, + "checksum": "SHA-256:4d2c4125bcfa1e56dc7c1a92359a8d70b2664dcea8c7a019ec5f4655d9fa0bc8" + }, + { + "name": "CEClient", + "version": "0.0.2", + "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "A library which allows communication with HDMI CEC capable devices.", + "paragraph": "Supports HDMI v1.3a CEC wire protocol.", + "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "providesIncludes": ["CEClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.0.2.zip", + "archiveFileName": "CEClient-0.0.2.zip", + "size": 27894, + "checksum": "SHA-256:40085715551be72c5a7626e25e70cc7214a89641ab93ee6685f824a81ba42eb7" + }, + { + "name": "CEClient", + "version": "0.1.1", + "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "A library which allows communication with HDMI CEC capable devices.", + "paragraph": "Supports HDMI v1.3a CEC wire protocol.", + "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "providesIncludes": ["CEClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.1.1.zip", + "archiveFileName": "CEClient-0.1.1.zip", + "size": 28260, + "checksum": "SHA-256:ca18f75889843eddf53e31f48d0750f4aeb42d2e4f51f869cce2c13d5a449a61" + }, + { + "name": "SparkFun Clock 5P49V60 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library that enables all functionality for the SparkFun Clock Generator 5P49V60.", + "paragraph": "The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller.", + "website": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Clock_5P49V60_Arduino_Library-1.0.0.zip", + "size": 579889, + "checksum": "SHA-256:26defaea7b329a1501b1a702c5f15772d8b28829bd05186ba58f61b281ebc9a3" + }, + { + "name": "SparkFun Clock 5P49V60 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library that enables all functionality for the SparkFun Clock Generator 5P49V60.", + "paragraph": "The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller.", + "website": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Clock_5P49V60_Arduino_Library-1.0.1.zip", + "size": 579965, + "checksum": "SHA-256:f6dc8cb340197f3908da681357a84fddee3855a229f6b3a9d0c552da37a95cee" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY) or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.0.zip", + "size": 58559, + "checksum": "SHA-256:6028ab1a8b9931e62d631e552c6f6d81001b58e1fe437030b78b24c436d87588" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), ENC28J60 or W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.1.zip", + "size": 61120, + "checksum": "SHA-256:aacbc7f3f9231fa8db4461284645d10d010df842f62179f82de53b8f19f96652" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), ENC28J60 or W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.2.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.2.zip", + "size": 63906, + "checksum": "SHA-256:02b566917b627dc6fcc980e9dcbfc6e5ed5c398072b5fbcc55f7bf087c3aa1f7" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F boards running WebServer using built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.3.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.3.zip", + "size": 151675, + "checksum": "SHA-256:610aa011aa0dc800818c3eeb7bdc749af7a70b4f73d641d6adbce23806ec4752" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.4.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.4.zip", + "size": 151465, + "checksum": "SHA-256:10e84dafd4016e8e278bbef64f39368ab55cd8130087c56d6c7b8c51c713a691" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.5.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.5.zip", + "size": 188708, + "checksum": "SHA-256:8e4ca97717bc0817dd0e1f123a5a00f6c25f95f12c6b9742ccc98c67efd8646e" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.6.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.6.zip", + "size": 196689, + "checksum": "SHA-256:4dd23454a7e918ac84dc1bd0d975516d364840722b45f378db15b7d2d8c37df3" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": ["EthernetWebServer_STM32.h", "EthernetHttpClient_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.1.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.1.0.zip", + "size": 272223, + "checksum": "SHA-256:e5370baf836afd0988e5ad71c22175169ba95c89d7e9c67a1c95194bb174208a" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": ["EthernetWebServer_STM32.h", "EthernetHttpClient_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.1.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.1.1.zip", + "size": 312111, + "checksum": "SHA-256:56dd40f1dd878f3709ceec10dc5e890ca844277a460dd77825f595684835c701" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": ["EthernetWebServer_STM32.h", "EthernetHttpClient_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.2.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.2.0.zip", + "size": 1090747, + "checksum": "SHA-256:53f31405535ff1872636918451f4b4a06c001c129d9c9c5201f73ede9e1d5f84" + }, + { + "name": "PID controllers Modular Professional", + "version": "1.0.0", + "author": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "maintainer": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "sentence": "Professional PID controllers: continuous, step, impulse and twelve control functions", + "paragraph": "including simulations of three control loops", + "website": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KorneliusThomas/PID_controllers_Modular_Professional-1.0.0.zip", + "archiveFileName": "PID_controllers_Modular_Professional-1.0.0.zip", + "size": 268439, + "checksum": "SHA-256:d21c0382f66ce71fa9d197c8cffeb5c2b543a30a777ebc5968e03159635c7a62" + }, + { + "name": "PID controllers Modular Professional", + "version": "1.0.2", + "author": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "maintainer": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "sentence": "Professional PID controllers: continuous, step, impulse and twelve control functions", + "paragraph": "including simulations of three control loops", + "website": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KorneliusThomas/PID_controllers_Modular_Professional-1.0.2.zip", + "archiveFileName": "PID_controllers_Modular_Professional-1.0.2.zip", + "size": 268489, + "checksum": "SHA-256:7e42b598214f65ab2bc80a787e137150fb117150bb86a2044f2745be3cd012c3" + }, + { + "name": "UCR ESP8266", + "version": "0.1.0", + "author": "Kai Ejler Rasmussen", + "maintainer": "Kai Ejler Rasmussen \u003ckai@rasmussen.dev\u003e", + "sentence": "Enables an ESP8266 to be used as a WiFi output device for UCR.", + "paragraph": "This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD.", + "website": "https://github.com/HidWizards/UCR-ESP8266", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HidWizards/UCR-ESP8266.git", + "providesIncludes": ["UCR.h"], + "dependencies": [ + { + "name": "ESP8266WiFi" + }, + { + "name": "ESP8266mDNS" + }, + { + "name": "WiFiUdp" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HidWizards/UCR_ESP8266-0.1.0.zip", + "archiveFileName": "UCR_ESP8266-0.1.0.zip", + "size": 7123, + "checksum": "SHA-256:9b1ed9447fcadbd75a69886a541a1b3fb0b433df3db3638b3d942ccd172b108f" + }, + { + "name": "UCR ESP8266", + "version": "0.2.0", + "author": "Kai Ejler Rasmussen", + "maintainer": "Kai Ejler Rasmussen \u003ckai@rasmussen.dev\u003e", + "sentence": "Enables an ESP8266 to be used as a WiFi output device for UCR.", + "paragraph": "This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD.", + "website": "https://github.com/HidWizards/UCR-ESP8266", + "category": "Uncategorized", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HidWizards/UCR-ESP8266.git", + "providesIncludes": ["UCR.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HidWizards/UCR_ESP8266-0.2.0.zip", + "archiveFileName": "UCR_ESP8266-0.2.0.zip", + "size": 7319, + "checksum": "SHA-256:1470ec6d4d9b44614f3055ff341ae2bd5eb70931d313bf53c1837d92a55577f4" + }, + { + "name": "SCL3300", + "version": "2.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.0.0.zip", + "archiveFileName": "SCL3300-2.0.0.zip", + "size": 13814, + "checksum": "SHA-256:29b405f199958007ba7f4baf9cafdbd06ce46246555afccc3a2114ab37c74fe2" + }, + { + "name": "SCL3300", + "version": "2.1.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.0.zip", + "archiveFileName": "SCL3300-2.1.0.zip", + "size": 15082, + "checksum": "SHA-256:7e76eb73e8cb27d045fc8242a4c56d4b69a4e7f619d3d2b687cc7c4eed178f7e" + }, + { + "name": "SCL3300", + "version": "2.1.1", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.1.zip", + "archiveFileName": "SCL3300-2.1.1.zip", + "size": 15080, + "checksum": "SHA-256:9124aa0930a931daa44440f22293e9f8684f74f824d1a324e08a7e463ebfcef0" + }, + { + "name": "SCL3300", + "version": "2.1.2", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.2.zip", + "archiveFileName": "SCL3300-2.1.2.zip", + "size": 15079, + "checksum": "SHA-256:f1e56d951808d235deccd03c6176d7354e435e5dfa8f070d76e03aa6f78cbcc4" + }, + { + "name": "SCL3300", + "version": "2.1.3", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.3.zip", + "archiveFileName": "SCL3300-2.1.3.zip", + "size": 15086, + "checksum": "SHA-256:0cbe016825e7fa71ea2a4517b778846cd35c06c56b45f5024f11deb434342041" + }, + { + "name": "SCL3300", + "version": "2.1.4", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.4.zip", + "archiveFileName": "SCL3300-2.1.4.zip", + "size": 15124, + "checksum": "SHA-256:7de52f5e3feec8e5a1914b53136a1fe8a71e5a4fd6895b7434d89885699745d7" + }, + { + "name": "SCL3300", + "version": "3.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.0.0.zip", + "archiveFileName": "SCL3300-3.0.0.zip", + "size": 15763, + "checksum": "SHA-256:f8d85d8bc8e6b0ff8ca942df878781c63585b488a983d64403e4f3ee206d9b27" + }, + { + "name": "SCL3300", + "version": "3.0.2", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.0.2.zip", + "archiveFileName": "SCL3300-3.0.2.zip", + "size": 15772, + "checksum": "SHA-256:b74cf21cd18e851b037b9d22fa53edd12c6bf0279879af608481121a2e3c8d87" + }, + { + "name": "SCL3300", + "version": "3.1.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.1.0.zip", + "archiveFileName": "SCL3300-3.1.0.zip", + "size": 17542, + "checksum": "SHA-256:17b251b05256d27f49a8222ddaa3eb671b1014ff5b2a600b7209b7e5ca1ef163" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-0.0.1.zip", + "archiveFileName": "Adafruit_NAU7802_Library-0.0.1.zip", + "size": 9703, + "checksum": "SHA-256:1fa57e00c823d9c3f22730dd141b8cb7e9b0d615f8fabf327b061b95f7223033" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-1.0.0.zip", + "archiveFileName": "Adafruit_NAU7802_Library-1.0.0.zip", + "size": 10295, + "checksum": "SHA-256:f47673cbe9d31626dfc7a31796d80fd2f8cf24d97a8ca11f53cea70901258e72" + }, + { + "name": "SevSegShift", + "version": "3.4.1", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Adds the functionality to be used with ShiftRegister to the SevSeg Library (Turns your Arduino into a seven segment display controller!)", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": ["SevSegShift.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.1.zip", + "archiveFileName": "SevSegShift-3.4.1.zip", + "size": 184962, + "checksum": "SHA-256:fa6138026b6d70cae2697e092c5ea7aa8f74353d564839b1a0dee3e4e26c2650" + }, + { + "name": "SevSegShift", + "version": "3.4.2", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": ["SevSegShift.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.2.zip", + "archiveFileName": "SevSegShift-3.4.2.zip", + "size": 186342, + "checksum": "SHA-256:6ab786110052b5121e8f34457ac497d880d634b7e4542e1de655adf8e5d762b2" + }, + { + "name": "SevSegShift", + "version": "3.4.3", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": ["SevSegShift.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.3.zip", + "archiveFileName": "SevSegShift-3.4.3.zip", + "size": 315669, + "checksum": "SHA-256:8c04dc8bda957226deb17ffab9ab21ba1c56012474961c0727bebb76b10f9bb1" + }, + { + "name": "SevSegShift", + "version": "3.6.1", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": ["SevSegShift.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.6.1.zip", + "archiveFileName": "SevSegShift-3.6.1.zip", + "size": 311234, + "checksum": "SHA-256:d43b60a00cc2a2bf539e907185fe68e4f178258e11747fc408749b574ddef28f" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.0.zip", + "archiveFileName": "Adafruit_HTS221-0.1.0.zip", + "size": 74221, + "checksum": "SHA-256:57b7b82bc7e1ef6d3c38dd8c812127266efb2fa64956de9316effad6e3fb8c70" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.1.zip", + "archiveFileName": "Adafruit_HTS221-0.1.1.zip", + "size": 74264, + "checksum": "SHA-256:f8fab84f486aa53da1b7944cf2af0794a9d5a9b17642d2f29b0b709d10445501" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.2.0", + "author": "Electronic Cats based in the work Strooom", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.2.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.2.0.zip", + "size": 5675039, + "checksum": "SHA-256:0cb75337b1b4696b25ae2d971b82019bcdecb72f4b6023defe1030f6d63ab26e" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.3.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.3.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.3.0.zip", + "size": 5581054, + "checksum": "SHA-256:e78339b70d28c94332ff25ca888866fd70beb8fc34da618cf6294980102a4c85" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.3.1", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.3.1.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.3.1.zip", + "size": 5581105, + "checksum": "SHA-256:3ac70af7c3e92e17ecc3c16568b5e45f8c59ea1ec237f0e33eb932b023997a69" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.4.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.4.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.4.0.zip", + "size": 5598784, + "checksum": "SHA-256:014af237a10e91b594dbf8abc760a681ac0ebd03c8507e1171f83950637c2ff3" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.5.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.5.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.5.0.zip", + "size": 5628218, + "checksum": "SHA-256:4296ee026dcc7966252eaa47d96fd2b95098380fd81ebac582a0b790c9301628" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.5.1", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.5.1.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.5.1.zip", + "size": 5628192, + "checksum": "SHA-256:5adad3e9b44bff48c40ae0af6696a8056f01fa17d7ea0c508420cd9580cee048" + }, + { + "name": "PIO8255", + "version": "1.0.0", + "author": "Georges-Emile Bihr", + "maintainer": "Georges-Emile Bihr", + "sentence": "Arduino library for using intel 8255 CMOSes.", + "paragraph": "Arduino library for using intel 8255 CMOSes (ex M82C55A-5).", + "website": "https://github.com/gramedek/pio8255", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gramedek/pio8255.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gramedek/PIO8255-1.0.0.zip", + "archiveFileName": "PIO8255-1.0.0.zip", + "size": 3547, + "checksum": "SHA-256:7eb7b0610f8675a900156a440068dace494ae7bfeb6eb727eab9fabf346baa21" + }, + { + "name": "dustSensor_kocoa", + "version": "1.0.0", + "author": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "maintainer": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "sentence": "Arduino Particulate Matter Sensors for PM-D4.", + "paragraph": "This library allows an Arduino/Genuino board to sensing Particulate Matter based on the PM-D4.", + "website": "https://github.com/ekkai/PMD4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ekkai/PMD4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/dustSensor_kocoa-1.0.0.zip", + "archiveFileName": "dustSensor_kocoa-1.0.0.zip", + "size": 3107, + "checksum": "SHA-256:43d981a8ee74c61a1a40049ec9a7db8d88a853e96c617b3215a358a063235c61" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.1", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.1.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.1.zip", + "size": 3963, + "checksum": "SHA-256:ca8f14d142c5215f3ef1ea758adfefd9f8d4a48538a75e13e644efe449b54b39" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.2", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "dependencies": [ + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.2.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.2.zip", + "size": 3972, + "checksum": "SHA-256:8abd9906fce110d9cc7d31ae485c883f98a41eaf388fed9f530e8537714a10ad" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.3", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "dependencies": [ + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.3.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.3.zip", + "size": 3859, + "checksum": "SHA-256:58506e1f44cdd1d7a0e694d1c57386ad661c967239c310ccf62fb1c07806a172" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.4", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "dependencies": [ + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.4.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.4.zip", + "size": 3928, + "checksum": "SHA-256:a8f10bbb99c6ea6b58175c214bc2ddb195d8d349bad868ffe4a26e3e8dccb220" + }, + { + "name": "DarkSkySevenDay", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/DarkSkySevenDay", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/DarkSkySevenDay.git", + "providesIncludes": ["DarkSkySevenDay.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/DarkSkySevenDay-1.0.0.zip", + "archiveFileName": "DarkSkySevenDay-1.0.0.zip", + "size": 22202, + "checksum": "SHA-256:f715121080b93b7fa4326257c22f681751abc08617eb203ebd49583d76f7f4d6" + }, + { + "name": "Adafruit LPS2X", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.0.zip", + "archiveFileName": "Adafruit_LPS2X-1.0.0.zip", + "size": 75401, + "checksum": "SHA-256:43cb3e9da87c14f04d1930f401c779dea5b3d8a28a787363e414cbc3b6ed6c5d" + }, + { + "name": "Adafruit LPS2X", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.1.zip", + "archiveFileName": "Adafruit_LPS2X-1.0.1.zip", + "size": 75438, + "checksum": "SHA-256:48100aa3eaa0aca3b54e94a5eeef3ed413835649623b00a7bd22e821d03e90a9" + }, + { + "name": "Adafruit LPS2X", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.2.zip", + "archiveFileName": "Adafruit_LPS2X-1.0.2.zip", + "size": 75467, + "checksum": "SHA-256:4b9c8ee87634fa294b96c7bd8e789579b53b8790b8db76075d61c9f8dd202565" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.0.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.0.zip", + "size": 79048, + "checksum": "SHA-256:641e68be35b0504e10dedc09eddbe5917510a20ac582e16faa6208cc9b9d9b38" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.1.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.1.zip", + "size": 79133, + "checksum": "SHA-256:7aa9159d18153ef7945b565102b84425ff74466f514d7336cd5e4d0881236b6b" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.0.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": ["TLI4971.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.0.0.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.0.0.zip", + "size": 14890, + "checksum": "SHA-256:2908dab5863798017f475e3574cdc3296159332245fbd2545d4558b2dd6230a5" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.0.1", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": ["TLI4971.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.0.1.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.0.1.zip", + "size": 340561, + "checksum": "SHA-256:d48b5e7a85fe4571b85f19b7243e952d91090ecceeb065867a6966bf1b995c90" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.1.1", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": ["TLI4971.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.1.1.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.1.1.zip", + "size": 340761, + "checksum": "SHA-256:be3330df7e16f70d9dc8fadc0610d3f0a8bd97735600bcf5cde5f6e9e4582859" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.1.2", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": ["TLI4971.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.1.2.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.1.2.zip", + "size": 340712, + "checksum": "SHA-256:d485cd3a092354c9fff562b2c1ceb00a4d0d7124633ba583c7a98aa0dcf32e19" + }, + { + "name": "ComDriverSpi", + "version": "1.1.4", + "author": "IGB", + "maintainer": "IGB", + "sentence": "SPI communication driver class", + "paragraph": "Wraps transfer commands, speed, pinModes into an object", + "website": "*", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/ComDriverSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/ComDriverSpi-1.1.4.zip", + "archiveFileName": "ComDriverSpi-1.1.4.zip", + "size": 5686, + "checksum": "SHA-256:74ececf91a7fbaa7393f5b3ce137b7074b6896e15c6d76e0b722622e3d61d66b" + }, + { + "name": "ComDriverSpi", + "version": "1.1.5", + "author": "IGB", + "maintainer": "IGB", + "sentence": "SPI communication driver class", + "paragraph": "Wraps transfer commands, speed, pinModes into an object", + "website": "*", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/ComDriverSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/ComDriverSpi-1.1.5.zip", + "archiveFileName": "ComDriverSpi-1.1.5.zip", + "size": 6919, + "checksum": "SHA-256:5d7ee0746dc7bb7fd4aa8f55dcda260c650524378836fe9c50610c2dd5209a54" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.1", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": ["APRS-IS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.1.zip", + "archiveFileName": "APRS_IS_Lib-0.0.1.zip", + "size": 3403, + "checksum": "SHA-256:2e5147a6588e7fa4ed95a809d92a69f245b13555304428f3d53826e6f3fad3a2" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.2", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": ["APRS-IS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.2.zip", + "archiveFileName": "APRS_IS_Lib-0.0.2.zip", + "size": 6285, + "checksum": "SHA-256:4a8675f02759c9eeb9b167dd6f4d4aaeeddc60864c288868b2fbf62efd9609f9" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.4", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": ["APRS-IS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.4.zip", + "archiveFileName": "APRS_IS_Lib-0.0.4.zip", + "size": 7667, + "checksum": "SHA-256:0cba51120508696ba8543a2776257c99c5dd844576e1ed6c0e701ae63096e406" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.5", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": ["APRS-IS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.5.zip", + "archiveFileName": "APRS_IS_Lib-0.0.5.zip", + "size": 7709, + "checksum": "SHA-256:3ba51d8b30ca4588c0c45c69633e1da1aa1aa6e9cb3897f4239f6768631b353a" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.6", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": ["APRS-IS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.6.zip", + "archiveFileName": "APRS_IS_Lib-0.0.6.zip", + "size": 8491, + "checksum": "SHA-256:5b2de7422aec72dd11fe6ff7b363cc364616caf368b297b14b0831ff12081c47" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.7", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/lora-aprs/APRS-IS-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": ["APRS-IS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.7.zip", + "archiveFileName": "APRS_IS_Lib-0.0.7.zip", + "size": 8493, + "checksum": "SHA-256:ab7730a08451dba5890a5683e21e2e2aa65887a2552e1d2241c15bb24e727c60" + }, + { + "name": "SerialConfigCommand", + "version": "0.4.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Implement user commands via Serial easily.", + "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.0.zip", + "archiveFileName": "SerialConfigCommand-0.4.0.zip", + "size": 6504, + "checksum": "SHA-256:3bfbeb163584abe1f2c6e1a6ff89da8a41d7b87a7a0855b416fb766e015f3959" + }, + { + "name": "SerialConfigCommand", + "version": "0.4.1", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Implement user commands via Serial easily.", + "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.1.zip", + "archiveFileName": "SerialConfigCommand-0.4.1.zip", + "size": 6623, + "checksum": "SHA-256:956a400ca0e3c312b13d75302597adc614958aa420dae1b8fcdd754924568fc0" + }, + { + "name": "SerialConfigCommand", + "version": "0.4.2", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Implement user commands via Serial easily.", + "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.2.zip", + "archiveFileName": "SerialConfigCommand-0.4.2.zip", + "size": 6618, + "checksum": "SHA-256:e188b57ee99d6cd6c15f43a3f3ab421f402da4d7c2f70a8bcaadac22f8ed060d" + }, + { + "name": "SerialConfigCommand", + "version": "0.5.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.5.0.zip", + "archiveFileName": "SerialConfigCommand-0.5.0.zip", + "size": 543589, + "checksum": "SHA-256:d3163d876356ab69a8838ed9a79262ec06d5492434d09e0097063c6007fb3f42" + }, + { + "name": "SerialConfigCommand", + "version": "0.5.1", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/SerialConfigCommand", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.5.1.zip", + "archiveFileName": "SerialConfigCommand-0.5.1.zip", + "size": 543586, + "checksum": "SHA-256:c617bd5cff198191c84bd7cb4f07386769a302ffb784fbdad7af31c621456d95" + }, + { + "name": "SerialConfigCommand", + "version": "0.6.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/SerialConfigCommand", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.6.0.zip", + "archiveFileName": "SerialConfigCommand-0.6.0.zip", + "size": 543638, + "checksum": "SHA-256:21cacce161ae8716f8cfcfdb631a8fc766f63fe480297e9df8f3d8f9c14fddbe" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.1", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/peterus/APRS-Decoder-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": ["APRS-Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.1.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.1.zip", + "size": 31845, + "checksum": "SHA-256:a6830b4dd33e1316dca1ac76e5a2374fe244c1af9693145a9dce4c35c13ae051" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.3", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/peterus/APRS-Decoder-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": ["APRS-Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.3.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.3.zip", + "size": 6275, + "checksum": "SHA-256:277a4349afca32682ed296ee1e47f814664c8e932a53bf14572a759b47fafae9" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.4", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/peterus/APRS-Decoder-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": ["APRS-Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.4.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.4.zip", + "size": 8141, + "checksum": "SHA-256:367723b91ede3fe25bcde65c752a84e09311344bc06d09f278d92bb6bafef274" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.5", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/lora-aprs/APRS-Decoder-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": ["APRS-Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.5.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.5.zip", + "size": 8215, + "checksum": "SHA-256:8d4cb60324f5946ef583bb7fe84ada51bb7b404ae914edd81973a78886298fc5" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.6", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/lora-aprs/APRS-Decoder-Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": ["APRS-Decoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.6.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.6.zip", + "size": 14295, + "checksum": "SHA-256:57ec283976c6e35f5345c854722741821c61f219d0a538299e755b1b9913e6cd" + }, + { + "name": "AD5231 Arduino Library", + "version": "0.1.0", + "author": "Will White", + "maintainer": "WD24 \u003chttps://github.com/WD24/AD5231-Arduino-Library\u003e", + "sentence": "Arduino Library for controlling the Analog Devices AD5231 SPI Digital Potentiometer (DigiPot)", + "paragraph": "The Analog Devices AD5231 Digital Potentiometer (DigiPot) has a 10 bit resolution(1024) avalable in several values (10 kΩ, 50 kΩ, and 100 kΩ) with either 3-5V single supply or +/- 2.5V communicating over SPI.", + "website": "https://github.com/WD24/AD5231-Arduino-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WD24/AD5231-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WD24/AD5231_Arduino_Library-0.1.0.zip", + "archiveFileName": "AD5231_Arduino_Library-0.1.0.zip", + "size": 18107, + "checksum": "SHA-256:059bbbcd4d06bb297ea0df44c51ca2d81ca5cb8ca0f69d0c99ed7518ee768ee9" + }, + { + "name": "FeatherFault", + "version": "1.0.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": ["FeatherFault.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.0.0.zip", + "archiveFileName": "FeatherFault-1.0.0.zip", + "size": 28999, + "checksum": "SHA-256:c559054ce9d0fcbea6475f44a122172cc5209b6e1f39027ed9eaf126f6e07233" + }, + { + "name": "FeatherFault", + "version": "1.1.3", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": ["FeatherFault.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.3.zip", + "archiveFileName": "FeatherFault-1.1.3.zip", + "size": 29000, + "checksum": "SHA-256:818e4906031ea249a05105d081dd7a43909172155af90f1099bb004ba5bb923e" + }, + { + "name": "FeatherFault", + "version": "1.1.4", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": ["FeatherFault.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.4.zip", + "archiveFileName": "FeatherFault-1.1.4.zip", + "size": 30417, + "checksum": "SHA-256:c31e3749a82bcd5a4450014d6c9733e8731eacb8b332db524aa1a022a3da527b" + }, + { + "name": "FeatherFault", + "version": "1.1.5", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": ["FeatherFault.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.5.zip", + "archiveFileName": "FeatherFault-1.1.5.zip", + "size": 30463, + "checksum": "SHA-256:17596495f1337188841122f92d619d393ae1ba0f02ce70d16533011ae2d8557c" + }, + { + "name": "FeatherFault", + "version": "1.1.6", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": ["FeatherFault.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.6.zip", + "archiveFileName": "FeatherFault-1.1.6.zip", + "size": 30466, + "checksum": "SHA-256:8866309c58378bd7ab57ef888358a272c42dfffc573b1ec896c6d63c27e2eafa" + }, + { + "name": "FeatherFault", + "version": "1.1.7", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": ["FeatherFault.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.7.zip", + "archiveFileName": "FeatherFault-1.1.7.zip", + "size": 30454, + "checksum": "SHA-256:01a836dda3f8600cf7ec3b39ba15d49c7efc395c4b19e51f7dfe74b95ff18bc7" + }, + { + "name": "Gigabits", + "version": "0.0.2", + "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "sentence": "Gigabits interface for Arduino", + "paragraph": "This library interfaces with the Gigabits API", + "website": "https://github.com/gigabits-org/gigabits-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "providesIncludes": ["Gigabits.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.2.zip", + "archiveFileName": "Gigabits-0.0.2.zip", + "size": 29652, + "checksum": "SHA-256:8cf97a3c6ea601dc8aaea50d0e226762e3e5893f1ab633c108f790accc943935" + }, + { + "name": "Gigabits", + "version": "0.0.3", + "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "sentence": "Gigabits interface for Arduino", + "paragraph": "This library interfaces with the Gigabits API", + "website": "https://github.com/gigabits-org/gigabits-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "providesIncludes": ["Gigabits.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.3.zip", + "archiveFileName": "Gigabits-0.0.3.zip", + "size": 48799, + "checksum": "SHA-256:0df76c56430e018c6f2c8efbd33d50962b6db808ad965052e639ca5553c24ee6" + }, + { + "name": "Gigabits", + "version": "0.0.4", + "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "sentence": "Gigabits interface for Arduino", + "paragraph": "This library interfaces with the Gigabits API", + "website": "https://github.com/gigabits-org/gigabits-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "providesIncludes": ["Gigabits.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.4.zip", + "archiveFileName": "Gigabits-0.0.4.zip", + "size": 50799, + "checksum": "SHA-256:2503086ace835616ec742947318e7ce197ceeade716d3cf5c92b19ff43a9325c" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": ["stm32", "avr", "samd", "arc32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.0.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.0.zip", + "size": 107074, + "checksum": "SHA-256:892ac8b9afad2dcf3c8cc1cf7dd3b5f03f3e512675f1c16b2b8726b19368b471" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": ["stm32", "avr", "samd", "arc32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.1.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.1.zip", + "size": 107084, + "checksum": "SHA-256:68cc33fca6faeb2b87ae75589a8b3897d69788efbf8b284edeb7a6a4134ff3ef" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": ["stm32", "avr", "samd", "arc32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.2.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.2.zip", + "size": 112498, + "checksum": "SHA-256:6547158c65224e0cb5d34e7fbf0cc1666951fe82dc4e84dfb2c4519f6128eda7" + }, + { + "name": "USB-MIDI", + "version": "1.0.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/USB-MIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": ["USB-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.0.0.zip", + "archiveFileName": "USB_MIDI-1.0.0.zip", + "size": 6744, + "checksum": "SHA-256:5300fda6963a9e50abc0f53e91c8f094910828dcc45b7765e4ce904ccca7a43a" + }, + { + "name": "USB-MIDI", + "version": "1.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/Arduino-USBMIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": ["USB-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "MIDIUSB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.0.zip", + "archiveFileName": "USB_MIDI-1.1.0.zip", + "size": 13880, + "checksum": "SHA-256:42b66ca44721930dcc64d1cfb0c377b844ed649c3e0f5deb26808731c9ca9fea" + }, + { + "name": "USB-MIDI", + "version": "1.1.1", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/Arduino-USBMIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": ["USB-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "MIDIUSB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.1.zip", + "archiveFileName": "USB_MIDI-1.1.1.zip", + "size": 13878, + "checksum": "SHA-256:7c98530df8d1ab2498253cdc6c21a97e0145acc244f4bc4b9d3250ef2522842c" + }, + { + "name": "USB-MIDI", + "version": "1.1.2", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/Arduino-USBMIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": ["USB-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "MIDIUSB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.2.zip", + "archiveFileName": "USB_MIDI-1.1.2.zip", + "size": 14084, + "checksum": "SHA-256:74828c7955f53285b018886cfb8cec6af7c3de04ef7d2f50cd2bc536b03e1e35" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.0.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.0.zip", + "size": 4937, + "checksum": "SHA-256:916460644660f76b5748f0f71e4738540551c2db4c5ad011fbef5bd21f7151f3" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.1.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.1.zip", + "size": 5101, + "checksum": "SHA-256:c743e1674d4885f1648602f9347ac6c35ab85cf3d53eda499f221f838dafacfe" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.2.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.2.zip", + "size": 5102, + "checksum": "SHA-256:14223c22b177d19a94c51dd60cfbcf8dbb9cf3fb01faeccd8d69a93d1a09f95a" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.3.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.3.zip", + "size": 5145, + "checksum": "SHA-256:24d3e21bbeb67fa134eb060064686453f9c49ebacca1d0fbce81d97e48eee899" + }, + { + "name": "ssd1306xled", + "version": "0.0.1", + "author": "Neven Boyanov, Tejashwi Kalp Taru, David Johnson-Davies", + "maintainer": "Tejashwi Kalp Taru", + "sentence": "SSD1306, SSD1315 or SSH1106 OLED screen driver", + "paragraph": "SSD1306, SSD1315 or SSH1106 OLED screen driver", + "website": "https://github.com/tejashwikalptaru/ssd1306xled", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tejashwikalptaru/ssd1306xled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tejashwikalptaru/ssd1306xled-0.0.1.zip", + "archiveFileName": "ssd1306xled-0.0.1.zip", + "size": 13027, + "checksum": "SHA-256:1c40592f8286f3164ae572343628c9ce05c4f5b9a94aa6ed5cac8a4c067461b2" + }, + { + "name": "Motor_RS", + "version": "1.0.0", + "author": "Rahul Shrivastava \u003crahul.stva@gmail.com\u003e", + "maintainer": "Rahul Shrivastava \u003crahul.stva@gmail.com\u003e", + "sentence": "Library for L293D.", + "paragraph": "You can one DC Motor, forward, back and stop.", + "website": "https://github.com/rahulstva/Motor_RS", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rahulstva/Motor_RS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rahulstva/Motor_RS-1.0.0.zip", + "archiveFileName": "Motor_RS-1.0.0.zip", + "size": 15095, + "checksum": "SHA-256:f13aff9f7c8b1babac893656c01bcb3a2c66ad9d4012692a703012519375f9d1" + }, + { + "name": "lv_arduino", + "version": "2.0.2", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.0.2.zip", + "archiveFileName": "lv_arduino-2.0.2.zip", + "size": 794932, + "checksum": "SHA-256:657eb1f24e63d42e6c1175a7a5e107f460eb018b269887f1ed25192aeb14b034" + }, + { + "name": "lv_arduino", + "version": "2.0.3", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.0.3.zip", + "archiveFileName": "lv_arduino-2.0.3.zip", + "size": 801239, + "checksum": "SHA-256:8026e204e6a5d36fa963fd653a33ef643257c495ae307ff71ddb9713ac48f82d" + }, + { + "name": "lv_arduino", + "version": "2.1.4", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.1.4.zip", + "archiveFileName": "lv_arduino-2.1.4.zip", + "size": 1093542, + "checksum": "SHA-256:020c25a239969f2f8858733720ed6097d594c430c2ad1947af36edaaec00c1a4" + }, + { + "name": "lv_arduino", + "version": "2.1.5", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.1.5.zip", + "archiveFileName": "lv_arduino-2.1.5.zip", + "size": 1265303, + "checksum": "SHA-256:6f68d8e129c7d23a0e24095a4e6e4a0addf27a813f94de800d0a866c411b0f9b" + }, + { + "name": "lv_arduino", + "version": "3.0.0", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-3.0.0.zip", + "archiveFileName": "lv_arduino-3.0.0.zip", + "size": 7089891, + "checksum": "SHA-256:e1b1004d699706e33f4f43d140327a482cadc29f64aaadcefddc828e459bd180" + }, + { + "name": "lv_arduino", + "version": "3.0.1", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-3.0.1.zip", + "archiveFileName": "lv_arduino-3.0.1.zip", + "size": 7091413, + "checksum": "SHA-256:f34039921e204157ee17113e2ce049f328bf2859a5bd66b91a28e527ff128ccc" + }, + { + "name": "uTLGBotLib", + "version": "1.0.0", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots.", + "paragraph": "Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots. You can use it with ESP8266 and ESP32 microcontrollers.", + "website": "https://github.com/J-Rios/uTLGBotLib-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/J-Rios/uTLGBotLib-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/uTLGBotLib-1.0.0.zip", + "archiveFileName": "uTLGBotLib-1.0.0.zip", + "size": 72906, + "checksum": "SHA-256:237e687641c4882e432ed93ea650c5505ef25d5fddee26b10d6bcd9bcd12a53b" + }, + { + "name": "basicGLCD", + "version": "1.0.1", + "author": "Park Kwangryeol \u003cpkr7098@gmail.com\u003e", + "maintainer": "Kwangryeol Park \u003cpkr7098@gmail.com\u003e", + "sentence": "This library is for QY-12854BG(= GLCD).", + "paragraph": "You can set all the pins seperately(ex setDataPins(), setRWPin()....). there are no functions for image, but only for text(in ver 1.0.0)", + "website": "https://github.com/KwangryeolPark/GLCD_QY_12864BG", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KwangryeolPark/GLCD_QY_12864BG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KwangryeolPark/basicGLCD-1.0.1.zip", + "archiveFileName": "basicGLCD-1.0.1.zip", + "size": 9443, + "checksum": "SHA-256:b3bce330d108243c0305a2a29ffa28146b129c5e98fc64058e9868007535dad8" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields with fallback web configuration portal", + "paragraph": "Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.0.zip", + "size": 109968, + "checksum": "SHA-256:5ccf69143dd7eb9c31b6a7774802904cf630d9e39ca2c23b1f3205186e37a65e" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.1.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.1.zip", + "size": 115243, + "checksum": "SHA-256:479c090e391c1f267d7503847dfdcaed2073c409f20444db82087eac237785ea" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.2.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.2.zip", + "size": 2535557, + "checksum": "SHA-256:eb670399c3ee63d97fefcec999afaac26da22b2195f19cb7c12c725bef8c4330" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.3.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.3.zip", + "size": 2633771, + "checksum": "SHA-256:6c4e00638dc432336d9fcac4c87b0be5e8a598de5cc2884e45bf86988848ba6e" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.1.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.1.0.zip", + "size": 2769811, + "checksum": "SHA-256:c83efe5bab2161f0719ba14a0970350233a8db17597516c7d5b68e4466943a23" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52/RP2040 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.2.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.2.0.zip", + "size": 2786303, + "checksum": "SHA-256:d065042546bb98584f630399dcae7c0bf7aa93ff48e28687e63147d4b0e083e7" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52/RP2040 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.3.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.3.0.zip", + "size": 2858702, + "checksum": "SHA-256:f882a56ba9d7d204b7119155949ca18daeff2a060733266e2197405e610d26da" + }, + { + "name": "ArxRobot Library", + "version": "1.0.0", + "author": "Gary Hill", + "maintainer": "AoSA \u003carxterra@gmail.com\u003e", + "sentence": "Enables easy access to the controls of Arxterra robots.", + "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", + "website": "http://arxterra.com/3dot/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-1.0.0.zip", + "archiveFileName": "ArxRobot_Library-1.0.0.zip", + "size": 31405, + "checksum": "SHA-256:91e48711aa5c83c33a982744005a32c17a8b3c810c62c9a767f3cc49ad3e42a6" + }, + { + "name": "ArxRobot Library", + "version": "3.0.0", + "author": "Gary Hill", + "maintainer": "Arxterra \u003cinfo@arxterra.com\u003e", + "sentence": "Enables easy access to the controls of Arxterra robots.", + "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", + "website": "http://arxterra.com/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-3.0.0.zip", + "archiveFileName": "ArxRobot_Library-3.0.0.zip", + "size": 43035, + "checksum": "SHA-256:65db3a6453d0350c10334ae7cbc01ae4c633f5e7e45e9c70b336c2cd476d0003" + }, + { + "name": "ArxRobot Library", + "version": "3.1.0", + "author": "Gary Hill", + "maintainer": "Arxterra \u003cinfo@arxterra.com\u003e", + "sentence": "Enables easy access to the controls of Arxterra robots.", + "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", + "website": "http://arxterra.com/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-3.1.0.zip", + "archiveFileName": "ArxRobot_Library-3.1.0.zip", + "size": 45334, + "checksum": "SHA-256:ea14dc044e6eadfaffef99b3025ad25da2f5f8d3a9d071e261a06ccb2bac1017" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields with fallback web configuration portal", + "paragraph": "Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.0.zip", + "size": 65019, + "checksum": "SHA-256:34dd4f6b6c83fccf3099266c1906d53f023e9ec107f0b39fa6ed8d267326f53b" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.1.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.1.zip", + "size": 139124, + "checksum": "SHA-256:900cc9f861645ba2418824a96d7b7041440ba1de03f70d95aac4dda4c3149cc6" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266 AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.2.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.2.zip", + "size": 142680, + "checksum": "SHA-256:df15463f14d2bf06488ad1208849300ee1eb22f82252aae8af9f34cdf42c5ea0" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266 AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage, DueFlashStorage or LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.3.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.3.zip", + "size": 240976, + "checksum": "SHA-256:72ac6ecd09010c8dbc773ca5f611ee13396fddf49384be1f79e82b238681f90a" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.4.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.4.zip", + "size": 239653, + "checksum": "SHA-256:e2c0ac1a427c7d38c3e50bef2853582d91fe1e3d94bd2f4867ad2ee6812d1bf7" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.1.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.1.0.zip", + "size": 495909, + "checksum": "SHA-256:82ad6adaaa80d04ef985fe9e839f76f3b7a9d3e4296d1061263c082a36ed7a0f" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.2.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.2.0.zip", + "size": 590842, + "checksum": "SHA-256:afa09e0e4137a55cbc4b8c621763851e7e1e1fadbca8af02ca04ce9dd79f6598" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based RASPBERRY_PI_PICO, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.3.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.3.0.zip", + "size": 632172, + "checksum": "SHA-256:bd5d297604dc51a7d8306412efa6f570028fdc26ef611759c2da4848caab72f7" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.4.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.4.0.zip", + "size": 712410, + "checksum": "SHA-256:d7de6b92b57e1d1019643144dedf90779e15ffa3fd7ddc59ae305994809e5bf2" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-1.0.0.zip", + "size": 53582, + "checksum": "SHA-256:555a68e487e6f07be14328538c58ca414354f4f8ef7da3f8d3d195e3f6d454f5" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-1.1.0.zip", + "size": 66099, + "checksum": "SHA-256:1003d527bc31305c67edfff48b8f8bfdf7108b617bea03f3df29ec00565b6a12" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.1.1.zip", + "archiveFileName": "STM32duino_LSM6DSOX-1.1.1.zip", + "size": 66098, + "checksum": "SHA-256:f409b43499c53ba464123e4877eaa8678c6026d9513a2053ce98aa5335193261" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.0.0.zip", + "size": 66230, + "checksum": "SHA-256:4492a6dd61642ff90eaa0906c6be7ffc9513603226729cf45a7cfa73d699ed71" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.0.1.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.0.1.zip", + "size": 66270, + "checksum": "SHA-256:191af2e9b61bedd7ecadec465efdb1ad9b5033588e4d4228697592e3d4b7a345" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.1.0.zip", + "size": 75809, + "checksum": "SHA-256:0cf9e1639f1d1a04fb9460a55f33d09156028b09da8fe3eaaecbae6be4750c1e" + }, + { + "name": "Forced-BME280", + "version": "2.0.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": ["forcedClimate.h"], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.0.0.zip", + "archiveFileName": "Forced_BME280-2.0.0.zip", + "size": 10533, + "checksum": "SHA-256:f9d7bacadbaa8356fdf4b26c8816eca56b024f6b93c5834e398f8caff5774baf" + }, + { + "name": "Forced-BME280", + "version": "2.1.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": ["forcedClimate.h"], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.1.0.zip", + "archiveFileName": "Forced_BME280-2.1.0.zip", + "size": 10796, + "checksum": "SHA-256:3c5564924acb4e8846db0ceeff0265589f36d00c7d0696aa75c9886e2f8ba32c" + }, + { + "name": "Forced-BME280", + "version": "2.3.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": ["forcedClimate.h"], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.3.0.zip", + "archiveFileName": "Forced_BME280-2.3.0.zip", + "size": 11055, + "checksum": "SHA-256:0463c3e2245ab23c614082a05e45e61c1f77c3ac26101e1dede203b1ea88bec2" + }, + { + "name": "Forced-BME280", + "version": "3.0.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": ["forcedClimate.h"], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-3.0.0.zip", + "archiveFileName": "Forced_BME280-3.0.0.zip", + "size": 11233, + "checksum": "SHA-256:0d13e215777d49e93798388a5729280211ca60c21ca82de5fe4f091450316c8f" + }, + { + "name": "STM32duino STTS22H", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-1.0.0.zip", + "archiveFileName": "STM32duino_STTS22H-1.0.0.zip", + "size": 12157, + "checksum": "SHA-256:cb304d25397cb36779bcfb50a863eebd9278cc4a24c79e2951e93b917b96fb31" + }, + { + "name": "STM32duino STTS22H", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-1.0.1.zip", + "archiveFileName": "STM32duino_STTS22H-1.0.1.zip", + "size": 12164, + "checksum": "SHA-256:20e80290f84601e57d04ac14150a91cf8dd1dc5335ea2854d208a9a8b7af7f57" + }, + { + "name": "STM32duino STTS22H", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-2.0.0.zip", + "archiveFileName": "STM32duino_STTS22H-2.0.0.zip", + "size": 12259, + "checksum": "SHA-256:9c1937b13efa14142ab201663a59c8801fedae6c9c625a09e212f89e5b5feb38" + }, + { + "name": "STM32duino STTS22H", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-2.0.1.zip", + "archiveFileName": "STM32duino_STTS22H-2.0.1.zip", + "size": 13219, + "checksum": "SHA-256:25c58758ff7ebc5609346054ecc9257dbadca21834e98fa701831eb516e8a2a8" + }, + { + "name": "STM32duino ISM330DLC", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope ISM330DLC for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DLC", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ISM330DLC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DLC-1.0.0.zip", + "archiveFileName": "STM32duino_ISM330DLC-1.0.0.zip", + "size": 39354, + "checksum": "SHA-256:55ad4fc78dc076f2673d0d163f8d3533e63e862b07c5f335c129c6d896188836" + }, + { + "name": "STM32duino ISM330DLC", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope ISM330DLC for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DLC", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ISM330DLC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DLC-2.0.0.zip", + "archiveFileName": "STM32duino_ISM330DLC-2.0.0.zip", + "size": 40010, + "checksum": "SHA-256:f873ebcec7de565a3884c11256ae6b3b425acb27c3c14ab3d2f44ce9863089de" + }, + { + "name": "STM32duino IIS2MDC", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2MDC", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/IIS2MDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-1.0.0.zip", + "archiveFileName": "STM32duino_IIS2MDC-1.0.0.zip", + "size": 14203, + "checksum": "SHA-256:17006eb2531b440c790c9e0d9b384b6a50adc45963aefb1cdc85af075c7ea3af" + }, + { + "name": "STM32duino IIS2MDC", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2MDC", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/IIS2MDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-2.0.0.zip", + "archiveFileName": "STM32duino_IIS2MDC-2.0.0.zip", + "size": 13761, + "checksum": "SHA-256:d8842d1ce860f28bcc2c2c12134ae5d056cf9e67fb56cbc06c6a1ef2da7ede51" + }, + { + "name": "SimpleShell", + "version": "1.0.0", + "author": "CaféHaine", + "maintainer": "CaféHaine \u003ckilian.guillaume@gmail.com\u003e", + "sentence": "A quick and easy way to control your Arduino using serial.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/cafehaine/SimpleShell", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cafehaine/SimpleShell.git", + "dependencies": [ + { + "name": "LinkedPointerList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cafehaine/SimpleShell-1.0.0.zip", + "archiveFileName": "SimpleShell-1.0.0.zip", + "size": 6732, + "checksum": "SHA-256:508d2a64888e23f3e55211e61972856813b6fc916b1f7707578051411516bcbf" + }, + { + "name": "VCNL3040 Proximity Sensor Library", + "version": "0.1.0", + "author": "Andris Jenerts - \u003candris.jenerts@gmail.com\u003e", + "maintainer": "Andris Jenerts", + "sentence": "Code for Vishay VCNL3040 Proximity sensor", + "paragraph": "Library can be used to not only read values from VCNL3040, but also to configure registers that coantain aplication specific values.", + "website": "https://github.com/JenertsA/VCNL3040_Proximity_Sensor_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JenertsA/VCNL3040_Proximity_Sensor_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JenertsA/VCNL3040_Proximity_Sensor_Library-0.1.0.zip", + "archiveFileName": "VCNL3040_Proximity_Sensor_Library-0.1.0.zip", + "size": 7421, + "checksum": "SHA-256:3d19b489e75b01d3b443a272ca179172fa675034a5fc3a50e135758582745682" + }, + { + "name": "FastBLE", + "version": "0.1.0", + "author": "Joonatan Saarhelo", + "maintainer": "Joonatan Saarhelo \u003cjoon.saar@gmail.com\u003e", + "sentence": "BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010", + "paragraph": "Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras.", + "website": "https://github.com/joonazan/nina-fast-bluetooth", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/joonazan/nina-fast-bluetooth.git", + "providesIncludes": ["FastBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/joonazan/FastBLE-0.1.0.zip", + "archiveFileName": "FastBLE-0.1.0.zip", + "size": 23353, + "checksum": "SHA-256:82c19162799a167312e868470d4e00bff4c2b2c36f50c91a59e6d349d9eb254a" + }, + { + "name": "FastBLE", + "version": "0.2.0", + "author": "Joonatan Saarhelo", + "maintainer": "Joonatan Saarhelo \u003cjoon.saar@gmail.com\u003e", + "sentence": "BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010", + "paragraph": "Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras.", + "website": "https://github.com/joonazan/nina-fast-bluetooth", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/joonazan/nina-fast-bluetooth.git", + "providesIncludes": ["FastBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/joonazan/FastBLE-0.2.0.zip", + "archiveFileName": "FastBLE-0.2.0.zip", + "size": 25106, + "checksum": "SHA-256:44e715683a89d15ebb9f753377ba02f448ff0f89775c17de728ada7e76111e15" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.1.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.1.zip", + "size": 9569, + "checksum": "SHA-256:2b19396ada41b431767d72be04aef03b65287017aa82c56efc3c9b79427ccf8f" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Alex Wende \u003calex.wende@sparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 by I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/13314", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.0.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.0.zip", + "size": 9137, + "checksum": "SHA-256:74f0685e5f14fd355d72cd14452f44c9cf18dafec0f84fdb46e55bf59c5b4738" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.2.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.2.zip", + "size": 9606, + "checksum": "SHA-256:3e616f6ee292db0b842f59627cdc107ff2883bc9e97079cb65e610096053a14f" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.3.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.3.zip", + "size": 9722, + "checksum": "SHA-256:792bcdab1e35ee12d141c336cb3f7d256f670585c0c98872c7c3ca5978574095" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.1.0.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.1.0.zip", + "size": 14103, + "checksum": "SHA-256:d07e8cd9b1b62a63e4ab7600ab82afce87fa56253cef65f299bf983636300e73" + }, + { + "name": "EthernetBonjour", + "version": "1.0.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e", + "maintainer": "TrippyLighting", + "sentence": "Bonjour (ZeroConf) Library for Arduino \u0026 Teensyduino", + "paragraph": "mDNS (registering services) and DNS-SD (service discovery) has been tested and works on: Teensy++2 with WIZ81MJ, Teensy3 with WIZ820io and Arduino with Ethernet shield", + "website": "https://github.com/TrippyLighting/EthernetBonjour", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/EthernetBonjour.git", + "providesIncludes": ["EthernetBonjour.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/EthernetBonjour-1.0.0.zip", + "archiveFileName": "EthernetBonjour-1.0.0.zip", + "size": 26417, + "checksum": "SHA-256:bd15b44a18af39060405986f60302ef34df2b14e59f0213af4850e5422649082" + }, + { + "name": "MPU6050_light", + "version": "1.0.0", + "author": "rfetick", + "maintainer": "rfetick", + "sentence": "Arduino library for light and fast communication with the MPU6050.", + "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", + "website": "https://github.com/rfetick/MPU6050_light", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rfetick/MPU6050_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.0.0.zip", + "archiveFileName": "MPU6050_light-1.0.0.zip", + "size": 8373, + "checksum": "SHA-256:b0947c8d41de6f1fbc80e47e3b88afbb497d751ce168c8320e07d7f21e50e0a3" + }, + { + "name": "MPU6050_light", + "version": "1.1.0", + "author": "rfetick", + "maintainer": "rfetick", + "sentence": "Arduino library for light and fast communication with the MPU6050.", + "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", + "website": "https://github.com/rfetick/MPU6050_light", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rfetick/MPU6050_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.1.0.zip", + "archiveFileName": "MPU6050_light-1.1.0.zip", + "size": 210895, + "checksum": "SHA-256:51c99ebe931c1b0c460df8852ab741cea5fe459add2f3a469c63b421dece3c70" + }, + { + "name": "MPU6050_light", + "version": "1.2.1", + "author": "rfetick", + "maintainer": "rfetick", + "sentence": "Arduino library for light and fast communication with the MPU6050.", + "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", + "website": "https://github.com/rfetick/MPU6050_light", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rfetick/MPU6050_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.2.1.zip", + "archiveFileName": "MPU6050_light-1.2.1.zip", + "size": 198708, + "checksum": "SHA-256:04b81b3b89ca627a83db9ad3b9a77fb11530c04cadbf6bea5d0940b815c098cd" + }, + { + "name": "BlueDot BMA400 Library", + "version": "1.0.0", + "author": "BlueDot", + "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", + "sentence": "BlueDot library for BMA400 sensors.", + "paragraph": "Read the BMA400 using the I2C communication mode.", + "website": "https://github.com/BlueDot-Arduino/BlueDot_BMA400", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BlueDot-Arduino/BlueDot_BMA400.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BMA400_Library-1.0.0.zip", + "archiveFileName": "BlueDot_BMA400_Library-1.0.0.zip", + "size": 5567, + "checksum": "SHA-256:097c4f2330158c3ffc0a2254363104e75ddae27baed8741bad0ad989541f91a3" + }, + { + "name": "Adafruit AHT10", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHT10", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AHT10.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHT10-0.1.0.zip", + "archiveFileName": "Adafruit_AHT10-0.1.0.zip", + "size": 71202, + "checksum": "SHA-256:da974cb266dfcdd911f28d8ef2f81c93a54a11f5264ef99da97c2bcc417c727e" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.0.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.0.0.zip", + "size": 13734, + "checksum": "SHA-256:5ed9114c198472c6b7f76314387a9fb9cf6b2a1e27c1eb31b7591805e9bee5a1" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.0.zip", + "size": 16194, + "checksum": "SHA-256:5298e4243323dcfe77f8eff6d56515eede9d0f2ad666a2e061c393f5e21c0794" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.1.zip", + "size": 18927, + "checksum": "SHA-256:ba3cffb61eb18b23ad4b5eceb2acde2c7372adeb4877a20a8fb6e45ca871c447" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.2.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.2.zip", + "size": 18930, + "checksum": "SHA-256:7a6ac6c911d940fce677fe0f02d04e6723ed4d0e75146e5c2c4e68ef7ee9db1e" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.3.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.3.zip", + "size": 86443, + "checksum": "SHA-256:6f84e1362f8fe4bbeda5d22ec59e87c09d516298d0cbd33ae8dd08f095cce87e" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.0.zip", + "size": 85713, + "checksum": "SHA-256:b034ed1412b1b6a0ad79aa9404fabdf1bbc91730e3710cf431f3a59e08672913" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.1.zip", + "size": 18337, + "checksum": "SHA-256:c1e5db73a29f5f5a19b79813e26f6dd50807b4ad3b0761783f61643dc7bd1156" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.2.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.2.zip", + "size": 18363, + "checksum": "SHA-256:60940d09018070fa9271287d818daab90154dcb1233d404dc760cf3464206013" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd", "mbed", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.3.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.3.zip", + "size": 18627, + "checksum": "SHA-256:6320314dce1f515711edff165c80dada9a7a7f71e1e9be402c135489185cdeb4" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd", "mbed", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.0.zip", + "size": 18776, + "checksum": "SHA-256:3aa1cc6d065afbd21ec79b28777a092c427a7bcc24a6615a5e2ad76dd6b63eae" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd", "esp32", "mbed", "mbed_nano", "mbed_portenta", "mbed_edge"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.1.zip", + "size": 18944, + "checksum": "SHA-256:6700ae60a1dcc0415a96a92a07c2a3007c75ce96ae0ff8105742c65f4955d1cb" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": ["samd", "esp32", "mbed", "mbed_nano", "mbed_portenta", "mbed_edge"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": ["ArduinoMCP2515.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.2.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.2.zip", + "size": 18767, + "checksum": "SHA-256:ced7c152feb9d5e86dfa204e9b3c58ef496e2e87d41830196cacfe543165ee56" + }, + { + "name": "SnailwalkPromptpay", + "version": "0.0.1", + "author": "Natchaipon Kaewnate \u003cnatchaipon.k@snailwalk.com\u003e", + "maintainer": "Natchaipon Kaewnate \u003cnatchaipon.k@snailwalk.com\u003e", + "sentence": "library gen promptpay qr code", + "paragraph": "library gen promptpay qr code", + "website": "https://github.com/natchaipon/SnailwalkPromptpay", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/natchaipon/SnailwalkPromptpay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natchaipon/SnailwalkPromptpay-0.0.1.zip", + "archiveFileName": "SnailwalkPromptpay-0.0.1.zip", + "size": 2910, + "checksum": "SHA-256:229ed3f19b56681ee1fab4b6b101afa23a6caaf42a45512c9c6e70d754827582" + }, + { + "name": "SparkFun Qwiic Step Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", + "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-1.0.0.zip", + "size": 35781, + "checksum": "SHA-256:d8fb61f9a18dad26dae17a90542a66bfc12f5a73d9bfcf9ebdf2793aa553bd49" + }, + { + "name": "SparkFun Qwiic Step Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", + "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-2.0.0.zip", + "size": 36485, + "checksum": "SHA-256:d9d4271775dd1449651f07c5cf7d84bbba3305a6af45de7d96208bd96b076f97" + }, + { + "name": "SparkFun Qwiic Step Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", + "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-2.0.1.zip", + "size": 36539, + "checksum": "SHA-256:399e8478d1f6e84b9275b6fed961c79f0e04a1fe29baceff3fa25ce3f26dcf7a" + }, + { + "name": "CircuitsFunBasic", + "version": "1.0.0", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Essential basic components library by CircuitsFun", + "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.0.zip", + "archiveFileName": "CircuitsFunBasic-1.0.0.zip", + "size": 6550, + "checksum": "SHA-256:02b4a39eab7eb5558a3beabf9db7b6356e29be8b183080c009a87bed1a4d1585" + }, + { + "name": "CircuitsFunBasic", + "version": "1.0.1", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Essential basic components library by CircuitsFun.", + "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.1.zip", + "archiveFileName": "CircuitsFunBasic-1.0.1.zip", + "size": 8139, + "checksum": "SHA-256:fcc55d7ac8014a8ddfaa599f33423f67deb3f7c184a20b67f69ada8da6336933" + }, + { + "name": "CircuitsFunBasic", + "version": "1.0.3", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Essential basic components library by CircuitsFun.", + "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.3.zip", + "archiveFileName": "CircuitsFunBasic-1.0.3.zip", + "size": 49908, + "checksum": "SHA-256:f4a28e6392a02fcc4def2ca9ceef3de59af5d8ee9fc6d155398c12767c670abf" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.0.0.zip", + "size": 25867, + "checksum": "SHA-256:ed531d176654eb5fa4e0faa2db8526bcd2f84bfe17a5fa6361b8b1caaabf9901" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.3.zip", + "size": 29612, + "checksum": "SHA-256:ad5d37a2db5b817dea551522137263fe4ff0f429fa6e9f41f57589ec6e8a65b2" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.4.zip", + "size": 29674, + "checksum": "SHA-256:09c05bbba7db4f41c3bb5e63187cf2a41089b69ffb87b5e14e4fbbdc061fbd73" + }, + { + "name": "NXP PCA9633", + "version": "1.0.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633", + "paragraph": "Device driver for communicating to PCA9633 via I2C", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.0.zip", + "archiveFileName": "NXP_PCA9633-1.0.0.zip", + "size": 205749, + "checksum": "SHA-256:9e7606ca7080ec35b7991d25a285295e420c2f80cf83154ee5951761eb729738" + }, + { + "name": "NXP PCA9633", + "version": "1.0.1", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633", + "paragraph": "Device driver for communicating to PCA9633 via I2C", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.1.zip", + "archiveFileName": "NXP_PCA9633-1.0.1.zip", + "size": 206214, + "checksum": "SHA-256:705f8687104341912d00858855801809e3d869a06d2125512ccacb1c27dc7458" + }, + { + "name": "NXP PCA9633", + "version": "1.0.2", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633", + "paragraph": "Device driver for communicating to PCA9633 via I2C", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.2.zip", + "archiveFileName": "NXP_PCA9633-1.0.2.zip", + "size": 206216, + "checksum": "SHA-256:b4f2287f8f535bff9f148e5a5a006dd8fa2782a9f930080af6c9de522c04342b" + }, + { + "name": "NXP PCA9633", + "version": "1.1.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633.", + "paragraph": "The PCA9633 is an I2C-bus controlled 4-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications.", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.1.0.zip", + "archiveFileName": "NXP_PCA9633-1.1.0.zip", + "size": 206702, + "checksum": "SHA-256:9f2a074affd1297fc2220e70ff42ac8b5076c36a81a7b9290894598d554f9d5a" + }, + { + "name": "NXP PCA9633", + "version": "1.1.1", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633.", + "paragraph": "The PCA9633 is an I2C-bus controlled 4-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications.", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.1.1.zip", + "archiveFileName": "NXP_PCA9633-1.1.1.zip", + "size": 206898, + "checksum": "SHA-256:e8ee979d202f2ad0f5871865c58647b215563fb3ce34b4cad4210e3bc39a6598" + }, + { + "name": "FMDataClient", + "version": "0.0.1", + "author": "Bruno Silva", + "maintainer": "Bruno Silva", + "sentence": "Filemaker 17 DATA API Client (ESP32)", + "paragraph": "Filemaker 17 DATA API Client (ESP32), Supports login, logout and create record.", + "website": "https://github.com/bmts/FMDataClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bmts/FMDataClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bmts/FMDataClient-0.0.1.zip", + "archiveFileName": "FMDataClient-0.0.1.zip", + "size": 13055, + "checksum": "SHA-256:cdf83cf0d07669efd05d6a479ff0456d5b8a14ba5310d956968e7bc796cb35b4" + }, + { + "name": "FMDataClient", + "version": "0.0.3", + "author": "Bruno Silva", + "maintainer": "Bruno Silva", + "sentence": "Filemaker 17 DATA API Client (ESP32)", + "paragraph": "Filemaker 17 DATA API Client (ESP32), Supports login, logout and create record.", + "website": "https://github.com/bmts/FMDataClient", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/bmts/FMDataClient.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bmts/FMDataClient-0.0.3.zip", + "archiveFileName": "FMDataClient-0.0.3.zip", + "size": 18721, + "checksum": "SHA-256:76bb3cd6457e4cb613817ba03eb1bf417614376c576bf529a17ab2f5f4447bb0" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.0", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.0.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.0.zip", + "size": 901972, + "checksum": "SHA-256:06a5b0442c7d30282265cfb777cc35b619d626f647c5c9ecceb0dfccfaa6b864" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.1", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.1.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.1.zip", + "size": 913919, + "checksum": "SHA-256:7bfe4db35aaf3ddc20ce98747b53e3d1471a843364e994853589cf48a52514a2" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.2", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.2.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.2.zip", + "size": 914046, + "checksum": "SHA-256:af209445fc34aadc1cddfb3623454d274ed72f22b705b1ab9c08051f83a987a2" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.3", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.3.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.3.zip", + "size": 914162, + "checksum": "SHA-256:985bfa2adb6656653e39f92d573ca90b78e8f6dcbd1f30aa6eca67499fed05cb" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.4", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.4.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.4.zip", + "size": 914253, + "checksum": "SHA-256:6c6780f8da0177f0555fa2f29b5f2a81e7a057d2e40aee43f77666cd895790bf" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.5", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.5.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.5.zip", + "size": 914081, + "checksum": "SHA-256:4e3fa6d9c0c2c24f59abc216977f49d87fc600ca8711b14bd209c9ef182cdfaf" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.4.0", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.4.0.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.4.0.zip", + "size": 914519, + "checksum": "SHA-256:30f3bb49a54a34cd250e2f267ddcab3dcfb3bb4477c58d9a133baa9345d63a9e" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.0", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.0.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.0.zip", + "size": 930701, + "checksum": "SHA-256:f058a9ced97528c763a46fa81b3e50e6aa2b48812e85e9611a272656cca70497" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.1", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.1.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.1.zip", + "size": 930714, + "checksum": "SHA-256:f0ecf35bb480978989812688a1c42e7e0a25bac59dfa31be03599b20ed421fad" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.2", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.2.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.2.zip", + "size": 1178299, + "checksum": "SHA-256:d9b0a5f46971e53c98e454441f649ab9a19eac6ff7b5a50ba1ec5caeea227dce" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.3", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.3.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.3.zip", + "size": 1180781, + "checksum": "SHA-256:ed6724df7242fd0b9a2bd563d94f700460858366096715b1d84fe26a2da1c236" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.4", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.4.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.4.zip", + "size": 1180839, + "checksum": "SHA-256:20b2e2efad0bd5d06330d4be5b16b0d081d2c6e3c588f973b96a93483db65512" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.5", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.5.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.5.zip", + "size": 1180901, + "checksum": "SHA-256:3cbb613ed48a232809e132cf1762b6f57e3deb696de8913ea20f0299f4c21107" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.6", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.6.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.6.zip", + "size": 1181488, + "checksum": "SHA-256:0d796c9a0ad3d0a6efab6386dc548f08b0cd83016345947c86101efe3941d507" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.7", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": ["ELECHOUSE_CC1101_SRC_DRV.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.7.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.7.zip", + "size": 1183355, + "checksum": "SHA-256:72cb72d43f4a0c2f04d510d0269ab1cc33867b0eb38efd4cc59832fe89f2c184" + }, + { + "name": "Melt7SegLcd", + "version": "1.0.3", + "author": "Nikolay Seliverstov", + "maintainer": "Nikolay Seliverstov \u003cpostpersonality@gmail.com\u003e", + "sentence": "Melt 7-segment LCD Arduino library.", + "paragraph": "This library can display alphanumerical chars on 7-segment LCD from Melt (melt.com.ru) vendor. The library has replacable char mapper and smart algorithm for partial display refresh.", + "website": "https://github.com/postpersonality/melt-7segment-lcd", + "category": "Display", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/postpersonality/melt-7segment-lcd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/postpersonality/Melt7SegLcd-1.0.3.zip", + "archiveFileName": "Melt7SegLcd-1.0.3.zip", + "size": 6157, + "checksum": "SHA-256:390cdf070fb104c32f613f92a390ef7e159f939574bc4359767d695e951c2d48" + }, + { + "name": "Melt7SegLcd", + "version": "1.0.4", + "author": "Nikolay Seliverstov", + "maintainer": "Nikolay Seliverstov \u003cpostpersonality@gmail.com\u003e", + "sentence": "Melt 7-segment LCD Arduino library.", + "paragraph": "This library can display alphanumerical chars on 7-segment LCD from Melt (melt.com.ru) vendor. The library has replacable char mapper and smart algorithm for partial display refresh.", + "website": "https://github.com/postpersonality/melt-7segment-lcd", + "category": "Display", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/postpersonality/melt-7segment-lcd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/postpersonality/Melt7SegLcd-1.0.4.zip", + "archiveFileName": "Melt7SegLcd-1.0.4.zip", + "size": 6584, + "checksum": "SHA-256:91d6dae2ff5fa4371e872b032c695c7188e15ac84af4df9a9c62ba5c4a99e05d" + }, + { + "name": "FastMap", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": ["FastMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.2.0.zip", + "archiveFileName": "FastMap-0.2.0.zip", + "size": 9036, + "checksum": "SHA-256:e0ee20f283d09764a3c41a36809d81465f08a8af57a77935b1a767a306d6c0b5" + }, + { + "name": "FastMap", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": ["FastMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.2.1.zip", + "archiveFileName": "FastMap-0.2.1.zip", + "size": 8224, + "checksum": "SHA-256:0669f6f37ac6c2d21f8c5bd640e2a6c5beb7985875bc15a06a77930745aaeb98" + }, + { + "name": "FastMap", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": ["FastMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.0.zip", + "archiveFileName": "FastMap-0.3.0.zip", + "size": 9626, + "checksum": "SHA-256:6d48d7e4a1a8a3ee700775bb5427425ce5b52130b4d0d07ca2afbff40aa93344" + }, + { + "name": "FastMap", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": ["FastMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.1.zip", + "archiveFileName": "FastMap-0.3.1.zip", + "size": 11191, + "checksum": "SHA-256:d381412da363bb45460bb1c35e5b9ee7d9989e711cce608dec1b8fe2b5d1b662" + }, + { + "name": "FastMap", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": ["FastMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.2.zip", + "archiveFileName": "FastMap-0.3.2.zip", + "size": 12545, + "checksum": "SHA-256:1424400a985fce78e961bed35fac559c25937a6e2ddefecfad318c5861161ec2" + }, + { + "name": "LedController", + "version": "1.3.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.2.zip", + "archiveFileName": "LedController-1.3.2.zip", + "size": 42879, + "checksum": "SHA-256:a2cc00303b4ee2f41f7ef2f063a908556b0ae190d93d5db64f313f68478837f7" + }, + { + "name": "LedController", + "version": "1.1.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.1.0.zip", + "archiveFileName": "LedController-1.1.0.zip", + "size": 40701, + "checksum": "SHA-256:6cb278b856ba2ad1b3aaa3ecacb9d9a6c56f31426991c4309710fec5073a09a2" + }, + { + "name": "LedController", + "version": "1.2.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.0.zip", + "archiveFileName": "LedController-1.2.0.zip", + "size": 41571, + "checksum": "SHA-256:afe9276d1da2cde01568260a8c36440a7cec13bbaecc824e27b2df0aeaa4e564" + }, + { + "name": "LedController", + "version": "1.2.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.1.zip", + "archiveFileName": "LedController-1.2.1.zip", + "size": 42586, + "checksum": "SHA-256:9920604383c6c829012db65aef44b0c1ff3421d1e72f19813502a12ba651fdb0" + }, + { + "name": "LedController", + "version": "1.2.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.2.zip", + "archiveFileName": "LedController-1.2.2.zip", + "size": 42902, + "checksum": "SHA-256:67ad37f4bc033cabb97fcaedafbcd6db1794b984e2c9e6087cb733a2952cef5a" + }, + { + "name": "LedController", + "version": "1.3.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.1.zip", + "archiveFileName": "LedController-1.3.1.zip", + "size": 42879, + "checksum": "SHA-256:09297b1d5b43d53a21de8894393a5bd57c36d0656d5d48d44be412ac6a544b81" + }, + { + "name": "LedController", + "version": "1.3.3", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays. It also supports shifting the displayed \"image\" around.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.3.zip", + "archiveFileName": "LedController-1.3.3.zip", + "size": 45083, + "checksum": "SHA-256:e982d32f1e648cfcac10f2f395d0104e639013bb7d851533104a7120834d547a" + }, + { + "name": "LedController", + "version": "1.4.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.0.zip", + "archiveFileName": "LedController-1.4.0.zip", + "size": 45380, + "checksum": "SHA-256:88aec68e1340b6e55023e4fdbd095cc2250eb647e6505333fa2675cfba69fe8d" + }, + { + "name": "LedController", + "version": "1.4.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.1.zip", + "archiveFileName": "LedController-1.4.1.zip", + "size": 47170, + "checksum": "SHA-256:9cf9e89e4f1b085e782762aefd9a5050d6c634614d0c4ba174aaffb1e3cd7835" + }, + { + "name": "LedController", + "version": "1.4.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.2.zip", + "archiveFileName": "LedController-1.4.2.zip", + "size": 46837, + "checksum": "SHA-256:5521e7608463b052aaf1ef2e439884691411277072aef9b8204914fd9f3231e6" + }, + { + "name": "LedController", + "version": "1.5.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.5.0.zip", + "archiveFileName": "LedController-1.5.0.zip", + "size": 48287, + "checksum": "SHA-256:b1941322e0f6fb2f16f5185891b1fcd97b5719d134415e756a5e510085be52cb" + }, + { + "name": "LedController", + "version": "1.6.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.6.0.zip", + "archiveFileName": "LedController-1.6.0.zip", + "size": 48574, + "checksum": "SHA-256:46b6b93dd8c5021c940126e826f360fca51c8677fa0a3bcf2c9691b92237b139" + }, + { + "name": "LedController", + "version": "1.6.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.6.1.zip", + "archiveFileName": "LedController-1.6.1.zip", + "size": 48585, + "checksum": "SHA-256:ae704637af40f3b2c8831d6ab4c8474f28f4eeee44c6178290eac5f545c44945" + }, + { + "name": "LedController", + "version": "1.7.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.0.zip", + "archiveFileName": "LedController-1.7.0.zip", + "size": 49862, + "checksum": "SHA-256:ab40ffc246ead1ccf1b3e418fc92ddf080b0acda0ed78dfd7755467204cb2fb0" + }, + { + "name": "LedController", + "version": "1.7.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.1.zip", + "archiveFileName": "LedController-1.7.1.zip", + "size": 50106, + "checksum": "SHA-256:95af80ee1b6ecbe9fc6d79d16265fefeda70d3ba60948b26851b9e3a356e561d" + }, + { + "name": "LedController", + "version": "1.7.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.2.zip", + "archiveFileName": "LedController-1.7.2.zip", + "size": 51327, + "checksum": "SHA-256:8c8d3e2bda57a903c69cc880d8c1e43d92a878e979c5b2ba9be59e7c02e04599" + }, + { + "name": "LedController", + "version": "2.0.0-rc1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc1.zip", + "archiveFileName": "LedController-2.0.0-rc1.zip", + "size": 68481, + "checksum": "SHA-256:ab5b1211063f74915c062568eebd6e472ac63df3b278ad3bb3efcea40df7fa5e" + }, + { + "name": "LedController", + "version": "2.0.0-rc2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc2.zip", + "archiveFileName": "LedController-2.0.0-rc2.zip", + "size": 108815, + "checksum": "SHA-256:299f669b4d4d801b0769fdb5c0a2436624efd2d90e11f19c3733ae7a6d4570a5" + }, + { + "name": "LedController", + "version": "2.0.0-rc3", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc3.zip", + "archiveFileName": "LedController-2.0.0-rc3.zip", + "size": 121398, + "checksum": "SHA-256:c7b74dfef06218e78d8b3aea4194d35db783d79c76eb816e6773effe2f088bc9" + }, + { + "name": "LedController", + "version": "2.0.0-rc4", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc4.zip", + "archiveFileName": "LedController-2.0.0-rc4.zip", + "size": 127199, + "checksum": "SHA-256:cc62627cee2730e8ca37474502c586aa587a31c6c2c1e5e6bb0859947cfc6144" + }, + { + "name": "LedController", + "version": "2.0.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": ["LedController.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.1.zip", + "archiveFileName": "LedController-2.0.1.zip", + "size": 16546063, + "checksum": "SHA-256:b3d91618c37b5a3b0ca589cd26869b14b8427ad5644d544457c65c20dcb53a88" + }, + { + "name": "Melopero UBX Protocol", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A library to easily create Ubx messages.", + "paragraph": "This library allows the user to easily create UbxMessages to be sent with the Melopero SAM_M8Q library.", + "website": "https://github.com/melopero/Melopero_UBX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_UBX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_UBX_Protocol-1.0.0.zip", + "archiveFileName": "Melopero_UBX_Protocol-1.0.0.zip", + "size": 5789, + "checksum": "SHA-256:51005458fd2023a60152f8dc1a107d7e1f46d4c4f40587ea22b0401da5664255" + }, + { + "name": "Melopero UBX Protocol", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A library to easily create Ubx messages.", + "paragraph": "This library allows the user to easily create UbxMessages to be sent with the Melopero SAM_M8Q library.", + "website": "https://github.com/melopero/Melopero_UBX", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_UBX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_UBX_Protocol-1.0.1.zip", + "archiveFileName": "Melopero_UBX_Protocol-1.0.1.zip", + "size": 5813, + "checksum": "SHA-256:7531322d002f4974d4455f3062587e2b60ca0014687c212690b41feb2d615b22" + }, + { + "name": "Melopero SAM-M8Q", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", + "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", + "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "dependencies": [ + { + "name": "Melopero UBX Protocol" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.0.0.zip", + "archiveFileName": "Melopero_SAM_M8Q-1.0.0.zip", + "size": 8171, + "checksum": "SHA-256:e5ef5a1216c38b17b745ac8f3125e4b4f39f077cee24a73424b518a88a1ff906" + }, + { + "name": "Melopero SAM-M8Q", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", + "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", + "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "dependencies": [ + { + "name": "Melopero UBX Protocol" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.0.1.zip", + "archiveFileName": "Melopero_SAM_M8Q-1.0.1.zip", + "size": 8233, + "checksum": "SHA-256:4e5416a597b22221f20ebd1b978a0c6c0130975326714a6d7284f39a3002077a" + }, + { + "name": "SAM32WiFiEsp", + "version": "2.2.2-f1", + "author": "Enrico204", + "maintainer": "Enrico Bassetti \u003cenrico204@gmail.com\u003e", + "sentence": "Arduino (and SAM32) WiFi library for ESP8266", + "paragraph": "Arduino WiFi library for ESP8266. Works only with SDK version 1.1.1 and above (AT version 0.25 and above). Compatible with Arduino 101 and other SAM32-based controllers.", + "website": "https://gitlab.com/Enrico204/sam32wifiesp/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/Enrico204/sam32wifiesp.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/Enrico204/SAM32WiFiEsp-2.2.2-f1.zip", + "archiveFileName": "SAM32WiFiEsp-2.2.2-f1.zip", + "size": 65641, + "checksum": "SHA-256:07d44996c2356c9ea9d2c63fed5fc61c325e0902c069b9a6572e56a0ab3718ba" + }, + { + "name": "ACS712", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": ["ACS712.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.1.2.zip", + "archiveFileName": "ACS712-0.1.2.zip", + "size": 8295, + "checksum": "SHA-256:9c61bfca9785d3480c214d8d9eec6fa350b0d33b4c48f65819a8524a35ae9b51" + }, + { + "name": "ACS712", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": ["ACS712.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.1.3.zip", + "archiveFileName": "ACS712-0.1.3.zip", + "size": 8263, + "checksum": "SHA-256:3e1f2911101e97af06c26ae0a8786bf2aad1a9f24935fd89b0035d1d412aaea9" + }, + { + "name": "ACS712", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": ["ACS712.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.0.zip", + "archiveFileName": "ACS712-0.2.0.zip", + "size": 9019, + "checksum": "SHA-256:00fd33d7fdf893bba6abf153caf8a2b1dd31c396333963b16307955d0ed18e59" + }, + { + "name": "ACS712", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": ["ACS712.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.1.zip", + "archiveFileName": "ACS712-0.2.1.zip", + "size": 10798, + "checksum": "SHA-256:b37b5770f865b980fb5acbd7ed2c2ac372f68c1546557d27565450f3169005d8" + }, + { + "name": "ACS712", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": ["ACS712.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.2.zip", + "archiveFileName": "ACS712-0.2.2.zip", + "size": 12188, + "checksum": "SHA-256:05ca872e2059fd7637c7fa7bd41817217033e06a1670dcc0ae463fc036359ea6" + }, + { + "name": "Max44009", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": ["Wire.h", "Max44009.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.1.zip", + "archiveFileName": "Max44009-0.4.1.zip", + "size": 14137, + "checksum": "SHA-256:8de22ae0211cf0402d3439e70541d07f352357c4c62be3ad256d5eb3ca8c5169" + }, + { + "name": "Max44009", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": ["Wire.h", "Max44009.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.2.zip", + "archiveFileName": "Max44009-0.4.2.zip", + "size": 14886, + "checksum": "SHA-256:a810a976f2cbb88e05ddbc336386d4df791a8a2ea30c2f1021b86e4232e7d322" + }, + { + "name": "Max44009", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": ["Wire.h", "Max44009.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.3.zip", + "archiveFileName": "Max44009-0.4.3.zip", + "size": 15553, + "checksum": "SHA-256:64e3c4353560761ef5d08e997c674b4784e16cf41969e2771fd3be8cca6c5313" + }, + { + "name": "Max44009", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": ["Max44009.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.4.zip", + "archiveFileName": "Max44009-0.4.4.zip", + "size": 16794, + "checksum": "SHA-256:2ee4a0be954e16a4a0bc194936df4e69f0f312424c4403ec42bb9fcbd18eb163" + }, + { + "name": "Max44009", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": ["Max44009.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.5.0.zip", + "archiveFileName": "Max44009-0.5.0.zip", + "size": 17240, + "checksum": "SHA-256:4447dcf1d8267a7b0285a65740248fe16254b37460f1bb0327a3c869503960ec" + }, + { + "name": "AD524X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": ["AD524X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.0.zip", + "archiveFileName": "AD524X-0.2.0.zip", + "size": 10205, + "checksum": "SHA-256:4390f758fc18c09ddca9d0b5849dad3984c8ab85343f6c1225d6b6fa23e64ef1" + }, + { + "name": "AD524X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": ["AD524X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.1.zip", + "archiveFileName": "AD524X-0.2.1.zip", + "size": 10148, + "checksum": "SHA-256:6d0e3003edbe8cdffc2951729300943ea922374dc8e9846a31b13affc4798e56" + }, + { + "name": "AD524X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": ["AD524X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.2.zip", + "archiveFileName": "AD524X-0.2.2.zip", + "size": 11294, + "checksum": "SHA-256:33fabd57b676cc6737539412888e8d46b1cfa2c7052a97916d3857125cdaf80f" + }, + { + "name": "AD524X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": ["AD524X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.0.zip", + "archiveFileName": "AD524X-0.3.0.zip", + "size": 13901, + "checksum": "SHA-256:f1914f3d05831349ea5cf3ad325e50510d155a5efafad91616751771b2bd623d" + }, + { + "name": "AD524X", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": ["AD524X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.1.zip", + "archiveFileName": "AD524X-0.3.1.zip", + "size": 14295, + "checksum": "SHA-256:180e5f9b4df12ff7a897746518a134d6f185ace06b8fd2d759d50931273ffd49" + }, + { + "name": "USIWire", + "version": "0.2.0", + "author": "puuu", + "maintainer": "puuu \u003cpuuu@users.noreply.github.com\u003e", + "sentence": "USI based TWI/I2C library for Arduino", + "paragraph": "Arduino Wire compatible library, supporting I²C, I2C, IIC and/or TWI for Atmel ATTiny micro processors utilizing the Universal Serial Interface (USI).", + "website": "https://github.com/puuu/USIWire", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/puuu/USIWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/USIWire-0.2.0.zip", + "archiveFileName": "USIWire-0.2.0.zip", + "size": 35617, + "checksum": "SHA-256:f2e881dee46fb84d73fe16e2a8e3ceba6ced77a57719581d4cf17a39e2f5b23b" + }, + { + "name": "CommandParser", + "version": "1.0.0", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", + "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", + "website": "https://github.com/Uberi/Arduino-CommandParser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Uberi/Arduino-CommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.0.0.zip", + "archiveFileName": "CommandParser-1.0.0.zip", + "size": 9457, + "checksum": "SHA-256:4871ba891c1c8a1621abb9b9f197f54826af73c9c2b8dc20a3301931f0293e71" + }, + { + "name": "CommandParser", + "version": "1.1.0", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", + "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", + "website": "https://github.com/Uberi/Arduino-CommandParser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Uberi/Arduino-CommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.1.0.zip", + "archiveFileName": "CommandParser-1.1.0.zip", + "size": 11414, + "checksum": "SHA-256:4e9717c556cb72e3f1321cde7969f8e70d61814fe88ac910af0344f9dc6e341b" + }, + { + "name": "CommandParser", + "version": "1.1.1", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", + "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", + "website": "https://github.com/Uberi/Arduino-CommandParser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Uberi/Arduino-CommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.1.1.zip", + "archiveFileName": "CommandParser-1.1.1.zip", + "size": 11470, + "checksum": "SHA-256:1bee7609a5fb87358c4047dcfcf517dfc19ccd5b51047b75ab182efe789ba3d6" + }, + { + "name": "Adafruit DS1841", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "paragraph": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS1841", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_DS1841.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS1841-1.0.0.zip", + "archiveFileName": "Adafruit_DS1841-1.0.0.zip", + "size": 297312, + "checksum": "SHA-256:45de936eb4fcaacab5ba932c5a17a4aa47a1b1c1df7aca2d899b946808833373" + }, + { + "name": "CircuitsFunProjects", + "version": "1.0.0", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Beginner friendly projects and project libraries by CircuitsFun", + "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.0.zip", + "archiveFileName": "CircuitsFunProjects-1.0.0.zip", + "size": 3713, + "checksum": "SHA-256:4a0151c34081b9eed86d6505f0ca94cd2170f520d55d64d598d365de9a60b4d2" + }, + { + "name": "CircuitsFunProjects", + "version": "1.0.1", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Beginner friendly projects and project libraries by CircuitsFun", + "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.1.zip", + "archiveFileName": "CircuitsFunProjects-1.0.1.zip", + "size": 52077, + "checksum": "SHA-256:fed35dc7d68934368afb3c06bc03229724155609f4cdcc016738553383792189" + }, + { + "name": "CircuitsFunProjects", + "version": "1.0.2", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Beginner friendly projects and project libraries by CircuitsFun", + "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.2.zip", + "archiveFileName": "CircuitsFunProjects-1.0.2.zip", + "size": 54433, + "checksum": "SHA-256:92aa6f2ba3bc02a194efca04ab54833e0403b525d2e28b3b8b587a11b951ca9f" + }, + { + "name": "QubitroMqttClient", + "version": "0.0.1", + "author": "Qubitro", + "maintainer": "Qubitro \u003csocial@qubitro.com\u003e", + "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", + "paragraph": "Qubitro is a unified IoT platform that connects devices with destinations.", + "website": "https://github.com/qubitro/mqtt-client-arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "providesIncludes": ["QubitroMqttClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.1.zip", + "archiveFileName": "QubitroMqttClient-0.0.1.zip", + "size": 9853, + "checksum": "SHA-256:d8598c05106dc2e3b0bc0070f6d5f44d04450699af5fe8ed793d1853e411b1ac" + }, + { + "name": "QubitroMqttClient", + "version": "0.0.2", + "author": "Qubitro, Inc.", + "maintainer": "Qubitro, Inc. \u003csocial@qubitro.com\u003e", + "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", + "paragraph": "Qubitro is an IoT application development platform.", + "website": "https://github.com/qubitro/mqtt-client-arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "providesIncludes": ["QubitroMqttClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.2.zip", + "archiveFileName": "QubitroMqttClient-0.0.2.zip", + "size": 188363, + "checksum": "SHA-256:f328e72196920bfa946431aed04b7c4832da1e79ce35a970375614063ca4546a" + }, + { + "name": "QubitroMqttClient", + "version": "0.0.4", + "author": "Qubitro, Inc.", + "maintainer": "Qubitro, Inc. \u003csocial@qubitro.com\u003e", + "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", + "paragraph": "Qubitro is an IoT application development platform.", + "website": "https://github.com/qubitro/mqtt-client-arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "providesIncludes": ["QubitroMqttClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.4.zip", + "archiveFileName": "QubitroMqttClient-0.0.4.zip", + "size": 188624, + "checksum": "SHA-256:5a7bf4a2d8266a85e00a079613733df915085b4a1d7c2b6d81e742efd40c95ab" + }, + { + "name": "AM232X", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["Wire.h", "AM232X.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.1.5.zip", + "archiveFileName": "AM232X-0.1.5.zip", + "size": 8599, + "checksum": "SHA-256:1898ecf0853bc75e7222a72d720b4e7c7dd57d3dcfca134f0b3d8b412fafcd06" + }, + { + "name": "AM232X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["Wire.h", "AM232X.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.1.zip", + "archiveFileName": "AM232X-0.2.1.zip", + "size": 8631, + "checksum": "SHA-256:98e0645bf953af14734798f1f2b636b83dca0b81687d9eac90d4a23c523cc5b0" + }, + { + "name": "AM232X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["Wire.h", "AM232X.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.2.zip", + "archiveFileName": "AM232X-0.2.2.zip", + "size": 8677, + "checksum": "SHA-256:0d697d45a6123fe73af8493bd2883242f15d1f38b1efdd2779d478137bc9148e" + }, + { + "name": "AM232X", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["Wire.h", "AM232X.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.3.zip", + "archiveFileName": "AM232X-0.2.3.zip", + "size": 8679, + "checksum": "SHA-256:a95ef9584344e71ac92bec5664fc6d18252058196bed554c5af0af04ad6f0606" + }, + { + "name": "AM232X", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["AM232X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.4.zip", + "archiveFileName": "AM232X-0.2.4.zip", + "size": 9778, + "checksum": "SHA-256:4b672545ffb4952222384a9705df06041a4d8c02736f1fdabba0bfd0a1d0bd7e" + }, + { + "name": "AM232X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["AM232X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.0.zip", + "archiveFileName": "AM232X-0.3.0.zip", + "size": 11385, + "checksum": "SHA-256:88f1a7fc30c332f705058c1e3a8dc549ccbe2d8ec4b2cf2cf80a23953aa57bf7" + }, + { + "name": "AM232X", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["AM232X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.1.zip", + "archiveFileName": "AM232X-0.3.1.zip", + "size": 11799, + "checksum": "SHA-256:e7b5676d856372e85df0acd5c15903f944ead964131577aa710703be54c19079" + }, + { + "name": "AM232X", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": ["AM232X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.2.zip", + "archiveFileName": "AM232X-0.3.2.zip", + "size": 12414, + "checksum": "SHA-256:f13b0c5e840bfcc7ffdd78022adc927ece5d07786f4c247be3957c4993490fea" + }, + { + "name": "EEPROM-Storage", + "version": "1.0.1", + "author": "Daniel Porrey", + "maintainer": "Daniel M. Porrey \u003cDaniel.Porrey@hotmail.com\u003e", + "license": "LGPL-3", + "sentence": "Generic class to wrap an EEPROM variable on the Particle and Arduino platforms.", + "paragraph": "The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they would stored in normal RAM.", + "website": "https://github.com/porrey/EEPROM-Storage/blob/master/README.md", + "category": "Data Storage", + "architectures": ["particle-photon", "particle-electron", "avr"], + "types": ["Contributed"], + "repository": "https://github.com/porrey/EEPROM-Storage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/EEPROM_Storage-1.0.1.zip", + "archiveFileName": "EEPROM_Storage-1.0.1.zip", + "size": 20806, + "checksum": "SHA-256:2bf092f8a2b8a153908d50e09627cbe3b43b8640a28f30d6dc3489c176c91625" + }, + { + "name": "AnalogPin", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": ["AnalogPin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.2.zip", + "archiveFileName": "AnalogPin-0.2.2.zip", + "size": 6784, + "checksum": "SHA-256:c27a22de23e69a458afb8e23083421b2b539e6d21ea217e3776d9179384b0b95" + }, + { + "name": "AnalogPin", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": ["AnalogPin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.3.zip", + "archiveFileName": "AnalogPin-0.2.3.zip", + "size": 6789, + "checksum": "SHA-256:841dca03c938e48245759562540999f3c082f9c1fde2aef0ec4e08e99771288e" + }, + { + "name": "AnalogPin", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": ["AnalogPin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.4.zip", + "archiveFileName": "AnalogPin-0.2.4.zip", + "size": 7985, + "checksum": "SHA-256:1e96f0c02bccd5e1d801089c560b23a88f914f30609437f80668f0a4efd27e90" + }, + { + "name": "WiFiWebServer", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.0.zip", + "archiveFileName": "WiFiWebServer-1.0.0.zip", + "size": 92474, + "checksum": "SHA-256:07c0ec4ccc4b8e82f68588fd893ee2fb40f55bc86fc166007c6438dbbd7ab781" + }, + { + "name": "WiFiWebServer", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.1.zip", + "archiveFileName": "WiFiWebServer-1.0.1.zip", + "size": 97418, + "checksum": "SHA-256:ec0f5ebb4d3217b4cb6a4952a46bf99f2b1f93f28d1f1bd56c70b5c1da7a1564" + }, + { + "name": "WiFiWebServer", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.2.zip", + "archiveFileName": "WiFiWebServer-1.0.2.zip", + "size": 102835, + "checksum": "SHA-256:49cd9c5ecdfdcb73e182a10c133593620b2632b83da4ff8f1479b4a8255ca93b" + }, + { + "name": "WiFiWebServer", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.3.zip", + "archiveFileName": "WiFiWebServer-1.0.3.zip", + "size": 106805, + "checksum": "SHA-256:24fc93665cf96fbdb7b9a1e8d537e4c98cc0c54ca8a3bf4174a9f736eb03ad4a" + }, + { + "name": "WiFiWebServer", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.4.zip", + "archiveFileName": "WiFiWebServer-1.0.4.zip", + "size": 109450, + "checksum": "SHA-256:34a093dab45b97b429ac77686c85ba35754edd6a1326223889d4450dc6b0bda6" + }, + { + "name": "WiFiWebServer", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.5.zip", + "archiveFileName": "WiFiWebServer-1.0.5.zip", + "size": 190495, + "checksum": "SHA-256:ddc48087009c02818ebacf2df4776fe3bdf653b07f3b7b4d3ab00b77ff6d4d6e" + }, + { + "name": "WiFiWebServer", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.6.zip", + "archiveFileName": "WiFiWebServer-1.0.6.zip", + "size": 225250, + "checksum": "SHA-256:37650c3afc6a5d9f3cdfa102fafc4ce86bc3806b29b69fe769abc7f3950142d0" + }, + { + "name": "WiFiWebServer", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.7.zip", + "archiveFileName": "WiFiWebServer-1.0.7.zip", + "size": 295566, + "checksum": "SHA-256:716bb827a1d19a221a42e73de77b45fa84918d7129f5871cbab18b2307649962" + }, + { + "name": "WiFiWebServer", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h", "WiFiHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.1.0.zip", + "archiveFileName": "WiFiWebServer-1.1.0.zip", + "size": 494202, + "checksum": "SHA-256:b376fb502504729cc5049aee63bfbeb84bac23683416f72ac301084e81f549da" + }, + { + "name": "WiFiWebServer", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h", "WiFiHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.1.1.zip", + "archiveFileName": "WiFiWebServer-1.1.1.zip", + "size": 450182, + "checksum": "SHA-256:582f5eacea87e81d0f730c44b6945be3190823a3a883e50b6d45b1f1c672f125" + }, + { + "name": "WiFiWebServer", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, etc.) boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": ["WiFiWebServer.h", "WiFiHttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.2.0.zip", + "archiveFileName": "WiFiWebServer-1.2.0.zip", + "size": 550233, + "checksum": "SHA-256:cf8bed86c4e0efcebb5402ab31d00fa81df2dd3555301bf3b0ecbf6e54e8814b" + }, + { + "name": "CurrentTransformerWithCallbacks", + "version": "1.0.0", + "author": "dirkx-currentcoil@webweaving.org", + "maintainer": "dirkx-currentcoil@webweaving.org", + "sentence": "Coil, Current Transformer (CT) based AC current measurements using fast ADC sampling of waveform", + "paragraph": "Mesure currents, iRMS and similar with a current transformer or coil. Requires a simple bias circuit that ensures that the votlages fed to the ADC is swinging around a certain dc-offset; and this is then ran through a resistor to turn the current into a voltage. Actual curernt measurement is then made by fast sampling the waveform. Assumes relatively slow AC curernts (few 100Hz), such as typical household mains power supplies (50hz, 60hz)", + "website": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/CurrentTransformerWithCallbacks-1.0.0.zip", + "archiveFileName": "CurrentTransformerWithCallbacks-1.0.0.zip", + "size": 11980, + "checksum": "SHA-256:f153b20ff7631116174e1e5f8d748904f5cbc8dd0643e6bab5422016006d4a8f" + }, + { + "name": "CurrentTransformerWithCallbacks", + "version": "2.0.0", + "author": "dirkx-currentcoil@webweaving.org", + "maintainer": "dirkx-currentcoil@webweaving.org", + "sentence": "Coil, Current Transformer (CT) based AC current measurements using fast ADC sampling of waveform", + "paragraph": "Mesure currents, iRMS and similar with a current transformer or coil. Requires a simple bias circuit that ensures that the votlages fed to the ADC is swinging around a certain dc-offset; and this is then ran through a resistor to turn the current into a voltage. Actual curernt measurement is then made by fast sampling the waveform. Assumes relatively slow AC curernts (few 100Hz), such as typical household mains power supplies (50hz, 60hz)", + "website": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/CurrentTransformerWithCallbacks-2.0.0.zip", + "archiveFileName": "CurrentTransformerWithCallbacks-2.0.0.zip", + "size": 11980, + "checksum": "SHA-256:36a4717aa2586e966a38aca2aa8f27120518ad54e3be81920949c7a1ef293183" + }, + { + "name": "Button2", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "providesIncludes": ["ButtonCallback.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.1.0.zip", + "archiveFileName": "Button2-1.1.0.zip", + "size": 9510, + "checksum": "SHA-256:9c337bcde51d5e0c6f67e1a34712276fe578d3d71e08c1dd275945e55d6f221a" + }, + { + "name": "Button2", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "[]", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "providesIncludes": ["ButtonCallback.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.0.0.zip", + "archiveFileName": "Button2-1.0.0.zip", + "size": 9395, + "checksum": "SHA-256:6da35691a2ea4ec6980cac4ed20fb49eec1df93fdecfcb57524924d5a87fd1f8" + }, + { + "name": "Button2", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "providesIncludes": ["ButtonCallback.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.2.0.zip", + "archiveFileName": "Button2-1.2.0.zip", + "size": 10704, + "checksum": "SHA-256:753ed9317c6c009b94eade4b301f95e9fbd0c59252c5608eeee052831829400a" + }, + { + "name": "Button2", + "version": "1.3.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.3.0.zip", + "archiveFileName": "Button2-1.3.0.zip", + "size": 11285, + "checksum": "SHA-256:3fa3f7c200bea10dce211f54a336131c17b2ba124eaa29a6912c062457ca4b3e" + }, + { + "name": "Button2", + "version": "1.4.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.4.0.zip", + "archiveFileName": "Button2-1.4.0.zip", + "size": 11484, + "checksum": "SHA-256:05b4839784638f9563203d3cb53d3abfdbef1cc3c6f3d7cde101a6e284743bea" + }, + { + "name": "Button2", + "version": "1.4.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.4.1.zip", + "archiveFileName": "Button2-1.4.1.zip", + "size": 11612, + "checksum": "SHA-256:5ef013690b817ea5ece7b4765cd7c956eb0488cbe2f71cefe1488edf0296eec7" + }, + { + "name": "Button2", + "version": "1.5.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.0.zip", + "archiveFileName": "Button2-1.5.0.zip", + "size": 12744, + "checksum": "SHA-256:b9aa50b2b746b789dea72c0f45272ee9d60d9b7dc2d5519b8195e6a76f188109" + }, + { + "name": "Button2", + "version": "1.5.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.1.zip", + "archiveFileName": "Button2-1.5.1.zip", + "size": 12916, + "checksum": "SHA-256:f83e811906fa98f9a95ee97740c2f0fb0fe4aab72f7a50e334359fe83cbae03f" + }, + { + "name": "Button2", + "version": "1.5.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.2.zip", + "archiveFileName": "Button2-1.5.2.zip", + "size": 12654, + "checksum": "SHA-256:a05b0157113e6bb5cfff3deb4e577b1004da07bfbf4a3b888acb50db1b5bed42" + }, + { + "name": "Button2", + "version": "1.5.3", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.3.zip", + "archiveFileName": "Button2-1.5.3.zip", + "size": 12689, + "checksum": "SHA-256:4cdf7e0559109d5a521c4189d7e03428344991a2d24ba28be9df8095c9726764" + }, + { + "name": "Button2", + "version": "1.5.4", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.4.zip", + "archiveFileName": "Button2-1.5.4.zip", + "size": 12777, + "checksum": "SHA-256:1e4ff262fad8a2bf3c7d96b69db54065bfce90da412ba105888e86d3c081b535" + }, + { + "name": "Button2", + "version": "1.6.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.0.zip", + "archiveFileName": "Button2-1.6.0.zip", + "size": 12945, + "checksum": "SHA-256:a6d718b2accd48a7e53e811c9261f93a93767208f7acdf36cad9d1e553495871" + }, + { + "name": "Button2", + "version": "1.6.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.1.zip", + "archiveFileName": "Button2-1.6.1.zip", + "size": 13357, + "checksum": "SHA-256:24deb90b1b6c4ca6748d3e38f40bd6764599e564dd00055247a1a19b80679d3d" + }, + { + "name": "Button2", + "version": "1.6.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.2.zip", + "archiveFileName": "Button2-1.6.2.zip", + "size": 13413, + "checksum": "SHA-256:d0cd4abd49493ee0ab9575b9262060e4484449af7888ee1a16b5718d9f566e61" + }, + { + "name": "ESP Rotary", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.1.0.zip", + "archiveFileName": "ESP_Rotary-1.1.0.zip", + "size": 7487, + "checksum": "SHA-256:3f57d61165b74f0ee6528d3a8c8deadeb0359b7e42ff92038b259dcfa0480881" + }, + { + "name": "ESP Rotary", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "[]", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "providesIncludes": ["ESPRotary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.0.0.zip", + "archiveFileName": "ESP_Rotary-1.0.0.zip", + "size": 6796, + "checksum": "SHA-256:184bc9a0510e40fe16751707c629033fc2cbf0fd20ba1d852011460d85aa82fa" + }, + { + "name": "ESP Rotary", + "version": "1.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.1.1.zip", + "archiveFileName": "ESP_Rotary-1.1.1.zip", + "size": 7479, + "checksum": "SHA-256:499854d1434f6b1e7847e74fd787b8de73b347670079a25a226d45c4323984d4" + }, + { + "name": "ESP Rotary", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.2.0.zip", + "archiveFileName": "ESP_Rotary-1.2.0.zip", + "size": 8288, + "checksum": "SHA-256:e9bcd6e9da103933c2757def7a320bda769270228aca3f2a138646f23d6390f6" + }, + { + "name": "ESP Rotary", + "version": "1.2.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.2.2.zip", + "archiveFileName": "ESP_Rotary-1.2.2.zip", + "size": 9456, + "checksum": "SHA-256:bb46f0b234e6287e78ae0bb9a0731f7262c7db752c95396ccaa4defd97345fef" + }, + { + "name": "ESP Rotary", + "version": "1.3.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.3.0.zip", + "archiveFileName": "ESP_Rotary-1.3.0.zip", + "size": 9636, + "checksum": "SHA-256:88c1272b2c346cf9daaa04e6986e917c568343909dd080bf319d2ada43ab3391" + }, + { + "name": "ESP Rotary", + "version": "1.4.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.0.zip", + "archiveFileName": "ESP_Rotary-1.4.0.zip", + "size": 9890, + "checksum": "SHA-256:9450e2e484a7b6345808d6d18865b79ee996c0fbcbfaa89ac66cc76cf1f4c89c" + }, + { + "name": "ESP Rotary", + "version": "1.4.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.1.zip", + "archiveFileName": "ESP_Rotary-1.4.1.zip", + "size": 10152, + "checksum": "SHA-256:95541f1eadca5972162a484a3daaecb35acf5e21c2e4404cef88dae333dde3de" + }, + { + "name": "ESP Rotary", + "version": "1.4.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.2.zip", + "archiveFileName": "ESP_Rotary-1.4.2.zip", + "size": 10318, + "checksum": "SHA-256:cc2d011b8ccb05a65877cf47f852eb223d61183b51ff091c8894f8257d759055" + }, + { + "name": "ESP Rotary", + "version": "1.5.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.5.0.zip", + "archiveFileName": "ESP_Rotary-1.5.0.zip", + "size": 11396, + "checksum": "SHA-256:58f18693000c3f0b0cbe9ded573ba6e9c02b60764e8f41dbe21f14f06d7ad049" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.0.zip", + "size": 84930, + "checksum": "SHA-256:8efd168f9183028e34c521b0f2b9c7c8f14b117e53daacf3354f3a5008aa6d2c" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.1.zip", + "size": 118754, + "checksum": "SHA-256:4ed1399eeaf43dc75b2d9294d9c262e0e42a2752449659674ba548a4b52d6d8f" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.2.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.2.zip", + "size": 120494, + "checksum": "SHA-256:4621734603df9663184e0bbd600ec132f142c411ce301b6299791cc25e08b9df" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.3.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.3.zip", + "size": 146648, + "checksum": "SHA-256:6241663e84d8ea37e057a85835c0c1272455a31a3a2aee5f233b037686dba594" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.4.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.4.zip", + "size": 189446, + "checksum": "SHA-256:7b3233653bad40bac58599e0f0c1a892af1a339062f1f14d3340706aabf646d8" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.5.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.5.zip", + "size": 240260, + "checksum": "SHA-256:f81c9c1a0915af9a45d73151f3797894434b27ffd7379a897e1db3f6f523fe3f" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.0.zip", + "size": 512404, + "checksum": "SHA-256:c31d093ab57085307f173c9dd018f5a10a3bd25a509d3dcdc99e717e4c561e38" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.1.zip", + "size": 514530, + "checksum": "SHA-256:9e8180b683c28ffc873e1312dddbe5f53fe9d0c5382e580d53d22d25e813c998" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.2.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.2.zip", + "size": 519242, + "checksum": "SHA-256:c77c9fb16b9f3205d94b68c1eeaa3bc83a96c9a215d878bf4b111a069f816f2e" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.3.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.3.zip", + "size": 522240, + "checksum": "SHA-256:71295949997d888e65eea9589d2a9e2f9f331cc8f2f5333979174126df233dc7" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.2.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.2.0.zip", + "size": 527842, + "checksum": "SHA-256:695fe3b72d8d13d0392ce5189b19117ee7b01720310fc8d54b9809d8554ae26b" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.3.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.3.0.zip", + "size": 602197, + "checksum": "SHA-256:aadc5c471dc80cb17ebc56761fb362bcefd02c0545471b836d8301eb1950009a" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.3.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.3.1.zip", + "size": 617943, + "checksum": "SHA-256:a4e36fb30e1c3d491004c8a4d5914e6ed527f337fe21abc9d241ceb1e2b98a43" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.4.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.4.0.zip", + "size": 726001, + "checksum": "SHA-256:3a170674ea66e8043c11efa8adc9ed98881a67901ffb0022b8827f58f68649f7" + }, + { + "name": "ev3-arduino", + "version": "0.1.1", + "author": "Gkagkas Anastasios \u003ctasosggps@gmail.com\u003e", + "maintainer": "Gkagkas Anastasios \u003ctasosggps@gmail.com\u003e", + "sentence": "Enables the communication with an ev3 brick", + "paragraph": "Only mailbox is implemented in this version. More functionalities will be implemented in the future.", + "website": "https://github.com/tasos12/arduino-EV3", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tasos12/ev3-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tasos12/ev3_arduino-0.1.1.zip", + "archiveFileName": "ev3_arduino-0.1.1.zip", + "size": 5019, + "checksum": "SHA-256:f292e041796030081cfdd3950b7478cf3def1f8a9b158473d4c4908c52676560" + }, + { + "name": "AverageAngle", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": ["AverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.3.zip", + "archiveFileName": "AverageAngle-0.1.3.zip", + "size": 6506, + "checksum": "SHA-256:c5cad3f15a2b13d9b8be711c8263b2d44693c9c88232c740c75cce9a95a0c80f" + }, + { + "name": "AverageAngle", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": ["AverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.4.zip", + "archiveFileName": "AverageAngle-0.1.4.zip", + "size": 6494, + "checksum": "SHA-256:e6c11ffca4335e6921ee63592a74170f3ba279761821485361b00c4b2fee0754" + }, + { + "name": "AverageAngle", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": ["AverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.5.zip", + "archiveFileName": "AverageAngle-0.1.5.zip", + "size": 7932, + "checksum": "SHA-256:366737ce99a25bed70a2f559a03c8e0623df4e21b234fd189ce232bca8e4e7b3" + }, + { + "name": "Angle", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": ["Angle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.7.zip", + "archiveFileName": "Angle-0.1.7.zip", + "size": 9032, + "checksum": "SHA-256:b81d7c25830988db9fa7df480320c8e6a81174f8491b34da5c58f528426c67e2" + }, + { + "name": "Angle", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": ["Angle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.8.zip", + "archiveFileName": "Angle-0.1.8.zip", + "size": 9015, + "checksum": "SHA-256:bbef03ffbcc3c82f4b5e57f9bdfab6b3608e7e1723c1ba344b4c3a0873002414" + }, + { + "name": "Angle", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": ["Angle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.9.zip", + "archiveFileName": "Angle-0.1.9.zip", + "size": 10373, + "checksum": "SHA-256:54c0093bf20317a5ad5a9511e6df4bceb3a594d38369705eed646cf0a5b4ba0d" + }, + { + "name": "Angle", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": ["Angle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.10.zip", + "archiveFileName": "Angle-0.1.10.zip", + "size": 10995, + "checksum": "SHA-256:51e29d47b060b66dd33cd7e31e3ee8721dba4205f243be89f504357daf4a5c0d" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.0.0.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.0.0.zip", + "size": 10958, + "checksum": "SHA-256:170f98f78433e98b7578656555fc8bc39cb1f1323afb9195966fb12b110cdbba" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.1.0.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.1.0.zip", + "size": 47406, + "checksum": "SHA-256:39ab5fca1bbc2828ad303c645a6402052a508a9f8e40811775132c875dca60d0" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.2.0.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.2.0.zip", + "size": 47067, + "checksum": "SHA-256:e4479aa3d29c98be2c0b51cb5e17fe0eba24d3450cce4274641d7e4946fbec11" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.2.1.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.2.1.zip", + "size": 47992, + "checksum": "SHA-256:803c5d7659ea8a6b57a89e35a2c253a74d783c39710238a38ef1848232d0fd10" + }, + { + "name": "AsyncAnalog", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.1.zip", + "archiveFileName": "AsyncAnalog-0.1.1.zip", + "size": 6266, + "checksum": "SHA-256:a4018263d51977dbce1e4c1606a6585a91b9c9e3a70454ec3d39f5359cd49a0f" + }, + { + "name": "AsyncAnalog", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": ["AsyncAnalog.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.2.zip", + "archiveFileName": "AsyncAnalog-0.1.2.zip", + "size": 6271, + "checksum": "SHA-256:3f26d74ee63661250c852ace1e3a7a07c99b1233e4533fbdf771ac6c8f291200" + }, + { + "name": "AsyncAnalog", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": ["AsyncAnalog.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.3.zip", + "archiveFileName": "AsyncAnalog-0.1.3.zip", + "size": 7717, + "checksum": "SHA-256:a7aaf9b37d4a963250e396cbdb9a7f3b8cd0ce4230da35b06d08f411b3cb5c02" + }, + { + "name": "DFR0554", + "version": "1.0.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554", + "paragraph": "Device driver for communicating to DFRobot display DFR0554 via I2C", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.0.0.zip", + "archiveFileName": "DFR0554-1.0.0.zip", + "size": 16940, + "checksum": "SHA-256:0ad51e8780f7fcb1886cf477a4f5899f0ccbbb83f1069fb1de22f89910158d76" + }, + { + "name": "DFR0554", + "version": "1.1.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554", + "paragraph": "Device driver for communicating to DFRobot display DFR0554 via I2C", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.1.0.zip", + "archiveFileName": "DFR0554-1.1.0.zip", + "size": 18124, + "checksum": "SHA-256:0b4397e272dd59ef76a3c4ec0dfca0916da5c587b6f4bc1e50d56fba41bb198f" + }, + { + "name": "DFR0554", + "version": "1.2.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554.", + "paragraph": "DFR0554 is a display manufactured by DFRobot. It consists of a PCA9633 and an AIP31068.", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "dependencies": [ + { + "name": "NXP PCA9633" + }, + { + "name": "LiquidCrystalWired" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.2.0.zip", + "archiveFileName": "DFR0554-1.2.0.zip", + "size": 725141, + "checksum": "SHA-256:c0d42e028d8b54839100f98d08be70b2e65fdf41f308c608d96c17026ab43b84" + }, + { + "name": "DFR0554", + "version": "1.2.1", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554.", + "paragraph": "DFR0554 is a display manufactured by DFRobot. It consists of a PCA9633 and an AIP31068.", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "dependencies": [ + { + "name": "NXP PCA9633" + }, + { + "name": "LiquidCrystalWired" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.2.1.zip", + "archiveFileName": "DFR0554-1.2.1.zip", + "size": 725230, + "checksum": "SHA-256:566e0634f98cbafe072eda8f8cab8e8ff6d794243052a84185e283589fe3e60b" + }, + { + "name": "LiquidCrystalWired", + "version": "1.0.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for HD44780 based controllers", + "paragraph": "Device driver for communicating to HD44780 based controllers via I2C", + "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.0.0.zip", + "archiveFileName": "LiquidCrystalWired-1.0.0.zip", + "size": 935441, + "checksum": "SHA-256:5b4da71f55517ad1167ab8bb16a5208859aabff6712feacdda18a643496d1e7f" + }, + { + "name": "LiquidCrystalWired", + "version": "1.1.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for HD44780 based controllers", + "paragraph": "Device driver for communicating to HD44780 based controllers via I2C", + "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.1.0.zip", + "archiveFileName": "LiquidCrystalWired-1.1.0.zip", + "size": 937035, + "checksum": "SHA-256:7d7f92f6c88086cf76a07954f3b5804dd664053b71b9ab53fe5be7d2fa16dc0b" + }, + { + "name": "LiquidCrystalWired", + "version": "1.2.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for AiP31068 based controllers.", + "paragraph": "The AiP31068 is used to translate I2C commands to a connected HD44780 LCD controller.", + "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.2.0.zip", + "archiveFileName": "LiquidCrystalWired-1.2.0.zip", + "size": 2452293, + "checksum": "SHA-256:da3974fed0affc3274a3060b6e8da62b91243ab10cc2d0afc1ef280d1f7cc86f" + }, + { + "name": "Cozir", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": ["Cozir.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.0.zip", + "archiveFileName": "Cozir-0.2.0.zip", + "size": 8057, + "checksum": "SHA-256:54598cef03f7b1d052c0f808e7699ad34c04ac1b5e3911d55180bb1ad0c7bae2" + }, + { + "name": "Cozir", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": ["cozir.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.2.zip", + "archiveFileName": "Cozir-0.2.2.zip", + "size": 10691, + "checksum": "SHA-256:3814785971977e2c04f44d5ddd1182a46158d3aed089acb9e74e246ecb04ec3e" + }, + { + "name": "Cozir", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": ["cozir.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.5.zip", + "archiveFileName": "Cozir-0.2.5.zip", + "size": 10845, + "checksum": "SHA-256:017f708a4081eaa9ada3733c2143b705fda1f615b4b854d6f8eaa0356a427ef7" + }, + { + "name": "Cozir", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": ["cozir.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.6.zip", + "archiveFileName": "Cozir-0.2.6.zip", + "size": 13764, + "checksum": "SHA-256:e73f3eda01fb29cf41e80bb3628966774df05142faf33e835aeef3a372aa6a11" + }, + { + "name": "TimerFour32u4", + "version": "1.0.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Sam Verstraete", + "maintainer": "Sam Verstraete", + "sentence": "Allow usage of the 10-bit hardware high speed Timer4 on ATMega16u4 and ATMega32u4.", + "paragraph": "This is a port of the Paul Stoffregens TimerThree library to the ATMega16u4 or ATMega32u4, so you can use the internal High Speed Timer4 on selected ports.", + "website": "https://www.github.com/samverstraete/TimerFour", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/samverstraete/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/samverstraete/TimerFour32u4-1.0.0.zip", + "archiveFileName": "TimerFour32u4-1.0.0.zip", + "size": 530513, + "checksum": "SHA-256:d29c9c3f15cfda5da7b074ff7d17648d1865313ccb42dd4ece1bad34eb0539fd" + }, + { + "name": "CoopThreads", + "version": "0.1.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.1.0.zip", + "archiveFileName": "CoopThreads-0.1.0.zip", + "size": 34376, + "checksum": "SHA-256:8b9e923f74fe9800872d4e46dddfbb7bd97fa06299db7480b45f8e9084aca5d2" + }, + { + "name": "CoopThreads", + "version": "0.2.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.0.zip", + "archiveFileName": "CoopThreads-0.2.0.zip", + "size": 37595, + "checksum": "SHA-256:bf46be1856b76558b3241983343f0361379ed2830f4c0b755f419393f64a93c4" + }, + { + "name": "CoopThreads", + "version": "0.2.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.1.zip", + "archiveFileName": "CoopThreads-0.2.1.zip", + "size": 37950, + "checksum": "SHA-256:8c3d914d750deb8ad85d9835f49b421b975527a7a8e8ce0bc8523504d9cc2049" + }, + { + "name": "CoopThreads", + "version": "0.2.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.2.zip", + "archiveFileName": "CoopThreads-0.2.2.zip", + "size": 40229, + "checksum": "SHA-256:4dd3270b42752913083e22e78e86bc148e35f621eac09c1e1c52d2cbb528f9be" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.1", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.1.zip", + "size": 28917, + "checksum": "SHA-256:3f642ee81837c62e69d402e65e29652e73bbffce4ccc066e92f1c8510c78d40f" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.2", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.2.zip", + "size": 30467, + "checksum": "SHA-256:9baadbe20a01428d7d1b49d0185a82c941536806b9303a707eb99955e946d714" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.3", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.3.zip", + "size": 30465, + "checksum": "SHA-256:4943996cbd78b3871b754ee5f355d24c882a99db74ec7214d1a4e1224e1604ab" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.4", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.4.zip", + "size": 31972, + "checksum": "SHA-256:34700b6384f7937f1bae7e9213f61827258c72165d5899d289dd02afa9006903" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.5", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.5.zip", + "size": 32075, + "checksum": "SHA-256:adf4faef62b70bf46b16d3d66f2b377d0ffd0d582e82ade0107c02cbc88c6137" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.1.0", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.0.zip", + "size": 32175, + "checksum": "SHA-256:5c4f35c38edc107a209bce499f22f7ece0a52a64f66a3636ca1f29d018a110a0" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.1.1", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.1.zip", + "size": 32199, + "checksum": "SHA-256:28701463c6c8c01b734bc4d7c4e5c0c41addfd1f0526b19e0ee05f215da88205" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.1.2", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.2.zip", + "size": 32180, + "checksum": "SHA-256:8fea87666da1f41e139420b95196b7a665a95f388cc6563132fc96680763141d" + }, + { + "name": "CountDown", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": ["CountDown.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.0.zip", + "archiveFileName": "CountDown-0.2.0.zip", + "size": 8209, + "checksum": "SHA-256:cb91a1e2d24b1f45b81ba143d8ce06976dd695bfca6eb676bc387a4cb4e06380" + }, + { + "name": "CountDown", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": ["CountDown.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.2.zip", + "archiveFileName": "CountDown-0.2.2.zip", + "size": 8384, + "checksum": "SHA-256:b37bc2fce6c57b11edf66f542d6716d5cf4654861e8ac6e9fc7bc3e55677fc3a" + }, + { + "name": "CountDown", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": ["CountDown.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.3.zip", + "archiveFileName": "CountDown-0.2.3.zip", + "size": 9686, + "checksum": "SHA-256:727632b116727d57865d718167f69d988259a70490b1cd573d649109c4386d33" + }, + { + "name": "CountDown", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": ["CountDown.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.4.zip", + "archiveFileName": "CountDown-0.2.4.zip", + "size": 10228, + "checksum": "SHA-256:cc3c9a530bad487634e7f5a1615f98275ecbf2b15c8385f8ca13e547459ecc07" + }, + { + "name": "Sharer", + "version": "1.0.0", + "author": "Rufus31415", + "maintainer": "Rufus31415", + "sentence": "Sharer Library", + "website": "https://github.com/Rufus31415/Sharer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rufus31415/Sharer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rufus31415/Sharer-1.0.0.zip", + "archiveFileName": "Sharer-1.0.0.zip", + "size": 174164, + "checksum": "SHA-256:a402f3b2afb14fa2eaa0be5ffcd4a7b547274663d09a4ad34a9a759228920bae" + }, + { + "name": "Sharer", + "version": "1.0.1", + "author": "Rufus31415 \u003crufus31415@gmail.com\u003e", + "maintainer": "Rufus31415 \u003crufus31415@gmail.com\u003e", + "sentence": "Arduino library that simplifies Serial communication", + "paragraph": "Arduino \u0026 .NET serial communication library to read/write variables and remote call functions (RPC)", + "website": "https://github.com/Rufus31415/Sharer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Rufus31415/Sharer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rufus31415/Sharer-1.0.1.zip", + "archiveFileName": "Sharer-1.0.1.zip", + "size": 178709, + "checksum": "SHA-256:3c8e33c6785d39bf6022b7dd5517dd08b1b9b8d5ebb4b3d3811023802b510335" + }, + { + "name": "deepC", + "version": "0.12.0", + "author": "Rohit Sharma et. al.", + "maintainer": "Rohit Sharma \u003cmy-first-name@ai-techsystems.com\u003e", + "sentence": "Allows you to run machine learning models locally on arduino boards.", + "paragraph": "This library runs deepC machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise asl gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/ai-techsystems/dnnCompiler", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/ai-techsystems/arduino.git", + "providesIncludes": ["deepC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ai-techsystems/deepC-0.12.0.zip", + "archiveFileName": "deepC-0.12.0.zip", + "size": 1266930, + "checksum": "SHA-256:041343390aac9477355b2c90e9b7574e3949be3728420233210baf40d5b72154" + }, + { + "name": "SDConfigCommand", + "version": "0.23.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", + "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", + "website": "https://github.com/cygig/SDConfigCommand", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SDConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.23.0.zip", + "archiveFileName": "SDConfigCommand-0.23.0.zip", + "size": 1490282, + "checksum": "SHA-256:e79afd0f759d9424b03a96a556632705a4e1586a132d348404828dc1ac7250b2" + }, + { + "name": "SDConfigCommand", + "version": "0.24.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", + "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", + "website": "https://github.com/cygig/SDConfigCommand", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SDConfigCommand.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.24.0.zip", + "archiveFileName": "SDConfigCommand-0.24.0.zip", + "size": 1499465, + "checksum": "SHA-256:23a5cc263d719fd6abcee87f9ae1676de7072e4ca6c3d836d84beebe3a66e490" + }, + { + "name": "SDConfigCommand", + "version": "0.25.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", + "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", + "website": "https://github.com/cygig/SDConfigCommand", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cygig/SDConfigCommand.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.25.0.zip", + "archiveFileName": "SDConfigCommand-0.25.0.zip", + "size": 1680593, + "checksum": "SHA-256:95bd43b1b60cf596701aed47fd414cadfe02c371d8546995e2ac8c3d61737034" + }, + { + "name": "SparkFun BQ27441 LiPo Fuel Gauge Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "An Arduino library for interfacing with the BQ27441-G1 LiPo Fuel Gauge", + "paragraph": "An Arduino library for interfacing with the BQ27441-G1 LiPo Fuel Gauge", + "website": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BQ27441_LiPo_Fuel_Gauge_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_BQ27441_LiPo_Fuel_Gauge_Arduino_Library-1.1.0.zip", + "size": 25147, + "checksum": "SHA-256:1f324734525d71de015e46318bdabe79fabd4074c77f10058d0456fce00ecd93" + }, + { + "name": "ThingsML", + "version": "1.0.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.0.1.zip", + "archiveFileName": "ThingsML-1.0.1.zip", + "size": 555211, + "checksum": "SHA-256:33dad1b34841611c9669c30c3ddd0bb50df412716dccffad6d148dc8f65c6d62" + }, + { + "name": "ThingsML", + "version": "1.0.2", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.0.2.zip", + "archiveFileName": "ThingsML-1.0.2.zip", + "size": 555211, + "checksum": "SHA-256:2ffefc997a5c3d099fa61f5a3a9881f49d0cc7239f3a666ffa680934cb7c262e" + }, + { + "name": "ThingsML", + "version": "1.1.0", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.0.zip", + "archiveFileName": "ThingsML-1.1.0.zip", + "size": 560629, + "checksum": "SHA-256:0058a67d1b0c179e7e177aecd6930d0756a258d47074639d411df932eeb73706" + }, + { + "name": "ThingsML", + "version": "1.1.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.1.zip", + "archiveFileName": "ThingsML-1.1.1.zip", + "size": 561127, + "checksum": "SHA-256:658a252572abcb30c6fda5baf8c01e8e93943a5bb69351f828a43377044b125d" + }, + { + "name": "ThingsML", + "version": "1.1.2", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.2.zip", + "archiveFileName": "ThingsML-1.1.2.zip", + "size": 561146, + "checksum": "SHA-256:65c28aa275efacc570a187d7cb27d504952b2ea93386c30c0041ca7176254d80" + }, + { + "name": "ThingsML", + "version": "1.2.0", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.2.0.zip", + "archiveFileName": "ThingsML-1.2.0.zip", + "size": 574605, + "checksum": "SHA-256:08850d6c41de6e1da6cea51c3a7c931b32f4ba90fe4d1fa919fea3b0da626b8b" + }, + { + "name": "ThingsML", + "version": "1.2.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.2.1.zip", + "archiveFileName": "ThingsML-1.2.1.zip", + "size": 574612, + "checksum": "SHA-256:3d518facd26052707af927315c2f5ddb6a16fbf58502a2d59542913e2e45e629" + }, + { + "name": "Complex", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": ["Complex.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.0.zip", + "archiveFileName": "Complex-0.2.0.zip", + "size": 10401, + "checksum": "SHA-256:d5f04ba9fb838ef489aa466611665cce7d7b7c2c3986a6cbc7356bfaf6feafeb" + }, + { + "name": "Complex", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": ["Complex.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.1.zip", + "archiveFileName": "Complex-0.2.1.zip", + "size": 10462, + "checksum": "SHA-256:92d82add185c8af6d37d03e243a6604e53507efd0fa53afa1a40c37d45293f58" + }, + { + "name": "Complex", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": ["Complex.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.2.zip", + "archiveFileName": "Complex-0.2.2.zip", + "size": 12379, + "checksum": "SHA-256:2ce42f150489762f6a34dc117fa3ba4d5f3192d180ff4c1426c36ed935a07f12" + }, + { + "name": "BoolArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": ["BoolArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.0.zip", + "archiveFileName": "BoolArray-0.2.0.zip", + "size": 7274, + "checksum": "SHA-256:fd03d9e634f8047523382878bb252c51bd710183504b835900eeedd5baf34e4a" + }, + { + "name": "BoolArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": ["BoolArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.1.zip", + "archiveFileName": "BoolArray-0.2.1.zip", + "size": 7226, + "checksum": "SHA-256:a46038b247301480a7b66474ce1b575b93f2b0c25b1c79ec6182f72722bdceeb" + }, + { + "name": "BoolArray", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": ["BoolArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.2.zip", + "archiveFileName": "BoolArray-0.2.2.zip", + "size": 8405, + "checksum": "SHA-256:dbe9639e02c42b6f40d2b7cdd14ba58cb163712dbbef36ce18a660fff49b3660" + }, + { + "name": "BoolArray", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": ["BoolArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.3.zip", + "archiveFileName": "BoolArray-0.2.3.zip", + "size": 8998, + "checksum": "SHA-256:709a8f47fe868398a6d17853997ed0172f2a2c6fadc9b5fde2d79fe058e9715c" + }, + { + "name": "BitArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": ["BitArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.0.zip", + "archiveFileName": "BitArray-0.2.0.zip", + "size": 12370, + "checksum": "SHA-256:f81a3f3b0c8a0367491b199e38824fe584a66795fb8bb2449e70c1cd0acc39d2" + }, + { + "name": "BitArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": ["BitArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.1.zip", + "archiveFileName": "BitArray-0.2.1.zip", + "size": 12357, + "checksum": "SHA-256:521addddc8cd197cf6aea72d7b00a48f4736ac3f9d0aa0c10e953cec729ae463" + }, + { + "name": "BitArray", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": ["BitArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.2.zip", + "archiveFileName": "BitArray-0.2.2.zip", + "size": 13623, + "checksum": "SHA-256:5d53022bf6c57ac59ed39e6ed0f6d7a08f3870d9017dc6d3afd2ac7faf697c97" + }, + { + "name": "astra_esp8266", + "version": "0.1.0", + "author": "Nathan Bak", + "maintainer": "Nathan Bak (apollo@yellowslicker.com)", + "sentence": "Easily access a Cassandra database from an ESP8266.", + "paragraph": "The astra_esp8266 library provides basic operations to connect with a Datastax Astra database.", + "website": "https://github.com/NathanBak/astra_esp8266", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/NathanBak/astra_esp8266.git", + "providesIncludes": ["src/astra.h"], + "dependencies": [ + { + "name": "Wifi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NathanBak/astra_esp8266-0.1.0.zip", + "archiveFileName": "astra_esp8266-0.1.0.zip", + "size": 14938, + "checksum": "SHA-256:eba7d1410c65e6406bcc76d26a8eb4d51ebc4b04aac79d6f0040e926cd63e24d" + }, + { + "name": "Moving Average Library", + "version": "1.2.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a variety of lightweight moving averages structures on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-1.2.1.zip", + "archiveFileName": "Moving_Average_Library-1.2.1.zip", + "size": 4469, + "checksum": "SHA-256:ae39a3dec8fa5872e38a3f235b75c40c4e9b3790338b3c35b36506113401913b" + }, + { + "name": "Moving Average Library", + "version": "1.3.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-1.3.1.zip", + "archiveFileName": "Moving_Average_Library-1.3.1.zip", + "size": 4061, + "checksum": "SHA-256:8273fbeb6b4c02565aa68447c9761917d6a92eaf24439cbc77f2adc97a33756c" + }, + { + "name": "Moving Average Library", + "version": "1.3.2", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-1.3.2.zip", + "archiveFileName": "Moving_Average_Library-1.3.2.zip", + "size": 4184, + "checksum": "SHA-256:e8f23cfae84cbf9ed34eb61b80ba4875be1cdb50a966e5737bc56cb0e11a2592" + }, + { + "name": "Moving Average Library", + "version": "2.0.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-2.0.1.zip", + "archiveFileName": "Moving_Average_Library-2.0.1.zip", + "size": 4315, + "checksum": "SHA-256:d45b22f4427d79d39ccf9396ecaaffc23880171ff1776f9c1ccb7f27562176ea" + }, + { + "name": "Moving Average Library", + "version": "2.1.0", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-2.1.0.zip", + "archiveFileName": "Moving_Average_Library-2.1.0.zip", + "size": 21957, + "checksum": "SHA-256:1e4541f939101fb17c3da364d8da67670590b363e41c2e9e830df1fc072da58f" + }, + { + "name": "ESP Battery", + "version": "1.0.0", + "author": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to calculate the ESP8266 (Feather Huzzah) battery level.", + "paragraph": "It uses the Huzzah's ADC pin and a voltage divider to dermine the level. The library provides several callback handlers to be notified when the battery levels changes.", + "website": "https://github.com/LennartHennigs/ESPBattery", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPBattery.git", + "providesIncludes": ["ESPBattery.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Battery-1.0.0.zip", + "archiveFileName": "ESP_Battery-1.0.0.zip", + "size": 6772, + "checksum": "SHA-256:31eb486aa6c3cc7b38f53a2e82c8f7ec95b3b77ea84de7e433e70dd31da98e5a" + }, + { + "name": "ESP Telnet", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful if you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": ["ESPTelnet.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.0.0.zip", + "archiveFileName": "ESP_Telnet-1.0.0.zip", + "size": 6953, + "checksum": "SHA-256:3d04b36faa2805c6130a3d8f1cde042c39e573fc9aebcf84b2229bc12c8f87f2" + }, + { + "name": "ESP Telnet", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": ["ESPTelnet.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.1.0.zip", + "archiveFileName": "ESP_Telnet-1.1.0.zip", + "size": 8163, + "checksum": "SHA-256:9d93c115d63408df4e2b2004b7ac687b97a0126458185c735fdaad3ed885862e" + }, + { + "name": "ESP Telnet", + "version": "1.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": ["ESPTelnet.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.1.1.zip", + "archiveFileName": "ESP_Telnet-1.1.1.zip", + "size": 10244, + "checksum": "SHA-256:d2608f56d93a4075f970c2b8b3a712ab1e2d30a9eb0989ad84d3a5ff5c8f4ff4" + }, + { + "name": "BH1750FVI_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.1.2.zip", + "archiveFileName": "BH1750FVI_RT-0.1.2.zip", + "size": 7833, + "checksum": "SHA-256:1420a2e778d3a153938ba5d55196c93b132540a13caa041a3c16524cedd0a637" + }, + { + "name": "BH1750FVI_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.1.3.zip", + "archiveFileName": "BH1750FVI_RT-0.1.3.zip", + "size": 7839, + "checksum": "SHA-256:b1b74a79672b4e67cb0f601ea7667eb89ccf6a9ac950cc6eeb544c44abefd842" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.0.zip", + "archiveFileName": "BH1750FVI_RT-0.2.0.zip", + "size": 12392, + "checksum": "SHA-256:750b383e99c9c178552cdeae46b2c0e857c15d0ff347c743b3fd67c65b695a86" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.1.zip", + "archiveFileName": "BH1750FVI_RT-0.2.1.zip", + "size": 15527, + "checksum": "SHA-256:c7245c3bcd2efd0319f03aef8da6233960a5155f0fa781e19a6311d1fff809b1" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.2.zip", + "archiveFileName": "BH1750FVI_RT-0.2.2.zip", + "size": 16617, + "checksum": "SHA-256:d292e9e4ed3486ed372c1859041d6f9f3ae76b524f9aa2cbfe0ab666c474fe31" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.3.zip", + "archiveFileName": "BH1750FVI_RT-0.2.3.zip", + "size": 18270, + "checksum": "SHA-256:9dfbc19011407122d9c2131e7c5026068b4b103c8ac0195c75e62a7d95605033" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.4.zip", + "archiveFileName": "BH1750FVI_RT-0.2.4.zip", + "size": 18340, + "checksum": "SHA-256:412770c05785e00f2a19229afaacc5e604bc7b8873cd80c5d3058bcb6847cc9c" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.5.zip", + "archiveFileName": "BH1750FVI_RT-0.2.5.zip", + "size": 19580, + "checksum": "SHA-256:8a831a8daeb27e4fff6fdc6af9a1a90fe5f80a14a355a165ccb34578c9e9eede" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.6.zip", + "archiveFileName": "BH1750FVI_RT-0.2.6.zip", + "size": 19985, + "checksum": "SHA-256:67d073b6c75b0e7a6a76a7b3ce4b1a0ea86ec9c03d1ec21c5225866a34bbbb91" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": ["BH1750FVI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.7.zip", + "archiveFileName": "BH1750FVI_RT-0.2.7.zip", + "size": 20811, + "checksum": "SHA-256:9135e6c80040e8539cdc10a9aaf894f3e292e831e3ddcb20a1b2d398dd433aaf" + }, + { + "name": "OptoDebounce", + "version": "1.0.1", + "author": "dirkx-OptoDebounce@webweaving.org", + "maintainer": "dirkx-OptoDebounce@webweaving.org", + "sentence": "100Hz opto debouncer.", + "paragraph": "Debounce a 100hz signal from an opto coupler connected to the mains. Provides both a simple method to call, polling style, in the main loop() or an asynchroneous callback. Developed at the https://makerspaceleiden.nl for keeping an eye on our machines.", + "website": "https://github.com/dirkx/OptoDebounce.git", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dirkx/OptocouplerDebouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/OptoDebounce-1.0.1.zip", + "archiveFileName": "OptoDebounce-1.0.1.zip", + "size": 10867, + "checksum": "SHA-256:77badcae2b061c6534acc0759bbc598316652563e994e01966bc3567438b4ce9" + }, + { + "name": "OptoDebounce", + "version": "1.0.0", + "author": "dirkx-OptoDebounce@webweaving.org", + "maintainer": "dirkx-OptoDebounce@webweaving.org", + "sentence": "100Hz opto debouncer.", + "paragraph": "Debounce a 100hz signal from an opto coupler connected to the mains. Provides both a simple method to call, polling style, in the main loop() or an asynchroneous callback. Developed at the https://makerspaceleiden.nl for keeping an eye on our machines.", + "website": "https://github.com/dirkx/OptoDebounce.git", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dirkx/OptocouplerDebouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/OptoDebounce-1.0.0.zip", + "archiveFileName": "OptoDebounce-1.0.0.zip", + "size": 10867, + "checksum": "SHA-256:4afbe205c26e2469cb682e50c5a6214827dd74152bafefb8616955745670613a" + }, + { + "name": "MFRC522-spi-i2c-uart-async", + "version": "1.5.1", + "author": "GithubCommunity,miguelbalboa,dirkx@webweaving.org", + "maintainer": "GithubCommunity,dirkx@webweaving.org", + "sentence": "Arduino RFID Library for MFRC522 (SPI, I2C and UART) with asynchroneous callbacks", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface. Modified from the original miguelbalboa to also support I2C and UART connections and provide, in addition to normal constant polling, an option to do asynchroneous callbacks. I.e. have a function called each time that a valid swipe has happend. Used at the https://makerspaceleiden.nl.", + "website": "https://github.com/makerspaceleiden/rfid", + "category": "Communication", + "architectures": ["avr", "STM32F1", "teensy", "esp8266", "samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MakerSpaceLeiden/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerSpaceLeiden/MFRC522_spi_i2c_uart_async-1.5.1.zip", + "archiveFileName": "MFRC522_spi_i2c_uart_async-1.5.1.zip", + "size": 1165477, + "checksum": "SHA-256:615d5484dfb7eebe143c341958795ee3513828cea6233ca791616afba74d167c" + }, + { + "name": "HardwareBLESerial", + "version": "1.0.0", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for Nordic Semiconductors proprietary UART/Serial Port Emulation over BLE protocol, using ArduinoBLE.", + "paragraph": "The interface is largely a drop-in replacement for the SoftwareSerial class, without any of the blocking calls and with additional line-oriented methods such as peekLine() and readLine(). There is also a polling method that must be called regularly to perform various internal housekeeping tasks.", + "website": "https://github.com/Uberi/Arduino-HardwareBLESerial", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Uberi/Arduino-HardwareBLESerial.git", + "dependencies": [ + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/HardwareBLESerial-1.0.0.zip", + "archiveFileName": "HardwareBLESerial-1.0.0.zip", + "size": 12944, + "checksum": "SHA-256:2e6da73e54f8955d155d54516450e169bf3e330089b447a4848111481221ff87" + }, + { + "name": "WeatherStationDataRx", + "version": "0.3.3", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.3.3.zip", + "archiveFileName": "WeatherStationDataRx-0.3.3.zip", + "size": 2234018, + "checksum": "SHA-256:d6d6ad338929ee3c95d16b619509cab2c2ba15ccbb971b138cb6b24a000924ae" + }, + { + "name": "WeatherStationDataRx", + "version": "0.4.0", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.0.zip", + "archiveFileName": "WeatherStationDataRx-0.4.0.zip", + "size": 2237934, + "checksum": "SHA-256:73acd2a931cc44064bdb8d11d327149abc0cdb47b28aac8226244cbedc4cace2" + }, + { + "name": "WeatherStationDataRx", + "version": "0.4.1", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.1.zip", + "archiveFileName": "WeatherStationDataRx-0.4.1.zip", + "size": 2237952, + "checksum": "SHA-256:30050bc41098792448f5faaab631584b396e4f39def7f2b8c546b1b52923c0c2" + }, + { + "name": "WeatherStationDataRx", + "version": "0.4.2", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Ventus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Ventus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.2.zip", + "archiveFileName": "WeatherStationDataRx-0.4.2.zip", + "size": 2237966, + "checksum": "SHA-256:809b53e060169613ad0be12f05f6d9286642e02414d90281c33e76c6795e82b2" + }, + { + "name": "STM32duino M95640-R", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST M95640-R EEPROM.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the M95640-R driver.", + "website": "https://github.com/stm32duino/M95640-R", + "category": "Data Storage", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/M95640-R.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M95640_R-1.0.0.zip", + "archiveFileName": "STM32duino_M95640_R-1.0.0.zip", + "size": 6857, + "checksum": "SHA-256:cc1969c39ef0e6a751b1b0037785aea65dcb1519aae47b5529eefdccde5fd073" + }, + { + "name": "STM32duino S2-LP", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.0.0.zip", + "archiveFileName": "STM32duino_S2_LP-1.0.0.zip", + "size": 97801, + "checksum": "SHA-256:4d54ee69cbc9d20920c77edcd59b6a01b0ecd88d3804c22c1ab4b214517e8435" + }, + { + "name": "STM32duino S2-LP", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.0.1.zip", + "archiveFileName": "STM32duino_S2_LP-1.0.1.zip", + "size": 97951, + "checksum": "SHA-256:9042a1fe1eca39fbe230b070c72510b5ebf2e58c6ca07a2f57d55de207300f20" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.0.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.0.zip", + "size": 98277, + "checksum": "SHA-256:80f45bcdafafda2a72c9e356a2298c9d76aa38025a68582fa5b07f8d475c33ed" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.1.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.1.zip", + "size": 98271, + "checksum": "SHA-256:0b6f5dab18f2067325d0d3494e74ba4312d6f72fec73139969b0a061a92b4f57" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.2.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.2.zip", + "size": 98287, + "checksum": "SHA-256:d7ee4b6759e6fcad0549353f75cc0c4473f88dd0449b9bad7f7755db5d4d2bcb" + }, + { + "name": "STM32duino X-NUCLEO-S2868A1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A1", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A1-1.0.0.zip", + "size": 6761, + "checksum": "SHA-256:3902a0720afb57dd4c27d93d2a917c7a746fcb4e5d05132358602d16fc9b1c2a" + }, + { + "name": "STM32duino X-NUCLEO-S2868A1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A1", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A1-1.0.1.zip", + "size": 6758, + "checksum": "SHA-256:e3eff7aee3d2f1b4e93cfaddfb9a8e0cd863205be4b69698ef18ad61a8432076" + }, + { + "name": "STM32duino X-NUCLEO-S2868A2", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A2", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A2.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A2", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A2.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A2-1.0.0.zip", + "size": 6761, + "checksum": "SHA-256:87ab488725eb19bf6fd637d46bb088510dc4a300571696097f622bdcbe84defd" + }, + { + "name": "STM32duino X-NUCLEO-S2868A2", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A2", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A2.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A2", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A2.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A2-1.0.1.zip", + "size": 6758, + "checksum": "SHA-256:81604e038a7bbe761e2c0ca375e7b4ea777077fd21e809f89d9ebc1bb2ddf0a3" + }, + { + "name": "JWA BME280", + "version": "1.0.0", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": ["Bme280BoschWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.0.zip", + "archiveFileName": "JWA_BME280-1.0.0.zip", + "size": 19583, + "checksum": "SHA-256:e03e32e5b360a99661738ca8e24a803bda42300e214cbe3468fa9b2d49ac9cd5" + }, + { + "name": "JWA BME280", + "version": "1.0.1", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": ["Bme280BoschWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.1.zip", + "archiveFileName": "JWA_BME280-1.0.1.zip", + "size": 19579, + "checksum": "SHA-256:58103931d425280ff77cc33a2a6d238d178b87ee0687379578079d8f4a0c8f5a" + }, + { + "name": "JWA BME280", + "version": "1.0.2", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": ["Bme280BoschWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.2.zip", + "archiveFileName": "JWA_BME280-1.0.2.zip", + "size": 19577, + "checksum": "SHA-256:df600f17ecf1766402652c4158180f74012173bb4ed36a04d092a5d17dc059e9" + }, + { + "name": "JWA BME280", + "version": "1.0.3", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": ["Bme280BoschWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.3.zip", + "archiveFileName": "JWA_BME280-1.0.3.zip", + "size": 20965, + "checksum": "SHA-256:f38ae0829f207c694141f7177e18299effd07785972ba20a0f606e6353d13235" + }, + { + "name": "JWA BME280", + "version": "1.0.4", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": ["Bme280BoschWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.4.zip", + "archiveFileName": "JWA_BME280-1.0.4.zip", + "size": 20976, + "checksum": "SHA-256:dca0ac6100440c066876bba58029b6515bb9e3610077a3d03f48cee7840b9c11" + }, + { + "name": "AvrHeap", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/avrheap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.0.zip", + "archiveFileName": "AvrHeap-0.2.0.zip", + "size": 8533, + "checksum": "SHA-256:32a42e41cc156bdbf83e9d5e48cd7c34ff8cb04efc1443d5a06d7b508893d6b9" + }, + { + "name": "AvrHeap", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": ["avrheap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.1.zip", + "archiveFileName": "AvrHeap-0.2.1.zip", + "size": 8531, + "checksum": "SHA-256:3c498f65e36cd1ac46f85cf4ae834f9a06af6d2c58669238d59eae9f6b79341e" + }, + { + "name": "AvrHeap", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": ["avrheap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.2.zip", + "archiveFileName": "AvrHeap-0.2.2.zip", + "size": 9650, + "checksum": "SHA-256:2801c201cc9249191b5d5cf7cb4615fbcd071e70681d0934e6938883771ec1b1" + }, + { + "name": "AvrHeap", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": ["avrheap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.3.zip", + "archiveFileName": "AvrHeap-0.2.3.zip", + "size": 9716, + "checksum": "SHA-256:684a745307ac50b417bd0af90db229d0d48c0006374c53b2fc17206f5f906bcb" + }, + { + "name": "STLED316S", + "version": "1.0.0", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": ["STLED316S.h"], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.0.zip", + "archiveFileName": "STLED316S-1.0.0.zip", + "size": 23811, + "checksum": "SHA-256:870e5056a3e18aa4e307faf7084991bc7db2529d988571308515ad2367daf58b" + }, + { + "name": "STLED316S", + "version": "1.0.1", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": ["STLED316S.h"], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.1.zip", + "archiveFileName": "STLED316S-1.0.1.zip", + "size": 24043, + "checksum": "SHA-256:aed389a2572cf079522c72aab9896e575ffd19e9872c3a1177358bb19dc78fe7" + }, + { + "name": "STLED316S", + "version": "1.0.2", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": ["STLED316S.h"], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.2.zip", + "archiveFileName": "STLED316S-1.0.2.zip", + "size": 24215, + "checksum": "SHA-256:ece4e5aaaa1243696fb262f7469300d1023ee69909e210b028786f5ed3341461" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.0.zip", + "size": 97540, + "checksum": "SHA-256:9188233243ea730a3d555daa30eb0426acd88b269e7b8c193a89c98f16c9319d" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.1", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.1.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.1.zip", + "size": 112633, + "checksum": "SHA-256:f0548f099d736f30c6de6df4e98d776fe8993663dddc5637ebe221249356dcad" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.1-final", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.1-final.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.1-final.zip", + "size": 122443, + "checksum": "SHA-256:82d44e6ad2f3e9e5db20ac923d49e9aa0d2bba9859db03b8228b336bcd48b851" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.2", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.2.zip", + "size": 339331, + "checksum": "SHA-256:6a4cb331e5d55c335d6ef9505d804fc798220db1625d5fb7ac5a725e2b0f1b6f" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.3", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.3.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.3.zip", + "size": 436081, + "checksum": "SHA-256:41081412e972f62c8dd552cc9d0d9316f43853cd730bddd8fc15d93a683f0ff6" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.6.0.zip", + "size": 759155, + "checksum": "SHA-256:346abf77c02383a63e7c93f3329b0c611308c7b1ff438f705458b9ac24244da1" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.6.1", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.1.zip", + "archiveFileName": "WiFiNINA_Generic-1.6.1.zip", + "size": 843680, + "checksum": "SHA-256:de4b7d20cabd6e29081221acd00f189d49fc432fa1d62a38f9941fd6a45bfcac" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.6.2", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.6.2.zip", + "size": 836209, + "checksum": "SHA-256:3e6feb1d539545c2ca1fca960835cee33e2500fde1b39684c5a86b1fb097207f" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.7.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.7.0.zip", + "size": 866265, + "checksum": "SHA-256:4bbc01f79451d214a73829b0b66820e1b1a3398f0fc6f43920d01bfb9990c889" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.7.1", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.1.zip", + "archiveFileName": "WiFiNINA_Generic-1.7.1.zip", + "size": 998077, + "checksum": "SHA-256:3913be4eab2c8e18abed785b534630119db5b029150a26912f8c368796d30299" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.7.2", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.7.2.zip", + "size": 1049215, + "checksum": "SHA-256:ed3c635dbc994432176bd9717b58b6f18c13795caf23320c11df85482bcd9f5d" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.0.zip", + "size": 1037814, + "checksum": "SHA-256:5524b06d8c5358003a01742eff07fd4275b6db83b5f02e03921b1be3a6168071" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.2", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.2.zip", + "size": 1217420, + "checksum": "SHA-256:ddc9c57d297e08c1f94082021d3ae25a6f260dd745f95201833069569d56f820" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.5", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.5.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.5.zip", + "size": 1222859, + "checksum": "SHA-256:3b9c715548ae899b1e20e3a26722d19f9bc6f42889c9cadaa6558aaa5d8e5db1" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.10", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.10.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.10.zip", + "size": 1451684, + "checksum": "SHA-256:d494422df5e134af2f646c49c7d05297b955990153878b22a144f69ec7d1ef7b" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.10-1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.10-1.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.10-1.zip", + "size": 1477085, + "checksum": "SHA-256:338d7b4ca361882b5655389f3724c5b646384b954ca45b8e4e0979d8efbb7783" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.11", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.11.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.11.zip", + "size": 1481493, + "checksum": "SHA-256:92ba3d7bf319c3d3837d897bdc3af043e6496e3e31f04904cf833cf2900fd181" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.12", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.12.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.12.zip", + "size": 1545464, + "checksum": "SHA-256:3ebcd1e914d36a7f125f1ff17d194978586897a6c577d8ff81390268f5f78e28" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.13", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": ["WiFiNINA_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.13.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.13.zip", + "size": 1546805, + "checksum": "SHA-256:31312376931d21278c8f0bed67a3fa026e1dcd890306954e77d1134f59fb18b9" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.0.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.0.zip", + "size": 92846, + "checksum": "SHA-256:300cf979245bbb2cfdf460903b9cc52eab77952d30b93694605500c40be59ebc" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.1.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.1.zip", + "size": 134254, + "checksum": "SHA-256:60ec16c39d6f632d3c20368dad68cb827267b35bd2876583cb4d0ef1b972555a" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.2.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.2.zip", + "size": 135530, + "checksum": "SHA-256:510d27d9420d5b1c8da8d97b9334703448fc712be15334ba7b7f3cc52d569805" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running WiFiNINA shields, configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.3.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.3.zip", + "size": 269083, + "checksum": "SHA-256:ae289d6e482285dea9c12b6a28f43ae4711f96ba71ea9e85b820daa4871440c0" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running WiFiNINA shields, configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.4.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.4.zip", + "size": 280618, + "checksum": "SHA-256:23911284aeb0d28c9aa4a8d1d69f46d0f677452c9f3772d6c643527d40224f5f" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi Rev2, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. using WiFiNINA shields, configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.1.0.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.1.0.zip", + "size": 649057, + "checksum": "SHA-256:adecf80e8cc6977766c329ff89c664849ca1abb42a320e269e2bcc819b4cb3b6" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi Rev2, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. using WiFiNINA shields, configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.1.1.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.1.1.zip", + "size": 670946, + "checksum": "SHA-256:5a492196ea5ad27a444afa09688a40e30be595beebb4486b02e813f0ade28ff2" + }, + { + "name": "EspBootstrap", + "version": "1.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.0.zip", + "archiveFileName": "EspBootstrap-1.0.0.zip", + "size": 13025, + "checksum": "SHA-256:6ad071f07b0a9eada60834b6d8a4b55f85fe401389c40c5da3fb8af4cba49df9" + }, + { + "name": "EspBootstrap", + "version": "1.0.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.1.zip", + "archiveFileName": "EspBootstrap-1.0.1.zip", + "size": 13102, + "checksum": "SHA-256:d7a4023c638bef49400b8d66c9d22ba305146f2fbe6bd9378155116f2d5af56a" + }, + { + "name": "EspBootstrap", + "version": "1.0.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.2.zip", + "archiveFileName": "EspBootstrap-1.0.2.zip", + "size": 13208, + "checksum": "SHA-256:31917b6fda98f0d37e0f3f029f89280cf292ca5191245de9834ed76309dcab85" + }, + { + "name": "EspBootstrap", + "version": "1.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.1.0.zip", + "archiveFileName": "EspBootstrap-1.1.0.zip", + "size": 22652, + "checksum": "SHA-256:f9c704de1373a16ac90f8cc6ada59763e0bb4f79e1626feb72eb1a891597ee47" + }, + { + "name": "EspBootstrap", + "version": "1.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.1.1.zip", + "archiveFileName": "EspBootstrap-1.1.1.zip", + "size": 22683, + "checksum": "SHA-256:51a1c8d9e94141ebe95fed42ae9fc64ee3bd0fd1e370a5267f1b51d9acdd9ea7" + }, + { + "name": "EspBootstrap", + "version": "2.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.0.0.zip", + "archiveFileName": "EspBootstrap-2.0.0.zip", + "size": 90428, + "checksum": "SHA-256:2e3fbdf30ae04980bc1e9be58df94065deb70159901a65f1c7cc33e25159d030" + }, + { + "name": "EspBootstrap", + "version": "2.0.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.0.1.zip", + "archiveFileName": "EspBootstrap-2.0.1.zip", + "size": 90756, + "checksum": "SHA-256:7c2a22e70943f87ed5b6766a9da1dc81e3284d31ff4b6a2c258d335a0f2817ad" + }, + { + "name": "EspBootstrap", + "version": "2.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.1.0.zip", + "archiveFileName": "EspBootstrap-2.1.0.zip", + "size": 76953, + "checksum": "SHA-256:cf2c9981d2ca93548d128f0da3bd6a4152a5e364b15f2f2f5c3bccf551d8b01b" + }, + { + "name": "EspBootstrap", + "version": "2.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.0.zip", + "archiveFileName": "EspBootstrap-2.2.0.zip", + "size": 77205, + "checksum": "SHA-256:08a92e5e53fe50bc9ae2f6048ea98105f09957917d1bb5ddb92150e23e96ed04" + }, + { + "name": "EspBootstrap", + "version": "2.2.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.1.zip", + "archiveFileName": "EspBootstrap-2.2.1.zip", + "size": 77230, + "checksum": "SHA-256:eddbc73394680fe738314ef53523cc33f4608bcdda1256a91201b28f0a42d4b3" + }, + { + "name": "EspBootstrap", + "version": "2.2.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.2.zip", + "archiveFileName": "EspBootstrap-2.2.2.zip", + "size": 77426, + "checksum": "SHA-256:6d5fccd9a30effb5003b40952947f9572ce2e5380a7bd8ac99abd38596d83b33" + }, + { + "name": "EspBootstrap", + "version": "2.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.0.zip", + "archiveFileName": "EspBootstrap-2.3.0.zip", + "size": 78383, + "checksum": "SHA-256:76cc60e6d16e26c9d45b2a6e63e0bce40023aa080dc555f9242c2306fde43958" + }, + { + "name": "EspBootstrap", + "version": "2.3.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.1.zip", + "archiveFileName": "EspBootstrap-2.3.1.zip", + "size": 78385, + "checksum": "SHA-256:03a4d07b0400c050376b19c7962555b24118febdbb34c7bdeb2a3edde8a8ebd3" + }, + { + "name": "EspBootstrap", + "version": "2.3.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.2.zip", + "archiveFileName": "EspBootstrap-2.3.2.zip", + "size": 78386, + "checksum": "SHA-256:70219d0f0cfbe4574a6f45041d29d9d32655dfe9d201554edf6c292b3877b7db" + }, + { + "name": "AS5200L", + "version": "1.0.0", + "author": "Amadeusz Świerk,", + "maintainer": "Amadeusz Świerk \u003camadeusz_swierk@wp.pl\u003e", + "sentence": "Arduino library interfacing AS5200L magnetic encoder over I2C bus.", + "paragraph": "Allows to read and configure both sensors inside device's package.", + "website": "https://gitlab.com/Ama_De/as5200l-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/Ama_De/as5200l-arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/Ama_De/AS5200L-1.0.0.zip", + "archiveFileName": "AS5200L-1.0.0.zip", + "size": 18150, + "checksum": "SHA-256:ec32c23bade5cc55d8518821a7f511b4890df05db9f4822b035d6cf56112d3e8" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.1", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.1.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.1.zip", + "size": 202291, + "checksum": "SHA-256:9b2a9613dbe0d7933e2f5e78247cc8538867fef4bbb16fe6dd1bc22a27c68355" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.3", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.3.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.3.zip", + "size": 287022, + "checksum": "SHA-256:4a3c290d0331abc61f7dd8605d1e1edf3329d92ba65649af19ab5970ca93a6fa" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.4", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.4.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.4.zip", + "size": 306866, + "checksum": "SHA-256:624fb11054bd340a4eb38570705d40bc0de9d09caa19c459c95223e5f86431d5" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.5", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.5.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.5.zip", + "size": 333906, + "checksum": "SHA-256:68ff4961fac2de58cf0731bff59b6ed9da0ba6c799ae02063d3c27ed77fe6a55" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.6", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.6.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.6.zip", + "size": 333977, + "checksum": "SHA-256:0f2ad4e3c6ee2bae8c8da1db697fc189fa6da4e697cd5b7c5698e297847c6411" + }, + { + "name": "Framebuffer GFX", + "version": "1.0.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible Framebuffer library", + "paragraph": "This is a base class required by many libraries like FastLED_NeoMatrix.", + "website": "https://github.com/marcmerlin/Framebuffer_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/Framebuffer_GFX.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/Framebuffer_GFX-1.0.0.zip", + "archiveFileName": "Framebuffer_GFX-1.0.0.zip", + "size": 25178, + "checksum": "SHA-256:2931f15bdc9c16dc7e1094f7924888e133319692a9f45703dbd1befa65dbd0c7" + }, + { + "name": "FastLED_TFTWrapper_GFX", + "version": "1.0.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for ArduinoOnPC X11 TFT Emulator", + "paragraph": "Designed to work with https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix", + "website": "https://github.com/marcmerlin/FastLED_TFTWrapper_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/FastLED_TFTWrapper_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_TFTWrapper_GFX-1.0.0.zip", + "archiveFileName": "FastLED_TFTWrapper_GFX-1.0.0.zip", + "size": 16086, + "checksum": "SHA-256:9145496b6538a089d1ca251d4592635051be53946757c259985ca31388047f17" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": ["ArduinoBMP388.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.0.0.zip", + "archiveFileName": "107_Arduino_BMP388-1.0.0.zip", + "size": 15670, + "checksum": "SHA-256:81f39e63592d45a120426f1ccae541230f56d534c6dc269be875c12dac0c5d05" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": ["ArduinoBMP388.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.0.zip", + "archiveFileName": "107_Arduino_BMP388-1.1.0.zip", + "size": 16475, + "checksum": "SHA-256:519bd1c0232008af0a820c6d09ad19bf9de439af52c0fb6a52c7b142f4c7c0c6" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": ["ArduinoBMP388.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.1.zip", + "archiveFileName": "107_Arduino_BMP388-1.1.1.zip", + "size": 85821, + "checksum": "SHA-256:daa408e46bad383de310b9682bce6bf080e0bb69e12b8a45aa642fd853df22ab" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": ["samd", "esp32", "mbed", "mbed_nano", "mbed_portenta", "mbed_edge"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": ["ArduinoBMP388.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.2.zip", + "archiveFileName": "107_Arduino_BMP388-1.1.2.zip", + "size": 18620, + "checksum": "SHA-256:2957c8abed3afcde8da72bbd6c50981c8329c91af10e05a0930081d9c7739e8a" + }, + { + "name": "FastLED_RPIRGBPanel_GFX", + "version": "1.0.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for ArduinoOnPC Raspberry Pi RGBPanel Driver.", + "paragraph": "Designed to work with https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix", + "website": "https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_RPIRGBPanel_GFX-1.0.0.zip", + "archiveFileName": "FastLED_RPIRGBPanel_GFX-1.0.0.zip", + "size": 16616, + "checksum": "SHA-256:8fdd9b8ca4462a07378a279d9b659e0f54f3f79b88aea2064170a31d43eb6de6" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": ["samd", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "LittlevGL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.0.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.0.zip", + "size": 30606, + "checksum": "SHA-256:4a77dc775ece5e7907019323f9a3dd0c5b2ed0f8d8be4ea070ed752a8d7cb08a" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": ["samd", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lv_arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.1.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.1.zip", + "size": 35424, + "checksum": "SHA-256:c0863770e6e33448d18f080ba5e3df8059997cf7aa059c508bd5dbdcf7472e9b" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": ["samd", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lv_arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.2.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.2.zip", + "size": 35424, + "checksum": "SHA-256:d88540f6fd4bd98d8761451635bd684f010744019a4c62e34d7247fa95628a7b" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": ["samd", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.0.0.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.0.0.zip", + "size": 74688, + "checksum": "SHA-256:5aa6029a7e145da0f5d5617529362f8c81f7d74a3e7d83db63ad0b63a896b375" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": ["samd", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.0.1.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.0.1.zip", + "size": 74693, + "checksum": "SHA-256:9b0790af29ae681e8955548f26312a8a05efba89f311d8803db1f786b840de27" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": ["samd", "nrf52", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.0.2.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.0.2.zip", + "size": 80102, + "checksum": "SHA-256:0d3f2390efa54296601e28d84e11ab822ee8a68f5fe08f25cd01d328101fe373" + }, + { + "name": "DAC8554", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": ["DAC8554.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.2.zip", + "archiveFileName": "DAC8554-0.1.2.zip", + "size": 10804, + "checksum": "SHA-256:5e64deaa9d430cd34f874c85db87e9076f9695a50fd872e5a0a2013db4df5141" + }, + { + "name": "DAC8554", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": ["DAC8554.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.3.zip", + "archiveFileName": "DAC8554-0.1.3.zip", + "size": 10794, + "checksum": "SHA-256:7e2d5abcaeafbc5c39599df3eccdb5c8e0324125285b30ca93d49f0d29871e01" + }, + { + "name": "DAC8554", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": ["DAC8554.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.4.zip", + "archiveFileName": "DAC8554-0.1.4.zip", + "size": 10705, + "checksum": "SHA-256:352a48fc9d0e637c79b6056d842e911eff87813c4e5dd4148f57c926d33d0f6e" + }, + { + "name": "DAC8554", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": ["DAC8554.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.0.zip", + "archiveFileName": "DAC8554-0.2.0.zip", + "size": 12051, + "checksum": "SHA-256:9acf4d409ebf3856623758e98195b91853ed5a1f0414f0df2fe1d58b12176b66" + }, + { + "name": "DAC8554", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": ["DAC8554.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.1.zip", + "archiveFileName": "DAC8554-0.2.1.zip", + "size": 12475, + "checksum": "SHA-256:e42732ce9cdde82f4ae3c71298f7f52e97a3002b753281933f8e11a71dd40342" + }, + { + "name": "DAC8554", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": ["DAC8554.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.2.zip", + "archiveFileName": "DAC8554-0.2.2.zip", + "size": 12924, + "checksum": "SHA-256:4d9bfa7d69974d6210188e1114b70ba461465bcd60a352188c20e8a2fc7a97db" + }, + { + "name": "DAC8552", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": ["DAC8552.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.1.2.zip", + "archiveFileName": "DAC8552-0.1.2.zip", + "size": 9156, + "checksum": "SHA-256:98cbd247459bc0f28a3fb10cb81ed5bd4b92da241c4f6dc4f38c8fdc61a0a840" + }, + { + "name": "DAC8552", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": ["DAC8552.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.1.3.zip", + "archiveFileName": "DAC8552-0.1.3.zip", + "size": 9117, + "checksum": "SHA-256:4d8667ecf248bb4e6fc3a296432479d37a45228c8b9e51775dd7acaf9874f025" + }, + { + "name": "DAC8552", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": ["DAC8552.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.0.zip", + "archiveFileName": "DAC8552-0.2.0.zip", + "size": 10914, + "checksum": "SHA-256:9b08411f7af44374d94a63b04d3e53fc2bafaa7912be7a7d80ffdf3920f86b95" + }, + { + "name": "DAC8552", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": ["DAC8552.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.1.zip", + "archiveFileName": "DAC8552-0.2.1.zip", + "size": 11286, + "checksum": "SHA-256:0012169688b90772d1337e012a152965a9047f51bb1dc088661127cf733b0fbc" + }, + { + "name": "DAC8551", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": ["DAC8551.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.1.2.zip", + "archiveFileName": "DAC8551-0.1.2.zip", + "size": 6851, + "checksum": "SHA-256:b955aec6e2f8436cc1167f010cc97dd466ffd3a1f8696a0bac07191e5973ee8e" + }, + { + "name": "DAC8551", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": ["DAC8551.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.1.3.zip", + "archiveFileName": "DAC8551-0.1.3.zip", + "size": 6808, + "checksum": "SHA-256:e712aa26fd1ae433f173616a95a151ae50a194bc87fa1f41025e98ec44e10c4a" + }, + { + "name": "DAC8551", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": ["DAC8551.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.0.zip", + "archiveFileName": "DAC8551-0.2.0.zip", + "size": 7192, + "checksum": "SHA-256:bd36c51ace90296053a2ba6a4e624efd94ee67c4c5dc9cd96403f3e027bfe377" + }, + { + "name": "DAC8551", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": ["DAC8551.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.1.zip", + "archiveFileName": "DAC8551-0.2.1.zip", + "size": 8560, + "checksum": "SHA-256:a68dda5f6a837031e80da90e6c7101b2a642a3e7451415ebfa40cac41866ca8a" + }, + { + "name": "DAC8551", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": ["DAC8551.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.2.zip", + "archiveFileName": "DAC8551-0.2.2.zip", + "size": 9286, + "checksum": "SHA-256:964a9c262fd2034022a381c87e1d4c926df6aea130324d017d205361b0f1ab69" + }, + { + "name": "DAC8551", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": ["DAC8551.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.3.zip", + "archiveFileName": "DAC8551-0.2.3.zip", + "size": 9323, + "checksum": "SHA-256:f1a8dac13fdc53ac4c601b44b5acf355904cbd0c93d2b380b6b8c5e5bbe78366" + }, + { + "name": "Temperature", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": ["temperature.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.0.zip", + "archiveFileName": "Temperature-0.2.0.zip", + "size": 10146, + "checksum": "SHA-256:337f2311b457419a4a2bad488858d0c283a109fd067a584a4ed6aca3db162baa" + }, + { + "name": "Temperature", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": ["temperature.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.1.zip", + "archiveFileName": "Temperature-0.2.1.zip", + "size": 10514, + "checksum": "SHA-256:e1d2f3cb6db7757691dcd37af8c6fdf71d55866d5da9621b63e99f22fa61a868" + }, + { + "name": "Temperature", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": ["temperature.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.2.zip", + "archiveFileName": "Temperature-0.2.2.zip", + "size": 10519, + "checksum": "SHA-256:55ac56b148a64960531cfdf5be8fbe1f6125175044e2e3eb571ee58452fe02cb" + }, + { + "name": "Temperature", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": ["temperature.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.3.zip", + "archiveFileName": "Temperature-0.2.3.zip", + "size": 10513, + "checksum": "SHA-256:cb4a380c3678ee809e5405f1bfc8c47dca1de3e2a0470f0dfbd2a595d591b6de" + }, + { + "name": "Temperature", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": ["temperature.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.4.zip", + "archiveFileName": "Temperature-0.2.4.zip", + "size": 12236, + "checksum": "SHA-256:69540ca66fe05179cb8bdb8a13e65530aac987d464c013d7d0c0d158c64429f0" + }, + { + "name": "Brino", + "version": "1.0.1", + "author": "Brino\u003ccontato@brino.cc\u003e", + "maintainer": "Victor Pacheco \u003cvictor@brino.cc\u003e, Gabriel Pacheco \u003cgabriel@brino.cc\u003e", + "sentence": "A biblioteca possibilita o uso de termos em portugues (Brino) para a programacao do arduino.", + "paragraph": "Biblioteca que possibilita o uso da linguagem Br.ino, inteiramente em português, para desenvolvimento de códigos na interface do Arduino.", + "website": "https://brino.cc/dicionario", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/BrinoOficial/BibliotecaBrino.git", + "providesIncludes": ["Brino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BrinoOficial/Brino-1.0.1.zip", + "archiveFileName": "Brino-1.0.1.zip", + "size": 44650, + "checksum": "SHA-256:94767bc1185635789df186c9deb18b5f5c7e4400eec782150aed070529c254b3" + }, + { + "name": "muCom", + "version": "1.0.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.0.0.zip", + "archiveFileName": "muCom-1.0.0.zip", + "size": 162808, + "checksum": "SHA-256:5960ac6123ba06bf2bfdf9401483e412bb78e1cc3d7c959ae364b47b6b94a6bd" + }, + { + "name": "muCom", + "version": "1.1.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.1.0.zip", + "archiveFileName": "muCom-1.1.0.zip", + "size": 163011, + "checksum": "SHA-256:86ed187a38f5f9dcd54e5621935adf6812fba30ab385e9ff18eb8314f05a625d" + }, + { + "name": "muCom", + "version": "1.2.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.2.0.zip", + "archiveFileName": "muCom-1.2.0.zip", + "size": 163032, + "checksum": "SHA-256:a238cafd4e4d296d6d7c7649f350a8d1675ef88974a3bf4cb54f5740c03b2e5c" + }, + { + "name": "muCom", + "version": "1.3.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.3.0.zip", + "archiveFileName": "muCom-1.3.0.zip", + "size": 163476, + "checksum": "SHA-256:434be9dc47c7ca753aa7e829d93bea2d3a5db2d087136a8d3c532dfd3262f169" + }, + { + "name": "muCom", + "version": "2.0.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-2.0.0.zip", + "archiveFileName": "muCom-2.0.0.zip", + "size": 165986, + "checksum": "SHA-256:6d58a32a84f1bc78ea25b623865b9c56599572614becd1493da2c51d6153d764" + }, + { + "name": "Telaire T6700 CO2 Sensor Module Library", + "version": "1.0.0", + "author": "Yaroslav Osadchyy", + "maintainer": "Yaroslav Osadchyy \u003cdrug123@gmail.com\u003e", + "sentence": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "paragraph": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "website": "https://github.com/drug123/T67XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/drug123/T67XX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drug123/Telaire_T6700_CO2_Sensor_Module_Library-1.0.0.zip", + "archiveFileName": "Telaire_T6700_CO2_Sensor_Module_Library-1.0.0.zip", + "size": 648411, + "checksum": "SHA-256:892133abb72623e00b9dc416d7dfc9664e1b03f476785cdae347f37ea1b5446a" + }, + { + "name": "Telaire T6700 CO2 Sensor Module Library", + "version": "1.0.1", + "author": "Yaroslav Osadchyy", + "maintainer": "Yaroslav Osadchyy \u003cdrug123@gmail.com\u003e", + "sentence": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "paragraph": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "website": "https://github.com/drug123/T67XX", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/drug123/T67XX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drug123/Telaire_T6700_CO2_Sensor_Module_Library-1.0.1.zip", + "archiveFileName": "Telaire_T6700_CO2_Sensor_Module_Library-1.0.1.zip", + "size": 648546, + "checksum": "SHA-256:f6ec485a4142de746638fc63545df2a8801d6f83e67297ac68b3db77c71ee56a" + }, + { + "name": "Controlino", + "version": "1.0.0", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/levosos/Controlino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": ["Controlino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.0.0.zip", + "archiveFileName": "Controlino-1.0.0.zip", + "size": 17946, + "checksum": "SHA-256:fd6793f1c0decc03a2f2b43196077d6ba3e7bded1db9a146204a5b44d1511519" + }, + { + "name": "Controlino", + "version": "1.1.0", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/levosos/Controlino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": ["Controlino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.1.0.zip", + "archiveFileName": "Controlino-1.1.0.zip", + "size": 19212, + "checksum": "SHA-256:ac4149bbf86b5f093659b13ac9488f3b210fcff43a67b48fe3418386c48ae28b" + }, + { + "name": "Controlino", + "version": "1.2.1", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/levosos/Controlino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": ["Controlino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.2.1.zip", + "archiveFileName": "Controlino-1.2.1.zip", + "size": 19212, + "checksum": "SHA-256:896316967cfa3dadca41ce1f7f51e6809a55b7ab5ab070b58083ed5d32f0d438" + }, + { + "name": "STM32duino X-NUCLEO-S2915A1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2915A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2915A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2915A1", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2915A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2915A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2915A1-1.0.0.zip", + "size": 6841, + "checksum": "SHA-256:75d8f5176a12c2807d18de5e8bf751cf68d11cd2eb8d34a16890c3b760a1152b" + }, + { + "name": "STM32duino X-NUCLEO-S2915A1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2915A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2915A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2915A1", + "category": "Communication", + "architectures": ["stm32", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2915A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2915A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2915A1-1.0.1.zip", + "size": 6835, + "checksum": "SHA-256:96237d2654a1be9b30ccb716fec39d077e326449094c7d64b9528524df69e517" + }, + { + "name": "ThingPulse XPT2046 Touch", + "version": "1.4.0", + "author": "ThingPulse", + "maintainer": "ThingPulse", + "sentence": "Touchscreens using the XPT2046 controller chip.", + "paragraph": "Many very low cost color TFT displays with touch screens have this chip.", + "website": "https://github.com/thingpulse/XPT2046_Touchscreen", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ThingPulse/XPT2046_Touchscreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ThingPulse_XPT2046_Touch-1.4.0.zip", + "archiveFileName": "ThingPulse_XPT2046_Touch-1.4.0.zip", + "size": 81439, + "checksum": "SHA-256:e4481ae2606c8158b8a5a71cfd0891ec9c7d38392d543ea4cf97237f6d4368fa" + }, + { + "name": "STM32duino ASM330LHH", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Automotive inertial measurement unit.", + "paragraph": "This library provides Arduino support for the ASM330LHH automotive sensor for STM32 boards.", + "website": "https://github.com/stm32duino/ASM330LHH", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ASM330LHH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ASM330LHH-1.0.0.zip", + "archiveFileName": "STM32duino_ASM330LHH-1.0.0.zip", + "size": 32110, + "checksum": "SHA-256:8d8ba785f4e86feace836b60f33f039ed2fce1686395e967ec43744356908bda" + }, + { + "name": "STM32duino ASM330LHH", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Automotive inertial measurement unit.", + "paragraph": "This library provides Arduino support for the ASM330LHH automotive sensor for STM32 boards.", + "website": "https://github.com/stm32duino/ASM330LHH", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/ASM330LHH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ASM330LHH-2.0.0.zip", + "archiveFileName": "STM32duino_ASM330LHH-2.0.0.zip", + "size": 32212, + "checksum": "SHA-256:95ba1214d44db63090f71a59ec85d06565fe5f5e892d63c526eedeb66879583a" + }, + { + "name": "STM32duino LSM6DSR", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-1.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSR-1.0.0.zip", + "size": 52667, + "checksum": "SHA-256:97d5361679996e4a8af780b40aee965611c08f0d057f9db8446921ac8f59b6f0" + }, + { + "name": "STM32duino LSM6DSR", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-1.0.1.zip", + "archiveFileName": "STM32duino_LSM6DSR-1.0.1.zip", + "size": 52670, + "checksum": "SHA-256:3502df8799655c2aed28fc6741280c0c151d455484ea6352994f07450c408de5" + }, + { + "name": "STM32duino LSM6DSR", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": ["stm32", "avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSR-2.0.0.zip", + "size": 52764, + "checksum": "SHA-256:b6884a74e16a65a5ea849c6a115966527e4a23de613e1342631eb31cf96f887b" + }, + { + "name": "Cumulocity IoT client", + "version": "0.0.1", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://softwareag.cloud/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.1.zip", + "archiveFileName": "Cumulocity_IoT_client-0.0.1.zip", + "size": 3762, + "checksum": "SHA-256:ae0c1d83ac0e76a37770f897380ea023e6e037732f7909a776d5fe3c4e261136" + }, + { + "name": "Cumulocity IoT client", + "version": "0.0.4", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.4.zip", + "archiveFileName": "Cumulocity_IoT_client-0.0.4.zip", + "size": 6234, + "checksum": "SHA-256:38d1183a787850a42753796a443c406dfeddcdcd8fe4fd2fcf88900ddaf987c4" + }, + { + "name": "Cumulocity IoT client", + "version": "0.0.5", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.5.zip", + "archiveFileName": "Cumulocity_IoT_client-0.0.5.zip", + "size": 8592, + "checksum": "SHA-256:0c140afbd8dbc40c3dc1097405b4a1fa4bef2eb323cc004209b911e0be1d6d9f" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.0", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.0.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.0.zip", + "size": 8593, + "checksum": "SHA-256:2870f83342a9578598b60c42c3177b4871e0d638af0d9e149d49de707799172f" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.1", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.1.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.1.zip", + "size": 8591, + "checksum": "SHA-256:ebd3e2a17ead8b3a22a602a682e3f4e57c69135f83e895a75105e651e019a8dd" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.2", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.2.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.2.zip", + "size": 8637, + "checksum": "SHA-256:20760a5be580db9bf0039f212e5a8a7ce8ff5905be58067a546f8bdac6212710" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.3", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.3.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.3.zip", + "size": 8616, + "checksum": "SHA-256:20a5a0ccac2aa2cbd83c6167c50ed8ac016c2fd609cdc8529dbbae76f04f7e15" + }, + { + "name": "Cumulocity IoT client", + "version": "0.2.0", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": ["CumulocityClient.h"], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.2.0.zip", + "archiveFileName": "Cumulocity_IoT_client-0.2.0.zip", + "size": 10036, + "checksum": "SHA-256:934d0594e1dab305bfd994fc3e0f05a5ab11213e2a1b4127cee0b2b0b6a8de1f" + }, + { + "name": "ESPStringTemplate", + "version": "1.0.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight string templating library for building static web pages.", + "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand in a way that uses statically allocated buffers.", + "website": "https://github.com/DaleGia/ESPStringTemplate", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/DaleGia/ESPStringTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.0.0.zip", + "archiveFileName": "ESPStringTemplate-1.0.0.zip", + "size": 20692, + "checksum": "SHA-256:18989013f7aa09b1588e9fe754ebe7bf594d0b7a683fd47084e525497eab3997" + }, + { + "name": "ESPStringTemplate", + "version": "1.1.1", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight string templating library for building static web pages on the ESP8266", + "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand on the ESP8266. It was created in an attempt to make building customisable and scalable web pages fast and easy while using flash memory to store the created web pages.", + "website": "https://github.com/DaleGia/ESPStringTemplate", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/DaleGia/ESPStringTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.1.1.zip", + "archiveFileName": "ESPStringTemplate-1.1.1.zip", + "size": 22142, + "checksum": "SHA-256:c60dfe660d5216a976326dba1d853cbf72384612e41b1243a136dc8f3de6f6b4" + }, + { + "name": "ESPStringTemplate", + "version": "1.2.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight string templating library for building static web pages on the ESP8266", + "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand on the ESP8266. It was created in an attempt to make building customisable and scalable web pages fast and easy while using statically allocated buffers to store the created web pages.", + "website": "https://github.com/DaleGia/ESPStringTemplate", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/DaleGia/ESPStringTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.2.0.zip", + "archiveFileName": "ESPStringTemplate-1.2.0.zip", + "size": 22821, + "checksum": "SHA-256:6e9c2bc4fab9ede040a7518fc35434d03b674a09fb4e7e1ada61ed5912731a5c" + }, + { + "name": "FastLED NeoMatrix", + "version": "1.1.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for NeoPixel grids", + "paragraph": "This replaces https://github.com/adafruit/Adafruit_NeoMatrix for FastLED supported Pixels.", + "website": "https://github.com/marcmerlin/FastLED_NeoMatrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/FastLED_NeoMatrix.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_NeoMatrix-1.1.0.zip", + "archiveFileName": "FastLED_NeoMatrix-1.1.0.zip", + "size": 260091, + "checksum": "SHA-256:0b2789840395e7fb7f88c80e7b91f7e12fecdcbee376c38d840b646fcea0219c" + }, + { + "name": "SmartMatrix GFX", + "version": "1.1.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for SmartMatrix panels", + "paragraph": "This is a zero copy FastLED CRGB backed Framebuffer for https://github.com/pixelmatix/SmartMatrix", + "website": "https://github.com/marcmerlin/SmartMatrix_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/SmartMatrix_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + }, + { + "name": "SmartMatrix3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/SmartMatrix_GFX-1.1.0.zip", + "archiveFileName": "SmartMatrix_GFX-1.1.0.zip", + "size": 558794, + "checksum": "SHA-256:231b2e3835e23e82525b0dea0b703f4044b620167d3d10f537c84dd57a364024" + }, + { + "name": "SmartMatrix GFX", + "version": "1.2.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for SmartMatrix panels", + "paragraph": "This is a zero copy FastLED CRGB backed Framebuffer for https://github.com/pixelmatix/SmartMatrix (updated for SM 4.0)", + "website": "https://github.com/marcmerlin/SmartMatrix_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/SmartMatrix_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + }, + { + "name": "SmartMatrix" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/SmartMatrix_GFX-1.2.0.zip", + "archiveFileName": "SmartMatrix_GFX-1.2.0.zip", + "size": 558910, + "checksum": "SHA-256:23ab767baa413e0e56eac6f390a7b4320d1d05ba88ed3011b0b3f9904638f0fa" + }, + { + "name": "FastLED_SPITFT_GFX", + "version": "1.2.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for SPI TFT screens like SSD1331, ST7735, and ILI9341", + "paragraph": "Support for other Adafruit SPI screens can be easily added. Teensy 3.5+ or ESP32 with PSRAM required for ILI9341.", + "website": "https://github.com/marcmerlin//FastLED_SPITFT_GFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcmerlin/FastLED_SPITFT_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_SPITFT_GFX-1.2.0.zip", + "archiveFileName": "FastLED_SPITFT_GFX-1.2.0.zip", + "size": 39264, + "checksum": "SHA-256:1bb769681b563f9c19098f0563de0dd3bfdef691af5ca001841212bd6152cccf" + }, + { + "name": "DBS-Lib", + "version": "0.0.1", + "author": "Designed By Sopon", + "maintainer": "Designed By Sopon https://www.facebook.com/SpPCB/", + "sentence": "DBS-Lib is a library board that we created for practice such as C++, algorithms, mathetical, embedded system and robotics.", + "paragraph": "This library is constantly evolving and we will do the best. We apologize if there are any mistakes.", + "website": "https://github.com/DBSStore/DBS_Lib", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DBSStore/DBS_Lib.git", + "dependencies": [ + { + "name": "MCP3008" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBSStore/DBS_Lib-0.0.1.zip", + "archiveFileName": "DBS_Lib-0.0.1.zip", + "size": 10584, + "checksum": "SHA-256:c83e23fbb12ef58c2f31093610908d48e6cf6f48fbf0aeaf8e42aec32da71880" + }, + { + "name": "DBS-Lib", + "version": "0.0.2", + "author": "Designed By Sopon", + "maintainer": "Designed By Sopon https://www.facebook.com/SpPCB/", + "sentence": "DBS-Lib is a library board that we created for practice such as C++, algorithms, mathetical, embedded system and robotics.", + "paragraph": "This library is constantly evolving and we will do the best. We apologize if there are any mistakes.", + "website": "https://github.com/DBSStore/DBS_Lib", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DBSStore/DBS_Lib.git", + "dependencies": [ + { + "name": "MCP3008" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBSStore/DBS_Lib-0.0.2.zip", + "archiveFileName": "DBS_Lib-0.0.2.zip", + "size": 16446, + "checksum": "SHA-256:0d443ba325e9ae1d5a68c964342849ee21a8d2d1d56103685f0180902f1a6bf2" + }, + { + "name": "Leaphy Original Extension", + "version": "0.0.1", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides functionality to program Leaphy Original robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-original", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-original.git", + "providesIncludes": ["Leaphyoriginal1.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Original_Extension-0.0.1.zip", + "archiveFileName": "Leaphy_Original_Extension-0.0.1.zip", + "size": 2985, + "checksum": "SHA-256:3a9fcac1f52a3cb44d3e115c6c8caefd5f98291b2814a04de4dbbffbff289dae" + }, + { + "name": "flex_DST", + "version": "1.0.0", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for observing DST according to usere predefined parameters.", + "paragraph": "With this library you can determine the begining and end of DST in any region and adjust an RTC accordingly.", + "website": "https://github.com/kosme/flex_DST", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kosme/flex_DST.git", + "providesIncludes": ["flex_DST.h"], + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/flex_DST-1.0.0.zip", + "archiveFileName": "flex_DST-1.0.0.zip", + "size": 17705, + "checksum": "SHA-256:c17ff613bb3488c77d9fc7aa1b04084d87a49f21412baeb85bd9be850bba4f81" + }, + { + "name": "flex_DST", + "version": "1.0.1", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for observing DST according to user predefined parameters.", + "paragraph": "With this library you can determine the begining and end of DST in any region and adjust the time provided by a RTC accordingly.", + "website": "https://github.com/kosme/flex_DST", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kosme/flex_DST.git", + "providesIncludes": ["flex_DST.h"], + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/flex_DST-1.0.1.zip", + "archiveFileName": "flex_DST-1.0.1.zip", + "size": 18147, + "checksum": "SHA-256:6632bf91063915ec56804efec3efaa3cc15c9cfe28f3d969b0546a8b727e2c02" + }, + { + "name": "HomeDing", + "version": "0.3.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "Adafruit BME680 Library" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.3.0.zip", + "archiveFileName": "HomeDing-0.3.0.zip", + "size": 277039, + "checksum": "SHA-256:0a0b8aaf589365922417ec66274699599d6cc86a2d0f91cb282288bf778cca0d" + }, + { + "name": "HomeDing", + "version": "0.3.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.3.1.zip", + "archiveFileName": "HomeDing-0.3.1.zip", + "size": 274792, + "checksum": "SHA-256:aa03746c5e4cc41c4e8090113727f374796fbe10ce919433d31c0381f5ef7b56" + }, + { + "name": "HomeDing", + "version": "0.4.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.4.0.zip", + "archiveFileName": "HomeDing-0.4.0.zip", + "size": 291829, + "checksum": "SHA-256:8ab67de3b029732d2a4e93c5456156408b3a5aaf9238a9b716aefab96c83b0c9" + }, + { + "name": "HomeDing", + "version": "0.4.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.4.1.zip", + "archiveFileName": "HomeDing-0.4.1.zip", + "size": 343281, + "checksum": "SHA-256:8ca6b80e246e93cf7f74508cfe7a9a6566080280c03a2587cf349d99ead9de26" + }, + { + "name": "HomeDing", + "version": "0.6.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.0.zip", + "archiveFileName": "HomeDing-0.6.0.zip", + "size": 537087, + "checksum": "SHA-256:af22bced55b4a71af6fbd074d34344e712b7242766d05e6bcd2f7d52582eed7a" + }, + { + "name": "HomeDing", + "version": "0.6.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.2.zip", + "archiveFileName": "HomeDing-0.6.2.zip", + "size": 537231, + "checksum": "SHA-256:67336cc058f64157e9af8c785e7b0e506307de57b33208dd35d0c162391bb66e" + }, + { + "name": "HomeDing", + "version": "0.6.3", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.3.zip", + "archiveFileName": "HomeDing-0.6.3.zip", + "size": 537232, + "checksum": "SHA-256:9d041dba203ae6daf8f26e4d88125ca2ce99cb1a33a5adda267d4afd118e6c9c" + }, + { + "name": "HomeDing", + "version": "0.6.4", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "my92xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.4.zip", + "archiveFileName": "HomeDing-0.6.4.zip", + "size": 537239, + "checksum": "SHA-256:702c37d5fc5c4d91a34a9a0c4389cb029139531ad33ccb70b922314bca9df4b2" + }, + { + "name": "HomeDing", + "version": "0.7.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "my92xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.7.2.zip", + "archiveFileName": "HomeDing-0.7.2.zip", + "size": 528077, + "checksum": "SHA-256:55b14a81e7aad911f1acb368035930cb7880ff441343056122e29d1f21cdba3c" + }, + { + "name": "ESPHap", + "version": "1.0.0", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple home kit protocol with Arduino projects", + "paragraph": "Native support Apple home kit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.0.zip", + "archiveFileName": "ESPHap-1.0.0.zip", + "size": 4204195, + "checksum": "SHA-256:321e8ca08c12d99070759dad4e7f860413e1e04628b6701f26448da1c3031c85" + }, + { + "name": "ESPHap", + "version": "1.0.3", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.3.zip", + "archiveFileName": "ESPHap-1.0.3.zip", + "size": 4788351, + "checksum": "SHA-256:e008be7f014613246e05861fe17357356ac9b41e53007c39c1490df1b76b49ac" + }, + { + "name": "ESPHap", + "version": "1.0.7", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.7.zip", + "archiveFileName": "ESPHap-1.0.7.zip", + "size": 4979427, + "checksum": "SHA-256:9c852ce84fd7edc8ed3c64a5b1ac1391b9135f1bf89ad7a4c7356b663525da6b" + }, + { + "name": "ESPHap", + "version": "1.0.9", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.9.zip", + "archiveFileName": "ESPHap-1.0.9.zip", + "size": 4979351, + "checksum": "SHA-256:5fc5a30ea9c1be22507edc83b08e423e43b1a9793bc38f703ecceacf14f025b9" + }, + { + "name": "ESPHap", + "version": "1.1.0", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.1.0.zip", + "archiveFileName": "ESPHap-1.1.0.zip", + "size": 5017863, + "checksum": "SHA-256:21f1c727eb937a26dc5b6e8960ff82cc63904c9a0660fae747f8ea0d817b62eb" + }, + { + "name": "RMCS-220X", + "version": "1.0.0", + "author": "Antoine Petty", + "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", + "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", + "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", + "website": "https://github.com/antoinepetty/RhinoNEMA23MotorControl", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.0.0.zip", + "archiveFileName": "RMCS_220X-1.0.0.zip", + "size": 6039, + "checksum": "SHA-256:a878f13d3da495e4da750cfe099f0b19055995d8c792cf801bea9ce3368f3e1d" + }, + { + "name": "RMCS-220X", + "version": "1.1.0", + "author": "Antoine Petty", + "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", + "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", + "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", + "website": "https://github.com/antoinepetty/RhinoNEMA23MotorControl", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.1.0.zip", + "archiveFileName": "RMCS_220X-1.1.0.zip", + "size": 6009, + "checksum": "SHA-256:67725249f192f4f1aaabc3a0396e490abcaa31377bd8a5299f6e885cc4e00626" + }, + { + "name": "RMCS-220X", + "version": "1.1.1", + "author": "Antoine Petty", + "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", + "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", + "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", + "website": "https://github.com/antoinepetty/RMCS-220X-Control", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.1.1.zip", + "archiveFileName": "RMCS_220X-1.1.1.zip", + "size": 5989, + "checksum": "SHA-256:aac595bf09070136bb8a45efa3f01c64127da7a68ece99d9d04b19d3b3e8d92e" + }, + { + "name": "DHT12", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": ["DHT12.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.2.0.zip", + "archiveFileName": "DHT12-0.2.0.zip", + "size": 7270, + "checksum": "SHA-256:c6c916082e8e1e59057f494b7d2906ddaaa2abf6b1ab0f483abd667bc5a73329" + }, + { + "name": "DHT12", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": ["DHT12.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.2.1.zip", + "archiveFileName": "DHT12-0.2.1.zip", + "size": 7267, + "checksum": "SHA-256:b9556dd5eeeb438b5d97f0c5cbce83d6f1a171671a6b876a05c3a7e0532a9809" + }, + { + "name": "DHT12", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": ["DHT12.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.3.0.zip", + "archiveFileName": "DHT12-0.3.0.zip", + "size": 9056, + "checksum": "SHA-256:1beae5239b60c72b2e4a7744f76b54a3b5babe1447f59cb75c58533a5d756899" + }, + { + "name": "DS28CM00", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": ["DS28CM00"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.0.zip", + "archiveFileName": "DS28CM00-0.2.0.zip", + "size": 7447, + "checksum": "SHA-256:ab87442431904e4020afaf8246a81119f8eea8ac7130636d946fbdfb64d9cc1a" + }, + { + "name": "DS28CM00", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": ["Wire.h", "DS28CM00"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.1.zip", + "archiveFileName": "DS28CM00-0.2.1.zip", + "size": 7438, + "checksum": "SHA-256:50a451cdba8f454d9781f6d4deb115af38b19f2a9d1831d832e812ed9359d5f4" + }, + { + "name": "DS28CM00", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": ["DS28CM00.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.2.zip", + "archiveFileName": "DS28CM00-0.2.2.zip", + "size": 7896, + "checksum": "SHA-256:1c44224595cad8d4c50f2c01bdef5d3b26d28b3125ac8992390932f368e010ff" + }, + { + "name": "esp32_https_server_compat", + "version": "1.0.0", + "author": "Frank Hessel \u003cfrank@fhessel.de\u003e, Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "sentence": "An Arduino library for an alternative ESP32 HTTP/HTTPS web server implementation", + "paragraph": "This library is a wrapper around esp32_https_server that provides the same API as the default Webserver library.", + "website": "https://github.com/fhessel/esp32_https_server_compat", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fhessel/esp32_https_server_compat.git", + "providesIncludes": ["ESPWebserver.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/esp32_https_server_compat-1.0.0.zip", + "archiveFileName": "esp32_https_server_compat-1.0.0.zip", + "size": 32754, + "checksum": "SHA-256:3973b11b234554719faff2658850bdfdb9a788661a934ca07742a75413bb44c0" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.1.zip", + "archiveFileName": "ESP32AnalogRead-0.0.1.zip", + "size": 2905, + "checksum": "SHA-256:e5e69ad761ed5b2285b13e4a290f076632dc46d34f6b8506c0509498b585f845" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.2.zip", + "archiveFileName": "ESP32AnalogRead-0.0.2.zip", + "size": 3014, + "checksum": "SHA-256:139ffb27b11a8826f14cd0197082124a74d1e07e0d6bae20aee5a76ac51a141f" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.3.zip", + "archiveFileName": "ESP32AnalogRead-0.0.3.zip", + "size": 3016, + "checksum": "SHA-256:8b4a7146c01cbb69f4d2ffac822b76e6c6b57c79edbd2b3dcac0ee095a246154" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.4.zip", + "archiveFileName": "ESP32AnalogRead-0.0.4.zip", + "size": 3401, + "checksum": "SHA-256:1323622a09b4371e1336f4a3605897fea4c42f8a2ffdbe4269d61cf9ed924225" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.5.zip", + "archiveFileName": "ESP32AnalogRead-0.0.5.zip", + "size": 3406, + "checksum": "SHA-256:526971673c722569145e3a82d36fbae1c22d2781fb89ac2be761031ec99a46f8" + }, + { + "name": "ESP32AnalogRead", + "version": "0.1.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.0.zip", + "archiveFileName": "ESP32AnalogRead-0.1.0.zip", + "size": 31792, + "checksum": "SHA-256:ee4d2f3e7be24ad1a8fe155a2b048b1f1001e8007e9c70eeb589d8e167aa246a" + }, + { + "name": "ESP32AnalogRead", + "version": "0.1.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.1.zip", + "archiveFileName": "ESP32AnalogRead-0.1.1.zip", + "size": 31789, + "checksum": "SHA-256:63ff7133fee37b7c65c09a68482a98f2ddb4f1cf0ac8eb5a19b87230774602dd" + }, + { + "name": "ESP32AnalogRead", + "version": "0.1.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": ["ESP32AnalogRead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.2.zip", + "archiveFileName": "ESP32AnalogRead-0.1.2.zip", + "size": 31861, + "checksum": "SHA-256:8e936d8590ecada5a8c3b37ece604f9098615c7da67ecdf0631bd2694a3fca75" + }, + { + "name": "MIDI Device Controller", + "version": "1.0.0", + "author": "MrSolidSnake745", + "maintainer": "Anand Jain \u003cmrsolidsnake745@gmail.com\u003e", + "sentence": "Musical control of devices via the MIDI interface", + "website": "https://github.com/solidsnake745/MIDI_Device_Controller", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/solidsnake745/MIDI_Device_Controller.git", + "providesIncludes": ["MIDI_Device_Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/solidsnake745/MIDI_Device_Controller-1.0.0.zip", + "archiveFileName": "MIDI_Device_Controller-1.0.0.zip", + "size": 48852, + "checksum": "SHA-256:af875ca889789d3e8af57a88d196ec20a8215c8c4a26ef90feba530f9720edb1" + }, + { + "name": "DS18B20_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h DS18B20.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.2.zip", + "archiveFileName": "DS18B20_RT-0.1.2.zip", + "size": 11860, + "checksum": "SHA-256:6decbc07baa0c58f51b1c11576f91bddccc1e8e8079f6083c6fc41bb81035aa0" + }, + { + "name": "DS18B20_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h DS18B20.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.3.zip", + "archiveFileName": "DS18B20_RT-0.1.3.zip", + "size": 11882, + "checksum": "SHA-256:70b32994b52ee151157725aa1663ff294032fb324c572fad35bbd24bdd95b9cf" + }, + { + "name": "DS18B20_RT", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h DS18B20.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.4.zip", + "archiveFileName": "DS18B20_RT-0.1.4.zip", + "size": 13007, + "checksum": "SHA-256:631f31d42cee45cbcb8641fb57dbaf89e221fe0a07975d8ed17f066bb5dd71d5" + }, + { + "name": "DS18B20_RT", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h", "DS18B20.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.5.zip", + "archiveFileName": "DS18B20_RT-0.1.5.zip", + "size": 14439, + "checksum": "SHA-256:2d8d2b49eb27f2b72e17388c67bafa0a0c29a9960a82f74dad26405b9c1a003a" + }, + { + "name": "DS18B20_RT", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h", "DS18B20.h"], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.6.zip", + "archiveFileName": "DS18B20_RT-0.1.6.zip", + "size": 14432, + "checksum": "SHA-256:ca4958787129149e405d536899f4b12c6a7a058427c9bbfb74f3a1846116792f" + }, + { + "name": "DS18B20_RT", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h", "DS18B20.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.7.zip", + "archiveFileName": "DS18B20_RT-0.1.7.zip", + "size": 16801, + "checksum": "SHA-256:dd83c5c248d69091299a4c047c2277d5af28ec9c1a1716c294763daf4cb5c662" + }, + { + "name": "DS18B20_RT", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["OneWire.h", "DS18B20.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.8.zip", + "archiveFileName": "DS18B20_RT-0.1.8.zip", + "size": 17184, + "checksum": "SHA-256:fee5d9be9316ce2ddbec1e74c9c64c21ec2aaba347c780da8832df909360a311" + }, + { + "name": "DS18B20_RT", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["DS18B20.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.9.zip", + "archiveFileName": "DS18B20_RT-0.1.9.zip", + "size": 17198, + "checksum": "SHA-256:cd4ee1804c1d75a18b035786638380259e1cb24aa1f3fa92578cd671ee18d2bd" + }, + { + "name": "DS18B20_RT", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": ["DS18B20.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.10.zip", + "archiveFileName": "DS18B20_RT-0.1.10.zip", + "size": 17339, + "checksum": "SHA-256:5ab83b63bad29778e4504e75b3b80342b2f6e7fbf2018412830f377dab49a41f" + }, + { + "name": "Simple FOC", + "version": "1.0.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.0.0.zip", + "archiveFileName": "Simple_FOC-1.0.0.zip", + "size": 2460642, + "checksum": "SHA-256:8a4a88df8638c919b6174c8183f53f596c3fb526d2cf385d8400b4742673a904" + }, + { + "name": "Simple FOC", + "version": "1.1.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.0.zip", + "archiveFileName": "Simple_FOC-1.1.0.zip", + "size": 2530760, + "checksum": "SHA-256:2e0cb322334dd1a83a317bdaee7db9a1cd3610fba8ee0ce60c8fedc3de455b3b" + }, + { + "name": "Simple FOC", + "version": "1.1.1", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.1.zip", + "archiveFileName": "Simple_FOC-1.1.1.zip", + "size": 2553954, + "checksum": "SHA-256:dcbbacaf664be82027d162eafec74360e0e38cd400ccb190c2abadcc791cfd1e" + }, + { + "name": "Simple FOC", + "version": "1.1.2", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.2.zip", + "archiveFileName": "Simple_FOC-1.1.2.zip", + "size": 2553955, + "checksum": "SHA-256:6c754fb88418055e392b730e25e2da56605639a1f6ec1bc9a972e8ceeff3ed56" + }, + { + "name": "Simple FOC", + "version": "1.2.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.2.0.zip", + "archiveFileName": "Simple_FOC-1.2.0.zip", + "size": 4774883, + "checksum": "SHA-256:18ee9e0e8da1931fb2a8702e68f1d8e49fd28b658514d1861277640ed47b8260" + }, + { + "name": "Simple FOC", + "version": "1.3.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.3.0.zip", + "archiveFileName": "Simple_FOC-1.3.0.zip", + "size": 65722, + "checksum": "SHA-256:bc56db4f7db503905d79c5104800c242c381a5ea16a5be27efe1bc838267154e" + }, + { + "name": "Simple FOC", + "version": "1.3.1", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.3.1.zip", + "archiveFileName": "Simple_FOC-1.3.1.zip", + "size": 69124, + "checksum": "SHA-256:3d6a3b597d42853db2ae8e40b9fab497fc8a7ac0716b57c7b87eabfe68a13235" + }, + { + "name": "Simple FOC", + "version": "1.4.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.4.0.zip", + "archiveFileName": "Simple_FOC-1.4.0.zip", + "size": 73578, + "checksum": "SHA-256:ff04a9d1dedeb1f78aa68b9181a02ddc9a8c716b202f49269d081a8fdea2214c" + }, + { + "name": "Simple FOC", + "version": "1.4.1", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.4.1.zip", + "archiveFileName": "Simple_FOC-1.4.1.zip", + "size": 79392, + "checksum": "SHA-256:3d64815645b33dc221f859229bcea422f0ccbabd6c0d85c42930267a6a6c135b" + }, + { + "name": "Simple FOC", + "version": "1.5.0", + "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is intended to support as many BLDC motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards Nucleo and Bluepill and ESP32 boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.5.0.zip", + "archiveFileName": "Simple_FOC-1.5.0.zip", + "size": 107750, + "checksum": "SHA-256:215b68c89b592fb49ceee19ca631d402fa4e0aa4677431ae8adcf77fdd43f427" + }, + { + "name": "Simple FOC", + "version": "1.6.0", + "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.6.0.zip", + "archiveFileName": "Simple_FOC-1.6.0.zip", + "size": 119148, + "checksum": "SHA-256:3b749ae180d600b1546ed9afd64a9b00503608a9b4e69615f45760e4b024f96f" + }, + { + "name": "Simple FOC", + "version": "1.6.1", + "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.6.1.zip", + "archiveFileName": "Simple_FOC-1.6.1.zip", + "size": 119148, + "checksum": "SHA-256:f7572e52fdf847334a937ca1298caff62c35e34c1b576668aa1d7b2908ae8552" + }, + { + "name": "Simple FOC", + "version": "2.0.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.0.zip", + "archiveFileName": "Simple_FOC-2.0.0.zip", + "size": 145114, + "checksum": "SHA-256:656eebe744954a763a505b09eb5346042477c626026b13ebabcdea3e86face02" + }, + { + "name": "Simple FOC", + "version": "2.0.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.1.zip", + "archiveFileName": "Simple_FOC-2.0.1.zip", + "size": 149235, + "checksum": "SHA-256:369f693087d7bd538445356a638d12532e59b299b4cc5d1db399b87b7e8bf712" + }, + { + "name": "Simple FOC", + "version": "2.0.2", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.2.zip", + "archiveFileName": "Simple_FOC-2.0.2.zip", + "size": 154145, + "checksum": "SHA-256:6a88b861662e510bac65cb08dd1d3e683b213b733fbc57d488dd1defc3121268" + }, + { + "name": "Simple FOC", + "version": "2.1.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.1.0.zip", + "archiveFileName": "Simple_FOC-2.1.0.zip", + "size": 461908, + "checksum": "SHA-256:2cd6fba0ad46ff7e713a5c84ea607bf3c27f1c7ce6f1986a5db64ae88293c904" + }, + { + "name": "Simple FOC", + "version": "2.1.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": ["SimpleFOC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.1.1.zip", + "archiveFileName": "Simple_FOC-2.1.1.zip", + "size": 479654, + "checksum": "SHA-256:b7deed894151d9cc3af246970c5b2e7648ae151c3b2df4af74e3abc635a325da" + }, + { + "name": "Piano Board", + "version": "1.0.1", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "PianoBoard library for the Piano Board from Cheerful Electronic", + "paragraph": "This library is intended to interface with the Cheerful Electronic Piano Board and allows you to make a piano using an external synthesizer or the on-board beeper.", + "website": "https://github.com/DhrBaksteen/ArduinoPianoBoard/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DhrBaksteen/ArduinoPianoBoard.git", + "providesIncludes": ["SPI.h", "PianoKeys.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Piano_Board-1.0.1.zip", + "archiveFileName": "Piano_Board-1.0.1.zip", + "size": 130302, + "checksum": "SHA-256:fd473ed68612d715f409ab7051ee70872cd45c6c13df56528058b472e424fedf" + }, + { + "name": "simple-web-dashboard", + "version": "0.1.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "Displays variable values on a simple web page", + "paragraph": "Minimal library for displaying values on ESP platforms. Asynchronously refreshes.", + "website": "https://github.com/ademuri/simple-web-dashboard", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ademuri/esp-simple-web-dashboard.git", + "providesIncludes": ["dashboard.hpp"], + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/simple_web_dashboard-0.1.0.zip", + "archiveFileName": "simple_web_dashboard-0.1.0.zip", + "size": 10260, + "checksum": "SHA-256:5753475a048bf5fe2c8a098c7fba0176f7239cdb5e4fe35ef265e07c7b3cf80b" + }, + { + "name": "MultiMap", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/Arduino/MultiMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": ["multimap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.1.zip", + "archiveFileName": "MultiMap-0.1.1.zip", + "size": 9744, + "checksum": "SHA-256:1a0a274c2049a6e3430b57213d7494de9a95e0c430f15ec3f9dcb07135f2d91b" + }, + { + "name": "MultiMap", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/Arduino/MultiMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": ["multimap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.2.zip", + "archiveFileName": "MultiMap-0.1.2.zip", + "size": 9804, + "checksum": "SHA-256:93c137f7e0bbd3e1f1514fe8f5e3c3f3e7362829642afca288850371f9935966" + }, + { + "name": "MultiMap", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/Arduino/MultiMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": ["MultiMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.3.zip", + "archiveFileName": "MultiMap-0.1.3.zip", + "size": 11407, + "checksum": "SHA-256:fd72f2f34174802f415eee6a54b8730bc14dad10e19c281c7a1b7241371c2460" + }, + { + "name": "MultiMap", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/MultiMap", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": ["MultiMap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.4.zip", + "archiveFileName": "MultiMap-0.1.4.zip", + "size": 11667, + "checksum": "SHA-256:11dea8a2519605c8fa9d4aeb1606caae79c1613b6d4db2a9e002f3f40eabad92" + }, + { + "name": "Dictionary", + "version": "1.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.0.zip", + "archiveFileName": "Dictionary-1.0.0.zip", + "size": 9352, + "checksum": "SHA-256:02c82547b932a7c662584df211c748b565e528ed2f791c71e58125139f0484fc" + }, + { + "name": "Dictionary", + "version": "1.0.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.1.zip", + "archiveFileName": "Dictionary-1.0.1.zip", + "size": 10913, + "checksum": "SHA-256:af38a2772a03d014d6ce8315e090064883689e4755ac8da790278f9ec6f978e4" + }, + { + "name": "Dictionary", + "version": "1.0.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.2.zip", + "archiveFileName": "Dictionary-1.0.2.zip", + "size": 11400, + "checksum": "SHA-256:6df78d30d3911cd383c36c5f9c1b3aea29e5a57ef8ac9748a373838960145be7" + }, + { + "name": "Dictionary", + "version": "1.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.1.0.zip", + "archiveFileName": "Dictionary-1.1.0.zip", + "size": 11971, + "checksum": "SHA-256:e4166b7872f4fb1a63cc6f79442e3147b85108157bb521768cdcb17966fc2337" + }, + { + "name": "Dictionary", + "version": "1.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.1.1.zip", + "archiveFileName": "Dictionary-1.1.1.zip", + "size": 12085, + "checksum": "SHA-256:6a8b9c21cb458e691ace5b6ab3892fd3dc29b7ac4e196a167d92c1e08b860c32" + }, + { + "name": "Dictionary", + "version": "1.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.2.0.zip", + "archiveFileName": "Dictionary-1.2.0.zip", + "size": 12217, + "checksum": "SHA-256:0f3903079898d1ce1897052507236958e186e5959261f9524bd1894440fabcbb" + }, + { + "name": "Dictionary", + "version": "1.2.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.2.1.zip", + "archiveFileName": "Dictionary-1.2.1.zip", + "size": 16661, + "checksum": "SHA-256:975fe682b4f57a5d1e1e554b1d3d9173246ac7a19776d9190ea43b2470491301" + }, + { + "name": "Dictionary", + "version": "1.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.3.0.zip", + "archiveFileName": "Dictionary-1.3.0.zip", + "size": 17590, + "checksum": "SHA-256:9605ee2b284bbe5fb83b7830586a9b7db977f01e5d6c0decae766564a7c6626b" + }, + { + "name": "Dictionary", + "version": "2.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.0.0.zip", + "archiveFileName": "Dictionary-2.0.0.zip", + "size": 19570, + "checksum": "SHA-256:82e4a4af886f25a7151d3c0b5986d3c223fc0cb9e6d63d0aae260ac8e6859da6" + }, + { + "name": "Dictionary", + "version": "2.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.0.zip", + "archiveFileName": "Dictionary-2.1.0.zip", + "size": 21118, + "checksum": "SHA-256:5c6b5c895d8bc4036f408711f8e8ed01cb3edc610273fc6c52a097fcc84f7cbf" + }, + { + "name": "Dictionary", + "version": "2.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.1.zip", + "archiveFileName": "Dictionary-2.1.1.zip", + "size": 28216, + "checksum": "SHA-256:3b4728e3e1e010e25527b234f2d68855b9dd457eff62383c93c59b8f6af78948" + }, + { + "name": "Dictionary", + "version": "2.1.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.2.zip", + "archiveFileName": "Dictionary-2.1.2.zip", + "size": 28222, + "checksum": "SHA-256:469295a1a0bf5c5c86fae3188116c2f0480de6567be490a93a9d0ebaddc55ee4" + }, + { + "name": "Dictionary", + "version": "3.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.0.0.zip", + "archiveFileName": "Dictionary-3.0.0.zip", + "size": 22921, + "checksum": "SHA-256:9dcae0a521ba0e4e109ab0cbd3977f83a879e29be0f0f2c95fcf217fa57c9d97" + }, + { + "name": "Dictionary", + "version": "3.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.0.zip", + "archiveFileName": "Dictionary-3.1.0.zip", + "size": 60353, + "checksum": "SHA-256:b1febad41ebccf975080924526991fa28dc3e24951f61f1f0e7a87203ee875f0" + }, + { + "name": "Dictionary", + "version": "3.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.1.zip", + "archiveFileName": "Dictionary-3.1.1.zip", + "size": 60396, + "checksum": "SHA-256:cd064d7f41085f49019a1ea4d8c0bccc4baf626ab115a74424e3f405098698ad" + }, + { + "name": "Dictionary", + "version": "3.1.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.2.zip", + "archiveFileName": "Dictionary-3.1.2.zip", + "size": 60449, + "checksum": "SHA-256:b3b53fac9bc7efd32d8ac4415e868af4d03d776283ac7c72eabf7159a90867a7" + }, + { + "name": "Dictionary", + "version": "3.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.0.zip", + "archiveFileName": "Dictionary-3.2.0.zip", + "size": 60815, + "checksum": "SHA-256:06daef19b93927aa3ac36d376a56b7070652420cf617e5cb7f8c395a4487df69" + }, + { + "name": "Dictionary", + "version": "3.2.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.1.zip", + "archiveFileName": "Dictionary-3.2.1.zip", + "size": 60857, + "checksum": "SHA-256:93a15c3cc061e595eb4ef87d7ff5b3ec62316d2e8789ca3d7516167d58c3a098" + }, + { + "name": "Dictionary", + "version": "3.2.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.2.zip", + "archiveFileName": "Dictionary-3.2.2.zip", + "size": 60914, + "checksum": "SHA-256:e58540444e704d4680a67c7fc7e32c8fccba968bc7cb7a45b8958b27ae704860" + }, + { + "name": "Dictionary", + "version": "3.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.3.0.zip", + "archiveFileName": "Dictionary-3.3.0.zip", + "size": 64486, + "checksum": "SHA-256:3e87be92854b6f88f89e0bc6882997a66b2ed92c6e78800021a9150a3d213a56" + }, + { + "name": "DHTNEW", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.1.6.zip", + "archiveFileName": "DHTNEW-0.1.6.zip", + "size": 9618, + "checksum": "SHA-256:abfa1459cacfaeb0bf4c975b0df12a2505cab1c59500d211e865ad8a2734a884" + }, + { + "name": "DHTNEW", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.1.7.zip", + "archiveFileName": "DHTNEW-0.1.7.zip", + "size": 11390, + "checksum": "SHA-256:2d0e6c5ddeed8a657ccf0365dc629469156c73d604249499cb38ffb08494eef0" + }, + { + "name": "DHTNEW", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.2.0.zip", + "archiveFileName": "DHTNEW-0.2.0.zip", + "size": 11414, + "checksum": "SHA-256:990181b8c69f72f9bc22c2cb8d94ffc7a0be1d9ebda975d8767f730d8f63f14e" + }, + { + "name": "DHTNEW", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.2.1.zip", + "archiveFileName": "DHTNEW-0.2.1.zip", + "size": 12946, + "checksum": "SHA-256:03e71398a47bdaa9fc39b421474ba90c5a14d5a65a625037a9fcab5519d8cb95" + }, + { + "name": "DHTNEW", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.0.zip", + "archiveFileName": "DHTNEW-0.3.0.zip", + "size": 17711, + "checksum": "SHA-256:31b487aa5db917ced6ac8a52345506ec6b77e7550eb735b77ecbc37ae36b13f5" + }, + { + "name": "DHTNEW", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.1.zip", + "archiveFileName": "DHTNEW-0.3.1.zip", + "size": 19221, + "checksum": "SHA-256:db91fe9e7f8794c492281962290abf90c12e8d2fddce58e60ceef2f8f765d45b" + }, + { + "name": "DHTNEW", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.2.zip", + "archiveFileName": "DHTNEW-0.3.2.zip", + "size": 20688, + "checksum": "SHA-256:5490c59424f043b763179a4908704994da7fee0c4f3aacde8d574e4cae0ed47a" + }, + { + "name": "DHTNEW", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.3.zip", + "archiveFileName": "DHTNEW-0.3.3.zip", + "size": 23220, + "checksum": "SHA-256:93ef444258a404d976bef0dca0dcf757a4d764e96c0719dd28bc1c65ba271e3a" + }, + { + "name": "DHTNEW", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.4.zip", + "archiveFileName": "DHTNEW-0.3.4.zip", + "size": 23736, + "checksum": "SHA-256:331c83ab270832a7dd5a2a795cebf72d578eecb36b3830d6b516f1b854a44bdc" + }, + { + "name": "DHTNEW", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.0.zip", + "archiveFileName": "DHTNEW-0.4.0.zip", + "size": 25449, + "checksum": "SHA-256:c65d24a5649fb02a2b919c976dff89b1a3ef8b17523cb509e6900445bda49b44" + }, + { + "name": "DHTNEW", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.1.zip", + "archiveFileName": "DHTNEW-0.4.1.zip", + "size": 27627, + "checksum": "SHA-256:243c7a8a2adf717ef2979e761efb1b87e25fde323584bb50f1ccc08a57ebd303" + }, + { + "name": "DHTNEW", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.2.zip", + "archiveFileName": "DHTNEW-0.4.2.zip", + "size": 28670, + "checksum": "SHA-256:bf7f4e2623bbc56a620c162967d783d36c461861ab72859698e4d43b97211aeb" + }, + { + "name": "DHTNEW", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.3.zip", + "archiveFileName": "DHTNEW-0.4.3.zip", + "size": 30004, + "checksum": "SHA-256:1fcf71a82e931f5970b86d43358f3372b1f388484ecbf1b34b1506f62ac01329" + }, + { + "name": "DHTNEW", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.4.zip", + "archiveFileName": "DHTNEW-0.4.4.zip", + "size": 30013, + "checksum": "SHA-256:2ec9be42cc9a01e95debe93e0fe08a06834a068de1200ce178d5f39ffdd334f3" + }, + { + "name": "DHTNEW", + "version": "0.4.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.5.zip", + "archiveFileName": "DHTNEW-0.4.5.zip", + "size": 30070, + "checksum": "SHA-256:656fd3919277f36d766e392755bb0d8036919d475cd579b4840ea798ed3b0102" + }, + { + "name": "DHTNEW", + "version": "0.4.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.6.zip", + "archiveFileName": "DHTNEW-0.4.6.zip", + "size": 32990, + "checksum": "SHA-256:79bd5de969f5616f81f2dad943327febbd7272f168861b4bd8e39257fe066dc6" + }, + { + "name": "DHTNEW", + "version": "0.4.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.7.zip", + "archiveFileName": "DHTNEW-0.4.7.zip", + "size": 33083, + "checksum": "SHA-256:63f62ca27527329c64374f590665c129a269643b795eb64f273c55f16649ca21" + }, + { + "name": "DHTNEW", + "version": "0.4.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.8.zip", + "archiveFileName": "DHTNEW-0.4.8.zip", + "size": 33122, + "checksum": "SHA-256:b5fd4506e49666bb0845bf5cfa506c2e9274e272f48c180d8c1093ad700b909f" + }, + { + "name": "DHTNEW", + "version": "0.4.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": ["dhtnew.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.9.zip", + "archiveFileName": "DHTNEW-0.4.9.zip", + "size": 33379, + "checksum": "SHA-256:40109c929988446da430bf4310becb29dab7128833ea8097052c8ecab7af8d8a" + }, + { + "name": "DistanceTable", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.4.zip", + "archiveFileName": "DistanceTable-0.1.4.zip", + "size": 11556, + "checksum": "SHA-256:02f41032db5eb91baea8f527a58542ae610b4c81e0c6e000d844cf8fb90c73f1" + }, + { + "name": "DistanceTable", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": ["DIstanceTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.5.zip", + "archiveFileName": "DistanceTable-0.1.5.zip", + "size": 11583, + "checksum": "SHA-256:ed4400af1c094eb5b747e1376bb96ff556c5c81b496ebd5260c7e40f20a943c9" + }, + { + "name": "DistanceTable", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": ["DistanceTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.6.zip", + "archiveFileName": "DistanceTable-0.1.6.zip", + "size": 13110, + "checksum": "SHA-256:ba41f0a2823cee37c96c1dba4a903da5a6d4eb86757911553ca86e8239c975bc" + }, + { + "name": "DistanceTable", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": ["DistanceTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.2.0.zip", + "archiveFileName": "DistanceTable-0.2.0.zip", + "size": 14359, + "checksum": "SHA-256:b3d97013faca3797ff0b134238cc7914aa0926439c4ece4519d299f7f9f23aa1" + }, + { + "name": "LIN master emulation with background operation", + "version": "1.0.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation with preemptive background operation", + "paragraph": "Provide a class to emulate a Local Interconnect Network (LIN) master node with preemptive background operation", + "website": "https://github.com/gicking/LIN_master_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gicking/LIN_master_Arduino.git", + "dependencies": [ + { + "name": "Task Scheduler", + "version": "\u003e=1.3.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_emulation_with_background_operation-1.0.0.zip", + "archiveFileName": "LIN_master_emulation_with_background_operation-1.0.0.zip", + "size": 1156231, + "checksum": "SHA-256:fba21e785f266194363b82e6d6fdc99d86973731eb47d9bc0d6dd1172704a29c" + }, + { + "name": "BirdhouseSDK", + "version": "1.0.0", + "author": "Serhiy Korzun \u003ckorzun.serhiy@gmail.com\u003e", + "maintainer": "Prometheus team \u003cprometheus.larp@gmail.com\u003e", + "sentence": "An Arduino library to easy control lots of relays effects, buttons with debouncer, analog indicators and more", + "paragraph": "BirdhouseSDK uses a non-blocking approach and can control relays and analog indicators in simple (on/off) and complex (serial blinking, random blinking) ways in a time-driven manner.", + "website": "https://github.com/Nargott/birdhouse_sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nargott/birdhouse_sdk.git", + "providesIncludes": ["birdhouse_sdk.h"], + "dependencies": [ + { + "name": "PCF857X" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Nargott/BirdhouseSDK-1.0.0.zip", + "archiveFileName": "BirdhouseSDK-1.0.0.zip", + "size": 13424, + "checksum": "SHA-256:90d6c91499ae2dd39e0161496687b1559ae7d375b33e75d0a83f1487c0eaa9d2" + }, + { + "name": "FastShiftOut", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastSHiftOut", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": ["FastShiftOut.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.0.zip", + "archiveFileName": "FastShiftOut-0.2.0.zip", + "size": 7283, + "checksum": "SHA-256:dfc1a46c032f465cf7765d4c1ff171cbcc2465db2f58583cd6b07621eb82330c" + }, + { + "name": "FastShiftOut", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastSHiftOut", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": ["FastShiftOut.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.1.zip", + "archiveFileName": "FastShiftOut-0.2.1.zip", + "size": 7270, + "checksum": "SHA-256:0bd5fdf64531cbce5619c8b6192887b81412c2b88f97968169af5f8043f5beeb" + }, + { + "name": "FastShiftOut", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": ["FastShiftOut.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.2.zip", + "archiveFileName": "FastShiftOut-0.2.2.zip", + "size": 9239, + "checksum": "SHA-256:95fc2692b3b5444c1bc180f73921523e138a5b42c3e691841ea5766c979cab6c" + }, + { + "name": "FastShiftOut", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": ["FastShiftOut.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.3.zip", + "archiveFileName": "FastShiftOut-0.2.3.zip", + "size": 9501, + "checksum": "SHA-256:f2b392cc5bf9b43dd80e7e69ddaf269a378dd1a20031d4f2515f97e8d1e66040" + }, + { + "name": "LiquidCrystalIO", + "version": "1.1.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.1.0.zip", + "archiveFileName": "LiquidCrystalIO-1.1.0.zip", + "size": 25092, + "checksum": "SHA-256:aeec6f4a01b2e04e56af8d5ee680da05db803bacbce27d778a3e963d9c6983ec" + }, + { + "name": "LiquidCrystalIO", + "version": "1.2.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.2.0.zip", + "archiveFileName": "LiquidCrystalIO-1.2.0.zip", + "size": 27340, + "checksum": "SHA-256:612464b3f7c1edbee3b45ea5da1ebe67a98bc45033994131a5d6d92add345fe5" + }, + { + "name": "LiquidCrystalIO", + "version": "1.3.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.3.0.zip", + "archiveFileName": "LiquidCrystalIO-1.3.0.zip", + "size": 30844, + "checksum": "SHA-256:25a2988f7bf69aecacc7a2e89972a52d6c598c46edc3adbd880192d99294dd9c" + }, + { + "name": "LiquidCrystalIO", + "version": "1.3.1", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.3.1.zip", + "archiveFileName": "LiquidCrystalIO-1.3.1.zip", + "size": 30890, + "checksum": "SHA-256:e977c6e4d22dbf76c8971d8088d3d32b48449b1f447510b1e89c95f8e2bae58a" + }, + { + "name": "LiquidCrystalIO", + "version": "1.4.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.0.zip", + "archiveFileName": "LiquidCrystalIO-1.4.0.zip", + "size": 32473, + "checksum": "SHA-256:f6f4a70f21e70f30f2dc7f0203eb0c0d9c8ae54a5045ce24f05368c74534f81e" + }, + { + "name": "LiquidCrystalIO", + "version": "1.4.1", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.1.zip", + "archiveFileName": "LiquidCrystalIO-1.4.1.zip", + "size": 35258, + "checksum": "SHA-256:cc8e46a789c4379f63cc0a5ddfad7d73b1a3ea9c9d9d658c3994cda486d39424" + }, + { + "name": "FastShiftIn", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": ["FastShiftIn.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.0.zip", + "archiveFileName": "FastShiftIn-0.2.0.zip", + "size": 9064, + "checksum": "SHA-256:41767682ef841c9b6ca1358ac4ebe6d95c691905cef4cb6f86f8b776b4203412" + }, + { + "name": "FastShiftIn", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": ["FastShiftIn.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.1.zip", + "archiveFileName": "FastShiftIn-0.2.1.zip", + "size": 9052, + "checksum": "SHA-256:08922e299e6d2fbddc30087c39cc019a0249ce816f6efcce25bc783c45a4391c" + }, + { + "name": "FastShiftIn", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": ["FastShiftIn.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.2.zip", + "archiveFileName": "FastShiftIn-0.2.2.zip", + "size": 10717, + "checksum": "SHA-256:8027678869a38b665c58d24ab9137996ca9e7714fa438912f77b3f59712c32f6" + }, + { + "name": "Spacecat", + "version": "1.0.0", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "A simple library Arduino RFID for Auth", + "paragraph": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card.", + "website": "https://github.com/AsyaSyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.0.0.zip", + "archiveFileName": "Spacecat-1.0.0.zip", + "size": 101262, + "checksum": "SHA-256:27efc9fc959947ec528faae4c83c09515c45c6498095c5a4ed8e4423237111de" + }, + { + "name": "Spacecat", + "version": "1.2.0", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.0.zip", + "archiveFileName": "Spacecat-1.2.0.zip", + "size": 101587, + "checksum": "SHA-256:851471f82dfbd6bd135a7948bc44c201afc7043edbb675dce88dd93e5d37c4c3" + }, + { + "name": "Spacecat", + "version": "1.2.1", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.1.zip", + "archiveFileName": "Spacecat-1.2.1.zip", + "size": 102291, + "checksum": "SHA-256:9bc2e511001c572c8a0baa20203ecb06ec53587d2e5ff92defe27e273e2c0a7a" + }, + { + "name": "Spacecat", + "version": "1.2.2", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.2.zip", + "archiveFileName": "Spacecat-1.2.2.zip", + "size": 102305, + "checksum": "SHA-256:1b799c201775381660f9da9f8db9c74d51dd35c80ff51db8670035d56c47c809" + }, + { + "name": "Spacecat", + "version": "1.3.0", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.3.0.zip", + "archiveFileName": "Spacecat-1.3.0.zip", + "size": 105954, + "checksum": "SHA-256:3e1ccf29e57254a2417129c1ce4b8c47f7cc2dcd4563bbfbc69570e58b2f3cb1" + }, + { + "name": "Spacecat", + "version": "1.3.1", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.3.1.zip", + "archiveFileName": "Spacecat-1.3.1.zip", + "size": 105985, + "checksum": "SHA-256:887e3f36511cafb902c1e7a1428d14f316fb47930582ea220a8a8d99ee8ffe87" + }, + { + "name": "Spacecat", + "version": "1.4.0", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.4.0.zip", + "archiveFileName": "Spacecat-1.4.0.zip", + "size": 113406, + "checksum": "SHA-256:85da992244823a027088fa34907a527aa7354f5e732fef5ee6997088ff6f3ac7" + }, + { + "name": "Subpixie", + "version": "1.0.0", + "author": "TarableCode", + "maintainer": "TarableCode", + "sentence": "Subpixel font renderer for small displays", + "paragraph": "Subpixel font renderer for small displays", + "website": "https://github.com/taraHoleInIt/Subpixie", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TaraHoleInIt/Subpixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TaraHoleInIt/Subpixie-1.0.0.zip", + "archiveFileName": "Subpixie-1.0.0.zip", + "size": 1078232, + "checksum": "SHA-256:365517a8ca45ea98779c80023a40e0ada5bd7bd4b2fae58b0787f79e2588f8dc" + }, + { + "name": "DigiKeyboardFr", + "version": "1.0.0", + "author": "Robotechnic", + "maintainer": "Robotechnic \u003crobotechnic.developeur@gmail.com\u003e", + "sentence": "A library that allow to use azerty keyboard with digispark", + "paragraph": "This library is based on DigisparkKeyboard library\u003cbr/\u003e\u003ca href=\"https://github.com/digistump/DigisparkArduinoIntegration/tree/master/libraries/DigisparkKeyboard\"\u003eDigisparkKeyboard\u003c/a\u003e", + "website": "https://github.com/Robotechnic/DigiKeyboardFr", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Robotechnic/DigiKeyboardFr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robotechnic/DigiKeyboardFr-1.0.0.zip", + "archiveFileName": "DigiKeyboardFr-1.0.0.zip", + "size": 5029, + "checksum": "SHA-256:22a08fc50c16a5fbfd11a59d0a67d41088ac12dc1e92250c208673bb2f48c370" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage or FlashStorage for AVR, Teensy, SAM DUE, SAMD, STM32 boards", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.0.zip", + "size": 10890, + "checksum": "SHA-256:a43442d9c65a307b8886678e97cf9508f0d7ce99b5ca58f1fcbc48619a65b457" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD, STM32, nRF52 boards", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.1.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.1.zip", + "size": 12515, + "checksum": "SHA-256:e0b2fc23a864dee590f6840c420b5ea16f5024c6b81d9cd5a8db22bcdf2f0909" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.2.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.2.zip", + "size": 13164, + "checksum": "SHA-256:cec5eacb90afa62583bc526722fcb521dce5721f2ad7b39315d1e57225394643" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.3.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.3.zip", + "size": 203508, + "checksum": "SHA-256:12131d8e58c7766870d2e45975dc14aa67812d7309d49972e3b016805ecef167" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.1.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.1.0.zip", + "size": 237880, + "checksum": "SHA-256:53276e81c4e58a96b13dfe30cf69f1f8cd9d6b78762f346775ba3270cb025f4e" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.2.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.2.0.zip", + "size": 251864, + "checksum": "SHA-256:43311bd69220a66e2736f3f5ce9b5ed64a0434c9e699e3fbaf46d9a1f590ca51" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.3.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.3.0.zip", + "size": 320796, + "checksum": "SHA-256:ff589b512454cc498de491e8d57b0196269f027a3ca2eed846e25028e7fa519d" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.4.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.4.0.zip", + "size": 321205, + "checksum": "SHA-256:25f2ca666836cfa1697040ffddd7339d52224a01b89d017702126193c4fc43ff" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": ["DoubleResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.5.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.5.0.zip", + "size": 364618, + "checksum": "SHA-256:0c27467c03b630ea97155d92484552afb7c245e70a9ab8fa1ee3dcb739eae4a8" + }, + { + "name": "AS5X47", + "version": "1.0.0", + "author": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "maintainer": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "sentence": "A library that reads angles from AS5047 and AS5147 sensors.", + "paragraph": "Also support configuration of the sensor parameters.", + "website": "https://github.com/Adrien-Legrand/AS5X47", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adrien-legrand/as5x47.git", + "providesIncludes": ["AS5X47.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adrien-legrand/AS5X47-1.0.0.zip", + "archiveFileName": "AS5X47-1.0.0.zip", + "size": 11936, + "checksum": "SHA-256:77614ec6197ab9aac22e26a539a671a86e8ed15b565af87b0dceb588ad6fc15a" + }, + { + "name": "AS5X47", + "version": "1.0.1", + "author": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "maintainer": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "sentence": "A library that reads angles from AS5047 and AS5147 sensors.", + "paragraph": "Also support configuration of the sensor parameters.", + "website": "https://github.com/Adrien-Legrand/AS5X47", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adrien-legrand/as5x47.git", + "providesIncludes": ["AS5X47.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adrien-legrand/AS5X47-1.0.1.zip", + "archiveFileName": "AS5X47-1.0.1.zip", + "size": 223484, + "checksum": "SHA-256:b916258fae13af1a87e7fee4ebc6a92e75090631b28297525ee34bab34ef4b95" + }, + { + "name": "ESPVGAX2", + "version": "1.0.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA signal generator for ESP8266", + "paragraph": "Supports 320x240px or 256x240px with 16 colors", + "website": "https://github.com/smaffer/espvgax2", + "category": "Display", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/smaffer/espvgax2.git", + "providesIncludes": ["ESPVGAX2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX2-1.0.0.zip", + "archiveFileName": "ESPVGAX2-1.0.0.zip", + "size": 3336840, + "checksum": "SHA-256:e2805067effe208fb6fbb68e1dba6354ccdba34fd7ba8b81f43ed67ce83c454b" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.0.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.0.0.zip", + "size": 31604, + "checksum": "SHA-256:fcdea64647b5efd4f7c4f7526b1a0971dfc6034b19caf77d41a431c7c782b499" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.1.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.1.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.1.0.zip", + "size": 98094, + "checksum": "SHA-256:6d354d0a320f57c5822f72964661f98d658ed1086c5819ef61d3ed651785915a" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.1.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.1.1.zip", + "archiveFileName": "OpenWeatherOneCall-1.1.1.zip", + "size": 99187, + "checksum": "SHA-256:e1de17ce04933298dd6b7b27537f5c612a168ffe137b5155bc97491a0b7fbdd9" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.2.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.2.0.zip", + "size": 126348, + "checksum": "SHA-256:58afc99bf6273b38c80e4828cf5c8721695a99386ddf729f7991665fde870ca8" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.2.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.1.zip", + "archiveFileName": "OpenWeatherOneCall-1.2.1.zip", + "size": 126404, + "checksum": "SHA-256:ae84b64656b3d7b822aa2f07334b51a4717ac535e9b31ffb5ed9e5a0e179d02d" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.2.3", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.3.zip", + "archiveFileName": "OpenWeatherOneCall-1.2.3.zip", + "size": 126405, + "checksum": "SHA-256:9bc7cec0db239bdbb5f874231d83b97c4c161e23388dad6c13900a9d64685e4e" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.3.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.3.0.zip", + "size": 119946, + "checksum": "SHA-256:a4f459d6cea03d0e6f685a289148855704e51ac9caaf813e056944f3131a62c9" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.3.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.1.zip", + "archiveFileName": "OpenWeatherOneCall-1.3.1.zip", + "size": 159547, + "checksum": "SHA-256:48ad56b2650fe98e21360152cfddc80ef0e31923bb4ed5a457fd027c270d881f" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.3.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.2.zip", + "archiveFileName": "OpenWeatherOneCall-1.3.2.zip", + "size": 159468, + "checksum": "SHA-256:19fb3b0fc56fc1fb6560938ce5312a167b26f8a8afe3be558a35794c51a950cf" + }, + { + "name": "OpenWeatherOneCall", + "version": "2.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.0.zip", + "archiveFileName": "OpenWeatherOneCall-2.0.0.zip", + "size": 164195, + "checksum": "SHA-256:d4b571d02cc9c6ab47fa4d32808bbf08cc52905c661f89f35c18181237f15ecb" + }, + { + "name": "OpenWeatherOneCall", + "version": "2.0.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.1.zip", + "archiveFileName": "OpenWeatherOneCall-2.0.1.zip", + "size": 164195, + "checksum": "SHA-256:ec1b5d7ef85ec4f86519803f7d11e4ea5f71a941ea3d076f4af33c95a31e148a" + }, + { + "name": "OpenWeatherOneCall", + "version": "2.0.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.2.zip", + "archiveFileName": "OpenWeatherOneCall-2.0.2.zip", + "size": 164266, + "checksum": "SHA-256:7ea3b79bc96f85e70d5be0b9c8f24e6866c4a3796e9a7fef200be633fdf9e1a0" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.0.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.0.zip", + "size": 1664987, + "checksum": "SHA-256:0795002473e38dd5d716ae60d721c3d4c41a711f7bf613ceaa08174133391332" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.1.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.1.zip", + "size": 1669828, + "checksum": "SHA-256:28f5942ca390404f44dde8b4543a5a739aee0bae8dee170646c27761581ae94d" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.2.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.2.zip", + "size": 1673336, + "checksum": "SHA-256:a3f8bd06de44b2d0f7c6fe3dcd8dc9b8c8ec9f1c1e3e9330a810253285046034" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.3", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.3.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.3.zip", + "size": 1724666, + "checksum": "SHA-256:3851e67addb197bb92c7e73837fe617f43839b99687dbc2962c852531d46940c" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.4", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.4.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.4.zip", + "size": 1726996, + "checksum": "SHA-256:d61db115ca4fc74a2740187a2416736f4deb9439ec8503d1ccd652f24acfab39" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.5", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.5.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.5.zip", + "size": 1726792, + "checksum": "SHA-256:fa49b2d6fbb8644bcc17f49d869ac44b0aaebb1994c7ba17fc5784c95904a3a4" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": ["OpenWeatherOneCall.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.0.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.0.zip", + "size": 1757492, + "checksum": "SHA-256:4503bcaa5ad4696f86a8232b1323d751f41f97f96c0c880eb5e0eaf726735f89" + }, + { + "name": "SID6581", + "version": "2.1.0", + "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", + "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", + "website": "https://github.com/hpwit/SID6581", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hpwit/SID6581.git", + "providesIncludes": ["SidPlayer.h"], + "dependencies": [ + { + "name": "ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-2.1.0.zip", + "archiveFileName": "SID6581-2.1.0.zip", + "size": 4008556, + "checksum": "SHA-256:69dd7f494a9f608e40c08caae583f2b241b5f34871896f62dc75fca6f4e0850e" + }, + { + "name": "SID6581", + "version": "2.1.1", + "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", + "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", + "website": "https://github.com/hpwit/SID6581", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hpwit/SID6581.git", + "providesIncludes": ["SidPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-2.1.1.zip", + "archiveFileName": "SID6581-2.1.1.zip", + "size": 4008615, + "checksum": "SHA-256:d4d62f39d062d6f6f4f502735b8721bbc7503b0735b8b6e8e99695acf9d9a7f0" + }, + { + "name": "SID6581", + "version": "3.0.1-beta", + "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", + "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", + "website": "https://github.com/hpwit/SID6581", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hpwit/SID6581.git", + "providesIncludes": ["SidPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-3.0.1-beta.zip", + "archiveFileName": "SID6581-3.0.1-beta.zip", + "size": 4210740, + "checksum": "SHA-256:9138fdc1b65633870fbf327e36d0ed3e68335bb7dad23f399bde665230f17302" + }, + { + "name": "RunningMedian", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.0.zip", + "archiveFileName": "RunningMedian-0.2.0.zip", + "size": 9646, + "checksum": "SHA-256:c5a0b8d575c01306c4ec3b80a7768d42e4dd72d9c76cd89a97b762ade039dbba" + }, + { + "name": "RunningMedian", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.1.zip", + "archiveFileName": "RunningMedian-0.2.1.zip", + "size": 9644, + "checksum": "SHA-256:4f77e36a2e4bd1d19c0fcbb2640b2c4b69a0eb08cce133aa82bd2b80eac0eda5" + }, + { + "name": "RunningMedian", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.2.zip", + "archiveFileName": "RunningMedian-0.2.2.zip", + "size": 12866, + "checksum": "SHA-256:5fb896d28b6d9f6dfb718b882da1d982631db971bd9cf793353e24dcce5da4bb" + }, + { + "name": "RunningMedian", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.0.zip", + "archiveFileName": "RunningMedian-0.3.0.zip", + "size": 13897, + "checksum": "SHA-256:1df8bef1e126ce1b267fdb105b52d593283d0b5ca61be4e76990ad934ba3b96e" + }, + { + "name": "RunningMedian", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.1.zip", + "archiveFileName": "RunningMedian-0.3.1.zip", + "size": 14278, + "checksum": "SHA-256:7aba6aa7cba45f60d41b5ffe9d081c9e68f7c7e9ad72880ab6efaca50382f2f3" + }, + { + "name": "RunningMedian", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.2.zip", + "archiveFileName": "RunningMedian-0.3.2.zip", + "size": 14659, + "checksum": "SHA-256:b9f30802f9c217ef5073668b102f66d64275266daeaad3b6065e560df4ed276d" + }, + { + "name": "RunningMedian", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": ["RunningMedian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.3.zip", + "archiveFileName": "RunningMedian-0.3.3.zip", + "size": 14344, + "checksum": "SHA-256:465668d5ff7e6d4fa1cd3c94f7dded352b9070bdc75bb11f081ef329e6fd05a9" + }, + { + "name": "RunningAverage", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": ["RunningAverager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.0.zip", + "archiveFileName": "RunningAverage-0.3.0.zip", + "size": 14510, + "checksum": "SHA-256:24dafefbfd9f174ce55c8e374478a6fdfb6478e54944baf0e9984aefeadb7ce8" + }, + { + "name": "RunningAverage", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": ["RunningAverager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.1.zip", + "archiveFileName": "RunningAverage-0.3.1.zip", + "size": 14550, + "checksum": "SHA-256:ece6615ed86d15a3694fddb3425359d633fc1211876310575ffc8f12b4e631c3" + }, + { + "name": "RunningAverage", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": ["RunningAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.2.zip", + "archiveFileName": "RunningAverage-0.3.2.zip", + "size": 17512, + "checksum": "SHA-256:1c0b157d7355238268f2e08a8d48d55d6d03abcd3e0c7aba770c2bff8873d8ec" + }, + { + "name": "RunningAverage", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": ["RunningAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.4.0.zip", + "archiveFileName": "RunningAverage-0.4.0.zip", + "size": 19420, + "checksum": "SHA-256:6a890ff866f060a36b21e6dcc5c4d3a3f00e5a39d7580c9aa88d66ca1d3e17e6" + }, + { + "name": "SevenSegmentTM1637", + "version": "1.0.0", + "author": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "maintainer": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "sentence": "Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC", + "paragraph": "Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bounchingBall() method can be used when using the fun class.", + "website": "https://github.com/bremme/arduino-tm1637", + "category": "Display", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/bremme/arduino-tm1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bremme/SevenSegmentTM1637-1.0.0.zip", + "archiveFileName": "SevenSegmentTM1637-1.0.0.zip", + "size": 833973, + "checksum": "SHA-256:0ae27c267d09f99d5c1483bbd286ae77773c38be356c55e0daa62a0524477bc4" + }, + { + "name": "SevenSegmentTM1637", + "version": "1.1.0", + "author": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "maintainer": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "sentence": "Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC", + "paragraph": "Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bouncingBall() method can be used when using the fun class.", + "website": "https://github.com/bremme/arduino-tm1637", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/bremme/arduino-tm1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bremme/SevenSegmentTM1637-1.1.0.zip", + "archiveFileName": "SevenSegmentTM1637-1.1.0.zip", + "size": 6616554, + "checksum": "SHA-256:7a3d20fe3ce2db1d254b05df9307ff3e96a9c3f5b77bd678b83fdfe58519090f" + }, + { + "name": "OneBitDisplay", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.0.0.zip", + "archiveFileName": "OneBitDisplay-1.0.0.zip", + "size": 391761, + "checksum": "SHA-256:81773d4bee6c4769bbb8dfc21b7e181cfab2d4fc19ea177af4f2130954bdbe75" + }, + { + "name": "OneBitDisplay", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.0.zip", + "archiveFileName": "OneBitDisplay-1.1.0.zip", + "size": 398996, + "checksum": "SHA-256:b444edeb0e9dcfba6e78b718d0fa58356ee29b9429f1573283d1ae9032b2dfad" + }, + { + "name": "OneBitDisplay", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.1.zip", + "archiveFileName": "OneBitDisplay-1.1.1.zip", + "size": 399179, + "checksum": "SHA-256:5cc0a87d7984cad64f50afc04b360c992443842cbcc8267bde514668c6d8da1f" + }, + { + "name": "OneBitDisplay", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.2.zip", + "archiveFileName": "OneBitDisplay-1.1.2.zip", + "size": 399508, + "checksum": "SHA-256:de1b3df8f60b1745c6b196344233dd6eaba23b8e49b9e4e3dcdf899509b0c051" + }, + { + "name": "OneBitDisplay", + "version": "1.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.3.0.zip", + "archiveFileName": "OneBitDisplay-1.3.0.zip", + "size": 403471, + "checksum": "SHA-256:5ba664047d6aef24fc496c08e750096294bb983a80d8d0a2eccca06f22acfafe" + }, + { + "name": "OneBitDisplay", + "version": "1.4.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.4.0.zip", + "archiveFileName": "OneBitDisplay-1.4.0.zip", + "size": 407395, + "checksum": "SHA-256:76ad0d88463fd370ed94565e0b854266e7047adca3dff351f960589ba33b94f2" + }, + { + "name": "OneBitDisplay", + "version": "1.5.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.5.0.zip", + "archiveFileName": "OneBitDisplay-1.5.0.zip", + "size": 408234, + "checksum": "SHA-256:91c95c8a4591489908a94c66cb395b2fbb7b22ae5ac02bdbf1e837cc5f2bd21e" + }, + { + "name": "OneBitDisplay", + "version": "1.6.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.6.0.zip", + "archiveFileName": "OneBitDisplay-1.6.0.zip", + "size": 409623, + "checksum": "SHA-256:1cf03cdb0efcbc7560f9a147a387969043b75922cca47c1b01ccf26df89f6ab4" + }, + { + "name": "OneBitDisplay", + "version": "1.7.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.0.zip", + "archiveFileName": "OneBitDisplay-1.7.0.zip", + "size": 412668, + "checksum": "SHA-256:e3902ee4c7bfc4d1421d02bacd376ee86105d14814edea2dcabe80a3fe0be1e0" + }, + { + "name": "OneBitDisplay", + "version": "1.7.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.1.zip", + "archiveFileName": "OneBitDisplay-1.7.1.zip", + "size": 412683, + "checksum": "SHA-256:098da904af3894471233746358d3468f7157e6da1fe9a590edb7d739f1e876b7" + }, + { + "name": "OneBitDisplay", + "version": "1.7.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.2.zip", + "archiveFileName": "OneBitDisplay-1.7.2.zip", + "size": 412708, + "checksum": "SHA-256:8287d83eaff52d548b72041652d5cfca04107d479335e6fd9f8b759086d5013b" + }, + { + "name": "OneBitDisplay", + "version": "1.8.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.8.0.zip", + "archiveFileName": "OneBitDisplay-1.8.0.zip", + "size": 687494, + "checksum": "SHA-256:d76c7fa414f68101013a170ca7c9dd2bea9094d2c0f36a692ea28152bc6bdb1c" + }, + { + "name": "OneBitDisplay", + "version": "1.9.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.9.0.zip", + "archiveFileName": "OneBitDisplay-1.9.0.zip", + "size": 805893, + "checksum": "SHA-256:9fa1b903b6138c04beb7d64d65800ca4361d97ec8944d0b66f21cfaf44d271cb" + }, + { + "name": "OneBitDisplay", + "version": "1.9.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.9.1.zip", + "archiveFileName": "OneBitDisplay-1.9.1.zip", + "size": 795082, + "checksum": "SHA-256:ee3bcc267caa7463b065dfd3e7ca7c4658a0e445beb3aa2ce61550d9651c4211" + }, + { + "name": "OneBitDisplay", + "version": "1.10.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": ["OneBitDisplay.h"], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.10.0.zip", + "archiveFileName": "OneBitDisplay-1.10.0.zip", + "size": 800881, + "checksum": "SHA-256:2c34d01962c8ac79e324c476f44fd8fe06d3bd78c64d6b6333883808ffc0cce9" + }, + { + "name": "CRCx", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.2.0.zip", + "archiveFileName": "CRCx-0.2.0.zip", + "size": 55328, + "checksum": "SHA-256:72c2f693409925bfee956ce3f0ba6e42280df81bb4524b0524484143156b542c" + }, + { + "name": "CRCx", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.2.1.zip", + "archiveFileName": "CRCx-0.2.1.zip", + "size": 56229, + "checksum": "SHA-256:d06cea710ff2cd01a01968697b914275268f74aaa14a7f272c6726332d2ec2a9" + }, + { + "name": "CRCx", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.3.0.zip", + "archiveFileName": "CRCx-0.3.0.zip", + "size": 61700, + "checksum": "SHA-256:a0c06ea25210b8daf47c31c847d2d59e135ad1a6d3f2bce81ad217f87e2cb35d" + }, + { + "name": "CRCx", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.3.1.zip", + "archiveFileName": "CRCx-0.3.1.zip", + "size": 61549, + "checksum": "SHA-256:efac6167bcaaf2d536fa864aa525613ea5b4ae8649ad1205d163742299fd0ff0" + }, + { + "name": "CRCx", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.3.2.zip", + "archiveFileName": "CRCx-0.3.2.zip", + "size": 61547, + "checksum": "SHA-256:f4a9116a4ff40610c94b8993a4ca1e8b4b288a50287473dc5f88f0319bd10931" + }, + { + "name": "MultiButton", + "version": "1.0.0", + "author": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "maintainer": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "sentence": "Reliable detection of single, double and long clicks.", + "paragraph": "Can be used to debounce simple arduino digital pins, but also e.g. capacitive touch inputs.", + "website": "https://github.com/poelstra/arduino-multi-button/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/poelstra/arduino-multi-button.git", + "providesIncludes": ["PinButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/poelstra/MultiButton-1.0.0.zip", + "archiveFileName": "MultiButton-1.0.0.zip", + "size": 8828, + "checksum": "SHA-256:e66425dc580b337116e5dc374c459a3b366905495536369c9f6f2ed044deedbb" + }, + { + "name": "FourRegs", + "version": "0.1.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.0.zip", + "archiveFileName": "FourRegs-0.1.0.zip", + "size": 10995, + "checksum": "SHA-256:1ae48b6b4cc99b32841321ad534e03468bee4e9345fdbff562d7d90d34bf971e" + }, + { + "name": "FourRegs", + "version": "0.1.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.1.zip", + "archiveFileName": "FourRegs-0.1.1.zip", + "size": 11754, + "checksum": "SHA-256:38106eaa9c956a5a933e73d2f6e1ddb92e2e72813a8cd06c862d7bcd199ed678" + }, + { + "name": "FourRegs", + "version": "0.1.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.2.zip", + "archiveFileName": "FourRegs-0.1.2.zip", + "size": 13585, + "checksum": "SHA-256:afb1359451b22376d79a9e6058402db22bf353dcaaf3c120d1c60342abf33e00" + }, + { + "name": "FourRegs", + "version": "0.2.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.2.0.zip", + "archiveFileName": "FourRegs-0.2.0.zip", + "size": 13537, + "checksum": "SHA-256:75867efeb9a1184a5c23ee167b67160d48f7ff25b68e7ca2480b1a95e3a1cdda" + }, + { + "name": "FourRegs", + "version": "0.2.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.2.1.zip", + "archiveFileName": "FourRegs-0.2.1.zip", + "size": 19595, + "checksum": "SHA-256:784601d92587f8fe734b315d6cc5c4578595e19e929d4d31bc8ef576a7f00f15" + }, + { + "name": "FourRegs", + "version": "0.3.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.0.zip", + "archiveFileName": "FourRegs-0.3.0.zip", + "size": 22533, + "checksum": "SHA-256:142fbd3fca5e65cfa3d510b3f4e4104c5820162ddce07615a5beabb9d8cdc57e" + }, + { + "name": "FourRegs", + "version": "0.3.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.1.zip", + "archiveFileName": "FourRegs-0.3.1.zip", + "size": 24832, + "checksum": "SHA-256:f93ae56f1262ce40c12487069d0bc67e7dfd04658468ad846e550289a6440209" + }, + { + "name": "FourRegs", + "version": "0.3.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.2.zip", + "archiveFileName": "FourRegs-0.3.2.zip", + "size": 24847, + "checksum": "SHA-256:b6624777444232dc0fbea31d8ad1a020b6c3c5b5d1f093acd215885c998523fe" + }, + { + "name": "FourRegs", + "version": "0.3.3", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.3.zip", + "archiveFileName": "FourRegs-0.3.3.zip", + "size": 27251, + "checksum": "SHA-256:ccddebaac87ed81f59a47c62e15b26694bc06e0c730a38295794eb530286e21d" + }, + { + "name": "FourRegs", + "version": "0.3.4", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.4.zip", + "archiveFileName": "FourRegs-0.3.4.zip", + "size": 29921, + "checksum": "SHA-256:30c7778503be66f52c2e16bbbc19da2e96bd5f0a855605b0632ffd1b9aef341e" + }, + { + "name": "FourRegs", + "version": "0.3.5", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.5.zip", + "archiveFileName": "FourRegs-0.3.5.zip", + "size": 29982, + "checksum": "SHA-256:7b96808a2d066b017309b031441f6b7420ec85bfcfc0fe1e01c2f5631004c652" + }, + { + "name": "FourRegs", + "version": "0.4.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.0.zip", + "archiveFileName": "FourRegs-0.4.0.zip", + "size": 32470, + "checksum": "SHA-256:b1de973ac82c745aee68b5c588ddba47737ed4269b429e9a5f6f4089829909e2" + }, + { + "name": "FourRegs", + "version": "0.4.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.1.zip", + "archiveFileName": "FourRegs-0.4.1.zip", + "size": 32615, + "checksum": "SHA-256:89c3ebb53cca3937e98227d1ec22e4a4950bb0c96aa1d42894e2f018b1957e2e" + }, + { + "name": "FourRegs", + "version": "0.4.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.2.zip", + "archiveFileName": "FourRegs-0.4.2.zip", + "size": 33532, + "checksum": "SHA-256:232afbc3f4192c85883cfddd2d8ce962a7f4f080ede5350469a2fe721e8e1b35" + }, + { + "name": "FourRegs", + "version": "0.4.3", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.3.zip", + "archiveFileName": "FourRegs-0.4.3.zip", + "size": 35540, + "checksum": "SHA-256:b6adb8a8fbc991e103a1fcf9eaf9316473cca73eb64734ac1d43906599c7ccc6" + }, + { + "name": "FourRegs", + "version": "0.4.4", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.4.zip", + "archiveFileName": "FourRegs-0.4.4.zip", + "size": 35818, + "checksum": "SHA-256:2889b3f6660bc6eda298549202705f222449523dcea66ebbc16597a5e1de9ebe" + }, + { + "name": "LibSSH-ESP32", + "version": "0.2.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH library for Arduino-ESP32 based on libssh library.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example, an SSH client, SSH server and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-0.2.0.zip", + "archiveFileName": "LibSSH_ESP32-0.2.0.zip", + "size": 429442, + "checksum": "SHA-256:46e089c25808ec1c3683e8f5b287c1919c435ba7ba64bc8b58f99bf0981da484" + }, + { + "name": "LibSSH-ESP32", + "version": "1.0.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.0.0.zip", + "archiveFileName": "LibSSH_ESP32-1.0.0.zip", + "size": 495460, + "checksum": "SHA-256:c2cccb26f3516df59972db64e489804d69e8986562b3cd230cf505358e4e135c" + }, + { + "name": "LibSSH-ESP32", + "version": "1.0.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.0.1.zip", + "archiveFileName": "LibSSH_ESP32-1.0.1.zip", + "size": 495479, + "checksum": "SHA-256:4255dbd81bf0b8549f8dd200d909d5f84017c2457773a8e3d4ceb39393bcc0e6" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.0.zip", + "archiveFileName": "LibSSH_ESP32-1.1.0.zip", + "size": 497017, + "checksum": "SHA-256:0df56832813765c584e4fa5c21cbe78baf69ef156810c266a06f7f7507b4b2e4" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.1.zip", + "archiveFileName": "LibSSH_ESP32-1.1.1.zip", + "size": 497047, + "checksum": "SHA-256:176b3752cba63befcec7f16f4e7de85f6129d3c86553bb67ef446c90b0fe3098" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.2", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.2.zip", + "archiveFileName": "LibSSH_ESP32-1.1.2.zip", + "size": 497726, + "checksum": "SHA-256:605f3aee894754dfd2c81ddb6bec3a92824a16b00994d683c2339c7805470167" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.3", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.3.zip", + "archiveFileName": "LibSSH_ESP32-1.1.3.zip", + "size": 497716, + "checksum": "SHA-256:d3ad8eb46122f66945357f0fe8a437a2e041e7a0b51460df686b9fe2469a4162" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.0.zip", + "archiveFileName": "LibSSH_ESP32-1.2.0.zip", + "size": 499291, + "checksum": "SHA-256:7c105b2e13dfc0e100628277f2486d8fd19434b5aeafd7c6bfc1b7cf92ae3aa7" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.1.zip", + "archiveFileName": "LibSSH_ESP32-1.2.1.zip", + "size": 499294, + "checksum": "SHA-256:5d86d49933a24aa73bd5353fe9658952ab3c5f73895b7e79a0f217d787f551eb" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.2", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.2.zip", + "archiveFileName": "LibSSH_ESP32-1.2.2.zip", + "size": 507058, + "checksum": "SHA-256:72aef98068cf0633fa189db46355f9e561738175c1c08f2635931626fc017982" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.3", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.3.zip", + "archiveFileName": "LibSSH_ESP32-1.2.3.zip", + "size": 507087, + "checksum": "SHA-256:6a452a8a7b5da7950a522cd265b4b84f5f31e84348fcfd79891858551eb6eb3d" + }, + { + "name": "LibSSH-ESP32", + "version": "1.3.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": ["libssh_esp32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.3.0.zip", + "archiveFileName": "LibSSH_ESP32-1.3.0.zip", + "size": 508410, + "checksum": "SHA-256:fe91776871d2db984755b6d9513a6fdfa1d9c644163cc694b7d08d4c2bfefcd8" + }, + { + "name": "XLR8PID", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Arduino library for hardware accelerated PID control.", + "paragraph": "Takes advantage of hardware acceleration available in Alorium Technology's XLR8 product. For use with an XLR8 board with the PID XB loaded on it.", + "website": "https://github.com/AloriumTechnology/XLR8PID", + "category": "Data Processing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/XLR8PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8PID-1.0.0.zip", + "archiveFileName": "XLR8PID-1.0.0.zip", + "size": 39303, + "checksum": "SHA-256:c4abe1e98ace862038f95860e4c2105a5b8a985c1a715c97c8b0eae17255dc14" + }, + { + "name": "ArrbotMonitor", + "version": "1.1.0", + "author": "Mark Harrison (marhar@gmail.com)", + "maintainer": "Mark Harrison (marhar@gmail.com)", + "sentence": "Plotter-friendly display macros.", + "paragraph": "This library makes it easy to display debug and trace information that is compatible with the Arduino Serial Plotter.", + "website": "https://github.com/marhar/ArrbotMonitor", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marhar/ArrbotMonitor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marhar/ArrbotMonitor-1.1.0.zip", + "archiveFileName": "ArrbotMonitor-1.1.0.zip", + "size": 959790, + "checksum": "SHA-256:fc91ba67b5d34281b0154675d984fab9b087628cf2530a670a480a6b8fd2b789" + }, + { + "name": "max7219", + "version": "1.0.0", + "author": "Jonathan Evans", + "maintainer": "Jonathan Evans", + "sentence": "Lightweight library for the MAX7219 7 segment 8 digit display", + "paragraph": "Exposes two easy to use methods DisplayText(Text, Orientation) and DisplayChar(Digit, Char, DecimalPlace);", + "website": "https://github.com/JemRF/max7219", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JemRF/max7219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JemRF/max7219-1.0.0.zip", + "archiveFileName": "max7219-1.0.0.zip", + "size": 104660, + "checksum": "SHA-256:20ab7bf6ade9c7b1acc2857ef21e5bf92d8fb3e6e3c8b1b063700aac61652d7a" + }, + { + "name": "ESPFlash", + "version": "1.0.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight library that makes SPIFFs usage simple and easy to understand on the ESP8266 and ESP32.", + "paragraph": "ESPFlash is an abstraction layer that simplifies the storing of vectorised data in the filesystem on the ESP8266 and ESP32. It features a simple template based interface to store and retreive generic vectorised data in flash memory using SPIFFs.", + "website": "https://github.com/DaleGia/ESPFlash", + "category": "Other", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/DaleGia/ESPFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPFlash-1.0.0.zip", + "archiveFileName": "ESPFlash-1.0.0.zip", + "size": 26337, + "checksum": "SHA-256:32892829d8143998c19bb74cf14e602a7eee70ac057dea63e89a25879f32871b" + }, + { + "name": "ipMIDI", + "version": "1.0.1", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "ipMIDI for Arduino", + "paragraph": "ipMIDI", + "website": "https://github.com/lathoub/Arduino-ipMIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", + "providesIncludes": ["ipMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.1.zip", + "archiveFileName": "ipMIDI-1.0.1.zip", + "size": 8992, + "checksum": "SHA-256:344911b4b1d0c15253c4a7782545fa2fc852d659eace2705f08bf1ef2cf20dca" + }, + { + "name": "ipMIDI", + "version": "1.0.2", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "ipMIDI for Arduino", + "paragraph": "ipMIDI", + "website": "https://github.com/lathoub/Arduino-ipMIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", + "providesIncludes": ["ipMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.2.zip", + "archiveFileName": "ipMIDI-1.0.2.zip", + "size": 8982, + "checksum": "SHA-256:d5e42adf32b556155b714ef3806b650db36200d1abc7654e030fa1a18e956e24" + }, + { + "name": "ipMIDI", + "version": "1.0.3", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "ipMIDI for Arduino", + "paragraph": "ipMIDI", + "website": "https://github.com/lathoub/Arduino-ipMIDI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", + "providesIncludes": ["ipMIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.3.zip", + "archiveFileName": "ipMIDI-1.0.3.zip", + "size": 8927, + "checksum": "SHA-256:c3b9c6f15ecfdda60e1091b6902a7c5eb34baf027fc9074bc584d942052da97e" + }, + { + "name": "SolarCharger", + "version": "1.0.0", + "author": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", + "maintainer": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", + "license": "MIT", + "sentence": "Solar Charger Shield.", + "paragraph": "Library to read voltage in a Seeed Studio Arduino shield.", + "website": "https://github.com/hectorespert/SolarCharger", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hectorespert/SolarCharger.git", + "providesIncludes": ["SolarCharger.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hectorespert/SolarCharger-1.0.0.zip", + "archiveFileName": "SolarCharger-1.0.0.zip", + "size": 3739, + "checksum": "SHA-256:85e2b25610c356e83dbfdb1619becd01f1ee8edc4828cc18fc5bf18ca505da78" + }, + { + "name": "SparkFun Qwiic Humidity AHT20", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive ASAIT's new AHT20 temperature and humidity IC.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16618\"\u003eSparkX Qwiic Humiditiy AHT20\u003c/a\u003e to get current temperature and humidity readings.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Humidity_AHT20-1.0.0.zip", + "size": 7814, + "checksum": "SHA-256:aa395a5dc02cb501a29b01ab220760083b94b5d236ad6fe69c6fd0ca67019eea" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.1.0", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.1.0.zip", + "archiveFileName": "AlmaviosLitMqtt-0.1.0.zip", + "size": 38272, + "checksum": "SHA-256:b88013119db43c12266a8b5dbcf74531a106266030d91e1b086fcd45823e9834" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.1.1", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.1.1.zip", + "archiveFileName": "AlmaviosLitMqtt-0.1.1.zip", + "size": 38299, + "checksum": "SHA-256:ec224f9049fbfb24d74b0e8d983bafcaa398c682115b631f146b1d73aac0f767" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.2.0", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.2.0.zip", + "archiveFileName": "AlmaviosLitMqtt-0.2.0.zip", + "size": 45567, + "checksum": "SHA-256:4831dd46a72de98654f527822019eb7b2104168ba13213a116c711cd7dde4abc" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.3.0", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.3.0.zip", + "archiveFileName": "AlmaviosLitMqtt-0.3.0.zip", + "size": 47668, + "checksum": "SHA-256:8cb0f3efc61970c0a1a81e710bb67ecddbe08f411eb665de5e90e6294ccc4185" + }, + { + "name": "wm8978-esp32", + "version": "1.0.0", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces. With configurable MCLK on every PWM capable pin.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": ["WM8978.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.0.zip", + "archiveFileName": "wm8978_esp32-1.0.0.zip", + "size": 8159, + "checksum": "SHA-256:5438504a203e4c5432beab0ebfeaeeda43ee628c0bc8abb4078e890df17b8ed8" + }, + { + "name": "wm8978-esp32", + "version": "1.0.1", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces. With configurable MCLK on every PWM capable pin.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": ["WM8978.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.1.zip", + "archiveFileName": "wm8978_esp32-1.0.1.zip", + "size": 7873, + "checksum": "SHA-256:3bc0ab49ffc0944c81a102412c479dd3de6b47cec9907f05bedbbd5136d43eb7" + }, + { + "name": "wm8978-esp32", + "version": "1.0.2", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": ["WM8978.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.2.zip", + "archiveFileName": "wm8978_esp32-1.0.2.zip", + "size": 7841, + "checksum": "SHA-256:e78b3af6a2d3620601438683ed0ebdc5d76cc6cfd5f8e7bfe40a2e07d0de3d8b" + }, + { + "name": "wm8978-esp32", + "version": "1.0.3", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": ["WM8978.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.3.zip", + "archiveFileName": "wm8978_esp32-1.0.3.zip", + "size": 8003, + "checksum": "SHA-256:42dc96b67a44d361a15f5f257b25cf08b5ba9973b928fe3f9cf0ba6316c5a94e" + }, + { + "name": "SET", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": ["set.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.0.zip", + "archiveFileName": "SET-0.2.0.zip", + "size": 11403, + "checksum": "SHA-256:07f4601db29cafe79c01dbce9748585443843d18d25b57913296ed60eed04f5f" + }, + { + "name": "SET", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": ["set.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.1.zip", + "archiveFileName": "SET-0.2.1.zip", + "size": 11399, + "checksum": "SHA-256:69f19b9bdc930f427365a3b495d6e9678fc5fa9cfede59aa064e324c2520a6b5" + }, + { + "name": "SET", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": ["set.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.2.zip", + "archiveFileName": "SET-0.2.2.zip", + "size": 12765, + "checksum": "SHA-256:e8d76e1c71b8a711395cc158fa74d3a5648bc2c163cd1b3de85ea38dc5f3b58a" + }, + { + "name": "SET", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": ["set.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.3.zip", + "archiveFileName": "SET-0.2.3.zip", + "size": 14365, + "checksum": "SHA-256:a0d97dec20d57e1090f06e1d1926883e837b95ccb095675a0578426067a63627" + }, + { + "name": "SET", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": ["set.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.4.zip", + "archiveFileName": "SET-0.2.4.zip", + "size": 14669, + "checksum": "SHA-256:48db297edb715a14377dc66d05a93c0fa9895fc04884876e53d9de7f8be23f66" + }, + { + "name": "FRAM_I2C", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": ["Wire.h", "FRAM.h"], + "dependencies": [ + { + "name": "Wire.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.0.zip", + "archiveFileName": "FRAM_I2C-0.2.0.zip", + "size": 7577, + "checksum": "SHA-256:547ce356f4ffd72a862b055e3d33bbbd39b86f1823b3885e66effb4de3d78635" + }, + { + "name": "FRAM_I2C", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": ["Wire.h", "FRAM.h"], + "dependencies": [ + { + "name": "Wire.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.1.zip", + "archiveFileName": "FRAM_I2C-0.2.1.zip", + "size": 7577, + "checksum": "SHA-256:cafd6e143c5bdddfc91e78619796b373617d4485f90e6c84f48c5ac1b2e650de" + }, + { + "name": "FRAM_I2C", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": ["FRAM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.2.zip", + "archiveFileName": "FRAM_I2C-0.2.2.zip", + "size": 9331, + "checksum": "SHA-256:1de860076372d42f59307d162caf62244c81e8ba6c5b79a85381e8a996cb2c5a" + }, + { + "name": "FRAM_I2C", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": ["FRAM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.3.zip", + "archiveFileName": "FRAM_I2C-0.2.3.zip", + "size": 9350, + "checksum": "SHA-256:ce40ecca8094693cc5b71c73c16b54cb560b46bb968c4b2ff2f390c2f530868d" + }, + { + "name": "FRAM_I2C", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": ["FRAM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.0.zip", + "archiveFileName": "FRAM_I2C-0.3.0.zip", + "size": 9814, + "checksum": "SHA-256:3bb8ca2de2d8cd70cc1b51ef6ea135f5e92c447a507d72de4592f61573bcc185" + }, + { + "name": "FRAM_I2C", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": ["FRAM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.1.zip", + "archiveFileName": "FRAM_I2C-0.3.1.zip", + "size": 9712, + "checksum": "SHA-256:b693c832889bd41227eca430cdb6d545e650d7cbd194c43588a87ab8fb626b85" + }, + { + "name": "PrintString", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": ["PrintString.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.1.1.zip", + "archiveFileName": "PrintString-0.1.1.zip", + "size": 4381, + "checksum": "SHA-256:20115da6c12730b677128a4e251593ef7a8e656b6a2cebf08021a47e23d8e126" + }, + { + "name": "PrintString", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": ["PrintString.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.1.2.zip", + "archiveFileName": "PrintString-0.1.2.zip", + "size": 4388, + "checksum": "SHA-256:0fb39aa272d22f798d0269f6208c7ea3302c75d447be375141e7d0da4c7ea9fb" + }, + { + "name": "PrintString", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": ["PrintString.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.2.0.zip", + "archiveFileName": "PrintString-0.2.0.zip", + "size": 5970, + "checksum": "SHA-256:629063da3586eb84340bb8ed260e073d955d3ab1d24feafbd80a0287369977c7" + }, + { + "name": "MsgPack", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.0.zip", + "archiveFileName": "MsgPack-0.1.0.zip", + "size": 24722, + "checksum": "SHA-256:2e3150bf7b5bc5847cb15be34de91a302b6d440d4fbf318f49e1a8b32a531e49" + }, + { + "name": "MsgPack", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.1.zip", + "archiveFileName": "MsgPack-0.1.1.zip", + "size": 44620, + "checksum": "SHA-256:24317717404df657e98e98e86134692cbfe3303ca6beac3f9cbc5e729fecb780" + }, + { + "name": "MsgPack", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.3.zip", + "archiveFileName": "MsgPack-0.1.3.zip", + "size": 44712, + "checksum": "SHA-256:579f5ff2a31f3ec9fc062b61e514553b577f99fdfb882a87335ec6786813a031" + }, + { + "name": "MsgPack", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.4.zip", + "archiveFileName": "MsgPack-0.1.4.zip", + "size": 48860, + "checksum": "SHA-256:f273ccc65ee39763cdb8bae441278486a390e4062f59497be4cfdc529808c6a8" + }, + { + "name": "MsgPack", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.5.zip", + "archiveFileName": "MsgPack-0.1.5.zip", + "size": 51868, + "checksum": "SHA-256:75ccd83305d7e596ee4fbb3bd3f70e4f3e766259e3fc039244d29aa45d971ebe" + }, + { + "name": "MsgPack", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.6.zip", + "archiveFileName": "MsgPack-0.1.6.zip", + "size": 52031, + "checksum": "SHA-256:09ad11b22f28053c97fbf41ab1a707f1494e4e1e142504cb8b40cd1a8145ddfd" + }, + { + "name": "MsgPack", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.7.zip", + "archiveFileName": "MsgPack-0.1.7.zip", + "size": 54009, + "checksum": "SHA-256:8c0d11ec8523410dbc450f1620123196b92a0aa2dd1e09341529e8e3ee6994f7" + }, + { + "name": "MsgPack", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.8.zip", + "archiveFileName": "MsgPack-0.1.8.zip", + "size": 54137, + "checksum": "SHA-256:121b255ba171ec32789a8ad7a62a20ed158492bcb603764ced5de4f6b4c0379a" + }, + { + "name": "MsgPack", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.9.zip", + "archiveFileName": "MsgPack-0.1.9.zip", + "size": 54421, + "checksum": "SHA-256:300f6c7d36890c53f852357c1580fc1f2108a65064acab998611890ca4339289" + }, + { + "name": "MsgPack", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.10.zip", + "archiveFileName": "MsgPack-0.1.10.zip", + "size": 54526, + "checksum": "SHA-256:2cdb1edd29034af6ba1bdfa014724744b31ec324de2c3226b5826072df61ac80" + }, + { + "name": "MsgPack", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.11.zip", + "archiveFileName": "MsgPack-0.1.11.zip", + "size": 54935, + "checksum": "SHA-256:77d8103e0ca4d054d4b02b8de584ab18ee6724ce3a86c22c2c1c94c620765bd4" + }, + { + "name": "MsgPack", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.0.zip", + "archiveFileName": "MsgPack-0.2.0.zip", + "size": 62208, + "checksum": "SHA-256:6afce3140133a40c2e4063ad86fee750116b6b9ff6840f9d54f267f89b5d7a81" + }, + { + "name": "MsgPack", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.1.zip", + "archiveFileName": "MsgPack-0.2.1.zip", + "size": 62301, + "checksum": "SHA-256:150465d18e66df4efad9b011e459045de79a86957c698eb6be58e7677b365bde" + }, + { + "name": "MsgPack", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.2.zip", + "archiveFileName": "MsgPack-0.2.2.zip", + "size": 62335, + "checksum": "SHA-256:0173c3af8115c6e4423424d65de6d03d095f61b005ec70c2e66b23dc6f58bea4" + }, + { + "name": "MsgPack", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.3.zip", + "archiveFileName": "MsgPack-0.2.3.zip", + "size": 62570, + "checksum": "SHA-256:ba9174ad12db17204047ea7cc756c805d322e93fcd78f34ced1be5ec4d248f1c" + }, + { + "name": "MsgPack", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.4.zip", + "archiveFileName": "MsgPack-0.2.4.zip", + "size": 62594, + "checksum": "SHA-256:56c24d8eae43a0fbe9910c58fa8992b7e704360e16a8ef49be9d9f6f54b6291d" + }, + { + "name": "MsgPack", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.5.zip", + "archiveFileName": "MsgPack-0.2.5.zip", + "size": 62672, + "checksum": "SHA-256:480de82c06c3dbd7cc008fe1dd12be08dc2f0298a8102db6ea1b3898166f6938" + }, + { + "name": "MsgPack", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.6.zip", + "archiveFileName": "MsgPack-0.2.6.zip", + "size": 62676, + "checksum": "SHA-256:502ab090aedf0b12af7ff9b44857da6c85fb221082bfc0d9761b427c195a3bf2" + }, + { + "name": "MsgPack", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.7.zip", + "archiveFileName": "MsgPack-0.2.7.zip", + "size": 62804, + "checksum": "SHA-256:bb1fd07fe884aed65adc6f02a6258d0ef4010812ce527bd4b468e044eec27bbf" + }, + { + "name": "MsgPack", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.8.zip", + "archiveFileName": "MsgPack-0.2.8.zip", + "size": 62984, + "checksum": "SHA-256:ad8cee2f91eedfd88cfc084a28ca4f55de0aab3aa88003a2c3c600ff4e416b29" + }, + { + "name": "MsgPack", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.9.zip", + "archiveFileName": "MsgPack-0.2.9.zip", + "size": 63488, + "checksum": "SHA-256:e3ac466ddf8750548507571adf86ed94eff0dae8cde3a9b6327de7be1187ab2a" + }, + { + "name": "MsgPack", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.10.zip", + "archiveFileName": "MsgPack-0.2.10.zip", + "size": 64419, + "checksum": "SHA-256:f637218acefb7470dacef8b0d71593800b0b7dc8b21f0737cd2fb703e8c1c7c3" + }, + { + "name": "MsgPack", + "version": "0.2.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.11.zip", + "archiveFileName": "MsgPack-0.2.11.zip", + "size": 64435, + "checksum": "SHA-256:57800a86696c1911ba0732d3113f728e7a3a15fc3eb314ab3e40f70ddcbaa67e" + }, + { + "name": "MsgPack", + "version": "0.2.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.12.zip", + "archiveFileName": "MsgPack-0.2.12.zip", + "size": 64682, + "checksum": "SHA-256:62e5322fe6582b23ef0b4ebb6114b54742adc2f4ddd1094168e301c9aaeca948" + }, + { + "name": "MsgPack", + "version": "0.2.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.13.zip", + "archiveFileName": "MsgPack-0.2.13.zip", + "size": 65111, + "checksum": "SHA-256:0825f787cb0876aa6510423278aeb0e04597ace6ad9410e0a619db8e8d8102e7" + }, + { + "name": "MsgPack", + "version": "0.2.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.15.zip", + "archiveFileName": "MsgPack-0.2.15.zip", + "size": 73400, + "checksum": "SHA-256:c0c8fd2b168ea3da953a54cb0117098e7e6935ab3d08c154b874a0a59af120ef" + }, + { + "name": "MsgPack", + "version": "0.2.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.16.zip", + "archiveFileName": "MsgPack-0.2.16.zip", + "size": 73497, + "checksum": "SHA-256:e4658efdf1e06a234c03e677183e7a584b1e1272f7f9e948a265802d12572df0" + }, + { + "name": "MsgPack", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.0.zip", + "archiveFileName": "MsgPack-0.3.0.zip", + "size": 76010, + "checksum": "SHA-256:2fd7b68bf094916e66be8448d388748b0632085057bd207ed511c696a1d2e63d" + }, + { + "name": "MsgPack", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.1.zip", + "archiveFileName": "MsgPack-0.3.1.zip", + "size": 76039, + "checksum": "SHA-256:8bbf770623e41ed0d41616ef9257b11d25ec030845f69bf4c7c25560f6ad675b" + }, + { + "name": "MsgPack", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.2.zip", + "archiveFileName": "MsgPack-0.3.2.zip", + "size": 77625, + "checksum": "SHA-256:35bd602cf26920fa36a4349d63d7cc717f10aab5b2d6a564b49f52db664bad8d" + }, + { + "name": "MsgPack", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.3.zip", + "archiveFileName": "MsgPack-0.3.3.zip", + "size": 77636, + "checksum": "SHA-256:44be853f0e0967c4aa7670484791510da55e3c076a3508ed46634c45237b86eb" + }, + { + "name": "MsgPack", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.4.zip", + "archiveFileName": "MsgPack-0.3.4.zip", + "size": 77639, + "checksum": "SHA-256:21f5e7881963947512bd114fb49cbf5f92f598246c0ca47decf8fcabce361e79" + }, + { + "name": "MsgPack", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.5.zip", + "archiveFileName": "MsgPack-0.3.5.zip", + "size": 77561, + "checksum": "SHA-256:273376999f4825670f3f1f863a9a987a3f59b646923d92b17d7607d5d58d0096" + }, + { + "name": "MsgPack", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.6.zip", + "archiveFileName": "MsgPack-0.3.6.zip", + "size": 78359, + "checksum": "SHA-256:a924c9deaff97947031d09293e7df084477041d2c4fbd3d7f062de4a7f6426a5" + }, + { + "name": "MsgPack", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.7.zip", + "archiveFileName": "MsgPack-0.3.7.zip", + "size": 78370, + "checksum": "SHA-256:6d283ea871b6a4d76eb49d9fcd7e3548f3bc92d7543d1ee515eb4097362630ad" + }, + { + "name": "MsgPack", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.8.zip", + "archiveFileName": "MsgPack-0.3.8.zip", + "size": 79955, + "checksum": "SHA-256:62be477a70da58b0bd15201004958362636db5fa808d40861edbc4a1a71eaaf1" + }, + { + "name": "MsgPack", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.9.zip", + "archiveFileName": "MsgPack-0.3.9.zip", + "size": 80523, + "checksum": "SHA-256:b614a49e01ab6f2c0683a27d969c0c5ba8c7245a07e7f602f03351396f9feef2" + }, + { + "name": "MsgPack", + "version": "0.3.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.10.zip", + "archiveFileName": "MsgPack-0.3.10.zip", + "size": 80666, + "checksum": "SHA-256:710db8ebee220314015d3f2774a1c464ea08084f2d6edafbaad3e76468a7799e" + }, + { + "name": "PrintSize", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": ["PrintSize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.0.zip", + "archiveFileName": "PrintSize-0.2.0.zip", + "size": 6665, + "checksum": "SHA-256:7d8a9237f19348cf306c7fdd7fc5c0a2b6d160427cbed19211c4fbdf11dd3a7e" + }, + { + "name": "PrintSize", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": ["PrintSize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.1.zip", + "archiveFileName": "PrintSize-0.2.1.zip", + "size": 8136, + "checksum": "SHA-256:d38f5dc274f8f7ef60c4f447d006dc29b3d98cacbeb314daa177883092c349e3" + }, + { + "name": "PrintSize", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": ["PrintSize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.2.zip", + "archiveFileName": "PrintSize-0.2.2.zip", + "size": 8137, + "checksum": "SHA-256:a9b2b89d6e88683e782820a212d466046deb3608405a46d98b0587d52ccc3714" + }, + { + "name": "PrintSize", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": ["PrintSize.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.3.0.zip", + "archiveFileName": "PrintSize-0.3.0.zip", + "size": 9581, + "checksum": "SHA-256:aca7980278393e8913c452d67aa06f8a7e933b543f04c7dc6615b8a8aa9230a3" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.0.zip", + "archiveFileName": "utils_asukiaaa-1.0.0.zip", + "size": 4477, + "checksum": "SHA-256:6e603d67e4869cb4efee4b418257c2303c3948c6a8844ac86d4f923bb2cb560c" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.1.zip", + "archiveFileName": "utils_asukiaaa-1.0.1.zip", + "size": 5012, + "checksum": "SHA-256:d1fd41aac10b6db703ae1009dad8705f1752cd1ba7b38c6a32e7daa3579f6ff3" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.2.zip", + "archiveFileName": "utils_asukiaaa-1.0.2.zip", + "size": 7246, + "checksum": "SHA-256:8cea00c03d787f917941840e3ed5e0355d5423de915dbf27a9ca55d8551fba4a" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.3.zip", + "archiveFileName": "utils_asukiaaa-1.0.3.zip", + "size": 7609, + "checksum": "SHA-256:df603c8710805c8b41c509ae3ba6d2e3d95d9f5585f698676845fe319bd1f1e8" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.4.zip", + "archiveFileName": "utils_asukiaaa-1.0.4.zip", + "size": 9942, + "checksum": "SHA-256:ea592e851437ade700bdbb39810ba0896115e63169fa4f0a5a20398943f63b9a" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.5.zip", + "archiveFileName": "utils_asukiaaa-1.0.5.zip", + "size": 10196, + "checksum": "SHA-256:d3d5ed35cce4b018f6b263157a14b7f9d72fca29299873ccc651b910c3d9569a" + }, + { + "name": "PrintCharArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": ["PrintCharArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.2.0.zip", + "archiveFileName": "PrintCharArray-0.2.0.zip", + "size": 7824, + "checksum": "SHA-256:1ec0a3994ce5fe18395194c5b77e82aca0b56317d148cb82b59b8041f15ce121" + }, + { + "name": "PrintCharArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": ["PrintCharArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.2.1.zip", + "archiveFileName": "PrintCharArray-0.2.1.zip", + "size": 8171, + "checksum": "SHA-256:965a67fe60b59da0e7ace363d5513efed6e1c2c7bee1bf07ca9c670eb888487e" + }, + { + "name": "PrintCharArray", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": ["PrintCharArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.3.0.zip", + "archiveFileName": "PrintCharArray-0.3.0.zip", + "size": 10146, + "checksum": "SHA-256:befd84106fd81e9ddd2d719e3633f6fb7743b6c1529a4012f3da1da83620d40b" + }, + { + "name": "SdTerminal", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.1.0.zip", + "archiveFileName": "SdTerminal-0.1.0.zip", + "size": 4369, + "checksum": "SHA-256:d3f80e939348db4b3d4398d3c9a75874547d0e264852b7a74f4128f2941194c2" + }, + { + "name": "SdTerminal", + "version": "0.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.2.0.zip", + "archiveFileName": "SdTerminal-0.2.0.zip", + "size": 5978, + "checksum": "SHA-256:ef3d711083e553aac82c93a3d057174c3234f3a39821cc08b51bfb17e0bfa6e5" + }, + { + "name": "SdTerminal", + "version": "0.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.2.1.zip", + "archiveFileName": "SdTerminal-0.2.1.zip", + "size": 5978, + "checksum": "SHA-256:2af67386ec1195816b2c8472760fd1f4081256176257180ad39169edd4372408" + }, + { + "name": "SdTerminal", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.0.0.zip", + "archiveFileName": "SdTerminal-1.0.0.zip", + "size": 6209, + "checksum": "SHA-256:78929aa5b29c0c0dfb2109c6eb21abd602a09865d479b3ce8f6eb2c3656a52e1" + }, + { + "name": "SdTerminal", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.0.1.zip", + "archiveFileName": "SdTerminal-1.0.1.zip", + "size": 6458, + "checksum": "SHA-256:04e5dfbfd1c4da7d395bc4042bdbae7610d497159e1b054103252e75a9ec1540" + }, + { + "name": "SdTerminal", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.1.0.zip", + "archiveFileName": "SdTerminal-1.1.0.zip", + "size": 6994, + "checksum": "SHA-256:ff560238d0e07eafca1c22e0fcf0a487f8a1be8a2d2d8695389b19e0e4a92bab" + }, + { + "name": "SdTerminal", + "version": "1.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.1.1.zip", + "archiveFileName": "SdTerminal-1.1.1.zip", + "size": 7017, + "checksum": "SHA-256:ac5fb72a7ca50474891b9d834da4c4deca21c9f3259051a8dceb71fecf5bd55f" + }, + { + "name": "SdTerminal", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.2.0.zip", + "archiveFileName": "SdTerminal-1.2.0.zip", + "size": 6978, + "checksum": "SHA-256:baa99cb9cd33fd4585043e666047270e91a374ec528c45b719cd3745a240d767" + }, + { + "name": "SdTerminal", + "version": "2.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-2.0.0.zip", + "archiveFileName": "SdTerminal-2.0.0.zip", + "size": 7262, + "checksum": "SHA-256:aad30eb0d8437393a1ad9a3fbe8f0291109f4a3ba49e1f337f8ae3befd7d0e66" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.0.1", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "Install this VGA library and use it with STM32 Arduino Roger Clark core framework", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": ["STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.0.1.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.0.1.zip", + "size": 78063, + "checksum": "SHA-256:075f219d20f1da2dd4a992f4dbb0d3fd9915b361269d6ee9d340a721f713cfab" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.1.0", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": ["STM32F1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.0.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.0.zip", + "size": 78095, + "checksum": "SHA-256:991d5ade69f0cba9bd6cf8b2e6a4608d47d2c50f58872aa84be1397eaf3c8525" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.1.1", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": ["STM32F1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.1.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.1.zip", + "size": 85681, + "checksum": "SHA-256:897cee7bb7c8dcad5e8800fe2a5039cbb1af031a138aff9f21065cd9e02fbcd0" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.1.3", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": ["STM32F1", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.3.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.3.zip", + "size": 140334, + "checksum": "SHA-256:653f23ebc7610896ea817cbbcfc77467ea1b18e971cf310af4d544366dc1ea82" + }, + { + "name": "ANSI", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": ["ansi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.0.zip", + "archiveFileName": "ANSI-0.1.0.zip", + "size": 4641, + "checksum": "SHA-256:a63f39d05a6ce22b80b43d983f7298c4b4ff96d9976d5b10d39b5e5a21896e11" + }, + { + "name": "ANSI", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": ["ansi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.1.zip", + "archiveFileName": "ANSI-0.1.1.zip", + "size": 4625, + "checksum": "SHA-256:d66dd4f896254cc2353aa616a73ec4ef9b6e1724b3556ef55109a4cef15f34f8" + }, + { + "name": "ANSI", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": ["ansi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.2.zip", + "archiveFileName": "ANSI-0.1.2.zip", + "size": 7960, + "checksum": "SHA-256:ee4d4d9e407050ffe0b532134106a9bc424e52be91c99796cd4fa579618fc172" + }, + { + "name": "ANSI", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": ["ansi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.3.zip", + "archiveFileName": "ANSI-0.1.3.zip", + "size": 9226, + "checksum": "SHA-256:d2707e47066ae71fd3590c20b155c5dc02aa1ed42afa6ebf22ef3ecd54565f4c" + }, + { + "name": "Melopero AMG8833", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the AMG8833 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.0.0.zip", + "archiveFileName": "Melopero_AMG8833-1.0.0.zip", + "size": 8160, + "checksum": "SHA-256:c06adaec200a6c864f6f9f6279b93efe734e0e3143914dc014b6ba76345e98f5" + }, + { + "name": "Melopero AMG8833", + "version": "1.0.2", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the AMG8833 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.0.2.zip", + "archiveFileName": "Melopero_AMG8833-1.0.2.zip", + "size": 8914, + "checksum": "SHA-256:cb7178f904d263033df96abfd49d0b795386c1bfc00c0fbd3fe6ab21244fcebf" + }, + { + "name": "Midier", + "version": "1.0.0", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for playing, recording, looping and programming MIDI notes, arpeggios and sequences.", + "paragraph": "Written in C++. Comprehensively documented and provided with plenty of examples.", + "website": "https://github.com/levosos/Midier", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/levosos/Midier.git", + "providesIncludes": ["Midier.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Midier-1.0.0.zip", + "archiveFileName": "Midier-1.0.0.zip", + "size": 8979699, + "checksum": "SHA-256:4a249735a1276e9d692e9a397ff4a8dbbb8b6b767ebe77198f25eac05a1c7c07" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.3", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.3.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.3.zip", + "size": 15061, + "checksum": "SHA-256:af71a4c6a5d942f91bbaa808bd24cf9e6a39f650721fcc37fa52998b350c4c6a" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.4", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.4.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.4.zip", + "size": 15160, + "checksum": "SHA-256:1d756f03e96d172d4a8d0ef510179e7debd25da3a72cbd6d91305aa7d39479cf" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.0.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.0.zip", + "size": 11633, + "checksum": "SHA-256:9d203ffe1d40e9abd4ce213eb6651f223c5162f18584e737ada62a1fffabd4de" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.1", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.1.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.1.zip", + "size": 11595, + "checksum": "SHA-256:b3fe68d6a2d6be1d8b4b0800e6bb954968339145b460bc7c5c6a87ffcc838d4e" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.2", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.2.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.2.zip", + "size": 12686, + "checksum": "SHA-256:fa650f3f0090207e03001db9d4199a8a02b9488384d12176eaa9846bbdaf76d7" + }, + { + "name": "Fraction", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": ["fraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.9.zip", + "archiveFileName": "Fraction-0.1.9.zip", + "size": 11308, + "checksum": "SHA-256:6c174843314934d2d538a880f0215404f0cd3620b890099e48772b94fc306244" + }, + { + "name": "Fraction", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": ["fraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.10.zip", + "archiveFileName": "Fraction-0.1.10.zip", + "size": 11350, + "checksum": "SHA-256:159c11d1228260b24301b34839411f1d92d7b409776eb18f9a1e8a564a0c99c1" + }, + { + "name": "Fraction", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": ["fraction.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.11.zip", + "archiveFileName": "Fraction-0.1.11.zip", + "size": 12711, + "checksum": "SHA-256:acfaa96a2126f18e61d708ab6ee53be0e9a4d446691f303b6971bfdf1c59546f" + }, + { + "name": "XMLWriter", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": ["XMLWriter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.0.zip", + "archiveFileName": "XMLWriter-0.2.0.zip", + "size": 15964, + "checksum": "SHA-256:4ebe06dbb2a49c5744e86f79079c05a7c385d1b64562c6cbade1eb6495570782" + }, + { + "name": "XMLWriter", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": ["XMLWriter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.1.zip", + "archiveFileName": "XMLWriter-0.2.1.zip", + "size": 16924, + "checksum": "SHA-256:061b84d20c77994f876208273ceaf8e490c3baaf241a886f57773f102ac4a44f" + }, + { + "name": "XMLWriter", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": ["XMLWriter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.2.zip", + "archiveFileName": "XMLWriter-0.2.2.zip", + "size": 17530, + "checksum": "SHA-256:956883a98bd488c49a7f3faf0ce7e00a494aa5a3d00c6507ac459c842ba90609" + }, + { + "name": "XMLWriter", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": ["XMLWriter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.3.zip", + "archiveFileName": "XMLWriter-0.2.3.zip", + "size": 17882, + "checksum": "SHA-256:9c72d23db36802d1d30ff058ee2b8593e95d432ad801fe953e6db3df759bb45f" + }, + { + "name": "XMLWriter", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": ["XMLWriter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.4.zip", + "archiveFileName": "XMLWriter-0.2.4.zip", + "size": 22819, + "checksum": "SHA-256:5a2721914d75535f824d966a52efbaae5d04658691a6d1e119b7893dd6791260" + }, + { + "name": "XMLWriter", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": ["XMLWriter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.0.zip", + "archiveFileName": "XMLWriter-0.3.0.zip", + "size": 28791, + "checksum": "SHA-256:d33635bd116925e2729ce798f7b4ab42df8802193482eb482e70ca8923124055" + }, + { + "name": "ArxContainer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.0.zip", + "archiveFileName": "ArxContainer-0.3.0.zip", + "size": 7941, + "checksum": "SHA-256:b26521375a2b41f4f502b386a2c9239bb2353e5f97cd438a7d9197062af5364c" + }, + { + "name": "ArxContainer", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.1.zip", + "archiveFileName": "ArxContainer-0.3.1.zip", + "size": 8264, + "checksum": "SHA-256:82dab15e4a93b2afa58ea8098081a89825cedf8435d85930c7c88e89731b20af" + }, + { + "name": "ArxContainer", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.2.zip", + "archiveFileName": "ArxContainer-0.3.2.zip", + "size": 8972, + "checksum": "SHA-256:403b916b7a1e560eb0ad6b3c4879cbe2b5f6ecaa3e1200b774b2f928490fb5c7" + }, + { + "name": "ArxContainer", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.3.zip", + "archiveFileName": "ArxContainer-0.3.3.zip", + "size": 8988, + "checksum": "SHA-256:28db6141e469227f759d318ef8ca04714b69b755b5d4e98dda9244c6f19c9fb6" + }, + { + "name": "ArxContainer", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.4.zip", + "archiveFileName": "ArxContainer-0.3.4.zip", + "size": 9156, + "checksum": "SHA-256:bb5b5028f2c34873fe1ee2159d0c3c2ed11acee0f45c430c8f39473f7febf7eb" + }, + { + "name": "ArxContainer", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.5.zip", + "archiveFileName": "ArxContainer-0.3.5.zip", + "size": 9244, + "checksum": "SHA-256:817c4552e1f504557ec36c747122fa73f739ee99cabe3c88252d0af4b4a39f87" + }, + { + "name": "ArxContainer", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.6.zip", + "archiveFileName": "ArxContainer-0.3.6.zip", + "size": 9247, + "checksum": "SHA-256:276abae693bdecffac362d4ae184b01743789462f183dd59a3c1752bb686e539" + }, + { + "name": "ArxContainer", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.7.zip", + "archiveFileName": "ArxContainer-0.3.7.zip", + "size": 9272, + "checksum": "SHA-256:40a6d7ce08e46afd6b8d22a4694abd8668282f1d0d256f23eae2c4ef62217c9d" + }, + { + "name": "ArxContainer", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.8.zip", + "archiveFileName": "ArxContainer-0.3.8.zip", + "size": 9291, + "checksum": "SHA-256:994011b8c0889727538760736c604bf893c3fa09b65d26ca4cffab009ce9e50a" + }, + { + "name": "ArxContainer", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.9.zip", + "archiveFileName": "ArxContainer-0.3.9.zip", + "size": 13094, + "checksum": "SHA-256:875fa6ad86c6d189cca6c27141b38128bf92a58359e8d90cc18151b1fac4bfaa" + }, + { + "name": "ArxContainer", + "version": "0.3.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.10.zip", + "archiveFileName": "ArxContainer-0.3.10.zip", + "size": 13190, + "checksum": "SHA-256:683b84b236cc704735565da69c275d133a867b1a69a340631f03d200c7a21542" + }, + { + "name": "ArxContainer", + "version": "0.3.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.11.zip", + "archiveFileName": "ArxContainer-0.3.11.zip", + "size": 13200, + "checksum": "SHA-256:d1ba997f61b89ce0588b1c34811a4e9b26170b6dab3a5f71eaa2287b7c0cf20a" + }, + { + "name": "ArxContainer", + "version": "0.3.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.12.zip", + "archiveFileName": "ArxContainer-0.3.12.zip", + "size": 13227, + "checksum": "SHA-256:3552db2ea903bc80093674f7bab229de17c60fd0fedb786e22505213ab3bf884" + }, + { + "name": "ArxContainer", + "version": "0.3.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.13.zip", + "archiveFileName": "ArxContainer-0.3.13.zip", + "size": 14090, + "checksum": "SHA-256:9545b9e24f9ba47d13ccaf9a771f793f0455514215cac98e14bcfbfba2fe7aee" + }, + { + "name": "ArxContainer", + "version": "0.3.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.14.zip", + "archiveFileName": "ArxContainer-0.3.14.zip", + "size": 14101, + "checksum": "SHA-256:5226d33fd3e9d3f7c73a1afb216f50d5cbd3d4a4573f5076b31eeb4da7fc9a74" + }, + { + "name": "ArxContainer", + "version": "0.3.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.15.zip", + "archiveFileName": "ArxContainer-0.3.15.zip", + "size": 14125, + "checksum": "SHA-256:324a652cb375085969c21aebe25baed312d2cd83c229ec9831c4c6d9d3bf277f" + }, + { + "name": "PyDuinoBridge", + "version": "1.0.0", + "author": "Daniel Saromo \u003cdanielsaromo@gmail.com\u003e", + "maintainer": "Daniel Saromo \u003cdanielsaromo@gmail.com\u003e", + "sentence": "A transparent library for communication between Python and Arduino.", + "paragraph": "Requires pyduino_bridge for Python (pip install pyduino_bridge).", + "website": "https://github.com/DanielSaromo/PyDuino_Bridge", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/DanielSaromo/PyDuinoBridge.git", + "providesIncludes": ["pyduino_bridge.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/DanielSaromo/PyDuinoBridge-1.0.0.zip", + "archiveFileName": "PyDuinoBridge-1.0.0.zip", + "size": 17997, + "checksum": "SHA-256:a0a59a40f43717372e39c4c35410976049b632513f5275f26527cb52e552d769" + }, + { + "name": "ledflasher", + "version": "1.0.0", + "author": "Ali Afshar aa@virc.how", + "maintainer": "Ali Afshar aa@virc.how", + "sentence": "Responsively flash LEDs", + "paragraph": "Flash an LED for a long time while doing other things.", + "website": "https://gitlab.com/virchow-personal/arduino-ledflasher", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/virchow-personal/arduino-ledflasher.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/virchow-personal/ledflasher-1.0.0.zip", + "archiveFileName": "ledflasher-1.0.0.zip", + "size": 3413, + "checksum": "SHA-256:dd3f99c011a038ed9e8f56aeafc02edb7a133b7ca7acad0da307f3269f05053d" + }, + { + "name": "lx16a-servo", + "version": "0.0.1", + "author": "Thorsten von Eicken", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.1.zip", + "archiveFileName": "lx16a_servo-0.0.1.zip", + "size": 138247, + "checksum": "SHA-256:c1d5604ae7abe553952374e8b110a6223e7ad219ec0c8ca439b8622329f7beed" + }, + { + "name": "lx16a-servo", + "version": "0.0.2", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.2.zip", + "archiveFileName": "lx16a_servo-0.0.2.zip", + "size": 141389, + "checksum": "SHA-256:5d61a882ece72a666891c47e4cb90c46855741955b42aab13873d63858b6982f" + }, + { + "name": "lx16a-servo", + "version": "0.0.3", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.3.zip", + "archiveFileName": "lx16a_servo-0.0.3.zip", + "size": 141660, + "checksum": "SHA-256:e4845c64d247085846a6466567bdf5f7d114d562e13957f7a11164be70d27e92" + }, + { + "name": "lx16a-servo", + "version": "0.0.4", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.4.zip", + "archiveFileName": "lx16a_servo-0.0.4.zip", + "size": 141812, + "checksum": "SHA-256:d9bb1aa913bc2c54b14fda9969b8d4b0c329e3f4964a0b05ee81c74ffd7ce1b6" + }, + { + "name": "lx16a-servo", + "version": "0.0.5", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.5.zip", + "archiveFileName": "lx16a_servo-0.0.5.zip", + "size": 142634, + "checksum": "SHA-256:4e522724fb21ff03d926212ba92256b97b6a0509337a396c3ad4f4cc1be359e1" + }, + { + "name": "lx16a-servo", + "version": "0.0.6", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.6.zip", + "archiveFileName": "lx16a_servo-0.0.6.zip", + "size": 143615, + "checksum": "SHA-256:2f27cbeb98c7f16d98458cf2f752e9aa7815ba63bb010a7ae04a6483dfecc1c9" + }, + { + "name": "lx16a-servo", + "version": "0.0.7", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.7.zip", + "archiveFileName": "lx16a_servo-0.0.7.zip", + "size": 144105, + "checksum": "SHA-256:82d9a704bb6c78aeccc19daf469844ca17ac9920d2d7ebe2d850590b471ab049" + }, + { + "name": "lx16a-servo", + "version": "0.0.8", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.8.zip", + "archiveFileName": "lx16a_servo-0.0.8.zip", + "size": 146912, + "checksum": "SHA-256:ee006f283be43743b9fdcff115cb351e5e1885cd1953ee08a09c36c02584a840" + }, + { + "name": "lx16a-servo", + "version": "0.0.9", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.9.zip", + "archiveFileName": "lx16a_servo-0.0.9.zip", + "size": 147085, + "checksum": "SHA-256:139704939bdd28b23034bb57ca5b018045b0002f91fd513978e3fc209edf5b3b" + }, + { + "name": "lx16a-servo", + "version": "0.1.0", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.1.0.zip", + "archiveFileName": "lx16a_servo-0.1.0.zip", + "size": 146663, + "checksum": "SHA-256:15d74e29389950630f0f3a7102233dba079f3da236722463571bf67ff91e276c" + }, + { + "name": "lx16a-servo", + "version": "0.2.0", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.2.0.zip", + "archiveFileName": "lx16a_servo-0.2.0.zip", + "size": 146731, + "checksum": "SHA-256:aa75796d0af8085800f4b978cbae3776bec2288aa12986ef24747f560a458a7c" + }, + { + "name": "lx16a-servo", + "version": "0.2.1", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.2.1.zip", + "archiveFileName": "lx16a_servo-0.2.1.zip", + "size": 146729, + "checksum": "SHA-256:4314c46cccfeab0ae11408dd177003f8464558cb7e38382451a2d5913b2e3a42" + }, + { + "name": "lx16a-servo", + "version": "0.3.0", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.3.0.zip", + "archiveFileName": "lx16a_servo-0.3.0.zip", + "size": 146840, + "checksum": "SHA-256:08f27476ec3678c2864f14acd82e3e5cc665fd8172f59db021500e8f19c92530" + }, + { + "name": "lx16a-servo", + "version": "0.4.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.0.zip", + "archiveFileName": "lx16a_servo-0.4.0.zip", + "size": 148195, + "checksum": "SHA-256:162e52d588e6fd44b750b10b24deb0c2746864a0e2ca61aba6c396b4a4605a82" + }, + { + "name": "lx16a-servo", + "version": "0.4.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.1.zip", + "archiveFileName": "lx16a_servo-0.4.1.zip", + "size": 148238, + "checksum": "SHA-256:1f3ecdeb4d32862091b428f82ad4a75bd22c67da8617936982402732307676b5" + }, + { + "name": "lx16a-servo", + "version": "0.4.2", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.2.zip", + "archiveFileName": "lx16a_servo-0.4.2.zip", + "size": 148262, + "checksum": "SHA-256:62c20cb6e19aa9d3342e41f5892f306a3d84e4b7d7c5958a60989c55099b69df" + }, + { + "name": "lx16a-servo", + "version": "0.4.3", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.3.zip", + "archiveFileName": "lx16a_servo-0.4.3.zip", + "size": 148257, + "checksum": "SHA-256:cc2f16074d112a022165de21d0305cc22584e18d82197b5baceb29a810a5c11f" + }, + { + "name": "lx16a-servo", + "version": "0.4.4", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.4.zip", + "archiveFileName": "lx16a_servo-0.4.4.zip", + "size": 148260, + "checksum": "SHA-256:327bb885e64819f340132fd96ae422a522d026b528c2d87954b760c92081bd09" + }, + { + "name": "lx16a-servo", + "version": "0.5.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.0.zip", + "archiveFileName": "lx16a_servo-0.5.0.zip", + "size": 148297, + "checksum": "SHA-256:613d67261753b016a12794bbaf009886f59b8f451de2dab7dde6d61ef7e74a3b" + }, + { + "name": "lx16a-servo", + "version": "0.5.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.1.zip", + "archiveFileName": "lx16a_servo-0.5.1.zip", + "size": 148323, + "checksum": "SHA-256:993e8bd6a0ea12e771d640db191075dcceabdc8c55d10010ed2d020cf401692f" + }, + { + "name": "lx16a-servo", + "version": "0.5.2", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.2.zip", + "archiveFileName": "lx16a_servo-0.5.2.zip", + "size": 148355, + "checksum": "SHA-256:50fdf43ecf9c56ceb4a3655aeee26a1be8bbccf5e664f0d0d89274850a4a3026" + }, + { + "name": "lx16a-servo", + "version": "0.5.3", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.3.zip", + "archiveFileName": "lx16a_servo-0.5.3.zip", + "size": 148390, + "checksum": "SHA-256:b52d6ddd0ae672118aa8f022ce0875892901b1eb05d88ce8e966d50e6b6cb008" + }, + { + "name": "lx16a-servo", + "version": "0.6.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.6.0.zip", + "archiveFileName": "lx16a_servo-0.6.0.zip", + "size": 148453, + "checksum": "SHA-256:6afbffa161fff841e63f1e038d03ce8d8edc1ed33f7eefcce29a57b5277ee05e" + }, + { + "name": "lx16a-servo", + "version": "0.6.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": ["lx16a-servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.6.1.zip", + "archiveFileName": "lx16a_servo-0.6.1.zip", + "size": 148455, + "checksum": "SHA-256:746cbda8a01adbb11b3e1f9b61a364a08ff733d9bb447b988636f6a33b9dd937" + }, + { + "name": "SchedTask", + "version": "1.0.0", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.0.zip", + "archiveFileName": "SchedTask-1.0.0.zip", + "size": 38251, + "checksum": "SHA-256:d4834324842769f8659c3884df3cc6aef16098784ffe390560f6ee7e64982dbb" + }, + { + "name": "SchedTask", + "version": "1.0.1", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.1.zip", + "archiveFileName": "SchedTask-1.0.1.zip", + "size": 29263, + "checksum": "SHA-256:aa9a9d5e51d07209acba3c5b7a9cca6c9e7f33fbaed169e0ff58da9c12aa686b" + }, + { + "name": "SchedTask", + "version": "1.0.4", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.4.zip", + "archiveFileName": "SchedTask-1.0.4.zip", + "size": 30136, + "checksum": "SHA-256:e30245c04c715b03c949af48be8226edd4c51be79a69093f70b0f3076c989354" + }, + { + "name": "SchedTask", + "version": "1.0.5", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.5.zip", + "archiveFileName": "SchedTask-1.0.5.zip", + "size": 46350, + "checksum": "SHA-256:adf91b5b001bd41b529d06fa2b53e139ede982053c41d54d7df6d7bcf4ecf5a1" + }, + { + "name": "SchedTask", + "version": "1.1.0", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.0.zip", + "archiveFileName": "SchedTask-1.1.0.zip", + "size": 49694, + "checksum": "SHA-256:e1562fd2470769d9f90bb54af33ffaa1612752bf7a193aecb86a5870dc46f939" + }, + { + "name": "SchedTask", + "version": "1.1.1", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.1.zip", + "archiveFileName": "SchedTask-1.1.1.zip", + "size": 49821, + "checksum": "SHA-256:883ad1c07eebf57ab0901c1c77aaaa81306e8814532db87c727724a4d4fcaacb" + }, + { + "name": "SchedTask", + "version": "1.1.2", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.2.zip", + "archiveFileName": "SchedTask-1.1.2.zip", + "size": 50336, + "checksum": "SHA-256:ef094d646aea4558670a675864be6d8a4fb99ae37f41ff41a3cd13531477eb9b" + }, + { + "name": "SchedTask", + "version": "1.1.3", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.3.zip", + "archiveFileName": "SchedTask-1.1.3.zip", + "size": 50423, + "checksum": "SHA-256:709e969915379d8e834b082e317ee6023451a02a47d2279d4ff907d63edf6b55" + }, + { + "name": "Button-Arduino", + "version": "1.1.1", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "It can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press, and a specific procedure both for short and long press. For short press there is the debouncing.", + "website": "https://github.com/davidepalladino/Button-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.1.1.zip", + "archiveFileName": "Button_Arduino-1.1.1.zip", + "size": 27108, + "checksum": "SHA-256:94a84833b731d3f8e204d5a2211afba0fbe87a4a9eccbaecf0ab12042bdbac25" + }, + { + "name": "Button-Arduino", + "version": "1.2.0", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "It can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press, and a specific procedure both for short and long press. For short press there is the debouncing.", + "website": "https://github.com/davidepalladino/Button-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.2.0.zip", + "archiveFileName": "Button_Arduino-1.2.0.zip", + "size": 27828, + "checksum": "SHA-256:dd0ae5a59e6e976a3bdd1ab87370b5d9ff0cebcae5864a421a165c729bb81a2a" + }, + { + "name": "Button-Arduino", + "version": "1.2.1", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "You can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press. For short press there is the debouncing.", + "website": "https://github.com/davidepalladino/Button-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.2.1.zip", + "archiveFileName": "Button_Arduino-1.2.1.zip", + "size": 27802, + "checksum": "SHA-256:8f43b3e0175a39e429e1fef43a74c9c5c2881145547a2ef302aaf1f56bd1dd79" + }, + { + "name": "Button-Arduino", + "version": "2.0.0", + "author": "Davide Palladino \u003cme@davidepalladino.com\u003e", + "maintainer": "Davide Palladino \u003cme@davidepalladino.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "You can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press. For short press there is the debouncing.", + "website": "https://www.davidepalladino.com", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-2.0.0.zip", + "archiveFileName": "Button_Arduino-2.0.0.zip", + "size": 24262, + "checksum": "SHA-256:8b08864ee488010f714368871679c215131d4783faf25a85ae658622ad5f7779" + }, + { + "name": "Rtc_Pcf8563", + "version": "1.0.3", + "author": "Joe Robertson \u003corbitalair@gmail.com\u003e", + "maintainer": "Joe Robertson \u003corbitalair@gmail.com\u003e", + "sentence": "A library that interfaces the Phillips PCF8563 Real Time Clock chip.", + "paragraph": "This library is heavily commented, and includes support for alarms.", + "website": "https://github.com/orbitalair/Rtc_Pcf8563", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/orbitalair/Rtc_Pcf8563.git", + "providesIncludes": ["Rtc_Pcf8563"], + "url": "https://downloads.arduino.cc/libraries/github.com/orbitalair/Rtc_Pcf8563-1.0.3.zip", + "archiveFileName": "Rtc_Pcf8563-1.0.3.zip", + "size": 12953, + "checksum": "SHA-256:b7a734842b79c928aea11de0bf9ea5347153917a881147eaa5b5f1ed38d5ba1b" + }, + { + "name": "BlaeckSerial", + "version": "1.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A library which extends Serial functionality to transmit binary data.", + "paragraph": "Supports Master/Slave I2C configuration to include data from slaves. Also included is a message parser for incoming serial data in the syntax of \u003cHelloWorld, 12, 47\u003e. The parsed command 'HelloWorld' and its parameters are available in your own sketch by attaching a callback function.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.0.zip", + "archiveFileName": "BlaeckSerial-1.0.0.zip", + "size": 21072, + "checksum": "SHA-256:d8d87145607bf6ce0f1e8b31f5454762371183aaa7c4b3e2662a9378d074f82a" + }, + { + "name": "BlaeckSerial", + "version": "1.0.1", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.1.zip", + "archiveFileName": "BlaeckSerial-1.0.1.zip", + "size": 22494, + "checksum": "SHA-256:42a07db7becbd3fcd4c85face060d5d238467395e2371c89c45e000215edbff6" + }, + { + "name": "BlaeckSerial", + "version": "1.0.2", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.2.zip", + "archiveFileName": "BlaeckSerial-1.0.2.zip", + "size": 23387, + "checksum": "SHA-256:0ed0f4e4d8b69905fb0066e358afc9db8fa2ad7adfd291400d1572122d19c084" + }, + { + "name": "BlaeckSerial", + "version": "1.0.3", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.3.zip", + "archiveFileName": "BlaeckSerial-1.0.3.zip", + "size": 23331, + "checksum": "SHA-256:fa189adada7a6a7a9c28475da8aa22c1cf0e83075a6ee0e4dceb07da14212b2e" + }, + { + "name": "BlaeckSerial", + "version": "1.0.4", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.4.zip", + "archiveFileName": "BlaeckSerial-1.0.4.zip", + "size": 23547, + "checksum": "SHA-256:e8f0d8175c96b59b6c66a60d1e5e1645e25113bdff9be47e20c3d1bbe98b9c55" + }, + { + "name": "StopWatch_RT", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": ["StopWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.1.5.zip", + "archiveFileName": "StopWatch_RT-0.1.5.zip", + "size": 5678, + "checksum": "SHA-256:0829b698d7c1558e260e9fad779dd7d11992f4b150cdec899f004352958a8a0b" + }, + { + "name": "StopWatch_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": ["StopWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.2.0.zip", + "archiveFileName": "StopWatch_RT-0.2.0.zip", + "size": 7884, + "checksum": "SHA-256:926dcc713e75ed746a78973717087d622dd0409c5b67e30b863c713593f51889" + }, + { + "name": "StopWatch_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": ["StopWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.2.2.zip", + "archiveFileName": "StopWatch_RT-0.2.2.zip", + "size": 7949, + "checksum": "SHA-256:09647430d09344490fadc053ea124c73a08e340fd598d534630b8f4e31b7d6ea" + }, + { + "name": "StopWatch_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": ["StopWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.0.zip", + "archiveFileName": "StopWatch_RT-0.3.0.zip", + "size": 9880, + "checksum": "SHA-256:e63811f5d857ca30630ac020cda41c813dc3587be0e56a5719c4181374cef571" + }, + { + "name": "StopWatch_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": ["StopWatch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.1.zip", + "archiveFileName": "StopWatch_RT-0.3.1.zip", + "size": 11065, + "checksum": "SHA-256:69013f53aa7b22753be19961d9f319c040aec49feedf4bd9c3b495e31ea4c722" + }, + { + "name": "Troolean", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with troolean math for Arduino.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": ["Troolean.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.1.zip", + "archiveFileName": "Troolean-0.1.1.zip", + "size": 7151, + "checksum": "SHA-256:14f81e43f738cebd8f55cff107a3950d64ecf924314d1fb11c4f091858b0dcfe" + }, + { + "name": "Troolean", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": ["Troolean.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.2.zip", + "archiveFileName": "Troolean-0.1.2.zip", + "size": 7339, + "checksum": "SHA-256:ae3b2439bd6aa5e166bbbadf94b3bc05bd944a66281cbfa205715117b96acd12" + }, + { + "name": "Troolean", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": ["Troolean.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.3.zip", + "archiveFileName": "Troolean-0.1.3.zip", + "size": 7336, + "checksum": "SHA-256:2b50c4999f7c716d80d1fea96185597e3d63b5624ae85c350c7583aaa1d77026" + }, + { + "name": "Troolean", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": ["Troolean.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.4.zip", + "archiveFileName": "Troolean-0.1.4.zip", + "size": 8649, + "checksum": "SHA-256:0f258fe2a1f8f2a8179d17440c33a0ad9cc0f00f791cb7361bb60123e15de679" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.0.zip", + "archiveFileName": "ArxTypeTraits-0.1.0.zip", + "size": 10729, + "checksum": "SHA-256:58d27114160f86911548de5f7136bc53ff98772b2bb07d089d5b5f3ec2c39f5f" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.1.zip", + "archiveFileName": "ArxTypeTraits-0.1.1.zip", + "size": 11213, + "checksum": "SHA-256:67cd6fb4fe305177998b3db17da562c69df8bddfb7d3ccb312c06e9b26100b8c" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.2.zip", + "archiveFileName": "ArxTypeTraits-0.1.2.zip", + "size": 11375, + "checksum": "SHA-256:f076aa6231f1ac964530d1f0e0ac900fb5eac42d3fcea5f0a48f35faf3dd9275" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.3.zip", + "archiveFileName": "ArxTypeTraits-0.1.3.zip", + "size": 11473, + "checksum": "SHA-256:9574febfb6ff4205a3b50de285d1951a6aa8b3223131b12f070661969d276c15" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.4.zip", + "archiveFileName": "ArxTypeTraits-0.1.4.zip", + "size": 11558, + "checksum": "SHA-256:3c07b2b35d3130c671aabe2a084f3693ecdcdf0059e246c2bd874d094fcc01ae" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.5.zip", + "archiveFileName": "ArxTypeTraits-0.1.5.zip", + "size": 11720, + "checksum": "SHA-256:6b8b1fad75d7b5894da11be2cedf48862d274b2a5c7f2d7a5be7e9d89f9fee6f" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.6.zip", + "archiveFileName": "ArxTypeTraits-0.1.6.zip", + "size": 11725, + "checksum": "SHA-256:d886636aba621bed45b69db58b97ce494a514a4c51f2d1ddf668d1f8ad688bca" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.7.zip", + "archiveFileName": "ArxTypeTraits-0.1.7.zip", + "size": 11830, + "checksum": "SHA-256:5d4e6714d080f2212242d7fbd833e991ce39dc8ff84a938665566f9c8e062cf5" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.8.zip", + "archiveFileName": "ArxTypeTraits-0.1.8.zip", + "size": 11905, + "checksum": "SHA-256:78117f8f033a78ffa25a0162d5614f388a571b552ae8c42005df4eda0891babe" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.9.zip", + "archiveFileName": "ArxTypeTraits-0.1.9.zip", + "size": 11941, + "checksum": "SHA-256:b398351b6e501cffb52498c81be4ea5aefdc6f945a8d7f5d7ec0b6e3064a7245" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.11.zip", + "archiveFileName": "ArxTypeTraits-0.1.11.zip", + "size": 12008, + "checksum": "SHA-256:27696a51983ae54bdeb65448d2e86918e6ece3310f0c512d8287a41db4c83d4b" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.12.zip", + "archiveFileName": "ArxTypeTraits-0.1.12.zip", + "size": 12110, + "checksum": "SHA-256:2f971734990068f60c5cf41dc5230dfda7b5552a2b2b8b9d20b105b986363a07" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.0.zip", + "archiveFileName": "ArxTypeTraits-0.2.0.zip", + "size": 16926, + "checksum": "SHA-256:213a2847e442ddbb7bfd0aa657f98b3b83a6dbbc710e8a4e756e01d0fbbd2894" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.1.zip", + "archiveFileName": "ArxTypeTraits-0.2.1.zip", + "size": 16952, + "checksum": "SHA-256:01c52f3d2d978d0a667d66976924269fce71847cc81a2106be31ced59bb65851" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.2.zip", + "archiveFileName": "ArxTypeTraits-0.2.2.zip", + "size": 17007, + "checksum": "SHA-256:9081b82f41a7cee17b6a4a96caa81218fdfd3490be8f455ba32fd452329e8605" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.1.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor..", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.1.1.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.1.1.zip", + "size": 181666, + "checksum": "SHA-256:562ec2d12ccca52bf3a7deffbe79e7cf2cf9fd9e4f15d098671105815cde5833" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.2.0", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.0.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.0.zip", + "size": 201442, + "checksum": "SHA-256:65abfa0f4e0d668e601ef036d4a3456183571be42c8a8eb0f9299c0c77355dcc" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.2.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.1.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.1.zip", + "size": 208247, + "checksum": "SHA-256:c55d8c4b88ccf03829b319b3c9e34bdd991522180678a97b1be953bed7d6d370" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.2.2", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.2.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.2.zip", + "size": 208977, + "checksum": "SHA-256:baa5561c62c43a98e6777595dfa705460dc8d41484e671b9df24dee9f350f5d9" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.3.0", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.0.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.0.zip", + "size": 209217, + "checksum": "SHA-256:5fe011ccb767dddb243eac315cd8069caa8ddb886885244f9c4c09fbc6a0cac2" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.3.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.1.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.1.zip", + "size": 209145, + "checksum": "SHA-256:69667d890df09d29b5a295d5f18e45497dae92dd645bef0fd03010ad0d2245e2" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.3.2", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.2.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.2.zip", + "size": 214435, + "checksum": "SHA-256:fc6abc513b4aef0e87c540c30cb7856ba72b88358a72cd03ddcf3ad0dff529ce" + }, + { + "name": "ArxSmartPtr", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.0.zip", + "archiveFileName": "ArxSmartPtr-0.1.0.zip", + "size": 8511, + "checksum": "SHA-256:b6be785957393cfb00af8e74686cb74a6cadcb8f6bf81415f148015fb4f8c352" + }, + { + "name": "ArxSmartPtr", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.1.zip", + "archiveFileName": "ArxSmartPtr-0.1.1.zip", + "size": 8273, + "checksum": "SHA-256:345e2cc5816cab777f97abf5919040292693c0ce56286e58866d415aebc34346" + }, + { + "name": "ArxSmartPtr", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.2.zip", + "archiveFileName": "ArxSmartPtr-0.1.2.zip", + "size": 8349, + "checksum": "SHA-256:7003c870203468bdb79c323f74816e5e8bcd221b326b729428a6c8950a7a9208" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.0.zip", + "archiveFileName": "ArxSmartPtr-0.2.0.zip", + "size": 11064, + "checksum": "SHA-256:7b31dadeeafe40e7cb5f34cd6ad2d1bf62450af075ead047c3f16b5ad41e794a" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.1.zip", + "archiveFileName": "ArxSmartPtr-0.2.1.zip", + "size": 11116, + "checksum": "SHA-256:d80b843846fde6955f31f89ad40f8cd9ccc24beb97f14ad012c627497861f8a1" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.2.zip", + "archiveFileName": "ArxSmartPtr-0.2.2.zip", + "size": 11138, + "checksum": "SHA-256:3055a93db1de5198bd65f646df54b0892d8c5dbf22bdf33571dc455f9280cf5e" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "1.0.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Cloud", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": ["APICredentials.h", "CborPayload.h", "LTEmModem.h", "Device.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-1.0.0.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-1.0.0.zip", + "size": 147374, + "checksum": "SHA-256:5f10957120055f50d4366f5ee223c22eb28a56e4273f722b8f7fa76833508e6f" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": ["AllThingsTalk_LTEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.0.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.0.zip", + "size": 266946, + "checksum": "SHA-256:0902c1d73187ec77361574e0c3ae44950da51e94c01d169da8ff9239af5db2e1" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.1", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": ["AllThingsTalk_LTEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.1.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.1.zip", + "size": 267137, + "checksum": "SHA-256:870a26d606401d1bef237b926057bbc1cb53179991ad3d4ff3cab0acf051cf3c" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.2", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": ["AllThingsTalk_LTEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.2.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.2.zip", + "size": 266275, + "checksum": "SHA-256:a3605961e5a1fae52c0ead9186fe364166fe4406cebdf5fb0d84edd7a642e7d5" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.3", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": ["AllThingsTalk_LTEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.3.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.3.zip", + "size": 266359, + "checksum": "SHA-256:37ce7a333216e069cbb10bda4f7feb98e8d6b651445b3c597d20213267f40bc4" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.4", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": ["AllThingsTalk_LTEM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.4.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.4.zip", + "size": 266360, + "checksum": "SHA-256:d710df936ef6388b6789997e72e5d7109fafa1cee4959edd7b92157ce065ea0b" + }, + { + "name": "ClosedCube SHTC3", + "version": "2020.5.5", + "author": "ClosedCube", + "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", + "sentence": "Arduino library for Arduino library for Sensirion SHTC3 Digital Humidity and Temperature Sensor", + "paragraph": "Arduino library for Arduino library for Sensirion SHTC3 Digital Humidity and Temperature Sensor", + "website": "https://github.com/closedcube/ClosedCube_SHTC3_Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/closedcube/ClosedCube_SHTC3_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHTC3-2020.5.5.zip", + "archiveFileName": "ClosedCube_SHTC3-2020.5.5.zip", + "size": 9216, + "checksum": "SHA-256:93ad36f7c5d85683b50c6edc7c530ece5acb18e437d453608381f7814e46fe2a" + }, + { + "name": "DST RTC", + "version": "1.0.0", + "author": "Andy Doro \u003cmail@andydoro.com\u003e", + "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", + "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "website": "https://github.com/andydoro/DST_RTC", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andydoro/DST_RTC.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.0.0.zip", + "archiveFileName": "DST_RTC-1.0.0.zip", + "size": 3824, + "checksum": "SHA-256:15a784a784e43abe0dee1fa409155dd5368413cffcffa470f50f2c6b731e25a2" + }, + { + "name": "DST RTC", + "version": "1.1.0", + "author": "Andy Doro \u003cmail@andydoro.com\u003e", + "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", + "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "website": "https://github.com/andydoro/DST_RTC", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andydoro/DST_RTC.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.1.0.zip", + "archiveFileName": "DST_RTC-1.1.0.zip", + "size": 5112, + "checksum": "SHA-256:032002a2c91ed073c5c32c8b1099bc4fd45b9d939da36cda481eca52c6dd35a5" + }, + { + "name": "DST RTC", + "version": "1.1.1", + "author": "Andy Doro \u003cmail@andydoro.com\u003e", + "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", + "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "website": "https://github.com/andydoro/DST_RTC", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andydoro/DST_RTC.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.1.1.zip", + "archiveFileName": "DST_RTC-1.1.1.zip", + "size": 5379, + "checksum": "SHA-256:922287ad65ab250b78072c774288bb1e6fd755cfc4b1e819e5a1dd6ce64893a7" + }, + { + "name": "NbMicro", + "version": "1.0.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": ["NbMicro.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.0.0.zip", + "archiveFileName": "NbMicro-1.0.0.zip", + "size": 15077, + "checksum": "SHA-256:2950f7768ef051ef0e6244ddcd89882eafd0eb6f773d679cddc2ff6fdd3e717b" + }, + { + "name": "NbMicro", + "version": "1.0.1", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": ["NbMicro.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.0.1.zip", + "archiveFileName": "NbMicro-1.0.1.zip", + "size": 476147, + "checksum": "SHA-256:72ef1a7395b73413e470f6ccee00e8e54708393d859e86d5771c77744c3e7336" + }, + { + "name": "NbMicro", + "version": "1.1.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": ["NbMicro.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.1.0.zip", + "archiveFileName": "NbMicro-1.1.0.zip", + "size": 523848, + "checksum": "SHA-256:29071c541e1c4379a9659ef9a265f0646bd9ba43dd6edf2169c1b9ff415d6e43" + }, + { + "name": "NbMicro", + "version": "1.2.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": ["NbMicro.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.2.0.zip", + "archiveFileName": "NbMicro-1.2.0.zip", + "size": 529686, + "checksum": "SHA-256:5f1864905b073d88bbf6df9489ce429ed1cce9433b0e78b3f932cb3272931c0d" + }, + { + "name": "TimonelTwiM", + "version": "1.0.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to a microcontroller running the Timonel bootloader. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": ["TimonelTwiM.h"], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.0.0.zip", + "archiveFileName": "TimonelTwiM-1.0.0.zip", + "size": 25300, + "checksum": "SHA-256:dd82d4c1ce946d78ab1b59f5f6eae3e7f8d10a0d49e364378c257342e53a56be" + }, + { + "name": "TimonelTwiM", + "version": "1.0.1", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to a microcontroller running the Timonel bootloader. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": ["TimonelTwiM.h"], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.0.1.zip", + "archiveFileName": "TimonelTwiM-1.0.1.zip", + "size": 483218, + "checksum": "SHA-256:af38720c3710f5fc56d43d59701471059f8ec92df067d68409a2930b8b78ce2b" + }, + { + "name": "TimonelTwiM", + "version": "1.1.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to microcontrollers running the Timonel bootloader across an I2C bus. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": ["TimonelTwiM.h"], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.1.0.zip", + "archiveFileName": "TimonelTwiM-1.1.0.zip", + "size": 502171, + "checksum": "SHA-256:4f437883f146c4e7c01b0eeb28d3c2a3732eab15dd8521365cdd3611b13b291f" + }, + { + "name": "TimonelTwiM", + "version": "1.2.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to microcontrollers running the Timonel bootloader across an I2C bus. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": ["TimonelTwiM.h"], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.2.0.zip", + "archiveFileName": "TimonelTwiM-1.2.0.zip", + "size": 516231, + "checksum": "SHA-256:558f32b41ca3d82c03bbb84993b6d7d35619cb770d320b546ccd196fd5db1c22" + }, + { + "name": "TwiBus", + "version": "1.0.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scan the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running Timonel, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": ["TwiBus.h"], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.0.0.zip", + "archiveFileName": "TwiBus-1.0.0.zip", + "size": 13563, + "checksum": "SHA-256:26c6eb6bebc158ea7c4a36d6eb4d3d6766b5000eb83a93508c326f42c8d7090b" + }, + { + "name": "TwiBus", + "version": "1.0.1", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scan the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running Timonel, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": ["TwiBus.h"], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.0.1.zip", + "archiveFileName": "TwiBus-1.0.1.zip", + "size": 474612, + "checksum": "SHA-256:88ea9ecdb907a9186bb168ff3f85ef7c79250fdbc3e0b1a63718153b97d14d3f" + }, + { + "name": "TwiBus", + "version": "1.1.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scans the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running the Timonel bootloader, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": ["TwiBus.h"], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.1.0.zip", + "archiveFileName": "TwiBus-1.1.0.zip", + "size": 522248, + "checksum": "SHA-256:16732111082f41629e2d7a6b24883ef70622e9db95459f5d3d11d0b0c8976806" + }, + { + "name": "TwiBus", + "version": "1.2.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scans the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running the Timonel bootloader, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": ["TwiBus.h"], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.2.0.zip", + "archiveFileName": "TwiBus-1.2.0.zip", + "size": 528930, + "checksum": "SHA-256:0c5253f65beb28bdc6800f729b23c21e3d821b74b776d8cd27155c2c55dac4c4" + }, + { + "name": "nb-twi-cmd", + "version": "0.5.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.5.0.zip", + "archiveFileName": "nb_twi_cmd-0.5.0.zip", + "size": 92903, + "checksum": "SHA-256:15737c83455910f8a39be965429fcfc6663996be4e8595a06407c07c72236238" + }, + { + "name": "nb-twi-cmd", + "version": "0.6.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.6.0.zip", + "archiveFileName": "nb_twi_cmd-0.6.0.zip", + "size": 184933, + "checksum": "SHA-256:d9fd602ead2410e01760532f9b1a653dbddea5ce78d066838fad5ae664a5c712" + }, + { + "name": "nb-twi-cmd", + "version": "0.7.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.7.0.zip", + "archiveFileName": "nb_twi_cmd-0.7.0.zip", + "size": 186842, + "checksum": "SHA-256:2595b9477b63f41c2738a6aa173a1f2965f3fe31439c5932c748ec49939ae8c4" + }, + { + "name": "nb-twi-cmd", + "version": "0.7.3", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.7.3.zip", + "archiveFileName": "nb_twi_cmd-0.7.3.zip", + "size": 192976, + "checksum": "SHA-256:a46e27e9379e86c1e20836e490f15add1332e78134f9d4f9dd37f59ee7426b87" + }, + { + "name": "jm_LCM2004A_I2C", + "version": "1.0.0", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_LCM2004A_I2C Arduino Library.", + "paragraph": "Drive the I2C LCD Display Module LCM2004A.", + "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "providesIncludes": ["jm_PCM8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.0.zip", + "archiveFileName": "jm_LCM2004A_I2C-1.0.0.zip", + "size": 14287, + "checksum": "SHA-256:8407426810e42b0ec61baae0c9970927e1310130b81995889567c6ffa95e90a7" + }, + { + "name": "jm_LCM2004A_I2C", + "version": "1.0.1", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_LCM2004A_I2C Arduino Library.", + "paragraph": "Drive the I2C LCD Display Module LCM2004A.", + "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "providesIncludes": ["jm_PCM8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.1.zip", + "archiveFileName": "jm_LCM2004A_I2C-1.0.1.zip", + "size": 14329, + "checksum": "SHA-256:e8d04bf70767c7d663b06173ad41c4dcede6c421710f7d23197749f9ae04b3c5" + }, + { + "name": "jm_LCM2004A_I2C", + "version": "1.0.2", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_LCM2004A_I2C Arduino Library.", + "paragraph": "Drive the I2C LCD Display Module LCM2004A.", + "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "providesIncludes": ["jm_PCM8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.2.zip", + "archiveFileName": "jm_LCM2004A_I2C-1.0.2.zip", + "size": 17541, + "checksum": "SHA-256:614fc3b650f2cae20a86c559a4bbb0e6642d867da140a68c89b43e0bcea4cfd9" + }, + { + "name": "LinxESP32", + "version": "0.0.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.1.zip", + "archiveFileName": "LinxESP32-0.0.1.zip", + "size": 29478, + "checksum": "SHA-256:3f50b7310cd9233c5b2f385b42607d2d5cb985f8e9a7c6535ea43feb2a1adb17" + }, + { + "name": "LinxESP32", + "version": "0.0.2", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.2.zip", + "archiveFileName": "LinxESP32-0.0.2.zip", + "size": 29521, + "checksum": "SHA-256:dcddb8ae60ebd04bf728819b43d1ef8c062cbc4cdb8c7e247be295506e718df1" + }, + { + "name": "LinxESP32", + "version": "0.0.3", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.3.zip", + "archiveFileName": "LinxESP32-0.0.3.zip", + "size": 43780, + "checksum": "SHA-256:abf3529688d11df2805ba815c967eaa1f8845b93f72a9cd7c3225d2535670093" + }, + { + "name": "LinxESP32", + "version": "0.0.4", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.4.zip", + "archiveFileName": "LinxESP32-0.0.4.zip", + "size": 43781, + "checksum": "SHA-256:0f930b0a994f2c4215dfd4414baa048f6cc95abdd8cfb1cd1133ad46d9fb4713" + }, + { + "name": "LinxESP32", + "version": "0.0.5", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.5.zip", + "archiveFileName": "LinxESP32-0.0.5.zip", + "size": 43784, + "checksum": "SHA-256:909362ca9f5a8dc802961654eb9ef4bfd8d2418e759869a7d7005c010b78a413" + }, + { + "name": "LinxESP32", + "version": "0.0.6", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.6.zip", + "archiveFileName": "LinxESP32-0.0.6.zip", + "size": 45098, + "checksum": "SHA-256:6e0fb1e17e101d2a7fd035af5e77493b4e5b4aa4b8954b824e5d43dc63fef66c" + }, + { + "name": "LinxESP32", + "version": "0.0.7", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.7.zip", + "archiveFileName": "LinxESP32-0.0.7.zip", + "size": 45002, + "checksum": "SHA-256:08996e73623490e7f915a885dd15a6727dc028194c72b01164f126384c1e167d" + }, + { + "name": "LinxESP32", + "version": "0.0.8", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.8.zip", + "archiveFileName": "LinxESP32-0.0.8.zip", + "size": 45013, + "checksum": "SHA-256:58b5cf95bf283809daa53d9dc468dd9d486a4970fab9f54328529264c6c92494" + }, + { + "name": "LinxESP32", + "version": "0.0.9", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.9.zip", + "archiveFileName": "LinxESP32-0.0.9.zip", + "size": 45697, + "checksum": "SHA-256:437a41bd67990f78532031925c457a7ebe6f57387c061fe1e5842628a482f2ed" + }, + { + "name": "LinxESP32", + "version": "0.1.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.1.0.zip", + "archiveFileName": "LinxESP32-0.1.0.zip", + "size": 47223, + "checksum": "SHA-256:f434e9f9ac4a10c37118ec4603887015f5775f9d384cfdd753985c33802cb658" + }, + { + "name": "LinxESP32", + "version": "0.1.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": ["LinxESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.1.1.zip", + "archiveFileName": "LinxESP32-0.1.1.zip", + "size": 47251, + "checksum": "SHA-256:dc1371811523e4157d61ff8fb904c8194adea2b6e4db00ca0021398648c3645f" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.0.2", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports device pairing and communication between host and multiple clients", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.2.zip", + "archiveFileName": "SimpleEspNowConnection-1.0.2.zip", + "size": 9966, + "checksum": "SHA-256:e0afcf3b8bc5494db69df56f8242bf4cc7db5a5c24293407741cee598ef77dcd" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.0.3", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. EspNow device pairing and communication between host and multiple clients.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.3.zip", + "archiveFileName": "SimpleEspNowConnection-1.0.3.zip", + "size": 14937, + "checksum": "SHA-256:3b0b41fd3601d5146fa04621b3c8a97730fbb78481703f8bb28ca4e66ce88ec9" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.0.4", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.4.zip", + "archiveFileName": "SimpleEspNowConnection-1.0.4.zip", + "size": 15678, + "checksum": "SHA-256:adae73dceee52b9353141d5e1cf8ae1c751fb57cfba44a9d0e78743467c9535e" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.1.0", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients. Supports also big messages sizes. More than 250 byte (EspNow limitation) per message possible.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.1.0.zip", + "archiveFileName": "SimpleEspNowConnection-1.1.0.zip", + "size": 19441, + "checksum": "SHA-256:d0fe22ca12fc6e327d7db88eebba457c5f8204d516c06610c23a09beea5ae324" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.2.0", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients. Supports also big messages sizes. More than 250 byte (EspNow limitation) per message possible.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.2.0.zip", + "archiveFileName": "SimpleEspNowConnection-1.2.0.zip", + "size": 19656, + "checksum": "SHA-256:619b564d23dcc8c0caebe64603de5456f2d42753762d9aab369310c9fe059c1b" + }, + { + "name": "MoonPhase", + "version": "0.99.0", + "author": "Cellie", + "maintainer": "Cellie", + "sentence": "Calculate the lunar phase at a certain time.", + "paragraph": "Arduino library to calculate the moon phase and visible surface at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": ["MoonPhase.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-0.99.0.zip", + "archiveFileName": "MoonPhase-0.99.0.zip", + "size": 161865, + "checksum": "SHA-256:ed1dafabd7e2370760f3e89a26fbc2ea354a3ff3da8cd61a368e2529644c9020" + }, + { + "name": "MoonPhase", + "version": "1.0.0", + "author": "Cellie", + "maintainer": "Cellie", + "sentence": "Get lunar phase information.", + "paragraph": "ESP32 library to calculate the moon phase angle and luminated visible surface at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase", + "category": "Other", + "architectures": ["ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": ["moonPhase.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.0.zip", + "archiveFileName": "MoonPhase-1.0.0.zip", + "size": 161721, + "checksum": "SHA-256:c7d12e2a1f3904aa6e2c7531abc6da95f81b8636d2ef2dd7b6d7686d86f9c767" + }, + { + "name": "MoonPhase", + "version": "1.0.1", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "Get lunar phase information on a esp32.", + "paragraph": "Esp32 library to calculate the moon phase angle and luminated visible surface now or at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase-esp32", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": ["moonPhase.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.1.zip", + "archiveFileName": "MoonPhase-1.0.1.zip", + "size": 161795, + "checksum": "SHA-256:aad40187971cfcd7e397afbe5e96751b2b82fd87b601a5ad9268a440e970f4d8" + }, + { + "name": "MoonPhase", + "version": "1.0.3", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "Get lunar phase information on a esp32.", + "paragraph": "Esp32 library to calculate the moon phase angle and luminated visible surface now or at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase-esp32", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": ["moonPhase.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.3.zip", + "archiveFileName": "MoonPhase-1.0.3.zip", + "size": 161995, + "checksum": "SHA-256:173b4889d8e99e9603ecdb3854e5db6ea8dc49dca20ee5f09830832630bd3c86" + }, + { + "name": "tcMenu", + "version": "1.1.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.1.0.zip", + "archiveFileName": "tcMenu-1.1.0.zip", + "size": 119448, + "checksum": "SHA-256:b3eb0b79ef38b2cd47e829a4c03d67d3ef10bfe92303e5bace59d2598e9c6b84" + }, + { + "name": "tcMenu", + "version": "1.3.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.0.zip", + "archiveFileName": "tcMenu-1.3.0.zip", + "size": 114820, + "checksum": "SHA-256:e540c5ce8bda4274a99c706c93659a34efb5981ec5160c56ebd9aa3043b22897" + }, + { + "name": "tcMenu", + "version": "1.3.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.1.zip", + "archiveFileName": "tcMenu-1.3.1.zip", + "size": 144044, + "checksum": "SHA-256:deb0c1f4b8fa577141699a98a8236682892cf909f95641b8c12f848280a59833" + }, + { + "name": "tcMenu", + "version": "1.3.3", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.3.zip", + "archiveFileName": "tcMenu-1.3.3.zip", + "size": 217928, + "checksum": "SHA-256:4b5eb396cae6fb6ea68863f04a37e2bc77c2022670d549877226342d3f9f6ca9" + }, + { + "name": "tcMenu", + "version": "1.3.4", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.4.zip", + "archiveFileName": "tcMenu-1.3.4.zip", + "size": 229998, + "checksum": "SHA-256:4f69b624e62fc8b6e71fe66a7324901a4e5526e2a52237a8bbd8628223eaf4e3" + }, + { + "name": "tcMenu", + "version": "1.3.5", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.5.zip", + "archiveFileName": "tcMenu-1.3.5.zip", + "size": 248226, + "checksum": "SHA-256:a9acd54d1cce420b5b366315ab2cc7ed3e0be1f3e234826434170c7c47384f5f" + }, + { + "name": "tcMenu", + "version": "1.4.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.0.zip", + "archiveFileName": "tcMenu-1.4.0.zip", + "size": 253211, + "checksum": "SHA-256:a11d26c93f63def11bea0174d5b0d06f1fd87f41720c03fd2c1e40fd5f93c541" + }, + { + "name": "tcMenu", + "version": "1.4.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.1.zip", + "archiveFileName": "tcMenu-1.4.1.zip", + "size": 256798, + "checksum": "SHA-256:08668e4c9a143912f53e7945aca5ce12d1e861c18ebb7cd9c00f61982fe0dc01" + }, + { + "name": "tcMenu", + "version": "1.4.2", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.2.zip", + "archiveFileName": "tcMenu-1.4.2.zip", + "size": 278323, + "checksum": "SHA-256:f7014ef5f10b3f0235a859ac9d16622eddf35f7a31cf8c3b3c3fb2937f7622db" + }, + { + "name": "tcMenu", + "version": "1.5.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.5.0.zip", + "archiveFileName": "tcMenu-1.5.0.zip", + "size": 304945, + "checksum": "SHA-256:06e9bb98bdbd3bb7944416107717b90d170224af718229bfde37cc1552abd305" + }, + { + "name": "tcMenu", + "version": "1.5.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.5.1.zip", + "archiveFileName": "tcMenu-1.5.1.zip", + "size": 305101, + "checksum": "SHA-256:cb126ba3c61a89b362a70ad6441b719e3c50cece5758f291ebcb8b9f6e82a655" + }, + { + "name": "tcMenu", + "version": "1.6.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.6.0.zip", + "archiveFileName": "tcMenu-1.6.0.zip", + "size": 311501, + "checksum": "SHA-256:db1e455ed8ac315b973dbbd68cade8217f5983b8f486d76c2a9a634681fb8a8a" + }, + { + "name": "tcMenu", + "version": "1.6.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.6.1.zip", + "archiveFileName": "tcMenu-1.6.1.zip", + "size": 314297, + "checksum": "SHA-256:1c57d4f965c7f04732b9a9bacf12beb0e9b6a6929d0ca815e4e34e8efd08951a" + }, + { + "name": "tcMenu", + "version": "1.7.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.7.0.zip", + "archiveFileName": "tcMenu-1.7.0.zip", + "size": 347392, + "checksum": "SHA-256:a42cf74f958cefa69e7d2c5808804ac123f337b4f67204b0bf49ff070ca10947" + }, + { + "name": "tcMenu", + "version": "1.7.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.7.1.zip", + "archiveFileName": "tcMenu-1.7.1.zip", + "size": 370780, + "checksum": "SHA-256:8f29c8b851f25f731b440e2a8daaef67092d24656fd106ed082291d376eb44cc" + }, + { + "name": "tcMenu", + "version": "2.1.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.1.0.zip", + "archiveFileName": "tcMenu-2.1.0.zip", + "size": 451088, + "checksum": "SHA-256:32a2d4b0a1d11d74ddb2b57975c1f99d9930f084e7fe6aacf3d46d9a0f3aa0ff" + }, + { + "name": "tcMenu", + "version": "2.1.3", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.1.3.zip", + "archiveFileName": "tcMenu-2.1.3.zip", + "size": 463704, + "checksum": "SHA-256:3105c376c24c8e746d5503298a477870725fb69551840b83446435d9f152188e" + }, + { + "name": "MQ131 gas sensor", + "version": "1.3.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.3.0.zip", + "archiveFileName": "MQ131_gas_sensor-1.3.0.zip", + "size": 1409822, + "checksum": "SHA-256:2f7e7dcd338476461efbf46ee17220e2a74296d150c127391bc7a6efcf2c1492" + }, + { + "name": "MQ131 gas sensor", + "version": "1.4.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.0.zip", + "archiveFileName": "MQ131_gas_sensor-1.4.0.zip", + "size": 1414467, + "checksum": "SHA-256:2340d062a52b355e452e3b7aba61bb5c021e25a17ee39cb47549e9d00ea30112" + }, + { + "name": "MQ131 gas sensor", + "version": "1.4.3", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.3.zip", + "archiveFileName": "MQ131_gas_sensor-1.4.3.zip", + "size": 1414576, + "checksum": "SHA-256:6364ab22f1a049f3ae82b53b3e99fc5a443401a0261eba2fde2d384901dbecfc" + }, + { + "name": "MQ131 gas sensor", + "version": "1.4.4", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.4.zip", + "archiveFileName": "MQ131_gas_sensor-1.4.4.zip", + "size": 1414673, + "checksum": "SHA-256:582811dc24be0c866bd0da8bd0737fc59863860b0b4f25f2fad764b8b1950c44" + }, + { + "name": "MQ131 gas sensor", + "version": "1.5.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.0.zip", + "archiveFileName": "MQ131_gas_sensor-1.5.0.zip", + "size": 1475974, + "checksum": "SHA-256:57be8d6b250ce63f005c93fe9a9d69db2666869063ed47dc261b1ea728d7c1e5" + }, + { + "name": "MQ131 gas sensor", + "version": "1.5.1", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.1.zip", + "archiveFileName": "MQ131_gas_sensor-1.5.1.zip", + "size": 1476015, + "checksum": "SHA-256:94b7b21417a8f0c51286d63372bb1397d5dea6e61d8adf41a1e2cfa8b529b41d" + }, + { + "name": "MQ131 gas sensor", + "version": "1.5.2", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.2.zip", + "archiveFileName": "MQ131_gas_sensor-1.5.2.zip", + "size": 1476019, + "checksum": "SHA-256:f908a8c276f52e158c2f9becc9e60d9740ee82300cadec64d83b84e79267ca54" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.1.zip", + "size": 34948, + "checksum": "SHA-256:5dca70e5e36f28e0929dbbb6854f7d6b4e2412ba284953a87cb48a253e526e05" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.2.zip", + "size": 35521, + "checksum": "SHA-256:95d13f1bfad6aac3e006217464ac65eda5fc2cf721330ac3f502eabd999a18ea" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.3.zip", + "size": 35505, + "checksum": "SHA-256:e3ef0f1a7bbce4ec481acc45e1078d0c2adf0a1dbbece580148866d606683cac" + }, + { + "name": "Prandom", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random numbers with Python Random interface.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/random", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": ["random.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.0.zip", + "archiveFileName": "Prandom-0.1.0.zip", + "size": 8721, + "checksum": "SHA-256:3c0adbca8f7bbe4b57fcd70d02acd1721ba397ad98dacfb2b1ed1312d05a7b19" + }, + { + "name": "Prandom", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": ["Prandom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.1.zip", + "archiveFileName": "Prandom-0.1.1.zip", + "size": 8784, + "checksum": "SHA-256:dc416e8c66f1d1f508405c47fd3b4c42d8b94971095d88a8c73ad436b8c65199" + }, + { + "name": "Prandom", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": ["Prandom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.2.zip", + "archiveFileName": "Prandom-0.1.2.zip", + "size": 8792, + "checksum": "SHA-256:c3247b767d6fd26f5184eabc950617eacbb0f07662e92b1426d4ce70e7e35945" + }, + { + "name": "Prandom", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": ["Prandom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.3.zip", + "archiveFileName": "Prandom-0.1.3.zip", + "size": 10276, + "checksum": "SHA-256:2f8fabda4a37259c396c6b7233a46532fdc7142a1e14d7d42d900647c8233d46" + }, + { + "name": "InternalTemperature", + "version": "2.0.0", + "author": "LAtimes2", + "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", + "sentence": "Teensy internal CPU temperatures", + "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", + "website": "https://github.com/LAtimes2/InternalTemperature", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LAtimes2/InternalTemperature.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.0.0.zip", + "archiveFileName": "InternalTemperature-2.0.0.zip", + "size": 245727, + "checksum": "SHA-256:213c0f5f668467f377950510689fb8478560e6dcbed52ea01a3aafd8451fac9a" + }, + { + "name": "InternalTemperature", + "version": "2.1.0", + "author": "LAtimes2", + "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", + "sentence": "Teensy internal CPU temperatures", + "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", + "website": "https://github.com/LAtimes2/InternalTemperature", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LAtimes2/InternalTemperature.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.1.0.zip", + "archiveFileName": "InternalTemperature-2.1.0.zip", + "size": 245836, + "checksum": "SHA-256:6f2e973c1cf9ea6181af3dc3c956448aa4a93b3c760d6149702bc2c169463a4e" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.0.zip", + "archiveFileName": "Adafruit_LIS331-1.0.0.zip", + "size": 484754, + "checksum": "SHA-256:ce7f5866dc94955718ce243e36ff9f13f7a27c50f795a5f4e2e5d75cd25f0067" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.1.zip", + "archiveFileName": "Adafruit_LIS331-1.0.1.zip", + "size": 484788, + "checksum": "SHA-256:b746a93ca2427b0fa691f26d8b3787d9f61a01807cfb1b6082df31eadf59422d" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.2.zip", + "archiveFileName": "Adafruit_LIS331-1.0.2.zip", + "size": 484796, + "checksum": "SHA-256:08e65ffa71af2e0d872955beb61295a75c41a466af73a88b8f8b0474b14e8302" + }, + { + "name": "AmbientCO2", + "version": "0.3.0", + "author": "Michael Jack", + "maintainer": "Michael Jack \u003c50518949+mjackdk@users.noreply.github.com\u003e", + "sentence": "Arduino library for CozIR Ambient CO2 sensors.", + "paragraph": "Command, streaming and polling mode, auto-scale", + "website": "https://github.com/mjackdk/AmbientCO2/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mjackdk/AmbientCO2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mjackdk/AmbientCO2-0.3.0.zip", + "archiveFileName": "AmbientCO2-0.3.0.zip", + "size": 5455, + "checksum": "SHA-256:866c8e0232e5d91d4deb235a1bb5da4ae6fcfa7aea6aaeea1a5167647cbbfe80" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.1.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.1.zip", + "size": 40845, + "checksum": "SHA-256:4a4d1d453c32c1003bd4d7d478fe0934fbb9f96293d7bb28c9417ceb8d1c7a05" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.2.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.2.zip", + "size": 40864, + "checksum": "SHA-256:c99ea902ab6027a1d8cb68d5551aabba527de82dbefb5059e385b2a2c51c15d2" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.3.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.3.zip", + "size": 42858, + "checksum": "SHA-256:4301af2a2584b16a24e995d269070e83fb3bfbdcabc9a6090f6a0e180fab3b0c" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.4.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.4.zip", + "size": 47663, + "checksum": "SHA-256:3c7f61dcd48ebf67adbb662b170c36463764c4137c65b5b280fc860586de5c6b" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.5.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.5.zip", + "size": 60683, + "checksum": "SHA-256:09f2f4d0076a1bcf863bcd1ba9044f0c9951df81154dea1dc3269d68f54ab10c" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.6.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.6.zip", + "size": 64099, + "checksum": "SHA-256:f448e5359d1bba8c3517363e804fe3f585e61e8bd7e0776c9f8fbb81835d2450" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.7.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.7.zip", + "size": 61662, + "checksum": "SHA-256:fbb8c3cc23ab22c16aa7cf1a6162fdea603908cc62e70c1b1a3041aa15754cf4" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.8.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.8.zip", + "size": 61466, + "checksum": "SHA-256:b9321e376a3815251ba7c279aa372f2d838547e133a043c4b9bb535c9042a6a5" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.9.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.9.zip", + "size": 61637, + "checksum": "SHA-256:4ec3b11b28434cfa7eba75a4ea9c456bbcc18832cbba99c19557a367fb33174f" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.10.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.10.zip", + "size": 61863, + "checksum": "SHA-256:57b7edf8252fc044844627eec5b42254a45c615f4bf3b13eb6a781882985e4d8" + }, + { + "name": "Adafruit Protomatter", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.1.0.zip", + "archiveFileName": "Adafruit_Protomatter-1.1.0.zip", + "size": 66909, + "checksum": "SHA-256:423342bfe64b0dfb262b7a43ddad5522b84d7ae43a61aa9335e78881d865032c" + }, + { + "name": "Adafruit Protomatter", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": ["samd", "nrf52", "stm32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.2.0.zip", + "archiveFileName": "Adafruit_Protomatter-1.2.0.zip", + "size": 69997, + "checksum": "SHA-256:f69123a37d3c548c8928938506884a647c2e559c9a8f6cd39d920f2519861d51" + }, + { + "name": "ESP32 RMT Peripheral VAN bus reader library", + "version": "1.0.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "ESP32 RMT Peripheral VAN bus reader library", + "paragraph": "It is intended to interface the automotive bus used in cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/esp32_rmt_van_rx", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/esp32_rmt_van_rx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.0.zip", + "archiveFileName": "ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.0.zip", + "size": 235326, + "checksum": "SHA-256:0ca8dd7575329a8a476fe664fdd87a0eec68ad1b200017ec853cf20eb16dc7ad" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "1.1.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": ["tss463_van.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.1.0.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.1.0.zip", + "size": 591178, + "checksum": "SHA-256:bf00c7d7bc356741e172de3deedac42030ba3c2f51a84c2fb3da2a9dc5c8d0c8" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "1.2.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": ["tss463_van.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.2.0.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.2.0.zip", + "size": 602742, + "checksum": "SHA-256:6d4c8e81341b440da05cb6ea8b730bab1b896e729f61acc8a546a9825113d427" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "1.3.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": ["tss463_van.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.3.0.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.3.0.zip", + "size": 603114, + "checksum": "SHA-256:f01f150e2383687b78d249063bfa7dac20729f2fac06c3308212ee3480293385" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "2.0.1", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463/TSS461 VAN Datalink Controller", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": ["tss463_van.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.1.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.1.zip", + "size": 1265540, + "checksum": "SHA-256:ba0d7bc42d62cf7b74337e95ac60929ee58a8082d418b1d7077d20f8203a894a" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "2.0.2", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463/TSS461 VAN Datalink Controller", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": ["avr", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": ["tss463_van.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.2.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.2.zip", + "size": 1267256, + "checksum": "SHA-256:fa8878807655c6912fbfa76014b28f464bf1f768791eee983f549e3dc4283749" + }, + { + "name": "Statistic", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": ["Statistic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.0.zip", + "archiveFileName": "Statistic-0.4.0.zip", + "size": 9555, + "checksum": "SHA-256:db5eaad60f3e0bc61988bc333a8336e8106be3e6da3a14952e3025380c0b730c" + }, + { + "name": "Statistic", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": ["Statistic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.1.zip", + "archiveFileName": "Statistic-0.4.1.zip", + "size": 9553, + "checksum": "SHA-256:ddfe032e35593f3908e37ff8edf376bba0efd766c49fb9b8d465019a66d51bbb" + }, + { + "name": "Statistic", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": ["Statistic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.2.zip", + "archiveFileName": "Statistic-0.4.2.zip", + "size": 11090, + "checksum": "SHA-256:54a981a8f21ba1346810d25f468acaf446afdfe70e0ea0437472cd09388f24ac" + }, + { + "name": "Statistic", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": ["Statistic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.3.zip", + "archiveFileName": "Statistic-0.4.3.zip", + "size": 12187, + "checksum": "SHA-256:4f069c29e11297ffcbd0296c7dae0ae4e672664f98f0cbab0f400cface9c1b58" + }, + { + "name": "SHT31", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.0.zip", + "archiveFileName": "SHT31-0.2.0.zip", + "size": 11149, + "checksum": "SHA-256:fb11326fc5c6f6db6b8a6c0982932f08e7f416c395ee1af1fd70494660a40dc8" + }, + { + "name": "SHT31", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.1.zip", + "archiveFileName": "SHT31-0.2.1.zip", + "size": 11138, + "checksum": "SHA-256:c0cfeba1b15e34e0422e8534074a03a5e83cb2a85b3004c4b8f044888244a91a" + }, + { + "name": "SHT31", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.2.zip", + "archiveFileName": "SHT31-0.2.2.zip", + "size": 11314, + "checksum": "SHA-256:7f0bc454b851bfd89bb504258ec4034c50d8fe654863c906014317a6fb0c2ae9" + }, + { + "name": "SHT31", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.3.zip", + "archiveFileName": "SHT31-0.2.3.zip", + "size": 11563, + "checksum": "SHA-256:f7c3fad8bf0c071fcb0cfbe070638b63da5291f7d8fc58eec6457f36b5b3498b" + }, + { + "name": "SHT31", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.4.zip", + "archiveFileName": "SHT31-0.2.4.zip", + "size": 13403, + "checksum": "SHA-256:a57e3d35af0be207d62518b603da276489fc86f494be480c86ad70cae654fb29" + }, + { + "name": "SHT31", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.5.zip", + "archiveFileName": "SHT31-0.2.5.zip", + "size": 14590, + "checksum": "SHA-256:1e6249733ae5b3104af4664af17b12b393cbf4c1fe3e0201e08795b199aa2d4a" + }, + { + "name": "SHT31", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.6.zip", + "archiveFileName": "SHT31-0.2.6.zip", + "size": 14613, + "checksum": "SHA-256:926a2124c18ad43e8fa388fe2a9068aab45492acc31f1b393751e112064ae579" + }, + { + "name": "SHT31", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["Wire.h", "SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.0.zip", + "archiveFileName": "SHT31-0.3.0.zip", + "size": 16044, + "checksum": "SHA-256:a6a6fea21218566eca5c31c8f48f2bb96cab16f3c2ed671ccb3bb417feab77e9" + }, + { + "name": "SHT31", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.1.zip", + "archiveFileName": "SHT31-0.3.1.zip", + "size": 16086, + "checksum": "SHA-256:51505f01152557c101b0426ece5fdbb497a95a2674b819c783a58437a6030f2b" + }, + { + "name": "SHT31", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": ["SHT31.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.2.zip", + "archiveFileName": "SHT31-0.3.2.zip", + "size": 17468, + "checksum": "SHA-256:554f7a98459c8b6f8cff945996eed3997f2b723dc3d370ab95917b08aabb83db" + }, + { + "name": "OmEspHelpers", + "version": "1.5.20200512", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": ["OmEspHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.5.20200512.zip", + "archiveFileName": "OmEspHelpers-1.5.20200512.zip", + "size": 76793, + "checksum": "SHA-256:8c9d4ce6206cdf7cbef3afe68a80112abc15d9f46ceea4cd0b38a19d7a065afc" + }, + { + "name": "OmEspHelpers", + "version": "1.6.20200731", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": ["OmEspHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.6.20200731.zip", + "archiveFileName": "OmEspHelpers-1.6.20200731.zip", + "size": 324859, + "checksum": "SHA-256:05c1273d4f31cdd9af565c515a2268ce59796462ea2eeeb2eb9b7c8608514c82" + }, + { + "name": "OmEspHelpers", + "version": "1.7.20201029", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": ["OmEspHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.7.20201029.zip", + "archiveFileName": "OmEspHelpers-1.7.20201029.zip", + "size": 568237, + "checksum": "SHA-256:c03ad4b42b5a5624a21f72f04306528de7abaf41184830fb6afaa38a491c1cef" + }, + { + "name": "SDConfig", + "version": "1.1.0", + "author": "Claus Mancini \u003cclaus.nahuel@gmail.com\u003e", + "maintainer": "Claus Mancini \u003cclaus.nahuel@gmail.com\u003e", + "sentence": "A library for reading and writing settings from a configuration file on a SD card.", + "paragraph": "This library simplifies working with configuration variables stored in a SD for certain formated text files. It translates variable setting values into Arduino data types.", + "website": "https://github.com/Fuzzer11/SDconfig", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Fuzzer11/SDconfig.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fuzzer11/SDConfig-1.1.0.zip", + "archiveFileName": "SDConfig-1.1.0.zip", + "size": 17092, + "checksum": "SHA-256:9d9235af463f13d2e043dcc7aa9f8f40b1922f6d9892113e170bb551e174c8de" + }, + { + "name": "DebugLog", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.3.zip", + "archiveFileName": "DebugLog-0.1.3.zip", + "size": 5472, + "checksum": "SHA-256:1055914d1b686d71b560064dfb806b8fc30b11dfdc69d762abd36a6e71e08600" + }, + { + "name": "DebugLog", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.4.zip", + "archiveFileName": "DebugLog-0.1.4.zip", + "size": 5458, + "checksum": "SHA-256:6c3d610a7762b1712520c83890dbca9ac1480a1661261dab8cd98504c516ecf3" + }, + { + "name": "DebugLog", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.5.zip", + "archiveFileName": "DebugLog-0.1.5.zip", + "size": 5473, + "checksum": "SHA-256:69efe9840307fb2f800617c712bdaf178135974d6720bd4c7a21b5db4381710b" + }, + { + "name": "DebugLog", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.6.zip", + "archiveFileName": "DebugLog-0.1.6.zip", + "size": 5471, + "checksum": "SHA-256:816335c29cbab287fb933d6058382ccedecfeaa637dfa3310c20c2f878fa416f" + }, + { + "name": "DebugLog", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.7.zip", + "archiveFileName": "DebugLog-0.1.7.zip", + "size": 5474, + "checksum": "SHA-256:4dbdbe161cc503e3b286566bfb7e13dfb2b16539150a2cd6e27bdf184971ec71" + }, + { + "name": "DebugLog", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.8.zip", + "archiveFileName": "DebugLog-0.1.8.zip", + "size": 5479, + "checksum": "SHA-256:db92eb4b13282e40a1382bc25bd82601b4a48203d6883e27d401e18af615bca1" + }, + { + "name": "DebugLog", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.9.zip", + "archiveFileName": "DebugLog-0.1.9.zip", + "size": 5708, + "checksum": "SHA-256:5a2eb5b298ae6f5adc51a5f6f28d7dc2c13ab9e67c2098c2aba5297be419fbe4" + }, + { + "name": "DebugLog", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.0.zip", + "archiveFileName": "DebugLog-0.2.0.zip", + "size": 7302, + "checksum": "SHA-256:b53580f56bb88fd08387eb519747b70767258895fdc121dcb8ac770af1c28e8e" + }, + { + "name": "DebugLog", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.1.zip", + "archiveFileName": "DebugLog-0.2.1.zip", + "size": 9244, + "checksum": "SHA-256:0ca890cc5eb5a9b66e0fe85fb14c98744cb9ffd43bad81411e14723f66722550" + }, + { + "name": "DebugLog", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.2.zip", + "archiveFileName": "DebugLog-0.2.2.zip", + "size": 9543, + "checksum": "SHA-256:45c88a922e624337d3fb0c5fc3436e128e0b7162b66f8b0f3b83097c3e932e83" + }, + { + "name": "DebugLog", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.3.0.zip", + "archiveFileName": "DebugLog-0.3.0.zip", + "size": 9820, + "checksum": "SHA-256:11cec8b219f81998047a3885029d9bca807f1509d3f29bab4092ec2698ab75ab" + }, + { + "name": "DebugLog", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.3.1.zip", + "archiveFileName": "DebugLog-0.3.1.zip", + "size": 10423, + "checksum": "SHA-256:d8ea7f2a7b5755ad3bb12176a39bf55586c4d6d66e79773d45e8758dcfb7ded4" + }, + { + "name": "DebugLog", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.4.0.zip", + "archiveFileName": "DebugLog-0.4.0.zip", + "size": 13423, + "checksum": "SHA-256:54a5aa7726d2caf89f134cc48c3c9051fe6ff75a1a6ebc21dbc9ee8362351353" + }, + { + "name": "DebugLog", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.4.1.zip", + "archiveFileName": "DebugLog-0.4.1.zip", + "size": 13991, + "checksum": "SHA-256:48e54ddddc6767ec841887dd2efbae2316711f7ddffe8d93e14fac5d975df924" + }, + { + "name": "DebugLog", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.4.2.zip", + "archiveFileName": "DebugLog-0.4.2.zip", + "size": 14134, + "checksum": "SHA-256:a28fbdd37d57c9176c45cb6acfee18160e1c58917928310d3beec6c31e9b5166" + }, + { + "name": "RTCMemory", + "version": "1.0.0", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "A class to facilitate the management of data persistence across different memory hierarchy (RAM, RTC memory and flash memory) on ESP8266", + "website": "https://github.com/fabiuz7/rtc-memory-esp8266", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.0.zip", + "archiveFileName": "RTCMemory-1.0.0.zip", + "size": 9168, + "checksum": "SHA-256:6e2d67cb55eb8fbdf1fc5196c5d4a6432c70c8c368638e0eb6232c97192c919d" + }, + { + "name": "RTCMemory", + "version": "1.0.1", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "Efficiently manage the different levels of data persistence and speed offered by RAM, RTC memory, and flash memory on ESP8266.", + "website": "https://github.com/fabiuz7/rtc-memory-esp8266", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.1.zip", + "archiveFileName": "RTCMemory-1.0.1.zip", + "size": 20719, + "checksum": "SHA-256:5d8d8e39379664cc1dcece530cbc79cae35dc75775f3c866751109b718f6c1d9" + }, + { + "name": "RTCMemory", + "version": "1.0.2", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "Efficiently manage the different levels of data persistence and speed offered by RAM, RTC memory, and flash memory on ESP8266.", + "website": "https://github.com/fabianoriccardi/rtcmemory-esp8266", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.2.zip", + "archiveFileName": "RTCMemory-1.0.2.zip", + "size": 20704, + "checksum": "SHA-256:fbfc30d014182a950d77a547daf968c7cce3711b62ccc64de9f6e3fe8b1578d6" + }, + { + "name": "RTCMemory", + "version": "1.0.3", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "Efficiently manage the different levels of data persistence and speed offered by RAM, RTC memory, and flash memory on ESP8266.", + "website": "https://github.com/fabianoriccardi/rtcmemory-esp8266", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.3.zip", + "archiveFileName": "RTCMemory-1.0.3.zip", + "size": 20693, + "checksum": "SHA-256:abf25d3fdec9119a32ddbbcab694a8c71a163e9543e4234c1d56a5f6684a9ba9" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.0.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.0.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.0.0.zip", + "size": 393107, + "checksum": "SHA-256:2ef11f96c3f4e442ad4650c272f5303a56c9a924abafedb084502ad609e04a0b" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.1.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.1.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.1.0.zip", + "size": 393197, + "checksum": "SHA-256:d2f526f26b0ef8cc527f1596f5fa9b3bb4fda849af67da8f377088651a3baf0c" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.2.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.2.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.2.0.zip", + "size": 393238, + "checksum": "SHA-256:fd8931b4a45e8cc61655f4b442fe6ba305de95518fdbfd9dbb9c681aadf831da" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.0.zip", + "size": 393340, + "checksum": "SHA-256:ec2cbed1fdd9040446e1a88f1a9cd2ecb7be37fb82f981a0e1fc93331425c6f8" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.1", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.1.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.1.zip", + "size": 393356, + "checksum": "SHA-256:d9ce34967d6e6c5afe24fe4ea98e8afda22ce174031dd421326a7c80e58e11c0" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.2", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.2.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.2.zip", + "size": 393358, + "checksum": "SHA-256:72980cb877683d14461c148e4f28c1aea3fe39479bf5dd4b7a44dd4c955d8146" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.3", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.3.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.3.zip", + "size": 393356, + "checksum": "SHA-256:a539e9bedece6f4a47c8ae11fc432743f67fe48c988180be033d14b4f7a48546" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.4.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.4.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.4.0.zip", + "size": 394242, + "checksum": "SHA-256:f493e7eb24a0da78ba33f0ac7c9e0b7dcd56d807c55467720193358b62792b27" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.0.zip", + "size": 394449, + "checksum": "SHA-256:c767ceb2938c547387cc4ec4ad35f1adbc129506678e0e255a66e24a0bf45def" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.1", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.1.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.1.zip", + "size": 394445, + "checksum": "SHA-256:45d5bef2a1ae11362e3e882ca93a3be4fd34aaeffc788899d98700d028d7553d" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.2", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.2.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.2.zip", + "size": 1783304, + "checksum": "SHA-256:78bd2c3e3d646f748be087456a2326dd380997567e98d0992f34dc97ea619968" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.3", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.3.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.3.zip", + "size": 1783315, + "checksum": "SHA-256:357d996ec5fbe6d5511bbd44bff3e446cd446465ed5a14d2c0fbd577f5447071" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.4", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.4.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.4.zip", + "size": 1783325, + "checksum": "SHA-256:c2fc5cbde2b453758f725cd7b4d3f56d11b004e9306a9d5bb733ecd7d5459566" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.5", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.5.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.5.zip", + "size": 1783667, + "checksum": "SHA-256:7c00b086945ba6fa0dacbf38723b0c212a7e00b764aaf07709b5409daa27db93" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.6.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.6.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.6.0.zip", + "size": 1783774, + "checksum": "SHA-256:7b44bde51708c98561a416312d41e760d727974f0a69bd26d4a701d9ee331b8d" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.7.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.7.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.7.0.zip", + "size": 1785608, + "checksum": "SHA-256:960095cc0181b0ee15a547500efa98acb776f1c7d539db155f41d22cf8f300e8" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.7.1", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.7.1.zip", + "archiveFileName": "ESP_WiFiSettings-3.7.1.zip", + "size": 1785613, + "checksum": "SHA-256:960784e7d290bed50f0ae5e721b1f9986b1b3ca672bf9975f44c21fc28d0aa7a" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.7.2", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.7.2.zip", + "archiveFileName": "ESP_WiFiSettings-3.7.2.zip", + "size": 1785628, + "checksum": "SHA-256:f2a924a123f7211e96b7c96eac51ea745df4b9ce96e8249e58359e5e8ffbc666" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.8.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.8.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.8.0.zip", + "size": 1785842, + "checksum": "SHA-256:a1d261992288dcf1cc31c4d00c1f68bfedabc2b65f81498e66c78045ea2a5a22" + }, + { + "name": "AVR-context", + "version": "0.9.0", + "author": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "maintainer": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "license": "MIT", + "sentence": "This library provides a low-level facility for context switching between multiple threads of execution and contains an implementation of asymmetric stackful coroutines on an AVR micro-controller.", + "paragraph": "The low level context switching facility consists of a data type (avr_context_t), functions (avr_getcontext(), avr_setcontext(), avr_makecontext(), avr_swapcontext()), and macros (AVR_SAVE_CONTEXT, AVR_RESTORE_CONTEXT, AVR_SAVE_CONTEXT_GLOBAL_POINTER, AVR_RESTORE_CONTEXT_GLOBAL_POINTER). The asymmetric stackful coroutines facility consists of a data type (avr_corot_t), and four functions (avr_coro_init(), avr_coro_resume(), avr_coro_yield(), avr_coro_state()). This functionality is implemented on top of the context switching facility.", + "website": "https://github.com/arbv/avr-context", + "category": "Other", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/arbv/avr-context.git", + "providesIncludes": ["avrcontext_arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arbv/AVR_context-0.9.0.zip", + "archiveFileName": "AVR_context-0.9.0.zip", + "size": 33601, + "checksum": "SHA-256:2565012d82a1c131c3730084838f198a006007e31ca27587b299520579512bfc" + }, + { + "name": "AVR-context", + "version": "0.9.1", + "author": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "maintainer": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "license": "MIT", + "sentence": "This library provides a low-level facility for context switching between multiple threads of execution and contains an implementation of asymmetric stackful coroutines on an AVR micro-controller.", + "paragraph": "The low level context switching facility consists of a data type (avr_context_t), functions (avr_getcontext(), avr_setcontext(), avr_makecontext(), avr_swapcontext()), and macros (AVR_SAVE_CONTEXT, AVR_RESTORE_CONTEXT, AVR_SAVE_CONTEXT_GLOBAL_POINTER, AVR_RESTORE_CONTEXT_GLOBAL_POINTER). The asymmetric stackful coroutines facility consists of a data type (avr_coro_t), and four functions (avr_coro_init(), avr_coro_resume(), avr_coro_yield(), avr_coro_state()). This functionality is implemented on top of the context switching facility.", + "website": "https://github.com/arbv/avr-context", + "category": "Other", + "architectures": ["avr", "megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/arbv/avr-context.git", + "providesIncludes": ["avrcontext_arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arbv/AVR_context-0.9.1.zip", + "archiveFileName": "AVR_context-0.9.1.zip", + "size": 33597, + "checksum": "SHA-256:7c625ed47668fd399cef8e2eb2b583d07c90d5f823426c4ac2735363699023f1" + }, + { + "name": "MsgPacketizer", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.0.zip", + "archiveFileName": "MsgPacketizer-0.2.0.zip", + "size": 135280, + "checksum": "SHA-256:d136a6c2ff0ed802429d78959f430a0a686eb180dd5161d9c35d52efaff26788" + }, + { + "name": "MsgPacketizer", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.1.zip", + "archiveFileName": "MsgPacketizer-0.2.1.zip", + "size": 289368, + "checksum": "SHA-256:111a736ac9a802ffaea5a36481976f405091ad0b9432454946b16ee70e587f74" + }, + { + "name": "MsgPacketizer", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.2.zip", + "archiveFileName": "MsgPacketizer-0.2.2.zip", + "size": 294071, + "checksum": "SHA-256:707e6c314c757c8d4425fc0875ac3df6871e6feb9d2603e11d1e510a25511364" + }, + { + "name": "MsgPacketizer", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.3.zip", + "archiveFileName": "MsgPacketizer-0.2.3.zip", + "size": 294782, + "checksum": "SHA-256:4321c883933e6b6f36b027171837ee61f962e914b06ec17892dd4378df22da90" + }, + { + "name": "MsgPacketizer", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.4.zip", + "archiveFileName": "MsgPacketizer-0.2.4.zip", + "size": 389748, + "checksum": "SHA-256:b9c211372ddf52b7f85f6a2faf40bcb25084a8d068b6ad8e7de08776e59a5f16" + }, + { + "name": "MsgPacketizer", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.5.zip", + "archiveFileName": "MsgPacketizer-0.2.5.zip", + "size": 300559, + "checksum": "SHA-256:1c73af2a51abbcf3bcf023f4a3c645c9628b8bdcd221099f2c2ad153b4b89fb9" + }, + { + "name": "MsgPacketizer", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.6.zip", + "archiveFileName": "MsgPacketizer-0.2.6.zip", + "size": 281255, + "checksum": "SHA-256:68b151a86923f4a140953b26a740c1c81def95a7ef785c3007306a6f0a2e850c" + }, + { + "name": "MsgPacketizer", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.7.zip", + "archiveFileName": "MsgPacketizer-0.2.7.zip", + "size": 281265, + "checksum": "SHA-256:84b793a295533c488de6132b7c16c6f15550c022aa7721b17474e724cdf9c443" + }, + { + "name": "MsgPacketizer", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.8.zip", + "archiveFileName": "MsgPacketizer-0.2.8.zip", + "size": 281544, + "checksum": "SHA-256:9ab082ab9341d503f4e0de0c79d5d7e016bfc9e4765bf3d7ee483858fb3d01d2" + }, + { + "name": "MsgPacketizer", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.9.zip", + "archiveFileName": "MsgPacketizer-0.2.9.zip", + "size": 281724, + "checksum": "SHA-256:50feecec58a4c4068ccbb75d808a6b120a265022993013267a5f4213a6693739" + }, + { + "name": "MsgPacketizer", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.10.zip", + "archiveFileName": "MsgPacketizer-0.2.10.zip", + "size": 282543, + "checksum": "SHA-256:2f9d59ec5e392403044c437869cdbf8eb975f7fa3d1a2688ddd78082b26465f4" + }, + { + "name": "MsgPacketizer", + "version": "0.2.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.11.zip", + "archiveFileName": "MsgPacketizer-0.2.11.zip", + "size": 283358, + "checksum": "SHA-256:d06ae3ae95b210ef71584f60ce26f123cfce994a7570359cb1d3c10cc668a24b" + }, + { + "name": "MsgPacketizer", + "version": "0.2.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.12.zip", + "archiveFileName": "MsgPacketizer-0.2.12.zip", + "size": 283388, + "checksum": "SHA-256:fb9011829d004ad59f9364ef0ab2ad654e6869d60405fb344021f8ce25d64e40" + }, + { + "name": "MsgPacketizer", + "version": "0.2.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.13.zip", + "archiveFileName": "MsgPacketizer-0.2.13.zip", + "size": 283505, + "checksum": "SHA-256:eaf2b9027569b187e8324a7fc38bd4e87a76592fd818a4da91b5b7d6035495d3" + }, + { + "name": "MsgPacketizer", + "version": "0.2.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.14.zip", + "archiveFileName": "MsgPacketizer-0.2.14.zip", + "size": 283514, + "checksum": "SHA-256:8ac697dec5e4167e51ca1f04172d91412102b347b30f612a448a9940ad37fc6a" + }, + { + "name": "MsgPacketizer", + "version": "0.2.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.15.zip", + "archiveFileName": "MsgPacketizer-0.2.15.zip", + "size": 283760, + "checksum": "SHA-256:279ed9416e15fd15731f34bd57462c4c9dfd474875c9d96fae03f7a8631c1d02" + }, + { + "name": "MsgPacketizer", + "version": "0.2.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.16.zip", + "archiveFileName": "MsgPacketizer-0.2.16.zip", + "size": 284143, + "checksum": "SHA-256:191fc9bbcb3b10c0e69d592a3bcf0deec029689b78a92c1b49bc61735688aa99" + }, + { + "name": "MsgPacketizer", + "version": "0.2.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.17.zip", + "archiveFileName": "MsgPacketizer-0.2.17.zip", + "size": 302630, + "checksum": "SHA-256:a79b2c2a851daa04f17dfb601508a85ecea33256184224f02b543f09176ae133" + }, + { + "name": "MsgPacketizer", + "version": "0.2.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.18.zip", + "archiveFileName": "MsgPacketizer-0.2.18.zip", + "size": 302985, + "checksum": "SHA-256:4d12b65194013859df39d4588deed4722a6062745ae22ef6be1ccca7cc5f742e" + }, + { + "name": "MsgPacketizer", + "version": "0.2.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.19.zip", + "archiveFileName": "MsgPacketizer-0.2.19.zip", + "size": 445659, + "checksum": "SHA-256:8ca296af4f91020a6d05bfe4d6497e9e8fe05e2df7a7f75d004201ff663c8da1" + }, + { + "name": "MsgPacketizer", + "version": "0.2.20", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.20.zip", + "archiveFileName": "MsgPacketizer-0.2.20.zip", + "size": 448238, + "checksum": "SHA-256:2d6a73ecca176ea34692bc2262d9d60592f084ec8fe79561bd508392d6900163" + }, + { + "name": "MsgPacketizer", + "version": "0.2.21", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.21.zip", + "archiveFileName": "MsgPacketizer-0.2.21.zip", + "size": 448271, + "checksum": "SHA-256:12f3b603b9da83fd6d4a9ca3c5de1f14254195978e15d6ce02b62a9a1a844fff" + }, + { + "name": "MsgPacketizer", + "version": "0.2.22", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.22.zip", + "archiveFileName": "MsgPacketizer-0.2.22.zip", + "size": 448297, + "checksum": "SHA-256:85efc8a1f6c34473a116204d2a472e29c22cb4c1ac82efde60913d80d6fd8fc5" + }, + { + "name": "MsgPacketizer", + "version": "0.2.23", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.23.zip", + "archiveFileName": "MsgPacketizer-0.2.23.zip", + "size": 450242, + "checksum": "SHA-256:e635a4aa13698e6d0289a4c3d8f12a4b0c97bf8a4b97d74c3fd389573e9417eb" + }, + { + "name": "MsgPacketizer", + "version": "0.2.24", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.24.zip", + "archiveFileName": "MsgPacketizer-0.2.24.zip", + "size": 450259, + "checksum": "SHA-256:c478b6aa540f8deed8471f871b6ab1f96f9da85d9a7ec482cb2a45ea9d2a7a4d" + }, + { + "name": "MsgPacketizer", + "version": "0.2.25", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.25.zip", + "archiveFileName": "MsgPacketizer-0.2.25.zip", + "size": 450263, + "checksum": "SHA-256:d10f34be3123d8d4a1142a451138f66fc9491ebf255d17d77f44f8d621e53b50" + }, + { + "name": "MsgPacketizer", + "version": "0.2.26", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.26.zip", + "archiveFileName": "MsgPacketizer-0.2.26.zip", + "size": 450110, + "checksum": "SHA-256:842fe6e943da06884299e4b52da1f169088c56966aad1b4631776f8cdc30c35d" + }, + { + "name": "MsgPacketizer", + "version": "0.2.27", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.27.zip", + "archiveFileName": "MsgPacketizer-0.2.27.zip", + "size": 451706, + "checksum": "SHA-256:8829c56b92c77cae7d93e28caa79218cc8cbb5727667a50599ead288e9437eda" + }, + { + "name": "MsgPacketizer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.0.zip", + "archiveFileName": "MsgPacketizer-0.3.0.zip", + "size": 475705, + "checksum": "SHA-256:97a15c09bc4b661f916c6b489aaa5b7dbe98ee95f0529264c687ffc94d4b07fa" + }, + { + "name": "MsgPacketizer", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.1.zip", + "archiveFileName": "MsgPacketizer-0.3.1.zip", + "size": 476277, + "checksum": "SHA-256:25c683880c94a7666e33ab6da1d2cbbe72a3ea41de8d8b58a34f177fb4bbd4c4" + }, + { + "name": "MsgPacketizer", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.2.zip", + "archiveFileName": "MsgPacketizer-0.3.2.zip", + "size": 476277, + "checksum": "SHA-256:fc974b3734ea0f4948f4fdc746646bc552eeed36a64bcd4dbb5f4a66acc43b3a" + }, + { + "name": "Simple LED Matrix", + "version": "1.2.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", + "website": "www.electro707.com", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.2.0.zip", + "archiveFileName": "Simple_LED_Matrix-1.2.0.zip", + "size": 13570, + "checksum": "SHA-256:3e6b665143c1a5faec0c6b6e0a88e2b71ce8ae51eb85c4e3a69fa5f03d714458" + }, + { + "name": "Simple LED Matrix", + "version": "1.3.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", + "website": "www.electro707.com", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.3.0.zip", + "archiveFileName": "Simple_LED_Matrix-1.3.0.zip", + "size": 14217, + "checksum": "SHA-256:3ee7b0ad2505807071f1dbe7792ca66eecc02cdf14614871ec1e74a03bdada8e" + }, + { + "name": "Simple LED Matrix", + "version": "1.3.1", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.3.1.zip", + "archiveFileName": "Simple_LED_Matrix-1.3.1.zip", + "size": 46744, + "checksum": "SHA-256:059a42688d3be4e97f938edd39aea52d151197c8c63115ef932fe12d8ef18824" + }, + { + "name": "Simple LED Matrix", + "version": "1.4.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.4.0.zip", + "archiveFileName": "Simple_LED_Matrix-1.4.0.zip", + "size": 49528, + "checksum": "SHA-256:d9136aae057bec292a316b7995f013326647d98e19a2fe3626c81756aea136ea" + }, + { + "name": "Simple LED Matrix", + "version": "1.4.1", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.4.1.zip", + "archiveFileName": "Simple_LED_Matrix-1.4.1.zip", + "size": 49672, + "checksum": "SHA-256:5ed7adbe6ab5be6347bfd5a4ec29bba76adf33181b19b0fd55da0291f6677668" + }, + { + "name": "Kinematics", + "version": "1.0.0", + "author": "Kousheek Chakraborty \u003ckousheekc@gmail.com\u003e", + "maintainer": "Kousheek Chakraborty \u003ckousheekc@gmail.com\u003e", + "sentence": "Toolkit for robotic applications that require forward or inverse kinematics.", + "paragraph": "Provides simple functions to modify the position of a 3DOF robotic system such as an arm.", + "website": "https://github.com/kousheekc/Kinematics", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kousheekc/Kinematics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kousheekc/Kinematics-1.0.0.zip", + "archiveFileName": "Kinematics-1.0.0.zip", + "size": 52848, + "checksum": "SHA-256:a5f2101e08fdc5375cc3447f2b7c8806430cae8044206b6c8c3bd2e339b2a438" + }, + { + "name": "SerialWireOutput", + "version": "1.0.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.0.zip", + "archiveFileName": "SerialWireOutput-1.0.0.zip", + "size": 5846, + "checksum": "SHA-256:b95e628166f279d0c0d633af0d0a69cfafb56b6e8449fb9bf573513bdab3e8e3" + }, + { + "name": "SerialWireOutput", + "version": "1.0.2", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.2.zip", + "archiveFileName": "SerialWireOutput-1.0.2.zip", + "size": 6094, + "checksum": "SHA-256:eb1cfb9ece73bab5a49986210054c6717456198cc0f9ae411822db21bf258a18" + }, + { + "name": "SerialWireOutput", + "version": "1.0.3", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.3.zip", + "archiveFileName": "SerialWireOutput-1.0.3.zip", + "size": 6681, + "checksum": "SHA-256:d537a12af903e6ee3be54970665c43ff6bb8ed39b14314afe0eb9a6d7dd13f4d" + }, + { + "name": "AlignedJoy", + "version": "1.0.1", + "author": "Marco Palladino", + "maintainer": "Marco Palladino \u003cmarck.palladino@gmail.com\u003e", + "sentence": "Allows Arduino/Genuino boards to read a variety of analog joystick by aligning axis values (XY).", + "paragraph": "This library can read a variety of analog joystick.\u003cbr /\u003eIt offers calibration methods necessary to get read values aligned between the x and y axes. When the axes have about the same angle the values will be very close to each other (it is not the same as map()).\u003cbr /\u003e", + "website": "https://github.com/PalladinoMarco/AlignedJoystick", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/PalladinoMarco/AlignedJoystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PalladinoMarco/AlignedJoy-1.0.1.zip", + "archiveFileName": "AlignedJoy-1.0.1.zip", + "size": 246672, + "checksum": "SHA-256:4696d94bd4c45e706c4856b71bb5a762b99d3ee023b7981949ca1a717c4c840d" + }, + { + "name": "mwc_stepper", + "version": "1.2.0", + "author": "mertwhocodes", + "maintainer": "mertwhocodes", + "sentence": "two-pin stepper motor driver library.", + "paragraph": "Control steppers via a driver board providing STEP+DIR like the ones. Microstepping is supported.Supported drivers are A4988,TB6600", + "website": "https://github.com/mertwhocodes/mwc_stepper", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mertwhocodes/mwc_stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mertwhocodes/mwc_stepper-1.2.0.zip", + "archiveFileName": "mwc_stepper-1.2.0.zip", + "size": 4207, + "checksum": "SHA-256:9763debb8e6d153a151bc3df598a54a92d0683538352539a95feb8b1dc44efd8" + }, + { + "name": "HPDL1414-74HC595", + "version": "1.0.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "An Arduino library for driving HPDL-1414 displays using shift registers", + "paragraph": "An Arduino library for driving HPDL-1414 displays using shift registers, works with Open Source Hardware found here https://github.com/sqfmi/HPDL-1414-20x2-ESP32", + "website": "https://github.com/sqfmi/HPDL1414-74HC595-Arduino", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sqfmi/HPDL1414-74HC595-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/HPDL1414_74HC595-1.0.0.zip", + "archiveFileName": "HPDL1414_74HC595-1.0.0.zip", + "size": 5370, + "checksum": "SHA-256:485c11804c0bd787faca7478c21e90ea342ac3f3c0938b2a49efee46063d80eb" + }, + { + "name": "Correlation", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": ["Correlation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.0.zip", + "archiveFileName": "Correlation-0.1.0.zip", + "size": 9128, + "checksum": "SHA-256:f0c4d18d88632e4c3291754da161518e2797dde0a1901aded816e0451192d7e1" + }, + { + "name": "Correlation", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": ["Correlation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.2.zip", + "archiveFileName": "Correlation-0.1.2.zip", + "size": 10716, + "checksum": "SHA-256:03b3e28b9019a66ba26179dc2368f47b86b4c85f156747c2e5e2beb6547734ca" + }, + { + "name": "Correlation", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": ["Correlation.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.3.zip", + "archiveFileName": "Correlation-0.1.3.zip", + "size": 14848, + "checksum": "SHA-256:b54f85825a7da19ec6f2cc7ad08809f71e1a5bf945727958adfa57702014ee66" + }, + { + "name": "WroobImp", + "version": "1.0.0", + "author": "Michal Oleszczyk, Wroob", + "maintainer": "Wroob \u003cwww.wroob.io\u003e", + "sentence": "Use to connect your Arduino board to Wroob system.", + "paragraph": "This library transforms an Arduino project into Wroob system peripheral module. Thanks to that you can control your Arduino board via high-level serial protocol from Android device with Wroob mobile app.", + "website": "http://wroob.io/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wroob-io/arduino-wroobimp.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoUniqueID" + }, + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wroob-io/WroobImp-1.0.0.zip", + "archiveFileName": "WroobImp-1.0.0.zip", + "size": 6896, + "checksum": "SHA-256:f9ffde233cc32b04cae1cdabfd22a63e84dfe46b25666ae9e9e8e2d0e7e225e1" + }, + { + "name": "WroobImp", + "version": "2.0.0", + "author": "Michal Oleszczyk, Wroob", + "maintainer": "Wroob \u003cwww.wroob.io\u003e", + "sentence": "Use to connect your Arduino board to Wroob system.", + "paragraph": "This library transforms an Arduino project into Wroob system peripheral module. Thanks to that you can control your Arduino board via high-level serial protocol from Android device with Wroob mobile app.", + "website": "http://wroob.io/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wroob-io/arduino-wroobimp.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoUniqueID" + }, + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wroob-io/WroobImp-2.0.0.zip", + "archiveFileName": "WroobImp-2.0.0.zip", + "size": 7220, + "checksum": "SHA-256:a52c02a08a9842ed20de8ae7e94983c8655f0297252e1869732994f99386df0b" + }, + { + "name": "NodeRedTime", + "version": "1.0.0", + "author": "Phill \u003cSOMEONE@gmail.com\u003e", + "maintainer": "SMFSW \u003cSOMEONE@gmail.com\u003e", + "sentence": "Fetch Unix Epoch timestamp from Node-Red flow.", + "paragraph": "Alternative to NTP. Intended for use where a Node-Red server is on the same local area network as a collection of IoT devices. Avoids stressing the global network of Internet time-servers.", + "website": "https://github.com/Paraphraser/NodeRedTime", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Paraphraser/NodeRedTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Paraphraser/NodeRedTime-1.0.0.zip", + "archiveFileName": "NodeRedTime-1.0.0.zip", + "size": 261895, + "checksum": "SHA-256:71dd3cade4818b6f2c5149f173d7b8aa9b1e60e9f579df00dfe91a7ba866aeaf" + }, + { + "name": "SignalControl", + "version": "1.1.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.1.0.zip", + "archiveFileName": "SignalControl-1.1.0.zip", + "size": 32514, + "checksum": "SHA-256:4574d7bf4ff6546e9887ba7ad074e466d22331c3d710355dbaf1282c43b35679" + }, + { + "name": "SignalControl", + "version": "1.2.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.2.0.zip", + "archiveFileName": "SignalControl-1.2.0.zip", + "size": 32810, + "checksum": "SHA-256:a03b285f9394e7395600b9d6b70cdc11755d019cbc9c72f468ead8724f47c752" + }, + { + "name": "SignalControl", + "version": "1.3.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.3.0.zip", + "archiveFileName": "SignalControl-1.3.0.zip", + "size": 37754, + "checksum": "SHA-256:19665550f94aa996f50dc119315ecdd8d558385e82f8dc387e33278bbb7390d0" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.0.zip", + "size": 13479, + "checksum": "SHA-256:d20554613346831ed03ba2183246a1cc6796c16b0a712cffb5a122606ae69749" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.1.zip", + "size": 13496, + "checksum": "SHA-256:ab25a15c5fb2967d558994420acdd4c75d582707ab38ab6bd786b95d2b176491" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.2.zip", + "size": 13498, + "checksum": "SHA-256:37bda4b8b391a7933cadad16e1a1abf08642d29d587bd35ef310c9343e8120c9" + }, + { + "name": "MSMPLOTTER", + "version": "1.0.0", + "author": "MAINAK MONDAL\u003chttps://github.com/MAINAKMONDAL98\u003e", + "maintainer": "MAINAK MONDAL\u003chttps://github.com/MAINAKMONDAL98\u003e", + "sentence": "A library that can plot on Serial Monitor.", + "paragraph": "A library that can plot on Serial Monitor.", + "website": "https://github.com/MAINAKMONDAL98/MSMPLOTTER", + "category": "Data Processing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/MAINAKMONDAL98/MSMPLOTTER.git", + "providesIncludes": ["MSMPLOTTER.h"], + "dependencies": [ + { + "name": "Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MAINAKMONDAL98/MSMPLOTTER-1.0.0.zip", + "archiveFileName": "MSMPLOTTER-1.0.0.zip", + "size": 60511, + "checksum": "SHA-256:845f83160ea9cd17081a36f3b460ac8bca8e60ed73a89c34f0f13b884fc62a94" + }, + { + "name": "LovyanGFX", + "version": "0.1.1", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "dependencies": [ + { + "name": "ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.1.zip", + "archiveFileName": "LovyanGFX-0.1.1.zip", + "size": 454033, + "checksum": "SHA-256:cd25634dc7c43be0e3493e467d7fd2a54a41a5558fb18de367a0e406be059dbb" + }, + { + "name": "LovyanGFX", + "version": "0.1.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "dependencies": [ + { + "name": "ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.2.zip", + "archiveFileName": "LovyanGFX-0.1.2.zip", + "size": 456569, + "checksum": "SHA-256:cc406d0c34b2d140bdd9e34d721739c4b6c8ca9f296876f24f3cecf7382a91ee" + }, + { + "name": "LovyanGFX", + "version": "0.1.3", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.3.zip", + "archiveFileName": "LovyanGFX-0.1.3.zip", + "size": 525754, + "checksum": "SHA-256:768e0964499b328a0d03fee647743c455f94baaceaa104426bd288477b7b2f48" + }, + { + "name": "LovyanGFX", + "version": "0.1.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.4.zip", + "archiveFileName": "LovyanGFX-0.1.4.zip", + "size": 525737, + "checksum": "SHA-256:6148e72fba70689ff08b13df382221c434e697351986310ff04e6032f0820616" + }, + { + "name": "LovyanGFX", + "version": "0.1.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.5.zip", + "archiveFileName": "LovyanGFX-0.1.5.zip", + "size": 526649, + "checksum": "SHA-256:a8d318ba7c8a6a9dfb751df1d14bb26ede23a86acc79492b18db59002f0fd423" + }, + { + "name": "LovyanGFX", + "version": "0.1.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.6.zip", + "archiveFileName": "LovyanGFX-0.1.6.zip", + "size": 531126, + "checksum": "SHA-256:35f47ff2c52202704a09f5c4494dc6ddd7c753b249b72c03771e94311366cde2" + }, + { + "name": "LovyanGFX", + "version": "0.1.8", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.8.zip", + "archiveFileName": "LovyanGFX-0.1.8.zip", + "size": 533942, + "checksum": "SHA-256:ad382898a06b9935a58127d2664d9f6f809e5458346969943309fe44190e738c" + }, + { + "name": "LovyanGFX", + "version": "0.1.9", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers (e.g., ILI9341) that operate with hardware SPI.", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.9.zip", + "archiveFileName": "LovyanGFX-0.1.9.zip", + "size": 575356, + "checksum": "SHA-256:70296d50fa688a98a95878488e4e13d18389e24860f09bf2060b9d456202b93f" + }, + { + "name": "LovyanGFX", + "version": "0.1.10", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.10.zip", + "archiveFileName": "LovyanGFX-0.1.10.zip", + "size": 597018, + "checksum": "SHA-256:b9a9f360dccbb4cc6f009187dd54c36046b5a5705a42a59c8b5eb6bf4a2540d6" + }, + { + "name": "LovyanGFX", + "version": "0.1.11", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.11.zip", + "archiveFileName": "LovyanGFX-0.1.11.zip", + "size": 616181, + "checksum": "SHA-256:07d2de1e670fa2993fba5ba20079015074df202132eeb36a5439c6908c4352f2" + }, + { + "name": "LovyanGFX", + "version": "0.1.12", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.12.zip", + "archiveFileName": "LovyanGFX-0.1.12.zip", + "size": 622196, + "checksum": "SHA-256:de81dfb8636f8e981c281d6d55d54849cfb522772913a4ef71c9d16e15e22a4b" + }, + { + "name": "LovyanGFX", + "version": "0.1.13", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.13.zip", + "archiveFileName": "LovyanGFX-0.1.13.zip", + "size": 622291, + "checksum": "SHA-256:d99fdb1d93ca85d56417792c7163d3edb68610b9761395ee2fd2b1468fce8b86" + }, + { + "name": "LovyanGFX", + "version": "0.1.14", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.14.zip", + "archiveFileName": "LovyanGFX-0.1.14.zip", + "size": 624058, + "checksum": "SHA-256:2495859bc67e58d53389a05eaa21b80e8d10a610e6372349ec1a21f12e420240" + }, + { + "name": "LovyanGFX", + "version": "0.1.15", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.15.zip", + "archiveFileName": "LovyanGFX-0.1.15.zip", + "size": 624928, + "checksum": "SHA-256:8437ebd003b5025ac805d5477dadc52fba38fc190857b79394ff4e6294ecd939" + }, + { + "name": "LovyanGFX", + "version": "0.1.16", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.16.zip", + "archiveFileName": "LovyanGFX-0.1.16.zip", + "size": 626315, + "checksum": "SHA-256:d865836c4130415bf73d8c2fb1f7ef8a4ded0f6e7845b0e1e667bdc8e7b687bf" + }, + { + "name": "LovyanGFX", + "version": "0.1.17", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.17.zip", + "archiveFileName": "LovyanGFX-0.1.17.zip", + "size": 638558, + "checksum": "SHA-256:c3c4838b5940a93eb3a57bc6b8768aca214da44dd69cb8ea045b2c5a28247205" + }, + { + "name": "LovyanGFX", + "version": "0.1.18", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.18.zip", + "archiveFileName": "LovyanGFX-0.1.18.zip", + "size": 638365, + "checksum": "SHA-256:e54cc5c419bc37b162a29f49ddd9e47f0b460bf5685f71e80b2f22c18a0ce93e" + }, + { + "name": "LovyanGFX", + "version": "0.1.19", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.19.zip", + "archiveFileName": "LovyanGFX-0.1.19.zip", + "size": 640443, + "checksum": "SHA-256:29f35b786ca6cbd27d37aa3ece6a9fa88b64802f9d7f70980485f65e0a8f4634" + }, + { + "name": "LovyanGFX", + "version": "0.2.0", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.0.zip", + "archiveFileName": "LovyanGFX-0.2.0.zip", + "size": 651700, + "checksum": "SHA-256:49f22ae477e1ef6e28096aa186a30e834b7ab310a2c1b39db84fa77145beb8bc" + }, + { + "name": "LovyanGFX", + "version": "0.2.1", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.1.zip", + "archiveFileName": "LovyanGFX-0.2.1.zip", + "size": 651702, + "checksum": "SHA-256:084b215a57eb0088c108b70c55662f26c30c333afe39f7e864f185fefc5ae8ca" + }, + { + "name": "LovyanGFX", + "version": "0.2.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.2.zip", + "archiveFileName": "LovyanGFX-0.2.2.zip", + "size": 983559, + "checksum": "SHA-256:90f6551b5b2adc8b9129cabd3581bf19d9b5b33ba4468682b415ee938d402a9a" + }, + { + "name": "LovyanGFX", + "version": "0.2.3", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.3.zip", + "archiveFileName": "LovyanGFX-0.2.3.zip", + "size": 11411682, + "checksum": "SHA-256:4b5103fbb100510a27ecff59337604b849d0f02ec76cc68ca1d9789787365513" + }, + { + "name": "LovyanGFX", + "version": "0.2.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.4.zip", + "archiveFileName": "LovyanGFX-0.2.4.zip", + "size": 12273975, + "checksum": "SHA-256:593310d3f2f0bc48657398e270d600e8fde8790b0cb8ec4065ee29dec3488384" + }, + { + "name": "LovyanGFX", + "version": "0.2.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.5.zip", + "archiveFileName": "LovyanGFX-0.2.5.zip", + "size": 12281779, + "checksum": "SHA-256:bfea772d5b72dc074b1132a1ee5cae9c3a143199f50d5ff6277b27e8e3c0ad14" + }, + { + "name": "LovyanGFX", + "version": "0.2.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.6.zip", + "archiveFileName": "LovyanGFX-0.2.6.zip", + "size": 12286623, + "checksum": "SHA-256:1b8322dfaf1997d99ff63653ee3252999a0a67fa8192cdde21cab46d3545e695" + }, + { + "name": "LovyanGFX", + "version": "0.2.7", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.7.zip", + "archiveFileName": "LovyanGFX-0.2.7.zip", + "size": 12290433, + "checksum": "SHA-256:5f82362ed8859f8be465ee3a3761e27c4323970f0e633cd1feede94dda31559d" + }, + { + "name": "LovyanGFX", + "version": "0.3.0", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.0.zip", + "archiveFileName": "LovyanGFX-0.3.0.zip", + "size": 46970621, + "checksum": "SHA-256:1d7db5f72e8d5dc97e2202252dc119b4b1985009e2627e673d790f42511e8d45" + }, + { + "name": "LovyanGFX", + "version": "0.3.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.2.zip", + "archiveFileName": "LovyanGFX-0.3.2.zip", + "size": 46972200, + "checksum": "SHA-256:cc1230d3f20f80e69f717d346fafefdca567be1e91a94a2a1e32146df94df5b1" + }, + { + "name": "LovyanGFX", + "version": "0.3.3", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.3.zip", + "archiveFileName": "LovyanGFX-0.3.3.zip", + "size": 46975334, + "checksum": "SHA-256:445efd5e4f4e5b87127d61051f17c117426365ecdfdbd7e4271b1c0199194935" + }, + { + "name": "LovyanGFX", + "version": "0.3.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.4.zip", + "archiveFileName": "LovyanGFX-0.3.4.zip", + "size": 46975370, + "checksum": "SHA-256:eed02cbf9848be1e55e72d098e930561548b2993687f8f40158a96ade715fded" + }, + { + "name": "LovyanGFX", + "version": "0.3.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.5.zip", + "archiveFileName": "LovyanGFX-0.3.5.zip", + "size": 46987578, + "checksum": "SHA-256:e652a3d9f2c0e269cacc641c4bbb9ee58b5f8642b4c6bdc748f7a53dd09034ea" + }, + { + "name": "LovyanGFX", + "version": "0.3.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.6.zip", + "archiveFileName": "LovyanGFX-0.3.6.zip", + "size": 46987651, + "checksum": "SHA-256:44f53ceeda9582b2f78fdf8ebdd1d7f83cce02f5140b42716c99377dd9ef87d2" + }, + { + "name": "LovyanGFX", + "version": "0.3.7", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.7.zip", + "archiveFileName": "LovyanGFX-0.3.7.zip", + "size": 46987865, + "checksum": "SHA-256:a39db591a6d4f68d8f4da90ce7f3324f07e97faf20965d7c4c3f7cb5369d0f4a" + }, + { + "name": "LovyanGFX", + "version": "0.3.8", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.8.zip", + "archiveFileName": "LovyanGFX-0.3.8.zip", + "size": 46989838, + "checksum": "SHA-256:e5d75f04ab592276288fcc301807a80958462955cf9e82cc76c255c73b7c0ba8" + }, + { + "name": "LovyanGFX", + "version": "0.3.9", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.9.zip", + "archiveFileName": "LovyanGFX-0.3.9.zip", + "size": 46993198, + "checksum": "SHA-256:0c0144766102800f0fa17e610e9ce69143430ed07b4333de09b94c59b8a743dd" + }, + { + "name": "LovyanGFX", + "version": "0.3.10", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.10.zip", + "archiveFileName": "LovyanGFX-0.3.10.zip", + "size": 46993752, + "checksum": "SHA-256:2795d0163d56260055f91ffe74484e8ca994cd181224d0e0589be8ca500b665c" + }, + { + "name": "LovyanGFX", + "version": "0.3.11", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.11.zip", + "archiveFileName": "LovyanGFX-0.3.11.zip", + "size": 46995550, + "checksum": "SHA-256:e3a8adfe5751b45c1e81de9e19fabe80929c384d76ccfb0365068ce983a3a4c7" + }, + { + "name": "LovyanGFX", + "version": "0.3.12", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.12.zip", + "archiveFileName": "LovyanGFX-0.3.12.zip", + "size": 46995836, + "checksum": "SHA-256:9272dce60982a81cdf8a2a677d9049707fa047c3f679cef3891161ff8a7df7bf" + }, + { + "name": "LovyanGFX", + "version": "0.4.0", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "esp8266", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.0.zip", + "archiveFileName": "LovyanGFX-0.4.0.zip", + "size": 47303396, + "checksum": "SHA-256:dfe8c33229d67808c2936130281fcb7c674665a9699affbc24bc5359a5f79bed" + }, + { + "name": "LovyanGFX", + "version": "0.4.1", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": ["esp32", "esp8266", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": ["LovyanGFX.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.1.zip", + "archiveFileName": "LovyanGFX-0.4.1.zip", + "size": 47315578, + "checksum": "SHA-256:798b821926ccd18db90c179be5c92ec32ae5970dd3935a8b4aabc7432e3b0d98" + }, + { + "name": "PulsePattern", + "version": "0.0.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns.", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": ["PulsePattern.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.0.8.zip", + "archiveFileName": "PulsePattern-0.0.8.zip", + "size": 6288, + "checksum": "SHA-256:ea1c147c65ce643c0e397f5f156b22430684764d772903505ea2622f4094cb25" + }, + { + "name": "PulsePattern", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": ["PulsePattern.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.0.zip", + "archiveFileName": "PulsePattern-0.1.0.zip", + "size": 6275, + "checksum": "SHA-256:4b3e3c0ad0fa6e88046b22315e88693027d6c908042b1780d129d5acfcf25529" + }, + { + "name": "PulsePattern", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": ["PulsePattern.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.1.zip", + "archiveFileName": "PulsePattern-0.1.1.zip", + "size": 8355, + "checksum": "SHA-256:a5df3f9c8dc7297b3461bba8bdb783b68f022e672f0814b0b2f45a25f371808d" + }, + { + "name": "PulsePattern", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": ["PulsePattern.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.3.zip", + "archiveFileName": "PulsePattern-0.1.3.zip", + "size": 14145, + "checksum": "SHA-256:569ab50f63a53a3f9bfefac03d8b0f6e859024f94c8cad45de8956618714e4e8" + }, + { + "name": "modbus-esp8266", + "version": "2.0.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.0.0.zip", + "archiveFileName": "modbus_esp8266-2.0.0.zip", + "size": 31454, + "checksum": "SHA-256:19c2c9ca455354ab78390687b94104d87d0e696739a1922eafdae375e579ce28" + }, + { + "name": "modbus-esp8266", + "version": "2.0.1", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.0.1.zip", + "archiveFileName": "modbus_esp8266-2.0.1.zip", + "size": 31520, + "checksum": "SHA-256:7f43ae784c576b817480e17edb054920be15437ddeec31f107b615c5c8e7654b" + }, + { + "name": "modbus-esp8266", + "version": "2.1.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.1.0.zip", + "archiveFileName": "modbus_esp8266-2.1.0.zip", + "size": 33446, + "checksum": "SHA-256:0a93248f05df33c1d018e4b4d02bc9fd346b9a117ddf19c7cd26fff83409cee2" + }, + { + "name": "modbus-esp8266", + "version": "3.0.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.0.zip", + "archiveFileName": "modbus_esp8266-3.0.0.zip", + "size": 45444, + "checksum": "SHA-256:5289c0eb088aee5f4366685b50e36182000056191d3c6ef0f8114294fe46bf43" + }, + { + "name": "modbus-esp8266", + "version": "1.0.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.0.0.zip", + "archiveFileName": "modbus_esp8266-1.0.0.zip", + "size": 18117, + "checksum": "SHA-256:02402c0e31cb48482eb49273eff7e4145c7027a25f9fa2857d4394908b9ac259" + }, + { + "name": "modbus-esp8266", + "version": "1.1.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.1.0.zip", + "archiveFileName": "modbus_esp8266-1.1.0.zip", + "size": 19814, + "checksum": "SHA-256:16be145893f603f6773f6732928d17da1e77f77a72369df068188d5b8d0c517d" + }, + { + "name": "modbus-esp8266", + "version": "1.2.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.2.0.zip", + "archiveFileName": "modbus_esp8266-1.2.0.zip", + "size": 21683, + "checksum": "SHA-256:0c84590d0ca0dd51dd6f9e4f0c181d15e78e6969e980f7897fd49d89432190f1" + }, + { + "name": "modbus-esp8266", + "version": "3.0.1", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.1.zip", + "archiveFileName": "modbus_esp8266-3.0.1.zip", + "size": 45316, + "checksum": "SHA-256:99d71494ffb6ea963040582e53f09458a72e0328552f5bf1c359f178abc32808" + }, + { + "name": "modbus-esp8266", + "version": "3.0.2", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.2.zip", + "archiveFileName": "modbus_esp8266-3.0.2.zip", + "size": 45344, + "checksum": "SHA-256:d85dad256fd2de95f9f76d218a1e9613dfd23afd6f2b62e2b185bbe7756479d9" + }, + { + "name": "modbus-esp8266", + "version": "3.0.3", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.3.zip", + "archiveFileName": "modbus_esp8266-3.0.3.zip", + "size": 45539, + "checksum": "SHA-256:e72e7694bd7b55f1e0b65545455b4b4f46a1294eb8c1ec4beba469e798416041" + }, + { + "name": "modbus-esp8266", + "version": "3.0.4", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.4.zip", + "archiveFileName": "modbus_esp8266-3.0.4.zip", + "size": 45928, + "checksum": "SHA-256:8ee875761990d50b6b343a03fa2ad5c9c5e7bb9a7dff4e02174f765d250c11e2" + }, + { + "name": "modbus-esp8266", + "version": "3.0.6", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.6.zip", + "archiveFileName": "modbus_esp8266-3.0.6.zip", + "size": 45987, + "checksum": "SHA-256:1bd147e930ef1ba36e3e7c60025b1a3d0359b8a9bf5be15fcd3ae99e9cd79832" + }, + { + "name": "LineFormatter", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": ["LineFormatter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.0.zip", + "archiveFileName": "LineFormatter-0.1.0.zip", + "size": 8287, + "checksum": "SHA-256:14e2f1f5c86e395163b562a84392f0ff3f51f870b7a7ae7705b0c30e0e6dc486" + }, + { + "name": "LineFormatter", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": ["LineFormatter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.1.zip", + "archiveFileName": "LineFormatter-0.1.1.zip", + "size": 12065, + "checksum": "SHA-256:f3102b16adbb7a71129f52da79453a2e895811a7606200fd83821412a1159533" + }, + { + "name": "LineFormatter", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": ["LineFormatter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.2.zip", + "archiveFileName": "LineFormatter-0.1.2.zip", + "size": 13792, + "checksum": "SHA-256:2ced46da1a3d965fced8357ed0e569a01d0bdd4a1462731c0a4dfb7791daebdd" + }, + { + "name": "Bootstrapper", + "version": "1.4.2", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.2.zip", + "archiveFileName": "Bootstrapper-1.4.2.zip", + "size": 373723, + "checksum": "SHA-256:d5bb23b19518b18ea55d140735d7947a576823b8ec3ac586417ac7777cb6c578" + }, + { + "name": "Bootstrapper", + "version": "1.4.4", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.4.zip", + "archiveFileName": "Bootstrapper-1.4.4.zip", + "size": 373722, + "checksum": "SHA-256:6f1168c97295a6501baddbda67ccfcaeb2befd772ca9eae51f4827723aa83eb8" + }, + { + "name": "Bootstrapper", + "version": "1.4.5", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.5.zip", + "archiveFileName": "Bootstrapper-1.4.5.zip", + "size": 373725, + "checksum": "SHA-256:fdfea16f857c9e79b6357dc09304ed837d4fa14acccbf4f84aee798d3a61d0b9" + }, + { + "name": "Bootstrapper", + "version": "1.5.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.5.0.zip", + "archiveFileName": "Bootstrapper-1.5.0.zip", + "size": 374667, + "checksum": "SHA-256:16d417af276026566047d36fe6330230ebb6bc95a40a576bd2ebcc08e71b61b9" + }, + { + "name": "Bootstrapper", + "version": "1.6.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.6.0.zip", + "archiveFileName": "Bootstrapper-1.6.0.zip", + "size": 525683, + "checksum": "SHA-256:8a4a55650cbe86727f751e46e6ed1a9190d69b53438784df610252d1834ad203" + }, + { + "name": "Bootstrapper", + "version": "1.7.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.0.zip", + "archiveFileName": "Bootstrapper-1.7.0.zip", + "size": 525938, + "checksum": "SHA-256:d5c10e99fb7e5f7078f12aadc48f927fe2686dda2944112e25162bac7d84cd0c" + }, + { + "name": "Bootstrapper", + "version": "1.7.3", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.3.zip", + "archiveFileName": "Bootstrapper-1.7.3.zip", + "size": 526186, + "checksum": "SHA-256:ba152a776088c36ca3c6c9b6528d653578c3e6fbac16ed943e5fd9756c53b99c" + }, + { + "name": "Bootstrapper", + "version": "1.7.4", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.4.zip", + "archiveFileName": "Bootstrapper-1.7.4.zip", + "size": 526325, + "checksum": "SHA-256:568df1f8a70a892c42e971a0883a9070cf28b78a0dcafc0f17e9a43c8a9d0c1c" + }, + { + "name": "Bootstrapper", + "version": "1.7.5", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.5.zip", + "archiveFileName": "Bootstrapper-1.7.5.zip", + "size": 526331, + "checksum": "SHA-256:0d598573142f4c3e475ecf12013d78f5092a78a8c957541076948e317ac31f91" + }, + { + "name": "Bootstrapper", + "version": "1.7.8", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.8.zip", + "archiveFileName": "Bootstrapper-1.7.8.zip", + "size": 526451, + "checksum": "SHA-256:71d0779b85b2c22c7844b80bb17344ea2669ce36cf9ef214a12ff4a10e8a7cd8" + }, + { + "name": "Bootstrapper", + "version": "1.7.9", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.9.zip", + "archiveFileName": "Bootstrapper-1.7.9.zip", + "size": 526472, + "checksum": "SHA-256:f798a2e00aceef487cc41952e958b8f2258738ea21081294bdf42d93d0438d2e" + }, + { + "name": "Bootstrapper", + "version": "1.8.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.8.0.zip", + "archiveFileName": "Bootstrapper-1.8.0.zip", + "size": 526468, + "checksum": "SHA-256:2f8b0a3e64f78084d1294f9e03b79934ebbc4794be5d86be3d297e9f3c8dda56" + }, + { + "name": "Bootstrapper", + "version": "1.9.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.9.0.zip", + "archiveFileName": "Bootstrapper-1.9.0.zip", + "size": 526590, + "checksum": "SHA-256:f3aea1ee4711e97b724cf19c0b0fa366fad49af9a916cabf3069608008d88ed9" + }, + { + "name": "MaximWire", + "version": "1.0.0", + "author": "xeno \u003cxeno@mail.ru\u003e", + "maintainer": "xeno \u003cxeno@mail.ru\u003e", + "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", + "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", + "website": "https://github.com/adameat/MaximWire", + "category": "Sensors", + "architectures": ["nordicnrf52", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/adameat/MaximWire.git", + "providesIncludes": ["MaximWire.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.0.zip", + "archiveFileName": "MaximWire-1.0.0.zip", + "size": 9681, + "checksum": "SHA-256:5b1ba59e9d50e8172af4ba924e0c482721e391ab3fdc8bf12297b30efdcd0ac5" + }, + { + "name": "MaximWire", + "version": "1.0.2", + "author": "xeno \u003cxeno@mail.ru\u003e", + "maintainer": "xeno \u003cxeno@mail.ru\u003e", + "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", + "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", + "website": "https://github.com/adameat/MaximWire", + "category": "Sensors", + "architectures": ["nordicnrf52", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/adameat/MaximWire.git", + "providesIncludes": ["MaximWire.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.2.zip", + "archiveFileName": "MaximWire-1.0.2.zip", + "size": 9704, + "checksum": "SHA-256:a1be85903438c4d66caa41a91c836e7ff84dc21bb1931a3ecfe62beac817cb7f" + }, + { + "name": "MaximWire", + "version": "1.0.3", + "author": "xeno \u003cxeno@mail.ru\u003e", + "maintainer": "xeno \u003cxeno@mail.ru\u003e", + "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", + "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", + "website": "https://github.com/adameat/MaximWire", + "category": "Sensors", + "architectures": ["nordicnrf52", "mbed", "mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/adameat/MaximWire.git", + "providesIncludes": ["MaximWire.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.3.zip", + "archiveFileName": "MaximWire-1.0.3.zip", + "size": 9731, + "checksum": "SHA-256:99af837257d2bf50286f5b49fca460ec84490bd4767f2c652490d79c440a2892" + }, + { + "name": "mjson", + "version": "1.0.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.0.0.zip", + "archiveFileName": "mjson-1.0.0.zip", + "size": 179659, + "checksum": "SHA-256:9cfad4ef33e38dfa82c4771862785519d4f9c5d44f3fc81ec3f09f0ed8ef3106" + }, + { + "name": "mjson", + "version": "1.2.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.1.zip", + "archiveFileName": "mjson-1.2.1.zip", + "size": 181890, + "checksum": "SHA-256:409eb9d88061e0914f9540a9557de0b8b74f67e948f7f1e94beff44aba69c70e" + }, + { + "name": "mjson", + "version": "1.2.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.2.zip", + "archiveFileName": "mjson-1.2.2.zip", + "size": 183451, + "checksum": "SHA-256:610218f242af16868351a6b137d201bc1eccc8b577a7ed6672e13c1e5c09904a" + }, + { + "name": "mjson", + "version": "1.2.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.3.zip", + "archiveFileName": "mjson-1.2.3.zip", + "size": 184013, + "checksum": "SHA-256:8cdc1b23f6916d34f5734094fed18c7f4870188ddaf1f9452be6cf059b0fa6f7" + }, + { + "name": "mjson", + "version": "1.2.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.4.zip", + "archiveFileName": "mjson-1.2.4.zip", + "size": 184201, + "checksum": "SHA-256:fe4ed1f7469387d7e0f6a8c64a2be0046fc7df689a03006159ea77cf7198e3cb" + }, + { + "name": "mjson", + "version": "1.2.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.5.zip", + "archiveFileName": "mjson-1.2.5.zip", + "size": 184361, + "checksum": "SHA-256:25774cf28c6c17cf11efd4db0c62ef2706bb27ecf76453741fe9b8a295b52d24" + }, + { + "name": "mjson", + "version": "1.2.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": ["mjson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.6.zip", + "archiveFileName": "mjson-1.2.6.zip", + "size": 184571, + "checksum": "SHA-256:b7c73304b597948392397a3d4c0649530218b7a32f2c82279304876718dc9e93" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.0", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.0.zip", + "archiveFileName": "IridiumSBDi2c-3.0.0.zip", + "size": 86761, + "checksum": "SHA-256:4a4c9c76a015310c8848ee117baf97f2199d1fd4744638e12c192231a9d235cc" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.1", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.1.zip", + "archiveFileName": "IridiumSBDi2c-3.0.1.zip", + "size": 89997, + "checksum": "SHA-256:02d145f2172398935d0f85f1f60400db9e1b987cf04096bbbec04edd21b7c3fa" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.3", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.3.zip", + "archiveFileName": "IridiumSBDi2c-3.0.3.zip", + "size": 90202, + "checksum": "SHA-256:ca5d62422a763fa0386e0b6fcb48f81d821e0889f790119b2b896309e78733a5" + }, + { + "name": "MCP23017_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander.", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.0.0.zip", + "archiveFileName": "MCP23017_WE-1.0.0.zip", + "size": 973403, + "checksum": "SHA-256:a49360e94dce85f9ef7c9e455d5e9e6c3df60af92641e6966865a4f2e18f4959" + }, + { + "name": "MCP23017_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander.", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.1.0.zip", + "archiveFileName": "MCP23017_WE-1.1.0.zip", + "size": 973409, + "checksum": "SHA-256:b9c5b9b830b43b1956567e6ff2994f914b512d72345da736d489b85290bb0a28" + }, + { + "name": "MCP23017_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.2.3.zip", + "archiveFileName": "MCP23017_WE-1.2.3.zip", + "size": 973092, + "checksum": "SHA-256:c09f3ddc369b0bbe94b264d164f7a4c0931b56fb13a872ced32088e1c5c26bce" + }, + { + "name": "MCP23017_WE", + "version": "1.3.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.0.zip", + "archiveFileName": "MCP23017_WE-1.3.0.zip", + "size": 941913, + "checksum": "SHA-256:96d52e48a8ebdb83186d2c653abbde755dc2691a324674ea1653cde693f490ff" + }, + { + "name": "MCP23017_WE", + "version": "1.3.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.1.zip", + "archiveFileName": "MCP23017_WE-1.3.1.zip", + "size": 942456, + "checksum": "SHA-256:bef6fd4cb780b10d1483fef88d2405f404ed0fc9314d079d0c9862e38462868c" + }, + { + "name": "MCP23017_WE", + "version": "1.3.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.2.zip", + "archiveFileName": "MCP23017_WE-1.3.2.zip", + "size": 942871, + "checksum": "SHA-256:2db7e7cba313098eb1b9d8503a3ac0c10730ee158fc495454c2ba87d7000e4ac" + }, + { + "name": "MCP23017_WE", + "version": "1.3.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.3.zip", + "archiveFileName": "MCP23017_WE-1.3.3.zip", + "size": 942872, + "checksum": "SHA-256:f736791c3d06ab652c2304f2270e0dba506ca215f031668de22ecd43c5110886" + }, + { + "name": "MCP23017_WE", + "version": "1.3.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.4.zip", + "archiveFileName": "MCP23017_WE-1.3.4.zip", + "size": 943038, + "checksum": "SHA-256:433c6582d2523a65b5e2042be9da1f102445d8adae5d6ab1ada43460e0c47058" + }, + { + "name": "MCP23017_WE", + "version": "1.3.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.5.zip", + "archiveFileName": "MCP23017_WE-1.3.5.zip", + "size": 943036, + "checksum": "SHA-256:81863ccd86dc3cf04fada592b82656810ac535118ad4cd20d99146eb0633a4dc" + }, + { + "name": "MCP23017_WE", + "version": "1.3.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.6.zip", + "archiveFileName": "MCP23017_WE-1.3.6.zip", + "size": 943014, + "checksum": "SHA-256:7487bb7db28a5930687d64936d3d0f9ecb6e451167f9dc6f8eb9eeecba3f913e" + }, + { + "name": "MCP23017_WE", + "version": "1.3.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.7.zip", + "archiveFileName": "MCP23017_WE-1.3.7.zip", + "size": 943346, + "checksum": "SHA-256:8adbf6e061655de85f6603d1c1ca4096281941eb4e1bc1b59d9781f9e622a576" + }, + { + "name": "MCP23017_WE", + "version": "1.3.8", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.8.zip", + "archiveFileName": "MCP23017_WE-1.3.8.zip", + "size": 944756, + "checksum": "SHA-256:52aee87ce284314e0173d4c6c12afc6d3632727aa2f2268610f000822a8b0599" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.0.0", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": ["ExtendedTouchEvent.h", "XPT2046_Touchscreen.h", "Adafruit_GFX.h"], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit_GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.0.0.zip", + "archiveFileName": "ExtendedTouchEvent-1.0.0.zip", + "size": 22724, + "checksum": "SHA-256:c466138ea062fd63677f413fa8b7d9a90edde8b07a9651ca0c3c9a3db511ec0d" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.0.1", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": ["ExtendedTouchEvent.h", "XPT2046_Touchscreen.h", "Adafruit_GFX.h"], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.0.1.zip", + "archiveFileName": "ExtendedTouchEvent-1.0.1.zip", + "size": 26367, + "checksum": "SHA-256:10b5365c74290ac9722077a56b3ef7954314da287d9fb96f9c4b66706480d3ee" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.1.0", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": ["ExtendedTouchEvent.h", "XPT2046_Touchscreen.h", "Adafruit_GFX.h"], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.0.zip", + "archiveFileName": "ExtendedTouchEvent-1.1.0.zip", + "size": 31221, + "checksum": "SHA-256:60ebcaac0eb364f45f0eada74a0730bd4496a3e7bc4814b0c06e2d73d6923b0f" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.1.1", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": ["ExtendedTouchEvent.h", "XPT2046_Touchscreen.h", "Adafruit_GFX.h"], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.1.zip", + "archiveFileName": "ExtendedTouchEvent-1.1.1.zip", + "size": 31211, + "checksum": "SHA-256:47ff7f7e7000c6729ee853721a5cf48b9507fc22542868e7a0aff97e8a7259ba" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.1.2", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": ["ExtendedTouchEvent.h", "XPT2046_Touchscreen.h", "Adafruit_GFX.h"], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.2.zip", + "archiveFileName": "ExtendedTouchEvent-1.1.2.zip", + "size": 31214, + "checksum": "SHA-256:34e3341248c81ce110d4f929f2a285b34ae4197ebc3eb45fb724ee43125195e8" + }, + { + "name": "snakelights", + "version": "0.0.1", + "author": "David Whitney, Jo Franchetti", + "maintainer": "David Whitney \u003cdavid@davidwhitney.co.uk\u003e", + "sentence": "SnakeLights library for snake wired NeoPixels", + "paragraph": "This library supports the build-with-love SnakeLight NeoPixel LED array", + "website": "https://github.com/davidwhitney/arduino-snakelights", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davidwhitney/snakelights.git", + "providesIncludes": ["SnakeLights.h"], + "dependencies": [ + { + "name": "Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidwhitney/snakelights-0.0.1.zip", + "archiveFileName": "snakelights-0.0.1.zip", + "size": 6030, + "checksum": "SHA-256:48d90a6223e3465c740f63f8d99fcb548b17ebd531b70d66f0e8163d5f45f525" + }, + { + "name": "snakelights", + "version": "0.0.2", + "author": "David Whitney, Jo Franchetti", + "maintainer": "David Whitney \u003cdavid@davidwhitney.co.uk\u003e", + "sentence": "SnakeLights library for snake wired NeoPixels", + "paragraph": "This library supports the build-with-love SnakeLight NeoPixel LED array", + "website": "https://github.com/davidwhitney/snakelights", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/davidwhitney/snakelights.git", + "providesIncludes": ["SnakeLights.h"], + "dependencies": [ + { + "name": "Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidwhitney/snakelights-0.0.2.zip", + "archiveFileName": "snakelights-0.0.2.zip", + "size": 6003, + "checksum": "SHA-256:35fae96f7a91491b39c8147879f02333400eedb9842d32106e0858006466306f" + }, + { + "name": "SI1145_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.0.0.zip", + "archiveFileName": "SI1145_WE-1.0.0.zip", + "size": 310657, + "checksum": "SHA-256:bc8186844cb051abf439debbc3af0988cd5408054f6fc417a83b1ddc646310b8" + }, + { + "name": "SI1145_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.0.1.zip", + "archiveFileName": "SI1145_WE-1.0.1.zip", + "size": 310689, + "checksum": "SHA-256:70dc61297b8831fee820f5f71e142fb63960f8fed5e04e2bcddc30d6d2a5ded9" + }, + { + "name": "SI1145_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.0.zip", + "archiveFileName": "SI1145_WE-1.1.0.zip", + "size": 276436, + "checksum": "SHA-256:eeeeb75bed0b4d9e7fda1d7f8035f0f939aea80bc8438c0bc0e0bd35383cda2c" + }, + { + "name": "SI1145_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.1.zip", + "archiveFileName": "SI1145_WE-1.1.1.zip", + "size": 278128, + "checksum": "SHA-256:6473a62a273d6b70ba53f6a4c346f9ca6992232b3a40ed04ae21b1556b6789c9" + }, + { + "name": "SI1145_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.2.zip", + "archiveFileName": "SI1145_WE-1.1.2.zip", + "size": 278838, + "checksum": "SHA-256:dd1377ae7e2f5935af06bceaf045f1deb647243949373c796d0ba2bb91e32d21" + }, + { + "name": "SI1145_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.3.zip", + "archiveFileName": "SI1145_WE-1.1.3.zip", + "size": 279014, + "checksum": "SHA-256:22fca7267bf84fdc5f898567b31fb11a5aff7e6280c33ac40887a4c8d1573622" + }, + { + "name": "SI1145_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.4.zip", + "archiveFileName": "SI1145_WE-1.1.4.zip", + "size": 278996, + "checksum": "SHA-256:38d248c409ff6f80e1218aa77752692f7dad91c3b9e661eb25a03a54636f8dc8" + }, + { + "name": "SI1145_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": ["SI1145_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.5.zip", + "archiveFileName": "SI1145_WE-1.1.5.zip", + "size": 279307, + "checksum": "SHA-256:b3f5c15e6ef8b9eca72c31e2218e95a84f429449fc205907f7e463eca17006ae" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.0.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.0.zip", + "size": 8913, + "checksum": "SHA-256:399d8fdd6be5436db64aee454787de53a271bf0eab0819d58a2976367af210f0" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.1.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.1.zip", + "size": 8912, + "checksum": "SHA-256:cc5711b2d233b24fb004ca229e5e09a330f9cc106cec0134ff7d6cef9996d78f" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.2.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.2.zip", + "size": 9921, + "checksum": "SHA-256:f67d08a59f0446ee630dfea67cc8a9f3dbdea89349d84ce9c9793571afe3b1cf" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.3.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.3.zip", + "size": 9924, + "checksum": "SHA-256:9fc12cc7714472991259b8a03a87812a8ca164c993945b0aa765c4b18938f7b4" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.4.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.4.zip", + "size": 9924, + "checksum": "SHA-256:eb34cf287ace9a5f0781834a23bef1783e361b9d23ec25cadfb4f68594e04540" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.5.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.5.zip", + "size": 9995, + "checksum": "SHA-256:79b2ecf210a3f0aa04897a03cc316320bcc3271450aa2d852bace0ac7446e6c1" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.6.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.6.zip", + "size": 9996, + "checksum": "SHA-256:d9866789ba2a4db62c67a4170b2d9a53e07ebc9f754244591ab9b84c0bac6317" + }, + { + "name": "AP3216_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": ["AP3216_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.0.0.zip", + "archiveFileName": "AP3216_WE-1.0.0.zip", + "size": 292914, + "checksum": "SHA-256:8721537ee23f9cf931b38579c3fcdddb963f050a66fe1d47b0c25717e163b767" + }, + { + "name": "AP3216_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": ["AP3216_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.0.1.zip", + "archiveFileName": "AP3216_WE-1.0.1.zip", + "size": 292913, + "checksum": "SHA-256:47cd113881dda5da4abd2bb2162149c26b6c5ff04cbd2d2c98b903217f48e5e9" + }, + { + "name": "AP3216_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": ["AP3216_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.0.zip", + "archiveFileName": "AP3216_WE-1.1.0.zip", + "size": 293657, + "checksum": "SHA-256:45d477ecaa17884c328661bebc7072f0cec17e0e3a298a1cb885b6c70f47bf36" + }, + { + "name": "AP3216_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": ["AP3216_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.1.zip", + "archiveFileName": "AP3216_WE-1.1.1.zip", + "size": 293752, + "checksum": "SHA-256:991b4925e75efb4948b6eb62dfaa2b56b3ad5ba76d30a7d3f14c433eaa5becfb" + }, + { + "name": "AP3216_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": ["AP3216_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.2.zip", + "archiveFileName": "AP3216_WE-1.1.2.zip", + "size": 293731, + "checksum": "SHA-256:7d4285a3c6eea9c264e0f97157cf04eb7cddd2c16c05c649183ed1e762cbe6ae" + }, + { + "name": "AP3216_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module. Update 1.2.0: limitited compatibility with former versions! See readme.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": ["AP3216_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.2.0.zip", + "archiveFileName": "AP3216_WE-1.2.0.zip", + "size": 220399, + "checksum": "SHA-256:05b8b21e914a4fbbe8d1da4e5315a1a720e08db9c13edeeb93c4ee07529273a2" + }, + { + "name": "BH1750_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": ["BH1750_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.0.0.zip", + "archiveFileName": "BH1750_WE-1.0.0.zip", + "size": 4231, + "checksum": "SHA-256:7411b81158a96ef3e282948531fdac3d48cfbf1dbb67aba4b72d080f3f44f331" + }, + { + "name": "BH1750_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": ["BH1750_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.2.zip", + "archiveFileName": "BH1750_WE-1.1.2.zip", + "size": 4507, + "checksum": "SHA-256:73cce11cda021e2f2777ecd945610aa0026a75c42fa31446a5c49e011cc844fa" + }, + { + "name": "BH1750_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": ["BH1750_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.3.zip", + "archiveFileName": "BH1750_WE-1.1.3.zip", + "size": 4931, + "checksum": "SHA-256:63813395e34b61deff69061041904dec29fd125c115c040e2b74c387c99096c8" + }, + { + "name": "BH1750_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": ["BH1750_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.4.zip", + "archiveFileName": "BH1750_WE-1.1.4.zip", + "size": 5061, + "checksum": "SHA-256:1b19e0139abf10189e7f944fc7f088e6eaa5b0c7a14e72aeddcf16f7dad8298b" + }, + { + "name": "BH1750_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": ["BH1750_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.5.zip", + "archiveFileName": "BH1750_WE-1.1.5.zip", + "size": 5166, + "checksum": "SHA-256:9147450848ee88ce6fc20d3de92effebf0755ea9f4ea2b5e68eb4e0c05208034" + }, + { + "name": "VL6180X_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": ["VL6180X_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.0.0.zip", + "archiveFileName": "VL6180X_WE-1.0.0.zip", + "size": 10658, + "checksum": "SHA-256:10cc62c23733cc160e7f892c14e08d7f6e2d04088dc5b420abb1cae0fe566a5a" + }, + { + "name": "VL6180X_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.1.zip", + "archiveFileName": "VL6180X_WE-1.1.1.zip", + "size": 11189, + "checksum": "SHA-256:263609acdee7e39bfde62dcc2a272d17871bd04d0e1a2efb9041dd6d483f7fa0" + }, + { + "name": "VL6180X_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": ["VL6180X_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.2.zip", + "archiveFileName": "VL6180X_WE-1.1.2.zip", + "size": 11200, + "checksum": "SHA-256:0811b1ef47dcf27e1fbfa6649943e5be7bd35b6ad6a04da010659fe1869b5386" + }, + { + "name": "VL6180X_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": ["VL6180X_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.3.zip", + "archiveFileName": "VL6180X_WE-1.1.3.zip", + "size": 11715, + "checksum": "SHA-256:b242c5ae2718183d757c0d3d7b7e1d91efdd13cb5e6a68570b664c6a40a1ce59" + }, + { + "name": "VL6180X_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": ["VL6180X_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.4.zip", + "archiveFileName": "VL6180X_WE-1.1.4.zip", + "size": 11904, + "checksum": "SHA-256:afbec70edce115c50fcd5dc79fc39f5d97e67e9c66142e685f1d1fa6aaf2d31a" + }, + { + "name": "VL6180X_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": ["VL6180X_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.5.zip", + "archiveFileName": "VL6180X_WE-1.1.5.zip", + "size": 11929, + "checksum": "SHA-256:ab15e4326c2e0e5bb0fe361f867807bd6bfdf32d2061e2fd76fe9617c6121175" + }, + { + "name": "Algoduino", + "version": "0.1.0", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/algoduino/algoduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.1.0.zip", + "archiveFileName": "Algoduino-0.1.0.zip", + "size": 6060, + "checksum": "SHA-256:5d80bd1ec82df8c656b8ab79f8b29c1c5040d99a5a0690197289295f8c64c491" + }, + { + "name": "Algoduino", + "version": "0.2.0", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/algoduino/algoduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.0.zip", + "archiveFileName": "Algoduino-0.2.0.zip", + "size": 141961, + "checksum": "SHA-256:fb9beb6fb3d2d15c38fe89be9b5ab9ac17128efa215c9c5f25a5564ad06ea3fd" + }, + { + "name": "Algoduino", + "version": "0.2.1", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": ["espressif8266", "espressif32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/algoduino/algoduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.1.zip", + "archiveFileName": "Algoduino-0.2.1.zip", + "size": 15426, + "checksum": "SHA-256:b66b7d6ea50d0c94362ed3cf1fc347642aeb3de84c1f87d49fb0b1d0aa30c9ed" + }, + { + "name": "Algoduino", + "version": "0.2.2", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": ["espressif8266", "espressif32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/algoduino/algoduino.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=6.15.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.2.zip", + "archiveFileName": "Algoduino-0.2.2.zip", + "size": 15478, + "checksum": "SHA-256:e2430ea8611f51c3b02c6cbf71c4ca84645f41091715882f9d92738b5fd03314" + }, + { + "name": "Algoduino", + "version": "0.2.3", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": ["espressif8266", "espressif32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/algoduino/algoduino.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=6.15.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.3.zip", + "archiveFileName": "Algoduino-0.2.3.zip", + "size": 15469, + "checksum": "SHA-256:341955258d2b7a7d876a5277f9a90daebd8ece57824cc62898817c6320f78176" + }, + { + "name": "Adafruit MP3", + "version": "1.2.0", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.0.zip", + "archiveFileName": "Adafruit_MP3-1.2.0.zip", + "size": 269638, + "checksum": "SHA-256:5402a44d76b80495cdeace5bdf59be8761ffbc7d58affd8ec3f9edc9d8a9b751" + }, + { + "name": "Adafruit MP3", + "version": "1.2.1", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.1.zip", + "archiveFileName": "Adafruit_MP3-1.2.1.zip", + "size": 269593, + "checksum": "SHA-256:a8ac6a7867c430cbba73c24263ee653d49ac90f6d4167fec507e52f7ce1a787c" + }, + { + "name": "Adafruit MP3", + "version": "1.2.2", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.2.zip", + "archiveFileName": "Adafruit_MP3-1.2.2.zip", + "size": 269647, + "checksum": "SHA-256:fb8fe737c4a1ffcc895a9d051b95a486453cd5db470d85c63c2754a84776f942" + }, + { + "name": "Adafruit MP3", + "version": "1.2.3", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.3.zip", + "archiveFileName": "Adafruit_MP3-1.2.3.zip", + "size": 269635, + "checksum": "SHA-256:07164150b8c50ca58f80df352cbb1aea231a32fa727c6862728bed215db60bcd" + }, + { + "name": "PinOutGroup", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": ["PinOutGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.1.zip", + "archiveFileName": "PinOutGroup-0.1.1.zip", + "size": 9944, + "checksum": "SHA-256:8b7b5493f89c6729ce373eda90155a91b7a85fb76163f00806bff4016d5c5a5f" + }, + { + "name": "PinOutGroup", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": ["PinOutGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.2.zip", + "archiveFileName": "PinOutGroup-0.1.2.zip", + "size": 9944, + "checksum": "SHA-256:fbaa167ebc2f7430545f89c7bd7011ca3d4a4fd21306cccf4e3cf9780b5069f7" + }, + { + "name": "PinOutGroup", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": ["PinOutGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.3.zip", + "archiveFileName": "PinOutGroup-0.1.3.zip", + "size": 11599, + "checksum": "SHA-256:16cf5166ff76cea4d88eff25d09ee4f61afe9c50062026dd2d3b0586a35822ad" + }, + { + "name": "PinOutGroup", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": ["PinOutGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.4.zip", + "archiveFileName": "PinOutGroup-0.1.4.zip", + "size": 12231, + "checksum": "SHA-256:f25325c162466ecfa63f0ee52b79c5976086c724915b9b360cdc7113b4515533" + }, + { + "name": "WebSockets_Generic", + "version": "2.1.3", + "author": "Markus Sattler", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD, STM32, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.1.3+ for ESP, nRF52, SAMD, STM32, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.1.3.zip", + "archiveFileName": "WebSockets_Generic-2.1.3.zip", + "size": 162625, + "checksum": "SHA-256:c6f52ca8d21184412621ad99e5528a517cfcafb7bd61a1cf4b5e38d2108428fa" + }, + { + "name": "WebSockets_Generic", + "version": "2.2.1", + "author": "Markus Sattler", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD, STM32, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.1.3+ for ESP, nRF52, SAMD, STM32, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.1.zip", + "archiveFileName": "WebSockets_Generic-2.2.1.zip", + "size": 163029, + "checksum": "SHA-256:6297d56e7989bd4b1b41aa5b0ed56881f1b9919dd3abd1c4f89055eedb2dc1d8" + }, + { + "name": "WebSockets_Generic", + "version": "2.2.2", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.2.zip", + "archiveFileName": "WebSockets_Generic-2.2.2.zip", + "size": 230965, + "checksum": "SHA-256:44828e18bf6f4567f9a03afd946dd093eb4b36813961aeca9b6fa9cd3b091b4d" + }, + { + "name": "WebSockets_Generic", + "version": "2.2.3", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.3.zip", + "archiveFileName": "WebSockets_Generic-2.2.3.zip", + "size": 401870, + "checksum": "SHA-256:b3cb61a779a68019c164100ccca882fa7a523e54a3eadb46a3a85978f29f4196" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.1.zip", + "archiveFileName": "WebSockets_Generic-2.3.1.zip", + "size": 532785, + "checksum": "SHA-256:f5d18f6423eee3caedb8cfa45fb3cf04c64a7b7de8bcdbf4a73473a673183f95" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.2", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.2.zip", + "archiveFileName": "WebSockets_Generic-2.3.2.zip", + "size": 539429, + "checksum": "SHA-256:ba97a3df8e6e97ce272ec4e09e6a5adf03c0fa98fa5e2efc069bffe5d925259f" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.3", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.3.zip", + "archiveFileName": "WebSockets_Generic-2.3.3.zip", + "size": 550971, + "checksum": "SHA-256:503a5101304a8f220c780967a7576eaf4a460c3c3fd98147d47ba76ed0af4507" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.4", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.4.zip", + "archiveFileName": "WebSockets_Generic-2.3.4.zip", + "size": 559573, + "checksum": "SHA-256:2b23dcf07d62a9955103213122d0ec8d77767aae483f2570798262dad8875cd5" + }, + { + "name": "WebSockets_Generic", + "version": "2.4.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.4.0.zip", + "archiveFileName": "WebSockets_Generic-2.4.0.zip", + "size": 742758, + "checksum": "SHA-256:79e526f4ca4eea1968f0f44dd5b992d66704f219ecbb57ce6f7d7f750753612f" + }, + { + "name": "WebSockets_Generic", + "version": "2.4.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.4.1.zip", + "archiveFileName": "WebSockets_Generic-2.4.1.zip", + "size": 747575, + "checksum": "SHA-256:9f5246a59d8138cc898820801a84e06ad90240afb7633f33349f96576a4f660d" + }, + { + "name": "WebSockets_Generic", + "version": "2.5.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.5.0.zip", + "archiveFileName": "WebSockets_Generic-2.5.0.zip", + "size": 828554, + "checksum": "SHA-256:77b744b0d427557e21b8383672b0699d76dd7fe65d3b1e77e5c3021217075243" + }, + { + "name": "WebSockets_Generic", + "version": "2.5.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.5.1.zip", + "archiveFileName": "WebSockets_Generic-2.5.1.zip", + "size": 831489, + "checksum": "SHA-256:76af1b2406a9b2b602161d2b910373c09a3eb721ff49982c6da29f2b5482cd33" + }, + { + "name": "WebSockets_Generic", + "version": "2.6.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.6.0.zip", + "archiveFileName": "WebSockets_Generic-2.6.0.zip", + "size": 866470, + "checksum": "SHA-256:3e32ea9ad98821af57975a5c6c3857d55de13577e877ac8a8f21e371c5d8aef6" + }, + { + "name": "WebSockets_Generic", + "version": "2.7.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.7.0.zip", + "archiveFileName": "WebSockets_Generic-2.7.0.zip", + "size": 875617, + "checksum": "SHA-256:39cc9f31a24baadc5b3bc075e050dab00836423ef6bb0cbaf1c4cd2a4cfe8920" + }, + { + "name": "WebSockets_Generic", + "version": "2.8.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, etc. besides ESP8266/ESP32 and WT32_ETH01", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": ["WebSocketsClient_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.8.0.zip", + "archiveFileName": "WebSockets_Generic-2.8.0.zip", + "size": 952981, + "checksum": "SHA-256:d45250656ca1b6af1c115feda6905a4c51546ae2d4e48cb3f5025ea6abc27544" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.1", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "dependencies": [ + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.1.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.1.zip", + "size": 11338, + "checksum": "SHA-256:f01035bdd8b97a066b3907538cdcdb1e68cffa1a7525c0bbc0e91a1fe29f98a1" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.3", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.3.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.3.zip", + "size": 15520, + "checksum": "SHA-256:d9116c4c6a06ed55bbcd4ad45ca64a0c1ed84339c1a73e5fddbb78c9f06088ef" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.4", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.4.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.4.zip", + "size": 13891, + "checksum": "SHA-256:fd290f688aaddec0189b77547ee7d0c9600812f11c7161ce43671a586ec6f29a" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.5", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.5.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.5.zip", + "size": 14077, + "checksum": "SHA-256:2b6f2d8cd0d8891275761328e72b1677765d013b775121b5021cd3c3b5e91cbe" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.6", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.6.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.6.zip", + "size": 14111, + "checksum": "SHA-256:2c736adf2b0ee0770923b9f54c3d68f5cfee8a7790c13f9c3d0552650344007d" + }, + { + "name": "Adafruit AHTX0", + "version": "0.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-0.2.0.zip", + "archiveFileName": "Adafruit_AHTX0-0.2.0.zip", + "size": 71232, + "checksum": "SHA-256:2ae3ffb7f27b9f20af54c3d2ec8ce3a9358ae22b7056e6e92e4f889e96121717" + }, + { + "name": "Adafruit AHTX0", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-1.0.0.zip", + "archiveFileName": "Adafruit_AHTX0-1.0.0.zip", + "size": 71232, + "checksum": "SHA-256:40bbbf91713cf77a736c1bf74e75dd5a1310d7cd1efddd5cbe7ab2ef27d37f5e" + }, + { + "name": "Adafruit AHTX0", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-1.0.1.zip", + "archiveFileName": "Adafruit_AHTX0-1.0.1.zip", + "size": 71229, + "checksum": "SHA-256:0ad707d9e5c986fe0eed2b0ff82c911ce5fe2c47f7ee327ce9c3c5a013bd41b6" + }, + { + "name": "Adafruit AHTX0", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.0.zip", + "archiveFileName": "Adafruit_AHTX0-2.0.0.zip", + "size": 71227, + "checksum": "SHA-256:998ac7bf8ba903b26cde240ada068fc2c283f99a57724e5f9c6f40394eaa10ca" + }, + { + "name": "KXTJ3-1057", + "version": "0.0.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/KXTJ3-1057", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ldab/KXTJ3-1057.git", + "providesIncludes": ["KXTJ3-1057.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/KXTJ3_1057-0.0.1.zip", + "archiveFileName": "KXTJ3_1057-0.0.1.zip", + "size": 2105201, + "checksum": "SHA-256:d594c2e37893b3e43defb8d063b06b2b92fa844848594d43fdd1b2e793a129b3" + }, + { + "name": "PixhawkArduinoMAVLink", + "version": "1.0.1", + "author": "Shashi Kant Gupta \u003cshashikg.iitk@gmail.com\u003e", + "maintainer": "Shashi Kant Gupta \u003cshashikg.iitk@gmail.com\u003e", + "sentence": "Arduino Library to receive Pixhawk sensor's data", + "paragraph": "Library for using Arduino to recieve Pixhawk's sensor data as well as some other usefull data which you might need. Uses MAVLink C headers files generated from the \u003cardupilotmega.xml\u003e with the help of mavgenerator.", + "website": "https://github.com/shashikg/PixhawkArduinoMAVLink", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shashikg/PixhawkArduinoMAVLink.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shashikg/PixhawkArduinoMAVLink-1.0.1.zip", + "archiveFileName": "PixhawkArduinoMAVLink-1.0.1.zip", + "size": 886458, + "checksum": "SHA-256:c7834e08f14eec2fa9fa0167cb2c74d1c9962602534c5d07d9a844d3d1419b9d" + }, + { + "name": "SimpleSerialShell", + "version": "0.1.0", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": ["SimpleSerialShell.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.1.0.zip", + "archiveFileName": "SimpleSerialShell-0.1.0.zip", + "size": 14669, + "checksum": "SHA-256:b9eb88d4c9499b968e23067aa1fb13f8d2e485d4e15ecdabf2dc7d19dd8ccef6" + }, + { + "name": "SimpleSerialShell", + "version": "0.1.1", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": ["SimpleSerialShell.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.1.1.zip", + "archiveFileName": "SimpleSerialShell-0.1.1.zip", + "size": 14780, + "checksum": "SHA-256:1cae95416dd7633e59d04da8427de84b541b02a7217b8032d772c394f61292bd" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.0", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": ["SimpleSerialShell.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.0.zip", + "archiveFileName": "SimpleSerialShell-0.2.0.zip", + "size": 23560, + "checksum": "SHA-256:e1936717fa62b5c86c00c5451ca62ecec615dd73d2083d069a7d43421774bcd4" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.1", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": ["SimpleSerialShell.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.1.zip", + "archiveFileName": "SimpleSerialShell-0.2.1.zip", + "size": 26474, + "checksum": "SHA-256:0967329da059c1aadb8499040a360f9e6393e9349134bc040d1ac6411394afbb" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.2", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": ["SimpleSerialShell.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.2.zip", + "archiveFileName": "SimpleSerialShell-0.2.2.zip", + "size": 33483, + "checksum": "SHA-256:d45e7a9e7a9447a818276cb00a700e19b8292f0663480742f79b453c2e14cd17" + }, + { + "name": "ESPPerfectTime", + "version": "0.1.0", + "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.0.zip", + "archiveFileName": "ESPPerfectTime-0.1.0.zip", + "size": 18255, + "checksum": "SHA-256:3000840ab99ff8e6578387244c3a31582217b166f1250f8045e7401d42fa3276" + }, + { + "name": "ESPPerfectTime", + "version": "0.1.2", + "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.2.zip", + "archiveFileName": "ESPPerfectTime-0.1.2.zip", + "size": 20481, + "checksum": "SHA-256:1b3c5cd297f68288cd5df8bb11daf3a5777027e0057098fb70b3ea9bbb9ea7aa" + }, + { + "name": "ESPPerfectTime", + "version": "0.1.3", + "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.3.zip", + "archiveFileName": "ESPPerfectTime-0.1.3.zip", + "size": 22229, + "checksum": "SHA-256:6a8d46298e6b0c54becaba75acfc74e2e43971124f8047b307d34831524cbb00" + }, + { + "name": "ESPPerfectTime", + "version": "0.2.0", + "author": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "license": "BSD-3-Clause", + "sentence": "SNTP library that provides more accurate time for ESP8266/ESP32.", + "paragraph": "Handles leap seconds in STEP mode, and calculates round-trip delay on synchronization.", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.2.0.zip", + "archiveFileName": "ESPPerfectTime-0.2.0.zip", + "size": 22706, + "checksum": "SHA-256:8842d400a017b4554ea915d245555efdad9f3510e27fefddcb095425d1a81916" + }, + { + "name": "ESPPerfectTime", + "version": "0.3.0", + "author": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "license": "BSD-3-Clause", + "sentence": "SNTP library that provides more accurate time for ESP8266/ESP32.", + "paragraph": "Handles leap seconds in STEP mode, and calculates round-trip delay on synchronization.", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.3.0.zip", + "archiveFileName": "ESPPerfectTime-0.3.0.zip", + "size": 53715, + "checksum": "SHA-256:9799e483ba196fc7beecd314fda8b40a25e8d7908482077520c56789c3148311" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": ["AKC695X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.1.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.1.zip", + "size": 959630, + "checksum": "SHA-256:6c3f74f3520a730962b1254608ec8e1e3b7114e0176b1cd9bfa0c7966496d4cd" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": ["AKC695X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.2.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.2.zip", + "size": 878852, + "checksum": "SHA-256:77e9e438bf35d1a131b3c65f52e569aef346836e18ca78c9e6333ad8839a7394" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": ["AKC695X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.5.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.5.zip", + "size": 6119445, + "checksum": "SHA-256:0a7081088aba77ff1860053daca495393cbd5e254f330b21e128fb137b1ffd79" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": ["AKC695X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.6.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.6.zip", + "size": 6201424, + "checksum": "SHA-256:7b314ecbf48edbcfea2bad872310b773237568b3065f035ab7a53b8a8b9b52aa" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC6955 Family (AKC6951, AKC6955 and AKC6959) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC6955 Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": ["AKC695X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.7.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.7.zip", + "size": 6279970, + "checksum": "SHA-256:9b9b8ce4d694794994fdc6db3c82916fbb2bd9bf59a3ff07ac1fc5e01b0ea37d" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC6955 Family (AKC6951, AKC6955 and AKC6959) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC6955 Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": ["AKC695X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.8.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.8.zip", + "size": 6281200, + "checksum": "SHA-256:0a562214a5e58d16fa334917077b669af9e91dc9458537db4be51cff96b28fda" + }, + { + "name": "ModernPIDControlSS", + "version": "1.0.0", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.0.0.zip", + "archiveFileName": "ModernPIDControlSS-1.0.0.zip", + "size": 14673, + "checksum": "SHA-256:cb782e9e820d52b64ee9bf7253bae98844f8924641dd1cd7f2ace17d707b3be7" + }, + { + "name": "ModernPIDControlSS", + "version": "1.1.0", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.0.zip", + "archiveFileName": "ModernPIDControlSS-1.1.0.zip", + "size": 26063, + "checksum": "SHA-256:5da04b7257f35543ca9593a0d939c912c75d3a9bc3655af018c627043e29a0cc" + }, + { + "name": "ModernPIDControlSS", + "version": "1.1.1", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.1.zip", + "archiveFileName": "ModernPIDControlSS-1.1.1.zip", + "size": 26140, + "checksum": "SHA-256:ca431927052046c8055a8caef7a80d10f40cd5c55ce5ef7e7ea44a4907d9c753" + }, + { + "name": "RTC", + "version": "1.0.0", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs.", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.0.zip", + "archiveFileName": "RTC-1.0.0.zip", + "size": 1445586, + "checksum": "SHA-256:09d3971a77f530928e888106663b574abef8181800a2e2495c6100754b483b41" + }, + { + "name": "RTC", + "version": "1.0.1", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs (DS1307, DS3231, PCF8563).", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.1.zip", + "archiveFileName": "RTC-1.0.1.zip", + "size": 1445707, + "checksum": "SHA-256:5e20cdcf90fece42b8be68f48a6ec42c157dd6e874f972fa6c6256febeebea13" + }, + { + "name": "RTC", + "version": "1.0.2", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs (DS1307, DS3231, PCF8563).", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.2.zip", + "archiveFileName": "RTC-1.0.2.zip", + "size": 1449964, + "checksum": "SHA-256:792d7081224dc439e12675cd2d308493bfc1a5ac9959d60b89bfd717538d4a8a" + }, + { + "name": "Adafruit SHTC3 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHTC3", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SHTC3.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHTC3_Library-1.0.0.zip", + "archiveFileName": "Adafruit_SHTC3_Library-1.0.0.zip", + "size": 8431, + "checksum": "SHA-256:e851a5266b25a227fb11f824aaa5e06860eb90b54d81f9b76437cb9d8dff4e5a" + }, + { + "name": "GFX_Root", + "version": "1.8.2", + "author": "Adafruit, modified", + "maintainer": "Jean-Marc Zingg", + "sentence": "Root class extract of Adafruit GFX graphics core library", + "paragraph": "Named GFX_Root to co-exist with Adafruit_GFX", + "website": "https://github.com/ZinggJM/GFX_Root", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GFX_Root.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Root-1.8.2.zip", + "archiveFileName": "GFX_Root-1.8.2.zip", + "size": 304611, + "checksum": "SHA-256:4f03e8986760308ebe1c5e78990fae8ee62d835a85598110ebab78ea616dde1c" + }, + { + "name": "GFX_Root", + "version": "2.0.0", + "author": "Adafruit, modified", + "maintainer": "Jean-Marc Zingg", + "sentence": "Root class extract of Adafruit GFX graphics core library", + "paragraph": "Named GFX_Root to co-exist with Adafruit_GFX", + "website": "https://github.com/ZinggJM/GFX_Root", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZinggJM/GFX_Root.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Root-2.0.0.zip", + "archiveFileName": "GFX_Root-2.0.0.zip", + "size": 316062, + "checksum": "SHA-256:4759740b8194396c290629e388dc1b9107159bf155290098977da75b2d7ca23d" + }, + { + "name": "TelnetStream2", + "version": "1.0.0", + "author": "Ameer Dawood", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/ameer1234567890/TelnetStream", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ameer1234567890/TelnetStream2.git", + "providesIncludes": ["TelnetStream2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/TelnetStream2-1.0.0.zip", + "archiveFileName": "TelnetStream2-1.0.0.zip", + "size": 15916, + "checksum": "SHA-256:b6cc96f39383730f08147ad1701901ff2fd33d49e0b87d53a662ef2b96f69050" + }, + { + "name": "Minimal Timeout", + "version": "1.2.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Minimal, production-ready timeout library for Arduino.", + "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", + "website": "https://github.com/tfeldmann/Arduino-Timeout", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Minimal_Timeout-1.2.0.zip", + "archiveFileName": "Minimal_Timeout-1.2.0.zip", + "size": 5952, + "checksum": "SHA-256:36ff6588a1e9e81a4398e827b51a7433911f96121f4695a3f4b18e5046a04a15" + }, + { + "name": "Minimal Timeout", + "version": "1.3.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Minimal, production-ready timeout library for Arduino.", + "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", + "website": "https://github.com/tfeldmann/Arduino-Timeout", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Minimal_Timeout-1.3.0.zip", + "archiveFileName": "Minimal_Timeout-1.3.0.zip", + "size": 9325, + "checksum": "SHA-256:c543af50210e7af915dc17a4fde6682e5f82d76f6ba09bb87891986bb2db848e" + }, + { + "name": "ESP8266_LED_64x16_Matrix", + "version": "1.0.0", + "author": "Qi Sun", + "maintainer": "Qi Sun", + "sentence": "ESP8266 driver to run LED matrix.", + "paragraph": "ESP8266 driver to run LED matrix 64x16, and can be modified to support 64x32, supporting ASCII encoding only.", + "website": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/qisun1/ESP8266_LED_64x16_Matrix-1.0.0.zip", + "archiveFileName": "ESP8266_LED_64x16_Matrix-1.0.0.zip", + "size": 159342, + "checksum": "SHA-256:a13b6b262f5b077b038f5f39d837deb3a23d5e93d9ad675048a48a7321d74d83" + }, + { + "name": "ESP8266_LED_64x16_Matrix", + "version": "1.1.0", + "author": "Qi Sun", + "maintainer": "Qi Sun", + "sentence": "ESP8266 driver to run LED matrix.", + "paragraph": "ESP8266 driver to run LED matrix 64x16, and can be modified to support 64x32, supporting ASCII encoding only.", + "website": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix", + "category": "Display", + "architectures": ["ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/qisun1/ESP8266_LED_64x16_Matrix-1.1.0.zip", + "archiveFileName": "ESP8266_LED_64x16_Matrix-1.1.0.zip", + "size": 159294, + "checksum": "SHA-256:4c7e847fe695633babde040c0e6ba5b83d9df8b49422881ae73a4a6afa1cda80" + }, + { + "name": "Flicker", + "version": "1.0.4", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for making capacitive touch easy to use.", + "paragraph": "Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes functions for measuring velocity.", + "website": "https://github.com/joshnishikawa/Flicker", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/joshnishikawa/Flicker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/Flicker-1.0.4.zip", + "archiveFileName": "Flicker-1.0.4.zip", + "size": 17894, + "checksum": "SHA-256:d8c3fa53e6f495b42436eb3ee7e79403a95befe5348dcbe00ca1ca86c870fa77" + }, + { + "name": "Sony9PinRemote", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.0.zip", + "archiveFileName": "Sony9PinRemote-0.1.0.zip", + "size": 15962, + "checksum": "SHA-256:84876c954377774f871286eda0861805adaa73149fced7de49612ab49acf5c4b" + }, + { + "name": "Sony9PinRemote", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.1.zip", + "archiveFileName": "Sony9PinRemote-0.1.1.zip", + "size": 18764, + "checksum": "SHA-256:1e94350a0434dc0b51257d1d660c5a396649e2c795cb809a8e83d6e2b06cd220" + }, + { + "name": "Sony9PinRemote", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.2.zip", + "archiveFileName": "Sony9PinRemote-0.1.2.zip", + "size": 18817, + "checksum": "SHA-256:795175fff0fadb18f3e4211efa1fd3adc756f04d6a9b843df0aa66d076c9055c" + }, + { + "name": "PCA9685_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": ["PCA9685.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.0.zip", + "archiveFileName": "PCA9685_RT-0.2.0.zip", + "size": 7979, + "checksum": "SHA-256:8665d0b68f2b5aba01735de3c970059e5ced42ec6a10d77c44bf414f0b79ee2e" + }, + { + "name": "PCA9685_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": ["PCA9685.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.1.zip", + "archiveFileName": "PCA9685_RT-0.2.1.zip", + "size": 7977, + "checksum": "SHA-256:52580a9816d570cb2b9daeb8ffcbde933fb4a45d7bd7f8da3227b08ef780a8e9" + }, + { + "name": "PCA9685_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": ["PCA9685.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.2.zip", + "archiveFileName": "PCA9685_RT-0.2.2.zip", + "size": 8208, + "checksum": "SHA-256:a25f46ad4f2c28f6a066cdabd01e38d685567582fe5414c885dc3405ba4694d7" + }, + { + "name": "PCA9685_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": ["PCA9685.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.0.zip", + "archiveFileName": "PCA9685_RT-0.3.0.zip", + "size": 15228, + "checksum": "SHA-256:0d0faa88c5de143142a51debbb20ea2598beec066917c9fd8965fd91ee5fd1f8" + }, + { + "name": "PCA9685_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": ["PCA9685.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.1.zip", + "archiveFileName": "PCA9685_RT-0.3.1.zip", + "size": 16722, + "checksum": "SHA-256:c48e9706948b955fa4c865752aceda0dfa1e4ea25b077cec8f6fdb54ecf1bc70" + }, + { + "name": "PCA9685_RT", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": ["PCA9685.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.2.zip", + "archiveFileName": "PCA9685_RT-0.3.2.zip", + "size": 16717, + "checksum": "SHA-256:9a757409f7076b3b8c42ec1e4873a2571824b16db0828e441c9d91c6841ed14c" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.3.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.3.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.3.0.zip", + "size": 459302, + "checksum": "SHA-256:e4faf80ec933f2f4a5658995dfb350a8ce7454889dda6904abd91f68713f0249" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.4.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.4.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.4.0.zip", + "size": 626013, + "checksum": "SHA-256:11d762da7e35d19b1b2c667307433810f220ed497ea9ac66d046cd1d2334671d" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.5.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.5.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.5.0.zip", + "size": 1579209, + "checksum": "SHA-256:73aab84034ff7d9df178900d203885012aa0e2cbdf3cdc63ae756196c2fa4d52" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.6.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.6.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.6.0.zip", + "size": 2004462, + "checksum": "SHA-256:f80855b355b0f4c1dd1d4cf4f7583b12882a32ce8a99b125ae865044a9da6118" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.7.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.7.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.7.0.zip", + "size": 2005705, + "checksum": "SHA-256:7c016d5fc6629bdcda7c75e25d5d6bdc4218656dcf9b4a988dd3d8b74650f2dc" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.8.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.8.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.8.0.zip", + "size": 2128478, + "checksum": "SHA-256:6d935f6d527e847d47e43c2489593df293f2e61b5fd2f04cdf1f3a3920b9caef" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.9.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": ["TensorFlowLite_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.9.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.9.0.zip", + "size": 2448076, + "checksum": "SHA-256:b9c92e7a2591079620b018163af41c3e5b3c9593efda1a70371fca389f105e16" + }, + { + "name": "SHEX", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": ["SHEX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.1.0.zip", + "archiveFileName": "SHEX-0.1.0.zip", + "size": 5910, + "checksum": "SHA-256:7cc5f2a609913abbb0c4904f9ed0cb0f5fb92d97da3e539f082d2e00cd2afbae" + }, + { + "name": "SHEX", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": ["SHEX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.1.1.zip", + "archiveFileName": "SHEX-0.1.1.zip", + "size": 5910, + "checksum": "SHA-256:9bd8bd4d2faf98fa3d27abbde5a06f239fe94017ee43d58d6e33ba7f0e5aa54f" + }, + { + "name": "SHEX", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": ["SHEX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.2.0.zip", + "archiveFileName": "SHEX-0.2.0.zip", + "size": 7847, + "checksum": "SHA-256:8544b93123b3d62bb5a81f8d9ee977f591bb4c3812a987915631ce1cb303f507" + }, + { + "name": "TSD305lib", + "version": "1.0.0", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "http://github.com/pranjal-joshi/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.0.zip", + "archiveFileName": "TSD305lib-1.0.0.zip", + "size": 6402, + "checksum": "SHA-256:5be551b699cc5c23fddbfc8474b3c716e214d7b754f36a7363f843967d40d634" + }, + { + "name": "TSD305lib", + "version": "1.0.1", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.1.zip", + "archiveFileName": "TSD305lib-1.0.1.zip", + "size": 6396, + "checksum": "SHA-256:6fb1af3d2dc203095f892769ecc5feb4f7b334d40dc57e1e21da37a06dceaa54" + }, + { + "name": "TSD305lib", + "version": "1.0.2", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.2.zip", + "archiveFileName": "TSD305lib-1.0.2.zip", + "size": 6396, + "checksum": "SHA-256:f16ccec11294cd8868d252a5c4eec84e467acfa582317de2245fe942edb17eb2" + }, + { + "name": "TSD305lib", + "version": "1.0.3", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.3.zip", + "archiveFileName": "TSD305lib-1.0.3.zip", + "size": 6616, + "checksum": "SHA-256:4056c73964fc42c0810edb5eee89f999816ce0f64ecfaa242ddfb3920b6dc448" + }, + { + "name": "PulseRainUARTConsole", + "version": "1.0.1", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Arduino Library for UART Console", + "paragraph": "Use this library to create a UART Console", + "website": "https://github.com/PulseRain/PulseRainUARTConsole", + "category": "Signal Input/Output", + "architectures": ["Reindeer"], + "types": ["Contributed"], + "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "providesIncludes": ["PulseRainUARTConsole.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.1.zip", + "archiveFileName": "PulseRainUARTConsole-1.0.1.zip", + "size": 8742, + "checksum": "SHA-256:91cf5285c67219fae64205df42df412469b46c46cb7330afb538a0086c0a1048" + }, + { + "name": "PulseRainUARTConsole", + "version": "1.0.2", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Arduino Library for UART Console", + "paragraph": "Use this library to create a UART Console", + "website": "https://github.com/PulseRain/PulseRainUARTConsole", + "category": "Signal Input/Output", + "architectures": ["Reindeer"], + "types": ["Contributed"], + "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "providesIncludes": ["PulseRainUARTConsole.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.2.zip", + "archiveFileName": "PulseRainUARTConsole-1.0.2.zip", + "size": 8801, + "checksum": "SHA-256:db3c8cae48e4031dafbcc1acaa51d95da0d1def25378fdd0f28f1da149c48139" + }, + { + "name": "SinricPro_Generic", + "version": "2.4.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.4.0.zip", + "archiveFileName": "SinricPro_Generic-2.4.0.zip", + "size": 2512538, + "checksum": "SHA-256:2437109d330a33aa38f171b5923b17cbab4849eacb16fdcec7e9d5b10a83f67a" + }, + { + "name": "SinricPro_Generic", + "version": "2.5.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.5.1.zip", + "archiveFileName": "SinricPro_Generic-2.5.1.zip", + "size": 2917223, + "checksum": "SHA-256:6d5f9c82da334865a0022b8eb153467f77887a96be7d38e6d7f178f7246866bb" + }, + { + "name": "SinricPro_Generic", + "version": "2.6.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.6.1.zip", + "archiveFileName": "SinricPro_Generic-2.6.1.zip", + "size": 4303211, + "checksum": "SHA-256:8510f439e998025786477acdf97bbeb0808898ff93ebe586d20eaefa6c10fd81" + }, + { + "name": "SinricPro_Generic", + "version": "2.7.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.7.0.zip", + "archiveFileName": "SinricPro_Generic-2.7.0.zip", + "size": 4385091, + "checksum": "SHA-256:5370de0df7938c0423c87352278f2a9470d2440af5c8a11fdaede8a8c0e0303f" + }, + { + "name": "SinricPro_Generic", + "version": "2.7.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.7.4.zip", + "archiveFileName": "SinricPro_Generic-2.7.4.zip", + "size": 4382923, + "checksum": "SHA-256:5c66e6f7ec57b999a807240ff33e81d8878edb2e00b111a39402f88b4c8350fd" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.0.zip", + "archiveFileName": "SinricPro_Generic-2.8.0.zip", + "size": 7672742, + "checksum": "SHA-256:e3eb843f192c12577a0aa414d87a57e5304c761f1804294782fb955bb7178c58" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.1.zip", + "archiveFileName": "SinricPro_Generic-2.8.1.zip", + "size": 7813582, + "checksum": "SHA-256:69e320d41194bec0f1a8ca9da6d3b6cc6eebed118696b6c49b5f71696102c1a2" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, WT32_ETH01, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": ["SinricPro_Generic.h"], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.2.zip", + "archiveFileName": "SinricPro_Generic-2.8.2.zip", + "size": 8356232, + "checksum": "SHA-256:63a402aebc72f8a813d04fe21584f7ca82b49382da9a7f2795eeaf09aadc2509" + }, + { + "name": "PCF8574", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.1.9.zip", + "archiveFileName": "PCF8574-0.1.9.zip", + "size": 11604, + "checksum": "SHA-256:9252dd99e92f9515e69dd43c50c9b72096f54c7ae20a20dda46b40deca5c6be4" + }, + { + "name": "PCF8574", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.1.zip", + "archiveFileName": "PCF8574-0.2.1.zip", + "size": 11606, + "checksum": "SHA-256:58bdf7d951d443668acf687a7461a3fe3a87ba8e0c7b0ba3fb0e21029c91805a" + }, + { + "name": "PCF8574", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.2.zip", + "archiveFileName": "PCF8574-0.2.2.zip", + "size": 13571, + "checksum": "SHA-256:7a754ca471fc7b669a34eb2fc050d4c18e7d998ac5c1ff70ad94237dbc994e34" + }, + { + "name": "PCF8574", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.3.zip", + "archiveFileName": "PCF8574-0.2.3.zip", + "size": 13750, + "checksum": "SHA-256:81d182276e81ea5c855f1577dd8e55f6e0b84db43e6249b7ea47d67e443a12f7" + }, + { + "name": "PCF8574", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.4.zip", + "archiveFileName": "PCF8574-0.2.4.zip", + "size": 863627, + "checksum": "SHA-256:742f782bba77583ec5e6c35a5974027efc93e7cd54d1943ae22a55753604041e" + }, + { + "name": "PCF8574", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.0.zip", + "archiveFileName": "PCF8574-0.3.0.zip", + "size": 866539, + "checksum": "SHA-256:21be14d3c3903a6560f84aeeb66d1cad30f3a9ca642022f67c480d556dd14a94" + }, + { + "name": "PCF8574", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.1.zip", + "archiveFileName": "PCF8574-0.3.1.zip", + "size": 867756, + "checksum": "SHA-256:9ec8af1274b65b172aedbcd383de46d4ef5d2eecd706cd9b2e52dcdfaa84eb3b" + }, + { + "name": "PCF8574", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.2.zip", + "archiveFileName": "PCF8574-0.3.2.zip", + "size": 869592, + "checksum": "SHA-256:5e16e3a496a8070f8e8180398af24d66e1b13afb040c9c34c19d9cf13efec8a8" + }, + { + "name": "TsicSensor", + "version": "1.0.0", + "author": "TrippleFox", + "maintainer": "TrippleFox", + "sentence": "Arduino library for reading TSIC temperature sensors.", + "paragraph": "This library reads temperature values from several TSIC sensor types (TSIC 206/306/506/516/716). It uses interrupts to decode the ZACwire protocol used by the sensors and therefore supports fast and efficient methods for reading temperature values in several scales (Celsius/Fahrenheit/Kelvin).", + "website": "https://github.com/tripplefox/TsicSensor", + "category": "Sensors", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/tripplefox/TsicSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tripplefox/TsicSensor-1.0.0.zip", + "archiveFileName": "TsicSensor-1.0.0.zip", + "size": 10607, + "checksum": "SHA-256:2dee8ac53c0cf5db0d221aa877e8965210b840f9c41a70839eaa1a119ef4cf58" + }, + { + "name": "PinInGroup", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": ["PinInGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.1.zip", + "archiveFileName": "PinInGroup-0.1.1.zip", + "size": 6223, + "checksum": "SHA-256:978f4b6247273b26cf3c9d193efc3de04b215ae88d96cae350ac99066954af38" + }, + { + "name": "PinInGroup", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": ["PinInGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.2.zip", + "archiveFileName": "PinInGroup-0.1.2.zip", + "size": 6229, + "checksum": "SHA-256:634a978b8e76d55785ef2b219cad26d4ab48c93881a5ca1bb0d413807488dc56" + }, + { + "name": "PinInGroup", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": ["PinInGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.3.zip", + "archiveFileName": "PinInGroup-0.1.3.zip", + "size": 8168, + "checksum": "SHA-256:aa93744df5c84dd2b5a4bc27838d00b26c6afa20193d21e765863fa05d65fb76" + }, + { + "name": "PinInGroup", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": ["PinInGroup.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.4.zip", + "archiveFileName": "PinInGroup-0.1.4.zip", + "size": 8681, + "checksum": "SHA-256:e921b0d0b07d3392914bc2571643bad495a72428ad632998744706d4d3b1fef6" + }, + { + "name": "PressureNXPMXP", + "version": "1.0.0", + "author": "Leandro L. Nascimento", + "maintainer": "eng.leandroln@gmail.com", + "sentence": "Pressure differential MXP serie", + "paragraph": "library for reading differential pressure / gauge sensors from the manufacturer NXP. With pressure return in KPA, PSI, BAR, CMH2O quantities.", + "website": "https://github.com/LeandroLimaPRO/Pressure/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LeandroLimaPRO/Pressure.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeandroLimaPRO/PressureNXPMXP-1.0.0.zip", + "archiveFileName": "PressureNXPMXP-1.0.0.zip", + "size": 11265, + "checksum": "SHA-256:4f2d29e8f2d1293ed50ba402c984ca76887e44bcfade115e3b437ff72299e4c2" + }, + { + "name": "BH1750", + "version": "1.1.4", + "author": "Christopher Laws", + "maintainer": "Christopher Laws", + "sentence": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "Pretty simple and robust BH1750 library. Arduino, ESP8266 \u0026 ESP32 compatible.", + "website": "https://github.com/claws/BH1750", + "category": "Sensors", + "architectures": ["avr", "sam", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/claws/BH1750.git", + "providesIncludes": ["BH1750.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/claws/BH1750-1.1.4.zip", + "archiveFileName": "BH1750-1.1.4.zip", + "size": 286993, + "checksum": "SHA-256:913e1a61c552afe21bcbb2650b615065c3cf1caa807d0bb84591e2bc1bf87668" + }, + { + "name": "BH1750", + "version": "1.2.0", + "author": "Christopher Laws", + "maintainer": "Christopher Laws", + "sentence": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "Pretty simple and robust BH1750 library. Arduino, ESP8266 \u0026 ESP32 compatible.", + "website": "https://github.com/claws/BH1750", + "category": "Sensors", + "architectures": ["avr", "sam", "esp8266", "esp32", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/claws/BH1750.git", + "providesIncludes": ["BH1750.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/claws/BH1750-1.2.0.zip", + "archiveFileName": "BH1750-1.2.0.zip", + "size": 287312, + "checksum": "SHA-256:4ac8007f5e8f12d0cd4fb6e08d95bb26fbcbf8cdd44cfcb03fea7df67192e3dc" + }, + { + "name": "Notched Shaft Encoder", + "version": "1.0.0", + "author": "Lester Lo", + "maintainer": "Lester Lo", + "sentence": "Monitor the postion and clickable button status from a Notched Shaft Encoder", + "paragraph": "This library extended the feature from Paul Stoffregen Encoder library. It provides a smooth and accurate monitoring feature specially for a Notched Shaft Encoder. This library can measure the encoder incremental/differential position and button status of the button.", + "website": "https://github.com/lesterlo/Notched-Shaft-Encoder", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lesterlo/Notched-Shaft-Encoder.git", + "providesIncludes": ["NSEncoder.h"], + "dependencies": [ + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lesterlo/Notched_Shaft_Encoder-1.0.0.zip", + "archiveFileName": "Notched_Shaft_Encoder-1.0.0.zip", + "size": 546622, + "checksum": "SHA-256:fd69b213778de82cd7c81acdcd0ab7024d7f3c42b5880c13a41c2953a57799a5" + }, + { + "name": "Adafruit SH110X", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays", + "paragraph": "SH110X oled driver library for monochrome displays", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.0.0.zip", + "archiveFileName": "Adafruit_SH110X-1.0.0.zip", + "size": 11305, + "checksum": "SHA-256:20ee4e71a6ff747ff3341a180e48aa0f10bc5321fbecd45567e9cd6781d654d4" + }, + { + "name": "Adafruit SH110X", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays", + "paragraph": "SH110X oled driver library for monochrome displays", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.2.0.zip", + "archiveFileName": "Adafruit_SH110X-1.2.0.zip", + "size": 11261, + "checksum": "SHA-256:a9db4c7847d1ef16acc13fb5c7a47b1cea7821fcf88fc6150578f752a861eec3" + }, + { + "name": "Adafruit SH110X", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays", + "paragraph": "SH110X oled driver library for monochrome displays", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.2.1.zip", + "archiveFileName": "Adafruit_SH110X-1.2.1.zip", + "size": 11255, + "checksum": "SHA-256:8a3b9f495e2be3693dc39d90d945aae3bc337bcd53015e033aa44ee02a679dde" + }, + { + "name": "Adafruit SH110X", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.0.0.zip", + "archiveFileName": "Adafruit_SH110X-2.0.0.zip", + "size": 15569, + "checksum": "SHA-256:69a0b37a9090c893c9bf7c9b48a54eeb926c3cec7fd1ad1b4db02cc1c38e3d9a" + }, + { + "name": "Melody Player", + "version": "2.0.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library provides an easy interface to play melodies on buzzers", + "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/melody-player-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Melody_Player-2.0.0.zip", + "archiveFileName": "Melody_Player-2.0.0.zip", + "size": 14267, + "checksum": "SHA-256:433c21211111d703c65c1cf44ffbc2108d30079188ac9240258ecf2de9bc1129" + }, + { + "name": "Melody Player", + "version": "2.1.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library provides an easy interface to play melodies on buzzers", + "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/melody-player-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Melody_Player-2.1.0.zip", + "archiveFileName": "Melody_Player-2.1.0.zip", + "size": 23845, + "checksum": "SHA-256:76df994f84ed009824238a3775285cfde0c93c413a900e1d8741875bfc886880" + }, + { + "name": "Melody Player", + "version": "2.2.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library provides an easy interface to play melodies on buzzers", + "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/melody-player-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Melody_Player-2.2.0.zip", + "archiveFileName": "Melody_Player-2.2.0.zip", + "size": 24103, + "checksum": "SHA-256:2009f141de9477df09dbd17082fdd1a079f5f14d70bed46d8629866b8feada41" + }, + { + "name": "Melody Player", + "version": "2.2.1", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides an intuitive interface to play melodies on buzzers", + "paragraph": "The melody can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support to RTTTL.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/fabiuz7/melody-player-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Melody_Player-2.2.1.zip", + "archiveFileName": "Melody_Player-2.2.1.zip", + "size": 25555, + "checksum": "SHA-256:1461d24a942ef818410e1630ef5e67eafcc8947ddc26a7cfc8cbbf48eba4c9ca" + }, + { + "name": "ZACwire for TSic", + "version": "1.1.1", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.1.zip", + "archiveFileName": "ZACwire_for_TSic-1.1.1.zip", + "size": 5594, + "checksum": "SHA-256:5f972d0a32e37b268ef9fe36033f7497b3683e2113b18632df3c1c51e53e294f" + }, + { + "name": "ZACwire for TSic", + "version": "1.1.2", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.2.zip", + "archiveFileName": "ZACwire_for_TSic-1.1.2.zip", + "size": 5647, + "checksum": "SHA-256:ab4376d154c84ef2c29672230e1b90e65d1bc6da703ceaeb89004ccfb25fdc07" + }, + { + "name": "ZACwire for TSic", + "version": "1.1.3", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.3.zip", + "archiveFileName": "ZACwire_for_TSic-1.1.3.zip", + "size": 5729, + "checksum": "SHA-256:2feb84dde9d37f9def8962b3850f1a0a9500fe45a8bee1f8788c6846c1da7225" + }, + { + "name": "ZACwire for TSic", + "version": "1.3.2", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.3.2.zip", + "archiveFileName": "ZACwire_for_TSic-1.3.2.zip", + "size": 8646, + "checksum": "SHA-256:32e25b110ac8ff9aeb979d8031fcd9f94674314ea930c4cf6f8940044f393e1a" + }, + { + "name": "ZACwire for TSic", + "version": "1.3.3", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.3.3.zip", + "archiveFileName": "ZACwire_for_TSic-1.3.3.zip", + "size": 9190, + "checksum": "SHA-256:6ca53f800ccbe37e54e510e0e61ba01d8df364989f6a63ac132cb5d15ca0c48e" + }, + { + "name": "PCA9635", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": ["PCA9635.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.0.zip", + "archiveFileName": "PCA9635-0.2.0.zip", + "size": 8091, + "checksum": "SHA-256:ee4838deb71bb4ed61ff1a530a3a88bd70e763d0d0a7ede7c492e95caccf4b7f" + }, + { + "name": "PCA9635", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": ["PCA9635.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.1.zip", + "archiveFileName": "PCA9635-0.2.1.zip", + "size": 9597, + "checksum": "SHA-256:83fec8e833208012a70814e3ba27c29841682031d0ac72a3035b79016bda3950" + }, + { + "name": "PCA9635", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": ["PCA9635.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.2.zip", + "archiveFileName": "PCA9635-0.2.2.zip", + "size": 9549, + "checksum": "SHA-256:10cae236ec9f697779fbe43bd39a482b03ab7c66ff30ad78b480b374ae884e7b" + }, + { + "name": "PCA9635", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": ["PCA9635.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.0.zip", + "archiveFileName": "PCA9635-0.3.0.zip", + "size": 9687, + "checksum": "SHA-256:e50b55d39e6b2df25696ddda6387473fbdd0bbbbad390fa336dd0701b5b07f0a" + }, + { + "name": "PCA9635", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": ["PCA9635.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.1.zip", + "archiveFileName": "PCA9635-0.3.1.zip", + "size": 10145, + "checksum": "SHA-256:c2e9eed4ad6c3a538b2346f174122f8bea6ffa1bf8e228feab036f6371d245a5" + }, + { + "name": "ESP32 BLE ANCS Notifications", + "version": "0.0.1", + "author": "ECAL / Smartphone Companions", + "maintainer": "James Hudson \u003cbugs.feedback.whatever@gmail.com\u003e", + "sentence": "Arduino library for ESP32, for reading and interacting with Smartphone notifications from iOS.", + "paragraph": "Use this Library to access the notifications from an iOS device connected through Bluetooth Low Energy (BLE) with your ESP32 Board. For example read iMessages/SMS, Instagram, WhatsApp Notifications or even accept or reject calls.", + "website": "https://github.com/Smartphone-Companions", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Smartphone-Companions/ESP32-ANCS-Notifications.git", + "providesIncludes": ["esp32notifications.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Smartphone-Companions/ESP32_BLE_ANCS_Notifications-0.0.1.zip", + "archiveFileName": "ESP32_BLE_ANCS_Notifications-0.0.1.zip", + "size": 29656, + "checksum": "SHA-256:dc53bf7a0ed231578fda9bf2f16bd94d1e524cc4575193fb63463363ca3a200c" + }, + { + "name": "INA219_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.0.0.zip", + "archiveFileName": "INA219_WE-1.0.0.zip", + "size": 279732, + "checksum": "SHA-256:ad9a2c8115a8e59ab037c2d7a7ccb7883efe430fe47d3f9c1cfd2ce29fe35483" + }, + { + "name": "INA219_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.0.zip", + "archiveFileName": "INA219_WE-1.1.0.zip", + "size": 236138, + "checksum": "SHA-256:0bfbea404d22e6ed6e47afc95c0f82dc4ea4a79928d63b4e12410c08fa26b680" + }, + { + "name": "INA219_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.1.zip", + "archiveFileName": "INA219_WE-1.1.1.zip", + "size": 236785, + "checksum": "SHA-256:ebd0254f9146bd06eda1e7aaabeb7a201663f576ffc039840bb7e2989d431674" + }, + { + "name": "INA219_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.2.zip", + "archiveFileName": "INA219_WE-1.1.2.zip", + "size": 237161, + "checksum": "SHA-256:fb73f4cb8cde37d9eb1a8160aeb5c5ce0566ebea045efa3fe66a13ec733469be" + }, + { + "name": "INA219_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.3.zip", + "archiveFileName": "INA219_WE-1.1.3.zip", + "size": 237536, + "checksum": "SHA-256:479fa8cf3c0e3a027cb8de4234867f8923af14007eec4fb4268d8e946255dd4f" + }, + { + "name": "INA219_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.4.zip", + "archiveFileName": "INA219_WE-1.1.4.zip", + "size": 237642, + "checksum": "SHA-256:00bdd225302c5ce03a52cdbaa641c2cc2aa6ac574778d8bda156617661981465" + }, + { + "name": "INA219_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.5.zip", + "archiveFileName": "INA219_WE-1.1.5.zip", + "size": 529653, + "checksum": "SHA-256:78379580cbd7855392cd7f08cc131fb7c58942ab039e580f5591684f51f447e3" + }, + { + "name": "INA219_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.6.zip", + "archiveFileName": "INA219_WE-1.1.6.zip", + "size": 530147, + "checksum": "SHA-256:e2ccf3d8227574d7f5cf0b6dcc04dd87aea98f9c17dd0132bc8492d20a9e2fd4" + }, + { + "name": "INA219_WE", + "version": "1.1.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.7.zip", + "archiveFileName": "INA219_WE-1.1.7.zip", + "size": 530117, + "checksum": "SHA-256:95bb39368d0001b48fd107b9db77410f13e063d51acc91bbe1b4d8a7e9a3f075" + }, + { + "name": "INA219_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.0.zip", + "archiveFileName": "INA219_WE-1.2.0.zip", + "size": 241750, + "checksum": "SHA-256:3f8fb0b54152e67c2cf4978863852ed7438a71cd3871d7e9eacd5990cb0784b2" + }, + { + "name": "INA219_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.1.zip", + "archiveFileName": "INA219_WE-1.2.1.zip", + "size": 241748, + "checksum": "SHA-256:165fe85e0132dd0b2a2c6623bf561559da5cdd063ba0e1425509dd6ce44fe0d5" + }, + { + "name": "INA219_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": ["INA219_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.2.zip", + "archiveFileName": "INA219_WE-1.2.2.zip", + "size": 241746, + "checksum": "SHA-256:80e399be0aa2d88869863bc1a598aff4a3558b31821b50df229d6559029d44ab" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.0.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.0.zip", + "size": 7716, + "checksum": "SHA-256:933401860eb1514968798b1a612484472f4707b5f1fb9c213bf887bfc01d5545" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.1.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.1.zip", + "size": 125922, + "checksum": "SHA-256:706c5bd44a7046448419552483b86f4bc4948db03f562b86e6fd9e7c36f28e0b" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.2.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.2.zip", + "size": 126279, + "checksum": "SHA-256:53d717244192a0e829a2cb3698b2a1f21d100432ee736a19ab7d00ea191d1232" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.1.0", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/T-vK/ESP32-BLE-Mouse", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": ["HIDMouse.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.0.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.1.0.zip", + "size": 24342, + "checksum": "SHA-256:57248ffa1ca98a526b05875c36269d2608f74287ae19beb9d96bdf6f7d876af2" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.1.1", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": ["HIDMouse.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.1.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.1.1.zip", + "size": 24332, + "checksum": "SHA-256:a37a26bbe2841189bea1ce4c193dff85d2c9b3e9381e7a6147e6e4bc3625e346" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.1.2", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": ["HIDMouse.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.2.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.1.2.zip", + "size": 19160, + "checksum": "SHA-256:dd42d92070a5aa167b6bda32856127a653d3073a747bee72c2fb5f9fa26d8f6e" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.2.0", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": ["HIDMouse.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.2.0.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.2.0.zip", + "size": 20262, + "checksum": "SHA-256:b058b2c74310e27ca61b26f6b591c839fdfabfdc7376184b449ec14129d354a0" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.3.0", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": ["mbed", "mbed_nano", "mbed_portenta"], + "types": ["Contributed"], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": ["HIDMouse.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.3.0.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.3.0.zip", + "size": 20932, + "checksum": "SHA-256:c3bd940c8f37cca660fd1bb24b3e924d30cad4eede03623d2d06ed6b1419a365" + }, + { + "name": "FastAccelStepper", + "version": "0.1.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.0.zip", + "archiveFileName": "FastAccelStepper-0.1.0.zip", + "size": 9291, + "checksum": "SHA-256:6c2ecefe5dcca22bd34a8c67200ad3f15f2de77a3374fa0f69a251fe11ea31b6" + }, + { + "name": "FastAccelStepper", + "version": "0.1.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.2.zip", + "archiveFileName": "FastAccelStepper-0.1.2.zip", + "size": 9276, + "checksum": "SHA-256:f8462d1ffe0e023db082e339dbc8a42f47627b3a437c81735746bddaa62e4d4f" + }, + { + "name": "FastAccelStepper", + "version": "0.1.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.3.zip", + "archiveFileName": "FastAccelStepper-0.1.3.zip", + "size": 9366, + "checksum": "SHA-256:74ae5fad5dc296f925aefb325d86d6eddf9c9c57958e4eb5d25946065cbe1fa0" + }, + { + "name": "FastAccelStepper", + "version": "0.3.11", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.11.zip", + "archiveFileName": "FastAccelStepper-0.3.11.zip", + "size": 27404, + "checksum": "SHA-256:f873226688314dc51f378fd6a7a981747c5a1b1f7de7c4b4816e7ee3bda73ed0" + }, + { + "name": "FastAccelStepper", + "version": "0.3.12", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.12.zip", + "archiveFileName": "FastAccelStepper-0.3.12.zip", + "size": 27716, + "checksum": "SHA-256:62fc6550959dd4194d205ca1bd41d2d42075802baea1a691fd54e60e0d8ae42f" + }, + { + "name": "FastAccelStepper", + "version": "0.3.13", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.13.zip", + "archiveFileName": "FastAccelStepper-0.3.13.zip", + "size": 27715, + "checksum": "SHA-256:87b473afeebcbe353f63563c8630930bbd5aa3213e13f3e4f187b97e100e8111" + }, + { + "name": "FastAccelStepper", + "version": "0.3.14", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.14.zip", + "archiveFileName": "FastAccelStepper-0.3.14.zip", + "size": 29737, + "checksum": "SHA-256:ac0f7869f8b96672d1952040152a27f3c4ad0798447be7e745d55ec68768f8a6" + }, + { + "name": "FastAccelStepper", + "version": "0.4.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.0.zip", + "archiveFileName": "FastAccelStepper-0.4.0.zip", + "size": 36918, + "checksum": "SHA-256:dd9d04d9aa37eaa5a4ab24ee4776577c94b5f5dfa668ff22e79523ef3494abc1" + }, + { + "name": "FastAccelStepper", + "version": "0.4.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.1.zip", + "archiveFileName": "FastAccelStepper-0.4.1.zip", + "size": 36892, + "checksum": "SHA-256:1eb3a7733cbf7094c31b01121a6f8e958355dfa2b1ac0e746ffc010bc417a2cd" + }, + { + "name": "FastAccelStepper", + "version": "0.4.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.2.zip", + "archiveFileName": "FastAccelStepper-0.4.2.zip", + "size": 38264, + "checksum": "SHA-256:b0f5bacb58490e045475288f91f3fb1cc495393c7ae45b2ae200b3aba394b21d" + }, + { + "name": "FastAccelStepper", + "version": "0.4.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.4.zip", + "archiveFileName": "FastAccelStepper-0.4.4.zip", + "size": 38678, + "checksum": "SHA-256:6adce5db06826792f801a1f9470efdc2e1be2205ca02193f7ff7ba28c8b7cddf" + }, + { + "name": "FastAccelStepper", + "version": "0.5.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.5.0.zip", + "archiveFileName": "FastAccelStepper-0.5.0.zip", + "size": 38881, + "checksum": "SHA-256:8d3b12cc9a98dc4331d1599f8d3f3073db47858507f0bc8127f6b5d62c1c6af8" + }, + { + "name": "FastAccelStepper", + "version": "0.6.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.0.zip", + "archiveFileName": "FastAccelStepper-0.6.0.zip", + "size": 39656, + "checksum": "SHA-256:be56f98105c725825d047fff8466d27620e66a332427d054bb8dc8f51abdf43c" + }, + { + "name": "FastAccelStepper", + "version": "0.6.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.1.zip", + "archiveFileName": "FastAccelStepper-0.6.1.zip", + "size": 39674, + "checksum": "SHA-256:c49658bf7b7b77f869be4249c1989a76f2ee55b4250bbdcac2f48388b56c05cf" + }, + { + "name": "FastAccelStepper", + "version": "0.6.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.2.zip", + "archiveFileName": "FastAccelStepper-0.6.2.zip", + "size": 39669, + "checksum": "SHA-256:cb5c1e8efbbe14b99d39b8655db810f9ad219b211c13868abdd154bc69676219" + }, + { + "name": "FastAccelStepper", + "version": "0.6.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.3.zip", + "archiveFileName": "FastAccelStepper-0.6.3.zip", + "size": 40088, + "checksum": "SHA-256:04afb6ff3677c5175f7786dc64e3adc6bb6759dbad93f0dd4f0c191316fef09e" + }, + { + "name": "FastAccelStepper", + "version": "0.6.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.4.zip", + "archiveFileName": "FastAccelStepper-0.6.4.zip", + "size": 40082, + "checksum": "SHA-256:f571630afc02c1fe77078e9e644dcb543805dcc5bb479dc46853a9def8df8979" + }, + { + "name": "FastAccelStepper", + "version": "0.6.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.5.zip", + "archiveFileName": "FastAccelStepper-0.6.5.zip", + "size": 41802, + "checksum": "SHA-256:819e1f63b917080c22637ed2219d38090f24ad0d8d5177c2adf664c4f1b7492e" + }, + { + "name": "FastAccelStepper", + "version": "0.6.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.6.zip", + "archiveFileName": "FastAccelStepper-0.6.6.zip", + "size": 41714, + "checksum": "SHA-256:3dece91c90c5bcf4e14d40d79520760741c8c0322975822a69fbc17ec473e0e0" + }, + { + "name": "FastAccelStepper", + "version": "0.6.8", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.8.zip", + "archiveFileName": "FastAccelStepper-0.6.8.zip", + "size": 39282, + "checksum": "SHA-256:18588022783e5f37aff273e1480a7731c05552d26ccf7ec83ee3c270b6ad51f4" + }, + { + "name": "FastAccelStepper", + "version": "0.6.10", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.10.zip", + "archiveFileName": "FastAccelStepper-0.6.10.zip", + "size": 39561, + "checksum": "SHA-256:6fc7c7ee1a3748639faf17e86c03d8ea9e87ef68fd165ba6d39c4f3e6f9e7c3c" + }, + { + "name": "FastAccelStepper", + "version": "0.6.9", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.9.zip", + "archiveFileName": "FastAccelStepper-0.6.9.zip", + "size": 39501, + "checksum": "SHA-256:50b4e72a4ec4edc6e54a6d038d6d0263babe3b02056e14cba18df0491faa4be5" + }, + { + "name": "FastAccelStepper", + "version": "0.6.11", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.11.zip", + "archiveFileName": "FastAccelStepper-0.6.11.zip", + "size": 39954, + "checksum": "SHA-256:e8f81aa49d8d9e5540c332d34c71939f09229b7ca75f963875eb671ce9e3e34e" + }, + { + "name": "FastAccelStepper", + "version": "0.6.12", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.12.zip", + "archiveFileName": "FastAccelStepper-0.6.12.zip", + "size": 40217, + "checksum": "SHA-256:cca3d5cfb828417bbc4624392e1399ee45f7709a987b6e871dbf22f0d017ecbe" + }, + { + "name": "FastAccelStepper", + "version": "0.6.13", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.13.zip", + "archiveFileName": "FastAccelStepper-0.6.13.zip", + "size": 40233, + "checksum": "SHA-256:e48750685e8220f4286f8b38b571a34dc0e8e29d8172ae232f64c59383638f96" + }, + { + "name": "FastAccelStepper", + "version": "0.6.14", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.14.zip", + "archiveFileName": "FastAccelStepper-0.6.14.zip", + "size": 40220, + "checksum": "SHA-256:798bc0394638a9de3bc9e93ce8ea18c2081e40024f731a50ae695efde39b8bf9" + }, + { + "name": "FastAccelStepper", + "version": "0.7.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.7.0.zip", + "archiveFileName": "FastAccelStepper-0.7.0.zip", + "size": 43082, + "checksum": "SHA-256:6453699ba6aaa712030848377c114aaa9aa102c07e5ad1496e9565b5ec05ae27" + }, + { + "name": "FastAccelStepper", + "version": "0.7.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.7.1.zip", + "archiveFileName": "FastAccelStepper-0.7.1.zip", + "size": 43754, + "checksum": "SHA-256:929d5c82ab857fa039f677acae5de2c38023ca0dea0135c0f4b8c44b0fc280f1" + }, + { + "name": "FastAccelStepper", + "version": "0.8.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.0.zip", + "archiveFileName": "FastAccelStepper-0.8.0.zip", + "size": 45540, + "checksum": "SHA-256:8322d997a475e947376f6b68cfeeaa2252173fd7c0b2989581d372fa88fb82aa" + }, + { + "name": "FastAccelStepper", + "version": "0.8.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.1.zip", + "archiveFileName": "FastAccelStepper-0.8.1.zip", + "size": 46521, + "checksum": "SHA-256:7a243f16b8677dcfaf1c0495d5f4a3e007f138871bcbf93b40e6df2fa43d9050" + }, + { + "name": "FastAccelStepper", + "version": "0.8.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.2.zip", + "archiveFileName": "FastAccelStepper-0.8.2.zip", + "size": 46846, + "checksum": "SHA-256:9645fc3506f7aa7d8c8fbb5cf69e7fad3b545698a1e8b5a0e299b9ab801c46fe" + }, + { + "name": "FastAccelStepper", + "version": "0.8.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.3.zip", + "archiveFileName": "FastAccelStepper-0.8.3.zip", + "size": 47447, + "checksum": "SHA-256:8883c925b21947101b0fcb79fbca8bbdf602a34f323e63ccd12925251f2f77ec" + }, + { + "name": "FastAccelStepper", + "version": "0.9.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.0.zip", + "archiveFileName": "FastAccelStepper-0.9.0.zip", + "size": 48560, + "checksum": "SHA-256:fcb255b4e712953a8ca4c55a28534f6a789bad22223461d76ca6f5a32017be07" + }, + { + "name": "FastAccelStepper", + "version": "0.9.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.1.zip", + "archiveFileName": "FastAccelStepper-0.9.1.zip", + "size": 48761, + "checksum": "SHA-256:afa39caa2a15d8334e024807bfb2b42d7a25e83475002c038909de97c947578f" + }, + { + "name": "FastAccelStepper", + "version": "0.9.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.2.zip", + "archiveFileName": "FastAccelStepper-0.9.2.zip", + "size": 49118, + "checksum": "SHA-256:aa524cdbef9a4e56d1eb103e793055bb7547071e1a6501f1d99801350b92f82c" + }, + { + "name": "FastAccelStepper", + "version": "0.9.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.4.zip", + "archiveFileName": "FastAccelStepper-0.9.4.zip", + "size": 49585, + "checksum": "SHA-256:5a08e2132fc329acfad7ac622adbd84f306220dbf96013f1c3ed840828f21e76" + }, + { + "name": "FastAccelStepper", + "version": "0.9.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.5.zip", + "archiveFileName": "FastAccelStepper-0.9.5.zip", + "size": 49638, + "checksum": "SHA-256:e5488801ae1de0bed5f04ff5c85f5ca1bebfe8894eab38a54cf567cb3cff48f2" + }, + { + "name": "FastAccelStepper", + "version": "0.10.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.10.0.zip", + "archiveFileName": "FastAccelStepper-0.10.0.zip", + "size": 50732, + "checksum": "SHA-256:5f034c647cb40663f41af3fd86c137aa3594a8b90feb696f0c6a91b471497308" + }, + { + "name": "FastAccelStepper", + "version": "0.11.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.0.zip", + "archiveFileName": "FastAccelStepper-0.11.0.zip", + "size": 51304, + "checksum": "SHA-256:3946eda9c1018c4213556c5ee4cc45f81b4c6c8cc4fb6786df25854b68546f73" + }, + { + "name": "FastAccelStepper", + "version": "0.11.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.1.zip", + "archiveFileName": "FastAccelStepper-0.11.1.zip", + "size": 51386, + "checksum": "SHA-256:721b527e73066e351824e76407910307e6ed0ea0c715be9aa30ce7c71fb15703" + }, + { + "name": "FastAccelStepper", + "version": "0.11.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.2.zip", + "archiveFileName": "FastAccelStepper-0.11.2.zip", + "size": 50793, + "checksum": "SHA-256:7a1daad1f4e2f678210691c2a23f85dfc0e14987e995614f8feff71f7137227d" + }, + { + "name": "FastAccelStepper", + "version": "0.11.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.3.zip", + "archiveFileName": "FastAccelStepper-0.11.3.zip", + "size": 50607, + "checksum": "SHA-256:4de91aeaa23eddba750e0f8be4fde47ce945fb5e819b6c706de8103e81e5d89b" + }, + { + "name": "FastAccelStepper", + "version": "0.12.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.0.zip", + "archiveFileName": "FastAccelStepper-0.12.0.zip", + "size": 51190, + "checksum": "SHA-256:f5be15b90ca8bd4d37e6993b3dee08d5350dbfce5a5fa474e965a2066732ee2f" + }, + { + "name": "FastAccelStepper", + "version": "0.12.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.1.zip", + "archiveFileName": "FastAccelStepper-0.12.1.zip", + "size": 51403, + "checksum": "SHA-256:7f7161c072e18746d657f08ea1a9b7348662ceef83deb28c1f4dc70c7c01386b" + }, + { + "name": "FastAccelStepper", + "version": "0.12.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.2.zip", + "archiveFileName": "FastAccelStepper-0.12.2.zip", + "size": 55259, + "checksum": "SHA-256:a91c92d8c6e03b10ab7048d0606f95e92b923284ef6f043d52ffb1f0d91a3d1a" + }, + { + "name": "FastAccelStepper", + "version": "0.13.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.0.zip", + "archiveFileName": "FastAccelStepper-0.13.0.zip", + "size": 56377, + "checksum": "SHA-256:031c7944183646895e3b4c5125e170ad894834bb47fae81407884739bd240857" + }, + { + "name": "FastAccelStepper", + "version": "0.13.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.1.zip", + "archiveFileName": "FastAccelStepper-0.13.1.zip", + "size": 56993, + "checksum": "SHA-256:d6831512d72753c5d20f69e1315dbbdf57f403b8d9d2591383e43e6dd15ceffd" + }, + { + "name": "FastAccelStepper", + "version": "0.13.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.2.zip", + "archiveFileName": "FastAccelStepper-0.13.2.zip", + "size": 57498, + "checksum": "SHA-256:6edfc8c000f2feb9838bfa60bdc304ee62a135f2862caee208ab4354ee144658" + }, + { + "name": "FastAccelStepper", + "version": "0.13.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.3.zip", + "archiveFileName": "FastAccelStepper-0.13.3.zip", + "size": 57582, + "checksum": "SHA-256:91806b909c00b7d91c39c5cf7cbef6dce441b472ed283274c56143c672531572" + }, + { + "name": "FastAccelStepper", + "version": "0.13.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.4.zip", + "archiveFileName": "FastAccelStepper-0.13.4.zip", + "size": 57612, + "checksum": "SHA-256:f0ea06ad4088269b18324f279dccbe007fc772570756d420026099109b9200bc" + }, + { + "name": "FastAccelStepper", + "version": "0.14.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.14.0.zip", + "archiveFileName": "FastAccelStepper-0.14.0.zip", + "size": 59089, + "checksum": "SHA-256:815db912ffe63ebf59383e7c2620e3edcfeb0e3679531b8f4225a5a6ed656648" + }, + { + "name": "FastAccelStepper", + "version": "0.15.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.0.zip", + "archiveFileName": "FastAccelStepper-0.15.0.zip", + "size": 61467, + "checksum": "SHA-256:5efd92500f5c07a6312fd264eacfe1652b165cd52fff6fc1e75974df05ba3ca1" + }, + { + "name": "FastAccelStepper", + "version": "0.15.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.1.zip", + "archiveFileName": "FastAccelStepper-0.15.1.zip", + "size": 61574, + "checksum": "SHA-256:a790051a7d82d1c8fe13a1205a12231afa2b013dffbea80a743c8d9d92cccdfd" + }, + { + "name": "FastAccelStepper", + "version": "0.15.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.2.zip", + "archiveFileName": "FastAccelStepper-0.15.2.zip", + "size": 61593, + "checksum": "SHA-256:838898fc7eea55dcf3cbe2a5d5af98ed726881ca79993f24cd144c8836b55ba8" + }, + { + "name": "FastAccelStepper", + "version": "0.16.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.0.zip", + "archiveFileName": "FastAccelStepper-0.16.0.zip", + "size": 64216, + "checksum": "SHA-256:50b91d2ec6800ea500e357a6d5aea07caec4322b132a0d82f60311084a5fb6d3" + }, + { + "name": "FastAccelStepper", + "version": "0.16.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.1.zip", + "archiveFileName": "FastAccelStepper-0.16.1.zip", + "size": 65159, + "checksum": "SHA-256:0e61edfb2f99b503a653ec5d1ab6ee3519ea3c9a441e6b7f4b287e3e0c5d2869" + }, + { + "name": "FastAccelStepper", + "version": "0.16.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.2.zip", + "archiveFileName": "FastAccelStepper-0.16.2.zip", + "size": 65476, + "checksum": "SHA-256:b2729f48f3ab5339d5b9ad7125e71b40ca359f1e74cb52cd50062720df67388e" + }, + { + "name": "FastAccelStepper", + "version": "0.16.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.3.zip", + "archiveFileName": "FastAccelStepper-0.16.3.zip", + "size": 65957, + "checksum": "SHA-256:0771ddcab987269afdaac4c7da598aa2f73db9bd25593f71b2399df2f7ccfd04" + }, + { + "name": "FastAccelStepper", + "version": "0.16.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.4.zip", + "archiveFileName": "FastAccelStepper-0.16.4.zip", + "size": 69072, + "checksum": "SHA-256:b10d6614c862eb1d95bb910512b64cd350ee3e7ad43912f365789a71701379dc" + }, + { + "name": "FastAccelStepper", + "version": "0.16.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.5.zip", + "archiveFileName": "FastAccelStepper-0.16.5.zip", + "size": 70688, + "checksum": "SHA-256:fd518ca3715a838cbb7d7ebfc9d3b03c03863bf1bf38ac0b9db78e4a7c43524c" + }, + { + "name": "FastAccelStepper", + "version": "0.16.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.6.zip", + "archiveFileName": "FastAccelStepper-0.16.6.zip", + "size": 85753, + "checksum": "SHA-256:7f3e6a39494156c4af14bf05e7807a726ae2a85bdebfb41d7aa3183a38e0581e" + }, + { + "name": "FastAccelStepper", + "version": "0.16.7", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.7.zip", + "archiveFileName": "FastAccelStepper-0.16.7.zip", + "size": 91933, + "checksum": "SHA-256:853918e16b4453b8c1a11e7de962c09585f9727d8eb074629b74ca0beb8e61f1" + }, + { + "name": "FastAccelStepper", + "version": "0.16.8", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.8.zip", + "archiveFileName": "FastAccelStepper-0.16.8.zip", + "size": 91980, + "checksum": "SHA-256:03ebd6e3614d596ab5f92b57684aabca0bc075ebd876b68527c78c05f30272c2" + }, + { + "name": "FastAccelStepper", + "version": "0.17.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.17.0.zip", + "archiveFileName": "FastAccelStepper-0.17.0.zip", + "size": 107839, + "checksum": "SHA-256:1c4f797e598ea7d6e253a1177e22c288a59b83105d12f46f784ba1cd17cac413" + }, + { + "name": "FastAccelStepper", + "version": "0.17.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.17.1.zip", + "archiveFileName": "FastAccelStepper-0.17.1.zip", + "size": 109361, + "checksum": "SHA-256:a7a28042d32915a592617a55a7f37b6a71c1a94429bcd53fa3ffa4e8835c69dd" + }, + { + "name": "FastAccelStepper", + "version": "0.18.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.0.zip", + "archiveFileName": "FastAccelStepper-0.18.0.zip", + "size": 125832, + "checksum": "SHA-256:8e035dfd3ca9cfb1f8dbab7953e93fb4b7788668687809a2cdaec64cf6f21ff8" + }, + { + "name": "FastAccelStepper", + "version": "0.18.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.1.zip", + "archiveFileName": "FastAccelStepper-0.18.1.zip", + "size": 125873, + "checksum": "SHA-256:3b58b96d9f9635b3f12ff09d426d43cac4924db04fb4d117a451177dfaaedd28" + }, + { + "name": "FastAccelStepper", + "version": "0.18.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.2.zip", + "archiveFileName": "FastAccelStepper-0.18.2.zip", + "size": 126865, + "checksum": "SHA-256:8cbe30589073244d04c6628ce404a5212c6b7b4969162bc8ed91146455241ad7" + }, + { + "name": "FastAccelStepper", + "version": "0.18.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.4.zip", + "archiveFileName": "FastAccelStepper-0.18.4.zip", + "size": 130802, + "checksum": "SHA-256:e566462002f693e300cb79238e1dd4c9435a643fffd3aebfcd642ba961f396b6" + }, + { + "name": "FastAccelStepper", + "version": "0.18.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.6.zip", + "archiveFileName": "FastAccelStepper-0.18.6.zip", + "size": 132426, + "checksum": "SHA-256:e7307078325c606bf1072a629cf4b5c4ccd469e8c248f320dd69dbc231b459d9" + }, + { + "name": "FastAccelStepper", + "version": "0.18.7", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.7.zip", + "archiveFileName": "FastAccelStepper-0.18.7.zip", + "size": 132444, + "checksum": "SHA-256:4d5e0d2819d7197129bb5bc531a3ba1f123b37024e46344e569fad89d43863e1" + }, + { + "name": "FastAccelStepper", + "version": "0.18.8", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.8.zip", + "archiveFileName": "FastAccelStepper-0.18.8.zip", + "size": 132457, + "checksum": "SHA-256:bd9647eff6e58b658dbd396ff7cc5a49d7399c41989939e5e98dc10a786750a8" + }, + { + "name": "FastAccelStepper", + "version": "0.18.9", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.9.zip", + "archiveFileName": "FastAccelStepper-0.18.9.zip", + "size": 132604, + "checksum": "SHA-256:e61099d0ecceb30a11b08e3a69ff6e4a4d1e88f7f0cacfdfd9af3dab4a5dd1fc" + }, + { + "name": "FastAccelStepper", + "version": "0.18.10", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.10.zip", + "archiveFileName": "FastAccelStepper-0.18.10.zip", + "size": 133011, + "checksum": "SHA-256:45411fbc5236bd51fc1bd9823b94a6fe95cc3f19f536d224fcb47d86c3bcc9c7" + }, + { + "name": "FastAccelStepper", + "version": "0.18.11", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.11.zip", + "archiveFileName": "FastAccelStepper-0.18.11.zip", + "size": 134049, + "checksum": "SHA-256:34ab3bcc96ae83722f32f6e9acaca8e233fa1f644672cf20f921fb7614cf4b14" + }, + { + "name": "FastAccelStepper", + "version": "0.18.12", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.12.zip", + "archiveFileName": "FastAccelStepper-0.18.12.zip", + "size": 134319, + "checksum": "SHA-256:767bb28d5aa98f40e9fda230e01823e2c030aa6ba8fa0b7ec33da2159b20c867" + }, + { + "name": "FastAccelStepper", + "version": "0.18.13", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.13.zip", + "archiveFileName": "FastAccelStepper-0.18.13.zip", + "size": 134497, + "checksum": "SHA-256:a9e9496f65f83dc476bfb4310133936d2fe246b24acf4527c8995f91d8b4685e" + }, + { + "name": "FastAccelStepper", + "version": "0.19.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.19.0.zip", + "archiveFileName": "FastAccelStepper-0.19.0.zip", + "size": 135246, + "checksum": "SHA-256:0c3d20d8288339675180074a94f3ec65ad79e4d6427eeb1a740880f6e2da8fc2" + }, + { + "name": "FastAccelStepper", + "version": "0.20.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.20.0.zip", + "archiveFileName": "FastAccelStepper-0.20.0.zip", + "size": 135570, + "checksum": "SHA-256:87060e4bf421f04aa52a4d9c176a2db72e7dd232d920940c5e41fc6302ec1b15" + }, + { + "name": "FastAccelStepper", + "version": "0.20.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.20.1.zip", + "archiveFileName": "FastAccelStepper-0.20.1.zip", + "size": 136846, + "checksum": "SHA-256:7c69336d87919b2cb8c080e0512567fa774d8ed29c2daa5153cf1df4cfb0a3a3" + }, + { + "name": "FastAccelStepper", + "version": "0.20.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.20.2.zip", + "archiveFileName": "FastAccelStepper-0.20.2.zip", + "size": 138427, + "checksum": "SHA-256:1d0f91777c2c1472a7660e68eb710bb6962029ff4836aca14d8051fef4439c99" + }, + { + "name": "FastAccelStepper", + "version": "0.21.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.0.zip", + "archiveFileName": "FastAccelStepper-0.21.0.zip", + "size": 144001, + "checksum": "SHA-256:9e7cbd6c3a8b404b621b891cf922a1979f4ed65d0aa46260c5542ba5a4e6984b" + }, + { + "name": "FastAccelStepper", + "version": "0.21.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.2.zip", + "archiveFileName": "FastAccelStepper-0.21.2.zip", + "size": 145307, + "checksum": "SHA-256:8949bfdb3026b395b4c168baaea1f9b77fc500f6a70f2e068682d25c73c886e5" + }, + { + "name": "FastAccelStepper", + "version": "0.21.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.3.zip", + "archiveFileName": "FastAccelStepper-0.21.3.zip", + "size": 150219, + "checksum": "SHA-256:c395688b80152e6e0256f9a9035a0646f8b3cde5d82eb2c6d4ac6b3811c66131" + }, + { + "name": "FastAccelStepper", + "version": "0.21.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.4.zip", + "archiveFileName": "FastAccelStepper-0.21.4.zip", + "size": 151609, + "checksum": "SHA-256:8b20d27ae637ec065b0c05918e19b41cc048edaf242f292e5a74ab87ccb40cbc" + }, + { + "name": "FastAccelStepper", + "version": "0.22.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.22.0.zip", + "archiveFileName": "FastAccelStepper-0.22.0.zip", + "size": 153418, + "checksum": "SHA-256:30309caa8963c844d6f44aedc6e4e55d62da04835402456e41e2c2bb2aadda99" + }, + { + "name": "FastAccelStepper", + "version": "0.22.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.22.1.zip", + "archiveFileName": "FastAccelStepper-0.22.1.zip", + "size": 153694, + "checksum": "SHA-256:9fb38d9d45990c9c691ce1c1db470b2d6d9f3b830d64c04076e3613c5d9ba8cc" + }, + { + "name": "FastAccelStepper", + "version": "0.22.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.22.2.zip", + "archiveFileName": "FastAccelStepper-0.22.2.zip", + "size": 154711, + "checksum": "SHA-256:e411e4bad94a779c8bd93df223267f2ee645f06a084d78f4a23781b8308877b6" + }, + { + "name": "FastAccelStepper", + "version": "0.23.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.0.zip", + "archiveFileName": "FastAccelStepper-0.23.0.zip", + "size": 161063, + "checksum": "SHA-256:c8c9883aefa853198800a4e0c5c38f64d6554b6a254d503dd4eed7f50d9ff91e" + }, + { + "name": "FastAccelStepper", + "version": "0.23.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.1.zip", + "archiveFileName": "FastAccelStepper-0.23.1.zip", + "size": 163409, + "checksum": "SHA-256:63a2eb39aa9f2cf60b3ae495264a7204e33a83da372f523cd1490844ae73d451" + }, + { + "name": "FastAccelStepper", + "version": "0.23.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.2.zip", + "archiveFileName": "FastAccelStepper-0.23.2.zip", + "size": 166173, + "checksum": "SHA-256:9da2dfbcdf29b282d85efa75924d4db2815a691a2439d843dd908410dfd5b3e9" + }, + { + "name": "FastAccelStepper", + "version": "0.21.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.1.zip", + "archiveFileName": "FastAccelStepper-0.21.1.zip", + "size": 143956, + "checksum": "SHA-256:8be33683d9e7c6cce4bec02bab25fdcdcfa2e88918fb255368ad115561e2ee7b" + }, + { + "name": "FastAccelStepper", + "version": "0.4.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.6.zip", + "archiveFileName": "FastAccelStepper-0.4.6.zip", + "size": 38675, + "checksum": "SHA-256:832fe2d4717f1694f0d18a83dbeebfad0b00a267a4a34dad4daa76af47ee3948" + }, + { + "name": "mWebSockets", + "version": "1.2.0", + "author": "Dawid Kurek", + "maintainer": "Dawid Kurek", + "license": "MIT", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "✔ client, ✔ server", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.2.0.zip", + "archiveFileName": "mWebSockets-1.2.0.zip", + "size": 105911, + "checksum": "SHA-256:7c71b53d6a74d90cbf636e48239cc163cb9d88e65d2f1d5ea3172c6179dedc69" + }, + { + "name": "mWebSockets", + "version": "1.3.1", + "author": "Dawid Kurek", + "maintainer": "Dawid Kurek", + "license": "MIT", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "client, server", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.1.zip", + "archiveFileName": "mWebSockets-1.3.1.zip", + "size": 144021, + "checksum": "SHA-256:eeb1997c5a88bb3c01a8a4fdae921bf2e39acc555345f982d36fc7c43adc380e" + }, + { + "name": "mWebSockets", + "version": "1.3.2", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.2.zip", + "archiveFileName": "mWebSockets-1.3.2.zip", + "size": 146285, + "checksum": "SHA-256:71481b0e8c5b0188eab5d3b0cc3a9fee5a738973ef20605ec66e933e92b96cf2" + }, + { + "name": "mWebSockets", + "version": "1.3.3", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.3.zip", + "archiveFileName": "mWebSockets-1.3.3.zip", + "size": 148010, + "checksum": "SHA-256:16753806152b6295a9ca9e16def1a0ab64a997cd22652423091e5ed1d6d1f2c5" + }, + { + "name": "mWebSockets", + "version": "1.4.0", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "Fast and RFC6455 protocol compliant", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": ["avr", "esp8266", "esp32", "samd", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.4.0.zip", + "archiveFileName": "mWebSockets-1.4.0.zip", + "size": 73873, + "checksum": "SHA-256:b9c9fdbba917d3d724eeaf357e2b6ffc001097e3eadc96fae8ce809f008622e7" + }, + { + "name": "TSController", + "version": "1.0.0", + "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "sentence": "An Arduino library for controlling Train Simulator.", + "paragraph": "Works only on HID-enabled boards.", + "website": "https://github.com/VassilyDev/TSControl", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/VassilyDev/TSController.git", + "providesIncludes": ["TSController.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSController-1.0.0.zip", + "archiveFileName": "TSController-1.0.0.zip", + "size": 6252, + "checksum": "SHA-256:d9ca1d7b311e07cd72aa41ac4347d852f08ddf7194e01e5b4a1324726dbdc656" + }, + { + "name": "TSController", + "version": "1.1.0", + "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "sentence": "An Arduino library for controlling Train Simulator.", + "paragraph": "Works only on HID-enabled boards.", + "website": "https://github.com/VassilyDev/TSController", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/VassilyDev/TSController.git", + "providesIncludes": ["TSController.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSController-1.1.0.zip", + "archiveFileName": "TSController-1.1.0.zip", + "size": 6417, + "checksum": "SHA-256:1ed72fc7e281866059c109233fd4291e418f8ac08623a36074f680fe7b9c7e5d" + }, + { + "name": "ExtFlashLoader", + "version": "0.1.0", + "author": "Kenta IDA", + "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", + "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "website": "https://github.com/ciniml/ExtFlashLoader", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciniml/ExtFlashLoader.git", + "providesIncludes": ["ExtFlashLoader.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.0.zip", + "archiveFileName": "ExtFlashLoader-0.1.0.zip", + "size": 137313, + "checksum": "SHA-256:cc36fc064b9c73c98910930e3286570e9f426e8a6d44cd5692705eed5a1658df" + }, + { + "name": "ExtFlashLoader", + "version": "0.1.1", + "author": "Kenta IDA", + "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", + "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "website": "https://github.com/ciniml/ExtFlashLoader", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciniml/ExtFlashLoader.git", + "providesIncludes": ["ExtFlashLoader.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.1.zip", + "archiveFileName": "ExtFlashLoader-0.1.1.zip", + "size": 139865, + "checksum": "SHA-256:c264c7f4ad0e0c748f00d8efd675339b72600e920870c6db3e7000d80d69224a" + }, + { + "name": "ExtFlashLoader", + "version": "0.1.2", + "author": "Kenta IDA", + "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", + "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "website": "https://github.com/ciniml/ExtFlashLoader", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ciniml/ExtFlashLoader.git", + "providesIncludes": ["ExtFlashLoader.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.2.zip", + "archiveFileName": "ExtFlashLoader-0.1.2.zip", + "size": 140001, + "checksum": "SHA-256:b11ee0da0f12ab19dd021a93f513857b8c198e4974ca9cceddf4845f1721e502" + }, + { + "name": "HT16K33", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.0.zip", + "archiveFileName": "HT16K33-0.2.0.zip", + "size": 10512, + "checksum": "SHA-256:0a7317067a8d1e75966c3128cb4ee37588ba48a36d565d52ce518126a946ff90" + }, + { + "name": "HT16K33", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.1.zip", + "archiveFileName": "HT16K33-0.2.1.zip", + "size": 11449, + "checksum": "SHA-256:94c28eeae3e593f71c159eea187d6f551f112e78a34eb0ad1ceafefcaca9648a" + }, + { + "name": "HT16K33", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.2.zip", + "archiveFileName": "HT16K33-0.2.2.zip", + "size": 11698, + "checksum": "SHA-256:50aa85d81f0514613a47a90e11566439501b2a1a84f83868100f9889c6a16f48" + }, + { + "name": "HT16K33", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.3.zip", + "archiveFileName": "HT16K33-0.2.3.zip", + "size": 13653, + "checksum": "SHA-256:f5dff5a99fa78757af60a613b03acb053a3e8c941b5ce03ccb48111ffe738d81" + }, + { + "name": "HT16K33", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.4.zip", + "archiveFileName": "HT16K33-0.2.4.zip", + "size": 13753, + "checksum": "SHA-256:f386a003629a3a796d4ea7033519dd61ed263f8ab447c2dd204a0c51ca67d4c4" + }, + { + "name": "HT16K33", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.0.zip", + "archiveFileName": "HT16K33-0.3.0.zip", + "size": 16049, + "checksum": "SHA-256:e1ac7bf68b9cc81f1015981d1bb6de266eb8f0a60b3e3f4ef2ed33b19e9e5ecd" + }, + { + "name": "HT16K33", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.1.zip", + "archiveFileName": "HT16K33-0.3.1.zip", + "size": 17256, + "checksum": "SHA-256:92ca015ecbf0a5f5a6d5709c550d99a67221ef112ab55b5f84c40c0b89ae8d6f" + }, + { + "name": "HT16K33", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.2.zip", + "archiveFileName": "HT16K33-0.3.2.zip", + "size": 22622, + "checksum": "SHA-256:ae85b214638c4711cbafbc4c81ceab323bb2e4c5f7e058866a3d44a85f4799b9" + }, + { + "name": "HT16K33", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": ["HT16K33.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.3.zip", + "archiveFileName": "HT16K33-0.3.3.zip", + "size": 22908, + "checksum": "SHA-256:5ad9ef1bd32dea58fb41148dcbba819585c8d59baf3a9b170f1dc439b9e3f822" + }, + { + "name": "ESPpassthrough", + "version": "1.0.0", + "author": "Saruccio Culmone \u003csaruccio.culmone@yahoo.it\u003e", + "maintainer": "Saruccio Culmone \u003csaruccio.culmone@yahoo.it\u003e", + "sentence": "Library that uses ESP AT serial commands to set it in Passthrough (transparent) Mode.", + "paragraph": "Tested on ESP-01.", + "website": "https://github.com/Saruccio/ESPpassthrough", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Saruccio/ESPpassthrough.git", + "providesIncludes": ["ESPpassthrough.h"], + "dependencies": [ + { + "name": "SoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Saruccio/ESPpassthrough-1.0.0.zip", + "archiveFileName": "ESPpassthrough-1.0.0.zip", + "size": 62635, + "checksum": "SHA-256:532415f4794381f604411a4f9acf57b20aadaf41911dfdacd7f41977895983c5" + }, + { + "name": "VNCL4020C-Arduino", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Library to use Vishay VNCL4020C PPG sensor", + "paragraph": "The VCNL4020C is a fully integrated biosensor and ambient light sensor.", + "website": "https://github.com/beegee-tokyo/VNCL4020C-Arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/VNCL4020C-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/VNCL4020C_Arduino-1.0.0.zip", + "archiveFileName": "VNCL4020C_Arduino-1.0.0.zip", + "size": 26016, + "checksum": "SHA-256:f649dd91f6458fd320edcfc09bacfb9518896b3b5cd36e068733b6d54203759c" + }, + { + "name": "Histogram", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": ["histogram.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.2.0.zip", + "archiveFileName": "Histogram-0.2.0.zip", + "size": 10930, + "checksum": "SHA-256:6de7d5fb1b495b2de7325331507de62e3a3b964dacfff6f5d1c9d59f2ae66318" + }, + { + "name": "Histogram", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": ["histogram.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.2.1.zip", + "archiveFileName": "Histogram-0.2.1.zip", + "size": 12248, + "checksum": "SHA-256:6f9ed32511969b9651b3501b30733b79ca6bb5edff638b7f0a656b1850fd1a15" + }, + { + "name": "Microbot_Motor_Shield", + "version": "1.0.0", + "author": "Microobot \u003cinfo@microbot.it\u003e", + "maintainer": "Microobot \u003cinfo@microbot.it\u003e", + "sentence": "Dual DC Motor Shield V2 library for Arduino", + "paragraph": "Motor speed and direction are controlled by a potentiometer, Shield temperature and current absorption are monitored on Serial Monitor", + "website": "https://www.microbot.it", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Microbot-it/Microbot-Motor-Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Microbot-it/Microbot_Motor_Shield-1.0.0.zip", + "archiveFileName": "Microbot_Motor_Shield-1.0.0.zip", + "size": 6204, + "checksum": "SHA-256:75d365ec136d4aa084f6c292e0bb6f6cc390064a047da1d8d5e7c6fd3078a1bc" + }, + { + "name": "FunctionGenerator", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": ["functionGenerator.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.0.zip", + "archiveFileName": "FunctionGenerator-0.2.0.zip", + "size": 10241, + "checksum": "SHA-256:7b1db9e788ed3a432ea15a29f218eb8a4581abb4624990dcbb146e2e96b80533" + }, + { + "name": "FunctionGenerator", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": ["functionGenerator.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.1.zip", + "archiveFileName": "FunctionGenerator-0.2.1.zip", + "size": 11799, + "checksum": "SHA-256:5f11c8060a475c8ac93c781da85a87826701c2359e57ec17b17ac30153a60deb" + }, + { + "name": "SafeString", + "version": "1.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.0.zip", + "archiveFileName": "SafeString-1.0.0.zip", + "size": 58078, + "checksum": "SHA-256:3b57057f71daf2484dd79f0c39e0ec7672a2fb87e38b13db2d693ae5f6cfd948" + }, + { + "name": "SafeString", + "version": "1.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.1.zip", + "archiveFileName": "SafeString-1.0.1.zip", + "size": 58093, + "checksum": "SHA-256:c1e72e1a5262cf4d6a8874f7d05a8770cbe39a32247480d7984dccc3853b90bb" + }, + { + "name": "SafeString", + "version": "1.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2 added == char and extra tests for pgmspace", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.2.zip", + "archiveFileName": "SafeString-1.0.2.zip", + "size": 58259, + "checksum": "SHA-256:ec76cc5515b76941b9867bdbc95b381130a8cd35693ddabf04f155be158676c0" + }, + { + "name": "SafeString", + "version": "1.0.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.3.zip", + "archiveFileName": "SafeString-1.0.3.zip", + "size": 58355, + "checksum": "SHA-256:dfaf0535e15523cb71e5e349aaca367662576ed7b2f3ff151a9509e20ce3d475" + }, + { + "name": "SafeString", + "version": "1.0.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33 V1.0.4 made readBuffer arg const char* V1.0.5 undef nl() macro", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.5.zip", + "archiveFileName": "SafeString-1.0.5.zip", + "size": 58479, + "checksum": "SHA-256:469e16005009d947531ec0aa41fd9a6dc501579697fd6ebde489622ef4d9015e" + }, + { + "name": "SafeString", + "version": "1.0.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33 V1.0.4 made readBuffer arg const char* V1.0.5 undef nl() macro V1.0.6 retain delimiters after nextToken added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.6.zip", + "archiveFileName": "SafeString-1.0.6.zip", + "size": 62347, + "checksum": "SHA-256:95a4614bf46ca89ffe0715430a1eafc761d6653db6bca69b08f08c4790b790cf" + }, + { + "name": "SafeString", + "version": "2.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.0.zip", + "archiveFileName": "SafeString-2.0.0.zip", + "size": 78094, + "checksum": "SHA-256:e35e101125dfc8e41d7fc18e60b784d36180d670fc4c8cb4684d9d05d0674818" + }, + { + "name": "SafeString", + "version": "2.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.1.zip", + "archiveFileName": "SafeString-2.0.1.zip", + "size": 78286, + "checksum": "SHA-256:dddf252ba9090ffb66833348a9b6b398740c33d63d72ac7260a033319be106b5" + }, + { + "name": "SafeString", + "version": "2.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.2.zip", + "archiveFileName": "SafeString-2.0.2.zip", + "size": 78360, + "checksum": "SHA-256:1cc61df8963e353b4e79d7dd860a18c3435cf9f49748bda1c2c6affc9a198220" + }, + { + "name": "SafeString", + "version": "2.0.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.3.zip", + "archiveFileName": "SafeString-2.0.3.zip", + "size": 101661, + "checksum": "SHA-256:9cc394c137125f806d037d810cfa45ed913aa1a6f1a8b9e3a0c3e2511cffd9ff" + }, + { + "name": "SafeString", + "version": "2.0.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.4.zip", + "archiveFileName": "SafeString-2.0.4.zip", + "size": 101975, + "checksum": "SHA-256:d670ec7811b7ad7027b9dc9a8da9172d454855f5303e00f01c69ab30c8b2d9dd" + }, + { + "name": "SafeString", + "version": "2.0.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.5.zip", + "archiveFileName": "SafeString-2.0.5.zip", + "size": 102517, + "checksum": "SHA-256:b2d3da5f6f099600ae3ab9a092800a447d071c01de1a8748733d56043f521a57" + }, + { + "name": "SafeString", + "version": "2.0.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.6.zip", + "archiveFileName": "SafeString-2.0.6.zip", + "size": 102705, + "checksum": "SHA-256:fb2270bb579dfefba2760c133c1345c4fcba102df8a8e42b4efce0b2ce05cf50" + }, + { + "name": "SafeString", + "version": "2.0.7", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.7.zip", + "archiveFileName": "SafeString-2.0.7.zip", + "size": 103003, + "checksum": "SHA-256:91a415c94883af55aafdc0e83f79b9f4260ab817bdeca848e4a5cc17f8c0c19f" + }, + { + "name": "SafeString", + "version": "2.0.8", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.8.zip", + "archiveFileName": "SafeString-2.0.8.zip", + "size": 104002, + "checksum": "SHA-256:2e989a9ba4889273b23b2b5d51a30231918caef31678f61f54f06bc5b639c117" + }, + { + "name": "SafeString", + "version": "2.0.9", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.9 fix to readUntilToken() and SafeStringStream, added const char delimiiter args, V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.9.zip", + "archiveFileName": "SafeString-2.0.9.zip", + "size": 104890, + "checksum": "SHA-256:0566336eeb8f0d25c7f2bbb097c1bc42ee6b6991c3089806962ea55adcdda619" + }, + { + "name": "SafeString", + "version": "2.0.10", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.10 fix BufferedOutput, V2.0.9 fix readUntilToken() and SafeStringStream, added const char delimiiter args, V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.10.zip", + "archiveFileName": "SafeString-2.0.10.zip", + "size": 105221, + "checksum": "SHA-256:5c2df8606bda316759e42683da99638984a99678c9a6d2264fb1267d7c1dba82" + }, + { + "name": "SafeString", + "version": "3.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.0.zip", + "archiveFileName": "SafeString-3.0.0.zip", + "size": 157893, + "checksum": "SHA-256:6c25b5044c8d5609cebd50494cd2fae7cbfeae0f304b2e7f04b2a32cc3826ffb" + }, + { + "name": "SafeString", + "version": "3.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.1.zip", + "archiveFileName": "SafeString-3.0.1.zip", + "size": 158021, + "checksum": "SHA-256:1e72f989231486c60949f9ee5035e77d5512df99b91871383647cde1e0764d54" + }, + { + "name": "SafeString", + "version": "3.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.2.zip", + "archiveFileName": "SafeString-3.0.2.zip", + "size": 166918, + "checksum": "SHA-256:ac629a11e324faa9d81b6dad0cf07f7e5fd66642e669d4f827775fe53f52f531" + }, + { + "name": "SafeString", + "version": "3.0.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.4.zip", + "archiveFileName": "SafeString-3.0.4.zip", + "size": 168371, + "checksum": "SHA-256:a0f63f4a5a269f3893a5d01f52c478939d23c9f07c15d90ba242b5594cebd3d5" + }, + { + "name": "SafeString", + "version": "3.0.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.5.zip", + "archiveFileName": "SafeString-3.0.5.zip", + "size": 168807, + "checksum": "SHA-256:25d6423c639e4aab85a10ab92a8e55bc902087515180c6bd2412b1c680567a45" + }, + { + "name": "SafeString", + "version": "3.0.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.6.zip", + "archiveFileName": "SafeString-3.0.6.zip", + "size": 169313, + "checksum": "SHA-256:317107f89ce5f201f58ed9f6725532be4d89cf991734dea7f7530f8c7266e3ac" + }, + { + "name": "SafeString", + "version": "3.1.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.1.0.zip", + "archiveFileName": "SafeString-3.1.0.zip", + "size": 172333, + "checksum": "SHA-256:ecba8214483b5214cfcc87f0bba6f6ebe2767c394be652e2642ccd8c0d90f7ea" + }, + { + "name": "SafeString", + "version": "4.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.0.zip", + "archiveFileName": "SafeString-4.0.0.zip", + "size": 181555, + "checksum": "SHA-256:47432c0bd383c5a5be7e6892a059ec4e540e5565debdfa690a830bb03f27d9be" + }, + { + "name": "SafeString", + "version": "4.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.1.zip", + "archiveFileName": "SafeString-4.0.1.zip", + "size": 181702, + "checksum": "SHA-256:e76e642eb9d6ee62140a39dfc5f575a4d60ce2cd53d2fc518925f57fbc681e6d" + }, + { + "name": "SafeString", + "version": "4.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.2.zip", + "archiveFileName": "SafeString-4.0.2.zip", + "size": 183888, + "checksum": "SHA-256:a6382254165fe9f3020905a9e6a6871fa91b291509720b0146f74562abd95188" + }, + { + "name": "SafeString", + "version": "4.0.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.3.zip", + "archiveFileName": "SafeString-4.0.3.zip", + "size": 185825, + "checksum": "SHA-256:3d56e55d821235a8bdc01c97392f6c304cb28900dcb7b852d5d3bdf0e6ef5d82" + }, + { + "name": "SafeString", + "version": "4.0.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.4.zip", + "archiveFileName": "SafeString-4.0.4.zip", + "size": 186907, + "checksum": "SHA-256:ab2b7af401b90f7c458c310b5817379a624d00ab2d0f6c083d79a511da473dc1" + }, + { + "name": "SafeString", + "version": "4.1.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.1.zip", + "archiveFileName": "SafeString-4.1.1.zip", + "size": 200615, + "checksum": "SHA-256:6dee354ca1f0fc86cb6b42eef090f69d1dd8795c4874889e18ad8194ffbe3505" + }, + { + "name": "SafeString", + "version": "4.1.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.3.zip", + "archiveFileName": "SafeString-4.1.3.zip", + "size": 201029, + "checksum": "SHA-256:34f0ecbf704fe9220ff38d48ea1efa65af65da3c189097a2b65617cbcf19a7e9" + }, + { + "name": "SafeString", + "version": "4.1.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.4.zip", + "archiveFileName": "SafeString-4.1.4.zip", + "size": 201074, + "checksum": "SHA-256:2211ef791c9d74bc787511e947d2996b0598c45898c3d088b4fef093e4ee7e46" + }, + { + "name": "SafeString", + "version": "4.1.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.5.zip", + "archiveFileName": "SafeString-4.1.5.zip", + "size": 201637, + "checksum": "SHA-256:ae517f1bbabebc57e71a883d3eeac58578d9a021b70202c8090ffed3bb629160" + }, + { + "name": "SafeString", + "version": "4.1.8", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.8.zip", + "archiveFileName": "SafeString-4.1.8.zip", + "size": 204865, + "checksum": "SHA-256:39ecc61d348045244f261b92793cd7dc3755d58b95ee2905cffd7e283cb0c4d8" + }, + { + "name": "SafeString", + "version": "4.1.9", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.9.zip", + "archiveFileName": "SafeString-4.1.9.zip", + "size": 207656, + "checksum": "SHA-256:5d58d22a03cf4fe8a07d4ad653eb3cd8cef4ee563f158b444269ab2b81c0d07f" + }, + { + "name": "SafeString", + "version": "4.1.10", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.10.zip", + "archiveFileName": "SafeString-4.1.10.zip", + "size": 208034, + "checksum": "SHA-256:330aea6e868ab7e460a24e76b85f00623b3c30ab3e832386b3ae3b1cd683600e" + }, + { + "name": "ArxStringUtils", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.0.zip", + "archiveFileName": "ArxStringUtils-0.2.0.zip", + "size": 15684, + "checksum": "SHA-256:926569aeab2aee7ef5565f96f5ea434191799c8dfd2486cb7fb4208f955e3082" + }, + { + "name": "ArxStringUtils", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.1.zip", + "archiveFileName": "ArxStringUtils-0.2.1.zip", + "size": 15797, + "checksum": "SHA-256:c4ef8aecfc5b216d08fc994a0d75b5a5a021a724a89d1ab33f8d33e6c8756e3d" + }, + { + "name": "ArxStringUtils", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.2.zip", + "archiveFileName": "ArxStringUtils-0.2.2.zip", + "size": 16103, + "checksum": "SHA-256:c72292a8659cc520346917d222bd63c3cecc61c20a632e36b9d1f9ef21e70e98" + }, + { + "name": "ArxStringUtils", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.3.zip", + "archiveFileName": "ArxStringUtils-0.2.3.zip", + "size": 30020, + "checksum": "SHA-256:b12dc3874a375d66d87756bf88e350e322e2bd5fb4a741fbd74cf4326101b317" + }, + { + "name": "ArxStringUtils", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.4.zip", + "archiveFileName": "ArxStringUtils-0.2.4.zip", + "size": 30021, + "checksum": "SHA-256:b6d96976cfd231c8e10a05556c72039a22a369f9a8d815e50d5643add82dd598" + }, + { + "name": "ArxStringUtils", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.5.zip", + "archiveFileName": "ArxStringUtils-0.2.5.zip", + "size": 30117, + "checksum": "SHA-256:e08fd0d610f79447c07a0ab12b8813dee930f507f5605013972992ea743b9e8f" + }, + { + "name": "ArxStringUtils", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.6.zip", + "archiveFileName": "ArxStringUtils-0.2.6.zip", + "size": 30127, + "checksum": "SHA-256:3eb1b8dff574e21b9709a43a08e7d823b801241be2b00aa98038f114668e1d71" + }, + { + "name": "ArxStringUtils", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.7.zip", + "archiveFileName": "ArxStringUtils-0.2.7.zip", + "size": 30076, + "checksum": "SHA-256:02d9d85ea386398dc1f6fa309310be15c6fc107fa4b560e928ecac51e89b44f5" + }, + { + "name": "ArxStringUtils", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.8.zip", + "archiveFileName": "ArxStringUtils-0.2.8.zip", + "size": 30886, + "checksum": "SHA-256:c7078cf90d778640abe67c5d387847ffb15b7beb97b6341b0ac10ff83702fb7e" + }, + { + "name": "ArxStringUtils", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.9.zip", + "archiveFileName": "ArxStringUtils-0.2.9.zip", + "size": 30896, + "checksum": "SHA-256:55e280abc974e5433e93cf640f61dc092c740b0ef948d43bf4aced4f639970c0" + }, + { + "name": "LcdMenu", + "version": "1.0.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.0.zip", + "archiveFileName": "LcdMenu-1.0.0.zip", + "size": 8436, + "checksum": "SHA-256:cb47881ff3d5ac10a233b91d72d5969db5ba5e20ec78c4f2a3eba4519a2f8d84" + }, + { + "name": "LcdMenu", + "version": "1.0.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.1.zip", + "archiveFileName": "LcdMenu-1.0.1.zip", + "size": 8450, + "checksum": "SHA-256:365b1ebdb0ca4d584b2799eac5a2f0d27e0f72aa09973ecae6c5abbeb589bc7c" + }, + { + "name": "LcdMenu", + "version": "1.0.2", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.2.zip", + "archiveFileName": "LcdMenu-1.0.2.zip", + "size": 11474, + "checksum": "SHA-256:12046754a013886abe1efd552961277417dd63d17184e449fb81291592b43f9e" + }, + { + "name": "LcdMenu", + "version": "1.0.3", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.3.zip", + "archiveFileName": "LcdMenu-1.0.3.zip", + "size": 87329, + "checksum": "SHA-256:472120b7e4b09a949de6ad8bcd2873ec258adb339cb3d9fee49394cd38fa4e24" + }, + { + "name": "LcdMenu", + "version": "1.0.4", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.4.zip", + "archiveFileName": "LcdMenu-1.0.4.zip", + "size": 87358, + "checksum": "SHA-256:1d0672bf1bdd7f1d1dde5879ebaf5aa2a890a165e76d50014158b649b3df19d7" + }, + { + "name": "LcdMenu", + "version": "1.1.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.1.0.zip", + "archiveFileName": "LcdMenu-1.1.0.zip", + "size": 67524, + "checksum": "SHA-256:9b746889fffbbd2382098f7ded22197eac41bb091838f411d9eaabc89d491c36" + }, + { + "name": "LcdMenu", + "version": "1.1.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.1.1.zip", + "archiveFileName": "LcdMenu-1.1.1.zip", + "size": 68093, + "checksum": "SHA-256:815a73ee376c5aaaca9b1ac156950b15dbfea12a7f0eb9dce6b92bba2b3f4de1" + }, + { + "name": "LcdMenu", + "version": "2.0.0-beta.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.0.0-beta.1.zip", + "archiveFileName": "LcdMenu-2.0.0-beta.1.zip", + "size": 23553, + "checksum": "SHA-256:bd40ab7fa64f0769fcaa998f1cab1fb082a7243450ec3cf568b0322774f5c9cb" + }, + { + "name": "LcdMenu", + "version": "2.0.0-beta.2", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": ["LcdMenu.h"], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.0.0-beta.2.zip", + "archiveFileName": "LcdMenu-2.0.0-beta.2.zip", + "size": 23207, + "checksum": "SHA-256:0bad9454a486ef3b7ae10753ee3231edafe462ff0b435fad43f2dd5aceeb523f" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.0.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.0.zip", + "size": 1150202, + "checksum": "SHA-256:d5c16665899aca8ee2524b28403691a42855b96bba4da0808c39d6eccf4dfc98" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.1.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.1.zip", + "size": 1150244, + "checksum": "SHA-256:44b1ce79f17e19720bce6ad3595cfee71163761675e46702516c1fde8a6148d0" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.2.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.2.zip", + "size": 1150248, + "checksum": "SHA-256:a1474fbbb03f5456c825da7eb2146de55bd8e7aea1a3c55be43719d3a47b83ae" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.3.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.3.zip", + "size": 1150251, + "checksum": "SHA-256:de704b35e742cd698030ca1e62a7f51edef896e57309cebc783f8bd2a93a9c72" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.4.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.4.zip", + "size": 1150271, + "checksum": "SHA-256:3a8a6fcb902f84f3fe15c6d2c602f9648c4a99bff3b3f335a036d763de0ab0a9" + }, + { + "name": "IGB-FlashSst26", + "version": "1.0.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.0.0.zip", + "archiveFileName": "IGB_FlashSst26-1.0.0.zip", + "size": 13946945, + "checksum": "SHA-256:00bab012b4a3297abe2cd287102e2aaaece68d99d529139646501a03535f0d75" + }, + { + "name": "IGB-FlashSst26", + "version": "1.1.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.1.0.zip", + "archiveFileName": "IGB_FlashSst26-1.1.0.zip", + "size": 652543, + "checksum": "SHA-256:70045fe4ece0e1566c957dcefc8ef2cb58acb22e258bde66e5f563cbb7c72ed1" + }, + { + "name": "IGB-FlashSst26", + "version": "1.3.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.3.0.zip", + "archiveFileName": "IGB_FlashSst26-1.3.0.zip", + "size": 652544, + "checksum": "SHA-256:93ef7f2a0167e6fe67574eb193ea58945c6254675030d403a7d6df8844034975" + }, + { + "name": "IGB-FlashSst26", + "version": "1.4.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "Enables functions of Microchip Serial Flash chip 26 Series. It has separated serial printing capabilties and a very small memory consumption. Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.4.0.zip", + "archiveFileName": "IGB_FlashSst26-1.4.0.zip", + "size": 652387, + "checksum": "SHA-256:9a8f2e14a3c503884b27d1973dc7b33fcfa08c0f85263c81ae89760515e2cee6" + }, + { + "name": "Arduino_KNN", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Arduino library for the K-Nearest Neighbors algorithm.", + "paragraph": "The KNN algorithm classifies objects by comparing how similar they are to previously seen examples", + "website": "https://github.com/arduino-libraries/Arduino_KNN", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_KNN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_KNN-0.1.0.zip", + "archiveFileName": "Arduino_KNN-0.1.0.zip", + "size": 21650, + "checksum": "SHA-256:375fab705ee9cb0deb9c4b28cd83b14691d726d9f42fc2551860e5a0c0a41f80" + }, + { + "name": "YA_FSM", + "version": "1.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.0.zip", + "archiveFileName": "YA_FSM-1.0.0.zip", + "size": 30072, + "checksum": "SHA-256:322cc91b6223abb620f8e15958f9e0d4daf415a7d44d37b5041ad44257896b44" + }, + { + "name": "YA_FSM", + "version": "1.0.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.1.zip", + "archiveFileName": "YA_FSM-1.0.1.zip", + "size": 30551, + "checksum": "SHA-256:6b01811d500ef4f06d88c2add27109af46b9a9b2667f506f1c4d7019ce4536cb" + }, + { + "name": "YA_FSM", + "version": "1.0.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.3.zip", + "archiveFileName": "YA_FSM-1.0.3.zip", + "size": 36407, + "checksum": "SHA-256:edcf9590ec4022b215eef583eed12470f4904461c7a0c676326a526c9234a57e" + }, + { + "name": "YA_FSM", + "version": "1.0.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired finite state machine with states, transitions and actions. FSM machine modelled with GRAPCET / SFC diagram can be easily translated to C++ code. State callback functions are also supported.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.5.zip", + "archiveFileName": "YA_FSM-1.0.5.zip", + "size": 35788, + "checksum": "SHA-256:ff6d294fb40a30c6421846949354e542ee44c264c52b88df38fb6e21f459499a" + }, + { + "name": "NibbleArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": ["nibbleArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.0.zip", + "archiveFileName": "NibbleArray-0.2.0.zip", + "size": 6812, + "checksum": "SHA-256:707dd4215808ae2d6e27bc69837089ea57c23b339fb0b710399a959ca2631598" + }, + { + "name": "NibbleArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": ["nibbleArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.1.zip", + "archiveFileName": "NibbleArray-0.2.1.zip", + "size": 8566, + "checksum": "SHA-256:38a4201187b3da9b4edcbc7bab8f34cc39995c6d25fd357bb2e5a2af044399b3" + }, + { + "name": "PollingTimer", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.0.zip", + "archiveFileName": "PollingTimer-0.2.0.zip", + "size": 36597, + "checksum": "SHA-256:a202841110a59e409a1f3a86a510dc2154c8117e6d22d61d98b81a734a5ea66a" + }, + { + "name": "PollingTimer", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.1.zip", + "archiveFileName": "PollingTimer-0.2.1.zip", + "size": 36680, + "checksum": "SHA-256:64af073cdd342b02717bd6172f7869ed71df2187ebf37697313fef5c36061776" + }, + { + "name": "PollingTimer", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.2.zip", + "archiveFileName": "PollingTimer-0.2.2.zip", + "size": 40576, + "checksum": "SHA-256:97de0c282524aece75ed6fe55d2050e9e01cd3f5b3d8a19b26e9326394dc5098" + }, + { + "name": "PollingTimer", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.3.zip", + "archiveFileName": "PollingTimer-0.2.3.zip", + "size": 40605, + "checksum": "SHA-256:199bb301dcf97c9927f153553b33e264125ed1aa83c48045583a39765527a743" + }, + { + "name": "PollingTimer", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.4.zip", + "archiveFileName": "PollingTimer-0.2.4.zip", + "size": 40622, + "checksum": "SHA-256:f4f4c255a2d74a23bb81b7cd08473bb0a00af04eb3b5ab01fae05d596a578bae" + }, + { + "name": "PollingTimer", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.5.zip", + "archiveFileName": "PollingTimer-0.2.5.zip", + "size": 40977, + "checksum": "SHA-256:274ea8a3074ccd6e0fbe4038e7d09aa2ffac343d050cd362ad4142e950f0f871" + }, + { + "name": "MS5611", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": ["MS5611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.0.zip", + "archiveFileName": "MS5611-0.2.0.zip", + "size": 7467, + "checksum": "SHA-256:51693f3e6e1a40926e65b9ab420d40bea612efaba0138344a15904822e4be0e3" + }, + { + "name": "MS5611", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": ["MS5611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.1.zip", + "archiveFileName": "MS5611-0.2.1.zip", + "size": 7520, + "checksum": "SHA-256:2298e48738ac5e6b2f5d698495d99e82f8d91396d08a0c209c2a441c0ac34605" + }, + { + "name": "MS5611", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": ["MS5611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.2.zip", + "archiveFileName": "MS5611-0.2.2.zip", + "size": 9643, + "checksum": "SHA-256:8d9da5e95b2f73b3a8f0425f6bcd71e7d1ac117ac75c29607ce6f43ab0b23d55" + }, + { + "name": "MS5611", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": ["MS5611.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.0.zip", + "archiveFileName": "MS5611-0.3.0.zip", + "size": 9900, + "checksum": "SHA-256:acc7a0d740456bcebcb1b7680206651b19688a1389f2893e7357efe5ed919c36" + }, + { + "name": "ML8511", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": ["ML8511.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.2.zip", + "archiveFileName": "ML8511-0.1.2.zip", + "size": 10486, + "checksum": "SHA-256:2f80a288c2ccf5f13cd11b4aef59113ed484aee0dc5cfb2cd2839ffb69389d0f" + }, + { + "name": "ML8511", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": ["ML8511.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.3.zip", + "archiveFileName": "ML8511-0.1.3.zip", + "size": 12026, + "checksum": "SHA-256:295f883f0ef2f422bde684e1240c2b211c56041a2c052b4e2d13ad243a6279e7" + }, + { + "name": "ML8511", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": ["ML8511.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.4.zip", + "archiveFileName": "ML8511-0.1.4.zip", + "size": 11969, + "checksum": "SHA-256:2babd24795afc0a2b26dbea732e45220ecc142976cd358a1f4fe8b8d145d6791" + }, + { + "name": "ML8511", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": ["ML8511.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.5.zip", + "archiveFileName": "ML8511-0.1.5.zip", + "size": 12003, + "checksum": "SHA-256:e222dd7037cc91c89f4d827e301cb1a04297bb3d9a5d6a7e1179dd0ad55aec85" + }, + { + "name": "ML8511", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": ["ML8511.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.6.zip", + "archiveFileName": "ML8511-0.1.6.zip", + "size": 14538, + "checksum": "SHA-256:a3fc344611206280e73b6681dbe8aada74767a4ca0ddba824fd6d677c0125bf1" + }, + { + "name": "N64Controller", + "version": "0.1.0", + "author": "Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal", + "maintainer": "Kai Lüke \u003ckailueke@riseup.net\u003e", + "sentence": "Arduino library to connect a N64 controller.", + "website": "https://github.com/pothos/arduino-n64-controller-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pothos/arduino-n64-controller-library.git", + "providesIncludes": ["N64Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pothos/N64Controller-0.1.0.zip", + "archiveFileName": "N64Controller-0.1.0.zip", + "size": 7027, + "checksum": "SHA-256:84c74c945c0d1d9a486db8828a42a0fe5c3cd06e0ceb392e52607b6a8310e6ad" + }, + { + "name": "N64Controller", + "version": "0.1.1", + "author": "Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal", + "maintainer": "Kai Lüke \u003ckailueke@riseup.net\u003e", + "sentence": "Arduino library to connect a Nintendo 64 controller (N64 controller).", + "website": "https://github.com/pothos/arduino-n64-controller-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pothos/arduino-n64-controller-library.git", + "providesIncludes": ["N64Controller.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pothos/N64Controller-0.1.1.zip", + "archiveFileName": "N64Controller-0.1.1.zip", + "size": 7040, + "checksum": "SHA-256:399c833668483e466c8b5454c257cce3727df733924510fec86c130937a06c9b" + }, + { + "name": "MCP4725", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.0.zip", + "archiveFileName": "MCP4725-0.2.0.zip", + "size": 25545, + "checksum": "SHA-256:11e54f1cb87a85f66720d1cc4620d6002f63c544bebb1351c069d56747a0aef0" + }, + { + "name": "MCP4725", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.1.zip", + "archiveFileName": "MCP4725-0.2.1.zip", + "size": 26078, + "checksum": "SHA-256:92a6152bd9ad9d03b96ad7d8ad33dfa2d41d8e58f5a711dd2c81eed48226434b" + }, + { + "name": "MCP4725", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.2.zip", + "archiveFileName": "MCP4725-0.2.2.zip", + "size": 26365, + "checksum": "SHA-256:9e99a62febb0786c5e13255fe87f2b31fdf50a660980a90bb506bec80c2e7ac6" + }, + { + "name": "MCP4725", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.3.zip", + "archiveFileName": "MCP4725-0.2.3.zip", + "size": 28770, + "checksum": "SHA-256:a558de33c356b268e5cfd3e81a2d5ad0039e8888ad83c1ee5e68709dd14baf49" + }, + { + "name": "MCP4725", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.0.zip", + "archiveFileName": "MCP4725-0.3.0.zip", + "size": 30463, + "checksum": "SHA-256:2963df7f778297ae273da7711fa9bafe4eb851bd01d0352d6f769da0837ebd54" + }, + { + "name": "MCP4725", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.1.zip", + "archiveFileName": "MCP4725-0.3.1.zip", + "size": 30513, + "checksum": "SHA-256:b65e70c51c3a1e2fe3cafd77241d6132db57e23cffde500d5ae02ad20393e2b3" + }, + { + "name": "MCP4725", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": ["MCP4725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.2.zip", + "archiveFileName": "MCP4725-0.3.2.zip", + "size": 30595, + "checksum": "SHA-256:78c246913522ec702d2f0d93fe164934e2ee6c7cc6dd14a25ab6d5aa2ee4a432" + }, + { + "name": "TB9051FTGMotorCarrier", + "version": "1.0.0", + "author": "Adam Morrissett \u003cme@adamlm.com\u003e", + "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", + "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", + "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", + "website": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.0.zip", + "archiveFileName": "TB9051FTGMotorCarrier-1.0.0.zip", + "size": 7915, + "checksum": "SHA-256:11707d5e8893af956448ad483f92f8cfd1e6bd64e4d00ca1a72fd14957360da6" + }, + { + "name": "TB9051FTGMotorCarrier", + "version": "1.0.1", + "author": "Adam Morrissett \u003cme@adamlm.com\u003e", + "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", + "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", + "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", + "website": "https://github.com/adamlm/tb9051ftg-motor-carrier-arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.1.zip", + "archiveFileName": "TB9051FTGMotorCarrier-1.0.1.zip", + "size": 7910, + "checksum": "SHA-256:9cc4371e9f07e3c5dd97cdc03ae06a6b50663f2da10dd18e09d9fa5fc8377a0a" + }, + { + "name": "MAX31855_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.0.zip", + "archiveFileName": "MAX31855_RT-0.2.0.zip", + "size": 15342, + "checksum": "SHA-256:a7d393893daea2aff5a8a2c3b00360d393b594bcdd8f2ca49809dcbffd64f415" + }, + { + "name": "MAX31855_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.1.zip", + "archiveFileName": "MAX31855_RT-0.2.1.zip", + "size": 17783, + "checksum": "SHA-256:563304a346d0ffccca0ce52887b2356a86dd55780d2ec44551bcf019d6efe1a5" + }, + { + "name": "MAX31855_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.2.zip", + "archiveFileName": "MAX31855_RT-0.2.2.zip", + "size": 18110, + "checksum": "SHA-256:c54a56217bb40e921b04cd477b574d6a46c83eb786ce2a49b4695356ebb39097" + }, + { + "name": "MAX31855_RT", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.3.zip", + "archiveFileName": "MAX31855_RT-0.2.3.zip", + "size": 19576, + "checksum": "SHA-256:b652fd68edc903a7fb35d9237ca3f60017061ef26fcb7950b963294125b7ce7b" + }, + { + "name": "MAX31855_RT", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.4.zip", + "archiveFileName": "MAX31855_RT-0.2.4.zip", + "size": 21336, + "checksum": "SHA-256:8d5239eb8bac60a35b3e01065cd0c87370ea4eeb297195c330bb1eadea8f4d55" + }, + { + "name": "MAX31855_RT", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.5.zip", + "archiveFileName": "MAX31855_RT-0.2.5.zip", + "size": 21674, + "checksum": "SHA-256:4f2f4a337866d4c64c2490eff5f1806f2d5de387c71a9c7a7e3a1662a3d1c98e" + }, + { + "name": "MAX31855_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": ["MAX31855.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.3.0.zip", + "archiveFileName": "MAX31855_RT-0.3.0.zip", + "size": 26766, + "checksum": "SHA-256:ca83cfa8f052128bc77128a0393c30b516f95f169e225ccc240780633127f284" + }, + { + "name": "MCP23017_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.1.1.zip", + "archiveFileName": "MCP23017_RT-0.1.1.zip", + "size": 6349, + "checksum": "SHA-256:cfefe3e4992cbfd7872b747aa9bfe29f7607e9ceb74aad0dc58a065406771185" + }, + { + "name": "MCP23017_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.1.2.zip", + "archiveFileName": "MCP23017_RT-0.1.2.zip", + "size": 7834, + "checksum": "SHA-256:adb2a28e7851088e04f5f0872e0a025ce7b87838c1d3b14928c85ff78c41f292" + }, + { + "name": "MCP23017_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.0.zip", + "archiveFileName": "MCP23017_RT-0.2.0.zip", + "size": 8274, + "checksum": "SHA-256:eb4e67ed1e229c6ceae9056c9693920dfb46820a8b92e9e9e76ac6ae5be9865a" + }, + { + "name": "MCP23017_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.1.zip", + "archiveFileName": "MCP23017_RT-0.2.1.zip", + "size": 8305, + "checksum": "SHA-256:7f70a9fe4cda2b928e0f508418cab882a8b03af1a57b1c567c28da3e04fbff6b" + }, + { + "name": "MCP23017_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.2.zip", + "archiveFileName": "MCP23017_RT-0.2.2.zip", + "size": 8339, + "checksum": "SHA-256:afae40492a06cf85ae6c8897cc0920c4927dd4ceedf305f5c8364d96b3711aa7" + }, + { + "name": "MCP23017_RT", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": ["MCP23017.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.3.zip", + "archiveFileName": "MCP23017_RT-0.2.3.zip", + "size": 8774, + "checksum": "SHA-256:d2800d944426cde5dd48a1b2faec70e5d52bf0eb2e4dfa1bc0b33c7beeb51370" + }, + { + "name": "MCP9808_RT", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C mcp9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": ["mcp9808.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.0.zip", + "archiveFileName": "MCP9808_RT-0.1.0.zip", + "size": 6176, + "checksum": "SHA-256:5e85a19b7106c37eb3e695921d4a93909fdb39a27588bec670158791c6fa683e" + }, + { + "name": "MCP9808_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": ["mcp9808.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.1.zip", + "archiveFileName": "MCP9808_RT-0.1.1.zip", + "size": 12483, + "checksum": "SHA-256:fc68ffd343665c7a5930556d3acc511aa565f44f77f1eeae4f5d611d4e464402" + }, + { + "name": "MCP9808_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": ["mcp9808.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.2.zip", + "archiveFileName": "MCP9808_RT-0.1.2.zip", + "size": 15585, + "checksum": "SHA-256:53bbc0dab6055fa0bc55d1a63adbb54bb86bcc8d6637b07b5463c28582f572f8" + }, + { + "name": "MCP9808_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": ["mcp9808.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.3.zip", + "archiveFileName": "MCP9808_RT-0.1.3.zip", + "size": 17157, + "checksum": "SHA-256:52836d02385d654d47c3577013daa91d7ba9c6adcdca203aa142b4b07c82005f" + }, + { + "name": "Pixie", + "version": "1.0.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.0.zip", + "archiveFileName": "Pixie-1.0.0.zip", + "size": 1700106, + "checksum": "SHA-256:ddf16be899941b7d5f0fc592889ec4e0589573c42e49fad6dd5654d953053406" + }, + { + "name": "Pixie", + "version": "1.0.2", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.2.zip", + "archiveFileName": "Pixie-1.0.2.zip", + "size": 1782260, + "checksum": "SHA-256:c1c2fc733121e9a51a9f26b46e7f2966c4ce2f86e87288ae61169f4d691d290b" + }, + { + "name": "Pixie", + "version": "1.0.3", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.3.zip", + "archiveFileName": "Pixie-1.0.3.zip", + "size": 1783409, + "checksum": "SHA-256:cf109d2cf2da0e526ec30c5e0f2cee243ed060f01c92e1d3871867bf0d6bab8d" + }, + { + "name": "Pixie", + "version": "1.1.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.1.0.zip", + "archiveFileName": "Pixie-1.1.0.zip", + "size": 1736467, + "checksum": "SHA-256:0678651ee97aec8c998194a0fddb35408b390f2025b6ec5497d4fb5647781f1d" + }, + { + "name": "Pixie", + "version": "1.2.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.0.zip", + "archiveFileName": "Pixie-1.2.0.zip", + "size": 1742112, + "checksum": "SHA-256:6b3f3bd5f609ea47ce2002e56d26031dcdf66e3a06342788a2b9f17efe20e101" + }, + { + "name": "Pixie", + "version": "1.2.1", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.1.zip", + "archiveFileName": "Pixie-1.2.1.zip", + "size": 1746232, + "checksum": "SHA-256:e1bfa89236be7a5c438ba4464be10f734765eec05cc819e3eddf32efe4e22946" + }, + { + "name": "Pixie", + "version": "1.2.2", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.2.zip", + "archiveFileName": "Pixie-1.2.2.zip", + "size": 1742642, + "checksum": "SHA-256:76a4e344fd4c27d3b86478b5b6ddf292b498b9441a476ed0abde2741d64cb1c6" + }, + { + "name": "Pixie", + "version": "1.2.3", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.3.zip", + "archiveFileName": "Pixie-1.2.3.zip", + "size": 1746692, + "checksum": "SHA-256:d4ba17a1870aa07f5d4e60498d36cc6d3f1ada5d11db51e00f7d258cb0b33bfd" + }, + { + "name": "Pixie", + "version": "1.2.4", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.4.zip", + "archiveFileName": "Pixie-1.2.4.zip", + "size": 1750380, + "checksum": "SHA-256:fe288619e3d9965ff098544017d7a378563d6b5021dfef8229302be770ea4743" + }, + { + "name": "Pixie", + "version": "1.2.5", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "SoftI2CMaster" + }, + { + "name": "NTPClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.5.zip", + "archiveFileName": "Pixie-1.2.5.zip", + "size": 1757653, + "checksum": "SHA-256:e83297310e9540b958acc6659573ce0b05ad74cc659acab782e1145f9c92ec41" + }, + { + "name": "Pixie", + "version": "1.3.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/connornishijima/Pixie.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "SoftI2CMaster" + }, + { + "name": "NTPClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.3.0.zip", + "archiveFileName": "Pixie-1.3.0.zip", + "size": 1763770, + "checksum": "SHA-256:62ebbbe229e4181cd2e3a8a7f3ebb8bcd49dd85f77a8c14e8f90e98f878b1f8e" + }, + { + "name": "I2C_ASDX", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": ["I2C_ASDX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.0.zip", + "archiveFileName": "I2C_ASDX-0.2.0.zip", + "size": 7410, + "checksum": "SHA-256:b8e2ba5dcc38e98d4f626adf832e7a175f71ef04f10d6c5063fffd87b5f52aeb" + }, + { + "name": "I2C_ASDX", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": ["I2C_ASDX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.2.zip", + "archiveFileName": "I2C_ASDX-0.2.2.zip", + "size": 10290, + "checksum": "SHA-256:ea8175dbe6cb3bdd3521a1acb079cf620e3675593512fa4ed88d206724182b2c" + }, + { + "name": "I2C_ASDX", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": ["I2C_ASDX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.1.zip", + "archiveFileName": "I2C_ASDX-0.2.1.zip", + "size": 8572, + "checksum": "SHA-256:c6c70a03d7e25f37ac0c874bac993da6e362237c25ded4e074fd6a3c09f5e133" + }, + { + "name": "I2C_ASDX", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": ["I2C_ASDX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.3.zip", + "archiveFileName": "I2C_ASDX-0.2.3.zip", + "size": 11025, + "checksum": "SHA-256:a1730cf514dc7e3e1ee7c6c9316f1086229e6158aea57f83505bf05b62e43462" + }, + { + "name": "I2C_ASDX", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": ["I2C_ASDX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.3.0.zip", + "archiveFileName": "I2C_ASDX-0.3.0.zip", + "size": 11603, + "checksum": "SHA-256:16bb262419ac8ee083baeadf38aaeaabce71f2019c757e2cfd1bdef7e3bce0c7" + }, + { + "name": "CSV Parser", + "version": "0.1.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.0.zip", + "archiveFileName": "CSV_Parser-0.1.0.zip", + "size": 183244, + "checksum": "SHA-256:1e88d4f57c0a8592e7364f729d693df414299312cb44ec8c535ce92f796dd1d0" + }, + { + "name": "CSV Parser", + "version": "0.1.1", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.1.zip", + "archiveFileName": "CSV_Parser-0.1.1.zip", + "size": 184947, + "checksum": "SHA-256:680dbc13713e12e29090c0a511f42e18f2a58a9dce6bbc8987d16bdacb8e34f5" + }, + { + "name": "CSV Parser", + "version": "0.1.2", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.2.zip", + "archiveFileName": "CSV_Parser-0.1.2.zip", + "size": 188990, + "checksum": "SHA-256:62a120466b5b1ffda18a9eeb6552b9bdb40a8e85229edb124252183bde67edb9" + }, + { + "name": "CSV Parser", + "version": "0.1.3", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.3.zip", + "archiveFileName": "CSV_Parser-0.1.3.zip", + "size": 179573, + "checksum": "SHA-256:5dd227432bfe7af95739ab2c9408a69f99f231c15482bfdc40aa6c0e0d83b9f4" + }, + { + "name": "CSV Parser", + "version": "0.1.4", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.4.zip", + "archiveFileName": "CSV_Parser-0.1.4.zip", + "size": 179563, + "checksum": "SHA-256:04d3c8adcb6e11aa82ff8ff9897fabc298350cef00822bb10a9afa7ec01acca4" + }, + { + "name": "CSV Parser", + "version": "0.2.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.2.0.zip", + "archiveFileName": "CSV_Parser-0.2.0.zip", + "size": 181621, + "checksum": "SHA-256:dbf718d3243ded7b9883c63b0756cb408011bcf3452484f66d0d8c9c5e441fcc" + }, + { + "name": "RBE1001Lib", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.1.zip", + "archiveFileName": "RBE1001Lib-0.0.1.zip", + "size": 19464, + "checksum": "SHA-256:af9038c24356b001777262c7f00a482c774189ad39d8fc00356f37331be74904" + }, + { + "name": "RBE1001Lib", + "version": "0.0.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.2.zip", + "archiveFileName": "RBE1001Lib-0.0.2.zip", + "size": 19856, + "checksum": "SHA-256:81043286dd311208f5fcb4d4f3d688b4f411398b86099940f6adf35716eede88" + }, + { + "name": "RBE1001Lib", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.3.zip", + "archiveFileName": "RBE1001Lib-0.0.3.zip", + "size": 20243, + "checksum": "SHA-256:bac33c32caef41272bd112cb8ca5399ba83cea3c7208c1c4bff965301c26a442" + }, + { + "name": "RBE1001Lib", + "version": "0.0.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.4.zip", + "archiveFileName": "RBE1001Lib-0.0.4.zip", + "size": 21967, + "checksum": "SHA-256:28ba9dcfc80ea103b5b2d05ca3acc64b58a5de58aeee1b8e9988452f26ad9e5c" + }, + { + "name": "RBE1001Lib", + "version": "0.0.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.5.zip", + "archiveFileName": "RBE1001Lib-0.0.5.zip", + "size": 22069, + "checksum": "SHA-256:c8c5715465a88a883e2e4700ee9c62bc27d70fefe287176cb86915057a13790f" + }, + { + "name": "RBE1001Lib", + "version": "0.0.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.6.zip", + "archiveFileName": "RBE1001Lib-0.0.6.zip", + "size": 24553, + "checksum": "SHA-256:2c6b4d8a248626f7088dc8e2cbb00ae1ae0f74e76c43f7f8a607b32204bb3df3" + }, + { + "name": "RBE1001Lib", + "version": "0.1.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.0.zip", + "archiveFileName": "RBE1001Lib-0.1.0.zip", + "size": 24690, + "checksum": "SHA-256:807b051556787bbd7cd9ac01ffbd6fabc27d3839ed4426916f0c1e21d803788e" + }, + { + "name": "RBE1001Lib", + "version": "0.1.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.3.zip", + "archiveFileName": "RBE1001Lib-0.1.3.zip", + "size": 56552, + "checksum": "SHA-256:c32325e095386be04da0aea5b11779acde3832ab928a24e30d2799b06d280599" + }, + { + "name": "RBE1001Lib", + "version": "0.1.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.5.zip", + "archiveFileName": "RBE1001Lib-0.1.5.zip", + "size": 56622, + "checksum": "SHA-256:e44f01baa4ecb2e12628496ced7cd11188f20fe934c5338d6bcbbd7711dc1154" + }, + { + "name": "RBE1001Lib", + "version": "0.1.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.6.zip", + "archiveFileName": "RBE1001Lib-0.1.6.zip", + "size": 56581, + "checksum": "SHA-256:9f85d1dbbc429819cb71b454221859e85ae2d05da46cf353bd94173766387ddb" + }, + { + "name": "RBE1001Lib", + "version": "0.1.7", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.7.zip", + "archiveFileName": "RBE1001Lib-0.1.7.zip", + "size": 56592, + "checksum": "SHA-256:e835f1b536f4235f552900ef99d6e61d3044f64f09ae9f40f4676b4893c6c09f" + }, + { + "name": "RBE1001Lib", + "version": "0.1.8", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.8.zip", + "archiveFileName": "RBE1001Lib-0.1.8.zip", + "size": 57463, + "checksum": "SHA-256:9ebdc4d2c3ae195b41f88b4ee09bdea0dd6bd40326d93586e7509c4bfb40e097" + }, + { + "name": "RBE1001Lib", + "version": "0.1.9", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.9.zip", + "archiveFileName": "RBE1001Lib-0.1.9.zip", + "size": 57474, + "checksum": "SHA-256:9b3acdb584ca75c29547d0a64b3930effe8de18362ffbba685c1072f8cb49422" + }, + { + "name": "RBE1001Lib", + "version": "0.1.10", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.10.zip", + "archiveFileName": "RBE1001Lib-0.1.10.zip", + "size": 58506, + "checksum": "SHA-256:eabbdec67bc7bc483a338840032ba58fee68b4e91ba79c5b8a31433206c78bb7" + }, + { + "name": "RBE1001Lib", + "version": "0.2.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.0.zip", + "archiveFileName": "RBE1001Lib-0.2.0.zip", + "size": 58748, + "checksum": "SHA-256:b59ad1c89b04dbbc6f8f3d853ba443c57f43e4f15aefae9c07e4f5f64902396b" + }, + { + "name": "RBE1001Lib", + "version": "0.2.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.1.zip", + "archiveFileName": "RBE1001Lib-0.2.1.zip", + "size": 58747, + "checksum": "SHA-256:3a45ef2a86c6a3ecc1690d1d935d09d1fe85e9b5682156763ab32015b3ba6e46" + }, + { + "name": "RBE1001Lib", + "version": "0.2.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.3.zip", + "archiveFileName": "RBE1001Lib-0.2.3.zip", + "size": 58812, + "checksum": "SHA-256:0ef8333b02877cb77479b8694d9c6b52c0d969ea6413ddcb2ba841883b4384fb" + }, + { + "name": "RBE1001Lib", + "version": "0.2.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.4.zip", + "archiveFileName": "RBE1001Lib-0.2.4.zip", + "size": 58984, + "checksum": "SHA-256:b68a3834cc649fb4e0752569b7a7e9ad1f005bd6411a0fe04eac42d5f7dea5e4" + }, + { + "name": "RBE1001Lib", + "version": "0.2.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.5.zip", + "archiveFileName": "RBE1001Lib-0.2.5.zip", + "size": 58984, + "checksum": "SHA-256:b53c82b0e07c0a85b05c1eaa45a627cd6fe5373eb3dba85887410a68d2ae7f55" + }, + { + "name": "RBE1001Lib", + "version": "0.2.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.6.zip", + "archiveFileName": "RBE1001Lib-0.2.6.zip", + "size": 59880, + "checksum": "SHA-256:2d43c460e6c6d9741a5e98ae63e5db50ff2c7d52de9c5c4947c2b04790e59385" + }, + { + "name": "RBE1001Lib", + "version": "0.3.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.3.0.zip", + "archiveFileName": "RBE1001Lib-0.3.0.zip", + "size": 59980, + "checksum": "SHA-256:5910a3a5a55c4cbb8408b1c3b1d10ffe1816a0a12033d760f4b4dc50cc1b4679" + }, + { + "name": "RBE1001Lib", + "version": "0.3.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.3.1.zip", + "archiveFileName": "RBE1001Lib-0.3.1.zip", + "size": 59981, + "checksum": "SHA-256:95b59e50b117317515b951236fd3120712dfbb89d058959a63fc1f27f997c465" + }, + { + "name": "RBE1001Lib", + "version": "0.4.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.0.zip", + "archiveFileName": "RBE1001Lib-0.4.0.zip", + "size": 139366, + "checksum": "SHA-256:53e943a324f7bfdaa514e693e3b58fb337f398ae6546c89ce42d05e0d6b4ceda" + }, + { + "name": "RBE1001Lib", + "version": "0.4.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.1.zip", + "archiveFileName": "RBE1001Lib-0.4.1.zip", + "size": 165451, + "checksum": "SHA-256:fdaa1010631c0d157cb74ba279a6b793d2a8958246e9e7ae801a6726e867bb23" + }, + { + "name": "RBE1001Lib", + "version": "0.4.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.2.zip", + "archiveFileName": "RBE1001Lib-0.4.2.zip", + "size": 167166, + "checksum": "SHA-256:4ae4c3bf0d0da8b64d66819cb25e664484cfc01f625497a13894559181021c3c" + }, + { + "name": "RBE1001Lib", + "version": "0.5.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.0.zip", + "archiveFileName": "RBE1001Lib-0.5.0.zip", + "size": 176627, + "checksum": "SHA-256:03c8e6496849417e32218e2387eb181c9c229b8bc69b076b3b6c7c15b8f166a5" + }, + { + "name": "RBE1001Lib", + "version": "0.5.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.1.zip", + "archiveFileName": "RBE1001Lib-0.5.1.zip", + "size": 176154, + "checksum": "SHA-256:7e4c02dbc3720a7d1d9fa3a6bbb826ba37f066da9fe3294594734c247be7072b" + }, + { + "name": "RBE1001Lib", + "version": "0.5.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.2.zip", + "archiveFileName": "RBE1001Lib-0.5.2.zip", + "size": 176149, + "checksum": "SHA-256:47326bacd243fa8207bd8f9455d7a4861b3ce42ce29587627c8d1b9420afffa5" + }, + { + "name": "RBE1001Lib", + "version": "0.5.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.3.zip", + "archiveFileName": "RBE1001Lib-0.5.3.zip", + "size": 176148, + "checksum": "SHA-256:1d936a0b811897ef89cbc285d01b753e1604db214560e619c280853d3c63b382" + }, + { + "name": "RBE1001Lib", + "version": "0.5.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.4.zip", + "archiveFileName": "RBE1001Lib-0.5.4.zip", + "size": 176171, + "checksum": "SHA-256:8ba4929508fa778f48a47b3e23553c643aa96c63e6bffd62d0acdc8482851f59" + }, + { + "name": "RBE1001Lib", + "version": "0.6.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.6.0.zip", + "archiveFileName": "RBE1001Lib-0.6.0.zip", + "size": 181667, + "checksum": "SHA-256:9f522f059042d2f9b7545cdb7a2d5164b7b3a60f58b5be258824bb61e46e7722" + }, + { + "name": "RBE1001Lib", + "version": "0.7.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.0.zip", + "archiveFileName": "RBE1001Lib-0.7.0.zip", + "size": 181765, + "checksum": "SHA-256:8cf7a8dec537a3c6ae639a5f53c469e7709779f6c7b25a6d56299cca61c0807c" + }, + { + "name": "RBE1001Lib", + "version": "0.7.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.1.zip", + "archiveFileName": "RBE1001Lib-0.7.1.zip", + "size": 177228, + "checksum": "SHA-256:6a4b585dfb0dc3a09e73ee8bd6b671dd7b1d49f50f6b96cd682aae86a27c491c" + }, + { + "name": "RBE1001Lib", + "version": "0.7.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.2.zip", + "archiveFileName": "RBE1001Lib-0.7.2.zip", + "size": 174922, + "checksum": "SHA-256:1869a4bf98aa56601f3d1e910c6e6dce9fb9f6aa61e142b51905786748229b9c" + }, + { + "name": "RBE1001Lib", + "version": "0.7.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.3.zip", + "archiveFileName": "RBE1001Lib-0.7.3.zip", + "size": 174957, + "checksum": "SHA-256:b3d6bf59601fbda97250d85525231ad529b4b96d6a51dddb09a31addb5f83fa8" + }, + { + "name": "RBE1001Lib", + "version": "0.8.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.8.0.zip", + "archiveFileName": "RBE1001Lib-0.8.0.zip", + "size": 176063, + "checksum": "SHA-256:4acd90f9edfb381cd8ec37dec49a4433c63daf172fde0d406c4ce5f70b947593" + }, + { + "name": "RBE1001Lib", + "version": "0.9.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.0.zip", + "archiveFileName": "RBE1001Lib-0.9.0.zip", + "size": 182043, + "checksum": "SHA-256:9e151e5ecd8b471242f22ffb4040e7122da3cd31357e74b2eb480e996e97e2b4" + }, + { + "name": "RBE1001Lib", + "version": "0.9.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.1.zip", + "archiveFileName": "RBE1001Lib-0.9.1.zip", + "size": 184052, + "checksum": "SHA-256:c827f4b7ac86f1ae447677c8b7499606ebb15d76d5e1204c2711aafedfb13397" + }, + { + "name": "RBE1001Lib", + "version": "0.9.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.2.zip", + "archiveFileName": "RBE1001Lib-0.9.2.zip", + "size": 184415, + "checksum": "SHA-256:a959fa606e0455a0b6a392d52ee705845bc2f7e2fc24a38d707bf10ee6ed3909" + }, + { + "name": "RBE1001Lib", + "version": "0.9.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.3.zip", + "archiveFileName": "RBE1001Lib-0.9.3.zip", + "size": 184684, + "checksum": "SHA-256:5e1c32c26952b3e8f4c6e8e898ac003d53b2637f9e4813739680c9e15a13eb1c" + }, + { + "name": "RBE1001Lib", + "version": "0.9.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.4.zip", + "archiveFileName": "RBE1001Lib-0.9.4.zip", + "size": 184695, + "checksum": "SHA-256:5240d7cd63760c0af3f1b2d681f6dd1e59fa85d74f36853b9f0c15b09b4d0abf" + }, + { + "name": "RBE1001Lib", + "version": "0.10.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.10.0.zip", + "archiveFileName": "RBE1001Lib-0.10.0.zip", + "size": 209280, + "checksum": "SHA-256:2665afc65a7daca01389a0f99f44baa31fd62291a976e8e79141d1482de9f74f" + }, + { + "name": "RBE1001Lib", + "version": "0.11.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.0.zip", + "archiveFileName": "RBE1001Lib-0.11.0.zip", + "size": 210220, + "checksum": "SHA-256:6d1a51d3401931fb7834e09ed1bbf5a26809cf03be57aabae7a0a4211b3d00d0" + }, + { + "name": "RBE1001Lib", + "version": "0.11.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.1.zip", + "archiveFileName": "RBE1001Lib-0.11.1.zip", + "size": 211511, + "checksum": "SHA-256:3a06df783b4a160dc9bddeebb0d3f89d60bccdae1730f26901bc7fdc47939245" + }, + { + "name": "RBE1001Lib", + "version": "0.11.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.2.zip", + "archiveFileName": "RBE1001Lib-0.11.2.zip", + "size": 214357, + "checksum": "SHA-256:657f581667844fba28a21c1168f82a7d7e5f0d85eaebffb5b523ed057bcae1da" + }, + { + "name": "RBE1001Lib", + "version": "0.11.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.3.zip", + "archiveFileName": "RBE1001Lib-0.11.3.zip", + "size": 214472, + "checksum": "SHA-256:9c7ac96dd24f89901f2a4939ae7f0a985056623792d4918566b29e251c37083b" + }, + { + "name": "RBE1001Lib", + "version": "0.11.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.4.zip", + "archiveFileName": "RBE1001Lib-0.11.4.zip", + "size": 214538, + "checksum": "SHA-256:96e874b43e422106f8638f6584717f4bbe3a44d1f5f4a7bdbf39fe546bbb7ad7" + }, + { + "name": "RBE1001Lib", + "version": "0.12.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.12.0.zip", + "archiveFileName": "RBE1001Lib-0.12.0.zip", + "size": 214483, + "checksum": "SHA-256:36072bf4306de4094d7267611688612ab193e289b36c777e83033a7154b5d70a" + }, + { + "name": "RBE1001Lib", + "version": "0.12.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.12.1.zip", + "archiveFileName": "RBE1001Lib-0.12.1.zip", + "size": 214484, + "checksum": "SHA-256:2d07d23a42c617144350cb4fabb510faa1372d20043d95c9a4af0fe07897a5b6" + }, + { + "name": "RBE1001Lib", + "version": "0.12.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.12.2.zip", + "archiveFileName": "RBE1001Lib-0.12.2.zip", + "size": 214505, + "checksum": "SHA-256:b6743f90aaefc827ac53846b7e02d0dcbffbb23bbb60feff039249395ed352f3" + }, + { + "name": "RBE1001Lib", + "version": "0.13.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": ["RBE1001Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.13.0.zip", + "archiveFileName": "RBE1001Lib-0.13.0.zip", + "size": 214469, + "checksum": "SHA-256:f907004241b075f92a16691c96ff7ed35361175be497e9e2a7e5533e6b64c4c4" + }, + { + "name": "I2C_EEPROM", + "version": "1.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS.", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.0.zip", + "archiveFileName": "I2C_EEPROM-1.3.0.zip", + "size": 11630, + "checksum": "SHA-256:026f521f9ffc17b493f1d224a65041a7ef8c6a2533fc8524c96947f0c7022da5" + }, + { + "name": "I2C_EEPROM", + "version": "1.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS.", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.1.zip", + "archiveFileName": "I2C_EEPROM-1.3.1.zip", + "size": 14281, + "checksum": "SHA-256:8835fc8ecd68c287e299781636a488aa76dd9c0d05390fa4fa5b3fc2d9667b0d" + }, + { + "name": "I2C_EEPROM", + "version": "1.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS.", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.2.zip", + "archiveFileName": "I2C_EEPROM-1.3.2.zip", + "size": 26775, + "checksum": "SHA-256:68bc58cd718afc240feb1945e0b046c93489cdd1ad9f475e295fb810dbb96a44" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.0.zip", + "archiveFileName": "I2C_EEPROM-1.4.0.zip", + "size": 28117, + "checksum": "SHA-256:08450a59cd9e1088371f809aa904f270cc1d9ce4bda32399924e67fd62cfc2f5" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.1.zip", + "archiveFileName": "I2C_EEPROM-1.4.1.zip", + "size": 28369, + "checksum": "SHA-256:33982e03f839b9701098a79804d2d5c192d97adbb4f325ac4ccef1741431b6b9" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.2.zip", + "archiveFileName": "I2C_EEPROM-1.4.2.zip", + "size": 31044, + "checksum": "SHA-256:7feafc0d612c34063c1ed54a78a4fcdf2456622435a7987fa7f214b39757e5f9" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.3.zip", + "archiveFileName": "I2C_EEPROM-1.4.3.zip", + "size": 31064, + "checksum": "SHA-256:b2d3f134e202a29b816ea2e20d255cdc13d4611f085f250bd59b96ebc431c07f" + }, + { + "name": "I2C_EEPROM", + "version": "1.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": ["I2C_eeprom.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.5.0.zip", + "archiveFileName": "I2C_EEPROM-1.5.0.zip", + "size": 31326, + "checksum": "SHA-256:7a20c3be8349f892b4ab23702b9046a8ddbdc83f42c43ccf7892c0733633818b" + }, + { + "name": "SparkFun Qwiic Power Switch Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the Qwiic Power Switch", + "paragraph": "An Arduino library for the SparkFun Qwiic Power Switch (TI PCA9536)", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Power_Switch_Arduino_Library-1.0.0.zip", + "size": 9226, + "checksum": "SHA-256:10cc1810ca5315de11a15a98382a8fc4d4f3bcec22ac6bd97ef48087e584a6df" + }, + { + "name": "INA226_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.0.0.zip", + "archiveFileName": "INA226_WE-1.0.0.zip", + "size": 386292, + "checksum": "SHA-256:283b516155205efb0491dc47b7aeb0131dd0d5958e8cd302ad54fd8d9589f5da" + }, + { + "name": "INA226_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.0.zip", + "archiveFileName": "INA226_WE-1.1.0.zip", + "size": 386000, + "checksum": "SHA-256:417bdd6edf0e7e3b681961943e55d51ac55ad41b6c82b6bd8b03948a65f2d118" + }, + { + "name": "INA226_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.1.zip", + "archiveFileName": "INA226_WE-1.1.1.zip", + "size": 385864, + "checksum": "SHA-256:295f9ea0b24b45806f7549e4e1c0f93e06812d9f121400115fc13329f141cfa2" + }, + { + "name": "INA226_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.2.zip", + "archiveFileName": "INA226_WE-1.1.2.zip", + "size": 386598, + "checksum": "SHA-256:519f4044dcc0d8a2308e904d81ffdb5022b6d7a1dc6b2090af3201017a195620" + }, + { + "name": "INA226_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.0.zip", + "archiveFileName": "INA226_WE-1.2.0.zip", + "size": 685843, + "checksum": "SHA-256:7c30c8cc178f575a84e539819c211b0767aecad110cfda3d819548338ab4390a" + }, + { + "name": "INA226_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.1.zip", + "archiveFileName": "INA226_WE-1.2.1.zip", + "size": 686095, + "checksum": "SHA-256:6150c41e5bcfcd2e66bcb1a676ce54e6469e1efa278fa603a58a71e8be06afb3" + }, + { + "name": "INA226_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.2.zip", + "archiveFileName": "INA226_WE-1.2.2.zip", + "size": 686275, + "checksum": "SHA-256:bf6454f44f886ee0f92bb9c400f690b732b79c55a7f9a28583c17001de6f6f2f" + }, + { + "name": "INA226_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": ["INA226_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.3.zip", + "archiveFileName": "INA226_WE-1.2.3.zip", + "size": 687342, + "checksum": "SHA-256:08e05b97aced4185a002cf88bc777df9020e311d594b80d1dc59010ed22c5951" + }, + { + "name": "weight", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": ["weight.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.0.zip", + "archiveFileName": "weight-0.1.0.zip", + "size": 5618, + "checksum": "SHA-256:4c9fd347f0672cf672c58379458ba10527c33b6d23bdbcd925255754563597c4" + }, + { + "name": "weight", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": ["weight.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.1.zip", + "archiveFileName": "weight-0.1.1.zip", + "size": 7266, + "checksum": "SHA-256:a2ae1047f238bc14003da24793850f657ef3565a662fd73f0ee22b640cd188df" + }, + { + "name": "weight", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": ["weight.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.2.zip", + "archiveFileName": "weight-0.1.2.zip", + "size": 7287, + "checksum": "SHA-256:ab26df4db7f1200f7776a8925b7a00756cf68b99f8ae8f012885da8ca13f380f" + }, + { + "name": "HX711", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes callibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": ["HX711.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.0.zip", + "archiveFileName": "HX711-0.2.0.zip", + "size": 12303, + "checksum": "SHA-256:b93b6a1c172f2a3bc32b62d4104d508c575daca52667648b61dd908e2f541b72" + }, + { + "name": "HX711", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes callibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": ["HX711.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.1.zip", + "archiveFileName": "HX711-0.2.1.zip", + "size": 13671, + "checksum": "SHA-256:80b5d3fba017775e429cf8f2ac901b3264629e60bc0cea95d54e42d7d61dd207" + }, + { + "name": "HX711", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": ["HX711.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.2.zip", + "archiveFileName": "HX711-0.2.2.zip", + "size": 17762, + "checksum": "SHA-256:77bfa262b698f957f9638e8c69df3d84ef594b83e52e69d4d5e5464e8018c21e" + }, + { + "name": "HX711", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": ["HX711.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.3.zip", + "archiveFileName": "HX711-0.2.3.zip", + "size": 17992, + "checksum": "SHA-256:f7172aae66108dd074d507871897141a7647139867e52b28066419b1ffb95d58" + }, + { + "name": "AceMenu", + "version": "0.1.0", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://gitlab.com/StrathbogieBrewing/acemenu.git", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": ["AceMenu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.0.zip", + "archiveFileName": "AceMenu-0.1.0.zip", + "size": 13101, + "checksum": "SHA-256:a9c0b37bce1e27bfc8fa12b26dd825e0717010d700e4c33439c2384207d7d5c1" + }, + { + "name": "AceMenu", + "version": "0.1.1", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://github.com/StrathbogieBrewing/AceMenu.git", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": ["AceMenu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.1.zip", + "archiveFileName": "AceMenu-0.1.1.zip", + "size": 14516, + "checksum": "SHA-256:1e3a174b48b3634ccf379117143dfb0048558cf6145ec5dd841f0f814b6b1d42" + }, + { + "name": "AceMenu", + "version": "0.1.2", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://github.com/StrathbogieBrewing/AceMenu.git", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": ["AceMenu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.2.zip", + "archiveFileName": "AceMenu-0.1.2.zip", + "size": 14272, + "checksum": "SHA-256:1fee3eb5628483d3981ae721d7ec4155bcef3b0ab91f43794a1ae0e7459b0467" + }, + { + "name": "AceMenu", + "version": "0.1.3", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://github.com/StrathbogieBrewing/AceMenu.git", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": ["AceMenu.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.3.zip", + "archiveFileName": "AceMenu-0.1.3.zip", + "size": 14514, + "checksum": "SHA-256:2bb139976f3475cc0844375d8eabe7f2d7c2b147f1df212638da2493251b54f8" + }, + { + "name": "Sleepy Pi 2", + "version": "1.0.0", + "author": "Spell Foundry", + "maintainer": "Spell Foundry", + "sentence": "Arduino Library for Sleepy Pi 2 Raspberry Pi HAT", + "paragraph": "A Smart Power Management Board that provides a virtual low power mode to Raspberry Pi's", + "website": "https://github.com/SpellFoundry/SleepyPi2", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpellFoundry/SleepyPi2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/Sleepy_Pi_2-1.0.0.zip", + "archiveFileName": "Sleepy_Pi_2-1.0.0.zip", + "size": 47228, + "checksum": "SHA-256:926e19901822b20dc4f9604468454befccdf77fd86424d1e3c7464eece4ee8a7" + }, + { + "name": "Sleepy Pi 2", + "version": "1.0.1", + "author": "Spell Foundry", + "maintainer": "Spell Foundry", + "sentence": "Arduino Library for Sleepy Pi 2 Raspberry Pi HAT", + "paragraph": "A Smart Power Management Board that provides a virtual low power mode to Raspberry Pi's", + "website": "https://github.com/SpellFoundry/SleepyPi2", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpellFoundry/SleepyPi2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/Sleepy_Pi_2-1.0.1.zip", + "archiveFileName": "Sleepy_Pi_2-1.0.1.zip", + "size": 47261, + "checksum": "SHA-256:b3426773b22ef85fa264727ae6fc2dad44b8592378a619eaed0ebafad2a4be23" + }, + { + "name": "PCF8523", + "version": "1.0.0", + "author": "Spell Foundry", + "maintainer": "Spell Foundry", + "sentence": "Arduino Library for PCF8523 Real-Time Clock", + "paragraph": "Library for controlling and configuring this Real-Time Clock", + "website": "https://github.com/SpellFoundry/PCF8523", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SpellFoundry/PCF8523.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/PCF8523-1.0.0.zip", + "archiveFileName": "PCF8523-1.0.0.zip", + "size": 18944, + "checksum": "SHA-256:a05073e6c5b85d8151120d00b4702a35f7af0acca69abb6e5e8cfa4d53b81392" + }, + { + "name": "ScrollingText8x8Display", + "version": "0.0.1", + "author": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "maintainer": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "sentence": "Display a scrolling text on a 8x8 LED display.", + "paragraph": "You can set the scrolling speed, the scrolling direction and also the character orientation.", + "website": "https://github.com/TheJLifeX/ScrollingText8x8Display", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheJLifeX/ScrollingText8x8Display.git", + "providesIncludes": ["ScrollingText8x8Display.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TheJLifeX/ScrollingText8x8Display-0.0.1.zip", + "archiveFileName": "ScrollingText8x8Display-0.0.1.zip", + "size": 7710863, + "checksum": "SHA-256:8f82b4e4374b588ee462775bd4a2f68609b97a4e306c51bc1b51a36807a20866" + }, + { + "name": "ScrollingText8x8Display", + "version": "0.0.2", + "author": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "maintainer": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "sentence": "Display a scrolling text on a 8x8 LED display.", + "paragraph": "You can set the scrolling speed, the scrolling direction and also the character orientation.", + "website": "https://github.com/TheJLifeX/ScrollingText8x8Display", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheJLifeX/ScrollingText8x8Display.git", + "providesIncludes": ["ScrollingText8x8Display.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TheJLifeX/ScrollingText8x8Display-0.0.2.zip", + "archiveFileName": "ScrollingText8x8Display-0.0.2.zip", + "size": 7738098, + "checksum": "SHA-256:0d67aa04273af7ef12e7421b13eef7864a09cbaa27a03083bb541e6f08a1e98f" + }, + { + "name": "NX2003 library", + "version": "1.0.0", + "author": "Chatphet Kenanan\u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong\u003cnarongchai.b2539@gmail.com\u003e", + "maintainer": "Chatphet Kenanan\u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": ["NX2003.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.0.zip", + "archiveFileName": "NX2003_library-1.0.0.zip", + "size": 14605, + "checksum": "SHA-256:d987aa84fdf56ce8b2c96d0296d53185fa8c847021b8797078ad60b30cf1899b" + }, + { + "name": "NX2003 library", + "version": "1.0.1", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": ["NX2003.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.1.zip", + "archiveFileName": "NX2003_library-1.0.1.zip", + "size": 15372, + "checksum": "SHA-256:b1db247985e3b7339dde2a3b9d93e372665eb0523d6989852af9d8efab7847c0" + }, + { + "name": "NX2003 library", + "version": "1.0.2", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": ["NX2003.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.2.zip", + "archiveFileName": "NX2003_library-1.0.2.zip", + "size": 15390, + "checksum": "SHA-256:e2921d84ce1ad6b489ab4c51c00b9a8c5f4080efa8608ba23c7656be485972f3" + }, + { + "name": "NX2003 library", + "version": "1.0.3", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": ["NX2003.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.3.zip", + "archiveFileName": "NX2003_library-1.0.3.zip", + "size": 15390, + "checksum": "SHA-256:c8383d9607bd470a5c36a782602dd9e6f630852928c2163dfa0de7c6682429e3" + }, + { + "name": "NX2003 library", + "version": "1.0.4", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": ["NX2003.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.4.zip", + "archiveFileName": "NX2003_library-1.0.4.zip", + "size": 15388, + "checksum": "SHA-256:0600ea08d31850ea581bcd9049959286de245f7ed553b8c8203f6ee21dec5e92" + }, + { + "name": "MoonRise", + "version": "1.0.1", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-1.0.1.zip", + "archiveFileName": "MoonRise-1.0.1.zip", + "size": 20282, + "checksum": "SHA-256:f97efadcaad617a821b7930583659bd9bb37dfd6bfabd2e572402c53d0a7bbd0" + }, + { + "name": "MoonRise", + "version": "2.0.0", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.0.zip", + "archiveFileName": "MoonRise-2.0.0.zip", + "size": 20352, + "checksum": "SHA-256:efd0d7e0971a8c09f66dd6514667a9575fc69cb84dee7d56f3f5335918feb3d1" + }, + { + "name": "MoonRise", + "version": "2.0.1", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.1.zip", + "archiveFileName": "MoonRise-2.0.1.zip", + "size": 20373, + "checksum": "SHA-256:fd6cbafc88fd4b01e2f8c529b912119530ad9a9e9092f5f9456fe19ef9a11c7e" + }, + { + "name": "MoonRise", + "version": "2.0.2", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.2.zip", + "archiveFileName": "MoonRise-2.0.2.zip", + "size": 20916, + "checksum": "SHA-256:f54d02376a81d07f987bc14459185fc3adf1db8fd46a633252387a00d97d66be" + }, + { + "name": "PU2CLR KT0915", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X the KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC KT0915 device.", + "website": "https://github.com/pu2clr/KT0915", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/KT0915.git", + "providesIncludes": ["KT0915.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.1.zip", + "archiveFileName": "PU2CLR_KT0915-1.0.1.zip", + "size": 614863, + "checksum": "SHA-256:e897b9227f2ec909d23a172a879400f4ead4fbf04562343e69a6c9bebac1db37" + }, + { + "name": "PU2CLR KT0915", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC KT0915 device.", + "website": "https://github.com/pu2clr/KT0915", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/KT0915.git", + "providesIncludes": ["KT0915.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.2.zip", + "archiveFileName": "PU2CLR_KT0915-1.0.2.zip", + "size": 3721097, + "checksum": "SHA-256:cbbf20b25a56c08f46a18e02c958f0e6bb2e7a64f790f7999738907feb4a7a6f" + }, + { + "name": "PU2CLR KT0915", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC KT0915 device.", + "website": "https://github.com/pu2clr/KT0915", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/KT0915.git", + "providesIncludes": ["KT0915.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.3.zip", + "archiveFileName": "PU2CLR_KT0915-1.0.3.zip", + "size": 3737201, + "checksum": "SHA-256:8a35d27c05a895c0923e895ebd23d8e58d2f13e659a2e52833399fb1741f565c" + }, + { + "name": "SunRise", + "version": "1.0.0", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-1.0.0.zip", + "archiveFileName": "SunRise-1.0.0.zip", + "size": 19221, + "checksum": "SHA-256:30d513ce67239c2d074b685d26a7aac9b973536c70663fdee8f9cf619ad0def7" + }, + { + "name": "SunRise", + "version": "2.0.1", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.1.zip", + "archiveFileName": "SunRise-2.0.1.zip", + "size": 19240, + "checksum": "SHA-256:83699662e0ce37ae6b1fc22538569bdb65ac98ea6cd60ff0769b4b8a95b51bfc" + }, + { + "name": "SunRise", + "version": "2.0.2", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.2.zip", + "archiveFileName": "SunRise-2.0.2.zip", + "size": 19783, + "checksum": "SHA-256:c64b1a4fa0383dc00778ccc1035c88b1234f7d23212f924691e4729a824b43f8" + }, + { + "name": "High-Side-Switch", + "version": "0.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the PROFET+2 12V", + "paragraph": "C++ library for the PROFET+2 12V supporting the Arduino form factor", + "website": "https://github.com/Infineon/high-side-switch", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/high-side-switch.git", + "providesIncludes": ["hss-board-arduino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.0.zip", + "archiveFileName": "High_Side_Switch-0.1.0.zip", + "size": 26875109, + "checksum": "SHA-256:28c0b350254afd34249abbdc4dc5e37057104633801d4d854c5bbff6cf230926" + }, + { + "name": "PadComLib", + "version": "1.1.0", + "author": "Theo Gillespie \u003crockoontech@gmail.com\u003e", + "maintainer": "Theo Gillespie \u003crockoontech@gmail.com\u003e", + "sentence": "A library adds functionality for the PadCom program", + "paragraph": "Help implement functions required for the PadCom program.", + "website": "https://github.com/RockoonTechnologies/PadCom", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/RockoonTechnologies/PadComLib.git", + "providesIncludes": ["PadComLib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RockoonTechnologies/PadComLib-1.1.0.zip", + "archiveFileName": "PadComLib-1.1.0.zip", + "size": 2031, + "checksum": "SHA-256:a42ab51272c0f7754304c73935d04b58aadac21934dcc6d9b805efcbc535a429" + }, + { + "name": "Arduino_OV767X", + "version": "0.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Capture images from your OmniVision OV7670 camera in your Arduino sketches.", + "website": "http://github.com/arduino-libraries/Arduino_OV767X", + "category": "Sensors", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_OV767X.git", + "providesIncludes": ["Arduino_OV767X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OV767X-0.0.1.zip", + "archiveFileName": "Arduino_OV767X-0.0.1.zip", + "size": 35435, + "checksum": "SHA-256:f4e9e3dd2bb65ba818a1df1ee01a7e1a00fa2fef6732c2ac350ff81b81914b71" + }, + { + "name": "Arduino_OV767X", + "version": "0.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Capture images from your OmniVision OV7670 camera in your Arduino sketches.", + "website": "http://github.com/arduino-libraries/Arduino_OV767X", + "category": "Sensors", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_OV767X.git", + "providesIncludes": ["Arduino_OV767X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OV767X-0.0.2.zip", + "archiveFileName": "Arduino_OV767X-0.0.2.zip", + "size": 38124, + "checksum": "SHA-256:b3cbe03f0dec9293346361adff95a38b609eccbf0f3aee35913597553d345fe0" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.0", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.0.zip", + "archiveFileName": "vl53l0xTOFA-1.0.0.zip", + "size": 18684, + "checksum": "SHA-256:a0c592bba978b4c0620bccb65fd36c59c1bc48f83fa79be85ac7edc386574e25" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.1", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.1.zip", + "archiveFileName": "vl53l0xTOFA-1.0.1.zip", + "size": 18699, + "checksum": "SHA-256:aad5d51c8f3ee575c950d484266e759c42fb68e212bbcc1392a68969b88c1b79" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.2", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.2.zip", + "archiveFileName": "vl53l0xTOFA-1.0.2.zip", + "size": 18698, + "checksum": "SHA-256:55597738738b96983f560cbe1e7e8d8b26e9349215626e77bc0db15377f39165" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.4", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.4.zip", + "archiveFileName": "vl53l0xTOFA-1.0.4.zip", + "size": 18612, + "checksum": "SHA-256:59f00f8342b59d847cab8585b76037f0f79f714d35f383254c8ba347e6ff7106" + }, + { + "name": "Orvibo WiWo S20 Library", + "version": "1.0.0", + "author": "Andreas Anderberg", + "maintainer": "Andreas Anderberg", + "sentence": "ESP8266 library for controlling Orvibo WiWo S20 smart plugs.", + "paragraph": "Supports controlling, subscription and WiFi pairing.", + "website": "https://github.com/antevir/OrviboS20_Arduino", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antevir/OrviboS20_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antevir/Orvibo_WiWo_S20_Library-1.0.0.zip", + "archiveFileName": "Orvibo_WiWo_S20_Library-1.0.0.zip", + "size": 17714, + "checksum": "SHA-256:22b3a781c46774b5f150681fee6d1df7f17e16ff48892734cedc9c4eea893cbe" + }, + { + "name": "Orvibo WiWo S20 Library", + "version": "1.0.1", + "author": "Andreas Anderberg", + "maintainer": "Andreas Anderberg", + "sentence": "ESP8266 library for controlling Orvibo WiWo S20 smart plugs.", + "paragraph": "Supports controlling, subscription and WiFi pairing.", + "website": "https://github.com/antevir/OrviboS20_Arduino", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/antevir/OrviboS20_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antevir/Orvibo_WiWo_S20_Library-1.0.1.zip", + "archiveFileName": "Orvibo_WiWo_S20_Library-1.0.1.zip", + "size": 17804, + "checksum": "SHA-256:a9740f9838c25f1e2133bdaa9e2893123f6d375b30060c918a89f864657221f6" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.0.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1636 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": ["TM1637TinyDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.0.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.0.0.zip", + "size": 445960, + "checksum": "SHA-256:1b8292e3a8e18d00dd219de10c57b33cd7f80a0e1701539a246e002f538348f0" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.1.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": ["TM1637TinyDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.1.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.1.0.zip", + "size": 550474, + "checksum": "SHA-256:3b0fc0169df7461fd6bf418819c79d777070e9b6e68589d489334a34ea133ef3" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.2.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": ["TM1637TinyDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.2.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.2.0.zip", + "size": 556256, + "checksum": "SHA-256:1c8b646ab625aea47a4f7effb7c161d93db3a6d005d8e5c7bc3f9b35af363ca5" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.3.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": ["TM1637TinyDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.3.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.3.0.zip", + "size": 556682, + "checksum": "SHA-256:91708fc54aa2f491b57aad646a9cfd0f51e5d31e2e9471d10413e45f434ecb27" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": ["TM1637TinyDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.0.zip", + "size": 905610, + "checksum": "SHA-256:7c106933cdd20ed6a223701e2879b46eceb597e1b17f32125daa5f3e60467f15" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.1", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": ["TM1637TinyDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.1.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.1.zip", + "size": 905892, + "checksum": "SHA-256:1b69e84cfba00ef66847262979651972139584135517a9c51beb6e4695e3e6ba" + }, + { + "name": "DABShield", + "version": "1.1.2", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS.", + "website": "http://dabshild.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": ["DabShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.1.2.zip", + "archiveFileName": "DABShield-1.1.2.zip", + "size": 20911, + "checksum": "SHA-256:33937ba03cebd64c9fa34adab1c836b2bd824dcb6382482fdeee5b09521d9e10" + }, + { + "name": "DABShield", + "version": "1.1.3", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": ["DABShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.1.3.zip", + "archiveFileName": "DABShield-1.1.3.zip", + "size": 21630, + "checksum": "SHA-256:25ced8938fd083f1eaf8fc3d94d617987bbf0470939808c6489ffaeee0368c92" + }, + { + "name": "DABShield", + "version": "1.2.0", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": ["DABShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.2.0.zip", + "archiveFileName": "DABShield-1.2.0.zip", + "size": 27109, + "checksum": "SHA-256:a7d8a3b16f2560b557c868773c5aec1c912cb5d24bbfafa8db250c934b632d08" + }, + { + "name": "DABShield", + "version": "1.3.0", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": ["DABShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.3.0.zip", + "archiveFileName": "DABShield-1.3.0.zip", + "size": 27296, + "checksum": "SHA-256:c7239a4c26d22cbf54eb196ecdcaccdeca26bfb1c37edf006e45f309683dc25a" + }, + { + "name": "DABShield", + "version": "1.4.0", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": ["DABShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.4.0.zip", + "archiveFileName": "DABShield-1.4.0.zip", + "size": 29961, + "checksum": "SHA-256:f0e8c32839c66d7a39fc1f43f338d4054aa78bd64bd19118b4c7666711833bc5" + }, + { + "name": "I2CKeyPad", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": ["I2CKeyPad.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.0.zip", + "archiveFileName": "I2CKeyPad-0.1.0.zip", + "size": 8787, + "checksum": "SHA-256:0085380c0c538bee450f011d1b5ee7c113b11acbfaf03f591e18bb7025743aa2" + }, + { + "name": "I2CKeyPad", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": ["I2CKeyPad.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.1.zip", + "archiveFileName": "I2CKeyPad-0.1.1.zip", + "size": 8883, + "checksum": "SHA-256:0911f3c725f019a1feaa0c4dc4d2578c75954b0e1260debf2e97fa71209046cc" + }, + { + "name": "I2CKeyPad", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": ["I2CKeyPad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.2.zip", + "archiveFileName": "I2CKeyPad-0.1.2.zip", + "size": 10214, + "checksum": "SHA-256:02d55ec731e71c6dab1cd94e0787cfec891a0f5599ccc6f5d9d73f4bda0143f2" + }, + { + "name": "I2CKeyPad", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": ["I2CKeyPad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.2.0.zip", + "archiveFileName": "I2CKeyPad-0.2.0.zip", + "size": 10336, + "checksum": "SHA-256:eb7042dab169075d4bb70015bf973cc62bc515ee93716105cf8c61878cbf48fb" + }, + { + "name": "I2CKeyPad", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": ["I2CKeyPad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.2.1.zip", + "archiveFileName": "I2CKeyPad-0.2.1.zip", + "size": 10495, + "checksum": "SHA-256:5554f34ddc9c4e1b28681a1541e56abe1eda60ce76f7255d6446c5535c761dc7" + }, + { + "name": "VanBus", + "version": "0.1.0", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports all Espressif compatible hardware, like ESP32, ESP8266, ESP8285 etc.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.0.zip", + "archiveFileName": "VanBus-0.1.0.zip", + "size": 627429, + "checksum": "SHA-256:b43c12145b4e96097a3ec89e40b0c128d608f60a82c4cc447f7617fde4913c7f" + }, + { + "name": "VanBus", + "version": "0.1.1", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.1.zip", + "archiveFileName": "VanBus-0.1.1.zip", + "size": 627904, + "checksum": "SHA-256:a9ba9b16ea2f4e0c710064a9bb9bfbb1a616e9fc1e21afb4bdfcc8f92f9c20f8" + }, + { + "name": "VanBus", + "version": "0.1.2", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.2.zip", + "archiveFileName": "VanBus-0.1.2.zip", + "size": 660064, + "checksum": "SHA-256:bec97830bf88cdff301c0fae3ff19770b3e49e80a4f72dfbc63bf3e284f18779" + }, + { + "name": "VanBus", + "version": "0.2.1", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.2.1.zip", + "archiveFileName": "VanBus-0.2.1.zip", + "size": 771653, + "checksum": "SHA-256:6a51d38a0673bd186c929b6c44308d032de8a2c07a110a324b4e37b914409a97" + }, + { + "name": "rhio-LIS2HH12", + "version": "0.1.0", + "author": "Jose Francisco Martí Martín", + "maintainer": "Jose Francisco Martí Martín \u003cjmarti@rhomb.io\u003e", + "sentence": "Measure acceleration with the LIS2HH12", + "paragraph": "You can measure acceleration with the rhio-LIS2HH12 library, movement and position", + "website": "https://gitlab.com/rhombio/rhio-LIS2HH12", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://gitlab.com/rhombio/rhio-LIS2HH12.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/rhombio/rhio_LIS2HH12-0.1.0.zip", + "archiveFileName": "rhio_LIS2HH12-0.1.0.zip", + "size": 1396949, + "checksum": "SHA-256:6514808df1278f8b8c4f64c9f628286cf4abe5a6ea4c01a824c1fa71e60736c2" + }, + { + "name": "rhio-LIS2HH12", + "version": "0.1.2", + "author": "Jose Francisco Martí Martín", + "maintainer": "Jose Francisco Martí Martín \u003cjmarti@rhomb.io\u003e", + "sentence": "Measure acceleration with the LIS2HH12", + "paragraph": "You can measure acceleration with the rhio-LIS2HH12 library, movement and position", + "website": "https://gitlab.com/rhombio/rhio-libraries/rhio-LIS2HH12", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://gitlab.com/rhombio/rhio-LIS2HH12.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/rhombio/rhio_LIS2HH12-0.1.2.zip", + "archiveFileName": "rhio_LIS2HH12-0.1.2.zip", + "size": 1396998, + "checksum": "SHA-256:323427d9a74851d0c8054319d1e61979c6c92cee45636f0c70831731467cf77d" + }, + { + "name": "PLEN5Stack", + "version": "1.0.0", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack", + "website": "https://plen.jp/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.0.zip", + "archiveFileName": "PLEN5Stack-1.0.0.zip", + "size": 14149, + "checksum": "SHA-256:18af7d68addcacef83c5be5889779df68a21844349c96b13aa570170aeae8692" + }, + { + "name": "PLEN5Stack", + "version": "1.0.1", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack", + "website": "https://plen.jp/", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.1.zip", + "archiveFileName": "PLEN5Stack-1.0.1.zip", + "size": 14171, + "checksum": "SHA-256:18cf12051ecbee5491eb768630b5d4312e1e5f685f4c6d48b7215942cf66186a" + }, + { + "name": "PLEN5Stack", + "version": "1.0.2", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.2.zip", + "archiveFileName": "PLEN5Stack-1.0.2.zip", + "size": 14269, + "checksum": "SHA-256:7c705187352a8d6944525a491cd26c50da673d8c13030900bbe792026908ceaa" + }, + { + "name": "PLEN5Stack", + "version": "1.0.3", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.3.zip", + "archiveFileName": "PLEN5Stack-1.0.3.zip", + "size": 19476, + "checksum": "SHA-256:c7a6a2ffe7adc8d6eb1caad9e017b36445defbad7d7e762810056a0c41c3af72" + }, + { + "name": "PLEN5Stack", + "version": "1.0.4", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.4.zip", + "archiveFileName": "PLEN5Stack-1.0.4.zip", + "size": 21651, + "checksum": "SHA-256:6f5680a097e21fae3aaeeb4cd63f11e478ad08860ea5f0c9449d66f666d5862a" + }, + { + "name": "PLEN5Stack", + "version": "1.0.6", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.6.zip", + "archiveFileName": "PLEN5Stack-1.0.6.zip", + "size": 23312, + "checksum": "SHA-256:a28c4ce49dc72f45be9a45898fd52644bfe1c50344ab0d01fa32080995e4abe7" + }, + { + "name": "PLEN5Stack", + "version": "1.0.7", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": ["PLEN5Stack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.7.zip", + "archiveFileName": "PLEN5Stack-1.0.7.zip", + "size": 23330, + "checksum": "SHA-256:6791b47f341d2ed3bc8d997f50b930ad134b05842e399488b6f0b78c3e4ea377" + }, + { + "name": "DEVRANDOM", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": ["DEVRANDOM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.0.zip", + "archiveFileName": "DEVRANDOM-0.1.0.zip", + "size": 7462, + "checksum": "SHA-256:3a1d8e01129ca1e591e8edd0733a923396c8d6c7f11ef6d16145141bd66420de" + }, + { + "name": "DEVRANDOM", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": ["DEVRANDOM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.1.zip", + "archiveFileName": "DEVRANDOM-0.1.1.zip", + "size": 8970, + "checksum": "SHA-256:2588c42adb7c9d884b0334b51520bbaa34fdecc65529b9d3ef19b57c0f0b75b9" + }, + { + "name": "DEVRANDOM", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": ["DEVRANDOM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.2.zip", + "archiveFileName": "DEVRANDOM-0.1.2.zip", + "size": 9124, + "checksum": "SHA-256:5c7efd67c01df510da3e818912001788d53a5f2651f9f2640b618de25b378d26" + }, + { + "name": "Endo-Continuum-Robot", + "version": "1.0.0", + "author": "Visakan Mathivannan \u003cvisakan.mathivannan16@ic.ac.uk\u003e, Angus B. Clark \u003ca.clark17@ic.ac.uk\u003e", + "maintainer": "Angus B. Clark \u003ca.clark17@ic.ac.uk\u003e", + "sentence": "The Endo Continuum Robot Library", + "paragraph": "For controlling the open-source Endo Continuum Robot from OSMR.", + "website": "https://github.com/OpenSourceMedicalRobots/Endo-Continuum-Robot-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/OpenSourceMedicalRobots/Endo-Continuum-Robot-Library.git", + "providesIncludes": ["Endo-Continuum-Robot.h"], + "dependencies": [ + { + "name": "Adafruit_PWMServoDriver" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OpenSourceMedicalRobots/Endo_Continuum_Robot-1.0.0.zip", + "archiveFileName": "Endo_Continuum_Robot-1.0.0.zip", + "size": 18985, + "checksum": "SHA-256:1651162dbd9a23e33b07bc8e6bf48b99fa1ae4d640e1f481b40915cdeb58a591" + }, + { + "name": "ParallelPrinter", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": ["ParallelPrinter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.0.zip", + "archiveFileName": "ParallelPrinter-0.2.0.zip", + "size": 8285, + "checksum": "SHA-256:03b1cfa6bacb395d5cba9c7b4cdffd2f8aef8ad7ea7e71897e2f263c75cbf1c5" + }, + { + "name": "ParallelPrinter", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": ["ParallelPrinter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.1.zip", + "archiveFileName": "ParallelPrinter-0.2.1.zip", + "size": 10375, + "checksum": "SHA-256:2633c507d392748a915fda8adbe05a63ce9c4fa04245fcc2923a0d0f5705d718" + }, + { + "name": "ParallelPrinter", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": ["ParallelPrinter.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.2.zip", + "archiveFileName": "ParallelPrinter-0.2.2.zip", + "size": 11190, + "checksum": "SHA-256:c1bf2031c6010fe3eea2531dc7833c3c8122583ec22da33789ecf3e5ba648f00" + }, + { + "name": "Magellan_BC95_lite", + "version": "1.0.2", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95_lite-1.0.2.zip", + "archiveFileName": "Magellan_BC95_lite-1.0.2.zip", + "size": 18659, + "checksum": "SHA-256:0146d9a1b6927deeef7a19a33f52df3a29663d0c1a8743cf0d3ed66fa8c06cf6" + }, + { + "name": "Magellan_BC95", + "version": "1.0.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": ["AT_BC95.h", "board.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.0.1.zip", + "archiveFileName": "Magellan_BC95-1.0.1.zip", + "size": 30872, + "checksum": "SHA-256:0475ebf43fc655853afe6550f58270321973e8927bd62062d04a6838554e3ccd" + }, + { + "name": "Magellan_BC95", + "version": "1.1.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": ["AT_BC95.h", "AltSoftSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.0.zip", + "archiveFileName": "Magellan_BC95-1.1.0.zip", + "size": 31679, + "checksum": "SHA-256:145112349d84d37a451243c9c4020dd0784bb88fd7dc7fc3de6a2f4e12b708bf" + }, + { + "name": "Magellan_BC95", + "version": "1.1.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": ["AT_BC95.h", "AltSoftSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.1.zip", + "archiveFileName": "Magellan_BC95-1.1.1.zip", + "size": 32612, + "checksum": "SHA-256:94b8cb228e4ff56077c50c15b9d732c94ea9be753789c1a21e029db8210b91e5" + }, + { + "name": "Magellan_BC95", + "version": "1.1.2", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I plus.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": ["AT_BC95.h", "AltSoftSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.2.zip", + "archiveFileName": "Magellan_BC95-1.1.2.zip", + "size": 32623, + "checksum": "SHA-256:84e19cede4d7475ff92822cc8c315f72c5bc8e969f481057eb8600b63118df97" + }, + { + "name": "IFX007T-Motor-Control", + "version": "1.0.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons IFX007T Motor Control Arduino Shield", + "paragraph": "C++ library of Infineons IFX007T Motor Control Arduino Shield", + "website": "https://www.infineon.com/cms/en/product/power/motor-control-ics/intelligent-motor-control-ics/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/IFX007T-Motor-Control.git", + "providesIncludes": ["IFX007T-Motor-Control.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX007T_Motor_Control-1.0.0.zip", + "archiveFileName": "IFX007T_Motor_Control-1.0.0.zip", + "size": 783813, + "checksum": "SHA-256:3e8c867ea6a1419100c7d2f399ecbd5a132a5fa43d086242206e6faa697c7953" + }, + { + "name": "IFX007T-Motor-Control", + "version": "1.1.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons IFX007T Motor Control Arduino Shield", + "paragraph": "C++ library of Infineons IFX007T Motor Control Arduino Shield", + "website": "https://www.infineon.com/cms/en/product/power/motor-control-ics/intelligent-motor-control-ics/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/IFX007T-Motor-Control.git", + "providesIncludes": ["IFX007T-Motor-Control.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX007T_Motor_Control-1.1.0.zip", + "archiveFileName": "IFX007T_Motor_Control-1.1.0.zip", + "size": 924779, + "checksum": "SHA-256:59cd19a2f4a64180944ffae669120f1d1f4b00b9f50dbb44dcd9b0124867dd7f" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": ["SI470X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.1.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.1.zip", + "size": 1717214, + "checksum": "SHA-256:6bec8ab4b9889e447f5f401268bc6debd40a1aceed7a98be6c51f22c1b8b003c" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": ["SI470X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.2.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.2.zip", + "size": 1855596, + "checksum": "SHA-256:407c8db283ff8996870a029f8b0dc99aaff2bec8990790697091fb8856c67326" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X (Si4703, Si4702, Si4701) BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": ["SI470X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.3.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.3.zip", + "size": 1611494, + "checksum": "SHA-256:36b13be15bdd92af6e5dcec8c2db06166545d89eef9eb61a54f376168a04d203" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X (Si4703, Si4702, Si4701) BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": ["SI470X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.4.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.4.zip", + "size": 3362892, + "checksum": "SHA-256:5289bce78099e33cb1cd9d97ae8d278870742d539bdbbd2302e9f71925263bed" + }, + { + "name": "Ballvalve", + "version": "1.0.0", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "This further supports the open and closed status switched within the unit.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "providesIncludes": ["WebServer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.0.zip", + "archiveFileName": "Ballvalve-1.0.0.zip", + "size": 7043, + "checksum": "SHA-256:c0652e65dcf3cd30b63393817d807fa64f47d9c793e56be7e564777fd9a0ff64" + }, + { + "name": "Ballvalve", + "version": "1.0.2", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.2.zip", + "archiveFileName": "Ballvalve-1.0.2.zip", + "size": 8512, + "checksum": "SHA-256:e0f51795ff7e612cab8f1ade95bdc10e6a4de65626829882e48c63f5594b3091" + }, + { + "name": "Ballvalve", + "version": "1.0.4", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.4.zip", + "archiveFileName": "Ballvalve-1.0.4.zip", + "size": 8695, + "checksum": "SHA-256:5abc3781a88dd9c1917cf3163d2e2d8669a7cc0e41822a63fab596d3a6eee99d" + }, + { + "name": "Ballvalve", + "version": "1.0.5", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.5.zip", + "archiveFileName": "Ballvalve-1.0.5.zip", + "size": 8699, + "checksum": "SHA-256:2e000074deb8f8e5668927ca1b055bee76d9067c976fd4fd2249432f5e3cab5f" + }, + { + "name": "Ballvalve", + "version": "1.0.6", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.6.zip", + "archiveFileName": "Ballvalve-1.0.6.zip", + "size": 12682, + "checksum": "SHA-256:62fed03e96dd1a3859b52b350ec0461096c81b96407fc3cc8ed6d462417351bc" + }, + { + "name": "Ballvalve", + "version": "1.0.7", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.7.zip", + "archiveFileName": "Ballvalve-1.0.7.zip", + "size": 13913, + "checksum": "SHA-256:14f4ab7fbbff13ee95096575fc1c9ed22cce9ea00221ab9794cbbe170c9feec8" + }, + { + "name": "Ballvalve", + "version": "1.0.8", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.8.zip", + "archiveFileName": "Ballvalve-1.0.8.zip", + "size": 13516, + "checksum": "SHA-256:2f2d44ae8af6bbd64107febda643404d1c9e4067fff7551975ebe0f765d0c9c5" + }, + { + "name": "Ballvalve", + "version": "1.0.9", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.9.zip", + "archiveFileName": "Ballvalve-1.0.9.zip", + "size": 13544, + "checksum": "SHA-256:9d44ad5939b0de128e9b0139d85fe37cd529de1918cc412563d65862e48beceb" + }, + { + "name": "Ballvalve", + "version": "1.1.1", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.1.1.zip", + "archiveFileName": "Ballvalve-1.1.1.zip", + "size": 22806, + "checksum": "SHA-256:204185b582a872177679e938beb1d4edaabf935529eb3462524ef43123e2ccc2" + }, + { + "name": "RLEBitmap", + "version": "1.0.1", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Run Length Encoded bitmaps", + "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", + "website": "https://github.com/MHotchin/RLEBitmap", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/RLEBitmap.git", + "providesIncludes": ["RLEBitmap.h"], + "dependencies": [ + { + "name": "Adafruit_GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.0.1.zip", + "archiveFileName": "RLEBitmap-1.0.1.zip", + "size": 1198924, + "checksum": "SHA-256:bd8c8267e556d319f660f42506f46094edf7586b805e3d5d0e620a56324cd3b3" + }, + { + "name": "RLEBitmap", + "version": "1.1.0", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Run Length Encoded bitmaps", + "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", + "website": "https://github.com/MHotchin/RLEBitmap", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/RLEBitmap.git", + "providesIncludes": ["RLEBitmap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.1.0.zip", + "archiveFileName": "RLEBitmap-1.1.0.zip", + "size": 1365997, + "checksum": "SHA-256:f216a37ba1083af04b1905a5b128af1bf4f31c7510907b43e02f2cc8a8b7f41f" + }, + { + "name": "RLEBitmap", + "version": "1.2.0", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Run Length Encoded bitmaps", + "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", + "website": "https://github.com/MHotchin/RLEBitmap", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MHotchin/RLEBitmap.git", + "providesIncludes": ["RLEBitmap.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.2.0.zip", + "archiveFileName": "RLEBitmap-1.2.0.zip", + "size": 3078065, + "checksum": "SHA-256:2611c8f9e616a1672e64c6d1fed51aca5d2b86081f58826984185b0551bf53e4" + }, + { + "name": "DEVNULL", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": ["DEVNULL.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.0.zip", + "archiveFileName": "DEVNULL-0.1.0.zip", + "size": 4148, + "checksum": "SHA-256:6b6e0c985b7c554006a38b377358d7e6c25a853bfda81d30c080fbbe1b062414" + }, + { + "name": "DEVNULL", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": ["DEVNULL.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.1.zip", + "archiveFileName": "DEVNULL-0.1.1.zip", + "size": 5305, + "checksum": "SHA-256:6d63b87a39c326c8f24ec0d6afecf828c48b5f01562cb191154c63c1c3b1effe" + }, + { + "name": "PAR27979", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": ["PAR27979.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.0.zip", + "archiveFileName": "PAR27979-0.2.0.zip", + "size": 6198, + "checksum": "SHA-256:7547e3a3d198c84595b1b2bf1f32dcf8ec955fbe57227c376c38d479e5f9d5be" + }, + { + "name": "PAR27979", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": ["PAR27979.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.1.zip", + "archiveFileName": "PAR27979-0.2.1.zip", + "size": 7606, + "checksum": "SHA-256:40b6397ad251eecd48ef0b482fae30f2bd9936ad86c04b51616f697e95739ec0" + }, + { + "name": "TinyDHT sensor library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "website": "https://github.com/adafruit/TinyDHT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.0.0.zip", + "archiveFileName": "TinyDHT_sensor_library-1.0.0.zip", + "size": 6043, + "checksum": "SHA-256:7b7f82a373157cac93af7da4ef5a235bcb28ee339589f63c31547df0e008d71a" + }, + { + "name": "TinyDHT sensor library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "website": "https://github.com/adafruit/TinyDHT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/TinyDHT.git", + "dependencies": [ + { + "name": "TinyLiquidCrystal" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.1.0.zip", + "archiveFileName": "TinyDHT_sensor_library-1.1.0.zip", + "size": 7151, + "checksum": "SHA-256:e40dd286e7f1681af75030c283abf995afc38f4619f7d98b3e618c2ebfc7f3e4" + }, + { + "name": "Easing", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Easing function library for Arduino", + "paragraph": "Easing function library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Easing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Easing-0.1.0.zip", + "archiveFileName": "Easing-0.1.0.zip", + "size": 14256, + "checksum": "SHA-256:27b0ef4bf6bba814a0240467d81a7dc5797c88550e3a9a5d7a1f0e9350a1c1b8" + }, + { + "name": "Tween", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.0.zip", + "archiveFileName": "Tween-0.1.0.zip", + "size": 88281, + "checksum": "SHA-256:4c849e92f9bf01eeb2eac013eac6765b6b440a70fa199224298cb53297ac165d" + }, + { + "name": "Tween", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.2.zip", + "archiveFileName": "Tween-0.1.2.zip", + "size": 72195, + "checksum": "SHA-256:3390acd42cf47e583c68c49585f0d6a5d3141253929f5f32c6244f8c8a63d327" + }, + { + "name": "Tween", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.3.zip", + "archiveFileName": "Tween-0.1.3.zip", + "size": 72212, + "checksum": "SHA-256:b26094005e11b83f44c373d336b2afd21b20c8394b6f3bea736c01405108861b" + }, + { + "name": "Tween", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.4.zip", + "archiveFileName": "Tween-0.1.4.zip", + "size": 86142, + "checksum": "SHA-256:1c1f307e0b9fd787ff93b743e6ec0ffb7fa40f3bc4c98d8c0adbbe979cf10f08" + }, + { + "name": "Tween", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.5.zip", + "archiveFileName": "Tween-0.1.5.zip", + "size": 86301, + "checksum": "SHA-256:00707c6b884f9fb83afdd815700684f0a228f24bd1d41e765dbfb55f2d75a7da" + }, + { + "name": "Tween", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.6.zip", + "archiveFileName": "Tween-0.1.6.zip", + "size": 86395, + "checksum": "SHA-256:0a2a81062db77300ddb60f6bde8c02ffeb2f7d881b9cc471bdfd438b4c23dca6" + }, + { + "name": "Tween", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.7.zip", + "archiveFileName": "Tween-0.1.7.zip", + "size": 86413, + "checksum": "SHA-256:92453848b62131d36750227dc52264ef14a3f0396e009539a28e00ca74e89ffc" + }, + { + "name": "Tween", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.8.zip", + "archiveFileName": "Tween-0.1.8.zip", + "size": 86787, + "checksum": "SHA-256:4a584653497d1e452aa5f8bd49a6e300ae99b25d127c6639c21770b4fd4a2d0a" + }, + { + "name": "Tween", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.9.zip", + "archiveFileName": "Tween-0.1.9.zip", + "size": 86779, + "checksum": "SHA-256:99e5c1da82fdbc81f64686d1aa82d2860b8ce2731d04598ff10f00e97aeedb06" + }, + { + "name": "Tween", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.10.zip", + "archiveFileName": "Tween-0.1.10.zip", + "size": 86942, + "checksum": "SHA-256:b70a810e94baa2159bccca3b69422efb0835da43e3cb32dcbc00a3bf2c6f4515" + }, + { + "name": "Tween", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.11.zip", + "archiveFileName": "Tween-0.1.11.zip", + "size": 87729, + "checksum": "SHA-256:4fde89ae203426df3b6ddb52b47225b92cc0c60dc6864e573ba8adb2a00780c2" + }, + { + "name": "Tween", + "version": "0.1.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.12.zip", + "archiveFileName": "Tween-0.1.12.zip", + "size": 87742, + "checksum": "SHA-256:f3b8dfcb4145a3c911b3f9433f9d1d9124219a2179af78d912720bef3c83364c" + }, + { + "name": "ESP32 I2C Slave", + "version": "0.1.0", + "author": "Gutierrez PS", + "maintainer": "Gutierrez PS", + "sentence": "I2C slave library for ESP32 (unofficial)", + "paragraph": "A workaround based on ESP-IDF Slave API", + "website": "https://github.com/gutierrezps/ESP32_I2C_Slave", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/gutierrezps/ESP32_I2C_Slave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/ESP32_I2C_Slave-0.1.0.zip", + "archiveFileName": "ESP32_I2C_Slave-0.1.0.zip", + "size": 30770, + "checksum": "SHA-256:a65a028d9714337b5b251accab05249ed42710dbdab6a2eaf2bd770040e98efa" + }, + { + "name": "ESP32 I2C Slave", + "version": "0.3.0", + "author": "Gutierrez PS", + "maintainer": "Gutierrez PS", + "sentence": "I2C Slave library for ESP32 (unofficial)", + "paragraph": "A workaround based on ESP-IDF Slave API", + "website": "https://github.com/gutierrezps/ESP32_I2C_Slave", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gutierrezps/ESP32_I2C_Slave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/ESP32_I2C_Slave-0.3.0.zip", + "archiveFileName": "ESP32_I2C_Slave-0.3.0.zip", + "size": 31694, + "checksum": "SHA-256:171dd0956393fb4246cb8874ddcc0113f3be05b398d65676a60fa1dc3a54402f" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.0.zip", + "size": 33731, + "checksum": "SHA-256:c292eb1ff630bdb225b065604149fdd13ca338d3fa14a64c2c92be4bf7dc6f86" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.1.zip", + "size": 34213, + "checksum": "SHA-256:6718a489efd6ac4998f59496eb893c2fd816f29b450ed3a22fcbfde9048e3b2c" + }, + { + "name": "EASE_ArduinoCode", + "version": "0.2.0", + "author": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "maintainer": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "sentence": "Arduino library to interface EASE board", + "paragraph": "It uses SPI Protocol to communicate with EASE with Arduino.", + "website": "https://bitbucket.org/harmonicbionics/ease_arduinocode/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/harmonicbionics/ease_arduinocode.git", + "providesIncludes": ["Esmacatshield.h"], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/harmonicbionics/EASE_ArduinoCode-0.2.0.zip", + "archiveFileName": "EASE_ArduinoCode-0.2.0.zip", + "size": 13621, + "checksum": "SHA-256:9882c98617c415cc34f0bcb889a271f199b06e134de658d01bdd04ce78369d3a" + }, + { + "name": "EASE_ArduinoCode", + "version": "0.3.0", + "author": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "maintainer": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "sentence": "Arduino library to interface EASE board", + "paragraph": "It uses SPI Protocol to communicate with EASE with Arduino.", + "website": "https://bitbucket.org/harmonicbionics/ease_arduinocode/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://bitbucket.org/harmonicbionics/ease_arduinocode.git", + "providesIncludes": ["Esmacatshield.h"], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/harmonicbionics/EASE_ArduinoCode-0.3.0.zip", + "archiveFileName": "EASE_ArduinoCode-0.3.0.zip", + "size": 13755, + "checksum": "SHA-256:14689122722dc6b3e2805f60dd2dd575c24ec4c4a79ea766c839a368db3b2061" + }, + { + "name": "RingEEPROM", + "version": "0.1.0", + "author": "Shuvangkar Shuvo \u003csshuvo93@gmail.com\u003e", + "maintainer": "Shuvangkar Shuvo \u003csshuvo93@gmail.com\u003e", + "sentence": "The library increases the arduino EEPROM Write endurance", + "paragraph": "Arduino Uno/Mega EEPROM wears out after 100k write/erase cycle. So this library will increase the write cycles.", + "website": "https://github.com/shuvangkar/RingEEPROM.git", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/shuvangkar/RingEEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shuvangkar/RingEEPROM-0.1.0.zip", + "archiveFileName": "RingEEPROM-0.1.0.zip", + "size": 58023, + "checksum": "SHA-256:1e436018cb234ab478484b5d3bfeb3847c2b57d38f8d025b429530935924736d" + }, + { + "name": "printHelpers", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": ["printHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.0.zip", + "archiveFileName": "printHelpers-0.1.0.zip", + "size": 8999, + "checksum": "SHA-256:b97db71c564596c656113afaba2252a529ce933bc9121305658a77e8e5868beb" + }, + { + "name": "printHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": ["printHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.1.zip", + "archiveFileName": "printHelpers-0.1.1.zip", + "size": 10802, + "checksum": "SHA-256:209d6eadd11be7389bc4edcbbe0966c67ecd0fa34b268444395e93b48f21ac65" + }, + { + "name": "printHelpers", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": ["printHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.2.zip", + "archiveFileName": "printHelpers-0.1.2.zip", + "size": 10816, + "checksum": "SHA-256:78eac4f7abc81a5c2092051162264d89c56c676d0ce84886d78086f16d24a4e0" + }, + { + "name": "printHelpers", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": ["printHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.0.zip", + "archiveFileName": "printHelpers-0.2.0.zip", + "size": 12501, + "checksum": "SHA-256:b48fe8386c74c37e1ce47658889a7563d371697993ad325fc6381305c25fef1e" + }, + { + "name": "printHelpers", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": ["printHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.1.zip", + "archiveFileName": "printHelpers-0.2.1.zip", + "size": 12513, + "checksum": "SHA-256:8c85e620259593b49d3c15587e6d28fdb9d949b94f123c165f27db5cb41ff943" + }, + { + "name": "IEEE754tools", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": ["IEEE754tools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.0.zip", + "archiveFileName": "IEEE754tools-0.2.0.zip", + "size": 7336, + "checksum": "SHA-256:dd691b57ba3e40a54cf50aa3f2b18951700feaa13da6d66ec07afc806d93cae8" + }, + { + "name": "IEEE754tools", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": ["IEEE754tools.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.1.zip", + "archiveFileName": "IEEE754tools-0.2.1.zip", + "size": 8982, + "checksum": "SHA-256:c6ca5e17f212a813d69cdd4cc570c165b8abddb16b9f8bae75baa97736ad0f47" + }, + { + "name": "DHTStable", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["DHT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.5.zip", + "archiveFileName": "DHTStable-0.2.5.zip", + "size": 8883, + "checksum": "SHA-256:df21c83de3c6e234f8a30ac38979dc2505cd63864bea19c331befd090c810136" + }, + { + "name": "DHTStable", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["DHT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.6.zip", + "archiveFileName": "DHTStable-0.2.6.zip", + "size": 8905, + "checksum": "SHA-256:1b8644686020eaa1aa67be66dd86560d74592d0b7f587fecdc05f2528b3f7d8b" + }, + { + "name": "DHTStable", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.7.zip", + "archiveFileName": "DHTStable-0.2.7.zip", + "size": 10297, + "checksum": "SHA-256:d81d29c49728d99cb9c28e4b70f7e8f9c9e949b032d2f710f6b1d2285d6bf799" + }, + { + "name": "DHTStable", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.8.zip", + "archiveFileName": "DHTStable-0.2.8.zip", + "size": 10337, + "checksum": "SHA-256:7c3644f03977f331e873bf3e1a8a6d4fd43612ed94cd7766a446843e819c91ad" + }, + { + "name": "DHTStable", + "version": "0.2.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["atmelavr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.9.zip", + "archiveFileName": "DHTStable-0.2.9.zip", + "size": 10350, + "checksum": "SHA-256:3cc0814b2b1fc217e1c3fdff9a879c1e7bf20e4975bf7cf5264667617a0405ef" + }, + { + "name": "DHTStable", + "version": "1.0.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["DHTStable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.0.0.zip", + "archiveFileName": "DHTStable-1.0.0.zip", + "size": 10599, + "checksum": "SHA-256:f2793110c09947a5524315780f6c43f203a3665b3195ca0ccab2d2219334c03a" + }, + { + "name": "DHTStable", + "version": "1.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": ["DHTStable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.0.1.zip", + "archiveFileName": "DHTStable-1.0.1.zip", + "size": 10622, + "checksum": "SHA-256:ddec5e3ae04e99ccd4df3e766b9ddd358a17ca1b40bda8834757d5a40eb7966b" + }, + { + "name": "ArduinoMotorCarrier", + "version": "2.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows to use the Arduino Motor Carrier", + "paragraph": "Allows to use the Arduino Motor Carrier", + "website": "https://www.arduino.cc/en/Reference/", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoMotorCarrier.git", + "providesIncludes": ["ArduinoMotorCarrier.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMotorCarrier-2.0.0.zip", + "archiveFileName": "ArduinoMotorCarrier-2.0.0.zip", + "size": 3422350, + "checksum": "SHA-256:b9cf7056bb5ccfcf667a9862c047d981c45e12cc750cca7ce3c1f2c0430f3cf2" + }, + { + "name": "ArduinoMotorCarrier", + "version": "2.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows use of the Arduino Motor Carrier", + "paragraph": "(Nano and MKR version)", + "website": "https://www.arduino.cc/reference/en/libraries/ArduinoMotorCarrier/", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/ArduinoMotorCarrier.git", + "providesIncludes": ["ArduinoMotorCarrier.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMotorCarrier-2.0.1.zip", + "archiveFileName": "ArduinoMotorCarrier-2.0.1.zip", + "size": 3424602, + "checksum": "SHA-256:6d6e8bc0682c8ac284d3540527f0343c85357aa5a48efc0b520b5eb26e387242" + }, + { + "name": "RADAR", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": ["radar.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.3.zip", + "archiveFileName": "RADAR-0.1.3.zip", + "size": 5966, + "checksum": "SHA-256:856fc4979d11f7f7e4b12b919560ad875018aa3dcae6308e0540258c0e20fcdf" + }, + { + "name": "RADAR", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": ["radar.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.4.zip", + "archiveFileName": "RADAR-0.1.4.zip", + "size": 7690, + "checksum": "SHA-256:608b9ad5d0fc2a6c8c6f70fe3c82a2444f33bb3f47e91e7c6c1186834f3cd814" + }, + { + "name": "RADAR", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": ["radar.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.5.zip", + "archiveFileName": "RADAR-0.1.5.zip", + "size": 8146, + "checksum": "SHA-256:bcf56ce059df07d2624f4f91654af8993a2b15d9cdc770b4f30cad0f30ec812a" + }, + { + "name": "AnalogIO-Arduino", + "version": "1.0.0", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to read a value from an analog input like an potentiometer, or from a digital input like an encoder. Moreover, allows to write it on digital output, exactly on PWM pin.", + "paragraph": "You can specify the device, and the resolution of reading and writing. If you want, there is a controller class that manages an object AnalogIn and/or an object AnalogOut, without worrying about the normalization if the resolutions of the objects are different.", + "website": "https://github.com/davidepalladino/AnalogIO-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davidepalladino/AnalogIO-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/AnalogIO_Arduino-1.0.0.zip", + "archiveFileName": "AnalogIO_Arduino-1.0.0.zip", + "size": 40925, + "checksum": "SHA-256:210381c1b78e76aeb602417106b3fa8a5086a8d9f42b87e2727d36733a55c25e" + }, + { + "name": "AnalogIO-Arduino", + "version": "1.1.1", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to read a value from an analog input like an potentiometer, or from a digital input like an encoder. Moreover, allows to write it on digital output, exactly on PWM pin.", + "paragraph": "You can specify the device, and the resolution of reading and writing. If you want, there is a controller class that manages an object AnalogIn and/or an object AnalogOut, without worrying about the normalization if the resolutions of the objects are different.", + "website": "https://github.com/davidepalladino/AnalogIO-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davidepalladino/AnalogIO-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/AnalogIO_Arduino-1.1.1.zip", + "archiveFileName": "AnalogIO_Arduino-1.1.1.zip", + "size": 41724, + "checksum": "SHA-256:104a07effc9ea4a02d406b1525da86a0da1cc2042e7146d5aff404a9cff626e9" + }, + { + "name": "Botly", + "version": "2.4.0", + "author": "Jules Topart,La Machinerie", + "maintainer": "La Machinerie \u003clamachinerie.org\u003e", + "sentence": "Permet de piloter le robot Botly développé par l'association La Machinerie", + "website": "http://lamachinerie.org", + "category": "Device Control", + "architectures": ["avr", "sam"], + "types": ["Contributed"], + "repository": "https://github.com/Botly-Studio/Botly-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Botly-Studio/Botly-2.4.0.zip", + "archiveFileName": "Botly-2.4.0.zip", + "size": 152307, + "checksum": "SHA-256:d085e63101d22ecec1c796e8ec4ae0e3732ca66168fa4cab577cefcb0f861179" + }, + { + "name": "Botly", + "version": "2.5.0", + "author": "Jules Topart,La Machinerie", + "maintainer": "La Machinerie \u003clamachinerie.org\u003e", + "sentence": "Librarie permettant de piloter le robot Botly développé par l'association La Machinerie", + "website": "https://github.com/Botly-Studio/Botly-Library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Botly-Studio/Botly-Library.git", + "providesIncludes": ["Botly.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Botly-Studio/Botly-2.5.0.zip", + "archiveFileName": "Botly-2.5.0.zip", + "size": 16103, + "checksum": "SHA-256:78ce3019bdfa376ba51ca2eafd0488c022b32f5140e529fd7b5ae15fb6f5e28f" + }, + { + "name": "gmp-ino", + "version": "0.1.0", + "author": "Carlo Alberto Ferraris \u003ccafxx+gmp-ino@strayorange.com\u003e", + "maintainer": "Carlo Alberto Ferraris \u003ccafxx+gmp-ino@strayorange.com\u003e", + "sentence": "GNU Multiple Precision (GMP) Arithmetic Library for Arduino.", + "paragraph": "Port of the mini-gmp library with support for arbitrary-precision integers and rational numbers. No support for floats.", + "website": "https://github.com/CAFxX/gmp-ino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/CAFxX/gmp-ino.git", + "providesIncludes": ["gmp-ino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/CAFxX/gmp_ino-0.1.0.zip", + "archiveFileName": "gmp_ino-0.1.0.zip", + "size": 33054, + "checksum": "SHA-256:c2c63e44ac88df89d00c72a1539564ac87092b812956e17c09cb0c5ed0ac26c0" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.0.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "license": "MIT", + "sentence": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "paragraph": "Easy to use functions for controlling one or more stepper motors via connected stepper drivers. Works with any stepper driver board that has a \"step\" and \"direction\" interface. Can be configured and controlled via Web Interface, REST API or serial controll interface. Also supports connection of limit switches and rotary encoders", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.0.2.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.0.2.zip", + "size": 333699, + "checksum": "SHA-256:bb88193b155b99193c62fcd37ae60416acfd64ad82a7d8d21a461201cae7512c" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.0.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "license": "MIT", + "sentence": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "paragraph": "Easy to use functions for controlling one or more stepper motors via connected stepper drivers. Works with any stepper driver board that has a \"step\" and \"direction\" interface. Can be configured and controlled via Web Interface, REST API or serial controll interface. Also supports connection of limit switches and rotary encoders", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.0.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.0.3.zip", + "size": 385873, + "checksum": "SHA-256:b9ba90466725eee3f789cfb261c353ac9cae0b2b9ca99c23dd58cdce77c98239" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.2.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.2.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.2.3.zip", + "size": 1652913, + "checksum": "SHA-256:1906ff537a9450b0076474e7acfd32380b796f853cfa1567a2fae4c828408eed" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.2.4", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.2.4.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.2.4.zip", + "size": 1653332, + "checksum": "SHA-256:db5abee79b2b9a045b974068cc2d77870730a3df2025bb4479040136d926bd4b" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.3.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.1.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.3.1.zip", + "size": 1654906, + "checksum": "SHA-256:4023f2e875c68f6ecbcad7bfb57535482f9e1a0e09eace8fb6070a003b002b33" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.3.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.2.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.3.2.zip", + "size": 1655888, + "checksum": "SHA-256:dd9e2eaa1ceba6ceb1cdd7ad3fc8208c59ba9d43c0235ad34831f89b323127c8" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.3.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.3.3.zip", + "size": 1700968, + "checksum": "SHA-256:2013a61e03efc974bd5aa73a45de3c24b3d4648d6e1bb9a900a3b967486e5534" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.1.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.1.zip", + "size": 1705964, + "checksum": "SHA-256:4c8e29cdeeef1825c7ab85bae7ea9bccd935b5d302b82c559e2347c51667ae81" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.2.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.2.zip", + "size": 1708759, + "checksum": "SHA-256:333681cbccd7317d310647fce4715aaf0213a7a4e90c3a39d78d696df20eaa91" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.3.zip", + "size": 1708813, + "checksum": "SHA-256:558c22a8199aa87ca6cfd0ea20900652c7861debe3ae36ad9afe72b434cec103" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.4", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.4.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.4.zip", + "size": 1710116, + "checksum": "SHA-256:f8bfb34f302f929d70aaad2bddf040f1541d749daab60c0045cffa0d46952334" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.5", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": ["ESPStepperMotorServer.h"], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.5.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.5.zip", + "size": 1710644, + "checksum": "SHA-256:76d101bfc2a0cae63d905d5b8ce558dfa47b9af7364f37e7e9ce909b6e6a6567" + }, + { + "name": "LibLanc", + "version": "1.0.0", + "author": "Simon Ensslen", + "maintainer": "Simon Ensslen", + "sentence": "Allow camera control via the Sony lanc protocol", + "website": "https://github.com/sensslen/LibLanc", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sensslen/LibLanc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-1.0.0.zip", + "archiveFileName": "LibLanc-1.0.0.zip", + "size": 6086, + "checksum": "SHA-256:4c39eb8be5d3e80a64ebb8890141a7d27f250a9f26b750dc41c1a12a1d6caec7" + }, + { + "name": "LibLanc", + "version": "1.0.1", + "author": "Simon Ensslen", + "maintainer": "Simon Ensslen", + "sentence": "Allow camera control via the Sony lanc protocol", + "website": "https://github.com/sensslen/LibLanc", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/sensslen/LibLanc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-1.0.1.zip", + "archiveFileName": "LibLanc-1.0.1.zip", + "size": 6438, + "checksum": "SHA-256:a800382a53e14e332e41e3acc440d263f9ef8a311aa96e2b67829f40b4c175a0" + }, + { + "name": "SmoothLed", + "version": "1.0.0", + "author": "Matt Shepcar", + "maintainer": "Matt Shepcar \u003cmatt@shepcar.co.uk\u003e", + "sentence": "Arduino library for FadeCandy style control of single-wire-based LED neopixels and WS2812B strips with megaTinyCore.", + "paragraph": "This library drives WS2812 style LEDs with gamma correction, interpolation and temporal dithering (inspired by FadeCandy). It utilises the SPI (or USART in MSPI mode) and CCL peripherals on the AVR 0/1 series to reduce processing overheads.", + "website": "https://github.com/mattshepcar/SmoothLed", + "category": "Display", + "architectures": ["megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mattshepcar/SmoothLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mattshepcar/SmoothLed-1.0.0.zip", + "archiveFileName": "SmoothLed-1.0.0.zip", + "size": 14982, + "checksum": "SHA-256:04be55429dba511e6437513bab80dbc15fd6ba4fc63313d55795dac2b993eab7" + }, + { + "name": "SmoothLed", + "version": "1.0.1", + "author": "Matt Shepcar", + "maintainer": "Matt Shepcar \u003cmatt@shepcar.co.uk\u003e", + "sentence": "Arduino library for FadeCandy style control of single-wire-based LED neopixels and WS2812B strips with megaTinyCore.", + "paragraph": "This library drives WS2812 style LEDs with gamma correction, interpolation and temporal dithering (inspired by FadeCandy). It utilises the SPI (or USART in MSPI mode) and CCL peripherals on the AVR 0/1 series to reduce processing overheads.", + "website": "https://github.com/mattshepcar/SmoothLed", + "category": "Display", + "architectures": ["megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/mattshepcar/SmoothLed.git", + "providesIncludes": ["SmoothLed.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mattshepcar/SmoothLed-1.0.1.zip", + "archiveFileName": "SmoothLed-1.0.1.zip", + "size": 22601, + "checksum": "SHA-256:caf495d0530893041f58dbda757b5ca2b482baeb10b86df996135eda10406566" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": ["RDA5807.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.1.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.1.zip", + "size": 1191728, + "checksum": "SHA-256:90eff1af0d849748f370710d52e035ab1f5463922bfcd230298748b53ed64632" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": ["RDA5807.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.2.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.2.zip", + "size": 1298176, + "checksum": "SHA-256:6ff7acaf5f4395718c610983bbb67abfd889616f096711fe96a1423fcbfacc0a" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": ["RDA5807.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.3.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.3.zip", + "size": 1319045, + "checksum": "SHA-256:455f716df61dfeadabe23279495eb68e21721b1d87d1ef8893e55a5f70b00b06" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": ["RDA5807.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.4.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.4.zip", + "size": 1760169, + "checksum": "SHA-256:7f575f78ee84abaf14bfc4d98b707e621566fbd5fcd06e03143940e27a67ea1d" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": ["RDA5807.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.5.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.5.zip", + "size": 1762232, + "checksum": "SHA-256:eb179619450fbe36bf0986224cc21523ceddb366f9a5d42c55a15760345c37e3" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.2.0", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 or ESP8266 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 or ESP8266 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.2.0.zip", + "archiveFileName": "ESP_FlexyStepper-1.2.0.zip", + "size": 23547, + "checksum": "SHA-256:166f8cf2084f82a6a5fcde9413fa221c87cb0ec3a86b5d6d1665bbdb1942a791" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.3.0", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.3.0.zip", + "archiveFileName": "ESP_FlexyStepper-1.3.0.zip", + "size": 24912, + "checksum": "SHA-256:4a2b2d8bd4d3c9d206a77e1c7a99dc4810fa77a714b3fded22408f7a903bada5" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.3.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.3.1.zip", + "archiveFileName": "ESP_FlexyStepper-1.3.1.zip", + "size": 28603, + "checksum": "SHA-256:b0b1b0fe9e03c1937bbe696d92d9b36d7e8e103987ffa76430f4ce98009fa980" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.0", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.0.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.0.zip", + "size": 29179, + "checksum": "SHA-256:4b50169f0bcf9aaeb010064888fa2b70ac98cdb58ddf56bd1d52f1771cfa2910" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.1.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.1.zip", + "size": 30109, + "checksum": "SHA-256:96bdca2b2740c85ff66a8b902ec51e5f7715c45d3c83a0495b23fef528d28173" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.2.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.2.zip", + "size": 30118, + "checksum": "SHA-256:2fdd84cd2857d979c6df296f0f64bd9a6ea2d643e9bf34be25274399a548da9d" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": ["esp32", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": ["ESP_FlexyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.3.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.3.zip", + "size": 32201, + "checksum": "SHA-256:a2c9c331a3483f2938e87e5f4e4670c0809345f30a4ae369e6af906e4027c441" + }, + { + "name": "Json Streaming Parser 2", + "version": "1.0.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on small devices. Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-1.0.0.zip", + "archiveFileName": "Json_Streaming_Parser_2-1.0.0.zip", + "size": 26673, + "checksum": "SHA-256:8d89c073f8c79c65829c181bccbaa4340aba300ba3ca88d9e05310556efc5552" + }, + { + "name": "Json Streaming Parser 2", + "version": "2.0.1", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.1.zip", + "archiveFileName": "Json_Streaming_Parser_2-2.0.1.zip", + "size": 28014, + "checksum": "SHA-256:e90a5d465681e1b446c7251720522813b5992e19f88235ef496afbd1c8c6e78f" + }, + { + "name": "Json Streaming Parser 2", + "version": "2.0.2", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.2.zip", + "archiveFileName": "Json_Streaming_Parser_2-2.0.2.zip", + "size": 28637, + "checksum": "SHA-256:ae0a22334ac2630e3fd3826f08f6a2a53137bf1c10d1fb763b973aa5fe0c17c3" + }, + { + "name": "statHelpers", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": ["statHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.0.zip", + "archiveFileName": "statHelpers-0.1.0.zip", + "size": 10552, + "checksum": "SHA-256:5473b2866b95da08eed7bb77f8de651e0f0427cf2cf11e4005e251af69b5dcf6" + }, + { + "name": "statHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": ["statHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.1.zip", + "archiveFileName": "statHelpers-0.1.1.zip", + "size": 12471, + "checksum": "SHA-256:4ca84a0d913e58a7d38fc571838ebc253e14e7e961d273ca74ede9e46fdc4fa6" + }, + { + "name": "statHelpers", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": ["statHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.2.zip", + "archiveFileName": "statHelpers-0.1.2.zip", + "size": 13751, + "checksum": "SHA-256:f3b161ac5f1e06dbe3d8fd5c6725211e72cf3fa2d33ede7436ededa6b2ba4719" + }, + { + "name": "statHelpers", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": ["statHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.3.zip", + "archiveFileName": "statHelpers-0.1.3.zip", + "size": 20054, + "checksum": "SHA-256:64d4a3719a8a11a757913fd0dc90c5d28dba979f444fdf993c524ff251baa231" + }, + { + "name": "GifDecoder", + "version": "0.0.1", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-0.0.1.zip", + "archiveFileName": "GifDecoder-0.0.1.zip", + "size": 661741, + "checksum": "SHA-256:3384485dfd45a32e2fcc8139b77316d17786b854cd0305397c8cb49bd81421ef" + }, + { + "name": "GifDecoder", + "version": "0.0.3", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-0.0.3.zip", + "archiveFileName": "GifDecoder-0.0.3.zip", + "size": 662280, + "checksum": "SHA-256:63f04c8e58651addeaa1408dc13fe5c048809a2981c4d3f235746f23f576ac76" + }, + { + "name": "GifDecoder", + "version": "1.0.0", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-1.0.0.zip", + "archiveFileName": "GifDecoder-1.0.0.zip", + "size": 685212, + "checksum": "SHA-256:42334006efbbaca0144691c1092120f57bc9c7957aa5e15a9169443fad9be146" + }, + { + "name": "GifDecoder", + "version": "1.1.0", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-1.1.0.zip", + "archiveFileName": "GifDecoder-1.1.0.zip", + "size": 776198, + "checksum": "SHA-256:caf36744806a86a9b1f975903fbd86d8444fa7247e430c872a94797b5965dccd" + }, + { + "name": "ADS1x1x", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "paragraph": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "website": "https://github.com/hideakitai/ADS1x1x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ADS1x1x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ADS1x1x-0.1.0.zip", + "archiveFileName": "ADS1x1x-0.1.0.zip", + "size": 6857, + "checksum": "SHA-256:11e3464042f7a5aaed380085927cf2506c5107c16aca95018f533c2c0a79159d" + }, + { + "name": "ADS1x1x", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "paragraph": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "website": "https://github.com/hideakitai/ADS1x1x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ADS1x1x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ADS1x1x-0.1.1.zip", + "archiveFileName": "ADS1x1x-0.1.1.zip", + "size": 7080, + "checksum": "SHA-256:5dcecf461d4461aca8dc90bb403ead27ee72b2b5aa39fbcb95ee848532a1297c" + }, + { + "name": "DS323x", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "website": "https://github.com/hideakitai/DS323x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/DS323x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.0.zip", + "archiveFileName": "DS323x-0.1.0.zip", + "size": 12131, + "checksum": "SHA-256:14dce70056db36b2b55bb944f2c036d21f720c1046b50528cd075f550e452b72" + }, + { + "name": "DS323x", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "website": "https://github.com/hideakitai/DS323x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/DS323x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.1.zip", + "archiveFileName": "DS323x-0.1.1.zip", + "size": 12177, + "checksum": "SHA-256:47802d740907580e07639303cd8f6e001e15f89e16e67aa1c77a3bf292d1ed21" + }, + { + "name": "DS323x", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "website": "https://github.com/hideakitai/DS323x", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/DS323x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.2.zip", + "archiveFileName": "DS323x-0.1.2.zip", + "size": 12223, + "checksum": "SHA-256:6a43df36fa3842a0b5f15df934f0f98211a1fa37cfd7c91ff7d9969fc772602c" + }, + { + "name": "TCA9534", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", + "paragraph": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", + "website": "https://github.com/hideakitai/TCA9534", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TCA9534.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCA9534-0.1.0.zip", + "archiveFileName": "TCA9534-0.1.0.zip", + "size": 5573, + "checksum": "SHA-256:29a063ce769dadfab6b68d58e6ded2435e21ef7d23cd0c66b05340459142cb1f" + }, + { + "name": "BatteryMeter", + "version": "1.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for reading a voltage from a battery and displaying the results.", + "paragraph": "A library for reading a voltage from a battery and displaying the results.", + "website": "https://github.com/lendres/BatteryMeter-Arduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lendres/BatteryMeter-Arduino.git", + "dependencies": [ + { + "name": "SoftTimers" + }, + { + "name": "ButtonSuite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/BatteryMeter-1.0.0.zip", + "archiveFileName": "BatteryMeter-1.0.0.zip", + "size": 22763, + "checksum": "SHA-256:8a58ca220cd5c28c2ea0bbf46d31d496fdf190be45277c924771f8949992b51a" + }, + { + "name": "ButtonSuite", + "version": "1.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A set of classes for using a momentary buttons as momentary buttons, latching buttons, counters, and enumerators.", + "paragraph": "A set of classes for using momentary buttons as momentary buttons, latching buttons, counters, and enumerators. Includes debouncing. The library is designed so other classes can take a class as an argument and have always on, momentary, and/or latching behavior automatically handled without further effort.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-1.0.0.zip", + "archiveFileName": "ButtonSuite-1.0.0.zip", + "size": 33057, + "checksum": "SHA-256:05abd575f26c009043a97e3866f67433642d7ed247f1195d2221aea4478c9457" + }, + { + "name": "ButtonSuite", + "version": "1.1.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for using a simple mechanical push (momentary) button as a momentary button, a latching button, a counter, or an enumerator.", + "paragraph": "The library allows a mechanical momentary button to be used as a virtual button with different functionality. The library implements the behavior of a momentary button, a latching button, a counter, and an enumerator. The Bounce2 library is used to add debouncing functionality.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-1.1.0.zip", + "archiveFileName": "ButtonSuite-1.1.0.zip", + "size": 39711, + "checksum": "SHA-256:e1bafd96956ebb08dd1a5d5b39f8103a85b700559849eece2283074d581f2695" + }, + { + "name": "ButtonSuite", + "version": "2.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for using a simple mechanical push (momentary) button as a momentary button, a latching button, a counter, an enumerator, and more.", + "paragraph": "The library allows a mechanical momentary button to be used as a virtual button with different functionality. The library implements the behavior of a momentary button, a latching button, a counter, an enumerator, and more. It also makes it very easy to develop buttons with your own custom behavior. The Bounce2 library is used to add debouncing functionality. Note that because some input devices like optical sensors or limit switches are functionally equivilent to tactile buttons, they can also be used with this library.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-2.0.0.zip", + "archiveFileName": "ButtonSuite-2.0.0.zip", + "size": 310895, + "checksum": "SHA-256:7190363ce4220ccee6eb83a31950dd4988b17b7a9f83cb3c6ad8d3f955484a3d" + }, + { + "name": "ButtonSuite", + "version": "2.1.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for using a simple mechanical push (momentary) button as a momentary button, a latching button, a counter, an enumerator, and more.", + "paragraph": "The library allows a mechanical momentary button to be used as a virtual button with different functionality. The library implements the behavior of a momentary button, a latching button, a counter, an enumerator, and more. It also makes it very easy to develop buttons with your own custom behavior. The Bounce2 library is used to add debouncing functionality. Note that because some input devices like optical sensors or limit switches are functionally equivilent to tactile buttons, they can also be used with this library.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-2.1.0.zip", + "archiveFileName": "ButtonSuite-2.1.0.zip", + "size": 321848, + "checksum": "SHA-256:620db697474c6c2a9a67727d909597ebde4fa4507dc42533f2d3c6c5fe08a78c" + }, + { + "name": "BlinkSuite", + "version": "1.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for blinking pins on and off or in a sequence.", + "paragraph": "A library for blinking pins on and off or in a sequence.", + "website": "https://github.com/lendres/BlinkSuite-Arduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lendres/BlinkSuite-Arduino.git", + "dependencies": [ + { + "name": "SoftTimers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/BlinkSuite-1.0.0.zip", + "archiveFileName": "BlinkSuite-1.0.0.zip", + "size": 17401, + "checksum": "SHA-256:1e3117053a75a52fa62383f6afb0ff2d693a2af8a4d6387a72a55581c07ba9fc" + }, + { + "name": "randomHelpers", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": ["randomHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.0.zip", + "archiveFileName": "randomHelpers-0.2.0.zip", + "size": 6560, + "checksum": "SHA-256:6fd6d249beffc1ff204e78d114159ef4c6b666f8b4dd5085491430a96aa19059" + }, + { + "name": "randomHelpers", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": ["randomHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.1.zip", + "archiveFileName": "randomHelpers-0.2.1.zip", + "size": 8173, + "checksum": "SHA-256:3a229ca5554d446be401010f28ebc0579271261d2fbdef4ce85478e9391b5737" + }, + { + "name": "ADS1115_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.0.0.zip", + "archiveFileName": "ADS1115_WE-1.0.0.zip", + "size": 310677, + "checksum": "SHA-256:5775a30b1e2a4482355e16c2f7b08c29bb9255d16adeb3b19e58c89582e27d84" + }, + { + "name": "ADS1115_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.0.zip", + "archiveFileName": "ADS1115_WE-1.1.0.zip", + "size": 310671, + "checksum": "SHA-256:26337e5ca66abbc0433b1748e408548f22e74e7d07fe6b101008a57b0f0fbd59" + }, + { + "name": "ADS1115_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.1.zip", + "archiveFileName": "ADS1115_WE-1.1.1.zip", + "size": 310650, + "checksum": "SHA-256:08eaa3336f14c7d3cb15674e6f06706a1dd276f9a9a6d5c1ddc7ff220a5a56c6" + }, + { + "name": "ADS1115_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.2.zip", + "archiveFileName": "ADS1115_WE-1.1.2.zip", + "size": 310680, + "checksum": "SHA-256:19ad497b7194b53d05e032359c8a48f2ef223e3a178b34ecf7a52961d066369e" + }, + { + "name": "ADS1115_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.3.zip", + "archiveFileName": "ADS1115_WE-1.1.3.zip", + "size": 310677, + "checksum": "SHA-256:b1ca22857950580a3f8ca618fd540df2a7303589d1c3e9bcfd8d6fade6cee70c" + }, + { + "name": "ADS1115_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.4.zip", + "archiveFileName": "ADS1115_WE-1.1.4.zip", + "size": 310680, + "checksum": "SHA-256:0b87c01fedb68c888c2878ad1508184b097b915ff2b3d6a237a07cc824f06f7d" + }, + { + "name": "ADS1115_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.5.zip", + "archiveFileName": "ADS1115_WE-1.1.5.zip", + "size": 310676, + "checksum": "SHA-256:c87ab630a9ea07b2a57382363a5f88638f23db6fc9c4e2b5cdc7c97138509685" + }, + { + "name": "ADS1115_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.6.zip", + "archiveFileName": "ADS1115_WE-1.1.6.zip", + "size": 310700, + "checksum": "SHA-256:a026fbad304c366cf0328508a21219043c896dd955244e9faad796bc3e9dfb35" + }, + { + "name": "ADS1115_WE", + "version": "1.1.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.7.zip", + "archiveFileName": "ADS1115_WE-1.1.7.zip", + "size": 312319, + "checksum": "SHA-256:8227c320e5fbf0addf5688c595c3dbd4fc56f246d9db336ca08361870d4f657b" + }, + { + "name": "ADS1115_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.0.zip", + "archiveFileName": "ADS1115_WE-1.2.0.zip", + "size": 316540, + "checksum": "SHA-256:f48a6bb7a548bf02732a4e338b12c51e18406b3ef43774cc4699a6c8926cb8a1" + }, + { + "name": "ADS1115_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.1.zip", + "archiveFileName": "ADS1115_WE-1.2.1.zip", + "size": 316481, + "checksum": "SHA-256:55ab1a922615d9c5d3e1f83e6bd902f6c661b62722a5f15bfae28b7b8b980efa" + }, + { + "name": "ADS1115_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.2.zip", + "archiveFileName": "ADS1115_WE-1.2.2.zip", + "size": 316479, + "checksum": "SHA-256:aa6893de62b02e286a84d8c224cff563d1b6ae64342cb9fe37d746344156702b" + }, + { + "name": "ADS1115_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.3.zip", + "archiveFileName": "ADS1115_WE-1.2.3.zip", + "size": 316863, + "checksum": "SHA-256:65d3ce532d1e4cebb08cfe1c61c85e23060b5f742c9e17fb41571d429b3db13d" + }, + { + "name": "ADS1115_WE", + "version": "1.3.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.0.zip", + "archiveFileName": "ADS1115_WE-1.3.0.zip", + "size": 321884, + "checksum": "SHA-256:a7741b2eec1f60b8dc665a89483d7db88d13fa3c2bc3db3e50243a86add2841b" + }, + { + "name": "ADS1115_WE", + "version": "1.3.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.1.zip", + "archiveFileName": "ADS1115_WE-1.3.1.zip", + "size": 321883, + "checksum": "SHA-256:da5130cd09e3f9d73770f116a4b6fbc3561f1a53797f8bddfc0669ca33b3181d" + }, + { + "name": "ADS1115_WE", + "version": "1.3.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.2.zip", + "archiveFileName": "ADS1115_WE-1.3.2.zip", + "size": 322000, + "checksum": "SHA-256:310af8b310e5c5ff18a8adee9ca099b3dd0f5320c11b3316d4d4c9c598335ef5" + }, + { + "name": "ADS1115_WE", + "version": "1.3.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.3.zip", + "archiveFileName": "ADS1115_WE-1.3.3.zip", + "size": 325252, + "checksum": "SHA-256:5b47a3bc093bf6923463297e69d31ad82e8e96d322d4dfbba9fdf5b3f8e22a70" + }, + { + "name": "ADS1115_WE", + "version": "1.3.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.4.zip", + "archiveFileName": "ADS1115_WE-1.3.4.zip", + "size": 326285, + "checksum": "SHA-256:8d9237471ae76866832871a4e639ece72d09810333272904a9b7fde7134997b4" + }, + { + "name": "ADS1115_WE", + "version": "1.3.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.5.zip", + "archiveFileName": "ADS1115_WE-1.3.5.zip", + "size": 323897, + "checksum": "SHA-256:1b241ccbbdbae12affb59300a2d72ec58ebb4430f9ae9f14b28109fb532f0493" + }, + { + "name": "ADS1115_WE", + "version": "1.3.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.6.zip", + "archiveFileName": "ADS1115_WE-1.3.6.zip", + "size": 323908, + "checksum": "SHA-256:f0bb2679f99736198cd9a09f4ded346f245cdcd94c78d1d58d7258fe4f970b0e" + }, + { + "name": "ADS1115_WE", + "version": "1.3.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.7.zip", + "archiveFileName": "ADS1115_WE-1.3.7.zip", + "size": 323900, + "checksum": "SHA-256:e3ab182292f79434ca397aac86363c1dca84739788311f3c24bbe0ee9e81c525" + }, + { + "name": "ADS1115_WE", + "version": "1.3.8", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": ["ADS1115_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.8.zip", + "archiveFileName": "ADS1115_WE-1.3.8.zip", + "size": 325235, + "checksum": "SHA-256:c7c573aa85774c5b77dc467652ad9225d8453605e9026efb8cb256c3b822cedb" + }, + { + "name": "SceneManager", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.0.zip", + "archiveFileName": "SceneManager-0.1.0.zip", + "size": 49456, + "checksum": "SHA-256:65966c3a5aac29f5aacc94ad9548aa160f52938263545aa33951204ee4041313" + }, + { + "name": "SceneManager", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.1.zip", + "archiveFileName": "SceneManager-0.1.1.zip", + "size": 59883, + "checksum": "SHA-256:dff833c4ee3089cfdc9571fb13ca139b31641cf99b30c2bbc234389ea5b81d46" + }, + { + "name": "SceneManager", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.2.zip", + "archiveFileName": "SceneManager-0.1.2.zip", + "size": 60018, + "checksum": "SHA-256:d8b847dabe86958f7d06288ee5a4765cf3222b24dbc4b7594142a3e081975cb9" + }, + { + "name": "SceneManager", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.2.0.zip", + "archiveFileName": "SceneManager-0.2.0.zip", + "size": 60333, + "checksum": "SHA-256:6093720c8dfde6af934399362f71aa9598076d772f22e9a97e86ab3c9914f73f" + }, + { + "name": "SceneManager", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.2.1.zip", + "archiveFileName": "SceneManager-0.2.1.zip", + "size": 60323, + "checksum": "SHA-256:1e07549a4ab82d2dfc88ac770d6b42271d2b326364b77f954081e241f3725e0c" + }, + { + "name": "TaskManager", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.0.zip", + "archiveFileName": "TaskManager-0.1.0.zip", + "size": 45774, + "checksum": "SHA-256:c6da166fb3d692700a1bee19c8c46c2fd9a77dbe24ec40fe4d62e8ad942d370b" + }, + { + "name": "TaskManager", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.1.zip", + "archiveFileName": "TaskManager-0.1.1.zip", + "size": 56144, + "checksum": "SHA-256:97c8b736e6d7943446dc4ca5c8d1048c533730ce26322de2666a670dab7365dc" + }, + { + "name": "TaskManager", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.2.zip", + "archiveFileName": "TaskManager-0.1.2.zip", + "size": 56279, + "checksum": "SHA-256:6ec9b68498c50fb63ec4eb387e45b5ca5e9a6c018357fd6fe629e1ac51a1a6b5" + }, + { + "name": "TaskManager", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.2.0.zip", + "archiveFileName": "TaskManager-0.2.0.zip", + "size": 57835, + "checksum": "SHA-256:48c31ef2eee35ee518c8943a518f581d0c753d5c3a32675603a2e79212a3f8ef" + }, + { + "name": "TaskManager", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.0.zip", + "archiveFileName": "TaskManager-0.3.0.zip", + "size": 65878, + "checksum": "SHA-256:aebc060d2b350ab3c25a0fe20378ab4a3838c2dadde530e77a4dfb6049a7f560" + }, + { + "name": "TaskManager", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.1.zip", + "archiveFileName": "TaskManager-0.3.1.zip", + "size": 65862, + "checksum": "SHA-256:71c25cd9a97e6c74190be01e8bfabf459198af7dd33a9805a9df351c087ed552" + }, + { + "name": "TaskManager", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.2.zip", + "archiveFileName": "TaskManager-0.3.2.zip", + "size": 65811, + "checksum": "SHA-256:2e9d320a35842d9779aa80bb796eb77ff45f227badf8ca2bb6af24f44670ed93" + }, + { + "name": "TaskManager", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.3.zip", + "archiveFileName": "TaskManager-0.3.3.zip", + "size": 66652, + "checksum": "SHA-256:dc3d7e7b2d0152b6d7e74aa258040a742c9626c22420c6e6f1fa000b34afa515" + }, + { + "name": "TaskManager", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.4.zip", + "archiveFileName": "TaskManager-0.3.4.zip", + "size": 66703, + "checksum": "SHA-256:39d8cf51cf1a33453788ddd0b689356b28a3169cb9d951912a6f0d61044f6d6c" + }, + { + "name": "TaskManager", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.5.zip", + "archiveFileName": "TaskManager-0.3.5.zip", + "size": 66713, + "checksum": "SHA-256:bff2e2c67718b8f2641fcce9dfcf31e678e66a4cd2c56b78f31ce8324a5e524b" + }, + { + "name": "TaskManager", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.6.zip", + "archiveFileName": "TaskManager-0.3.6.zip", + "size": 66736, + "checksum": "SHA-256:65d96ed3b6c72e5f29c521674e822f15a9e10a6d17288a41aed79ecb781f1494" + }, + { + "name": "TaskManager", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.7.zip", + "archiveFileName": "TaskManager-0.3.7.zip", + "size": 66754, + "checksum": "SHA-256:31fdcab2053ab1e936644d51f0baa6435bc9d82af6fd327c2070d8d87312d2f7" + }, + { + "name": "DHTlib", + "version": "0.1.30", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.30.zip", + "archiveFileName": "DHTlib-0.1.30.zip", + "size": 17963, + "checksum": "SHA-256:bb57550f57f423d5336f2058549380c94907ee93ed62dd0c939a55e72b0c05ab" + }, + { + "name": "DHTlib", + "version": "0.1.31", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.31.zip", + "archiveFileName": "DHTlib-0.1.31.zip", + "size": 19085, + "checksum": "SHA-256:7eb2350cdc4e0b454fa5d3fcfacbc8b74b713ff6c27da107330fd0c48514e959" + }, + { + "name": "DHTlib", + "version": "0.1.32", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.32.zip", + "archiveFileName": "DHTlib-0.1.32.zip", + "size": 19113, + "checksum": "SHA-256:07b357f1533676d0a8bc767ed1d6830501220b6ca9a1f7534d00bcac6cac58df" + }, + { + "name": "DHTlib", + "version": "0.1.33", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": ["dht.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.33.zip", + "archiveFileName": "DHTlib-0.1.33.zip", + "size": 19156, + "checksum": "SHA-256:5d7fad7038d8feb7b1b1ebbb156b54e420e8b5ca662877dbec8f393efa27af3c" + }, + { + "name": "DHT2pin", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental library of the DHT library that uses 2 pins.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": ["DHT2pin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.0.zip", + "archiveFileName": "DHT2pin-0.1.0.zip", + "size": 6317, + "checksum": "SHA-256:0f86de3d46197749c81e82b3c46bc1f81211d4af15daa9c7e63710dc09712656" + }, + { + "name": "DHT2pin", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental library of the DHT library that uses 2 pins.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": ["DHT2pin.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.1.zip", + "archiveFileName": "DHT2pin-0.1.1.zip", + "size": 7575, + "checksum": "SHA-256:3ceeff54b4d45acad5491bca0f68c0c359fa3e57726975f53fabe67a34942701" + }, + { + "name": "ESP_AT_Lib", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT library. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.0.0.zip", + "archiveFileName": "ESP_AT_Lib-1.0.0.zip", + "size": 2464243, + "checksum": "SHA-256:c56c69c6e3800b849689f0badf26cd0c26bd15f4c7f67cfece6d021ad70187d7" + }, + { + "name": "ESP_AT_Lib", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT library. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.1.0.zip", + "archiveFileName": "ESP_AT_Lib-1.1.0.zip", + "size": 2694342, + "checksum": "SHA-256:c966394703b30c8fd17abcd1a341d3e95a8d5451cdcc5627bee6f7ed6747a386" + }, + { + "name": "ESP_AT_Lib", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based RASPBERRY_PI_PICO boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.2.0.zip", + "archiveFileName": "ESP_AT_Lib-1.2.0.zip", + "size": 2716823, + "checksum": "SHA-256:6bc915e4b6af1ab943b4871a0b6b3d5c5e09745671902a3a7f83bdd586b8af38" + }, + { + "name": "ESP_AT_Lib", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc.) boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.3.0.zip", + "archiveFileName": "ESP_AT_Lib-1.3.0.zip", + "size": 2766238, + "checksum": "SHA-256:b9da944d45ff4e60df8a20bd4004cbf890322fda595f0666499c0526fe6fc7eb" + }, + { + "name": "HeartBeat", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a heartbeat function.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": ["HeartBeat.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.0.zip", + "archiveFileName": "HeartBeat-0.1.0.zip", + "size": 7667, + "checksum": "SHA-256:e170ba6327a9ebfc95b8f0e5872b072f80842f6a2826b73bd50ae650509fb908" + }, + { + "name": "HeartBeat", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a heartbeat function.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": ["HeartBeat.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.1.zip", + "archiveFileName": "HeartBeat-0.1.1.zip", + "size": 9091, + "checksum": "SHA-256:3ed4a3a79e9478530ad9ab34f4bdeeba64b2de0488ef9450ee6f826f76399e7b" + }, + { + "name": "HeartBeat", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and dutyCycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": ["HeartBeat.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.2.zip", + "archiveFileName": "HeartBeat-0.1.2.zip", + "size": 10237, + "checksum": "SHA-256:da9003ef572b298961942f957bf46e639344377d6d96508ccbd6abb154f742d7" + }, + { + "name": "HeartBeat", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and dutyCycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": ["HeartBeat.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.3.zip", + "archiveFileName": "HeartBeat-0.1.3.zip", + "size": 10265, + "checksum": "SHA-256:24550435325aaea272161d0a91eed6c4d1dfed8e3457048cd7c228260f4654a3" + }, + { + "name": "GY521", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.1.zip", + "archiveFileName": "GY521-0.1.1.zip", + "size": 8195, + "checksum": "SHA-256:1b12c7e1c1ba240afa77777b2a2d94509bb890e10875f33bf903f2600652a7cc" + }, + { + "name": "GY521", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.2.zip", + "archiveFileName": "GY521-0.1.2.zip", + "size": 9308, + "checksum": "SHA-256:1f60488d7e3dd0d0af8bd2839a31a55b4126a39f1cb6ce6134caacecf76fc78b" + }, + { + "name": "GY521", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.4.zip", + "archiveFileName": "GY521-0.1.4.zip", + "size": 10531, + "checksum": "SHA-256:5aecad6ebe37f884d66ff4c0ad2ecd7891d17d213cf6c4658bc4f27a8300dcb0" + }, + { + "name": "GY521", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.5.zip", + "archiveFileName": "GY521-0.1.5.zip", + "size": 10635, + "checksum": "SHA-256:d8c4d3ee309fd9e485cd74a2abc1c0377b3bdd5c255c458d7fc667ce3a191182" + }, + { + "name": "GY521", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.0.zip", + "archiveFileName": "GY521-0.2.0.zip", + "size": 10917, + "checksum": "SHA-256:e3c43eedc1587986d5cd29d54565421e4573e1d94509cc36144945618b65937b" + }, + { + "name": "GY521", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.1.zip", + "archiveFileName": "GY521-0.2.1.zip", + "size": 12308, + "checksum": "SHA-256:5af834f2c1040fe2f9c280ca85a13bd43a704ed0aee5aa60cae3c92cc203f1a7" + }, + { + "name": "GY521", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.3.zip", + "archiveFileName": "GY521-0.2.3.zip", + "size": 14043, + "checksum": "SHA-256:e62f5dfe526e66b5808402d9486a9ea85d64b101e28a3b89b36cd488f3bac969" + }, + { + "name": "GY521", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.0.zip", + "archiveFileName": "GY521-0.3.0.zip", + "size": 14283, + "checksum": "SHA-256:72a4239859fa73c0cd52c1c4eba203492d6e008dcd22d1855249972d1c495cbe" + }, + { + "name": "GY521", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.1.zip", + "archiveFileName": "GY521-0.3.1.zip", + "size": 14683, + "checksum": "SHA-256:1668ebb6fe05a47b1028f346105cc91adb7813cbd04c1df8d51c31c710614e2c" + }, + { + "name": "GY521", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.2.zip", + "archiveFileName": "GY521-0.3.2.zip", + "size": 15763, + "checksum": "SHA-256:a939028eba070262deadd910b9e99325f3db97e63158855459e0fb88dbfbcf08" + }, + { + "name": "GY521", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.3.zip", + "archiveFileName": "GY521-0.3.3.zip", + "size": 15926, + "checksum": "SHA-256:88cb990963247e188169db75ecf3d7bf6318889dab7a76da7645c34d7a0a57fb" + }, + { + "name": "GY521", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": ["GY521.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.4.zip", + "archiveFileName": "GY521-0.3.4.zip", + "size": 15972, + "checksum": "SHA-256:63c02ddffbf05b72aff399875359cdd166050afff9f19a13f776a5b832dd5633" + }, + { + "name": "EMailSender", + "version": "2.0.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://github.com/xreef/EMailSender", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.0.0.zip", + "archiveFileName": "EMailSender-2.0.0.zip", + "size": 80581, + "checksum": "SHA-256:f09e512cab6632bc585f219508c6751e512ae191c5b18efd14e5dbfdb710defb" + }, + { + "name": "EMailSender", + "version": "2.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.0.1.zip", + "archiveFileName": "EMailSender-2.0.1.zip", + "size": 80866, + "checksum": "SHA-256:ad950d9d051b2bfa48e7c6656c8678fd9267b48be2f923027dfc0ccf0194231f" + }, + { + "name": "EMailSender", + "version": "2.1.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.1.zip", + "archiveFileName": "EMailSender-2.1.1.zip", + "size": 82765, + "checksum": "SHA-256:45cbbc0a279d000f16272653fb810c3893e55fd4b15b2e985f730740168e19b9" + }, + { + "name": "EMailSender", + "version": "2.1.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.3.zip", + "archiveFileName": "EMailSender-2.1.3.zip", + "size": 84447, + "checksum": "SHA-256:1dbd1ffb0bc60b2b2102258ab933dcb7f79f16dedcc4076350a6430f0c92988d" + }, + { + "name": "EMailSender", + "version": "2.1.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.4.zip", + "archiveFileName": "EMailSender-2.1.4.zip", + "size": 84752, + "checksum": "SHA-256:8db18ca9730557a354e088741eaff5cd6cfed6bbd3671b2b1209bdb5ac129692" + }, + { + "name": "EMailSender", + "version": "2.1.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266 and esp32 library to send EMail via SMTP.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.5.zip", + "archiveFileName": "EMailSender-2.1.5.zip", + "size": 85175, + "checksum": "SHA-256:7076f4a4bcc6b09c6869fd1b112a1399a7ab55585c4059a41987b0904dfe5dce" + }, + { + "name": "EMailSender", + "version": "2.2.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.2.0.zip", + "archiveFileName": "EMailSender-2.2.0.zip", + "size": 102311, + "checksum": "SHA-256:19f8a04fa17ffee6c6bbb7c108cf9fc211f414f21853b1122bd1e5600f09490b" + }, + { + "name": "EMailSender", + "version": "2.3.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.3.0.zip", + "archiveFileName": "EMailSender-2.3.0.zip", + "size": 116365, + "checksum": "SHA-256:0e04d90c3b76d5f0aebd4efbd47b35e5d6522afd273147b96909db5c06715e54" + }, + { + "name": "EMailSender", + "version": "2.4.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.4.1.zip", + "archiveFileName": "EMailSender-2.4.1.zip", + "size": 116859, + "checksum": "SHA-256:e5b8a70ef9e863435917cc6f86aa4e3a024d62def0ea37fe873160cfe7b1cff4" + }, + { + "name": "EMailSender", + "version": "2.4.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": ["EMailSender.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.4.2.zip", + "archiveFileName": "EMailSender-2.4.2.zip", + "size": 144440, + "checksum": "SHA-256:03ceeb23bdfaebf056dbee286052984fbfc00532d6edbbae2ccbf080cf042504" + }, + { + "name": "Protothreads", + "version": "1.4.0-arduino.beta.1", + "author": "Ben Artin \u003cben@artins.org\u003e,Adam Dunkels", + "maintainer": "Ben Artin \u003cben@artins.org\u003e", + "sentence": "A lightweight stackless threads library", + "paragraph": "Protothreads provide linear code execution for event-driven systems. Protothreads provide sequential flow of control without complex state machines or full multi-threading.", + "website": "https://gitlab.com/airbornemint/arduino-Protothreads", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/airbornemint/arduino-protothreads.git", + "providesIncludes": ["protothreads.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/airbornemint/Protothreads-1.4.0-arduino.beta.1.zip", + "archiveFileName": "Protothreads-1.4.0-arduino.beta.1.zip", + "size": 267820, + "checksum": "SHA-256:0804a7fb770813058af86ee480fa50444b0f951e41cf1c8b541548a0039e62a7" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, STM32, etc. boards, with WiFiNINA, ESP8266/ESP32-AT, Ethernet W5x00/ENC28J60/LAN8742A modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.0.zip", + "archiveFileName": "WebSockets2_Generic-1.0.0.zip", + "size": 246677, + "checksum": "SHA-256:d8f2df6e4a43920f1b48695aa57fac4954b380650cf0ba81b75e1959a7a80c2d" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.1.zip", + "archiveFileName": "WebSockets2_Generic-1.0.1.zip", + "size": 308379, + "checksum": "SHA-256:5eb5b70059a85bddc86484801a77633079e7bc5860e08b38c4f67fe590d5a4da" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.2.zip", + "archiveFileName": "WebSockets2_Generic-1.0.2.zip", + "size": 1108055, + "checksum": "SHA-256:ab9e732170dab685e142c0d3c028ac8ccc29ece9f4830f5f23b0464aebd43593" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.3.zip", + "archiveFileName": "WebSockets2_Generic-1.0.3.zip", + "size": 1148412, + "checksum": "SHA-256:4d0677915336f89640ddfabcce94275786a93b86af095ee61270d56272ac11ce" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.4", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.4.zip", + "archiveFileName": "WebSockets2_Generic-1.0.4.zip", + "size": 1262484, + "checksum": "SHA-256:b40d94da58d5c0a351d56664e4964d3f57a5d049b7182e5cfb22e7f45a70ffc2" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.5", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.5.zip", + "archiveFileName": "WebSockets2_Generic-1.0.5.zip", + "size": 1272877, + "checksum": "SHA-256:9fdb5b51bfdc0655335a23f9547a8be55023fbf09ffe82db2b4f2709f9c41e6d" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.6", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.6.zip", + "archiveFileName": "WebSockets2_Generic-1.0.6.zip", + "size": 1563688, + "checksum": "SHA-256:005f9a427b0893099f46a12a0a1a453cdb30e0badcb8d783cc508edcb495faac" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.7", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.7.zip", + "archiveFileName": "WebSockets2_Generic-1.0.7.zip", + "size": 1636521, + "checksum": "SHA-256:be4b718e06d66d1acb94a2145b9ee33fa94e65fc8db5a5733f4abb93148737a8" + }, + { + "name": "WebSockets2_Generic", + "version": "1.1.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.1.0.zip", + "archiveFileName": "WebSockets2_Generic-1.1.0.zip", + "size": 1683445, + "checksum": "SHA-256:bcc010167a16057e9bd51eaba193a167acb410f527d6f73b2e5db2394fb5ddf9" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.0.zip", + "archiveFileName": "WebSockets2_Generic-1.2.0.zip", + "size": 2474172, + "checksum": "SHA-256:fa3e5327e7cda6276f07bb1642ba6f8d0578c7c8e1672831d026c466d8f0e17e" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.1.zip", + "archiveFileName": "WebSockets2_Generic-1.2.1.zip", + "size": 2611289, + "checksum": "SHA-256:75e1cb9e82f0cf7806b97659852b95de23eed7156abef50bb9e4e1b755795714" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.2.zip", + "archiveFileName": "WebSockets2_Generic-1.2.2.zip", + "size": 2678173, + "checksum": "SHA-256:d01e13a8022261086cb9af93b02d845b94359d88c5e9c1a437abc6e7d3f039f5" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.3.zip", + "archiveFileName": "WebSockets2_Generic-1.2.3.zip", + "size": 2697125, + "checksum": "SHA-256:7049dd40a779a82d896a91e09102d91e21eb0b9dd682a43158a6f08db921fbfb" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.4", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. Now with updated SSL CA Certs, Fingerprint and InSecure mode.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.4.zip", + "archiveFileName": "WebSockets2_Generic-1.2.4.zip", + "size": 2706953, + "checksum": "SHA-256:6c0670d506f93d3f33eae6b0baf6565d3d14e7236d5f643a0aaa8bb5402b53c4" + }, + { + "name": "WebSockets2_Generic", + "version": "1.3.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, WiFi101, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. Now with updated SSL CA Certs, Fingerprint and InSecure mode.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.3.0.zip", + "archiveFileName": "WebSockets2_Generic-1.3.0.zip", + "size": 2756913, + "checksum": "SHA-256:f3861fc450fdcd8bf918f6b2d309d197f0e4714b03db8e3cce89687b76473fe5" + }, + { + "name": "WebSockets2_Generic", + "version": "1.4.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, WiFi101, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. Now with updated SSL CA Certs, Fingerprint and InSecure mode.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.4.0.zip", + "archiveFileName": "WebSockets2_Generic-1.4.0.zip", + "size": 2849456, + "checksum": "SHA-256:e06f206c815084d4e7cda045b3f626df68021201b7c3041d95946e2a10e01503" + }, + { + "name": "WebSockets2_Generic", + "version": "1.5.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": ["WebSockets2_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.5.0.zip", + "archiveFileName": "WebSockets2_Generic-1.5.0.zip", + "size": 2967498, + "checksum": "SHA-256:254ae6e808c808b7f1d5aa7c91215f959bb5053a3849d3ae06af55eeb2b69384" + }, + { + "name": "Switch2_lib", + "version": "1.0.0", + "author": "P.Vannatto", + "maintainer": "P.Vannatto \u003cpvannatto@gmail.com\u003e", + "license": "GPL-3.0-or-later", + "sentence": "A clone of Switch_lib (O.Goma) library for switching digital pins with timers, adding milliseconds", + "paragraph": "Easy to use library for switching relays with temporization, alternate periods and simple timers.", + "website": "https://github.com/pvannatto/Switch2_lib", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pvannatto/Switch2_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pvannatto/Switch2_lib-1.0.0.zip", + "archiveFileName": "Switch2_lib-1.0.0.zip", + "size": 18021, + "checksum": "SHA-256:636daffe9963263f7cba834f091ab950d05c6f2ef545a28f7d577bb21804485c" + }, + { + "name": "ULWOS2", + "version": "0.9.0", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-0.9.0.zip", + "archiveFileName": "ULWOS2-0.9.0.zip", + "size": 38028, + "checksum": "SHA-256:41e90f3f970696912c8461f479e1d422fd7d869e9b20858982008d160241cc6d" + }, + { + "name": "ULWOS2", + "version": "1.0.0", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.0.zip", + "archiveFileName": "ULWOS2-1.0.0.zip", + "size": 38543, + "checksum": "SHA-256:a72be1b007573ff210d0449a5de5fccb01c1fdcff1fb738c98a24ed7fcadbc90" + }, + { + "name": "ULWOS2", + "version": "1.0.1", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.1.zip", + "archiveFileName": "ULWOS2-1.0.1.zip", + "size": 38686, + "checksum": "SHA-256:0d9fc368778906323b11a8289a0a7bfee58a88f968c959251a60b69e3d87a1d3" + }, + { + "name": "ULWOS2", + "version": "1.0.2", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.2.zip", + "archiveFileName": "ULWOS2-1.0.2.zip", + "size": 43524, + "checksum": "SHA-256:1a911ce9f5c5a1ab26f002f567133fd4d852a3719f859be92bd7771d92798ee4" + }, + { + "name": "ULWOS2", + "version": "1.0.3", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.3.zip", + "archiveFileName": "ULWOS2-1.0.3.zip", + "size": 43928, + "checksum": "SHA-256:6b6562baae3f913d336ace57f001052c0153de2f29eb40040e37dec8ec9f3136" + }, + { + "name": "ULWOS2", + "version": "1.0.4", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.4.zip", + "archiveFileName": "ULWOS2-1.0.4.zip", + "size": 48427, + "checksum": "SHA-256:f24d44a3ecd577581ac5f0408991b9f18e52e2ea7db02edd01b9f47ae214a6eb" + }, + { + "name": "ULWOS2", + "version": "1.1.0", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.1.0.zip", + "archiveFileName": "ULWOS2-1.1.0.zip", + "size": 53756, + "checksum": "SHA-256:595f329f267d88484af565be63114ce6fad9718df87ce7a80ad6259821630ce8" + }, + { + "name": "ULWOS2", + "version": "1.1.1", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": ["ULWOS2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.1.1.zip", + "archiveFileName": "ULWOS2-1.1.1.zip", + "size": 64206, + "checksum": "SHA-256:2929c55d1c4d90f417d8bdb1acf1c09c330f2558cfb348098037b3b82d8fc46a" + }, + { + "name": "LegoSensorAdapter", + "version": "1.0.0", + "author": "Stanislav Jochman", + "maintainer": "Stanislav Jochman \u003cs.jochman@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "https://stanislavjochman.sk/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/StanislavJochman/LegoSensorAdapter.git", + "dependencies": [ + { + "name": "i2cdetect" + }, + { + "name": "SoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StanislavJochman/LegoSensorAdapter-1.0.0.zip", + "archiveFileName": "LegoSensorAdapter-1.0.0.zip", + "size": 10260, + "checksum": "SHA-256:f9db9e291a1b322a335dee238b7235a23de6051160aee50354e33d077a77baff" + }, + { + "name": "Custom PID", + "version": "1.0.0", + "author": "Assailing Falcons \u003chttps://assailing-falcons.github.io/\u003e", + "maintainer": "Saksham Bhutani \u003cinfo@adafruit.com\u003e", + "sentence": "Library PID Control System.", + "paragraph": "Designed specifically for Team Assailing Falcons.", + "website": "https://github.com/Falcons21/Custom_PID", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Falcons21/Custom_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Falcons21/Custom_PID-1.0.0.zip", + "archiveFileName": "Custom_PID-1.0.0.zip", + "size": 6679, + "checksum": "SHA-256:5743200ce681f0045599d3eaa9e71278c7a4a74fd4cad22b9808ea1174e6edef" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Description Arduino library for interfacing with the PA1010D GPS module (MTK3333 chipset) and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.0.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.0.zip", + "size": 209593, + "checksum": "SHA-256:87bf3b75baa60143c1c58dbbc9244c634fa82f7ad28b1953d46e9f3e17da97be" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Description Arduino library for interfacing with the PA1010D GPS module (MTK3333 chipset) and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.1.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.1.zip", + "size": 210261, + "checksum": "SHA-256:fd264c3ac3cc0f36b5c94e199d873cb63a18bdde7f6f5aa26327a023b7bb0521" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.2.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.2.zip", + "size": 212619, + "checksum": "SHA-256:10f3943f7697ac5f21850c8863a0bdffb3d11396040af8376c59bb5b4c7bc331" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.3.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.3.zip", + "size": 212526, + "checksum": "SHA-256:e052692ae17b4a040da1ca2c2728c3a63bd382058d07b76e4985e662ed303f6d" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.0.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.0.zip", + "size": 227804, + "checksum": "SHA-256:1f9c498101ce306b2c7870cecaea8722acda7fc24556c9354e7907a652582a0b" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.1.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.1.zip", + "size": 160325, + "checksum": "SHA-256:15e85f390d6062df173e051a478592ab63f72389aeeb99af024a312ef185c3af" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.2.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.2.zip", + "size": 160439, + "checksum": "SHA-256:ce718897591d0fe2b32d8e0fa9a3b05abff77c0779f6d8b09fc9e14e6f965443" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": ["samd", "esp32", "mbed", "mbed_nano", "mbed_portenta", "mbed_edge"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": ["ArduinoNmeaParser.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.3.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.3.zip", + "size": 160887, + "checksum": "SHA-256:a914aff1ef71217ff90dbdd20654908d0cbe2f0eb6bf6f164b921b735ef75893" + }, + { + "name": "Octofet", + "version": "1.0.0", + "author": "Igor Dementiev \u003cigor@amperka.ru\u003e", + "maintainer": "Amperka \u003cdev@amperka.com\u003e", + "sentence": "Amperka Octofet board (eight-channel power switch) interface library.", + "paragraph": "Control multiple high-power loads through the Amperka Octofet board using hardware or software SPI interface.", + "website": "https://github.com/amperka/Octofet", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/amperka/Octofet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/Octofet-1.0.0.zip", + "archiveFileName": "Octofet-1.0.0.zip", + "size": 19347, + "checksum": "SHA-256:8ff5a23a291f362000ff1a92daa3a85f52711e43d84f0e19cba4a29516dc7a41" + }, + { + "name": "optoma", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": ["optoma.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.1.zip", + "archiveFileName": "optoma-0.1.1.zip", + "size": 5069, + "checksum": "SHA-256:fdeffe6a9e1faa7f0278bbf9f2ebe891881e655ae1a48f809b3d139c22039f4d" + }, + { + "name": "optoma", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": ["optoma.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.2.zip", + "archiveFileName": "optoma-0.1.2.zip", + "size": 6489, + "checksum": "SHA-256:9773d1e63efd326cd88e9f77f3c2d660844e1f91a676aa121c3aad7c60a52a76" + }, + { + "name": "SDI-12", + "version": "2.1.0", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": ["avr", "sam", "samd", "espressif"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": ["SDI12.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.0.zip", + "archiveFileName": "SDI_12-2.1.0.zip", + "size": 3164280, + "checksum": "SHA-256:d251c0170e85d8bec9afd9d06a2e37e016e5be72df5a06f68e39db0b26a28fcf" + }, + { + "name": "SDI-12", + "version": "2.1.1", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": ["avr", "sam", "samd", "espressif"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": ["SDI12.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.1.zip", + "archiveFileName": "SDI_12-2.1.1.zip", + "size": 3164279, + "checksum": "SHA-256:bf2591dcdfa8ad7071cd9919013307925d913d6a24305207f9b3be06d3a0e0aa" + }, + { + "name": "SDI-12", + "version": "2.1.3", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": ["avr", "sam", "samd", "espressif"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": ["SDI12.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.3.zip", + "archiveFileName": "SDI_12-2.1.3.zip", + "size": 3199415, + "checksum": "SHA-256:abbc4d9e3a16462d8ad9a2c5504d2714cb9e1cdc3877501f05a03a7927db3271" + }, + { + "name": "SDI-12", + "version": "2.1.4", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": ["avr", "sam", "samd", "espressif"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": ["SDI12.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.4.zip", + "archiveFileName": "SDI_12-2.1.4.zip", + "size": 3199682, + "checksum": "SHA-256:5461d4af61ad85f0e23a799c66bf744017828b608a10927f45d11e55eeec9ffe" + }, + { + "name": "ES920", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.0.zip", + "archiveFileName": "ES920-0.1.0.zip", + "size": 300313, + "checksum": "SHA-256:349c762f3d0f716024dfa9066615627a9aebff7c017917d1b5a64fb04022569f" + }, + { + "name": "ES920", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.1.zip", + "archiveFileName": "ES920-0.1.1.zip", + "size": 300816, + "checksum": "SHA-256:22e60d3dcaf37ad851c9c15533357cd3bddd161cdcaa52b316195493b0178b29" + }, + { + "name": "ES920", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.2.zip", + "archiveFileName": "ES920-0.1.2.zip", + "size": 301626, + "checksum": "SHA-256:71e8251da0ebc7fa4ab47918e1518c48e9a294e13e817d8dfadd9377c64f5e7f" + }, + { + "name": "ES920", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.3.zip", + "archiveFileName": "ES920-0.1.3.zip", + "size": 301754, + "checksum": "SHA-256:40d6031c6c6227a85206a2b47f8d05ce2928805b735c0cd3f438fe3e2122cf57" + }, + { + "name": "ES920", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.4.zip", + "archiveFileName": "ES920-0.1.4.zip", + "size": 301753, + "checksum": "SHA-256:9f3a5cc3059c94f6709b57fdf36beee14823c1f60d594a49cb00d27555634091" + }, + { + "name": "ES920", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.5.zip", + "archiveFileName": "ES920-0.1.5.zip", + "size": 302005, + "checksum": "SHA-256:462e32c4f0d9bb944e5c3e348aa3b1f318f69471c8c6ca362942451bed662e71" + }, + { + "name": "ES920", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.6.zip", + "archiveFileName": "ES920-0.1.6.zip", + "size": 302011, + "checksum": "SHA-256:7f0fd0bcfe6bfb032bc77fa55f15c659153024ac0fe8a55532a2dd5a779cabbf" + }, + { + "name": "ES920", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.7.zip", + "archiveFileName": "ES920-0.1.7.zip", + "size": 302390, + "checksum": "SHA-256:166ad9bd7b36c00dc0d69f773ee0fa8172553ecc9592f77b81e692c71a7cb7e3" + }, + { + "name": "ES920", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.8.zip", + "archiveFileName": "ES920-0.1.8.zip", + "size": 330389, + "checksum": "SHA-256:1854a53f5db3ba00cf0c02e8c39e3406f005d008c9038e218aa818b184d8b750" + }, + { + "name": "ES920", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.9.zip", + "archiveFileName": "ES920-0.1.9.zip", + "size": 481384, + "checksum": "SHA-256:3c9fd8661b98ca7b5a68a6aecfb44122fc6718620e4a1d8c4df9036e61649b29" + }, + { + "name": "ES920", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.10.zip", + "archiveFileName": "ES920-0.1.10.zip", + "size": 481768, + "checksum": "SHA-256:8553945e5c205c906175820955796f3dc8f157516aaf5d40a157a4c9ab842497" + }, + { + "name": "ES920", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.11.zip", + "archiveFileName": "ES920-0.1.11.zip", + "size": 481758, + "checksum": "SHA-256:f8b825dff15cd4b676baa584ee2a2e00c0f40becdc0e3b335c526b4559be5068" + }, + { + "name": "ES920", + "version": "0.1.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.12.zip", + "archiveFileName": "ES920-0.1.12.zip", + "size": 481773, + "checksum": "SHA-256:6bdf40882eed5858bc362d557ad87405570fe4bb64c4703eb93e5a7f0ba7efb0" + }, + { + "name": "ES920", + "version": "0.1.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.13.zip", + "archiveFileName": "ES920-0.1.13.zip", + "size": 481808, + "checksum": "SHA-256:0acad736ebe0b8365c8e6482264fc44b4aa7c057d03112f26e524c82ba7aa630" + }, + { + "name": "ES920", + "version": "0.1.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.14.zip", + "archiveFileName": "ES920-0.1.14.zip", + "size": 483290, + "checksum": "SHA-256:8df65d53dde299d527472f30c5418ad7c54a233a3549e68f519a5954bf1fd35d" + }, + { + "name": "ES920", + "version": "0.1.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.15.zip", + "archiveFileName": "ES920-0.1.15.zip", + "size": 473422, + "checksum": "SHA-256:bbd45f929eeac38c187fe82b7eb36e3e8ac37592e194cbeca082349dce72249d" + }, + { + "name": "ES920", + "version": "0.1.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.16.zip", + "archiveFileName": "ES920-0.1.16.zip", + "size": 473408, + "checksum": "SHA-256:2118b642b3e747b366771383c17f41b5c483302fa8e168ada34e151ec2a6ba0c" + }, + { + "name": "ES920", + "version": "0.1.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.17.zip", + "archiveFileName": "ES920-0.1.17.zip", + "size": 473283, + "checksum": "SHA-256:2a510bb0a9c3b0ae12b41b0526f8fe5b8b4d22dc8483e966b0fc50e2d26f6773" + }, + { + "name": "ES920", + "version": "0.1.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.18.zip", + "archiveFileName": "ES920-0.1.18.zip", + "size": 474878, + "checksum": "SHA-256:38935a593c64585b8a252c3372a8e12a63ef49318f2175a29873f6fc07756041" + }, + { + "name": "ES920", + "version": "0.1.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.19.zip", + "archiveFileName": "ES920-0.1.19.zip", + "size": 477932, + "checksum": "SHA-256:f8c43e187f25acc3dcfd5f73e07401432d3f0b24bec21342ef16a504aa620473" + }, + { + "name": "ES920", + "version": "0.1.21", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.21.zip", + "archiveFileName": "ES920-0.1.21.zip", + "size": 477952, + "checksum": "SHA-256:6d302ff28f9fdfe78d62ad02be5be4be26b030f15792ffd8356794737f48b0ff" + }, + { + "name": "ES920", + "version": "0.1.22", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.22.zip", + "archiveFileName": "ES920-0.1.22.zip", + "size": 478519, + "checksum": "SHA-256:96edee93eda14ea578df5d4c995cb707bff7172a740041b46d1118e7de8a5159" + }, + { + "name": "timing", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": ["timing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.0.zip", + "archiveFileName": "timing-0.2.0.zip", + "size": 6571, + "checksum": "SHA-256:b1fee2c3296bf75669e616dee74cd846b51a862116c57aa202aea8d52dd10a08" + }, + { + "name": "timing", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": ["timing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.1.zip", + "archiveFileName": "timing-0.2.1.zip", + "size": 7978, + "checksum": "SHA-256:6544804a80c05ce76da5c48c0cd6137af45f4edd6fa7bb7898bd410d62966f7f" + }, + { + "name": "timing", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": ["timing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.2.zip", + "archiveFileName": "timing-0.2.2.zip", + "size": 8006, + "checksum": "SHA-256:6dceced800f141f12bb80211c6cf9f329e9b5fd072de5d3d3f13b1ba69d9604a" + }, + { + "name": "AD520X", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": ["AD520X.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.0.1.zip", + "archiveFileName": "AD520X-0.0.1.zip", + "size": 5710, + "checksum": "SHA-256:11a14b4811d8fb1b985b06bf0dcb253b0ec50aabc289d57dac17446e0ea63ab3" + }, + { + "name": "AD520X", + "version": "0.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": ["AD520X.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.0.2.zip", + "archiveFileName": "AD520X-0.0.2.zip", + "size": 6191, + "checksum": "SHA-256:1b6673b0e98f2b2c6fdd664927b0fca7fa01aec9fb8c5a96577eacbc687a9ddc" + }, + { + "name": "AD520X", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": ["AD520X.h"], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.0.zip", + "archiveFileName": "AD520X-0.1.0.zip", + "size": 6647, + "checksum": "SHA-256:cffd3e485f46a95eadac91c8d870b4a82a36255893e0fd244db2247812d753fe" + }, + { + "name": "AD520X", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": ["AD520X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.1.zip", + "archiveFileName": "AD520X-0.1.1.zip", + "size": 8030, + "checksum": "SHA-256:217c654f36218d3c3b86a8b4b66bbc6ade1e80b0dcda77257959fa4be5888f75" + }, + { + "name": "PCF8591", + "version": "0.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.0.2.zip", + "archiveFileName": "PCF8591-0.0.2.zip", + "size": 9343, + "checksum": "SHA-256:44723e5dbeb25fa93b6b44b6f4aae6fe316f0ec379ce5be6bc2830fffb7ecc1b" + }, + { + "name": "PCF8591", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": ["PCF8591.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.1.0.zip", + "archiveFileName": "PCF8591-0.1.0.zip", + "size": 10679, + "checksum": "SHA-256:7e8feefffbf2c802ded6895069df0bbacbff1051f126f43ddafc22eceacc23ce" + }, + { + "name": "PCF8591", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": ["PCF8591.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.1.1.zip", + "archiveFileName": "PCF8591-0.1.1.zip", + "size": 10995, + "checksum": "SHA-256:bbe04d6a43bc88e03f72d39c1a534a5975d87c7d5b1baedfe73913ee32da9b51" + }, + { + "name": "SparkFun MicroPressure Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to read Honeywell's MPR series micropressure sensor.", + "paragraph": "Communicates with the micro pressure sensor over I2C to quickly integrate a pressure sensor into your project.", + "website": "https://www.sparkfun.com/products/16476", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MicroPressure_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroPressure_Library-1.0.0.zip", + "archiveFileName": "SparkFun_MicroPressure_Library-1.0.0.zip", + "size": 7304, + "checksum": "SHA-256:7e8e948ea8b1b212c32be3fb39c461051fbf7c592bf8ad7cb9fbeb90216ca1ae" + }, + { + "name": "ADT7470", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a heartbeat function.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": ["ADT7470.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.0.zip", + "archiveFileName": "ADT7470-0.1.0.zip", + "size": 564638, + "checksum": "SHA-256:0f3c5fd8305e9c996c701a796699086dc3e3f065c0ff0f4f062e80d6efeae150" + }, + { + "name": "ADT7470", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ADT7470 Library", + "paragraph": "Arduino library for I2C ADT7470 Fan Monitoring", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": ["ADT7470.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.2.zip", + "archiveFileName": "ADT7470-0.1.2.zip", + "size": 565893, + "checksum": "SHA-256:26e3adc77b2dd3e66c17d295bedbf277907431d6d19c4516b71167b3f34f5ec7" + }, + { + "name": "AsyncTelegram", + "version": "1.0.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "A simple, easy to use and async Arduino library for using Telegram bots on ESP8266 and ESP32 chips. In order to use this library you need the ArduinoJson library (release 6.x) installed. Inline keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0 ESP8266 Toolchain/Library support. NEW: Reply Keyboard added!", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.2.zip", + "archiveFileName": "AsyncTelegram-1.0.2.zip", + "size": 34011, + "checksum": "SHA-256:881ed125eef5792965129d7da85a3a972bd9034f8937588e85d56128bf7564a1" + }, + { + "name": "AsyncTelegram", + "version": "1.0.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.4.zip", + "archiveFileName": "AsyncTelegram-1.0.4.zip", + "size": 32792, + "checksum": "SHA-256:33e9f7815911cebfbc057183b3df2f2b89a0fb978d921b6ef3f4d18b41c2f8b1" + }, + { + "name": "AsyncTelegram", + "version": "1.0.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.5.zip", + "archiveFileName": "AsyncTelegram-1.0.5.zip", + "size": 33590, + "checksum": "SHA-256:80a6aef7dcfb754209dd1a7570052e2702a3b5b4d29294d56a988d49776d7d1e" + }, + { + "name": "AsyncTelegram", + "version": "1.0.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.6.zip", + "archiveFileName": "AsyncTelegram-1.0.6.zip", + "size": 394493, + "checksum": "SHA-256:93d7754694ff991667ffe3555b70fb7c2447fbd951e60b04aa012bde4ea2cb0e" + }, + { + "name": "AsyncTelegram", + "version": "1.0.7", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.7.zip", + "archiveFileName": "AsyncTelegram-1.0.7.zip", + "size": 398976, + "checksum": "SHA-256:5ab43cd52a321dc7e1cb8e43b4145ea888cd15cd51b152904785f0f8bda64528" + }, + { + "name": "AsyncTelegram", + "version": "1.0.8", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.8.zip", + "archiveFileName": "AsyncTelegram-1.0.8.zip", + "size": 1135462, + "checksum": "SHA-256:10a6891fa2b3e2db3ea1df45500a88a04b8143d3fd54bec233e9e7bee5d5873d" + }, + { + "name": "AsyncTelegram", + "version": "1.0.9", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.9.zip", + "archiveFileName": "AsyncTelegram-1.0.9.zip", + "size": 1135779, + "checksum": "SHA-256:e269ec43fac2ba3fe76a2553273446342e38603ac1976807361a5cd50e146178" + }, + { + "name": "AsyncTelegram", + "version": "1.1.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Remote OTA supported. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.1.0.zip", + "archiveFileName": "AsyncTelegram-1.1.0.zip", + "size": 1135876, + "checksum": "SHA-256:4335fb9ce34952d3872e5c462a5997ac79fdb832789413884884f8b09f5f7f2d" + }, + { + "name": "AsyncTelegram", + "version": "1.1.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Remote OTA supported. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.1.1.zip", + "archiveFileName": "AsyncTelegram-1.1.1.zip", + "size": 1136026, + "checksum": "SHA-256:5754d2856637241c0ffe7b80dd49e7d4f613d12e6469d84c7133594c47c40041" + }, + { + "name": "AsyncTelegram", + "version": "1.1.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Remote OTA supported. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.1.2.zip", + "archiveFileName": "AsyncTelegram-1.1.2.zip", + "size": 1140314, + "checksum": "SHA-256:cc7c4247a74ea7c49c7c41a55517aad71fa5bbd2382b2726ea06093b96f17171" + }, + { + "name": "AsyncTelegram", + "version": "1.1.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", + "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Remote OTA supported. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", + "website": "https://github.com/cotestatnt/asynctelegram", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.1.3.zip", + "archiveFileName": "AsyncTelegram-1.1.3.zip", + "size": 1140660, + "checksum": "SHA-256:12832880cfad7e647971358e6c25c93d1d09555572d5c34ca76b604b666a2cea" + }, + { + "name": "TimeProfiler", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.0.zip", + "archiveFileName": "TimeProfiler-0.1.0.zip", + "size": 27445, + "checksum": "SHA-256:31e61b0c405375501de70077ea407061a3b4bbe871298c0d17685f9fcb046fad" + }, + { + "name": "TimeProfiler", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.1.zip", + "archiveFileName": "TimeProfiler-0.1.1.zip", + "size": 15272, + "checksum": "SHA-256:57ef12f96872b1ee55975f3ed563c45e880e1263d4bbee241bc94e67a7a4e6d8" + }, + { + "name": "TimeProfiler", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.2.zip", + "archiveFileName": "TimeProfiler-0.1.2.zip", + "size": 15325, + "checksum": "SHA-256:db1c35b250de5ae700f07bdf15ffb1edf3e45acc439dfb53d117b3292c6fbf98" + }, + { + "name": "TimeProfiler", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.3.zip", + "archiveFileName": "TimeProfiler-0.1.3.zip", + "size": 15319, + "checksum": "SHA-256:36b887a5de1f3dbd657c60e39a3ebdb46661b869d014b985ae614509d710c58b" + }, + { + "name": "TimeProfiler", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.4.zip", + "archiveFileName": "TimeProfiler-0.1.4.zip", + "size": 15259, + "checksum": "SHA-256:05237503999563744036a73812d16dda679eab3851d6b664817631dcfe2f8b81" + }, + { + "name": "TimeProfiler", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.5.zip", + "archiveFileName": "TimeProfiler-0.1.5.zip", + "size": 16057, + "checksum": "SHA-256:4fc15d94f2285d0572f0d4bee6e8ce04c85118788ebe5341c676bfcb950b018f" + }, + { + "name": "TimeProfiler", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.6.zip", + "archiveFileName": "TimeProfiler-0.1.6.zip", + "size": 16068, + "checksum": "SHA-256:3faca1d1ace61688e11069328e6167f7f7ccb014edee8d5f5fbcb3df5b1fe79b" + }, + { + "name": "FLE", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": ["FLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.0.1.zip", + "archiveFileName": "FLE-0.0.1.zip", + "size": 6460, + "checksum": "SHA-256:8245bef5178a65157ec16435a15cb38d67125f3faf20aebc4faa929d3b5fb0f9" + }, + { + "name": "FLE", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": ["FLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.0.zip", + "archiveFileName": "FLE-0.1.0.zip", + "size": 7759, + "checksum": "SHA-256:52efaa1068716bc48ad986a0e9cf770d8f39defb27d8e60722fcefcf28959028" + }, + { + "name": "FLE", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": ["FLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.1.zip", + "archiveFileName": "FLE-0.1.1.zip", + "size": 8026, + "checksum": "SHA-256:2be5d46bb6c45014b9e15b84e81f4cb78e1c97d84beab746f88e81d3165a82bd" + }, + { + "name": "Interval", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": ["Interval.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.0.1.zip", + "archiveFileName": "Interval-0.0.1.zip", + "size": 5706, + "checksum": "SHA-256:35909e5dca353759d5ce77475e9df6367fed1d4616f526e886ea88936550d89d" + }, + { + "name": "Interval", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": ["Interval.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.0.zip", + "archiveFileName": "Interval-0.1.0.zip", + "size": 7497, + "checksum": "SHA-256:bb9cfcb2b3ee2c611fbecd06095a2c771f4507cf0c62162e4888cd28be0e5cc2" + }, + { + "name": "Interval", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": ["Interval.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.1.zip", + "archiveFileName": "Interval-0.1.1.zip", + "size": 8335, + "checksum": "SHA-256:620a3b5a942f21c6918563bbc473e6a0de092e19278a54035954d5bef88d34f1" + }, + { + "name": "DaisyDuino", + "version": "1.0.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.0.0.zip", + "archiveFileName": "DaisyDuino-1.0.0.zip", + "size": 156810, + "checksum": "SHA-256:678689220f06ae02977f155ecaeae22a16a0e638fab8f9406181701b32ea7f36" + }, + { + "name": "DaisyDuino", + "version": "1.1.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.1.0.zip", + "archiveFileName": "DaisyDuino-1.1.0.zip", + "size": 436970, + "checksum": "SHA-256:af324db0431e043c73e02615fbe6839b991078cc302d087ffaf4c7ce5dd1b844" + }, + { + "name": "DaisyDuino", + "version": "1.2.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.2.0.zip", + "archiveFileName": "DaisyDuino-1.2.0.zip", + "size": 438665, + "checksum": "SHA-256:8bbfbe6ec9e2664d03d81d02ba2c0becc745c7719465730bd0d348e8667d6eba" + }, + { + "name": "DaisyDuino", + "version": "1.3.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.3.0.zip", + "archiveFileName": "DaisyDuino-1.3.0.zip", + "size": 589928, + "checksum": "SHA-256:f4eec78722970bac5a8ea151bec3ac767c5ec8ffcfd172317a591691eac55a97" + }, + { + "name": "DaisyDuino", + "version": "1.4.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.4.0.zip", + "archiveFileName": "DaisyDuino-1.4.0.zip", + "size": 568593, + "checksum": "SHA-256:397b4bad962469e764cecd789d8883f248a054b09812db2da6f5bc91bf9ac907" + }, + { + "name": "Adafruit OV7670", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.0.0.zip", + "archiveFileName": "Adafruit_OV7670-1.0.0.zip", + "size": 38953, + "checksum": "SHA-256:55545ffd3fe6a2f9885f1c14c96c71f72e4b6de30b63b0881f12f74fabef3ab3" + }, + { + "name": "Adafruit OV7670", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.1.0.zip", + "archiveFileName": "Adafruit_OV7670-1.1.0.zip", + "size": 47364, + "checksum": "SHA-256:4dd32c5a7a3a31d20f221ce4ab64bcfbf91f8d2b53b30e8fa613302bbf78fd70" + }, + { + "name": "Adafruit OV7670", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.0.zip", + "archiveFileName": "Adafruit_OV7670-1.2.0.zip", + "size": 50951, + "checksum": "SHA-256:cea03b613ea15b4f59ac51f95b5b59632c79147eeaeeaf0ca4d9db579c97c80e" + }, + { + "name": "Adafruit OV7670", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.1.zip", + "archiveFileName": "Adafruit_OV7670-1.2.1.zip", + "size": 51837, + "checksum": "SHA-256:3844436a9a2db27c6fde0f65d6b5622c3eaa94f8c0bb5e78eaee49d258cc0db2" + }, + { + "name": "Adafruit AS7341", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.0.0.zip", + "archiveFileName": "Adafruit_AS7341-1.0.0.zip", + "size": 25458, + "checksum": "SHA-256:44e72d3bab91660aa4c05691db64a6faccb81938cbd0c5031fdae90eea9b307b" + }, + { + "name": "Adafruit AS7341", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.0.zip", + "archiveFileName": "Adafruit_AS7341-1.1.0.zip", + "size": 28220, + "checksum": "SHA-256:6ca194d092a80d0bc54b11f5d44b91645413e85836bc568a77aa2f276260bec4" + }, + { + "name": "Adafruit AS7341", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.2.zip", + "archiveFileName": "Adafruit_AS7341-1.1.2.zip", + "size": 28199, + "checksum": "SHA-256:9d5b6a8f8fa2a69f462f306c6c9e413699646f1988d151579c730b5a5312f98c" + }, + { + "name": "Adafruit AS7341", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.3.zip", + "archiveFileName": "Adafruit_AS7341-1.1.3.zip", + "size": 28702, + "checksum": "SHA-256:57ecaf1fdffbaf09d5a8e94237002d34c84e33bc7aa268fd0db033dd74d698fe" + }, + { + "name": "Adafruit AS7341", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.2.0.zip", + "archiveFileName": "Adafruit_AS7341-1.2.0.zip", + "size": 31461, + "checksum": "SHA-256:d03a004651a9e6e617946f18480e2a5f97f946890e1b9b04c13415e739fc81b7" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.0.zip", + "archiveFileName": "Adafruit_AS7341-1.3.0.zip", + "size": 33192, + "checksum": "SHA-256:022c25147457db1ac01cffc61ee537e7898b1b760bbd522165d7dca62423a4fa" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.1.zip", + "archiveFileName": "Adafruit_AS7341-1.3.1.zip", + "size": 33226, + "checksum": "SHA-256:0c2ecc2937c9c1ed1ff19fe5f41a35e966f3ab5b87c214897ab08470331683f4" + }, + { + "name": "Percent_Codec", + "version": "1.0.0", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Percent Codec", + "paragraph": "Simple Percent Codec.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_percent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.0.zip", + "archiveFileName": "Percent_Codec-1.0.0.zip", + "size": 4420, + "checksum": "SHA-256:257218f78f5e61f183cc3fb4796d47ee1822f1446bc5ed2e2f3a5ae6a394bbf7" + }, + { + "name": "Percent_Codec", + "version": "1.0.2", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Percent Codec", + "paragraph": "Simple Percent Codec.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_percent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.2.zip", + "archiveFileName": "Percent_Codec-1.0.2.zip", + "size": 4549, + "checksum": "SHA-256:a31f7862783e3f8b7103edb98b299e32057a0ba938c46807db543fd848ce5d92" + }, + { + "name": "Percent_Codec", + "version": "1.0.3", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Percent Codec", + "paragraph": "Simple Percent Codec.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_percent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.3.zip", + "archiveFileName": "Percent_Codec-1.0.3.zip", + "size": 4553, + "checksum": "SHA-256:7fd44957e0526f222ca30f70d58ccf001a2b70fb98d26d00d2bbfe8d97910604" + }, + { + "name": "Percent_Codec", + "version": "1.0.4", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Percent Codec", + "paragraph": "Simple Percent Codec.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_percent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.4.zip", + "archiveFileName": "Percent_Codec-1.0.4.zip", + "size": 4553, + "checksum": "SHA-256:40b4ec4efe07c189b58b0215ad87c43d3dcf1bcfed343243e43c893ec134531a" + }, + { + "name": "Percent_Codec", + "version": "1.0.5", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Percent codec", + "paragraph": "Simple Percent codec.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_percent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.5.zip", + "archiveFileName": "Percent_Codec-1.0.5.zip", + "size": 4563, + "checksum": "SHA-256:99eac8c7077da130061de8bc5950c05d2f3da3ebbb1b9d3abef2f55f71319c10" + }, + { + "name": "Base64_Codec", + "version": "1.0.0", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Base64 Codec", + "paragraph": "Binary based simple Base64 Codec.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.0.zip", + "archiveFileName": "Base64_Codec-1.0.0.zip", + "size": 5007, + "checksum": "SHA-256:0ef2b5a8b9d0df0024dafd5acfca0631c79a91bbca30115594e77f3362bcee75" + }, + { + "name": "Base64_Codec", + "version": "1.0.2", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Base64 Codec", + "paragraph": "Binary based simple Base64 Codec.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.2.zip", + "archiveFileName": "Base64_Codec-1.0.2.zip", + "size": 5164, + "checksum": "SHA-256:5706c32f78c0dfb6084dbfcf2048f9aca381f7e853048808f2620fd981a4a3b8" + }, + { + "name": "Base64_Codec", + "version": "1.0.3", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Base64 Codec", + "paragraph": "Binary based simple Base64 Codec.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.3.zip", + "archiveFileName": "Base64_Codec-1.0.3.zip", + "size": 5163, + "checksum": "SHA-256:64b4158ce7f54c5a270c83587dcaebc0dcfd81889a253235e13e309f57b6bf79" + }, + { + "name": "Base64_Codec", + "version": "1.0.4", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Base64 Codec", + "paragraph": "Binary based simple Base64 Codec.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.4.zip", + "archiveFileName": "Base64_Codec-1.0.4.zip", + "size": 5166, + "checksum": "SHA-256:4523ad7c6794857ad70f2bae33bb58e8ded4aa652db0fffbfa5453c850731685" + }, + { + "name": "Base64_Codec", + "version": "1.0.5", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Base64 Codec", + "paragraph": "Binary based simple Base64 Codec.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.5.zip", + "archiveFileName": "Base64_Codec-1.0.5.zip", + "size": 5166, + "checksum": "SHA-256:497f35853cac1bc43cd7dec581f5e6b52b1b9e5991c721c707cc3721bd4556fc" + }, + { + "name": "Base64_Codec", + "version": "1.0.6", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Base64 codec", + "paragraph": "Binary based simple Base64 codec.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dojyorin/arduino_base64.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.6.zip", + "archiveFileName": "Base64_Codec-1.0.6.zip", + "size": 5193, + "checksum": "SHA-256:4c57dd3d71b484b430402dc03f430a5140a72d506613b5336b54eca7cf37c62a" + }, + { + "name": "R30X-Fingerprint-Sensor-Library", + "version": "1.3.1", + "author": "vishnumaiea", + "maintainer": "vishnumaiea", + "sentence": "Arduino library for interfacing R30X series optical fingerprint scanners.", + "paragraph": "Helps you interface R30X series optical fingerprint scanners with Arduino compatible boards. The scanner uses SPI interface.", + "website": "https://github.com/vishnumaiea/R30X-Fingerprint-Sensor-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vishnumaiea/R30X-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/R30X_Fingerprint_Sensor_Library-1.3.1.zip", + "archiveFileName": "R30X_Fingerprint_Sensor_Library-1.3.1.zip", + "size": 23139, + "checksum": "SHA-256:4b714cfcfc29a8b4f8cd3a9e14da90b5ef7fb4c12032290a9427574195999d01" + }, + { + "name": "PCF8575", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.0.1.zip", + "archiveFileName": "PCF8575-0.0.1.zip", + "size": 5537, + "checksum": "SHA-256:ecad2a2aeb25ccab70e9c3515eab4b0af352b956162088338ebd9c18b2bd98cc" + }, + { + "name": "PCF8575", + "version": "0.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.0.2.zip", + "archiveFileName": "PCF8575-0.0.2.zip", + "size": 6469, + "checksum": "SHA-256:169704f6c045b3d4e1a3f42e6e19545487e616cdabfca5f6b2bfa1f89ecfb366" + }, + { + "name": "PCF8575", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.0.zip", + "archiveFileName": "PCF8575-0.1.0.zip", + "size": 13724, + "checksum": "SHA-256:b2241658733d107cdf912a080311898576db8a223e6dfc697e3c711ec6178717" + }, + { + "name": "PCF8575", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.1.zip", + "archiveFileName": "PCF8575-0.1.1.zip", + "size": 14522, + "checksum": "SHA-256:c488a5cc3072079a61a1be86d786ce3b89159edda464525b9b416fa1189044ef" + }, + { + "name": "PCF8575", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.2.zip", + "archiveFileName": "PCF8575-0.1.2.zip", + "size": 14834, + "checksum": "SHA-256:d2c0c595a56e7ccb02c795011990e460f0fa77196bb0077f18d598c22083d2e4" + }, + { + "name": "TelnetStream", + "version": "1.0.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": ["TelnetStream.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.0.0.zip", + "archiveFileName": "TelnetStream-1.0.0.zip", + "size": 22343, + "checksum": "SHA-256:1e06c5cc670772be673d3a82d62bda9da42ac918b2f4c5f35815fcc177ea79ef" + }, + { + "name": "TelnetStream", + "version": "1.1.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": ["TelnetStream.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.1.0.zip", + "archiveFileName": "TelnetStream-1.1.0.zip", + "size": 23842, + "checksum": "SHA-256:c288a2b5a981097e43630dc1d4754bef69e087f1620812ff84aef82107c39957" + }, + { + "name": "TelnetStream", + "version": "1.2.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": ["TelnetStream.h", "TelnetPrint.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.0.zip", + "archiveFileName": "TelnetStream-1.2.0.zip", + "size": 26165, + "checksum": "SHA-256:f7f25dc7ec5a96143ab771cc1297e1bd371a5e3972619a0e673b5fb640e6b6f1" + }, + { + "name": "TelnetStream", + "version": "1.2.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": ["TelnetStream.h", "TelnetPrint.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.1.zip", + "archiveFileName": "TelnetStream-1.2.1.zip", + "size": 26165, + "checksum": "SHA-256:6a5370fc763f173e133b5ad1e8269805838fb80fda35e62939578eb152392c8d" + }, + { + "name": "WiFiConnect Lite", + "version": "1.0.0", + "author": "Stuart Blair", + "maintainer": "Faptastic", + "sentence": "A simple WiFi Connection Manager (captive portal) for the ESP8266 or ESP32.", + "paragraph": "This project is a fork of the 'WiFiConnect' library, which itself was based upon the largely defunct WiFiManager. It includes a number of captive portal user interface improvements and bug fixes.", + "website": "https://github.com/mrfaptastic/WiFiConnect", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/WiFiConnectLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/WiFiConnect_Lite-1.0.0.zip", + "archiveFileName": "WiFiConnect_Lite-1.0.0.zip", + "size": 105532, + "checksum": "SHA-256:d494f62392f9184cca87cfb91665a59ff9b83daa8838e1302057c5fd0abca09c" + }, + { + "name": "RX8010SJ", + "version": "0.1.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.1.0.zip", + "archiveFileName": "RX8010SJ-0.1.0.zip", + "size": 19853, + "checksum": "SHA-256:6206e182c5d8e48afe46a308f65511d9ef6b14f7d9519aeade34bb035eb3fa48" + }, + { + "name": "RX8010SJ", + "version": "0.1.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.1.1.zip", + "archiveFileName": "RX8010SJ-0.1.1.zip", + "size": 19856, + "checksum": "SHA-256:e9dd71195def1dbab98436ed2ff21ea9e820c74dcd08a9141a4e5cc4d5423824" + }, + { + "name": "RX8010SJ", + "version": "0.2.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.2.0.zip", + "archiveFileName": "RX8010SJ-0.2.0.zip", + "size": 22300, + "checksum": "SHA-256:8b97c5f0a160014321b91e04f145ab03016efca168a73f5758ea52a539e16e7c" + }, + { + "name": "RX8010SJ", + "version": "0.3.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.3.0.zip", + "archiveFileName": "RX8010SJ-0.3.0.zip", + "size": 742750, + "checksum": "SHA-256:aedce4cc2f3fac44c1ecf40ed4683fa97424aeb5aa9a72480b8e7ee00f71940d" + }, + { + "name": "RX8010SJ", + "version": "1.0.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-1.0.1.zip", + "archiveFileName": "RX8010SJ-1.0.1.zip", + "size": 745017, + "checksum": "SHA-256:46075a52589ac9f1519f417b2e179e8bd97fb468dda407c6eff01dad798b0594" + }, + { + "name": "nRF52_OLED", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "An I2C/SPI display driver for SSD1306/SH1106 oled displays", + "paragraph": "Based on the ESP32/ESP8266 OLED library. Adapted to work with nRF52", + "website": "https://github.com/beegee-tokyo/nRF52_OLED.git", + "category": "Display", + "architectures": ["nordicnrf52", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/beegee-tokyo/nRF52_OLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/nRF52_OLED-1.0.0.zip", + "archiveFileName": "nRF52_OLED-1.0.0.zip", + "size": 299762, + "checksum": "SHA-256:2ec5b0d17186e47002f8c00648b4f698ad0b5502cb770fac9eed1a3f07cca1c7" + }, + { + "name": "ThingsIoT", + "version": "1.2.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsIoT Cloud Platform.", + "paragraph": "The ThingsIoT Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingsIoT Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/Things-IoT-Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SiddheshNan/Things-IoT-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingsIoT-1.2.0.zip", + "archiveFileName": "ThingsIoT-1.2.0.zip", + "size": 130380, + "checksum": "SHA-256:621fe7bcb2625d391b60e55c011f74627b4f778a2314c317ce1765cf3db7f871" + }, + { + "name": "App Fernando K", + "version": "1.0.0", + "author": "FernandoK", + "maintainer": "FernandoK", + "sentence": "Library that helps working with the Fernando K app", + "paragraph": "This library manages multiple client connections and inform about incoming messages through callback", + "website": "https://github.com/ferkoyanagi/AppFernandok", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ferkoyanagi/AppFernandok.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ferkoyanagi/App_Fernando_K-1.0.0.zip", + "archiveFileName": "App_Fernando_K-1.0.0.zip", + "size": 7259, + "checksum": "SHA-256:c7b4fcaa5dc808b1e688110f63199b3e820399833713f829a36e27f15c644bc8" + }, + { + "name": "BBQ10Keyboard", + "version": "1.0.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for using the BBQ10Keyboard PMOD", + "paragraph": "Offer interrupt-driven and polling interfaces.", + "website": "https://github.com/arturo182/arduino_bbq10kbd", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arturo182/arduino_bbq10kbd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arturo182/BBQ10Keyboard-1.0.0.zip", + "archiveFileName": "BBQ10Keyboard-1.0.0.zip", + "size": 17668, + "checksum": "SHA-256:7a0c63aecf61d525278d9fa66b3062e82b49c8700f4788ddc4e629c5bac68aa6" + }, + { + "name": "BBQ10Keyboard", + "version": "1.1.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for using the BBQ10Keyboard PMOD", + "paragraph": "Offers interrupt-driven and polling interfaces.", + "website": "https://github.com/solderparty/arduino_bbq10kbd", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/arturo182/arduino_bbq10kbd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arturo182/BBQ10Keyboard-1.1.0.zip", + "archiveFileName": "BBQ10Keyboard-1.1.0.zip", + "size": 18910, + "checksum": "SHA-256:eb4b8985e0984d7d35568a921e828dd3a31cdef91df6057a08cd000c4cc9aa68" + }, + { + "name": "BlinkCode Library", + "version": "0.1.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous BlinkCode library for indicating flash fault codes.", + "paragraph": "It can be used to runtime debugging or to showing current settings.", + "website": "https://github.com/marcinbor85/BlinkCode", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/BlinkCode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/BlinkCode_Library-0.1.0.zip", + "archiveFileName": "BlinkCode_Library-0.1.0.zip", + "size": 6524, + "checksum": "SHA-256:f63cf805bc276263b7436436834dce0debcb264b678438ffdaf0227d9345d01b" + }, + { + "name": "DS18B20_int", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": ["DS18B20_INT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.2.zip", + "archiveFileName": "DS18B20_int-0.1.2.zip", + "size": 5991, + "checksum": "SHA-256:2a50978f5b09b779725b8a0912a11f648d1a3881e37f313cb7863dc3ee3758b4" + }, + { + "name": "DS18B20_int", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": ["DS18B20_INT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.3.zip", + "archiveFileName": "DS18B20_int-0.1.3.zip", + "size": 7177, + "checksum": "SHA-256:06c9c1a151ef191650a44471864f6b411e1e4ca592350d93d479606253b43533" + }, + { + "name": "DS18B20_int", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": ["DS18B20_INT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.4.zip", + "archiveFileName": "DS18B20_int-0.1.4.zip", + "size": 7105, + "checksum": "SHA-256:21de4524f1b16b75520cd0d4d6542d01f8993690cdd92bfd4128b356272d851c" + }, + { + "name": "DS18B20_int", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": ["DS18B20_INT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.5.zip", + "archiveFileName": "DS18B20_int-0.1.5.zip", + "size": 10400, + "checksum": "SHA-256:a8cea7daa7738ee009a721f22d5a92a59cbc2f9e74feb4979804f8b4f212b61b" + }, + { + "name": "DS1821", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": ["DS1821.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.2.0.zip", + "archiveFileName": "DS1821-0.2.0.zip", + "size": 6258, + "checksum": "SHA-256:8ca6b1b7dfbdecf766b35f4cffbd7122c6098f05de5c644ce53c717c9317e755" + }, + { + "name": "DS1821", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": ["DS1821.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.0.zip", + "archiveFileName": "DS1821-0.3.0.zip", + "size": 9545, + "checksum": "SHA-256:c688076380d2ec89cfed2e528cb3dfeb4d0157858db21d4a98764d074c9e2d96" + }, + { + "name": "DS1821", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": ["DS1821.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.1.zip", + "archiveFileName": "DS1821-0.3.1.zip", + "size": 10745, + "checksum": "SHA-256:2a0ef7a7845900912efc8c2607e0b4846d36475baeac79379655aab2c8f99693" + }, + { + "name": "DS1821", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": ["DS1821.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.2.zip", + "archiveFileName": "DS1821-0.3.2.zip", + "size": 10659, + "checksum": "SHA-256:eaf4dc5544a83afad29bb45a8913d5f6a774c085ad55e4a75ee2916b45c89e5e" + }, + { + "name": "ADS1X15", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.0.zip", + "archiveFileName": "ADS1X15-0.2.0.zip", + "size": 12214, + "checksum": "SHA-256:81252a575bdbb18b07f2140ae91aaff5b59890578628d572ae62d0861680af62" + }, + { + "name": "ADS1X15", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.1.zip", + "archiveFileName": "ADS1X15-0.2.1.zip", + "size": 12696, + "checksum": "SHA-256:6ffea7e7be002112dade0b9694a504e8c2d969c2f7a51919ecf04065f1215ce2" + }, + { + "name": "ADS1X15", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.2.zip", + "archiveFileName": "ADS1X15-0.2.2.zip", + "size": 12810, + "checksum": "SHA-256:e742fb72d019024a75dd9d7c2bdb2e7e7de8970754ac9ba1021ca655e560f7b2" + }, + { + "name": "ADS1X15", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.3.zip", + "archiveFileName": "ADS1X15-0.2.3.zip", + "size": 19395, + "checksum": "SHA-256:3d2fd2192d23c1ee1914e3715a524e7305dc8482254f54ba98bec07b12cd3a54" + }, + { + "name": "ADS1X15", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.4.zip", + "archiveFileName": "ADS1X15-0.2.4.zip", + "size": 20184, + "checksum": "SHA-256:f1595bcb32f18a81e01a355f1bd98088a6b1fbc70d342bf317e623a2278c1e6f" + }, + { + "name": "ADS1X15", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.5.zip", + "archiveFileName": "ADS1X15-0.2.5.zip", + "size": 20193, + "checksum": "SHA-256:04ed1833e18f7fd81302d64f89b0966619d4aca8e04d9168828429cabf16ef28" + }, + { + "name": "ADS1X15", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.6.zip", + "archiveFileName": "ADS1X15-0.2.6.zip", + "size": 20232, + "checksum": "SHA-256:02496b4d910f718db8b587abe31a912edde71f6d373b2266ac4b41e7e2894e68" + }, + { + "name": "ADS1X15", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.7.zip", + "archiveFileName": "ADS1X15-0.2.7.zip", + "size": 23267, + "checksum": "SHA-256:450d84d513f42115f1814790e8f11e7e42df7c1d45ea78d29642b30fd5ef5168" + }, + { + "name": "ADS1X15", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.0.zip", + "archiveFileName": "ADS1X15-0.3.0.zip", + "size": 24571, + "checksum": "SHA-256:43577f395d94f046c6fa39184623e0f9cc7893273b5ec34b0fb6acb2896ae510" + }, + { + "name": "ADS1X15", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": ["ADS1X15.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.1.zip", + "archiveFileName": "ADS1X15-0.3.1.zip", + "size": 26277, + "checksum": "SHA-256:8854e2ed83cba25129136dc7b7b885fab1fc13cca19a94a6f17fe9f02f92afb1" + }, + { + "name": "I2C MPU6886 IMU", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C MPU6886", + "paragraph": "Library to control I2C MPU6886", + "website": "https://github.com/tanakamasayuki/I2C_MPU6886", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_MPU6886.git", + "providesIncludes": ["I2C_MPU6886.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_MPU6886_IMU-1.0.0.zip", + "archiveFileName": "I2C_MPU6886_IMU-1.0.0.zip", + "size": 4149, + "checksum": "SHA-256:1013d3ef70c265e2d41a7dae73158b3ca4df2679a87017f9ffbb45695dc45e61" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.0.zip", + "size": 7655, + "checksum": "SHA-256:cd617884f390a85492b31508cd167665d6285d2f6c1b95ad3ed8f904a8ae30ef" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.1.zip", + "size": 9960, + "checksum": "SHA-256:52f4081edd51fc7e2e0afdd6d58083a137b64bbcd327143ae602acb08e642932" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.2.zip", + "size": 11790, + "checksum": "SHA-256:44af0c44d2d514bff2e57ef86549ba2ab0066f03392e543ad950c5023434ea09" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.3.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.3.zip", + "size": 12254, + "checksum": "SHA-256:082a41207167cf667d57153940682c31626071857c20956b1279d2a80f635873" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.4.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.4.zip", + "size": 14759, + "checksum": "SHA-256:5d0f22739a890c6bee92fba98b1efde9e55e04a7a77bb7d672dbe4ea19ae1639" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.5", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.5.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.5.zip", + "size": 14760, + "checksum": "SHA-256:d07f4f9bc1bef5af30a04a47f98370795bc60934162f6e658723e8154c01f9cc" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.6", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.6.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.6.zip", + "size": 16168, + "checksum": "SHA-256:8dfc2f98e165df3cd39fdf81a3c7aed735ed6a506f6ccb8ce8a5cc04c1f92e28" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.7", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C_AXP192" + }, + { + "name": "I2C_BM8563" + }, + { + "name": "I2C_MPU6886" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.7.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.7.zip", + "size": 16359, + "checksum": "SHA-256:761418ad5c26dfcfa569a0ce636491920df6cd70bc8553bcf734039ff7e918b6" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.8", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C_AXP192_Power_management" + }, + { + "name": "I2C_BM8563_RTC" + }, + { + "name": "I2C_MPU6886_IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.8.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.8.zip", + "size": 15830, + "checksum": "SHA-256:0abb4a8e120ad08beea45b7abb8792566344d2b10dd7127593156057960775f1" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.9", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.9.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.9.zip", + "size": 23482, + "checksum": "SHA-256:a3ebe8439559fd293068bb7109f0cab3f95873677f61f6a9b4343aac6d0aab6b" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.1.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.1.0.zip", + "size": 25512, + "checksum": "SHA-256:5a8ac21d0442c151898221653e6237f78e42f6f5acbb62b39f8d061c281b04ac" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.1.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.1.1.zip", + "size": 25677, + "checksum": "SHA-256:a5fe070c224075c26dc63dba5d539e96f69f94d23a78e264d08f5b9a8c85a598" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.1.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.1.2.zip", + "size": 25775, + "checksum": "SHA-256:c00fd607a8569bd06195266635b266d3263d525accef345305c76067accd0a5e" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.0.zip", + "size": 30127, + "checksum": "SHA-256:69f67cdee056dcdd3033a7e06a44938f08fbf364a5f57866633eeacfc811e31f" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.1.zip", + "size": 30866, + "checksum": "SHA-256:96b7e3ec2cab314b9dfc940224daf1399f739becb8ba5087d21ced2956c9639d" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.2.zip", + "size": 36430, + "checksum": "SHA-256:8115ab79f2c013290c5e3767fe12eecb7d6a90a7215182ed02b792025d3d4657" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.3.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.3.zip", + "size": 36503, + "checksum": "SHA-256:30fa8089726d580a225b3a910a49b97766eac724064535a247f103c37672c3a7" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.4.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.4.zip", + "size": 38193, + "checksum": "SHA-256:c41bbc2d4d7bc67e8c763a31c2046a2cc503ed74daceb697c39e54faa17d51ce" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.5", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.5.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.5.zip", + "size": 73072, + "checksum": "SHA-256:6f3c377f410a3e322d063903d590c95e0c50bdd4acc388b1b2cbcf98a18f733f" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.6", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.6.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.6.zip", + "size": 74357, + "checksum": "SHA-256:20e8f624de7d6514cbaa788818b4af5750c94f02b78f9abf6ec1e4e3e371c235" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.7", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.7.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.7.zip", + "size": 86610, + "checksum": "SHA-256:556f08b257d0353c20c0d7f02bf00a44a5e5198a902db39b6a26d5601f515398" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.8", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.8.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.8.zip", + "size": 87509, + "checksum": "SHA-256:199dca6a813b48b9c3d69c9bcfc24507ad1e42672b34d8e9cf7e5638929569b5" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.9", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.9.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.9.zip", + "size": 87562, + "checksum": "SHA-256:4aca50d9d673ca7002cc42357c21e3d8b54f05dc1c0bf05fbccc705f63087da6" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.3.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.3.0.zip", + "size": 90270, + "checksum": "SHA-256:dd0ba793c3805dd3ceac94d56119f2a062a77fb0a230ffe4468e79dff7fc0065" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.3.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.3.1.zip", + "size": 90275, + "checksum": "SHA-256:aa9f2219cbb343250bc3622f22432076781b37c73938784ca62f0e58eb95be84" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.3.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.3.2.zip", + "size": 90275, + "checksum": "SHA-256:f426835fa7dcea4b5598779968de3092271bd68c40c8a0ef84b4ce81b5dca499" + }, + { + "name": "SmartButton Library", + "version": "0.1.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.0.zip", + "archiveFileName": "SmartButton_Library-0.1.0.zip", + "size": 5961, + "checksum": "SHA-256:dc17e8ab63a3bd66c648047acc4681a9425369fe933ef97e723cff37e947c85f" + }, + { + "name": "SmartButton Library", + "version": "0.1.1", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.1.zip", + "archiveFileName": "SmartButton_Library-0.1.1.zip", + "size": 6230, + "checksum": "SHA-256:bc172f047ddd32433349791e1ecb8c5a3a10166a3059dc1a47d11aa2fb621e3f" + }, + { + "name": "SmartButton Library", + "version": "0.1.2", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.2.zip", + "archiveFileName": "SmartButton_Library-0.1.2.zip", + "size": 6324, + "checksum": "SHA-256:d7e9733980bf26ecfa69d2c871834f89f0c2df8ccc6a54298ea4082e7e19851d" + }, + { + "name": "SmartButton Library", + "version": "0.1.3", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.3.zip", + "archiveFileName": "SmartButton_Library-0.1.3.zip", + "size": 9945, + "checksum": "SHA-256:cbc6962f9e741ced726028976a530c6cfdb98481a69353d78bbf8b4474f096f4" + }, + { + "name": "SmartButton Library", + "version": "0.1.4", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.4.zip", + "archiveFileName": "SmartButton_Library-0.1.4.zip", + "size": 9948, + "checksum": "SHA-256:5966adaae8f09b9ac5eec32515afa93314cb9b5b3e7f18adfa7a5b73508ec0c5" + }, + { + "name": "SmartButton Library", + "version": "0.2.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.2.0.zip", + "archiveFileName": "SmartButton_Library-0.2.0.zip", + "size": 12475, + "checksum": "SHA-256:fe313166edf70e8b5b794ae014beedc28bf3f2e42e6df9b03e62e8a3e9d19dc5" + }, + { + "name": "SmartButton Library", + "version": "0.3.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click, hold, long-hold, and auto-repeat events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.3.0.zip", + "archiveFileName": "SmartButton_Library-0.3.0.zip", + "size": 13789, + "checksum": "SHA-256:43812ab5f33d89f14d0ab439e4f6cace243f5a88a03b81337a298a0764c0414d" + }, + { + "name": "lvgl", + "version": "7.3.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.3.0.zip", + "archiveFileName": "lvgl-7.3.0.zip", + "size": 6870549, + "checksum": "SHA-256:ecfab38ed6a6ef5d231eaad575a76910fc0bcd38570666e243e19eafff7cd9ba" + }, + { + "name": "lvgl", + "version": "7.3.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.3.1.zip", + "archiveFileName": "lvgl-7.3.1.zip", + "size": 6873851, + "checksum": "SHA-256:87031ef0906a8c60690cca3eb069ffc9c779956766f3d16b0d92b6b8d921975b" + }, + { + "name": "lvgl", + "version": "7.4.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.4.0.zip", + "archiveFileName": "lvgl-7.4.0.zip", + "size": 6935361, + "checksum": "SHA-256:228de9bb0a179c62eec94611e5be55a8333e5d3153b5d27b09c69aee11ea7714" + }, + { + "name": "lvgl", + "version": "7.5.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.5.0.zip", + "archiveFileName": "lvgl-7.5.0.zip", + "size": 6936760, + "checksum": "SHA-256:5e68284aac5bd70401318a7c61388c4fc67e1a1d2bee3ea878768eb41785aa6a" + }, + { + "name": "lvgl", + "version": "7.6.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.6.0.zip", + "archiveFileName": "lvgl-7.6.0.zip", + "size": 6939418, + "checksum": "SHA-256:80104316ad9a512bc71868bbd3ccd737bbad0faf309a2fc469913027888b546a" + }, + { + "name": "lvgl", + "version": "7.6.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.6.1.zip", + "archiveFileName": "lvgl-7.6.1.zip", + "size": 6939938, + "checksum": "SHA-256:d85fe448047cf80de40d2b654ecd8d1a4bc544a3a05ad309b32603b5001d1f38" + }, + { + "name": "lvgl", + "version": "7.7.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.0.zip", + "archiveFileName": "lvgl-7.7.0.zip", + "size": 6982121, + "checksum": "SHA-256:1dc14527ce3b7fc4243d3e33ee283de26d518d83616b088187d10c1976b264d9" + }, + { + "name": "lvgl", + "version": "7.7.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.1.zip", + "archiveFileName": "lvgl-7.7.1.zip", + "size": 6986098, + "checksum": "SHA-256:79a709c5eb6f100f6d0b1bc1adcc285e30d24a3ef492b17cd2cd26ac097c247e" + }, + { + "name": "lvgl", + "version": "7.7.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.2.zip", + "archiveFileName": "lvgl-7.7.2.zip", + "size": 6986867, + "checksum": "SHA-256:d9ad8c694088c4d3c833d9eaf23d498c7ef0130be4efbb20f0249a5fc4debc76" + }, + { + "name": "lvgl", + "version": "7.8.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.8.0.zip", + "archiveFileName": "lvgl-7.8.0.zip", + "size": 7001525, + "checksum": "SHA-256:a77977fc0ab483d81944511fbda195c0822f30a699dc1526f15d129c5fc8f846" + }, + { + "name": "lvgl", + "version": "7.8.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.8.1.zip", + "archiveFileName": "lvgl-7.8.1.zip", + "size": 7001733, + "checksum": "SHA-256:955ffb3af0c607f0286833e8d981eb50ecfa76e6b43ae1d7fee9042c598503a0" + }, + { + "name": "lvgl", + "version": "7.9.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.9.0.zip", + "archiveFileName": "lvgl-7.9.0.zip", + "size": 7003894, + "checksum": "SHA-256:7728457bae0c31a1046702275553888572e76d84466e45d7d310e3a0bc921a73" + }, + { + "name": "lvgl", + "version": "7.9.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.9.1.zip", + "archiveFileName": "lvgl-7.9.1.zip", + "size": 7002164, + "checksum": "SHA-256:f359c4b9dd0eac5f6e6719c367e3f79445584f1b9300b0bb14f03c71c845b0b6" + }, + { + "name": "lvgl", + "version": "7.10.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.10.0.zip", + "archiveFileName": "lvgl-7.10.0.zip", + "size": 7003422, + "checksum": "SHA-256:5081196831cd781eb918da71e34c79d0ca15d631b42c40bfba1deff56d9b8be9" + }, + { + "name": "lvgl", + "version": "7.10.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.10.1.zip", + "archiveFileName": "lvgl-7.10.1.zip", + "size": 7004078, + "checksum": "SHA-256:c7f50b6b170836b3a4bd1d47f1b00b4508c1f83eaab5f75f901a1465356d991e" + }, + { + "name": "lvgl", + "version": "7.11.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.11.0.zip", + "archiveFileName": "lvgl-7.11.0.zip", + "size": 7006303, + "checksum": "SHA-256:a993385dd9150326333edd5423acf33807247629c5716a71b42b8f92e169e496" + }, + { + "name": "lvgl", + "version": "8.0.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.0.0.zip", + "archiveFileName": "lvgl-8.0.0.zip", + "size": 10188168, + "checksum": "SHA-256:e76ff2d23bd5071bc9cc28f04c0232b9f5b981373bd39df7ad5d4f9d4da6f027" + }, + { + "name": "lvgl", + "version": "8.0.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.0.1.zip", + "archiveFileName": "lvgl-8.0.1.zip", + "size": 10189889, + "checksum": "SHA-256:f570e1fd80033393cf0d68e690aef93f8e51f9708d80de8995e4a0fa4718bceb" + }, + { + "name": "lvgl", + "version": "8.0.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": ["lvgl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.0.2.zip", + "archiveFileName": "lvgl-8.0.2.zip", + "size": 10197058, + "checksum": "SHA-256:f75546f42bffc01a0e2e7e7a985edaf611269cbeadec50aa7a6fbfb1d2e76db8" + }, + { + "name": "M62429", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": ["M62429.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.0.zip", + "archiveFileName": "M62429-0.2.0.zip", + "size": 6852, + "checksum": "SHA-256:d68b897ab1437e695fab94bef7fa1fa255f347af18df61eb7382e872c526e502" + }, + { + "name": "M62429", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": ["M62429.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.1.zip", + "archiveFileName": "M62429-0.2.1.zip", + "size": 8409, + "checksum": "SHA-256:669e7e1657f8a6ad3c24e45e9301ece4e17cb40e7fb82cc691fe71e029a26db2" + }, + { + "name": "M62429", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": ["M62429.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.2.zip", + "archiveFileName": "M62429-0.2.2.zip", + "size": 8344, + "checksum": "SHA-256:7beb81302525cd549dd3cc29665d77af26beefb1b1c8242d1e1b1e04b9be2d7d" + }, + { + "name": "lv_examples", + "version": "7.0.2", + "author": "kisvegabor", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.0.2.zip", + "archiveFileName": "lv_examples-7.0.2.zip", + "size": 5029347, + "checksum": "SHA-256:3eb3e0f554ba254d786a1c99e049e1d5911abc32d41d61f9725c5dd6ebbec572" + }, + { + "name": "lv_examples", + "version": "7.3.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.3.1.zip", + "archiveFileName": "lv_examples-7.3.1.zip", + "size": 5029478, + "checksum": "SHA-256:834e2d7c8abcaaeb6e123c3ea6c385db66c859a4ee41164af23719bf032a5499" + }, + { + "name": "lv_examples", + "version": "7.4.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.4.0.zip", + "archiveFileName": "lv_examples-7.4.0.zip", + "size": 5049024, + "checksum": "SHA-256:592cc300905e518858c748a61f7e7aa0b5639b98eae8cce8ef726b2b06c6e97b" + }, + { + "name": "lv_examples", + "version": "7.5.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.5.0.zip", + "archiveFileName": "lv_examples-7.5.0.zip", + "size": 5049039, + "checksum": "SHA-256:78e66408dcb88bade7f7689bed0a2aff9c1518ac14982d119e62a867e2684d40" + }, + { + "name": "lv_examples", + "version": "7.6.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.6.0.zip", + "archiveFileName": "lv_examples-7.6.0.zip", + "size": 5049037, + "checksum": "SHA-256:9de2ab81976d2893dad86ac2e829dfa307a27073eca699af9a85d9796319ef15" + }, + { + "name": "lv_examples", + "version": "7.6.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.6.1.zip", + "archiveFileName": "lv_examples-7.6.1.zip", + "size": 5047912, + "checksum": "SHA-256:78bd68da59197f95585ac0ff7213569ad5af680d3a9fe8a70c32b3d7b5fa6afe" + }, + { + "name": "lv_examples", + "version": "7.7.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.0.zip", + "archiveFileName": "lv_examples-7.7.0.zip", + "size": 5047918, + "checksum": "SHA-256:ffd64e93d20319e8149fae78a21e8990b9b815a4a245edc6646ba413cf027c26" + }, + { + "name": "lv_examples", + "version": "7.7.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.1.zip", + "archiveFileName": "lv_examples-7.7.1.zip", + "size": 5048019, + "checksum": "SHA-256:46403aedb1a531708a2627cf2c9041ec433220d086e4c4843dda9426faf4ac32" + }, + { + "name": "lv_examples", + "version": "7.7.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.2.zip", + "archiveFileName": "lv_examples-7.7.2.zip", + "size": 5047822, + "checksum": "SHA-256:42480c89ac2cf31b4c17d5353cefcf18d049037bd5db93c1ef182a006ae646e2" + }, + { + "name": "lv_examples", + "version": "7.8.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.8.0.zip", + "archiveFileName": "lv_examples-7.8.0.zip", + "size": 5047973, + "checksum": "SHA-256:7741a2bb95cf88fa1b2e0ad7b4b49892a05f2ba57a343528a7f2be2bf6998820" + }, + { + "name": "lv_examples", + "version": "7.8.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.8.1.zip", + "archiveFileName": "lv_examples-7.8.1.zip", + "size": 7453158, + "checksum": "SHA-256:adac3af9fcdd4e071a7b96990153c1775913935f27167d34ffffeab44437450b" + }, + { + "name": "lv_examples", + "version": "7.9.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.9.0.zip", + "archiveFileName": "lv_examples-7.9.0.zip", + "size": 7531385, + "checksum": "SHA-256:e8fbdccb932960fbbf8058369d24d4591f5862133638c75e2cf1de0eb8318fbc" + }, + { + "name": "lv_examples", + "version": "7.9.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.9.1.zip", + "archiveFileName": "lv_examples-7.9.1.zip", + "size": 7531733, + "checksum": "SHA-256:650c2e4ac6250a1e1d689c06ca582b2d4a3d30fc22c1ac85124635c01a0c5c55" + }, + { + "name": "lv_examples", + "version": "7.10.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.10.0.zip", + "archiveFileName": "lv_examples-7.10.0.zip", + "size": 7532503, + "checksum": "SHA-256:730aa414f40917389bee854482e05fc83a20742f6ac21f51c7f049d71bb32d44" + }, + { + "name": "lv_examples", + "version": "7.10.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.10.1.zip", + "archiveFileName": "lv_examples-7.10.1.zip", + "size": 7532582, + "checksum": "SHA-256:792e99ee85295350347749f4ec5c45af8191d7325cb2d2679c724b68c96f5268" + }, + { + "name": "lv_examples", + "version": "7.11.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.11.0.zip", + "archiveFileName": "lv_examples-7.11.0.zip", + "size": 8052237, + "checksum": "SHA-256:0c77bba8ecb5871847b3784e9b40df56bf44be3a3e66857fd09b8ab22c9147a8" + }, + { + "name": "lv_examples", + "version": "8.0.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": ["lv_examples.h"], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-8.0.1.zip", + "archiveFileName": "lv_examples-8.0.1.zip", + "size": 5909182, + "checksum": "SHA-256:8771efe3ee948099a8b772db8b378cfadb878c345aa7ba3de0423b8520cfd9a8" + }, + { + "name": "Watermeter", + "version": "1.0.0", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.0.zip", + "archiveFileName": "Watermeter-1.0.0.zip", + "size": 8867, + "checksum": "SHA-256:1a98507dfd69ccc779908302f509ba95ba23baf24d2548d2e91a9a3636a62abe" + }, + { + "name": "Watermeter", + "version": "1.0.1", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.1.zip", + "archiveFileName": "Watermeter-1.0.1.zip", + "size": 10442, + "checksum": "SHA-256:4885d03e471ce9c95b9340ab04b022ee816c77bb06779010d48bbc0229876be4" + }, + { + "name": "Watermeter", + "version": "1.0.2", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.2.zip", + "archiveFileName": "Watermeter-1.0.2.zip", + "size": 21039, + "checksum": "SHA-256:197c297c01d6458dc15a9437736a1fef126b62937f926b947267d53e66054838" + }, + { + "name": "Adafruit LC709203F", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.0.0.zip", + "archiveFileName": "Adafruit_LC709203F-1.0.0.zip", + "size": 9147, + "checksum": "SHA-256:691ee7672282a7c28ec8983e4764a589405bfd71e5e5cd32de40bb18d33aa2a8" + }, + { + "name": "Adafruit LC709203F", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.0.1.zip", + "archiveFileName": "Adafruit_LC709203F-1.0.1.zip", + "size": 9167, + "checksum": "SHA-256:bed4175909970f1fc22b8786bd845c95480969542ad64e9dcd23d0cb22d70ea6" + }, + { + "name": "Adafruit LC709203F", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.1.0.zip", + "archiveFileName": "Adafruit_LC709203F-1.1.0.zip", + "size": 9389, + "checksum": "SHA-256:3636f33020370432876ca9bf50526b8a3a1639800cba8adbb4b5f22497d2c520" + }, + { + "name": "HeliOS", + "version": "0.2.1", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 20 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MannyPeterson/HeliOS.git", + "providesIncludes": ["HeliOS_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.1.zip", + "archiveFileName": "HeliOS-0.2.1.zip", + "size": 201684, + "checksum": "SHA-256:f168253c95d3b3ecf54b47e4f5413ef17f5e2eb44912aa3cd37240033e7206ba" + }, + { + "name": "HeliOS", + "version": "0.2.2", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MannyPeterson/HeliOS.git", + "providesIncludes": ["HeliOS_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.2.zip", + "archiveFileName": "HeliOS-0.2.2.zip", + "size": 204432, + "checksum": "SHA-256:97a7b48394a6c1cf660f6e05c6b7c45f567ed8fffdb63496d2ee7eb58ae914f4" + }, + { + "name": "HeliOS", + "version": "0.2.3", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MannyPeterson/HeliOS.git", + "providesIncludes": ["HeliOS_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.3.zip", + "archiveFileName": "HeliOS-0.2.3.zip", + "size": 213128, + "checksum": "SHA-256:9c365c897db669e6f16ba4bbfc5c82aa4ab6fa1868237dd1d5d0c8b0bca33d86" + }, + { + "name": "HeliOS", + "version": "0.2.4", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MannyPeterson/HeliOS.git", + "providesIncludes": ["HeliOS_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.4.zip", + "archiveFileName": "HeliOS-0.2.4.zip", + "size": 218648, + "checksum": "SHA-256:4140a6e1cb7fe74819cd437188cfc49a5c677372a46b3a1ea2092b906f5d357c" + }, + { + "name": "HeliOS", + "version": "0.2.5", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MannyPeterson/HeliOS.git", + "providesIncludes": ["HeliOS_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.5.zip", + "archiveFileName": "HeliOS-0.2.5.zip", + "size": 223409, + "checksum": "SHA-256:b72045ac5b09b21be872b58423b0d08e4ac48d15cf75e7907c421391229165f9" + }, + { + "name": "HeliOS", + "version": "0.2.6", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MannyPeterson/HeliOS.git", + "providesIncludes": ["HeliOS_Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.6.zip", + "archiveFileName": "HeliOS-0.2.6.zip", + "size": 223509, + "checksum": "SHA-256:3c930e6f1ee482279d3768ed733c212df1c02b550e4742949b1c60be6f539913" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.1", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": ["Freenove_WS2812_Lib_for_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.1.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.1.zip", + "size": 75685, + "checksum": "SHA-256:1bb8c93810b9f17a0ab14cda191522da65b92b0bd3b472334374d79e988b18f9" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.2", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": ["Freenove_WS2812_Lib_for_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.2.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.2.zip", + "size": 75530, + "checksum": "SHA-256:6ca23c7a4812ba71ac86d0f869fb907a3c244ba092136d2e25bf6e12a8b51072" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.3", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": ["Freenove_WS2812_Lib_for_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.3.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.3.zip", + "size": 75534, + "checksum": "SHA-256:beb23da8e4d85481adc715d87712d23ddd2c928a3170c7903eb3371810499507" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.4", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": ["Freenove_WS2812_Lib_for_ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.4.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.4.zip", + "size": 75535, + "checksum": "SHA-256:d6666fd9fb5e43f31ef82c1c5d220429410ac5111b7d5fca42ae15df35d58218" + }, + { + "name": "MDNS_Generic", + "version": "1.0.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, etc. boards using Ethernet W5x00", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": ["MDNS_Generic.h"], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.0.0.zip", + "archiveFileName": "MDNS_Generic-1.0.0.zip", + "size": 225936, + "checksum": "SHA-256:be8b26fd1f2ae827e14b32d6a729f84eba85057c1dcadc93cedf96a7728b9eb9" + }, + { + "name": "MDNS_Generic", + "version": "1.0.1", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, etc. boards using Ethernet W5x00", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": ["MDNS_Generic.h"], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.0.1.zip", + "archiveFileName": "MDNS_Generic-1.0.1.zip", + "size": 293807, + "checksum": "SHA-256:5886921a29af4aae0376107997741cd79625cdbea6f6f1cc024dda437fa41204" + }, + { + "name": "MDNS_Generic", + "version": "1.1.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": ["MDNS_Generic.h"], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.1.0.zip", + "archiveFileName": "MDNS_Generic-1.1.0.zip", + "size": 468484, + "checksum": "SHA-256:c67fecce80a4f1ca760dc7c0b47308bfaa1867f2b097148088cf01e9cbe9489c" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": ["Kelvin2RGB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.0.zip", + "archiveFileName": "Kelvin2RGB-0.1.0.zip", + "size": 8841, + "checksum": "SHA-256:cc570c98a2dab5021ccf8b805f4ccb6a1370d216f11ebc141921abb1c2bbb6d0" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": ["Kelvin2RGB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.1.zip", + "archiveFileName": "Kelvin2RGB-0.1.1.zip", + "size": 10612, + "checksum": "SHA-256:6d7599cc2e70a8168f15a4a236363ec1f1f559260ddea7f37d560c59e135cd52" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": ["Kelvin2RGB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.2.zip", + "archiveFileName": "Kelvin2RGB-0.1.2.zip", + "size": 12546, + "checksum": "SHA-256:0eeb434b7482d1785ccd60ebe19e79d4f3d5a67486358ef424ab319bca054ae8" + }, + { + "name": "SerialDraw", + "version": "1.0.0", + "author": "TilenS, JurijTSL", + "maintainer": "TilenS, JurijTSL", + "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", + "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", + "website": "https://github.com/TilenS6/SerialDraw-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TilenS6/SerialDraw-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.0.zip", + "archiveFileName": "SerialDraw-1.0.0.zip", + "size": 5269, + "checksum": "SHA-256:22a5572f49a3f8289c5d4b7e572750da806b1c29cff5ee0cd785d356b3bec04f" + }, + { + "name": "SerialDraw", + "version": "1.0.1", + "author": "TilenS, JurijTSL", + "maintainer": "TilenS, JurijTSL", + "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", + "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", + "website": "https://github.com/TilenS6/SerialDraw-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TilenS6/SerialDraw-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.1.zip", + "archiveFileName": "SerialDraw-1.0.1.zip", + "size": 5529, + "checksum": "SHA-256:f6faeeee87bc2c7891bbf81ea8cdd7d882e7646f0a89c769080df1bb62e20972" + }, + { + "name": "SerialDraw", + "version": "1.0.2", + "author": "TilenS, JurijTSL", + "maintainer": "TilenS, JurijTSL", + "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", + "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", + "website": "https://github.com/TilenS6/SerialDraw-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TilenS6/SerialDraw-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.2.zip", + "archiveFileName": "SerialDraw-1.0.2.zip", + "size": 6353, + "checksum": "SHA-256:1dde8319e93663c16f9f0b412117e655dec2a284425c342c61eca12dd2c5cfb9" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.0.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.0.0.zip", + "size": 267563, + "checksum": "SHA-256:555e178df468a1e47daeb0ca991058adcce8a17f40030d0cd9716bda24b05273" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.1.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.0.1.zip", + "size": 270054, + "checksum": "SHA-256:a63f40f8ab7622b47abaac57645feaf1514ba811d11fb42165df37cbc3b7086d" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.0.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.2.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.0.2.zip", + "size": 287646, + "checksum": "SHA-256:1119b91ae0a26169c7a78a302022ffad4f43d7a61f92b58eaaaf71583bfbcf9d" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.0.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.3.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.0.3.zip", + "size": 286324, + "checksum": "SHA-256:c2be94041fec2d8d8267181245a508a1e7b3536b84ba6fd11474fdefa69a95c4" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.1.0.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.1.0.zip", + "size": 303859, + "checksum": "SHA-256:7fe0136848c79cf0898da5f02b630a0cc5ef956079e7cefa216da73d9f81c623" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.2.0.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.2.0.zip", + "size": 239503, + "checksum": "SHA-256:4f0ec69a0518b0201796f3b29086ec372262718e8ee1bb68679b4ff43fe60312" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.3.0.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.3.0.zip", + "size": 1242777, + "checksum": "SHA-256:69cf4e570e88aaadd4e3dc0dc9c44e600b393ad6f119db0ce39bc91972119864" + }, + { + "name": "107-Arduino-UAVCAN", + "version": "1.3.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", + "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "providesIncludes": ["ArduinoUAVCAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.3.1.zip", + "archiveFileName": "107_Arduino_UAVCAN-1.3.1.zip", + "size": 1243178, + "checksum": "SHA-256:ab95464077f3cae4bb21bc43a8c071c81cb330048dac5dde2d7c2283e63525d9" + }, + { + "name": "bitHelpers", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": ["bitHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.0.zip", + "archiveFileName": "bitHelpers-0.1.0.zip", + "size": 6481, + "checksum": "SHA-256:bae5672c0c238d2490037892b45be1637cda59a7d97ce51eb2f443da89f434df" + }, + { + "name": "bitHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": ["bitHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.1.zip", + "archiveFileName": "bitHelpers-0.1.1.zip", + "size": 8660, + "checksum": "SHA-256:412e3a2d1efaf634720f7bde5deb98bc26669fe2ea44788f4420b85abf2356a0" + }, + { + "name": "bitHelpers", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": ["bitHelpers.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.3.zip", + "archiveFileName": "bitHelpers-0.1.3.zip", + "size": 12468, + "checksum": "SHA-256:86e9abb1e837a69c9f8ff0d702b4040ec2b6cb53afcf20bec7287834c270a91d" + }, + { + "name": "TinyStepper", + "version": "1.0.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "Arduino library to drive stepper motors. Small and easy to use.", + "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 and UNL2003 module.", + "website": "https://github.com/jasonacox/TinyStepper", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TinyStepper.git", + "providesIncludes": ["TinyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.0.0.zip", + "archiveFileName": "TinyStepper-1.0.0.zip", + "size": 651023, + "checksum": "SHA-256:7a15dafd2aeb42b37310a273d225a68d988969b51b9851184beb2221ba4c2f22" + }, + { + "name": "TinyStepper", + "version": "1.1.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "Arduino library to drive stepper motors. Small and easy to use.", + "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 stepper motor and UNL2003 module. Control steppers with basic Move(x) commands where x is positive or negative value (in degrees). Uses halfstep sequencing for higher torque and smoother motion.", + "website": "https://github.com/jasonacox/TinyStepper", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jasonacox/TinyStepper.git", + "providesIncludes": ["TinyStepper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.1.0.zip", + "archiveFileName": "TinyStepper-1.1.0.zip", + "size": 652553, + "checksum": "SHA-256:dde807fe0f10ca6c4a057fd84bf3d3e96697abeb6b7dd07d114da74d76494258" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": ["I2C_BM8563.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.1.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.1.zip", + "size": 6469, + "checksum": "SHA-256:c84b737fce32984b6170ff0a0ebd29a6d1b217b641dc9c8e400820048ac665e8" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": ["I2C_BM8563.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.2.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.2.zip", + "size": 8099, + "checksum": "SHA-256:55f4855eb8c9ebca9b3994b14f7aedea38643b15cdd7530c77f4552d073fbafe" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": ["I2C_BM8563.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.3.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.3.zip", + "size": 9960, + "checksum": "SHA-256:64be9195af874407dabd03b01dd4a9c8e10df39895098f4478dc8da7d0ab7689" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": ["I2C_AXP192.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.1.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.1.zip", + "size": 5627, + "checksum": "SHA-256:00f1fa9d8fab96bbb3c047bdd159974f6043e8f82725cfd771de3ea2bda2c1ee" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": ["I2C_AXP192.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.2.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.2.zip", + "size": 5627, + "checksum": "SHA-256:724af784fc4a72cbcfdfaa3a8ef41031243c25ee02507c5e9163627b94469dfd" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": ["I2C_AXP192.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.3.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.3.zip", + "size": 5697, + "checksum": "SHA-256:e1b598ced64c7f2c149c9e6b96285b7d5aa41b24c236177fe56548017969c1eb" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": ["I2C_AXP192.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.4.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.4.zip", + "size": 5676, + "checksum": "SHA-256:fd8827a1f08d92d40373f3f41711d5975706cf9fdc103913afdf927e37cb158d" + }, + { + "name": "AqualaboSensor", + "version": "0.0.1", + "author": "Andres Sabas, based in the work of Libelium", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "Aqualabo Sensors.", + "paragraph": "Aqualabo Sensors communication with Modbus slaves over RS232/485 (via RTU protocol). Requires an RS232/485 transceiver.", + "website": "https://github.com/ElectronicCats/AqualaboSensorsLibrary", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/AqualaboSensorsLibrary.git", + "providesIncludes": ["AqualaboSensors.h"], + "dependencies": [ + { + "name": "ModbusMaster" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/AqualaboSensor-0.0.1.zip", + "archiveFileName": "AqualaboSensor-0.0.1.zip", + "size": 31149, + "checksum": "SHA-256:b4b7182c6103ef541d4e9357bb8c8441ad44533344b04e3a788af36103b6446d" + }, + { + "name": "evo_build_template", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.0.zip", + "archiveFileName": "evo_build_template-1.0.0.zip", + "size": 10487, + "checksum": "SHA-256:dbc8574018a14f48adf37bc51a2ed01d13baefe41b8391589c43084fbe96659d" + }, + { + "name": "evo_build_template", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.1.zip", + "archiveFileName": "evo_build_template-1.0.1.zip", + "size": 16686, + "checksum": "SHA-256:d4dafa04eab20b9ff6c57c665bdaa4da653168da78163f4a2dd0ac425ca2f4e4" + }, + { + "name": "evo_build_template", + "version": "1.0.3", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.3.zip", + "archiveFileName": "evo_build_template-1.0.3.zip", + "size": 16782, + "checksum": "SHA-256:27e166e7ce45094ba676f4f15ed23d28e3cff177bbcac338cfa594179a450a68" + }, + { + "name": "evo_build_template", + "version": "1.0.4", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.4.zip", + "archiveFileName": "evo_build_template-1.0.4.zip", + "size": 15568, + "checksum": "SHA-256:223c5aef5daa2e295e676a9e2147c361d7aa17020823e3cd7f8376662a7838f9" + }, + { + "name": "evo_build_template", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.1.0.zip", + "archiveFileName": "evo_build_template-1.1.0.zip", + "size": 19211, + "checksum": "SHA-256:13a7bf3933b17c3a60d05755fc4e0e841cb61a9313daf75eddeb8433e24d848c" + }, + { + "name": "evo_pmux_csr", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo PMUX CSR", + "website": "https://github.com/AloriumTechnology/evo_pmux_csr", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_pmux_csr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_pmux_csr-1.0.0.zip", + "archiveFileName": "evo_pmux_csr-1.0.0.zip", + "size": 13996, + "checksum": "SHA-256:cbf85cfc1300d8aa8900233d45e17fc0d25f33db20e326304364bcebe9d21918" + }, + { + "name": "evo_pmux_csr", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo PMUX CSR", + "paragraph": "Evo PMUX CSR definitions required for OpenEvo.", + "website": "https://github.com/AloriumTechnology/evo_pmux_csr", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_pmux_csr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_pmux_csr-1.0.1.zip", + "archiveFileName": "evo_pmux_csr-1.0.1.zip", + "size": 17878, + "checksum": "SHA-256:e57aa41d87ac8e717b1177f964835483a63b89b51bb770404582a0d8efc31908" + }, + { + "name": "AD985X", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": ["AD985X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.1.0.zip", + "archiveFileName": "AD985X-0.1.0.zip", + "size": 6702, + "checksum": "SHA-256:335e01399b8073349f23e28326e5567a007afd63a99403c42354968f22bb5ad2" + }, + { + "name": "AD985X", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": ["AD985X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.1.1.zip", + "archiveFileName": "AD985X-0.1.1.zip", + "size": 10167, + "checksum": "SHA-256:ebe596a45309c5fde0cc1c5f2afc7f99719cc5fc47f252b5fb426152957da148" + }, + { + "name": "AD985X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": ["AD985X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.2.0.zip", + "archiveFileName": "AD985X-0.2.0.zip", + "size": 15591, + "checksum": "SHA-256:bd18b96b1d7961c73f1d1f1e15a140d1a0a50717de3d6642e4d348e8a02d27c9" + }, + { + "name": "AD985X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": ["AD985X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.2.1.zip", + "archiveFileName": "AD985X-0.2.1.zip", + "size": 16073, + "checksum": "SHA-256:84ad9e90c0e17900873cbce13c5e78a69d66c895c5496381052f8b8d301f9614" + }, + { + "name": "AD985X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": ["AD985X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.2.2.zip", + "archiveFileName": "AD985X-0.2.2.zip", + "size": 18447, + "checksum": "SHA-256:793a2ba3badc34aa39503f22d55b0143d075d21414513b8bb7cd305b2490eaee" + }, + { + "name": "AD985X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": ["AD985X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.0.zip", + "archiveFileName": "AD985X-0.3.0.zip", + "size": 100834, + "checksum": "SHA-256:d5bf4fbe2bcbdd98c6029320bf93be01261071b0d04a849735279fbc53a98811" + }, + { + "name": "AnimatedGIF", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.0.zip", + "archiveFileName": "AnimatedGIF-1.0.0.zip", + "size": 787875, + "checksum": "SHA-256:6b8e931babd3fe2c36500805a4127b670c464570c468b613f8fb16d8e11fa944" + }, + { + "name": "AnimatedGIF", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.1.zip", + "archiveFileName": "AnimatedGIF-1.0.1.zip", + "size": 792999, + "checksum": "SHA-256:7fab1abcde8421a8384622b6b875b9e180f421251f8656143868c3873b309731" + }, + { + "name": "AnimatedGIF", + "version": "1.0.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.2.zip", + "archiveFileName": "AnimatedGIF-1.0.2.zip", + "size": 800783, + "checksum": "SHA-256:6c4a5e6e950a731dea933c80202ec0b5dbe83483de8aacfe1f2ddb9f0e2f9de3" + }, + { + "name": "AnimatedGIF", + "version": "1.0.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.3.zip", + "archiveFileName": "AnimatedGIF-1.0.3.zip", + "size": 800812, + "checksum": "SHA-256:9a89dba5bd1b26a7cc8eb279fa66f7ecc7f9fff4118e210e34448730408dd14f" + }, + { + "name": "AnimatedGIF", + "version": "1.0.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.4.zip", + "archiveFileName": "AnimatedGIF-1.0.4.zip", + "size": 909014, + "checksum": "SHA-256:7a2c083be5d8cfaff662e3a37b0fedcace3cf4f2cb71a86a5e4a256ad27cfc88" + }, + { + "name": "AnimatedGIF", + "version": "1.0.5", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.5.zip", + "archiveFileName": "AnimatedGIF-1.0.5.zip", + "size": 909014, + "checksum": "SHA-256:6d7277a0a6b9145f4359ca40cbcd07bf26a80f643055930710d4a314da2bf582" + }, + { + "name": "AnimatedGIF", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.0.zip", + "archiveFileName": "AnimatedGIF-1.1.0.zip", + "size": 903556, + "checksum": "SHA-256:94323e598c8308737c38378f63ef55b3f6d5cc118be4ece3a20e7b7db9a3ff29" + }, + { + "name": "AnimatedGIF", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.1.zip", + "archiveFileName": "AnimatedGIF-1.1.1.zip", + "size": 912951, + "checksum": "SHA-256:ed32ee701311cdb0b73530a7bbc93797e312a38b44317c18e040c72b874e57b0" + }, + { + "name": "AnimatedGIF", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.2.zip", + "archiveFileName": "AnimatedGIF-1.1.2.zip", + "size": 916953, + "checksum": "SHA-256:532d2f5977f43478cdcf99a29b9cc0d0822d9349ec58bbaa1e93129d2aea3313" + }, + { + "name": "AnimatedGIF", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.2.0.zip", + "archiveFileName": "AnimatedGIF-1.2.0.zip", + "size": 920292, + "checksum": "SHA-256:411f61b28da137ac6c4c1baa21bb1bec867e4b07fcc1eacbf86c4a3e2aa05e37" + }, + { + "name": "AnimatedGIF", + "version": "1.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.3.0.zip", + "archiveFileName": "AnimatedGIF-1.3.0.zip", + "size": 920348, + "checksum": "SHA-256:438e965600a27872211139586337e8aa05fb4a578d0adadb9ea09cc26c2f7ca8" + }, + { + "name": "AnimatedGIF", + "version": "1.3.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.3.1.zip", + "archiveFileName": "AnimatedGIF-1.3.1.zip", + "size": 920355, + "checksum": "SHA-256:1e77fecc876aed59bc26ea20d6d15d5f65a687356a37e9b0efd27df42481a85a" + }, + { + "name": "AnimatedGIF", + "version": "1.3.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.3.2.zip", + "archiveFileName": "AnimatedGIF-1.3.2.zip", + "size": 920351, + "checksum": "SHA-256:25b0f900e50b6abe1749eb6d739a08703f52d6aedcc7962a78ed4437bb31f175" + }, + { + "name": "AnimatedGIF", + "version": "1.4.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.0.zip", + "archiveFileName": "AnimatedGIF-1.4.0.zip", + "size": 1161623, + "checksum": "SHA-256:f77832de8aa8b5fdb92bfe2bb0270b568d9d50ce131637fe433ea8b0dd072d81" + }, + { + "name": "AnimatedGIF", + "version": "1.4.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.1.zip", + "archiveFileName": "AnimatedGIF-1.4.1.zip", + "size": 1161696, + "checksum": "SHA-256:244c5fcf5d213c1d1c5ed26736f3a6e56124ee5f3c43cd3ea710a63552519065" + }, + { + "name": "AnimatedGIF", + "version": "1.4.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.2.zip", + "archiveFileName": "AnimatedGIF-1.4.2.zip", + "size": 1166639, + "checksum": "SHA-256:7fa1a7ef4aba7fc5d471da68e13fa62e1bb0804529939241f00e02b527985f2c" + }, + { + "name": "AnimatedGIF", + "version": "1.4.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.3.zip", + "archiveFileName": "AnimatedGIF-1.4.3.zip", + "size": 1186730, + "checksum": "SHA-256:dd43c15ed11132e30d7f80c6bc4bf2c876c9ac0ae78e8d0cd5ec5467ddc5d6f4" + }, + { + "name": "AnimatedGIF", + "version": "1.4.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": ["AnimatedGIF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.4.zip", + "archiveFileName": "AnimatedGIF-1.4.4.zip", + "size": 1865722, + "checksum": "SHA-256:f2759e6ab576035ed21e5e9dda6a5486c427f4548be331860b1c5b4af3bedfd0" + }, + { + "name": "evo_bsp", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.0.zip", + "archiveFileName": "evo_bsp-1.0.0.zip", + "size": 3875158, + "checksum": "SHA-256:6f2efa9437db94cad5c7aa86b5fe872dd644ae81ddfa6964bc6cd6cb56f1c0b6" + }, + { + "name": "evo_bsp", + "version": "1.0.3", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.3.zip", + "archiveFileName": "evo_bsp-1.0.3.zip", + "size": 19808784, + "checksum": "SHA-256:214169b134cba7482d247f33c251be0f2a6c809e25fd759ba37dd1ebd68414d1" + }, + { + "name": "evo_bsp", + "version": "1.0.4", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.4.zip", + "archiveFileName": "evo_bsp-1.0.4.zip", + "size": 21228484, + "checksum": "SHA-256:b55d8389975d6c05914e9f5db491a0184b37a64fd398f1ca82f07bb6f3733f86" + }, + { + "name": "evo_bsp", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.1.0.zip", + "archiveFileName": "evo_bsp-1.1.0.zip", + "size": 21400958, + "checksum": "SHA-256:5dec11f5243f2a3772893e8884e6dfeef8950f8b501036fa51c366ab65cfec2e" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.0.0", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.0.0.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.0.0.zip", + "size": 47121, + "checksum": "SHA-256:86d5cf49f113b2ecb22eb4001f2c6187ed3b571bd7ceafbff747ad96b2a686be" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.1", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.1.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.1.zip", + "size": 18391, + "checksum": "SHA-256:0158285d3f11a4fc896cde2b39a34ec3dea2785648ed517818d78f3edf848b79" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.2", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.2.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.2.zip", + "size": 18292, + "checksum": "SHA-256:9b555adb4b1661e7da4b43490447c762b55ec0a6cf3b30f30658aa84930038e1" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.3", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.3.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.3.zip", + "size": 19718, + "checksum": "SHA-256:a99073f1f4c0eaa025995e451e93bf6a90a3ed93d80269a70186d55666242705" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.4", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.4.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.4.zip", + "size": 17490, + "checksum": "SHA-256:6f2006bfbe282c928b37b0c12b67bade30e4920d8651e3921bc8f99b9969e0f2" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.5", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.5.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.5.zip", + "size": 17146, + "checksum": "SHA-256:9ad97ba76b9b782c47a57a769ac37370e59b85098f981281f8b37aeded054c9f" + }, + { + "name": "TinyNunchuk", + "version": "1.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use a Wii Nunchuk.", + "paragraph": "The Wii Nunchuk is a controller with a joystick, accelerometer, and two buttons. It communicates over I2C at 3.3V using either Wire, TinyWireM, or tiny-i2c.", + "website": "https://github.com/datacute/TinyNunchuk", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/datacute/TinyNunchuk.git", + "providesIncludes": ["TinyNunchuk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyNunchuk-1.0.0.zip", + "archiveFileName": "TinyNunchuk-1.0.0.zip", + "size": 17590, + "checksum": "SHA-256:5c6c9a77d02f96dddafd0cdca7aa2929da1747b2a1a97aa2512bf539163c2cf5" + }, + { + "name": "LC_baseTools", + "version": "1.0.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.0.0.zip", + "archiveFileName": "LC_baseTools-1.0.0.zip", + "size": 32020, + "checksum": "SHA-256:1ed091a4db8e8954b1af387fb8d31ce954b30a35b1ad7a8ff92dffd6d35b81fd" + }, + { + "name": "LC_baseTools", + "version": "1.1.1", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.1.1.zip", + "archiveFileName": "LC_baseTools-1.1.1.zip", + "size": 34310, + "checksum": "SHA-256:5c7818b8a3fdb0af94d101ce29e28f6ce556248b155c4539272b2ef2464c97be" + }, + { + "name": "LC_baseTools", + "version": "1.1.2", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.1.2.zip", + "archiveFileName": "LC_baseTools-1.1.2.zip", + "size": 34596, + "checksum": "SHA-256:43e680c38e817077d2665ff29cae82ef672b3b0530857eef6e9e0cb1f2255ddf" + }, + { + "name": "LC_baseTools", + "version": "1.2.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.0.zip", + "archiveFileName": "LC_baseTools-1.2.0.zip", + "size": 39035, + "checksum": "SHA-256:6b0321c3956791e68d750f4f2f53f8545ef53a856c806318689fd4d0f69402e3" + }, + { + "name": "LC_baseTools", + "version": "1.2.3", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.3.zip", + "archiveFileName": "LC_baseTools-1.2.3.zip", + "size": 42639, + "checksum": "SHA-256:53c2dd523b43eb0111639b0f678e965c8d151651e828a52c216dfd03fd95a0de" + }, + { + "name": "LC_baseTools", + "version": "1.2.4", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.4.zip", + "archiveFileName": "LC_baseTools-1.2.4.zip", + "size": 44121, + "checksum": "SHA-256:a284983f7c59ae372332959f9577e5d5faa7768d51b23cf24768ac76d09aff72" + }, + { + "name": "SpinWearables", + "version": "0.0.1", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": ["SpinWearables.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-0.0.1.zip", + "archiveFileName": "SpinWearables-0.0.1.zip", + "size": 5039297, + "checksum": "SHA-256:5f93c82765ce54a4109a9b56d31a603c6f937aa59ca4a36528f7d6fde9aa051d" + }, + { + "name": "SpinWearables", + "version": "0.0.2", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": ["SpinWearables.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-0.0.2.zip", + "archiveFileName": "SpinWearables-0.0.2.zip", + "size": 5050586, + "checksum": "SHA-256:0cf5b15b9afc8f769637dd7abc4d9d6b38e33861b7c5d334206f4c7dd3077eb6" + }, + { + "name": "SpinWearables", + "version": "1.0.0", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": ["SpinWearables.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.0.zip", + "archiveFileName": "SpinWearables-1.0.0.zip", + "size": 5056305, + "checksum": "SHA-256:9da00aa0832f258347ad06e2bfb5ec0557998560010cbed16e8520f0f67f1aa9" + }, + { + "name": "SpinWearables", + "version": "1.0.1", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": ["SpinWearables.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.1.zip", + "archiveFileName": "SpinWearables-1.0.1.zip", + "size": 5056315, + "checksum": "SHA-256:8de73e4f576abbe079b76f5621f1317bf856bb02df07038a46de04149f99c93b" + }, + { + "name": "SpinWearables", + "version": "1.0.2", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": ["SpinWearables.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.2.zip", + "archiveFileName": "SpinWearables-1.0.2.zip", + "size": 5060632, + "checksum": "SHA-256:07d32ba9e04fa98dc974928e9020d354e2e789f86d96c52c6d13ed48a91fa7bc" + }, + { + "name": "SpinWearables", + "version": "1.0.3", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": ["SpinWearables.h"], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.3.zip", + "archiveFileName": "SpinWearables-1.0.3.zip", + "size": 5061815, + "checksum": "SHA-256:67598dc674d5dee9213cd4f443ec086353061f899a7b819b0d0b7666bb4a1b48" + }, + { + "name": "OPT3101", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "OPT3101 distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with TI's OPT3101 distance sensor.", + "website": "https://github.com/pololu/opt3101-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/opt3101-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/OPT3101-1.0.0.zip", + "archiveFileName": "OPT3101-1.0.0.zip", + "size": 14176, + "checksum": "SHA-256:ee834d27feaa2612d654872902fa64680cbd6c019a639963b3a79ac26ea3bf90" + }, + { + "name": "OPT3101", + "version": "1.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "OPT3101 distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with TI's OPT3101 distance sensor.", + "website": "https://github.com/pololu/opt3101-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/opt3101-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/OPT3101-1.0.1.zip", + "archiveFileName": "OPT3101-1.0.1.zip", + "size": 14241, + "checksum": "SHA-256:fbe3c9de37d077a72450453efcf1864ceb69518886fb2c3431986355ce9eb55d" + }, + { + "name": "Green Beacon", + "version": "0.1.0", + "author": "uko", + "maintainer": "uko", + "sentence": "BLE beacon library compatible with LINE Simple Beacon", + "paragraph": "Light-weight \u0026 Simple library that makes your any ESP32 boards into BLE beacon device compatible with LINE Simple Beacon.", + "website": "https://github.com/ukkz/green-beacon-esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ukkz/green-beacon-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukkz/Green_Beacon-0.1.0.zip", + "archiveFileName": "Green_Beacon-0.1.0.zip", + "size": 5755, + "checksum": "SHA-256:41487760e129ebc917dca2738bb12ce14ee61112231f28264a7cffeb06920309" + }, + { + "name": "Green Beacon", + "version": "0.2.0", + "author": "uko", + "maintainer": "uko", + "sentence": "BLE beacon library compatible with LINE Simple Beacon", + "paragraph": "Light-weight \u0026 Simple library that makes your any ESP32 boards into BLE beacon device compatible with LINE Simple Beacon.", + "website": "https://github.com/ukkz/green-beacon-esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ukkz/green-beacon-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukkz/Green_Beacon-0.2.0.zip", + "archiveFileName": "Green_Beacon-0.2.0.zip", + "size": 8107, + "checksum": "SHA-256:304167afc201292d0d31837f95213c9ffa840067995bd042e6cd01e0676c4d97" + }, + { + "name": "SPIFFS ImageReader Library", + "version": "1.0.0", + "author": "Luca Dentella", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", + "website": "https://github.com/lucadentella/SPIFFS_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.0.zip", + "archiveFileName": "SPIFFS_ImageReader_Library-1.0.0.zip", + "size": 11835, + "checksum": "SHA-256:9a4f97c6997f1ed6ca1d6d0d23720e033b07aef626843d1d7914e08d54c570c3" + }, + { + "name": "SPIFFS ImageReader Library", + "version": "1.0.1", + "author": "Luca Dentella", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", + "website": "https://github.com/lucadentella/SPIFFS_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.1.zip", + "archiveFileName": "SPIFFS_ImageReader_Library-1.0.1.zip", + "size": 830690, + "checksum": "SHA-256:8631bb3e5ee2eff280e267a1561daa8b4b963dfaec38b6b30bf3d11ee1705d6e" + }, + { + "name": "SPIFFS ImageReader Library", + "version": "1.0.2", + "author": "Luca Dentella", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", + "website": "https://github.com/lucadentella/SPIFFS_ImageReader", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.2.zip", + "archiveFileName": "SPIFFS_ImageReader_Library-1.0.2.zip", + "size": 830690, + "checksum": "SHA-256:064ef3e24c0eb1551a325fcecd8d905508081d9752877f19d5dffb1c9a384f2f" + }, + { + "name": "JPEGDEC", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.0.0.zip", + "archiveFileName": "JPEGDEC-1.0.0.zip", + "size": 589929, + "checksum": "SHA-256:ae8c441c4c70705078c30111016f169254d4457db1b012d3f3b1a8be437bb70d" + }, + { + "name": "JPEGDEC", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.0.1.zip", + "archiveFileName": "JPEGDEC-1.0.1.zip", + "size": 856837, + "checksum": "SHA-256:67f2413201b8b85c63cc18cb56f52d4cee9b77dca6c5e1875d6e16451f058e2d" + }, + { + "name": "JPEGDEC", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.1.0.zip", + "archiveFileName": "JPEGDEC-1.1.0.zip", + "size": 860225, + "checksum": "SHA-256:731df4b8d7840015d49fcc577d919e066a9f4bf7be46b255839c3b439478d524" + }, + { + "name": "JPEGDEC", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.1.1.zip", + "archiveFileName": "JPEGDEC-1.1.1.zip", + "size": 860863, + "checksum": "SHA-256:7362edde50cc7e3c9dd313ccce45c6723114704d806f0a5235bf919a8928bda7" + }, + { + "name": "JPEGDEC", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.0.zip", + "archiveFileName": "JPEGDEC-1.2.0.zip", + "size": 862126, + "checksum": "SHA-256:5662cfdb1c6d792081e2e23de19c8af01c105639f714b89be0c0a508131c372d" + }, + { + "name": "JPEGDEC", + "version": "1.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.1.zip", + "archiveFileName": "JPEGDEC-1.2.1.zip", + "size": 1318932, + "checksum": "SHA-256:7c1f2513cf1e29b89919678353ee0fff5ce44637afc55f419f250f89b65d8e91" + }, + { + "name": "JPEGDEC", + "version": "1.2.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.2.zip", + "archiveFileName": "JPEGDEC-1.2.2.zip", + "size": 1319281, + "checksum": "SHA-256:f8dfe4a248317ae0926f1986a2540024f17dff743c750df14d4bb723f8519f42" + }, + { + "name": "JPEGDEC", + "version": "1.2.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.3.zip", + "archiveFileName": "JPEGDEC-1.2.3.zip", + "size": 1623940, + "checksum": "SHA-256:b5b58a4d4ac04228ca5c61363782ce8331369d851df423da35681aa79bf8c9e6" + }, + { + "name": "JPEGDEC", + "version": "1.2.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": ["JPEGDEC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.4.zip", + "archiveFileName": "JPEGDEC-1.2.4.zip", + "size": 1623988, + "checksum": "SHA-256:bf216756946cc169e8a67429b347f7ec8491dffe7fee42b076ffbf4a5b2b76d0" + }, + { + "name": "FSerial", + "version": "1.0.0", + "author": "Assailing Falcons \u003cfalconsofficial@gmail.com\u003e", + "maintainer": "Saksham Bhutani \u003csakshambhutani2001@gmail.com\u003e", + "sentence": "A Delay Less Communication Protocol.", + "paragraph": "Designed specifically for Team Assailing Falcons.", + "website": "https://github.com/Falcons21/FSerial", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Falcons21/FSerial.git", + "providesIncludes": ["FSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Falcons21/FSerial-1.0.0.zip", + "archiveFileName": "FSerial-1.0.0.zip", + "size": 2883, + "checksum": "SHA-256:27549434d337623c748609c717904e7537c9acb4c4621a34112e6cd5e50f0b4b" + }, + { + "name": "INA219B", + "version": "1.0.0", + "author": "Didier Coyman", + "maintainer": "Didier Coyman", + "sentence": "INA219B TI i2c output current/voltage/power monitor Library", + "paragraph": "The library inherit from other existing one, adding more mode support and various R Shunt.", + "website": "https://github/INA219B", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Tintin4000/INA219B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tintin4000/INA219B-1.0.0.zip", + "archiveFileName": "INA219B-1.0.0.zip", + "size": 40508, + "checksum": "SHA-256:beca3b07569c997dd972aeb03194e7339d75584e4455cfc29bb828fd0346fbb3" + }, + { + "name": "is31fl3733", + "version": "1.0.1", + "author": "Dominik Friml \u003cfrimldom@gmail.com\u003e", + "maintainer": "Dominik Friml \u003cfrimldom@gmail.com\u003e", + "sentence": "This is arduino library for IC ISSI IS31FL3733A", + "paragraph": "based on IS31FL3733 C library by kkostyan (Big thanks to you!).", + "website": "https://gitlab.com/friml/is31fl3733", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://gitlab.com/friml/is31fl3733.git", + "providesIncludes": ["Arduino_is31fl3733.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/friml/is31fl3733-1.0.1.zip", + "archiveFileName": "is31fl3733-1.0.1.zip", + "size": 27356, + "checksum": "SHA-256:f52935b937c263ee372e34dc9e0be355d9cb57df58e8527a6be78451b6a6a8f3" + }, + { + "name": "LibYxml", + "version": "1.0.0", + "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", + "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "Yoran Heling's yxml library.", + "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", + "website": "https://github.com/JulStrat/LibYxml", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JulStrat/LibYxml.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.0.zip", + "archiveFileName": "LibYxml-1.0.0.zip", + "size": 18070, + "checksum": "SHA-256:210f8720a8c0dad226a507c2d6d6ab97f5670e8bb130eec408387eb3db4ed83c" + }, + { + "name": "LibYxml", + "version": "1.0.1", + "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", + "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "Yoran Heling's yxml library.", + "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", + "website": "https://github.com/JulStrat/LibYxml", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JulStrat/LibYxml.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.1.zip", + "archiveFileName": "LibYxml-1.0.1.zip", + "size": 18166, + "checksum": "SHA-256:dfa4d8183578a1c7c074038b35f6cde0d05b028819581d06fe6db2a1a3724353" + }, + { + "name": "nuMROBO", + "version": "0.0.1", + "author": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "maintainer": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "sentence": "An Arduino library for programming nuMROBO robot made by nuMectro Technology.", + "paragraph": "nuMROBO is a modular robot designed \u0026 developed by nuMectro Technology, this library is used to program and control nuMROBO robot.", + "website": "https://github.com/nuMectro/nuMROBO", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/nuMectro/nuMROBO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nuMectro/nuMROBO-0.0.1.zip", + "archiveFileName": "nuMROBO-0.0.1.zip", + "size": 7462, + "checksum": "SHA-256:0e2a12241ce83d84ac3e9b3220d268b28fbed90bd2384d5acec2a80ca7149b20" + }, + { + "name": "nuMROBO", + "version": "0.0.2", + "author": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "maintainer": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "sentence": "An Arduino library for programming nuMROBO robot made by nuMectro Technology.", + "paragraph": "nuMROBO is a modular robot designed \u0026 developed by nuMectro Technology, this library is used to program and control nuMROBO robot.", + "website": "https://github.com/nuMectro/nuMROBO", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/nuMectro/nuMROBO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nuMectro/nuMROBO-0.0.2.zip", + "archiveFileName": "nuMROBO-0.0.2.zip", + "size": 7521, + "checksum": "SHA-256:10b0a6ab3c50f88af65b412d2bd918965a28d9f4eac3118f99891971e6ee47f5" + }, + { + "name": "SoundPlayer", + "version": "1.0.0", + "author": "Isaac Robinson", + "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", + "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", + "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", + "website": "https://github.com/isaacrobinson2000/SoundPlayer", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "providesIncludes": ["Sound.h", "SoundPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.0.0.zip", + "archiveFileName": "SoundPlayer-1.0.0.zip", + "size": 10178, + "checksum": "SHA-256:53906ba6cf91567092a0d85a9993044e41e6e7b5c3a0c123760504f8c05c6a23" + }, + { + "name": "SoundPlayer", + "version": "1.0.1", + "author": "Isaac Robinson", + "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", + "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", + "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", + "website": "https://github.com/isaacrobinson2000/SoundPlayer", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "providesIncludes": ["Sound.h", "SoundPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.0.1.zip", + "archiveFileName": "SoundPlayer-1.0.1.zip", + "size": 10401, + "checksum": "SHA-256:2d9380b95024d6fec81046a1d57db500566efcbe560f80313990b1c9f0f1a5d8" + }, + { + "name": "SoundPlayer", + "version": "1.1.1", + "author": "Isaac Robinson", + "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", + "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", + "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", + "website": "https://github.com/isaacrobinson2000/SoundPlayer", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "providesIncludes": ["Sound.h", "SoundPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.1.1.zip", + "archiveFileName": "SoundPlayer-1.1.1.zip", + "size": 10203, + "checksum": "SHA-256:098d5e670fe7183f0015717cae80762edece8555a89c98fd65288182f4c6e179" + }, + { + "name": "MCP_ADC", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP_ADC family MCP3008", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": ["MCP_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.1.zip", + "archiveFileName": "MCP_ADC-0.1.1.zip", + "size": 12580, + "checksum": "SHA-256:2f84fe6d3671c07d7c93aa48b2b1c094876a4bd18b5f84e6960598cb9c0f83ae" + }, + { + "name": "MCP_ADC", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": ["MCP_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.2.zip", + "archiveFileName": "MCP_ADC-0.1.2.zip", + "size": 14204, + "checksum": "SHA-256:4dcc77d0137d24218a9c9a318ff4e536d42d76e6633ad5e36a02bce32cf51407" + }, + { + "name": "MCP_ADC", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": ["MCP_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.3.zip", + "archiveFileName": "MCP_ADC-0.1.3.zip", + "size": 14035, + "checksum": "SHA-256:4cd6ec0a0e0217316e3f115ad82384e03b50ee93399e3075dc07a2709c045ed0" + }, + { + "name": "MCP_ADC", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": ["MCP_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.4.zip", + "archiveFileName": "MCP_ADC-0.1.4.zip", + "size": 16747, + "checksum": "SHA-256:c351c5690a98529bfa8526f384aa2a3136cb8035d4cde3b39c6cc555e6ee5d92" + }, + { + "name": "MCP_ADC", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": ["MCP_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.5.zip", + "archiveFileName": "MCP_ADC-0.1.5.zip", + "size": 17463, + "checksum": "SHA-256:f23e010538fcbe403c232664b8a8922821acd13c81637356ce0db123e37dfd58" + }, + { + "name": "MCP_ADC", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": ["MCP_ADC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.6.zip", + "archiveFileName": "MCP_ADC-0.1.6.zip", + "size": 17618, + "checksum": "SHA-256:6c0d901b84406f877d4636a7ad6ff87d5b3f2b2fe6290464d07a875e6fa2ccb5" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.0", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of \"Type-C PID controller\" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.0.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.0.zip", + "size": 100736, + "checksum": "SHA-256:a3ce3814583582ebf83a2a1da9e07841ea759bbd214a0a10e3d07274308bf2bf" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.1", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of \"Type-C PID controller\" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.1.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.1.zip", + "size": 101266, + "checksum": "SHA-256:63cae06aaa92b9c2af54583c2897ca41641d09aab3179193c1ab7b4fae1fc836" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.2", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.2.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.2.zip", + "size": 103488, + "checksum": "SHA-256:dbf65f6e39c72dc682f9002b1ca982d489736ecc4c2938163e4c8b71c60c957d" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.3", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.3.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.3.zip", + "size": 103723, + "checksum": "SHA-256:fd42553a3ed116c79d623ce38bc52e84e3cd1d8d047c279480504fdd63373f2b" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.0", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.0.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.0.zip", + "size": 246317, + "checksum": "SHA-256:91384f1447335bb801dc3b49b11f8bfa4dbf76b0b87681163d195c11cf9d1d1b" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.1", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.1.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.1.zip", + "size": 246400, + "checksum": "SHA-256:efca453bec1f530d54317d817fe56031022243126d0f7ccdb1cb97c4a7830c88" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.2", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": ["pid.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.2.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.2.zip", + "size": 246435, + "checksum": "SHA-256:868c6326d9d6ca706f945220fdf5a9508681597fed11d9d9677fc194f961374d" + }, + { + "name": "RoboCore - MMA8452Q", + "version": "1.0.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the MMA8452Q 3-axis accelerometer.", + "paragraph": "Use the MMA8452Q to read the acceleration in 3 axis, for freefall and motion detection, among other features.", + "website": "https://github.com/RoboCore/RoboCore_MMA8452Q", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RoboCore/RoboCore_MMA8452Q.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___MMA8452Q-1.0.0.zip", + "archiveFileName": "RoboCore___MMA8452Q-1.0.0.zip", + "size": 11232, + "checksum": "SHA-256:912f52d3a6d71dbd1c859deaf823c793f9804ad22ef66fc456cad4be9dc8e3e4" + }, + { + "name": "RoboCore - SMW_SX1276M0", + "version": "1.0.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (\u003chttps://www.robocore.net/loja/produtos/1239\u003e)", + "paragraph": "Use the LoRaWAN Bee to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.0.zip", + "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.0.zip", + "size": 39122, + "checksum": "SHA-256:c88c533bc3b0191910342ea77d5ea420d369048fca99dd5586324171a820ab56" + }, + { + "name": "RoboCore - SMW_SX1276M0", + "version": "1.0.1", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (https://www.robocore.net/loja/produtos/1239)", + "paragraph": "Use the LoRaWAN Bee to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.1.zip", + "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.1.zip", + "size": 39166, + "checksum": "SHA-256:dd896dba8460b01a8d56f2509fda7df162b339c5b753ae48c2dec979af641fc0" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.0.zip", + "size": 1214793, + "checksum": "SHA-256:a9ef823bd45261151628353afe481174ae4785f50af44f40f43de5e52f148409" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.1", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.1.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.1.zip", + "size": 1217093, + "checksum": "SHA-256:6933b21fa9bf5a2f00dae9a28e7a8c00f38a8151a339b9fd987d045cbc3fb3dc" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.2", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.2.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.2.zip", + "size": 1231071, + "checksum": "SHA-256:16f9b1faec762b079ce0687d537ed7b521c9fcada0c4cf9ec4b8cbeda5320f46" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.3", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.3.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.3.zip", + "size": 1316271, + "checksum": "SHA-256:03bbca747b8ec03d3906699042004602c582e8752693806ed7901172a66f4924" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.1.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.1.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.1.0.zip", + "size": 1721954, + "checksum": "SHA-256:7aff7f726d72972291f20c46e3bae524bb1991e9ec479221a35acf8362fbf12c" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.2.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.2.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.2.0.zip", + "size": 1799330, + "checksum": "SHA-256:7278a53cde1d0322e23f6dc956cd648fff8119117b9e256e9b514ad4c51a2893" + }, + { + "name": "DigitLed72xx", + "version": "0.0.2", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers as 7-Segment displays.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": ["DigitLed72xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.2.zip", + "archiveFileName": "DigitLed72xx-0.0.2.zip", + "size": 9958, + "checksum": "SHA-256:47ea4a09830aba1f4e5e145bb651b767c32400bf0deaa0e5f8691fb01b8f87e9" + }, + { + "name": "DigitLed72xx", + "version": "0.0.3", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": ["DigitLed72xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.3.zip", + "archiveFileName": "DigitLed72xx-0.0.3.zip", + "size": 10499, + "checksum": "SHA-256:3ecb539db5f3116e6aea7b30de5ebaa60212abf2f9dd71545cf910907599aef7" + }, + { + "name": "DigitLed72xx", + "version": "0.0.4", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": ["DigitLed72xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.4.zip", + "archiveFileName": "DigitLed72xx-0.0.4.zip", + "size": 10550, + "checksum": "SHA-256:2936056506a9a700005be83582b88995b268f0ebddeaaa05b01027d72b28d2f2" + }, + { + "name": "DigitLed72xx", + "version": "0.0.5", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": ["DigitLed72xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.5.zip", + "archiveFileName": "DigitLed72xx-0.0.5.zip", + "size": 10594, + "checksum": "SHA-256:343271e255fd113937e172cf235681dda30c5514b02a1782d5d13ac560f71057" + }, + { + "name": "DigitLed72xx", + "version": "0.0.6", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": ["DigitLed72xx.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.6.zip", + "archiveFileName": "DigitLed72xx-0.0.6.zip", + "size": 10476, + "checksum": "SHA-256:fe2bf1f6815283403223a6251539f28fa37f0e82a18ad178725101cb981e3e71" + }, + { + "name": "SimpleMotionV2-Arduino", + "version": "1.0.0", + "author": "Vladimír Záhradník, vladimir.zahradnik@jsce.cz", + "maintainer": "Vladimír Záhradník, vladimir.zahradnik@jsce.cz", + "license": "Apache-2.0", + "sentence": "An Arduino library for controlling SimpleMotion IONI/ARGON drives from Granite Devices.", + "paragraph": "This is an Arduino port of the SimpleMotionV2 library to control drives like IONI over RS485.", + "website": "https://github.com/JSC-electronics/SimpleMotionV2-Arduino", + "category": "Communication", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/SimpleMotionV2-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleMotionV2_Arduino-1.0.0.zip", + "archiveFileName": "SimpleMotionV2_Arduino-1.0.0.zip", + "size": 1676486, + "checksum": "SHA-256:f71b37bfb3fe6200877e9faa70fb2b654435f8360fc78239203593e691d9e851" + }, + { + "name": "MT8870", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": ["MT8870.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.1.zip", + "archiveFileName": "MT8870-0.1.1.zip", + "size": 5267, + "checksum": "SHA-256:4ef3ffebe257cad8899f307f00b2f1f1a0370c670464e2711dd2a75a69edf41f" + }, + { + "name": "MT8870", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": ["MT8870.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.2.zip", + "archiveFileName": "MT8870-0.1.2.zip", + "size": 6914, + "checksum": "SHA-256:98e9c46a83550413464346571dca78771b860dec8a707dba93673d538925326d" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.0", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON. Tested with ESP8266 in current version.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.0.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.0.zip", + "size": 5707, + "checksum": "SHA-256:0c40e446bb518dc2dffa28ae19d7d9979220e7deaadf75ce4a9bd94099d15622" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.1", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON. Tested with ESP8266 in current version.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.1.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.1.zip", + "size": 8674, + "checksum": "SHA-256:c017a91fa6a838c31bf6c9b10181a2fceeb4fb331b374f111317fb8671cf461b" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.3", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.3.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.3.zip", + "size": 8917, + "checksum": "SHA-256:f130dfc8428440e9cb7d15a4c718e5b38e717b688e37d89248b7cda78b6973e1" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.4", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.4.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.4.zip", + "size": 14790, + "checksum": "SHA-256:c000e24742df7e1b29b0a45e6f44fae2ce925a59e54d042dbde6c959c15d0a3a" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.5", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.5.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.5.zip", + "size": 13001, + "checksum": "SHA-256:ce5303b1660485356831d13bbb4fd413022dae0477c2e4fd87a11c0b483180a5" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.6", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.6.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.6.zip", + "size": 19347, + "checksum": "SHA-256:d5581ef0db99c9fd7c3571b41f1372719e0ab27272744e51b900b2d6999dda99" + }, + { + "name": "OneTime-BH1750", + "version": "1.0.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BH1750 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/OneTime-BH1750", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JVKran/OneTime-BH1750.git", + "providesIncludes": ["BH1750.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/OneTime_BH1750-1.0.0.zip", + "archiveFileName": "OneTime_BH1750-1.0.0.zip", + "size": 8535, + "checksum": "SHA-256:843a952b08c487a4213907eae4e058efbf26332bc071310fa58b5dc4c58e5d0c" + }, + { + "name": "Finite-State-Machine-Arduino", + "version": "1.0.4", + "author": "Arekushi", + "maintainer": "Arekushi \u003calex.ferreiradelima64@gmail.com\u003e", + "sentence": "With that we can create proper states for objects.", + "paragraph": "This is a state machine model, object oriented applied in C++ to be used in line tracking carts - Arduino UNO.", + "website": "https://github.com/Arekushi/Finite-State-Machine-Arduino", + "category": "Uncategorized", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Arekushi/Finite-State-Machine-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Arekushi/Finite_State_Machine_Arduino-1.0.4.zip", + "archiveFileName": "Finite_State_Machine_Arduino-1.0.4.zip", + "size": 254450, + "checksum": "SHA-256:7f143725d6d5664f7897c05524750e6703cd5670a8995fcc2a749b06134085ae" + }, + { + "name": "ESPWebDAV", + "version": "2.0.0", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.0.0.zip", + "archiveFileName": "ESPWebDAV-2.0.0.zip", + "size": 28978, + "checksum": "SHA-256:3df91802c62e67f51774dba0e2b94eeae9bd072513734735f51904e9e34c961c" + }, + { + "name": "ESPWebDAV", + "version": "2.1.2", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.1.2.zip", + "archiveFileName": "ESPWebDAV-2.1.2.zip", + "size": 30869, + "checksum": "SHA-256:e9de2fadbbb09429c0b0a1cd36c138a8f188657f53813c392eb2d102e7b11ca9" + }, + { + "name": "TinyCBOR", + "version": "0.0.1", + "author": "TOKITA Hiroshi, TinyCBOR Contributors", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is industrial strength C/C++ implementation of CBOR by Intel.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": ["tinycbor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.0.1.zip", + "archiveFileName": "TinyCBOR-0.0.1.zip", + "size": 130355, + "checksum": "SHA-256:0e1f0af71d319d0a7fa534d187aa837ec0a9c5e1105c2e34af99907f8817cf1f" + }, + { + "name": "TinyCBOR", + "version": "0.5.3-arduino1", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": ["tinycbor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino1.zip", + "archiveFileName": "TinyCBOR-0.5.3-arduino1.zip", + "size": 131649, + "checksum": "SHA-256:f2b15f02a7b3a8f265fcc17096a642acc226e187f7509d82b0cb7130db7365bb" + }, + { + "name": "TinyCBOR", + "version": "0.5.3-arduino2", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": ["tinycbor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino2.zip", + "archiveFileName": "TinyCBOR-0.5.3-arduino2.zip", + "size": 131923, + "checksum": "SHA-256:22a8678597bac187559b7c46e0a1ec8924438be6c1f5ce6af83a7708cdd184cf" + }, + { + "name": "TinyCBOR", + "version": "0.5.3-arduino.2", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": ["tinycbor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino.2.zip", + "archiveFileName": "TinyCBOR-0.5.3-arduino.2.zip", + "size": 132066, + "checksum": "SHA-256:7e38a55a64c9815d5e4547706ec45f2155705cf16c445b49e212eb17bcb216f1" + }, + { + "name": "TinyCBOR", + "version": "0.5.3002", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": ["tinycbor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3002.zip", + "archiveFileName": "TinyCBOR-0.5.3002.zip", + "size": 131071, + "checksum": "SHA-256:80974980864cd9aba49f501a86fe16f9f69d750b15634796e474d54af6aa120d" + }, + { + "name": "M5Stack_SimpleBeep", + "version": "1.1.0", + "author": "haratta27", + "maintainer": "haratta27", + "sentence": "Simple Beep for M5Stack", + "paragraph": "Simple Beep for M5Stack", + "website": "http://github.com/haratta27/M5Stack_SimpleBeep", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/haratta27/M5Stack_SimpleBeep.git", + "providesIncludes": ["beepSpeaker.h"], + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_SimpleBeep" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/haratta27/M5Stack_SimpleBeep-1.1.0.zip", + "archiveFileName": "M5Stack_SimpleBeep-1.1.0.zip", + "size": 219759, + "checksum": "SHA-256:02f9314c25b90198a77fbabe070858a16fc5533104712efbd2c10a5610b2c24d" + }, + { + "name": "M5Stack_SimpleBeep", + "version": "1.2.0", + "author": "haratta27", + "maintainer": "haratta27", + "sentence": "Simple Beep for M5Stack.", + "paragraph": "Detail url : http://github.com/haratta27/M5Stack_SimpleBeep", + "website": "http://github.com/haratta27/M5Stack_SimpleBeep", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/haratta27/M5Stack_SimpleBeep.git", + "providesIncludes": ["SimpleBeep.h"], + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_SimpleBeep" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/haratta27/M5Stack_SimpleBeep-1.2.0.zip", + "archiveFileName": "M5Stack_SimpleBeep-1.2.0.zip", + "size": 220012, + "checksum": "SHA-256:add04b44c1d06643543350f513a1324374d1b8291ff6c97350966c61bd93cb49" + }, + { + "name": "PCA9685 16-Channel PWM Driver Module Library", + "version": "1.2.14", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e, Vitska, Kasper Skårhøj \u003ckasperskaarhoj@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a PCA9685 16-channel PWM driver module from an Arduino board.", + "paragraph": "This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.", + "website": "https://github.com/NachtRaveVL/PCA9685-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NachtRaveVL/PCA9685-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.14.zip", + "archiveFileName": "PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.14.zip", + "size": 38135, + "checksum": "SHA-256:fc7f610c252b530827a622e3004ad13cc37f1da7bfdde7f294914259ceab2192" + }, + { + "name": "PCA9685 16-Channel PWM Driver Module Library", + "version": "1.2.15", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e, Vitska, Kasper Skårhøj \u003ckasperskaarhoj@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a PCA9685 16-channel PWM driver module from an Arduino board.", + "paragraph": "This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.", + "website": "https://github.com/NachtRaveVL/PCA9685-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NachtRaveVL/PCA9685-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.15.zip", + "archiveFileName": "PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.15.zip", + "size": 363833, + "checksum": "SHA-256:a53c1bedfd220f8359c9de80bd2ef49e8d82e21d28974764d3fee1b7776511d5" + }, + { + "name": "GAMMA", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": ["gamma.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.1.0.zip", + "archiveFileName": "GAMMA-0.1.0.zip", + "size": 8633, + "checksum": "SHA-256:1b7ba5a2c6ad12aa7052ba4731723a867de0ef4cf5723623fd79b034c46a9e54" + }, + { + "name": "GAMMA", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": ["gamma.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.1.1.zip", + "archiveFileName": "GAMMA-0.1.1.zip", + "size": 10003, + "checksum": "SHA-256:08f21d8041d1636df75e99055d894928bd064be1e16d6d8b9ec41568bc2d0c74" + }, + { + "name": "Lepton FLiR Thermal Camera Module Library", + "version": "0.9.91", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a Lepton FLiR (forward looking infrared) thermal camera module from an Arduino-like board (Teensy 3+/ESP32+ minimum).", + "paragraph": "This library allows communication with boards running a Lepton FLiR thermal camera module. It provides a wide range of functionality from adjustable memory footprint size, adjustable temperature display mode, fast chip select enable/disable routines, to exposing the full functionality of the thermal camera itself.", + "website": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino", + "category": "Device Control", + "architectures": ["teensy", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Lepton_FLiR_Thermal_Camera_Module_Library-0.9.91.zip", + "archiveFileName": "Lepton_FLiR_Thermal_Camera_Module_Library-0.9.91.zip", + "size": 4210810, + "checksum": "SHA-256:3322b191af1e1230de9121ecedd328186559b14b215797d21437c32bf4c5f3a1" + }, + { + "name": "ESP8266Audio", + "version": "1.5.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.5.0.zip", + "archiveFileName": "ESP8266Audio-1.5.0.zip", + "size": 5334872, + "checksum": "SHA-256:b989b4d938f5288c420dba3490771144542a983c4444a2e1fa601f51ed3ae868" + }, + { + "name": "ESP8266Audio", + "version": "1.5.1", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.5.1.zip", + "archiveFileName": "ESP8266Audio-1.5.1.zip", + "size": 6513369, + "checksum": "SHA-256:5c777440fb851f05c8ce61ff091988e0a5124bc5ae8aa13e55002f21ec51843b" + }, + { + "name": "ESP8266Audio", + "version": "1.6.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.6.0.zip", + "archiveFileName": "ESP8266Audio-1.6.0.zip", + "size": 7834404, + "checksum": "SHA-256:08a55ba95e2d4a9399e1ed593dcb75dfe07ebdd38d6d8433536b44fcd83da4c6" + }, + { + "name": "ESP8266Audio", + "version": "1.7.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.7.0.zip", + "archiveFileName": "ESP8266Audio-1.7.0.zip", + "size": 7838525, + "checksum": "SHA-256:e5b090cce761d2814cdb63c24f6d15fdecb2de53d3573b610d6b076e9ec731eb" + }, + { + "name": "ESP8266Audio", + "version": "1.8.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.8.0.zip", + "archiveFileName": "ESP8266Audio-1.8.0.zip", + "size": 7840372, + "checksum": "SHA-256:8673ce72aa805e42cbe5a4ed780571396f22fc557d21add1b94562e7923e24f5" + }, + { + "name": "ESP8266Audio", + "version": "1.8.1", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.8.1.zip", + "archiveFileName": "ESP8266Audio-1.8.1.zip", + "size": 7842767, + "checksum": "SHA-256:4b5579cbf92df4906230e003fffaa6d3fb983aeb11200b11342540c318ce3aaf" + }, + { + "name": "ESP8266Audio", + "version": "1.9.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.0.zip", + "archiveFileName": "ESP8266Audio-1.9.0.zip", + "size": 7846585, + "checksum": "SHA-256:aac171ecff9ffdb55b2182540ca5d6a8c1827dcbd1ed1cd9f1ec0c3d337c54f2" + }, + { + "name": "ESP8266Audio", + "version": "1.9.1", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.1.zip", + "archiveFileName": "ESP8266Audio-1.9.1.zip", + "size": 7851208, + "checksum": "SHA-256:65c9474b4e1671023cdcf6db3d9d2c0447cae274a56c7a27d55cac59700a5f24" + }, + { + "name": "ESP8266Audio", + "version": "1.9.2", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": ["esp8266", "esp32", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.2.zip", + "archiveFileName": "ESP8266Audio-1.9.2.zip", + "size": 7851207, + "checksum": "SHA-256:70d5f2fdacffa8f9adcf165efad4f9e49d24727d5b37b47ee5a922f563eb972f" + }, + { + "name": "BY8X01-16P Audio Module Library", + "version": "1.0.7", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a BY8001-16P or BY83001-16P audio module from an Arduino board.", + "paragraph": "This library allows communication with boards running a BY8001-16P or BY8301-16P audio module. It supports the full feature set of the BY8X01-16P chipset such as queued combination playback, indexed folder/file playback, loop playback mode, equalizer profile, spot insertion play, etc.", + "website": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/BY8X01_16P_Audio_Module_Library-1.0.7.zip", + "archiveFileName": "BY8X01_16P_Audio_Module_Library-1.0.7.zip", + "size": 3589327, + "checksum": "SHA-256:760e91d0521eaf483701fc99085b26ee275e4eac8f1c4e77413ee85def000921" + }, + { + "name": "BY8X01-16P Audio Module Library", + "version": "1.0.8", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a BY8001-16P or BY83001-16P audio module from an Arduino board.", + "paragraph": "This library allows communication with boards running a BY8001-16P or BY8301-16P audio module. It supports the full feature set of the BY8X01-16P chipset such as queued combination playback, indexed folder/file playback, loop playback mode, equalizer profile, spot insertion play, etc.", + "website": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/BY8X01_16P_Audio_Module_Library-1.0.8.zip", + "archiveFileName": "BY8X01_16P_Audio_Module_Library-1.0.8.zip", + "size": 3575988, + "checksum": "SHA-256:c4501b97a1d2b5dce61bbf4fa38174ceeae4fb444279c8b17f581004ff729a52" + }, + { + "name": "Adafruit MS8607", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MS8607 sensors.", + "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_MS8607", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MS8607.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.0.zip", + "archiveFileName": "Adafruit_MS8607-1.0.0.zip", + "size": 94610, + "checksum": "SHA-256:60f3a83656aa56992cd4ea42538bdc4bcf8e01d44b918e8c600bba59516a70a0" + }, + { + "name": "Adafruit MS8607", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MS8607 sensors.", + "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_MS8607", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MS8607.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.1.zip", + "archiveFileName": "Adafruit_MS8607-1.0.1.zip", + "size": 94614, + "checksum": "SHA-256:75dfe7ee6261989c785f6bd8010d536cebb00408a949298823188c9f26917391" + }, + { + "name": "SensorModbusMaster", + "version": "0.1.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.1.0.zip", + "archiveFileName": "SensorModbusMaster-0.1.0.zip", + "size": 12171, + "checksum": "SHA-256:99a31a62de3b7770ac58c6f6760b02b68d6781191a3134189b952a2c5ebe5fcd" + }, + { + "name": "SensorModbusMaster", + "version": "0.1.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.1.2.zip", + "archiveFileName": "SensorModbusMaster-0.1.2.zip", + "size": 12172, + "checksum": "SHA-256:b5745a4005fe8b37a158096ab38aaba3023866e6337802ac2f97a854a6576251" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.0.zip", + "archiveFileName": "SensorModbusMaster-0.4.0.zip", + "size": 13217, + "checksum": "SHA-256:0c51269d3f5000aedeba4969c6e171739e9348e0c33cafc5f3264d9da5406ce6" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.3", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.3.zip", + "archiveFileName": "SensorModbusMaster-0.4.3.zip", + "size": 13294, + "checksum": "SHA-256:b5f2e116c967d5ac5b0a652d6fb5221f623622ef38eb5554c5011270d3499426" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.7", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.7.zip", + "archiveFileName": "SensorModbusMaster-0.4.7.zip", + "size": 15572, + "checksum": "SHA-256:debce391c42b502dca462bbcb7e5f36e3a64f31495fb0cccfe49ed96bc8ffe98" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.8", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.8.zip", + "archiveFileName": "SensorModbusMaster-0.4.8.zip", + "size": 15747, + "checksum": "SHA-256:440923c96e1df8b815a827bdfbe00c6940ba9e8510909d7524344284368fb681" + }, + { + "name": "SensorModbusMaster", + "version": "0.5.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.5.2.zip", + "archiveFileName": "SensorModbusMaster-0.5.2.zip", + "size": 16371, + "checksum": "SHA-256:24fc263d7ac24ef03d9f644292abec4a3d8be41771355b7724f455562699281e" + }, + { + "name": "SensorModbusMaster", + "version": "0.5.3", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.5.3.zip", + "archiveFileName": "SensorModbusMaster-0.5.3.zip", + "size": 16376, + "checksum": "SHA-256:bb348e3ba4c62d8e7bb06cebcf80015484f79a204ce4abfc81bc0bf4b3e1fa13" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.0.zip", + "archiveFileName": "SensorModbusMaster-0.6.0.zip", + "size": 17140, + "checksum": "SHA-256:5d143502a7592922539c79d4d3ae3193f0e8103c1d2d80f5b0d1266bcaf0f4d7" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.2.zip", + "archiveFileName": "SensorModbusMaster-0.6.2.zip", + "size": 17149, + "checksum": "SHA-256:48e13588d6930794bd01a836e14d03afb35925b454467206f63efd556e574864" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.5", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.5.zip", + "archiveFileName": "SensorModbusMaster-0.6.5.zip", + "size": 7222111, + "checksum": "SHA-256:c626cd63466d7d6cda2b36f05a91b4aaf719a2c25724b61911e9cbee759fd3ee" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.7", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.7.zip", + "archiveFileName": "SensorModbusMaster-0.6.7.zip", + "size": 7222224, + "checksum": "SHA-256:8c09d4be27ad934a8cc226021c4b8fe7367b7ea33e76107a44a95a965efef625" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.8", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.8.zip", + "archiveFileName": "SensorModbusMaster-0.6.8.zip", + "size": 7225894, + "checksum": "SHA-256:6d2917d2310e6a4cdd327890b8c7cc7b1b346a0a14ebbf1a6b7ad787fbdcd659" + }, + { + "name": "HC-SR04", + "version": "1.0.0", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.0.zip", + "archiveFileName": "HC_SR04-1.0.0.zip", + "size": 417591, + "checksum": "SHA-256:55715e5aa627b9b0d6b56f987d40342b44eaa0b2153c5ac614a58c0f79caf3ba" + }, + { + "name": "HC-SR04", + "version": "1.0.1", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.1.zip", + "archiveFileName": "HC_SR04-1.0.1.zip", + "size": 417707, + "checksum": "SHA-256:1c6203a3376c04b9865fbbb10ee774d22c7adeba51559914d96ccc64eac1cc86" + }, + { + "name": "HC-SR04", + "version": "1.0.2", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.2.zip", + "archiveFileName": "HC_SR04-1.0.2.zip", + "size": 417883, + "checksum": "SHA-256:0770f7e2e4c2827f86c387d8230cc8fec82b0c57d0f71eace7ad7151fac2bdf7" + }, + { + "name": "HC-SR04", + "version": "1.1.0", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.1.0.zip", + "archiveFileName": "HC_SR04-1.1.0.zip", + "size": 419691, + "checksum": "SHA-256:118dda59f8d734ef4b30c36ba5827a09814ae7d604360371e6b0c07efc86818f" + }, + { + "name": "HC-SR04", + "version": "1.1.1", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.1.1.zip", + "archiveFileName": "HC_SR04-1.1.1.zip", + "size": 419695, + "checksum": "SHA-256:69711fa63e9b06475e3ed80fb1211ce398bf25988965a7acbf1fbebfd98df9a9" + }, + { + "name": "HC-SR04", + "version": "1.1.2", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.1.2.zip", + "archiveFileName": "HC_SR04-1.1.2.zip", + "size": 419950, + "checksum": "SHA-256:49de2618e18b12040ef80cf96382aebf2dfa74e167dc48713dcc55087d5fb0c9" + }, + { + "name": "KellerModbus", + "version": "0.2.0", + "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "sentence": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", + "paragraph": "A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller. Depends on the EnviroDIY/SensorModbusMaster library.", + "website": "https://github.com/EnviroDIY/KellerModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/KellerModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/KellerModbus-0.2.0.zip", + "archiveFileName": "KellerModbus-0.2.0.zip", + "size": 40274674, + "checksum": "SHA-256:63754f3e75ec451f74bbf4ec3e4bbe6acd93edbeebd3a496292f563ee6195802" + }, + { + "name": "KellerModbus", + "version": "0.2.1", + "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "sentence": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", + "paragraph": "A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller. Depends on the EnviroDIY/SensorModbusMaster library.", + "website": "https://github.com/EnviroDIY/KellerModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/KellerModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/KellerModbus-0.2.1.zip", + "archiveFileName": "KellerModbus-0.2.1.zip", + "size": 40274679, + "checksum": "SHA-256:859f433aef4087c37d7040c25448d38ff8ee5ee6eda43d8e4694a69fce1f4716" + }, + { + "name": "YosemitechModbus", + "version": "0.1.6", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.1.6.zip", + "archiveFileName": "YosemitechModbus-0.1.6.zip", + "size": 17456423, + "checksum": "SHA-256:16db21c9900167b2689b4761961de0c618d888443a2c201947396c6b874c7811" + }, + { + "name": "YosemitechModbus", + "version": "0.1.9", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.1.9.zip", + "archiveFileName": "YosemitechModbus-0.1.9.zip", + "size": 17456705, + "checksum": "SHA-256:a925b97d1a5613f0599b96aa586aafe4ff4ba0a953b7a09013a1f65e9e5bdfd0" + }, + { + "name": "YosemitechModbus", + "version": "0.2.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.0.zip", + "archiveFileName": "YosemitechModbus-0.2.0.zip", + "size": 18607545, + "checksum": "SHA-256:9dfe77390ef127965da7a816c281c6f7d3332c753c86dab702faa3eee583b404" + }, + { + "name": "YosemitechModbus", + "version": "0.2.1", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.1.zip", + "archiveFileName": "YosemitechModbus-0.2.1.zip", + "size": 18607530, + "checksum": "SHA-256:c7bb7397bdbf0878a3a1a18941929b11e6e09e6f15066f386fe139bf5c362eec" + }, + { + "name": "YosemitechModbus", + "version": "0.2.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": ["avr", "sam", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.2.zip", + "archiveFileName": "YosemitechModbus-0.2.2.zip", + "size": 25461392, + "checksum": "SHA-256:f0b9b47bf2ef874017028f15c672983dd4907b60c51984b49427a6bf4f384a63" + }, + { + "name": "wpi-32u4-library", + "version": "2.0.2", + "author": "Pololu", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.0.2.zip", + "archiveFileName": "wpi_32u4_library-2.0.2.zip", + "size": 54335, + "checksum": "SHA-256:ea1008c43d366091b795e8c8e47e81734643f9fb962ae9d622dcaaf0f032082a" + }, + { + "name": "wpi-32u4-library", + "version": "2.0.3", + "author": "Pololu", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.0.3.zip", + "archiveFileName": "wpi_32u4_library-2.0.3.zip", + "size": 55174, + "checksum": "SHA-256:94b623b3e52e14a2ffd3e47de990892be36431afcf967c42bf8fcdc961aa0031" + }, + { + "name": "wpi-32u4-library", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.1.0.zip", + "archiveFileName": "wpi_32u4_library-2.1.0.zip", + "size": 55391, + "checksum": "SHA-256:4ff8bb69d1d1717807f49abdde7d2e45922746f6f363d446745e5d1f798f6ce5" + }, + { + "name": "wpi-32u4-library", + "version": "2.2.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.2.0.zip", + "archiveFileName": "wpi_32u4_library-2.2.0.zip", + "size": 376751, + "checksum": "SHA-256:a2f7f0ddafd28bbcbc1be571b705c8f6a796c8becdf6404a457bbca4e0e7a5d5" + }, + { + "name": "wpi-32u4-library", + "version": "2.3.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.3.0.zip", + "archiveFileName": "wpi_32u4_library-2.3.0.zip", + "size": 381013, + "checksum": "SHA-256:62cd4bf1029b7736f7b599a3010a3be0058ec2548670a89e8d9fd57c63a257ba" + }, + { + "name": "wpi-32u4-library", + "version": "2.4.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.4.0.zip", + "archiveFileName": "wpi_32u4_library-2.4.0.zip", + "size": 380937, + "checksum": "SHA-256:a91ef3f988b8bcff4428336c3de4a2f8f59e5243da347dc90bb1c1867c4b2fb7" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.0.zip", + "archiveFileName": "wpi_32u4_library-2.5.0.zip", + "size": 374815, + "checksum": "SHA-256:eb69463782742bf6255565fe54af9b1bbe434e417dc3c975dbb4c63511774148" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.1", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.1.zip", + "archiveFileName": "wpi_32u4_library-2.5.1.zip", + "size": 374816, + "checksum": "SHA-256:832c735ab45fd9071dc77cacbb339533735be48fcbdf2ef8574b5585ff326672" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.2", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.2.zip", + "archiveFileName": "wpi_32u4_library-2.5.2.zip", + "size": 374818, + "checksum": "SHA-256:2691a3bffd8afdd3daad525331a40dcce6fb18487139e3f94f65061d7dc8bf79" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.3", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.3.zip", + "archiveFileName": "wpi_32u4_library-2.5.3.zip", + "size": 374832, + "checksum": "SHA-256:1c49249acf253ad2c07db2a3c4880b6d23732d58b4e748469fba2c6fd1791725" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.4", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.4.zip", + "archiveFileName": "wpi_32u4_library-2.5.4.zip", + "size": 374893, + "checksum": "SHA-256:c48b1c53a2557f1bd264bf925553756f26cccea0a205ed87359938ef1c6e12ee" + }, + { + "name": "wpi-32u4-library", + "version": "2.6.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.6.0.zip", + "archiveFileName": "wpi_32u4_library-2.6.0.zip", + "size": 382568, + "checksum": "SHA-256:c834e8a83242be905f77ee45a93f3effb1e6274bad9729b7ce330515001d8090" + }, + { + "name": "wpi-32u4-library", + "version": "2.7.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.7.0.zip", + "archiveFileName": "wpi_32u4_library-2.7.0.zip", + "size": 382803, + "checksum": "SHA-256:2e1a2560792f164cd2cf514b353c2456f2cd0ada71bb7387a3248b167bd2d6c9" + }, + { + "name": "wpi-32u4-library", + "version": "2.8.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": ["wpi-32u4-library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.8.0.zip", + "archiveFileName": "wpi_32u4_library-2.8.0.zip", + "size": 382825, + "checksum": "SHA-256:75f5d5300047c507616de95fae84909910f2c38f315328930e1d72204dd92d13" + }, + { + "name": "cmdArduino", + "version": "1.0.0", + "author": "Akiba \u003cakiba@freaklabs.org\u003e, Jacinta \u003cjacinta@freaklabs.org\u003e", + "maintainer": "Akiba \u003cakiba@freaklabs.org\u003e", + "sentence": "A small command-line library to make development easier.", + "paragraph": "cmdArduino allows you to interactively call functions from a serial command line for fast testing and debugging.", + "website": "https://www.freaklabs.org", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/freaklabs/cmdArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/freaklabs/cmdArduino-1.0.0.zip", + "archiveFileName": "cmdArduino-1.0.0.zip", + "size": 12574, + "checksum": "SHA-256:3a2ba45d4866c9282b19cfcad058668fec08644f0c466cc427cc765f8b00608e" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.0", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": ["openmvrpc.h"], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.0.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.0.zip", + "size": 34546, + "checksum": "SHA-256:417f4c23e62d22854933874e147b833264d96f35980aebddedfb84641b64ddc4" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.1", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": ["openmvrpc.h"], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.1.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.1.zip", + "size": 34644, + "checksum": "SHA-256:0dd5e441f57bbc754c0ea0d0c151cd16d79e10b42ad949e1cd319156ed896879" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.2", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": ["openmvrpc.h"], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.2.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.2.zip", + "size": 34789, + "checksum": "SHA-256:3ca5471fa582f206f2678cb657ee9400f4707a2894b00acb723aec1b4e7b8442" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.3", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": ["openmvrpc.h"], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.3.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.3.zip", + "size": 34814, + "checksum": "SHA-256:b8934478ad72442905bab21f90976a5a53416c2d43de1be8ed893ac65679ae96" + }, + { + "name": "TaskManagerIO", + "version": "1.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.0.zip", + "archiveFileName": "TaskManagerIO-1.0.0.zip", + "size": 51886, + "checksum": "SHA-256:f16287a5edd61b3a9ed2376826e8816c04900072cc1c697ad771256a826cc9c9" + }, + { + "name": "TaskManagerIO", + "version": "1.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.1.zip", + "archiveFileName": "TaskManagerIO-1.0.1.zip", + "size": 53248, + "checksum": "SHA-256:7974a5c811d22b00b866cd4eaa0f3c59d156b89304746e7d16ae8a51a496b1a3" + }, + { + "name": "TaskManagerIO", + "version": "1.0.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.2.zip", + "archiveFileName": "TaskManagerIO-1.0.2.zip", + "size": 53130, + "checksum": "SHA-256:596db4de02f787f4ac2e302d20f84e34dc31425d76b0ff3e88ea544cdb0e0097" + }, + { + "name": "TaskManagerIO", + "version": "1.0.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.3.zip", + "archiveFileName": "TaskManagerIO-1.0.3.zip", + "size": 53161, + "checksum": "SHA-256:b0b61ba91eed92385d9ae823c967d439a50807bc6e4f373cdbeaec49b290dd5b" + }, + { + "name": "TaskManagerIO", + "version": "1.0.4", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.4.zip", + "archiveFileName": "TaskManagerIO-1.0.4.zip", + "size": 54485, + "checksum": "SHA-256:8944ca1d17704f5d7012eea337269176661fc571734a16a6c9578dd9bbdd898a" + }, + { + "name": "TaskManagerIO", + "version": "1.0.6", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.6.zip", + "archiveFileName": "TaskManagerIO-1.0.6.zip", + "size": 55924, + "checksum": "SHA-256:189352f66fc54175c3f2a87572888ee67979bdc5af090c657c6c908b318c6012" + }, + { + "name": "TaskManagerIO", + "version": "1.0.7", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.7.zip", + "archiveFileName": "TaskManagerIO-1.0.7.zip", + "size": 56091, + "checksum": "SHA-256:730aedf2db4f1cf2f7eb88d020f291263b2ad9f4f19acd2f7794fc67d5415595" + }, + { + "name": "TaskManagerIO", + "version": "1.1.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.0.zip", + "archiveFileName": "TaskManagerIO-1.1.0.zip", + "size": 56855, + "checksum": "SHA-256:999bb0ee662954621db06b46049180746e5fa406f29af6f3a9a257e2f76c5e90" + }, + { + "name": "TaskManagerIO", + "version": "1.1.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.1.zip", + "archiveFileName": "TaskManagerIO-1.1.1.zip", + "size": 56856, + "checksum": "SHA-256:76423769ce9ac0f0a490a7dde62f71599a944de76849790cf54dca6c5b07f09d" + }, + { + "name": "TaskManagerIO", + "version": "1.1.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.2.zip", + "archiveFileName": "TaskManagerIO-1.1.2.zip", + "size": 56884, + "checksum": "SHA-256:8e75fd5a17b1bcce7b9ac613d0ec4cbbc6599d9a8136eb8d90dd2bef9bcfef01" + }, + { + "name": "TaskManagerIO", + "version": "1.1.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.3.zip", + "archiveFileName": "TaskManagerIO-1.1.3.zip", + "size": 57013, + "checksum": "SHA-256:6614978f63c8b50d33fa3ca7ddd25c4d964c2716d2d1fddf92fd3cb566d023e0" + }, + { + "name": "TaskManagerIO", + "version": "1.2.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.0.zip", + "archiveFileName": "TaskManagerIO-1.2.0.zip", + "size": 57547, + "checksum": "SHA-256:f7051d936f8af9b32c75e7abda72ec323adf11f09a996e0d5bb78f0c9ac4b10b" + }, + { + "name": "TaskManagerIO", + "version": "1.2.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.1.zip", + "archiveFileName": "TaskManagerIO-1.2.1.zip", + "size": 62798, + "checksum": "SHA-256:996255e2703afef68f60f0b6f07c367fa4618dc0d36164a59053b0fc21566fb5" + }, + { + "name": "TaskManagerIO", + "version": "1.2.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.2.zip", + "archiveFileName": "TaskManagerIO-1.2.2.zip", + "size": 63185, + "checksum": "SHA-256:e1e933b35db3514f58af702ab59b2b25bfcd2b20a6aaa4d512eb98114be6d658" + }, + { + "name": "TaskManagerIO", + "version": "1.2.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": ["TaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.3.zip", + "archiveFileName": "TaskManagerIO-1.2.3.zip", + "size": 63073, + "checksum": "SHA-256:175b42281c878feee201bc71b5ea63496e490e3a716e6226d84d5d10d02650e9" + }, + { + "name": "cgnuino", + "version": "0.1.0", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience.", + "website": "https://researchmap.jp/keimochizuki", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-0.1.0.zip", + "archiveFileName": "cgnuino-0.1.0.zip", + "size": 347250, + "checksum": "SHA-256:f2803722e9588795fc7316a7531306f63fbe540840a6a7a712fba60728ea1ff1" + }, + { + "name": "cgnuino", + "version": "1.0.0", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.0.zip", + "archiveFileName": "cgnuino-1.0.0.zip", + "size": 387942, + "checksum": "SHA-256:3f8619fe529eb8beee4f3fc6087589676c8cb1e5277846effa748b80d350dd01" + }, + { + "name": "cgnuino", + "version": "1.0.1", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.1.zip", + "archiveFileName": "cgnuino-1.0.1.zip", + "size": 252791, + "checksum": "SHA-256:39b09f0d409b70d8a1d91467b58fe53f3d64f925c551cccc5270a0c1cd152aab" + }, + { + "name": "cgnuino", + "version": "1.0.2", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.2.zip", + "archiveFileName": "cgnuino-1.0.2.zip", + "size": 1147013, + "checksum": "SHA-256:f77849bb7a53ce622c3e8d677f55718275b5489616a4e147fad9ce72dc9b0515" + }, + { + "name": "cgnuino", + "version": "1.0.3", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.3.zip", + "archiveFileName": "cgnuino-1.0.3.zip", + "size": 1170487, + "checksum": "SHA-256:749041b03a28ee06835fcbbf267f7fc75b64da1214789a170bf6c51254c38848" + }, + { + "name": "EasyMorse", + "version": "1.1.0", + "author": "Milador", + "maintainer": "Milador \u003ccontact@milad.mobi\u003e", + "sentence": "A simplified Morse code library to be used as a method of Communication.", + "paragraph": "You can use this library along example codes and two switches to get started converting Morse code to character. The library is based on morse2go project.", + "website": "https://github.com/milador/EasyMorse", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/milador/EasyMorse.git", + "providesIncludes": ["EasyMorse.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/milador/EasyMorse-1.1.0.zip", + "archiveFileName": "EasyMorse-1.1.0.zip", + "size": 7355, + "checksum": "SHA-256:46f6d972efc895f37f688b5ae3323505b0da3e429a0d2f4baf9d536e1bb4da81" + }, + { + "name": "LineTracker5 Library", + "version": "1.0.5", + "author": "yanko", + "maintainer": "yanko \u003cyanko.html@gmail.com\u003e", + "sentence": "The library for the LineTracker5 board", + "paragraph": "This is the library for the LineTracker5 infrared board", + "website": "https://github.com/HNRobotica/LineTracker5/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HNRobotica/LineTracker5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HNRobotica/LineTracker5_Library-1.0.5.zip", + "archiveFileName": "LineTracker5_Library-1.0.5.zip", + "size": 16272, + "checksum": "SHA-256:82b82395b3491e4efbcf5aaa88bee29dac5172c651ce8d76d9dfd0286d170792" + }, + { + "name": "KIM", + "version": "3.0.0", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "LGPL-2.1", + "sentence": "Handles the interface between KIM1 shield V2 and Arduino.", + "paragraph": "Handles the interface between KIM1 shield V2 and Arduino.", + "website": "https://github.com/Kineis/ArduinoKim", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Kineis/ArduinoKim.git", + "providesIncludes": ["KIM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.0.zip", + "archiveFileName": "KIM-3.0.0.zip", + "size": 52218, + "checksum": "SHA-256:267600429c41c029eaa048f82957af4b4d0ecc58baa0549a7aa74e06ceedc077" + }, + { + "name": "KIM", + "version": "3.0.2", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "MIT", + "sentence": "Handles the interface between KIM1 shield V2 and Arduino.", + "paragraph": "The KIM library allows to use the KIM1 shield with the Arduino Uno board.", + "website": "https://github.com/Kineis/ArduinoKim", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Kineis/ArduinoKim.git", + "providesIncludes": ["KIM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.2.zip", + "archiveFileName": "KIM-3.0.2.zip", + "size": 53037, + "checksum": "SHA-256:f0baf0d1cea69a70bf995eb71787b380332bff037d7d7797556b6ebe4aea9c61" + }, + { + "name": "M5Core2", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": ["M5Core2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.1.zip", + "archiveFileName": "M5Core2-0.0.1.zip", + "size": 2584580, + "checksum": "SHA-256:8954ff32bf7234e6961e97220b4385162f98a56451ecc19b0f1318c68e4bd87f" + }, + { + "name": "M5Core2", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": ["M5Core2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.2.zip", + "archiveFileName": "M5Core2-0.0.2.zip", + "size": 2600886, + "checksum": "SHA-256:1f5bdd736a299cda4332adf03f3f446e40342f30236580cd37ad47539fd27aaa" + }, + { + "name": "M5Core2", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": ["M5Core2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.3.zip", + "archiveFileName": "M5Core2-0.0.3.zip", + "size": 3426519, + "checksum": "SHA-256:053acf1f9a1cc74dd8f44631ec8de9c04566c2526253f1e3ce211dc167abe9d1" + }, + { + "name": "M5Core2", + "version": "0.0.4", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": ["M5Core2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.4.zip", + "archiveFileName": "M5Core2-0.0.4.zip", + "size": 3427659, + "checksum": "SHA-256:95f8c832316265e14240dd3b67f78c067a9e0a9b48eb7197ede0127192d79e15" + }, + { + "name": "M5Core2", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": ["M5Core2.h"], + "dependencies": [ + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.5.zip", + "archiveFileName": "M5Core2-0.0.5.zip", + "size": 4303235, + "checksum": "SHA-256:5a3118a3d03f0272ccd9f8868c3303bcf3515a025f1377caf9c4917a3c5b6d66" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": ["BlynkSimpleTinyGSM_Async_M.h"], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.0.10.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.0.10.zip", + "size": 157374, + "checksum": "SHA-256:cb44ac2ec529c586368a82a72bab97f74b688c4be565f4cb5428c8112827d886" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_Async_M.h", + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WF.h", + "BlynkSimpleESP32_GSM_Async_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.1.0.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.1.0.zip", + "size": 192545, + "checksum": "SHA-256:70c4315317fb71eff66d4ed2bcdf1ba3d5d66a4c0970c0cf27acd78674e569a0" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_Async_M.h", + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WF.h", + "BlynkSimpleESP32_GSM_Async_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.2.0.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.2.0.zip", + "size": 198517, + "checksum": "SHA-256:34c915bd83be37f05e22709e240dda909c0e161bc91de0a02c08be3557a6a109" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.0.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ESP8266WiFi" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "WiFiClientSecureBearSSL" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.0.0.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.0.0.zip", + "size": 10959, + "checksum": "SHA-256:dc5ad61e8c73538e7b00a1f729eda8266e18ab60c4ec9d9939e709380bb2d55d" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.1.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.1.0.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.1.0.zip", + "size": 10743, + "checksum": "SHA-256:d5515442c4daaa0e15d7a449d0004cda10f2c81c9ebb6a8b6c7219a1afd85508" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.1.5", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.1.5.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.1.5.zip", + "size": 16208, + "checksum": "SHA-256:70cde372345fce57931885f1c32ae544c0eca4f6a3268e5d3d7021b123c8bf61" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.0.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.0.zip", + "size": 20296, + "checksum": "SHA-256:39173ddb069a872e3bab11c42f3e6fda2cc9064469a8b412197fe27e809048e6" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.1", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.1.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.1.zip", + "size": 22352, + "checksum": "SHA-256:ed7833a6e077338e5d4317db986069a9118fbad3614bbe5ade189b65af3b23af" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.2", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.2.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.2.zip", + "size": 22386, + "checksum": "SHA-256:a74db246e9629f0b698c7ce24e50e1ec9cb6d36b7bf08f26f84ec59b270dc61d" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.3", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.3.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.3.zip", + "size": 22281, + "checksum": "SHA-256:d43a4cb59a28348095b0b4c183bb298d1cc5ec6d930b39ebfc1c980fbbe6190a" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.4", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.4.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.4.zip", + "size": 23495, + "checksum": "SHA-256:94d5f3edf18d3d7927ec21ea0b3a94b632f0cc07467b5586d74e34feedc138cb" + }, + { + "name": "UCloudIoTSDK", + "version": "0.0.1", + "author": "James Liu \u003cjames.liu@ucloud.cn\u003e", + "maintainer": "James Liu \u003cjames.liu@ucloud.cn\u003e", + "sentence": "An Arduino library for connecting ucloud iot platform made by UCloud IoT team.", + "paragraph": "UCloudIoTSDK is designed \u0026 developed by UCloud IoT team , this library is used to connect with UCloud iot platform.", + "website": "https://github.com/ucloud/ucloud-iot-sdk-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ucloud/ucloud-iot-sdk-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ucloud/UCloudIoTSDK-0.0.1.zip", + "archiveFileName": "UCloudIoTSDK-0.0.1.zip", + "size": 706716, + "checksum": "SHA-256:e354dc0edb112f2fdf806cbf607e2c88a72ee0ff28334f0de1caf973aa6012f9" + }, + { + "name": "ServoInput", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read positional data from servo motors and drivers.", + "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", + "website": "https://github.com/dmadison/ServoInput", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ServoInput.git", + "providesIncludes": ["ServoInput.h"], + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.0.zip", + "archiveFileName": "ServoInput-1.0.0.zip", + "size": 23818, + "checksum": "SHA-256:c383b7c98310422452dc0cfceafe3e5978c38a34209605cae298e64eec4b0c49" + }, + { + "name": "ServoInput", + "version": "1.0.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read positional data from servo motors and drivers.", + "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", + "website": "https://github.com/dmadison/ServoInput", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dmadison/ServoInput.git", + "providesIncludes": ["ServoInput.h"], + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.1.zip", + "archiveFileName": "ServoInput-1.0.1.zip", + "size": 24072, + "checksum": "SHA-256:225bc4d0d0a4889f3fd25b95c596f7d3ff8ba1d418bdfca52a7b6ddbcbba908b" + }, + { + "name": "Adafruit SSD1327", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1327", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.0.zip", + "archiveFileName": "Adafruit_SSD1327-1.0.0.zip", + "size": 14653, + "checksum": "SHA-256:e2166e93c3ed81994a7b4eec2d10441f823a44066fe3cffc20c5a0a535d52fdc" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Using AsyncWebServer instead of (ESP8266)WebServer.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.0.6.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.0.6.zip", + "size": 367018, + "checksum": "SHA-256:e64b27e7df336b032263faddef7815ab1779fc678ccbf1215ccb02ee26a1fefe" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.1.0.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.1.0.zip", + "size": 374758, + "checksum": "SHA-256:41e1821100d8b3d157b5181fb0b1027ed673c14e472fd20919bfe43b05502a5c" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.1.1.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.1.1.zip", + "size": 377662, + "checksum": "SHA-256:fd0a99b351cc22873b4b3c2075f0cda55ee61c887c8a400e65636c2a0cb37b53" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer, with WiFi networks scanning for selection in Configuration Portal.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.2.0.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.2.0.zip", + "size": 449359, + "checksum": "SHA-256:473201c58811d88a746d1ac8bb4256f8c0255040a0b0cbc323adabc7a8791360" + }, + { + "name": "RoxMux", + "version": "1.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Collection of Multiplexers Controller Classes", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.0.zip", + "archiveFileName": "RoxMux-1.1.0.zip", + "size": 265097, + "checksum": "SHA-256:663b893035a46f3fbdab478d3471213dea94272050885e9515796d42b3d9f7b8" + }, + { + "name": "RoxMux", + "version": "1.1.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexers Controller Classes", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.1.zip", + "archiveFileName": "RoxMux-1.1.1.zip", + "size": 265118, + "checksum": "SHA-256:e30689289aa86e19b4c0ada2d2c206c239e904203a627cbcb6e4c12afc0a2dd6" + }, + { + "name": "RoxMux", + "version": "1.1.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051, also includes utilities to read buttons", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.3.zip", + "archiveFileName": "RoxMux-1.1.3.zip", + "size": 272064, + "checksum": "SHA-256:17e7b1ce1e644bb707676d467f9f6f07e6192a71c2d2a5a74a803a36570fab4c" + }, + { + "name": "RoxMux", + "version": "1.1.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.4.zip", + "archiveFileName": "RoxMux-1.1.4.zip", + "size": 513782, + "checksum": "SHA-256:2a14b8a8172b45731c2a9a68f5fe7cc53ffa62a1a57dbe5ef878728577f98059" + }, + { + "name": "RoxMux", + "version": "1.1.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.5.zip", + "archiveFileName": "RoxMux-1.1.5.zip", + "size": 516065, + "checksum": "SHA-256:f21d6db6071e4c8f84fd1e31dc790159ea09ad1f6f72304db90bad4f2c920a10" + }, + { + "name": "RoxMux", + "version": "1.1.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.6.zip", + "archiveFileName": "RoxMux-1.1.6.zip", + "size": 519267, + "checksum": "SHA-256:880352c0e4d252720034a92ba09a056da0bcb5bf87b8338347b5833888ea452e" + }, + { + "name": "RoxMux", + "version": "1.1.7", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.7.zip", + "archiveFileName": "RoxMux-1.1.7.zip", + "size": 519277, + "checksum": "SHA-256:12aa0d358539fd885e4793d077d796cdffdf5d73bda8c683aaf56218190c577e" + }, + { + "name": "RoxMux", + "version": "1.1.8", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.8.zip", + "archiveFileName": "RoxMux-1.1.8.zip", + "size": 520709, + "checksum": "SHA-256:a3514a4796a59e93d1ca91683867167f62daf916cabfb1e6312252035291e48a" + }, + { + "name": "RoxMux", + "version": "1.1.9", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.9.zip", + "archiveFileName": "RoxMux-1.1.9.zip", + "size": 522316, + "checksum": "SHA-256:a1bf7a69d60a0f8fb5fd92ed398f35fbf9af425a135a0f09804c226678676197" + }, + { + "name": "RoxMux", + "version": "1.2.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.2.0.zip", + "archiveFileName": "RoxMux-1.2.0.zip", + "size": 525420, + "checksum": "SHA-256:ebe2922515fc9c47f17c26db68b5b4cc27845cc0c02b7f92d1cb3c8eaf19bf30" + }, + { + "name": "RoxMux", + "version": "1.2.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.2.1.zip", + "archiveFileName": "RoxMux-1.2.1.zip", + "size": 529127, + "checksum": "SHA-256:424d09c37694e4fec7e5ef90a32529062bc930b7010ce12038e3bac14f398aa4" + }, + { + "name": "RoxMux", + "version": "1.3.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.3.0.zip", + "archiveFileName": "RoxMux-1.3.0.zip", + "size": 537455, + "checksum": "SHA-256:f6b0f5ea9e84b96ec9767842f7190863ae64a333bf96003a2831b7f470843ccf" + }, + { + "name": "RoxMux", + "version": "1.4.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.0.zip", + "archiveFileName": "RoxMux-1.4.0.zip", + "size": 544825, + "checksum": "SHA-256:38f736507ed13edef0895eeaf1538be8184edcda777b8a7501ade512f9675b9b" + }, + { + "name": "RoxMux", + "version": "1.4.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.1.zip", + "archiveFileName": "RoxMux-1.4.1.zip", + "size": 544884, + "checksum": "SHA-256:1a4d3da6806725e4540ba8e6ed371d7bd8a6bf51df87b01552e43bad5cbde780" + }, + { + "name": "RoxMux", + "version": "1.4.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.2.zip", + "archiveFileName": "RoxMux-1.4.2.zip", + "size": 549575, + "checksum": "SHA-256:e8e659c3fed66d211d4d88437d57d0be11d343b09effc7aa61cd3bfe26e8b19d" + }, + { + "name": "RoxMux", + "version": "1.4.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.3.zip", + "archiveFileName": "RoxMux-1.4.3.zip", + "size": 549602, + "checksum": "SHA-256:e3249473004aec6a71992ad6076c89adc13a93b2ca53d7d7d60a94bd272651e7" + }, + { + "name": "RoxMux", + "version": "1.4.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.4.zip", + "archiveFileName": "RoxMux-1.4.4.zip", + "size": 549643, + "checksum": "SHA-256:8faf11afd6c81b707082fa53a9f47b823437d1fd7a90767cce37bc2d9a9a6a2f" + }, + { + "name": "RoxMux", + "version": "1.4.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.5.zip", + "archiveFileName": "RoxMux-1.4.5.zip", + "size": 549777, + "checksum": "SHA-256:9f4d682e9345e08882b4836b16417921a84dd1f0cb615979268c07f1a99adcc1" + }, + { + "name": "RoxMux", + "version": "1.4.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.6.zip", + "archiveFileName": "RoxMux-1.4.6.zip", + "size": 558771, + "checksum": "SHA-256:f35776d9ed0f7a434d206a3979bc5ea97e421325fac3689252e74c2df1f7184d" + }, + { + "name": "RoxMux", + "version": "1.5.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": ["RoxMux.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.5.0.zip", + "archiveFileName": "RoxMux-1.5.0.zip", + "size": 560787, + "checksum": "SHA-256:a7f1ea258f3fb6ec6e4f1e2a28a3676f22fb3c30fea1db56c0f7b8f6ae49167c" + }, + { + "name": "IoTivity-Lite_Arduino-porting", + "version": "0.0.1", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", + "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", + "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.1.zip", + "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.1.zip", + "size": 50507, + "checksum": "SHA-256:8499116aadfd16598a848ea5d1bbf2efed2e1c939857d81ec1bfd302d6e798e5" + }, + { + "name": "IoTivity-Lite_Arduino-porting", + "version": "0.0.2", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", + "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", + "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.2.zip", + "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.2.zip", + "size": 26688, + "checksum": "SHA-256:8fc8a334110ef92aff788f7c95aec16663438b753651a284fbe8c6d22faf0490" + }, + { + "name": "IoTivity-Lite_Arduino-porting", + "version": "0.0.3", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", + "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", + "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.3.zip", + "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.3.zip", + "size": 34150, + "checksum": "SHA-256:896d32c6c663c53fe8b9545b2cbd44c645efd63dbcb3f8ea25ba347f74204507" + }, + { + "name": "KickSort", + "version": "1.0.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.", + "paragraph": "The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!", + "website": "https://github.com/hoilett/KickSort", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickSort.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickSort-1.0.0.zip", + "archiveFileName": "KickSort-1.0.0.zip", + "size": 103145, + "checksum": "SHA-256:a79aaf02c8bfcb35a9ddf4886210facd5beb988ace6ae0df9f27b973bd68b755" + }, + { + "name": "KickSort", + "version": "1.1.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.", + "paragraph": "The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!", + "website": "https://github.com/LinnesLab/KickSort", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickSort.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickSort-1.1.0.zip", + "archiveFileName": "KickSort-1.1.0.zip", + "size": 110447, + "checksum": "SHA-256:37198031f460bd33484fd529ed282414eaaa93ec106c934b39a5b2cb344cada0" + }, + { + "name": "Blynk_Async_WM", + "version": "1.0.16", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.0.16.zip", + "archiveFileName": "Blynk_Async_WM-1.0.16.zip", + "size": 271163, + "checksum": "SHA-256:bdcea3698a068a1f595af4ae04dc351c131482e9ac4340519ef8776ba90fe9b1" + }, + { + "name": "Blynk_Async_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.1.0.zip", + "archiveFileName": "Blynk_Async_WM-1.1.0.zip", + "size": 321122, + "checksum": "SHA-256:411eaefaef598105d641199b75d5280ce61c83b9753402f9a3357536e7681a2c" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.0.zip", + "archiveFileName": "Blynk_Async_WM-1.2.0.zip", + "size": 347222, + "checksum": "SHA-256:703651e944f3578d52a248c5b5a5ae66f13924266305f3e5299c72596b2fd5f8" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.1.zip", + "archiveFileName": "Blynk_Async_WM-1.2.1.zip", + "size": 397816, + "checksum": "SHA-256:074a6b04d8780c1111fb93dcd750eabbd8cc4f1168683f7e061f75b8bbea0221" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.2.zip", + "archiveFileName": "Blynk_Async_WM-1.2.2.zip", + "size": 401472, + "checksum": "SHA-256:a07fbec4b2cb7dc60c12a92f64992bfa33197bd3e6cca7536867c9a35e949d2d" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.3.zip", + "archiveFileName": "Blynk_Async_WM-1.2.3.zip", + "size": 382254, + "checksum": "SHA-256:37bf5430d1d4888a72097ff4c4f3b9b9163b12fa87b9da010d5e2f138a35d165" + }, + { + "name": "Blynk_Async_WM", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.3.0.zip", + "archiveFileName": "Blynk_Async_WM-1.3.0.zip", + "size": 552528, + "checksum": "SHA-256:9daca9ed827d9a5e5cc112b287b0ff770f860d74013f832aaeaa2aba19448d26" + }, + { + "name": "Blynk_Async_WM", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.4.0.zip", + "archiveFileName": "Blynk_Async_WM-1.4.0.zip", + "size": 658236, + "checksum": "SHA-256:de04fb7f0484083d86818f867bcd283568226ff2395a93fa5dc50d0b9daedde9" + }, + { + "name": "Blynk_Async_WM", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.4.1.zip", + "archiveFileName": "Blynk_Async_WM-1.4.1.zip", + "size": 659717, + "checksum": "SHA-256:09accf189a82705a746beb176055d75cee751a46d5090a4944ea427607eb589d" + }, + { + "name": "Blynk_Async_WM", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.5.0.zip", + "archiveFileName": "Blynk_Async_WM-1.5.0.zip", + "size": 735762, + "checksum": "SHA-256:67538dcf1384271aa802a69e0424db135c5a7413abf0f16469070e21fdae0035" + }, + { + "name": "Blynk_Async_WM", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.6.0.zip", + "archiveFileName": "Blynk_Async_WM-1.6.0.zip", + "size": 740163, + "checksum": "SHA-256:94b26447a50dba4d246f2762559801c7c818675c7348cff909e4235212a55d26" + }, + { + "name": "Blynk_Async_WM", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.1 and ESP32 core v1.0.6", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.6.1.zip", + "archiveFileName": "Blynk_Async_WM-1.6.1.zip", + "size": 741370, + "checksum": "SHA-256:69e76ead6302ab909e0d3337b71f687944d7afc99c30bdf1a19984db47756cea" + }, + { + "name": "ADCDRP", + "version": "1.1.1", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": ["ADCDRP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.1.1.zip", + "archiveFileName": "ADCDRP-1.1.1.zip", + "size": 5475, + "checksum": "SHA-256:25a5625e2030d2acc29780af45cba4141e139ed7f60758d0ceb17b6642c4d50e" + }, + { + "name": "phyphox BLE", + "version": "0.9.0", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-0.9.0.zip", + "archiveFileName": "phyphox_BLE-0.9.0.zip", + "size": 65785, + "checksum": "SHA-256:fae232c23dc0443b434bd8291754d2c401d55c15cea377d3d37ceb5671ad1d25" + }, + { + "name": "phyphox BLE", + "version": "1.0.0", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.0.zip", + "archiveFileName": "phyphox_BLE-1.0.0.zip", + "size": 72152, + "checksum": "SHA-256:f7b807a5f7fdb46d82b582b5e9a1cd8e084fffdd43b0601146cdfb9f999ca949" + }, + { + "name": "phyphox BLE", + "version": "1.0.1", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.1.zip", + "archiveFileName": "phyphox_BLE-1.0.1.zip", + "size": 72123, + "checksum": "SHA-256:c8224bdd0d3ad6f7e198b3175d101db1585a69e25b880a30bf9ce1991702061f" + }, + { + "name": "phyphox BLE", + "version": "1.0.2", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.2.zip", + "archiveFileName": "phyphox_BLE-1.0.2.zip", + "size": 77614, + "checksum": "SHA-256:ba0e1bd9d595026d84b52691c6674b1b84634841d8c5f3184155c4cc2a3f9160" + }, + { + "name": "phyphox BLE", + "version": "1.0.3", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.3.zip", + "archiveFileName": "phyphox_BLE-1.0.3.zip", + "size": 78290, + "checksum": "SHA-256:3224ffbf0ad18a8a396302ad6a62ab06904b1e3dac06a5a4f37043252f7ea99c" + }, + { + "name": "phyphox BLE", + "version": "1.0.4", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.4.zip", + "archiveFileName": "phyphox_BLE-1.0.4.zip", + "size": 78409, + "checksum": "SHA-256:fe279de2fc8e4365d1c85601b15495019d3384dec7985e05c8d5ffe50262f276" + }, + { + "name": "phyphox BLE", + "version": "1.0.5", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.5.zip", + "archiveFileName": "phyphox_BLE-1.0.5.zip", + "size": 78619, + "checksum": "SHA-256:9b456c8c7dc1d1f0664199c39148806f64e72000ad2f2b1c9d362dc11e671fdc" + }, + { + "name": "phyphox BLE", + "version": "1.0.6", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": ["mbed", "esp32", "samd", "mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": ["phyphoxBle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.6.zip", + "archiveFileName": "phyphox_BLE-1.0.6.zip", + "size": 81394, + "checksum": "SHA-256:f718ae3ffe50b24a0190522cdb93c9f80d58489a01f49c7a254035c319e01a35" + }, + { + "name": "IoTivity-Lite", + "version": "0.0.1", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework", + "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", + "website": "https://github.com/soburi/iotivity-lite", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/IoTivity-Lite.git", + "providesIncludes": ["iotivity-lite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.1.zip", + "archiveFileName": "IoTivity_Lite-0.0.1.zip", + "size": 461933, + "checksum": "SHA-256:6da891275ba11276629cc71d81cbaf25cd063b3ca33a54864041e5ae0758e823" + }, + { + "name": "IoTivity-Lite", + "version": "0.0.2", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework", + "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", + "website": "https://github.com/soburi/iotivity-lite", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/IoTivity-Lite.git", + "providesIncludes": ["iotivity-lite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.2.zip", + "archiveFileName": "IoTivity_Lite-0.0.2.zip", + "size": 475538, + "checksum": "SHA-256:a19daf21e5f7e320f2537a204230df3d7fce265d5855a6af3ee168492200bad8" + }, + { + "name": "IoTivity-Lite", + "version": "0.0.3", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework", + "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", + "website": "https://github.com/soburi/iotivity-lite", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/soburi/IoTivity-Lite.git", + "providesIncludes": ["iotivity-lite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.3.zip", + "archiveFileName": "IoTivity_Lite-0.0.3.zip", + "size": 479646, + "checksum": "SHA-256:305cd2b8407c23d0cdc80989b2d5fd178d144f27be8d4ca240bc941bd5e70f73" + }, + { + "name": "FreeRTOS_SAMD51", + "version": "1.2.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD51 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD51 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD51-1.2.0.zip", + "archiveFileName": "FreeRTOS_SAMD51-1.2.0.zip", + "size": 244499, + "checksum": "SHA-256:85789818e579fd103caeb88eb68b6d8c0d0c7a7bab28ba70bbaec5c4d7d4d2e0" + }, + { + "name": "MQ7Sensor", + "version": "1.0.0", + "author": "Dustpancake \u003cfergusb.temp@gmail.com\u003e", + "maintainer": "Dustpancake \u003cfergusb.temp@gmail.com\u003e", + "sentence": "MQ7 carbon monoxide detector library.", + "paragraph": "Library for interacting with the MQ7 carbon monodixe gas detector.", + "website": "https://github.com/Dustpancake/MQ7", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dustpancake/MQ7.git", + "providesIncludes": ["MQ7.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dustpancake/MQ7Sensor-1.0.0.zip", + "archiveFileName": "MQ7Sensor-1.0.0.zip", + "size": 25116, + "checksum": "SHA-256:6d7bf7ff5558adec1fecdd91d377c03660cce27be66b69c37d695d73feb460cf" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086/88 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": ["BK108X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.1.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.1.zip", + "size": 1146887, + "checksum": "SHA-256:a4fdcbad679c601172de7a4ffbf4f02c77c60762e4bc6002e57c796c8509a438" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086/88 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": ["BK108X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.2.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.2.zip", + "size": 2955624, + "checksum": "SHA-256:5369ceaab506749c5a21994ab21a4cdd45a9bcff9c1c81f82ac4c2ace231dd50" + }, + { + "name": "Anyleaf", + "version": "0.1.8", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH and RTD sensors.", + "paragraph": "Allows you to take pH and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.1.8.zip", + "archiveFileName": "Anyleaf-0.1.8.zip", + "size": 8321, + "checksum": "SHA-256:0ca647d32fe116b58504b58073437b94ee07e0000e2bd18e04ebd3145567f299" + }, + { + "name": "Anyleaf", + "version": "0.1.9", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit MAX31865" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.1.9.zip", + "archiveFileName": "Anyleaf-0.1.9.zip", + "size": 10963, + "checksum": "SHA-256:214fc7645e2739fe507bc8aecc29c5c704ce5e2ce166344d93ed7e5e455a1a46" + }, + { + "name": "Anyleaf", + "version": "0.2.0", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit_MAX31865" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.2.0.zip", + "archiveFileName": "Anyleaf-0.2.0.zip", + "size": 10964, + "checksum": "SHA-256:efecd13b624df7bc115563295c9e318ba7fd3929be4d4ec428920ff71e5d0419" + }, + { + "name": "Anyleaf", + "version": "0.2.1", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.2.1.zip", + "archiveFileName": "Anyleaf-0.2.1.zip", + "size": 10967, + "checksum": "SHA-256:5670dca62b7f0fd40ba0b8fee54e062683da3b4221106c5c6e53c877ce9a0500" + }, + { + "name": "MedianFilterLib2", + "version": "1.0.0", + "author": "Luis Llamas,warhog", + "maintainer": "warhog \u003cwarhog@gmx.de\u003e", + "sentence": "Median Filter Library 2", + "paragraph": "The median filter library implements a mobile medium filter. The library stores the last N items in the window and calculates the median. The class uses templates to allow it to work with different types (int, long, float,...).", + "website": "https://github.com/warhog/Arduino-MedianFilter", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/warhog/Arduino-MedianFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/warhog/MedianFilterLib2-1.0.0.zip", + "archiveFileName": "MedianFilterLib2-1.0.0.zip", + "size": 13142, + "checksum": "SHA-256:bcac95d214197c795a188ae91c84576717253e24998c04a647218a9d566880c3" + }, + { + "name": "NimBLE-Arduino", + "version": "1.0.0", + "author": "H2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "BLE library for arduino-esp32 based on NimBLE.", + "paragraph": "This library is a more updated and lower resource alternative to the original bluedroid library for esp32.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.0.zip", + "archiveFileName": "NimBLE_Arduino-1.0.0.zip", + "size": 924179, + "checksum": "SHA-256:e7713908dbe037e33741ca058bd9b0322b51a251089339fdc3490e319bd95d31" + }, + { + "name": "NimBLE-Arduino", + "version": "1.0.1", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.1.zip", + "archiveFileName": "NimBLE_Arduino-1.0.1.zip", + "size": 925248, + "checksum": "SHA-256:99d23d11b25dd72a2b60e7954bbeee2be9494486d140598ea4c87ef95eb27828" + }, + { + "name": "NimBLE-Arduino", + "version": "1.0.2", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.2.zip", + "archiveFileName": "NimBLE_Arduino-1.0.2.zip", + "size": 926409, + "checksum": "SHA-256:6fa013ad4676264e3afbb1a23927acb96d5e955ba3089e1f3ba7bc522aa25d1e" + }, + { + "name": "NimBLE-Arduino", + "version": "1.1.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.1.0.zip", + "archiveFileName": "NimBLE_Arduino-1.1.0.zip", + "size": 941141, + "checksum": "SHA-256:78a1a18972ae5de7435ce96aab43af25c8d58aa95975656ea80c92ea6d02012c" + }, + { + "name": "NimBLE-Arduino", + "version": "1.2.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.2.0.zip", + "archiveFileName": "NimBLE_Arduino-1.2.0.zip", + "size": 948192, + "checksum": "SHA-256:9a2452c3203f3f0319daf466e2022dadf64761679d6c806bc1a37bc5f866f48e" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.0.zip", + "archiveFileName": "NimBLE_Arduino-1.3.0.zip", + "size": 961707, + "checksum": "SHA-256:063502d1b42c6c73de4922dfd31edf229b4c83ab62900daf00cc938917963794" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.1", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": ["NimBLEDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.1.zip", + "archiveFileName": "NimBLE_Arduino-1.3.1.zip", + "size": 961819, + "checksum": "SHA-256:8293e4fb23c4648e4b40668d140ac0a059d478f6e918c47eb610876189e8618e" + }, + { + "name": "LC_lilParser", + "version": "1.0.0", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.0.0.zip", + "archiveFileName": "LC_lilParser-1.0.0.zip", + "size": 10704, + "checksum": "SHA-256:c7a7869ee2fad87ea347b3c14529c15309c5e80d077e42c8e7927333b51458ce" + }, + { + "name": "LC_lilParser", + "version": "1.0.2", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.0.2.zip", + "archiveFileName": "LC_lilParser-1.0.2.zip", + "size": 12177, + "checksum": "SHA-256:eb807231dfcd4255eb81a7a4f8dfa589d0ef15753364ea0aec8243960c7a75ae" + }, + { + "name": "ttestTable", + "version": "1.0.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "Definition file for t-Tesst alpha level look-up tables for different degrees of freedom.", + "paragraph": "Allows much easier calculation of t-statistic than needing to compute the probability density function.", + "website": "https://github.com/LinnesLab/tTestTable", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/tTestTable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/ttestTable-1.0.0.zip", + "archiveFileName": "ttestTable-1.0.0.zip", + "size": 2961, + "checksum": "SHA-256:2340119c8091eb2a09a27cd07a9a9dae4b83327ca835c106c4d14c2e8f730fbe" + }, + { + "name": "KickFiltersRT", + "version": "1.2.0", + "author": "Linnes Lab, Orlando Hoilett, and Benjamin D. Walters", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic real-time filters including: high-pass, low-pass, notch, etc.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFiltersRT", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickFiltersRT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFiltersRT-1.2.0.zip", + "archiveFileName": "KickFiltersRT-1.2.0.zip", + "size": 1338375, + "checksum": "SHA-256:51473c2f5ec93a7ceee9d8354c09737a975b76c1cbb78b49bec1654d69774521" + }, + { + "name": "KickFiltersRT", + "version": "2.0.0", + "author": "Linnes Lab, Orlando Hoilett, and Benjamin D. Walters", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic real-time filters including: high-pass, low-pass, notch, etc.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFiltersRT", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickFiltersRT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFiltersRT-2.0.0.zip", + "archiveFileName": "KickFiltersRT-2.0.0.zip", + "size": 1343953, + "checksum": "SHA-256:99a9c498f375c197dcbf907972c0fe1a29fc05ab1acb0cbc706fef73061ab70d" + }, + { + "name": "KickFilters", + "version": "2.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Benjamin D. Walters, and Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic filters including: high-pass, low-pass, notch, and moving average filters.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFilters", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickFilters.git", + "dependencies": [ + { + "name": "KickMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFilters-2.0.0.zip", + "archiveFileName": "KickFilters-2.0.0.zip", + "size": 1338581, + "checksum": "SHA-256:1644dbaa4e7df5405809f4e416cab45a907915f82b565812e89f0a7cdbefc61c" + }, + { + "name": "KickFilters", + "version": "3.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Benjamin D. Walters, and Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic filters including: high-pass, low-pass, notch, moving average filters, and median filters.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFilters", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickFilters.git", + "dependencies": [ + { + "name": "KickMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFilters-3.0.0.zip", + "archiveFileName": "KickFilters-3.0.0.zip", + "size": 1341792, + "checksum": "SHA-256:04385306a661dc2bbef7e53a24737f4ad3a67a8435616024a3755e3f450528ca" + }, + { + "name": "TrigDef", + "version": "1.0.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A look-up table for trig functions.", + "paragraph": "Helps avoid floating math in order to increase computational efficiency in some applications.", + "website": "https://github.com/LinnesLab/TrigDef", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/TrigDef.git", + "dependencies": [ + { + "name": "KickFFT" + }, + { + "name": "KickMath" + }, + { + "name": "KickFilters" + }, + { + "name": "KickFiltersRT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/TrigDef-1.0.0.zip", + "archiveFileName": "TrigDef-1.0.0.zip", + "size": 13712, + "checksum": "SHA-256:645089f90cd92edc395e7f78e499983d9555b7cd995ada2a8961bed8414b2ec5" + }, + { + "name": "TrigDef", + "version": "1.0.1", + "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A look-up table for trig functions.", + "paragraph": "Helps avoid floating math in order to increase computational efficiency in some applications.", + "website": "https://github.com/LinnesLab/TrigDef", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/TrigDef.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/TrigDef-1.0.1.zip", + "archiveFileName": "TrigDef-1.0.1.zip", + "size": 13851, + "checksum": "SHA-256:c16ed1da211897a7f0785620eb957e3a48e812882acccbd9c5ab73742e4d95f9" + }, + { + "name": "KickMath", + "version": "3.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Alyson S. Pickering, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for performing a few simple mathematical calculations for use with arrays.", + "paragraph": "Functions include max and min detection, square root, centroid, derivatives, etc. This is a templated class.", + "website": "https://github.com/LinnesLab/KickMath", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickMath.git", + "dependencies": [ + { + "name": "ttestTable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickMath-3.0.0.zip", + "archiveFileName": "KickMath-3.0.0.zip", + "size": 1444185, + "checksum": "SHA-256:210b978478cf4ca5a81c8971d81a55a68aa773e9c0ca67d50eb203572461d6b7" + }, + { + "name": "KickMath", + "version": "4.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Alyson S. Pickering, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for performing a few simple mathematical calculations for use with arrays.", + "paragraph": "Functions include max and min detection, square root, centroid, derivatives, etc. The library also has functions for more intermediate mathematical calculations for correlation coefficient, t-tests, etc. This is a templated class.", + "website": "https://github.com/LinnesLab/KickMath", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LinnesLab/KickMath.git", + "dependencies": [ + { + "name": "ttestTable" + }, + { + "name": "KickSort" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickMath-4.0.0.zip", + "archiveFileName": "KickMath-4.0.0.zip", + "size": 2334301, + "checksum": "SHA-256:fd041a2d576f65e29d77bdf796f327df9ba3099ad33d976da0589605f605e5cd" + }, + { + "name": "KickFFT", + "version": "2.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a discrete Fourier transform on an input data array.", + "paragraph": "This library uses lookup tables for the trigonometric functions to reduce processing power and increase code efficiency.", + "website": "https://github.com/linneslab/kickfft", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/linneslab/kickfft.git", + "dependencies": [ + { + "name": "KickMath" + }, + { + "name": "TrigDef" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/linneslab/KickFFT-2.0.0.zip", + "archiveFileName": "KickFFT-2.0.0.zip", + "size": 9433, + "checksum": "SHA-256:644794b80107f02d1b12a8c26852464c073774e9d9dd443189b92f56ab277251" + }, + { + "name": "KickFFT", + "version": "3.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a discrete Fourier transform on an input data array.", + "paragraph": "This library uses lookup tables for the trigonometric functions to reduce processing power and increase code efficiency.", + "website": "https://github.com/linneslab/kickfft", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/linneslab/kickfft.git", + "dependencies": [ + { + "name": "KickMath" + }, + { + "name": "TrigDef" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/linneslab/KickFFT-3.0.0.zip", + "archiveFileName": "KickFFT-3.0.0.zip", + "size": 9737, + "checksum": "SHA-256:d100b3f039c6d2f6a21cbf2cd906c5102739155cee47d3b3759e4dd7ef8ff5c8" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with CORS feature.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.0.11.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.0.11.zip", + "size": 1311351, + "checksum": "SHA-256:3861181935e0257cfbb60e35136add8f50544fe53be0ad340e1e176f64a45a63" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.1.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.1.1.zip", + "size": 1364284, + "checksum": "SHA-256:117064ea22f90dd4325dd6b72da0d4dd7e2ebec416ad48cc3160486e40a8f585" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.1.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.1.2.zip", + "size": 1372313, + "checksum": "SHA-256:c58121cdc3d887b7b05eadd53c002f6f7cc1e8a131b143be437d99ad3a13305b" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.2.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.2.0.zip", + "size": 1421660, + "checksum": "SHA-256:f54a0165faa94a4f1220305405e44ec7de466038a1bbab00cf7e19db4ee38ddb" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.3.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.3.0.zip", + "size": 1433353, + "checksum": "SHA-256:6c6ca0a885a06a4fc5d7354ab23e8ff697c785bf05802f9fc373bcf2370c72f3" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.0.zip", + "size": 1474097, + "checksum": "SHA-256:2c1605e1f5177c3cd527a25223a2973fb01fca4b75ad17bdcfb296c50b982480" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.1.zip", + "size": 1474872, + "checksum": "SHA-256:a7e0049c9a7faea0710f5bb6afd5ed6b74f8b00fde11ab623897b87d61cf4a1a" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.2.zip", + "size": 1477993, + "checksum": "SHA-256:a176d88ea142e91ab20cbd213de3713b41a9695fe8e7582ac36df9317605e59b" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.3.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.3.zip", + "size": 1480244, + "checksum": "SHA-256:a39f77b9602d45fed8b8a5554ca43e763f829ec52cfab61d3c5172871af56f81" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.5.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.5.0.zip", + "size": 1641120, + "checksum": "SHA-256:5371226758ef294e3e4c44789340c8fbd8992712e355fe99b71e2071e01b9a93" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.0.zip", + "size": 1644957, + "checksum": "SHA-256:e244a1a55ce43a316786dcf336692e1b0b48509c4bf258321d55ed5f403c39e8" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.1.zip", + "size": 1646533, + "checksum": "SHA-256:f68af1275e8bfbf509ba6cfee44546cea7386cb2fcf03e3939f45f9b056065ec" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.2.zip", + "size": 1649613, + "checksum": "SHA-256:f67e2baea524db5828dc44f249cf49ddcf74923995bb763e02c56482e3b30ca8" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.3.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.3.zip", + "size": 1651053, + "checksum": "SHA-256:d367b51a4abe3de31eb907e4b25a4d69bf7bd768af7a2c514259fe97b7650398" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.7.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.7.0.zip", + "size": 1727676, + "checksum": "SHA-256:576e896fe4908bc1d4155a534be8ac2c931cdef5afb2ed6be999d6fa013aeb44" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.7.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.7.1.zip", + "size": 1728832, + "checksum": "SHA-256:de105c7d6487bc907d0bb6c0c052eb061bc135db2a13aae3c027e8ff9c2fbf78" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.8.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.8.0.zip", + "size": 1806738, + "checksum": "SHA-256:aeaf28dea900a34e99ce72653ced6b31899a9f292d91b2c83f9c9493303eff65" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.8.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.8.1.zip", + "size": 1809392, + "checksum": "SHA-256:57b56f0b2b6d473ebe154ae6e28d3ef8028aeb04647164aa0320bc939ff91666" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.0.zip", + "size": 1777365, + "checksum": "SHA-256:859ad3e0c88acb17c7992f450a0c528df46e831cbcade92c31c7ad1680b8ddbe" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.1.zip", + "size": 1778710, + "checksum": "SHA-256:38e163396fd5622843d5cf0f3e4205e21ab0f90183fbdd1bbec0b596b72ce023" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": ["ESPAsync_WiFiManager.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.2.zip", + "size": 1782971, + "checksum": "SHA-256:912a4f623f2a4c84bd52443a5df42b11e8c44e210348746cb79fcd97779f95a1" + }, + { + "name": "Async_Operations", + "version": "1.0.0", + "author": "DaniFoldi", + "maintainer": "DaniFoldi", + "sentence": "A library for accurately keeping track of long tasks without blocking the main thread", + "paragraph": "TBA", + "website": "https://github.com/DaniFoldi/Async_Operations", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DaniFoldi/Async_Operations.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaniFoldi/Async_Operations-1.0.0.zip", + "archiveFileName": "Async_Operations-1.0.0.zip", + "size": 6304, + "checksum": "SHA-256:67dbc37aebd71fa20b6fd941bbd3079c2f68708776e7032b0525527b0126dd75" + }, + { + "name": "Async_Operations", + "version": "1.0.2", + "author": "DaniFoldi", + "maintainer": "DaniFoldi", + "sentence": "A library for accurately keeping track of long tasks without blocking the main thread", + "paragraph": "Create handlers that just need to be updated as frequently as possible, possibly in loop. Check out https://github.com/DaniFoldi/Async_Operations for examples and documentation.", + "website": "https://github.com/DaniFoldi/Async_Operations", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DaniFoldi/Async_Operations.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaniFoldi/Async_Operations-1.0.2.zip", + "archiveFileName": "Async_Operations-1.0.2.zip", + "size": 6358, + "checksum": "SHA-256:72cd8feb7e453864a4d42200468ff0105895135ee91fcd0c20aab4ab35282abe" + }, + { + "name": "Ticker", + "version": "3.2.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-3.2.0.zip", + "archiveFileName": "Ticker-3.2.0.zip", + "size": 8514, + "checksum": "SHA-256:9f96a3a7b3b7e39dca5a12524bb20e0c153419b9e89c4e9e24bd78dbb81bd21a" + }, + { + "name": "Ticker", + "version": "4.1.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.1.0.zip", + "archiveFileName": "Ticker-4.1.0.zip", + "size": 10142, + "checksum": "SHA-256:8a8177da2040d11786578275408abea48374e121485e497790e10aabb7b1b0ba" + }, + { + "name": "Ticker", + "version": "4.2.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.2.0.zip", + "archiveFileName": "Ticker-4.2.0.zip", + "size": 10151, + "checksum": "SHA-256:c1017860d63569bb50763ae1458aef9f15760dcdab382eb9a701ad6aed649aaa" + }, + { + "name": "Ticker", + "version": "4.3.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.3.0.zip", + "archiveFileName": "Ticker-4.3.0.zip", + "size": 10139, + "checksum": "SHA-256:2b3350d9c355d22bac44cefcd8817446e1bec7b5066cf5dfbf57eded551bcf2c" + }, + { + "name": "SlackAPI", + "version": "1.0.1", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "A library to wrap the Slack API (supports ESP8266/ESP32 \u0026 others)", + "paragraph": "A library to wrap the Slack API (supports ESP8266/ESP32 \u0026 others)", + "website": "https://github.com/witnessmenow/arduino-slack-api", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/witnessmenow/arduino-slack-api.git", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/SlackAPI-1.0.1.zip", + "archiveFileName": "SlackAPI-1.0.1.zip", + "size": 19673, + "checksum": "SHA-256:67b70a59f66aa839caf33b75f79f601e6e1802cd21262b5d47155fd9c0b0fb9a" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.0", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "*", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "Adafruit_DotStar" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_ST7735_and_ST7789_Library" + }, + { + "name": "Adafruit_BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.0.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.0.zip", + "size": 37532, + "checksum": "SHA-256:f9225b2771125003c92d75b3a5e5060f74632bb1760eb3657301cc92d925812d" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.1", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.1.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.1.zip", + "size": 40365, + "checksum": "SHA-256:f394f8b9001af9590571c6f6c86f6be0ac17de7cf1b4a561119e3aa5680b0412" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.4", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.4.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.4.zip", + "size": 49833, + "checksum": "SHA-256:472500bc62bd9048f337a298e2aaf3c236227aa3d3f9af52ebe6d97722c199b6" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.5", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.5.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.5.zip", + "size": 49880, + "checksum": "SHA-256:1443f56db71396182fde72bd9393cca97f14f65e394ba6e24383b673014fdfe7" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.6", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.6.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.6.zip", + "size": 49888, + "checksum": "SHA-256:9dd2c03aabd10390756289f7f6dd0c62d1e9ea1a7687bdfb016a6ee4b71b493d" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.7", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.7.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.7.zip", + "size": 50628, + "checksum": "SHA-256:f82e0edfa7ee24d8ea1a1e2cf717f7e460a43a6c0bd0e63ea09424ed03fcbc90" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.8", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.8.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.8.zip", + "size": 50661, + "checksum": "SHA-256:7bbf9e93bf8672897ae53ceb3ffb0cdc9a8199fc9b207acdda5adf9a90851538" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.9", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.9.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.9.zip", + "size": 85168, + "checksum": "SHA-256:0e97d26df911c67866fb03d7ab283a11aa8bac976adc588e79ef2e14befca903" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.0", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.0.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.0.zip", + "size": 85156, + "checksum": "SHA-256:46a293f13d5186f186d5a396e1b80570fb8cd04e6741dd6d3a2e58ca1b3dc64e" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.1", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.1.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.1.zip", + "size": 96019, + "checksum": "SHA-256:5245ed9596bc7e03917735bbc6ee90280e95f7c3a476547c7a8180fd55e5551a" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.2", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.2.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.2.zip", + "size": 94733, + "checksum": "SHA-256:05a8d54f6ce98aac9f633cc423cce7fed64c510d13ca42cc40f5909dcf6c1e93" + }, + { + "name": "Arduino_BQ24195", + "version": "0.9.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino library for the BQ24195 Power Management IC", + "paragraph": "This library allows the control and configuration of the BQ24195 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_BQ24195", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_BQ24195.git", + "providesIncludes": ["Arduino_PMIC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BQ24195-0.9.0.zip", + "archiveFileName": "Arduino_BQ24195-0.9.0.zip", + "size": 15367, + "checksum": "SHA-256:cf705d22f1d0dce7702b9217278b1dc4f4835e53a6d866bdecb2e3507536ee33" + }, + { + "name": "Arduino_BQ24195", + "version": "0.9.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino library for the BQ24195 Power Management IC", + "paragraph": "This library allows the control and configuration of the BQ24195 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_BQ24195", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_BQ24195.git", + "providesIncludes": ["Arduino_PMIC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BQ24195-0.9.1.zip", + "archiveFileName": "Arduino_BQ24195-0.9.1.zip", + "size": 15410, + "checksum": "SHA-256:61c325ca6f5ae6ae999406ad0764e2b936bfe6c2c8263d432ba921931e01ee3c" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensors values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.0.0.zip", + "archiveFileName": "Arduino_MCHPTouch-1.0.0.zip", + "size": 108046, + "checksum": "SHA-256:0911ba1eb28910306cc30930c8a815dd53f3cf10918d561ce0929facbbf0ce3b" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensors values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.1.0.zip", + "archiveFileName": "Arduino_MCHPTouch-1.1.0.zip", + "size": 109298, + "checksum": "SHA-256:a24e9361ce3a1bab7cefff9774ba56576dc3a410776657f8a5efe67e6886e3ef" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensor values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.2.1.zip", + "archiveFileName": "Arduino_MCHPTouch-1.2.1.zip", + "size": 118504, + "checksum": "SHA-256:19f1cea7bc0bfd1fac37b87aeb159a5f714ad67505bd836cefdc0b3f8ff5d486" + }, + { + "name": "NanoProtoShield", + "version": "0.1.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.0.zip", + "archiveFileName": "NanoProtoShield-0.1.0.zip", + "size": 7660, + "checksum": "SHA-256:430b3f50534cf90f6e8ca70d7cc6d9aa22c53e749dd6ea993e2226c3e3a58fdf" + }, + { + "name": "NanoProtoShield", + "version": "0.1.1", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.1.zip", + "archiveFileName": "NanoProtoShield-0.1.1.zip", + "size": 9015, + "checksum": "SHA-256:3f383117dfc93c38a6c822ef0c1c49fc068ced5db9466a66069f33aa934e1169" + }, + { + "name": "NanoProtoShield", + "version": "0.1.2", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.2.zip", + "archiveFileName": "NanoProtoShield-0.1.2.zip", + "size": 9599, + "checksum": "SHA-256:e54e7d3524990ecbe0a31eb90ca7be9fda721f677172ba4558789fe561378030" + }, + { + "name": "NanoProtoShield", + "version": "0.2.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.2.0.zip", + "archiveFileName": "NanoProtoShield-0.2.0.zip", + "size": 10039, + "checksum": "SHA-256:08b8c8bfa0d1b9a265b4d2b53af1fcf175e0ae843c8b3cee82180c5f1383e0a8" + }, + { + "name": "NanoProtoShield", + "version": "0.3.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.3.0.zip", + "archiveFileName": "NanoProtoShield-0.3.0.zip", + "size": 10693, + "checksum": "SHA-256:98527d59f4cfb1c1109125ddf7e20472e0c9480e5334f4b4b774392bf25029f7" + }, + { + "name": "NanoProtoShield", + "version": "0.4.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.4.0.zip", + "archiveFileName": "NanoProtoShield-0.4.0.zip", + "size": 17797, + "checksum": "SHA-256:4e638fc39fc3ed898526673afe53618e3ab8ebe8b3421d2cb128cc97e91b4c95" + }, + { + "name": "NanoProtoShield", + "version": "0.5.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.5.0.zip", + "archiveFileName": "NanoProtoShield-0.5.0.zip", + "size": 22016, + "checksum": "SHA-256:1a59469450eef34ac57bb9ef5856fe7e7b3c63ea6d6ea71ff685bcd3087405e5" + }, + { + "name": "NanoProtoShield", + "version": "0.6.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.6.0.zip", + "archiveFileName": "NanoProtoShield-0.6.0.zip", + "size": 25885, + "checksum": "SHA-256:23bc4b7241281fbe3dcbabb9705ba4f1ccf0abf00fd03c4b74a221736d8430a7" + }, + { + "name": "NanoProtoShield", + "version": "0.7.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.7.0.zip", + "archiveFileName": "NanoProtoShield-0.7.0.zip", + "size": 4692424, + "checksum": "SHA-256:8f0688f5ec9d477794e7d74fcd8dd1ad09067c47393c86625d3099b3f198c2c5" + }, + { + "name": "NanoProtoShield", + "version": "0.8.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.8.0.zip", + "archiveFileName": "NanoProtoShield-0.8.0.zip", + "size": 11582752, + "checksum": "SHA-256:78d9545683909a7025f24cb903cb12e935a044c20c24711b60da80f983f86a12" + }, + { + "name": "NanoProtoShield", + "version": "0.9.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.0.zip", + "archiveFileName": "NanoProtoShield-0.9.0.zip", + "size": 11856830, + "checksum": "SHA-256:7e36ea11fd0a41d938acd4ac99559c39d073296baef41997ba1393ee2578d8ad" + }, + { + "name": "NanoProtoShield", + "version": "0.9.1", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.1.zip", + "archiveFileName": "NanoProtoShield-0.9.1.zip", + "size": 11857023, + "checksum": "SHA-256:00c01464e672b245a459faa54191b7000068ce35bfbac584999c5db26a2278f5" + }, + { + "name": "NanoProtoShield", + "version": "0.9.2", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.2.zip", + "archiveFileName": "NanoProtoShield-0.9.2.zip", + "size": 11857078, + "checksum": "SHA-256:fe12ee040660b7566f7c5a983f12554f5b430bde9df2ebae8f915f9ffc54ceee" + }, + { + "name": "NanoProtoShield", + "version": "0.9.4", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.4.zip", + "archiveFileName": "NanoProtoShield-0.9.4.zip", + "size": 11854215, + "checksum": "SHA-256:df35233e6cbb5cc2afef06cc5f3d78fb9d68fbf362b92ace0e1766b53e66e3d0" + }, + { + "name": "NanoProtoShield", + "version": "0.9.5", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.5.zip", + "archiveFileName": "NanoProtoShield-0.9.5.zip", + "size": 12430978, + "checksum": "SHA-256:8a93d911901522944a71038ae4ba4624f600f5745d48533b94085fac41675e70" + }, + { + "name": "NanoProtoShield", + "version": "0.9.6", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.6.zip", + "archiveFileName": "NanoProtoShield-0.9.6.zip", + "size": 12434631, + "checksum": "SHA-256:b710381f1fbb396e6e2f2295f8cdf75be16a25931bf63330ce6c86d2eb346cfc" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.0.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.0.0.zip", + "size": 6707, + "checksum": "SHA-256:f55c5d35944bf01f2cf7b11c567d248ef196dcd7b997af6cb53cdca811e58173" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.1.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.1.0.zip", + "size": 6731, + "checksum": "SHA-256:d7e0b9ee122c3083339f44e00dc00aed4227e2aa7237e8e5813d9d90bbf3348b" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.1.1.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.1.1.zip", + "size": 7133, + "checksum": "SHA-256:b5dcb0f9c9eff5ca5e868abba5613c9f5de5b052201d5429e3a5ecb74612d18d" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.0.zip", + "size": 7589, + "checksum": "SHA-256:428c7791e4201bc2045e3207a970491f4e757128e20b40488f140643be5e1868" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": ["I2cControlPanel_asukiaaa.h", "I2cControlPanel_asukiaaa_template.hpp"], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.1.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.1.zip", + "size": 8104, + "checksum": "SHA-256:186769d1e05dc11d6b347a7e15ab7136a208073fd6e96f310db513d3a8dacc8f" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": ["I2cControlPanel_asukiaaa.h", "I2cControlPanel_asukiaaa_template.hpp"], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.2.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.2.zip", + "size": 8105, + "checksum": "SHA-256:7c6f740cdbbf7cacee1fbb83ce99cd4af383092a3f7bc400aacdc0e02b5a68c3" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": ["I2cControlPanel_asukiaaa.h", "I2cControlPanel_asukiaaa_template.hpp"], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.3.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.3.zip", + "size": 8110, + "checksum": "SHA-256:09d3a558c3a0825ab1e7a75b3e513c5a147ee4714f6fb1c82f71e2a7baf9e9f5" + }, + { + "name": "MaerklinMotorola", + "version": "0.1.0", + "author": "Michael Henzler", + "maintainer": "Michael Henzler (Laserlicht)", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Decoding the signals from the Märklin-Motorola-protocol", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.1.0.zip", + "archiveFileName": "MaerklinMotorola-0.1.0.zip", + "size": 6325, + "checksum": "SHA-256:52dd4e81002db6ee08c5e11ed404a139e80c19594bfd4b14dec30c62bf4d2d83" + }, + { + "name": "MaerklinMotorola", + "version": "0.2.0", + "author": "Michael H.", + "maintainer": "Michael H. (Laserlicht)", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Support MM and MM2 protocols", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "providesIncludes": ["MaerklinMotorola.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.0.zip", + "archiveFileName": "MaerklinMotorola-0.2.0.zip", + "size": 64692, + "checksum": "SHA-256:fad8f40f71d4160dbc121ebaeb32180c3876b4ab05297d22f9bd247eb10cd080" + }, + { + "name": "MaerklinMotorola", + "version": "0.2.2", + "author": "Michael H.", + "maintainer": "Michael H. (Laserlicht)", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Support MM and MM2 protocols", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "providesIncludes": ["MaerklinMotorola.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.2.zip", + "archiveFileName": "MaerklinMotorola-0.2.2.zip", + "size": 64678, + "checksum": "SHA-256:458a9238f75973804bcdf06d6b1c38919953136e0aa3a5500608f90bcd01bb01" + }, + { + "name": "SparkFun ProDriver TC78G670FTG Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/16836\"\u003eSparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)\u003c/a\u003e. This makes driving a bi-polar stepper motor easy, and it has many examples to show you some of the cool features of the IC (including both Clock-in and Serial modes).", + "website": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.0.zip", + "size": 29576, + "checksum": "SHA-256:4c19e03068cdc4aee6380664f264822f0db21328cd577ea54a351d31c37afce8" + }, + { + "name": "SparkFun ProDriver TC78G670FTG Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/16836\"\u003eSparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)\u003c/a\u003e. This makes driving a bi-polar stepper motor easy, and it has many examples to show you some of the cool features of the IC (including both Clock-in and Serial modes).", + "website": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.1.zip", + "size": 29574, + "checksum": "SHA-256:ed29a6040678641f35e767323f63e4d98c971f1fbec1aa18849aa4609d436199" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.6.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": ["AudioPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.6.0.zip", + "archiveFileName": "SAMD21_Audio_Player-0.6.0.zip", + "size": 249669, + "checksum": "SHA-256:059a04ffbfea065210f352bb80e2e680a5c4de395febd63e0d83e3df1a9db56d" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.7.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": ["AudioPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.0.zip", + "archiveFileName": "SAMD21_Audio_Player-0.7.0.zip", + "size": 249730, + "checksum": "SHA-256:fd817c78bdd20b1466f13c060b7440dbb9b4bbb9231880a87d684bdff51354bd" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.7.1", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": ["AudioPlayer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.1.zip", + "archiveFileName": "SAMD21_Audio_Player-0.7.1.zip", + "size": 249813, + "checksum": "SHA-256:a3cba6b51129e3c8e90d13a7bb7197645e6239793d11da24399eac636fa3892b" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/ArduinoScienceJournal", + "category": "Communication", + "architectures": ["samd", "nrf52", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": ["ArduinoScienceJournal.h"], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.0.zip", + "archiveFileName": "Arduino_ScienceJournal-1.0.0.zip", + "size": 12228, + "checksum": "SHA-256:4ac2578e563eb06deb59603619e89ab640425912ef29c3ba5e8248467384e1d6" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": ["samd", "nrf52", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": ["ArduinoScienceJournal.h"], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.1.zip", + "archiveFileName": "Arduino_ScienceJournal-1.0.1.zip", + "size": 12227, + "checksum": "SHA-256:45138f78717a3dd3d30db1aa3dda7160eccf49d169e7b66555a1b5f0ab9054af" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": ["samd", "nrf52", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": ["ArduinoScienceJournal.h"], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.2.zip", + "archiveFileName": "Arduino_ScienceJournal-1.0.2.zip", + "size": 12236, + "checksum": "SHA-256:da479c357c12d14bf28501a7a0b0700addaf7009efd1e4108e3d18714659695b" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": ["samd", "nrf52", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": ["ArduinoScienceJournal.h"], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.1.0.zip", + "archiveFileName": "Arduino_ScienceJournal-1.1.0.zip", + "size": 13535, + "checksum": "SHA-256:1555b52bdd2b3bc6ab803201a1d7eafbb48164f7330f2680655ed63fab118571" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": ["samd", "nrf52", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": ["ArduinoScienceJournal.h"], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_CMSIS-DSP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.1.1.zip", + "archiveFileName": "Arduino_ScienceJournal-1.1.1.zip", + "size": 13719, + "checksum": "SHA-256:0b3739477430671be02957c1cb5da48931be3f8019b9a8796d3c859c05af9d4c" + }, + { + "name": "TGP Decodeur", + "version": "0.9.8", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": ["Decodeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-0.9.8.zip", + "archiveFileName": "TGP_Decodeur-0.9.8.zip", + "size": 6607, + "checksum": "SHA-256:535ee6957eeac8a7f28414bb19f344c9e008621ad19892a77d0474745389e7b8" + }, + { + "name": "TGP Decodeur", + "version": "1.0.0", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": ["Decodeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.0.0.zip", + "archiveFileName": "TGP_Decodeur-1.0.0.zip", + "size": 8731, + "checksum": "SHA-256:e2200150348efe601b70fb017d64023e8961382b9d93141688929b29064887ef" + }, + { + "name": "TGP Decodeur", + "version": "1.1.0", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": ["Decodeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.1.0.zip", + "archiveFileName": "TGP_Decodeur-1.1.0.zip", + "size": 8888, + "checksum": "SHA-256:b8be980c1af7f1a66830ae941f389a0381e7de453c9989af07157c6c6cff78ce" + }, + { + "name": "DDNS_Generic", + "version": "1.0.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": ["DDNS_Generic.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.0.0.zip", + "archiveFileName": "DDNS_Generic-1.0.0.zip", + "size": 327104, + "checksum": "SHA-256:14840bd3c18ab12c0082745f07f1f171a91a46401a5c4ac3720bc4c87ccaffc4" + }, + { + "name": "DDNS_Generic", + "version": "1.0.1", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": ["DDNS_Generic.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.0.1.zip", + "archiveFileName": "DDNS_Generic-1.0.1.zip", + "size": 344738, + "checksum": "SHA-256:1fa0531649efa4943d1518aba28fa1990b65c80b7713b05b5d08364e34a89349" + }, + { + "name": "DDNS_Generic", + "version": "1.1.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": ["DDNS_Generic.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.1.0.zip", + "archiveFileName": "DDNS_Generic-1.1.0.zip", + "size": 470474, + "checksum": "SHA-256:f9ec34f183d4ef84cfb0d704b6f82b10f62026959c0b3c1eaecfc67006d15e8e" + }, + { + "name": "DDNS_Generic", + "version": "1.2.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A oe Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": ["DDNS_Generic.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.2.0.zip", + "archiveFileName": "DDNS_Generic-1.2.0.zip", + "size": 490897, + "checksum": "SHA-256:1e38a544588123cfc3b3a9887a2388247b73a992a9a785875b4e785568369047" + }, + { + "name": "DDNS_Generic", + "version": "1.3.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": ["DDNS_Generic.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.3.0.zip", + "archiveFileName": "DDNS_Generic-1.3.0.zip", + "size": 547680, + "checksum": "SHA-256:f05a3ebb77c4f1f23527d6b4e828e89bc748f414849ea668b42460633b54e2fe" + }, + { + "name": "DDNS_Generic", + "version": "1.4.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": ["DDNS_Generic.h"], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.4.0.zip", + "archiveFileName": "DDNS_Generic-1.4.0.zip", + "size": 628340, + "checksum": "SHA-256:e6834f271401abba0b7271616c2ef9a56166737530b3b2d9d810c7e71fb7b0f6" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.0.0", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.0.0.zip", + "size": 160191, + "checksum": "SHA-256:728449a0f92faec5d67b7febfcdac38b8fa102040f774a1b843fe023787ecc99" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.0.1", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.0.1.zip", + "size": 226785, + "checksum": "SHA-256:cbb640bd44c99341b9f983895dcec350186f1a0c039e90f9574aacbe56128812" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.0.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.2.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.0.2.zip", + "size": 264043, + "checksum": "SHA-256:4ea4d2c02b71a112567bc85217022c4c1ab137c2795ca1d74c379467acdb0ca6" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.0.zip", + "size": 288782, + "checksum": "SHA-256:d8efa406a47e16573e2f288915f76be2db34bce411411cdd1cfef646dfbef9d5" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.1.zip", + "size": 288316, + "checksum": "SHA-256:ab4540dc6a6c41b447626d20a434740aa397680c04ad390956621634d1047d5a" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.2.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.2.zip", + "size": 316634, + "checksum": "SHA-256:49b00444094ecd2e8b2be9fb5482cc403cb3b14f273cfb188ed0b02024160116" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.3", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.3.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.3.zip", + "size": 479885, + "checksum": "SHA-256:5b1e9e4ecd0b72941d0e7bf17e5dd835b36acaf5ec1d752070d07146324c2656" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.4", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.4.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.4.zip", + "size": 483817, + "checksum": "SHA-256:fde9342387c95c365419510a70b04cc908e438422c6218c730e902821d684b4f" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.5", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.5.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.5.zip", + "size": 482213, + "checksum": "SHA-256:6e9caf09440ed5487e3061cb7d4be27d95ba1804115f528ad307d52296ae62b2" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.2.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.2.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.2.0.zip", + "size": 1109755, + "checksum": "SHA-256:dd6cdcdbef1133feb491cffcbe5e32e97c1409bbe18812c77d321fc1eb4cfc39" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.3.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": ["AsyncHTTPRequest_Generic.h"], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.3.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.3.0.zip", + "size": 1233553, + "checksum": "SHA-256:b72cc95595417eab04589e6b5903a0328c9b8bd3d1952a04d77f67db04a6ae25" + }, + { + "name": "CBUSBUZZER", + "version": "1.1.3", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS buzzer processing", + "paragraph": "Implements control of buzzer", + "website": "https://github.com/MERG-DEV/CBUSBUZZER", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSBUZZER.git", + "providesIncludes": ["CBUSBUZZER.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSBUZZER-1.1.3.zip", + "archiveFileName": "CBUSBUZZER-1.1.3.zip", + "size": 3930, + "checksum": "SHA-256:b491f45ba31119506df2c84c185458ed9cf6d16fbedf3a5da605d780e604b252" + }, + { + "name": "CBUSBUZZER", + "version": "1.1.4", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS buzzer processing", + "paragraph": "Implements control of buzzer", + "website": "https://github.com/MERG-DEV/CBUSBUZZER", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MERG-DEV/CBUSBUZZER.git", + "providesIncludes": ["CBUSBUZZER.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSBUZZER-1.1.4.zip", + "archiveFileName": "CBUSBUZZER-1.1.4.zip", + "size": 3932, + "checksum": "SHA-256:458f85ca16bc011dbeee1dd679cfa35ebaddd7e7fa26b052fb70a0da33a95d1e" + }, + { + "name": "SparkFun Particle Sensor Panasonic SN-GCJA5", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to communicate with the Panasonic SN-GCJA5 particle sensor.", + "paragraph": "Communicates with the SN-GCJA5 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a particle sensor into your project. The sensor detects particulate mass density and particle count for various size particles from PM1.0 to PM10 (0.3-10um). The sensor requires 5V supply and 3.3V I\u003csup\u003e2\u003c/sup\u003eC.", + "website": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.0.zip", + "archiveFileName": "SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.0.zip", + "size": 8402, + "checksum": "SHA-256:a8bc06a3eb63968bef40805de18defc15007ff028b80d3f98a6e4779b32e5062" + }, + { + "name": "SparkFun Particle Sensor Panasonic SN-GCJA5", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to communicate with the Panasonic SN-GCJA5 particle sensor.", + "paragraph": "Communicates with the SN-GCJA5 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a particle sensor into your project. The sensor detects particulate mass density and particle count for various size particles from PM1.0 to PM10 (0.3-10um). The sensor requires 5V supply and 3.3V I\u003csup\u003e2\u003c/sup\u003eC.", + "website": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.1.zip", + "archiveFileName": "SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.1.zip", + "size": 12907, + "checksum": "SHA-256:74b10baa70c1f3345afce27b661ea233cb7453542582623358010fad5286a924" + }, + { + "name": "HAMqttDevice", + "version": "1.0.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "paragraph": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "website": "https://github.com/plapointe6/HAMqttDevice", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/plapointe6/HAMqttDevice.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/HAMqttDevice-1.0.0.zip", + "archiveFileName": "HAMqttDevice-1.0.0.zip", + "size": 18437, + "checksum": "SHA-256:12f7c0fbeba5c6a6bbce15ee6995a775411d1898e629e3797df0f5910d6f17c3" + }, + { + "name": "DHT12 sensor library", + "version": "0.9.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for DHT12 Temp \u0026 Humidity Sensors", + "paragraph": "Arduino/ESP8266 library for DHT12 Temp \u0026 Humidity Sensors", + "website": "https://github.com/xreef/DHT12_sensor_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/DHT12_sensor_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-0.9.0.zip", + "archiveFileName": "DHT12_sensor_library-0.9.0.zip", + "size": 2663236, + "checksum": "SHA-256:32d11f6616ef3f963bb0aee57f355c53427ab23a8d875272b3f7ad20353ac380" + }, + { + "name": "DHT12 sensor library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266 and ESP32 library for DHT12 Temp \u0026 Humidity Sensors", + "paragraph": "DHT12 complete library (DHT clone library with same command and some addiction). I2c and OneWire support, connection schema of Arduino UNO, esp32 and esp8266 with examples.", + "website": "https://www.mischianti.org/2019/01/01/dht12-library-en/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/DHT12_sensor_library.git", + "providesIncludes": ["DHT12.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-1.0.1.zip", + "archiveFileName": "DHT12_sensor_library-1.0.1.zip", + "size": 2615260, + "checksum": "SHA-256:2933a255638c6e87fe43514ae9e367758f9d1613967b3645e93da032e18bb945" + }, + { + "name": "TLI493D", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI493D-W2BW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-1.0.0.zip", + "archiveFileName": "TLI493D-1.0.0.zip", + "size": 25112, + "checksum": "SHA-256:a76238311949626cd8d9b3fa4d021853554b19fc753b4ad3bf12cef95ddce729" + }, + { + "name": "TLI493D", + "version": "2.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/TLI493D-W2BW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-2.0.1.zip", + "archiveFileName": "TLI493D-2.0.1.zip", + "size": 25121, + "checksum": "SHA-256:06d449866bd3c696dd323c24b104fd37e8283329876bcc98754e5f9ccf629699" + }, + { + "name": "Rocket Scream RTCAVRZero", + "version": "1.0.0", + "author": "Rocket Scream Electronics", + "maintainer": "rocketscream \u003csupport@rocketscream.com\u003e", + "sentence": "Minimalistic RTC (Real Time Counter) implementation for MegaAVR 0-series MCU.", + "paragraph": "Minimalistic RTC (Real Time Counter) implementation for MegaAVR 0-series MCU.", + "website": "https://github.com/rocketscream/RocketScream_RTCAVRZero", + "category": "Timing", + "architectures": ["megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/rocketscream/RocketScream_RTCAVRZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Rocket_Scream_RTCAVRZero-1.0.0.zip", + "archiveFileName": "Rocket_Scream_RTCAVRZero-1.0.0.zip", + "size": 6329, + "checksum": "SHA-256:7e5994a865dbf3b278c15b65cbb1b9d212de93288428daa82badd57747c3bbce" + }, + { + "name": "Rocket Scream LowPowerAVRZero", + "version": "1.0.0", + "author": "Rocket Scream Electronics", + "maintainer": "rocketscream \u003csupport@rocketscream.com\u003e", + "sentence": "Low power management for MegaAVR 0-series MCU.", + "paragraph": "Low power management for MegaAVR 0-series MCU.", + "website": "https://github.com/rocketscream/RocketScream_LowPowerAVRZero", + "category": "Device Control", + "architectures": ["megaavr"], + "types": ["Contributed"], + "repository": "https://github.com/rocketscream/RocketScream_LowPowerAVRZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Rocket_Scream_LowPowerAVRZero-1.0.0.zip", + "archiveFileName": "Rocket_Scream_LowPowerAVRZero-1.0.0.zip", + "size": 7044, + "checksum": "SHA-256:461dbc840ce91906d74e931791830b16fd96a45097a207cf7ddafe98ee95f0f4" + }, + { + "name": "FastTrig", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": ["FastTrig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.3.zip", + "archiveFileName": "FastTrig-0.1.3.zip", + "size": 9419, + "checksum": "SHA-256:570461b5318bb863cafc45a5335181d0d4002b2792f98edf32d7405dcc6c9d4f" + }, + { + "name": "FastTrig", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": ["FastTrig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.4.zip", + "archiveFileName": "FastTrig-0.1.4.zip", + "size": 14648, + "checksum": "SHA-256:3baa835f0d8afdcee8718d2051e84a103fe73881b9ddccb23b7fd4795479fb66" + }, + { + "name": "FastTrig", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": ["FastTrig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.5.zip", + "archiveFileName": "FastTrig-0.1.5.zip", + "size": 15605, + "checksum": "SHA-256:e9621c8ce363243df4fb08e34f143b9043bd3b254a48aa5370835a936df25de2" + }, + { + "name": "FastTrig", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": ["FastTrig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.6.zip", + "archiveFileName": "FastTrig-0.1.6.zip", + "size": 16964, + "checksum": "SHA-256:f07addf45f27d1b9fcf8889ba41315d571e31a7d1471999161002afabb1e220f" + }, + { + "name": "FastTrig", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": ["FastTrig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.7.zip", + "archiveFileName": "FastTrig-0.1.7.zip", + "size": 18250, + "checksum": "SHA-256:e7a97339fd2725ede4ed9bd8f33a9dffaf2cd7b1e71d05c38b3c3dfb45b178dc" + }, + { + "name": "FastTrig", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": ["FastTrig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.8.zip", + "archiveFileName": "FastTrig-0.1.8.zip", + "size": 19713, + "checksum": "SHA-256:d6b8125c5bce96abdff07f5c43c33a12d6b97b7ee6b0438e13cc5777d00fb8d3" + }, + { + "name": "AsyncDNSServer_STM32", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous DNS Server Library for STM32 using built-in LAN8742A Ethernet", + "paragraph": "Asynchronous DNS Server Library for STM32 using built-in LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncDNSServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "AsyncUDP_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_STM32-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_STM32-1.0.0.zip", + "size": 27584, + "checksum": "SHA-256:1074f2d6a7b22b0712e116264bbcfcff5c1a54743c90a496e2bfe2aac8d1cc7d" + }, + { + "name": "AsyncDNSServer_STM32", + "version": "1.1.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous DNS Server Library for STM32F/L/H/G/WB/MP1 using LAN8720 or built-in LAN8742A Ethernet", + "paragraph": "Asynchronous DNS Server Library for STM32F/L/H/G/WB/MP1 using LAN8720 or built-in LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncDNSServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "AsyncUDP_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_STM32-1.1.0.zip", + "archiveFileName": "AsyncDNSServer_STM32-1.1.0.zip", + "size": 646619, + "checksum": "SHA-256:dfa281b1ebca3a1cf236e2c761be622b321525b0bb2580075dcf445b247542b8" + }, + { + "name": "HM330X by Tomoto", + "version": "1.0.0", + "author": "Tomoto S. Washio", + "maintainer": "Tomoto S. Washio (https://github.com/tomoto)", + "sentence": "Arduino library for HM3301/HM3302 dust sensor.", + "paragraph": "This is intended to provide a much simpelr-to-use version of the library originally published by Seeed.", + "website": "https://github.com/tomoto/Arduino_Tomoto_HM330X", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tomoto/Arduino_Tomoto_HM330X.git", + "providesIncludes": ["Tomoto_HM330X.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tomoto/HM330X_by_Tomoto-1.0.0.zip", + "archiveFileName": "HM330X_by_Tomoto-1.0.0.zip", + "size": 14715, + "checksum": "SHA-256:bd61c7894c8f25d5d7155893d87be4145b4665d36ea2bb08d9643c72a857c245" + }, + { + "name": "AsyncUDP_STM32", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous UDP Library for STM32 using builtin LAN8742A Ethernet", + "paragraph": "Asynchronous UDP Library for STM32 using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncUDP_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.1.0.zip", + "archiveFileName": "AsyncUDP_STM32-1.1.0.zip", + "size": 29835, + "checksum": "SHA-256:738108b841d96c92ab641ceea422fade31cbbb306ee530880467d4317bd645aa" + }, + { + "name": "AsyncUDP_STM32", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Fully Asynchronous UDP Library for STM32 using LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "providesIncludes": ["AsyncUDP_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.2.0.zip", + "archiveFileName": "AsyncUDP_STM32-1.2.0.zip", + "size": 648991, + "checksum": "SHA-256:2001eefd708364fe41ccc1f678773bc35e77893ca49138ca244b2cf103fafe3b" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.9.2", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.9.2.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.9.2.zip", + "size": 1074078, + "checksum": "SHA-256:5728cfe11c485fe4d61cdcd265de4f51bc179d2b6cfba004554b37ac8c3f8967" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.9.3", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.9.3.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.9.3.zip", + "size": 1075171, + "checksum": "SHA-256:0703188b017c3197babb388a3d8ea7796e9576a2f19bf42dd95dcd5c9940ca57" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.0.1", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.0.1.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.0.1.zip", + "size": 748901, + "checksum": "SHA-256:a83b2847acde4ba80ffb43e345ada605772da8b9aea5fe44a6b3e92e9ac67570" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.10.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.10.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.10.0.zip", + "size": 1077187, + "checksum": "SHA-256:f2345d34907117b6e52c55dbd5f68f5d01f73cacffda5a52b1506c15efde5dd0" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.11.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.11.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.11.0.zip", + "size": 1113394, + "checksum": "SHA-256:b08e4570cb7e02c6df8c92fcb3345ff039488e1ac5d033599012c58a8cd52b9b" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.12.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.12.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.12.0.zip", + "size": 1115038, + "checksum": "SHA-256:face4dfc36e716a95869d03a96774bbbf60644c4a4e0e7f6a5dca04b1b0266a3" + }, + { + "name": "Autopilot", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library of various controllers for autonomous fixed-wing flight", + "paragraph": "Library of various controllers for autonomous fixed-wing flight", + "website": "https://github.com/PowerBroker2/Autopilot", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/PowerBroker2/Autopilot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Autopilot-0.1.0.zip", + "archiveFileName": "Autopilot-0.1.0.zip", + "size": 90701, + "checksum": "SHA-256:42b9f8cfef39b4b29f0fa84a9d317abcfbd9e0637d366866820b32fdb1f5d74d" + }, + { + "name": "Nano33BLESensor", + "version": "1.0.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", + "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", + "website": "https://github.com/DaleGia/Nano33BLESensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DaleGia/Nano33BLESensor.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "PDM" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.0.0.zip", + "archiveFileName": "Nano33BLESensor-1.0.0.zip", + "size": 76875, + "checksum": "SHA-256:37f2b40955ccb8f8c5cdc0a5567c1861b49f730b3739666ee89a1caf0d79b465" + }, + { + "name": "Nano33BLESensor", + "version": "1.0.1", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", + "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", + "website": "https://github.com/DaleGia/Nano33BLESensor", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DaleGia/Nano33BLESensor.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.0.1.zip", + "archiveFileName": "Nano33BLESensor-1.0.1.zip", + "size": 76987, + "checksum": "SHA-256:d893810c2f22550ad70f4f8f28a9838b927326c31b2ea8fb68fa092952c00b72" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.3.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.3.zip", + "size": 367320, + "checksum": "SHA-256:9afb43b7c8afb7bdabd3da4e9ee23b44cc2bc38c77d7d662c60db2cf13b86b3c" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.3-a", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.3-a.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.3-a.zip", + "size": 393468, + "checksum": "SHA-256:95ecdaa6c6c2b70f0d7103a2367dfe1887b127ce6431ffe04741a214a336aad1" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.4", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.4.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.4.zip", + "size": 394098, + "checksum": "SHA-256:667a5a2009c4b220f51d3d1462952b4d6f9ea60a83904c1c88ae5261e23620aa" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.5", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": ["LwIP.h", "STM32Ethernet.h", "AsyncWebServer_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.5.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.5.zip", + "size": 512241, + "checksum": "SHA-256:339d2e7bab5cbfc5d34e2fea230b3b13bec4f6d091934ee795a1a610733bb744" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.6", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": ["LwIP.h", "STM32Ethernet.h", "AsyncWebServer_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.6.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.6.zip", + "size": 513773, + "checksum": "SHA-256:26075d1eafe1f7cc62827c74294db69484140ae8d467b5503ea20c1d75b523e9" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": ["LwIP.h", "STM32Ethernet.h", "AsyncWebServer_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.3.0.zip", + "archiveFileName": "AsyncWebServer_STM32-1.3.0.zip", + "size": 1506758, + "checksum": "SHA-256:0b1102f6377a168121b56f31391e9003f2d4309b6fda220e730986754b3a5310" + }, + { + "name": "LittleFS_esp32", + "version": "1.0.0", + "author": "lorol", + "maintainer": "lorol", + "sentence": "LittleFS for esp32", + "paragraph": "LittleFS for esp32", + "website": "https://github.com/lorol/LITTLEFS", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lorol/LITTLEFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.0.zip", + "archiveFileName": "LittleFS_esp32-1.0.0.zip", + "size": 67979, + "checksum": "SHA-256:23ebc6a66345cc0ba4b8b8e993869d8e12f3ec567bffa5ded3ad0836d8086be6" + }, + { + "name": "LittleFS_esp32", + "version": "1.0.5", + "author": "lorol", + "maintainer": "lorol", + "sentence": "LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead of this one when available in future core releases.", + "paragraph": "For esp32 core 1.0.4 release, use #define CONFIG_LITTLEFS_FOR_IDF_3_2 and for more SPIFFS compatibility, set #define CONFIG_LITTLEFS_SPIFFS_COMPAT 1", + "website": "https://github.com/lorol/LITTLEFS", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lorol/LITTLEFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.5.zip", + "archiveFileName": "LittleFS_esp32-1.0.5.zip", + "size": 78228, + "checksum": "SHA-256:d1d43346a76c9aed40be423fe95a311b18ee7a47b166feb30497029515b31e7f" + }, + { + "name": "LittleFS_esp32", + "version": "1.0.6", + "author": "lorol", + "maintainer": "lorol", + "sentence": "LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead of this one when available in future core releases.", + "paragraph": "For esp32 core 1.0.4 release, use #define CONFIG_LITTLEFS_FOR_IDF_3_2 and for more SPIFFS compatibility, set #define CONFIG_LITTLEFS_SPIFFS_COMPAT 1", + "website": "https://github.com/lorol/LITTLEFS", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lorol/LITTLEFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.6.zip", + "archiveFileName": "LittleFS_esp32-1.0.6.zip", + "size": 80286, + "checksum": "SHA-256:2695ebf73c62e645f22ea47677c5f6bd4536c24fe2e56596d173309538ceb417" + }, + { + "name": "SCA100T", + "version": "1.0.0", + "author": "CsCrazy85", + "maintainer": "CsCrazy85 \u003cmika_va@hotmail.com\u003e", + "sentence": "This library allows communication with Murata SCA100T inclinometer sensors using SPI.", + "paragraph": "This library allows communication with Murata SCA100T inclinometer sensors using SPI. Library contains basic usage to get the readings from the MEMS-sensor. You can read the raw accelerometer values, temperature and angle values. Also self-test and command sending is supported.", + "website": "https://github.com/CsCrazy85/SCA100T", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/CsCrazy85/SCA100T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CsCrazy85/SCA100T-1.0.0.zip", + "archiveFileName": "SCA100T-1.0.0.zip", + "size": 470350, + "checksum": "SHA-256:44627fd6548fd2fd6d46198f108cbd2515c59f0c3af208dade7017ad5c4a0de4" + }, + { + "name": "TGP Bouton", + "version": "1.0.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le controle et la lecture d'un bouton.", + "paragraph": "Cette bibliotheque permet la creation de boutons et leur \"debouncing\". Permet de détecter si le bouton a été appuyé, maintenu appuyé ou relâché.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Bouton.git", + "providesIncludes": ["Bouton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Bouton-1.0.0.zip", + "archiveFileName": "TGP_Bouton-1.0.0.zip", + "size": 13664, + "checksum": "SHA-256:17abd54cdfd22b3555d5ef5b21de2184abb91377ab3ab3e29d32b9ac6b5d1368" + }, + { + "name": "TGP Bouton", + "version": "1.0.2", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le controle et la lecture d'un bouton.", + "paragraph": "Cette bibliotheque permet la creation de boutons et leur \"debouncing\". Permet de détecter si le bouton a été appuyé, maintenu appuyé ou relâché.", + "website": "https://github.com/TechnoPhysCAL/TGP_Bouton", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Bouton.git", + "providesIncludes": ["Bouton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Bouton-1.0.2.zip", + "archiveFileName": "TGP_Bouton-1.0.2.zip", + "size": 13677, + "checksum": "SHA-256:33b1d3dbdfce4803259fa53071582c557f7b68afbea41aadb708c67429599717" + }, + { + "name": "TGP Del", + "version": "1.0.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", + "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "providesIncludes": ["Del.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.0.0.zip", + "archiveFileName": "TGP_Del-1.0.0.zip", + "size": 8132, + "checksum": "SHA-256:e9e2569a575b8bd86adeedefd16521ef8357a811891d83235344245afb9812f7" + }, + { + "name": "TGP Del", + "version": "1.1.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", + "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", + "website": "https://github.com/technophyscal/tgp_del", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "providesIncludes": ["Del.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.1.0.zip", + "archiveFileName": "TGP_Del-1.1.0.zip", + "size": 8255, + "checksum": "SHA-256:e3f3ab04e7c4e7ae0310380dccb6077de05fb8b2010ad5f699db17a07377a51c" + }, + { + "name": "TGP Del", + "version": "1.1.1", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", + "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", + "website": "https://github.com/TechnoPhysCAL/TGP_Del", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "providesIncludes": ["Del.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.1.1.zip", + "archiveFileName": "TGP_Del-1.1.1.zip", + "size": 8254, + "checksum": "SHA-256:48fb1fbcac9a206ad462edd341358a9ac174b24d7d48fc724a4fe6bb1a1beb4d" + }, + { + "name": "TGP Ecran", + "version": "1.0.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306. L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": ["Ecran.h"], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.0.0.zip", + "archiveFileName": "TGP_Ecran-1.0.0.zip", + "size": 7550, + "checksum": "SHA-256:1944ff1252fdc792a29bf4bc06b4dcc962c15f2e02ee6031ac15881987e62a3c" + }, + { + "name": "TGP Ecran", + "version": "1.1.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": ["Ecran.h"], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.1.0.zip", + "archiveFileName": "TGP_Ecran-1.1.0.zip", + "size": 7608, + "checksum": "SHA-256:3f6b497c34c4b6c066a77721f0a74c34bda8b2b8c54a328345ee2ee83a7e2569" + }, + { + "name": "TGP Ecran", + "version": "1.2.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran. Une conversion UTF-8 à ASCII étendu permet maintenant l'affichage des lettres accentuées sans aucune manipulation supplémentaire.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": ["Ecran.h"], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.2.0.zip", + "archiveFileName": "TGP_Ecran-1.2.0.zip", + "size": 8802, + "checksum": "SHA-256:ae3fc90c0229987e5b0e49348b82d3cd19465d993e3434d3fef7c8fe348bbe3c" + }, + { + "name": "TGP Ecran", + "version": "1.2.1", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran. Une conversion UTF-8 à ASCII étendu permet maintenant l'affichage des lettres accentuées sans aucune manipulation supplémentaire.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": ["Ecran.h"], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.2.1.zip", + "archiveFileName": "TGP_Ecran-1.2.1.zip", + "size": 8817, + "checksum": "SHA-256:eb74b9deccc8a6023f5643bb82279d39b2fc5650e28a021804ca2ff59a42fd76" + }, + { + "name": "TGP Ecran", + "version": "1.3.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran. Une conversion UTF-8 à ASCII étendu permet maintenant l'affichage des lettres accentuées sans aucune manipulation supplémentaire.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": ["Ecran.h"], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.3.0.zip", + "archiveFileName": "TGP_Ecran-1.3.0.zip", + "size": 9036, + "checksum": "SHA-256:b1f983c75074dc452d362b4007ff082816fecf308b75b510c7ce5a7e00771800" + }, + { + "name": "TGP ProtoTGP", + "version": "1.0.0", + "author": "TechnoPhys, CB, JL, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle simplifié de la plateforme de développement ProtoTGP.", + "paragraph": "Permet le contrôle simplifié de la plateforme de développement ProtoTGP. Incluant les 5 boutons, 2 DELs et l'écran OLED.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_ProtoTGP.git", + "providesIncludes": ["ProtoTGP.h"], + "dependencies": [ + { + "name": "TGP Bouton" + }, + { + "name": "TGP Del" + }, + { + "name": "TGP Ecran" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_ProtoTGP-1.0.0.zip", + "archiveFileName": "TGP_ProtoTGP-1.0.0.zip", + "size": 76686, + "checksum": "SHA-256:86b355f476419a47efe5e22b0bc9ec6632711d67613034ded6914bae26d3da54" + }, + { + "name": "TGP Menu OLED", + "version": "1.0.0", + "author": "TechnoPhys, JL, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet la création d'un menu deroulant sur affichage OLED SSD1306.", + "paragraph": "Cette bibliothèque permet la création d'un menu géré par 5 boutons de navigation. Construit sur la plateforme ProtoTPhys.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_MenuOLED.git", + "providesIncludes": ["MenuOLED.h"], + "dependencies": [ + { + "name": "TGP ProtoTGP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Menu_OLED-1.0.0.zip", + "archiveFileName": "TGP_Menu_OLED-1.0.0.zip", + "size": 246254, + "checksum": "SHA-256:bf487eb23918cb86a5c26532febdc67971e61e97f6ff5e2400dbcbcedae10bbc" + }, + { + "name": "TGP Menu OLED", + "version": "1.0.1", + "author": "TechnoPhys, JL, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet la création d'un menu deroulant sur affichage OLED SSD1306.", + "paragraph": "Cette bibliothèque permet la création d'un menu géré par 5 boutons de navigation. Construit sur la plateforme ProtoTPhys.", + "website": "https://github.com/TechnoPhysCAL/TGP_MenuOLED", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/TechnoPhysCAL/TGP_MenuOLED.git", + "providesIncludes": ["MenuOLED.h"], + "dependencies": [ + { + "name": "TGP ProtoTGP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Menu_OLED-1.0.1.zip", + "archiveFileName": "TGP_Menu_OLED-1.0.1.zip", + "size": 246290, + "checksum": "SHA-256:ccaa67d5d8a90bb8e5758f93508705a5b42f9f72a2f3f0bc78d966390cae9e34" + }, + { + "name": "EthernetENC", + "version": "2.0.0", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": ["EthernetENC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.0.zip", + "archiveFileName": "EthernetENC-2.0.0.zip", + "size": 88455, + "checksum": "SHA-256:c3132ed55285d555547bfd010c8db8febbba8495322105b733b5ec7c7fd5ff2a" + }, + { + "name": "EthernetENC", + "version": "2.0.1", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": ["EthernetENC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.1.zip", + "archiveFileName": "EthernetENC-2.0.1.zip", + "size": 89109, + "checksum": "SHA-256:a6032e2cc423e8768e11768a6fbe577b35381829db44ab03487f9b51f1a9f0bd" + }, + { + "name": "OneIoT Connectivity", + "version": "1.0.0", + "author": "David Theobald, Christof Tinnes", + "maintainer": "OneIoT(contact@oneiot.de)", + "sentence": "This library can be used for serial communication with the OneIoT Connectivity Module.", + "website": "https://github.com/1IoT/cloud-connectivity-lib", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/1IoT/cloud-connectivity-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1IoT/OneIoT_Connectivity-1.0.0.zip", + "archiveFileName": "OneIoT_Connectivity-1.0.0.zip", + "size": 9442, + "checksum": "SHA-256:f69d6c65fe873acec740d58024b8fbf1c8b6f38f511305271522dab695fdae2c" + }, + { + "name": "OneIoT Connectivity", + "version": "1.1.0", + "author": "David Theobald, Christof Tinnes", + "maintainer": "OneIoT(contact@oneiot.de)", + "sentence": "This library can be used for serial communication with the OneIoT Connectivity Module.", + "website": "https://github.com/1IoT/cloud-connectivity-lib", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/1IoT/cloud-connectivity-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1IoT/OneIoT_Connectivity-1.1.0.zip", + "archiveFileName": "OneIoT_Connectivity-1.1.0.zip", + "size": 10503, + "checksum": "SHA-256:a8de117fdf84dd1328dba7c82cd524eb9caaefb539165a217a4de3cd6e729ea0" + }, + { + "name": "Strawbees Quirkbot", + "version": "2.9.0", + "author": "Strawbees", + "maintainer": "Paulo Barcelos \u003cpaulo@strawbees.com\u003e", + "sentence": "Allows you to program Quirkbots.", + "paragraph": "The library is designed to be used with the Quirkbot. For instructions on how to install official Quirkbot board, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", + "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", + "providesIncludes": ["Quirkbot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Quirkbot/Strawbees_Quirkbot-2.9.0.zip", + "archiveFileName": "Strawbees_Quirkbot-2.9.0.zip", + "size": 130636, + "checksum": "SHA-256:d72458cbcd01de8c310634b091f76c60bd82eb6888369c782f99cdf527426b3e" + }, + { + "name": "Strawbees Quirkbot", + "version": "2.10.0", + "author": "Strawbees", + "maintainer": "Paulo Barcelos \u003cpaulo@strawbees.com\u003e", + "sentence": "Allows you to program Quirkbots.", + "paragraph": "The library is designed to be used with the Quirkbot. For instructions on how to install official Quirkbot board, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", + "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", + "providesIncludes": ["Quirkbot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Quirkbot/Strawbees_Quirkbot-2.10.0.zip", + "archiveFileName": "Strawbees_Quirkbot-2.10.0.zip", + "size": 130896, + "checksum": "SHA-256:b36106c679a5e9779c1d209c7bb9c7e2791ec27412514f5b7c6d3d3da831aa7a" + }, + { + "name": "AceUtils", + "version": "0.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries.", + "paragraph": "Includes: PrintStr, UrlEncoding, TimingStats, PrintUtils.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.2.1.zip", + "archiveFileName": "AceUtils-0.2.1.zip", + "size": 338821, + "checksum": "SHA-256:86a1cbc45e8fa8656c697553634de42651ad8530a0536c39dbf8d51bd7bfbdb0" + }, + { + "name": "AceUtils", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small and light Arduino utilties and libraries.", + "paragraph": "Includes: PrintString, UrlEncoding.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.1.0.zip", + "archiveFileName": "AceUtils-0.1.0.zip", + "size": 250335, + "checksum": "SHA-256:ad6260abce84e86a6cb05bf8cef6551e7f644c1bdadcaac91a73d5a5798cb5e2" + }, + { + "name": "AceUtils", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilties which are too small for separate libraries.", + "paragraph": "Includes: PrintStr, UrlEncoding, TimingStats, PrintUtils.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.2.0.zip", + "archiveFileName": "AceUtils-0.2.0.zip", + "size": 338790, + "checksum": "SHA-256:7b85b5c2f7c39f08601419286a70e01d0715913c2c23024737396626528f1d00" + }, + { + "name": "AceUtils", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. This library Includes: CrcEeprom, CommandLineInterface.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.3.0.zip", + "archiveFileName": "AceUtils-0.3.0.zip", + "size": 356591, + "checksum": "SHA-256:3235bb5389b8dc7220491aa522cf1ed1c9794f5868343e83f4d4097cf8f40fb3" + }, + { + "name": "AceUtils", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilCrcEeprom, AceUtilModeGroup, AceUtilCli.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.4.0.zip", + "archiveFileName": "AceUtils-0.4.0.zip", + "size": 431248, + "checksum": "SHA-256:42bcee0d27e8d0d4b37304faba4614df21f7d950097438a6505ce9f87dbbf189" + }, + { + "name": "AceUtils", + "version": "0.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilsCrcEeprom, AceUtilsModeGroup, AceUtilsCli.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.4.1.zip", + "archiveFileName": "AceUtils-0.4.1.zip", + "size": 432861, + "checksum": "SHA-256:04c7ba623c45eb0c52a7384742f0e92a3c7a76897bf8f9101c0f3eec2b177f27" + }, + { + "name": "AceUtils", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilsCrcEeprom, AceUtilsModeGroup, AceUtilsCli, AceUtilsStm32BufferedEeprom.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.5.0.zip", + "archiveFileName": "AceUtils-0.5.0.zip", + "size": 532124, + "checksum": "SHA-256:7f6732928c0197a568970914ac216b65e8b8eb40331fcc5b223adecdbb51575c" + }, + { + "name": "Taskrunner", + "version": "1.0.0", + "author": "kishan joshi", + "maintainer": "Kishan Joshi \u003crobokishan.blogspot@gmail.com\u003e", + "sentence": "Allows arduino to run scheduler which can run functions at specific frequency", + "paragraph": "This library can do reading at the specific frequency or run the function at specific frequency.", + "website": "https://github.com/Robokishan/Arduino-Scheduler", + "category": "Timing", + "architectures": ["avr", "megaavr", "sam", "samd", "nrf52", "stm32f4"], + "types": ["Contributed"], + "repository": "https://github.com/Robokishan/Arduino-Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robokishan/Taskrunner-1.0.0.zip", + "archiveFileName": "Taskrunner-1.0.0.zip", + "size": 20178, + "checksum": "SHA-256:a8768a5012a6c3836154beb3f66ff449d1a17f04519d048d5ab8462ef4bd6e21" + }, + { + "name": "Taskrunner", + "version": "1.0.1", + "author": "kishan joshi", + "maintainer": "Kishan Joshi \u003crobokishan.blogspot@gmail.com\u003e", + "sentence": "Allows arduino to run scheduler which can run functions at specific frequency", + "paragraph": "This library can do reading at the specific frequency or run the function at specific frequency.", + "website": "https://github.com/Robokishan/Taskrunner", + "category": "Timing", + "architectures": ["avr", "megaavr", "sam", "samd", "nrf52", "stm32f4"], + "types": ["Contributed"], + "repository": "https://github.com/Robokishan/Arduino-Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robokishan/Taskrunner-1.0.1.zip", + "archiveFileName": "Taskrunner-1.0.1.zip", + "size": 20815, + "checksum": "SHA-256:2a9a8784598551288e42accb4a32db88a4036ce09ecff54788ba48cbd0a28b2f" + }, + { + "name": "MorseDuino", + "version": "1.0.0", + "author": "GGorAA", + "maintainer": "GGorAA", + "sentence": "Arduino library for generation morse code and displaying it on LEDs", + "paragraph": "Arduino library for generation morse code and displaying it on LEDs", + "website": "https://github.com/GGorAA/MorseDuino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GGorAA/MorsDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GGorAA/MorseDuino-1.0.0.zip", + "archiveFileName": "MorseDuino-1.0.0.zip", + "size": 15526, + "checksum": "SHA-256:cf11f52abf796f9527f945f64df74b974c572540781214dbfdeacccf696ae94d" + }, + { + "name": "MorseDuino", + "version": "2.0.0-beta2", + "author": "GGorAA", + "maintainer": "GGorAA", + "sentence": "Arduino library for generation morse code and displaying it on LEDs", + "paragraph": "Arduino library for generation morse code and displaying it on LEDs", + "website": "https://github.com/GGorAA/MorseDuino", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GGorAA/MorsDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GGorAA/MorseDuino-2.0.0-beta2.zip", + "archiveFileName": "MorseDuino-2.0.0-beta2.zip", + "size": 18169, + "checksum": "SHA-256:cace7de52fbf6f20072f8c90c3f349f6200714375689ded6dcde74164183137a" + }, + { + "name": "GM1602lib", + "version": "1.0.0", + "author": "HuangYuTse", + "maintainer": "HuangYuTse \u003ceric19961231@gmail.com\u003e", + "sentence": "Arduino library for GM1602-CO sensors.", + "paragraph": "Arduino library for GM1602-CO sensors.", + "website": "https://github.com/HuangYuTse/GM1602lib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HuangYuTse/GM1602lib.git", + "dependencies": [ + { + "name": "GM1602lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HuangYuTse/GM1602lib-1.0.0.zip", + "archiveFileName": "GM1602lib-1.0.0.zip", + "size": 5972070, + "checksum": "SHA-256:df38fcfd8d2e3bc82e9710374b12af4f299dcc7aec64ebad330467923252e251" + }, + { + "name": "Feature-Variables", + "version": "1.0.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "Persistent event driven variables aimed at making complex designs much simpler", + "paragraph": "Feature Variables are designed to be persistent event driven variables that not only offer the standard method of working with variables, but also handle the complexities of storing and checking variables a thing of the past.", + "website": "https://github.com/thebigpotatoe/Features-Variables", + "category": "Data Storage", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/thebigpotatoe/Feature-Variables.git", + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "Effortless-SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Feature_Variables-1.0.0.zip", + "archiveFileName": "Feature_Variables-1.0.0.zip", + "size": 31404, + "checksum": "SHA-256:44a93718010a31a1ba2e0bc845ac20baafb8e80216f700eddcfd31ffe35c0520" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.0.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library", + "paragraph": "An easy to use Notecard Library", + "website": "https://github.com/rayozzie/Notecard-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.0.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.0.0.zip", + "size": 8788, + "checksum": "SHA-256:79a6364425c2f2e40cbfd580ec3e9dd69e22a1c5ab8f22374a2a44398b51883f" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino", + "paragraph": "An easy to use Notecard Library for Arduino", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.0.zip", + "size": 92882, + "checksum": "SHA-256:62d3da41ec3cb43376ff77feb79b25e19ad6b19bd27d23548151b166126f9fed" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino", + "paragraph": "An easy to use Notecard Library for Arduino", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.1.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.1.zip", + "size": 92887, + "checksum": "SHA-256:0d02fe55b013c9d7e84ea4d71c1149d795d725f41b1f90ae2610364eb1ce0cd6" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.3", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.3.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.3.zip", + "size": 92921, + "checksum": "SHA-256:2247fdc625eb97a54a60d28d77fed5b2e462bac47aa47ee927bfafa267416b2e" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.4", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.4.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.4.zip", + "size": 92966, + "checksum": "SHA-256:2a573d8f2813439ab08fe0aab9abbcfd8b0d4cf6c937e6bf4a98feaf4ef1fc95" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.5", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.5.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.5.zip", + "size": 137467, + "checksum": "SHA-256:cd75dac2c89b806930a26115c052f541d5b9f9ec3e01467eada5adf796a943be" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.6", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.6.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.6.zip", + "size": 137516, + "checksum": "SHA-256:25939615f832495d5ddb63ec54baa8a17d23d1f4dfa0db55f6a6edf3d18dd00a" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.7", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.7.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.7.zip", + "size": 137511, + "checksum": "SHA-256:9b6302d533ae2c2977b7506f14c1cd4de91c8ca86e47e5a39c0e4b8bf7d07560" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.8", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.8.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.8.zip", + "size": 139481, + "checksum": "SHA-256:7009faf87fde8855319b96a9ab5849219aec7058107d02d305b1de15afcd2a8d" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.9", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.9.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.9.zip", + "size": 139514, + "checksum": "SHA-256:1a937681f6477606115c2bfe5801d64b14ecb1285f3b564fdbc045a4212b1e27" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.10", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.10.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.10.zip", + "size": 151386, + "checksum": "SHA-256:8ed28359e1dca91d27397212022f6fb0844803465f54ee1d090488fcbddc474f" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.0.zip", + "size": 151405, + "checksum": "SHA-256:5ea2ae6c22ec9f91cdfdc04129cda61eb61c073ff17333248689c9163a042917" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.1.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.1.zip", + "size": 155010, + "checksum": "SHA-256:01c54cabde8ff7bb8ab4b0ed399bde76d7cdde8e351ff55d3d5fabb03da51280" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.2", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.2.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.2.zip", + "size": 155064, + "checksum": "SHA-256:9e0ffdf4ac32c3e39b20faa7cbff7d088b2254893773683361460386fe866770" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.3", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": ["Notecard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.3.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.3.zip", + "size": 160167, + "checksum": "SHA-256:dc403522f539995f5c0287421f9b58cd6d62be8e70c75f4b8496d500c02d698a" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.4", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": ["Notecard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.4.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.4.zip", + "size": 160334, + "checksum": "SHA-256:5006330d2b74226eb99d0863c2da4bae6f636124fb7706ee865676e24c0c38dc" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.5", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": ["Notecard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.5.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.5.zip", + "size": 138103, + "checksum": "SHA-256:fbc0987cc7a46ed06198caa4d5a9507ba389cedc7999631e3cf32b54bf531db5" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.6", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": ["Notecard.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.6.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.6.zip", + "size": 144741, + "checksum": "SHA-256:750925e0827089a4aedbb9d101cdca9d28174797e8332cc18badd3d0353a285f" + }, + { + "name": "uKit Explore", + "version": "1.1.5", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.5.zip", + "archiveFileName": "uKit_Explore-1.1.5.zip", + "size": 156202, + "checksum": "SHA-256:84996d77cb635d7690cd2a9d784373ae5962be2051bebd9ca43d11de09613b5e" + }, + { + "name": "uKit Explore", + "version": "1.1.7", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.7.zip", + "archiveFileName": "uKit_Explore-1.1.7.zip", + "size": 157419, + "checksum": "SHA-256:275100ea6dd1147528e2d73650e596b83764202c79e9cfc9ba849ba1ca4b1858" + }, + { + "name": "uKit Explore", + "version": "1.1.8", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.8.zip", + "archiveFileName": "uKit_Explore-1.1.8.zip", + "size": 158291, + "checksum": "SHA-256:28c2e2fe98499fc19b0ce6d34a9a5223afc7dacfba81299ac8830413d1631449" + }, + { + "name": "uKit Explore", + "version": "1.2.0", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.0.zip", + "archiveFileName": "uKit_Explore-1.2.0.zip", + "size": 162126, + "checksum": "SHA-256:0fbafb53886e40d9e60254fe2ea77417536a4852935ea565bfb1ad6169349f0f" + }, + { + "name": "uKit Explore", + "version": "1.2.6", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.6.zip", + "archiveFileName": "uKit_Explore-1.2.6.zip", + "size": 341785, + "checksum": "SHA-256:c05b489fd4f039340c04310b4999bf44429d010fa148aaf2b66f4adf096d2070" + }, + { + "name": "uKit Explore", + "version": "1.2.2", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.2.zip", + "archiveFileName": "uKit_Explore-1.2.2.zip", + "size": 161537, + "checksum": "SHA-256:e36841d00c274deeb45da2fe01671440f8f575e72676e054395c3a96cadbf397" + }, + { + "name": "uKit Explore", + "version": "1.1.3", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.3.zip", + "archiveFileName": "uKit_Explore-1.1.3.zip", + "size": 153557, + "checksum": "SHA-256:bf4a58a551c0c8833018262e693b7256907e0d61e37c24e5c08e1d32482d9f52" + }, + { + "name": "uKit Explore", + "version": "1.2.11", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.11.zip", + "archiveFileName": "uKit_Explore-1.2.11.zip", + "size": 445661, + "checksum": "SHA-256:9415fda611b95dc82958d3f5e802a518c666c6230ae7d46d754a6d64111293a4" + }, + { + "name": "uKit Explore", + "version": "1.2.15", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.15.zip", + "archiveFileName": "uKit_Explore-1.2.15.zip", + "size": 308778, + "checksum": "SHA-256:831a06d22a0c59c8067c41d51bdf45c78e0d04b97a42fa4a23e5c6e5732fd0a3" + }, + { + "name": "LedUtil", + "version": "1.0.0", + "author": "Paçoca Tech", + "maintainer": "Paçoca Tech \u003cpacocatech@gmail.com\u003e", + "sentence": "Controls leds to on/off/blink", + "paragraph": "This library allows you to control Controls leds to on/off/blink", + "website": "https://github.com/pacocatech/LedUtil", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pacocatech/LedUtil.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pacocatech/LedUtil-1.0.0.zip", + "archiveFileName": "LedUtil-1.0.0.zip", + "size": 16347, + "checksum": "SHA-256:d108023c298f739677eca673f8053da776fd6f5a17b6e8445e894f11573ada2b" + }, + { + "name": "ABB PowerOne Aurora inverter communication protocol", + "version": "1.0.2", + "author": "Renzo Mischianti", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino ABB PowerOne Aurora inverter communication protocol, esp8266 and esp32 Library.", + "paragraph": "Library that implements the complete communication protocol of ABB (ex PowerOne) Aurora Inverter suitable with Arduino, esp8266 and esp32.", + "website": "https://www.mischianti.org/2020/08/20/abb-aurora-pv-inverter-library-for-arduino-esp8266-and-esp32/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/ABB_Aurora_Solar_Inverter_Library.git", + "providesIncludes": ["Aurora.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.2.zip", + "archiveFileName": "ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.2.zip", + "size": 22070, + "checksum": "SHA-256:bc90bb8e0d768bb19206b359d6511415962a85515353795f12e0b3b877e41ada" + }, + { + "name": "sunset", + "version": "1.0.10", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.10.zip", + "archiveFileName": "sunset-1.0.10.zip", + "size": 18269, + "checksum": "SHA-256:aa6887d147d94614790f7c8bcf4a89d7e74773b8a415584f279a49a7ea257d18" + }, + { + "name": "sunset", + "version": "1.0.11", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.11.zip", + "archiveFileName": "sunset-1.0.11.zip", + "size": 18671, + "checksum": "SHA-256:e56220ea293b7458f1c2bafce2b86f203195c69d5408f680ceb08aaee1d5c8b8" + }, + { + "name": "sunset", + "version": "1.0.7", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.7.zip", + "archiveFileName": "sunset-1.0.7.zip", + "size": 16166, + "checksum": "SHA-256:38bd6d4a10aeb34e2f482e0d7ebd5adf5288421e62fa34617fa243ab62361f05" + }, + { + "name": "sunset", + "version": "1.0.9", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.9.zip", + "archiveFileName": "sunset-1.0.9.zip", + "size": 17618, + "checksum": "SHA-256:cc02bbf4bfd1233e46c232519a959a844df9eb468f4dc6f1e85fe325b77ca59b" + }, + { + "name": "sunset", + "version": "1.1.0", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.0.zip", + "archiveFileName": "sunset-1.1.0.zip", + "size": 24058, + "checksum": "SHA-256:cea1710df14ccb47f355d29c594fc100ff81d4dcf35f49e6230a475bf852962b" + }, + { + "name": "sunset", + "version": "1.1.1", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.1.zip", + "archiveFileName": "sunset-1.1.1.zip", + "size": 24090, + "checksum": "SHA-256:85b124295dad531e4c80416b54a01dc6172a807faf615f225936cccedde18869" + }, + { + "name": "sunset", + "version": "1.1.2", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Find this library at https://github.com/buelowp/sunset", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.2.zip", + "archiveFileName": "sunset-1.1.2.zip", + "size": 25559, + "checksum": "SHA-256:3b64d517730c091642e99118c487ce11d9a074f91f6e54ed90ada47cc400d0f7" + }, + { + "name": "sunset", + "version": "1.1.3", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrse/Sunset. It also can tell you moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.3.zip", + "archiveFileName": "sunset-1.1.3.zip", + "size": 25763, + "checksum": "SHA-256:21fb6f3f508bb9cf5870d01991796deb0acbc86c1a416ce7f01b8712d55b2a38" + }, + { + "name": "sunset", + "version": "1.1.4", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32", + "samd", + "sam", + "particle-photon", + "particle-electron", + "particle-p1", + "spark-core" + ], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.4.zip", + "archiveFileName": "sunset-1.1.4.zip", + "size": 28026, + "checksum": "SHA-256:285a28b54ab69f9c43c561843881e7bb112adfa4b349753c902babbaf8db6e7c" + }, + { + "name": "sunset", + "version": "1.1.6", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32", + "samd", + "sam", + "particle-photon", + "particle-electron", + "particle-p1", + "spark-core" + ], + "types": ["Contributed"], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.6.zip", + "archiveFileName": "sunset-1.1.6.zip", + "size": 28909, + "checksum": "SHA-256:82c822db4d1bfaeb326c2fa24b4089f2d59a37699e75364bd62b64a914817906" + }, + { + "name": "Adafruit BNO08x", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.0.0.zip", + "archiveFileName": "Adafruit_BNO08x-1.0.0.zip", + "size": 52852, + "checksum": "SHA-256:9a2c0fcadc6690b7dee7380d3382c25cceb92a1df08a4cfede84a26dbc49b43d" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.0.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.0.zip", + "size": 83463, + "checksum": "SHA-256:d13644f484431871bb0e1432045835da35527abc2ddcc9b1ba9fb6ff5986e931" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.1.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.1.zip", + "size": 83552, + "checksum": "SHA-256:8de81b2059d36a5be016ba0092f960e1dab78d23af575141636c844af0202ffc" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.2.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.2.zip", + "size": 83610, + "checksum": "SHA-256:2b545792770b81f0ba5771c5ffbd7432ae300bdec30f17f0d0f36aa547219bd8" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.3.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.3.zip", + "size": 83647, + "checksum": "SHA-256:9d1ea91c12afc85390d54bd3aceab69077a88e3f7fa848781a9e1a43d2f7a1c3" + }, + { + "name": "Adafruit BNO08x", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.2.0.zip", + "archiveFileName": "Adafruit_BNO08x-1.2.0.zip", + "size": 85683, + "checksum": "SHA-256:c9a4f9c65e2caf17cd0a3a3d3a2ab7063af61d012c83ca1365fcb83ed7bee5db" + }, + { + "name": "Adafruit BNO08x RVC", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x_RVC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_BNO08x_RVC.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x_RVC-1.0.0.zip", + "archiveFileName": "Adafruit_BNO08x_RVC-1.0.0.zip", + "size": 10300, + "checksum": "SHA-256:a0a8a9ea219bc796e6ffb594afbec4b122e228353532f2f72367e43681c7d602" + }, + { + "name": "UPnP_Generic", + "version": "3.1.4", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": ["UPnP_Generic.h"], + "dependencies": [ + { + "name": "ESP8266WebServer" + }, + { + "name": "WebServer" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.1.4.zip", + "archiveFileName": "UPnP_Generic-3.1.4.zip", + "size": 610753, + "checksum": "SHA-256:155ff354a70f7aff6213198d4cecc82bb15fdd0f242e7672e1730149afb6ca9c" + }, + { + "name": "UPnP_Generic", + "version": "3.1.5", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": ["UPnP_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "DDNS_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.1.5.zip", + "archiveFileName": "UPnP_Generic-3.1.5.zip", + "size": 692165, + "checksum": "SHA-256:43048275b02c8cfa09a8b55f395089f8ec73032c85b641f25c8d020a11388886" + }, + { + "name": "UPnP_Generic", + "version": "3.2.0", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": ["UPnP_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.2.0.zip", + "archiveFileName": "UPnP_Generic-3.2.0.zip", + "size": 1153160, + "checksum": "SHA-256:202659c5a72a4ad89a2353df5dc3818e2b52f064a1337b931d6bbee73f28cb07" + }, + { + "name": "UPnP_Generic", + "version": "3.3.0", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, WT32_ETH01 boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": ["UPnP_Generic.h"], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.3.0.zip", + "archiveFileName": "UPnP_Generic-3.3.0.zip", + "size": 1224470, + "checksum": "SHA-256:1eae847b9e9bf5761f4a40fd0e0bb85f6e8d730c345e48f5b3cfd35b31bad014" + }, + { + "name": "STM32duino VL53L1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L1-1.0.0.zip", + "size": 236624, + "checksum": "SHA-256:fbd5688dcccd0a2730efb7508c0fb032ae2fc66a84854f7ad702df6c53cf5dff" + }, + { + "name": "STM32duino VL53L1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L1-1.0.1.zip", + "size": 236609, + "checksum": "SHA-256:ecce8190ccdf78ab15299f27d32b036a1065e2e031f87047ba548356177d7b76" + }, + { + "name": "STM32duino VL53L1", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L1-1.0.2.zip", + "size": 236684, + "checksum": "SHA-256:14217eb483837000c2701d63b4121e8ecdf05ce3a21392ea6bf935ad18f28a98" + }, + { + "name": "STM32duino VL53L1", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L1-2.0.0.zip", + "size": 236675, + "checksum": "SHA-256:dc07670c826f88b65be17164895c74206019026231f51487a4e86acc38b57dc9" + }, + { + "name": "STM32duino VL53L1", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-2.0.1.zip", + "archiveFileName": "STM32duino_VL53L1-2.0.1.zip", + "size": 236697, + "checksum": "SHA-256:6b0dd47cb913ddfd9f6bd0b7a4545b9b78c3d968edc3d361ceb2a4a4e1e3c7df" + }, + { + "name": "STM32duino X-NUCLEO-53L1A2", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-1.0.0.zip", + "size": 13824, + "checksum": "SHA-256:5045a293c511fea8fc717327c70855805b48a77451378f66cfee5d4ded7649f0" + }, + { + "name": "STM32duino X-NUCLEO-53L1A2", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-1.0.1.zip", + "size": 13891, + "checksum": "SHA-256:b7d60cdf8b14a4762d0669a0e4cdcd434b0abe7ac583e4e31837b35eb0bd4151" + }, + { + "name": "STM32duino X-NUCLEO-53L1A2", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-2.0.0.zip", + "size": 13848, + "checksum": "SHA-256:3a84d0f363ea8ded29b52d549a68c502f901d80db46513fdc3994e565ac87551" + }, + { + "name": "STM32duino VL53L3CX", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L3CX-1.0.0.zip", + "size": 171449, + "checksum": "SHA-256:64b26633715ca53476d6e64bfd157d0c6ac039c5f49ea87912e40bc985b4f461" + }, + { + "name": "STM32duino VL53L3CX", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L3CX-1.0.1.zip", + "size": 171208, + "checksum": "SHA-256:2ace69c133f9afde01ef4e86d425a837babf3d84a6ca1d21df6450ca56d695cc" + }, + { + "name": "STM32duino VL53L3CX", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L3CX-1.0.2.zip", + "size": 171280, + "checksum": "SHA-256:a702ac4ad63d8fa7f010e90ab68b37c7f115181ffde6b17c7947ee9c8ab0f318" + }, + { + "name": "STM32duino VL53L3CX", + "version": "2.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L3CX-2.0.0.zip", + "size": 171272, + "checksum": "SHA-256:c0130fde274c077712622b4873f6445d7d66c21efd594f5c27b4fb06a5d030e6" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.0.zip", + "size": 13859, + "checksum": "SHA-256:1532a8a05a2dc8d4accbcc86daa4ed5e3066aee67271a415d7e7e6a1f8c3cb05" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.1.zip", + "size": 13802, + "checksum": "SHA-256:00929c2c6836c2d9aad5bff997953d526c47ebd762ce052e70adb9c37acd0405" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.2.zip", + "size": 13864, + "checksum": "SHA-256:4686a9052cdea3dd6812f4878a66f9f072d867d544dddf1243d961da38ad24f5" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.3.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.3.zip", + "size": 13865, + "checksum": "SHA-256:c06df7567b708b1a19165e832f966557d8e968800a9297f7ab976f3543fbd54c" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-2.0.0.zip", + "size": 13822, + "checksum": "SHA-256:84bddb39ab11712d42e7f12a8649661f3563efcc013428282f7cdf2a7449053c" + }, + { + "name": "STM32duino X-NUCLEO-IHM05A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM05A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM05A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM05A1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM05A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM05A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM05A1-1.0.0.zip", + "size": 41307, + "checksum": "SHA-256:fabec112b67cc0f8568ad3eda67e5f4aa3af8a6e3f44e9a54a7b1e2eb9c07e88" + }, + { + "name": "Timer-CAM", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "Eeebin\u003cEeebin@@m5stack.com\u003e", + "sentence": "Library for M5Stack Timer-CAM development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/TimerCam-arduino.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/TimerCam-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Timer_CAM-0.0.1.zip", + "archiveFileName": "Timer_CAM-0.0.1.zip", + "size": 32286, + "checksum": "SHA-256:573619e3b60d27f6a5a4c1afe86706f240e0d554ffede4fcf4c6df8ed4ff837d" + }, + { + "name": "I2cMultipleMotors_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Multiple motors driver", + "paragraph": "It supply protocol to control multiple motors via I2C.", + "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.0.0.zip", + "archiveFileName": "I2cMultipleMotors_asukiaaa-1.0.0.zip", + "size": 5088, + "checksum": "SHA-256:b3221eebb371ab217e20765d8a937908a9896111134a7229fb6b10d5d7024f24" + }, + { + "name": "I2cMultipleMotors_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Multiple motors driver", + "paragraph": "It supply protocol to control multiple motors via I2C.", + "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.1.0.zip", + "archiveFileName": "I2cMultipleMotors_asukiaaa-1.1.0.zip", + "size": 5696, + "checksum": "SHA-256:9437a22157f3d5dabb10094f2306ab01e85ca7ac885760366eed2763786ec879" + }, + { + "name": "I2cMultipleMotors_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Multiple motors driver", + "paragraph": "It supply protocol to control multiple motors via I2C.", + "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.2.0.zip", + "archiveFileName": "I2cMultipleMotors_asukiaaa-1.2.0.zip", + "size": 5914, + "checksum": "SHA-256:d5f4ab46c8bfe391bba9b8064ec1e3ad765e33e17ab5de96e0d17c163e337ef1" + }, + { + "name": "SparkFun Qwiic GPIO TCA9534 Arduino Library", + "version": "1.0.0", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the TCA9534 I2C-\u003eGPIO", + "paragraph": "The Qwiic GPIO breaks out 8 extra GPIO on an I2C bus. With 8 configurable addresses, that's 64 extra GPIO on a single I2C Bus.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Arduino_Library", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_GPIO_TCA9534_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_GPIO_TCA9534_Arduino_Library-1.0.0.zip", + "size": 16009, + "checksum": "SHA-256:81a90cd8a489afdee0525917a312ff464d7c71e75666d99796c024d5c33075de" + }, + { + "name": "MkrGsm1400IoT", + "version": "1.1.0", + "author": "Philip Decker", + "maintainer": "Philip Decker", + "sentence": "A set of useful functions for the Arduino MKR GSM 1400 to use it for IoT. As example: Store integer into Telephonebook and read them after a reset.", + "paragraph": "This library is designed to leverage the capabilities of the u-blox SARA-U201 and enhance the Arduino MKR GSM 1400 for use as an IoT device.", + "website": "https://github.com/phlpjo/MkrGsm1400IoT", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/phlpjo/MkrGsm1400IoT.git", + "providesIncludes": ["MKRGSM.h", "MkrGsm1400IoT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/phlpjo/MkrGsm1400IoT-1.1.0.zip", + "archiveFileName": "MkrGsm1400IoT-1.1.0.zip", + "size": 16235, + "checksum": "SHA-256:92a301ec4b78fb6af0a73e766b226bc0bf7e1c22a8b82fd16f7d781524f897fe" + }, + { + "name": "LoRandom", + "version": "1.0.0", + "author": "Kongduino", + "maintainer": "Kongduino \u003cKongduino@protonmail.com\u003e", + "sentence": "A library using Semtech's sx1276/7/8/9's `RegRssiWideband` register properly to generate random numbers.", + "paragraph": "This was written for Sandeep Mistry's library, but is easily adaptable to other platforms. See [this issue](https://github.com/sandeepmistry/arduino-LoRa/issues/394) for context.", + "website": "https://github.com/Kongduino/LoRandom", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Kongduino/LoRandom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Kongduino/LoRandom-1.0.0.zip", + "archiveFileName": "LoRandom-1.0.0.zip", + "size": 139279, + "checksum": "SHA-256:ddeec4078ee97c1b979a330926eb91cd5d261d7eae287b301000923e1fc2bf9d" + }, + { + "name": "rs485_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.0.0.zip", + "archiveFileName": "rs485_asukiaaa-1.0.0.zip", + "size": 4486, + "checksum": "SHA-256:bfdb6efa0c8bec8ef152504a6632348f506a748ce89c70c0b14ad56cae58b5cf" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.0.zip", + "archiveFileName": "rs485_asukiaaa-1.1.0.zip", + "size": 4714, + "checksum": "SHA-256:0ae96641d4dd0dcf1e4eb8452ed69025b066840ff15568a0fca92dd73156197d" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.1.zip", + "archiveFileName": "rs485_asukiaaa-1.1.1.zip", + "size": 5551, + "checksum": "SHA-256:90ef2271c9e73d8f24c36158f2ac27d451310812d0d48ee5a8a1ea3ef6b5d622" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.2.zip", + "archiveFileName": "rs485_asukiaaa-1.1.2.zip", + "size": 5510, + "checksum": "SHA-256:f8457036c03093b041922cdf4513bc3e9a09c9daa137093f36b27b7ee20e11d6" + }, + { + "name": "StreamlabsArduinoAlerts", + "version": "0.1.0", + "author": "Luca Taddeo", + "maintainer": "Luca Taddeo", + "sentence": "Library to get Streamlabs event from Twitch", + "paragraph": "A work in progress library to connect to your Streamlabs account and catch all the Twitch events.", + "website": "https://github.com/lucalas/StreamlabsArduinoAlerts", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucalas/StreamlabsArduinoAlerts.git", + "dependencies": [ + { + "name": "SocketIoClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucalas/StreamlabsArduinoAlerts-0.1.0.zip", + "archiveFileName": "StreamlabsArduinoAlerts-0.1.0.zip", + "size": 5762, + "checksum": "SHA-256:0e22030727e8e582d6208f85ef96c205972cfbaf3a57273091a408151029e4d7" + }, + { + "name": "esp_abus", + "version": "0.0.1", + "author": "killer0071234", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": ["abus_socket.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.1.zip", + "archiveFileName": "esp_abus-0.0.1.zip", + "size": 10484, + "checksum": "SHA-256:6c9f4f3ace030f544a5eb3d840b05e0b95397c76a044e77dda0b84873a72d23b" + }, + { + "name": "esp_abus", + "version": "0.0.2", + "author": "killer0071234", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": ["espressif8266", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": ["abus_socket.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.2.zip", + "archiveFileName": "esp_abus-0.0.2.zip", + "size": 10515, + "checksum": "SHA-256:f65daab76883e07735d804ece53acb504039a3abc15048a6b42e7ab63fbb6dd1" + }, + { + "name": "esp_abus", + "version": "0.0.3", + "author": "killer0071234", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": ["espressif8266", "espressif32"], + "types": ["Contributed"], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": ["abus_socket.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.3.zip", + "archiveFileName": "esp_abus-0.0.3.zip", + "size": 13485, + "checksum": "SHA-256:3c38c79c893926a0888896be4f4796375e18782904daacdaf4e122aac164cf20" + }, + { + "name": "esp_abus", + "version": "0.0.4", + "author": "Daniel Gangl", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": ["abus_socket.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.4.zip", + "archiveFileName": "esp_abus-0.0.4.zip", + "size": 15458, + "checksum": "SHA-256:0840711977a6a2f51423dca97005c667f0b886d8e9dec11cdfddea60af5638a2" + }, + { + "name": "esp_abus", + "version": "0.0.5", + "author": "Daniel Gangl", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": ["abus_socket.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.5.zip", + "archiveFileName": "esp_abus-0.0.5.zip", + "size": 15625, + "checksum": "SHA-256:839747bd99003c1f45e299ee67c7b74245277e2cf87193ce58d52c5bdd5dac22" + }, + { + "name": "esp_abus", + "version": "0.0.6", + "author": "Daniel Gangl", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": ["abus_socket.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.6.zip", + "archiveFileName": "esp_abus-0.0.6.zip", + "size": 15644, + "checksum": "SHA-256:4ae77d8d66d7cdec2a9639255217956939216b5c2967f8f760b3198715fb5138" + }, + { + "name": "EasyPCF8574", + "version": "1.0.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.0.zip", + "archiveFileName": "EasyPCF8574-1.0.0.zip", + "size": 3313, + "checksum": "SHA-256:5e014408c878257cce623fd3de812c0575f03b2aea9bb6c301d6934e98816852" + }, + { + "name": "EasyPCF8574", + "version": "1.0.2", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.2.zip", + "archiveFileName": "EasyPCF8574-1.0.2.zip", + "size": 3745, + "checksum": "SHA-256:1b79c3bd7a41cd5e330749ad2ab98aefe765a830017d0dc9fadc4085888e9b9f" + }, + { + "name": "EasyPCF8574", + "version": "1.0.3", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.3.zip", + "archiveFileName": "EasyPCF8574-1.0.3.zip", + "size": 3748, + "checksum": "SHA-256:d85844d409cf0a1f675773142a1ea0355681af0393f92bd344a84fa168710227" + }, + { + "name": "EasyPCF8574", + "version": "1.0.4", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.4.zip", + "archiveFileName": "EasyPCF8574-1.0.4.zip", + "size": 3760, + "checksum": "SHA-256:1adcb455b84c0b0015486ac0be5106cff21bab57a1b2da8123edc14b99bcf424" + }, + { + "name": "EasyPCF8574", + "version": "1.1.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.1.0.zip", + "archiveFileName": "EasyPCF8574-1.1.0.zip", + "size": 4347, + "checksum": "SHA-256:58d46af5a02586c9056b8bc7010e1eda534e947ec3e19dfaedd2d5f24d106d77" + }, + { + "name": "SimpleTicker", + "version": "1.0.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-1.0.0.zip", + "archiveFileName": "SimpleTicker-1.0.0.zip", + "size": 46612, + "checksum": "SHA-256:94da8000ab82505435d32b71c32db870d904eaa111263488140bb6edbc334846" + }, + { + "name": "SimpleTicker", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-1.0.2.zip", + "archiveFileName": "SimpleTicker-1.0.2.zip", + "size": 46699, + "checksum": "SHA-256:2e5c6ad341b783a0fe1addb56fbc19b7d342617e5d2827d6c49ae0feedd4dbaa" + }, + { + "name": "SimpleTicker", + "version": "2.0.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-2.0.0.zip", + "archiveFileName": "SimpleTicker-2.0.0.zip", + "size": 46363, + "checksum": "SHA-256:e7fd18a14c9d71e96fbd59f03f8e7f279c098f3760dcc9b87b65525d948c1a74" + }, + { + "name": "LCD_I2C", + "version": "1.0.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-1.0.0.zip", + "archiveFileName": "LCD_I2C-1.0.0.zip", + "size": 18078, + "checksum": "SHA-256:8c9a3aa0965b9d5c230d570dc61aa1f66acdd30bdcbd3a9c748fffdd1bd30531" + }, + { + "name": "LCD_I2C", + "version": "2.0.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.0.0.zip", + "archiveFileName": "LCD_I2C-2.0.0.zip", + "size": 18075, + "checksum": "SHA-256:1dd58b4c5ca0fb464455740b913fb7d55521885cd28bac3bd84053ca234fb3ae" + }, + { + "name": "LCD_I2C", + "version": "2.2.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.2.0.zip", + "archiveFileName": "LCD_I2C-2.2.0.zip", + "size": 20963, + "checksum": "SHA-256:c86db80ba2c252d6dabac60b1108d1aaaf59da22423313a9f0d814ae44dea46b" + }, + { + "name": "LCD_I2C", + "version": "2.2.1", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.2.1.zip", + "archiveFileName": "LCD_I2C-2.2.1.zip", + "size": 20970, + "checksum": "SHA-256:7aa9fec02f87c7fc42b99a6228f608fdff180edc3adcaeeb4a5edc0b2a78b482" + }, + { + "name": "CodeCodeCodec Library", + "version": "0.1.77013", + "author": "CodeCodeCodec", + "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", + "sentence": "Arduino library for CodeCodeCodec's projects.", + "paragraph": "Arduino library for CodeCodeCodec's projects.", + "website": "https://github.com/codecodecodec/CCC_Lib", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.77013.zip", + "archiveFileName": "CodeCodeCodec_Library-0.1.77013.zip", + "size": 6517, + "checksum": "SHA-256:d6d63c7689797b13edcc848be39b7252e913b912b009264c0569ec674e533f3e" + }, + { + "name": "CodeCodeCodec Library", + "version": "0.1.8", + "author": "CodeCodeCodec", + "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", + "sentence": "Arduino library for CodeCodeCodec's projects.", + "paragraph": "Arduino library for CodeCodeCodec's projects.", + "website": "https://github.com/codecodecodec/CCC_Lib", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.8.zip", + "archiveFileName": "CodeCodeCodec_Library-0.1.8.zip", + "size": 4299, + "checksum": "SHA-256:1c5aa9ac7672070cdbda1c7c5e77f003c8c8d814ad4dd10bd7b7dae7f03a0511" + }, + { + "name": "CodeCodeCodec Library", + "version": "0.1.85", + "author": "CodeCodeCodec", + "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", + "sentence": "Arduino library for CodeCodeCodec's projects.", + "paragraph": "Arduino library for CodeCodeCodec's projects.", + "website": "https://github.com/codecodecodec/CCC_Lib", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "dependencies": [ + { + "name": "TM1637" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.85.zip", + "archiveFileName": "CodeCodeCodec_Library-0.1.85.zip", + "size": 3989, + "checksum": "SHA-256:f13a796dbca69b32c0e11db4442155efc168def4698074f0b5d5a8d7cb4c42c6" + }, + { + "name": "SBUS2", + "version": "1.2.0", + "author": "Brushlesspower", + "maintainer": "Brushlesspower \u003cbrushlesspower@protonmail.com\u003e", + "sentence": "Arduino Library for receiving SBUS and SBUS2 Frames and transmit Telemetry Data", + "paragraph": "This library works with ATMega328P (with Inverter Circuit) and ESP32", + "website": "https://github.com/BrushlessPower/SBUS2-Telemetry", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BrushlessPower/SBUS2-Telemetry.git", + "providesIncludes": ["SBUS2.h", "SBUS_usart.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BrushlessPower/SBUS2-1.2.0.zip", + "archiveFileName": "SBUS2-1.2.0.zip", + "size": 155647, + "checksum": "SHA-256:56a6305455ba971e1561df693763c7ad76e99de03ab8ac9daadec1611249c15c" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.0", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.0.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.0.zip", + "size": 17764, + "checksum": "SHA-256:dffdad5cbd96c8a8e79d0843f7129d66fe60c64c56f1455ec1dad38d21a9aa1e" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.2", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.2.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.2.zip", + "size": 20187, + "checksum": "SHA-256:31748820ae6daef35de2fcc9025afdf3d24be5a6f4d71f91d6ed9daa1958d4d4" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.3", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.3.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.3.zip", + "size": 20181, + "checksum": "SHA-256:996c2869f8f7836037436b231517f0c03b00ab576121344a2cd0ead186d63fca" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.4", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.4.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.4.zip", + "size": 21486, + "checksum": "SHA-256:0af1183e00b25f93ad6a1344f441f8775aaf5d0f438414e27892a9f72b18798b" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.6", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.6.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.6.zip", + "size": 22929, + "checksum": "SHA-256:de41c6a96d2600103cbca8dad19119ea1f9ab46efce318c2f14eac7db16ea5b5" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.7", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSensor-HPMA115", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.7.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.7.zip", + "size": 23208, + "checksum": "SHA-256:cafdde768168b3db78b9f83ea6e637cac6c456b8ac924d1b5948d67cd5807b42" + }, + { + "name": "button_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.0.zip", + "archiveFileName": "button_asukiaaa-1.0.0.zip", + "size": 4344, + "checksum": "SHA-256:8f3a58e328e3da6ebedbc233d70e7bc86ea77f419b98830abebed9904fb792e6" + }, + { + "name": "button_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.1.zip", + "archiveFileName": "button_asukiaaa-1.0.1.zip", + "size": 4349, + "checksum": "SHA-256:ac71d96a0191eb02b722f810bc1e15a3f43b579b90141ffc30f29ae36aab288c" + }, + { + "name": "FED3", + "version": "1.0.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "This is a library for operating the Feeding Experimentation Device version 3 (FED3)", + "website": "https://github.com/KravitzLabDevices/FED3", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.1.zip", + "archiveFileName": "FED3-1.0.1.zip", + "size": 4303806, + "checksum": "SHA-256:2b2a72382ee4156bd8a34962077f509e8a92ca024bd1b2544f23ea7575d2775b" + }, + { + "name": "FED3", + "version": "1.0.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "This is a library for operating the Feeding Experimentation Device version 3 (FED3)", + "website": "https://github.com/KravitzLabDevices/FED3", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.2.zip", + "archiveFileName": "FED3-1.0.2.zip", + "size": 4305634, + "checksum": "SHA-256:c6abb2f88be4e3e78edd2cf10868f03c47b0f0db9b9edcd3bd6b2f19ced967a8" + }, + { + "name": "FED3", + "version": "1.0.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.3.zip", + "archiveFileName": "FED3-1.0.3.zip", + "size": 4306092, + "checksum": "SHA-256:128455bb1ee098e87b61a331b42b114de6107da800a700c872b057b4374090d7" + }, + { + "name": "FED3", + "version": "1.0.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.5.zip", + "archiveFileName": "FED3-1.0.5.zip", + "size": 4305902, + "checksum": "SHA-256:7078eed39fc863a4c2eb8517bf479901e627d13d4890d8147313f7cf510fbde3" + }, + { + "name": "FED3", + "version": "1.1.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.0.zip", + "archiveFileName": "FED3-1.1.0.zip", + "size": 4316073, + "checksum": "SHA-256:88f870ca879d62a1a0e7bab93dc4d15d46451935e2461a209c62f31008d86250" + }, + { + "name": "FED3", + "version": "1.1.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.1.zip", + "archiveFileName": "FED3-1.1.1.zip", + "size": 4315996, + "checksum": "SHA-256:0ee4a0e1372db368d5718cc20c2d768bab36f569e90ad3da12d0eb5ecfa8c0ef" + }, + { + "name": "FED3", + "version": "1.1.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.3.zip", + "archiveFileName": "FED3-1.1.3.zip", + "size": 4322108, + "checksum": "SHA-256:59594a96255c90e4a336c93934d6bd4aaee227a9b915135be67c8d394dc9fb97" + }, + { + "name": "FED3", + "version": "1.1.31", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.31.zip", + "archiveFileName": "FED3-1.1.31.zip", + "size": 4322274, + "checksum": "SHA-256:f511ff7c4f41c5589026521340ba1602783d1058d194df039b5b5dd1f291ca5e" + }, + { + "name": "FED3", + "version": "1.1.32", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.32.zip", + "archiveFileName": "FED3-1.1.32.zip", + "size": 4322718, + "checksum": "SHA-256:f62f588470432643590cfdc9709ae4e53ca07c34c739adc69d7397936c414ad1" + }, + { + "name": "FED3", + "version": "1.1.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.4.zip", + "archiveFileName": "FED3-1.1.4.zip", + "size": 4323876, + "checksum": "SHA-256:8e60211f1b7199ce239694caa0704c1f2d2ac3caaf81516ce9c98489c159c324" + }, + { + "name": "FED3", + "version": "1.1.40", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.40.zip", + "archiveFileName": "FED3-1.1.40.zip", + "size": 4323958, + "checksum": "SHA-256:e30f3dbc42450fb1317aac26f61c5144f2ab92a94be08a7e1a2e0394614adc6f" + }, + { + "name": "FED3", + "version": "1.1.41", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.41.zip", + "archiveFileName": "FED3-1.1.41.zip", + "size": 4326058, + "checksum": "SHA-256:1bcbc7ca4413bf3fcfbf3966b19713e760673492402f3f61aeebed59bb63c3fb" + }, + { + "name": "FED3", + "version": "1.2.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.0.zip", + "archiveFileName": "FED3-1.2.0.zip", + "size": 4330815, + "checksum": "SHA-256:e1ed640a62c39e5eccd301895ce4b915e3ea6353c1d5b57c3383933a694eb61b" + }, + { + "name": "FED3", + "version": "1.2.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.1.zip", + "archiveFileName": "FED3-1.2.1.zip", + "size": 4328514, + "checksum": "SHA-256:d3ab76e6c44ca60bacfba6a0585aa9222ede12548900c807182341785504cece" + }, + { + "name": "FED3", + "version": "1.2.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.2.zip", + "archiveFileName": "FED3-1.2.2.zip", + "size": 4328516, + "checksum": "SHA-256:5d5cef8c9b7ac7fb5654a57cf760ea37b7a82df54d5a6bf872b81f41cf4e6917" + }, + { + "name": "FED3", + "version": "1.2.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.3.zip", + "archiveFileName": "FED3-1.2.3.zip", + "size": 4328518, + "checksum": "SHA-256:f82cd68911f6123e1e735f0eefac1d63040656c4d003b1cd15c374c4fa777e20" + }, + { + "name": "FED3", + "version": "1.2.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.4.zip", + "archiveFileName": "FED3-1.2.4.zip", + "size": 4328511, + "checksum": "SHA-256:d5d409474a978e66f6828cd8cbb3dd4d41d59b152f923c3ff072948636b49200" + }, + { + "name": "FED3", + "version": "1.2.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.5.zip", + "archiveFileName": "FED3-1.2.5.zip", + "size": 4328479, + "checksum": "SHA-256:c980d0e53c370e1d9d4ab5d90ff980a93b809b596b82b4e7c49e1f23467f7710" + }, + { + "name": "FED3", + "version": "1.2.6", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.6.zip", + "archiveFileName": "FED3-1.2.6.zip", + "size": 4328483, + "checksum": "SHA-256:5d77ae7e8bdebd7ecc08351a6b958b147ef4d750ba7172860fe2843dc1193653" + }, + { + "name": "FED3", + "version": "1.3.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.3.0.zip", + "archiveFileName": "FED3-1.3.0.zip", + "size": 4328696, + "checksum": "SHA-256:3e73ffe6a3ced7e02fca5104a89c3eb93b2a3fd412199a909c7ec1d712a3e305" + }, + { + "name": "FED3", + "version": "1.3.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.3.1.zip", + "archiveFileName": "FED3-1.3.1.zip", + "size": 4328714, + "checksum": "SHA-256:252c00564d2c9e59bb7b603b3a86117a3c4e1f819ed0aff0c6c730a65c6babe9" + }, + { + "name": "FED3", + "version": "1.4.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.1.zip", + "archiveFileName": "FED3-1.4.1.zip", + "size": 4335327, + "checksum": "SHA-256:41abd39588005dfd1b4efd89a7cf52c954f1d1b220874eef68f263b8e409fadf" + }, + { + "name": "FED3", + "version": "1.4.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.2.zip", + "archiveFileName": "FED3-1.4.2.zip", + "size": 4335328, + "checksum": "SHA-256:16fc1072112c8c97e9169a2107bc63e564e13ac8d4575a701133f14518afbc22" + }, + { + "name": "FED3", + "version": "1.4.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.3.zip", + "archiveFileName": "FED3-1.4.3.zip", + "size": 4340072, + "checksum": "SHA-256:18aee574869854c5971025c241f31c342c20f5027ce8baa9f0068649e6323edf" + }, + { + "name": "FED3", + "version": "1.4.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.4.zip", + "archiveFileName": "FED3-1.4.4.zip", + "size": 4338029, + "checksum": "SHA-256:20cf4e191c3b0043677ccfc933577dc1adf3c7e74cefcd89a4aace29e0507e54" + }, + { + "name": "FED3", + "version": "1.4.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.5.zip", + "archiveFileName": "FED3-1.4.5.zip", + "size": 4338046, + "checksum": "SHA-256:aa89947221c606a9716573d150ebb7957f1d278cae4f6dff0a64783919984d47" + }, + { + "name": "FED3", + "version": "1.5.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.5.0.zip", + "archiveFileName": "FED3-1.5.0.zip", + "size": 4350434, + "checksum": "SHA-256:9d553c417b971fa3c01639d00e865ced210b403f77ee00ffa41f3c16586cb21b" + }, + { + "name": "FED3", + "version": "1.5.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.5.1.zip", + "archiveFileName": "FED3-1.5.1.zip", + "size": 4350721, + "checksum": "SHA-256:b6c03f96a8f72bb372ac3394346312419ba4d5c06746d97ca9a1c5740819d7f8" + }, + { + "name": "FED3", + "version": "1.6.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.6.0.zip", + "archiveFileName": "FED3-1.6.0.zip", + "size": 4350824, + "checksum": "SHA-256:8f8a0587993b0a099204284468601dc26412b8eced41409f102070a5a1a62d2d" + }, + { + "name": "FED3", + "version": "1.7.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.7.0.zip", + "archiveFileName": "FED3-1.7.0.zip", + "size": 4351071, + "checksum": "SHA-256:0d086cff5730035a6f7ea80e468ad698166bea74ae13a2853304825c1fdb9969" + }, + { + "name": "FED3", + "version": "1.8.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.0.zip", + "archiveFileName": "FED3-1.8.0.zip", + "size": 4351221, + "checksum": "SHA-256:22cd25590db3f0a3888b822294097a7f4947a6382897412e661e5f6b7c491cbd" + }, + { + "name": "FED3", + "version": "1.8.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.1.zip", + "archiveFileName": "FED3-1.8.1.zip", + "size": 4351221, + "checksum": "SHA-256:858359323f2d471ddae9c4a5433a8264a9c6ae409eb5ab1a9a226084e8ed8ddd" + }, + { + "name": "FED3", + "version": "1.8.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.2.zip", + "archiveFileName": "FED3-1.8.2.zip", + "size": 4351224, + "checksum": "SHA-256:7a7e3a863cfb488ec1c361a114228e6155f70bd488f62a4cbee98931ed900104" + }, + { + "name": "FED3", + "version": "1.8.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.3.zip", + "archiveFileName": "FED3-1.8.3.zip", + "size": 4355006, + "checksum": "SHA-256:dcdfca4d583ca8563953a13c283ed5e7bf1a00b5ef52e1082cf08f61e8f2aae5" + }, + { + "name": "string_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.0.zip", + "archiveFileName": "string_asukiaaa-1.0.0.zip", + "size": 3726, + "checksum": "SHA-256:a67fcc82eabc27eb03e64e7e819cdd9fd689791d14a4f972494c63ad0fa59e5d" + }, + { + "name": "string_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.1.zip", + "archiveFileName": "string_asukiaaa-1.0.1.zip", + "size": 3860, + "checksum": "SHA-256:049e6ac7dbb410d9963799c924367d6d8e94c74b312f6092d867b9d60b268f71" + }, + { + "name": "string_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.2.zip", + "archiveFileName": "string_asukiaaa-1.0.2.zip", + "size": 4025, + "checksum": "SHA-256:e50f22358c14bd71e7348f65ee0e944cd88a840bc5ce2395ced64bcb4573a6c1" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.0.zip", + "archiveFileName": "wire_asukiaaa-1.0.0.zip", + "size": 6742, + "checksum": "SHA-256:ada721eca0bb91d4e586afb05ecb7882ab66d5ee5ba5453e420a3fb79f130df3" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.1.zip", + "archiveFileName": "wire_asukiaaa-1.0.1.zip", + "size": 6733, + "checksum": "SHA-256:36121a8faf64fd76ff99f09e365d9d434d44d2cb45e16bb8e14f787756aa0081" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.2.zip", + "archiveFileName": "wire_asukiaaa-1.0.2.zip", + "size": 6983, + "checksum": "SHA-256:54f6f50a6313425b27374afcbf583735439025b33a7d133d6fd6ba7ae92eb4f0" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.3.zip", + "archiveFileName": "wire_asukiaaa-1.0.3.zip", + "size": 6891, + "checksum": "SHA-256:83fe22dfe4445bd8d749157d345ff069b32e5dd8f1dfc67051a9cb073eb9d6d0" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": ["wire_asukiaaa.h", "wire_asukiaaa_template.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.4.zip", + "archiveFileName": "wire_asukiaaa-1.0.4.zip", + "size": 7269, + "checksum": "SHA-256:bc19280d22fd430445edc82f25bcb9a480bde561069e4eed7139386b64518fb7" + }, + { + "name": "MCCI Catena SDP", + "version": "0.1.0", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SDP (SDP31, SDP32, SDP800-series) Differential Pressure sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI-Catena-SHT3x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SDP.git", + "providesIncludes": ["MCCI_Catena_SDP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SDP-0.1.0.zip", + "archiveFileName": "MCCI_Catena_SDP-0.1.0.zip", + "size": 16559501, + "checksum": "SHA-256:6da97b841ff6f11b56e81f5b3177cdf5241725e3bbbd5752ad826c1857947ae2" + }, + { + "name": "MCCI Catena SDP", + "version": "1.0.1", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SDP (SDP31, SDP32, SDP800-series) Differential Pressure sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI_Catena_SDP", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SDP.git", + "providesIncludes": ["MCCI_Catena_SDP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SDP-1.0.1.zip", + "archiveFileName": "MCCI_Catena_SDP-1.0.1.zip", + "size": 16559807, + "checksum": "SHA-256:aafad2c5db20561b563ec7606f9d31ff4eab9d9c99b9876855d061a989320e43" + }, + { + "name": "TFLI2C", + "version": "0.0.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": ["TFLI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.0.1.zip", + "archiveFileName": "TFLI2C-0.0.1.zip", + "size": 2603530, + "checksum": "SHA-256:7b4091a014d4d4e526df4f7ada7458b0983c558da3c5d7d9e9d971f457d96938" + }, + { + "name": "TFLI2C", + "version": "0.1.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": ["TFLI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.1.0.zip", + "archiveFileName": "TFLI2C-0.1.0.zip", + "size": 2603785, + "checksum": "SHA-256:3215c97651444e235421647cdd5923a7783942c3ddfbeaa5487299d3cbc04f0b" + }, + { + "name": "TFLI2C", + "version": "0.1.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna-I2C", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": ["TFLI2C.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.1.1.zip", + "archiveFileName": "TFLI2C-0.1.1.zip", + "size": 2604309, + "checksum": "SHA-256:46692fd12135ad66c4127c744db84ed75a3879f024a73cfc73f2a56d25049937" + }, + { + "name": "controlKeyboard", + "version": "1.0.0", + "author": "YathishgowdaHR,yashuyathi11@gmail.com", + "maintainer": "YathisggowdaHR,yashuyathi11@gmail.com", + "sentence": "A library for checking keyboard events like whether a key is pressed or released.", + "paragraph": "Listens the input from keyboard which is attached to board and provides necessary functions to handle it.", + "website": "https://github.com/YashuYathi/controlKeyboard", + "category": "Uncategorized", + "architectures": ["sam"], + "types": ["Contributed"], + "repository": "https://github.com/YashuYathi/controlKeyboard.git", + "providesIncludes": ["controlKeyboard.h"], + "dependencies": [ + { + "name": "USBHost" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YashuYathi/controlKeyboard-1.0.0.zip", + "archiveFileName": "controlKeyboard-1.0.0.zip", + "size": 6373, + "checksum": "SHA-256:be5b2587179263b282b1188b9e088de1b30ff497f19c760b36d6a4ee45444558" + }, + { + "name": "PWMMotorControl", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield\u003cbr/\u003e", + "paragraph": "With special CarMotorControl for easy control of 2 or 4 motors of the obstacle avoiding \u003cb\u003earduino robot car kits\u003c/b\u003e.\u003cbr/\u003eIf slot-type photo interrupters are attached to the encoder discs of such a kit, deterministic distances and turns can be driven.\u003cbr/\u003eExamples include a follower car and an Bluetooth controlled obstacle avoiding car.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded and renamed functions.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PWMMotorControl", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArminJo/PWMMotorControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PWMMotorControl-1.1.0.zip", + "archiveFileName": "PWMMotorControl-1.1.0.zip", + "size": 2081739, + "checksum": "SHA-256:102b6264b84f70082c6ea2de6141480fc0a9a4cfadfa96ee4d3fcee60b658b74" + }, + { + "name": "MKRWAN_v2", + "version": "1.3.1", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310 - firmware 1.3.1", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN_v2", + "category": "Communication", + "architectures": ["samd"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN_v2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN_v2-1.3.1.zip", + "archiveFileName": "MKRWAN_v2-1.3.1.zip", + "size": 193341, + "checksum": "SHA-256:1f87867698d6d737ee85541930f73cf9140b761fe7bc1042646d05c81770326c" + }, + { + "name": "MKRWAN_v2", + "version": "1.3.2", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310 - firmware 1.3.1", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN_v2", + "category": "Communication", + "architectures": ["samd", "mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/MKRWAN_v2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN_v2-1.3.2.zip", + "archiveFileName": "MKRWAN_v2-1.3.2.zip", + "size": 193363, + "checksum": "SHA-256:b52cf7da0aa12244119df2490e0a276d7ba3c89c16340df7a20f797e9336a0b3" + }, + { + "name": "Melopero BME280", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the BME280 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the BME280 sensor.", + "website": "https://github.com/melopero/Melopero_BME280_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_BME280-1.0.0.zip", + "archiveFileName": "Melopero_BME280-1.0.0.zip", + "size": 27187, + "checksum": "SHA-256:71af70b5d1441d508d29ec73ce8db625eedc6790bcfa5e4c4af88b46cc655e26" + }, + { + "name": "HyperDeck", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "paragraph": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "website": "https://github.com/hideakitai/HyperDeck", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/HyperDeck.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/HyperDeck-0.1.0.zip", + "archiveFileName": "HyperDeck-0.1.0.zip", + "size": 6792, + "checksum": "SHA-256:293b0c69188179ccee4a6decf124d6bf1dd71d92a15cc386d844bb31310c0e0c" + }, + { + "name": "HyperDeck", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "paragraph": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "website": "https://github.com/hideakitai/HyperDeck", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/hideakitai/HyperDeck.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/HyperDeck-0.2.0.zip", + "archiveFileName": "HyperDeck-0.2.0.zip", + "size": 8539, + "checksum": "SHA-256:2e2bba4edb92cc6a22a2a2d92028621f1a195c059166d27aa06aa6e07d715d80" + }, + { + "name": "MCP2515-nb", + "version": "0.1.0", + "author": "WitchCraftWorks Team", + "maintainer": "WitchCraftWorks Team", + "sentence": "Arduino library for MCP2515 with non-blocking support.", + "paragraph": "Supports Microchip MCP2515 based boards/shields and non-blocking write operations.", + "website": "https://github.com/WitchCraftWorks/arduino-MCP2515-nb", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WitchCraftWorks/arduino-MCP2515-nb.git", + "providesIncludes": ["MCP2515_nb.h"], + "dependencies": [ + { + "name": "avr_stl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WitchCraftWorks/MCP2515_nb-0.1.0.zip", + "archiveFileName": "MCP2515_nb-0.1.0.zip", + "size": 24374, + "checksum": "SHA-256:1caa8141e351611470c2f0854505ccfb2f5df91a6f5134028007f61f240246f0" + }, + { + "name": "ZeroTC45", + "version": "1.0.0", + "author": "David Taylor", + "maintainer": "David Taylor \u003cdajt1@bigpond.com\u003e", + "sentence": "Allows use of the ARM Cortex-M0 TC4 and TC5 counters for periodic interrupts.", + "paragraph": "With this library you can use the TC4 and TC5 counters of an ARM Cortex-M0 based board to generate periodic interrupts. The counters have a 1 second resolution.", + "website": "https://github.com/dajtxx/ZeroTC45", + "category": "Timing", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/dajtxx/ZeroTC45.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dajtxx/ZeroTC45-1.0.0.zip", + "archiveFileName": "ZeroTC45-1.0.0.zip", + "size": 41709, + "checksum": "SHA-256:798149214545520516a7b1010656921baf6a704e43b067b475cc0cc9f1966420" + }, + { + "name": "ZeroTC45", + "version": "1.1.0", + "author": "David Taylor", + "maintainer": "David Taylor \u003cdajt1@bigpond.com\u003e", + "sentence": "Allows use of the ARM Cortex-M0 TC4 and TC5 counters for periodic interrupts.", + "paragraph": "With this library you can use the TC4 and TC5 counters of an ARM Cortex-M0 based board to generate periodic interrupts. The counters have a 1 second or 1 millisecond resolution. Both counters use the same resolution.", + "website": "https://github.com/dajtxx/ZeroTC45", + "category": "Timing", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/dajtxx/ZeroTC45.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dajtxx/ZeroTC45-1.1.0.zip", + "archiveFileName": "ZeroTC45-1.1.0.zip", + "size": 43493, + "checksum": "SHA-256:04ab3e9c7116059547561ff8e187de083e2a307e276a56cfbb72bf42f12e90de" + }, + { + "name": "LightEffect", + "version": "1.0.0", + "author": "Christian Bezanger - Locoduino", + "maintainer": "Christian Bezanger - Locoduino", + "sentence": "This library allows you to easily create light animations from an Arduino board or an ATtiny microcontroller (traffic lights, chaser, shopkeeper sign, etc.)", + "paragraph": "The LEDs can be connected to the digital outputs by their anode or else by their cathode, but all LEDs must be connected in the same way. In addition, the digital outputs used must follow each other in ascending order of their numbering.", + "website": "https://github.com/Locoduino/LightEffect", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Locoduino/LightEffect.git", + "providesIncludes": ["LightEffect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightEffect-1.0.0.zip", + "archiveFileName": "LightEffect-1.0.0.zip", + "size": 19432, + "checksum": "SHA-256:034bedcc17a6120ce69ef2f1c131ea2a19b0ff63551d1d0712b9f5bf8706ca67" + }, + { + "name": "Melopero RV3028", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the RV3028 rtc.", + "paragraph": "This library allows an Arduino board to communicate with the RV3028 rtc. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_RV3028-1.0.0.zip", + "archiveFileName": "Melopero_RV3028-1.0.0.zip", + "size": 2786819, + "checksum": "SHA-256:2aafdff67d4139b6463cfc9d1cb55ed9e7c5b09d2e9db3023e4560d1fa02dde8" + }, + { + "name": "Melopero RV3028", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the RV3028 rtc.", + "paragraph": "This library allows an Arduino board to communicate with the RV3028 rtc. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_RV3028-1.0.1.zip", + "archiveFileName": "Melopero_RV3028-1.0.1.zip", + "size": 3336206, + "checksum": "SHA-256:d667769e8ff0fa856b645abdf6e55c9c5aec83bbeebfcb88a394fb5b9575a184" + }, + { + "name": "Melopero VL53L1X", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the VL53L1X sensor.", + "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.0.0.zip", + "archiveFileName": "Melopero_VL53L1X-1.0.0.zip", + "size": 233600, + "checksum": "SHA-256:c1693637f2a4afe4f2534939f1ef66b7cb5dc0818502164095b645e9a721374b" + }, + { + "name": "Melopero VL53L1X", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the VL53L1X sensor.", + "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.0.1.zip", + "archiveFileName": "Melopero_VL53L1X-1.0.1.zip", + "size": 233611, + "checksum": "SHA-256:644e3ebaec8b94f49ec9317952964cec1132fe4c113bac1c1f2f09a4c87ce0eb" + }, + { + "name": "ThingESP", + "version": "1.0.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.0.0.zip", + "archiveFileName": "ThingESP-1.0.0.zip", + "size": 129494, + "checksum": "SHA-256:d87d64a6a7d3b0a2413c570ac8fbe52395b9778f356a9a12d4a7aaaec0b0fcdc" + }, + { + "name": "ThingESP", + "version": "1.0.1", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.0.1.zip", + "archiveFileName": "ThingESP-1.0.1.zip", + "size": 129495, + "checksum": "SHA-256:9c5da082ea11830fb9f07530dfb016d4f3d36e2a190de8729d860abe570c4603" + }, + { + "name": "ThingESP", + "version": "1.2.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.0.zip", + "archiveFileName": "ThingESP-1.2.0.zip", + "size": 131789, + "checksum": "SHA-256:250c5b6559b5b84bcdbc4cb93c20e1d5fff59732ba956bfd0a2fa4fcf874eeb1" + }, + { + "name": "ThingESP", + "version": "1.2.1", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.1.zip", + "archiveFileName": "ThingESP-1.2.1.zip", + "size": 133468, + "checksum": "SHA-256:99a6d2b25a7b83af54fa20bab589acf227ae879c1dd942b3e3990217320b0e3b" + }, + { + "name": "ThingESP", + "version": "1.2.2", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.2.zip", + "archiveFileName": "ThingESP-1.2.2.zip", + "size": 135339, + "checksum": "SHA-256:0f7a73385d8fa67ba837728f1c8ffeba8d653362c298ead3cdc5b53e90d8000b" + }, + { + "name": "Adafruit MLX90395", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90395 magenetic field sensor", + "paragraph": "Driver for the MLX90395 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90395", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.0.zip", + "archiveFileName": "Adafruit_MLX90395-1.0.0.zip", + "size": 7234, + "checksum": "SHA-256:b5da71706531dd38f7fb69086ab0b38e98ff36e241e9261c082a36a936cf2bd2" + }, + { + "name": "Adafruit MLX90395", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90395 magenetic field sensor", + "paragraph": "Driver for the MLX90395 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90395", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.1.zip", + "archiveFileName": "Adafruit_MLX90395-1.0.1.zip", + "size": 7611, + "checksum": "SHA-256:ec152f900ecc5c7c988aa1281a24480a89d5e47b0c311218ff01e2804d192008" + }, + { + "name": "BLE-MIDI", + "version": "2.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "BLE-MIDI I/Os for Arduino", + "paragraph": "MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino", + "website": "https://github.com/lathoub/Arduino-BLE-MIDI", + "category": "Communication", + "architectures": ["esp32", "samd", "megaavr", "mbed", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/lathoub/Arduino-BLE-MIDI.git", + "providesIncludes": ["BLEMIDI_Transport.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/BLE_MIDI-2.1.0.zip", + "archiveFileName": "BLE_MIDI-2.1.0.zip", + "size": 19403, + "checksum": "SHA-256:685795b8d0c93d8ada1143bab1b24f2b08ef7127d72d2aa10047c01bf8a75b35" + }, + { + "name": "Adafruit TLA202x", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TLA202x sensors in the Adafruit shop", + "paragraph": "Arduino library for the TLA202x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TLA202x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TLA202x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLA202x-1.0.0.zip", + "archiveFileName": "Adafruit_TLA202x-1.0.0.zip", + "size": 15151, + "checksum": "SHA-256:ba17bb106fc02ff0f6a8602ecb9ad4198604ace1c7b8cfe97d4188beca8ebd5c" + }, + { + "name": "homecontrol-mqtt", + "version": "0.1.0", + "author": "homecontrol", + "maintainer": "homecontrol", + "sentence": "A client library for MQTT messaging.", + "paragraph": "This library allows you to send and receive MQTT messages with HomeControlAS system.", + "website": "https://github.com/HomeControlAS/homecontrol-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HomeControlAS/homecontrol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HomeControlAS/homecontrol_mqtt-0.1.0.zip", + "archiveFileName": "homecontrol_mqtt-0.1.0.zip", + "size": 27901, + "checksum": "SHA-256:16d322874381f9a1e555865dac6aac63dade8bf8e578a6db7883ec6a94de4889" + }, + { + "name": "homecontrol-mqtt", + "version": "1.0.0", + "author": "Home Control \u003cintegration@homecontrol.no\u003e", + "maintainer": "Home Control \u003cintegration@homecontrol.no\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "This library allows you to send and receive MQTT messages with HomeControlAS system.", + "website": "https://github.com/HomeControlAS/homecontrol-mqtt", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/HomeControlAS/homecontrol-mqtt.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeControlAS/homecontrol_mqtt-1.0.0.zip", + "archiveFileName": "homecontrol_mqtt-1.0.0.zip", + "size": 60681, + "checksum": "SHA-256:5ea7f3cb4adbed4226a72ad69de9c2c018f3788ef6dbbb17eac737ef78ca9174" + }, + { + "name": "DMD32", + "version": "1.0.0", + "author": "Khudhur Abdullah Alfarhan \u003cQudoren@gmail.com\u003e", + "maintainer": "Khudhur Abdullah Alfarhan \u003cQudoren@gmail.com\u003e", + "sentence": "An Arduino library for ESP32 to drive DMD LED matrix display", + "paragraph": "Supports ESP32 and DMD LED matrix display", + "website": "https=//github.com/Qudor-Engineer/DMD32/", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Qudor-Engineer/DMD32.git", + "providesIncludes": ["DMD32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Qudor-Engineer/DMD32-1.0.0.zip", + "archiveFileName": "DMD32-1.0.0.zip", + "size": 119751, + "checksum": "SHA-256:9f9e9b8bcad8baa29f1c5f9ecf4844d30cd26bf5b5dfcb48530efed7ea13ef75" + }, + { + "name": "Ponoor PowerSTEP01 Library", + "version": "1.0.0", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM PowerSTEP01 stepper driver chip library with voltage and current drive mode.", + "paragraph": "This library is modified from Megunolink powerSTEP01_Arduino_Library to support a current drive mode. Also to work with SAMD architecture.", + "website": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library.git", + "providesIncludes": ["Ponoor_PowerSTEP01Library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_PowerSTEP01_Library-1.0.0.zip", + "archiveFileName": "Ponoor_PowerSTEP01_Library-1.0.0.zip", + "size": 42037, + "checksum": "SHA-256:ab8e141729cf5cff1bd72d1fb1627284754cc38d2cee9ce5c444135406396976" + }, + { + "name": "Ponoor PowerSTEP01 Library", + "version": "1.0.2", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM PowerSTEP01 stepper driver chip library with voltage and current drive mode.", + "paragraph": "This library is modified from Megunolink powerSTEP01_Arduino_Library to support a current drive mode. Also to work with SAMD architecture.", + "website": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library.git", + "providesIncludes": ["Ponoor_PowerSTEP01Library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_PowerSTEP01_Library-1.0.2.zip", + "archiveFileName": "Ponoor_PowerSTEP01_Library-1.0.2.zip", + "size": 42669, + "checksum": "SHA-256:77590f71173b41bec48d2583a1356e696196a069afd1836c33dac7b670d510b7" + }, + { + "name": "SigmaDSP", + "version": "1.0.0", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.0.0.zip", + "archiveFileName": "SigmaDSP-1.0.0.zip", + "size": 313148, + "checksum": "SHA-256:d13987ed9adeb2c72d4d597ab7875f906dd538dcf5a6aed00a598574140c5b48" + }, + { + "name": "SigmaDSP", + "version": "1.0.1", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.0.1.zip", + "archiveFileName": "SigmaDSP-1.0.1.zip", + "size": 263396, + "checksum": "SHA-256:4e2529ace913437e875195ffa27dfa4083b271dbf5f4455b3abbfd047c3eb1d3" + }, + { + "name": "SigmaDSP", + "version": "1.1.0", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the AAU1401, ADAU1701 or ADAU1702 audio DSP over i2c", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.1.0.zip", + "archiveFileName": "SigmaDSP-1.1.0.zip", + "size": 263196, + "checksum": "SHA-256:ce4c53ae4a8b9150f49ca7bc58bb76992e10d38e4344168fd890a180127a1820" + }, + { + "name": "AS6212 Temperature Sensor", + "version": "1.0.0", + "author": "Brandon Williams (will2055)", + "maintainer": "Brandon Williams (will2055)", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/will2055/AS6212-Arduino-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.0.zip", + "archiveFileName": "AS6212_Temperature_Sensor-1.0.0.zip", + "size": 8008, + "checksum": "SHA-256:1c0da3fb29ac4012a64f2fcec47f5104fd7fa847891838b91c0bff1303dc97c3" + }, + { + "name": "AS6212 Temperature Sensor", + "version": "1.0.3", + "author": "Brandon Williams (will2055)", + "maintainer": "Brandon Williams (will2055)", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/will2055/AS6212-Arduino-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.3.zip", + "archiveFileName": "AS6212_Temperature_Sensor-1.0.3.zip", + "size": 9381, + "checksum": "SHA-256:c04c2f644630ded9496b6757404faa7de7b9d3411f4c615ba7ea06e3a12ae9b5" + }, + { + "name": "AS6212 Temperature Sensor", + "version": "1.0.4", + "author": "Brandon Williams (will2055)", + "maintainer": "Brandon Williams (will2055)", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/will2055/AS6212-Arduino-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.4.zip", + "archiveFileName": "AS6212_Temperature_Sensor-1.0.4.zip", + "size": 9390, + "checksum": "SHA-256:3ed6392361c6da2ae0993b59ebee2219a2663cc6e0367bbaa331786e3b01f62c" + }, + { + "name": "plotutils", + "version": "1.0.1", + "author": "Robert Maier and Nick Tufillaro", + "maintainer": "Larry Bernstone", + "sentence": "2-D vector graphics composition library", + "paragraph": "This library implements the core of the GNU plotutils package (https://www.gnu.org/software/plotutils/). It includes graph, but not spline or ode, to reduce the size a bit. It compiles to around ~650kB code space, and requires psram to work with substantial images (\u003e140x140).", + "website": "https://github.com/lbernstone/libplot", + "category": "Data Processing", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lbernstone/plotutils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/plotutils-1.0.1.zip", + "archiveFileName": "plotutils-1.0.1.zip", + "size": 1168467, + "checksum": "SHA-256:75c5be9e1c99d323e9dcd38b9e7b4e6d7004f1ba0107f8cb4f28e8c62f7f02aa" + }, + { + "name": "runningAngle", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": ["runningAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.0.zip", + "archiveFileName": "runningAngle-0.1.0.zip", + "size": 5422, + "checksum": "SHA-256:69cf87d5c6b88fe6fbfbfb138e3e9bee23163414682244088cf25e10507067c9" + }, + { + "name": "runningAngle", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": ["runningAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.1.zip", + "archiveFileName": "runningAngle-0.1.1.zip", + "size": 9920, + "checksum": "SHA-256:5c7d77107d3fa6aa771850a2a890a2727050f520ea83356e3242e7e72c4fbcd1" + }, + { + "name": "runningAngle", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": ["runningAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.2.zip", + "archiveFileName": "runningAngle-0.1.2.zip", + "size": 10253, + "checksum": "SHA-256:37a962d379aa38b4ced781a47d78966ce617367470eb2beb223f51c39e125fcf" + }, + { + "name": "SMoS", + "version": "0.1.0", + "author": "Chris Dinh", + "maintainer": "Chris Dinh", + "sentence": "Utility library for encoding and decoding of SMoS messages.", + "paragraph": "SMoS is a client/server REST based messaging protocol, originally intended as a mechanism to encapsulate data and its context when transmitted over a serial link.", + "website": "https://github.com/ChrisDinhNZ/SMoS-cpp", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ChrisDinhNZ/SMoS-cpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChrisDinhNZ/SMoS-0.1.0.zip", + "archiveFileName": "SMoS-0.1.0.zip", + "size": 9125, + "checksum": "SHA-256:e7aa2fc003d43a8c1cf9daaf2ad65ad4b141f565bec1a98b83f1093a13d363c8" + }, + { + "name": "SMoS", + "version": "0.2.0", + "author": "Chris Dinh", + "maintainer": "Chris Dinh", + "sentence": "Utility library for encoding and decoding of SMoS messages.", + "paragraph": "SMoS is a client/server REST based messaging protocol, originally intended as a mechanism to encapsulate data and its context when transmitted over a serial link.", + "website": "https://github.com/ChrisDinhNZ/SMoS-cpp", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ChrisDinhNZ/SMoS-cpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChrisDinhNZ/SMoS-0.2.0.zip", + "archiveFileName": "SMoS-0.2.0.zip", + "size": 12191, + "checksum": "SHA-256:70763667904f6799a3758dbfd219bf994cc4cedbe5e13979038680ac674dd244" + }, + { + "name": "ProtoCentral MLX90632 Non-contact temperature Library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral \u003cprotocentral.com\u003e", + "sentence": "Library for the ProtoCentral MLX90632 breakout board", + "paragraph": "Arduino library for the Melexis MLX90632 IR non-contact temperature sensor breakout board from ProtoCentral Electronics.", + "website": "https://github.com/Protocentral/protocentral_mlx90632_arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_mlx90632_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MLX90632_Non_contact_temperature_Library-1.0.0.zip", + "archiveFileName": "ProtoCentral_MLX90632_Non_contact_temperature_Library-1.0.0.zip", + "size": 2567228, + "checksum": "SHA-256:ffdfc75cac1b205d612383ee5793be727a3b5124cf7e46cbda92b128db9ea022" + }, + { + "name": "Melody", + "version": "1.0.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody for Arduino offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody for Arduino offers a simple an powerful music text notation called MELO. It allows you to write music in a more natural way in terms of notes, alterations and rythms. Then, the Melody will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": ["Melody.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.0.0.zip", + "archiveFileName": "Melody-1.0.0.zip", + "size": 55520, + "checksum": "SHA-256:094091866e35ea27bdd08e7427c37a97514af7ec1852406dee836a96eddb63f1" + }, + { + "name": "Melody", + "version": "1.0.1", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": ["Melody.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.0.1.zip", + "archiveFileName": "Melody-1.0.1.zip", + "size": 60510, + "checksum": "SHA-256:5bf73005bf2a7014d029db6d616cb8d8a3662ac65a8e0055841def13bc971314" + }, + { + "name": "Melody", + "version": "1.1.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": ["Melody.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.1.0.zip", + "archiveFileName": "Melody-1.1.0.zip", + "size": 61121, + "checksum": "SHA-256:dd7b60878d1f254077c3549de344efb8b56baa6ae2c65c518daa53a3de9075af" + }, + { + "name": "Musician", + "version": "1.0.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.. The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": ["Musician.h"], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.0.0.zip", + "archiveFileName": "Musician-1.0.0.zip", + "size": 8912, + "checksum": "SHA-256:1fb886d66a8e42034ebe330fd3f000a2fcb4014d9cb7357ba7b3fefb43494c38" + }, + { + "name": "Musician", + "version": "1.0.1", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": ["Musician.h"], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.0.1.zip", + "archiveFileName": "Musician-1.0.1.zip", + "size": 11229, + "checksum": "SHA-256:e2b5233e07021bb8ae48b813914567bd4d241cde45582d6ec58b1df7a6ab8681" + }, + { + "name": "Musician", + "version": "1.2.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": ["Musician.h"], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.2.0.zip", + "archiveFileName": "Musician-1.2.0.zip", + "size": 12162, + "checksum": "SHA-256:80f38bfcd15700e17e2a6b3ec449e204e78b5bc8ca8bfce3eb2f64e75c38a3ea" + }, + { + "name": "ArsaLearn", + "version": "1.0.0", + "author": "arsalearn.com", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Ability to code completely simple", + "paragraph": "Using this library, you can start coding with very convenient and easy functions and examples.", + "website": "https://www.arduino.cc/en/Reference/Librariesz", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArsaLearn/Arsa-Main.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArsaLearn/ArsaLearn-1.0.0.zip", + "archiveFileName": "ArsaLearn-1.0.0.zip", + "size": 12437, + "checksum": "SHA-256:bb39739c07a02fbbff2314d818b66deb160de8d5dff694a92b2f332c19df320e" + }, + { + "name": "ArsaLearn", + "version": "1.1.0", + "author": "arsalearn.com", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Ability to code completely simple", + "paragraph": "Using this library, you can start coding with very convenient and easy functions and examples.", + "website": "https://www.arduino.cc/en/Reference/Librariesz", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ArsaLearn/Arsa-Main.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArsaLearn/ArsaLearn-1.1.0.zip", + "archiveFileName": "ArsaLearn-1.1.0.zip", + "size": 12437, + "checksum": "SHA-256:bddcc2b9884e50e6b0571cac63db386612641828139158dcaffc4ab86f9143df" + }, + { + "name": "TIFF_G4", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized TIFF G4 decoder for MCUs with 16K+ RAM.", + "paragraph": "A fast TIFF G4 library with a unique set of functions to make viewing images on microcontrollers easy. Includes fast scaling and anti-aliasing built-in. Supports reading TIFF files or raw G4 data.", + "website": "https://github.com/bitbank2/TIFF_G4", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bitbank2/TIFF_G4.git", + "providesIncludes": ["TIFF_G4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/TIFF_G4-1.0.0.zip", + "archiveFileName": "TIFF_G4-1.0.0.zip", + "size": 327806, + "checksum": "SHA-256:b61a8cdcae830e00c483c34289c654f6a1d581e637eeecb7b23e5500488a786d" + }, + { + "name": "BMC", + "version": "1.0.0", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.0.zip", + "archiveFileName": "BMC-1.0.0.zip", + "size": 2093824, + "checksum": "SHA-256:d296d16dbff547822bdfcb164a54a92d5289f9ffe61c554c6b6748d473076f98" + }, + { + "name": "BMC", + "version": "0.0.10", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.10.zip", + "archiveFileName": "BMC-0.0.10.zip", + "size": 2388724, + "checksum": "SHA-256:2416308e700bd6dcc88fb0bdcc5e345766d20e13c2eedfb4eef1fef2813a17e7" + }, + { + "name": "BMC", + "version": "0.0.11", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.11.zip", + "archiveFileName": "BMC-0.0.11.zip", + "size": 2388697, + "checksum": "SHA-256:eb5661b9a40994f6172e7e336430135c7bb65ea68c01a6adbed52450fd882aa3" + }, + { + "name": "BMC", + "version": "0.0.12", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.12.zip", + "archiveFileName": "BMC-0.0.12.zip", + "size": 2098239, + "checksum": "SHA-256:db39eb17927d9646a6f2850ef6806911e452552128c283eecfca315f64d3dce1" + }, + { + "name": "BMC", + "version": "0.0.13", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.13.zip", + "archiveFileName": "BMC-0.0.13.zip", + "size": 2112634, + "checksum": "SHA-256:b437af5aa08826dcf9d68aa31e2d7395413b35dc0f20ef11528e4ab5f93b6c22" + }, + { + "name": "BMC", + "version": "0.0.14", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.14.zip", + "archiveFileName": "BMC-0.0.14.zip", + "size": 2112775, + "checksum": "SHA-256:69185086c49bb24a0c247b66b0c3a2387ef2f1835b88a12b9173894a905e5288" + }, + { + "name": "BMC", + "version": "0.0.15", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.15.zip", + "archiveFileName": "BMC-0.0.15.zip", + "size": 2120505, + "checksum": "SHA-256:c345cf56756ee78f56decd7bbf2335ea050b39e1a663becbb093d28d2c3b0ddb" + }, + { + "name": "BMC", + "version": "0.0.16", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.16.zip", + "archiveFileName": "BMC-0.0.16.zip", + "size": 2120812, + "checksum": "SHA-256:f5b2b966021a6885fbc699de5671a7db15198fa0b38f021d195e9742445cb05d" + }, + { + "name": "BMC", + "version": "0.0.17", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.17.zip", + "archiveFileName": "BMC-0.0.17.zip", + "size": 2120816, + "checksum": "SHA-256:1384bd0ad60edcd753e56ea9e9753f9f2da580e4b4cf87b804cf2d6a4fcc6c60" + }, + { + "name": "BMC", + "version": "0.0.19", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.19.zip", + "archiveFileName": "BMC-0.0.19.zip", + "size": 2121325, + "checksum": "SHA-256:dadba68860523a5fb196a26dd1ea1b19ce96756c96a1967b0d34120f45d02444" + }, + { + "name": "BMC", + "version": "0.0.6", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.6.zip", + "archiveFileName": "BMC-0.0.6.zip", + "size": 2386134, + "checksum": "SHA-256:c4e573322fcc49285e37092b1d1a375e7185089d30b31d46e371e0ff45956d15" + }, + { + "name": "BMC", + "version": "0.0.7", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["arm"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.7.zip", + "archiveFileName": "BMC-0.0.7.zip", + "size": 2387576, + "checksum": "SHA-256:f449ffe8c8679323f8a0ee2cc818bb8c125bddc196050a5e610a48117f091851" + }, + { + "name": "BMC", + "version": "0.0.8", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.8.zip", + "archiveFileName": "BMC-0.0.8.zip", + "size": 2387589, + "checksum": "SHA-256:952f3eb1f1bbda9a7bd109b1397cd7966fdf842e406d2c4e2e0ec12d21b0586b" + }, + { + "name": "BMC", + "version": "0.0.9", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.9.zip", + "archiveFileName": "BMC-0.0.9.zip", + "size": 2387650, + "checksum": "SHA-256:7a84b8488ba5d08dbfa55c89488ddbac22cee0ea37dc7960eefbbb7ba3d3cb0a" + }, + { + "name": "BMC", + "version": "0.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.0.zip", + "archiveFileName": "BMC-0.1.0.zip", + "size": 2124863, + "checksum": "SHA-256:1f6f0d4aefcf20d9eaf73fc6ab4233d137b1049d2cf2261219d1af3d6ef490c9" + }, + { + "name": "BMC", + "version": "0.1.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.1.zip", + "archiveFileName": "BMC-0.1.1.zip", + "size": 2123284, + "checksum": "SHA-256:3a060ab189bcd1c5d8fb852930f71c57a462607179c4e1bbe1cc42d7a2ea413f" + }, + { + "name": "BMC", + "version": "0.1.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.2.zip", + "archiveFileName": "BMC-0.1.2.zip", + "size": 2123450, + "checksum": "SHA-256:36c26b7c37b3e031969866fd914999b9b98bb5c95ced9fd1f848941e4054a572" + }, + { + "name": "BMC", + "version": "0.1.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.3.zip", + "archiveFileName": "BMC-0.1.3.zip", + "size": 2123840, + "checksum": "SHA-256:7e9b08dbaac371032d735b3aec0c1166ef0abf989a76d559f35adc93624090d7" + }, + { + "name": "BMC", + "version": "0.1.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.4.zip", + "archiveFileName": "BMC-0.1.4.zip", + "size": 2124626, + "checksum": "SHA-256:f576706019658f1f5b0807e179949250376c745824340be72fdc26ce3744bfef" + }, + { + "name": "BMC", + "version": "0.1.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.5.zip", + "archiveFileName": "BMC-0.1.5.zip", + "size": 2125582, + "checksum": "SHA-256:d8ecd8ba91145437fe7c8e9fdcd24e81fbe84bf4d6e54a62e1093f1973c5e143" + }, + { + "name": "BMC", + "version": "0.1.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.6.zip", + "archiveFileName": "BMC-0.1.6.zip", + "size": 2127586, + "checksum": "SHA-256:6cc1ffd45d960c90789a952e11524e816b5eddeb47c7a5047e1c77df266f7332" + }, + { + "name": "BMC", + "version": "0.1.7", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.7.zip", + "archiveFileName": "BMC-0.1.7.zip", + "size": 2127834, + "checksum": "SHA-256:f7192b95d09cb39711fd63dfe61815912f8c0ad6438aa9fa9a55572df0df2512" + }, + { + "name": "BMC", + "version": "0.1.8", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.8.zip", + "archiveFileName": "BMC-0.1.8.zip", + "size": 2127829, + "checksum": "SHA-256:b86f136c3080a4eb2921155aada3309d92f45ebd7ecb9b40d1f4e66bc078b0a1" + }, + { + "name": "BMC", + "version": "0.3.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.0.zip", + "archiveFileName": "BMC-0.3.0.zip", + "size": 2128324, + "checksum": "SHA-256:fd0db0cd3db42a0177d6e198a5611c429049569e29ee3b8ed3ef90a9e33e855e" + }, + { + "name": "BMC", + "version": "0.3.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.1.zip", + "archiveFileName": "BMC-0.3.1.zip", + "size": 2128853, + "checksum": "SHA-256:e87954483845d5153ae2c76b06410668fac87729b17c9e3b14eb6d1918fabe8c" + }, + { + "name": "BMC", + "version": "0.3.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.2.zip", + "archiveFileName": "BMC-0.3.2.zip", + "size": 2129059, + "checksum": "SHA-256:a0bfa590d520c974571ae001ebe6fb667b199561c6d06a25b7d00220b2a65fbf" + }, + { + "name": "BMC", + "version": "1.0.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.1.zip", + "archiveFileName": "BMC-1.0.1.zip", + "size": 2129120, + "checksum": "SHA-256:55f8648ce6dd2f1d1b3846d5ec3b1e71ec841ddc4016ef4f16af0dd088276dfe" + }, + { + "name": "BMC", + "version": "1.0.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.2.zip", + "archiveFileName": "BMC-1.0.2.zip", + "size": 2131398, + "checksum": "SHA-256:02769d561c7e69a42a0cccb2bc59bef5e297161c7b00e0871fd1cdf5e9367db8" + }, + { + "name": "BMC", + "version": "1.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.1.0.zip", + "archiveFileName": "BMC-1.1.0.zip", + "size": 2130444, + "checksum": "SHA-256:7f465be5ce4fba773c1a05410ffbb5797c896bb9d29fcbaac9acb9da0967e22c" + }, + { + "name": "BMC", + "version": "1.2.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.0.zip", + "archiveFileName": "BMC-1.2.0.zip", + "size": 2130513, + "checksum": "SHA-256:d3b2fd072dbe107b8b9926b0cb207381599d7eaf1e1fee45d83cfd7e99db0901" + }, + { + "name": "BMC", + "version": "1.2.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.1.zip", + "archiveFileName": "BMC-1.2.1.zip", + "size": 2130486, + "checksum": "SHA-256:a2352be3de262a7e34cf5d685ed7ad2ec2b1a4f42bd73d613e5461d1d29ef519" + }, + { + "name": "BMC", + "version": "1.2.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.2.zip", + "archiveFileName": "BMC-1.2.2.zip", + "size": 2130635, + "checksum": "SHA-256:afe23b71bc7673b44482297b1840c197710237ac5e71901951ca1c75d1bcf326" + }, + { + "name": "BMC", + "version": "1.2.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.3.zip", + "archiveFileName": "BMC-1.2.3.zip", + "size": 2134957, + "checksum": "SHA-256:d33357b098b8d187061bf6de14367873a3319c1a2d89ea7720f7b48f86f5e66b" + }, + { + "name": "BMC", + "version": "1.2.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.4.zip", + "archiveFileName": "BMC-1.2.4.zip", + "size": 3434400, + "checksum": "SHA-256:f6fe850b6cb15c4ba93bfd76224b8a8610c01cdb05020b462782117c0616a6e3" + }, + { + "name": "BMC", + "version": "1.2.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.5.zip", + "archiveFileName": "BMC-1.2.5.zip", + "size": 3434400, + "checksum": "SHA-256:90d3af59e4972bc30ef7629c7e7d5ae36ce7798d0829407d6764a7790d1fe8ce" + }, + { + "name": "BMC", + "version": "1.2.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.6.zip", + "archiveFileName": "BMC-1.2.6.zip", + "size": 3434449, + "checksum": "SHA-256:75ddf333a110c2665164dc797e74233211620bc5d7f14b2d6365c3c5e1e19d8e" + }, + { + "name": "BMC", + "version": "1.3.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.3.0.zip", + "archiveFileName": "BMC-1.3.0.zip", + "size": 3435013, + "checksum": "SHA-256:1a8610bdba82258e4ddb9155c010718497af33140c8776102ccef523f013d087" + }, + { + "name": "BMC", + "version": "1.4.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": ["BMC.h"], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.4.0.zip", + "archiveFileName": "BMC-1.4.0.zip", + "size": 3438787, + "checksum": "SHA-256:905ef97cd27ab328ee10a2d6496e25d524406b7925e799f99569e69a35c1e6c7" + }, + { + "name": "Telit GE910 GSM Library", + "version": "1.7.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Telit GE910 GSM/GPRS network connection library for Arduino controllers.", + "paragraph": "Use this library to connect internet through the GPRS network. You can either use cloud using JSON. This library is best use with Ovoo modules.", + "website": "https://github.com/akkoyun/GE910", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/akkoyun/GE910.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Telit_GE910_GSM_Library-1.7.2.zip", + "archiveFileName": "Telit_GE910_GSM_Library-1.7.2.zip", + "size": 9112, + "checksum": "SHA-256:04c4eb54950f72e739e050212dc6c09759d44b87d15495a9ac846920630cbd18" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.0.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.0.zip", + "size": 77954, + "checksum": "SHA-256:bbcaedde8b463fcf98cd9727882f6b07c551fd0428f9bedad961ec68db0c640e" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.1.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.1.zip", + "size": 17896, + "checksum": "SHA-256:43aae08aef169f706f27babf92366d603b362e8346e50ec34446728d3e24e240" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.2.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.2.zip", + "size": 17916, + "checksum": "SHA-256:a6b68c86bcbb7084783162edf0bbcd6b1b719732de2c9aac9daa090ea51bd7d8" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.3.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.3.zip", + "size": 17844, + "checksum": "SHA-256:7cbab50a150538e3c6a6b2f2c64845462f4289d6ce9fa5a3d642e28bd579c364" + }, + { + "name": "NTPClient_Generic", + "version": "3.2.1", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": ["NTPClient_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.2.1.zip", + "archiveFileName": "NTPClient_Generic-3.2.1.zip", + "size": 374725, + "checksum": "SHA-256:c27a01d5337f693305965fd4f16f85d6d1ebbd3aacfd36a0d51dd6e5b5fbace3" + }, + { + "name": "NTPClient_Generic", + "version": "3.2.2", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": ["NTPClient_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.2.2.zip", + "archiveFileName": "NTPClient_Generic-3.2.2.zip", + "size": 389114, + "checksum": "SHA-256:fd2f5fcb776ed7ee0bdbc0950061de3ce9ee28239e381a4c4073e5966b979ce8" + }, + { + "name": "NTPClient_Generic", + "version": "3.3.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": ["NTPClient_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.3.0.zip", + "archiveFileName": "NTPClient_Generic-3.3.0.zip", + "size": 556191, + "checksum": "SHA-256:3cdf5b3aee32b511f8a9a489c255719462685c9313a64e3a99d2eeedcbd8efbb" + }, + { + "name": "NTPClient_Generic", + "version": "3.4.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": ["NTPClient_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.4.0.zip", + "archiveFileName": "NTPClient_Generic-3.4.0.zip", + "size": 614008, + "checksum": "SHA-256:0996169382a71d1df417c12d85048e6890b040f1b54ce7fd1320aecf29ef8a84" + }, + { + "name": "NTPClient_Generic", + "version": "3.4.1", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": ["NTPClient_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.4.1.zip", + "archiveFileName": "NTPClient_Generic-3.4.1.zip", + "size": 614058, + "checksum": "SHA-256:f672ff1e608c2b4d97d81214d10ee31991006b377126b7f3f5e8c3229df089c1" + }, + { + "name": "NTPClient_Generic", + "version": "3.5.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": ["NTPClient_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.5.0.zip", + "archiveFileName": "NTPClient_Generic-3.5.0.zip", + "size": 634730, + "checksum": "SHA-256:2b344ea76620a3c35cfab0e1d418870c66bf78928fcfe7bd6b153ea8d0a4a584" + }, + { + "name": "PCF8575 library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8575", + "paragraph": "i2c 16bits digital expander with Arduino, esp32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.0.1.zip", + "archiveFileName": "PCF8575_library-1.0.1.zip", + "size": 1677619, + "checksum": "SHA-256:5ed34230570906993c22f870cfa8275ee5cf38d38aba5e5e2bd89fb4157bf221" + }, + { + "name": "PCF8575 library", + "version": "1.0.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8575, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c 16bits digital expander with Arduino, esp32, smt32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support. Uncommet NOT_SEQUENTIAL_PINOUT define to have pins like datasheet and not sequential one.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": ["PCF8575.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.0.2.zip", + "archiveFileName": "PCF8575_library-1.0.2.zip", + "size": 1766016, + "checksum": "SHA-256:e93a1b494a998e0c9d882daa44933d0ad6cc44ed1ca620d9b75446c4d42440be" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.1.0", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.0.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.1.0.zip", + "size": 17902, + "checksum": "SHA-256:232c67bbb926b90ecbda02cd92652c2217518872c9dce99497a3924e400ad8d4" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.1.1", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.1.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.1.1.zip", + "size": 20434, + "checksum": "SHA-256:486e1fa8c3949392f82d7e800324faf9b061ce4018b64876900841148ff32514" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.1.2", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.2.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.1.2.zip", + "size": 20534, + "checksum": "SHA-256:6b7b355fa5f43cd27edba09086ea0847d1d688ef96a0b479d95c2881bcfc12cd" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.2.0", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.2.0.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.2.0.zip", + "size": 21597, + "checksum": "SHA-256:6834de7b24de1a0c9ba8cbd01104b0503ca025cf4f22aed69e2bb0184bb9ef3b" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.2.1", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.2.1.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.2.1.zip", + "size": 21955, + "checksum": "SHA-256:0b89aebe9213e3758915efcfb01adfefbb5055b264ff98463fc0a6098469f439" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043 / MAX17044 fuel gauge", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043 and MAX17044 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.0.zip", + "size": 14311, + "checksum": "SHA-256:efd9b23537480ce0901a999f982359238e8290d32f75d36a0ec46f18dde5be77" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043/44/48/49 fuel gauges", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.1.zip", + "size": 22559, + "checksum": "SHA-256:198856bed6288095b0935213af6606c18f49ddcc1fa5b088f0d6debd586f185e" + }, + { + "name": "EasyColor", + "version": "0.0.2", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-0.0.2.zip", + "archiveFileName": "EasyColor-0.0.2.zip", + "size": 15586, + "checksum": "SHA-256:79a09e14b932b08606e987bc8519da5dc8d0455a194f08e3fc51be06b8a77798" + }, + { + "name": "EasyColor", + "version": "1.0.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.0.0.zip", + "archiveFileName": "EasyColor-1.0.0.zip", + "size": 17343, + "checksum": "SHA-256:256d0c19b996606bce639268a2837b57e3188c2532f6ccea939fe5b879a74f45" + }, + { + "name": "EasyColor", + "version": "1.1.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.0.zip", + "archiveFileName": "EasyColor-1.1.0.zip", + "size": 20341, + "checksum": "SHA-256:2f9f8ac239652cc6549252347bed7756ed5985121a6a1b96d4b0a89057b9b68b" + }, + { + "name": "EasyColor", + "version": "1.1.1", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.1.zip", + "archiveFileName": "EasyColor-1.1.1.zip", + "size": 20268, + "checksum": "SHA-256:0495234a2b4b23a9ffd22ecf811fc7c1a59041328f895ff36d1948ce999408aa" + }, + { + "name": "EasyColor", + "version": "1.1.3", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.3.zip", + "archiveFileName": "EasyColor-1.1.3.zip", + "size": 19850, + "checksum": "SHA-256:3bef1e2bdb12e337e61c09b35079d859363ba2313a064fdf16441781a4135bc0" + }, + { + "name": "EasyColor", + "version": "1.1.5", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.5.zip", + "archiveFileName": "EasyColor-1.1.5.zip", + "size": 19852, + "checksum": "SHA-256:e90940508a42170755db487ff894485ab5c3d519967ae2a0b3644310ffe05210" + }, + { + "name": "EasyColor", + "version": "1.1.6", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.6.zip", + "archiveFileName": "EasyColor-1.1.6.zip", + "size": 19916, + "checksum": "SHA-256:38a0ba1de1c4c72fd69a68a81d0a34e4ba8c2e0101c974d4f4f4a4d93cfc8e5c" + }, + { + "name": "EasyColor", + "version": "1.1.7", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.7.zip", + "archiveFileName": "EasyColor-1.1.7.zip", + "size": 19891, + "checksum": "SHA-256:fff5eb48b9d407c39e88a35f446e47841fc99fe00333f37b247331fb71066619" + }, + { + "name": "SparkFun Qwiic Digital Capacitor Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to get and set the capacitance of the NCD2400M digital capacitor in both volatile and non-volatile memory.", + "paragraph": "Use our easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/17182\"\u003eSparkX Qwiic Digital Capacitor\u003c/a\u003e to set the capacitance and specify series or shunt configuration. Solder the board onto your system on a 0402 or 0603 footprint and tune the capacitor to your specific application!", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Digital_Capacitor_Arduino_Library-1.0.0.zip", + "size": 12252, + "checksum": "SHA-256:f0e52c160b5c617ba8dbdecd9acaebb019a323fe01c947d94732e1c5cc13083d" + }, + { + "name": "PCF8591 library", + "version": "0.9.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8591", + "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", + "website": "https://github.com/xreef/PCF8591_library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8591_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-0.9.0.zip", + "archiveFileName": "PCF8591_library-0.9.0.zip", + "size": 6498689, + "checksum": "SHA-256:13315b327ccc1730eff045089e9552966c49243ef82197290b74f351a44039e0" + }, + { + "name": "PCF8591 library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266 and esp32 library for PCF8591.", + "paragraph": "Library to use pcf8591 i2c analog IC with Arduino, esp32 and esp8266. Can read analog value and write analog value with only 2 wire.", + "website": "https://www.mischianti.org/2019/01/03/pcf8591-i2c-analog-i-o-expander/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8591_library.git", + "providesIncludes": ["PCF8591.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-1.0.1.zip", + "archiveFileName": "PCF8591_library-1.0.1.zip", + "size": 6370484, + "checksum": "SHA-256:0b7b9be27bb5354afb9fa4c046751ba4d612981d99da836a62a93a0a8ebecdf0" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.2.0", + "author": "P.Pongpakatien", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.2.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.2.0.zip", + "size": 10321, + "checksum": "SHA-256:f12201b91e0bc48f289cffa8faae6ecab9b86c7a258bd6a7e27a56c4864c82b3" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.2.1", + "author": "P.Pongpakatien", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.2.1.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.2.1.zip", + "size": 10312, + "checksum": "SHA-256:88e04eb17197d2c3fda26fed644cefc917a06d7e788660591d6fdb3c0e77ea3c" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.3.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.3.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.3.0.zip", + "size": 10492, + "checksum": "SHA-256:a692360248fb5b388b2077347603c0238ce5e27dbba1ded84030649e204ee440" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.4.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.4.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.4.0.zip", + "size": 10483, + "checksum": "SHA-256:e1e64c46290f548d5bcb6878a69d25b1f255ec2c1c60c6e607e4affa555ede91" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.5.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.5.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.5.0.zip", + "size": 10704, + "checksum": "SHA-256:79d3291443aa6bdf018908db9fbd5ba79f5c5984392005fa008a5eb3e70bb529" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.6.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.6.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.6.0.zip", + "size": 13444, + "checksum": "SHA-256:f4409ec7d4266bb64e545e635c4af57763c039d12738d8eda7cffa56965230af" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.6.1", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.6.1.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.6.1.zip", + "size": 13497, + "checksum": "SHA-256:120e7b4e35b87c5c057486785f668233c074e75f8de7d713101df6cb4aa6d6f5" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.6.2", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.6.2.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.6.2.zip", + "size": 13497, + "checksum": "SHA-256:a8b8fe6725eb09ac3773dab94cd08004aa8412c3530abafe2515b910026d4ca7" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.7.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.7.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.7.0.zip", + "size": 13614, + "checksum": "SHA-256:5f59afdfc1251e410c9765659473bce54b247b47caee2f6f2952c0ce7ad8b1d8" + }, + { + "name": "InkplateLibrary", + "version": "1.0.0", + "author": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e, Borna Biro \u003cborna.biro@e-radionica.com\u003e, Denis Vajak \u003cdenis.vajak@e-radionica.com\u003e, Zvonimir Haramustek \u003czvonimir.haramustek@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements common functions for Inkplate e-paper displays", + "website": "https://inkplate.io/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-1.0.0.zip", + "archiveFileName": "InkplateLibrary-1.0.0.zip", + "size": 12672601, + "checksum": "SHA-256:669c7e2948f3ccc797bd83d9002d84f032d6329f4b51f5ccebaccef3d9f02c36" + }, + { + "name": "InkplateLibrary", + "version": "1.1.0", + "author": "e-radionica.com\u003cdavid.zovko@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements common functions for Inkplate e-paper displays", + "website": "https://inkplate.io/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-1.1.0.zip", + "archiveFileName": "InkplateLibrary-1.1.0.zip", + "size": 13210411, + "checksum": "SHA-256:9985549b725b2b0f2af8ec000d70d00ef3a6c098523bfb30a588b5f47e04f0a3" + }, + { + "name": "InkplateLibrary", + "version": "2.0.0", + "author": "e-radionica.com\u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements common functions for Inkplate e-paper displays", + "website": "https://inkplate.io/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.0.0.zip", + "archiveFileName": "InkplateLibrary-2.0.0.zip", + "size": 16421892, + "checksum": "SHA-256:26ee2a789c9084cf8f7eaf7cf6831b468132d70cdf2b51de2bddb5047e1b47f7" + }, + { + "name": "InkplateLibrary", + "version": "2.2.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.2.0.zip", + "archiveFileName": "InkplateLibrary-2.2.0.zip", + "size": 17306424, + "checksum": "SHA-256:7f2e791ad318d7443ee26c236e040199eb0a282905cf58e081b8ecd170985836" + }, + { + "name": "InkplateLibrary", + "version": "2.3.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.3.0.zip", + "archiveFileName": "InkplateLibrary-2.3.0.zip", + "size": 17306528, + "checksum": "SHA-256:de3bc9a75132c6b8424001735daf6a9cf9107ec112cca8e1660db3da8058f32b" + }, + { + "name": "InkplateLibrary", + "version": "2.3.2", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.3.2.zip", + "archiveFileName": "InkplateLibrary-2.3.2.zip", + "size": 17306528, + "checksum": "SHA-256:a63110b77e825e4a884d091989c6f74a4830fdf064ca4c099cb79a2364baa33b" + }, + { + "name": "InkplateLibrary", + "version": "2.4.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.4.0.zip", + "archiveFileName": "InkplateLibrary-2.4.0.zip", + "size": 24888433, + "checksum": "SHA-256:f9d51982d9f1985605c7320f62881ba9d571189a1764ab47c9df80bfface3b0a" + }, + { + "name": "InkplateLibrary", + "version": "3.0.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-3.0.0.zip", + "archiveFileName": "InkplateLibrary-3.0.0.zip", + "size": 24888476, + "checksum": "SHA-256:00d896baee18baba55768b6e1f43552ec94519b3130405cbe012710f207c0abf" + }, + { + "name": "InkplateLibrary", + "version": "3.0.1", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-3.0.1.zip", + "archiveFileName": "InkplateLibrary-3.0.1.zip", + "size": 24092669, + "checksum": "SHA-256:1c2cad2ff71f5f7920e1ffb33fd4b3acf5a7d7d66031a09c09ed34c211d7b8ce" + }, + { + "name": "InkplateLibrary", + "version": "4.0.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-4.0.0.zip", + "archiveFileName": "InkplateLibrary-4.0.0.zip", + "size": 24192423, + "checksum": "SHA-256:f1ed4b433f6f8d59d7a8b31f14fbb40e73f903b242f768dabfad23ce3a83b208" + }, + { + "name": "InkplateLibrary", + "version": "4.0.1", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-4.0.1.zip", + "archiveFileName": "InkplateLibrary-4.0.1.zip", + "size": 24192507, + "checksum": "SHA-256:b3265c75e32a449650bec253c27aeb3f87c4b10aab597529a358741ed0a4526a" + }, + { + "name": "InkplateLibrary", + "version": "5.0.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": ["Inkplate.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-5.0.0.zip", + "archiveFileName": "InkplateLibrary-5.0.0.zip", + "size": 30223098, + "checksum": "SHA-256:7701f919cfb55b0948b72f4ec76bd4dce6d47ec296f8e5f5800cb71cd35c76c1" + }, + { + "name": "NHB_AD7794", + "version": "1.0.0", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": ["NHB_AD7794"], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.0.0.zip", + "archiveFileName": "NHB_AD7794-1.0.0.zip", + "size": 22003, + "checksum": "SHA-256:daee644379896051f6e476d51733f11c74551e3e54885b3d15ae7401eb4a2712" + }, + { + "name": "NHB_AD7794", + "version": "1.1.0", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": ["avr", "samd", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": ["NHB_AD7794"], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.1.0.zip", + "archiveFileName": "NHB_AD7794-1.1.0.zip", + "size": 21834, + "checksum": "SHA-256:ce286c790f74c6cc4babaf0cc865d92fcf610d05972a211b89db398ba705601f" + }, + { + "name": "NHB_AD7794", + "version": "1.1.1", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": ["avr", "samd", "esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": ["NHB_AD7794"], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.1.1.zip", + "archiveFileName": "NHB_AD7794-1.1.1.zip", + "size": 21876, + "checksum": "SHA-256:39e8c6882e4e7973e9c0dbd366bd3731cddee7e299707b9e1b5331d5c85838ac" + }, + { + "name": "SparkFun HyperDisplay ILI9341", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "ILI9341 extension for HyperDisplay", + "paragraph": "This library is a mid-level interface between displays that use an ILI9341 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", + "website": "https://github.com/sparkfun/HyperDisplay_ILI9341_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_ILI9341_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9341-1.0.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_ILI9341-1.0.0.zip", + "size": 24847, + "checksum": "SHA-256:51dbab17e105a400c439294e85eeb47ea5613ba9f614a431d1aac14bbc4478af" + }, + { + "name": "SparkFun MicroMod Button", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Communicates with the buttons connected to the MicroMod Input and Display board.", + "website": "https://www.sparkfun.com/products/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MicroMod_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroMod_Button-1.0.0.zip", + "archiveFileName": "SparkFun_MicroMod_Button-1.0.0.zip", + "size": 7948, + "checksum": "SHA-256:037180e85958510e3c5baee41fb8192146dde8bd866b8eebcef27fd9102d7a28" + }, + { + "name": "SparkFun HyperDisplay 4DLCD-320240", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control SparkFun 2.4\" TFT products using HyperDisplay", + "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 2.4\" TFT products from SparkFun. Use all the features of HyperDisplay", + "website": "https://github.com/sparkfun/HyperDisplay_4DLCD-320240_ArduinoLibrary", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/HyperDisplay_4DLCD-320240_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_4DLCD_320240-1.0.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_4DLCD_320240-1.0.0.zip", + "size": 22939, + "checksum": "SHA-256:56705dd760b738eef2d515e5f7b725aadb435917243c10dfd9d34485f7619127" + }, + { + "name": "AceCommon", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level functions and routines useful for other libraries.", + "paragraph": "This library has no external dependencies so that it can be used as a repository of common code useful in other libraries in my collection.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.0.0.zip", + "archiveFileName": "AceCommon-1.0.0.zip", + "size": 179472, + "checksum": "SHA-256:c8a2f24411bda049a65df6df6c292b4f745e00906f70922bea5712891217b72c" + }, + { + "name": "AceCommon", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level functions and routines useful for other libraries.", + "paragraph": "This library has no external dependencies so that it can be used as a repository of common code useful in other libraries in my collection.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.0.zip", + "archiveFileName": "AceCommon-1.1.0.zip", + "size": 464595, + "checksum": "SHA-256:6c34f31d535e73a59bcf50a573a85e15e1eaafe39364c0e955d4764c6a081cf5" + }, + { + "name": "AceCommon", + "version": "1.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.1.zip", + "archiveFileName": "AceCommon-1.1.1.zip", + "size": 510174, + "checksum": "SHA-256:b32722babad8b1ef24c46997bddc8a966bceb1d5d18564b7b51e820bb80b2665" + }, + { + "name": "AceCommon", + "version": "1.1.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString, and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.2.zip", + "archiveFileName": "AceCommon-1.1.2.zip", + "size": 511085, + "checksum": "SHA-256:aad1b291de64557ebcbde80dceb3bdd55f2c88dcc1b20655ed00123e215c852c" + }, + { + "name": "AceCommon", + "version": "1.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString, hashDjb2() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.2.0.zip", + "archiveFileName": "AceCommon-1.2.0.zip", + "size": 542605, + "checksum": "SHA-256:f4704626855ae7ea83f66907935499f1a19f6027c5123a08943d71dac6a6756c" + }, + { + "name": "AceCommon", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.3.0.zip", + "archiveFileName": "AceCommon-1.3.0.zip", + "size": 571046, + "checksum": "SHA-256:2a41fe13794bef8b2c6171dbc9394bb5008261cafa41e7a4e93ca34c74d5fc46" + }, + { + "name": "AceCommon", + "version": "1.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.3.1.zip", + "archiveFileName": "AceCommon-1.3.1.zip", + "size": 571218, + "checksum": "SHA-256:a4cf93f6567ccd4feb971a8ab76370c82fd48d165747021548536e86de550d95" + }, + { + "name": "AceCommon", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.0.zip", + "archiveFileName": "AceCommon-1.4.0.zip", + "size": 606546, + "checksum": "SHA-256:cb49e3fab86b4902de91fe527ff6023e942ade511ea4a7a7e91f926d59358893" + }, + { + "name": "AceCommon", + "version": "1.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.1.zip", + "archiveFileName": "AceCommon-1.4.1.zip", + "size": 607118, + "checksum": "SHA-256:3c561317097be51948d2d5a299f157721c68db2a0510852c59f4356732d47bc6" + }, + { + "name": "AceCommon", + "version": "1.4.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.2.zip", + "archiveFileName": "AceCommon-1.4.2.zip", + "size": 625438, + "checksum": "SHA-256:e3c9db7a06f95095c7053075c0a98769c507c3011912b081e903c037fd5a6d85" + }, + { + "name": "AceCommon", + "version": "1.4.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.3.zip", + "archiveFileName": "AceCommon-1.4.3.zip", + "size": 651790, + "checksum": "SHA-256:7eb1bb8cdc39463854fde412e03d916ed6a96f87b2a55ad8e7346b41da90f19d" + }, + { + "name": "AceCommon", + "version": "1.4.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.4.zip", + "archiveFileName": "AceCommon-1.4.4.zip", + "size": 752455, + "checksum": "SHA-256:18187b1e7fbe79817c5e4f870192d8781c2c20f2eb9835d46db81f43fc484a99" + }, + { + "name": "AceCommon", + "version": "1.4.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.5.zip", + "archiveFileName": "AceCommon-1.4.5.zip", + "size": 767736, + "checksum": "SHA-256:a36ad6778fbaf542d7fac355a0bf0ac81fb805109772217543d6ea5d4941d897" + }, + { + "name": "AceCommon", + "version": "1.4.6", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.6.zip", + "archiveFileName": "AceCommon-1.4.6.zip", + "size": 841550, + "checksum": "SHA-256:f30324837dc7522b846d759b4c204b1bd6644d580b22923bc185e127f283e0d5" + }, + { + "name": "Timezone_Generic", + "version": "1.2.4", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.4.zip", + "archiveFileName": "Timezone_Generic-1.2.4.zip", + "size": 360951, + "checksum": "SHA-256:392c89b44bb12469bc558bea492dc5fd3111dc70227e616fb11f36a9ef9f27d2" + }, + { + "name": "Timezone_Generic", + "version": "1.2.5", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.5.zip", + "archiveFileName": "Timezone_Generic-1.2.5.zip", + "size": 377437, + "checksum": "SHA-256:32ef8dcb9a3fc9eaaca8f96eae28affb8a599d278f043057c74dbb09bcd1aa0f" + }, + { + "name": "Timezone_Generic", + "version": "1.2.6", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.6.zip", + "archiveFileName": "Timezone_Generic-1.2.6.zip", + "size": 384340, + "checksum": "SHA-256:c2da73e33c3b3eeb9d2527a539ce178c137f1e1dcfd481537773129192360639" + }, + { + "name": "Timezone_Generic", + "version": "1.3.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.3.0.zip", + "archiveFileName": "Timezone_Generic-1.3.0.zip", + "size": 424502, + "checksum": "SHA-256:cecbebcb98db8bfe32c9208503dd93e4d2f73b02f991b91ab13fe94b8151c177" + }, + { + "name": "Timezone_Generic", + "version": "1.4.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.4.0.zip", + "archiveFileName": "Timezone_Generic-1.4.0.zip", + "size": 555109, + "checksum": "SHA-256:61a2b61be7e126673fb62ab6aefda7b63e6fda763f851cbf59c0fd02ba77e1c1" + }, + { + "name": "Timezone_Generic", + "version": "1.5.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.5.0.zip", + "archiveFileName": "Timezone_Generic-1.5.0.zip", + "size": 770084, + "checksum": "SHA-256:90902d4d9f4238aed1e625165a1b691df7b346418e98aaf991647ed6222711f2" + }, + { + "name": "Timezone_Generic", + "version": "1.6.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.6.0.zip", + "archiveFileName": "Timezone_Generic-1.6.0.zip", + "size": 823936, + "checksum": "SHA-256:57e980eafc94168e00f6eb45aa5af0a382fcd1340ddeb394ae11c2344ad08b94" + }, + { + "name": "Timezone_Generic", + "version": "1.7.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": ["Timezone_Generic.h"], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.7.0.zip", + "archiveFileName": "Timezone_Generic-1.7.0.zip", + "size": 840584, + "checksum": "SHA-256:bf59f28425d22c82ce5b7793089df1a9e7d52817b2ab3e3d624b4f3388c512fd" + }, + { + "name": "ft817", + "version": "1.0.0", + "author": "Pavel Milanes Costa \u003cpavelmc@gmail.com\u003e, Andy Webster", + "maintainer": "Pavel Milanes Costa \u003cpavelmc@gmail.com\u003e, Andy Webster", + "sentence": "Serial CAT interface to control a Yaesu FT-817 transceiver", + "paragraph": "Inspired in the James Buck (VE3BUX) FT-857D library and crafted to Andy Webster FT-817_Buddy project, but usable by anyone to control a FT-817 radio.", + "website": "https://github.com/stdevPavelmc/ft817", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/stdevPavelmc/ft817.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stdevPavelmc/ft817-1.0.0.zip", + "archiveFileName": "ft817-1.0.0.zip", + "size": 14240, + "checksum": "SHA-256:ecd5a1893f0e48fa906d7e48a6bfc1d6829d260e9eeee0dfc2052fae48947cc7" + }, + { + "name": "DS323x_Generic", + "version": "1.0.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": ["DS323x_Generic.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.0.0.zip", + "archiveFileName": "DS323x_Generic-1.0.0.zip", + "size": 317935, + "checksum": "SHA-256:b35a450fd88d28a797be56d10a1f636d74a01299298dcaca1b8bf941ecfeaae8" + }, + { + "name": "DS323x_Generic", + "version": "1.1.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": ["DS323x_Generic.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.1.0.zip", + "archiveFileName": "DS323x_Generic-1.1.0.zip", + "size": 365304, + "checksum": "SHA-256:b2bbe2163641ecf6971bf40b9c6eed7e05bfdf5eb2c74f6fccb62f308e68e954" + }, + { + "name": "DS323x_Generic", + "version": "1.2.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": ["DS323x_Generic.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.2.0.zip", + "archiveFileName": "DS323x_Generic-1.2.0.zip", + "size": 692739, + "checksum": "SHA-256:d3e83a77c44e30f3ab8c77b352ceef7998d1a4b0f5ec57a527abe2f98a66ad69" + }, + { + "name": "DS323x_Generic", + "version": "1.2.1", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": ["DS323x_Generic.h"], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.2.1.zip", + "archiveFileName": "DS323x_Generic-1.2.1.zip", + "size": 693043, + "checksum": "SHA-256:a11ff9c0e8403e417c65f52257e914f8f50dc8e10800e575c4c1dbb122255361" + }, + { + "name": "AmigaMouseJoyEmu", + "version": "0.1.0", + "author": "andrasbiro", + "maintainer": "andrasbiro", + "sentence": "Library to emulate Amiga Mouse or joystick", + "website": "https://github.com/andrasbiro/AmigaMouseJoyEmu", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/andrasbiro/AmigaMouseJoyEmu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andrasbiro/AmigaMouseJoyEmu-0.1.0.zip", + "archiveFileName": "AmigaMouseJoyEmu-0.1.0.zip", + "size": 7385, + "checksum": "SHA-256:de0022063c46b92bb2be8c607d751097c8d596ca1a646187d0d3d30ca67ccacf" + }, + { + "name": "EnviroDIY_DS3231", + "version": "1.3.4", + "author": "keestux,SODAQ", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for the DS3231 RTC (Real Time Clock).", + "paragraph": "Forked from https://github.com/SodaqMoja/Sodaq_DS3231", + "website": "https://github.com/EnviroDIY/Sodaq_DS3231", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/Sodaq_DS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/EnviroDIY_DS3231-1.3.4.zip", + "archiveFileName": "EnviroDIY_DS3231-1.3.4.zip", + "size": 491006, + "checksum": "SHA-256:4e775c439bf6631d6462b30162016c365aabf64e981f1a279b90b3b1e7a5f7c3" + }, + { + "name": "EnviroDIY_DS3231", + "version": "1.3.5", + "author": "keestux,SODAQ", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for the DS3231 RTC (Real Time Clock).", + "paragraph": "Forked from https://github.com/SodaqMoja/Sodaq_DS3231", + "website": "https://github.com/EnviroDIY/Sodaq_DS3231", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EnviroDIY/Sodaq_DS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/EnviroDIY_DS3231-1.3.5.zip", + "archiveFileName": "EnviroDIY_DS3231-1.3.5.zip", + "size": 494720, + "checksum": "SHA-256:6d179a5893bea56d2250f993146391993ece8d53438b53b6d04589c753ed6a20" + }, + { + "name": "LG_Matrix_Print", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to print text on one or more segments with 8x8 LED-Matrix using MAX", + "paragraph": "The library allows to print any text to the LED-matrix on a very simple way. Long strings can be outputted in ticker mode where text moves from right to left. The maximum string length is 32000. The library uses hardware SPI.", + "website": "https://github.com/GerLech/LG_Matrix_Print", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/LG_Matrix_Print.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/LG_Matrix_Print-1.0.0.zip", + "archiveFileName": "LG_Matrix_Print-1.0.0.zip", + "size": 21175, + "checksum": "SHA-256:5d4bfc2faf80eeb0d01f1e63dde3c0f91c8e0b1b620c535e57a99f3bb63491c1" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": ["TeensyTimerInterrupt.h", "Teensy_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.0.0.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.0.0.zip", + "size": 59814, + "checksum": "SHA-256:a957d1a2d4a2cfb8ee4ef251db5b0bacf957cac3740515e90e4f8d2113f74448" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": ["TeensyTimerInterrupt.h", "Teensy_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.0.1.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.0.1.zip", + "size": 65643, + "checksum": "SHA-256:53c338665a10028c1164ea1887d179237f2b8f2216b3d72e073a459a93fd0277" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": ["TeensyTimerInterrupt.h", "Teensy_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.1.1.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.1.1.zip", + "size": 74006, + "checksum": "SHA-256:ad1ca9cc5b8e758d20d4872d53d46428e6d9f93e22e48dc8fdcf343acf7f2a32" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": ["TeensyTimerInterrupt.h", "Teensy_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.2.0.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.2.0.zip", + "size": 96520, + "checksum": "SHA-256:2228edfecf7b4fedc0890430155c787cc0257a163ef9fcacdb460cf81402e711" + }, + { + "name": "M5-CoreInk", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5CoreInk development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5-CoreInk.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5-CoreInk.git", + "providesIncludes": ["M5CoreInk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_CoreInk-0.0.1.zip", + "archiveFileName": "M5_CoreInk-0.0.1.zip", + "size": 53969, + "checksum": "SHA-256:e8f6bcb518afdc54940a7a7205666388cc2996a90164e2402c6b1c29f0583465" + }, + { + "name": "M5-CoreInk", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5CoreInk development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5-CoreInk.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5-CoreInk.git", + "providesIncludes": ["M5CoreInk.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_CoreInk-0.0.2.zip", + "archiveFileName": "M5_CoreInk-0.0.2.zip", + "size": 55190, + "checksum": "SHA-256:977f5657f5ebfcd2da04204f3de68db777f816fdf8e2de6cb636177bc868f034" + }, + { + "name": "tinyhal", + "version": "0.1.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Tiny platform hardware abstraction layer", + "paragraph": "Tiny HAL library is used by other libraries to implement platform independent code.", + "website": "https://github.com/lexus2k/tinyhal", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyhal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyhal-0.1.0.zip", + "archiveFileName": "tinyhal-0.1.0.zip", + "size": 83373, + "checksum": "SHA-256:fbffb2a718df99d28c9eae6ff8e9e29c6f3dec2cefe25cbd66132bd72dca4721" + }, + { + "name": "tinyhal", + "version": "0.1.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Tiny platform hardware abstraction layer", + "paragraph": "Tiny HAL library is used by other libraries to implement platform independent code.", + "website": "https://github.com/lexus2k/tinyhal", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lexus2k/tinyhal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyhal-0.1.1.zip", + "archiveFileName": "tinyhal-0.1.1.zip", + "size": 83379, + "checksum": "SHA-256:d8d32a6204ca9b355e2a4455f14a7c518b3b40fe9138b42bcb3cd0398bf1efc2" + }, + { + "name": "LinearRegression", + "version": "1.0.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Linear, Regression, Machine, Learn, AI, Statistics, Stats, Math", + "paragraph": "Calculate linear regression and corelation of array in Arduino", + "website": "https://github.com/akkoyun/LinearRegression", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/akkoyun/LinearRegression.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/LinearRegression-1.0.1.zip", + "archiveFileName": "LinearRegression-1.0.1.zip", + "size": 4541, + "checksum": "SHA-256:4394e96a60b12fac2b797a83cf039d0728b5455ebffd35f660099c15a3ebd4b7" + }, + { + "name": "WearLeveling", + "version": "1.0.0", + "author": "Chayan Mistry", + "maintainer": "Chayan \u003cchayanforyou@yahoo.com\u003e", + "sentence": "EEPROMWearLevel reduces EEPROM wear by writting a new value to an other EEPROM location.", + "paragraph": "EEPROMWearLevel bases on the EEPROM library included in the Arduino framework. It reduces EEPROM wear by writting a new value to an other EEPROM location. The current location is stored by writing a single bit for every EEPROM location. When all are used, it starts again on the first location.", + "website": "https://github.com/chayanforyou/WearLeveling", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/chayanforyou/WearLeveling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chayanforyou/WearLeveling-1.0.0.zip", + "archiveFileName": "WearLeveling-1.0.0.zip", + "size": 10350, + "checksum": "SHA-256:ce4fb2be3a8eae529bbf3171076c32221188c62be2158363a68edbeb7fbbc554" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board", + "paragraph": "These NRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["nordicnrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": ["NRF52TimerInterrupt.h", "NRF52_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.0.0.zip", + "size": 240871, + "checksum": "SHA-256:2e41d12e6c0113e2ca15fa5ad1f7a27423ff5789e44dbe1f0b24b0ad915e5f06" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["nordicnrf52", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": ["NRF52TimerInterrupt.h", "NRF52_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.1.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.0.1.zip", + "size": 247134, + "checksum": "SHA-256:c038538496213096fcb682fcc110d9ec1bb34b2018775820fe72afe20659f82b" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["nordicnrf52", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": ["NRF52TimerInterrupt.h", "NRF52_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.2.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.0.2.zip", + "size": 252120, + "checksum": "SHA-256:2e783a67b389d4ae7d993ebfd5afcd1631d877e94d832f2f3f4afb3e1961c477" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["nordicnrf52", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": ["NRF52TimerInterrupt.h", "NRF52_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.1.1.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.1.1.zip", + "size": 261455, + "checksum": "SHA-256:8c3026bbd686ea41fffa230dd4fef5944586a8fcdd4fd98e3d8ebf189eef8ed2" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["nordicnrf52", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": ["NRF52TimerInterrupt.h", "NRF52_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.2.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.2.0.zip", + "size": 269874, + "checksum": "SHA-256:f91cf653de8fde29ae008bcb9f5cbfcc18851928c1b80ab0cee3f98927b172c8" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["nordicnrf52", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": ["NRF52TimerInterrupt.h", "NRF52_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.3.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.3.0.zip", + "size": 271603, + "checksum": "SHA-256:4a0783860099548d56492a2609ee15ec04f5ebdbaa0ad1c27591c2de49bd2974" + }, + { + "name": "SparkFun ADXL313 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/17241\"\u003eSparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)\u003c/a\u003e. Connect to the ADXL313 via Qwiic or SPI and you can stream data easily. Examples include defulat setups, custom settings, low power modes, interrupts and more!", + "website": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADXL313_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ADXL313_Arduino_Library-1.0.0.zip", + "size": 36215, + "checksum": "SHA-256:7a95c068746f0010f745308831f9d7d0cf1abf24c5f848645ef4d9fbc3a4d06f" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAMD-based board", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.0.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.0.0.zip", + "size": 217218, + "checksum": "SHA-256:78a549761fed5d0eb0e7f09ec55085253675d0cf0810c4dd9ef0f48f638ac3ee" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.0.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.0.1.zip", + "size": 223801, + "checksum": "SHA-256:86615cede3e50ae69b400665a5764238d642157c1f0d5e08fc2274e9c449a08a" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.1.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.1.1.zip", + "size": 239943, + "checksum": "SHA-256:7fc92f0ee2f10b6a277730a9bbbac628b09a9124002f0ef47ac0c1485cbbc0cd" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.2.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.2.0.zip", + "size": 258458, + "checksum": "SHA-256:b6c4c80e418de16d16823606b040a7a39e9d4000d38e53ead02bc3128833f11c" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.3.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.3.0.zip", + "size": 280667, + "checksum": "SHA-256:413e26ced6995c7b1381ef88b9921fcc8f77cc7b57fb986552871d3e2eb64c96" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.3.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.3.1.zip", + "size": 284857, + "checksum": "SHA-256:e4722ddf29fc9237fb1bbb8ceb1f8ba33dac9832d2d3c30d240ae0161256ccf0" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": ["SAMDTimerInterrupt.h", "SAMD_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.4.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.4.0.zip", + "size": 308222, + "checksum": "SHA-256:9092db92aeb84059930b0d91a19fa6bab1da85db65ea32849a7ddd46e0d9b10f" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR", + "version": "1.2.3", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g Power(LIS3DHTR).", + "paragraph": "An Arduino Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g (LIS3DHTR) use to get acceleration data.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.3.zip", + "archiveFileName": "Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.3.zip", + "size": 22783, + "checksum": "SHA-256:3cca4cfa509131bb22d300922c24961051943d23ab91fef94ebc0173dbca252f" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/telemetrix", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.0.0.zip", + "size": 21522, + "checksum": "SHA-256:2794c2303d4618a104539ca2dcb0fa1275382988fc6a5fd6867df3a51bb08699" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.0.2.zip", + "archiveFileName": "Telemetrix4Arduino-1.0.2.zip", + "size": 21197, + "checksum": "SHA-256:67b4cced9cf2223065c76237e13c64bc43d6c1fc76497c7be14069b25cf9db41" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.3.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.3.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.3.0.zip", + "size": 21277, + "checksum": "SHA-256:ff746b498ab0afb03c72039b4c97b521289c5e44dc1101156d07a2b8fee6cf29" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.4.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.4.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.4.0.zip", + "size": 21098, + "checksum": "SHA-256:e9c2d5b028a1908b90be3e2146123d5d205effc49de682804df536aca18593f8" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.5.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.5.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.5.0.zip", + "size": 21144, + "checksum": "SHA-256:ef8d4598969636ba5dd9ae81b06d06ff6550eb7258b1cc5430e60159137b5106" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.6.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.6.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.6.0.zip", + "size": 21144, + "checksum": "SHA-256:01ff7faa7c35d909eba10b01eef99a06a7d7799c787bcf1728b1546aab3a0f7a" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.7.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.7.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.7.0.zip", + "size": 21291, + "checksum": "SHA-256:ec2941bd4f98dc7951c535fda4e984ff37afe4e5424b76ed9996ad81009979fe" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.8.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.8.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.8.0.zip", + "size": 21296, + "checksum": "SHA-256:af329356e2739a3d74544c7d0c7586450c15e9bb065cfef4087308dd8b1cd4f8" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.9.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.9.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.9.0.zip", + "size": 21294, + "checksum": "SHA-256:8217692f31b7d6ea71e4a7916309c1a6463a200f001c8a8293dac06e6a17bee0" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.11.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.11.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.11.0.zip", + "size": 21307, + "checksum": "SHA-256:e80cc3f7a9524bd228c4340f0c3a0bb7bf9ba6e31c434e9515942d9fd7d9f4c4" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.12.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.12.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.12.0.zip", + "size": 21324, + "checksum": "SHA-256:e4a79742d3346623a14355ac12f1a03c247190c197f9d969339fc698ba64c1a9" + }, + { + "name": "Telemetrix4Arduino", + "version": "2.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-2.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-2.0.0.zip", + "size": 21175, + "checksum": "SHA-256:6f2c3d2880177bd883dc17a3a54fb44de2bf87074545e47dcb572d5f281ecb6d" + }, + { + "name": "NeoHWSerial", + "version": "1.6.6", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert", + "sentence": "NeoHWSerial for AVR", + "paragraph": "Adaptation of NeoHWSerial by SlashDevin for AVR", + "website": "https://github.com/gicking/NeoHWSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gicking/NeoHWSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/NeoHWSerial-1.6.6.zip", + "archiveFileName": "NeoHWSerial-1.6.6.zip", + "size": 18843, + "checksum": "SHA-256:89b0d81a9641bebf8b30b14a3f2181b40df8e897b7294cdf8bad78378ccbbb9f" + }, + { + "name": "nRF905 Radio Library", + "version": "4.0.0", + "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "sentence": "nRF905 Radio Library for Arduino", + "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zkemble/nRF905-arduino.git", + "providesIncludes": ["nRF905.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.0.zip", + "archiveFileName": "nRF905_Radio_Library-4.0.0.zip", + "size": 626925, + "checksum": "SHA-256:c85297e9734bad6ede58e862ea8c4b43e280043391433cade11b9640f9c64471" + }, + { + "name": "nRF905 Radio Library", + "version": "4.0.1", + "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "sentence": "nRF905 Radio Library for Arduino", + "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zkemble/nRF905-arduino.git", + "providesIncludes": ["nRF905.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.1.zip", + "archiveFileName": "nRF905_Radio_Library-4.0.1.zip", + "size": 627689, + "checksum": "SHA-256:c1d64413d5fe9a6ee3755ad09b9741277df4836fd277ec970045bf80b5fcaa0f" + }, + { + "name": "nRF905 Radio Library", + "version": "4.0.2", + "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "sentence": "nRF905 Radio Library for Arduino", + "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zkemble/nRF905-arduino.git", + "providesIncludes": ["nRF905.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.2.zip", + "archiveFileName": "nRF905_Radio_Library-4.0.2.zip", + "size": 627868, + "checksum": "SHA-256:f35f1e84cc0cc9c05f593c90c1544bc63819d9157f85443762e01ed7a629f38f" + }, + { + "name": "ProtoCentral ADS1292R ECG and Respiration boards library", + "version": "1.0.3", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral ADS1292R Shield/Breakout board", + "paragraph": "Measure ECG and respiration using the ADS1292R-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-ads1292r-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-ads1292r-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.0.3.zip", + "archiveFileName": "ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.0.3.zip", + "size": 97379, + "checksum": "SHA-256:9a6f1913dc22b58cbea17e446faa94c6d5390a322f853bfb51a9f24b6ccecd41" + }, + { + "name": "ProtoCentral ADS1292R ECG and Respiration boards library", + "version": "1.1.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral ADS1292R Shield/Breakout board", + "paragraph": "Measure ECG and respiration using the ADS1292R-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-ads1292r-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-ads1292r-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.1.0.zip", + "archiveFileName": "ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.1.0.zip", + "size": 99930, + "checksum": "SHA-256:a27dcd078cd730a2600aa59d15f1b0b3a7e315d4926aefd924346800c79ed106" + }, + { + "name": "ERM19264_UC1609", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.0.0.zip", + "archiveFileName": "ERM19264_UC1609-1.0.0.zip", + "size": 2199766, + "checksum": "SHA-256:a2bce25c011be2202fa70128169734566097ac73ab221560db1794987d1f03ba" + }, + { + "name": "ERM19264_UC1609", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.1.0.zip", + "archiveFileName": "ERM19264_UC1609-1.1.0.zip", + "size": 2202387, + "checksum": "SHA-256:ec3a470d100ef3b986bd7a626077d0645fdaa8f315f7df4c1305341d391a059c" + }, + { + "name": "ERM19264_UC1609", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.2.0.zip", + "archiveFileName": "ERM19264_UC1609-1.2.0.zip", + "size": 2202686, + "checksum": "SHA-256:933113e645e107e477f8262576f9f1eb444e03617f3d2a46946dc645a8adc171" + }, + { + "name": "ERM19264_UC1609", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 6 fonts. 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.3.0.zip", + "archiveFileName": "ERM19264_UC1609-1.3.0.zip", + "size": 1079199, + "checksum": "SHA-256:ebd93e2208c825b346c0fafc2077f4d892311f3dde39b4bf9866a2149f9695ee" + }, + { + "name": "SchedulerESP8266", + "version": "1.0.0", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.0.0.zip", + "archiveFileName": "SchedulerESP8266-1.0.0.zip", + "size": 5192, + "checksum": "SHA-256:6fc1b7ab2ffa42c5f24e07fa605a39df86d57d7c664f3dc92e5390b8a38c07c3" + }, + { + "name": "SchedulerESP8266", + "version": "1.1.0", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.0.zip", + "archiveFileName": "SchedulerESP8266-1.1.0.zip", + "size": 7021, + "checksum": "SHA-256:3c232f289216e1f7233397357b6f6970835a7bf5b6139c25a20d4bcca0fa9209" + }, + { + "name": "SchedulerESP8266", + "version": "1.1.1", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.1.zip", + "archiveFileName": "SchedulerESP8266-1.1.1.zip", + "size": 7019, + "checksum": "SHA-256:21b2f63304c5c605b55e92fd33631961de0436dcb2684feaaca88ce80b500eb0" + }, + { + "name": "SchedulerESP8266", + "version": "1.1.2", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.2.zip", + "archiveFileName": "SchedulerESP8266-1.1.2.zip", + "size": 7027, + "checksum": "SHA-256:03db9530a0f53bbebe1a8aeb21392d456b92d792199ab92a073d3963dcba6b7d" + }, + { + "name": "Seg16", + "version": "1.0.0", + "author": "Riley Shaw \u003ci@rileyjshaw.com\u003e", + "maintainer": "Riley Shaw \u003ci@rileyjshaw.com\u003e", + "sentence": "A simple Arduino library for driving 16-segment displays with a HT16K33.", + "paragraph": "Provides efficient high-level control of multiple displays and low-level HT16K33 commands. Includes a basic Latin font.", + "website": "https://github.com/rileyjshaw/rileyjshaw/Seg16", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rileyjshaw/Seg16.git", + "providesIncludes": ["Seg16.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rileyjshaw/Seg16-1.0.0.zip", + "archiveFileName": "Seg16-1.0.0.zip", + "size": 17446, + "checksum": "SHA-256:364e14f03d67c4085aa2664a287c54b0759560f672053ffa92cea7440ff7a25e" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": ["STM32TimerInterrupt.h", "STM32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.0.0.zip", + "archiveFileName": "STM32_TimerInterrupt-1.0.0.zip", + "size": 199370, + "checksum": "SHA-256:542f779e2044a67424d780ef2add5fe2b57233fcd84053e020c6d6f826ac1745" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": ["STM32TimerInterrupt.h", "STM32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.0.1.zip", + "archiveFileName": "STM32_TimerInterrupt-1.0.1.zip", + "size": 205122, + "checksum": "SHA-256:2b3ba6616d9ab8418eefe4ad78416344ffb655bf29605b21eb2e78d9d5f816ff" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": ["STM32TimerInterrupt.h", "STM32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.1.1.zip", + "archiveFileName": "STM32_TimerInterrupt-1.1.1.zip", + "size": 214453, + "checksum": "SHA-256:c3cc11d1fd8c0ab634829135d85d5845b2643850e704e1220aaab0ff06caf93a" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": ["STM32TimerInterrupt.h", "STM32_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.2.0.zip", + "archiveFileName": "STM32_TimerInterrupt-1.2.0.zip", + "size": 222460, + "checksum": "SHA-256:edf49ee321b9a5aa6323618701b45bf484eb8f8a52f69286dd9918c8437bf59f" + }, + { + "name": "SevenSegInt", + "version": "1.0.0", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive 7 segment displays using interrupts.", + "paragraph": "It inherits the 'Print' class, so myseg.print(1234) works. It will display alpha characters, as much as it can :).", + "website": "https://github.com/lucyamy/SevenSegInt", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucyamy/SevenSegInt.git", + "providesIncludes": ["SevenSegInt.h"], + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/SevenSegInt-1.0.0.zip", + "archiveFileName": "SevenSegInt-1.0.0.zip", + "size": 16064, + "checksum": "SHA-256:5507cad769abbe23f7befb704050520478c247b08e8807a95f46b43ea62bb6ef" + }, + { + "name": "KonnektingFlashStorage", + "version": "1.0.0", + "author": "Various", + "maintainer": "KONNEKTING \u003cinfo@konnekting.de\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. NOTE: This is a fork of cmaglie's \"FlashStorage\" with some extra modifications to fit KONNEKTING needs.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://gitlab.com/konnekting/KonnektingFlashStorage", + "category": "Data Storage", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://gitlab.com/konnekting/KonnektingFlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KonnektingFlashStorage-1.0.0.zip", + "archiveFileName": "KonnektingFlashStorage-1.0.0.zip", + "size": 13624, + "checksum": "SHA-256:fc8700cc89e4739d24846fd5a0709892d26f336971d7c8745588053f888f13cb" + }, + { + "name": "KonnektingFlashStorage", + "version": "1.0.1", + "author": "Various", + "maintainer": "KONNEKTING \u003cinfo@konnekting.de\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. NOTE: This is a fork of cmaglie's \"FlashStorage\" with some extra modifications to fit KONNEKTING needs.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://gitlab.com/konnekting/KonnektingFlashStorage", + "category": "Data Storage", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://gitlab.com/konnekting/KonnektingFlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KonnektingFlashStorage-1.0.1.zip", + "archiveFileName": "KonnektingFlashStorage-1.0.1.zip", + "size": 26581, + "checksum": "SHA-256:c9fdd207ba860541a0cf4db0d7e3e0c51032d60b7e4c194e122496fa109d2bd2" + }, + { + "name": "Design Informatics Base", + "version": "0.1.0", + "author": "Dave Murray-Rust", + "maintainer": "Someone", + "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", + "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", + "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "providesIncludes": ["DI.h"], + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Bounce2" + }, + { + "name": "DHT sensor library" + }, + { + "name": "MFRC522" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "CapacitiveSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-0.1.0.zip", + "archiveFileName": "Design_Informatics_Base-0.1.0.zip", + "size": 13158, + "checksum": "SHA-256:fde7db20d674494177315ee50f4faf2044991e90de42887a3136f13fd6897248" + }, + { + "name": "ProtoCentral ADS1262 32-bit precision ADC Library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "ADS1262 32-bit ADC library for Arduino", + "paragraph": "Library for operation of the ADS1262 32-bit high-precision ADC breakout board from ProtoCentral", + "website": "https://github.com/Protocentral/ProtoCentral_ads1262", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/ProtoCentral_ads1262.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1262_32_bit_precision_ADC_Library-1.0.0.zip", + "archiveFileName": "ProtoCentral_ADS1262_32_bit_precision_ADC_Library-1.0.0.zip", + "size": 2581013, + "checksum": "SHA-256:3cea23921c4207d94e2f20b711d5d841df4389331aab01e6f9a0561d825cc4d3" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.2", + "author": "Antonio Vanegas @hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.2.zip", + "size": 26780, + "checksum": "SHA-256:27ad5611cb9f5dba901baa5dd34685719c221c2ec1b15642ef4fe035383df262" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.3.zip", + "size": 26809, + "checksum": "SHA-256:b0d8dd2bf4db73305d64d284af7d77704e99bf8b2e87a4e8a938fadfcc9f0563" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.4", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.4.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.4.zip", + "size": 28758, + "checksum": "SHA-256:113c421a137e2a64eab03abac09ab14aee3770d11da93218750528543fd20d56" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.5", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.5.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.5.zip", + "size": 34726, + "checksum": "SHA-256:73330499e61ba0bc9909d84089dc4a3fa8d6c6bfeee7b272ca63f22cb654c81f" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.8", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.8.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.8.zip", + "size": 39797, + "checksum": "SHA-256:275326f2e66c0cde77cc70917aa4c8dec9e2cca49a7d767e473be7ae6b344b1d" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.0", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.0.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.0.zip", + "size": 40024, + "checksum": "SHA-256:8e2bd452f4948d412ac7312f7d1c4804d4a930235e94085051a6bc2b2c688346" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.1", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.1.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.1.zip", + "size": 40927, + "checksum": "SHA-256:371e1599189e275fbb6f681218fbf4d0936f4a626e98c45f2e279506dc695f78" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.2", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.2.zip", + "size": 42255, + "checksum": "SHA-256:66609223d07b24adb9aebf553281eba18645fc81024b9e184dcac141f58810ec" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Air quality sensors manager: Honeywell, Plantower, Panasonic, Sensirion, SDS011, SCD30, etc, also it handling other kind sensors like AM2320, bme280, aht10, sht31, DHT and CO2 sensors like MHZ19, CM1106, SCD30 and others. Autodetection via UART and i2c. ESP32/8266/Avr compatible. Other than examples, you can review a full implementation on CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.3.zip", + "size": 42610, + "checksum": "SHA-256:d639485c4bde5c505af3c0f4134da9cd7a4237fc5539998837e6e2e5a5c8274a" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.5", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Air quality sensors manager: Honeywell, Plantower, Panasonic, Sensirion, SDS011, SCD30, etc, also it handling other kind sensors like AM2320, bme280, aht10, sht31, DHT and CO2 sensors like MHZ19, CM1106, SCD30 and others. Autodetection via UART and i2c. ESP32/8266/Avr compatible. Other than examples, you can review a full implementation on CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.5.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.5.zip", + "size": 43415, + "checksum": "SHA-256:c8bd4fe8a86820d22c322cbefa30cc7acf72fcb9d300040c415ede071a66b4ce" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.7", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Air quality sensors manager: Honeywell, Plantower, Panasonic, Sensirion, SDS011, SCD30, etc, also it handling other kind sensors like AM2320, bme280, aht10, sht31, DHT and CO2 sensors like MHZ19, CM1106, SCD30 and others. Autodetection via UART and i2c. ESP32/8266/Avr compatible. Other than examples, you can review a full implementation on CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.7.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.7.zip", + "size": 42733, + "checksum": "SHA-256:81745706a09b511979ff7a6948ac98582bc99e766377bc02f6149ce04da89d7e" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.0", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.0.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.0.zip", + "size": 8887, + "checksum": "SHA-256:cb967345bad4dcda2a437df4278db6fd1951696e921d60c9502b9977eded39ff" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.1", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.1.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.1.zip", + "size": 10621, + "checksum": "SHA-256:843ad99feaa8120c6ef4269b89e55ffa3ade320eb3dfcf8d78e47f536bc4ce2e" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.2", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.2.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.2.zip", + "size": 11007, + "checksum": "SHA-256:1b429d99f5221c1cb8d176a95191605bf2316407dc9261d520166f82c053d49a" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.3", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.3.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.3.zip", + "size": 11035, + "checksum": "SHA-256:06b370f3ebc6b4f63c62b6707b1f31cd2cc14d34e495f2e632630121933390b0" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.4", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.4.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.4.zip", + "size": 10763, + "checksum": "SHA-256:495a3694ae8db5ac9e3f58425ba6600e4b71b498d6a700d693c66015d58f12db" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.5", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.5.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.5.zip", + "size": 10794, + "checksum": "SHA-256:7764186e9fd0434aae337fe3b21603d7ae87a72cb97d2847b3791800a99ba771" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.6", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.6.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.6.zip", + "size": 11902, + "checksum": "SHA-256:be9242f467a2630598b2ae2374e6038a2dc049a7224cd741516acc59f3a8fc52" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.7", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.7.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.7.zip", + "size": 11885, + "checksum": "SHA-256:08d68f4761b7314455431c8fe336e966df1210a9d0e4634bbdafc288afbbdaec" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.8", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.8.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.8.zip", + "size": 11982, + "checksum": "SHA-256:23bbb523f826afa65bdd23c54dc6824e199419d2bfab7d3827ce43a38544b175" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.9", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.9.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.9.zip", + "size": 11998, + "checksum": "SHA-256:55c636315382fc1e60f9dfff27dd9364e286d3bd795e4fe72484a7656169ea79" + }, + { + "name": "BitkitRobit", + "version": "1.0.0", + "author": "Igor Dementiev \u003cigor605ds@gmail.com\u003e", + "maintainer": "Mikronika \u003csales@mikronika.net\u003e", + "sentence": "Arduino library for Bitkit Robit.", + "paragraph": "It allows you to control the servos on the Robit manipulator using a Bitkit Shield.", + "website": "https://github.com/mikronika/BitkitRobit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mikronika/BitkitRobit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikronika/BitkitRobit-1.0.0.zip", + "archiveFileName": "BitkitRobit-1.0.0.zip", + "size": 23934, + "checksum": "SHA-256:998e2b2dace2607053fd828001f134d3d207c2911426c83e49a97bdeed11614c" + }, + { + "name": "BitkitRobit", + "version": "1.0.1", + "author": "Igor Dementiev \u003cigor605ds@gmail.com\u003e", + "maintainer": "Mikronika \u003csales@mikronika.net\u003e", + "sentence": "Arduino library for Bitkit Robit.", + "paragraph": "It allows you to control the servos on the Robit manipulator using a Bitkit Shield.", + "website": "https://github.com/mikronika/BitkitRobit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mikronika/BitkitRobit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikronika/BitkitRobit-1.0.1.zip", + "archiveFileName": "BitkitRobit-1.0.1.zip", + "size": 23938, + "checksum": "SHA-256:673363678a1faa3af7eb8db2e3fdd24a71a72ea8b7a91c133e30770286a92ba9" + }, + { + "name": "PololuBuzzer", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "PololuBuzzer library for Arduino", + "paragraph": "This is a C++ library for the Arduino IDE that allows you to play notes and songs with the buzzer on Pololu boards.", + "website": "https://github.com/pololu/pololu-buzzer-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-buzzer-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuBuzzer-1.1.0.zip", + "archiveFileName": "PololuBuzzer-1.1.0.zip", + "size": 17011, + "checksum": "SHA-256:5cda0c4af5bb16cf7bc1723bfaa8a93ca7eebc61315b4400c960d37943859082" + }, + { + "name": "PololuBuzzer", + "version": "1.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "PololuBuzzer library for Arduino", + "paragraph": "This is a C++ library for the Arduino IDE that allows you to play notes and songs with the buzzer on Pololu boards.", + "website": "https://github.com/pololu/pololu-buzzer-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-buzzer-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuBuzzer-1.2.0.zip", + "archiveFileName": "PololuBuzzer-1.2.0.zip", + "size": 18398, + "checksum": "SHA-256:ca6977364e5288e3dfe596c07cf8ace3f89acffa3b0c0b09c35a10e2b970c563" + }, + { + "name": "Rivers Engineering", + "version": "2.0.1", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "DFRobot_LCD" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.0.1.zip", + "archiveFileName": "Rivers_Engineering-2.0.1.zip", + "size": 42797, + "checksum": "SHA-256:7e038c522dd3f990790d02c1d0737807048e8c44702f3d28d9ccae0a24ed4eda" + }, + { + "name": "Rivers Engineering", + "version": "2.1.0", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.1.0.zip", + "archiveFileName": "Rivers_Engineering-2.1.0.zip", + "size": 49264, + "checksum": "SHA-256:fd29058eeac2aa0e0059c819c812d057e0903ce751bd6b4891ab8d6e7db1455b" + }, + { + "name": "Rivers Engineering", + "version": "2.1.2", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.1.2.zip", + "archiveFileName": "Rivers_Engineering-2.1.2.zip", + "size": 59617, + "checksum": "SHA-256:b24b1aeda1fd14e234fdad6fd5586b1cdde783ec96a0d2958dcbd46166a69be1" + }, + { + "name": "Rivers Engineering", + "version": "2.2.0", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.2.0.zip", + "archiveFileName": "Rivers_Engineering-2.2.0.zip", + "size": 53275, + "checksum": "SHA-256:efdb909a0ff9b8e1c63d4738190717dff400393bf328a45ac9ffb9cc2db54a3e" + }, + { + "name": "Rivers Engineering", + "version": "2.3.1", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "TFLI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.3.1.zip", + "archiveFileName": "Rivers_Engineering-2.3.1.zip", + "size": 53981, + "checksum": "SHA-256:dc31ae5b7138c9e51e0a08d611474f51fb4bb606139e5de1131d5f42a46f82ee" + }, + { + "name": "Troyka-IMU", + "version": "2.0.0", + "author": "Igor Dementiev \u003cigor@amperka.ru\u003e", + "maintainer": "Amperka \u003cdev@amperka.com\u003e", + "sentence": "Arduino library for Amperka IMU-sensor.", + "paragraph": "Allows you to read the accelerometer, magnetometer, gyroscope and barometer values from the Amperka IMU 10-DOF Sensor.", + "website": "https://github.com/amperka/Troyka-IMU", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/amperka/Troyka-IMU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/Troyka_IMU-2.0.0.zip", + "archiveFileName": "Troyka_IMU-2.0.0.zip", + "size": 46217, + "checksum": "SHA-256:427e9dc11a5044ab43ec9a453269a9c95b60a874f7404e71cafaf8b511ce0d4a" + }, + { + "name": "SparkFun Garmin LIDAR-Lite v4 Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003cTechSupport@SparkFun.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "Talk to GARMIN's new high-performance optical distance sensor over I2C. New and improved change I2C address functionality and full set of examples. Use this library with the \u003ca href=\"https://www.sparkfun.com/products/15776\u003eLIDAR Lite v4\u003c/a\u003e or SparkFun's easy-to-use \u003ca href=\"https://www.sparkfun.com/products/15777\u003eQwiic\u003c/a\u003e version.", + "website": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.1.4.zip", + "size": 16103, + "checksum": "SHA-256:b1af3498b3f9e0970f0055c27b45db6403a3d4bd01bc8f3f24dc80a1bf8189b5" + }, + { + "name": "SparkFun Garmin LIDAR-Lite v4 Arduino Library", + "version": "1.2.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003cTechSupport@SparkFun.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "Talk to GARMIN's new high-performance optical distance sensor over I2C. New and improved change I2C address functionality and full set of examples. Use this library with the \u003ca href=\"https://www.sparkfun.com/products/15776\u003eLIDAR Lite v4\u003c/a\u003e or SparkFun's easy-to-use \u003ca href=\"https://www.sparkfun.com/products/15777\u003eQwiic\u003c/a\u003e version.", + "website": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.2.4.zip", + "archiveFileName": "SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.2.4.zip", + "size": 17129, + "checksum": "SHA-256:94f35e40f3677bf3acfd10b1868376815a89de890613338b2cdc677bca847f53" + }, + { + "name": "LapX9C10X", + "version": "1.0.0", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", + "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", + "website": "https://github.com/lucyamy/LapX9C10X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucyamy/LapX9C10X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.0.zip", + "archiveFileName": "LapX9C10X-1.0.0.zip", + "size": 11676, + "checksum": "SHA-256:1d74c8898150017fb09f649965e1859e4f60ad7e7ed43ed96836e7cac5f06d59" + }, + { + "name": "LapX9C10X", + "version": "1.0.1", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", + "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", + "website": "https://github.com/lucyamy/LapX9C10X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucyamy/LapX9C10X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.1.zip", + "archiveFileName": "LapX9C10X-1.0.1.zip", + "size": 11682, + "checksum": "SHA-256:25f7b873bc424a37defc2cabcc1c32a7f90c1c7c21f55f4536f6a857993a497f" + }, + { + "name": "LapX9C10X", + "version": "1.0.2", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", + "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", + "website": "https://github.com/lucyamy/LapX9C10X", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucyamy/LapX9C10X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.2.zip", + "archiveFileName": "LapX9C10X-1.0.2.zip", + "size": 11627, + "checksum": "SHA-256:2bc95c467e2875af4a469e3f81f84e2dc6d8e97d384e19a51654f7a4d9def012" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": ["EthernetWebServer_SSL_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.0.zip", + "size": 1215162, + "checksum": "SHA-256:39cc4ba1b4d5683ce088e8e27974181338e0447767770c1e31f455324a334f10" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": ["EthernetWebServer_SSL_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.1.zip", + "size": 1217826, + "checksum": "SHA-256:5c2e378e697f90167602105d2b0be631cedabc773fbb052ab50f23ca52ae76f8" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": ["EthernetWebServer_SSL_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.2.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.2.zip", + "size": 1204369, + "checksum": "SHA-256:2114a2cafff49f3f6cf271b5ecb5d470944a5d16eec2ab5eca27283695ab7c12" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": ["EthernetWebServer_SSL_STM32.h", "EthernetHttpClient_SSL_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.2.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.2.0.zip", + "size": 1291533, + "checksum": "SHA-256:ae51c51ab85753eada6a9a5e92e8c58973d1d87b0d914ee27280e1096b51e225" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": ["EthernetWebServer_SSL_STM32.h", "EthernetHttpClient_SSL_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.2.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.2.1.zip", + "size": 1295234, + "checksum": "SHA-256:a882b01135ca4bc59a3fa6e127e4e06f162b80441af1adb2a81c065af8e6869a" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": ["EthernetWebServer_SSL_STM32.h", "EthernetHttpClient_SSL_STM32.h"], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.3.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.3.0.zip", + "size": 1971135, + "checksum": "SHA-256:216809cb82ed16ecd553f8bac2633fb5efda3c45ef80e8162d5d0f37774890e4" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.1.0.zip", + "size": 1325782, + "checksum": "SHA-256:a213fc9d7074536a838e156a4262874430cc6496d9f9b22d60a433536cbcd264" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.1.1.zip", + "size": 1332972, + "checksum": "SHA-256:1633d4461fd578c2b5ce9c864cafb9fdb1c2382b958ebf9dd77d79685b896346" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.2.zip", + "archiveFileName": "EthernetWebServer_SSL-1.1.2.zip", + "size": 1335096, + "checksum": "SHA-256:fc03b03a123a789d27e81b50c6a7084c9ec4f5741251f778a4707802bf0d64d8" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h", "EthernetHttpClient_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.2.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.2.0.zip", + "size": 1436096, + "checksum": "SHA-256:d5f3e2abb17c585f416a3f2a7cbdd5a64f9382a56f89e46f0e1906b8c8592971" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h", "EthernetHttpClient_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.3.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.3.0.zip", + "size": 1523174, + "checksum": "SHA-256:5b3f012a3075271c6d218a74b96f68a7f25b0a2e8119994ebbe880254f3c5522" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h", "EthernetHttpClient_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.3.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.3.1.zip", + "size": 1564530, + "checksum": "SHA-256:60c806fc7d2ce9f9d8fde25717f5fdcccd70280f233c6e4ab9ced25cab3d1e29" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h", "EthernetHttpClient_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.4.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.4.0.zip", + "size": 1644764, + "checksum": "SHA-256:c5b5c01eeadd1c455e3462dc8689e1cc3dd086413098f5eeef44c8007df3dacd" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": ["EthernetWebServer_SSL.h", "EthernetHttpClient_SSL.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.5.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.5.0.zip", + "size": 1679658, + "checksum": "SHA-256:a46e3b7f8cb45dbd39acdaba47be15bad59f5458664b62abc80e31c4ccbf248d" + }, + { + "name": "SimpleBox", + "version": "0.1.0", + "author": "CIMA", + "maintainer": "Antonio Perez \u003c00antonio.perez00@gmail.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", + "website": "https://github.com/cima-qro/simple-box", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cima-qro/simple-box.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cima-qro/SimpleBox-0.1.0.zip", + "archiveFileName": "SimpleBox-0.1.0.zip", + "size": 47079, + "checksum": "SHA-256:ebdebbd0777b42ce2af10396173dd0604f609ceb18098bcf6a09ebfa135fb6a9" + }, + { + "name": "SimpleBox", + "version": "0.2.0", + "author": "CIMA", + "maintainer": "Antonio Perez \u003c00antonio.perez00@gmail.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", + "website": "https://github.com/cima-qro/simple-box", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cima-qro/simple-box.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cima-qro/SimpleBox-0.2.0.zip", + "archiveFileName": "SimpleBox-0.2.0.zip", + "size": 50381, + "checksum": "SHA-256:0b46c18733c020e6ec21259de9a7ce50ab3845d2901c6ba3a61c806a862da8b8" + }, + { + "name": "SimpleBox", + "version": "0.2.1", + "author": "CIMA", + "maintainer": "Jorge León \u003cleon.jorge@tec.mx\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", + "website": "https://github.com/cima-qro/simple-box", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/cima-qro/simple-box.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cima-qro/SimpleBox-0.2.1.zip", + "archiveFileName": "SimpleBox-0.2.1.zip", + "size": 50381, + "checksum": "SHA-256:c1d2e0ee2295977711fc72d0e250f01ae6133fed62da2aef49e8f12e7e096aed" + }, + { + "name": "Mbed BLE HID", + "version": "1.0.1", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": ["Mbed_BLE_HID.h", "Nano33BleHID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.0.1.zip", + "archiveFileName": "Mbed_BLE_HID-1.0.1.zip", + "size": 20541, + "checksum": "SHA-256:a6025eeb7ca6d02ea5830025e67f244a2a63df488d175af67d3ddb1b95d12305" + }, + { + "name": "Mbed BLE HID", + "version": "1.1.0", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": ["Mbed_BLE_HID.h", "Nano33BleHID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.1.0.zip", + "archiveFileName": "Mbed_BLE_HID-1.1.0.zip", + "size": 42439, + "checksum": "SHA-256:572050acb5a9d958ffe54a62918fc4511c83f62aba550691da7129fdc108a570" + }, + { + "name": "Mbed BLE HID", + "version": "1.2.0", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": ["Mbed_BLE_HID.h", "Nano33BleHID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.2.0.zip", + "archiveFileName": "Mbed_BLE_HID-1.2.0.zip", + "size": 42294, + "checksum": "SHA-256:79a7c525744f28ff02c49d66fe03df415c931ac20eff1a0767c41255b2723350" + }, + { + "name": "SMA SunnyBoy Reader", + "version": "0.1.0", + "author": "pkoerber", + "maintainer": "pkoerber", + "sentence": "Library for reading data from an SMA SunnyBoy Inverter", + "website": "https://github.com/pkoerber/SMA-SunnyBoy-Reader", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/pkoerber/SMA-SunnyBoy-Reader.git", + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "StreamUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkoerber/SMA_SunnyBoy_Reader-0.1.0.zip", + "archiveFileName": "SMA_SunnyBoy_Reader-0.1.0.zip", + "size": 21775, + "checksum": "SHA-256:857229a07ee24bca40a10990aa6bffff85f6f03050b7da389f3515103025fb62" + }, + { + "name": "ESP32Servo360", + "version": "0.1.0", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.1.0.zip", + "archiveFileName": "ESP32Servo360-0.1.0.zip", + "size": 2177069, + "checksum": "SHA-256:5370a54ce381d210f072a6b0fb4dcd0652dc9a2bcaa305e0448f989bddf8457a" + }, + { + "name": "ESP32Servo360", + "version": "0.2.0", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.0.zip", + "archiveFileName": "ESP32Servo360-0.2.0.zip", + "size": 2178634, + "checksum": "SHA-256:7a0c94b5f1969f840048214f77cc1c0209257277a180ce4600800ba6648ec5ed" + }, + { + "name": "ESP32Servo360", + "version": "0.2.1", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.1.zip", + "archiveFileName": "ESP32Servo360-0.2.1.zip", + "size": 2178819, + "checksum": "SHA-256:dd24d5194d39920c14c1b98f0cb7d18da2b71ad94eb4d3c7ace538977e9a0ef0" + }, + { + "name": "ESP32Servo360", + "version": "0.2.2", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.2.zip", + "archiveFileName": "ESP32Servo360-0.2.2.zip", + "size": 2178826, + "checksum": "SHA-256:4c4315059796265333d1ff6449f27b74abc8942a42a99f1942761b02f5d5ecaf" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.0.zip", + "size": 316009, + "checksum": "SHA-256:91fb1d116ad9831cd83c3a73949d91cb0dc98aa75fc73604a0c78f0c13442022" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.1.zip", + "size": 472456, + "checksum": "SHA-256:1d1d44b05d3e1170f340d4d02422e0a6c277ca84856950ddfffa0653dec2cd19" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.2.zip", + "size": 471805, + "checksum": "SHA-256:bc60de592acf24ab14f6a0cf6acaa37fa06c641eec2c533d8bfd1180554e2e68" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.3.zip", + "size": 476816, + "checksum": "SHA-256:86ba5048c85606d6a72f650daddc177a5c644a255e57c58ed9915e7dc9573d50" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.4.zip", + "size": 477957, + "checksum": "SHA-256:a4e5e716aa6f5f615752440d1dfcc9052bbfcbda0aa6d9e96bda1ea9f0350d94" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.5.zip", + "size": 484176, + "checksum": "SHA-256:fc8a5d82248dbd64d57c726bcb97f1ac64374ba47e0d9267888ae2850b81832a" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.6.zip", + "size": 487404, + "checksum": "SHA-256:456f7041625f3cab94e5c0a029da062c1d48892f7bfd6f4c6ced404e4ce7a652" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.7.zip", + "size": 332318, + "checksum": "SHA-256:90761a2c2e28560d447d091ff625bc2d5fd606c0587b011d9a8d2316a5acbc6f" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.8.zip", + "size": 336247, + "checksum": "SHA-256:3fec4fb6c43784dabd2b0372a0da608c0a33799501eabcda95983c6154eebe5c" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.9.zip", + "size": 337688, + "checksum": "SHA-256:787223790978f563507bf4b742e4446d8b82845922b7961fd7491f55d99e8085" + }, + { + "name": "SparkFun Qwiic IR Thermometer MLX90614 Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", + "paragraph": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", + "website": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.3.zip", + "size": 1205705, + "checksum": "SHA-256:04847e72909e0c2b484fffab0e3c110c68569846f5825c118eaf4ee8f3d81a5c" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.1", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": ["Adafruit_NeoPixel.h", "Adafruit_TCS34725.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.1.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.1.zip", + "size": 28873, + "checksum": "SHA-256:f53c5febae7127eb032c131fb51d4ece083558692eb00a3552a0ef74411980c9" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.4", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": ["Adafruit_NeoPixel.h", "Adafruit_TCS34725.h", "ledstrip.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.4.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.4.zip", + "size": 19905, + "checksum": "SHA-256:b4c110bd96b902b17c03f675e2e182b9af2aa95f4d2d2ae724a248c99da9ba23" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.5", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": ["Adafruit_NeoPixel.h", "Adafruit_TCS34725.h", "ledstrip.h", "Leaphy_Extra.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.5.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.5.zip", + "size": 20702, + "checksum": "SHA-256:6c14795f8749411839f8d85243a6620c019016ea048de89a5a833067f634a832" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.6", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": ["Adafruit_NeoPixel.h", "Adafruit_TCS34725.h", "ledstrip.h", "Leaphy_Extra.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.6.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.6.zip", + "size": 20708, + "checksum": "SHA-256:18fc3653097dac90a9c118b42b67364ef6740f3b4ebd63f9f9e439c1a6ed65b8" + }, + { + "name": "AzureIoTSocket_WiFi", + "version": "1.0.0", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT network adapter layer for use with Wi-Fi such as ESP32", + "paragraph": "Microsoft Wi-Fi adaptation layer for connection to an IoT hub. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-socket-wifi", + "category": "Communication", + "architectures": ["samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Azure/azure-iot-arduino-socket-esp32-wifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTSocket_WiFi-1.0.0.zip", + "archiveFileName": "AzureIoTSocket_WiFi-1.0.0.zip", + "size": 10154, + "checksum": "SHA-256:04f0cbef25ca64582a431bcbd7bc36bf328c6a1de374337e79d09bba871c7357" + }, + { + "name": "AzureIoTSocket_WiFi", + "version": "1.0.1", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT network adapter layer for use with Wi-Fi such as ESP32", + "paragraph": "Microsoft Wi-Fi adaptation layer for connection to an IoT hub. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-socket-wifi", + "category": "Communication", + "architectures": ["samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Azure/azure-iot-arduino-socket-esp32-wifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTSocket_WiFi-1.0.1.zip", + "archiveFileName": "AzureIoTSocket_WiFi-1.0.1.zip", + "size": 10153, + "checksum": "SHA-256:4eea97c915eb6543f2c0198fd01e6bc8e8da5f8f1e27d6ee4bfed4e16e56f3c4" + }, + { + "name": "AzureIoTSocket_WiFi", + "version": "1.0.2", + "author": "Microsoft", + "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", + "sentence": "Azure IoT network adapter layer for use with Wi-Fi such as ESP32", + "paragraph": "Microsoft Wi-Fi adaptation layer for connection to an IoT hub. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-iot-arduino-socket-esp32-wifi", + "category": "Communication", + "architectures": ["samd", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Azure/azure-iot-arduino-socket-esp32-wifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTSocket_WiFi-1.0.2.zip", + "archiveFileName": "AzureIoTSocket_WiFi-1.0.2.zip", + "size": 9469, + "checksum": "SHA-256:08f2c6b20950ae12f3f64d418d22df06ea4a65bf630751eb6e6fc5e1660f97bc" + }, + { + "name": "rrdtool", + "version": "1.0.0", + "author": "Larry Bernstone", + "maintainer": "Larry Bernstone", + "sentence": "Round Robin Database Tool", + "paragraph": "This is an implementation of rrdtool for ESP32. This provides a standardized format for round robin databases. rrdtool is well supported, and can be easily exported for data display using javascript.", + "website": "https://github.com/lbernstone/rrdtool_ESP32", + "category": "Data Storage", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lbernstone/rrdtool_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/rrdtool-1.0.0.zip", + "archiveFileName": "rrdtool-1.0.0.zip", + "size": 149654, + "checksum": "SHA-256:5cf4ab401ffc0847f255b58c2d0b0d823dc0ab7cfac94c65206c3ee5b2373757" + }, + { + "name": "Melopero APDS9960", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.0.0.zip", + "archiveFileName": "Melopero_APDS9960-1.0.0.zip", + "size": 134902, + "checksum": "SHA-256:0438745213273cb7e6b024142e5088ac42586e105f6169c86fd4ba1c8f45a97c" + }, + { + "name": "Melopero APDS9960", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.1.0.zip", + "archiveFileName": "Melopero_APDS9960-1.1.0.zip", + "size": 141430, + "checksum": "SHA-256:024cc435e8538e08fa0d790de2a6f9fccfe6f8b8527caa72df2d5af3788d522d" + }, + { + "name": "Melopero APDS9960", + "version": "1.1.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.1.1.zip", + "archiveFileName": "Melopero_APDS9960-1.1.1.zip", + "size": 141422, + "checksum": "SHA-256:336718b5c5895acd020a1e5f4176101ae911e52271b5ecb1a1d58572c0fabbd3" + }, + { + "name": "Adafruit TMP117", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", + "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TMP117", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.0.zip", + "archiveFileName": "Adafruit_TMP117-1.0.0.zip", + "size": 17813, + "checksum": "SHA-256:2a65202e571e81a99dcf5b84ea9609212063d9282a336cdaa1371e1a6df9d6d1" + }, + { + "name": "Adafruit TMP117", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", + "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TMP117", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.1.zip", + "archiveFileName": "Adafruit_TMP117-1.0.1.zip", + "size": 17810, + "checksum": "SHA-256:17cfafcdc616cfc6341bff405e6ad93bb2185c588c62e1adaef24cfa8c2d5947" + }, + { + "name": "Nextion Serial String", + "version": "1.0.0", + "author": "Darren Osborne \u003cdarren.jc.osborne@gmail.com\u003e", + "maintainer": "Darren Osborne \u003cdarren.jc.osborne@gmail.com\u003e", + "sentence": "ESP32/Arduino library for Nextion displays", + "paragraph": "A simple Nextion HMI library which computes string commands. The library is both a simple and powerful tool, easily modified to meet one’s needs. Designed and tested on the esp32 - however it is assumed to be compatible with other MCUs.", + "website": "https://github.com/darrenjcosborne/NextionSerialString", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/darrenjcosborne/NextionSerialString.git", + "providesIncludes": ["NextionConfig.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/darrenjcosborne/Nextion_Serial_String-1.0.0.zip", + "archiveFileName": "Nextion_Serial_String-1.0.0.zip", + "size": 175030, + "checksum": "SHA-256:d799caac8562efddcddbe0dc2b47deb8596551dc02d539baec0e6b009808b85b" + }, + { + "name": "TonePitch", + "version": "1.0.1", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "Real accurate list of music notes with tone variants for Arduino.", + "paragraph": "this library is very important for those who prefer to have the buzzer tuned correctly for their musical project, it is fully compatible with other third party libraries.", + "website": "https://github.com/RodrigoDornelles/arduino-tone-pitch", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rodrigodornelles/arduino-tone-pitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/TonePitch-1.0.1.zip", + "archiveFileName": "TonePitch-1.0.1.zip", + "size": 19058, + "checksum": "SHA-256:a8d478a07f708f7375969ecae5bd53cf28df11007de65d1434c8bb7642fee712" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.1.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.1.0.zip", + "size": 603001, + "checksum": "SHA-256:e61ac272aab0e1a95ae3a794b1b65a3a24f2c3719aae58e7bf4f01f08ef6a5ba" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.2.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.2.0.zip", + "size": 640419, + "checksum": "SHA-256:bf53cccc57d99d582f5e20fae895f4c21b8c80f1ea1826cb0842e0be996043ac" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.3.0.zip", + "size": 724301, + "checksum": "SHA-256:3abd623495a69111adf0e42d4d6d7d9b9b3efc4887df6d96ec38cb321ecf7d8f" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.1.zip", + "archiveFileName": "TimerInterrupt_Generic-1.3.1.zip", + "size": 744196, + "checksum": "SHA-256:e77a06cd5c4fb6ada2e92c32c47435fefe89b2fe82a170348d9a79e86e72aef3" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.3.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.2.zip", + "archiveFileName": "TimerInterrupt_Generic-1.3.2.zip", + "size": 775142, + "checksum": "SHA-256:1f2b892f823c6499f8bcec4ba769cadc0bc7a8e4f4f2021d495a517666784d11" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.4.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.4.0.zip", + "size": 791914, + "checksum": "SHA-256:c45b71d12f38233626cfac2880034060f3be027d99bbfec005d6a3e221f290e1" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.5.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.5.0.zip", + "size": 856609, + "checksum": "SHA-256:bb795aa848d46a0aebc41582c85692249b3d9cce35d76175296d3b9419a0b20b" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, ESP32-S2, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.6.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.6.0.zip", + "size": 1350942, + "checksum": "SHA-256:f329dca41753c1a9c7a33c94a126d66acddb8211a4aa6854bdc35308c24f7f87" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.7.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, ESP32-S2, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": ["TimerInterrupt_Generic.h", "ISR_Timer_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.7.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.7.0.zip", + "size": 1395109, + "checksum": "SHA-256:568f81b1c670bb2e7ff753fbba3c37d66d243c16779195bf4216a7f08f2825f6" + }, + { + "name": "Vrekrer SCPI parser", + "version": "0.4.1", + "author": "Vrekrer", + "maintainer": "Vrekrer \u003cdiegogch@cbpf.br\u003e,", + "sentence": "Simple SCPI parser for Arduino", + "paragraph": "Standard Commands for Programmable Instruments (SCPI) parser for Arduino projects", + "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.4.1.zip", + "archiveFileName": "Vrekrer_SCPI_parser-0.4.1.zip", + "size": 12075, + "checksum": "SHA-256:5d60c22cc5e053d9c8469c3b7f7da80ea787a8b8320eba3462b34e091f786824" + }, + { + "name": "Vrekrer SCPI parser", + "version": "0.2.0", + "author": "Vrekrer", + "maintainer": "Vrekrer", + "sentence": "Simple SCPI parser", + "paragraph": "Standar Commands for Programable Instruments (SCPI) parser for small projects", + "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.2.0.zip", + "archiveFileName": "Vrekrer_SCPI_parser-0.2.0.zip", + "size": 8952, + "checksum": "SHA-256:a0e84dc832b3448c6337399fbe65901dc7f451c57027772a0908fcf50a753dc1" + }, + { + "name": "Pixetto", + "version": "1.4.0", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": ["Pixetto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.0.zip", + "archiveFileName": "Pixetto-1.4.0.zip", + "size": 19554, + "checksum": "SHA-256:1ddc34930400f304131982f9998e949aa80af59ebb02e1535772d39bcc696d4e" + }, + { + "name": "Pixetto", + "version": "1.4.1", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": ["Pixetto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.1.zip", + "archiveFileName": "Pixetto-1.4.1.zip", + "size": 20195, + "checksum": "SHA-256:8d6d7c45d30bf39bf7eb76edaf1f3603c9d1e0a9b44d0c5bc7269792e4fdb601" + }, + { + "name": "Pixetto", + "version": "1.4.2", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": ["Pixetto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.2.zip", + "archiveFileName": "Pixetto-1.4.2.zip", + "size": 20318, + "checksum": "SHA-256:117e4825e8431c9600b3912d9b2c97ee11fd83d3859b9480ac648bd33f9130bc" + }, + { + "name": "Pixetto", + "version": "1.5.1", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": ["Pixetto.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.1.zip", + "archiveFileName": "Pixetto-1.5.1.zip", + "size": 22608, + "checksum": "SHA-256:d7d2c888bffb0d3bfa9230d26981e8088451f11ca24bcab274319847527fe7a9" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.0", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": ["DTF_ESP8266Update.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.0.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.0.zip", + "size": 6181, + "checksum": "SHA-256:0c6d2446b747b0da1289486120d51cd3519d8e1b86da2fb7818b8269062e25c0" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.1", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": ["DTF_ESP8266Update.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.1.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.1.zip", + "size": 7631, + "checksum": "SHA-256:a0f79e66a0747ba0dd3020f06b4f40f0d9fe44a57129d4adafb55b26579fc705" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.2", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": ["DTF_ESP8266Update.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.2.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.2.zip", + "size": 7909, + "checksum": "SHA-256:00e12aabd29ddd2e70bb8df2aa442dc822b41aea5c21127e7c9dd5886cdb3730" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.3", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": ["DTF_ESP8266Update.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.3.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.3.zip", + "size": 7681, + "checksum": "SHA-256:65185205a63a3b6c2344eebee7336bfc6cf5f4465745fe09f6aae01e50c92f82" + }, + { + "name": "DTF_ESP32Update", + "version": "1.0.0", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP32 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp32_update", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", + "providesIncludes": ["DTF_ESP32Update.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.0.zip", + "archiveFileName": "DTF_ESP32Update-1.0.0.zip", + "size": 7520, + "checksum": "SHA-256:5f3221d0de0705c32ff6a6ef3a8e67e1bbf072ee411c84bae8c85682defb4bc6" + }, + { + "name": "DTF_ESP32Update", + "version": "1.0.1", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP32 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp32_update", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", + "providesIncludes": ["DTF_ESP32Update.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.1.zip", + "archiveFileName": "DTF_ESP32Update-1.0.1.zip", + "size": 7289, + "checksum": "SHA-256:0619c7d3e793e52070629bfc11bdea651f4d167f96f750ce3fa8148a651f5b70" + }, + { + "name": "RV-3028-C7", + "version": "1.0.0", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": ["RV3028C7.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.0.0.zip", + "archiveFileName": "RV_3028_C7-1.0.0.zip", + "size": 15742, + "checksum": "SHA-256:e3dcb50378bdc4d5afc8f233b91f7ef4d36d3a487d7f2d0dc92ea2ba902d9701" + }, + { + "name": "RV-3028-C7", + "version": "1.1.0", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": ["RV3028C7.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.0.zip", + "archiveFileName": "RV_3028_C7-1.1.0.zip", + "size": 15897, + "checksum": "SHA-256:57e7f20c3b5cf52e4b75d49e71687a015c2113e2c2e5982c82f4c9b3cee5a49b" + }, + { + "name": "RV-3028-C7", + "version": "1.1.1", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": ["RV3028C7.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.1.zip", + "archiveFileName": "RV_3028_C7-1.1.1.zip", + "size": 15945, + "checksum": "SHA-256:03d4525dc0ae4c5b44bc11905361c8e4c1c86a4d4aa9ae04835eb6785995ce36" + }, + { + "name": "RV-3028-C7", + "version": "1.1.2", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": ["RV3028C7.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.2.zip", + "archiveFileName": "RV_3028_C7-1.1.2.zip", + "size": 15970, + "checksum": "SHA-256:f7adf314c9abf402a19f6a7fc5f2c177e585b0df1442cb9dcc7904241d7291c8" + }, + { + "name": "DLxx416_Arduino", + "version": "1.0.0", + "author": "Chris Combs \u003cccombs+dlxx416@gmail.com\u003e", + "maintainer": "Chris Combs \u003cccombs+dlxx416@gmail.com\u003e", + "sentence": "Display library for four-character OSRAM/Siemens intelligent displays: DLR2416, DLO2416, DLG2416, DLR3416, DLO3416, DLG3416.", + "paragraph": "For directly attached GPIO control over these small, vintage displays.", + "website": "https://github.com/combs/DLxx416_Arduino", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/combs/DLxx416_Arduino.git", + "providesIncludes": ["DLX3416.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/combs/DLxx416_Arduino-1.0.0.zip", + "archiveFileName": "DLxx416_Arduino-1.0.0.zip", + "size": 8303, + "checksum": "SHA-256:f29b30aff8d6f809d813ffece8e4646f1ca39bf6cebe8357d5abe54a1dd62393" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["sam", "atmelsam"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": ["SAMDUETimerInterrupt.h", "SAMDUE_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.0.1.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.0.1.zip", + "size": 167020, + "checksum": "SHA-256:bc79af4700aa97d63c675159f7123d8546ea2d2de96916603928c543ba6eaca3" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["sam", "atmelsam"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": ["SAMDUETimerInterrupt.h", "SAMDUE_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.1.1.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.1.1.zip", + "size": 176112, + "checksum": "SHA-256:8c40891b4ab649f3cbbf1e26d8c3079b7a2abc96d7f2d22e168031b006701d09" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["sam", "atmelsam"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": ["SAMDUETimerInterrupt.h", "SAMDUE_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.2.0.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.2.0.zip", + "size": 183895, + "checksum": "SHA-256:5533f27cbd297ab074b97ed6400fcfae7c1a8afefc8b35a99d55e71f952b76cb" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.0.0.zip", + "archiveFileName": "Pololu3piPlus32U4-1.0.0.zip", + "size": 52684, + "checksum": "SHA-256:00fce6f98b3614b54a9cfc910bbbaa8ece0f9f24bf4ab0a00da46294590c91bf" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.0.1.zip", + "archiveFileName": "Pololu3piPlus32U4-1.0.1.zip", + "size": 57120, + "checksum": "SHA-256:763c89763c62c1a6d53edf187699baa219699373f53d93e75f47b42a759e463a" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.1.0.zip", + "archiveFileName": "Pololu3piPlus32U4-1.1.0.zip", + "size": 77402, + "checksum": "SHA-256:e0868e58827a6137b4427c22b9a32b989ec24ef63a05cdaa771d69b5e4b41f52" + }, + { + "name": "EloquentVision", + "version": "0.0.1", + "author": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "maintainer": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.1.zip", + "archiveFileName": "EloquentVision-0.0.1.zip", + "size": 28696, + "checksum": "SHA-256:f75a6281b7964de21ca16e1d368d869d49365e3c06090357f8fab10abfc5ef28" + }, + { + "name": "EloquentVision", + "version": "0.0.2", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.2.zip", + "archiveFileName": "EloquentVision-0.0.2.zip", + "size": 29573, + "checksum": "SHA-256:d0c54877ed8217c2d13d15d2e21f5340a6ceecf8c6fb2809b70c33dbf6a749e2" + }, + { + "name": "EloquentVision", + "version": "0.0.3", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.3.zip", + "archiveFileName": "EloquentVision-0.0.3.zip", + "size": 29584, + "checksum": "SHA-256:0f79d8a835383bad60c1c8d29d22861dd4b9c8fcc740c80d615490e8e41ff575" + }, + { + "name": "WiFiTri", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "WiFi Triangulation Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson", + "website": "https://github.com/JHershey69/WiFiTri", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jhershey69/WiFiTri.git", + "providesIncludes": ["WiFiTri.h"], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jhershey69/WiFiTri-1.0.0.zip", + "archiveFileName": "WiFiTri-1.0.0.zip", + "size": 16071, + "checksum": "SHA-256:28846d84d4a117595b4b990c8ead52c2ec5e29e9e37c1f482743cb3b8223cf37" + }, + { + "name": "107-Arduino-Debug", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": ["ArduinoDebug.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.0.0.zip", + "archiveFileName": "107_Arduino_Debug-1.0.0.zip", + "size": 6063, + "checksum": "SHA-256:91098aebb6381b471a87de29ee3492103ffb9d416108fb8e2ecb208c7432f734" + }, + { + "name": "107-Arduino-Debug", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": ["ArduinoDebug.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.0.1.zip", + "archiveFileName": "107_Arduino_Debug-1.0.1.zip", + "size": 6031, + "checksum": "SHA-256:5c9342c5a955751be27201596df1f45d32c94f667fec96dc0779b2f238e43643" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": ["ArduinoDebug.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.0.zip", + "archiveFileName": "107_Arduino_Debug-1.1.0.zip", + "size": 6021, + "checksum": "SHA-256:5dd75145fbafa1ff7569e7ddf236644c1cbc4ea83f05e7b7ce789277cbcb70ba" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": ["ArduinoDebug.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.1.zip", + "archiveFileName": "107_Arduino_Debug-1.1.1.zip", + "size": 6215, + "checksum": "SHA-256:fbe3072747c45df20bfd84943797973a3f8489b1d75d6c87fcc76f48c83797f8" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": ["samd", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": ["ArduinoDebug.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.2.zip", + "archiveFileName": "107_Arduino_Debug-1.1.2.zip", + "size": 6222, + "checksum": "SHA-256:32f8fa2c34f7c4a31321130a3db885957e412467eb2709875b706c87068953c8" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": ["samd", "esp32", "mbed", "mbed_nano", "mbed_portenta", "mbed_edge"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": ["ArduinoDebug.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.3.zip", + "archiveFileName": "107_Arduino_Debug-1.1.3.zip", + "size": 6657, + "checksum": "SHA-256:35cd9c5127804fed506199075d9c99ec797772e0bcd2483ae8d1616ff732c32f" + }, + { + "name": "mrm-8x8a", + "version": "0.0.0", + "author": "Zoran Pribičević, \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-8x8a", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.0.zip", + "archiveFileName": "mrm_8x8a-0.0.0.zip", + "size": 7887, + "checksum": "SHA-256:b4ba98523b0a53a56330720c3814cfbb9d3bbaf91509d62f393607ce22b5a797" + }, + { + "name": "mrm-8x8a", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-8x8a", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.2.zip", + "archiveFileName": "mrm_8x8a-0.0.2.zip", + "size": 7912, + "checksum": "SHA-256:4ee26d6794b06192bcaa080efc0c7d7b21f2d610a080200a02df93c06d5d230b" + }, + { + "name": "mrm-8x8a", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-8x8a", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.4.zip", + "archiveFileName": "mrm_8x8a-0.0.4.zip", + "size": 7975, + "checksum": "SHA-256:75f95c45e605223933949a1a25f6d34be59cae68d7f15fdb971c8ff4de5d304b" + }, + { + "name": "mrm-8x8a", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-8x8a", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.5.zip", + "archiveFileName": "mrm_8x8a-0.0.5.zip", + "size": 7629, + "checksum": "SHA-256:6bc93a33530f8becefa889a969313294e758edded9728d613f08cb7cf2c021a1" + }, + { + "name": "SmartMatrix", + "version": "4.0.3", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Drive HUB75 RGB Matrix Panels with High Quality Graphics from a Teensy 3, Teensy 4, or ESP32", + "paragraph": "(Note, this library was named \"SmartMatrix3\" in the past, and is now named \"SmartMatrix\" as of release 4.0.3)", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": ["avr", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pixelmatix/SmartMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix-4.0.3.zip", + "archiveFileName": "SmartMatrix-4.0.3.zip", + "size": 5039757, + "checksum": "SHA-256:66c859170237e9e189b1b69d278683689b32b2d4262645f3d8649cedcb58efbd" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.0.zip", + "archiveFileName": "mrm_bldc2x50-0.0.0.zip", + "size": 3744, + "checksum": "SHA-256:a0e98138d602a4199b77b4197941cdb3d7ec1e5e59bf421528225094802d1648" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.2.zip", + "archiveFileName": "mrm_bldc2x50-0.0.2.zip", + "size": 3773, + "checksum": "SHA-256:a3328f7d4caf74513836874221494cd9905659b7ad5df4683ed6fdf629fc93c9" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-bldc2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.4.zip", + "archiveFileName": "mrm_bldc2x50-0.0.4.zip", + "size": 3764, + "checksum": "SHA-256:190944f6b60651281b39f2f045d6a2865ee309d93900b5fd2b3db614569ee214" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-bldc2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.5.zip", + "archiveFileName": "mrm_bldc2x50-0.0.5.zip", + "size": 6011, + "checksum": "SHA-256:9bcaeddb11e6ced2e1f42c744ea6014459a246d0798a16b7dc61f90a4f50081c" + }, + { + "name": "AceCRC", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) that have been progammatically converted from pycrc to Arduino to use C++ namespaces and PROGMEM flash memory.", + "paragraph": "For each algorith, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.1.0.zip", + "archiveFileName": "AceCRC-0.1.0.zip", + "size": 475050, + "checksum": "SHA-256:bf50ddfb23fc9c6fc727e451c5eba6eb4e1ae4a80d1d9c3a91229ef023c7caf2" + }, + { + "name": "AceCRC", + "version": "0.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) that have been programmatically converted from pycrc (https://pycrc.org) to Arduino to use C++ namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.1.1.zip", + "archiveFileName": "AceCRC-0.1.1.zip", + "size": 475469, + "checksum": "SHA-256:220f9e965ae9bf4d8fed4e9268884f8396c065f5433124c0726b420027a624f6" + }, + { + "name": "AceCRC", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.2.0.zip", + "archiveFileName": "AceCRC-0.2.0.zip", + "size": 502293, + "checksum": "SHA-256:57e85f982323a9115abd4d88f9827be5931d3a6aaacdb485057dd88458d93d41" + }, + { + "name": "AceCRC", + "version": "0.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.3.1.zip", + "archiveFileName": "AceCRC-0.3.1.zip", + "size": 648648, + "checksum": "SHA-256:7ca7bdc6984d2bde9cb0738636f44da10e6a5477bc66aa0224fe202145fcc7ce" + }, + { + "name": "AceCRC", + "version": "0.3.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.3.2.zip", + "archiveFileName": "AceCRC-0.3.2.zip", + "size": 651730, + "checksum": "SHA-256:60787d71290840befe4a9427c1d9bc451173c1cffd138eb941adde7d9d594c19" + }, + { + "name": "AceCRC", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.0.zip", + "archiveFileName": "AceCRC-0.4.0.zip", + "size": 653811, + "checksum": "SHA-256:4e1188efdd88f19723b516eb3ce46fd2abebf030a0da1f114234ea82afd1e401" + }, + { + "name": "AceCRC", + "version": "0.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.1.zip", + "archiveFileName": "AceCRC-0.4.1.zip", + "size": 655779, + "checksum": "SHA-256:1b2c384a437337295060ee45aff9f9ffd5683278321aa45b07e98f91ed3b940b" + }, + { + "name": "AceCRC", + "version": "0.4.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.2.zip", + "archiveFileName": "AceCRC-0.4.2.zip", + "size": 655699, + "checksum": "SHA-256:9763b581ddca10d831bd57ff313915fa6d06bfc5014ad50c48cc6ca834308da4" + }, + { + "name": "AceCRC", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 4 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); `nibblem` variant is the same as `nibble` but 1.9X-2.7X faster on the ESP8266; and the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-1.0.0.zip", + "archiveFileName": "AceCRC-1.0.0.zip", + "size": 797192, + "checksum": "SHA-256:a04683e5630de3e483f3bdf7588cf41e8ba255435fa5908adadf8be50b2eae15" + }, + { + "name": "AceCRC", + "version": "1.0.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 4 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); `nibblem` variant is the same as `nibble` but 1.9X-2.7X faster on the ESP8266; and the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-1.0.1.zip", + "archiveFileName": "AceCRC-1.0.1.zip", + "size": 799494, + "checksum": "SHA-256:aceb1103231cee9533b702fb5d975bcf3a7e2b0a8c033411ad77cdc01e070bd4" + }, + { + "name": "mrm-bldc4x2.5", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc4x2.5", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.0.zip", + "archiveFileName": "mrm_bldc4x2_5-0.0.0.zip", + "size": 3797, + "checksum": "SHA-256:383bdde4c27ebe3319f37dcb7629929363163049206f91415886faa750ef93d7" + }, + { + "name": "mrm-bldc4x2.5", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5, 4x2.5 A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc4x2.5", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.2.zip", + "archiveFileName": "mrm_bldc4x2_5-0.0.2.zip", + "size": 3826, + "checksum": "SHA-256:3f5ba265bd83ed220e0ee3f6f8e425c71ab548c1aaf013c43a9fd088eb0b188c" + }, + { + "name": "mrm-bldc4x2.5", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5, 4x2.5 A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-bldc4x2.5", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.3.zip", + "archiveFileName": "mrm_bldc4x2_5-0.0.3.zip", + "size": 3816, + "checksum": "SHA-256:7f6a8cacbb3506c47f8abe6e5bbf21b4e60d470c9f6f2bce2de09a2f40d45b6b" + }, + { + "name": "mrm-board", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.0.zip", + "archiveFileName": "mrm_board-0.0.0.zip", + "size": 13080, + "checksum": "SHA-256:bd511985fd29d73ba3537f1a361d66ac877f55bfda6507662cf4338df21f6490" + }, + { + "name": "mrm-board", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.2.zip", + "archiveFileName": "mrm_board-0.0.2.zip", + "size": 13151, + "checksum": "SHA-256:995079d2879cfe888fbad924fc767a41e7a29a10ae80042fc2063033248a5a53" + }, + { + "name": "mrm-board", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.4.zip", + "archiveFileName": "mrm_board-0.0.4.zip", + "size": 13156, + "checksum": "SHA-256:16f91afd58e4a4d24602e590eadae649d748a9374d62ad01ca05b3fffa29b272" + }, + { + "name": "mrm-board", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.5.zip", + "archiveFileName": "mrm_board-0.0.5.zip", + "size": 13145, + "checksum": "SHA-256:38f6959efcbcd695645c9e0dd45a99af0c6bd286129a4ea05ae602c9249a0afb" + }, + { + "name": "mrm-board", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.6.zip", + "archiveFileName": "mrm_board-0.0.6.zip", + "size": 13448, + "checksum": "SHA-256:3d0e0b2f194719cd901620d260a5f691eab01b089335db268644772684d94837" + }, + { + "name": "mrm-board", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.7.zip", + "archiveFileName": "mrm_board-0.0.7.zip", + "size": 13668, + "checksum": "SHA-256:63c463861e88c91b544e3b6357230be7873e38228127fe50ef448dcba6e3b20b" + }, + { + "name": "mrm-can-bus", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-can-bus", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.0.zip", + "archiveFileName": "mrm_can_bus-0.0.0.zip", + "size": 4255, + "checksum": "SHA-256:9a3edc32d8a0a9d4e8d3c934eb76167030050b2dc4e2c7c4f097a272e020316b" + }, + { + "name": "mrm-can-bus", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-can-bus", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.2.zip", + "archiveFileName": "mrm_can_bus-0.0.2.zip", + "size": 4263, + "checksum": "SHA-256:b871378cebe22957f6db773204b13a477590adecbf50a978fc61b4836c1541da" + }, + { + "name": "mrm-can-bus", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/mrm-can-bus", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.3.zip", + "archiveFileName": "mrm_can_bus-0.0.3.zip", + "size": 4285, + "checksum": "SHA-256:ee570e7ffd43d4c015a5b159213b9731bcafd3b21d13ddf25dcb137ca639efc8" + }, + { + "name": "mrm-can-bus", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/mrm-can-bus", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.4.zip", + "archiveFileName": "mrm_can_bus-0.0.4.zip", + "size": 4390, + "checksum": "SHA-256:ef020a1ba57c016c7ef827a559f9bc534371075cca2ce6a7b8e9eff78b522551" + }, + { + "name": "mrm-can-bus", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/mrm-can-bus", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.5.zip", + "archiveFileName": "mrm_can_bus-0.0.5.zip", + "size": 4547, + "checksum": "SHA-256:8a7de013c60d610a3d4387fc7173d12475681577519b2dbc204c33e2e0f1c5d8" + }, + { + "name": "mrm-col-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_can-0.0.0.zip", + "archiveFileName": "mrm_col_can-0.0.0.zip", + "size": 6774, + "checksum": "SHA-256:d7381c757b9eff0f47406aa1463cf1786837469ba33b41fd4811c2da4294c5c8" + }, + { + "name": "mrm-col-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.2.zip", + "archiveFileName": "mrm_col_can-0.0.2.zip", + "size": 8803, + "checksum": "SHA-256:3593a12f1539aead796b2fe859d55a85ca3bfc8625aa61e98ef5e1954424d81b" + }, + { + "name": "mrm-col-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.4.zip", + "archiveFileName": "mrm_col_can-0.0.4.zip", + "size": 8803, + "checksum": "SHA-256:9f5dece440072d63a8528377956dca1a0f8c2a62865fb4d43d570ecf9a48ed34" + }, + { + "name": "mrm-col-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.5.zip", + "archiveFileName": "mrm_col_can-0.0.5.zip", + "size": 8794, + "checksum": "SHA-256:b7a414942a9c03ba0808aab3fd0d2317ea36a1f8318b412162ddc35f27b4e084" + }, + { + "name": "mrm-col-can", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.6.zip", + "archiveFileName": "mrm_col_can-0.0.6.zip", + "size": 8654, + "checksum": "SHA-256:1fab67caab17a6dfc3926ea6d4cc9bd6ab6962f96ac9ca4d829f41ca288e6c85" + }, + { + "name": "mrm-col-can", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.7.zip", + "archiveFileName": "mrm_col_can-0.0.7.zip", + "size": 8688, + "checksum": "SHA-256:e5e2890add6ac5ab12d105986083eb957460fb75063d2f7f1bc20563803c23d3" + }, + { + "name": "mrm-ir-finder-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder_can-0.0.0.zip", + "archiveFileName": "mrm_ir_finder_can-0.0.0.zip", + "size": 4651, + "checksum": "SHA-256:aa63658d53e5bc6cb62fd41c3ec182cb90896cb6533c9081205c576521ec603b" + }, + { + "name": "mrm-ir-finder-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-ir-finder-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder_can-0.0.2.zip", + "archiveFileName": "mrm_ir_finder_can-0.0.2.zip", + "size": 4646, + "checksum": "SHA-256:a5607bb6fd8fcf7924cf612aed57dff8853916cba40bb75c632528ca16a9dea9" + }, + { + "name": "mrm-imu", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-imu", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-imu", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.0.zip", + "archiveFileName": "mrm_imu-0.0.0.zip", + "size": 65304, + "checksum": "SHA-256:41380ed8f2cc823bcafcd32e01b6db231784e79d04a5ddf54610e7909f93ec6d" + }, + { + "name": "mrm-imu", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-imu", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.2.zip", + "archiveFileName": "mrm_imu-0.0.2.zip", + "size": 65354, + "checksum": "SHA-256:a4303569510ce64e2e5ac21ca05769d0e07006a3f30f72ee596efdf34283a844" + }, + { + "name": "mrm-imu", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/mrm-imu", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.3.zip", + "archiveFileName": "mrm_imu-0.0.3.zip", + "size": 65344, + "checksum": "SHA-256:f02f4a81022b60443d0694ab87357e314ed75dc60d2bfe7777466579a38220d1" + }, + { + "name": "mrm-imu", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/mrm-imu", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.4.zip", + "archiveFileName": "mrm_imu-0.0.4.zip", + "size": 65353, + "checksum": "SHA-256:a2bf9c37cac3c2e8c5bde79d089b2d8e5edeeb7d6fe5031c05fc94d9a87422b6" + }, + { + "name": "mrm-ir-finder2", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder2-0.0.0.zip", + "archiveFileName": "mrm_ir_finder2-0.0.0.zip", + "size": 4209, + "checksum": "SHA-256:d23445ccc24794a92352525491cf32082777bb87ede2d5f05743afa5a8d2b4ec" + }, + { + "name": "mrm-ir-finder2", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-ir-finder2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder2-0.0.2.zip", + "archiveFileName": "mrm_ir_finder2-0.0.2.zip", + "size": 4200, + "checksum": "SHA-256:d5fe9258ccd1af152513781f3c32953cfdffab5d2604b45d481372e94eb91a51" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder3", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.0.zip", + "archiveFileName": "mrm_ir_finder3-0.0.0.zip", + "size": 7811, + "checksum": "SHA-256:143cb45da2d325b30d5846622a22b10842cb937fea91c0417c21a922ae9e9ca1" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder3", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.2.zip", + "archiveFileName": "mrm_ir_finder3-0.0.2.zip", + "size": 7863, + "checksum": "SHA-256:bb61a12696eb39c49df9bcb7c08110d4b11967ebf011e19e0b4fd3ebd458a0c8" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.3.zip", + "archiveFileName": "mrm_ir_finder3-0.0.3.zip", + "size": 7858, + "checksum": "SHA-256:153105d83d6cbc1798702e618f8a0fe543945ca156dc5ee6e6fd140a98a72f0f" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.4.zip", + "archiveFileName": "mrm_ir_finder3-0.0.4.zip", + "size": 7937, + "checksum": "SHA-256:29da179b78cfe6cc60ed4ce47c58f9cd5720f057e0b30e88a197309e03838b23" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.5.zip", + "archiveFileName": "mrm_ir_finder3-0.0.5.zip", + "size": 9583, + "checksum": "SHA-256:4a9a1364acf61ae892185ab9312fc931ae855ae32fcb891e66313da9eb113372" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.6.zip", + "archiveFileName": "mrm_ir_finder3-0.0.6.zip", + "size": 9586, + "checksum": "SHA-256:f6cc7f751c050f679f574231114f0ba4ca3e27a6f24b176efcfd281f9aaf9b9a" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.0.zip", + "archiveFileName": "mrm_lid_can_b-0.0.0.zip", + "size": 6301, + "checksum": "SHA-256:c8e6f43b04c2efb7b920f84213993a9c0597d28609e4a5ee6cbf691d2ff4603c" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.2.zip", + "archiveFileName": "mrm_lid_can_b-0.0.2.zip", + "size": 6320, + "checksum": "SHA-256:40f57a484fbf32a9efa8d438e5c3ee0ab36ef5354784db36f5ecc0dce9d22fa9" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.3.zip", + "archiveFileName": "mrm_lid_can_b-0.0.3.zip", + "size": 6309, + "checksum": "SHA-256:3ebbd6e312b6bd24e329432a69939bf0f027abd3a6721e38d228c8c820039433" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.4.zip", + "archiveFileName": "mrm_lid_can_b-0.0.4.zip", + "size": 5630, + "checksum": "SHA-256:7ef50eb6b6c2779ab0550d35c39b5a8fede810ae63033ae4335dd62bf4776dac" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.5.zip", + "archiveFileName": "mrm_lid_can_b-0.0.5.zip", + "size": 5744, + "checksum": "SHA-256:c9dff1442cef2a7481114622a69f380ef430ebff0385b0cfe232116d995a2c20" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.0.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.0.zip", + "size": 7496, + "checksum": "SHA-256:25f0e6f7f5c08fe8156c30aa209230ca0990f8442a25097a770988990b74fdb2" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.2.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.2.zip", + "size": 7517, + "checksum": "SHA-256:7f996edfc100b5802f1116dbe6985d71825d1c976218375a8c4d7df5682c9ca0" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.4.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.4.zip", + "size": 7505, + "checksum": "SHA-256:8f252b02271f205e10d3cbd976cdf7fb4cef6be20c755430886d968b06a126ac" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.5.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.5.zip", + "size": 6796, + "checksum": "SHA-256:9507bce6ce7d23b4f48df2375ddfbd419ad5fec5d131b842caa0e9a5c954d8dc" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.6.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.6.zip", + "size": 6873, + "checksum": "SHA-256:28d2e9e5c402c6cd903459fdb0e283aee5b914e0d471ad57eeeff4156eaea49d" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.0.zip", + "archiveFileName": "mrm_mot2x50-0.0.0.zip", + "size": 3496, + "checksum": "SHA-256:3f47a9219fdd3ca7a623d0f8e4963c97928e7b0f8e28f1d6667b8c35961bd184" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.2.zip", + "archiveFileName": "mrm_mot2x50-0.0.2.zip", + "size": 3519, + "checksum": "SHA-256:bb1b04d397ab4fb845eca73d2265433c2193205b0343276faf8d32fca5b00a09" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", + "website": "https://github.com/PribaNosati/mrm-mot2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.3.zip", + "archiveFileName": "mrm_mot2x50-0.0.3.zip", + "size": 3510, + "checksum": "SHA-256:592a2925cc3de8f06477aedec22a19a2410428fd472b7dd7b10ca7945da22fec" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", + "website": "https://github.com/PribaNosati/mrm-mot2x50", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.4.zip", + "archiveFileName": "mrm_mot2x50-0.0.4.zip", + "size": 3854, + "checksum": "SHA-256:6a01fe79325472f692c5e26179aa3c5b300fbb55078886ddb02ab94a85861c22" + }, + { + "name": "mrm-lid2", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid1", + "paragraph": "I2C functions for control of STM VL53L1X", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.0.zip", + "archiveFileName": "mrm_lid2-0.0.0.zip", + "size": 617465, + "checksum": "SHA-256:24266df2ed4e572fafde5555fc388483df70341473b1a605f4a80e5bc8a4fb32" + }, + { + "name": "mrm-lid2", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid2", + "paragraph": "I2C functions for control of STM VL53L1X board", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.2.zip", + "archiveFileName": "mrm_lid2-0.0.2.zip", + "size": 1208957, + "checksum": "SHA-256:90b81d8bcf45a5d7b60366c0a111142f5808c9731b2c8842cd09a2c46dfe2c0c" + }, + { + "name": "mrm-lid2", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid2", + "paragraph": "I2C functions for control of STM VL53L1X board", + "website": "https://github.com/PribaNosati/mrm-lid2", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.3.zip", + "archiveFileName": "mrm_lid2-0.0.3.zip", + "size": 1208948, + "checksum": "SHA-256:24347381046088532a8f8688ce624cfe3af99b7f4bc6c3de3141835aaacc8e27" + }, + { + "name": "mrm-lid1", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid1", + "paragraph": "I2C functions for control of STM VL53L0X", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid1", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.0.zip", + "archiveFileName": "mrm_lid1-0.0.0.zip", + "size": 1456188, + "checksum": "SHA-256:ebdfbcae799d0db0f9f61f14d8672784b45284af2779183644b8687efdedba98" + }, + { + "name": "mrm-lid1", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid1 board", + "paragraph": "I2C functions for control of STM VL53L0X", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid1", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.2.zip", + "archiveFileName": "mrm_lid1-0.0.2.zip", + "size": 2825229, + "checksum": "SHA-256:ef0746ef52bce7e60498034d32734033f4e29bb1d61b13fa78cfda61d5ca84ae" + }, + { + "name": "mrm-lid1", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid1 board", + "paragraph": "I2C functions for control of STM VL53L0X", + "website": "https://github.com/PribaNosati/mrm-lid1", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-lid1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.3.zip", + "archiveFileName": "mrm_lid1-0.0.3.zip", + "size": 2825219, + "checksum": "SHA-256:52ff7ff242ac35d441c05e51d0b14da4ee8c1d9ff366e34a8714045e798bb136" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x10", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.0.zip", + "archiveFileName": "mrm_mot4x10-0.0.0.zip", + "size": 3544, + "checksum": "SHA-256:e26756327c49f9baf3fcc2b63b84dc6e0ad4bfad98c14ef0b1b1854828e25fca" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x10", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.2.zip", + "archiveFileName": "mrm_mot4x10-0.0.2.zip", + "size": 3566, + "checksum": "SHA-256:f7b727f68a8ffe8331fcecbd50e4104dac3a081bd65445f55b39888b391dbc1f" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x10", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.3.zip", + "archiveFileName": "mrm_mot4x10-0.0.3.zip", + "size": 3556, + "checksum": "SHA-256:9995a9dc54d5b2f32b38d41e7b4fd93bb9ac804dd036c85334d7b5e6b0620652" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x10", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.4.zip", + "archiveFileName": "mrm_mot4x10-0.0.4.zip", + "size": 3900, + "checksum": "SHA-256:7674a3ec1307f465ef20618164ae69510b29a97639886966deceb9105b9b2e4a" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.0.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.0.zip", + "size": 3661, + "checksum": "SHA-256:b6add338d3f5cad566908714b4fcb122c2a84ecfaa31ff0de3125728b6e36c5f" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.2.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.2.zip", + "size": 3685, + "checksum": "SHA-256:6f8962532ebf07fbe4ce75921e87ade063b9f7b7565693c78110f9be0caa97d6" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.3.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.3.zip", + "size": 3675, + "checksum": "SHA-256:1227dabd066666467b67e894666bed04e12fa98dc0b0df1be8c799498bff7245" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.4.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.4.zip", + "size": 4004, + "checksum": "SHA-256:e8ce090823dbb7f861c85ea189ca4f15640733a89ce791422649770d52c94b8b" + }, + { + "name": "mrm-node", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-node", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.0.zip", + "archiveFileName": "mrm_node-0.0.0.zip", + "size": 4979, + "checksum": "SHA-256:2333b8735dfa7cf549186c0d8b61c7f18e38081d5223b8c38241082350cda690" + }, + { + "name": "mrm-node", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-node", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.2.zip", + "archiveFileName": "mrm_node-0.0.2.zip", + "size": 5016, + "checksum": "SHA-256:58e061f250d950519737e32feae4070f4ccce3ab384f80e62f0657c60301b8d8" + }, + { + "name": "mrm-node", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/mrm-node", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.3.zip", + "archiveFileName": "mrm_node-0.0.3.zip", + "size": 5006, + "checksum": "SHA-256:dcdac6dcd496c7eee426590f82bc03557c48350248dd4484700953a38ea61aed" + }, + { + "name": "mrm-node", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/mrm-node", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.4.zip", + "archiveFileName": "mrm_node-0.0.4.zip", + "size": 4521, + "checksum": "SHA-256:a2f025b09cd55b87413c1b84e060d3e3cf316f15b30aa9a02c52063929ba91f8" + }, + { + "name": "mrm-node", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/mrm-node", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.5.zip", + "archiveFileName": "mrm_node-0.0.5.zip", + "size": 4534, + "checksum": "SHA-256:f74760cc369a142f0031642824f7ac7836894547c839cc3da243ed931b47ddb1" + }, + { + "name": "mrm-pid", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-pid", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-pid", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.0.zip", + "archiveFileName": "mrm_pid-0.0.0.zip", + "size": 2990, + "checksum": "SHA-256:24253210e0ebdfb18999e766c40f66534d76b09e5d9c73d449581bf0c47c365d" + }, + { + "name": "mrm-pid", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for a very simple PID", + "paragraph": "Library for a very simple PID controller used in MRMS system.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-pid", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.2.zip", + "archiveFileName": "mrm_pid-0.0.2.zip", + "size": 2983, + "checksum": "SHA-256:7b502f7019a8b714ba45c4ea38214d429a65cb0f3beac1a6fe78c49c27a50f16" + }, + { + "name": "mrm-pid", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for a very simple PID", + "paragraph": "Library for a very simple PID controller used in MRMS system.", + "website": "https://github.com/PribaNosati/mrm-pid", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.3.zip", + "archiveFileName": "mrm_pid-0.0.3.zip", + "size": 3003, + "checksum": "SHA-256:bd43a3a8a2ebf1be80888d5fa72da805b43a89da4e48dfde6cb682e5f00b54eb" + }, + { + "name": "mrm-ref-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ref-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.0.zip", + "archiveFileName": "mrm_ref_can-0.0.0.zip", + "size": 9204, + "checksum": "SHA-256:6d94cf65928c1c1269f19cedaa4439905d2b96a6893dc6b18bfbf0e6b164067d" + }, + { + "name": "mrm-ref-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ref-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.2.zip", + "archiveFileName": "mrm_ref_can-0.0.2.zip", + "size": 9188, + "checksum": "SHA-256:3c1f4a4aceeb8031ea1605362731d87c057284974214908e78f03d6bc68c7afd" + }, + { + "name": "mrm-ref-can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.3.zip", + "archiveFileName": "mrm_ref_can-0.0.3.zip", + "size": 8509, + "checksum": "SHA-256:e313977ab36f0e8396c50c55eb6d8eafe9602415710af88fc43986e6f0bcbb0c" + }, + { + "name": "mrm-ref-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.4.zip", + "archiveFileName": "mrm_ref_can-0.0.4.zip", + "size": 8684, + "checksum": "SHA-256:2bbd4633f3debbb109d6315434f352155fe9c937180d06ddab211358909cdc13" + }, + { + "name": "mrm-ref-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.5.zip", + "archiveFileName": "mrm_ref_can-0.0.5.zip", + "size": 8697, + "checksum": "SHA-256:a517bb858b96feff6d4ce83a0c556232d305c6d9c2af827ada01ed378d22012b" + }, + { + "name": "mrm-robot", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-robot", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.0.zip", + "archiveFileName": "mrm_robot-0.0.0.zip", + "size": 51558, + "checksum": "SHA-256:5ec5bbe47f183f65ffe39ea051fb1542f8774db2b8b7053649b9dad16791f026" + }, + { + "name": "mrm-robot", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.2.zip", + "archiveFileName": "mrm_robot-0.0.2.zip", + "size": 18060, + "checksum": "SHA-256:d08cde2b8f59f5c380bb92425b97fd09987df5810ce2a0c43702651841eeaef1" + }, + { + "name": "mrm-robot", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.3.zip", + "archiveFileName": "mrm_robot-0.0.3.zip", + "size": 18064, + "checksum": "SHA-256:16076b1d9ed1fa3e40818f4f36acfd5eff52d8935a549a1a28504d7937aa1d5e" + }, + { + "name": "mrm-robot", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.4.zip", + "archiveFileName": "mrm_robot-0.0.4.zip", + "size": 18082, + "checksum": "SHA-256:dcef0307d0683edcfcc42f39656e65357cf4da09790920df465acdfd0f9e4b3c" + }, + { + "name": "mrm-robot", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.5.zip", + "archiveFileName": "mrm_robot-0.0.5.zip", + "size": 18090, + "checksum": "SHA-256:d925d7ae9d1601ff0a9eb17c079e13ef519244552dcf4e3408b72a06cdf2797f" + }, + { + "name": "mrm-robot", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.6.zip", + "archiveFileName": "mrm_robot-0.0.6.zip", + "size": 19740, + "checksum": "SHA-256:b94368277c6a20e703cfe7a60c0e340839e25684f8102915b9f4d8ace78ab25c" + }, + { + "name": "mrm-robot", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.7.zip", + "archiveFileName": "mrm_robot-0.0.7.zip", + "size": 19746, + "checksum": "SHA-256:e3ea8651da7ce508279d5ada50e733461a487c7435e11a2587744729c95db21d" + }, + { + "name": "mrm-robot", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.8.zip", + "archiveFileName": "mrm_robot-0.0.8.zip", + "size": 20216, + "checksum": "SHA-256:8559031a1a36ecf82cb5e35704071e0498e63916dc02c7917a4cd06ed0355d49" + }, + { + "name": "mrm-robot", + "version": "0.0.10", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.10.zip", + "archiveFileName": "mrm_robot-0.0.10.zip", + "size": 20163, + "checksum": "SHA-256:d44ba4cb7835a5ed07ac3f95c035c38243a04514a208760946add3498938059e" + }, + { + "name": "mrm-robot", + "version": "0.0.12", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.12.zip", + "archiveFileName": "mrm_robot-0.0.12.zip", + "size": 20465, + "checksum": "SHA-256:086d0c8f55ee23f502da932a8bd88400a1730f0155a66ab89779a310c4311f8b" + }, + { + "name": "mrm-robot", + "version": "0.0.9", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.9.zip", + "archiveFileName": "mrm_robot-0.0.9.zip", + "size": 20140, + "checksum": "SHA-256:da368aacf698f3fe352fa485fb376fb08e5eb8ba325be59a507cdfe5966bedd4" + }, + { + "name": "mrm-robot", + "version": "0.0.13", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.13.zip", + "archiveFileName": "mrm_robot-0.0.13.zip", + "size": 20461, + "checksum": "SHA-256:a7a4e23e97079b76a72d3ca4c01b349017674f95a2a7335531f6b710b3cdaacb" + }, + { + "name": "mrm-robot", + "version": "0.0.14", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.14.zip", + "archiveFileName": "mrm_robot-0.0.14.zip", + "size": 20356, + "checksum": "SHA-256:a5e185d068ab8fb9c8a84bbcfa5fd33f7b288d0a76ea9401f955590cc0117c1e" + }, + { + "name": "mrm-robot", + "version": "0.0.15", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.15.zip", + "archiveFileName": "mrm_robot-0.0.15.zip", + "size": 20360, + "checksum": "SHA-256:988998801c343e39bcb8e3a347dc9f5576295ed8ccf2a721eaad3158c199c251" + }, + { + "name": "mrm-robot", + "version": "0.0.16", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.16.zip", + "archiveFileName": "mrm_robot-0.0.16.zip", + "size": 20786, + "checksum": "SHA-256:9e4b7dcc4aafa525037ff287e7f418eb1d5b7dbef35450c149f8daa0c901e9e4" + }, + { + "name": "mrm-servo", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-servo", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.0.zip", + "archiveFileName": "mrm_servo-0.0.0.zip", + "size": 4953, + "checksum": "SHA-256:c90ff8e2c27194dc11ecacee93c8a3407548d12a92c2a482ab61bcde31ec6edf" + }, + { + "name": "mrm-servo", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-servo", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.1.zip", + "archiveFileName": "mrm_servo-0.0.1.zip", + "size": 4975, + "checksum": "SHA-256:6d6067a6c6ba75a96bdb2b4fda9a57b1041f6e3bc5d749c253cade8464ab3a57" + }, + { + "name": "mrm-servo", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.2.zip", + "archiveFileName": "mrm_servo-0.0.2.zip", + "size": 4978, + "checksum": "SHA-256:12b99bfe18b0dae03f6ee637a2ff320b5ad4e87a92cc7d6b4d03e109cf57e2f3" + }, + { + "name": "mrm-servo", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.4.zip", + "archiveFileName": "mrm_servo-0.0.4.zip", + "size": 4970, + "checksum": "SHA-256:6c607a49154a0f98e2955eed8a875c7483825af7f16d4c80685b069010c5217e" + }, + { + "name": "mrm-servo", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.5.zip", + "archiveFileName": "mrm_servo-0.0.5.zip", + "size": 5072, + "checksum": "SHA-256:64bf16329278a4cca5eca1790ff6c27fce15e5755dabbd348bb1be25d92056c7" + }, + { + "name": "mrm-servo", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.6.zip", + "archiveFileName": "mrm_servo-0.0.6.zip", + "size": 5079, + "checksum": "SHA-256:e7cfea533c4c5e2631452388b2333af07d72551cfb7b544898420f4a61c3743b" + }, + { + "name": "mrm-switch", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-switch", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-switch", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.0.zip", + "archiveFileName": "mrm_switch-0.0.0.zip", + "size": 3044, + "checksum": "SHA-256:0257aa0a70bee517bef29a5efae84d9952a49dd6ab69806959297a63c6472210" + }, + { + "name": "mrm-switch", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-switch", + "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-switch", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.2.zip", + "archiveFileName": "mrm_switch-0.0.2.zip", + "size": 3043, + "checksum": "SHA-256:63e56bc62fcdeb6087d1dbd2be3d3991fa48b89be6273a2de7c11c537725fbd9" + }, + { + "name": "mrm-switch", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-switch", + "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", + "website": "https://github.com/PribaNosati/mrm-switch", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.3.zip", + "archiveFileName": "mrm_switch-0.0.3.zip", + "size": 3034, + "checksum": "SHA-256:6acb5333db559d2556391a042173178b08a1af85710b7f72ae8ed885df8014a1" + }, + { + "name": "mrm-switch", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-switch", + "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", + "website": "https://github.com/PribaNosati/mrm-switch", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.4.zip", + "archiveFileName": "mrm_switch-0.0.4.zip", + "size": 3048, + "checksum": "SHA-256:0c52040ee642e96dfe00acc275d93f77524a70c8622072209b3003f44a98acf5" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-therm-b-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.0.zip", + "archiveFileName": "mrm_therm_b_can-0.0.0.zip", + "size": 5540, + "checksum": "SHA-256:560bd2c83c84171bab4e911b325b60799e0c38c41924e5e7b470d1a2fdbda7ad" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-therm-b-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.2.zip", + "archiveFileName": "mrm_therm_b_can-0.0.2.zip", + "size": 5565, + "checksum": "SHA-256:55ee900882dea52e2c3ffddf863203d1d2d8a5e8a91d07708bf52743f46fc4b4" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.3.zip", + "archiveFileName": "mrm_therm_b_can-0.0.3.zip", + "size": 5549, + "checksum": "SHA-256:fdba809ca99407e02e20164add20494c0f9e3cf8bee8412b265cfb489c23d198" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.4.zip", + "archiveFileName": "mrm_therm_b_can-0.0.4.zip", + "size": 5029, + "checksum": "SHA-256:a11b6641f898bc1bfd40e687791538bce887fc4497ef36daa823d1ea40a053d0" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.5.zip", + "archiveFileName": "mrm_therm_b_can-0.0.5.zip", + "size": 5039, + "checksum": "SHA-256:9c0ec196b1d076922c55e8caf09862a24beaed3423eae0d6d8ecce4c42ebe00d" + }, + { + "name": "TelemetryJet", + "version": "0.1.0", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "Lightweight communication library for hardware telemetry data.", + "paragraph": "Handles bidirectional communication and state management for data points. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/tjet-arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.0.zip", + "archiveFileName": "TelemetryJet-0.1.0.zip", + "size": 14144, + "checksum": "SHA-256:a9e120719d7dc27e678192ab83ed0ffa1a9b05da2cfde124f98e6821502f482d" + }, + { + "name": "TelemetryJet", + "version": "0.1.1", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "Lightweight communication library for hardware telemetry data.", + "paragraph": "Handles bidirectional communication and state management for data points. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/telemetryjet-arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.1.zip", + "archiveFileName": "TelemetryJet-0.1.1.zip", + "size": 95935, + "checksum": "SHA-256:db73a126b6c2e57e8f7d4d0a1d739c47a1bc89eb026c64c77f7ef248b7719490" + }, + { + "name": "TelemetryJet", + "version": "0.1.2", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "A lightweight telemetry protocol for hardware sensor data.", + "paragraph": "Provides a high-level API for sending and receiving data points over a serial connection. Uses an efficient MessagePack-based protocol with packet framing, error detection, and more. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/telemetryjet-arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.2.zip", + "archiveFileName": "TelemetryJet-0.1.2.zip", + "size": 105371, + "checksum": "SHA-256:27b670b18f87ce08ca54e13af9974e3bd22a6f16d1624a0f64876f4303d1e6b8" + }, + { + "name": "TelemetryJet", + "version": "0.2.0", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "A lightweight telemetry protocol for hardware sensor data.", + "paragraph": "Provides a high-level API for sending and receiving data points over a serial connection. Uses an efficient MessagePack-based protocol with packet framing, error detection, and more. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/telemetryjet-arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.2.0.zip", + "archiveFileName": "TelemetryJet-0.2.0.zip", + "size": 102521, + "checksum": "SHA-256:7309a0682449a8351e319cc2807fe61edd1eb8b4a58b1d9a4a364f423679024b" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.1.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": ["SomfyRemot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.1.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.1.0.zip", + "size": 12116, + "checksum": "SHA-256:0a97fa18833a98eda0d0342a7de1c912658028ea7a6f0cd221f2d309754f1a5b" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.2.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": ["SomfyRemot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.2.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.2.0.zip", + "size": 12620, + "checksum": "SHA-256:0222975941eef50f8f5556197954e003d6622a857de89189c0646b7d96298a7b" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.2.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": ["SomfyRemot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.2.1.zip", + "archiveFileName": "Somfy_Remote_Lib-0.2.1.zip", + "size": 12834, + "checksum": "SHA-256:eb3a69b78cf7ec25f827f14c86e75aece5d7c9ad5af9b5055232134380289cd0" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.3.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": ["SomfyRemot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.3.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.3.0.zip", + "size": 12965, + "checksum": "SHA-256:8ffd1b1e78b4b6339bcc502d5d413f2934eea84687229f54548ec6067b66c035" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.4.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": ["SomfyRemot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.4.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.4.0.zip", + "size": 15206, + "checksum": "SHA-256:4dad912f416179c1e1354f8eda04c859e57ed8cb4e28047f2901daa6c44b2708" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.4.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": ["SomfyRemote.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.4.1.zip", + "archiveFileName": "Somfy_Remote_Lib-0.4.1.zip", + "size": 15207, + "checksum": "SHA-256:42be4f8ba54ead508aece24ff91d771a8ef90574984201197a91fa0490e25d41" + }, + { + "name": "Adafruit LTR390 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR390", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LTR390.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.0.0.zip", + "archiveFileName": "Adafruit_LTR390_Library-1.0.0.zip", + "size": 7254, + "checksum": "SHA-256:aa830ab8a1ecca8d98ef36d822fcdf749c353933692e4b871f3871bb7907c63e" + }, + { + "name": "Adafruit LTR390 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR390", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_LTR390.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.0.1.zip", + "archiveFileName": "Adafruit_LTR390_Library-1.0.1.zip", + "size": 1635472, + "checksum": "SHA-256:7b64a2053d8cdcac43eaedfb107a50bf1e8b33283a56f428c49743ca1d25929e" + }, + { + "name": "EasyStringStream", + "version": "1.0.0", + "author": "morsisko", + "maintainer": "morsisko", + "sentence": "A library for string creation without std:: overhead", + "paragraph": "It allows you to create strings using the c++ stream operator (\u003c\u003c)", + "website": "https://github.com/morsisko/EasyStringStream", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/morsisko/EasyStringStream.git", + "providesIncludes": ["EasyStringStream.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/morsisko/EasyStringStream-1.0.0.zip", + "archiveFileName": "EasyStringStream-1.0.0.zip", + "size": 7024, + "checksum": "SHA-256:c970f85b92f637f77d672e69cb36f38f1f1299c9f7cb75509860c85508d7c6e5" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.0.0.zip", + "size": 21106, + "checksum": "SHA-256:888cddb7e34ae857b25b8bc66d664873e0cdb584bb5d2dc6687aafcfc73c12d4" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.1.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.1.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.1.0.zip", + "size": 21112, + "checksum": "SHA-256:dfb42a6130c1e01731373bb540342e0b002670da9b295627a7003096aa02afba" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.2.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.2.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.2.0.zip", + "size": 21146, + "checksum": "SHA-256:0c24f6eb1056ac12584659ede4d974da1373615d8e0d77b3bd0b625b9ca8d930" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.3.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.3.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.3.0.zip", + "size": 21148, + "checksum": "SHA-256:d56192401b2f3d188305cde7d7a672e42bf32a6863b987bfafd25d6082bce7f1" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.4.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.4.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.4.0.zip", + "size": 21300, + "checksum": "SHA-256:306e2f92f46f2ab0c5f8cb96a76951f8b0ffd1f520c470403e99bbd545854a9e" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.5.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.5.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.5.0.zip", + "size": 21290, + "checksum": "SHA-256:7e8695b2258eebdec4de54f4c3126b03ac612e2037498f084f69d92dd44b44af" + }, + { + "name": "Telemetrix4Esp8266", + "version": "2.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-2.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-2.0.0.zip", + "size": 21313, + "checksum": "SHA-256:f394b57e452d2b9851a8710787bcd59d6bd6c8f6f52cfb2cef6303dd69785137" + }, + { + "name": "WiThrottle", + "version": "1.0.0", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/lucadentella/WiThrottle", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/WiThrottle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/WiThrottle-1.0.0.zip", + "archiveFileName": "WiThrottle-1.0.0.zip", + "size": 147699, + "checksum": "SHA-256:0e960904900b019ccd94640603f1448150a688414cea99acb08c90c7fa94fe02" + }, + { + "name": "WiThrottle", + "version": "1.0.1", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/lucadentella/WiThrottle", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucadentella/WiThrottle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/WiThrottle-1.0.1.zip", + "archiveFileName": "WiThrottle-1.0.1.zip", + "size": 147762, + "checksum": "SHA-256:e38a56e32a4eae86af5520886656ceeb362645a60230c8080009d682656ba2c8" + }, + { + "name": "HomeSpan", + "version": "1.0.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.0.1.zip", + "archiveFileName": "HomeSpan-1.0.1.zip", + "size": 1039647, + "checksum": "SHA-256:05c16b17d0606f32fbc86723321e3892341cb7e047c54e857874c5a08427092f" + }, + { + "name": "HomeSpan", + "version": "1.1.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.0.zip", + "archiveFileName": "HomeSpan-1.1.0.zip", + "size": 1040261, + "checksum": "SHA-256:46c5f3f7efc30d930994855f8ecd302cf4f8a936ff3c93657ec9823d7359a188" + }, + { + "name": "HomeSpan", + "version": "1.1.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.1.zip", + "archiveFileName": "HomeSpan-1.1.1.zip", + "size": 1040502, + "checksum": "SHA-256:e912be613a48c107673d7e4b46c2e30b425b37803ab0923938466573e2a76cc4" + }, + { + "name": "HomeSpan", + "version": "1.1.2", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.2.zip", + "archiveFileName": "HomeSpan-1.1.2.zip", + "size": 1041524, + "checksum": "SHA-256:83be4db720600348de92d5c70e6fca71288a2c0082227e583128e1e32d8c72fa" + }, + { + "name": "HomeSpan", + "version": "1.1.3", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.3.zip", + "archiveFileName": "HomeSpan-1.1.3.zip", + "size": 1055862, + "checksum": "SHA-256:f439e3a367f249f9aa51bd1e7c533d3ea644e0f93bca34f81a100569c59cbc99" + }, + { + "name": "HomeSpan", + "version": "1.1.4", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.4.zip", + "archiveFileName": "HomeSpan-1.1.4.zip", + "size": 1056964, + "checksum": "SHA-256:0ae8c1c9a219f2d95a4bc04c8637942dfa3b3b91b7ef781f80540ccd02816fd6" + }, + { + "name": "HomeSpan", + "version": "1.2.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.2.0.zip", + "archiveFileName": "HomeSpan-1.2.0.zip", + "size": 1336796, + "checksum": "SHA-256:172e7be5a4d27f0f595259a8391cc0925d9c8a4080d0465882ed5f1c2e741920" + }, + { + "name": "HomeSpan", + "version": "1.2.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.2.1.zip", + "archiveFileName": "HomeSpan-1.2.1.zip", + "size": 1341908, + "checksum": "SHA-256:0b803e48ecaa69be1f05473193c12c0787687589dd2f9a14a0ac7470c6dbff0a" + }, + { + "name": "HomeSpan", + "version": "1.3.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": ["HomeSpan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.3.0.zip", + "archiveFileName": "HomeSpan-1.3.0.zip", + "size": 1356004, + "checksum": "SHA-256:d7d098a05534f261dbf9f6b1c25b404520456cd5009a13b7a9acde85255387be" + }, + { + "name": "Alpenglow FUnicorn", + "version": "1.0.0", + "author": "Alpenglow Industries", + "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", + "sentence": "Controls the LED message on the FUnicorn.", + "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", + "website": "https://www.alpenglowindustries.com/funicorn", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "dependencies": [ + { + "name": "ADCTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-1.0.0.zip", + "archiveFileName": "Alpenglow_FUnicorn-1.0.0.zip", + "size": 12713, + "checksum": "SHA-256:8853e0ad76129170c72f9f28ece917e3ba20d1db04621af04626e6b8422199e2" + }, + { + "name": "Alpenglow FUnicorn", + "version": "1.1.0", + "author": "Alpenglow Industries", + "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", + "sentence": "Controls the LED message on the FUnicorn.", + "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", + "website": "https://www.alpenglowindustries.com/funicorn", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "dependencies": [ + { + "name": "ADCTouch" + }, + { + "name": "Ultrasonic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-1.1.0.zip", + "archiveFileName": "Alpenglow_FUnicorn-1.1.0.zip", + "size": 14261, + "checksum": "SHA-256:bb1223e3bbf918314950486346317955aecb2fea703d73b38e10c1cbc49dd3bf" + }, + { + "name": "M5EPD", + "version": "0.1.0", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": ["M5EPD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.0.zip", + "archiveFileName": "M5EPD-0.1.0.zip", + "size": 3578510, + "checksum": "SHA-256:847ad20645f037d045764a98e936f43581d6386b3018dd4e1e2ec9ae207d79f9" + }, + { + "name": "M5EPD", + "version": "0.1.1", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": ["M5EPD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.1.zip", + "archiveFileName": "M5EPD-0.1.1.zip", + "size": 3597227, + "checksum": "SHA-256:f699189ccffea5a7dacb7bc7305d36fe6f0012cec6b9603a1415e7a8044851fe" + }, + { + "name": "PololuMenu", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Pololu library for simple LCD Menus.", + "paragraph": "This library makes it easy to create basic menus with an 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD, pushbutton, and buzzer libraries.", + "website": "https://github.com/pololu/pololu-menu-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-menu-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-1.0.0.zip", + "archiveFileName": "PololuMenu-1.0.0.zip", + "size": 8705, + "checksum": "SHA-256:e1a985049361f58de5b9d44c97688d4fae55661fdd5f3657efa3c2514d2c96b6" + }, + { + "name": "PololuMenu", + "version": "1.0.2", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Pololu library for simple LCD Menus.", + "paragraph": "This library makes it easy to create basic menus with an 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD, pushbutton, and buzzer libraries.", + "website": "https://github.com/pololu/pololu-menu-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-menu-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-1.0.2.zip", + "archiveFileName": "PololuMenu-1.0.2.zip", + "size": 9169, + "checksum": "SHA-256:c7483dce4c647c135c6836dac6254b64461f5189cbd2a0d881a4b097d51e0494" + }, + { + "name": "PololuMenu", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Pololu library for simple LCD Menus.", + "paragraph": "This library makes it easy to create basic menus with an OLED or 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD/OLED, pushbutton, and buzzer libraries.", + "website": "https://github.com/pololu/pololu-menu-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/pololu/pololu-menu-arduino.git", + "dependencies": [ + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-2.0.0.zip", + "archiveFileName": "PololuMenu-2.0.0.zip", + "size": 9714, + "checksum": "SHA-256:b072ac0c29ee3faae41b0e562bcb470c3898911307285b77201c20cac32ffa8f" + }, + { + "name": "LapINA219", + "version": "1.0.0", + "author": "LucyAmy Photography", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea", + "sentence": "This is a simple current and voltage sensing library for the INA219 high-side Current Sensor", + "paragraph": "LapINA219 provides basic current, voltage, and power monitoring, with a current resolution 0.1mA, maximum bus voltage of 16V, and maximum bus current of 400mA. It is designed to monitor a project's power, and is small and lightweight. There are other more complex libraries available if you need more control over the setup.", + "website": "https://github.com/lucyamy/LapINA219", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucyamy/LapINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapINA219-1.0.0.zip", + "archiveFileName": "LapINA219-1.0.0.zip", + "size": 5756, + "checksum": "SHA-256:35293e32e640ea92b148ffca070ea6ba702be7cc6a6819eb1efa9fdbc8121db3" + }, + { + "name": "LiveObjectsSDK", + "version": "2.0.0", + "author": "Orange", + "maintainer": "Marc Delain \u003cmarc.delain@orange.com\u003e, Krzysztof Krzeslak \u003ckrzysztof.krzeslak@orange.com\u003e", + "sentence": "A library that makes connection with Orange LiveObjects platform a breeze.", + "paragraph": "Supports connection with LiveObjects platform in device mode, with the use of GSM or WifI connectivity.", + "website": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino.git", + "providesIncludes": ["LiveObjects.h"], + "dependencies": [ + { + "name": "WiFiNINA" + }, + { + "name": "MKRNB" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFi101" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DatavenueLiveObjects/LiveObjectsSDK-2.0.0.zip", + "archiveFileName": "LiveObjectsSDK-2.0.0.zip", + "size": 18949762, + "checksum": "SHA-256:c8c8d12a33cb606cc4ff12f3e2ea24f56b885ed0c849adf08e47615dfd02b25b" + }, + { + "name": "Approximate", + "version": "1.0.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate library is a WiFi Arduino Library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate library is a WiFi Arduino Library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32, perhaps a switch that operates the nearest lamp or a song that plays when you (and your phone) come home.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/davidchatting/Approximate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.0.0.zip", + "archiveFileName": "Approximate-1.0.0.zip", + "size": 1360057, + "checksum": "SHA-256:881f721e19dd2ae1c8454cd5579205b4df0478232b628820b609e1cd07c6242d" + }, + { + "name": "Approximate", + "version": "1.0.1", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32, perhaps a switch that operates the nearest lamp or a song that plays when you (and your phone) come home.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.0.1.zip", + "archiveFileName": "Approximate-1.0.1.zip", + "size": 1360062, + "checksum": "SHA-256:bcaf13e36fb336a1e670b3a315b981818ae2cc7c95cac9a4002b64be3d9b05b6" + }, + { + "name": "Approximate", + "version": "1.1.1", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.1.1.zip", + "archiveFileName": "Approximate-1.1.1.zip", + "size": 1367617, + "checksum": "SHA-256:1da6410086fea643a155f1c6fdfa546fb5881c4526646c348e3428e1b7d52edd" + }, + { + "name": "Approximate", + "version": "1.2.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.2.0.zip", + "archiveFileName": "Approximate-1.2.0.zip", + "size": 1368204, + "checksum": "SHA-256:50432730e1b627a5b71019f0b883a06ddcb859a8b8ceebbe58a71228a414c86f" + }, + { + "name": "Approximate", + "version": "1.3.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.3.0.zip", + "archiveFileName": "Approximate-1.3.0.zip", + "size": 1368514, + "checksum": "SHA-256:b77ab9b72081fee66577743649b18922f52576f4f5e463888e8aa56c808bce1c" + }, + { + "name": "Approximate", + "version": "1.4.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.4.0.zip", + "archiveFileName": "Approximate-1.4.0.zip", + "size": 1368550, + "checksum": "SHA-256:8ff5a52e259e3f35dbe486b976c00f8ddf18b6b515153a16cda38cf07f8b2035" + }, + { + "name": "LapI2CTop", + "version": "1.0.0", + "author": "LucyAmy Photography", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea", + "sentence": "LapI2CTop supports a branched topology I2C network, using the ubiquitous TCA9748 multiplexers", + "paragraph": "It performs discovery to find each I2C device on the bus, and assigns each a deviceID that can be used to setup the path to that device. There is a configurable limit of 64 I2C devices. If you need more you can change that. All that is needed to access a device anywhere on the bus is a call to setbus(deviceID) before talking to it. It's that simple.", + "website": "https://github.com/lucyamy/LapI2CTop", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lucyamy/LapI2CTop.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapI2CTop-1.0.0.zip", + "archiveFileName": "LapI2CTop-1.0.0.zip", + "size": 9146, + "checksum": "SHA-256:a6eaa1f037d59cfa00952a6a8466b2d13958056dfb020210c7ebfadbe891ae0c" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["mbed", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": ["NRF52_MBED_TimerInterrupt.h", "NRF52_MBED_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.0.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.0.1.zip", + "size": 152420, + "checksum": "SHA-256:8047ffc35493f56f7bc2bff69d98f22209bd68d8784f07dc642bed0fd9602c40" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["mbed", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": ["NRF52_MBED_TimerInterrupt.h", "NRF52_MBED_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.0.2.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.0.2.zip", + "size": 157155, + "checksum": "SHA-256:e2ffac669b3373106d9d0b89491e75169d311ccf916a57c906165387fbbf7c8b" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["mbed", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": ["NRF52_MBED_TimerInterrupt.h", "NRF52_MBED_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.1.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.1.1.zip", + "size": 165520, + "checksum": "SHA-256:894bbd91bac9d13ff101df00f054d7daddd2233427ce83e5d258016abcd38700" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["mbed", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": ["NRF52_MBED_TimerInterrupt.h", "NRF52_MBED_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.2.0.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.2.0.zip", + "size": 174007, + "checksum": "SHA-256:666ec0f5e6ac9bd362aad79fcbee7a282ce18057f5f69987c3b380fcf3178d66" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["mbed", "mbed_nano", "nrf52"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": ["NRF52_MBED_TimerInterrupt.h", "NRF52_MBED_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.2.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.2.1.zip", + "size": 177111, + "checksum": "SHA-256:6a070a8958876354682447292621ddcf43a034526f61693ac6ad99334de4b2ac" + }, + { + "name": "M5_RTC_Module", + "version": "1.0.0", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", + "maintainer": "Johannes W.", + "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", + "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", + "website": "https://github.com/iotec-gmbh/M5_RTC_Module", + "category": "Timing", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "providesIncludes": ["M5_RTC_Module.h"], + "dependencies": [ + { + "name": "RV-3028-C7" + }, + { + "name": "uEEPROMLib" + }, + { + "name": "MCP3X21" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.0.zip", + "archiveFileName": "M5_RTC_Module-1.0.0.zip", + "size": 824437, + "checksum": "SHA-256:9a25c876012eae695920dbab8ddc134a5b2968384cba35a0a6321a814364fa03" + }, + { + "name": "M5_RTC_Module", + "version": "1.0.1", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", + "maintainer": "Johannes W.", + "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", + "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", + "website": "https://github.com/iotec-gmbh/M5_RTC_Module", + "category": "Timing", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "providesIncludes": ["M5_RTC_Module.h"], + "dependencies": [ + { + "name": "RTC RV-3028-C7 Arduino Library" + }, + { + "name": "uEEPROMLib" + }, + { + "name": "MCP3X21" + }, + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.1.zip", + "archiveFileName": "M5_RTC_Module-1.0.1.zip", + "size": 824455, + "checksum": "SHA-256:b7237fbfb3ae0326c787fab97e6122ca67b0447d827b2ae7e8207a92287079cb" + }, + { + "name": "M5_RTC_Module", + "version": "1.0.2", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", + "maintainer": "Johannes W.", + "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", + "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", + "website": "https://github.com/iotec-gmbh/M5_RTC_Module", + "category": "Timing", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "providesIncludes": ["M5_RTC_Module.h"], + "dependencies": [ + { + "name": "RTC RV-3028-C7 Arduino Library" + }, + { + "name": "uEEPROMLib" + }, + { + "name": "MCP3X21" + }, + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.2.zip", + "archiveFileName": "M5_RTC_Module-1.0.2.zip", + "size": 824474, + "checksum": "SHA-256:41c38bc2393296e515cd7dfe20e3558de8062bf59b9a480d848db7b36913b984" + }, + { + "name": "EE895 Arduino Library", + "version": "0.1.0", + "author": "Jakob Lechner \u003cmail@jalr.de\u003e", + "maintainer": "Jakob Lechner \u003cmail@jalr.de\u003e", + "sentence": "Library for the EE895 CO2 Sensor", + "paragraph": "An Arduino library for the \u003ca href=\"https://www.epluse.com/en/products/co2-measurement/co2-sensor/ee895/\"\u003eEE895 CO2 sensor\u003c/a\u003e manufactured by E+E Elektronik Ges.m.b.H.", + "website": "https://github.com/jalr/EE895", + "category": "Sensors", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/jalr/EE895.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jalr/EE895_Arduino_Library-0.1.0.zip", + "archiveFileName": "EE895_Arduino_Library-0.1.0.zip", + "size": 352232, + "checksum": "SHA-256:2a5ee773fb825dcb63c521f91b21e64e71e985e7c2b06c568e75743c53cf9c74" + }, + { + "name": "L298N_MotorDriver", + "version": "1.0.0", + "author": "Alex Krieg", + "maintainer": "Alex Krieg\u003calex.krieg@gmx.ch\u003e", + "sentence": "Arduino driver library for DC-Motors", + "website": "https://github.com/KROIA/L298N_MotorDriver", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KROIA/L298N_MotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KROIA/L298N_MotorDriver-1.0.0.zip", + "archiveFileName": "L298N_MotorDriver-1.0.0.zip", + "size": 4432, + "checksum": "SHA-256:25182052cadd58a1d210bbf7bc2bfed0f90eb76ff136fbfb2aa2fab52656aef3" + }, + { + "name": "L298N_MotorDriver", + "version": "1.0.1", + "author": "Alex Krieg", + "maintainer": "Alex Krieg\u003calex.krieg@gmx.ch\u003e", + "sentence": "Arduino driver library for DC-Motors", + "website": "https://github.com/KROIA/L298N_MotorDriver", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/KROIA/L298N_MotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KROIA/L298N_MotorDriver-1.0.1.zip", + "archiveFileName": "L298N_MotorDriver-1.0.1.zip", + "size": 5353, + "checksum": "SHA-256:fcfbb644558dbcda6c11c6be09a361df1fdc51c2248842cd95e5c6a0306748a9" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": ["ArduinoTMF8801.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.0.0.zip", + "size": 6310692, + "checksum": "SHA-256:8d77c8b39e940b583e6f70136ccf4349d33f31ee8d5f69b9ab57e3a9da44bb01" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": ["samd", "mbed"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": ["ArduinoTMF8801.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.1.zip", + "archiveFileName": "107_Arduino_TMF8801-1.0.1.zip", + "size": 6243679, + "checksum": "SHA-256:5c23d00fe2f72d7c5d8097ae7a6a9ff83622e224be133a985ae935692b20c7c6" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.0.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": ["samd", "esp32", "mbed", "mbed_nano", "mbed_portenta", "mbed_edge"], + "types": ["Contributed"], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": ["ArduinoTMF8801.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.2.zip", + "archiveFileName": "107_Arduino_TMF8801-1.0.2.zip", + "size": 7092503, + "checksum": "SHA-256:f552f612a8ae772709ebc23022bba3b2c6ad69ab6d5771af2f06f5c89834c2c4" + }, + { + "name": "FauxmoESP", + "version": "2.1.0", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.1.0.zip", + "archiveFileName": "FauxmoESP-2.1.0.zip", + "size": 11733, + "checksum": "SHA-256:103d51160e507e8ef7054afe69fc5e79bad2722f35e9fb197bf4ba95523d39e5" + }, + { + "name": "FauxmoESP", + "version": "2.2.0", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.2.0.zip", + "archiveFileName": "FauxmoESP-2.2.0.zip", + "size": 13941, + "checksum": "SHA-256:9bf917b8f67de3718c64feca5f6bd440db94f619ff7b40a241b5a7c35869dc5f" + }, + { + "name": "FauxmoESP", + "version": "2.2.1", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.2.1.zip", + "archiveFileName": "FauxmoESP-2.2.1.zip", + "size": 13992, + "checksum": "SHA-256:e4611e1275f08a4547916a2203f9d8c919aff506dd15e1b9ea08fec4c638d4f1" + }, + { + "name": "FauxmoESP", + "version": "2.3.0", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.3.0.zip", + "archiveFileName": "FauxmoESP-2.3.0.zip", + "size": 213521, + "checksum": "SHA-256:99c9ecb3655ba1374cf45fc474800154136c09190d7c291b716457192fdfe47f" + }, + { + "name": "FauxmoESP", + "version": "3.0.2", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.0.2.zip", + "archiveFileName": "FauxmoESP-3.0.2.zip", + "size": 215968, + "checksum": "SHA-256:4b2304b988cbb9ba27249830db067ae7c943aa2150e9c390c491aef1c8e20856" + }, + { + "name": "FauxmoESP", + "version": "3.1.0", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.0.zip", + "archiveFileName": "FauxmoESP-3.1.0.zip", + "size": 24426, + "checksum": "SHA-256:370362675b2de5a51958b7bf7eaecdcadb456a48c5b9a2f0ac2ef0d12bf89576" + }, + { + "name": "FauxmoESP", + "version": "3.1.1", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.1.zip", + "archiveFileName": "FauxmoESP-3.1.1.zip", + "size": 24565, + "checksum": "SHA-256:febf3eb7c735b70e862ac3d83cf33a2fe2937bd0e15a3d4317129e9d7eb16f70" + }, + { + "name": "FauxmoESP", + "version": "3.1.2", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.2.zip", + "archiveFileName": "FauxmoESP-3.1.2.zip", + "size": 25312, + "checksum": "SHA-256:681bdd4b2c3a74c8c4bb25658b4005e59ca9a9cfda76e227b41b4e881ff89e88" + }, + { + "name": "FauxmoESP", + "version": "3.2.0", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.2.0.zip", + "archiveFileName": "FauxmoESP-3.2.0.zip", + "size": 25651, + "checksum": "SHA-256:e5e38e59c6ae76b7a83f616b8d05d7c445e758de18eca01d2c129afb9447d82e" + }, + { + "name": "FauxmoESP", + "version": "3.3.0", + "author": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.3.0.zip", + "archiveFileName": "FauxmoESP-3.3.0.zip", + "size": 25630, + "checksum": "SHA-256:91e8d3ae615f6a2e9951cafc9943be34f7a21af3333da52b3f051a7e6f9c2c88" + }, + { + "name": "FauxmoESP", + "version": "3.4.0", + "author": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": ["fauxmoESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.4.0.zip", + "archiveFileName": "FauxmoESP-3.4.0.zip", + "size": 25790, + "checksum": "SHA-256:8690c294634145cd50a15e3af2753f8114335054fde12bbfec0c45f3ee18c197" + }, + { + "name": "PlugPiBlack", + "version": "0.0.1", + "author": "Flavian Melquiades", + "maintainer": "PiCode Education", + "sentence": "Library used for program the Plu\u0026Pi Black board.", + "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", + "website": "https://github.com/picodebr/PlugPiBlack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/picodebr/PlugPiBlack.git", + "providesIncludes": ["PlugPiBlack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.1.zip", + "archiveFileName": "PlugPiBlack-0.0.1.zip", + "size": 1871, + "checksum": "SHA-256:0ad6de87fff3845b08e6ccf045ffa02657d2c385076e3f0a0d31edc9b9ac77d3" + }, + { + "name": "PlugPiBlack", + "version": "0.0.2", + "author": "Flavian Melquiades", + "maintainer": "PiCode Education", + "sentence": "Library used for program the Plu\u0026Pi Black board.", + "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", + "website": "https://github.com/picodebr/PlugPiBlack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/picodebr/PlugPiBlack.git", + "providesIncludes": ["PlugPiBlack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.2.zip", + "archiveFileName": "PlugPiBlack-0.0.2.zip", + "size": 4691, + "checksum": "SHA-256:2e82ef112e23a799e25a56294e5b6659a127cd2279caeabd9fef8bdc6c016932" + }, + { + "name": "PlugPiBlack", + "version": "0.0.3", + "author": "Flavian Melquiades", + "maintainer": "PiCode Education", + "sentence": "Library used for program the Plu\u0026Pi Black board.", + "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", + "website": "https://github.com/picodebr/PlugPiBlack", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/picodebr/PlugPiBlack.git", + "providesIncludes": ["PlugPiBlack.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.3.zip", + "archiveFileName": "PlugPiBlack-0.0.3.zip", + "size": 5641, + "checksum": "SHA-256:560c995f1996f4729867610b7c969444852fa13774cab12978346581976293ad" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "1.2.3", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-1.2.3.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-1.2.3.zip", + "size": 1209815, + "checksum": "SHA-256:9b5a63bae8cc4c27212ee585a4bcc34c5b4a033a4195aa57ba1ec00c4d964ef6" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.0.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.0.zip", + "size": 1479173, + "checksum": "SHA-256:31d36a38d46b9cc6efbc7fe3fb4e072fafb3cc183aa20b6d3ab873035ae02db0" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.1", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.1.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.1.zip", + "size": 1479233, + "checksum": "SHA-256:d401c39647d1f4dc5b31e91af67ab635ce92cd426ab76abb1f78210cdfd60ad4" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.2", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.2.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.2.zip", + "size": 1571024, + "checksum": "SHA-256:e7f32f28740a0fe63db55a348cb6eb894a067d2fc8a93ec84e3d234c553870ed" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.3", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.3.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.3.zip", + "size": 1571081, + "checksum": "SHA-256:13c7a834d5232551298f71485f814e46ed7e0db15614c1a4fc682122e6eb88c9" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.5", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.5.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.5.zip", + "size": 1388092, + "checksum": "SHA-256:568187c200de90ddfc0cce224484dd809225a4f0ee76c79935edabee26dc4327" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.7.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.7.zip", + "size": 207836, + "checksum": "SHA-256:f9c7a6c5d150a71903a75a676948ea2625f81b733a6e2aba00a44bd2297727b7" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.8.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.8.zip", + "size": 313900, + "checksum": "SHA-256:a8c150dedf162de22f6df817dcb1d10528a898c04dfabcbcf4808ba693fadc83" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.9.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.9.zip", + "size": 321812, + "checksum": "SHA-256:d8a3eef76d2a66e7b9578a38752ba0e5e1859cea26aa73780fab4777a62f2088" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.10.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.10.zip", + "size": 327202, + "checksum": "SHA-256:0d6225cf780357b9565abb52e03ab68efe9c6ae84e187d74a991e53bac350162" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "DEPRECATED Library for I2C and Serial Communication with u-blox modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "Please note: this library is deprecated. Please migrate to \u003ca href=\"https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library\"\u003ev2.0\u003c/a\u003e. You can find the migration instructions \u003ca href=\"https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#migrating-to-v20\"\u003ehere\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eAn Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.11.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.11.zip", + "size": 327469, + "checksum": "SHA-256:d7367e582f3e3d336d435998f45c81a90c674be574972004e4bd44dc44f48024" + }, + { + "name": "PowerFlex4m", + "version": "1.0.0", + "author": "Brett McAlpine", + "maintainer": "Brett McAlpine \u003cbrettmcalpine@gmail.com\u003e", + "sentence": "Abstraction layer for simple ModBus communications with PowerFlex 4m VFDs", + "paragraph": "Useful for controlling your Allen Bradley PowerFlex 4m VFDs with just an Arduino. Even an Uno can do it.", + "website": "https://github.com/brettmcalpine/PowerFlex4m", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/brettmcalpine/PowerFlex4m.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brettmcalpine/PowerFlex4m-1.0.0.zip", + "archiveFileName": "PowerFlex4m-1.0.0.zip", + "size": 6267, + "checksum": "SHA-256:eb9c377a34f49ced07bd344004fa17e0aa3eacdd817b093efc1d730fa92f4b5a" + }, + { + "name": "ESP Mail Client", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.0.zip", + "archiveFileName": "ESP_Mail_Client-1.0.0.zip", + "size": 312481, + "checksum": "SHA-256:6411e9aa5f794ca110cf2d2865b318248ab9c8c04e3d17a00c875e53b000cd60" + }, + { + "name": "ESP Mail Client", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.1.zip", + "archiveFileName": "ESP_Mail_Client-1.0.1.zip", + "size": 316046, + "checksum": "SHA-256:fe86b5944054f6f101cac10b890081acbcb4bd983f677c9f8c152d54d074fb5d" + }, + { + "name": "ESP Mail Client", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.2.zip", + "archiveFileName": "ESP_Mail_Client-1.0.2.zip", + "size": 316530, + "checksum": "SHA-256:46eb8fad5d3d92f58d598b4ddf36522885af248d4c38d197291daa17fe06eabf" + }, + { + "name": "ESP Mail Client", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.3.zip", + "archiveFileName": "ESP_Mail_Client-1.0.3.zip", + "size": 316526, + "checksum": "SHA-256:f2ae40df053478e6c659df0f702a6a98f14335396c964958783477a63af97b4e" + }, + { + "name": "ESP Mail Client", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.5.zip", + "archiveFileName": "ESP_Mail_Client-1.0.5.zip", + "size": 323537, + "checksum": "SHA-256:3a2dea40e679ac012d86267c473abb9665ef571feed9cff37d354352c2cc03f6" + }, + { + "name": "ESP Mail Client", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.6.zip", + "archiveFileName": "ESP_Mail_Client-1.0.6.zip", + "size": 323557, + "checksum": "SHA-256:fd17095ba75e7d70cb294e7064a778c51dbe66806a6aab492e61c7ebd1616c8f" + }, + { + "name": "ESP Mail Client", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.7.zip", + "archiveFileName": "ESP_Mail_Client-1.0.7.zip", + "size": 323562, + "checksum": "SHA-256:d3ba4c5c637c891b25b0f7d1f874aa50063e899295590d6d86907ce0c0b4ee4e" + }, + { + "name": "ESP Mail Client", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.8.zip", + "archiveFileName": "ESP_Mail_Client-1.0.8.zip", + "size": 330199, + "checksum": "SHA-256:e72ff5c24bfc445588113e20c0dfa294de4c694a56c99389ad630f703cc85691" + }, + { + "name": "ESP Mail Client", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.9.zip", + "archiveFileName": "ESP_Mail_Client-1.0.9.zip", + "size": 330237, + "checksum": "SHA-256:71e99788858392e01fa64d1335f16382bf59aaabdba6b8d2835b85e6011a6e43" + }, + { + "name": "ESP Mail Client", + "version": "1.0.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.10.zip", + "archiveFileName": "ESP_Mail_Client-1.0.10.zip", + "size": 330440, + "checksum": "SHA-256:528cec23c239b463eb337a19ab8dbe54362a04b79ae73443566a0199a8916ddb" + }, + { + "name": "ESP Mail Client", + "version": "1.0.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.11.zip", + "archiveFileName": "ESP_Mail_Client-1.0.11.zip", + "size": 330354, + "checksum": "SHA-256:0516e975eeb5016baea4390ebcdb0cff222a1745813f84f703667ba8eacdf693" + }, + { + "name": "ESP Mail Client", + "version": "1.0.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.12.zip", + "archiveFileName": "ESP_Mail_Client-1.0.12.zip", + "size": 330393, + "checksum": "SHA-256:4bb69256ad517cf65dadd94aa805ce5ff7385711833b7122c7f7764b01f2f903" + }, + { + "name": "ESP Mail Client", + "version": "1.0.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.13.zip", + "archiveFileName": "ESP_Mail_Client-1.0.13.zip", + "size": 330931, + "checksum": "SHA-256:7add9635fea83e6ab1bf1ebcd04ca959df052a29052db385a2ecbabe62dfdb0d" + }, + { + "name": "ESP Mail Client", + "version": "1.0.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.15.zip", + "archiveFileName": "ESP_Mail_Client-1.0.15.zip", + "size": 336065, + "checksum": "SHA-256:82c7ab08fa65e0d87d8ccd4284ca734639d35f5d5e651f943abf8cb006bc8b58" + }, + { + "name": "ESP Mail Client", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.0.zip", + "archiveFileName": "ESP_Mail_Client-1.1.0.zip", + "size": 336175, + "checksum": "SHA-256:89af0c20faa57564e314bb06bdaaa4a456ca2c9fe1de64e96840c19d50528672" + }, + { + "name": "ESP Mail Client", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.1.zip", + "archiveFileName": "ESP_Mail_Client-1.1.1.zip", + "size": 336055, + "checksum": "SHA-256:e77fea0975c6cf8de4eff1311360782a7a3ac400865df94fd0555afba213472e" + }, + { + "name": "ESP Mail Client", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.2.zip", + "archiveFileName": "ESP_Mail_Client-1.1.2.zip", + "size": 336065, + "checksum": "SHA-256:c841782ead065f2320c28d688a3cf3f08d96341e13eb3b11d0b57c908b3741de" + }, + { + "name": "ESP Mail Client", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.3.zip", + "archiveFileName": "ESP_Mail_Client-1.1.3.zip", + "size": 336001, + "checksum": "SHA-256:8e4e079d5ea6d55049fb8af53f46c6ffff6547529d7f64545f98411d7d64aef9" + }, + { + "name": "ESP Mail Client", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.4.zip", + "archiveFileName": "ESP_Mail_Client-1.1.4.zip", + "size": 337683, + "checksum": "SHA-256:f6fc65da0e38b5d41dc29355fa46479495ccaba34a2cca80c1ebec31039b2737" + }, + { + "name": "ESP Mail Client", + "version": "1.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.5.zip", + "archiveFileName": "ESP_Mail_Client-1.1.5.zip", + "size": 800649, + "checksum": "SHA-256:8c7cf75d84e092dbe1f77dfa2490730584eeb8996fcfef8d583023bf27b095fd" + }, + { + "name": "ESP Mail Client", + "version": "1.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.6.zip", + "archiveFileName": "ESP_Mail_Client-1.1.6.zip", + "size": 801920, + "checksum": "SHA-256:079d538eeca282be07f9b226367c6908eb991acb8c04a6094057f72238200368" + }, + { + "name": "ESP Mail Client", + "version": "1.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.7.zip", + "archiveFileName": "ESP_Mail_Client-1.1.7.zip", + "size": 801912, + "checksum": "SHA-256:8b81e7162b48838f6147f5b4401ccf35c9d5b8e5de2fb6ffe2d492f0b67a8a75" + }, + { + "name": "ESP Mail Client", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.2.0.zip", + "archiveFileName": "ESP_Mail_Client-1.2.0.zip", + "size": 802471, + "checksum": "SHA-256:7870dde1d10e8b37b3771e911df64d5d204cec906a48ed03a21b687a8e09e535" + }, + { + "name": "ESP Mail Client", + "version": "1.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.0.zip", + "archiveFileName": "ESP_Mail_Client-1.3.0.zip", + "size": 1736976, + "checksum": "SHA-256:9247aecb22ff5d05fbd49c00daedd5abc00800c4662ebd3314735c45d027f418" + }, + { + "name": "ESP Mail Client", + "version": "1.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.1.zip", + "archiveFileName": "ESP_Mail_Client-1.3.1.zip", + "size": 1713879, + "checksum": "SHA-256:2e75b28736ff6c90d329d541fe6a71d9c2e53ebe364be8f27e83f5fea24052aa" + }, + { + "name": "ESP Mail Client", + "version": "1.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": ["esp32", "esp8266", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.2.zip", + "archiveFileName": "ESP_Mail_Client-1.3.2.zip", + "size": 1713862, + "checksum": "SHA-256:5a7452e10662c919c583991c3461f89990f241dcebab727686deda3b520fe571" + }, + { + "name": "MCP3X21", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "MCP3021 \u0026 MCP3221 Arduino library", + "website": "https://github.com/pilotak/MCP3X21", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MCP3X21.git", + "providesIncludes": ["MCP3X21.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MCP3X21-1.0.0.zip", + "archiveFileName": "MCP3X21-1.0.0.zip", + "size": 6370, + "checksum": "SHA-256:4cbd8f0f357d8b4631e5b73bc3b5f67db703b9b4a44bd5704b5db719c21dad77" + }, + { + "name": "MCP3X21", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "MCP3021 \u0026 MCP3221 Arduino library", + "website": "https://github.com/pilotak/MCP3X21", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MCP3X21.git", + "providesIncludes": ["MCP3X21.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MCP3X21-1.0.1.zip", + "archiveFileName": "MCP3X21-1.0.1.zip", + "size": 6357, + "checksum": "SHA-256:dbefca2e6d8289b5a1d6ff1a014cb32674b2ba3c5c57e28f95e72e9e29d72cda" + }, + { + "name": "LPS35HW", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "LPS35HW pressure sensor library", + "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", + "website": "https://github.com/pilotak/LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/LPS35HW.git", + "providesIncludes": ["LPS35HW.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.0.zip", + "archiveFileName": "LPS35HW-1.0.0.zip", + "size": 8751, + "checksum": "SHA-256:33e50dbe38f05104f5bfa531b5908bb0f1646a6f919a740c01c685b218f5a857" + }, + { + "name": "LPS35HW", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "LPS35HW pressure sensor library", + "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", + "website": "https://github.com/pilotak/LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/LPS35HW.git", + "providesIncludes": ["LPS35HW.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.1.zip", + "archiveFileName": "LPS35HW-1.0.1.zip", + "size": 8877, + "checksum": "SHA-256:ab61276590882c9a2a12b488b692b69101bb8fe4c79cc4175f070be31b3ed800" + }, + { + "name": "LPS35HW", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "LPS35HW pressure sensor library", + "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", + "website": "https://github.com/pilotak/LPS35HW", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/LPS35HW.git", + "providesIncludes": ["LPS35HW.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.2.zip", + "archiveFileName": "LPS35HW-1.0.2.zip", + "size": 9068, + "checksum": "SHA-256:4954fac956140c2219c44950b930527161128c2c5be6fb5755434f6969dd6988" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": ["MovingAverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.0.zip", + "archiveFileName": "MovingAverageAngle-1.0.0.zip", + "size": 5529, + "checksum": "SHA-256:21cd15ac682c892b570e33fb419f6f4660a47bf6c0128ad10430d71e73042a5c" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": ["MovingAverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.1.zip", + "archiveFileName": "MovingAverageAngle-1.0.1.zip", + "size": 5536, + "checksum": "SHA-256:1d5fd1f8435f30e14cd74d3144de804e3208befa8b4cca2afa28d3e73f7d7271" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": ["MovingAverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.2.zip", + "archiveFileName": "MovingAverageAngle-1.0.2.zip", + "size": 5590, + "checksum": "SHA-256:c057453c77e17a2dfa49ced860b870bdee3982378212c452055358bd71ed6071" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.3", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": ["MovingAverageAngle.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.3.zip", + "archiveFileName": "MovingAverageAngle-1.0.3.zip", + "size": 5639, + "checksum": "SHA-256:2d7e9abe66394db087e0154119e864e41037409567dd4b360ba92d51f8ab2351" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.4", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": ["MovingAverageAngle.h"], + "dependencies": [ + { + "name": "MovingAverage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.4.zip", + "archiveFileName": "MovingAverageAngle-1.0.4.zip", + "size": 5798, + "checksum": "SHA-256:ad3168d3f04c0142e2de0f995d016951e8ea219f6350358ac6ff956e416623f5" + }, + { + "name": "MovingAverageFloat", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging float numbers", + "website": "https://github.com/pilotak/MovingAverageFloat", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageFloat.git", + "providesIncludes": ["MovingAverageFloat.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageFloat-1.0.0.zip", + "archiveFileName": "MovingAverageFloat-1.0.0.zip", + "size": 5119, + "checksum": "SHA-256:29f8ec338cbc4a8ab388f4a62a4c005aaad8c9d80fd4190c23d43e008848c83b" + }, + { + "name": "MovingAverageFloat", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging float numbers", + "website": "https://github.com/pilotak/MovingAverageFloat", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverageFloat.git", + "providesIncludes": ["MovingAverageFloat.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageFloat-1.0.1.zip", + "archiveFileName": "MovingAverageFloat-1.0.1.zip", + "size": 5305, + "checksum": "SHA-256:00a6f0e560c75d66ce2e91f07786c7e08d62ab24999c7faefa9a59089999a229" + }, + { + "name": "MovingAverage", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Moving Average library", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": ["MovingAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.0.zip", + "archiveFileName": "MovingAverage-1.0.0.zip", + "size": 4571, + "checksum": "SHA-256:c61e65c42b5bf844337ac779ceb05974668df39fd3e5b459b476078734c42834" + }, + { + "name": "MovingAverage", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging fixed-point numbers", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": ["MovingAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.1.zip", + "archiveFileName": "MovingAverage-1.0.1.zip", + "size": 5202, + "checksum": "SHA-256:e892c60adaba9beecce087e74ff2f938c5731c8123ac9c79ed8807d8e650ed66" + }, + { + "name": "MovingAverage", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging fixed-point numbers", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": ["MovingAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.2.zip", + "archiveFileName": "MovingAverage-1.0.2.zip", + "size": 5205, + "checksum": "SHA-256:df853df3f00f4f01d8f2a466944be746122bbe75a9e8c544d396af9cf2efc9a0" + }, + { + "name": "MovingAverage", + "version": "1.0.3", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging fixed-point numbers", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": ["MovingAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.3.zip", + "archiveFileName": "MovingAverage-1.0.3.zip", + "size": 5407, + "checksum": "SHA-256:2070c5235212855d38380f35e7299cd3c1c49fbdab5f2d8d57c6cb1cb66a48d6" + }, + { + "name": "MeteoFunctions", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": ["MeteoFunctions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.0.zip", + "archiveFileName": "MeteoFunctions-1.0.0.zip", + "size": 8146, + "checksum": "SHA-256:1251acf620246dc944cd79cc91203307b60c4eb5eceab769517d0deca8436d08" + }, + { + "name": "MeteoFunctions", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": ["MeteoFunctions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.1.zip", + "archiveFileName": "MeteoFunctions-1.0.1.zip", + "size": 8151, + "checksum": "SHA-256:dac592d451fe7c18a20a810db84dd8eb98bf2ba2d5a20c1d869341c202966c61" + }, + { + "name": "MeteoFunctions", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": ["MeteoFunctions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.2.zip", + "archiveFileName": "MeteoFunctions-1.0.2.zip", + "size": 8330, + "checksum": "SHA-256:116d2af5ba74b5359eb512c1b5b440f1cb2c4f3ecbae72283f8c2705cf4c83f5" + }, + { + "name": "MeteoFunctions", + "version": "1.0.3", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": ["MeteoFunctions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.3.zip", + "archiveFileName": "MeteoFunctions-1.0.3.zip", + "size": 8330, + "checksum": "SHA-256:536792eb5e82863fe1ad33b4b19e1b30da111cddb82396907296ffe834199a8b" + }, + { + "name": "MeteoFunctions", + "version": "1.1.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": ["MeteoFunctions.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.1.0.zip", + "archiveFileName": "MeteoFunctions-1.1.0.zip", + "size": 8571, + "checksum": "SHA-256:38a26de4a58f58ec558b753d3734894b5bd9f1f9340c949e33392f060e335093" + }, + { + "name": "Hysteresis", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Hysteresis library", + "paragraph": "(fixed point only)", + "website": "https://github.com/pilotak/Hysteresis", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/Hysteresis.git", + "providesIncludes": ["Hysteresis.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/Hysteresis-1.0.0.zip", + "archiveFileName": "Hysteresis-1.0.0.zip", + "size": 4569, + "checksum": "SHA-256:32cba8774beb0559d08058d8465c373e678b908eebe197e33ff81c9d3e2a6933" + }, + { + "name": "Hysteresis", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Hysteresis library", + "paragraph": "(fixed point only)", + "website": "https://github.com/pilotak/Hysteresis", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/Hysteresis.git", + "providesIncludes": ["Hysteresis.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/Hysteresis-1.0.1.zip", + "archiveFileName": "Hysteresis-1.0.1.zip", + "size": 5373, + "checksum": "SHA-256:3e4563728df703728f178506596497f9c2c9a50c9c48c4129eb52d5eb11a9b16" + }, + { + "name": "WeatherMeters", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": ["WeatherMeters.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-1.0.0.zip", + "archiveFileName": "WeatherMeters-1.0.0.zip", + "size": 6919, + "checksum": "SHA-256:097e0903da209acdce0c0dd990283798968e90a81952b67083ede8ff9ce8354f" + }, + { + "name": "WeatherMeters", + "version": "2.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": ["WeatherMeters.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.0.zip", + "archiveFileName": "WeatherMeters-2.0.0.zip", + "size": 12099, + "checksum": "SHA-256:41b0663a91b5ede3963b5fb254b4563b57746a7fdef4a67bcfdac4c4ca3291ee" + }, + { + "name": "WeatherMeters", + "version": "2.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": ["WeatherMeters.h"], + "dependencies": [ + { + "name": "MovingAverageAngle" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.1.zip", + "archiveFileName": "WeatherMeters-2.0.1.zip", + "size": 11310, + "checksum": "SHA-256:3b280c8974b593043acb07cb341993da3a110d7c82d7be94abec1670f3c850c0" + }, + { + "name": "WeatherMeters", + "version": "2.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": ["WeatherMeters.h"], + "dependencies": [ + { + "name": "MovingAverageAngle" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.2.zip", + "archiveFileName": "WeatherMeters-2.0.2.zip", + "size": 11314, + "checksum": "SHA-256:59c77444cf313d4dbb7dba579c453dcb5ea9069b94701ccdaf54579b514339e8" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.0.zip", + "size": 23854, + "checksum": "SHA-256:cd70141c2e8e40eea654b827508c23f8326fc7f287141df2c1dcae166e3f8d90" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.1.zip", + "size": 23926, + "checksum": "SHA-256:0463114ea9fc6ca3bd23d4b3f3843247a1225033320bd8971500795539023228" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.2.zip", + "size": 23946, + "checksum": "SHA-256:0032c8b68b226187afc111c63999f9a0bbdf8c20197b5757e9ad3c8a0f2b801a" + }, + { + "name": "ptScheduler", + "version": "1.1.0", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "You won't have to use delay or millis functions again. Run multiple tasks periodically without blocking other tasks.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-1.1.0.zip", + "archiveFileName": "ptScheduler-1.1.0.zip", + "size": 282353, + "checksum": "SHA-256:2c94f83709b46a3360c5fa652daf25c0f387d428f0983f8b9c8a6598770abe78" + }, + { + "name": "ptScheduler", + "version": "1.1.2", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "Run multiple tasks periodically without blocking other tasks. Write intuitive code with great flexibility over timing and logic.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-1.1.2.zip", + "archiveFileName": "ptScheduler-1.1.2.zip", + "size": 298248, + "checksum": "SHA-256:a8e71cb928b148a5851114fe179c517aec4df2633958f705f8ec0d0495545c6c" + }, + { + "name": "TinyTrainable", + "version": "0.0.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "[ALPHA] Library for building media arts instruments with tiny machine learning.", + "paragraph": "Work in progress.", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.0.1.zip", + "archiveFileName": "TinyTrainable-0.0.1.zip", + "size": 3084, + "checksum": "SHA-256:6b0ffd50466babc9b61ab77fae630d9a1df42bbc2a172808f01cb8fbbe95a96c" + }, + { + "name": "TinyTrainable", + "version": "0.1.0", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "[ALPHA] Library for building media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_TensorFlowLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.1.0.zip", + "archiveFileName": "TinyTrainable-0.1.0.zip", + "size": 12434, + "checksum": "SHA-256:5a59a6e7eaa2578afadc348fe041f4072df1a9dd2f8323b14e35933ad6552b87" + }, + { + "name": "TinyTrainable", + "version": "0.2.0", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": ["mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": ["TinyTrainable.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit_ThermalAdafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.0.zip", + "archiveFileName": "TinyTrainable-0.2.0.zip", + "size": 2023471, + "checksum": "SHA-256:b217854dca1a35d1a741cf2050fc6d2ca3d93bf8c920d6dc9bb4b2a43832d826" + }, + { + "name": "TinyTrainable", + "version": "0.2.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": ["mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": ["TinyTrainable.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.1.zip", + "archiveFileName": "TinyTrainable-0.2.1.zip", + "size": 2023465, + "checksum": "SHA-256:884001863ab76ff8365a5f255d2953245c36727154513c8c11cd27e6fc62aead" + }, + { + "name": "TinyTrainable", + "version": "0.2.2", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": ["mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": ["TinyTrainable.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.2.zip", + "archiveFileName": "TinyTrainable-0.2.2.zip", + "size": 2023829, + "checksum": "SHA-256:4b30c139186ad7779cb42ee92caeef023c098ee20a227fa01c9bc0fa838d5e7e" + }, + { + "name": "TinyTrainable", + "version": "0.2.3", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": ["mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": ["TinyTrainable.h"], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.3.zip", + "archiveFileName": "TinyTrainable-0.2.3.zip", + "size": 2027394, + "checksum": "SHA-256:51bdb7d9ff38630aa7f9ad5a7750227ebc1e81454700cc5c65db2fb6d12d14b7" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.0.0.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.0.0.zip", + "size": 22225, + "checksum": "SHA-256:b289a3b4bb5839fc929ff2f6e3b15af0b88163ae6d5afd8112330451a334ac96" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.0.1.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.0.1.zip", + "size": 50440, + "checksum": "SHA-256:cac5042cc69a1051a91917569393be024d8c03c2625e43ffe6e339ca8fda3292" + }, + { + "name": "RotaryEncoder_Zanduino", + "version": "1.0.6", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Access the 3-Color LED Rotary Encoder - read and set colors", + "paragraph": "Access the 3-Color LED Rotary Encoder - read and set colors", + "website": "https://github.com/Zanduino/RotaryEncoder", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/RotaryEncoder_Zanduino-1.0.6.zip", + "archiveFileName": "RotaryEncoder_Zanduino-1.0.6.zip", + "size": 341641, + "checksum": "SHA-256:9a3e309675802b2826f4a3c55d3cdd3a4a44a264091b8de4f3bf00a4c6040ac2" + }, + { + "name": "mrm-common", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.6.zip", + "archiveFileName": "mrm_common-0.0.6.zip", + "size": 1755, + "checksum": "SHA-256:1ecb879272495d8ce9c5d5b67f10cb7a0f5044cb5eadca528af8abf921671214" + }, + { + "name": "mrm-common", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.0.zip", + "archiveFileName": "mrm_common-0.0.0.zip", + "size": 1753, + "checksum": "SHA-256:f27efa279a0c26d4d5b87c00f6beda4b9173a9e22acd1059f1a30820c65b2a78" + }, + { + "name": "mrm-common", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.7.zip", + "archiveFileName": "mrm_common-0.0.7.zip", + "size": 1755, + "checksum": "SHA-256:c0c9902116cbe208c03a3010a1ffc7c407df87eb7615510a0aa5fa85e1029593" + }, + { + "name": "mrm-common", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.8.zip", + "archiveFileName": "mrm_common-0.0.8.zip", + "size": 1826, + "checksum": "SHA-256:32fedfb99e33fbcdfde31b02653c174bbd8886c4b89df1308ec1c808d77b8761" + }, + { + "name": "mrm-common", + "version": "0.0.9", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.9.zip", + "archiveFileName": "mrm_common-0.0.9.zip", + "size": 1827, + "checksum": "SHA-256:ab6c607a3e11be32c3dfd24690d69c63c9b845c358230e95e612670744e6e417" + }, + { + "name": "mrm-common", + "version": "0.0.10", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.10.zip", + "archiveFileName": "mrm_common-0.0.10.zip", + "size": 1828, + "checksum": "SHA-256:3f86074b7246952a9714aea6b13a2893d0121e5c35776f2809b692a1a0e6d6a6" + }, + { + "name": "mrm-common", + "version": "0.0.11", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.11.zip", + "archiveFileName": "mrm_common-0.0.11.zip", + "size": 1878, + "checksum": "SHA-256:8ccf6d631175b9010c2e245b9fab80751022b496b5387618f506f654bdff4882" + }, + { + "name": "mrm-common", + "version": "0.0.12", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.12.zip", + "archiveFileName": "mrm_common-0.0.12.zip", + "size": 1877, + "checksum": "SHA-256:72e697d0c3bc48d37823b0a9ca24efdcac0effe386de6e6754b4dc3db24bdf83" + }, + { + "name": "mrm-fet-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.0.zip", + "archiveFileName": "mrm_fet_can-0.0.0.zip", + "size": 3243, + "checksum": "SHA-256:094d7c7401baeb2201d563686143fefcf93616cbf26575c84ee0e621adcdf3b5" + }, + { + "name": "mrm-fet-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.2.zip", + "archiveFileName": "mrm_fet_can-0.0.2.zip", + "size": 3266, + "checksum": "SHA-256:ced96c94aeb1d84f86c4c8b58bcce26aa0c70ef8ca8cb50710a50b650cd04ee0" + }, + { + "name": "mrm-fet-can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.3.zip", + "archiveFileName": "mrm_fet_can-0.0.3.zip", + "size": 3256, + "checksum": "SHA-256:40bbfcf30ff8d88ab29b47704697b021520ff6f8a7f69263e334013af1b3a621" + }, + { + "name": "mrm-fet-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.4.zip", + "archiveFileName": "mrm_fet_can-0.0.4.zip", + "size": 4124, + "checksum": "SHA-256:c041369b6bbd5ba18e6796a184d2b75e157d3d22a7dc4b5894f4b58b89ba0caf" + }, + { + "name": "mrm-fet-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.5.zip", + "archiveFileName": "mrm_fet_can-0.0.5.zip", + "size": 3257, + "checksum": "SHA-256:a3ce2cac3f0e7cf775605c9755d7f630abe21c81b9dae635c2ede41858410d26" + }, + { + "name": "mrm-fet-can", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.6.zip", + "archiveFileName": "mrm_fet_can-0.0.6.zip", + "size": 4141, + "checksum": "SHA-256:c728f20bc374e16589e53512c5b680f291141d9c6d95c75625dc9ba93626f975" + }, + { + "name": "mrm-fet-can", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.7.zip", + "archiveFileName": "mrm_fet_can-0.0.7.zip", + "size": 5076, + "checksum": "SHA-256:e12e5969d63e2f4cd95f4136c7f47c5e38c51a3ce2e25a0955df2f870dabc822" + }, + { + "name": "Cubigel", + "version": "1.0.0", + "author": "SV-Zanshin", + "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Read information from the Cubigel compressor system", + "paragraph": "Read information from the Cubigel compressor system", + "website": "https://github.com/SV-Zanshin/Cubigel", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/Cubigel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Cubigel-1.0.0.zip", + "archiveFileName": "Cubigel-1.0.0.zip", + "size": 213082, + "checksum": "SHA-256:ee5ace9f4ac3994ca8f3a730631a310250c13fd9aa0e36963c1e80901c230fe4" + }, + { + "name": "Cubigel", + "version": "1.0.3", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read information from the Cubigel compressor system", + "paragraph": "Read information from the Cubigel compressor system", + "website": "https://github.com/SV-Zanshin/Cubigel", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/Cubigel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Cubigel-1.0.3.zip", + "archiveFileName": "Cubigel-1.0.3.zip", + "size": 212917, + "checksum": "SHA-256:9f51841f986997b5f7aa6716d3464d8bdfc241e70f0fc4b5fd0f11b508a2a3ed" + }, + { + "name": "Seven Segments K", + "version": "1.0.0", + "author": "FernandoK", + "maintainer": "FernandoK", + "sentence": "Library for working with Seven Segments displays", + "paragraph": "Library for working with Seven Segments displays", + "website": "https://github.com/ferkoyanagi/SevenSegmentsK", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ferkoyanagi/SevenSegmentsK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ferkoyanagi/Seven_Segments_K-1.0.0.zip", + "archiveFileName": "Seven_Segments_K-1.0.0.zip", + "size": 1464110, + "checksum": "SHA-256:2e6c7f088ea700b0627c91f607b7fd81486ef1e7d0553db4e127eaada79902c8" + }, + { + "name": "Tinyfox", + "version": "0.9.0", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios.", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": ["Tinyfox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.0.zip", + "archiveFileName": "Tinyfox-0.9.0.zip", + "size": 625350, + "checksum": "SHA-256:f766c49d02e3e8979f18f3e365b3f16ebc7dd51e52e5755469bb8c85f7b16714" + }, + { + "name": "Tinyfox", + "version": "0.9.1", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios (sigfox and point to point).", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": ["Tinyfox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.1.zip", + "archiveFileName": "Tinyfox-0.9.1.zip", + "size": 635720, + "checksum": "SHA-256:ae26550e85bd9643cf69248351f3734fabcab5b8744e3c2c82aaad26a6e6112c" + }, + { + "name": "Tinyfox", + "version": "0.9.2", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios (sigfox and point to point).", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": ["Tinyfox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.2.zip", + "archiveFileName": "Tinyfox-0.9.2.zip", + "size": 635721, + "checksum": "SHA-256:53a82d8b975790f7c9d21ee0d2c9d15500049621c03d61cdf9ef570bd3e6bc42" + }, + { + "name": "Tinyfox", + "version": "0.9.3", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios (sigfox and point to point).", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": ["Tinyfox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.3.zip", + "archiveFileName": "Tinyfox-0.9.3.zip", + "size": 953735, + "checksum": "SHA-256:57911cab2695277727e9f68f3dcc60f5bb3924d131088e923dc590b9adc0bef1" + }, + { + "name": "AudioShieldDTMF", + "version": "1.0.0", + "author": "Douglas Lyon", + "maintainer": "DocJava, Inc., lyon@docjava.com", + "sentence": "MCP4921 Audio Shield DTMF Example", + "paragraph": "12 bit dac used to output to the Audio Sheild", + "website": "http://www.docjava.com", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/douglaslyon/AudioShieldDTMF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/douglaslyon/AudioShieldDTMF-1.0.0.zip", + "archiveFileName": "AudioShieldDTMF-1.0.0.zip", + "size": 11376, + "checksum": "SHA-256:9cd0cbafd2cfe95800ae2ee04da332b6c770e655f932843aca29e66067139b04" + }, + { + "name": "AudioShieldDTMF", + "version": "1.0.1", + "author": "Douglas Lyon", + "maintainer": "DocJava, Inc., lyon@docjava.com", + "sentence": "MCP4921 Audio Shield DTMF Example", + "paragraph": "12 bit dac used to output to the Audio Sheild", + "website": "https://github.com/douglaslyon/AudioShieldDTMF", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/douglaslyon/AudioShieldDTMF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/douglaslyon/AudioShieldDTMF-1.0.1.zip", + "archiveFileName": "AudioShieldDTMF-1.0.1.zip", + "size": 11385, + "checksum": "SHA-256:b22d5e8696a19f39cf0c1547b88f258af0d215f01356c3660a8f8b350a001a69" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.1.zip", + "size": 2542295, + "checksum": "SHA-256:be3ce1a056f585bd5ee9c169c986c426b7e926804b705fbc6f9dc7072e95bb62" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.3", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.3.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.3.zip", + "size": 2541740, + "checksum": "SHA-256:dbcd6ba4a5a94a435a0779bf5d873a0aa801610297c1ded7708390cbed4ba994" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.4", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.4.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.4.zip", + "size": 2541445, + "checksum": "SHA-256:5d104eda840d8d0ad19021bbbbfbb0ef884643f45eb37ad6b9b18bc69132f6f3" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.5", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.5.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.5.zip", + "size": 2544684, + "checksum": "SHA-256:b0351b964decaedbff72804c2fcd7678ce6335b7a89b8c05a8d6308fac1ac057" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.7", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.7.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.7.zip", + "size": 2546782, + "checksum": "SHA-256:4d12e30dd9b8920df3469bf9b318cf44a27c372c55a1e50d528815a74ea76db5" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.0", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.0.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.0.zip", + "size": 2559306, + "checksum": "SHA-256:ced51a398bce474d8d7dc3ea37da3899bcc15a86eecbc7c905b9c231c441f97b" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.1.zip", + "size": 2559196, + "checksum": "SHA-256:e50c3171c885db3c935cc4477da0f9aa32293ec65c4a6fbaadf76b06b2b73981" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.2", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.2.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.2.zip", + "size": 2563652, + "checksum": "SHA-256:30f29df8a5d996489c02ac1803aaa28ede5abe99370a2542b642e36bde278a79" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.3", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), JBT6K71, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.3.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.3.zip", + "size": 2575124, + "checksum": "SHA-256:5fb2199cb78bbcfd5851a0aad6ccda6ae7ad09692b3f8237e0d00ce24bef7bb9" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.4", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.4.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.4.zip", + "size": 2387409, + "checksum": "SHA-256:5c65d9b9e03dbafcc34fcc803794af6ac842f05902ddd83071a7bff336d8eb7a" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.5", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.5.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.5.zip", + "size": 2396555, + "checksum": "SHA-256:6c1ddde0f3f86018829261fbcf853670f7c1f79d95df3262ce08eb3e2c2212d5" + }, + { + "name": "WIOTerminal_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "SAMD51 WIO-Terminal MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring SAMD51 WIO-Terminal MultiWiFi credentials at runtime. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/WIOTerminal_WiFiManager", + "category": "Communication", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WIOTerminal_WiFiManager.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WIOTerminal_WiFiManager-1.2.0.zip", + "archiveFileName": "WIOTerminal_WiFiManager-1.2.0.zip", + "size": 287209, + "checksum": "SHA-256:d78d57199efc7fa25abd746c1d1d7295ad7ccb7601ebaf30efca35ee77062b89" + }, + { + "name": "Ufox", + "version": "1.0.0", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4.", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": ["Ufox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.0.zip", + "archiveFileName": "Ufox-1.0.0.zip", + "size": 8804979, + "checksum": "SHA-256:90df9dc8403fb73c38f94b792b244e30c90f4750077fd0752665cdb4e5697dd8" + }, + { + "name": "Ufox", + "version": "1.0.2", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4 (Wisol WSSFM10R4 + Atmega32u4).", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": ["Ufox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.2.zip", + "archiveFileName": "Ufox-1.0.2.zip", + "size": 11184944, + "checksum": "SHA-256:d3326b6d3d2575b5a9a23b42c946029fc94fa507fd2d4e472789ff449cc0818e" + }, + { + "name": "Ufox", + "version": "1.0.4", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4 (Wisol WSSFM10R4 + Atmega32u4).", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": ["Ufox.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.4.zip", + "archiveFileName": "Ufox-1.0.4.zip", + "size": 11926893, + "checksum": "SHA-256:0ac27a7226bb6c90bc28533b887113f80f1640b8d87115e979de42c15ba3afa5" + }, + { + "name": "Grandeur", + "version": "1.0.0", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": ["grandeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.0.zip", + "archiveFileName": "Grandeur-1.0.0.zip", + "size": 136310, + "checksum": "SHA-256:ae9c09808467c3d8aa202fbbf0d3ec7b14864f381b3320811fd10ee77f4e2067" + }, + { + "name": "Grandeur", + "version": "1.0.2", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": ["grandeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.2.zip", + "archiveFileName": "Grandeur-1.0.2.zip", + "size": 140070, + "checksum": "SHA-256:35e6b6b5641ff3f698a2a594b06d56305bd17b52fe2148d35186218de3c94674" + }, + { + "name": "Grandeur", + "version": "1.0.3", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": ["grandeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.3.zip", + "archiveFileName": "Grandeur-1.0.3.zip", + "size": 144488, + "checksum": "SHA-256:6a1a11c7ae85607b76435d60a9c031560b1b4c2716b3a82bee7d28b1ce4b8409" + }, + { + "name": "Grandeur", + "version": "1.0.4", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": ["grandeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.4.zip", + "archiveFileName": "Grandeur-1.0.4.zip", + "size": 145644, + "checksum": "SHA-256:9bbb95e6b065a75f68fdcc0a676cfc182b05722c26941a6871adbc70b5547555" + }, + { + "name": "Grandeur", + "version": "1.0.5", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": ["grandeur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.5.zip", + "archiveFileName": "Grandeur-1.0.5.zip", + "size": 146293, + "checksum": "SHA-256:8b2b88052deb89435431e303a09b0da59bb8254121812d44a81e1cf8d13b8adb" + }, + { + "name": "AsyncTimer", + "version": "1.0.0", + "author": "Aasim-A", + "maintainer": "Aasim-A", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval)", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": ["AsyncTimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.0.zip", + "archiveFileName": "AsyncTimer-1.0.0.zip", + "size": 8042, + "checksum": "SHA-256:5c954a6b585733a1862b2400bb48857ab74e01f7ebba50c2759f4822b31510cc" + }, + { + "name": "AsyncTimer", + "version": "1.0.1", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": ["AsyncTimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.1.zip", + "archiveFileName": "AsyncTimer-1.0.1.zip", + "size": 8945, + "checksum": "SHA-256:3e092e9818df97be3861a9192a5908023b563323b3f1733b7e9a032b6feefa5c" + }, + { + "name": "AsyncTimer", + "version": "1.0.2", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": ["AsyncTimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.2.zip", + "archiveFileName": "AsyncTimer-1.0.2.zip", + "size": 8954, + "checksum": "SHA-256:ed04873e20ce6e1aa11e58177804076b642b2d518021dd7593a7915e0bfc935e" + }, + { + "name": "AsyncTimer", + "version": "2.0.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": ["AsyncTimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.0.0.zip", + "archiveFileName": "AsyncTimer-2.0.0.zip", + "size": 10399, + "checksum": "SHA-256:5df135ef8229f46219b67fcbe40d0070fed1d74540a5187ae70aeaa49e232b65" + }, + { + "name": "AsyncTimer", + "version": "2.1.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": ["AsyncTimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.1.0.zip", + "archiveFileName": "AsyncTimer-2.1.0.zip", + "size": 10037, + "checksum": "SHA-256:5163729e5ccd70985e546588d12f991be9d59ff4ab2fbcdce3c6946f0e7a6ac3" + }, + { + "name": "AsyncTimer", + "version": "2.1.1", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": ["AsyncTimer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.1.1.zip", + "archiveFileName": "AsyncTimer-2.1.1.zip", + "size": 10395, + "checksum": "SHA-256:700a6f49e1a0e341d4c2e2669447ca8b96946dd827db272932bdaa5b407787d3" + }, + { + "name": "Ethernet_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.0.0.zip", + "archiveFileName": "Ethernet_Manager-1.0.0.zip", + "size": 487520, + "checksum": "SHA-256:244c8748203832f1da6b0ecfb0ad9253d8358fb999e221277ec6b0660b0b876b" + }, + { + "name": "Ethernet_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.1.0.zip", + "archiveFileName": "Ethernet_Manager-1.1.0.zip", + "size": 621716, + "checksum": "SHA-256:9de22a0003c2a12f726d5f8b18d0dd0806c782279c4290a5083c08314ccfa0d0" + }, + { + "name": "Ethernet_Manager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": ["Ethernet_Manager.h"], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.1.1.zip", + "archiveFileName": "Ethernet_Manager-1.1.1.zip", + "size": 636045, + "checksum": "SHA-256:575de144f7b5a989d12e6b708dee619003eaa85927734c5f73aefaa6089e20a9" + }, + { + "name": "Ethernet_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2), ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": ["Ethernet_Manager.h"], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.2.0.zip", + "archiveFileName": "Ethernet_Manager-1.2.0.zip", + "size": 819503, + "checksum": "SHA-256:160bb251bbf9bdaa29ef80518e63c496a39de6c9d03635c39f2b6439e9c444a9" + }, + { + "name": "Ethernet_Manager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3), ESP8266, RP2040-based, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": ["Ethernet_Manager.h"], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.3.0.zip", + "archiveFileName": "Ethernet_Manager-1.3.0.zip", + "size": 960871, + "checksum": "SHA-256:7461b08e83c7825bf9ce1f995c2bc9ae4960d9eb01dce4624e9060684a2a72f9" + }, + { + "name": "Ethernet_Manager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": ["Ethernet_Manager.h"], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.4.0.zip", + "archiveFileName": "Ethernet_Manager-1.4.0.zip", + "size": 1032211, + "checksum": "SHA-256:27b5553f5ff03935b0c47ffefa22eb35492527b080e8e915a0178fc729043b8b" + }, + { + "name": "Ethernet_Manager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3, WT32-ETH01), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": ["Ethernet_Manager.h"], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.5.0.zip", + "archiveFileName": "Ethernet_Manager-1.5.0.zip", + "size": 1101391, + "checksum": "SHA-256:a0f1ccb938eeb6c9f636a4f6e3b4b405035295f2f3c540ce215ef6337ea7e1a7" + }, + { + "name": "TA6932", + "version": "1.0.0", + "author": "Allen Chak", + "maintainer": "Allen Chak \u003callenchak@gmail.com\u003e", + "sentence": "TA6932 library - 7 segments display IC", + "paragraph": "Driving 4 digits 7 segment with colon by TA6932 IC", + "website": "https://github.com/allenchak/TA6932", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/allenchak/TA6932.git", + "url": "https://downloads.arduino.cc/libraries/github.com/allenchak/TA6932-1.0.0.zip", + "archiveFileName": "TA6932-1.0.0.zip", + "size": 3835371, + "checksum": "SHA-256:a4d46359b596789f19865c819c4103b65f92e66200415bf39eac51c4fb7675c2" + }, + { + "name": "ProtoCentral Pulse Express SpO2 Heartrate and BPT sensor", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral Pulse Express board", + "paragraph": "Library for the ProtoCentral Pulse Express board containing the MAX30102 optical sensor and the MAX32664 sensor hub with BPT algorithms. This allows you to measure the PPG and then derive from it the SpO2, Heartrate and Blood Pressure Trending (BPT.", + "website": "https://github.com/Protocentral/protocentral-pulse-express", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-pulse-express.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.1.zip", + "archiveFileName": "ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.1.zip", + "size": 3337678, + "checksum": "SHA-256:cebea560ca71759ea51626366dab6bf42b1dedb87b7a2dd7540777e7aeb8d133" + }, + { + "name": "ProtoCentral Pulse Express SpO2 Heartrate and BPT sensor", + "version": "1.0.3", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral Pulse Express board", + "paragraph": "Library for the ProtoCentral Pulse Express board containing the MAX30102 optical sensor and the MAX32664 sensor hub with BPT algorithms. This allows you to measure the PPG and then derive from it the SpO2, Heartrate and Blood Pressure Trending (BPT.", + "website": "https://github.com/Protocentral/protocentral-pulse-express", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-pulse-express.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.3.zip", + "archiveFileName": "ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.3.zip", + "size": 3565574, + "checksum": "SHA-256:e73a2fbc789a1e8c419b1b183f6200212d5be5987a0ec7e27bbff3accf8f522f" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": ["Ethernet_Manager_STM32.h"], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.0.0.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.0.0.zip", + "size": 270303, + "checksum": "SHA-256:7b12ae98e478e01f278ec3dc81ef34d07aa4eaa0317f7915ccb5dbf0d02b44fc" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": ["Ethernet_Manager_STM32.h"], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.0.1.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.0.1.zip", + "size": 272790, + "checksum": "SHA-256:8ad1bc1359b75b9ccf1c06ac261baded34b629ac42b821947eb678bc31b4d392" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5x00, ENC28J60 or built-in LAN8742A at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials and Configuration Data are saved in emulated-EEPROM using FlashStorage_STM32. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": ["Ethernet_Manager_STM32.h"], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.2.0.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.2.0.zip", + "size": 278642, + "checksum": "SHA-256:ec6f5455feb6d2584c5d14f13e023148e0e25db30773638f7540b04692f2c881" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials and Configuration Data are saved in emulated-EEPROM using FlashStorage_STM32. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": ["Ethernet_Manager_STM32.h"], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.3.0.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.3.0.zip", + "size": 924472, + "checksum": "SHA-256:836ec7dd3e90be85b5d0c79c8ee92617d658d29ff2ca0a26793e430fbe42aa30" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.1.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.1.zip", + "size": 2124444, + "checksum": "SHA-256:3a2d8fa1be043825d9de4186b6fb0ed8555be6ab31231f0f97c768eb3ebcec9e" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.0.2", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.2.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.2.zip", + "size": 2124676, + "checksum": "SHA-256:4992dafa4d233994fd992c17cbe224b328d13d2c88d41c0c0802e02ecebdfab4" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.2.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.2.0.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.2.0.zip", + "size": 2126385, + "checksum": "SHA-256:b89f024312c9eac01d479dcea90d4d02dbbea9e3c08ad089adce84939116385f" + }, + { + "name": "SimpleWiFiClient", + "version": "1.0.0", + "author": "Toernblom", + "maintainer": "Toernblom", + "sentence": "Enables low latency control with the UDP protocol", + "paragraph": "This library makes it easy with low latency WiFi communication.", + "website": "https://github.com/Toernblom/SimpleWiFiClient", + "category": "Communication", + "architectures": ["ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/Toernblom/SimpleWiFiClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleWiFiClient-1.0.0.zip", + "archiveFileName": "SimpleWiFiClient-1.0.0.zip", + "size": 4429, + "checksum": "SHA-256:21d1a97ee13986a0eb19a8d578a721e5d7ebbf0f44f3f787a9ec3d24e453a352" + }, + { + "name": "SimpleWiFiClient", + "version": "1.0.5", + "author": "Toernblom", + "maintainer": "Toernblom", + "sentence": "Enables low latency control with the UDP protocol", + "paragraph": "This library makes it easy with low latency WiFi communication.", + "website": "https://github.com/Toernblom/SimpleWiFiClient", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Toernblom/SimpleWiFiClient.git", + "providesIncludes": ["SimpleWiFiClient.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleWiFiClient-1.0.5.zip", + "archiveFileName": "SimpleWiFiClient-1.0.5.zip", + "size": 4498, + "checksum": "SHA-256:a7e3f579576c9a764c0b39fd1d9e3d0bb6312718bfeb13413882cabb10b87961" + }, + { + "name": "SimpleUDPController", + "version": "0.5.0", + "author": "Toernblom", + "maintainer": "Toernblom", + "sentence": "Decodes messages sent from InoPad app.", + "paragraph": "This library decodes message sent from the InoPad app, see details for link to playstore.", + "website": "https://github.com/Toernblom/SimpleUDPController", + "category": "Communication", + "architectures": ["ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/Toernblom/SimpleUDPController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleUDPController-0.5.0.zip", + "archiveFileName": "SimpleUDPController-0.5.0.zip", + "size": 3983, + "checksum": "SHA-256:77f26b60ca0a86379560f08ca063d859fa5d0ff465eddeb29f95a6314a611726" + }, + { + "name": "Simple_HCSR04", + "version": "1.0.0", + "author": "Moritz Bergmann", + "maintainer": "Moritz Bergmann", + "sentence": "A simple wrapper for the HC-SR04 Module.", + "paragraph": "A simple wrapper for the HC-SR04 Module to be used e.g. for an Arduino board.", + "website": "https://github.com/mobergmann/Simple_HCSR04", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mobergmann/Simple_HCSR04.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mobergmann/Simple_HCSR04-1.0.0.zip", + "archiveFileName": "Simple_HCSR04-1.0.0.zip", + "size": 208636, + "checksum": "SHA-256:caaac73fb4d83ff9076989d0fdc33ab185e53aab71da72ffbe840a5da62cf6dc" + }, + { + "name": "spin-timer", + "version": "3.0.0", + "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "sentence": "Universal Timer with 1 millisecond resolution, supporting OOP principles.", + "paragraph": "Each instance is configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly.", + "website": "https://github.com/dniklaus/spin-timer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dniklaus/spin-timer.git", + "providesIncludes": ["SpinTimer.h", "UptimeInfo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/spin_timer-3.0.0.zip", + "archiveFileName": "spin_timer-3.0.0.zip", + "size": 1454612, + "checksum": "SHA-256:c3e766e1963a02ca29354f1611b7d7a94928550aa489bdd3c12e274df4d8e980" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.0.zip", + "archiveFileName": "Adafruit_SCD30-1.0.0.zip", + "size": 17009, + "checksum": "SHA-256:5e729f65d8946efeb7b2eb8dbb29456d4129876ab85c0327207329a2907cd894" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.1.zip", + "archiveFileName": "Adafruit_SCD30-1.0.1.zip", + "size": 17002, + "checksum": "SHA-256:0e182a491fa4ebf2351bcd027974b7b808347a59c636100fe2769ab3bcd98281" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.2.zip", + "archiveFileName": "Adafruit_SCD30-1.0.2.zip", + "size": 16874875, + "checksum": "SHA-256:c076376c4c33310ae4aa17b05da621ac5bd5580441c44f2d731cff1f1a9b6076" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.3.zip", + "archiveFileName": "Adafruit_SCD30-1.0.3.zip", + "size": 16874878, + "checksum": "SHA-256:22255383d2463c644ab331fe42aba43f294feb248943403608d7aa08092a8812" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.4.zip", + "archiveFileName": "Adafruit_SCD30-1.0.4.zip", + "size": 16874883, + "checksum": "SHA-256:97ec0e0edefc79264881f02c8d57b6c9cac0d9f3915ed27370df0bcc8841889e" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.5.zip", + "archiveFileName": "Adafruit_SCD30-1.0.5.zip", + "size": 16874934, + "checksum": "SHA-256:212cff7b8765d0e853b5b704f6219d5d617eb71e67de68d44825b5b00a02ccfb" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.6.zip", + "archiveFileName": "Adafruit_SCD30-1.0.6.zip", + "size": 16874934, + "checksum": "SHA-256:0d17088e33562274402f7989f0f67f17bbc890e8e4703ed952f18328072cb4a8" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.7.zip", + "archiveFileName": "Adafruit_SCD30-1.0.7.zip", + "size": 16874934, + "checksum": "SHA-256:49b53d8f596dcc7f2838d080dab934c3b0517a401abad6bdbe2f4c3eed0a143e" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.8.zip", + "archiveFileName": "Adafruit_SCD30-1.0.8.zip", + "size": 16874896, + "checksum": "SHA-256:f2994ba0f3d83dd1cd43631ad557fd987905512b2021a10eaf49ccfd9ad80db8" + }, + { + "name": "Embedded Template Library ETL", + "version": "19.3.6", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.6.zip", + "archiveFileName": "Embedded_Template_Library_ETL-19.3.6.zip", + "size": 663241, + "checksum": "SHA-256:daff1b10cfbeeb02979c7850c245783502ec85286093495abe099f2e773e8130" + }, + { + "name": "Embedded Template Library ETL", + "version": "19.3.8", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.8.zip", + "archiveFileName": "Embedded_Template_Library_ETL-19.3.8.zip", + "size": 663247, + "checksum": "SHA-256:bfee4f3ebd265b11b9ae29ce13128f71a23bf9433b7c8adda84086df2d4434b0" + }, + { + "name": "Embedded Template Library ETL", + "version": "19.3.9", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.9.zip", + "archiveFileName": "Embedded_Template_Library_ETL-19.3.9.zip", + "size": 663247, + "checksum": "SHA-256:141542fe48e7210d4a31ff65fc69bf9a7cd04232704d2604ff74c09735a8fa8c" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.2.2", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.2.2.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.2.2.zip", + "size": 692637, + "checksum": "SHA-256:8fbff7dcc4b4811a733d98283650ce907c72320532d68a6dcd50064143cb77e9" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.11.4", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.11.4.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.11.4.zip", + "size": 776563, + "checksum": "SHA-256:b5fbec8d636c6db7e1417b4e13f4f378b9f813e26af5450adaf2d5c7ce5c7e38" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.11.5", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.11.5.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.11.5.zip", + "size": 772971, + "checksum": "SHA-256:c0c421c4da776ab73d8cbc4026f10a863b106a10c26f1184802781ee735f1436" + }, + { + "name": "mrm-us1", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-us1", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.0.zip", + "archiveFileName": "mrm_us1-0.0.0.zip", + "size": 3522, + "checksum": "SHA-256:01ac50be03200c9be0b9af6290a80a02221a50ffec26b37d0ff3eb0eb69181fd" + }, + { + "name": "mrm-us1", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us1", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.1.zip", + "archiveFileName": "mrm_us1-0.0.1.zip", + "size": 3513, + "checksum": "SHA-256:a5171e8ec0364a9094c5ce8319007f6ae6b669ddfe0c9deacabf8b2c27cf747b" + }, + { + "name": "mrm-us1", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us1", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.2.zip", + "archiveFileName": "mrm_us1-0.0.2.zip", + "size": 4733, + "checksum": "SHA-256:47541e1956a47bb695f888af530bdcb5c88d082ee8c3ec18c0a9d95fe8e41862" + }, + { + "name": "RevEng PAJ7620", + "version": "1.3.0", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": ["RevEng_PAJ7620.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.3.0.zip", + "archiveFileName": "RevEng_PAJ7620-1.3.0.zip", + "size": 19881, + "checksum": "SHA-256:58e98d2c5aeca2d05141cc0d722c69573bb17f208df4b7a1fa39156ecd51415c" + }, + { + "name": "RevEng PAJ7620", + "version": "1.4.0", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": ["RevEng_PAJ7620.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.4.0.zip", + "archiveFileName": "RevEng_PAJ7620-1.4.0.zip", + "size": 69360, + "checksum": "SHA-256:fb7e1687615450bc5cff8ad9085edb9761fd4f919d88cce0119292d7613f73f7" + }, + { + "name": "RevEng PAJ7620", + "version": "1.5.0", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, (x,y) coordinate tracking for objects, a corners mode for object tracking, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": ["RevEng_PAJ7620.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.5.0.zip", + "archiveFileName": "RevEng_PAJ7620-1.5.0.zip", + "size": 76181, + "checksum": "SHA-256:ff1c5f75222f78e3e06d17e455bab65922f8b02effba4de006e240fade834eb2" + }, + { + "name": "RevEng PAJ7620", + "version": "1.4.1", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": ["RevEng_PAJ7620.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.4.1.zip", + "archiveFileName": "RevEng_PAJ7620-1.4.1.zip", + "size": 69727, + "checksum": "SHA-256:547a4335d7a1f970c7ebc73bf9df5db840fc84bc457ddac9d14ae2a6e23ac40b" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.1", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", + "sentence": "Yfrobot Motor Driver Library", + "paragraph": "Yfrobot Motor Driver Library", + "website": "https://github.com/finalvalue/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.1.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.1.zip", + "size": 19763, + "checksum": "SHA-256:0336686de718c178d9dce2f42439436b4ffda00c5f5f9d0cdf94cc5001240850" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.2", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "Arduino library for yfrobot motor driver", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.2.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.2.zip", + "size": 74983, + "checksum": "SHA-256:c8276b5bbe8f3d3caf24a81ce63894fb66df31d8d8706933b628c2fcd6d08573" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.3", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "Arduino library for yfrobot motor driver", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.3.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.3.zip", + "size": 69111, + "checksum": "SHA-256:7d5cdb5f175f05583ee95675769c8cbcfdc966cdb130f85ba72ebe9ddba8630d" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.4", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.4.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.4.zip", + "size": 1252644, + "checksum": "SHA-256:ea0a5a329fb6ebcaf3e8e064263104b3a95a871b577b7134bb0e174615c6eee4" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.5", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.5.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.5.zip", + "size": 1252674, + "checksum": "SHA-256:77f0d1378590213e042c2e17a5c450962cf6805b363e5d5b856a17dff8f1c769" + }, + { + "name": "M5StickCPlus", + "version": "0.0.1", + "author": "M5StickCPlus", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": ["M5StickCPlus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.1.zip", + "archiveFileName": "M5StickCPlus-0.0.1.zip", + "size": 858364, + "checksum": "SHA-256:617422a11e9a19a81f346e26674b7d3ddbd6a342f3307300a8b1bb804f82aa5f" + }, + { + "name": "M5StickCPlus", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": ["M5StickCPlus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.2.zip", + "archiveFileName": "M5StickCPlus-0.0.2.zip", + "size": 1023175, + "checksum": "SHA-256:7716bc396eb7267112be577b1ea79daa441a94e68841617b50c938e85519219b" + }, + { + "name": "TactileSwitch", + "version": "1.0.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "class for tactile switch", + "paragraph": "Uses digital pins. Debounces and reads a single click, multiclicks, hold long, hold very long. Configuration high or low side.", + "website": "*", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/IGB-Germany/IGB-Tactile-Switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/TactileSwitch-1.0.0.zip", + "archiveFileName": "TactileSwitch-1.0.0.zip", + "size": 8760, + "checksum": "SHA-256:9d639c1483390539d5ac3e184a30c7ff3695553fac560eddefd0386138583c89" + }, + { + "name": "HMC6352", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": ["hmc6352.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.2.1.zip", + "archiveFileName": "HMC6352-0.2.1.zip", + "size": 16614, + "checksum": "SHA-256:68206438638df1b5b683730fc93e6415351811e3b3c7a098fd564839c203c316" + }, + { + "name": "HMC6352", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": ["hmc6352.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.3.0.zip", + "archiveFileName": "HMC6352-0.3.0.zip", + "size": 17577, + "checksum": "SHA-256:04d51789c0d8dff19974c5c5430d912bfb5204b60fcc21460072dac98ef4c7b7" + }, + { + "name": "M5FacesEncoder", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library for reading encoder values from the M5Stack Facees Encoder Module", + "paragraph": "It allows you to use callback functions to track encoder interactions.", + "website": "https://github.com/LennartHennigs/M5FacesEncoder", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/M5FacesEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/M5FacesEncoder-1.0.0.zip", + "archiveFileName": "M5FacesEncoder-1.0.0.zip", + "size": 8322, + "checksum": "SHA-256:816af2a5a314ff7308aeec3d42ca18be2f68ac12f8d81fc57678326b37255698" + }, + { + "name": "M5FacesEncoder", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library for reading encoder values from the M5Stack Faces Encoder Module", + "paragraph": "It allows you to use callback functions to track encoder interactions.", + "website": "https://github.com/LennartHennigs/M5FacesEncoder", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/M5FacesEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/M5FacesEncoder-1.1.0.zip", + "archiveFileName": "M5FacesEncoder-1.1.0.zip", + "size": 8662, + "checksum": "SHA-256:5e252852017aac4043286fce0270a8661eeee18a75bb3fb660bc3058aef34d8b" + }, + { + "name": "M5FacesEncoder", + "version": "1.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library for reading encoder values from the M5Stack Faces Encoder Module", + "paragraph": "It allows you to use callback functions to track encoder interactions.", + "website": "https://github.com/LennartHennigs/M5FacesEncoder", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/M5FacesEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/M5FacesEncoder-1.1.1.zip", + "archiveFileName": "M5FacesEncoder-1.1.1.zip", + "size": 8692, + "checksum": "SHA-256:979a70c6ab8f316d551a54096bbcb3c5b5829005273b7346110aaa85a5b46bf9" + }, + { + "name": "home-assistant-integration", + "version": "1.0.1", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.0.1.zip", + "archiveFileName": "home_assistant_integration-1.0.1.zip", + "size": 30607, + "checksum": "SHA-256:2cfb77e473466c5274d2d2a251fdaac475f3445b1d015c2012f26374450b3f21" + }, + { + "name": "home-assistant-integration", + "version": "1.1.0", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.1.0.zip", + "archiveFileName": "home_assistant_integration-1.1.0.zip", + "size": 34871, + "checksum": "SHA-256:d77fb07d75ccc5c8603e19c614f3fac95a65d9743c49cbb2b0c44d413206fc79" + }, + { + "name": "home-assistant-integration", + "version": "1.1.1", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.1.1.zip", + "archiveFileName": "home_assistant_integration-1.1.1.zip", + "size": 36114, + "checksum": "SHA-256:7b8608cd30dae4746605fdc198b40e3edbc0d129b87ec90cef94c06d49b55d68" + }, + { + "name": "home-assistant-integration", + "version": "1.2.0", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.2.0.zip", + "archiveFileName": "home_assistant_integration-1.2.0.zip", + "size": 52972, + "checksum": "SHA-256:2c5cf473025bd791d546f5f1e9f330a54a7127d513e812059e3f84620aca7ae1" + }, + { + "name": "home-assistant-integration", + "version": "1.3.0", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.3.0.zip", + "archiveFileName": "home_assistant_integration-1.3.0.zip", + "size": 58425, + "checksum": "SHA-256:33df4434c37c73ed2015817d3ccd17a4c7bd4f6ad8b4e257552b3b5b37a64574" + }, + { + "name": "ADXL345_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.0.zip", + "archiveFileName": "ADXL345_WE-1.0.0.zip", + "size": 251588, + "checksum": "SHA-256:bdb1606b09f17c96b7240b062d3225ce6924da3ad2a79c18ecad7efaefdbb4a4" + }, + { + "name": "ADXL345_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.3.zip", + "archiveFileName": "ADXL345_WE-1.0.3.zip", + "size": 262563, + "checksum": "SHA-256:87b36e145d10de572f90e34abe66c046c81e59b12c39db5ee75b398a4b13db30" + }, + { + "name": "ADXL345_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.2.zip", + "archiveFileName": "ADXL345_WE-1.0.2.zip", + "size": 262467, + "checksum": "SHA-256:cac4643b1a70f69191bf40fc8ef13e3bef168e9aa7a90e86ba6bad2ed558b8ed" + }, + { + "name": "ADXL345_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.1.zip", + "archiveFileName": "ADXL345_WE-1.0.1.zip", + "size": 260395, + "checksum": "SHA-256:cf1f7e8990d3bbeee03afc76089411c01b4eaf24e71b6a19ca86e258302817ee" + }, + { + "name": "ADXL345_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.0.zip", + "archiveFileName": "ADXL345_WE-1.1.0.zip", + "size": 569667, + "checksum": "SHA-256:4ed4400bf6a6441ee3af66e7830c873e492334843a3bf5bf5c168b930f04cffa" + }, + { + "name": "ADXL345_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.1.zip", + "archiveFileName": "ADXL345_WE-1.1.1.zip", + "size": 569672, + "checksum": "SHA-256:ef13f00b948e564698aa5490ce38eea9d09ef24d2bfb4670b9232f4545be2406" + }, + { + "name": "ADXL345_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.2.zip", + "archiveFileName": "ADXL345_WE-1.1.2.zip", + "size": 570228, + "checksum": "SHA-256:445817fb0dbcc141bf7dde6e90eedbdeb3b0494d59c2781f75f45c34634eb79e" + }, + { + "name": "ADXL345_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.3.zip", + "archiveFileName": "ADXL345_WE-1.1.3.zip", + "size": 570217, + "checksum": "SHA-256:bac45a3bf6a7244e33cf16d4876639a542854026453663c222f0437618cbf1f5" + }, + { + "name": "ADXL345_WE", + "version": "2.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.0.zip", + "archiveFileName": "ADXL345_WE-2.0.0.zip", + "size": 570485, + "checksum": "SHA-256:6eaf739a8075908f16e241bcb675cc726e227e2ffd2bb3396ddcb09c11234afb" + }, + { + "name": "ADXL345_WE", + "version": "2.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.1.zip", + "archiveFileName": "ADXL345_WE-2.0.1.zip", + "size": 570482, + "checksum": "SHA-256:6e5e490f0f071cc1e1168b61aa07cfdc534e5d6bc2fe7330317d6ebab67555da" + }, + { + "name": "ADXL345_WE", + "version": "2.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": ["ADXL345_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.2.zip", + "archiveFileName": "ADXL345_WE-2.0.2.zip", + "size": 571867, + "checksum": "SHA-256:5fca0f94b2a37c1c5884a83e39ccac1ec5b076ca9a858c803cbbf4c871a2c382" + }, + { + "name": "EloquentArduino", + "version": "1.1.0", + "author": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "maintainer": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "sentence": "An eloquent interface to common Arduino patterns", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.0.zip", + "archiveFileName": "EloquentArduino-1.1.0.zip", + "size": 87756, + "checksum": "SHA-256:2a48f68800e0fcc776147c7d582f31da95aead48fa55e86f6d8b1d236398757e" + }, + { + "name": "EloquentArduino", + "version": "1.1.1", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": ["eloquentarduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.1.zip", + "archiveFileName": "EloquentArduino-1.1.1.zip", + "size": 91784, + "checksum": "SHA-256:ffcbf8a044bf593f14df0aae3bed33a46cd367138d3314a5d51cce2511b381fc" + }, + { + "name": "EloquentArduino", + "version": "1.1.4", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": ["eloquentarduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.4.zip", + "archiveFileName": "EloquentArduino-1.1.4.zip", + "size": 91795, + "checksum": "SHA-256:d47f1e11384a8fc51ce1ff79e426a57d002b71a070f01515d4f5db89579860dc" + }, + { + "name": "EloquentArduino", + "version": "1.1.5", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": ["eloquentarduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.5.zip", + "archiveFileName": "EloquentArduino-1.1.5.zip", + "size": 90497, + "checksum": "SHA-256:507ca4ac3ebe3da9de529aac8eb41d58dc2158d9fe106405014a2a0d80a08fd8" + }, + { + "name": "EloquentArduino", + "version": "1.1.6", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": ["eloquentarduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.6.zip", + "archiveFileName": "EloquentArduino-1.1.6.zip", + "size": 93155, + "checksum": "SHA-256:518af9e4dd497c18f8beda9dd0192406edafc684d1cfadb6bfbaa5f14d4de1b4" + }, + { + "name": "EloquentArduino", + "version": "1.1.7", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": ["eloquentarduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.7.zip", + "archiveFileName": "EloquentArduino-1.1.7.zip", + "size": 94309, + "checksum": "SHA-256:7b4fb84ad8bb3e87e492d992c513fe6cbe16c6c80f5b1d1ab8100084281c0f12" + }, + { + "name": "EloquentArduino", + "version": "1.1.8", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": ["eloquentarduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.8.zip", + "archiveFileName": "EloquentArduino-1.1.8.zip", + "size": 94309, + "checksum": "SHA-256:e66a32ea44100c43d7485c66c41ad949e06164960fd4080e19a80a3792001835" + }, + { + "name": "CliTerminal", + "version": "0.1.0", + "author": "n_magi", + "maintainer": "n_magi", + "sentence": "Simple Serial Terminal", + "paragraph": "Easy and Simple Serial Terminal System", + "website": "https://github.com/N-Magi/CliTerminal", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/N-Magi/CliTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/N-Magi/CliTerminal-0.1.0.zip", + "archiveFileName": "CliTerminal-0.1.0.zip", + "size": 3213, + "checksum": "SHA-256:8d68bdd60bf1f3bc783ae77894af30094ed125eca53b39863d804c6f0ca5868f" + }, + { + "name": "NST1001", + "version": "1.0.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "NST1001 temperature sensor driver.", + "paragraph": "Easy to use implementation of the NST1001 digital temperature sensor.", + "website": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/NST1001-1.0.0.zip", + "archiveFileName": "NST1001-1.0.0.zip", + "size": 5260, + "checksum": "SHA-256:14f5dd09e032563b9a827e7d3bb432ae97df6738a8da677778142d7ec0b933e6" + }, + { + "name": "NST1001", + "version": "1.1.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "NST1001 temperature sensor driver.", + "paragraph": "Easy to use implementation of the NST1001 digital temperature sensor.", + "website": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/NST1001-1.1.0.zip", + "archiveFileName": "NST1001-1.1.0.zip", + "size": 8826, + "checksum": "SHA-256:94a102c57331b0078f33ff334f23e01ccc11d76d54ac01f91c9132f654f52ad5" + }, + { + "name": "NST1001", + "version": "1.2.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "NST1001 temperature sensor driver.", + "paragraph": "Easy to use implementation of the NST1001 digital temperature sensor.", + "website": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/NST1001-1.2.0.zip", + "archiveFileName": "NST1001-1.2.0.zip", + "size": 10897, + "checksum": "SHA-256:1731fc6a0a1577fc728f3d78edc423e89c30c9c5932c989c08e1bbc294593922" + }, + { + "name": "NesRob", + "version": "1.0.0", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates LED to signal NES R.O.B. (Robot Operating Buddy)", + "paragraph": "This class attaches to a specified LED, and is capable of generating the control signals required to invoke R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": ["NesRob.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.0.0.zip", + "archiveFileName": "NesRob-1.0.0.zip", + "size": 6282, + "checksum": "SHA-256:294946c402a25ca4050004f7a8dd9204b3920fd60199de48cc44ef71c79b2da1" + }, + { + "name": "NesRob", + "version": "1.0.2", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates LED to signal NES R.O.B. (Robot Operating Buddy)", + "paragraph": "This class attaches to a specified LED, and is capable of generating the control signals required to invoke R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": ["NesRob.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.0.2.zip", + "archiveFileName": "NesRob-1.0.2.zip", + "size": 307310, + "checksum": "SHA-256:b52771f7d34f797261799c5bfc1d26aefe217349a9bd568cf5f7c45e77308f02" + }, + { + "name": "NesRob", + "version": "1.1.0", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates the Nintendo R.O.B. (Robotic Operating Buddy).", + "paragraph": "This library attaches to a specified digital output GPIO, and generates the signals required to control R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": ["NesRob.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.1.0.zip", + "archiveFileName": "NesRob-1.1.0.zip", + "size": 5809744, + "checksum": "SHA-256:5ac6834349b86fb36b5c5a4936667bc8b2e20652bb407a18ead8b859d2da7d38" + }, + { + "name": "NesRob", + "version": "1.1.1", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates the Nintendo R.O.B. (Robotic Operating Buddy).", + "paragraph": "This library attaches to a specified digital output GPIO, and generates the signals required to control R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": ["NesRob.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.1.1.zip", + "archiveFileName": "NesRob-1.1.1.zip", + "size": 5810077, + "checksum": "SHA-256:7658277af7a510e08ce78f299bb2eefe6909e2cb1a67e0861faecc138b6b7c76" + }, + { + "name": "NesRob", + "version": "1.1.2", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates the Nintendo R.O.B. (Robotic Operating Buddy).", + "paragraph": "This library attaches to a specified digital output GPIO, and generates the signals required to control R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": ["NesRob.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.1.2.zip", + "archiveFileName": "NesRob-1.1.2.zip", + "size": 5810156, + "checksum": "SHA-256:606c9a0755db65054efeb5befca1063b664c7406989e2dfd8364f06afa506b9e" + }, + { + "name": "Smart_Duty_Cycling", + "version": "1.0.0", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "Automatic duty cycle generation for your Arduino program.", + "paragraph": "This is a useful library for all applications that require a duty cycle.", + "website": "https://github.com/SunitRaut/Smart-Duty-Cycling-Arduino", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunitRaut/Smart-Duty-Cycling-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/Smart_Duty_Cycling-1.0.0.zip", + "archiveFileName": "Smart_Duty_Cycling-1.0.0.zip", + "size": 19672, + "checksum": "SHA-256:a3fc4ae560243e1dd80ecfb157b481bbf104130a2e0f20464f3938a8ba3f0fca" + }, + { + "name": "EEWL", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.1.0.zip", + "archiveFileName": "EEWL-0.1.0.zip", + "size": 10012, + "checksum": "SHA-256:6b8c692586775e4c8af2c4a895e3b948aba5c431e514de088a10ed366faf25ff" + }, + { + "name": "Somfy_RTS", + "version": "1.0.0", + "author": "Andras Szopko", + "maintainer": "Andras Szopko", + "sentence": "A library that makes it easy to control Somfy RTS devices via MQTT using an ESP8266", + "paragraph": "Needs a 433.42 MHz transmitter - see the read.me for hardware requirements.", + "website": "https://github.com/aszopko/somfy-esp8266", + "category": "Device Control", + "architectures": ["ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/aszopko/somfy-esp8266.git", + "providesIncludes": ["Somfy.h"], + "dependencies": [ + { + "name": "Adafruit MQTT Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aszopko/Somfy_RTS-1.0.0.zip", + "archiveFileName": "Somfy_RTS-1.0.0.zip", + "size": 160908, + "checksum": "SHA-256:7aeab80c8ac7d7b50cc4f7112ab4559f18d42c2ab7a1e6d836f833caf14d825f" + }, + { + "name": "MAX7XX-7-Segment", + "version": "1.0.0", + "author": "Andre Baskin", + "maintainer": "Andre Baskin \u003candre@telatomica.com\u003e", + "sentence": "MAX72XX 7-segment display library.", + "paragraph": "A library for driving a 7-segment display driven with a MAX7219 or MAX7221 IC.", + "website": "https://github.com/abaskin/MAX7XX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abaskin/MAX72XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abaskin/MAX7XX_7_Segment-1.0.0.zip", + "archiveFileName": "MAX7XX_7_Segment-1.0.0.zip", + "size": 11459, + "checksum": "SHA-256:638fcecbb12c4557aee015de4b00ac31c2da3369eda491409cd22bc3e636d5b8" + }, + { + "name": "MAX7XX-7-Segment", + "version": "1.1.0", + "author": "Andre Baskin", + "maintainer": "Andre Baskin \u003candre@telatomica.com\u003e", + "sentence": "MAX72XX 7-segment display library.", + "paragraph": "A library for driving a 7-segment display driven with a MAX7219 or MAX7221 IC.", + "website": "https://github.com/abaskin/MAX7XX", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abaskin/MAX72XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abaskin/MAX7XX_7_Segment-1.1.0.zip", + "archiveFileName": "MAX7XX_7_Segment-1.1.0.zip", + "size": 11551, + "checksum": "SHA-256:3faca6f80ae05aa15fe1669f3f0cf4f4053dac1ab11faa8c0968aa2855a1e64a" + }, + { + "name": "muTimer", + "version": "0.0.1", + "author": "Michael Uray \u003cmu@spamfence.net\u003e", + "maintainer": "Michael Uray \u003cmu@spamfence.net\u003e", + "sentence": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions.", + "paragraph": "The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).", + "website": "https://github.com/MichaelUray/muTimer", + "category": "Timing", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MichaelUray/muTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelUray/muTimer-0.0.1.zip", + "archiveFileName": "muTimer-0.0.1.zip", + "size": 19973, + "checksum": "SHA-256:773a4b660dd20d1e66719b20c43678d4a1735098ee57cfd686b53272cfe9823d" + }, + { + "name": "muTimer", + "version": "0.1.0", + "author": "Michael Uray \u003cmu@spamfence.net\u003e", + "maintainer": "Michael Uray \u003cmu@spamfence.net\u003e", + "sentence": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions.", + "paragraph": "The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).", + "website": "https://github.com/MichaelUray/muTimer", + "category": "Timing", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MichaelUray/muTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelUray/muTimer-0.1.0.zip", + "archiveFileName": "muTimer-0.1.0.zip", + "size": 22466, + "checksum": "SHA-256:4ee20ee3e754d795fd7e262500d56ea5b6367ddb41725273c71759772d56a710" + }, + { + "name": "muTimer", + "version": "0.1.1", + "author": "Michael Uray \u003cmu@spamfence.net\u003e", + "maintainer": "Michael Uray \u003cmu@spamfence.net\u003e", + "sentence": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions.", + "paragraph": "The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).", + "website": "https://github.com/MichaelUray/muTimer", + "category": "Timing", + "architectures": ["avr", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/MichaelUray/muTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelUray/muTimer-0.1.1.zip", + "archiveFileName": "muTimer-0.1.1.zip", + "size": 31934, + "checksum": "SHA-256:afcd9eb5ea71b0e98d33b6e3a03c86e4826565f0f3c0686ce3be8cfb1d0892af" + }, + { + "name": "uBitcoin", + "version": "0.1.0", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.0.zip", + "archiveFileName": "uBitcoin-0.1.0.zip", + "size": 190937, + "checksum": "SHA-256:451d8495adc42ea33b4d9a98ccb552832f4977904138adee76ee642673d2f8b8" + }, + { + "name": "uBitcoin", + "version": "0.1.1", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.1.zip", + "archiveFileName": "uBitcoin-0.1.1.zip", + "size": 190940, + "checksum": "SHA-256:31b2f4246eebbedd9e2490d41e8619cbbc1716e8310ed65360995753e0759a55" + }, + { + "name": "uBitcoin", + "version": "0.1.2", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.2.zip", + "archiveFileName": "uBitcoin-0.1.2.zip", + "size": 191846, + "checksum": "SHA-256:ea4dd5f1776300cb83aa471ba66bac0f7d9166a2a0df6a2bcea33485659beaed" + }, + { + "name": "AS5047P", + "version": "1.0.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-1.0.0.zip", + "archiveFileName": "AS5047P-1.0.0.zip", + "size": 60179, + "checksum": "SHA-256:25417a81dba643e92985c25c840d84e9cb52ab821c8fdcb38c178e585bc7fce5" + }, + { + "name": "AS5047P", + "version": "2.0.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.0.0.zip", + "archiveFileName": "AS5047P-2.0.0.zip", + "size": 63080, + "checksum": "SHA-256:204fad6ff6321056990e568611791c775f5cad14999e090f8720836401ae436d" + }, + { + "name": "AS5047P", + "version": "2.1.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.0.zip", + "archiveFileName": "AS5047P-2.1.0.zip", + "size": 64882, + "checksum": "SHA-256:978494414cf028e6366a4e9ed3f493587ec71be534d1db060a6c254e4999379a" + }, + { + "name": "AS5047P", + "version": "2.1.1", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.1.zip", + "archiveFileName": "AS5047P-2.1.1.zip", + "size": 65925, + "checksum": "SHA-256:a766e08e422be14893a8a1310094563b12f9016f165399cdfe24b41342e42ca7" + }, + { + "name": "AS5047P", + "version": "2.1.2", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.2.zip", + "archiveFileName": "AS5047P-2.1.2.zip", + "size": 65880, + "checksum": "SHA-256:d1ac28def7445ee382e49eb09c3bff509fffb6886c0431eb59d44092c7c720c4" + }, + { + "name": "AS5047P", + "version": "2.1.4", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.4.zip", + "archiveFileName": "AS5047P-2.1.4.zip", + "size": 69325, + "checksum": "SHA-256:061650343660fc42911b1db7d37a38a982eb6dbe076c611711bba7946aba0d69" + }, + { + "name": "AS5047P", + "version": "2.1.5", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": ["AS5047P.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.5.zip", + "archiveFileName": "AS5047P-2.1.5.zip", + "size": 69319, + "checksum": "SHA-256:b6bf96e070d9cb1ca62009311da8d8b38089ea910f0784b16f19233300b564f2" + }, + { + "name": "ProtoCentral MAX30003 ECG AFE Sensor Library", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30003 Single lead ECG breakout board.", + "paragraph": "The MAX30003 chip from Maxim is a single-lead ECG analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30003", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral_max30003.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30003_ECG_AFE_Sensor_Library-1.0.1.zip", + "archiveFileName": "ProtoCentral_MAX30003_ECG_AFE_Sensor_Library-1.0.1.zip", + "size": 518217, + "checksum": "SHA-256:6669c29d7e695dd79493e34fd5a46c9c98b69ffda775e164450f66dcbc6860a9" + }, + { + "name": "tinyECC", + "version": "1.0.0", + "author": "Shubham Annigeri \u003cgithub.com/ShubhamAnnigeri\u003e", + "maintainer": "Shubham Annigeri \u003cgithub.com/ShubhamAnnigeri\u003e", + "sentence": "Elliptic Curve Cryptography for Arduino Micro-controllers.", + "paragraph": "This is a library for implementing Elliptic Curve Cryptography (ECC) and Elliptic Curve Digital Signature Algorithm (ECDSA) on Arduino-based microcontrollers", + "website": "https://github.com/ShubhamAnnigeri/tinyECC-ArduinoIDE", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ShubhamAnnigeri/tinyECC-ArduinoIDE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ShubhamAnnigeri/tinyECC-1.0.0.zip", + "archiveFileName": "tinyECC-1.0.0.zip", + "size": 27546, + "checksum": "SHA-256:00a75f464cc096fbc33b6d7ed16e6b7c28251283ccc61efa6c555db110e5ff55" + }, + { + "name": "SPC", + "version": "1.0.0", + "author": "Aaryaa Padhyegurjar \u003caaryaapg@gmail.com\u003e", + "maintainer": "Aaryaa Padhyegurjar \u003caaryaapg@gmail.com\u003e", + "sentence": "A library for easy processing of Analog Signals", + "paragraph": "This library is signal conditioning, where an Analog input is to be analyzed. The analog signal is converted into a square wave based on the threshold value given by the user, and positive edges are counted.", + "website": "https://github.com/aaryaapg/SPC-Library", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/aaryaapg/SPC-Library.git", + "providesIncludes": ["SPC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/aaryaapg/SPC-1.0.0.zip", + "archiveFileName": "SPC-1.0.0.zip", + "size": 61192, + "checksum": "SHA-256:4622fe34eb51e07df298ee9b7734360f4d5e0d6f7059edf69fb38ebf6a6cbc24" + }, + { + "name": "WSN_RFM69", + "version": "1.0.0", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "paragraph": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "website": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab.git", + "dependencies": [ + { + "name": "RFM69_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/WSN_RFM69-1.0.0.zip", + "archiveFileName": "WSN_RFM69-1.0.0.zip", + "size": 32278, + "checksum": "SHA-256:ee79a87e09564d94cb0fa23072f919d62c1c4e5e270d7f20d826b95222f404ca" + }, + { + "name": "WSN_RFM69", + "version": "1.0.1", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "paragraph": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "website": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab.git", + "dependencies": [ + { + "name": "RFM69_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/WSN_RFM69-1.0.1.zip", + "archiveFileName": "WSN_RFM69-1.0.1.zip", + "size": 32483, + "checksum": "SHA-256:423d178c6e8ff2c1466057988fb47224585304532480cc8cdfdf3b93f2aa8c68" + }, + { + "name": "SerialWombat", + "version": "1.0.0", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://github.com/BroadwellConsultingInc", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.0.zip", + "archiveFileName": "SerialWombat-1.0.0.zip", + "size": 25530, + "checksum": "SHA-256:69b7ba019bb8943fdcda7409b4732d4ffe80c6ac5339cd95f88ce93d35b1e4c5" + }, + { + "name": "SerialWombat", + "version": "1.0.1", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://github.com/BroadwellConsultingInc", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.1.zip", + "archiveFileName": "SerialWombat-1.0.1.zip", + "size": 30747, + "checksum": "SHA-256:0f28b957e13d88336c34a29179b6252580a9771ecfc136da24ee8c4bae22de85" + }, + { + "name": "SerialWombat", + "version": "1.0.2", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://github.com/BroadwellConsultingInc", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.2.zip", + "archiveFileName": "SerialWombat-1.0.2.zip", + "size": 33426, + "checksum": "SHA-256:166ca6669987e3b2a90071d3cd1b529b497589bbc88bac7b131ddb44d3d034b7" + }, + { + "name": "SerialWombat", + "version": "1.0.4", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.4.zip", + "archiveFileName": "SerialWombat-1.0.4.zip", + "size": 478883, + "checksum": "SHA-256:4c921964886053668a32a7a6cc461d051c3fda3485fdc1c1487fe75224259f33" + }, + { + "name": "SerialWombat", + "version": "1.0.3", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.3.zip", + "archiveFileName": "SerialWombat-1.0.3.zip", + "size": 468276, + "checksum": "SHA-256:52259ea2ec72ceec9fed1123d7912ccbb8293f0ac7fced510b117e3116d9d853" + }, + { + "name": "SerialWombat", + "version": "1.0.5", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.5.zip", + "archiveFileName": "SerialWombat-1.0.5.zip", + "size": 478963, + "checksum": "SHA-256:78278aa4c875793c36f411fc899a3016616060ffd1434587ec98f8d9d8b61cf4" + }, + { + "name": "SerialWombat", + "version": "1.0.6", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.6.zip", + "archiveFileName": "SerialWombat-1.0.6.zip", + "size": 491170, + "checksum": "SHA-256:84c6ea4da3368d542daf33b4b91fb053adb7e77889fcf0527d45948c2b60bdf5" + }, + { + "name": "SerialWombat", + "version": "1.0.7", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.7.zip", + "archiveFileName": "SerialWombat-1.0.7.zip", + "size": 491168, + "checksum": "SHA-256:6e497a0858678c6f17df19bb0f45cd179d057f9b7119efd245e649be0d650591" + }, + { + "name": "SerialWombat", + "version": "1.0.8", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.8.zip", + "archiveFileName": "SerialWombat-1.0.8.zip", + "size": 492809, + "checksum": "SHA-256:44875735f479e098852bc7c065a2a1b53de69ae93a01ca47d2cb5314c0d0b5fc" + }, + { + "name": "SerialWombat", + "version": "1.0.9", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.9.zip", + "archiveFileName": "SerialWombat-1.0.9.zip", + "size": 529111, + "checksum": "SHA-256:0bf89fa328c46a3011344a9e0963c5b7cf250da3638c6762cea8340bcd2f9f78" + }, + { + "name": "OTAWrapper", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP Library to simplify OTA setup.", + "paragraph": "Tested with ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/OTAWrapper", + "category": "Uncategorized", + "architectures": ["esp8266", "ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/OTAWrapper.git", + "providesIncludes": ["OTAWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/OTAWrapper-1.1.0.zip", + "archiveFileName": "OTAWrapper-1.1.0.zip", + "size": 6323, + "checksum": "SHA-256:6c2d723b1a2cfe7f554f39da70f1bf6a8dfa05ba731839e3c15281d814d1f584" + }, + { + "name": "OTAWrapper", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP Library to simplify OTA setup.", + "paragraph": "Tested with ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/OTAWrapper", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/LennartHennigs/OTAWrapper.git", + "providesIncludes": ["OTAWrapper.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/OTAWrapper-1.2.0.zip", + "archiveFileName": "OTAWrapper-1.2.0.zip", + "size": 9043, + "checksum": "SHA-256:43ef20515982e88721b0832dac89ef69b35653536bbbeacd9ac94b03363f11f8" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": ["MultiResetDetector_Generic.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.0.3.zip", + "archiveFileName": "MultiResetDetector_Generic-1.0.3.zip", + "size": 204504, + "checksum": "SHA-256:82138b10107281adee29c672a73ff9c19eb62348ad7230f52d4940ca12574225" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": ["MultiResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.1.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.1.0.zip", + "size": 239694, + "checksum": "SHA-256:ff81efd09dfd99ebf8214b647b0db6d75b1163bc028b3ef4625fb2c06a232604" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": ["MultiResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.2.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.2.0.zip", + "size": 253407, + "checksum": "SHA-256:b3003c635dba732c206480d9413ec996a14e61c557b25ebd64cc318ce78d0268" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": ["MultiResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.3.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.3.0.zip", + "size": 322455, + "checksum": "SHA-256:b13e00b6070a980395e09a796dca7e13309d2db8d75f55409cdfa34ac659db7a" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": ["MultiResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.4.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.4.0.zip", + "size": 322929, + "checksum": "SHA-256:7c50c3cdef4eb45381932062fe6303fb553ba8153560ecb15e129182c7f911bb" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": ["MultiResetDetector_Generic.h"], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.5.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.5.0.zip", + "size": 366159, + "checksum": "SHA-256:a59d083770d77dace3c3f40fef4f33f7740aceaab4f56c8db53156c24496bf2c" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Uncategorized", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": ["ESP_MultiResetDetector.h"], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.1.1.zip", + "archiveFileName": "ESP_MultiResetDetector-1.1.1.zip", + "size": 27747, + "checksum": "SHA-256:c1f2672644a6e605f38eb804dba7638de1084dae54b15f66edadb6441a60ae33" + }, + { + "name": "Digital Rain Animation for TFT_eSPI", + "version": "1.0.0", + "author": "Eric Nam", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "A library that represents Digital Rain Animation on color displays that support TFT_eSPI", + "paragraph": "We love the movie Matrix. Feel the Digital Rain Animation effect in the movie. You can make the matrix effect on your display easily.", + "website": "https://github.com/0015/TP_Arduino_DigitalRain_Anim", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/0015/TP_Arduino_DigitalRain_Anim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0015/Digital_Rain_Animation_for_TFT_eSPI-1.0.0.zip", + "archiveFileName": "Digital_Rain_Animation_for_TFT_eSPI-1.0.0.zip", + "size": 6822, + "checksum": "SHA-256:dba94ca4ec190cb4b9e56cba10c2e77fd2d82f3c02f9842c18939578374b8132" + }, + { + "name": "Digital Rain Animation for TFT_eSPI", + "version": "1.1.0", + "author": "Eric Nam", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "A library that represents Digital Rain Animation on color displays that support TFT_eSPI", + "paragraph": "We love the movie Matrix. Feel the Digital Rain Animation effect in the movie. You can make the matrix effect on your display easily.", + "website": "https://github.com/0015/TP_Arduino_DigitalRain_Anim", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/0015/TP_Arduino_DigitalRain_Anim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0015/Digital_Rain_Animation_for_TFT_eSPI-1.1.0.zip", + "archiveFileName": "Digital_Rain_Animation_for_TFT_eSPI-1.1.0.zip", + "size": 9334, + "checksum": "SHA-256:e087aab22b4386c9e9e2d982823940c15d9d935972416d5cfeffe6eb5ba5505c" + }, + { + "name": "Digital Rain Animation for TFT_eSPI", + "version": "1.1.1", + "author": "Eric Nam", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "A library that represents Digital Rain Animation on color displays that support TFT_eSPI", + "paragraph": "We love the movie Matrix. Feel the Digital Rain Animation effect in the movie. You can make the matrix effect on your display easily.", + "website": "https://github.com/0015/TP_Arduino_DigitalRain_Anim", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/0015/TP_Arduino_DigitalRain_Anim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0015/Digital_Rain_Animation_for_TFT_eSPI-1.1.1.zip", + "archiveFileName": "Digital_Rain_Animation_for_TFT_eSPI-1.1.1.zip", + "size": 10365, + "checksum": "SHA-256:afdbd04ed792ee0f10e3c48dd97e6637553bef430c11a0f20300b72bc17ba4fc" + }, + { + "name": "EMUcan", + "version": "1.0.0", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": ["EMUcan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.0.zip", + "archiveFileName": "EMUcan-1.0.0.zip", + "size": 19365, + "checksum": "SHA-256:fd3f5f238f3c4e23f28833784488cb1959242491c20948130a084cbd74496ac8" + }, + { + "name": "EMUcan", + "version": "1.0.1", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": ["EMUcan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.1.zip", + "archiveFileName": "EMUcan-1.0.1.zip", + "size": 20053, + "checksum": "SHA-256:ff424c4155511ad076c0cd7eb2311964ae4110b103c3ad9d3b69a61c4a496ca7" + }, + { + "name": "EMUcan", + "version": "1.0.2", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": ["EMUcan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.2.zip", + "archiveFileName": "EMUcan-1.0.2.zip", + "size": 22363, + "checksum": "SHA-256:6d6ae8107de7f3e8f3d2159e4106a04cb1356c2575903bc36285cb96e24e21f6" + }, + { + "name": "EMUcan", + "version": "1.0.3", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": ["EMUcan.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.3.zip", + "archiveFileName": "EMUcan-1.0.3.zip", + "size": 26211, + "checksum": "SHA-256:0c0556c40b4b9fb254bc9b02a059f9973882c086cd9fdccfeb6817c878aad3c0" + }, + { + "name": "EMUcanT4", + "version": "1.0.0", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Teensy 4 Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a Teensy 4", + "website": "https://github.com/designer2k2/EMUcanT4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcanT4.git", + "providesIncludes": ["EMUcanT4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcanT4-1.0.0.zip", + "archiveFileName": "EMUcanT4-1.0.0.zip", + "size": 22214, + "checksum": "SHA-256:ea69332348ae50da16888f26ad988d35e82be21f2deacfa5c096c071af46221c" + }, + { + "name": "EMUcanT4", + "version": "1.0.2", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Teensy 4 Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a Teensy 4. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcanT4", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcanT4.git", + "providesIncludes": ["EMUcanT4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcanT4-1.0.2.zip", + "archiveFileName": "EMUcanT4-1.0.2.zip", + "size": 23282, + "checksum": "SHA-256:23192925e776c90e4a2a68bd73c4e1ac0ed166efbcf95e81329c0760ae40e5ad" + }, + { + "name": "EMUcanT4", + "version": "1.0.3", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Teensy 4 Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a Teensy 4. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcanT4", + "category": "Communication", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcanT4.git", + "providesIncludes": ["EMUcanT4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcanT4-1.0.3.zip", + "archiveFileName": "EMUcanT4-1.0.3.zip", + "size": 25488, + "checksum": "SHA-256:5d654d84ea0c7e1e5cec7eee13b95b19c792c11a380085a63f677ab9a065ac66" + }, + { + "name": "EMUcanT4", + "version": "1.0.4", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Teensy 4 Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a Teensy 4. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcanT4", + "category": "Communication", + "architectures": ["teensy"], + "types": ["Contributed"], + "repository": "https://github.com/designer2k2/EMUcanT4.git", + "providesIncludes": ["EMUcanT4.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcanT4-1.0.4.zip", + "archiveFileName": "EMUcanT4-1.0.4.zip", + "size": 27901, + "checksum": "SHA-256:7fc10605d9341687c04f06bfc58d708168b362934e7936db527589d8c4aff2f5" + }, + { + "name": "RoverWing", + "version": "3.0.0", + "author": "David Bershadsky, Alexander Kirillov", + "maintainer": "RoverWing team \u003croverwingboard@gmail.com\u003e", + "sentence": "Arduino library for use with RoverWing, a robotics expansion board for Adafruit Feather boards", + "paragraph": "Arduino library for use with RoverWing, a robotics expansion board for Adafruit Feather boards", + "website": "https://github.com/roverwing", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/roverwing/RoverWingLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/roverwing/RoverWing-3.0.0.zip", + "archiveFileName": "RoverWing-3.0.0.zip", + "size": 13703781, + "checksum": "SHA-256:3a385a781e93765ac0f8affdc3622165101db05ed1adb42c550a384c6a8b2874" + }, + { + "name": "RoverWing", + "version": "3.1.0", + "author": "David Bershadsky, Alexander Kirillov", + "maintainer": "RoverWing team \u003croverwingboard@gmail.com\u003e", + "sentence": "Arduino library for use with RoverWing, a robotics expansion board for Adafruit Feather boards", + "paragraph": "RoverWing provides motor drivers, Inertial Motion Unit (IMU), and connection ports for servos, sonars, GPS, and other peripherals commonly used by small mobile robots. It also contains a microcontroller preloaded with firmware to control these peripherals, which communicates with the Feather board using I2C protocol, thus freeing resources of the Feather board for other purposes. This library allows easy access to all RoverWign features.", + "website": "https://github.com/roverwing/RoverWingLibrary", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/roverwing/RoverWingLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/roverwing/RoverWing-3.1.0.zip", + "archiveFileName": "RoverWing-3.1.0.zip", + "size": 13702115, + "checksum": "SHA-256:73b0f76cf5b6e338238901ca5a2b226dcac466d5a721a4f73bc2d43b8d2de386" + }, + { + "name": "Seeed Arduino FS", + "version": "2.0.2", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "A friendly library for file operation.", + "paragraph": "Gives an example to read/ write from/to an SD card.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_FS", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_FS-2.0.2.zip", + "archiveFileName": "Seeed_Arduino_FS-2.0.2.zip", + "size": 92600, + "checksum": "SHA-256:0c27e9cf4ad2f5e77f2ecc40748b2eb854807be4485fcf6a706a79435803eecd" + }, + { + "name": "Seeed Arduino FS", + "version": "2.0.3", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "A friendly library for file operation.", + "paragraph": "Gives an example to read/ write from/to an SD card.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_FS", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_FS-2.0.3.zip", + "archiveFileName": "Seeed_Arduino_FS-2.0.3.zip", + "size": 92558, + "checksum": "SHA-256:964bec554d9a9187385c5dfc21479ccb21990ea6df1e856f8041397444e6dfd3" + }, + { + "name": "Seeed Arduino FS", + "version": "2.1.1", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "A friendly library for file operation.", + "paragraph": "Gives an example to read/ write from/to an SD card.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_FS", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_FS-2.1.1.zip", + "archiveFileName": "Seeed_Arduino_FS-2.1.1.zip", + "size": 92904, + "checksum": "SHA-256:191c432bec6a9ffef83f28d52f527be5d82959755de3c9ece3512492d087a812" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.0.1", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.0.1.zip", + "size": 698973, + "checksum": "SHA-256:d778e6c0a6d3729241c4492a0285b1423ca04b6ecdc334e7317be3fa05570543" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.1", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.1.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.1.zip", + "size": 723788, + "checksum": "SHA-256:ec28d27da19fa8f01ae1eade33a08958b3da597d52dd9f918619bf8a49a4487e" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.2", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.2.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.2.zip", + "size": 745634, + "checksum": "SHA-256:79dc7b400d9102e35d9d745022af71b6a48bdd041540c1aea7e75b199df066d2" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.3", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.3.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.3.zip", + "size": 745633, + "checksum": "SHA-256:17b237ab4f045d26dffe0522fb8a9824bed37a2db38a3528d461fce65942c628" + }, + { + "name": "Seeed_Arduino_mbedtls", + "version": "1.0.0", + "author": "Peter Yang", + "maintainer": "Peter Yang \u003cturmary@126.com\u003e", + "sentence": "Seeed Arduino library for TLS/SSL connection", + "paragraph": "Seeed Arduino library for TLS/SSL connection.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "providesIncludes": ["Seeed_mbedtls.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_mbedtls-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_mbedtls-1.0.0.zip", + "size": 4044318, + "checksum": "SHA-256:379f3fc2d99ba8e2216aae163bc9f027abc1f7baac5f87fcb98da100ae8cbd8b" + }, + { + "name": "Seeed_Arduino_mbedtls", + "version": "2.0.1", + "author": "Peter Yang", + "maintainer": "Peter Yang \u003cturmary@126.com\u003e", + "sentence": "Seeed Arduino library for TLS/SSL connection", + "paragraph": "Seeed Arduino library for TLS/SSL connection.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "providesIncludes": ["Seeed_mbedtls.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_mbedtls-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_mbedtls-2.0.1.zip", + "size": 4047238, + "checksum": "SHA-256:0634ac3ee99267deac4e7c9930329a2d227d2cf46f37d7e028cb4d0c2f3546e1" + }, + { + "name": "Seeed_Arduino_mbedtls", + "version": "3.0.1", + "author": "Peter Yang", + "maintainer": "Peter Yang \u003cturmary@126.com\u003e", + "sentence": "Seeed Arduino library for TLS/SSL connection", + "paragraph": "Seeed Arduino library for TLS/SSL connection.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "providesIncludes": ["Seeed_mbedtls.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_mbedtls-3.0.1.zip", + "archiveFileName": "Seeed_Arduino_mbedtls-3.0.1.zip", + "size": 887830, + "checksum": "SHA-256:df27133f3b9226e721c0542e815363e5051c76c178b31672e8a971d02acff008" + }, + { + "name": "Seeed Arduino SFUD", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Seeed Arduino SFUD", + "paragraph": "An Arduino library for Seeed Arduino SFUD", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_SFUD-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_SFUD-1.0.0.zip", + "size": 35977, + "checksum": "SHA-256:5f3963a28e2454de1c723ce3ab4f4196d0cdac691ce48f2530712e5968774672" + }, + { + "name": "Seeed Arduino SFUD", + "version": "2.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Seeed Arduino SFUD", + "paragraph": "An Arduino library for Seeed Arduino SFUD", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_SFUD-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_SFUD-2.0.1.zip", + "size": 35978, + "checksum": "SHA-256:362dabe0cbcc08769aeedff3cb32a625fa697fee0f843ca23dfd120b9d84e94e" + }, + { + "name": "MoonStruck", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Lunar Information Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/MoonStruck", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/jhershey69/MoonStruck.git", + "providesIncludes": ["MoonStruck.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jhershey69/MoonStruck-1.0.0.zip", + "archiveFileName": "MoonStruck-1.0.0.zip", + "size": 15690, + "checksum": "SHA-256:7cb64c3609686b207d71387c92d168b65c259020bce0939942752c0cd0a45da2" + }, + { + "name": "PID_v2", + "version": "2.0.0", + "author": "Brett Beauregard", + "maintainer": "Max Ignatenko", + "sentence": "PID controller", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/gelraen/Arduino-PID-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gelraen/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gelraen/PID_v2-2.0.0.zip", + "archiveFileName": "PID_v2-2.0.0.zip", + "size": 12252, + "checksum": "SHA-256:3e4d69a0cf01229d5f27c6755f192a65402def85785dfa438047abf04d1474b0" + }, + { + "name": "PID_v2", + "version": "2.0.1", + "author": "Brett Beauregard", + "maintainer": "Max Ignatenko", + "sentence": "PID controller", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/gelraen/Arduino-PID-Library", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gelraen/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gelraen/PID_v2-2.0.1.zip", + "archiveFileName": "PID_v2-2.0.1.zip", + "size": 12253, + "checksum": "SHA-256:80e3f716e85210a332a5da81d1807d71ad70ff87e09de02c6d11c30baee4d107" + }, + { + "name": "Seeed Arduino IR", + "version": "1.0.2", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "Seeed Arduino Infrared Library", + "paragraph": "Library for receiving, decoding, and sending infrared signals using Arduino", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_IR", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_IR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_IR-1.0.2.zip", + "archiveFileName": "Seeed_Arduino_IR-1.0.2.zip", + "size": 198839, + "checksum": "SHA-256:4f7ba8bd4bd0506030b9ed2395d9aaca4c01de6de9dd987183f0dce8cdb9b813" + }, + { + "name": "GDXLIb", + "version": "0.9.0", + "author": "=Vernier Software \u0026 Technology", + "maintainer": "support@vernier.com", + "sentence": "A library to allow use of Arduino microcomputers which support the ArduinoBLE library to work with Vernier GDX sensors.", + "paragraph": "A library to allow use of Arduino Nano 33 BLE, the Arduino Nan 33 Sense, MKR1010, and Uno WiFi Rev 2 to read Vernier GDX sensors via Bluetooth.", + "website": "https://github.com/VernierSoftwareTechnology/GDXLib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dvernier/GDXLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/GDXLIb-0.9.0.zip", + "archiveFileName": "GDXLIb-0.9.0.zip", + "size": 682832, + "checksum": "SHA-256:650e372f846c0f7159684196b98f80a742de43797a3e9e2b306f4d5988be361e" + }, + { + "name": "GDXLIb", + "version": "0.9.1", + "author": "=Vernier Software \u0026 Technology", + "maintainer": "support@vernier.com", + "sentence": "A library to allow use of Arduino microcomputers which support the ArduinoBLE library to work with Vernier GDX sensors.", + "paragraph": "A library to allow use of Arduino Nano 33 BLE, the Arduino Nan 33 Sense, MKR1010, and Uno WiFi Rev 2 to read Vernier GDX sensors via Bluetooth.", + "website": "https://github.com/dvernier/GDXLib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dvernier/GDXLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/GDXLIb-0.9.1.zip", + "archiveFileName": "GDXLIb-0.9.1.zip", + "size": 682828, + "checksum": "SHA-256:0878a36527682b19e3ebaacca16f8e6e2ef138689fd72cf0c5b37225e04e9e6c" + }, + { + "name": "GDXLIb", + "version": "1.0.5", + "author": "David Vernier", + "maintainer": "support@vernier.com", + "sentence": "A library to allow use of Arduino microcomputers which support the ArduinoBLE library to work with Vernier GDX sensors.", + "paragraph": "A library to allow use of Arduino Nano 33 BLE, the Arduino Nan 33 Sense, MKR1010, and Uno WiFi Rev 2 to read Vernier GDX sensors via Bluetooth.", + "website": "https://github.com/dvernier/GDXLib", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dvernier/GDXLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/GDXLIb-1.0.5.zip", + "archiveFileName": "GDXLIb-1.0.5.zip", + "size": 147726, + "checksum": "SHA-256:afa10f6a058684b7287c8e21253a0d557acfcbbe3f173a09bc7aa028ee72bdab" + }, + { + "name": "EspNow2Mqtt", + "version": "1.1.0", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.1.0.zip", + "archiveFileName": "EspNow2Mqtt-1.1.0.zip", + "size": 30521, + "checksum": "SHA-256:5c02b9850b6925b37319f84f472436648aa8f7972c23b57462f1fb227712aec6" + }, + { + "name": "EspNow2Mqtt", + "version": "1.2.0", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.2.0.zip", + "archiveFileName": "EspNow2Mqtt-1.2.0.zip", + "size": 30709, + "checksum": "SHA-256:6f06c77201c78ad71f2b458bde7b5e1799eee3f4bf1d3ba4beb1434d80ab7e58" + }, + { + "name": "EspNow2Mqtt", + "version": "1.3.0", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.3.0.zip", + "archiveFileName": "EspNow2Mqtt-1.3.0.zip", + "size": 30861, + "checksum": "SHA-256:620c262162e751d703cd719a49d01f9ad2ce6ba4b5ff5875458ed5ba3d1ac014" + }, + { + "name": "EspNow2Mqtt", + "version": "1.3.1", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.3.1.zip", + "archiveFileName": "EspNow2Mqtt-1.3.1.zip", + "size": 31011, + "checksum": "SHA-256:821adaf18f614fc07bdd8386891c28c2a597d2cb57ffdb7f564caad895a45476" + }, + { + "name": "BigFont01", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.0.zip", + "archiveFileName": "BigFont01-1.0.0.zip", + "size": 16648, + "checksum": "SHA-256:54a849883d6adba92bf20a46f7cfeb4d9108d1e60a2eae3a1af058d101ba3abc" + }, + { + "name": "BigFont01", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.1.zip", + "archiveFileName": "BigFont01-1.0.1.zip", + "size": 17859, + "checksum": "SHA-256:320c13f35feaf15be94788b143e5e6340ec92457326d2679687f3760574482bf" + }, + { + "name": "BigFont01", + "version": "1.0.2", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.2.zip", + "archiveFileName": "BigFont01-1.0.2.zip", + "size": 18272, + "checksum": "SHA-256:9097c315ee139abc2401278562a4f1694113663a92bde696d446151f08134156" + }, + { + "name": "BigFont01", + "version": "1.0.3", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.3.zip", + "archiveFileName": "BigFont01-1.0.3.zip", + "size": 18280, + "checksum": "SHA-256:77f0ba91a2621079acd0a0462eef6e7461d98a22d62af3190ca6d7c02fd3947d" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.0.zip", + "archiveFileName": "BigFont01_I2C-1.0.0.zip", + "size": 16686, + "checksum": "SHA-256:4d591733adae02b600581d6961922b8a4e51ef5b4f31c4fbc2638a8207e0fe2a" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.1.zip", + "archiveFileName": "BigFont01_I2C-1.0.1.zip", + "size": 17839, + "checksum": "SHA-256:620a9c7670d115790665a167b3b0bc0e18a5a3818a0d3226918eea3a3d1844ea" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.2", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.2.zip", + "archiveFileName": "BigFont01_I2C-1.0.2.zip", + "size": 18267, + "checksum": "SHA-256:1f6fb8426aef448b9d2d2dc37a9453d7cfa542f64ab9dd66e03e5c1df898dfe7" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.3", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.3.zip", + "archiveFileName": "BigFont01_I2C-1.0.3.zip", + "size": 18270, + "checksum": "SHA-256:6b26555b78412fc98cdb33d157cc6cfda0ace336ac4083096eaab0671b19ff37" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.4", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.4.zip", + "archiveFileName": "BigFont01_I2C-1.0.4.zip", + "size": 18276, + "checksum": "SHA-256:e8f1d425c149c795e341aa8d93df5e2e0785e10d0d92cd2b5395bddb3310fbbf" + }, + { + "name": "Talking_Display", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.0.0.zip", + "archiveFileName": "Talking_Display-1.0.0.zip", + "size": 1432924, + "checksum": "SHA-256:9657ed9927d1ed7ea595954f9ae3d8a75236cced23cc8e5e6355c334e65ffd69" + }, + { + "name": "Talking_Display", + "version": "1.1.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.1.0.zip", + "archiveFileName": "Talking_Display-1.1.0.zip", + "size": 1436540, + "checksum": "SHA-256:2bab41ae93eaaaab79d62407cad8c4eba53785f8ec5aee7cc41945a27ab1c0ac" + }, + { + "name": "Talking_Display", + "version": "1.2.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.2.0.zip", + "archiveFileName": "Talking_Display-1.2.0.zip", + "size": 1436558, + "checksum": "SHA-256:f1e0851a116d21b9137da4016e57f1b2bf63332a0a0e2269702735e4d979153e" + }, + { + "name": "Talking_Display", + "version": "1.3.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.3.0.zip", + "archiveFileName": "Talking_Display-1.3.0.zip", + "size": 1436844, + "checksum": "SHA-256:e9741b36f83ab4c06c07e9368ed560b07dc753956371debcc46696f1a8ebe4ae" + }, + { + "name": "Talking_Display", + "version": "1.4.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.4.0.zip", + "archiveFileName": "Talking_Display-1.4.0.zip", + "size": 1436858, + "checksum": "SHA-256:371fcea1d4a5618cb3dfb59f63b4f0d2a9ed2011d4629084884d8b70343b8534" + }, + { + "name": "SDU AGS SensorBoard", + "version": "1.0.0", + "author": "Falk Vincent von Appen, Jacob Caspers", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Library that supports the AGS sensor board.", + "paragraph": "Currently supporting 2 power relays and one temperature sensor.", + "website": "http://www.sdu.dk/en", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jacobllc/SDU_AGS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jacobllc/SDU_AGS_SensorBoard-1.0.0.zip", + "archiveFileName": "SDU_AGS_SensorBoard-1.0.0.zip", + "size": 29627, + "checksum": "SHA-256:dd63214fb16265d217f47d294e68e87feb20e9a8fdfd99c4702d58345e73b72a" + }, + { + "name": "Totem Library", + "version": "1.0.0", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": ["Totem.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.0.zip", + "archiveFileName": "Totem_Library-1.0.0.zip", + "size": 1389301, + "checksum": "SHA-256:d2e95888274834d896b490a284bbb4fa88dc9f7a9bcc440bac05ea7309fe8198" + }, + { + "name": "Totem Library", + "version": "1.0.1", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": ["Totem.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.1.zip", + "archiveFileName": "Totem_Library-1.0.1.zip", + "size": 1388868, + "checksum": "SHA-256:31e137a608a1b3c5104625702a16c996e1fd6176dfb8220fa912d1efece24810" + }, + { + "name": "Totem Library", + "version": "1.0.2", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": ["Totem.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.2.zip", + "archiveFileName": "Totem_Library-1.0.2.zip", + "size": 1388871, + "checksum": "SHA-256:0d42a1ee9960de980da90579744d824f8588be29c6b6d22d9961d4e256362217" + }, + { + "name": "Totem Library", + "version": "1.0.5", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": ["Totem.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.5.zip", + "archiveFileName": "Totem_Library-1.0.5.zip", + "size": 1808644, + "checksum": "SHA-256:d61156f615268686c0a74586f9db72968f186fd31edd48c733d2967700c14cbb" + }, + { + "name": "Totem Library", + "version": "1.0.6", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": ["Totem.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.6.zip", + "archiveFileName": "Totem_Library-1.0.6.zip", + "size": 1814090, + "checksum": "SHA-256:a672e79b9d46fdb100eb028adfc43e5a5da1e3730b8367fa8705f9f0dd3eb066" + }, + { + "name": "jeager-one", + "version": "1.0.0", + "author": "mchwalfajar", + "maintainer": "mchwalfajar \u003cmchwalfajar@gmail.com\u003e", + "sentence": "Easy use of jeager connection with LoRa, WiFi, and GSM connections", + "paragraph": "Device library for LoRa, WiFi, GSM connections on Antares", + "website": "https://github.com/mchwalfajar/jeager-one", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mchwalfajar/jeager-one.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mchwalfajar/jeager_one-1.0.0.zip", + "archiveFileName": "jeager_one-1.0.0.zip", + "size": 2936658, + "checksum": "SHA-256:9f2774919ba0bcbe9ebd0a0e0536b295c7b5ffe8e3eb794ca92d334c8104d592" + }, + { + "name": "CRC", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": ["CRC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.0.zip", + "archiveFileName": "CRC-0.1.0.zip", + "size": 7799, + "checksum": "SHA-256:f9fb0e55bb1ddc0028650661b46f2e19a9b71ed2e85fc336d043bb0d5a129c6d" + }, + { + "name": "CRC", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": ["CRC.h", "CRC8.h", "CRC16.h", "CRC32.h", "CRC64.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.1.zip", + "archiveFileName": "CRC-0.1.1.zip", + "size": 19009, + "checksum": "SHA-256:2a1a3fb621355926c0390bb380b4a9e9945cf6d81a0284858b23a22b6bd28017" + }, + { + "name": "CRC", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": ["CRC.h", "CRC8.h", "CRC16.h", "CRC32.h", "CRC64.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.2.zip", + "archiveFileName": "CRC-0.1.2.zip", + "size": 24174, + "checksum": "SHA-256:f8635a61beab2b44115fcf8a0601c41fc00f0655862878587db4e9621505d49e" + }, + { + "name": "MeteoLabBeacon", + "version": "0.1.2", + "author": "Vladimir Chukin", + "maintainer": "MeteoLab LLC", + "sentence": "Arduino library for environmental sensor communication.", + "paragraph": "Arduino library for Bluetooth Low Energy (BLE) environmental sensor communication using the nRF24L01+.", + "website": "https://github.com/meteolab/MeteoLabBeacon/", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/meteolab/MeteoLabBeacon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/meteolab/MeteoLabBeacon-0.1.2.zip", + "archiveFileName": "MeteoLabBeacon-0.1.2.zip", + "size": 23697, + "checksum": "SHA-256:ac9d8d3742377ad756c791715fada554c18ef23e79d8f283e7a48914918ec8f3" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.0.zip", + "archiveFileName": "Adafruit_AW9523-1.0.0.zip", + "size": 10977, + "checksum": "SHA-256:9cdf680c744488506fa1adc54b8056559bf98bc818bc9873424d76aa41232ce6" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.1.zip", + "archiveFileName": "Adafruit_AW9523-1.0.1.zip", + "size": 10978, + "checksum": "SHA-256:1e97af13b56780af40013c45ab8461e26afa1ff8cb2ced0609f882dc49b6b214" + }, + { + "name": "BigFont02", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont02.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02-1.0.0.zip", + "archiveFileName": "BigFont02-1.0.0.zip", + "size": 17993, + "checksum": "SHA-256:4c3f75df1c84ef9f3bce28188b73f4f4458670548a36b7fba9db0d68d10041f2" + }, + { + "name": "BigFont02", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont02.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02-1.0.1.zip", + "archiveFileName": "BigFont02-1.0.1.zip", + "size": 18012, + "checksum": "SHA-256:68e7edef47896760661901903aa9db9b3a2241c993956de419c69a68942a63ac" + }, + { + "name": "Zanduino SmoothLED Library 10-bit", + "version": "1.0.0", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control any number of LEDs on any available pins using 10-bit PWM with linear adjustment using CIE 1931 curves.", + "paragraph": "Also implements active fading/brightening of individual LEDs to target values in the background, freeing up the Arduino sketch to do other things in the meantime", + "website": "https://github.com/Zanduino/SmoothLED", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/SmoothLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Zanduino_SmoothLED_Library_10_bit-1.0.0.zip", + "archiveFileName": "Zanduino_SmoothLED_Library_10_bit-1.0.0.zip", + "size": 32504, + "checksum": "SHA-256:0781289e4a047037d46837f454098bffc96229958b7a493f95273bc72c263580" + }, + { + "name": "Zanduino SmoothLED Library 10-bit", + "version": "1.0.1", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control any number of LEDs on any available pins using 10-bit PWM with linear adjustment using CIE 1931 curves.", + "paragraph": "Also implements active fading/brightening of individual LEDs to target values in the background, freeing up the Arduino sketch to do other things in the meantime", + "website": "https://github.com/Zanduino/SmoothLED", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/SmoothLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Zanduino_SmoothLED_Library_10_bit-1.0.1.zip", + "archiveFileName": "Zanduino_SmoothLED_Library_10_bit-1.0.1.zip", + "size": 34111, + "checksum": "SHA-256:814be16c53b529639ec4c1c487b26ad256023ac6d23eca81e70b9298f116b4b9" + }, + { + "name": "BigFont02_I2C", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02 for non-I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont02_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02_I2C-1.0.0.zip", + "archiveFileName": "BigFont02_I2C-1.0.0.zip", + "size": 17980, + "checksum": "SHA-256:bd788a35e8d6b89e1d1191544bb6f7b4c7f386b398ed7d6163b6b7bb57fb23e3" + }, + { + "name": "BigFont02_I2C", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont02_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02_I2C-1.0.1.zip", + "archiveFileName": "BigFont02_I2C-1.0.1.zip", + "size": 18003, + "checksum": "SHA-256:de970d5501b3ba7ea52717b349ba31488c696cfd216f126dfd5b4870a9295649" + }, + { + "name": "BigFont02_I2C", + "version": "1.0.2", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": ["avr", "esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/telleropnul/BigFont02_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02_I2C-1.0.2.zip", + "archiveFileName": "BigFont02_I2C-1.0.2.zip", + "size": 18007, + "checksum": "SHA-256:d05a32e6b74ecd38b4da61d848787eb93c2dfa181ad1f98b358e379dffca633a" + }, + { + "name": "Adafruit HTU31D Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU31D sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU31D sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU31D", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_HTU31D.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU31D_Library-1.0.0.zip", + "archiveFileName": "Adafruit_HTU31D_Library-1.0.0.zip", + "size": 6817, + "checksum": "SHA-256:e9bcc421176d0be78c246d58c741bde1e5858a8d6e7278141392216f8b45a733" + }, + { + "name": "Adafruit HTU31D Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU31D sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU31D sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU31D", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_HTU31D.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU31D_Library-1.1.0.zip", + "archiveFileName": "Adafruit_HTU31D_Library-1.1.0.zip", + "size": 7909, + "checksum": "SHA-256:1c3b714ef2d3253e6c7710cf0e749699f412da19cab25dcd794d390c4f7c9b46" + }, + { + "name": "Adafruit SHT4x Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT4x", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/Adafruit_SHT4X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT4x_Library-1.0.0.zip", + "archiveFileName": "Adafruit_SHT4x_Library-1.0.0.zip", + "size": 9044, + "checksum": "SHA-256:c8449bfc295fa2c2fa6038c17b25b5958a63dee742bd5a31a5ea16ec0df7fa31" + }, + { + "name": "ESP32Time", + "version": "1.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": ["ESP32Time.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.0.zip", + "archiveFileName": "ESP32Time-1.0.0.zip", + "size": 7400, + "checksum": "SHA-256:2e6951c8c2faecfd50fbc16876f19e71b4ed5ef2ccdebf9b91ce82c1b667b561" + }, + { + "name": "ESP32Time", + "version": "1.0.1", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": ["ESP32Time.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.1.zip", + "archiveFileName": "ESP32Time-1.0.1.zip", + "size": 7939, + "checksum": "SHA-256:006af54a1b672bf419bbd270685ac3b32180806fcf0460ca219a1d16bccfc3a5" + }, + { + "name": "ESP32Time", + "version": "1.0.2", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": ["ESP32Time.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.2.zip", + "archiveFileName": "ESP32Time-1.0.2.zip", + "size": 8042, + "checksum": "SHA-256:10b87fd07861e12bfe2c06eb46c8fadd3a7f4e214e01895fc1ac0717ef638c3d" + }, + { + "name": "ESP32Time", + "version": "1.0.3", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": ["ESP32Time.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.3.zip", + "archiveFileName": "ESP32Time-1.0.3.zip", + "size": 8023, + "checksum": "SHA-256:d739e4e7239fe92c0312619580d8941f0d359914db8c83783ab10d7f33f11173" + }, + { + "name": "ESP32Time", + "version": "1.0.4", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": ["ESP32Time.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.4.zip", + "archiveFileName": "ESP32Time-1.0.4.zip", + "size": 8192, + "checksum": "SHA-256:4d15a00f2bdd899610fb50408e9a2df482a5c0256c106b5ee0b147f0411c3a33" + }, + { + "name": "Multiplex", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": ["Multiplex.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.1.0.zip", + "archiveFileName": "Multiplex-0.1.0.zip", + "size": 7427, + "checksum": "SHA-256:e7466f2f5a3cc2d1bf64dc909baec941f6cee140cf917eb6ba72f59cef7fa00f" + }, + { + "name": "Multiplex", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": ["Multiplex.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.0.zip", + "archiveFileName": "Multiplex-0.2.0.zip", + "size": 8421, + "checksum": "SHA-256:ca812765bbe8d64a966133b789bed381ac496d9dfc23f70116a31624a21c97f0" + }, + { + "name": "Maidenhead", + "version": "1.0.0", + "author": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "maintainer": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "sentence": "Library for converting between latitude/longitude and Maidenhead locators.", + "paragraph": "Maidenhead locators, also known as IARU or QTH locators are used by amateur radio operators to quickly describe their locations. Supports up to 10 character Maidenhead locators.", + "website": "https://github.com/sp6q/maidenhead", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sp6q/maidenhead.git", + "providesIncludes": ["maidenhead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sp6q/Maidenhead-1.0.0.zip", + "archiveFileName": "Maidenhead-1.0.0.zip", + "size": 4797, + "checksum": "SHA-256:7e8edf186771b4489afbfeae39f088c10ea5f0f05e40cc63c635db5d0a8d607d" + }, + { + "name": "Maidenhead", + "version": "1.0.1", + "author": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "maintainer": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "sentence": "Library for converting between latitude/longitude and Maidenhead locators.", + "paragraph": "Maidenhead locators, also known as IARU or QTH locators are used by amateur radio operators to quickly describe their locations. Supports up to 10 character Maidenhead locators.", + "website": "https://github.com/sp6q/maidenhead", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sp6q/maidenhead.git", + "providesIncludes": ["maidenhead.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sp6q/Maidenhead-1.0.1.zip", + "archiveFileName": "Maidenhead-1.0.1.zip", + "size": 4887, + "checksum": "SHA-256:fedd89e0023eab400201764a90629569061593aea585f39fac34b656948b50da" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": ["LoRa_E32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.0.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.0.zip", + "size": 1023118, + "checksum": "SHA-256:427521752c2432c978fe83cf20cfd12ffae3432bd873355181debf37aa3fce6f" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": ["LoRa_E32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.1.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.1.zip", + "size": 1026497, + "checksum": "SHA-256:02805245cab93515453500309d05c5b1896682d4a8def479b3702e3d8a9e59ce" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": ["LoRa_E32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.2.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.2.zip", + "size": 2158476, + "checksum": "SHA-256:e26239964609a24d11c6e1399080c76f9ef1484ee4cddbc79b71be68d6c617e6" + }, + { + "name": "QuickPID", + "version": "2.0.4", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID controller - a faster hybrid fixed/floating point implementation of the Arduino PID Library with more features.", + "paragraph": "This controller seeks to keep an output close to a desired setpoint by adjusting four parameters (P,I,D) and POn (PonE, PonM setpoint weighting).", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.0.4.zip", + "archiveFileName": "QuickPID-2.0.4.zip", + "size": 14607, + "checksum": "SHA-256:2ad3d6fb74ec16e8d41e5fddad717c7602a43c76d961a4acc7b2012abee2a24c" + }, + { + "name": "QuickPID", + "version": "2.0.3", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID controller - a faster hybrid fixed/floating point implementation of the Arduino PID Library with more features.", + "paragraph": "This controller seeks to keep an output close to a desired setpoint by adjusting four parameters (P,I,D) and POn (PonE, PonM setpoint weighting).", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.0.3.zip", + "archiveFileName": "QuickPID-2.0.3.zip", + "size": 8636, + "checksum": "SHA-256:971d4e2dd6a780e8ecb50deb66545cde6c1adf4f295ed6d6ca0c9aa64e584c3b" + }, + { + "name": "QuickPID", + "version": "2.0.5", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID controller - a faster hybrid fixed/floating point implementation of the Arduino PID Library with more features.", + "paragraph": "This controller seeks to keep an output close to a desired setpoint by adjusting four parameters (P,I,D) and proportional setpoint weighting (POn).", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.0.5.zip", + "archiveFileName": "QuickPID-2.0.5.zip", + "size": 15562, + "checksum": "SHA-256:9e820d9450174d34f6dd4da3b2e04064a3a5250f8211725244f3eb00fa31ec6d" + }, + { + "name": "QuickPID", + "version": "2.1.0", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID is a fast fixed/floating point implementation of the Arduino PID library with built-in AutoTune function.", + "paragraph": "This controller can automatically determine and set parameters (P,I,D). The POn setting controls the mix of Proportional on Errror to Proportional on Measurement and can be used to set the desired amount of overshoot.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.1.0.zip", + "archiveFileName": "QuickPID-2.1.0.zip", + "size": 17433, + "checksum": "SHA-256:e8fec21f59a7ecd002ac3bb94ddf14a3042f500e963cc1d7f673812074081bf8" + }, + { + "name": "QuickPID", + "version": "2.2.0", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID is a fast fixed/floating point implementation of the Arduino PID library with built-in AutoTune function with 8 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set parameters (P,I,D). The POn setting controls the mix of Proportional on Error to Proportional on Measurement.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.0.zip", + "archiveFileName": "QuickPID-2.2.0.zip", + "size": 17858, + "checksum": "SHA-256:f8792d09582b6b2de29b1b0d162823b97fbd9b4bbb5f5a4b5edab4e16215a2a0" + }, + { + "name": "QuickPID", + "version": "2.2.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 8 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. An added feature is contolling the mix of Proportional on Error to Proportional on Measurement.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.1.zip", + "archiveFileName": "QuickPID-2.2.1.zip", + "size": 18253, + "checksum": "SHA-256:3d1b41c5791f1b4c5184a5ceb3df7b25d10315b9fd57b131b7b7cd99689529a0" + }, + { + "name": "QuickPID", + "version": "2.2.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.2.zip", + "archiveFileName": "QuickPID-2.2.2.zip", + "size": 19724, + "checksum": "SHA-256:94a43f14412aea52e56c99e2a43262d52d1bdd8183cee2df5903d8eca200c207" + }, + { + "name": "QuickPID", + "version": "2.2.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.3.zip", + "archiveFileName": "QuickPID-2.2.3.zip", + "size": 20526, + "checksum": "SHA-256:f90e5584ff369878824d6a0862828752c149777ce288aa860269ab692958cb4f" + }, + { + "name": "QuickPID", + "version": "2.2.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.4.zip", + "archiveFileName": "QuickPID-2.2.4.zip", + "size": 20743, + "checksum": "SHA-256:b351f69105f13f7cbbc62e6269717dc0075b6f17839f35ab48634ac4ed1426b1" + }, + { + "name": "QuickPID", + "version": "2.2.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.5.zip", + "archiveFileName": "QuickPID-2.2.5.zip", + "size": 21446, + "checksum": "SHA-256:f75938fcec64290999e3cc398f7585fd6c226fb7f41e8aba06995c1b02c49ade" + }, + { + "name": "QuickPID", + "version": "2.2.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.6.zip", + "archiveFileName": "QuickPID-2.2.6.zip", + "size": 21319, + "checksum": "SHA-256:e2b46cebb8d29e75c1b296d4681ac1cac8f2ede5ba323d013aa931dcec1c3e80" + }, + { + "name": "QuickPID", + "version": "2.2.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.7.zip", + "archiveFileName": "QuickPID-2.2.7.zip", + "size": 22051, + "checksum": "SHA-256:9c05186f2c53132bd226770fbd50b8e7b16a50516c0a53357bf943ab9c1a5195" + }, + { + "name": "QuickPID", + "version": "2.2.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.8.zip", + "archiveFileName": "QuickPID-2.2.8.zip", + "size": 21573, + "checksum": "SHA-256:530d6b8792693c9d69ac31a57b3a807196a7592f173404555ea230ff346a32bf" + }, + { + "name": "QuickPID", + "version": "2.3.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 10 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.0.zip", + "archiveFileName": "QuickPID-2.3.0.zip", + "size": 23888, + "checksum": "SHA-256:b95b9254379583e9730975fbd26b65480da2c0741f7d2580291f41df409cdcd2" + }, + { + "name": "QuickPID", + "version": "2.3.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 10 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.1.zip", + "archiveFileName": "QuickPID-2.3.1.zip", + "size": 23867, + "checksum": "SHA-256:1da8ed10b62c3285f74b5d5bfe32a9fabb3697002b88558f2082bed6d27c7fd8" + }, + { + "name": "QuickPID", + "version": "2.3.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 10 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.2.zip", + "archiveFileName": "QuickPID-2.3.2.zip", + "size": 23075, + "checksum": "SHA-256:6af2f1d7b0c29d88ed78c34c55b17b477540400302686ac506d21cba5a46fda9" + }, + { + "name": "QuickPID", + "version": "2.3.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune and 10 tuning rules.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.3.zip", + "archiveFileName": "QuickPID-2.3.3.zip", + "size": 25342, + "checksum": "SHA-256:5cd343909a6a4619aa46ce1e23020ce07119ccca3113e88d9c0e16cdfdeaf10a" + }, + { + "name": "QuickPID", + "version": "2.4.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune and 10 tuning rules.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.0.zip", + "archiveFileName": "QuickPID-2.4.0.zip", + "size": 29560, + "checksum": "SHA-256:bd1f9fda51a9242a9217493a5fdaafe22cba7c4017961233c2bf8d228cc748ea" + }, + { + "name": "QuickPID", + "version": "2.4.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune and 10 tuning rules.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.1.zip", + "archiveFileName": "QuickPID-2.4.1.zip", + "size": 29763, + "checksum": "SHA-256:712dae6903d65aef6c29ae0f7015c3e89c6b22d48942f87e35303bbb3f4c995b" + }, + { + "name": "QuickPID", + "version": "2.4.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune, integral anti-windup and variable controls for Proportional and Derivative on Error to Measurement.", + "paragraph": "A fast PID controller with an AutoTune dynamic object, 10 tunung rules, Integral anti-windup, TIMER Mode, variable Proportional and Derivative on Error to Measurement and full-featured Arduino analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h", "analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.2.zip", + "archiveFileName": "QuickPID-2.4.2.zip", + "size": 29958, + "checksum": "SHA-256:7ec4cb12087422b2d3b7840e48232c24bcca59933255dbee766ea019e5ba4a56" + }, + { + "name": "QuickPID", + "version": "2.4.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune, integral anti-windup and variable controls for Proportional and Derivative on Error to Measurement.", + "paragraph": "A fast PID controller with an AutoTune dynamic object, 10 tunung rules, Integral anti-windup, TIMER Mode, variable Proportional and Derivative on Error to Measurement and full-featured Arduino analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": ["QuickPID.h", "analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.3.zip", + "archiveFileName": "QuickPID-2.4.3.zip", + "size": 29959, + "checksum": "SHA-256:1d326dd14598bf8496bd264bedd9eb4a54e773a4d75d34c42d7dc917612c5500" + }, + { + "name": "QuickPID", + "version": "2.4.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.4.zip", + "archiveFileName": "QuickPID-2.4.4.zip", + "size": 29894, + "checksum": "SHA-256:ddebf65d5e7e65c890709dbe919a31b59606d39bf85d14067a36d75f32c2aeee" + }, + { + "name": "QuickPID", + "version": "2.4.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.5.zip", + "archiveFileName": "QuickPID-2.4.5.zip", + "size": 29751, + "checksum": "SHA-256:e738d39ba252ba65aabfb037188bfe2ed2f5adf4109d957a545755caa91b79c8" + }, + { + "name": "QuickPID", + "version": "2.4.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.6.zip", + "archiveFileName": "QuickPID-2.4.6.zip", + "size": 29769, + "checksum": "SHA-256:ef9c7681e96839498332ceb9811e4e09da71a37cc07c776f62d45d871c5acb63" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.1", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.1.zip", + "archiveFileName": "DotMatrix5x7-1.4.1.zip", + "size": 17330, + "checksum": "SHA-256:b714d7ed9723288ba8757c1bedaab2b0b02ad47bef5ca9c15188d3ddb5b49d30" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.0.zip", + "archiveFileName": "DotMatrix5x7-1.4.0.zip", + "size": 17323, + "checksum": "SHA-256:0aa8f6c1db451375b37935349410adf32c7588cc7e5a40ccc2790c7ec8ca88a4" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.2", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.2.zip", + "archiveFileName": "DotMatrix5x7-1.4.2.zip", + "size": 17540, + "checksum": "SHA-256:f92e7480e4fbcfcc5915fec649bbbcbdc491217c0acfe8bce0c9a3ae7a3ae231" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.3", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.3.zip", + "archiveFileName": "DotMatrix5x7-1.4.3.zip", + "size": 18211, + "checksum": "SHA-256:bb0b49a496847821f476598341ad652517d7283c5a81336f7b9ed482040d7336" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.0.zip", + "size": 484333, + "checksum": "SHA-256:31e72a00edd46aa6fcb3211604012515cfcb4899e090d8c63db2444fd5a7d0d8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.1.zip", + "size": 484346, + "checksum": "SHA-256:72fdfca51f59521f47e1b715697cdc0e47b0e6ca17c204ee7365267de6aa0ed6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.2.zip", + "size": 484913, + "checksum": "SHA-256:8df8053d32c39a30a0e63b25ec2586031e7ba1891dd898e31d243c99e8e1d1f2" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.3.zip", + "size": 484920, + "checksum": "SHA-256:9e76caca5a472818d63be6d69394787163d52af345fee02f1f0396a4a57aa0ba" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.0.zip", + "size": 1154346, + "checksum": "SHA-256:a64af64d38aff6b603dfc744ad8aed634f1800e60469a55d3d6691aacd8e0530" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.1.zip", + "size": 1163197, + "checksum": "SHA-256:3f4150eb543e70dac98ac498e6187916385b49183f99aa6cf84011a29e9d01c6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.3.zip", + "size": 1199220, + "checksum": "SHA-256:73c92739c24faa03ae05286792ef523de183818b0a640a8c83390511b02dd4b7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.0.zip", + "size": 3051089, + "checksum": "SHA-256:bdf0fc4635e33781e657a4953f7edcd02a71d2c4af9e31e2008b06e9d46de296" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.1.zip", + "size": 3077046, + "checksum": "SHA-256:1ee029862590ce21bbd2425a353fc6714b9a2a1db7c4e966b5c6336ba605b588" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.2.zip", + "size": 3080535, + "checksum": "SHA-256:bd1b0612cd837eeb3c90c8146c5d88de5346150faa379203788c38a57483fde0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.3.zip", + "size": 3081354, + "checksum": "SHA-256:13da95e08699689b3f40055d1b5c3d7a6cae802f2e2594b1296a92dd76dfa7bb" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.4.zip", + "size": 3072531, + "checksum": "SHA-256:98af5a52bb336c8b283b58e9c0a8936afedcd6aa9d662e7855558a48a84e760d" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.5.zip", + "size": 3072341, + "checksum": "SHA-256:8b3b604d393366f55c5e6cf2ab7d0ec90f157e24ba07f60c696165ce63f83131" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.6.zip", + "size": 3075043, + "checksum": "SHA-256:9eb8403a45696bf18c5d46a8c796cd14b3aa8cb27f49c65a19804acbdd44069e" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.7.zip", + "size": 3075919, + "checksum": "SHA-256:beaa21efd87ca92c55536ff9b332de08a5894452b5dafed0b9f9744a4202076f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.8.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.8.zip", + "size": 3075817, + "checksum": "SHA-256:745bc161ed2181fd8b1e0213d65675b17d9f267d9b0867d26fd2e4f4420484a4" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.9.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.9.zip", + "size": 3075844, + "checksum": "SHA-256:90fee0b2931f18fe3300df2bc79f127383cd2e449573fde05c76876ac274d542" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.10.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.10.zip", + "size": 3076643, + "checksum": "SHA-256:7a2d80c1e1713178c6f510ca8e6c52520d9d79c56ffb213c0c2e6faff437a6cd" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.11.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.11.zip", + "size": 3077258, + "checksum": "SHA-256:56ee85f9b33c75d04c74400ab3dcc8f1288732e607a3fe75c955ba9912aa2194" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.12.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.12.zip", + "size": 3078173, + "checksum": "SHA-256:88d3a47d4b800f757f646a5c8225540d572eb21f52c2262f229d8a8f5fd44749" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.13.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.13.zip", + "size": 3542551, + "checksum": "SHA-256:cd9726bba0bb3249558cc800c9a061331bb6bf315ecdc209297b118b8e20c8c0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.14.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.14.zip", + "size": 3542621, + "checksum": "SHA-256:996b29a55f8c1ed34f5e282be792157038c1de75b79c5a372d532d42b148bf4f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.15.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.15.zip", + "size": 3542458, + "checksum": "SHA-256:6d391fe08a9f19a601117e7f8723eb628ce28a11936759a98a535901d63e63fc" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.0.zip", + "size": 3536267, + "checksum": "SHA-256:f8a933436aa29314f545ce92025d439df2980ae0551b874fee74f9f53bad8ca3" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.1.zip", + "size": 3564602, + "checksum": "SHA-256:28e797f608e33c304a96d05e6400f7f8f67a65b11c8996a47d3732eeb812c018" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.2.zip", + "size": 3565062, + "checksum": "SHA-256:c02b09978bbb77247cfe5c57192b55c28358c631128a37881a37758e0a927c06" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.3.zip", + "size": 3567133, + "checksum": "SHA-256:471e0b95eaebd2fc8d5a92479332f023ecf2a66dc55daf59e7220e1eadca7d14" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.4.zip", + "size": 3572255, + "checksum": "SHA-256:73a821ade755ae0ac7d2d6b445877bdeaf5738fb65a9225688153c1aeb9cc218" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.5.zip", + "size": 3572136, + "checksum": "SHA-256:ffa7eb9b126b042480b4a67e47ca69dd0848ef7bab160f00803232ab99c77113" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.6.zip", + "size": 3580611, + "checksum": "SHA-256:6075752b7a0724b2d0eb1a97cd5d0e79479074b77a751d28eab93a0a038b44e4" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.7.zip", + "size": 3580632, + "checksum": "SHA-256:4e1685c01fe4fc379cbbca038daa4bc2bf34b5922e0eb738e0a71cde7d50284a" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.0.zip", + "size": 3583528, + "checksum": "SHA-256:08d1bce5ea23d16d33318bc5cbe280754a07b32dd1077f06f009d2790fc2fcd8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.1.zip", + "size": 3583746, + "checksum": "SHA-256:2823f409f68a284e16066dadd692522a0b6db72b13dc4a4a0b946d51d498b627" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.2.zip", + "size": 3560182, + "checksum": "SHA-256:14a892d0b4a462b4ad049f223a67d0498d979fcd4f1d34f95198041d1e3aa61b" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.3.zip", + "size": 3608153, + "checksum": "SHA-256:f3bf6ea264410a36c51f570e74b0f11050c00750dec13984fb4d46c24ba81e04" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.4.zip", + "size": 3610706, + "checksum": "SHA-256:27d5bfb695d553557d85483693d7cdf979d689b85bc27fe456b86bb46d6a1109" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.5.zip", + "size": 3611852, + "checksum": "SHA-256:b43f1cd481f5791cd78062d7eb6be0259aaa6b41d4319b178d6298715fff5077" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.6.zip", + "size": 3612775, + "checksum": "SHA-256:339136f8568300695f66863a54c7b08689ae80ea9c56a5e9aeef3a0302770c13" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.0.zip", + "size": 3652851, + "checksum": "SHA-256:1dc7ab62dc86b6edb40aa4e2307a6141d74752a0e398e399a6a776c0433a1ec5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.1.zip", + "size": 3652915, + "checksum": "SHA-256:0ed0c64cec400257fa0e12df92a0af102e1c7548331fa4e8aa283572d97e9001" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.3.zip", + "size": 3652926, + "checksum": "SHA-256:80292b48e71c47982bdf506bde23696eae6af8ab241890e7f350992db88a8723" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.4.zip", + "size": 3652920, + "checksum": "SHA-256:c752983bc163733abb42e4eecce3aeb23d9873fb4197d01ae40b511ed893d045" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.5.zip", + "size": 3652988, + "checksum": "SHA-256:a40079e373c470d538dcf893c3503f0ec4125c17fc504a87a9d3b992bcba4602" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.6.zip", + "size": 3653215, + "checksum": "SHA-256:1ba0f4ff9106b339e52392b9f7011b7e708afd93fe6114282e4ebcc9a65015d6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.7.zip", + "size": 3653211, + "checksum": "SHA-256:48b368ff117f3240b059d8b26b55d39b2bcca3d872c9a6dcf89b5c3b8eef3dff" + }, + { + "name": "PCF8574 library", + "version": "0.9.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8574", + "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", + "website": "https://github.com/xreef/PCF8574_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8574_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-0.9.0.zip", + "archiveFileName": "PCF8574_library-0.9.0.zip", + "size": 11447998, + "checksum": "SHA-256:931a2669c94f6a67a6f1a7836623164fc4bcb91c266def309ba8390a2dc5f5b0" + }, + { + "name": "PCF8574 library", + "version": "1.2.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8574", + "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", + "website": "https://github.com/xreef/PCF8574_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8574_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-1.2.0.zip", + "archiveFileName": "PCF8574_library-1.2.0.zip", + "size": 34284368, + "checksum": "SHA-256:d0b613a74b9330273138e51ac3422c810bfd3a976df39e8ee11c4f9ed74ff81a" + }, + { + "name": "PCF8574 library", + "version": "2.2.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266, smt32 and esp32 library for PCF8574", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": ["PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.2.2.zip", + "archiveFileName": "PCF8574_library-2.2.2.zip", + "size": 34290237, + "checksum": "SHA-256:8cd293eb780dbdfee573e1ca409e0424f06e1e33d146ef0fa577bcaecc4ad88b" + }, + { + "name": "PCA9634 Arduino Library", + "version": "1.0.0", + "author": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "maintainer": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "sentence": "A library for use with the NXP PCA9634 8-bit Fm+ I2C-bus LED driver.", + "paragraph": "This library is easy to use and gives access to all the features of the chip, for more info on how to use the library checkout the examples or the guide on github.", + "website": "https://github.com/NickvanTholen/pca9634-lib/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NickvanTholen/pca9634-lib.git", + "providesIncludes": ["PCA9634.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NickvanTholen/PCA9634_Arduino_Library-1.0.0.zip", + "archiveFileName": "PCA9634_Arduino_Library-1.0.0.zip", + "size": 7518, + "checksum": "SHA-256:56886d7bca60bd2fe860d5f7c26db924683ec9dea57a8068984e93b4dac0e29b" + }, + { + "name": "mrm-us-b", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-us-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.0.zip", + "archiveFileName": "mrm_us_b-0.0.0.zip", + "size": 3546, + "checksum": "SHA-256:a83b1ca6a0f9c59c79443d2643448f822a2e145c3c161d1977882c3d5f8099c4" + }, + { + "name": "mrm-us-b", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.1.zip", + "archiveFileName": "mrm_us_b-0.0.1.zip", + "size": 3538, + "checksum": "SHA-256:509861eaf59ebbb17c9c01232aecb71eda20a2ebf8398045d4fc85e83ad577c8" + }, + { + "name": "mrm-us-b", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.2.zip", + "archiveFileName": "mrm_us_b-0.0.2.zip", + "size": 4764, + "checksum": "SHA-256:93790bf67ada006fc63ec1cc3f94e9d08943abadcd6bf0dc01c8f0a473d2323a" + }, + { + "name": "mrm-us-b", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.3.zip", + "archiveFileName": "mrm_us_b-0.0.3.zip", + "size": 4772, + "checksum": "SHA-256:a43560c3c96f3b1c4d3acaf6985dc540d60d1aec9bcb8c168dc02eeef120ad1a" + }, + { + "name": "light_CD74HC4067", + "version": "1.0.0", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "A lightweight library for interfacing with CD74HC4067 Mux.", + "paragraph": "A lightweight, low memory consuming CD74HC4067 Library for Arduino IDE based microcontrollers.", + "website": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/light_CD74HC4067-1.0.0.zip", + "archiveFileName": "light_CD74HC4067-1.0.0.zip", + "size": 19006, + "checksum": "SHA-256:3913762ef571ed42275d1d35b4dd3a09d5acd044b98751ed81138ede0d2308e7" + }, + { + "name": "light_CD74HC4067", + "version": "1.0.1", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "A lightweight library for interfacing with CD74HC4067 Mux.", + "paragraph": "A lightweight, low memory consuming CD74HC4067 Library for Arduino IDE based microcontrollers.", + "website": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/light_CD74HC4067-1.0.1.zip", + "archiveFileName": "light_CD74HC4067-1.0.1.zip", + "size": 19006, + "checksum": "SHA-256:83631b6f639c879bffe67b2e782f6bc30b15ba53eac4613ba34a585c88081f9e" + }, + { + "name": "MCCI Catena SCD30", + "version": "0.1.0", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SCD30 carbon dioxide sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI_Catena_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SCD30.git", + "providesIncludes": ["MCCI_Catena_SCD30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SCD30-0.1.0.zip", + "archiveFileName": "MCCI_Catena_SCD30-0.1.0.zip", + "size": 645874, + "checksum": "SHA-256:10f18ec05f75adf2e5e34133ace5a05c1447343d2165cb0028d133ccdf581633" + }, + { + "name": "MCCI Catena SCD30", + "version": "0.2.0", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SCD30 carbon dioxide sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI_Catena_SCD30", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SCD30.git", + "providesIncludes": ["MCCI_Catena_SCD30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SCD30-0.2.0.zip", + "archiveFileName": "MCCI_Catena_SCD30-0.2.0.zip", + "size": 1583133, + "checksum": "SHA-256:fe50f21168cf61d07b581f474d28eb4eb4861ae8c9b9470cc5ddfb64c97d63af" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino library which allows you to communicate seamlessly with the full range of u-blox GNSS modules over I2C and Serial. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.0.zip", + "size": 315902, + "checksum": "SHA-256:4a98efb31da5b00665782ed44ca69f50f65b06cf356542b9314748a1c08b6252" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino library which allows you to communicate seamlessly with the full range of u-blox GNSS modules over I2C and Serial. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.1.zip", + "size": 325784, + "checksum": "SHA-256:f4fee86080b5b56bd36bbf35207cc52b47092c3fd19b8c69ee670667918610db" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.2.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.2.zip", + "size": 325803, + "checksum": "SHA-256:a4b5287abd56ac5445f0a2e4c2fbd3ee5b44a9382c63c02024c4eba0138cfbbe" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.3.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.3.zip", + "size": 325820, + "checksum": "SHA-256:aa6cc5fb46c28033350f8c2d162abdd23973959c9865c06b348396be5ce180e8" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.4.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.4.zip", + "size": 333977, + "checksum": "SHA-256:f294dfa7d2eb692a75663f14434baa3d8baeaddbc1dd0a59bad34a3afd62f894" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.5.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.5.zip", + "size": 339795, + "checksum": "SHA-256:511be2315baececf628e11ce5b3975b286e6aa01fb89c57300f3b04df99594f2" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.6.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.6.zip", + "size": 350443, + "checksum": "SHA-256:7fee38bb555c4a40edba36a10817502f594043231c51a732492fdd1bfe90ba96" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.7.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.7.zip", + "size": 351005, + "checksum": "SHA-256:954a7c09116b5f37cd4804db0bb01f054f7eb685a9ff5479a055a7290f4c5c03" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.8.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.8.zip", + "size": 360032, + "checksum": "SHA-256:1bf109bf31667e328ee068699161534ae514b9500985ad82bbf74a7abb6d6806" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.9.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.9.zip", + "size": 360564, + "checksum": "SHA-256:ba795f308d556994b1cf31d8a62f9bf634346ed8ad1a8bb7060d74ce4bee9b0f" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.10.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.10.zip", + "size": 361433, + "checksum": "SHA-256:698ff5005b502942fdcd366694134d0d1d8be7b4678480df106442e8d8847057" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.11.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.11.zip", + "size": 361480, + "checksum": "SHA-256:8e2360f152962e47be2568273d62b63338f04dfbc5fdd7e034bc17647743f56b" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.12.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.12.zip", + "size": 361938, + "checksum": "SHA-256:4b0a7b94afead05b5576baa3805a11d1d54aa8f37a578a7f97e221ce2cd5ad4c" + }, + { + "name": "AskSinPP", + "version": "5.0.0", + "author": "papa", + "maintainer": "papa", + "sentence": "Homematic Protocol Library", + "paragraph": "Homematic Protocol Library", + "website": "https://github.com/pa-pa/AskSinPP", + "category": "Communication", + "architectures": ["avr", "STM32F1"], + "types": ["Contributed"], + "repository": "https://github.com/pa-pa/AskSinPP.git", + "dependencies": [ + { + "name": "EnableInterrupt" + }, + { + "name": "Low-Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pa-pa/AskSinPP-5.0.0.zip", + "archiveFileName": "AskSinPP-5.0.0.zip", + "size": 8748860, + "checksum": "SHA-256:9d25f83e379450cb0ab29c3df4687adf7bcfe4e44b8560c9a6c570d37de45b67" + }, + { + "name": "infiniteAverage", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "shows concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": ["infiniteAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.0.zip", + "archiveFileName": "infiniteAverage-0.1.0.zip", + "size": 6462, + "checksum": "SHA-256:de68a72369732cec4544ca05b901a5c49d0f35e2ad700affeca4804db9b24be8" + }, + { + "name": "infiniteAverage", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": ["infiniteAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.1.zip", + "archiveFileName": "infiniteAverage-0.1.1.zip", + "size": 7735, + "checksum": "SHA-256:f58349afad9fbee8a90e2e8841b4f6273338a7e33f5d259ead2ca11127d51b7d" + }, + { + "name": "infiniteAverage", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": ["infiniteAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.2.zip", + "archiveFileName": "infiniteAverage-0.1.2.zip", + "size": 7933, + "checksum": "SHA-256:d37b163b01b8486ea4b2570ef16eb5b6915b01f22b91504dffb05c59fffbe495" + }, + { + "name": "infiniteAverage", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": ["infiniteAverage.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.3.zip", + "archiveFileName": "infiniteAverage-0.1.3.zip", + "size": 7946, + "checksum": "SHA-256:392875276691c7bfbd68243d94b42cf2323f42746a1aeb011c61274610e0941a" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.6.9", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.6.9.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.6.9.zip", + "size": 24100, + "checksum": "SHA-256:efe878043f99b06f6e1aa42cffcd33d8a37aa752a2f3a71a2ac83f2dec72318d" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.7.0", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.7.0.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.7.0.zip", + "size": 26480, + "checksum": "SHA-256:52d97903629c0b2c1f5c04147874fb40a9544fcda12aad92c3ee14d4bec96983" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.8.0", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.8.0.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.8.0.zip", + "size": 26590, + "checksum": "SHA-256:9db071c42a02b0653ecddf75104f2b03c3c605aa267396c5717e211ccb65a55a" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.8.8", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.8.8.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.8.8.zip", + "size": 30345, + "checksum": "SHA-256:045824146a116a60337ea93a37a8c8e2acc50952fb7cda9572f0140595d8e5c3" + }, + { + "name": "Arduino_AVRSTL", + "version": "1.2.4", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e, Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/arduino-libraries/Arduino_AVRSTL", + "category": "Other", + "architectures": ["avr", "megaavr"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_AVRSTL.git", + "providesIncludes": ["Arduino_AVRSTL.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AVRSTL-1.2.4.zip", + "archiveFileName": "Arduino_AVRSTL-1.2.4.zip", + "size": 177437, + "checksum": "SHA-256:80cbb685cce6dfe19b5b5d188def7c3b5f2447474aaaa63cd3bc378701d21993" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.1.9", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.1.9.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.1.9.zip", + "size": 15610, + "checksum": "SHA-256:d9a3227c13f4e147b0472acf23584395f2e00d78377c3c2149c9eca3ad669e47" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.2.0", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.2.0.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.2.0.zip", + "size": 20221, + "checksum": "SHA-256:7f953e1c9921c886e9c589e429b0816bac2ce0e293fd0dfd186024270d7ec025" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.0", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.0.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.0.zip", + "size": 26413, + "checksum": "SHA-256:2a0ac0b767662eccc4e808540a0fc2bfe77e87f6f969a2d0275ee5e253ce316d" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.1", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.1.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.1.zip", + "size": 27226, + "checksum": "SHA-256:67ac8bbdba8222b9158b3afd86df9383e0534351e1bc41b3a5e6146303c97e14" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.3", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.3.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.3.zip", + "size": 27345, + "checksum": "SHA-256:528f743aee180be0aec854e791fcda454c50a9c9c6bb848db066c482d5e968e7" + }, + { + "name": "Vcc", + "version": "1.0.1", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Measure supply voltage (using optinally stored calibration value)", + "website": "https://github.com/felias-fogg/Vcc", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/felias-fogg/Vcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/Vcc-1.0.1.zip", + "archiveFileName": "Vcc-1.0.1.zip", + "size": 6622, + "checksum": "SHA-256:60701b0695355fe29db726913dc41e05481093c9045bff1630fb5343daeed2c6" + }, + { + "name": "Sensirion Core", + "version": "0.0.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/Sensirion_Core_Arduino_Library/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCoreArduinoLibrary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.0.1.zip", + "archiveFileName": "Sensirion_Core-0.0.1.zip", + "size": 19833, + "checksum": "SHA-256:cf1ff7e013739c91163ed96d722094f47c56d2aa81bd0252c0f288974c1f4f93" + }, + { + "name": "Sensirion Core", + "version": "0.4.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCoreArduinoLibrary.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.4.1.zip", + "archiveFileName": "Sensirion_Core-0.4.1.zip", + "size": 34408, + "checksum": "SHA-256:158e3ee46dedff7b95c63cb8e1218de7e70c363131c983d88240c90ffbb75494" + }, + { + "name": "Sensirion Core", + "version": "0.4.2", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCore.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.4.2.zip", + "archiveFileName": "Sensirion_Core-0.4.2.zip", + "size": 35653, + "checksum": "SHA-256:586f90fb663630f811813aeaf772dbbfc8625d5aa2a0986607546814111574df" + }, + { + "name": "Sensirion Core", + "version": "0.4.3", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCore.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.4.3.zip", + "archiveFileName": "Sensirion_Core-0.4.3.zip", + "size": 35755, + "checksum": "SHA-256:f03f7b6ed85b84cb9e7161fd210c673ed764878cb3a44ed467b411ce221a3927" + }, + { + "name": "Sensirion Core", + "version": "0.5.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCore.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.0.zip", + "archiveFileName": "Sensirion_Core-0.5.0.zip", + "size": 36087, + "checksum": "SHA-256:1ca7d213229ae498af00d5f6684b66ed4cd4d35baeb6123e308569bccede99b4" + }, + { + "name": "Sensirion Core", + "version": "0.5.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCore.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.1.zip", + "archiveFileName": "Sensirion_Core-0.5.1.zip", + "size": 36069, + "checksum": "SHA-256:1f05e8e24f332a1b0617e9dead5d7072df72d8d388dfdadbee91bd096e740db2" + }, + { + "name": "Sensirion Core", + "version": "0.5.2", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": ["SensirionCore.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.2.zip", + "archiveFileName": "Sensirion_Core-0.5.2.zip", + "size": 36166, + "checksum": "SHA-256:f6c8f692a6993a04b390c090cc54ecb3355b181e7cce4890c6a1abb0229bd204" + }, + { + "name": "FlashStorage_STM32", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.0.0.zip", + "archiveFileName": "FlashStorage_STM32-1.0.0.zip", + "size": 29447, + "checksum": "SHA-256:634d4c627789c6bcadc5c04fccb3324d59df3eba38cba2fadd4488e872a58bac" + }, + { + "name": "FlashStorage_STM32", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.0.1.zip", + "archiveFileName": "FlashStorage_STM32-1.0.1.zip", + "size": 30036, + "checksum": "SHA-256:9c30ebd6080d3bd944b5567628580fc8e311f91934d2a77e032093726a555538" + }, + { + "name": "FlashStorage_STM32", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is also supported now.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": ["stm32", "ststm32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "providesIncludes": ["FlashStorage_STM32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.1.0.zip", + "archiveFileName": "FlashStorage_STM32-1.1.0.zip", + "size": 92887, + "checksum": "SHA-256:08d174bb6478899657f40ba5e720470df26eac692389038592a8898e7b676b5b" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.1.1", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.1.1.zip", + "archiveFileName": "SensorPlot_WebInterface-1.1.1.zip", + "size": 299901, + "checksum": "SHA-256:88494cf79b0a3fdff92cc0144e1a9e8883efec8d9a87b4881f7fdf2904bc32cb" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.1.2", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.1.2.zip", + "archiveFileName": "SensorPlot_WebInterface-1.1.2.zip", + "size": 299953, + "checksum": "SHA-256:b80b2abb684615efc0d8c86c5e60498a15488afa0d2580b380269fe12ba00243" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.0", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.0.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.0.zip", + "size": 303316, + "checksum": "SHA-256:762007ddd389a46b012dc5e0fb4ed0d3d7b57e8e074c9ceb03e896ac7ef9c1b7" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.1", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.1.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.1.zip", + "size": 4815512, + "checksum": "SHA-256:79ca0d4f93923b5a325d19c592f3d2228dfbb8c4f9f695fbe1e65e643c1a4749" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.2", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.2.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.2.zip", + "size": 521528, + "checksum": "SHA-256:aaa517704bf91eca61bcabb8fcbdfad1fd3350ecf62d20c1d7156aee1db532ca" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.3", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.3.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.3.zip", + "size": 521730, + "checksum": "SHA-256:cf1ae265a61aa778dd29e682c94d7a352e4509437fa8bdfd10a6582329f25a0a" + }, + { + "name": "Simple Web Serial", + "version": "0.1.5", + "author": "Fabian Mohr", + "maintainer": "Fabian Mohr,amazon@fmgrafikdesign.de", + "sentence": "A library to simplify connecting Arduino to your web applications, using the Web Serial API.", + "paragraph": "This library is aimed at web developers interested in connecting their web applications to the physical world, with an Arduino. Listen to and send events in JavaScript fashion, without worrying about parsing incoming serial data.", + "website": "https://app.gitbook.com/@fmgrafikdesign/s/simplewebserial/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fmgrafikdesign/simplewebserial-arduino-library.git", + "dependencies": [ + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fmgrafikdesign/Simple_Web_Serial-0.1.5.zip", + "archiveFileName": "Simple_Web_Serial-0.1.5.zip", + "size": 4323, + "checksum": "SHA-256:e4195d13ae44bddbe3839b9f8fea5ff1819b62a33f8c382dc808adcd37a773bf" + }, + { + "name": "SPL06-007", + "version": "0.1.0", + "author": "rv701", + "maintainer": "rv701", + "sentence": "SPL06-007 library for Arduino processors", + "paragraph": "Supports SPL06-007 I2C pressure sensor.", + "website": "https://github.com/rv701/SPL06-007", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rv701/SPL06-007.git", + "providesIncludes": ["SPL06-007.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rv701/SPL06_007-0.1.0.zip", + "archiveFileName": "SPL06_007-0.1.0.zip", + "size": 2189226, + "checksum": "SHA-256:ab0eaf7751b3dcc8ce48db52ac58b50c11dc9e3f2a8d8b62e4a4864ede1d1753" + }, + { + "name": "Youless Arduino Library", + "version": "1.0.0", + "author": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "maintainer": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "sentence": "A library for use with Youless Energy Monitor.", + "paragraph": "This library provides an usefull connection between a development-board and the Youless Energy Monitor. It uses a direct TCP link to the Youless monitor to get the measured data, the library also handles the formating of this data. For more information about this library and documentation check out the github repository.", + "website": "https://github.com/NickvanTholen/Youless-Arduino-lib", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/NickvanTholen/Youless-Arduino-lib.git", + "providesIncludes": ["YoulessMonitor.h"], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NickvanTholen/Youless_Arduino_Library-1.0.0.zip", + "archiveFileName": "Youless_Arduino_Library-1.0.0.zip", + "size": 8110, + "checksum": "SHA-256:95200e25a273fdcfa7a0e196c17e7a02ac016d11867d06ed3029339a1449c092" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.0.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": ["CAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.0.1.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.0.1.zip", + "size": 33010, + "checksum": "SHA-256:f70befbc8f2922d2e68cc8601f74c6b68a1f94d7aa81dd6d72abd35cc6d2621e" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.0.2", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": ["CAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.0.2.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.0.2.zip", + "size": 33021, + "checksum": "SHA-256:107bedceb223817f43752e405d00b805179d6267657f0f61181d48f314037115" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.1.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": ["CAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.1.0.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.1.0.zip", + "size": 33112, + "checksum": "SHA-256:74cc764186b788a8e821df37ee65a451b65ebd4ee6621d8c753d6de2f507f62d" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.2.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": ["CAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.2.0.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.2.0.zip", + "size": 33106, + "checksum": "SHA-256:a7ab8589f15e958b3f9561420a1ef8fa5e4da7ad7864e1784bb37ebfd7386130" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.2.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": ["CAN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.2.1.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.2.1.zip", + "size": 33111, + "checksum": "SHA-256:76ea12b94fa1f55fc52ba228a5ff3f60036fecef33fc3afa2335a5336a4e9a32" + }, + { + "name": "Serial Data Exporter", + "version": "0.1.0", + "author": "Darash Desai \u003cdarash@lyvewave.com\u003e", + "maintainer": "Darash Desai \u003cdarash@lyvewave.com\u003e", + "sentence": "This library provides a simple way to collect and export data via Serial in various output formats.", + "paragraph": "Currently supported formats include JSON output and output to the Arduino IDE Serial Plotter. Notably, JSON output using this library also enables simple data viewing using the Serial Data Viewer web tool: https://github.com/lyvewave/arduino-serial-data-viewer.", + "website": "https://github.com/lyvewave/arduino-serial-data-exporter", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/lyvewave/arduino-serial-data-exporter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lyvewave/Serial_Data_Exporter-0.1.0.zip", + "archiveFileName": "Serial_Data_Exporter-0.1.0.zip", + "size": 7124, + "checksum": "SHA-256:a69fa980be16b07cfea5ed9d88302f72390c8a8119de1ec28a3cee28aaf0d912" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "Support class to use value of controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.0.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.0.zip", + "size": 7340, + "checksum": "SHA-256:aeee354f970eaa15c44f1b2f0b27ba640c84522b2a7924734c372004f6c50861" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "It supports xbox series S or X controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.1.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.1.zip", + "size": 7614, + "checksum": "SHA-256:868913d0f47836e0e8f316323b14b99069bae91f2a224c2df9301dfe72bbd630" + }, + { + "name": "UniversalTimer", + "version": "1.0.0", + "author": "Michael Granz", + "maintainer": "Michael Granz \u003cmichaelgranzDev@gmail.com\u003e", + "sentence": "Easy to use, multifunctional and non-blocking timer.", + "paragraph": "Its based on the arduino millis() function. Supporting repeating and non repeating timer intervals. You can use it to execute code periodically or other timing tasks like timeout, non-blocking delay, debounce buttons or measure time.", + "website": "https://github.com/michaelgranz/UniversalTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/michaelgranz/UniversalTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelgranz/UniversalTimer-1.0.0.zip", + "archiveFileName": "UniversalTimer-1.0.0.zip", + "size": 15489, + "checksum": "SHA-256:54e9924d1eae89e6ef1f74dbbf174813e4460c7701e2ebbbe629985c8e7f6153" + }, + { + "name": "Harvard_TinyMLx", + "version": "0.0.1-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": ["TinyMLShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-0.0.1-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-0.0.1-Alpha.zip", + "size": 43156, + "checksum": "SHA-256:e890f07898e545a4a4eb82b804b834de59c7396c238163fe126e6a7f4d1733fa" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.0.0-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha Arduino examples.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": ["TinyMLShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.0.0-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.0.0-Alpha.zip", + "size": 1028135, + "checksum": "SHA-256:e2b872f51c653ee625cc5cfa2cd8c8f9e0aa8b5d0e60c63836be3674a2dd12de" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.0.1-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha Arduino examples.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": ["mbed"], + "types": ["Contributed"], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": ["TinyMLShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.0.1-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.0.1-Alpha.zip", + "size": 1026780, + "checksum": "SHA-256:375c7230a13305add0dc8d67160f3177733d991e1a5582a27c6106c890f52ab8" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.1.0-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha Arduino examples.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": ["mbed_nano"], + "types": ["Contributed"], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": ["TinyMLShield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.1.0-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.1.0-Alpha.zip", + "size": 1026784, + "checksum": "SHA-256:17570a6f95cad9ae8ccd0760e656a560b00894817a224fae5df4f7c9f6454ae6" + }, + { + "name": "ESP8266RTTTLPlus", + "version": "0.1.2", + "author": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "maintainer": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "license": "GPL3", + "sentence": "An RTTTL parsing and playing library.", + "paragraph": "This library is aimed at ESP8266-based boards, and uses PWM to create the tones with volume control. It may well work on other Arduino-esque microcontrollers. It interprets the RTTTL specification somewhat freely, adding some new features, but maintaining compatibility with standard RTTTL.", + "website": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/StarsoftAnalysis/ESP8266RTTTLPlus-0.1.2.zip", + "archiveFileName": "ESP8266RTTTLPlus-0.1.2.zip", + "size": 20263, + "checksum": "SHA-256:e4b41645775088e3f225be7489d29ba0f660b09b437634d87a72080b5ff05c58" + }, + { + "name": "ESP8266RTTTLPlus", + "version": "0.1.3", + "author": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "maintainer": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "license": "GPL3", + "sentence": "An RTTTL parsing and playing library.", + "paragraph": "This library is aimed at ESP8266-based boards, and uses PWM to create the tones with volume control. It may well work on other Arduino-esque microcontrollers. It interprets the RTTTL specification somewhat freely, adding some new features, but maintaining compatibility with standard RTTTL.", + "website": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/StarsoftAnalysis/ESP8266RTTTLPlus-0.1.3.zip", + "archiveFileName": "ESP8266RTTTLPlus-0.1.3.zip", + "size": 25524, + "checksum": "SHA-256:1e984c174254adebfcc813a04dca521fa054f077f747efd024905f6e8b19d046" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.4.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.4.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.4.0.zip", + "size": 5716622, + "checksum": "SHA-256:e246777f243c1d18c19c6a3a0abb8c40938b6c903dce2739cd1d1ec192e6f4ec" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.4.1", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.4.1.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.4.1.zip", + "size": 5716649, + "checksum": "SHA-256:964d3d37c9f52230a18c7539b32027197ef87be943ca83cddd468e8277164c45" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.4.2", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.4.2.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.4.2.zip", + "size": 5716698, + "checksum": "SHA-256:42701b1b39bbc5e8a88be272b3654bc2e5bc00e62448ab40f5f7f4f9b72d7fc1" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.5.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.5.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.5.0.zip", + "size": 5716746, + "checksum": "SHA-256:c980d2f2331960ffe8a730b022339e3992bd37abfa8524517f49da16f62015c6" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.9.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.9.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.9.0.zip", + "size": 8845377, + "checksum": "SHA-256:020b8e07dec7d67ddccb0322773c2b2d0e5365d9e6424b1b95d493d451d4aa66" + }, + { + "name": "Letters and Numbers Seven Segment Display Library", + "version": "1.0.0", + "author": "Ali Kabeel (ali.kabeel@gmail.com)", + "maintainer": "Ali Kabeel (ali.kabeel@gmail.com)", + "sentence": "Arduino library for displaying letters and numbers on 7-segment display.", + "paragraph": "The library supports both anode and cathode displays and using the library you can display letters (A-Z) \u0026 numbers (0-9).", + "website": "https://github.com/alikabeel/Letters-and-Numbers-Seven-Segment-Display-Library", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/alikabeel/Letters-and-Numbers-Seven-Segment-Display-Library.git", + "providesIncludes": ["SevenSegmentDisplay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/alikabeel/Letters_and_Numbers_Seven_Segment_Display_Library-1.0.0.zip", + "archiveFileName": "Letters_and_Numbers_Seven_Segment_Display_Library-1.0.0.zip", + "size": 3347, + "checksum": "SHA-256:135e8116464d7127f42027416fb0b3154b9ec790771ba019a5cb1da5a508a87f" + }, + { + "name": "ESPCanary", + "version": "1.0.3", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": ["esp8266", "esp32", "arduino-esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-1.0.3.zip", + "archiveFileName": "ESPCanary-1.0.3.zip", + "size": 22052, + "checksum": "SHA-256:5e8637ecc8ec703ca48de7393372f66072394efa0388e8fe778e8357c655dee7" + }, + { + "name": "ESPCanary", + "version": "2.0.0", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": ["esp8266", "esp32", "arduino-esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.0.zip", + "archiveFileName": "ESPCanary-2.0.0.zip", + "size": 22731, + "checksum": "SHA-256:ff2359681147ee4fc432d7f8b4b83f908ba2b4236c8f10b8c7bec94f50137696" + }, + { + "name": "ESPCanary", + "version": "2.0.1", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": ["esp8266", "esp32", "arduino-esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.1.zip", + "archiveFileName": "ESPCanary-2.0.1.zip", + "size": 22728, + "checksum": "SHA-256:2ca90b55a6faae6d0f736f24c05cec6f05358e0d95c78cf6fa2f76d816d93daf" + }, + { + "name": "ESPCanary", + "version": "2.0.2", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "This library turns the device into an FTP server that fires off an alert any time it is accessed.", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": ["esp8266", "esp32", "arduino-esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.2.zip", + "archiveFileName": "ESPCanary-2.0.2.zip", + "size": 22828, + "checksum": "SHA-256:87d326cf901c8f21b121a24f84d6fe7614d96f0bedfbeca77583a56467b0c59e" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": ["Arduino_Portenta_OTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-0.1.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-0.1.0.zip", + "size": 188726, + "checksum": "SHA-256:544a1b4056e31e58d782f97ee9c4896128d96a13142d2f8497e60088acb31d08" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": ["Arduino_Portenta_OTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-0.2.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-0.2.0.zip", + "size": 189019, + "checksum": "SHA-256:e6bc90eff0c530ac7145f3c6937905f9faeaf1735fca2cc2fe88f39aabb0671e" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": ["Arduino_Portenta_OTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.0.zip", + "size": 187371, + "checksum": "SHA-256:aa5bb6909d9b5e2b943d250ab629a55eb3ee1b279235303a1524997e95e213a4" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": ["Arduino_Portenta_OTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.1.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.1.zip", + "size": 187689, + "checksum": "SHA-256:a3da12ed45b862891d03cbbcc687fa6213ad405e4e05a5927a6869a6af29505a" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": ["Arduino_Portenta_OTA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.2.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.2.zip", + "size": 187787, + "checksum": "SHA-256:48631120e7040be2f6f7c66d5f9054d26a0c7a2d54983c5d5dfd5df60dbb3aee" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.0", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": ["mbed"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.0.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.0.zip", + "size": 18744, + "checksum": "SHA-256:3e62011b971b9acadff2c8ac83e7855b11081564dea7086558af6a2d17c28579" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.2", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": ["mbed", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.2.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.2.zip", + "size": 19547, + "checksum": "SHA-256:c7f156b34008a6e45971171a098f9cb4508cae76e6693fe55cea49614f086954" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.3", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": ["mbed", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.3.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.3.zip", + "size": 19822, + "checksum": "SHA-256:b55630dc6ab08c6f253788e337584a59b01a61fc5f073d68453d411d7e21d302" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32/ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": ["ESPAsync_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.0.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.0.0.zip", + "size": 190670, + "checksum": "SHA-256:7b08c8db9ca42733fc8df3bceff204c83a75cec75bc11e3cf25ee31b8e1f76f7" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": ["ESPAsync_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.1.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.1.0.zip", + "size": 352268, + "checksum": "SHA-256:91a271320450dd4123a8840cca88217a1364bb3f731dd3134c2be3acbf7aaa9c" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": ["ESPAsync_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.2.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.2.0.zip", + "size": 355304, + "checksum": "SHA-256:1ad8bd0077c92c40eb03225eb6f079ecd2e0415a37c9d3c8b5973216c06ca4c5" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": ["ESPAsync_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.3.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.3.0.zip", + "size": 347694, + "checksum": "SHA-256:f78b7796a919969ac083b2a70825cc4e61fe3ed133dd7468179eb77c79c88119" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": ["ESPAsync_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.4.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.4.0.zip", + "size": 421894, + "checksum": "SHA-256:8dae35479c3446c88b3e696465ae24f2327f1f1ba0c2e6987bb72e90b167ae9f" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": ["ESPAsync_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.5.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.5.0.zip", + "size": 457183, + "checksum": "SHA-256:17c23aee63c55d94c97bf2c36378ebbe4f85ff41eb89e275c6206c9d993ac71c" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32/ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": ["ESP_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.0.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.0.0.zip", + "size": 189081, + "checksum": "SHA-256:82dd61cd34bd3668a9a28a5e7889b038c25d2f8ac82d44d5979df9b8d84cff50" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": ["ESP_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.1.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.1.0.zip", + "size": 349450, + "checksum": "SHA-256:bbefbc981cc3137edf60f47ba1931b89413427a26e81e91d38720ff2bcc23837" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": ["ESP_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.2.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.2.0.zip", + "size": 352456, + "checksum": "SHA-256:1dbb4036954fa0fa1d922761201e4d972dec1d1cb00749fd62fe036292c60cd7" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": ["ESP_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.3.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.3.0.zip", + "size": 343047, + "checksum": "SHA-256:1099b9c0b7c0038d877896494104815d1e981d44072d6586ee88e14a16f4e504" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": ["ESP_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.4.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.4.0.zip", + "size": 411531, + "checksum": "SHA-256:7f48eae2263c7f378f4e7882e5152542bed1244c67d0e3b39130befc2b9e5b48" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": ["ESP_WiFiManager_Lite.h"], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.5.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.5.0.zip", + "size": 446743, + "checksum": "SHA-256:a660c97e6ca386a69f0b4b8d746bb944d5ce66e09389fe1021ea5813693861b1" + }, + { + "name": "VEML6040", + "version": "0.3.0", + "author": "thewknd \u003chbx3485@gmail.com\u003e", + "maintainer": "thewknd \u003chbx3485@gmail.com\u003e", + "sentence": "A library for Vishay's VEML6040 RGBW Color Sensor", + "paragraph": "A library for Vishay's VEML6040 RGBW Color Sensor", + "website": "https://github.com/thewknd/VEML6040", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thewknd/VEML6040.git", + "providesIncludes": ["veml6040.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thewknd/VEML6040-0.3.0.zip", + "archiveFileName": "VEML6040-0.3.0.zip", + "size": 868833, + "checksum": "SHA-256:4e752d6b249d600b7e82e20b9f636e71f32773818092553a834be1a8fce01df0" + }, + { + "name": "VEML6040", + "version": "0.3.1", + "author": "thewknd \u003chbx3485@gmail.com\u003e", + "maintainer": "thewknd \u003chbx3485@gmail.com\u003e", + "sentence": "A library for Vishay's VEML6040 RGBW Color Sensor", + "paragraph": "A library for Vishay's VEML6040 RGBW Color Sensor", + "website": "https://github.com/thewknd/VEML6040", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/thewknd/VEML6040.git", + "providesIncludes": ["veml6040.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/thewknd/VEML6040-0.3.1.zip", + "archiveFileName": "VEML6040-0.3.1.zip", + "size": 869277, + "checksum": "SHA-256:22401f3e22bd4c91dc7b15e61dfbefb79986662f95f9b276c6c677cd08ab6507" + }, + { + "name": "MAX30100_milan", + "version": "1.3.0", + "author": "OXullo Intersecans \u003cx@brainrapers.org\u003e", + "maintainer": "Gabriel Gazola Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "sentence": "Based on MAX30100lib, it's a library for Maxim-IC MAX30100 heart-rate sensor driver and pulse-oximetry components with slightly modifications.", + "paragraph": "This library exposes most of the features of the MAX30100 and offers a modular approach to calculate pulse rate and SpO2", + "website": "https://github.com/gabriel-milan/Arduino-MAX30100", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/gabriel-milan/Arduino-MAX30100.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/MAX30100_milan-1.3.0.zip", + "archiveFileName": "MAX30100_milan-1.3.0.zip", + "size": 353417, + "checksum": "SHA-256:9e5ebec7ae76928da17eb08a412176d7aedcd99b73fd91061c5a3d07344962da" + }, + { + "name": "BlockNot", + "version": "1.5.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.5.1.zip", + "archiveFileName": "BlockNot-1.5.1.zip", + "size": 9691, + "checksum": "SHA-256:407bca2e0d7fad34a98d04a345c70cfbb808650ac3967a95cf90381f7d93e2e3" + }, + { + "name": "BlockNot", + "version": "1.6.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.1.zip", + "archiveFileName": "BlockNot-1.6.1.zip", + "size": 11440, + "checksum": "SHA-256:ba909943cbf42833abc9fda9d25ddfae92915bd1824c8edf2b842b825cc8bca1" + }, + { + "name": "BlockNot", + "version": "1.6.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.2.zip", + "archiveFileName": "BlockNot-1.6.2.zip", + "size": 11453, + "checksum": "SHA-256:71a769b781413fda3a3267d84f29518e75e218dbe4953057f6560192d6ffb0d7" + }, + { + "name": "BlockNot", + "version": "1.6.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.3.zip", + "archiveFileName": "BlockNot-1.6.3.zip", + "size": 11454, + "checksum": "SHA-256:9141c81094860a60fc8ee5000e49a391429f2e71103b279892ddadbd901ce2f5" + }, + { + "name": "BlockNot", + "version": "1.6.4", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.4.zip", + "archiveFileName": "BlockNot-1.6.4.zip", + "size": 12236, + "checksum": "SHA-256:54b4ee8b3bfe045080bcc3205335a6c2b0533470aa6338580583b4d05ded8096" + }, + { + "name": "BlockNot", + "version": "1.6.5", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.5.zip", + "archiveFileName": "BlockNot-1.6.5.zip", + "size": 12249, + "checksum": "SHA-256:8d54f96b56ec026985e9d961d2c60297f9331fd2f732f70c96ce272455b7e03b" + }, + { + "name": "BlockNot", + "version": "1.6.6", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eAdded resetAllTimers()\u003c/b\u003e thanks to the efforts of @bizprof\u003cBR\u003e\u003cBR\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.6.zip", + "archiveFileName": "BlockNot-1.6.6.zip", + "size": 14427, + "checksum": "SHA-256:9232781bf6ec496138a20aae25db212df78ff94e247b1f100989fddfafabaf5a" + }, + { + "name": "BlockNot", + "version": "1.6.7", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003e1.6.7 - Fixed bug where calling the library with just the time alone would not compile\u003c/b\u003e - it works now\u003cBR\u003e\u003cBR\u003e\u003cb\u003eAdded resetAllTimers()\u003c/b\u003e thanks to the efforts of @bizprof\u003cBR\u003e\u003cBR\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.7.zip", + "archiveFileName": "BlockNot-1.6.7.zip", + "size": 14706, + "checksum": "SHA-256:0fd5d3bb6b0cb0ba4aa633cbcab310d340e43fe7ba2af81bd5597128ecc8583c" + }, + { + "name": "BlockNot", + "version": "1.7.0", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003e1.7.0 - Major rewrite with bug fixes\u003c/b\u003e \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.0.zip", + "archiveFileName": "BlockNot-1.7.0.zip", + "size": 16023, + "checksum": "SHA-256:5a2d20c2e867e1ca3005a3b1fd5737f0a9e73261b92ffef297a82d4704a99bae" + }, + { + "name": "BlockNot", + "version": "1.7.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.1.zip", + "archiveFileName": "BlockNot-1.7.1.zip", + "size": 16042, + "checksum": "SHA-256:ede666f5c29a5e72006055834c9e9475d1faf113080c7e38ffe63aa6c717cfcc" + }, + { + "name": "BlockNot", + "version": "1.7.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.2.zip", + "archiveFileName": "BlockNot-1.7.2.zip", + "size": 16925, + "checksum": "SHA-256:170dbe3c70cf165583e74c250968e94c6bac74b94b156014afaabe9e0b7a7e3d" + }, + { + "name": "BlockNot", + "version": "1.7.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.3.zip", + "archiveFileName": "BlockNot-1.7.3.zip", + "size": 17019, + "checksum": "SHA-256:ae06c80817ee1193582510f6f90f7e140f3574c0bdf09381cde881e3eff632cf" + }, + { + "name": "BlockNot", + "version": "1.7.4", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": ["BlockNot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.4.zip", + "archiveFileName": "BlockNot-1.7.4.zip", + "size": 17694, + "checksum": "SHA-256:1b8bb4fca94f45c9469250fe596502fb69a4efe448fe618715ac8e3c5d096f51" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.1.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.1.zip", + "size": 415949, + "checksum": "SHA-256:b7e39da50190424f0b49990fc739463150357d95a6e868b8d6902d55ecf941fd" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.2.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.2.zip", + "size": 589675, + "checksum": "SHA-256:cd789267cbe31c0d793c3c646849add2b134a33a27ed57009be94e99216f6f24" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.3.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.3.zip", + "size": 1765851, + "checksum": "SHA-256:dad82dd41a35cbcc9579a2c500318c8eb0acde1c730d7b09958898fe174b49fa" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.4.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.4.zip", + "size": 1760809, + "checksum": "SHA-256:1434567295b2806574cfcd24f8817ef2c94ad6f6c2686a177fb8394bdf5af56e" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.5.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.5.zip", + "size": 3873676, + "checksum": "SHA-256:9dab7c5ab9c028dd658f8976b9eb959380163e0a7ecd0122d34eca5508261cc4" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.6.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.6.zip", + "size": 3897892, + "checksum": "SHA-256:7b3ac2a43b278c05f72772dcf34af256d92629bd5e06f846071de71b94b6bd87" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.7.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.7.zip", + "size": 3901133, + "checksum": "SHA-256:e45b8e07a57f5f96cc8df3f1cd91209ba0cec20e58326d4fbc715b9656ec067a" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": ["pu2clr_mcp23008.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.8.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.8.zip", + "size": 3902317, + "checksum": "SHA-256:2b997ac2b01cae54b041454fac4520492cdfef512317ec9bab852c4ced91538d" + }, + { + "name": "GuiN-E Bot", + "version": "1.0.1", + "author": "Paul Pavish", + "maintainer": "Paul Pavish \u003cpaul.pavish@gmail.com\u003e", + "sentence": "Arduino Library for building GuiN-E Bot Projects using ROS", + "paragraph": "This library has generic reusable methods to control a GuiN-E Bot's Arduino and NodeMCU peripherals like motors and sensors, along with example codes for the existing GuiNE_Bot verions.", + "website": "https://github.com/paulpavish/GuiNE_Bot_Arduino_Library", + "category": "Device Control", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/paulpavish/GuiNE_Bot_Arduino_Library.git", + "dependencies": [ + { + "name": "Rosserial Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/paulpavish/GuiN_E_Bot-1.0.1.zip", + "archiveFileName": "GuiN_E_Bot-1.0.1.zip", + "size": 23764, + "checksum": "SHA-256:678bc477cc0b94a3122f7a4c1eb9948d3a1781fb3a1d94485dea2a5135a476c1" + }, + { + "name": "Sensirion I2C SCD4x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD4X sensor family by Sensirion", + "paragraph": "Enables you to use the SCD40 and SCD41 sensors via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd4x", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-i2c-scd4x.git", + "providesIncludes": ["SensirionI2CScd4x.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD4x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SCD4x-0.1.0.zip", + "size": 3110165, + "checksum": "SHA-256:aad6a0f0ee9f61f9c9771d3c5458369994d59eb20aff50ea36a8d6bc821a6226" + }, + { + "name": "Sensirion I2C SCD4x", + "version": "0.2.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD4X sensor family by Sensirion", + "paragraph": "Enables you to use the SCD40 and SCD41 sensors via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd4x", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-i2c-scd4x.git", + "providesIncludes": ["SensirionI2CScd4x.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD4x-0.2.0.zip", + "archiveFileName": "Sensirion_I2C_SCD4x-0.2.0.zip", + "size": 3110396, + "checksum": "SHA-256:c85515e7b0e37bb534ea01107d8322ef86f232f1c24201b357b5a6fe4b57a5a7" + }, + { + "name": "Sensirion I2C SFA3x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SFA3X sensor family by Sensirion", + "paragraph": "Enables you to use the SFA30 sensor via I2C.", + "website": "https://github.com/sensirion/arduino-i2c-sfa3x", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-i2c-sfa3x.git", + "providesIncludes": ["SensirionI2CSfa3x.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SFA3x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SFA3x-0.1.0.zip", + "size": 98611, + "checksum": "SHA-256:4ff7ccfc2bbbf82bc718eac63f2e33fed25f3cd26ed02cca489d13139234e3f6" + }, + { + "name": "Sensirion UART SFA3x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SFA3X sensor family by Sensirion", + "paragraph": "Enables you to use the SFA30 sensor via UART using the SHDLC protocol.", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-uart-sfa3x.git", + "providesIncludes": ["SensirionUartSfa3x.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_SFA3x-0.1.0.zip", + "archiveFileName": "Sensirion_UART_SFA3x-0.1.0.zip", + "size": 98037, + "checksum": "SHA-256:4d3773aefe88cf097af8bf40058ae792b71b141307cb8ece4fd4563fa99b0fa0" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.0.zip", + "size": 59932, + "checksum": "SHA-256:f28a6236e6c325e3224576146010aff1820b7be9506c731796025899b86e921c" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.1.zip", + "size": 107212, + "checksum": "SHA-256:82526a64f9555fddd7411b8742185db270c6c63043ffdb1a78b0737e4bd8f68e" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.0.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.0.0.zip", + "size": 499143, + "checksum": "SHA-256:a9aef8407cff1e1e7c3bef97f3635c7ba1053402d2f80bf556db90d2ca8f2d6b" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.0.1.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.0.1.zip", + "size": 483564, + "checksum": "SHA-256:096651662a42618bfe870182fb350a6b90cc84f180802481b339e6c41e61e490" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.0.2.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.0.2.zip", + "size": 485084, + "checksum": "SHA-256:e4910f4880f67ac91ff7ddc5bb361faba7ad2f8a7c2afb75a1bf404a994cea88" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.1.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.1.0.zip", + "size": 499310, + "checksum": "SHA-256:ff7aff4dc5c8dd9b69eea88e9fc3e45929f1c25c56b136e9b957ff2eff66c668" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.1.2.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.1.2.zip", + "size": 504586, + "checksum": "SHA-256:94ab4bbeb4c5dabf6f5f10f0be27e07761b8ebb04dda07dcc1981a4ec1a8b247" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.1.3.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.1.3.zip", + "size": 507658, + "checksum": "SHA-256:ddf3dd22d636cb0310fc64fce059fd9ab63e72c4d90862a74ba654838a827084" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.2.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.2.0.zip", + "size": 512251, + "checksum": "SHA-256:5bd0d09e685da193f4d4e8c15b0a8cfb673ac00fda6db99a54bc1e8e418c7ee6" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.3.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.3.0.zip", + "size": 604503, + "checksum": "SHA-256:6a9cef4b52fbee436f2d1fc8f62451191228ece2da8c32dde1fe52302e9f2fa4" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.4.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.4.0.zip", + "size": 729151, + "checksum": "SHA-256:96b426fc3b1529b112856fb8ef1687474a39cfb5fdf5de06526c3b54ce9973e5" + }, + { + "name": "SoapESP32", + "version": "1.0.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Scan local network for DLNA media servers, browse them and retrieve files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": ["SoapESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.0.zip", + "archiveFileName": "SoapESP32-1.0.0.zip", + "size": 2498496, + "checksum": "SHA-256:34af032bcfe68449966f1e7259e49e208ec122e65769e6c0e9ed2fa0eb76977b" + }, + { + "name": "SoapESP32", + "version": "1.0.1", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables an ESP32 to scan the local network for DLNA media servers, browse them and retrieve files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": ["SoapESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.1.zip", + "archiveFileName": "SoapESP32-1.0.1.zip", + "size": 2679061, + "checksum": "SHA-256:c8020ea0f12cca1c2841cd88da97d62bd67813d9c0e79762e99f67326728071c" + }, + { + "name": "SoapESP32", + "version": "1.0.3", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables an ESP32 to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": ["SoapESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.3.zip", + "archiveFileName": "SoapESP32-1.0.3.zip", + "size": 2275162, + "checksum": "SHA-256:84c20f5edaaf2d3fd3ab0b994411e57cf56a099f56b5855f10321d37d337b268" + }, + { + "name": "SoapESP32", + "version": "1.0.4", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": ["SoapESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.4.zip", + "archiveFileName": "SoapESP32-1.0.4.zip", + "size": 2275165, + "checksum": "SHA-256:cbcc73a672fb59c0a9daf3744b4fff7c507211554d7cdc88fa75bcd6e47aa6a1" + }, + { + "name": "Sparkpad", + "version": "0.0.0", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Customise the Sparkpad's firmware using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.0.0.zip", + "archiveFileName": "Sparkpad-0.0.0.zip", + "size": 5405, + "checksum": "SHA-256:2c378c1e8b8c7e07b87752318b4b377a784d90578435c069d1ff7f34dfcaccbc" + }, + { + "name": "Sparkpad", + "version": "0.0.2", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Customise the Sparkpad's firmware using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "Encoder" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "Keypad" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.0.2.zip", + "archiveFileName": "Sparkpad-0.0.2.zip", + "size": 269561, + "checksum": "SHA-256:4aa7ffd4bd7640f200962c9b5d1ce0b8ec49dc21689a3abc5f5d6ded68056b57" + }, + { + "name": "Sparkpad", + "version": "0.1.0", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Customise the Sparkpad's firmware using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "Encoder" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "Keypad" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.1.0.zip", + "archiveFileName": "Sparkpad-0.1.0.zip", + "size": 395655, + "checksum": "SHA-256:df374354d800a6866784b40ee67fac30c12f6eec2d9f7182c6ef5118480531d8" + }, + { + "name": "Sparkpad", + "version": "0.1.1", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Upload and customise firmware for your Sparkpad using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "Encoder" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.1.1.zip", + "archiveFileName": "Sparkpad-0.1.1.zip", + "size": 445765, + "checksum": "SHA-256:f0d0a0af55dbd142617fc1c30ac731f2fc721dcc802617a77826d05d73a3b200" + }, + { + "name": "Sparkpad", + "version": "0.2.0", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Upload and customise firmware for your Sparkpad using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.2.0.zip", + "archiveFileName": "Sparkpad-0.2.0.zip", + "size": 445406, + "checksum": "SHA-256:4d569049bd8c9704124a19c4a70ab3d227723a867604bd80add8cde8aa06bd95" + }, + { + "name": "Sparkpad", + "version": "0.2.1", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Upload and customise firmware for your Sparkpad using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.2.1.zip", + "archiveFileName": "Sparkpad-0.2.1.zip", + "size": 445480, + "checksum": "SHA-256:8d4d3b7a2b048ee4b27a31e3a04cf78b05a0ddde9fb8b8d8acb0194c81210092" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/HX711_asukiaaa", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.0.zip", + "archiveFileName": "HX711_asukiaaa-1.0.0.zip", + "size": 4990, + "checksum": "SHA-256:286c6f2a972eb208b71a2e5638256a70792640be00f6c7526459f374061410f5" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.2.zip", + "archiveFileName": "HX711_asukiaaa-1.0.2.zip", + "size": 5099, + "checksum": "SHA-256:c7c53849263f2cdddcebb10cd14949581f575d00368894d5fd0d35454242a22d" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.3.zip", + "archiveFileName": "HX711_asukiaaa-1.0.3.zip", + "size": 5293, + "checksum": "SHA-256:4c92a3a66cec0d96fbb685bb5398e1f020a743afd750270c7203aa297e90124a" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.4.zip", + "archiveFileName": "HX711_asukiaaa-1.0.4.zip", + "size": 5508, + "checksum": "SHA-256:7897fcc3daf7caf6a0aea930c360b740f62aa702ecde7dc8346358ac5795c67f" + }, + { + "name": "MCP_DAC", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": ["MCP_DAC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.0.zip", + "archiveFileName": "MCP_DAC-0.1.0.zip", + "size": 11711, + "checksum": "SHA-256:9ea20e06a4ae335e6a341904a2f1d9442604349d7f7676af3916ff21c2d6bd9e" + }, + { + "name": "MCP_DAC", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": ["MCP_DAC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.1.zip", + "archiveFileName": "MCP_DAC-0.1.1.zip", + "size": 13007, + "checksum": "SHA-256:f2cd2f68bde6379d0d4133213ab8baa23cd6a4e99ed2db06601ea049a4591725" + }, + { + "name": "MCP_DAC", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": ["MCP_DAC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.2.zip", + "archiveFileName": "MCP_DAC-0.1.2.zip", + "size": 13648, + "checksum": "SHA-256:e1df612e6bcba0a7628d9f2850af3baea178c124ee05534ee21fc4d5575357a1" + }, + { + "name": "MCP_DAC", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": ["MCP_DAC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.3.zip", + "archiveFileName": "MCP_DAC-0.1.3.zip", + "size": 15314, + "checksum": "SHA-256:256ea9ef9da6d8f8a34aa3c668b7f865de761ae79d6bb280917d49398ed4151f" + }, + { + "name": "MCP_DAC", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": ["MCP_DAC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.4.zip", + "archiveFileName": "MCP_DAC-0.1.4.zip", + "size": 15410, + "checksum": "SHA-256:bcf342db25d52b60824de7313ce25eece546e5952670ce390a04c2eff5d9bde9" + }, + { + "name": "QZQSM", + "version": "1.0.0", + "author": "baggio63446333", + "maintainer": "baggio63446333", + "sentence": "QZSS DC Report Service Decode Library", + "paragraph": "Spresense GPS can receive QZSS DC Report Service. This library supports to decode the report called as QZQSM.", + "website": "https://github.com/baggio63446333/QZQSM", + "category": "Other", + "architectures": ["spresense"], + "types": ["Contributed"], + "repository": "https://github.com/baggio63446333/QZQSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/baggio63446333/QZQSM-1.0.0.zip", + "archiveFileName": "QZQSM-1.0.0.zip", + "size": 50199, + "checksum": "SHA-256:dc26348174754d24b062b9b419d6e71eec6cbe799cdb18ceac439f6a0299cd7e" + }, + { + "name": "QZQSM", + "version": "1.1.0", + "author": "baggio63446333", + "maintainer": "baggio63446333", + "sentence": "QZSS DC Report Service Decode Library", + "paragraph": "Spresense GPS can receive QZSS DC Report Service. This library supports to decode the report called as QZQSM.", + "website": "https://github.com/baggio63446333/QZQSM", + "category": "Other", + "architectures": ["spresense"], + "types": ["Contributed"], + "repository": "https://github.com/baggio63446333/QZQSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/baggio63446333/QZQSM-1.1.0.zip", + "archiveFileName": "QZQSM-1.1.0.zip", + "size": 50301, + "checksum": "SHA-256:5eb550c56ef053a6fcddd1b0ee77c9d89b75d8045b027b7fa06f022ebeddd252" + }, + { + "name": "uECG", + "version": "1.0.1", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uECG device using nRF24 module.", + "paragraph": "Receives data from uECG device using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uECG_library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ultimaterobotics/uECG_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uECG-1.0.1.zip", + "archiveFileName": "uECG-1.0.1.zip", + "size": 10876, + "checksum": "SHA-256:ce034edb0b13c89408d88bb3c809c4a871f9dc46c5555d90ac17b46783ffb91e" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.0.zip", + "size": 16827, + "checksum": "SHA-256:3a22e0fedf10d790e1747426dbe66a6f4d0e3feccaccfe3b8c74e9f7e7dd5416" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.1.zip", + "size": 16825, + "checksum": "SHA-256:e73a766b1fe8e2848376a061122393fc387889eff5389b9397fd382ef1d46079" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.2.zip", + "size": 19189, + "checksum": "SHA-256:477e4c97c2380553407a4eeaad41490925d00eafd908c49dc5c36b224d51ac0a" + }, + { + "name": "EasyHTTP", + "version": "0.0.1", + "author": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "maintainer": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "sentence": "An ESP32 library to facilitate the execution of HTTP requests.", + "paragraph": "Inspired in axios, you will be able to execute HTTP requests easy and simply", + "website": "https://github.com/petruspierre/EasyHTTP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/petruspierre/EasyHTTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/petruspierre/EasyHTTP-0.0.1.zip", + "archiveFileName": "EasyHTTP-0.0.1.zip", + "size": 3167, + "checksum": "SHA-256:a26c46c1897b73a90d3694d3f5706b7da2cd063b64ec3754e1d4ec92baa2422b" + }, + { + "name": "EasyHTTP", + "version": "0.1.1", + "author": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "maintainer": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "sentence": "An ESP32 library to facilitate the execution of HTTP requests.", + "paragraph": "Inspired in axios, you will be able to execute HTTP requests easy and simply", + "website": "https://github.com/petruspierre/EasyHTTP", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/petruspierre/EasyHTTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/petruspierre/EasyHTTP-0.1.1.zip", + "archiveFileName": "EasyHTTP-0.1.1.zip", + "size": 6457, + "checksum": "SHA-256:f5f4056754f80a5939e5f5bce9b02c168ab7786fc5aeb6dc192038d4dfa54426" + }, + { + "name": "TemperatureZero", + "version": "1.1.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003csupport@electroniccats.com\u003e", + "sentence": "Arduino library for internal temperature of the family SAMD21 and SAM51", + "paragraph": "Arduino library for internal temperature of the family SAMD21 and SAMD51", + "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/TemperatureZero-1.1.0.zip", + "archiveFileName": "TemperatureZero-1.1.0.zip", + "size": 13654, + "checksum": "SHA-256:f0011c5d3b7e5b9eb6eac4c87cedc7f766a37d102a5f15652d081165260e5a18" + }, + { + "name": "TemperatureZero", + "version": "1.2.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003csupport@electroniccats.com\u003e", + "sentence": "Arduino library for internal temperature of the family SAMD21 and SAM51", + "paragraph": "Arduino library for internal temperature of the family SAMD21 and SAMD51", + "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", + "category": "Device Control", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/TemperatureZero-1.2.0.zip", + "archiveFileName": "TemperatureZero-1.2.0.zip", + "size": 13687, + "checksum": "SHA-256:6123a0a2abe41fb2b1c3e4883f291b48a4c1d9998cd39c65b41492ba1f6fcde5" + }, + { + "name": "ESPConnect", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager for ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.0.zip", + "archiveFileName": "ESPConnect-1.0.0.zip", + "size": 134347, + "checksum": "SHA-256:49ca26ff8342959a50a225723b5c5f2d63c9b7568ae540208d293b70ce003332" + }, + { + "name": "ESPConnect", + "version": "1.0.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager for ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.1.zip", + "archiveFileName": "ESPConnect-1.0.1.zip", + "size": 134385, + "checksum": "SHA-256:5150a1c396a1f751d274013663366bf1d45150bfd22b779c38858be988171547" + }, + { + "name": "ESPConnect", + "version": "1.0.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager on ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.2.zip", + "archiveFileName": "ESPConnect-1.0.2.zip", + "size": 134342, + "checksum": "SHA-256:fbe6bebf0dac2ffcda735b1086d5adcc545c4cd144ea53f1d069e0de721e9bbb" + }, + { + "name": "BH1730", + "version": "1.0.0", + "author": "Janco Kock", + "maintainer": "Janco Kock", + "sentence": "An easy to use library for reading light values from the BH1730 light sensor", + "paragraph": "An easy to use library for reading light values from the BH1730 light sensor", + "website": "https://github.com/jancoow/BH1730-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/jancoow/BH1730-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jancoow/BH1730-1.0.0.zip", + "archiveFileName": "BH1730-1.0.0.zip", + "size": 5178, + "checksum": "SHA-256:124445fd5a71322ed216523733986942428a421af2c43ee7cbf228e89628e234" + }, + { + "name": "Zanduino SmoothLED Library 8-bit", + "version": "1.0.0", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control any number of LEDs on any pins using 8-bit PWM with CIE 1931 curves for linear adjustment.", + "paragraph": "Also implements active background fading/brightening of individual LEDs to target values, freeing up the Arduino sketch to do other things in the meantime", + "website": "https://github.com/Zanduino/SmoothLED_8bit", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zanduino/SmoothLED_8bit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Zanduino_SmoothLED_Library_8_bit-1.0.0.zip", + "archiveFileName": "Zanduino_SmoothLED_Library_8_bit-1.0.0.zip", + "size": 32715, + "checksum": "SHA-256:6c61fe7757416d030f02c11d1dbe729136f45e649301ec565b55e1621f9a9eca" + }, + { + "name": "MrMx - AW9523B", + "version": "0.9.0", + "author": "Manuel Polo (https://about.me/mrmx)", + "maintainer": "Manuel Polo (https://about.me/mrmx)", + "sentence": "AW9523B LED Driver \u0026 GPIO I2C 16bit expander library", + "paragraph": "AW9523B LED Driver \u0026 GPIO I2C 16bit expander library", + "website": "https://github.com/mrmx/AW9523B", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrmx/AW9523B.git", + "providesIncludes": ["AW9523B.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mrmx/MrMx___AW9523B-0.9.0.zip", + "archiveFileName": "MrMx___AW9523B-0.9.0.zip", + "size": 7475, + "checksum": "SHA-256:cfc13a0208d8ac8c266c2489c709de6c242fbb1461540cc188c0341a28944fc8" + }, + { + "name": "MrMx - Arduino SI4012", + "version": "1.0.0", + "author": "Manuel Polo (https://about.me/mrmx)", + "maintainer": "Manuel Polo (https://about.me/mrmx)", + "sentence": "Arduino SI4012 library.", + "paragraph": "Arduino library for the RF chip SI4012 from Silicon Labs.", + "website": "https://github.com/mrmx/Arduino-SI4012/", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrmx/Arduino-SI4012.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrmx/MrMx___Arduino_SI4012-1.0.0.zip", + "archiveFileName": "MrMx___Arduino_SI4012-1.0.0.zip", + "size": 6847, + "checksum": "SHA-256:a897081681c8ac4d2fda082f50c3dfa3e50a4063110395cd6bd68a531990feba" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.0", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.0.zip", + "archiveFileName": "MH_Z14A_Library-1.0.0.zip", + "size": 4198, + "checksum": "SHA-256:5490f47dc937c627ca0e766cb4a98b4a0376ea23d1c89c15d65a6e50f537c5d7" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.1", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.1.zip", + "archiveFileName": "MH_Z14A_Library-1.0.1.zip", + "size": 4273, + "checksum": "SHA-256:aed0182b538ee94279d9f2311a20d73349bfaa2762b2072e0e53c361f89f111d" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.2", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.2.zip", + "archiveFileName": "MH_Z14A_Library-1.0.2.zip", + "size": 4652, + "checksum": "SHA-256:3915799749bce9cfa49486954ec14ef660a0697579da99eec930b2aed2bacc10" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.3-beta.1", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": ["Arduino.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.3-beta.1.zip", + "archiveFileName": "MH_Z14A_Library-1.0.3-beta.1.zip", + "size": 5182, + "checksum": "SHA-256:5385724a532c9a236d3a947342748c34e743d67f387cf2ae2bd8c790ca9c2f69" + }, + { + "name": "Leeman Geophysical Learning Shield", + "version": "1.0.0", + "author": "Leeman Geophysical LLC", + "maintainer": "John R. Leeman \u003cjohn@leemangeophysical.com\u003e", + "sentence": "Tools for the Leeman Geophysical LLC Learning Shield.", + "paragraph": "Utilities for helping learn to program Arduino with a prebuilt learning shield. Shield available from www.leemangeophysical.com", + "website": "https://github.com/LeemanGeophysicalLLC/LGLearningShieldLibrary", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/LeemanGeophysicalLLC/LGLearningShieldLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeemanGeophysicalLLC/Leeman_Geophysical_Learning_Shield-1.0.0.zip", + "archiveFileName": "Leeman_Geophysical_Learning_Shield-1.0.0.zip", + "size": 10890, + "checksum": "SHA-256:3b9854e39953ccae2935dd0cba237d275ddacb5a2064e7f89a053e1bd1707bdd" + }, + { + "name": "LDC1312-1314 I2C Library", + "version": "1.0.0", + "author": "Jan Sonntag", + "maintainer": "Jan Sonntag", + "sentence": "This library allows for easy communication between Arduino and the LDC1314 or LDC1314.", + "paragraph": "Comes with an commented example.", + "website": "https://github.com/SirSundays/LDC1312-Arduino", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/SirSundays/LDC1312-Arduino.git", + "providesIncludes": ["ldc1312_lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SirSundays/LDC1312_1314_I2C_Library-1.0.0.zip", + "archiveFileName": "LDC1312_1314_I2C_Library-1.0.0.zip", + "size": 17380, + "checksum": "SHA-256:1be465e7e4d7b91851308608fa57a0fd2ae4dd526f3339a47b446e42d35ed0e9" + }, + { + "name": "RGB-LED-Lighting-Shield", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineons RGB-LED-Lighting-Shields", + "paragraph": "C++ library for Infineons RGB-LED-Lighting-Shield with the XMC1202 and the XMC1302", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/kit_xmc_led_dali_20_rgb/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/arduino-rgb-led-lighting-shield.git", + "providesIncludes": ["rgb-led-lighting-shield-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield-1.0.1.zip", + "archiveFileName": "RGB_LED_Lighting_Shield-1.0.1.zip", + "size": 20667, + "checksum": "SHA-256:35ec92f270b147526ad8c44e48633fc32e69650db1545ceb1f9ffcf4259ba6cf" + }, + { + "name": "RGB-LED-Lighting-Shield", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineon RGB-LED-Lighting-Shield", + "paragraph": "C++ library for Infineon RGB-LED-Lighting-Shield with the XMC1302", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/kit_xmc_led_dali_20_rgb/", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Infineon/arduino-rgb-led-lighting-shield.git", + "providesIncludes": ["rgb-led-lighting-shield-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield-1.0.0.zip", + "archiveFileName": "RGB_LED_Lighting_Shield-1.0.0.zip", + "size": 22761, + "checksum": "SHA-256:efb33309186344817048b010399987b6b06c50498c12ea48dcdfbb68217b7dc7" + }, + { + "name": "LowPower_LowPowerLab", + "version": "2.0.0", + "author": "LowPowerLab", + "maintainer": "LowPowerLab", + "sentence": "AVR \u0026 SAMD power management library", + "paragraph": "AVR \u0026 SAMD power management library, based on RocketScream Low-Power", + "website": "https://github.com/LowPowerLab/LowPower", + "category": "Other", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/LowPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/LowPower_LowPowerLab-2.0.0.zip", + "archiveFileName": "LowPower_LowPowerLab-2.0.0.zip", + "size": 12054, + "checksum": "SHA-256:0b623f54cc26c193bb364eab09734d0a9a2c4423fe3ce9e29974a47673c16d08" + }, + { + "name": "LowPower_LowPowerLab", + "version": "2.1.0", + "author": "LowPowerLab", + "maintainer": "LowPowerLab", + "sentence": "AVR \u0026 SAMD power management library", + "paragraph": "AVR \u0026 SAMD power management library, based on RocketScream Low-Power", + "website": "https://github.com/LowPowerLab/LowPower", + "category": "Other", + "architectures": ["avr", "samd"], + "types": ["Contributed"], + "repository": "https://github.com/LowPowerLab/LowPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/LowPower_LowPowerLab-2.1.0.zip", + "archiveFileName": "LowPower_LowPowerLab-2.1.0.zip", + "size": 12441, + "checksum": "SHA-256:e49bdb699d43ebbfe3ad1de4421fa7ab5a8473f7701e0b635375dbb934eabd60" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.2.0", + "author": "Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e,", + "maintainer": "Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e, Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e", + "sentence": "A library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.2.0.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.2.0.zip", + "size": 262252, + "checksum": "SHA-256:e8053786ea9047394858b0590b21ebf85570bf51f3ceace7c1f5071bf7aa333f" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.4.3", + "author": "Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e,", + "maintainer": "Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e, Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e", + "sentence": "A library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.4.3.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.4.3.zip", + "size": 4688894, + "checksum": "SHA-256:93c290715f4d61ee451298e65d6de70b5cd885cc2426159c5714a06dd19dbff6" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.4.4", + "author": "Lifely.cc \u003cinfo@lifely.cc\u003e,", + "maintainer": "Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e, Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e", + "sentence": "Library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.4.4.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.4.4.zip", + "size": 4689009, + "checksum": "SHA-256:72e0ef03a43c87d39de95f63d5b62ec2dbcaa300e165530dbaaa8775cd76efff" + }, + { + "name": "STM32duino VL6180", + "version": "1.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180 (proximity sensor)", + "paragraph": "This library provides simple measure distance in mm.", + "website": "https://github.com/stm32duino/VL6180", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/VL6180.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180-1.0.0.zip", + "archiveFileName": "STM32duino_VL6180-1.0.0.zip", + "size": 52799, + "checksum": "SHA-256:7213fa93fc0f59f0a2946ca6d61242d723f3ccae6d70120cfd396e72c168b214" + }, + { + "name": "STM32duino X-NUCLEO-6180A1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180 sensors on board of X-NUCLEO-6180A1", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/X-NUCLEO-6180A1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-6180A1.git", + "dependencies": [ + { + "name": "STM32duino VL6180" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_6180A1-1.0.0.zip", + "size": 15690, + "checksum": "SHA-256:0a2576a4741deb0c298326201341dea21205b1dca871f9212ba569aa455adc4a" + }, + { + "name": "mufonts", + "version": "0.1.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Fonts for GFX library and muwerk mupplets", + "paragraph": "A collection of fonts compatible with Adafruit GFX library and some display mupplets from muwerk", + "website": "https://github.com/muwerk/mufonts", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mufonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mufonts-0.1.0.zip", + "archiveFileName": "mufonts-0.1.0.zip", + "size": 7742, + "checksum": "SHA-256:3fdb8d64352dbdefab184c37c0ce7f5cdb801a293c7c5277a42a3b31741357eb" + }, + { + "name": "mufonts", + "version": "0.2.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Fonts for GFX library and muwerk mupplets", + "paragraph": "A collection of fonts compatible with Adafruit GFX library and some display mupplets from muwerk", + "website": "https://github.com/muwerk/mufonts", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mufonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mufonts-0.2.0.zip", + "archiveFileName": "mufonts-0.2.0.zip", + "size": 10852, + "checksum": "SHA-256:77c5b48b965d45ace4581fd8818446333f54f65f2c5c5aafef9d33b7df956916" + }, + { + "name": "serialEEPROM", + "version": "1.0.0", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for I2C EEPROM", + "paragraph": "Supported/tested devices: AT24C128/256 and 24C01C", + "website": "https://github.com/argandas/serialEEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/argandas/serialEEPROM.git", + "providesIncludes": ["serialEEPROM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/serialEEPROM-1.0.0.zip", + "archiveFileName": "serialEEPROM-1.0.0.zip", + "size": 8007, + "checksum": "SHA-256:20542e27f5094aa8046bab7f92b6fe62f78a1fa45e1903a047755b3362a81e0f" + }, + { + "name": "serialEEPROM", + "version": "2.0.1", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for I2C EEPROM", + "paragraph": "Supported/tested devices: AT24C128/256 and 24C01C", + "website": "https://github.com/argandas/serialEEPROM.git", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/argandas/serialEEPROM.git", + "providesIncludes": ["serialEEPROM.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/serialEEPROM-2.0.1.zip", + "archiveFileName": "serialEEPROM-2.0.1.zip", + "size": 7752, + "checksum": "SHA-256:0b649a7eb75c1dfb8b9406bca9998dbbb2fd44bee50bb56d5381817dab1a87ce" + }, + { + "name": "SerialCommand", + "version": "1.0.0", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino library for Serial Commands over a serial port", + "paragraph": "Arduino library for Serial Commands over a serial port", + "website": "https://github.com/argandas/SerialCommand.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/argandas/SerialCommand.git", + "providesIncludes": ["SerialCommand.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/SerialCommand-1.0.0.zip", + "archiveFileName": "SerialCommand-1.0.0.zip", + "size": 10615, + "checksum": "SHA-256:da0e01889598d771f3e2217b32d9e53172ab685b16db04b7d1a7fe61102af3c4" + }, + { + "name": "SerialCommand", + "version": "2.0.1", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino library for Serial Commands over a serial port", + "paragraph": "Arduino library for Serial Commands over a serial port", + "website": "https://github.com/argandas/SerialCommand.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/argandas/SerialCommand.git", + "providesIncludes": ["SerialCommand.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/SerialCommand-2.0.1.zip", + "archiveFileName": "SerialCommand-2.0.1.zip", + "size": 10614, + "checksum": "SHA-256:2eea6da652ea44a149f15ada255937997db6c426508d9f7bb8897cb66dd66e5a" + }, + { + "name": "mupplet-core", + "version": "0.1.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.1.1.zip", + "archiveFileName": "mupplet_core-0.1.1.zip", + "size": 219080, + "checksum": "SHA-256:d90f6e93b1938a61b533b1d7455eeec6ad325d54111b1362d40a6caa70ccdae8" + }, + { + "name": "mupplet-core", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.2.1.zip", + "archiveFileName": "mupplet_core-0.2.1.zip", + "size": 219631, + "checksum": "SHA-256:5f4125a5d8c38e0832fcc1d24d2f94e87e0441b4488b4ed6c075ce941ef2cfa7" + }, + { + "name": "mupplet-core", + "version": "0.3.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.3.0.zip", + "archiveFileName": "mupplet_core-0.3.0.zip", + "size": 220469, + "checksum": "SHA-256:d000c81ecdcf170459ec4c57f5bfb71e04f467adffea595afee8f7121bb1b2cb" + }, + { + "name": "mupplet-core", + "version": "0.4.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.4.0.zip", + "archiveFileName": "mupplet_core-0.4.0.zip", + "size": 226587, + "checksum": "SHA-256:34db84d1203718294e87ae729847c4e6904d45a67451c16b23e6510790c29db7" + }, + { + "name": "SerialToWifi", + "version": "0.1.0", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Simply include the SerialToWifi.h, configure your host address and port and all the calls to the Serial library will be redirected to your host via wifi. Commands like Serial.println() and Serial.readStringUntil() are all supported. The connection is initiated by your Arduino/ESP board to your host computer. This means that as long as your host's TCP port is reachable, the device will send its data over standard serial commands, wherever the board is on your local network or the Internet. To revert to the original Serial behavior, simply comment out the header file.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.0.zip", + "archiveFileName": "SerialToWifi-0.1.0.zip", + "size": 8712, + "checksum": "SHA-256:81d879da893e67bc62356b79e7036b13305744f27929ae2996193da0fa51febb" + }, + { + "name": "SerialToWifi", + "version": "0.1.1", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Simply Commands like Serial.println() and Serial.readStringUntil() are all supported.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.1.zip", + "archiveFileName": "SerialToWifi-0.1.1.zip", + "size": 8713, + "checksum": "SHA-256:e4264f649598c0e86462777b8f1b66938e3ba6b7452b229e5a329d7c1a93cbdc" + }, + { + "name": "SerialToWifi", + "version": "0.1.2", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.2.zip", + "archiveFileName": "SerialToWifi-0.1.2.zip", + "size": 8727, + "checksum": "SHA-256:597df8bbb7bca6a74a06427ebe0ab6a614a9eaceab83fefa36c7f52f33b4c360" + }, + { + "name": "SerialToWifi", + "version": "0.1.3", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.3.zip", + "archiveFileName": "SerialToWifi-0.1.3.zip", + "size": 8758, + "checksum": "SHA-256:2b737cf6d288009e84030b199bf6df059d988c314c7a86cfe20c0a4a36c393c5" + }, + { + "name": "SerialToWifi", + "version": "0.1.4", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.4.zip", + "archiveFileName": "SerialToWifi-0.1.4.zip", + "size": 8787, + "checksum": "SHA-256:41baae643a709404a82900ac84b380a77784802b36ef7a206a911cccd08e6170" + }, + { + "name": "TheVaporTrail SubPixel", + "version": "0.5.0", + "author": "David Kaufman", + "maintainer": "David Kaufman \u003cdavid@TheVaporTrail.com\u003e", + "sentence": "Library for smooth LED animation and color blending.", + "paragraph": "SubPixel provides a way to set the color of less than an whole LED by using fixed-point math.", + "website": "https://github.com/thevaportrail/TheVaporTrail_SubPixel", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheVaporTrail/TheVaporTrail_SubPixel.git", + "dependencies": [ + { + "name": "AdaFruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheVaporTrail/TheVaporTrail_SubPixel-0.5.0.zip", + "archiveFileName": "TheVaporTrail_SubPixel-0.5.0.zip", + "size": 23356, + "checksum": "SHA-256:281f2ecbac8e6b65522aa33f5bccdaa1473a08d4b62210c9fcef2113d2d018c8" + }, + { + "name": "WPI430-VMA430 GPS", + "version": "2.0.0", + "author": "Velleman nv \u003cmgos@velleman.eu\u003e", + "maintainer": "Velleman nv \u003cmgos@velleman.eu\u003e", + "sentence": "Velleman WPI430-VMA430 GPS module library", + "paragraph": "decodes and parses location and time data", + "website": "https://github.com/Velleman/VMA430_GPS_Module", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Velleman/VMA430_GPS_Module.git", + "providesIncludes": ["VMA430_GPS.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/WPI430_VMA430_GPS-2.0.0.zip", + "archiveFileName": "WPI430_VMA430_GPS-2.0.0.zip", + "size": 814941, + "checksum": "SHA-256:1fea361b9196a373748a9bd88448256433618a0affed54b0036f25546d778db3" + }, + { + "name": "mrm-col-b", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 11-channel color sensor", + "website": "https://github.com/PribaNosati/mrm-col-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-col-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_b-0.0.0.zip", + "archiveFileName": "mrm_col_b-0.0.0.zip", + "size": 6374, + "checksum": "SHA-256:6e142fc433c3f2c0fc8eddc483bc6187a529249d8084e99d9300aaa423055c90" + }, + { + "name": "mrm-col-b", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 11-channel color sensor", + "website": "https://github.com/PribaNosati/mrm-col-b", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/PribaNosati/mrm-col-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_b-0.0.1.zip", + "archiveFileName": "mrm_col_b-0.0.1.zip", + "size": 8081, + "checksum": "SHA-256:cb024be564ac361223c230de2a468fbe9caaa92e3074e72587a5b21a450bdc52" + }, + { + "name": "Sensirion I2C SVM40", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SVM40 sensor family by Sensirion", + "paragraph": "Enables you to use the SVM40 sensor via the I2C protocol.", + "website": "https://github.com/Sensirion/arduino-i2c-svm40", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-i2c-svm40.git", + "providesIncludes": ["SensirionI2CSvm40.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SVM40-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SVM40-0.1.0.zip", + "size": 239249, + "checksum": "SHA-256:2ad2deaffd517b1a468037c5da067b02db812e73e733178fcb90925051fe772b" + }, + { + "name": "Advance Seven Segment", + "version": "1.0.0", + "author": "Mohamad Hoseini", + "maintainer": "Mohamd Hoseini mhoseini967@gmail.com", + "sentence": "Summary", + "paragraph": "this library created for user friendly access to seven segment", + "website": "https://github.com/mhoseini967/AdvancedSevenSegment", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mhoseini967/AdvancedSevenSegment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhoseini967/Advance_Seven_Segment-1.0.0.zip", + "archiveFileName": "Advance_Seven_Segment-1.0.0.zip", + "size": 7659, + "checksum": "SHA-256:c053d9f666229a79b3a63217755d62f4d15c9d83b24fcd26fc4cec0a048a37ba" + }, + { + "name": "Sensirion UART SVM40", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SVM40 sensor family by Sensirion", + "paragraph": "Enables you to use the SVM40 sensor via UART using the SHDLC protocol.", + "website": "https://github.com/Sensirion/arduino-uart-svm40", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-uart-svm40.git", + "providesIncludes": ["SensirionUartSvm40.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_SVM40-0.1.0.zip", + "archiveFileName": "Sensirion_UART_SVM40-0.1.0.zip", + "size": 239184, + "checksum": "SHA-256:ac25cccf1d7a6cbb5969bad68e4727ff6bbc168149091e241094d6f538d08427" + }, + { + "name": "ESP32TinyUSB", + "version": "1.0.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 using the Arduino platform.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "providesIncludes": ["cdc_usb.h dfuusb.h hidusb.h midiusb.h mscusb.h webusb.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.0.0.zip", + "archiveFileName": "ESP32TinyUSB-1.0.0.zip", + "size": 56635, + "checksum": "SHA-256:c32b560f78619f400861ab1ef3453a590f2aa49d62ccc23493b2cd27d8be1a1f" + }, + { + "name": "ESP32TinyUSB", + "version": "1.2.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "providesIncludes": [ + "cdcusb.h dfuusb.h hidusb.h midiusb.h mscusb.h webusb.h ramdisk.h sdusb.h hidmouse.h hidkeyboard.h hidgeneric.h hidcomposite.h hidgamepad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.2.0.zip", + "archiveFileName": "ESP32TinyUSB-1.2.0.zip", + "size": 61129, + "checksum": "SHA-256:2698db487dcacadf81c38fb0c399461301b94cd3674dcd39093178e612fb0483" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.0.zip", + "archiveFileName": "ESP32TinyUSB-1.3.0.zip", + "size": 62555, + "checksum": "SHA-256:e34b764db272fda364d73273d30c3a9579c539b8ac48fd2b53657b73e02c4fec" + }, + { + "name": "ESP32TinyUSB", + "version": "1.2.1", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.2.1.zip", + "archiveFileName": "ESP32TinyUSB-1.2.1.zip", + "size": 62550, + "checksum": "SHA-256:f00075fab490cdcab4c90df843d9132eb81e2856575a46990b47d233f8d01150" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.1", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.1.zip", + "archiveFileName": "ESP32TinyUSB-1.3.1.zip", + "size": 62508, + "checksum": "SHA-256:182d38809e6e9e7e125496475236bcddd83dddaa3a5cfd3aaacc80a2f8839355" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.2", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.2.zip", + "archiveFileName": "ESP32TinyUSB-1.3.2.zip", + "size": 62507, + "checksum": "SHA-256:f01223dffada62f8407b78abde5de064f1e1f48455f099b23fd6b3a1fed009f7" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.4", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.4.zip", + "archiveFileName": "ESP32TinyUSB-1.3.4.zip", + "size": 62686, + "checksum": "SHA-256:8524ad4675763490efc537a5fdf03fa7b306102e0537a967e8432efde462244d" + }, + { + "name": "Max31328RTC", + "version": "1.0.0", + "author": "Maxim Integrated", + "maintainer": "Maxim Integrated \u003csupport@maximintegrated.com\u003e", + "sentence": "Library for Max31328 Real Time Clock.", + "paragraph": "Max31328 is a real time clock with I2C interface, integrated crystal and power management.", + "website": "https://github.com/MaximIntegrated/MAX31328-Arduino-Driver", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/MaximIntegrated/MAX31328-Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaximIntegrated/Max31328RTC-1.0.0.zip", + "archiveFileName": "Max31328RTC-1.0.0.zip", + "size": 11003, + "checksum": "SHA-256:f8a94391d8cd7287370b77724dd8fe52869b4d59f292c3f21adc5d9e0a3081ce" + }, + { + "name": "runner", + "version": "0.1.0", + "author": "Antonio Colagrande \u003cantcolag@gmail.com\u003e", + "maintainer": "Antonio Colagrande \u003cantcolag@gmail.com\u003e", + "sentence": "A kind of shell for Arduino.", + "paragraph": "This library provides an interface to handle commands and streams.", + "website": "https://github.com/antcolag/runner", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/antcolag/runner.git", + "providesIncludes": ["runner.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/antcolag/runner-0.1.0.zip", + "archiveFileName": "runner-0.1.0.zip", + "size": 14863, + "checksum": "SHA-256:1f65d61adfad829e200e9b3a90d8ec53d6a1077374914a718702ba7e50752804" + }, + { + "name": "MIDIcontroller", + "version": "2.3.2", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs; momentary, latch or 'trigger' type MIDI buttons (also works with Cap Touch); stable analog to MIDI conversion for potentiometers and other sensors; stable Capacitive Touch to MIDI conversion for expression control; support for encoders; Min/Max output can be set (or inverted) for all MIDI; Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.3.2.zip", + "archiveFileName": "MIDIcontroller-2.3.2.zip", + "size": 207440, + "checksum": "SHA-256:8ff8bc14621a2c023360ca81cb6cd777652f2a16c6e6c412f1f5645184952fee" + }, + { + "name": "MIDIcontroller", + "version": "2.3.3", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs; momentary, latch or 'trigger' type MIDI buttons (also works with Cap Touch); stable analog to MIDI conversion for potentiometers and other sensors; stable Capacitive Touch to MIDI conversion for expression control; support for encoders; Min/Max output can be set (or inverted) for all MIDI; Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.3.3.zip", + "archiveFileName": "MIDIcontroller-2.3.3.zip", + "size": 207488, + "checksum": "SHA-256:b0bd5e5ecf88ac3ee7fb2a288fecb6509539e49433cfff52724724a2762f935c" + }, + { + "name": "MIDIcontroller", + "version": "2.3.4", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs; momentary, latch or 'trigger' type MIDI buttons (also works with Cap Touch); stable analog to MIDI conversion for potentiometers and other sensors; stable Capacitive Touch to MIDI conversion for expression control; support for encoders; Min/Max output can be set (or inverted) for all MIDI; Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.3.4.zip", + "archiveFileName": "MIDIcontroller-2.3.4.zip", + "size": 208626, + "checksum": "SHA-256:4306581043515c6945c9bd4cdf02c33e3d1d80a551d6d6e3ce09f63f64d0ca50" + }, + { + "name": "MIDIcontroller", + "version": "2.4.0", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.4.0.zip", + "archiveFileName": "MIDIcontroller-2.4.0.zip", + "size": 208703, + "checksum": "SHA-256:a339fecaa068048a241e79c9857bdf856f3b177acf2de64969378c07cfbaa003" + }, + { + "name": "MatrixCharlieplex", + "version": "0.1.3", + "author": "Tamal Patra", + "maintainer": "Tamal Patra \u003cpatra.tamal@gmail.com\u003e", + "sentence": "A library for Arduino to control Charlieplexed LED matrices.", + "paragraph": "Drive (N * (N-1)) number of \"Charlieplxed\" diode matrices (e.g. LED Matrix) with N number of outputs capable of tri-state. Inspired by Charlieplexing design idea from http://wealoneonearth.blogspot.com/2013/03/design-note-charlieplexing-led-matrices.html", + "website": "https://github.com/turn-a-round/Arduino-Charlieplexing", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/turn-a-round/Arduino-Charlieplexing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/turn-a-round/MatrixCharlieplex-0.1.3.zip", + "archiveFileName": "MatrixCharlieplex-0.1.3.zip", + "size": 195397, + "checksum": "SHA-256:ca534ab600c575b0d162717db321df8170ca8a4db7cabb16c9d2ebb06843ad4b" + }, + { + "name": "MatrixCharlieplex", + "version": "0.1.4", + "author": "Tamal Patra", + "maintainer": "Tamal Patra \u003cpatra.tamal@gmail.com\u003e", + "sentence": "A library for Arduino to control Charlieplexed LED matrices.", + "paragraph": "Drive (N * (N-1)) number of \"Charlieplxed\" diode matrices (e.g. LED Matrix) with N number of outputs capable of tri-state. Inspired by Charlieplexing design idea from http://wealoneonearth.blogspot.com/2013/03/design-note-charlieplexing-led-matrices.html", + "website": "https://github.com/turn-a-round/Arduino-Charlieplexing", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/turn-a-round/Arduino-Charlieplexing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/turn-a-round/MatrixCharlieplex-0.1.4.zip", + "archiveFileName": "MatrixCharlieplex-0.1.4.zip", + "size": 195407, + "checksum": "SHA-256:5437a241e28c76e28659dfe1e8b36db0ca4cd1cbb306ddd9aa7be1eaf5eb1212" + }, + { + "name": "currency", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": ["currency.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.0.zip", + "archiveFileName": "currency-0.1.0.zip", + "size": 6898, + "checksum": "SHA-256:f978e0a2070509a038efae6995b7238936735452b46f632440cea8e87d9835c8" + }, + { + "name": "currency", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": ["currency.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.1.zip", + "archiveFileName": "currency-0.1.1.zip", + "size": 6924, + "checksum": "SHA-256:196d74bf3dea4a3f7e6438527eeaf6238618cbb7391287dc1de4cbc30b6190c1" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.3", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.3.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.3.zip", + "size": 173489, + "checksum": "SHA-256:ee0c4c3fe6d685e318076bab331c227d54a490079514366142bd37e4c42d46c3" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.4", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.4.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.4.zip", + "size": 181891, + "checksum": "SHA-256:bca8b62bbd9efd3bc2469abde2b22b402d46ab18d5802e85d36b5a71a39ef6ca" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.5", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.5.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.5.zip", + "size": 181866, + "checksum": "SHA-256:c7c6e48030b7732ac814fe9fa2ed078f33cccf798bbe15d43bf1fe919ce7b55c" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "1.0.4", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101-LORA", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.4.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.4.zip", + "size": 1182854, + "checksum": "SHA-256:359cdd2af18b51965249516c0a3a595e57277fb1be7e3faaf163ff092ae15493" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.0.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application", + "paragraph": "Easy implement rotary encoder to your application", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.0.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.0.0.zip", + "size": 14876, + "checksum": "SHA-256:563d0985dbc3633e1688890d8cea9e40dfc5db03404b7524f96f03c9bd8ff3bd" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.2.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application", + "paragraph": "Supports acceleration, setting boundaries. Works with ESP32. New in version 1.2: AiEsp32RotaryEncoderNumberSelector introduced to help selecting for example range -12 do 31.5 in steps of 0.5.", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.2.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.2.0.zip", + "size": 27884, + "checksum": "SHA-256:b1ff1166b7490d2fb39b74f7ec472f3a286ea645f520c2502ab4f17f5a35d8ee" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.1.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.1.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.1.0.zip", + "size": 19192, + "checksum": "SHA-256:f8f0682fe56878551eadfecb9199e0153516f31d33368bd87e08bf66f3dfa306" + }, + { + "name": "ESPEssentials", + "version": "1.0.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 projects", + "paragraph": "Library for setting up the usual features of the ESP8266 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-1.0.0.zip", + "archiveFileName": "ESPEssentials-1.0.0.zip", + "size": 21898, + "checksum": "SHA-256:73d9d5743e585fdc574b2532825ef227710dc55e9879875118d9fa6a5057773c" + }, + { + "name": "ESPEssentials", + "version": "1.0.1", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 projects", + "paragraph": "Library for setting up the usual features of the ESP8266 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-1.0.1.zip", + "archiveFileName": "ESPEssentials-1.0.1.zip", + "size": 22473, + "checksum": "SHA-256:6824ce41541a72a840b1142f4ab17d6a75e1d62a189a0aa5023f4f803a811066" + }, + { + "name": "NVSRAM", + "version": "1.0.0", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Arduino library for Microchip 23LCV512 and 23LCV1024 NVSRAM.", + "paragraph": "Arduino library for using Microchip 23LCV512 (64K x 8bit) and 23LCV1024 (128K x 8bit) NVSRAM SPI battery-backed memories.", + "website": "https://github.com/gpb01/NVSRAM", + "category": "Data Storage", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/gpb01/NVSRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/NVSRAM-1.0.0.zip", + "archiveFileName": "NVSRAM-1.0.0.zip", + "size": 58152, + "checksum": "SHA-256:fb98d27221f7a5968ef81bc0add4771bbdb51b036b22926ab181fbcb67f32eb6" + }, + { + "name": "VRPC", + "version": "0.1.0", + "author": "Burkhard Heisen \u003cburkhard.heisen@heisenware.com\u003e", + "maintainer": "Heisenware GmbH \u003ccontact@heisenware.com\u003e", + "sentence": "Asynchronous RPC via MQTT", + "paragraph": "VRPC is a modern and asynchronous implementation of the old RPC (remote procedure calls) idea using MQTT as transport layer.", + "website": "https://vrpc.io", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/heisenware/arduino-vrpc.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "MQTT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heisenware/VRPC-0.1.0.zip", + "archiveFileName": "VRPC-0.1.0.zip", + "size": 50022, + "checksum": "SHA-256:50c6336a3db33b0336cff0067e69bd50b79ad68faafcf1597c64d89f26afed7c" + }, + { + "name": "I2C SLG", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": ["I2C_SLG46826.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.0.zip", + "archiveFileName": "I2C_SLG-1.0.0.zip", + "size": 5034, + "checksum": "SHA-256:ffb68de7f13cb7d3025a1302bbfbae9018c2ba87feac7762085f5c54a6916a2f" + }, + { + "name": "I2C SLG", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": ["I2C_SLG46826.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.1.zip", + "archiveFileName": "I2C_SLG-1.0.1.zip", + "size": 7585, + "checksum": "SHA-256:de7948abb69bcc4aa73c45f18941257fc9cb669ecd941f95dcb8c39d8cec5ca4" + }, + { + "name": "I2C SLG", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": ["I2C_SLG46826.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.2.zip", + "archiveFileName": "I2C_SLG-1.0.2.zip", + "size": 7953, + "checksum": "SHA-256:62e22e4040cc7077567d7b54908b487afd95826f57a6955a447816d0d6abca63" + }, + { + "name": "I2C SLG", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": ["I2C_SLG46826.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.3.zip", + "archiveFileName": "I2C_SLG-1.0.3.zip", + "size": 20463, + "checksum": "SHA-256:eedf984677231aa86b827b4f3cd259880dca33bd68c83e5adb0ca8656ac20ef3" + }, + { + "name": "AwesomeClickButton", + "version": "1.0.1", + "author": "Vahid Moradi", + "maintainer": "Vahid Moradi", + "sentence": "Arduino awesome click button.", + "paragraph": "Handle click on a button with useful functions.", + "website": "https://github.com/viamgr/Awesome-Click-Button", + "category": "Other", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/viamgr/Arduino-Awesome-Click-Button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/viamgr/AwesomeClickButton-1.0.1.zip", + "archiveFileName": "AwesomeClickButton-1.0.1.zip", + "size": 20443, + "checksum": "SHA-256:58e7242326ac8e9b153abf1a3ffbc9545092a757f528e33894bbadf49a8a44ce" + }, + { + "name": "ezBuzzer", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Buzzer library for Arduino", + "paragraph": "This library is designed for buzzer to beep or play memody without using delay() function.", + "website": "https://arduinogetstarted.com/tutorials/arduino-buzzer-library", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ArduinoGetStarted/buzzer.git", + "providesIncludes": ["ezBuzzer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezBuzzer-1.0.0.zip", + "archiveFileName": "ezBuzzer-1.0.0.zip", + "size": 8863, + "checksum": "SHA-256:a6bc3dbaa7f1c8e12e39b16f1bfc1801897a788da17d8c69cefff272efadb918" + }, + { + "name": "MyDelay", + "version": "1.0.1", + "author": "Marshall Gates \u003cmggates@gmail.com\u003e", + "maintainer": "Marshall Gates \u003cmggates@gmail.com\u003e", + "sentence": "Arduino library that provides a non-blocking repeating timer with callback functionality.", + "paragraph": "This library is designed to simplfy using the builtin Arduino mills function without all the setup. This is done by creating a MyDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the MyDealy object. You can also set a maximum number of times the timer will repeat. The default is to repeat forever.", + "website": "https://github.com/mggates39/MyDelay", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mggates39/MyDelay.git", + "providesIncludes": ["MyDelay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mggates39/MyDelay-1.0.1.zip", + "archiveFileName": "MyDelay-1.0.1.zip", + "size": 8762, + "checksum": "SHA-256:fa19e8d45e25b76699f10bea0618065dd33e3c4026889e5c71a2e306cc18ac3e" + }, + { + "name": "MyDelay", + "version": "1.0.2", + "author": "Marshall Gates \u003cmggates@gmail.com\u003e", + "maintainer": "Marshall Gates \u003cmggates@gmail.com\u003e", + "sentence": "Arduino library that provides a non-blocking repeating timer with callback functionality.", + "paragraph": "This library is designed to simplify using the builtin Arduino mills function without all the setup. This is done by creating a MyDelay object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the MyDelay object. You can also set a maximum number of times the timer will repeat. The default is to repeat forever.", + "website": "https://github.com/mggates39/MyDelay", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/mggates39/MyDelay.git", + "providesIncludes": ["MyDelay.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mggates39/MyDelay-1.0.2.zip", + "archiveFileName": "MyDelay-1.0.2.zip", + "size": 8939, + "checksum": "SHA-256:84b4b0e6242868b2ba755c21eeabfaa100bf64f0e89981a590790b0d1c30dcb8" + }, + { + "name": "AT24C256", + "version": "1.0.0", + "author": "Paul Gaudré", + "maintainer": "Paul Gaudré \u003cpaul.gaudre@protonmail.com\u003e", + "sentence": "Library for the AT24C256 EEPROM", + "paragraph": "Arduino library for AT24C256 EEPROM.", + "website": "https://github.com/polohpi/AT24C256", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/polohpi/AT24C256.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/polohpi/AT24C256-1.0.0.zip", + "archiveFileName": "AT24C256-1.0.0.zip", + "size": 2772, + "checksum": "SHA-256:7cafb047d676c10db23afed0a5445a16a6876628e93ba86013166cb33b61e1cd" + }, + { + "name": "Rcn600", + "version": "1.0.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.0.zip", + "archiveFileName": "Rcn600-1.0.0.zip", + "size": 600212, + "checksum": "SHA-256:ac28e4d7566d2cc1af9a07fc9ee76a648b2b7379e83c2a24bf81ef21df7b9eeb" + }, + { + "name": "Rcn600", + "version": "1.0.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.1.zip", + "archiveFileName": "Rcn600-1.0.1.zip", + "size": 600206, + "checksum": "SHA-256:8dd8486e90f0c474230856eebc0a71170532b388522cc05d3505e4dee5a8353c" + }, + { + "name": "Rcn600", + "version": "1.0.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.3.zip", + "archiveFileName": "Rcn600-1.0.3.zip", + "size": 599194, + "checksum": "SHA-256:37d3ca2008d2bdeb5a46d0e2e76266d9046b0b4fa3be8c6ab65bc39000ea5898" + }, + { + "name": "Rcn600", + "version": "1.0.4", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.4.zip", + "archiveFileName": "Rcn600-1.0.4.zip", + "size": 601568, + "checksum": "SHA-256:918b0d610c838f9c654408dfee70ef9ef7572f384230e371799a8ed5abda7382" + }, + { + "name": "Rcn600", + "version": "1.0.5", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.5.zip", + "archiveFileName": "Rcn600-1.0.5.zip", + "size": 601801, + "checksum": "SHA-256:b4480941687a162de99230165f95896f4e888ed0fdd0ef4ece6c6cc73d20eee8" + }, + { + "name": "Rcn600", + "version": "1.0.6", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.6.zip", + "archiveFileName": "Rcn600-1.0.6.zip", + "size": 601363, + "checksum": "SHA-256:1d072474079cb51e2347bec65510536990949fd5672d0ca65f13ee2fdcb3c47e" + }, + { + "name": "Rcn600", + "version": "1.0.8", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.8.zip", + "archiveFileName": "Rcn600-1.0.8.zip", + "size": 601652, + "checksum": "SHA-256:ce2d0fd29d1eeb119dfef50f8a28522b9f0d8a1f84ebeee95592c9aee225db6b" + }, + { + "name": "Rcn600", + "version": "1.1.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.1.0.zip", + "archiveFileName": "Rcn600-1.1.0.zip", + "size": 603202, + "checksum": "SHA-256:2eb2092c69787dd95ec0427432ade29e645c570386b555c15c45c5465eebf4d0" + }, + { + "name": "Rcn600", + "version": "1.2.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.2.0.zip", + "archiveFileName": "Rcn600-1.2.0.zip", + "size": 602226, + "checksum": "SHA-256:c2966336e837dcb40a0eb01a2444610a6f8ded72bffcc03ab288dc6705a16738" + }, + { + "name": "Rcn600", + "version": "1.2.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.2.1.zip", + "archiveFileName": "Rcn600-1.2.1.zip", + "size": 602221, + "checksum": "SHA-256:ffc6157299d02818192256a63757b866d4c32e2459028e6272dceec6849e56a5" + }, + { + "name": "Rcn600", + "version": "1.2.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.2.2.zip", + "archiveFileName": "Rcn600-1.2.2.zip", + "size": 603291, + "checksum": "SHA-256:82b2c3e8608e5856ba61abf88cb130ec0f36d1e2fadf75874b7caade44d54329" + }, + { + "name": "Rcn600", + "version": "1.3.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.3.0.zip", + "archiveFileName": "Rcn600-1.3.0.zip", + "size": 604789, + "checksum": "SHA-256:eecbe6d0e72732b204167a999593e52c8fa23bf960372f76fbbbf5305e72c554" + }, + { + "name": "Rcn600", + "version": "1.4.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.0.zip", + "archiveFileName": "Rcn600-1.4.0.zip", + "size": 615372, + "checksum": "SHA-256:706a9248c1572514ac6024261808f9087222003e0cc49aeaec5a940d6883601a" + }, + { + "name": "Rcn600", + "version": "1.4.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.1.zip", + "archiveFileName": "Rcn600-1.4.1.zip", + "size": 615432, + "checksum": "SHA-256:d2260eeca6ef7d21ae913ef68bd52eb93ef85a4bb602288729c4016d6ff5b928" + }, + { + "name": "Rcn600", + "version": "1.4.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.2.zip", + "archiveFileName": "Rcn600-1.4.2.zip", + "size": 612617, + "checksum": "SHA-256:69e222311e0062f3637fedc1522d99737d34e72aff4b955c4a75f3c4a27b2dab" + }, + { + "name": "ISE I2C-MCP3427 Library", + "version": "1.0.0", + "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", + "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", + "sentence": "A library to control the Iowa Scaled Engineering I2C-MCP3427 ( https://www.iascaled.com/store/I2C-MCP3427 ) 16-bit analog to digital converter", + "paragraph": "Because the I2C-MCP3427 is just a breakout for the Microchip MCP3427, this library may be useful for controlling other implementations as well", + "website": "https://github.com/IowaScaledEngineering/arduino-mcp3427", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/IowaScaledEngineering/arduino-mcp3427.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/ISE_I2C_MCP3427_Library-1.0.0.zip", + "archiveFileName": "ISE_I2C_MCP3427_Library-1.0.0.zip", + "size": 20893, + "checksum": "SHA-256:0294c543a604d25fac859395a06d7ffd7d0f3c9c8c0d7594361b61cefc7ea02b" + }, + { + "name": "KX0231025IMU", + "version": "1.0.0", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Semtech KX023-1025 IMU", + "paragraph": "Supports SPI and I2C communications", + "website": "http://https://github.com/dlyckelid/KX023-1025-IMU/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dlyckelid/KX023-1025-IMU.git", + "providesIncludes": ["KX0231025IMU.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/KX0231025IMU-1.0.0.zip", + "archiveFileName": "KX0231025IMU-1.0.0.zip", + "size": 18346, + "checksum": "SHA-256:84c6e8a694eec485504aa22ca79ab85e47cc417c083007e1e4a889b85a76986f" + }, + { + "name": "KX0231025IMU", + "version": "1.0.1", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Semtech KX023-1025 IMU", + "paragraph": "Supports SPI and I2C communications", + "website": "https://github.com/dlyckelid/KX023-1025-IMU/", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/dlyckelid/KX023-1025-IMU.git", + "providesIncludes": ["KX0231025IMU.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/KX0231025IMU-1.0.1.zip", + "archiveFileName": "KX0231025IMU-1.0.1.zip", + "size": 18349, + "checksum": "SHA-256:0a365e7b2e1109c75d3a7a9965e6f1e37e39ce756db7e1a4b670d5d0979547d1" + }, + { + "name": "PU2CLR PCF8574", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the PCF8574/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the PCF8574.", + "website": "https://github.com/pu2clr/PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/PCF8574.git", + "providesIncludes": ["pu2clr_PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_PCF8574-1.0.1.zip", + "archiveFileName": "PU2CLR_PCF8574-1.0.1.zip", + "size": 217377, + "checksum": "SHA-256:35c1c163a4296de5b76a0d98b6be5f5f74b8d11dc0b58d532311d1f307ca03b5" + }, + { + "name": "PU2CLR PCF8574", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the PCF8574/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the PCF8574.", + "website": "https://github.com/pu2clr/PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/PCF8574.git", + "providesIncludes": ["pu2clr_PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_PCF8574-1.0.2.zip", + "archiveFileName": "PU2CLR_PCF8574-1.0.2.zip", + "size": 1655732, + "checksum": "SHA-256:aa92876805cbe53e5e6b8e4e7c0c65faa9a200bc1558ef10934d219d724bad6e" + }, + { + "name": "PU2CLR PCF8574", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the PCF8574 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the PCF8574.", + "website": "https://github.com/pu2clr/PCF8574", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/pu2clr/PCF8574.git", + "providesIncludes": ["pu2clr_PCF8574.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_PCF8574-1.0.3.zip", + "archiveFileName": "PU2CLR_PCF8574-1.0.3.zip", + "size": 1789916, + "checksum": "SHA-256:b4871970b1899090049f8ec916958d84d05a4281a4234ba963cc523060642136" + }, + { + "name": "ProtoCentral ADS1293 ECG Library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library to read from the ProtoCentral ADS1293 ECG breakout", + "paragraph": "ADS1293 provides 3-channel ECG support for 3-lead and 5-lead ECG measurement setups. The ADS1293 library provides functions to easily read upto three channels from the ADS1293.", + "website": "https://github.com/Protocentral/protocentral-ads1293-arduino", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Protocentral/protocentral-ads1293-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1293_ECG_Library-1.0.0.zip", + "archiveFileName": "ProtoCentral_ADS1293_ECG_Library-1.0.0.zip", + "size": 2073679, + "checksum": "SHA-256:7256691a9fba4bf128227fbbf820256c1bc676ef618836c9ba2493943b8396a8" + }, + { + "name": "SNMP Manager", + "version": "1.1.0", + "author": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": ["Arduino_SNMP_Manager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.0.zip", + "archiveFileName": "SNMP_Manager-1.1.0.zip", + "size": 21776, + "checksum": "SHA-256:0beb9b994a3a25e319f60a5d827c835a424ac3f30e042f88923705f16d9ccd6e" + }, + { + "name": "SNMP Manager", + "version": "1.1.1", + "author": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": ["Arduino_SNMP_Manager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.1.zip", + "archiveFileName": "SNMP_Manager-1.1.1.zip", + "size": 22039, + "checksum": "SHA-256:f3044785cf52ddae39cf154ef37309469cb41f9faee24275ab88dd1e1c037ba1" + }, + { + "name": "SNMP Manager", + "version": "1.1.2", + "author": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": ["Arduino_SNMP_Manager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.2.zip", + "archiveFileName": "SNMP_Manager-1.1.2.zip", + "size": 22039, + "checksum": "SHA-256:ece6e45a1bddc0788a9e970ea3ab3024f764063b2828a877c5f1777234ec078e" + }, + { + "name": "mupplet-display", + "version": "0.1.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Leo Moll, \u003cleo.moll@yeasoft.com\u003e", + "sentence": "muwerk mupplet Display Library", + "paragraph": "A collection of display applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-display", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/muwerk/mupplet-display.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + }, + { + "name": "munet" + }, + { + "name": "mufonts" + }, + { + "name": "mupplet-core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_display-0.1.0.zip", + "archiveFileName": "mupplet_display-0.1.0.zip", + "size": 168072, + "checksum": "SHA-256:84ba0f77d0a77d5397ba5aba81d947b391898111d2b33dd4174d6207c89f5e4a" + }, + { + "name": "ardubson", + "version": "1.2.0", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for BSON (Binary JSON)", + "paragraph": "Arduino Library for BSON (Binary JSON)", + "website": "https://github.com/argandas/ardubson", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/argandas/ardubson.git", + "providesIncludes": ["ardubson.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/ardubson-1.2.0.zip", + "archiveFileName": "ardubson-1.2.0.zip", + "size": 197944, + "checksum": "SHA-256:e08525cd17e09325452ec88b14c671794dd42175d3c24be921ffc2a6cd66ec3f" + }, + { + "name": "ardubson", + "version": "1.4.2", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for BSON (Binary JSON)", + "paragraph": "Encode and decode BSON data", + "website": "https://github.com/argandas/ardubson", + "category": "Data Processing", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/argandas/ardubson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/ardubson-1.4.2.zip", + "archiveFileName": "ardubson-1.4.2.zip", + "size": 25560, + "checksum": "SHA-256:d24f977a571ee7dba00f196cc4ab7a157aaf1b9e5b28931a12890abc0c8f0f30" + }, + { + "name": "TwiLiquidCrytal by Arnakazim", + "version": "1.0.0", + "author": "Arnaud Ouvrier (Arnakazim) \u003carnaud@arnaudouvrier.fr\u003e", + "maintainer": "Arnaud Ouvrier (Arnakazim) \u003carnaud@arnaudouvrier.fr\u003e", + "sentence": "A library to interface an HD44780 based LCD via I2C (or TWI in Arduino terms).", + "paragraph": "Like its counterpart the LiquidCrystal library, this library allows an Arduino board to control Liquid Crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The difference is that instead of using multiple digital pins, it communicates with the Arduino via TWI (I2C) with the help of an I2C backpack attached to the LCD.", + "website": "https://github.com/arnakazim/TwiLiquidCrystal-library", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arnakazim/TwiLiquidCrystal-library.git", + "providesIncludes": ["TwiLiquidCrytal.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arnakazim/TwiLiquidCrytal_by_Arnakazim-1.0.0.zip", + "archiveFileName": "TwiLiquidCrytal_by_Arnakazim-1.0.0.zip", + "size": 12016, + "checksum": "SHA-256:062a3165f31deb09afb736c5605972c94f4673f1ec72a5ef1c3160dab0fbf822" + }, + { + "name": "TwiLiquidCrytal by Arnakazim", + "version": "1.0.1", + "author": "Arnaud Ouvrier (Arnakazim) \u003carnaud@arnaudouvrier.fr\u003e", + "maintainer": "Arnaud Ouvrier (Arnakazim) \u003carnaud@arnaudouvrier.fr\u003e", + "sentence": "A library to interface an HD44780 based LCD via I2C (or TWI in Arduino terms).", + "paragraph": "Like its counterpart the LiquidCrystal library, this library allows an Arduino board to control Liquid Crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The difference is that instead of using multiple digital pins, it communicates with the Arduino via TWI (I2C) with the help of an I2C backpack attached to the LCD.", + "website": "https://github.com/arnakazim/TwiLiquidCrystal-library", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/arnakazim/TwiLiquidCrystal-library.git", + "providesIncludes": ["TwiLiquidCrytal.h"], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arnakazim/TwiLiquidCrytal_by_Arnakazim-1.0.1.zip", + "archiveFileName": "TwiLiquidCrytal_by_Arnakazim-1.0.1.zip", + "size": 12387, + "checksum": "SHA-256:19c54d6e6886c2303efb1409516baeb59bdbb0422f335dd32ea3cef76ab68954" + }, + { + "name": "LCLV", + "version": "1.0.0", + "author": "Hank Dietz \u003chankd@engr.uky.edu\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver library for LCLV like Adafruit 3627 and 3330", + "paragraph": "Arduino driver library for LCLV like Adafruit 3627 and 3330, supporting both shuttering and proportional control of opacity", + "website": "https://github.com/aggregate/LCLV/", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/aggregate/LCLV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aggregate/LCLV-1.0.0.zip", + "archiveFileName": "LCLV-1.0.0.zip", + "size": 114101, + "checksum": "SHA-256:d273c5f052239a566cb7d82576c4337c81acd7baffcb6a8398705909f22c4a6b" + }, + { + "name": "esp32_moga", + "version": "1.0.0", + "author": "sensboston", + "maintainer": "sensboston", + "sentence": "connect ESP32 to MOGA bluetooth gamepads", + "paragraph": "Connect your Bluetooth MOGA gamepads (tested on MOGA original \u0026 MOGA 2) to any ESP32 using RFCOMM.", + "website": "https://github.com/sensboston/esp32_moga", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/sensboston/esp32_moga.git", + "providesIncludes": ["esp32_moga.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sensboston/esp32_moga-1.0.0.zip", + "archiveFileName": "esp32_moga-1.0.0.zip", + "size": 4583, + "checksum": "SHA-256:e16a58c78a234f635ae803d01b2d5dbd0baba5b9132f3c2be12e45854ee541f7" + }, + { + "name": "Seeed Arduino RTC", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "RTC library for SAMD21 and SAMD51.", + "paragraph": "A for of Jeelab's fantastic RTC library", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC", + "category": "Timing", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_RTC-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_RTC-1.0.0.zip", + "size": 26050, + "checksum": "SHA-256:0d61f87609cc1d009496c95c3b628ef7df7bf9dac3f9ea9eeed2b5a8d819be5d" + }, + { + "name": "Seeed Arduino RTC", + "version": "2.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "RTC library for SAMD21 and SAMD51.", + "paragraph": "When your project needs to be unplugged, how to keep the time counting? This library can help you keep the current time", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC", + "category": "Timing", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_RTC-2.0.0.zip", + "archiveFileName": "Seeed_Arduino_RTC-2.0.0.zip", + "size": 26379, + "checksum": "SHA-256:2d02943b469715c8ca62a2004c2a03fe185f1669d917b4de26f39de9bd70361e" + }, + { + "name": "ELMo", + "version": "1.0.0", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": ["esp8266", "ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.0.0.zip", + "archiveFileName": "ELMo-1.0.0.zip", + "size": 2992, + "checksum": "SHA-256:580dade3b4631e7bcc8fa66bcb7c27c2a21e2f130167e007749ca8ee5801f26c" + }, + { + "name": "ELMo", + "version": "1.0.1", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": ["esp8266", "ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.0.1.zip", + "archiveFileName": "ELMo-1.0.1.zip", + "size": 3830, + "checksum": "SHA-256:4cce5e3f641f842775b854710f1d763f0d5a33d2ae1c14ede41c37dfe89bcd67" + }, + { + "name": "ELMo", + "version": "1.1.0", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": ["esp8266", "ESP8266"], + "types": ["Contributed"], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.1.0.zip", + "archiveFileName": "ELMo-1.1.0.zip", + "size": 304824, + "checksum": "SHA-256:2939286bf185ee2d6bae14976a5df011e5eb02492f5202c296d8c2f3b0428388" + }, + { + "name": "ELMo", + "version": "1.1.1", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": ["esp8266", "ESP8266", "esp32", "ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.1.1.zip", + "archiveFileName": "ELMo-1.1.1.zip", + "size": 304816, + "checksum": "SHA-256:e684dfcd2e6a12d960b7572ad548cff8be4b7737a8941ec7d9f7619b12978216" + }, + { + "name": "ELMo", + "version": "1.1.2", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": ["esp8266", "ESP8266", "esp32", "ESP32"], + "types": ["Contributed"], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.1.2.zip", + "archiveFileName": "ELMo-1.1.2.zip", + "size": 309659, + "checksum": "SHA-256:aada20fb63796eabd37b6a0250b45d9200b5bf14f67ddf166225c321ffab2f72" + }, + { + "name": "Seeed Arduino rpcBLE", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio", + "sentence": "A lightweight BLE Arduino Library", + "paragraph": "A lightweight BLE Arduino library which communicates with RTL8720DN through Seeed_Arduino_rpcUnified to realize local Bluetooth access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcBLE.git", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcBLE.git", + "providesIncludes": ["rpcBLEDevice.h", "BLEDevice.h", "BLEUtils.h", "BLEScan.h", "BLEAdvertisedDevice.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcBLE-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_rpcBLE-1.0.0.zip", + "size": 98695, + "checksum": "SHA-256:3291930d20785aa0798ea41ee2f0c0c91a27d593bd0a26394fa2469c26a0f75c" + }, + { + "name": "UMIRobot", + "version": "21.4.0", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": ["UMIRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.0.zip", + "archiveFileName": "UMIRobot-21.4.0.zip", + "size": 17167, + "checksum": "SHA-256:bf051430947615131c917c183834b987dbf3e11efa23eae72bbdc87e0ecdbd10" + }, + { + "name": "UMIRobot", + "version": "21.4.1", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": ["UMIRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.1.zip", + "archiveFileName": "UMIRobot-21.4.1.zip", + "size": 17167, + "checksum": "SHA-256:02e77fa31b156c5236dabd91363134c3b43bf5c1e1058dd0c8e3c06d563015ed" + }, + { + "name": "UMIRobot", + "version": "21.4.2", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": ["UMIRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.2.zip", + "archiveFileName": "UMIRobot-21.4.2.zip", + "size": 17168, + "checksum": "SHA-256:38b0810cdd218b8149bd1cfc192e3898e438defe12073894bf48dd51b32254da" + }, + { + "name": "UMIRobot", + "version": "21.4.4", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": ["UMIRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.4.zip", + "archiveFileName": "UMIRobot-21.4.4.zip", + "size": 17916, + "checksum": "SHA-256:988d22efadc3c7948e39453694e0c2ba600e96dd1ceedb7ea7f741d237e63dae" + }, + { + "name": "UMIRobot", + "version": "21.4.5", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": ["UMIRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.5.zip", + "archiveFileName": "UMIRobot-21.4.5.zip", + "size": 19317, + "checksum": "SHA-256:bb819cf687bb75fec96760f857e833e8b8c23b0ffd7c16fe48d7fc9b24c0c24b" + }, + { + "name": "UMIRobot", + "version": "21.4.6", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": ["UMIRobot.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.6.zip", + "archiveFileName": "UMIRobot-21.4.6.zip", + "size": 19307, + "checksum": "SHA-256:f41c0c33543f946693304f1ead75aa4f3ccd2f9f7c5e077e6b5464c7595b2555" + }, + { + "name": "Sensirion UART SEN44", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN44 sensor by Sensirion", + "paragraph": "Enables you to use the SEN44 via UART using the SHDLC protocol.", + "website": "https://github.com/Sensirion/arduino-uart-sen44", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-uart-sen44.git", + "providesIncludes": ["SensirionUartSen44.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_SEN44-0.1.0.zip", + "archiveFileName": "Sensirion_UART_SEN44-0.1.0.zip", + "size": 11019, + "checksum": "SHA-256:88baf21a2ff46a30cc7c8cd9963a65e8bd34b769b70b251975930703b863c8e7" + }, + { + "name": "Sensirion I2C SEN44", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN44 sensor module family by Sensirion", + "paragraph": "Enables you to use the SEN44 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sen44", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-i2c-sen44.git", + "providesIncludes": ["SensirionI2CSen44.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SEN44-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SEN44-0.1.0.zip", + "size": 11827, + "checksum": "SHA-256:029d9b4e65a9ab87ef0cdab6f240827119f83b9a2b1e428623a43de1c614805b" + }, + { + "name": "Sensirion I2C STC3x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the STC3x sensor family by Sensirion", + "paragraph": "Enables you to use the STC3x via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-stc3x", + "category": "Sensors", + "architectures": [], + "types": ["Contributed"], + "repository": "https://github.com/Sensirion/arduino-i2c-stc3x.git", + "providesIncludes": ["SensirionI2CStc3x.h"], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_STC3x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_STC3x-0.1.0.zip", + "size": 111609, + "checksum": "SHA-256:56698f5eaea713222994c560cdafd238ef99d4635547bae8c9a61a097cd3c491" + }, + { + "name": "Whadda LED bar graph", + "version": "1.0.0", + "author": "Velleman nv \u003cmgos@velleman.eu\u003e", + "maintainer": "Velleman nv \u003cmgos@velleman.eu\u003e", + "sentence": "Whadda WPI471 bar graph module library", + "paragraph": "driver library for TM1561 based LED bar graph modules", + "website": "https://github.com/WhaddaMakers/bar_graph_module", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/WhaddaMakers/bar_graph_module.git", + "providesIncludes": ["BarGraph.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WhaddaMakers/Whadda_LED_bar_graph-1.0.0.zip", + "archiveFileName": "Whadda_LED_bar_graph-1.0.0.zip", + "size": 92236, + "checksum": "SHA-256:03f7b180b7c02eafeb45b5d252906ab042a8736f69a7673ce3e16e48175e0c67" + }, + { + "name": "VivicoreSerial", + "version": "1.0.0+0605000D", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/branch_cell", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.0.0+0605000D.zip", + "archiveFileName": "VivicoreSerial-1.0.0+0605000D.zip", + "size": 50822, + "checksum": "SHA-256:ffef1e5689b5f4f8f20d9b659dccdbadaddcf452953091fe389ecf3421bae7d3" + }, + { + "name": "VivicoreSerial", + "version": "1.0.1+0605000D", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/branch_cell", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.0.1+0605000D.zip", + "archiveFileName": "VivicoreSerial-1.0.1+0605000D.zip", + "size": 50667, + "checksum": "SHA-256:2a28c22495ef0852e54dbab7bce90cf3374d3bac655e4f37ed0b152bc616ad47" + }, + { + "name": "VivicoreSerial", + "version": "1.0.2+0605000D", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.0.2+0605000D.zip", + "archiveFileName": "VivicoreSerial-1.0.2+0605000D.zip", + "size": 57360, + "checksum": "SHA-256:a2a874556e51fdd685717c167f5d32c0aea37d8d2ac869bb8e5852aef4a74329" + }, + { + "name": "VivicoreSerial", + "version": "1.1.0+0605000E", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.1.0+0605000E.zip", + "archiveFileName": "VivicoreSerial-1.1.0+0605000E.zip", + "size": 57893, + "checksum": "SHA-256:ca3293dec61b895f0835e01316c7b7f16382b91f8dc205bec16434731e26772e" + }, + { + "name": "VivicoreSerial", + "version": "2.0.0+07000012", + "author": "VIVIWARE JAPAN, Inc.", + "maintainer": "VIVIWARE JAPAN, Inc. \u003cviviware-support@viviware.com\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-2.0.0+07000012.zip", + "archiveFileName": "VivicoreSerial-2.0.0+07000012.zip", + "size": 340395, + "checksum": "SHA-256:d9adba30c92b3d94d80ad2d5a870d010a8a9ad5474a8d28e8bd19d4f3d27c3ce" + }, + { + "name": "GSM_Generic", + "version": "1.2.4", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201 module.This library also allows you to connect to internet through the GPRS networks. You can either use Web Clients and Servers.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": ["GSM_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.2.4.zip", + "archiveFileName": "GSM_Generic-1.2.4.zip", + "size": 462479, + "checksum": "SHA-256:9fa4499142652e7486213c0b4cdac52aa6a56d3f13a5ecb0c711962ab35ae081" + }, + { + "name": "GSM_Generic", + "version": "1.3.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": ["GSM_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.3.0.zip", + "archiveFileName": "GSM_Generic-1.3.0.zip", + "size": 485702, + "checksum": "SHA-256:20e9c76c66f90293af904f89f6c6985958f3320c781b16b95d09aa70c62bb03e" + }, + { + "name": "GSM_Generic", + "version": "1.3.1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": ["GSM_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.3.1.zip", + "archiveFileName": "GSM_Generic-1.3.1.zip", + "size": 1193919, + "checksum": "SHA-256:e203ba2de69bd02aa2bcbb3e490e9bb7877befc6c5b8b988df8414a6b9a9132b" + }, + { + "name": "GSM_Generic", + "version": "1.4.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": ["GSM_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.4.0.zip", + "archiveFileName": "GSM_Generic-1.4.0.zip", + "size": 1289810, + "checksum": "SHA-256:051ee9ba102ec8d850886ebdb74b39bc9499f8b7b220b27ea2664218e77870c6" + }, + { + "name": "Midea AC infrared remote controller with ESP32 RMT Peripheral", + "version": "1.0.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter", + "sentence": "ESP32 RMT Peripheral IR remote control library for Midea Air conditioner.", + "website": "https://github.com/morcibacsi/esp32_rmt_midea_ir_tx", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/morcibacsi/esp32_rmt_midea_ir_tx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Midea_AC_infrared_remote_controller_with_ESP32_RMT_Peripheral-1.0.0.zip", + "archiveFileName": "Midea_AC_infrared_remote_controller_with_ESP32_RMT_Peripheral-1.0.0.zip", + "size": 57902, + "checksum": "SHA-256:3f64d03ddb4c64e81ade3f77620fc83ae45efbe4f0924762fe19153b82806b65" + }, + { + "name": "ICOM 746 CAT Control", + "version": "1.0.0", + "author": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "maintainer": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "sentence": "Simulate an ICOM 746 radio from the CAT point of view.", + "paragraph": "This lirary emulates the Computer Assisted Transceiver (CAT) control behavior of an ICOM 746. It is intended to be included in a conrol program for an amateur radio. It provides all of the functionality required for programs like FLDIG and WSJTX to be able to control your rig.", + "website": "https://github.com/KK4DAS/IC746/", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kk4das/IC746CAT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk4das/ICOM_746_CAT_Control-1.0.0.zip", + "archiveFileName": "ICOM_746_CAT_Control-1.0.0.zip", + "size": 28144, + "checksum": "SHA-256:4c64878c371653853f7ee1bc8c68e89b54644b541909c63a90202f4d1c8a822d" + }, + { + "name": "ICOM 746 CAT Control", + "version": "1.0.1", + "author": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "maintainer": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "sentence": "Simulate an ICOM 746 radio from the CAT point of view.", + "paragraph": "This lirary emulates the Computer Assisted Transceiver (CAT) control behavior of an ICOM 746. It is intended to be included in a conrol program for an amateur radio. It provides all of the functionality required for programs like FLDIG and WSJTX to be able to control your rig.", + "website": "https://github.com/kk4das/IC746CAT", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/kk4das/IC746CAT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk4das/ICOM_746_CAT_Control-1.0.1.zip", + "archiveFileName": "ICOM_746_CAT_Control-1.0.1.zip", + "size": 28145, + "checksum": "SHA-256:04d3f9c80fb1aec0e30d6af3abca3ebb8da48c59e4c85079213c9d5c840005a8" + }, + { + "name": "CFPushButton", + "version": "1.0.0", + "author": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "maintainer": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "sentence": "A library for Arduino that helps interface for Push Buttons.", + "paragraph": "A library for Arduino that helps interface for Push Buttons.", + "website": "https://github.com/caiofrota/cf-arduino-lib-pushbutton", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/caiofrota/cf-arduino-lib-pushbutton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/caiofrota/CFPushButton-1.0.0.zip", + "archiveFileName": "CFPushButton-1.0.0.zip", + "size": 214802, + "checksum": "SHA-256:97e3835c8daa67ba03ea4fb5ca75bec6606cfe2cfde76fd783c9eda7e2b2427e" + }, + { + "name": "DAC121C08x", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the following Texas Instruments 12 bit DAC ICs: DAC121C081 and DAC121C085.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "website": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/DAC121C08x-1.0.0.zip", + "archiveFileName": "DAC121C08x-1.0.0.zip", + "size": 18979, + "checksum": "SHA-256:f28fa78ed823ae91f4e72a4ba373b35a52c58e27f81c20598ca13ccc908dfb9a" + }, + { + "name": "SHT85", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85 temperature and humidity sensor", + "paragraph": "Class for SHT85 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": ["SHT85.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.1.1.zip", + "archiveFileName": "SHT85-0.1.1.zip", + "size": 12877, + "checksum": "SHA-256:e10a191834d92d856c29214515934e1c2feaddda0605300c682afe2325417a4b" + }, + { + "name": "SHT85", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85 temperature and humidity sensor", + "paragraph": "Class for SHT85 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": ["SHT85.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.1.3.zip", + "archiveFileName": "SHT85-0.1.3.zip", + "size": 13194, + "checksum": "SHA-256:1b56f301b5d1f617a38c57ae489e7543f9bbf726abdb7dc30f8b32b8031c1960" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "name": "SparkFun QwiicNES Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun QwiicNES Nintendo Controller Interface", + "paragraph": "An Arduino Library for the QwiicNES Nintendo Controller Interface. The QwiicNES makes it easy to read the buttons on an original NES controller. Available at: https://www.sparkfun.com/products/18038", + "website": "https://github.com/sparkfun/SparkFun_QwiicNES_Arduino_Library", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.3.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.3.zip", - "size": 7294, - "checksum": "SHA-256:0a692ddf5e34f34242a8b36ae804274ea0aedb35604c89a89c0c80b6d912cf63" + "repository": "https://github.com/sparkfun/SparkFun_QwiicNES_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_QwiicNES_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_QwiicNES_Arduino_Library-1.0.0.zip", + "size": 12076, + "checksum": "SHA-256:76b6412c8a4d39594f55a3cdf5f853eb9b4d643a5b4338b24ed8249d46524392" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "IoTWebConf_for_Visuino_modified_by_IoT_Jedi", + "version": "3.1.1", + "author": "Tobbe Westlin \u003ctobbewestlin@gmail.com\u003e", + "maintainer": "Tobbe Westlin \u003ctobbewestlin@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IoTWebConf_for_Visuino_modified_by_IoT_Jedi will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/BadASszZ/IoTWebConf_for_Visuino_modified_by_IoT_Jedi", + "category": "Communication", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/BadASszZ/IoTWebConf_for_Visuino_modified_by_IoT_Jedi.git", + "providesIncludes": ["IoTWebConf_for_Visuino_modified_by_IoT_Jedi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/BadASszZ/IoTWebConf_for_Visuino_modified_by_IoT_Jedi-3.1.1.zip", + "archiveFileName": "IoTWebConf_for_Visuino_modified_by_IoT_Jedi-3.1.1.zip", + "size": 77864, + "checksum": "SHA-256:29728301f7c455048401b827ac682c4bab0f2b00171c25c7e0b1ca93adf7b0e2" + }, + { + "name": "I2C", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "A ligthweight communication library over the Arduino framework", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/Arduino-I2C", + "website": "https://github.com/Wh1teRabbitHU/Arduino-I2C", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.4.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.4.zip", - "size": 7344, - "checksum": "SHA-256:32396daefbe663b138d2c898b7c1066d6fd1c2171ffbdeed601e26797a6bd850" + "repository": "https://github.com/Wh1teRabbitHU/Arduino-I2C.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/I2C-1.0.0.zip", + "archiveFileName": "I2C-1.0.0.zip", + "size": 21576, + "checksum": "SHA-256:c99785b46720935786485cffb7925f6a3c6bf3349adc58afbae17de7559c536c" }, { - "name": "BNO055SimplePacketComs", - "version": "0.1.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "iotec_MAX7319", + "version": "1.0.0", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Tina J. R.", + "maintainer": "Tina J. R.", + "sentence": "A library for using the MAX7319 from MAXIM Integrated.", + "paragraph": "The MAX7319 is a I2C Port Expander with eight inputs and maskable transition detection.", + "website": "https://github.com/iotec-gmbh/iotec_MAX7319", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.1.0.zip", - "size": 7362, - "checksum": "SHA-256:f9f8c7e79f4944361880e749568420ba8c1a967069c3944dad213cd9f8df44a9" + "repository": "https://github.com/iotec-gmbh/iotec_MAX7319.git", + "providesIncludes": ["iotec_MAX7319.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/iotec_MAX7319-1.0.0.zip", + "archiveFileName": "iotec_MAX7319-1.0.0.zip", + "size": 5409, + "checksum": "SHA-256:27ae98baf860e4cfd6e0129d807ef1d47862d65e8661231d320cdebbaa5e524f" }, { - "name": "BNO055SimplePacketComs", - "version": "0.1.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "NB_Generic", + "version": "1.0.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.1.zip", - "archiveFileName": "BNO055SimplePacketComs-0.1.1.zip", - "size": 7553, - "checksum": "SHA-256:0f2941c93cd88250c21ce0d9668790644df12149263821e802dbd45f63e176f6" + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": ["NB_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.0.0.zip", + "archiveFileName": "NB_Generic-1.0.0.zip", + "size": 332561, + "checksum": "SHA-256:5a97c770db6e3b1cf24cb58b3bb562cc8dcff6ad9865f08a8f840d63ac1b75d0" }, { - "name": "BNO055SimplePacketComs", - "version": "0.2.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "NB_Generic", + "version": "1.0.1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.2.0.zip", - "size": 7633, - "checksum": "SHA-256:d00e8c41d77c47c2252c98f7370c1f3ea23ae6bcf8bb0d5c685925cdda16fac6" + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": ["NB_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.0.1.zip", + "archiveFileName": "NB_Generic-1.0.1.zip", + "size": 367938, + "checksum": "SHA-256:a1189ebf17b6f8d773f9cad6b751791951e81fabbf47ad72e9d5d4005cd4db99" }, { - "name": "BNO055SimplePacketComs", - "version": "0.2.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "NB_Generic", + "version": "1.1.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h", "Adafruit_Sensor.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.1.zip", - "archiveFileName": "BNO055SimplePacketComs-0.2.1.zip", - "size": 7571, - "checksum": "SHA-256:2998581f67757f7ae9e3191eed5357612636c140b8fd7537e9fc82eebaf54674" + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": ["NB_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.1.0.zip", + "archiveFileName": "NB_Generic-1.1.0.zip", + "size": 381112, + "checksum": "SHA-256:324467d284ee7530c1b86afb53aeceb7aa981f5613b293199bda0cdf8fd5f445" }, { - "name": "BNO055SimplePacketComs", - "version": "0.3.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "NB_Generic", + "version": "1.2.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": ["BNO055SimplePacketComs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.3.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.3.0.zip", - "size": 4822, - "checksum": "SHA-256:9196fc90f96db6e0073924dc9f05aa16fd99d7a4aee18bf374a25a48d40f46d3" + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": ["NB_Generic_Main.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.2.0.zip", + "archiveFileName": "NB_Generic-1.2.0.zip", + "size": 731186, + "checksum": "SHA-256:d889ab93c256cb0183eba70fc483b086b07ce8c872b5c2a62229d51378ddd64a" }, { - "name": "ArduinoUniqueID", - "version": "1.0.1", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Unique Device ID Library.", - "paragraph": "Arduino Unique Device ID Library.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr"], + "name": "TCA9548", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.1.zip", - "archiveFileName": "ArduinoUniqueID-1.0.1.zip", - "size": 5002, - "checksum": "SHA-256:db27abc6150239f83e563f8e62752e451217d38f948e732e1130c7242aebadf3" + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": ["TCA9548.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.0.zip", + "archiveFileName": "TCA9548-0.1.0.zip", + "size": 7671, + "checksum": "SHA-256:5087d39c49da5cac162ef4764998aa5d2c1805e81a4743622e56cb0be9fb5c5f" }, { - "name": "ArduinoUniqueID", - "version": "1.0.2", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Unique Device ID Library.", - "paragraph": "Arduino Unique Device ID Library.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr"], + "name": "MD_PWM", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": ["AVR"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.2.zip", - "archiveFileName": "ArduinoUniqueID-1.0.2.zip", - "size": 5227, - "checksum": "SHA-256:13c9141cc90e12055423fa2c15f2fdc62ee1878711470f0838775fd3a34ac14e" + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.0.zip", + "archiveFileName": "MD_PWM-1.0.0.zip", + "size": 317499, + "checksum": "SHA-256:89583667e1fb979384906155cf152cfefb7299726be3764e6b7e5a40a12d945c" }, { - "name": "ArduinoUniqueID", - "version": "1.0.3", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported / Tested microcontroler: Atmega328pb, Atmega328p, Atmega2560 \u0026 Attiny85.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr"], + "name": "MD_PWM", + "version": "1.0.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": ["AVR"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.3.zip", - "archiveFileName": "ArduinoUniqueID-1.0.3.zip", - "size": 5235, - "checksum": "SHA-256:be8d834dfa25218919890565e0cf96a88c049be975f47105ae8e957db3e7b4c6" + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.1.zip", + "archiveFileName": "MD_PWM-1.0.1.zip", + "size": 327054, + "checksum": "SHA-256:c180e36fc329adce3273e56439cdd60bcd4b317ebd2b656d53ba1405d72e5ad3" }, { - "name": "ArduinoUniqueID", - "version": "1.0.4", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr", "esp8266", "esp32"], + "name": "MD_PWM", + "version": "1.0.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": ["AVR"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.4.zip", - "archiveFileName": "ArduinoUniqueID-1.0.4.zip", - "size": 6499, - "checksum": "SHA-256:a13002a3a0768313b6ef25ba9d4609e7364e9150b0829435b59e54f080749962" + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.2.zip", + "archiveFileName": "MD_PWM-1.0.2.zip", + "size": 327082, + "checksum": "SHA-256:e4eae96c7dbea1b237d4ed5ce81ed1649a2f5e36e682b349f34640a8dfe5b375" }, { - "name": "ArduinoUniqueID", - "version": "1.0.5", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr", "esp8266", "esp32"], + "name": "PWFusion_Max31865", + "version": "2.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MAX31865 RTD Sensor Measurement Library", + "paragraph": "Maxim Integrated MAX31865 Digital RTD temperature sensor interface Arduino library", + "website": "https://github.com/PlayingWithFusion/PWFusion_Max31865", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.5.zip", - "archiveFileName": "ArduinoUniqueID-1.0.5.zip", - "size": 6513, - "checksum": "SHA-256:7393c7333438610a05be2fdb19664f1700559337b7a13d1f27cbe420b8efedd2" + "repository": "https://github.com/PlayingWithFusion/PWFusion_MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Max31865-2.0.0.zip", + "archiveFileName": "PWFusion_Max31865-2.0.0.zip", + "size": 12816, + "checksum": "SHA-256:3ea69dc8f53e493551df49e3950eb32ce3a74671e89b65b30411247104589cbc" }, { - "name": "ArduinoUniqueID", - "version": "1.0.6", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr", "esp8266", "esp32", "sam"], + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.6.zip", - "archiveFileName": "ArduinoUniqueID-1.0.6.zip", - "size": 7282, - "checksum": "SHA-256:0c7c565433b903d458bdc1bab8f5628b8046e66b8e4f8e7e5dceca1924a7ac72" + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.0.zip", + "size": 17828, + "checksum": "SHA-256:39a473fcf09a3e06e941842a34579782521f7c3756b512df1d2d2e55c036d42d" }, { - "name": "ArduinoUniqueID", - "version": "1.0.7", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr", "esp8266", "esp32", "sam", "samd"], + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.7.zip", - "archiveFileName": "ArduinoUniqueID-1.0.7.zip", - "size": 8373, - "checksum": "SHA-256:108ff1479144bb9b4cbc14e16ff96e951e8b2f5383b67b3b06ae1b57c8f1653f" + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.1.zip", + "size": 21432, + "checksum": "SHA-256:0e8b779a794c8a938d14049002e69e0425ffdae65f9cefbf54d3d0a38afb6d48" }, { - "name": "ArduinoUniqueID", - "version": "1.0.8", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", - "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "stm32"], + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.8.zip", - "archiveFileName": "ArduinoUniqueID-1.0.8.zip", - "size": 8604, - "checksum": "SHA-256:3b7cc7d1d53a350ffa194d15b5125e14d0874388c9a593cef73561a7374c30c6" + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.2.zip", + "size": 21420, + "checksum": "SHA-256:ca9a88bad502642db9cf1ff79298cb61bbe0241a2c3f7f844c6701be89050799" }, { - "name": "ArduinoUniqueID", - "version": "1.0.9", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", + "name": "PWFusion_VL53L3C", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "VL53L3C Time of Flight Sensor Library", + "paragraph": "Arduino library built on top of the ST VL53L3C C API. This time of flight (ToF) sensor improves on previous sensors from ST and is able to track up to four targets simultaneously. It utilizes an invisible class 1 laser to measure absolute distance regardless of the target color or reflectance. The maximum sample rate and ranging distance is dependent on ambient lighting conditions (1.4 meters in short mode, 3 meters in long mode).", + "website": "https://www.playingwithfusion.com/productview.php?pdid=122", "category": "Other", - "architectures": ["avr", "esp8266", "esp32", "sam", "samd", "stm32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": ["ArduinoUniqueID.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.9.zip", - "archiveFileName": "ArduinoUniqueID-1.0.9.zip", - "size": 8596, - "checksum": "SHA-256:1b62cb9563bfeeebcbaea3abdec7b2c8c2d77735e4b40050540a2ab1e9c11124" + "repository": "https://github.com/PlayingWithFusion/PWFusion_VL53L3C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_VL53L3C-1.0.0.zip", + "archiveFileName": "PWFusion_VL53L3C-1.0.0.zip", + "size": 264599, + "checksum": "SHA-256:0e01bea3876598a15dc51019f7bdc04c78a98a212f1d8c079c88d5a47692d55a" }, { - "name": "CayenneLPPDecode", + "name": "PWFusion_TCA9548A", "version": "1.0.0", - "author": "Luiz Henrique Cassettari \u0026 The Things Network", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Cayenne LPP Decode Library.", - "paragraph": "Cayenne LPP Decode Library.", - "website": "https://github.com/loranow/CayenneLPPDecode", - "category": "Communication", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "TCA9548A I2C Multiplexer Library", + "paragraph": "The TCA9548A allows up to eight I2C buses to be pragmatically connected to a micro-controller. Buses may be connected independently or multiple buses may be connected in parallel. This is a great way to read multiple sensors with the same I2C address from a single micro.", + "website": "https://www.playingwithfusion.com/productview.php?pdid=114", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/CayenneLPPDecode.git", - "providesIncludes": ["CayenneLPPDecode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/CayenneLPPDecode-1.0.0.zip", - "archiveFileName": "CayenneLPPDecode-1.0.0.zip", - "size": 69348, - "checksum": "SHA-256:6a85045c8a2aeb504fe131adbea70d04f918b7a4eb841bd77b2e5b27694c064a" + "repository": "https://github.com/PlayingWithFusion/PWFusion_TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_TCA9548A-1.0.0.zip", + "archiveFileName": "PWFusion_TCA9548A-1.0.0.zip", + "size": 7148, + "checksum": "SHA-256:b549d513fa63e6a279280881b21a568e78fd6d4f23f26df09c8e18bf25907ee8" }, { - "name": "CayenneLPPDecode", - "version": "1.0.2", - "author": "Luiz Henrique Cassettari \u0026 The Things Network", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Decode CayenneLPP to Json format as TTN.", - "paragraph": "Library to deode CayenneLPP payload data to Json(ArduinoJson), the json field name was based on The Things Network payload format Cayenne LPP.", - "website": "https://github.com/ricaun/CayenneLPPDecode", - "category": "Communication", + "name": "PWFusion_TCA9548A", + "version": "1.0.1", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "TCA9548A I2C Multiplexer Library", + "paragraph": "The TCA9548A allows up to eight I2C buses to be pragmatically connected to a micro-controller. Buses may be connected independently or multiple buses may be connected in parallel. This is a great way to read multiple sensors with the same I2C address from a single micro.", + "website": "https://www.playingwithfusion.com/productview.php?pdid=114", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/CayenneLPPDecode.git", - "providesIncludes": ["CayenneLPPDecode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/CayenneLPPDecode-1.0.2.zip", - "archiveFileName": "CayenneLPPDecode-1.0.2.zip", - "size": 69509, - "checksum": "SHA-256:010e2980b1762511b88b895d2f7598a325628cac4ff529a2087e2caf4c1da76b" + "repository": "https://github.com/PlayingWithFusion/PWFusion_TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_TCA9548A-1.0.1.zip", + "archiveFileName": "PWFusion_TCA9548A-1.0.1.zip", + "size": 7153, + "checksum": "SHA-256:8b275a8206d1e42dfa06d03ae8dc365585d3bb8fa2ba3b1843df2b86bd9151e3" }, { - "name": "CayenneLPPDecode", - "version": "1.0.3", - "author": "Luiz Henrique Cassettari \u0026 The Things Network", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Decode CayenneLPP to Json format as TTN.", - "paragraph": "Library to deode CayenneLPP payload data to Json(ArduinoJson), the json field name was based on The Things Network payload format Cayenne LPP.", - "website": "https://github.com/ricaun/CayenneLPPDecode", - "category": "Communication", + "name": "PWFusion_Mcp960x", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "MCP9601 I2C Thermocouple Measurement Library", + "paragraph": "Microchip MCP9601 Digital Thermocouple Interface Arduino Library, works for MCP960x sensors.", + "website": "https://www.playingwithfusion.com/productview.php?pdid=115", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ricaun/CayenneLPPDecode.git", - "providesIncludes": ["CayenneLPPDecode.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/CayenneLPPDecode-1.0.3.zip", - "archiveFileName": "CayenneLPPDecode-1.0.3.zip", - "size": 69776, - "checksum": "SHA-256:13e998d727295a9697ed362f77dc2d4882d0283df6a4d2018644463fc12c9988" + "repository": "https://github.com/PlayingWithFusion/PWFusion_Mcp960x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Mcp960x-1.0.0.zip", + "archiveFileName": "PWFusion_Mcp960x-1.0.0.zip", + "size": 10492, + "checksum": "SHA-256:78298c5afd2209390a62c29d72b66c17d52e4e8ccb669e018b7679bcf3d33e82" }, { - "name": "RT-Thread", - "version": "0.2.2", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "PWFusion_Mcp960x", + "version": "1.1.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MCP9601 I2C Thermocouple Measurement Library", + "paragraph": "Microchip MCP9601 Digital Thermocouple Interface Arduino Library, works for MCP960x sensors.", + "website": "https://github.com/PlayingWithFusion/PWFusion_Mcp960x", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.2.2.zip", - "archiveFileName": "RT_Thread-0.2.2.zip", - "size": 171001, - "checksum": "SHA-256:bdac5efaf3f95a262701eb05ff97cf3e3f40a7f94e6a98a7168a6ff2a96509e8" + "repository": "https://github.com/PlayingWithFusion/PWFusion_Mcp960x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Mcp960x-1.1.0.zip", + "archiveFileName": "PWFusion_Mcp960x-1.1.0.zip", + "size": 11605, + "checksum": "SHA-256:cc16c59eb37fcec3d94e28547db6617954a0c9ab90c119f0470c2440f897304e" }, { - "name": "RT-Thread", - "version": "0.3.0", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1100_Mini", + "version": "1.0.0", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1100 CC2530 Wireless Transceiver library", + "paragraph": "VT1100 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/VT1100_Mini", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.0.zip", - "archiveFileName": "RT_Thread-0.3.0.zip", - "size": 896816, - "checksum": "SHA-256:523f6222969caaf253acefbe7983def652f5ef60758fc39cf85ea965f50ba61a" + "repository": "https://github.com/VertorixAU/Vertorix_VT1100_Mini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1100_Mini-1.0.0.zip", + "archiveFileName": "VT1100_Mini-1.0.0.zip", + "size": 29530, + "checksum": "SHA-256:215de293884ab570c77eef8b76f7b5c5e1faa09b2206e31cbd18b07e69540eff" }, { - "name": "RT-Thread", - "version": "0.3.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1100_Mini", + "version": "1.0.1", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1100 CC2530 Wireless Transceiver library", + "paragraph": "VT1100 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1100_Mini", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.1.zip", - "archiveFileName": "RT_Thread-0.3.1.zip", - "size": 897738, - "checksum": "SHA-256:9e92610c7a5ca9abf13541cb61f9aab5aff786be488b3500e3ddb09ff033ed9d" + "repository": "https://github.com/VertorixAU/Vertorix_VT1100_Mini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1100_Mini-1.0.1.zip", + "archiveFileName": "VT1100_Mini-1.0.1.zip", + "size": 29527, + "checksum": "SHA-256:33855c869559a6994b40559457cbb7f9a9bc254f32566aa022b837487a8ae06f" }, { - "name": "RT-Thread", - "version": "0.4.0", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1100_Mini", + "version": "1.0.2", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1100 CC2530 Wireless Transceiver library", + "paragraph": "VT1100 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1100_Mini", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.0.zip", - "archiveFileName": "RT_Thread-0.4.0.zip", - "size": 899333, - "checksum": "SHA-256:32f67b2f6363ae58aad88cee717b0c9b58ac5d7308f634f803bbf5171f428ff0" + "repository": "https://github.com/VertorixAU/Vertorix_VT1100_Mini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1100_Mini-1.0.2.zip", + "archiveFileName": "VT1100_Mini-1.0.2.zip", + "size": 29537, + "checksum": "SHA-256:4c310c97a65cb7068cb8be12eba79f9dee6f24b64e5d405540e666f168d9cc3a" }, { - "name": "RT-Thread", - "version": "0.4.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1100_Mini", + "version": "1.2.0", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1100 CC2530 Wireless Transceiver library", + "paragraph": "VT1100 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1100_Mini", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.1.zip", - "archiveFileName": "RT_Thread-0.4.1.zip", - "size": 899333, - "checksum": "SHA-256:552f902cb69ed260d9298ea4d2558b34a193538f35bf5466fbd86927b4211167" + "repository": "https://github.com/VertorixAU/Vertorix_VT1100_Mini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1100_Mini-1.2.0.zip", + "archiveFileName": "VT1100_Mini-1.2.0.zip", + "size": 42532, + "checksum": "SHA-256:24696276ad68737e589a6c5cf9012d6cd369a7672dcc64eef1dce6579c49c4d7" }, { - "name": "RT-Thread", - "version": "0.4.2", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1100_Mini", + "version": "1.2.1", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1100 CC2530 Wireless Transceiver library", + "paragraph": "VT1100 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1100_Mini", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.2.zip", - "archiveFileName": "RT_Thread-0.4.2.zip", - "size": 901726, - "checksum": "SHA-256:7fb90fcef82b6d7922d9e93a4c77bfb0422b7fb8386772599ce4fcb96a844a7f" + "repository": "https://github.com/VertorixAU/Vertorix_VT1100_Mini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1100_Mini-1.2.1.zip", + "archiveFileName": "VT1100_Mini-1.2.1.zip", + "size": 42526, + "checksum": "SHA-256:4f8b2c93dcc19968af2794c0809f0c04b66ecaad7c44e3631e6304f869ccc461" }, { - "name": "RT-Thread", - "version": "0.4.3", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1300_Shield", + "version": "1.0.0", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1300 CC2530 Wireless Transceiver library", + "paragraph": "VT1300 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/VT1300_Shield", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.3.zip", - "archiveFileName": "RT_Thread-0.4.3.zip", - "size": 901821, - "checksum": "SHA-256:df2cd8e6b375888e0a133573b3f4ffdf1811036eacd2b7b5ee8ffa3cdfb6d49d" + "repository": "https://github.com/VertorixAU/Vertorix_VT1300_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1300_Shield-1.0.0.zip", + "archiveFileName": "VT1300_Shield-1.0.0.zip", + "size": 25374, + "checksum": "SHA-256:a93151a19aef34c0318c45c670d7b9c8fc02cf01023c946e542a6f5fd60ea378" }, { - "name": "RT-Thread", - "version": "0.4.4", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1300_Shield", + "version": "1.0.1", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1300 CC2530 Wireless Transceiver library", + "paragraph": "VT1300 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1300_Shield", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.4.zip", - "archiveFileName": "RT_Thread-0.4.4.zip", - "size": 901817, - "checksum": "SHA-256:3e060173d616f3818ec18b6e18e066abe4563c940302f6cf24fb66f3afa16bea" + "repository": "https://github.com/VertorixAU/Vertorix_VT1300_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1300_Shield-1.0.1.zip", + "archiveFileName": "VT1300_Shield-1.0.1.zip", + "size": 25373, + "checksum": "SHA-256:80ca42f29fd0ad12999ace472a00548e2008a2d36654ababc012ee84531877c0" }, { - "name": "RT-Thread", - "version": "0.5.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1300_Shield", + "version": "1.0.2", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1300 CC2530 Wireless Transceiver library", + "paragraph": "VT1300 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1300_Shield", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.5.1.zip", - "archiveFileName": "RT_Thread-0.5.1.zip", - "size": 921807, - "checksum": "SHA-256:12499627ea6afc8f7bab760e1f998a206417b62bc073d58406167f18330fe902" + "repository": "https://github.com/VertorixAU/Vertorix_VT1300_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1300_Shield-1.0.2.zip", + "archiveFileName": "VT1300_Shield-1.0.2.zip", + "size": 25411, + "checksum": "SHA-256:c041f42cc6ece61680829791be6c0913f31c21692b0337445fd091eaf1b3b589" }, { - "name": "RT-Thread", - "version": "0.6.0", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1300_Shield", + "version": "1.0.3", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1300 CC2530 Wireless Transceiver library", + "paragraph": "VT1300 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1300_Shield", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.0.zip", - "archiveFileName": "RT_Thread-0.6.0.zip", - "size": 949499, - "checksum": "SHA-256:e805d8f2b149e13fa2b0be25c8b147bdeab893487a065951b0f5eb65d5dde360" + "repository": "https://github.com/VertorixAU/Vertorix_VT1300_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1300_Shield-1.0.3.zip", + "archiveFileName": "VT1300_Shield-1.0.3.zip", + "size": 25402, + "checksum": "SHA-256:d3304be2a5e74de2a6f54af6f0934160a1aa23bb4b63fd6cfe074ab8bbe9a3ba" }, { - "name": "RT-Thread", - "version": "0.6.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1300_Shield", + "version": "1.0.4", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1300 CC2530 Wireless Transceiver library", + "paragraph": "VT1300 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1300_Shield", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.1.zip", - "archiveFileName": "RT_Thread-0.6.1.zip", - "size": 949622, - "checksum": "SHA-256:66a0c29edeb82e5636a41a112101fdbad0435af02d9aae995c3116aa5f45abc8" + "repository": "https://github.com/VertorixAU/Vertorix_VT1300_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1300_Shield-1.0.4.zip", + "archiveFileName": "VT1300_Shield-1.0.4.zip", + "size": 26778, + "checksum": "SHA-256:52aeca5786a1526dfdfc9c25da210d2bd4d80be7ef608fefc654decc7a48aa0f" }, { - "name": "RT-Thread", - "version": "0.7.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "VT1300_Shield", + "version": "1.0.5", + "author": "Vertorix", + "maintainer": "Vertorix \u003cvertorix.au@gmail.com\u003e", + "sentence": "VT1300 CC2530 Wireless Transceiver library", + "paragraph": "VT1300 CC2530 Wireless Transceiver library", + "website": "https://github.com/VertorixAU/Vertorix_VT1300_Shield", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.1.zip", - "archiveFileName": "RT_Thread-0.7.1.zip", - "size": 962986, - "checksum": "SHA-256:3b6b8ceb9063a70de2c1fc81194da726031631af8b1067904188de9237b7ea38" + "repository": "https://github.com/VertorixAU/Vertorix_VT1300_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VertorixAU/VT1300_Shield-1.0.5.zip", + "archiveFileName": "VT1300_Shield-1.0.5.zip", + "size": 26779, + "checksum": "SHA-256:99f2c83c54fabcf4a812b12e75ce34d4bae592386e093e7220c1ba01146441bf" }, { - "name": "RT-Thread", - "version": "0.7.3", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", - "architectures": ["sam", "samd"], + "name": "MPU9250_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.3.zip", - "archiveFileName": "RT_Thread-0.7.3.zip", - "size": 978109, - "checksum": "SHA-256:aad56a0e2ef3580460d2753ab67981cf362240f72d6aac8e43e09a51a3376c13" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.0.zip", + "archiveFileName": "MPU9250_WE-1.0.0.zip", + "size": 207453, + "checksum": "SHA-256:f508a56e716496ba42840768d1af417b13b39ca1f834d283d75d178c08e43d94" }, { - "name": "Adafruit INA260 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", + "name": "MPU9250_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.0.0.zip", - "archiveFileName": "Adafruit_INA260_Library-1.0.0.zip", - "size": 11627, - "checksum": "SHA-256:55f19307d72e4ac8eeed786f6f3404be07a54f1a79bfb1412963d977a55122a5" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.2.zip", + "archiveFileName": "MPU9250_WE-1.0.2.zip", + "size": 208019, + "checksum": "SHA-256:f5bf0b68af9c982af7bbf7f1c52de8426a6afa75057c66d36364e56fb2b7da26" }, { - "name": "Adafruit INA260 Library", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", + "name": "MPU9250_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.2.0.zip", - "archiveFileName": "Adafruit_INA260_Library-1.2.0.zip", - "size": 11819, - "checksum": "SHA-256:12dace82f8972a1de62a4eecd6dcf5bcb1af11c7b7509f47022c0349d04f484f" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.3.zip", + "archiveFileName": "MPU9250_WE-1.0.3.zip", + "size": 208628, + "checksum": "SHA-256:5e6bb9d40365ac233fe16d775f4bd5c39ec13cb054a2b241eb9516e763a5e642" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", + "name": "MPU9250_WE", + "version": "1.0.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.0.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.0.zip", - "size": 11915, - "checksum": "SHA-256:7c1bd3c446943883e8ddad55a9766b7950310f302523c6d6599a0a8324864dbd" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.4.zip", + "archiveFileName": "MPU9250_WE-1.0.4.zip", + "size": 208613, + "checksum": "SHA-256:19a0bb23a20256c06d85822a15c357945260554079c56f7a4d141b69a79b80b6" }, { - "name": "Legoino", - "version": "0.1.0", - "author": "Cornelius Munz \u003clegoino@lulle.de\u003e", - "maintainer": "Cornelius Munz \u003clegoino@lulle.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like WeDo, Boost, PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", - "architectures": ["esp32"], + "name": "MPU9250_WE", + "version": "1.0.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": ["Legoino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.1.0.zip", - "archiveFileName": "Legoino-0.1.0.zip", - "size": 10594, - "checksum": "SHA-256:0cfd7fdc09238223df6a38a36dd38316104896e8ef8942ad3e6a2a7d65a9a52b" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.5.zip", + "archiveFileName": "MPU9250_WE-1.0.5.zip", + "size": 208613, + "checksum": "SHA-256:f70d75ba3968929117fd57755fe77481eab78a75a02d5a2125108fef738a35f1" }, { - "name": "Legoino", - "version": "0.2.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", - "architectures": ["esp32"], + "name": "MPU9250_WE", + "version": "1.0.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.0.zip", - "archiveFileName": "Legoino-0.2.0.zip", - "size": 16283, - "checksum": "SHA-256:136f710f915470e243318de9ed79b1057efe1a28aa6a1b4f6cb61513655088d0" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.6.zip", + "archiveFileName": "MPU9250_WE-1.0.6.zip", + "size": 210485, + "checksum": "SHA-256:1c3cff62f75a22c1d5c7400a63034f72da0d1ee3435a430b59550aa5a7da3615" }, { - "name": "Legoino", - "version": "0.2.2", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", - "architectures": ["esp32"], + "name": "MPU9250_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": ["Lpf2Hub.h", "PoweredUpHub.h", "BoostHub.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.2.zip", - "archiveFileName": "Legoino-0.2.2.zip", - "size": 16325, - "checksum": "SHA-256:c73268b80042f25487c5c3a206a9d9605d8d2a95ac296fe979bbbe64140afd88" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.0.zip", + "archiveFileName": "MPU9250_WE-1.1.0.zip", + "size": 210176, + "checksum": "SHA-256:7ea824f15c73d159a1b63d76cead0f2b6457e620d931588ffedf14d39b5bd472" }, { - "name": "ESP_LM35", - "version": "1.0.0", - "author": "Community Maker Alcoi", - "maintainer": "Arnyminer Z (arnyminer.z@gmail.com)", - "sentence": "A library for the ESP boards to make easier using the LM35 temperature sensor.", - "paragraph": "It should work with other 32 bits boards, or normal boards, if changing resolution. Other sensors may work too.", - "website": "https://github.com/CMakerA/ESP_LM35", + "name": "MPU9250_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", "category": "Sensors", - "architectures": [], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/CMakerA/ESP_LM35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/CMakerA/ESP_LM35-1.0.0.zip", - "archiveFileName": "ESP_LM35-1.0.0.zip", - "size": 7540, - "checksum": "SHA-256:e0bb7466b99b0dd00784e3abc3183f531e6d9152f46adfd68fd8ce12afbef556" + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": ["MPU9250_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.1.zip", + "archiveFileName": "MPU9250_WE-1.1.1.zip", + "size": 210184, + "checksum": "SHA-256:dc5fc389d19ae613dd044ced0aa286e1530dfdfcf7ebe8de0ccd69084d907f87" }, { - "name": "SavLayFilter", + "name": "Differential Steering", "version": "1.0.0", - "author": "James Deromedi", - "maintainer": "James Deromedi", - "sentence": "Savitzky-Golay Filtering Algorithm", - "paragraph": "A Savitzky-Golay Filtering Algorithm that can take input data and smooth it and/or compute up to the 5th derivative. Works from cubic to sexic polynomials.", - "website": "https://github.com/jmderomedi/SavitzkyGolayFilter", - "category": "Data Processing", + "author": "edumardo", + "maintainer": "edumardo", + "sentence": "A library to use differential steering with a single dual axis joystick", + "paragraph": "Use a joystick to differential steering driving with two motors, for exmaple a tank", + "website": "https://github.com/edumardo/DifferentialSteering", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/jmderomedi/SavitzkyGolayFilter.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jmderomedi/SavLayFilter-1.0.0.zip", - "archiveFileName": "SavLayFilter-1.0.0.zip", - "size": 1791023, - "checksum": "SHA-256:f1060ffc33be92554ab12d60aa7f81c6772d43bf7595681b01e207f0e5881c96" + "repository": "https://github.com/edumardo/DifferentialSteering.git", + "url": "https://downloads.arduino.cc/libraries/github.com/edumardo/Differential_Steering-1.0.0.zip", + "archiveFileName": "Differential_Steering-1.0.0.zip", + "size": 16714, + "checksum": "SHA-256:bdfd987aa9c151fa7684cbe9beec470239167fab9a5e1c8a18f33488e4ab7e72" }, { - "name": "Morse", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Morse code class for Arduino", - "paragraph": "morse comunication", - "website": "https://github.com/offcircuit/Morse", + "name": "SuplaDevice", + "version": "2.3.4", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/offcircuit/Morse.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/Morse-1.0.0.zip", - "archiveFileName": "Morse-1.0.0.zip", - "size": 16651, - "checksum": "SHA-256:cf590fbb84732c83cb7d6c2fce2c013ea21213c7a120018e224c0a95a0b20396" + "repository": "https://github.com/SUPLA/supla-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.3.4.zip", + "archiveFileName": "SuplaDevice-2.3.4.zip", + "size": 300230, + "checksum": "SHA-256:25fef4d34c5f6dccef2e6cc844384c6a5756b36c9b9584ea1b6d25750767647b" }, { - "name": "SHCSR04", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Arduino class for sensor HCSR04", - "paragraph": "measurement function", - "website": "https://github.com/offcircuit/SHCSR04", - "category": "Sensors", - "architectures": ["*"], + "name": "SuplaDevice", + "version": "2.3.5", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", + "category": "Communication", + "architectures": ["avr", "esp32", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/offcircuit/SHCSR04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.0.0.zip", - "archiveFileName": "SHCSR04-1.0.0.zip", - "size": 14616, - "checksum": "SHA-256:1ef6178f2d9ebfa4823ab6564724ac818be2761706139830f72f711435dc8a3b" + "repository": "https://github.com/SUPLA/supla-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.3.5.zip", + "archiveFileName": "SuplaDevice-2.3.5.zip", + "size": 300126, + "checksum": "SHA-256:11156823ad77d34f9e99c1e2fea432728d5c1e6676ce139f559b142bf1d382e2" }, { - "name": "SHCSR04", - "version": "1.1.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Arduino class for sensor HCSR04", - "paragraph": "measurement function", - "website": "https://github.com/offcircuit/SHCSR04", - "category": "Sensors", - "architectures": ["*"], + "name": "N64Pad", + "version": "0.1.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Interface with Nintendo 64/GameCube controllers", + "paragraph": "Only tested with official Nintendo controllers", + "website": "https://github.com/SukkoPera/N64PadForArduino", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/offcircuit/SHCSR04.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.1.0.zip", - "archiveFileName": "SHCSR04-1.1.0.zip", - "size": 14618, - "checksum": "SHA-256:c018c98a254dc5708a46f51efc413ca89fcb1a222d5d08a5701ecb7b212b5485" + "repository": "https://github.com/SukkoPera/N64PadForArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/N64Pad-0.1.0.zip", + "archiveFileName": "N64Pad-0.1.0.zip", + "size": 182880, + "checksum": "SHA-256:eddd76888eeef4468e79ee1d8560a7232bf60f11ae51ae86ff745de5c9acbd3d" }, { - "name": "Uptime Library", + "name": "N64Pad", + "version": "0.2.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Interface with Nintendo 64/GameCube controllers", + "paragraph": "Only tested with official Nintendo controllers", + "website": "https://github.com/SukkoPera/N64PadForArduino", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/SukkoPera/N64PadForArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/N64Pad-0.2.0.zip", + "archiveFileName": "N64Pad-0.2.0.zip", + "size": 1208920, + "checksum": "SHA-256:93c8decd8598e06db2c25032918e51c05d7edb9976358949cde07c950d7d6314" + }, + { + "name": "TGP Suiveur", "version": "1.0.0", - "author": "Yiannis Bourkelis", - "maintainer": "Yiannis Bourkelis", - "sentence": "Uptime library for Arduino boards and compatible systems", - "paragraph": "Easily read the uptime since device startup, in days, hours, minutes and milliseconds, without the 49 days overflow limitation of the millis() function.", - "website": "https://github.com/YiannisBourkelis/Uptime-Library", - "category": "Timing", + "author": "TechnoPhys, CB, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs.", + "paragraph": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs, via une communication SPI.", + "website": "https://github.com/TechnoPhysCAL/TGP_Suiveur", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/YiannisBourkelis/Uptime-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/YiannisBourkelis/Uptime_Library-1.0.0.zip", - "archiveFileName": "Uptime_Library-1.0.0.zip", - "size": 21306, - "checksum": "SHA-256:eb4da9be503b67fbe0bba3d657e5bc7c0dffe79649613ef3a937fb3897c7b574" + "repository": "https://github.com/TechnoPhysCAL/TGP_Suiveur.git", + "providesIncludes": ["Suiveur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Suiveur-1.0.0.zip", + "archiveFileName": "TGP_Suiveur-1.0.0.zip", + "size": 7530, + "checksum": "SHA-256:59c89a67f0390ee3c6f1fe9558830baeba8451de0858713a23f8d035f952e749" }, { - "name": "FreeRTOS_SAMD21", - "version": "0.9.1", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD21 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", + "name": "TGP Suiveur", + "version": "1.0.1", + "author": "TechnoPhys, CB, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs.", + "paragraph": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs, via une communication SPI.", + "website": "https://github.com/TechnoPhysCAL/TGP_Suiveur", "category": "Device Control", - "architectures": ["samd"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-0.9.1.zip", - "archiveFileName": "FreeRTOS_SAMD21-0.9.1.zip", - "size": 187779, - "checksum": "SHA-256:27b9d3d6872fd03db2edbaac6846f841b89cfb91bc63dc17ea5ba1029631229f" + "repository": "https://github.com/TechnoPhysCAL/TGP_Suiveur.git", + "providesIncludes": ["Suiveur.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Suiveur-1.0.1.zip", + "archiveFileName": "TGP_Suiveur-1.0.1.zip", + "size": 7558, + "checksum": "SHA-256:8a93acf3b4dc0db4a0afbaea5fdf06a7b191b13daa40179bda263ea16c0cb044" }, { - "name": "FreeRTOS_SAMD21", + "name": "TGP LCD Keypad", "version": "1.0.0", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD21 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", + "author": "TechnoPhys, CB, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle simplifié pour un blindage \"LCD Keypad Shield\"", + "paragraph": "Permet le contrôle simplifié pour un blindage \"LCD Keypad Shield\", incluant un écran LCD 2x16 et 5 boutons.", + "website": "https://github.com/TechnoPhysCAL/TGP_LCD_Keypad", "category": "Device Control", - "architectures": ["samd"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", - "url": "http://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-1.0.0.zip", - "archiveFileName": "FreeRTOS_SAMD21-1.0.0.zip", - "size": 191178, - "checksum": "SHA-256:46bdd234fac1716e9c204c49d1743be0e23a6fe0eb31c3711d80dfd69bd0abbe" + "repository": "https://github.com/TechnoPhysCAL/TGP_LCD_Keypad.git", + "providesIncludes": ["LCDKeypad.h"], + "dependencies": [ + { + "name": "TGP Bouton" + }, + { + "name": "TGP Del" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_LCD_Keypad-1.0.0.zip", + "archiveFileName": "TGP_LCD_Keypad-1.0.0.zip", + "size": 11646, + "checksum": "SHA-256:4989d1fcd08f06b4650821e219627bca0e572d245673d2fe2b64f5f285ef3516" }, { - "name": "Utilities", - "version": "0.0.2", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbist", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "NullSerial", + "version": "0.1.0", + "author": "Takahiro Ii", + "maintainer": "Takahiro Ii", + "sentence": "Serial like library which throwing away input/output.", + "paragraph": "Easily change output verbosity without scattering #ifdef's in a developing sketch.", + "website": "https://github.com/iitaka1142/NullSerial", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/aster94/Utilities.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.0.2.zip", - "archiveFileName": "Utilities-0.0.2.zip", - "size": 15136, - "checksum": "SHA-256:743cc6fb90237ba13883dfec3f4168cbc19c93507a055414e080e8695c10776b" + "repository": "https://github.com/iitaka1142/NullSerial.git", + "providesIncludes": ["NullSerial.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/iitaka1142/NullSerial-0.1.0.zip", + "archiveFileName": "NullSerial-0.1.0.zip", + "size": 8171, + "checksum": "SHA-256:53fa4d52d3aa0a7a78685c77c7033801bbc2c525142f8309965397ecf8775705" }, { - "name": "Utilities", + "name": "scd30_modbus", + "version": "1.0.0", + "author": "Robert Cojocaru", + "maintainer": "Robert Cojocaru \u003crobert@xiltec.es\u003e", + "sentence": "Arduino library for the SCD30 sensors", + "paragraph": "Communication via UART using Modbus protocol", + "website": "https://github.com/Robertndrei/SCD30-Modbus", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Robertndrei/SCD30-Modbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robertndrei/scd30_modbus-1.0.0.zip", + "archiveFileName": "scd30_modbus-1.0.0.zip", + "size": 9616, + "checksum": "SHA-256:7e2fc32458e8d3058a7ff6a761eced13922493c25f6aa666fed140a5cf25cf94" + }, + { + "name": "MqttLogger", "version": "0.1.0", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: printArray, digitalToggle, pinModeGroup, digitalWriteGroup and others!", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "author": "Claus Denk \u003cdenk@us.es\u003e", + "maintainer": "Claus Denk \u003cdenk@us.es\u003e", + "sentence": "Provides a print() interface like Serial publishing on a mqtt broker.", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc. and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MWTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/clausdenk/MqttLogger", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/aster94/Utilities.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.1.0.zip", - "archiveFileName": "Utilities-0.1.0.zip", - "size": 15993, - "checksum": "SHA-256:fff3cd940d81e52cd71e75c7c635ab371bbedc4b9f852fd4d9a81fa554b531a8" + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": ["MqttLogger.h"], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.1.0.zip", + "archiveFileName": "MqttLogger-0.1.0.zip", + "size": 6185, + "checksum": "SHA-256:2322a4121bfc8fb3fb51c13be0799dcb654a9f272d3821999e9519c5b2f704ce" }, { - "name": "Utilities", + "name": "MqttLogger", "version": "0.2.0", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: doEvery, pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, echo, printArray, splitString!", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "author": "Claus Denk \u003cdenk@us.es\u003e", + "maintainer": "Claus Denk \u003cdenk@us.es\u003e", + "sentence": "Provides a print() interface like Serial publishing on a mqtt broker.", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/clausdenk/MqttLogger", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/aster94/Utilities.git", - "url": "http://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.2.0.zip", - "archiveFileName": "Utilities-0.2.0.zip", - "size": 16565, - "checksum": "SHA-256:d1559403042d375eeed7e72d59ea8749265bac63d5c95f355929cd5c6b623673" + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": ["MqttLogger.h"], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.0.zip", + "archiveFileName": "MqttLogger-0.2.0.zip", + "size": 7420, + "checksum": "SHA-256:498ad0424bce5cb16a8ddb1f614f5afc06b7572db42649776dafb189e92d454b" }, { - "name": "WiFiConnect", - "version": "1.0.1", - "author": "Stuart Blair", - "maintainer": "Stuart Blair \u003cstuart@bfam.co.uk\u003e", - "sentence": "A WiFi Manager for ESP8266 or ESP32 with OLED support", - "paragraph": "A easy to use WiFi manager with support for an OLED display, configurable through a captive portal", - "website": "https://github.com/smurf0969/WiFiConnect", + "name": "MqttLogger", + "version": "0.2.1", + "author": "Claus Denk \u003cdenk@us.es\u003e", + "maintainer": "Claus Denk \u003cdenk@us.es\u003e", + "sentence": "Provides a print() interface like Serial publishing on a mqtt broker.", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/clausdenk/MqttLogger", "category": "Communication", - "architectures": ["esp8266", "esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/smurf0969/WiFiConnect.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smurf0969/WiFiConnect-1.0.1.zip", - "archiveFileName": "WiFiConnect-1.0.1.zip", - "size": 177110, - "checksum": "SHA-256:5dfd58bc867d401a7aff51f152a68d45f5adb5140c062fe47d8e82c7fcfea9aa" + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": ["MqttLogger.h"], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.1.zip", + "archiveFileName": "MqttLogger-0.2.1.zip", + "size": 7425, + "checksum": "SHA-256:985bd3428aef31a4f9b1b3d1e4c88bb3bdd981a62b554a68892f2f63976cd1bf" }, { - "name": "M5StickC", - "version": "0.0.1", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "MqttLogger", + "version": "0.2.2", + "author": "androbi \u003cinfo@androbi.com\u003e", + "maintainer": "androbi \u003cinfo@androbi.co\u003e", + "sentence": "Remote logging on a mqtt broker with the same interface as Serial.print()", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/androbi-com/MqttLogger", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.1.zip", - "archiveFileName": "M5StickC-0.0.1.zip", - "size": 1603184, - "checksum": "SHA-256:dfc63780eaa0c61ce609a4f9ca4d5bc8b0cbb3857ff5059fcf81cc1ed49bbe34" + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": ["MqttLogger.h"], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.2.zip", + "archiveFileName": "MqttLogger-0.2.2.zip", + "size": 7431, + "checksum": "SHA-256:59b171fac6adfa4cda1883a6508598a05245d54ef19799564d564a0d80d40ee8" }, { - "name": "M5StickC", - "version": "0.0.2", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "Engineer Regulator", + "version": "1.0.1", + "author": "EineeringRoom", + "maintainer": "EngineeringRoom \u003csib.eng24@gmail.com\u003e", + "sentence": "Arduino library for temperature controller. Stores settings in EEPROM. Hysteresis. (AVR and ESP)", + "paragraph": "\u003cb\u003eThe temperature controller works with AVR and ESP.\u003c/br\u003eAdvantages\u003c/br\u003e- Controller type (HEATER, COOLER)\u003c/br\u003e- Controller mode (Automatic/Manual/Error)(AUTOMODE, MANUALMODE, ERRORMODE)\u003c/br\u003e- All settings are stored in the EEPROM\u003c/br\u003e- You can configure the output of the Controller to work with forward and reverse logic RLL (Relay Logic Level)\u003c/br\u003e- Many examples", + "website": "https://github.com/EngineeringRoom/Engineer_Regulator", + "category": "Sensors", + "architectures": ["avr", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.2.zip", - "archiveFileName": "M5StickC-0.0.2.zip", - "size": 870198, - "checksum": "SHA-256:ddb534f420a7214c327eedce55d6d4476d26bcd44a31f9ccb2094736f1369e9c" + "repository": "https://github.com/EngineeringRoom/Engineer_Regulator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EngineeringRoom/Engineer_Regulator-1.0.1.zip", + "archiveFileName": "Engineer_Regulator-1.0.1.zip", + "size": 954648, + "checksum": "SHA-256:3c6bdb4ee4a2d567542aa360676239beea9f3ab2205a7f0b3edd08c3c4ff069e" }, { - "name": "M5StickC", - "version": "0.0.3", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "BOF-Bling_On_ofF", + "version": "1.0.0", + "author": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "maintainer": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "sentence": "Arduino library for playing with relay, LED, and other On/OFF.", + "paragraph": "You can play with on(), off(), bling(), fade(float), isEnable(), isDisable(), isPause(), BPM(),process() must be call all time", + "website": "https://github.com/leresteux/BOF", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.3.zip", - "archiveFileName": "M5StickC-0.0.3.zip", - "size": 876640, - "checksum": "SHA-256:6b0fcf010481d48a2d93b1e22a55455ff57d4f66ef9b42679356570ca1d1779c" + "repository": "https://github.com/leresteux/BOF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leresteux/BOF_Bling_On_ofF-1.0.0.zip", + "archiveFileName": "BOF_Bling_On_ofF-1.0.0.zip", + "size": 7174, + "checksum": "SHA-256:0a9858aba412694b28b500cb22be743b4088160f937dac7d3ac86733fc502593" }, { - "name": "M5StickC", - "version": "0.0.4", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "SparkFun Qwiic PIR Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Andy England \u003candrew.england@sparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Qwiic PIR.", + "paragraph": "This library allows the user to see if there is currently an object detected in front of the SparkFun PIR (EKMC4607112K/EKMB1107112) as well as allows for reading of detection events from a buffer.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.4.zip", - "archiveFileName": "M5StickC-0.0.4.zip", - "size": 882339, - "checksum": "SHA-256:613a894b191992ceaec6ae094c2233b5fd13b89685476c699a0ae67e25aa1ff0" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_PIR_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_PIR_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_PIR_Library-1.0.0.zip", + "size": 18652, + "checksum": "SHA-256:1fc1ef12560a5e5e1f3458975f150235d8a03bb1835126e99e674431f49a696b" }, { - "name": "M5StickC", - "version": "0.0.5", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "digitalPinFast", + "version": "0.0.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.5.zip", - "archiveFileName": "M5StickC-0.0.5.zip", - "size": 882338, - "checksum": "SHA-256:8378e729a2c55801aac2370c85f0fbccf5dfb38d9dfe28124a863041f6044142" + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-0.0.3.zip", + "archiveFileName": "digitalPinFast-0.0.3.zip", + "size": 22646, + "checksum": "SHA-256:a98627999635d6539d4266985fb909cc6ad04f5417e9f4e509a49fa91bf09ee6" }, { - "name": "M5StickC", - "version": "0.0.7", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "digitalPinFast", + "version": "1.0.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.7.zip", - "archiveFileName": "M5StickC-0.0.7.zip", - "size": 1064858, - "checksum": "SHA-256:140579795ce34c092a3b5a80352f6dcd1589079c6df302cca3249d2147578432" + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-1.0.0.zip", + "archiveFileName": "digitalPinFast-1.0.0.zip", + "size": 22719, + "checksum": "SHA-256:c3a1ca22e318fc8828727a7c1c9e22ab7b769be585c77334891acaf3aa5dd3c2" }, { - "name": "M5StickC", - "version": "0.1.0", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": ["esp32"], + "name": "digitalPinFast", + "version": "1.0.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": ["M5StickC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.0.zip", - "archiveFileName": "M5StickC-0.1.0.zip", - "size": 1073687, - "checksum": "SHA-256:970a0a6891b64225f85e2b5c7e332ffa4f38091c7351a553c4b29843318b5d0a" + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-1.0.1.zip", + "archiveFileName": "digitalPinFast-1.0.1.zip", + "size": 22859, + "checksum": "SHA-256:f4798686f5e20c57e5b7d0c3c51779484eb5c89760a9f4229a04529972892d1e" }, { - "name": "Firebase ESP8266 Client", - "version": "1.0.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", - "architectures": ["esp8266"], + "name": "GCodeParser", + "version": "1.0.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The GCodeParser library is a lightweight G-Code parser for the Arduino using only a single character buffer to first collect a line of code (also called a 'block') from a serial or file input and then parse that line into a code block and comments.", + "paragraph": "The parser was originally designed for use with code for the SphereBot, an EggBot clone. https://github.com/tgolla/SphereBot", + "website": "https://github.com/tgolla/GCodeParser", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-1.0.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-1.0.5.zip", - "size": 51676, - "checksum": "SHA-256:29ec337c0cb070b9a316d81fe7a6a0fdd072e6963cea20351305b3e3ae9cf775" + "repository": "https://github.com/tgolla/GCodeParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/GCodeParser-1.0.0.zip", + "archiveFileName": "GCodeParser-1.0.0.zip", + "size": 19504, + "checksum": "SHA-256:d6349e8d86a2a2d1ebc83296e041db11496b6cf10da50677f244eb8e7eb51e4f" }, { - "name": "Firebase ESP8266 Client", - "version": "2.0.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", - "architectures": ["esp8266"], + "name": "EEPROMTyped", + "version": "1.0.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The EEPROM Typed Library is a lightweight static library for reading and writing standard Arduino data types to the EEPROM.", + "paragraph": "The library provides a write and read method call that takes a memory address and standard data type variable which is deconstructed into or reconstructed from byte values written or read from the EEPROM memory. The library also provides a sizeof used to return the variable size in bytes which can be used to calculate memory addresses. The library works with array, bool, byte, char, double, float, int, long, short, size_t, string, unsigned char, unsigned int, unsigned long and word data types.", + "website": "https://github.com/tgolla/EEPROMTyped", + "category": "Data Storage", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.0.zip", - "size": 62291, - "checksum": "SHA-256:0c61c806bf878f3172beb2cfd670d825f5bbe782a130470feacc3698b4bfc7e1" + "repository": "https://github.com/tgolla/EEPROMTyped.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/EEPROMTyped-1.0.0.zip", + "archiveFileName": "EEPROMTyped-1.0.0.zip", + "size": 6865, + "checksum": "SHA-256:0722f76bccfbca8cf26700411b80c73a3c7666894ff5674eb9087e7bea4e8f2e" }, { - "name": "Firebase ESP8266 Client", - "version": "2.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", - "architectures": ["esp8266"], + "name": "DueAdcFast", + "version": "1.0.0", + "author": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "maintainer": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "sentence": "Arduino Due ADC analogRead Fast 1Mhz with measures collect and also differential.", + "paragraph": "This library uses ADC and PDC in the background by loading the measurements in memory for you, in its circular buffer, without using the resources available for your code. Then allows your code to interact with the buffer in memory obtaining the measurements, in a simple way like the original analogRead and in more complex ways.", + "website": "https://github.com/AntonioPrevitali/DueAdcFast", + "category": "Signal Input/Output", + "architectures": ["sam"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.1.zip", - "size": 63141, - "checksum": "SHA-256:0c1e3afb1535748236b9a0cb3ddb41a1a54a46ec6635e277ef5d45113939e2d9" + "repository": "https://github.com/AntonioPrevitali/DueAdcFast.git", + "providesIncludes": ["DueAdcFast.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AntonioPrevitali/DueAdcFast-1.0.0.zip", + "archiveFileName": "DueAdcFast-1.0.0.zip", + "size": 30594, + "checksum": "SHA-256:ef64fdbc2ee5a914e5df30beab7c7dd2dbb8a21d3576a26dd3b75588acd74e03" }, { - "name": "Firebase ESP8266 Client", - "version": "2.0.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", - "architectures": ["esp8266"], + "name": "DueAdcFast", + "version": "1.1.0", + "author": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "maintainer": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "sentence": "Arduino Due ADC analogRead Fast 1Mhz with measures collect and also differential.", + "paragraph": "This library uses ADC and PDC in the background by loading the measurements in memory for you, in its circular buffer, without using the resources available for your code. Then allows your code to interact with the buffer in memory obtaining the measurements, in a simple way like the original analogRead and in more complex ways.", + "website": "https://github.com/AntonioPrevitali/DueAdcFast", + "category": "Signal Input/Output", + "architectures": ["sam"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.2.zip", - "size": 63154, - "checksum": "SHA-256:6736243d34a5903ce6a656d890c7648992fd70afd86023b46c22a5ccf2c7a94f" + "repository": "https://github.com/AntonioPrevitali/DueAdcFast.git", + "providesIncludes": ["DueAdcFast.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AntonioPrevitali/DueAdcFast-1.1.0.zip", + "archiveFileName": "DueAdcFast-1.1.0.zip", + "size": 31603, + "checksum": "SHA-256:59975e13e7489b99f53a5e03812f4a228cb426c8684d0a611132cb6c05e8ea54" }, { - "name": "Firebase ESP8266 Client", - "version": "2.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", - "architectures": ["esp8266"], + "name": "CF Rotary Encoder", + "version": "1.0.0", + "author": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "maintainer": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "sentence": "A library for Arduino that helps interface for Rotary Encoders.", + "paragraph": "A library for Arduino that helps interface for Rotary Encoders.", + "website": "https://github.com/caiofrota/cf-arduino-lib-rotary-encoder", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.3.zip", - "size": 72271, - "checksum": "SHA-256:a650990918b7531dd4e4070d35ece084a3afac9addffb645e9df96b9c26db024" + "repository": "https://github.com/caiofrota/cf-arduino-lib-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/caiofrota/CF_Rotary_Encoder-1.0.0.zip", + "archiveFileName": "CF_Rotary_Encoder-1.0.0.zip", + "size": 466245, + "checksum": "SHA-256:90f8c0a26a51093450f9f70c5b8aa85f36cda676f0548ac70dd68cd364ac3e6b" + }, + { + "name": "LC_neoPixel", + "version": "1.0.0", + "author": "jim lee", + "maintainer": "neoPixel@leftcoast.biz", + "sentence": "Allows the LC colorObj to work with Adafruit NeoPixels. Also allows them to be grouped and run in the background.", + "paragraph": "This library allows setting and retereving NeoPixel colors using our colorObj class. Shifting a strings of pixels left or right and to rolling rings of pixels clockwise or counter clockwise. (Great for goggles.) The included chainPixel class allows groups of pixels to be coded independantly from each other, while running off of a single processor pin. (Again, imagine goggle rings)", + "website": "https://github.com/leftCoast/LC_neoPixel", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/leftCoast/LC_neoPixel.git", + "dependencies": [ + { + "name": "LC_baseTools Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_neoPixel-1.0.0.zip", + "archiveFileName": "LC_neoPixel-1.0.0.zip", + "size": 12283, + "checksum": "SHA-256:557538345a07e002e7e9733446f2923ebcfac4adb99ad7dc0f1ee74af79af73b" }, { - "name": "Firebase ESP8266 Client", - "version": "2.0.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.1.0", + "author": "HSaturn \u003chsaturn@gmail.com\u003e", + "maintainer": "HSaturn \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.4.zip", - "size": 76097, - "checksum": "SHA-256:b5af18ce5a41ac0a1a82f39eb3fb158f31d071ba3a1b0f9d5c6ecb107e40c860" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.1.0.zip", + "archiveFileName": "TinyMqtt-0.1.0.zip", + "size": 20441, + "checksum": "SHA-256:c308db3b40ac595ddcdc5b30858c5536b74e30698f717480a18054ed46b74680" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.2.0", + "author": "HSaturn \u003chsaturn@gmail.com\u003e", + "maintainer": "HSaturn \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.0.zip", - "size": 84509, - "checksum": "SHA-256:1156f5bf6332d7984e2c197e29646e61968330203c21cae4828ae9fe473bf7a8" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.2.0.zip", + "archiveFileName": "TinyMqtt-0.2.0.zip", + "size": 23968, + "checksum": "SHA-256:9eb04f45b2ae9d7379133813ecf7677d67dcb7b4a8289666cc86f1a946e1443d" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.4.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.1.zip", - "size": 84511, - "checksum": "SHA-256:32438d6d72f25138b63984977e1c5f1db84328fc9127c3f9fc311c0b19990e6a" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.4.0.zip", + "archiveFileName": "TinyMqtt-0.4.0.zip", + "size": 31590, + "checksum": "SHA-256:428fa578eaa061959fdb73897020017aa582c553ce76e0b0c8d8e95aa9e49b2f" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.5.1", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.3.zip", - "size": 84203, - "checksum": "SHA-256:927ed379b1d3ac6e5cce74d232d516c018e76653aaa5cc0dcb613789b72734a6" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.5.1.zip", + "archiveFileName": "TinyMqtt-0.5.1.zip", + "size": 37746, + "checksum": "SHA-256:55a064a8491f404ce0116819d147439eccf95d5d23d7445e04d175581f6887ac" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.6.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.4.zip", - "size": 88192, - "checksum": "SHA-256:173000ce05c54b55baa1a079fd30d0cc6daaea04a8fb85308635977d7ea18392" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.6.0.zip", + "archiveFileName": "TinyMqtt-0.6.0.zip", + "size": 38464, + "checksum": "SHA-256:83158b51140d188053e6420932a39e5f62da30057328dabb386222ee11d78549" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.7.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.5.zip", - "size": 88522, - "checksum": "SHA-256:a421379cf00868fd22324c30c6568438831e5db49f94b8d116340644ef19c4c3" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.0.zip", + "archiveFileName": "TinyMqtt-0.7.0.zip", + "size": 40024, + "checksum": "SHA-256:5cefc0886c46739d3b06f7928b0fcdd83e3191bb0022fa3d4bd695c8b39ecf4a" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.7.1", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.6.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.6.zip", - "size": 89283, - "checksum": "SHA-256:b63fb0432644ffeea99d326d8fcef684121777ba781fae5a468ae1009ac479e7" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.1.zip", + "archiveFileName": "TinyMqtt-0.7.1.zip", + "size": 40893, + "checksum": "SHA-256:0fb822f6d213eae36f458e9e93399675d91568252852db428532b41c9d12745d" }, { - "name": "Firebase ESP8266 Client", - "version": "2.2.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.7.2", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP. It does support MQTT 3.1.1 without QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.2.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.2.0.zip", - "size": 94479, - "checksum": "SHA-256:e2f080ed0b609d57bc8cc46fba4ac67e77a7afb7b4af5f548a1c43cc562d332f" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.2.zip", + "archiveFileName": "TinyMqtt-0.7.2.zip", + "size": 43457, + "checksum": "SHA-256:c1c46b2eae22191fe58447dd181a4980f7d16a788dce24dbe5fccaec20c1bdfa" }, { - "name": "Firebase ESP8266 Client", - "version": "2.3.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.7.3", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP. It does support MQTT 3.1.1 without QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.3.0.zip", - "size": 95315, - "checksum": "SHA-256:ffed03a4271bcdefc4def4d05fe7e9d9885d3609adce44e2ab1ac7b9897eb1e3" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.3.zip", + "archiveFileName": "TinyMqtt-0.7.3.zip", + "size": 46184, + "checksum": "SHA-256:8214a9cd8d158ad93c0c585bd30a7516877c0b313b7a92a40d72074786faf853" }, { - "name": "Firebase ESP8266 Client", - "version": "2.3.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.7.4", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.3.1.zip", - "size": 101285, - "checksum": "SHA-256:fd40a482a7fd8ad170393823e1e88348e66f5d42d997d0b01bfe4a20b2508fc2" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.4.zip", + "archiveFileName": "TinyMqtt-0.7.4.zip", + "size": 47918, + "checksum": "SHA-256:492cdaf5c1f6c8e70eef51636855c19f07ab5aec8a89935c3b4e9f6b93d2c82c" }, { - "name": "Firebase ESP8266 Client", - "version": "2.3.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "TinyMqtt", + "version": "0.7.5", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.3.2.zip", - "size": 101098, - "checksum": "SHA-256:08974ef6abca1481883558613e635731208cccdadcb79b6254459051330c37fb" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.5.zip", + "archiveFileName": "TinyMqtt-0.7.5.zip", + "size": 48253, + "checksum": "SHA-256:d48ef573daf5b552aaea99af5e2f84240ae31fff0578f66ee31f174603bbd506" }, { - "name": "IBusBM", - "version": "1.0.0", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", - "paragraph": "With this library you can interface to any RC receiver (such as TGY-IA6B) that supports the Flysky iBUS protocol. Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", + "name": "TinyMqtt", + "version": "0.7.6", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bmellink/IBusBM.git", - "providesIncludes": ["IBusBM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.0.zip", - "archiveFileName": "IBusBM-1.0.0.zip", - "size": 478926, - "checksum": "SHA-256:d47a7d3aba1979319fab43515d8ebd8ca5ac190aa21b07ed89198bccb83b10d8" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.6.zip", + "archiveFileName": "TinyMqtt-0.7.6.zip", + "size": 49462, + "checksum": "SHA-256:7b51feea144059b3c4961f770860fe648961ac407dc5853cb54f5819d08d4465" }, { - "name": "IBusBM", - "version": "1.0.1", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", + "name": "TinyMqtt", + "version": "0.7.7", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bmellink/IBusBM.git", - "providesIncludes": ["IBusBM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.1.zip", - "archiveFileName": "IBusBM-1.0.1.zip", - "size": 479097, - "checksum": "SHA-256:94ef686ba36a7d85eb4031905a90edea09022b3ec5707ed4a755df8bdcb4ca26" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.7.zip", + "archiveFileName": "TinyMqtt-0.7.7.zip", + "size": 51159, + "checksum": "SHA-256:94647953a02522aaa10e6181ccd496b92b0449755343ba65c07857c06cd07db1" }, { - "name": "IBusBM", - "version": "1.1.0", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR and ESP32 architectures)", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", + "name": "TinyMqtt", + "version": "0.7.9", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", "category": "Communication", - "architectures": ["avr", "esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bmellink/IBusBM.git", - "providesIncludes": ["IBusBM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.0.zip", - "archiveFileName": "IBusBM-1.1.0.zip", - "size": 483614, - "checksum": "SHA-256:4c834f5c42caac2226772bb5458265311c0f8247458557c59385952ec3b2369e" + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": ["TinyMqtt.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.9.zip", + "archiveFileName": "TinyMqtt-0.7.9.zip", + "size": 51224, + "checksum": "SHA-256:439cf86e7ff111497d8b432fcf889885b46af4dbf0110d24c082fc99e42c2768" }, { - "name": "IBusBM", - "version": "1.1.1", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", - "architectures": ["avr", "esp32", "stm32"], + "name": "MD_MIDIFile", + "version": "2.2.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bmellink/IBusBM.git", - "providesIncludes": ["IBusBM.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.1.zip", - "archiveFileName": "IBusBM-1.1.1.zip", - "size": 483864, - "checksum": "SHA-256:5b78bdcc7c6731e1fa9af4ba25539ddb6e6280dc5cf9e5f4355d7655b3900d2a" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.2.0.zip", + "archiveFileName": "MD_MIDIFile-2.2.0.zip", + "size": 3543323, + "checksum": "SHA-256:2a03f1fc590f21b0c7de7c6b47ccd3bd5fabe3b6a5dc6509344cf965600bd108" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "MD_MIDIFile", + "version": "2.1.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", - "size": 15879, - "checksum": "SHA-256:96b31c8c7386bfaafb0260977288058e8227895fbdffa3f5088e1fbf4f344415" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.1.1.zip", + "archiveFileName": "MD_MIDIFile-2.1.1.zip", + "size": 2288781, + "checksum": "SHA-256:e24e9fc6484458cdc7869ca97fc79bb8906f87e28fafa4002faa829f18c64256" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "MD_MIDIFile", + "version": "2.5.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", - "size": 20106, - "checksum": "SHA-256:a9eaf4cc01ba940eab985372d577261d2bc323d7ad73c956e6f4324022a0c064" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.5.0.zip", + "archiveFileName": "MD_MIDIFile-2.5.0.zip", + "size": 3564837, + "checksum": "SHA-256:22a96a1ee2d005129fe8c81cba47964c666517266bdb7241ae6c6872b0b139f1" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "MD_MIDIFile", + "version": "2.1.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MIDIFile", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", - "size": 20128, - "checksum": "SHA-256:12a2eaedd46cd3440a910d8fe1a20de337207b92b05725e1d4a98d99a4a6fdc8" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.1.0.zip", + "archiveFileName": "MD_MIDIFile-2.1.0.zip", + "size": 2154229, + "checksum": "SHA-256:12a37872a98875684798219b18bf5364aa9f269c6c49cf3f70d7ce70416ba126" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "MD_MIDIFile", + "version": "2.3.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", - "size": 20125, - "checksum": "SHA-256:2d4a162d2607ad4972659b015b2fc6cd78cd11e3d709c8112d2c1e1d7c8f57ae" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.3.0.zip", + "archiveFileName": "MD_MIDIFile-2.3.0.zip", + "size": 3546011, + "checksum": "SHA-256:0a1a0ae0c8fa2aac3a0b3e35141af87ed9a5b060408b77612e1e2112265f96ef" }, { - "name": "SimpleCLI", - "version": "1.0.0", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhnSimpleCLI", + "name": "MD_MIDIFile", + "version": "2.3.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": ["SimpleCLI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.0.zip", - "archiveFileName": "SimpleCLI-1.0.0.zip", - "size": 39090, - "checksum": "SHA-256:f104e2cd7c009e4e3b1fbaa10f198060a838847de4e2ec2a19f9b3a9fde74b5e" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.3.1.zip", + "archiveFileName": "MD_MIDIFile-2.3.1.zip", + "size": 3556010, + "checksum": "SHA-256:b9834b8d04fa69428931fdb1d6a1eef1fde033c6e8b75dbbd5c62d878211e7f5" }, { - "name": "SimpleCLI", - "version": "1.0.2", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", + "name": "MD_MIDIFile", + "version": "2.3.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": ["SimpleCLI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.2.zip", - "archiveFileName": "SimpleCLI-1.0.2.zip", - "size": 175389, - "checksum": "SHA-256:96228a9e5f7772d3f6fede683bcbd9fe4b7a391a86321b967c4db43961341b3d" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.3.2.zip", + "archiveFileName": "MD_MIDIFile-2.3.2.zip", + "size": 3556828, + "checksum": "SHA-256:c70143b085954283a9177db943a18e70f8698b32a3d407aab64ddbaac50f37d7" }, { - "name": "SimpleCLI", - "version": "1.0.3", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", + "name": "MD_MIDIFile", + "version": "2.4.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": ["SimpleCLI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.3.zip", - "archiveFileName": "SimpleCLI-1.0.3.zip", - "size": 175559, - "checksum": "SHA-256:8dbc2d7de806e7d86349f3ed2986ed50167f8beb1f48344a1f16ffbbbc1f7c0e" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.4.0.zip", + "archiveFileName": "MD_MIDIFile-2.4.0.zip", + "size": 3563068, + "checksum": "SHA-256:01b0bf4875e498898a495bff63de2106ef6b04a03433c188be7c66b162afd380" }, { - "name": "SimpleCLI", - "version": "1.0.4", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", + "name": "MD_MIDIFile", + "version": "2.5.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": ["SimpleCLI.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.4.zip", - "archiveFileName": "SimpleCLI-1.0.4.zip", - "size": 175581, - "checksum": "SHA-256:793be9cc137e3b28a08fb83031d49bda5c27e4689acff426aab5571b5311ee27" + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.5.1.zip", + "archiveFileName": "MD_MIDIFile-2.5.1.zip", + "size": 3565415, + "checksum": "SHA-256:a50fa86bd01e1d6728f13cca51a4db3510fac220c457241673ba4f70c70a71fc" }, { - "name": "Charset", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Charset library for Arduino", - "paragraph": "A char set", - "website": "https://github.com/offcircuit/Charset", - "category": "Display", + "name": "SE_EEPROM", + "version": "1.0.1", + "author": "SmartElecRu", + "maintainer": "Bykov Viktor \u003cdeveloper@smart-elec.ru\u003e", + "sentence": "The library is made to work with EEPROM. All data is saved in 3 copies to implement the possibility of automatic recovery in case of partial damage.", + "paragraph": "To work with data, the functions of reading / writing single bytes and strings of no more than 32 symbols are implemented. The size of the data backed up for operation should not exceed the maximum size of the controller EEPROM divided by 3. The library functionality does not provide for control over the size of the reserved memory. All functions of the class use the standard functions EEPROM.read and EEPROM.write. They do not include the functions EEPROM.begin, EEPROM.commit EEPROM.end, which only need to be performed with certain types of controllers (NodeMCU).", + "website": "https://github.com/SmartElecRu/ArduinoIDE_SE_EEPROM", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/offcircuit/Charset.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-1.0.0.zip", - "archiveFileName": "Charset-1.0.0.zip", - "size": 16190, - "checksum": "SHA-256:ca2343a6b8be4364f89fd682f6dbd678c9e080cb72e76d8e81e5ab4fffba3248" + "repository": "https://github.com/SmartElecRu/ArduinoIDE_SE_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SmartElecRu/SE_EEPROM-1.0.1.zip", + "archiveFileName": "SE_EEPROM-1.0.1.zip", + "size": 9508, + "checksum": "SHA-256:a4582e6d046198dcb119be5d94d64f8eb684c3315fd4fdf89b5b475fa8075006" }, { - "name": "LittlevGL", - "version": "1.0.0", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "http://www.gl.littlev.hu", - "category": "Display", + "name": "SE_BasicUnit", + "version": "1.0.1", + "author": "SmartElecRu", + "maintainer": "Bykov Viktor \u003cdeveloper@smart-elec.ru\u003e", + "sentence": "Library for writing firmware of modules of expansion module of the AlphaSE system.", + "paragraph": "The example included in the kit has no functionality, but it can already be interrogated by the controller using the ADNet + and ModBus RTU protocols. This program can be used as a basis for the development of new modules.", + "website": "https://github.com/SmartElecRu/AlphaSE_BasicUnit", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/littlevgl/lv_arduino.git", - "providesIncludes": ["lvgl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/littlevgl/LittlevGL-1.0.0.zip", - "archiveFileName": "LittlevGL-1.0.0.zip", - "size": 1099723, - "checksum": "SHA-256:f970632538d13b6ae9bab43201e1de98102542a071a70817e878c7bdff77d0b6" + "repository": "https://github.com/SmartElecRu/AlphaSE_BasicUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SmartElecRu/SE_BasicUnit-1.0.1.zip", + "archiveFileName": "SE_BasicUnit-1.0.1.zip", + "size": 14357, + "checksum": "SHA-256:e9227ed72b3563b4e803a2dad6b9eb9c95887b40ca9a64bff5831161d335588c" + }, + { + "name": "RTT-CMSIS-OS", + "version": "1.0.0", + "author": "onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread CMSIS RTOS2", + "paragraph": "RT-Thread implementation of ARM CMSIS-RTOS C API v2", + "website": "https://github.com/onelife/RTT-CMSIS-OS", + "category": "Other", + "architectures": ["sam", "samd", "gd32v", "stm32"], + "types": ["Contributed"], + "repository": "https://github.com/onelife/RTT-CMSIS-OS.git", + "providesIncludes": ["rtt.h", "cmsis_os.h"], + "dependencies": [ + { + "name": "RT-Thread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_CMSIS_OS-1.0.0.zip", + "archiveFileName": "RTT_CMSIS_OS-1.0.0.zip", + "size": 32392, + "checksum": "SHA-256:7649b47837f822f0b5e76cbb1c093106f622742fa202c0525da3aaa16f481c1f" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.0.0.zip", + "size": 8247, + "checksum": "SHA-256:1302e5509645df13adf79422b657f0e7e224a7a43a82157d6efb78090caad265" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.1.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.1.0.zip", + "size": 8535, + "checksum": "SHA-256:0af9b3fbf4e5a70d9c28f15a8e37a915a5353692ee388e27d9b5bb78949643b6" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.2.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.2.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.2.0.zip", + "size": 8914, + "checksum": "SHA-256:05dc265dd7c7dc2ab78e36be3713f0628c31ac4b1cd065e01ad697faaaea7c26" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.2.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.2.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.2.1.zip", + "size": 13660, + "checksum": "SHA-256:a1f116968ce3f6718bcbb9c2a64c5d73435e9f06b71b3aae81c76b086aaf2b93" }, { - "name": "LittlevGL", + "name": "ESP32 ESP32S2 AnalogWrite", "version": "2.0.0", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "http://www.gl.littlev.hu", - "category": "Display", - "architectures": ["*"], + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/littlevgl/lv_arduino.git", - "providesIncludes": ["lvgl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/littlevgl/LittlevGL-2.0.0.zip", - "archiveFileName": "LittlevGL-2.0.0.zip", - "size": 794498, - "checksum": "SHA-256:57d497c71d40e8a9429eb4a39f00ecc11fa9f568f029c937c6923a900db2b11a" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.0.zip", + "size": 13838, + "checksum": "SHA-256:121b7f9d8cd0ee0713237d8fe1ece499602a34452c80f5d1704a61d35ff6d99e" }, { - "name": "LittlevGL", + "name": "ESP32 ESP32S2 AnalogWrite", "version": "2.0.1", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://littlevgl.com", - "category": "Display", - "architectures": ["*"], + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/littlevgl/lv_arduino.git", - "providesIncludes": ["lvgl.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/littlevgl/LittlevGL-2.0.1.zip", - "archiveFileName": "LittlevGL-2.0.1.zip", - "size": 794496, - "checksum": "SHA-256:3b6130f34cc2e8cdbd29e692cd23165e9c871d9f243a3267fe15dd5756f7158f" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.1.zip", + "size": 9640, + "checksum": "SHA-256:18d85f8af5b0cd27874a2500af1647afc538c369bc97120ed95d19240de26757" }, { - "name": "ElegantOTA", - "version": "1.0.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", - "architectures": ["esp8266"], + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.0.0.zip", - "archiveFileName": "ElegantOTA-1.0.0.zip", - "size": 643040, - "checksum": "SHA-256:dafd100395329c59d10ed794ad7f6cb338131f162f64b71a99013b8c707fbdac" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.2.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.2.zip", + "size": 10085, + "checksum": "SHA-256:6fa731786f8ac62ffb7a781ac46213e3a3fbf954858e52f7004d317f8a807d0e" }, { - "name": "ElegantOTA", - "version": "1.1.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", - "architectures": ["esp8266"], + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.1.0.zip", - "archiveFileName": "ElegantOTA-1.1.0.zip", - "size": 629348, - "checksum": "SHA-256:c3456cf8fd27fd4d589d6efe7ddd96a4d056527d6eef548df704ba6851987740" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.3.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.3.zip", + "size": 9656, + "checksum": "SHA-256:ca3958dbb2e1b08400ff13d7d6af84ff93951c398bfb2ea3a7211bca6560d776" }, { - "name": "Lime Labs HDC2080", - "version": "1.0.1", - "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", - "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", - "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", - "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", - "website": "https://github.com/lime-labs/HDC2080-Arduino", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.0.1.zip", - "archiveFileName": "Lime_Labs_HDC2080-1.0.1.zip", - "size": 9061, - "checksum": "SHA-256:c62812c72ea202965d38e37fb89fc15044be5d23b8bce264cb0dfae52802513e" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.4.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.4.zip", + "size": 9656, + "checksum": "SHA-256:5c3d24ae635eb3494f100c8342de4299ec390c2d41c2b893db43ba50716e9b4a" }, { - "name": "LIS3DH motion detection", - "version": "0.0.3", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", - "providesIncludes": ["lis3dh-motion-detection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.3.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.3.zip", - "size": 679652, - "checksum": "SHA-256:31aab73a51dbb0c34b107bd1b6cf5faf48b24eb78ae87afd6ee9ef47cc52cc29" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.5.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.5.zip", + "size": 10735, + "checksum": "SHA-256:a8618a78054ae8635cd9af77eba9ce2fe8b9b0ef16f4b79955fe78e958ad402b" }, { - "name": "LIS3DH motion detection", - "version": "0.0.4", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], "types": ["Contributed"], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", - "providesIncludes": ["LIS3DH-motion-detection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.4.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.4.zip", - "size": 679650, - "checksum": "SHA-256:9cdc4e3fc8a0d35e1fbf645ab19e378309231ee07d0c346a7014d9a8fc20d4f4" + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.6.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.6.zip", + "size": 10912, + "checksum": "SHA-256:8ab179daf0e9cbb11dfd85ed00afe85835ec27b233d485262e2c5761e5374686" }, { - "name": "LIS3DH motion detection", - "version": "0.0.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 analogWrite functions", + "paragraph": "AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM. Includes PWM Phase Control, DAC and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.7.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.7.zip", + "size": 10945, + "checksum": "SHA-256:f56b6a7d6ecdf831c333bd2b420c1aec911c55345e2daadf12d1b73bc9660596" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 analogWrite functions", + "paragraph": "AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM. Includes PWM Phase Control, DAC and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": ["esp32", "esp32s2"], + "types": ["Contributed"], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": ["analogWrite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.8.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.8.zip", + "size": 10968, + "checksum": "SHA-256:62408fd38d19d4c763afcefd4c9bcd7ba1847341f7eaccf2b7622127e2348e92" + }, + { + "name": "SparkFun Qwiic TMF-8801 Time-of-flight Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Qwiic TMF-8801 Time-of-flight sensor.", + "paragraph": "This library allows the user to measure distances using the TMF-8801 Time-of-flight sensor. TMF-8801 uses infrared laser light, SPAD, TDC and histogram technology to measure distances up to 98.4 inches (2500 mm). This device meets Class 1 laser safety limits including single faults in compliance with IEC / EN 60825-1:2014.", + "website": "https://github.com/sparkfun/SparkFun_TMF8801_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", - "providesIncludes": ["LIS3DH motion detection.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.1.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.1.zip", - "size": 679513, - "checksum": "SHA-256:c60dadd95f7e80e5ad8da635c120c202ca2132de346f6da831e4cfc64e627aaa" + "repository": "https://github.com/sparkfun/SparkFun_TMF8801_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_TMF_8801_Time_of_flight_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_TMF_8801_Time_of_flight_Library-1.0.0.zip", + "size": 1426105, + "checksum": "SHA-256:2a2efea689b606aeb92b9a804e5b328c4dc56ea925454d47a718a7cec3e60216" }, { - "name": "EspHtmlTemplateProcessor", + "name": "UKESF Sixth-Formers", "version": "1.0.0", - "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", - "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", - "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", - "category": "Communication", - "architectures": ["*"], + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide.", + "paragraph": "It includes all the tutorials, exercises and solutions, together with the required libraries.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.0.0.zip", - "archiveFileName": "EspHtmlTemplateProcessor-1.0.0.zip", - "size": 19980, - "checksum": "SHA-256:9cd106ebffb26ef91b46a732e947fad588d705b2ae9ae4592e2b73acf644672c" + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-1.0.0.zip", + "archiveFileName": "UKESF_Sixth_Formers-1.0.0.zip", + "size": 14080, + "checksum": "SHA-256:724e2e8409f740b2e8eb907db6894f12cb357dc4ff82caebce3ab33fc6c4ec89" }, { - "name": "PulseCom", + "name": "UKESF Sixth-Formers", + "version": "1.0.1", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide.", + "paragraph": "It includes all the tutorials, exercises and solutions, together with the required libraries.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "dependencies": [ + { + "name": "Grove Temperature And Humidity Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-1.0.1.zip", + "archiveFileName": "UKESF_Sixth_Formers-1.0.1.zip", + "size": 14522, + "checksum": "SHA-256:8dc2bd7b44666fa23ecc0abfb90cbc36ebf2b0d7ac2a96eba284cec3fdbdc5ee" + }, + { + "name": "UKESF Sixth-Formers", + "version": "1.1.0", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide.", + "paragraph": "It includes all the tutorials, exercises and solutions, together with the required libraries.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-1.1.0.zip", + "archiveFileName": "UKESF_Sixth_Formers-1.1.0.zip", + "size": 1967665, + "checksum": "SHA-256:5a052ffb7cb1bd0e041d593ca535e696b2845bf9993a324c8032fd4d5a14f527" + }, + { + "name": "MFRC522_I2C", "version": "1.0.0", - "author": "Angel Zaprianov \u003cfire1@abv.bg\u003e", - "maintainer": "Angel Zaprianov \u003cfire1@abv.bg\u003e", - "sentence": "Universal communication library for protocols using pulse length to define bytes.", - "paragraph": "Provides universal library to read data from protocols that are using pulse length to define bytes. This library uses EnableInterrupt library in order to allow more pins to be used for communication.", - "website": "http://github.com/fire1/PulseCom", + "author": "kkloesener", + "maintainer": "kkloesener", + "sentence": "MFR522 i2c Library to read NFC Tags with Arduino or ESP2866/ESP32 (NodeMCU)", + "paragraph": "MFR522 i2c Library to read NFC Tags with Arduino or ESP2866/ESP32 (NodeMCU)", + "website": "https://github.com/kkloesener/MFRC522_I2C", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/fire1/PulseCom.git", - "providesIncludes": ["PulseCom.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/fire1/PulseCom-1.0.0.zip", - "archiveFileName": "PulseCom-1.0.0.zip", - "size": 101208, - "checksum": "SHA-256:2e49de5bb54c13070980e4750903d84457f63cbfe34efd6b9f9a4c927505cf76" + "repository": "https://github.com/kkloesener/MFRC522_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kkloesener/MFRC522_I2C-1.0.0.zip", + "archiveFileName": "MFRC522_I2C-1.0.0.zip", + "size": 32794, + "checksum": "SHA-256:a0474bcd68e8045f2515084f22d58c7d7cf87a0be96320e8c5c57200e4d668ef" }, { - "name": "ClosedCube TCA9548A", - "version": "2019.3.23", - "author": "ClosedCube", - "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", - "sentence": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", - "paragraph": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", - "website": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino", - "category": "Communication", + "name": "RAKwireless CAP1293 Touch Pad library", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14002 module with the CAP1293 sense IC", + "paragraph": "Capacitive touch sensing, buttons, and slider detection all using the RAK14002 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14002\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14002-CAP1293-Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9548A-2019.3.23.zip", - "archiveFileName": "ClosedCube_TCA9548A-2019.3.23.zip", - "size": 8045, - "checksum": "SHA-256:ecb1b7a2c49aab8f6b518f0d71f84f6c6b9d59124bc910336fba439d8d61b066" + "repository": "https://github.com/RAKWireless/RAK14002-CAP1293-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_CAP1293_Touch_Pad_library-1.0.2.zip", + "archiveFileName": "RAKwireless_CAP1293_Touch_Pad_library-1.0.2.zip", + "size": 1258761, + "checksum": "SHA-256:14392463ef496c40b84788715b295cac93e1189df731ac746d8dd385eef8736d" }, { - "name": "Isolated ISE Probe Interface", - "version": "1.0.0", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", + "name": "RAKwireless NCP5623 RGB LED library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14001 module with the NCP5623 RGB LED", + "paragraph": "RGB lamp color and brightness control, brightness decreasing and increasing all using the RAK14001 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14001\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14001-NCP5623-Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.0.0.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.0.0.zip", - "size": 705900, - "checksum": "SHA-256:f4e9ca73104a53b1fddc9facc868c605b9827b469fd9bb4522f60bd2776df482" + "repository": "https://github.com/RAKWireless/RAK14001-NCP5623-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_NCP5623_RGB_LED_library-1.0.1.zip", + "archiveFileName": "RAKwireless_NCP5623_RGB_LED_library-1.0.1.zip", + "size": 43413, + "checksum": "SHA-256:9a0ef8f82a0a22af976d33520028a5799c0c5e062a05ab49d8da1ec84365c658" }, { - "name": "Isolated ISE Probe Interface", - "version": "1.1.0", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", + "name": "RAKwireless NCP5623 RGB LED library", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14001 module with the NCP5623 RGB LED", + "paragraph": "RGB lamp color and brightness control, brightness decreasing and increasing all using the RAK14001 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14001\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14001-NCP5623-Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "http://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.0.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.0.zip", - "size": 69278, - "checksum": "SHA-256:353cf9695f1d1be14f00fbcda73904028050becd5500b61ec3f31e7f934f7baf" + "repository": "https://github.com/RAKWireless/RAK14001-NCP5623-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_NCP5623_RGB_LED_library-1.0.2.zip", + "archiveFileName": "RAKwireless_NCP5623_RGB_LED_library-1.0.2.zip", + "size": 43720, + "checksum": "SHA-256:c37896e458c8ffcca15501f580d1f0558193b8d67d50ea6bb70861c066e523c9" }, { - "name": "XInput", + "name": "Blues Wireless Notecard Pseudo Sensor", "version": "1.0.0", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Sensor class used for Notecard testing and examples.", + "paragraph": "NotecardPseudoSensor provides an API interface in the internal sensors of the Notecard. The goal is to enable focus on other Notecard transactions, by abstracting this interaction with the Notecard.", + "website": "http://www.github.com/blues/notecard-pseudo-sensor", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": ["XInput.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.0.zip", - "archiveFileName": "XInput-1.0.0.zip", - "size": 24268, - "checksum": "SHA-256:1e44a7b265296403b0f3812cd8595b23922305e8beb18b4e056195fa3eab42db" + "repository": "https://github.com/blues/notecard-pseudo-sensor.git", + "providesIncludes": ["Notecard.h", "NotecardPseudoSensor.h"], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Pseudo_Sensor-1.0.0.zip", + "archiveFileName": "Blues_Wireless_Notecard_Pseudo_Sensor-1.0.0.zip", + "size": 13919, + "checksum": "SHA-256:479a08961e7cf5d4b01a3905acc9bc3534f49be1114315a70ea9a05e6325f5b1" }, { - "name": "XInput", + "name": "Blues Wireless Notecard Pseudo Sensor", "version": "1.0.1", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "Sensor class used for Notecard testing and examples.", + "paragraph": "NotecardPseudoSensor provides an API interface in the internal sensors of the Notecard. The goal is to enable focus on other Notecard transactions, by abstracting this interaction with the Notecard.", + "website": "http://www.github.com/blues/notecard-pseudo-sensor", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": ["XInput.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.1.zip", - "archiveFileName": "XInput-1.0.1.zip", - "size": 26302, - "checksum": "SHA-256:d4d32e5cf4f04af65e9c1c436d18884577904e69983a60fcc1bc9c7a0f291d8e" + "repository": "https://github.com/blues/notecard-pseudo-sensor.git", + "providesIncludes": ["Notecard.h", "NotecardPseudoSensor.h"], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Pseudo_Sensor-1.0.1.zip", + "archiveFileName": "Blues_Wireless_Notecard_Pseudo_Sensor-1.0.1.zip", + "size": 13898, + "checksum": "SHA-256:2b32d8409504fabdab3841df3ad1015be8d5ad51d44a92b741bd9c0318e02adc" }, { - "name": "XInput", - "version": "1.1.0", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "name": "SmallProjects", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Small Projects to demonstrate the usage of Khoi Hoang's libraries, such as ISR-based timers for ESP8266, ESP32 and Arduino Mega, Nano, etc.", + "paragraph": "These projects are much more complicated than the ordinary libraries' examples. Some can even be used directly in real-life.", + "website": "https://github.com/khoih-prog/SmallProjects", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": ["XInput.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.1.0.zip", - "archiveFileName": "XInput-1.1.0.zip", - "size": 26599, - "checksum": "SHA-256:ec78e9b960e5bb6b10fface40a2b6e06f24f0b648dcaddaec607530cb046e70d" + "repository": "https://github.com/khoih-prog/SmallProjects.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SmallProjects-1.0.2.zip", + "archiveFileName": "SmallProjects-1.0.2.zip", + "size": 1419982, + "checksum": "SHA-256:df6d99c5af4e2d2af661809309093b26f7f0633ca10368da7911b9be5daed268" }, { - "name": "XInput", - "version": "1.2.1", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "name": "ZzzMovingAvg", + "version": "0.9.0", + "author": "Seralo", + "maintainer": "Seralo \u003cseralo@free.fr\u003e", + "sentence": "Simple Arduino / C++ library to compute moving average", + "paragraph": "Library to simplify averaging input values using a \"Simple moving average\" (boxcar filter) class", + "website": "https://github.com/seralo/ZzzMovingAvg", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": ["XInput.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.1.zip", - "archiveFileName": "XInput-1.2.1.zip", - "size": 26818, - "checksum": "SHA-256:07997a0873d801e0c67fc602679545d844586de38e779847bab5890cf43d44c6" + "repository": "https://github.com/seralo/ZzzMovingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seralo/ZzzMovingAvg-0.9.0.zip", + "archiveFileName": "ZzzMovingAvg-0.9.0.zip", + "size": 7844, + "checksum": "SHA-256:8aa351bbc20f5b7621b52866a6b8bc73a0efaa837980df5bff153d8fed907715" }, { - "name": "DualVNH5019MotorShieldMod3", - "version": "3.0.1-dualshilds", - "author": "Pololu/photodude", - "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", - "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", - "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", - "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", + "name": "ZzzMovingAvg", + "version": "1.0.0", + "author": "Seralo", + "maintainer": "Seralo \u003cseralo@free.fr\u003e", + "sentence": "Simple Arduino / C++ library to compute moving average", + "paragraph": "Library to simplify averaging input values using a \"Simple moving average\" (boxcar filter) class", + "website": "https://github.com/seralo/ZzzMovingAvg", + "category": "Signal Input/Output", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/seralo/ZzzMovingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seralo/ZzzMovingAvg-1.0.0.zip", + "archiveFileName": "ZzzMovingAvg-1.0.0.zip", + "size": 8660, + "checksum": "SHA-256:2198865e4907ebccb08af4d0550ae833ce1c53f3cc36091aaae56173c836ba7a" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", - "url": "http://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", - "archiveFileName": "DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", - "size": 12746, - "checksum": "SHA-256:01f9db92a1791b35b2fe131d180a1a4cae94103e561e87ef16e0f1e5422e02a4" + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": ["MotorCVD_asukiaaa.hpp"], + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.0.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.0.zip", + "size": 2372, + "checksum": "SHA-256:fbfdef4239c16a500844454cad17e0de08fc7fe19e4fb3521f5daa2f9afe058f" }, { - "name": "Xbox 360 Controller LEDs", - "version": "1.1.2", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Mimic the Xbox 360 controller's LED patterns.", - "paragraph": "Includes blinking, rotating, alternating, and player specific patterns that can be set manually or via USB packet.", - "website": "https://github.com/dmadison/Xbox360ControllerLEDs", - "category": "Display", + "name": "MotorCVD_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dmadison/Xbox360ControllerLEDs.git", - "providesIncludes": ["X360ControllerLEDs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dmadison/Xbox_360_Controller_LEDs-1.1.2.zip", - "archiveFileName": "Xbox_360_Controller_LEDs-1.1.2.zip", - "size": 19997, - "checksum": "SHA-256:b582c79b89fb49cd47c54847f4d7f7753a62e1141ae4f9d89ada959dd51ddbc3" + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": ["MotorCVD_asukiaaa.hpp"], + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.1.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.1.zip", + "size": 4319, + "checksum": "SHA-256:2132efbb36331670178795c792fc91ebf5c577e8d54d7dceaa581aefc029aff2" }, { - "name": "SoilHygrometer", + "name": "EasyLed", "version": "1.0.0", - "author": "Giuseppe Martini", - "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", - "sentence": "Allows Arduino/Genuino boards to simplify the use of the soil hygrometer.", - "paragraph": "This library simplify the use of a soil hygrometer.\u003cbr\u003eIt contains many function to manage a soil hygrometer.\u003cbr\u003e", - "website": "https://github.com/gmarty2000/arduino-SOIL_HYGROMETER", + "author": "Leonel Lopes Parente", + "maintainer": "Leonel Lopes Parente", + "sentence": "EasyLed is an Arduino library that makes controlling standard LEDs easy. Use simple logical functions like led.on(), led.toggle(), led.flash(), led.isOff() and more.", + "paragraph": "Helps to write clean code that is easy to read and understand.", + "website": "https://github.com/lnlp/EasyLed", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gmarty2000/arduino-SOIL_HYGROMETER.git", - "providesIncludes": ["SoilHygrometer.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gmarty2000/SoilHygrometer-1.0.0.zip", - "archiveFileName": "SoilHygrometer-1.0.0.zip", - "size": 15884, - "checksum": "SHA-256:ce23cedcd35d0793dc9450768ba090892772aeff51d8e761930c96b62ddd2de4" + "repository": "https://github.com/lnlp/EasyLed.git", + "providesIncludes": ["EasyLed.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lnlp/EasyLed-1.0.0.zip", + "archiveFileName": "EasyLed-1.0.0.zip", + "size": 11883, + "checksum": "SHA-256:a2098d339e2ddd3ffc90b842c3399f9d17b0d49de508e44a059ee140deded451" }, { - "name": "MotorVID28", - "version": "1.0.0", - "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", - "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", - "website": "https:/github.com/GewoonGijs/VID28.git", + "name": "EasyLed", + "version": "1.1.0", + "author": "Leonel Lopes Parente", + "maintainer": "Leonel Lopes Parente", + "sentence": "Arduino library for controlling standard LEDs in an easy way. EasyLed provides simple logical methods like led.on(), led.toggle(), led.flash(), led.isOff() and more.", + "paragraph": "This library will help to write cleaner code that is easy to read and understand.", + "website": "https://github.com/lnlp/EasyLed", "category": "Device Control", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GewoonGijs/VID28.git", - "providesIncludes": ["MotorVID28.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.0.zip", - "archiveFileName": "MotorVID28-1.0.0.zip", - "size": 20144, - "checksum": "SHA-256:04a350698c347a582b4cc1128c413c6391b973f5b44f84acc7785790fbdc8b6c" + "repository": "https://github.com/lnlp/EasyLed.git", + "providesIncludes": ["EasyLed.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lnlp/EasyLed-1.1.0.zip", + "archiveFileName": "EasyLed-1.1.0.zip", + "size": 12859, + "checksum": "SHA-256:bf160bff42841eca1f21111734306495d6af686668b54783d286a7f1acff2587" }, { - "name": "MotorVID28", - "version": "1.0.2", - "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", - "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", - "website": "https://github.com/GewoonGijs/VID28.git", + "name": "Freenove VK16K33 Lib", + "version": "1.0.0", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove VK16K33 Lib.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove VK16K33 Lib.", + "website": "https://github.com/Freenove/Freenove_VK16K33_Lib", + "category": "Display", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Freenove/Freenove_VK16K33_Lib.git", + "providesIncludes": ["Freenove_VK16K33_Lib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_VK16K33_Lib-1.0.0.zip", + "archiveFileName": "Freenove_VK16K33_Lib-1.0.0.zip", + "size": 13293, + "checksum": "SHA-256:0dcab50811061b6263b1eb4f360e73e6caae0d974acff500d36d06c40f895fd1" + }, + { + "name": "retroTerm", + "version": "0.1.0", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating user interfaces on an ANSI/VTxxx terminal with a microcontroller", + "paragraph": ", it includes simple methods for controlling colours, moving the cursor and so but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll with the scroll wheel and so on. Testing is done against the popular terminal application 'PuTTY' and it needs a fully functional VTxxx terminal emulator to work. The console window in the Arduino IDE DOES NOT work with this library as it ignores most ANSI/VTxxx commands. While retroTerm will work on classic Arduino AVR models with 2K SRAM, they will struggle with low memory when using this library and only support minimal sketches.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.0.zip", + "archiveFileName": "retroTerm-0.1.0.zip", + "size": 397249, + "checksum": "SHA-256:fd8f7b6c96cca6a188d5e2ce6e5ff3b506ef8ccae12167561f2f3c05ac7028c8" + }, + { + "name": "retroTerm", + "version": "0.1.1", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating user interfaces on an ANSI/VTxxx terminal with a microcontroller", + "paragraph": ", it includes simple methods for controlling colours, moving the cursor and so but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll with the scroll wheel and so on. Testing is done against the popular terminal application 'PuTTY' and it needs a fully functional VTxxx terminal emulator to work. The console window in the Arduino IDE DOES NOT work with this library as it ignores most ANSI/VTxxx commands. While retroTerm will work on classic Arduino AVR models with 2K SRAM, they will struggle with low memory when using this library and only support minimal sketches.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.1.zip", + "archiveFileName": "retroTerm-0.1.1.zip", + "size": 574036, + "checksum": "SHA-256:8db5b297be42ec7659b038a83925de3f21d5499f45e913f38311292b839450cb" + }, + { + "name": "retroTerm", + "version": "0.1.2", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating GUI-esque interfaces in a terminal emulator with a microcontroller.", + "paragraph": "RetroTerm includes functions for controlling colours, moving the cursor and so on but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll text with the wheel and so on. The popular terminal emulator 'PuTTY' is the target but any fully functional VT320 terminal emulator should work.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": ["avr", "esp8266", "esp32", "rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.2.zip", + "archiveFileName": "retroTerm-0.1.2.zip", + "size": 575449, + "checksum": "SHA-256:e4b770e010106bb92c01f3d700809501b59732e2144b5ae3324b03924e6838f4" + }, + { + "name": "DDC-CI VPC library", + "version": "1.0.0", + "author": "Toni Tanner", + "maintainer": "Toni Tanner", + "sentence": "A simple library to control you monitor over DDC/CI", + "paragraph": "Set brightness, contrast and more by abusing unused VGA/DVI/HDMI inputs of your monitor.", + "website": "https://github.com/tttttx2/ddcvcp", "category": "Device Control", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GewoonGijs/VID28.git", - "providesIncludes": ["MotorVID28.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.2.zip", - "archiveFileName": "MotorVID28-1.0.2.zip", - "size": 20146, - "checksum": "SHA-256:d7f7a2b02020ba8b46a0317177d08ab3614772c6747b476fe3550fa3ae8a0968" + "repository": "https://github.com/tttttx2/ddcvcp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tttttx2/DDC_CI_VPC_library-1.0.0.zip", + "archiveFileName": "DDC_CI_VPC_library-1.0.0.zip", + "size": 4418, + "checksum": "SHA-256:d934ef9c86b8243a65560dc2d92312cd625517d8ce5d5ddd11cfec24be7e6a1b" }, { - "name": "SparkFun Angular Displacement Sensor Arduino Library", + "name": "Better Joystick", "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Bend Labs ASD sensor", - "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", - "category": "Sensors", + "author": "Leon Rode", + "maintainer": "Leon Rode \u003cleon.rode13@gmail.com\u003e", + "sentence": "A library that handles and processes inputs from Arduino joysticks.", + "paragraph": "Provides functionality for input value retrieval (with value mapping), joystick directionality, and the magnitude of the coordinates from the center.", + "website": "https://github.com/lionrocker/better-joystick", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", - "size": 29927, - "checksum": "SHA-256:7b3a88ed41d00484b9a0c2873d7632dd3487a7e4c2806f9126de6788da5951be" + "repository": "https://github.com/lionrocker/better-joystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lionrocker/Better_Joystick-1.0.0.zip", + "archiveFileName": "Better_Joystick-1.0.0.zip", + "size": 17568, + "checksum": "SHA-256:c5b664f483800ec4f278ad71fbbee5b7b061cd7c26efed9e1d16dd4e18edf657" }, { - "name": "SparkFun Angular Displacement Sensor Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Bend Labs ASD sensor", - "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", - "category": "Sensors", + "name": "KMP_MCP23S08", + "version": "1.0.0", + "author": "Plamen Kovandzhiev", + "maintainer": "KMP Electronics \u003ccontact@kmpelectronics.eu\u003e", + "sentence": "Unified driver for the the MCP23S08 SPI expander", + "paragraph": "It extends board GPIO with 8 pins. Every pin can be inputs or output", + "website": "https://github.com/kmpelectronics/KMP_MCP23S08", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", - "size": 30217, - "checksum": "SHA-256:9389194d27f0a0de906b9a7fd51ff4a3dbf2a9f89da54b797ba23413f0d1e658" + "repository": "https://github.com/kmpelectronics/KMP_MCP23S08.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kmpelectronics/KMP_MCP23S08-1.0.0.zip", + "archiveFileName": "KMP_MCP23S08-1.0.0.zip", + "size": 8243, + "checksum": "SHA-256:c042215aa3baef1b395fa8f7643a0bc733071d9c88774dd6c7abc4ccf8675c59" }, { - "name": "SparkFun Angular Displacement Sensor Arduino Library", - "version": "1.1.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Bend Labs ASD sensor", - "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", - "category": "Sensors", + "name": "KMP_MCP23S08", + "version": "1.0.1", + "author": "Plamen Kovandzhiev", + "maintainer": "KMP Electronics \u003ccontact@kmpelectronics.eu\u003e", + "sentence": "Unified driver for the the MCP23S08 SPI expander", + "paragraph": "It extends board GPIO with 8 pins. Every pin can be inputs or output", + "website": "https://github.com/kmpelectronics/KMP_MCP23S08", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", - "size": 30285, - "checksum": "SHA-256:4ccd215bdbcb8107ae0292467ec586544d7ee95f2462892719b674cb862808c5" + "repository": "https://github.com/kmpelectronics/KMP_MCP23S08.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kmpelectronics/KMP_MCP23S08-1.0.1.zip", + "archiveFileName": "KMP_MCP23S08-1.0.1.zip", + "size": 8258, + "checksum": "SHA-256:6941467c0e9484cf8a02c6f86b6475a775d5973c417f1247aa5f0031e8067bda" }, { - "name": "LCDIC2", + "name": "MultiFunctionShield", "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "For ATmega328", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", "category": "Display", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "http://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.0.0.zip", - "archiveFileName": "LCDIC2-1.0.0.zip", - "size": 15821, - "checksum": "SHA-256:394a38581c900a0a08445ce090abb1174a21d0a9db8fa5405b63f018701883a0" + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": ["avr/interrupt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.0.0.zip", + "archiveFileName": "MultiFunctionShield-1.0.0.zip", + "size": 6621, + "checksum": "SHA-256:f8743590b6b7136f4c55e847c84e0cdc0cfeae957e9c4f323da7f549d568f1d7" }, { - "name": "ServoEasing", + "name": "MultiFunctionShield", + "version": "1.5.0", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "For ATmega328", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": ["avr/interrupt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.5.0.zip", + "archiveFileName": "MultiFunctionShield-1.5.0.zip", + "size": 35136, + "checksum": "SHA-256:a56c83c3b677bcf669bc0735b659e27801a6b689f9635742257c09b6fd4a0a8a" + }, + { + "name": "MultiFunctionShield", + "version": "1.5.2", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "for ATmega328, uses Timer1", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": ["avr/interrupt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.5.2.zip", + "archiveFileName": "MultiFunctionShield-1.5.2.zip", + "size": 35617, + "checksum": "SHA-256:eb4e5d40a5ffb06403dc39734c6b08527e3f07f2d4fe57b79b937a168f25b475" + }, + { + "name": "MultiFunctionShield", + "version": "1.5.3", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "for ATmega328, uses Timer1 =\u003e Pins 9 and 10 on Uno for PWM and analogWrite() are effected", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": ["avr/interrupt.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.5.3.zip", + "archiveFileName": "MultiFunctionShield-1.5.3.zip", + "size": 35720, + "checksum": "SHA-256:e81c200a3d0fae9bade31e4c9514df0dd6db4e10d7e07628aaae7cd1d54295c9" + }, + { + "name": "megaAVR_TimerInterrupt", "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003eLinear\u003c/li\u003e\u003cli\u003eQuadratic\u003c/li\u003e\u003cli\u003eCubic\u003c/li\u003e\u003cli\u003eQuartic\u003c/br\u003e\u003c/li\u003e\u003cli\u003eSine\u003c/li\u003e\u003cli\u003eCircular\u003c/li\u003e\u003cli\u003eBack\u003c/li\u003e\u003cli\u003eElastic\u003c/li\u003e\u003cli\u003eBounce\u003c/li\u003e\u003cli\u003eUser defined\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eEach function supports the following \u003cb\u003eeasing types\u003c/b\u003e:\u003cul\u003e\u003cli\u003eIn\u003c/li\u003e\u003cli\u003eOot\u003c/li\u003e\u003cli\u003eInOut\u003c/li\u003e\u003cli\u003eBouncingOutIn\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", - "architectures": ["avr", "megaAVR"], + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["megaavr"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.0.0.zip", - "archiveFileName": "ServoEasing-1.0.0.zip", - "size": 69012, - "checksum": "SHA-256:1018569607415fafe742946b433f1323c979432d8ac328fdc8d7f6b945770a00" + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": ["megaAVR_TimerInterrupt.h", "megaAVR_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.0.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.0.0.zip", + "size": 112781, + "checksum": "SHA-256:c49887d63d3e110d46deddfba05bc5aa8afcd90a970371852e20b7cefd9ff907" }, { - "name": "ServoEasing", + "name": "megaAVR_TimerInterrupt", "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003c/br\u003e\u003c/br\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", - "architectures": ["avr", "megaAVR"], + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["megaavr"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.1.0.zip", - "archiveFileName": "ServoEasing-1.1.0.zip", - "size": 94327, - "checksum": "SHA-256:d9304a350513b9660a46835d2da8f661f39bd4768627c444ee6d151bc6d4feda" + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": ["megaAVR_TimerInterrupt.h", "megaAVR_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.1.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.1.0.zip", + "size": 94688, + "checksum": "SHA-256:2bbcfbc218b7159d3b1a23aecfbc03585ac79610df4d7098f4ab7d1ae66ddd9c" }, { - "name": "ServoEasing", + "name": "megaAVR_TimerInterrupt", "version": "1.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", - "architectures": ["avr", "megaAVR", "esp8266"], + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["megaavr"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.2.0.zip", - "archiveFileName": "ServoEasing-1.2.0.zip", - "size": 96649, - "checksum": "SHA-256:77d1bceca7fc0cb8f58b72a0e2762c8c44025b22963afd79b896b1757b917483" + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": ["megaAVR_TimerInterrupt.h", "megaAVR_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.2.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.2.0.zip", + "size": 101980, + "checksum": "SHA-256:cd1e3dc5c8411f2846b2daad832d105a14c5ea1f0c8458ad65bcf92049341f24" }, { - "name": "ServoEasing", + "name": "megaAVR_TimerInterrupt", "version": "1.3.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", - "architectures": ["avr", "megaAVR", "esp8266", "esp32"], + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["megaavr"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.0.zip", - "archiveFileName": "ServoEasing-1.3.0.zip", - "size": 333832, - "checksum": "SHA-256:88fdbe2e36926e9e225bbbb613c0aaad892c83f00a779a3785ec682b1b3e1a93" + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": ["megaAVR_TimerInterrupt.h", "megaAVR_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.3.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.3.0.zip", + "size": 102530, + "checksum": "SHA-256:8891e5a37dcdd2a0989b6e90e8564279573201c05031b5d34746865743630079" }, { - "name": "ServoEasing", - "version": "1.3.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", - "architectures": ["avr", "megaAVR", "esp8266", "esp32"], + "name": "SparkFun Qwiic AS7341L 10-Channel Spectral Sensor", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Qwiic AS7341L 10-Channel Spectral Sensor.", + "paragraph": "This library allows the user to measure light spectrum in 10 different channels: 415nm, 445nm, 480nm, 515nm, 555nm, 590nm, 630nm, 680nm, clear and near infrared. This sensor will measure the color components in a specific target, decomposing light into these individual components.", + "website": "https://github.com/sparkfun/SparkFun_AS7341X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.1.zip", - "archiveFileName": "ServoEasing-1.3.1.zip", - "size": 540381, - "checksum": "SHA-256:8a6ae0d4910507aac15480a0fcbcd550c21df2637cddab840c1012ed4efec85c" + "repository": "https://github.com/sparkfun/SparkFun_AS7341X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_AS7341L_10_Channel_Spectral_Sensor-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_AS7341L_10_Channel_Spectral_Sensor-1.0.0.zip", + "size": 2012645, + "checksum": "SHA-256:5f0204303e7ba0ecff43cff458b7d14b8444cbb9fded88227afb79122afb1c59" }, { - "name": "NeoPatterns", + "name": "ESP_8_BIT Color Composite Video Library", "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYoutube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite video signals with an ESP32.", + "paragraph": "Using the signal generation code of Peter Barrett ESP_8_BIT project. An Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API.", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", "category": "Display", - "architectures": ["avr"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.0.zip", - "archiveFileName": "NeoPatterns-1.0.0.zip", - "size": 145442, - "checksum": "SHA-256:4508e224af1ae3e9352a2e1e12e6a96c2ad52161731b184b9f85e6d5916b878a" + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.0.0.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.0.0.zip", + "size": 26348, + "checksum": "SHA-256:197204eda5df97659c7db80c329e3cdcf05f0e246e998113882abe3a92fb069f" }, { - "name": "PlayRtttl", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", - "architectures": ["avr"], + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.1.0", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite TV video out signals with an ESP32.", + "paragraph": "Using the signal generation code of Peter Barrett ESP_8_BIT project. An Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.0.0.zip", - "archiveFileName": "PlayRtttl-1.0.0.zip", - "size": 34252, - "checksum": "SHA-256:58928415ce2c24a3134543766bc388d7af93801e99313a210c8145117bc3b9cc" + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.1.0.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.1.0.zip", + "size": 32591, + "checksum": "SHA-256:7837030b430eb4f811951b9a0946fddafc57f6307a5a7b6a334dddb68280f63f" }, { - "name": "PlayRtttl", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", - "architectures": ["avr"], + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.2.0", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite TV video out signals with an ESP32.", + "paragraph": "Using the signal generation code from ESP_8_BIT by Peter Barrett, an Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.1.0.zip", - "archiveFileName": "PlayRtttl-1.1.0.zip", - "size": 36612, - "checksum": "SHA-256:6b03de748bba6f31a5939a67dbc18089a81344658ee8f2f4620304808c29b8c0" + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.2.0.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.2.0.zip", + "size": 377164, + "checksum": "SHA-256:95da2af613a1d9a5d3f099868e8f6b2fbbcec2230cf119a96bf310ddb682c2af" }, { - "name": "PlayRtttl", - "version": "1.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", - "architectures": ["avr"], + "name": "Ponoor L6470 Library", + "version": "1.0.0", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM L6470 stepper driver chip library.", + "paragraph": "This library is modified from SparkFun AutoDriver library for SAMD support and some other functionalities and compatibilities.", + "website": "https://github.com/ponoor/Ponoor_L6470_Library", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/ponoor/Ponoor_L6470_Library.git", + "providesIncludes": ["Ponoor_L6470Library.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_L6470_Library-1.0.0.zip", + "archiveFileName": "Ponoor_L6470_Library-1.0.0.zip", + "size": 44635, + "checksum": "SHA-256:9c150bfc8dc2d4ac6a85b6d53bc9b69347b697a49dd09209dcef725c368fd750" + }, + { + "name": "SparkFun USB Hub Qwiic USB251x", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Configure the PID/VID and power consumption settings on the USB2514X USB Hub.", + "paragraph": "Communicates with the USB2514B, USB2513B, or USB2512XB over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a USB hub into your project. Downstream current limits can be set, vendor/product/device IDs can be set, and ports can be disabled and/or remapped.", + "website": "https://github.com/sparkfun/SparkFun_USB251X_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.0.zip", - "archiveFileName": "PlayRtttl-1.2.0.zip", - "size": 37594, - "checksum": "SHA-256:a5d34aed232e4fc4374211c4bfb8dd3f2bb2c157ea1ae5aaa02ee8bf22d61d4c" + "repository": "https://github.com/sparkfun/SparkFun_USB251x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_USB_Hub_Qwiic_USB251x-1.0.0.zip", + "archiveFileName": "SparkFun_USB_Hub_Qwiic_USB251x-1.0.0.zip", + "size": 13614, + "checksum": "SHA-256:c79a082c03dcb589698ab8483cf20d9e50892c718f2dcd702a57070e8c691506" }, { - "name": "PlayRtttl", - "version": "1.2.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", - "architectures": ["avr"], + "name": "TaskJockey", + "version": "0.1.0", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.1.zip", - "archiveFileName": "PlayRtttl-1.2.1.zip", - "size": 38097, - "checksum": "SHA-256:bdab4ff61d76e89f5db7adf4ce74b77336db79e8800fa32161d9f59677b05619" + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": ["TaskJockey.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-0.1.0.zip", + "archiveFileName": "TaskJockey-0.1.0.zip", + "size": 10945, + "checksum": "SHA-256:b363da615e9f94742896b5d8d21a150fa58d6f09c8faf2fb94913e81d73e1840" }, { - "name": "PlayRtttl", - "version": "1.2.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "TaskJockey", + "version": "1.0.1", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.2.zip", - "archiveFileName": "PlayRtttl-1.2.2.zip", - "size": 55221, - "checksum": "SHA-256:0050c2631f770c884c6611040edd6c76bff444f982bef00091c1bb3e457feac8" + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": ["TaskJockey.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.1.zip", + "archiveFileName": "TaskJockey-1.0.1.zip", + "size": 10945, + "checksum": "SHA-256:72beef1a298929c30940d69426dc1861fa3ef5975ac1f947dffdd7b5ef66c82b" }, { - "name": "EasyButtonAtInt01", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin (pin 2 / 3) using interrupts.\u003cbr/\u003eNo call of begin() or update() function needed. No blocking debouncing.\u003cbr/\u003e\u003cbr/\u003e", - "paragraph": "Just connect buttons between ground and pin 2 or 3 of your Arduino - thats it.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a callback function which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.h\"\u003cbr/\u003eEasyButton Button0AtPin2(true);\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eIf button timing is of interest, 3 variables are available:\u003cul\u003e\u003cli\u003eButtonPressDurationMillis\u003c/li\u003e\u003cli\u003eButtonLastChangeMillis\u003c/li\u003e\u003cli\u003eButtonReleaseMillis\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/EasyButtonAtInt01", - "category": "Signal Input/Output", - "architectures": ["avr"], + "name": "TaskJockey", + "version": "1.0.2", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-1.0.0.zip", - "archiveFileName": "EasyButtonAtInt01-1.0.0.zip", - "size": 25719, - "checksum": "SHA-256:56af1969095ab5d12d2ce7dc55724f18eae51d59b500aad65d881b8648539a6d" + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": ["TaskJockey.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.2.zip", + "archiveFileName": "TaskJockey-1.0.2.zip", + "size": 11343, + "checksum": "SHA-256:40d6af065d6a7419d4cba446fc53a099d186cfcc0cce24c2a31e9c7521f1ed91" }, { - "name": "u-blox GNSS", - "version": "0.0.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "GNSS GPS library without bells and whistles, simply works, low power.", - "paragraph": "GNSS GPS library without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/u-blox_GNSS", - "category": "Sensors", + "name": "TaskJockey", + "version": "1.0.3", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ldab/u-blox_GNSS.git", - "providesIncludes": ["ublox_GNSS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/u_blox_GNSS-0.0.1.zip", - "archiveFileName": "u_blox_GNSS-0.0.1.zip", - "size": 6653881, - "checksum": "SHA-256:eaa80477d763b6ebf9cde572bddbc550e983ea0b783c005a1b1382431c98aa3b" + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": ["TaskJockey.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.3.zip", + "archiveFileName": "TaskJockey-1.0.3.zip", + "size": 11395, + "checksum": "SHA-256:216924dc12cfacb04cbe813d49bfa73297901e351a79cb7c3273d5b938a2761c" }, { - "name": "FrequencyDetector", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", - "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a tone switch (Pfeiffschalter) designed to react to human whistling .", - "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", - "category": "Signal Input/Output", - "architectures": ["avr"], + "name": "TaskJockey", + "version": "1.0.4", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino, ESP32, STM32, and similar systems", + "paragraph": "This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJockey for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.0.0.zip", - "archiveFileName": "FrequencyDetector-1.0.0.zip", - "size": 205464, - "checksum": "SHA-256:d8e211b98aee0a6af8c9c5926b34321b293fd247cbd2ab6700bedb2679c3cb65" + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": ["TaskJockey.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.4.zip", + "archiveFileName": "TaskJockey-1.0.4.zip", + "size": 11399, + "checksum": "SHA-256:31d7a8480055eb205de956b6ea4ef2397853478671301b321ec4a5842dd52285" }, { - "name": "SparkFun DMX Shield Library", + "name": "SparkFun SPI SerialFlash Arduino Library", "version": "1.0.0", "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.0.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.0.zip", - "size": 13785, - "checksum": "SHA-256:29ef6434564204cc64149e2c2bd1e9663ae5293a555b51cb6555b59ae9e15866" + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.0.zip", + "size": 14365, + "checksum": "SHA-256:3495a08b5f8e3943f5515392bfc5161febe2bfacce48999effb98ce78a6a80f7" }, { - "name": "SparkFun DMX Shield Library", + "name": "SparkFun SPI SerialFlash Arduino Library", "version": "1.0.1", "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.1.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.1.zip", - "size": 13783, - "checksum": "SHA-256:a4e86358ac18c07f3cf1429285d4564b019610814d3571422a4eb83001ed07bd" + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.1.zip", + "size": 14599, + "checksum": "SHA-256:3a9b7664fabb71091887c280b11a6153bb82e160e2806700e8c19f7252da5768" }, { - "name": "SparkFun DMX Shield Library", + "name": "SparkFun SPI SerialFlash Arduino Library", "version": "1.0.2", "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.2.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.2.zip", - "size": 13782, - "checksum": "SHA-256:7e194c32070b8d35a55f43d998ab7cb19c9deb2cd4506eadb80f1ee5cb5f8cea" + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.2.zip", + "size": 15245, + "checksum": "SHA-256:d28548b1caa76c48a590413d60885dda77e6fa0d91a8549c8fb3b7b376e8fa87" }, { - "name": "SparkFun DMX Shield Library", + "name": "SparkFun SPI SerialFlash Arduino Library", "version": "1.0.3", "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.3.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.3.zip", - "size": 13833, - "checksum": "SHA-256:08f6be3e83f91531cf7f7ef355f3865011f8aba8990562f9cb26849decb5efdd" + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.3.zip", + "size": 15248, + "checksum": "SHA-256:4309c4d4af54d6e32a01c522e019c3bd64e21af7302476f13f6ac697caad8f8f" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.4", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", - "architectures": ["*"], + "name": "Geekble_Oscillator", + "version": "0.1.0", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Generate pulse from 8MHz to 31.25KHz", + "paragraph": "Generate 50% duty pulse from 8MHz to 31.25KHz. Other Functions/Library depend on Timer Counter 2 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_Oscillator", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.4.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.4.zip", - "size": 13890, - "checksum": "SHA-256:15d0ba9b022d0b2a9992c0d648bc794a0417d93f069eb6eb772cce82148e593e" + "repository": "https://github.com/geekbleofficial/Geekble_Oscillator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_Oscillator-0.1.0.zip", + "archiveFileName": "Geekble_Oscillator-0.1.0.zip", + "size": 5673, + "checksum": "SHA-256:bd14aa62ceebc74a0affa5245c05e6ef15acff594e69c98dbe99e35a86adfb3b" }, { - "name": "BasicsLibrary", + "name": "Geekble_Oscillator", + "version": "1.0.3", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Generate pulse from 31.25KHz to 8MHz", + "paragraph": "Generate 50% duty pulse from 31.25KHz to 8MHz. Other Functions/Library depend on Timer Counter 2 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_Oscillator", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/geekbleofficial/Geekble_Oscillator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_Oscillator-1.0.3.zip", + "archiveFileName": "Geekble_Oscillator-1.0.3.zip", + "size": 5950, + "checksum": "SHA-256:347494a6ad8f35000ecef51a1df10d243d7afd86514ba507214c7a23a041a07f" + }, + { + "name": "FTTech SAMD51 Clicks", "version": "1.0.0", - "author": "Tomas Roj; rojtomas@email.cz", - "maintainer": "Tomas Roj, rojtomas@email.cz", - "sentence": "An easy to use library for beginners with basic Arduino examples.", - "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it!", - "website": "https://github.com/TomasRoj/BasicsLibrary", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", "category": "Other", - "architectures": ["*"], + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/TomasRoj/BasicsLibrary.git", - "providesIncludes": ["BasicsLibrary.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.0.0.zip", - "archiveFileName": "BasicsLibrary-1.0.0.zip", - "size": 4363, - "checksum": "SHA-256:22636af46c7c75c21b30616706eb080132f1b79594eb455ca687ae6eba9259a9" + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.0.0.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.0.0.zip", + "size": 70883, + "checksum": "SHA-256:7f4f296cbd68707a67395e8fd508e8333b4287959a914363e7369040e7b472b6" }, { - "name": "BasicsLibrary", + "name": "FTTech SAMD51 Clicks", "version": "1.1.0", - "author": "Tomas Roj; rojtomas@email.cz", - "maintainer": "Tomas Roj, rojtomas@email.cz", - "sentence": "Library for beginners with examples.", - "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it! Supports ESP.", - "website": "https://github.com/TomasRoj/BasicsLibrary", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", "category": "Other", - "architectures": ["*"], + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/TomasRoj/BasicsLibrary.git", - "providesIncludes": ["BasicsLibrary.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.1.0.zip", - "archiveFileName": "BasicsLibrary-1.1.0.zip", - "size": 15232, - "checksum": "SHA-256:71fe18527a0e6023af260170c616f017350ab10d87044a13be93217f02f3ba4d" + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.1.0.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.1.0.zip", + "size": 72057, + "checksum": "SHA-256:6ab46cfc42f92f164767e3ee6eb1f9a033b9c53bcfc6f6775180f5f5bd36d412" }, { - "name": "Ephemeris", - "version": "1.0.1", - "author": "Sebastien Marchand", - "maintainer": "MarScaper \u003csebastien@marscaper.com\u003e", - "sentence": "Arduino library for the calculation of ephemeris of the solar system with an Arduino Mega.", - "paragraph": "This library can be used for calculation of ephemeris for the Sun, Mercury, Venus, Earth's Moon, Mars, Jupiter, Saturn, Uranus, Neptune. For each solar system object you get: equatorial coordinates (RA/Dec), horizontal coordinates (Alt/Az), rise, set, distance (in A.U), and apparent diameter (in arcminutes). Due to VSOP87 and ELP2000 implementation, code needs too much flash memory for classic Arduinos (Uno, etc).", - "website": "https://github.com/MarScaper/ephemeris", - "category": "Data Processing", - "architectures": ["*"], + "name": "FTTech SAMD51 Clicks", + "version": "1.2.1", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/MarScaper/ephemeris.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MarScaper/Ephemeris-1.0.1.zip", - "archiveFileName": "Ephemeris-1.0.1.zip", - "size": 195362, - "checksum": "SHA-256:70014c3a4046e63ed530e7b23d060d3323c089475503dd0c7278f301112cb9e3" + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.2.1.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.2.1.zip", + "size": 14959, + "checksum": "SHA-256:afd39d513d42b2b01bf2031a1f75e6ba893b391e7b8470b3e2cc92256c9a067a" }, { - "name": "EspSoftwareSerial", - "version": "5.0.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "FTTech SAMD51 Clicks", + "version": "1.2.2", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0.zip", - "archiveFileName": "EspSoftwareSerial-5.0.0.zip", - "size": 17390, - "checksum": "SHA-256:4f8df69feeb4ba55077486b96ac6b5d56e4a2685a774b977405293548484a558" + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.2.2.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.2.2.zip", + "size": 15408, + "checksum": "SHA-256:f205de8004ab41fe6a7534c699cbba0b9f4edcbd0f0cc63da0e3a66ceae73929" }, { - "name": "EspSoftwareSerial", - "version": "5.0.0-rc1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "FTTech SAMD51 Clicks", + "version": "1.3.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0-rc1.zip", - "archiveFileName": "EspSoftwareSerial-5.0.0-rc1.zip", - "size": 16383, - "checksum": "SHA-256:4f28d3b4acfd583bf02536c6199e9a5886cd3e669540b33fb9f93a1588ceb685" + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.0.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.0.zip", + "size": 18866, + "checksum": "SHA-256:69601e0617c6b7144ddc340d97fae9ad7b4b58f5f34cc923d457d7b93d680cb0" }, { - "name": "EspSoftwareSerial", - "version": "5.0.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "FTTech SAMD51 Clicks", + "version": "1.3.1", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.2.zip", - "archiveFileName": "EspSoftwareSerial-5.0.2.zip", - "size": 17506, - "checksum": "SHA-256:b2007643d0bd5bbbea2ba2ec98cbd6c80ffd971f58c5857bc1b84aeaf7e0e606" + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.1.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.1.zip", + "size": 21878, + "checksum": "SHA-256:f2e3239f7d37b0fbbfc8735fbf5cd08cb095a9d770f533072749b2356c5c8561" }, { - "name": "EspSoftwareSerial", - "version": "5.0.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "ACAN_ESP32", + "version": "1.0.0", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.3.zip", - "archiveFileName": "EspSoftwareSerial-5.0.3.zip", - "size": 17506, - "checksum": "SHA-256:c2f4a9d63c17d41450f893d0ba12cd6d39c6d96cb10719010d9738fae608a5bb" + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.0.zip", + "archiveFileName": "ACAN_ESP32-1.0.0.zip", + "size": 9376322, + "checksum": "SHA-256:288e2da1c1cd5875b8eca2139d9464bcef0e1bff4510c62dc22c269e3b68c71c" }, { - "name": "EspSoftwareSerial", - "version": "5.0.4", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "ACAN_ESP32", + "version": "1.0.1", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.4.zip", - "archiveFileName": "EspSoftwareSerial-5.0.4.zip", - "size": 17505, - "checksum": "SHA-256:2949c32dc6a7114b1e8f585ef8e8412d354d172e1c9a33cec7d07fd03eb93071" + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.1.zip", + "archiveFileName": "ACAN_ESP32-1.0.1.zip", + "size": 9441956, + "checksum": "SHA-256:b162aabbaa1e5c5909db23062f0932076b674f56263734dc1eaac8c7d2d121f9" }, { - "name": "EspSoftwareSerial", - "version": "5.2.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "ACAN_ESP32", + "version": "1.0.2", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.0.zip", - "archiveFileName": "EspSoftwareSerial-5.2.0.zip", - "size": 21035, - "checksum": "SHA-256:08790885f969d9e6bc9bccaadd2c973a30a18ee9d6eaa797d98517472cc5c102" + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.2.zip", + "archiveFileName": "ACAN_ESP32-1.0.2.zip", + "size": 9442813, + "checksum": "SHA-256:84d463a8b4eb787f45a518fefbe734aecdc8284a2ca607e9887f43193da8db75" }, { - "name": "EspSoftwareSerial", - "version": "5.2.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "ACAN_ESP32", + "version": "1.0.3", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases \u003c 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.1.zip", - "archiveFileName": "EspSoftwareSerial-5.2.1.zip", - "size": 20999, - "checksum": "SHA-256:0722ddcc22972b8ae77d4a40e8b8b1673a038d5c1a540d10f2a33fec9c19fadb" + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.3.zip", + "archiveFileName": "ACAN_ESP32-1.0.3.zip", + "size": 9440078, + "checksum": "SHA-256:2c42e6c85a06376085570fdad699ea81dc20eed773b0b4c875cc519a23f6016b" }, { - "name": "EspSoftwareSerial", - "version": "5.2.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "sprinkler-system", + "version": "1.0.1", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Automated irrigation system with webui, valve controls, metering and other sensors.", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support Leak detection and more.", + "website": "https://github.com/jordancrubin/sprinkler-system", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.2.zip", - "archiveFileName": "EspSoftwareSerial-5.2.2.zip", - "size": 21038, - "checksum": "SHA-256:48baf6c82a8873d874674f6cda03a6da87521fb86759eb6dde8744f510598d62" + "repository": "https://github.com/jordancrubin/sprinkler-system.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/sprinkler_system-1.0.1.zip", + "archiveFileName": "sprinkler_system-1.0.1.zip", + "size": 10712, + "checksum": "SHA-256:44a7ac6aaab0f1525af89876e82c6bd725ef4c2ad592d8d516259b35828f41ae" }, { - "name": "EspSoftwareSerial", - "version": "5.2.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "sprinkler-system", + "version": "1.0.2", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Automated irrigation system with webui, valve controls, metering and other sensors.", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support Leak detection and more.", + "website": "https://github.com/jordancrubin/sprinkler-system", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.3.zip", - "archiveFileName": "EspSoftwareSerial-5.2.3.zip", - "size": 22660, - "checksum": "SHA-256:989489926358471f2ac0664124bb09dbae113bc903823f4c6e017e62ea23c78d" + "repository": "https://github.com/jordancrubin/sprinkler-system.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/sprinkler_system-1.0.2.zip", + "archiveFileName": "sprinkler_system-1.0.2.zip", + "size": 10712, + "checksum": "SHA-256:4d482cd42a72b38cc27f2b1d48f21af7e97d454f6c0a4ce4e29bcb0dd7f4c696" }, { - "name": "EspSoftwareSerial", - "version": "5.2.5", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "sprinkler-system", + "version": "1.0.3", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Automated irrigation system with webui, valve controls, metering and other sensors.", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support Leak detection and more.", + "website": "https://github.com/jordancrubin/sprinkler-system", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.5.zip", - "archiveFileName": "EspSoftwareSerial-5.2.5.zip", - "size": 22665, - "checksum": "SHA-256:a90efe93f355802eaf1e760453334707cd673c03ef2d1a355777e8cd792e6b3d" + "repository": "https://github.com/jordancrubin/sprinkler-system.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/sprinkler_system-1.0.3.zip", + "archiveFileName": "sprinkler_system-1.0.3.zip", + "size": 10017, + "checksum": "SHA-256:d0cc376b12feeda86326b5deabeea6a5f8db475238459004a3d1609e599550c0" }, { - "name": "EspSoftwareSerial", - "version": "5.2.6", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "TM1637_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.6.zip", - "archiveFileName": "EspSoftwareSerial-5.2.6.zip", - "size": 22664, - "checksum": "SHA-256:fd2cc36d954c554b8cbcef8644e4dba1f9bac9264eaa3109c806a9fa08401ce2" + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": ["TM1637.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.1.1.zip", + "archiveFileName": "TM1637_RT-0.1.1.zip", + "size": 9006, + "checksum": "SHA-256:490e4927434c615a7ff8d934db1fe0af9a9938dcafe9997892fa423e2b7d67ec" }, { - "name": "EspSoftwareSerial", - "version": "5.2.8", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": ["esp8266", "esp32"], + "name": "MD_SmartCar", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled SmartCar Robot. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar", + "category": "Device Control", + "architectures": ["AVR"], "types": ["Contributed"], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.8.zip", - "archiveFileName": "EspSoftwareSerial-5.2.8.zip", - "size": 22950, - "checksum": "SHA-256:fdad1e8509f6b2f0462ce389249ff3fc8a2ed550338ed11092887c50b5f9a866" + "repository": "https://github.com/MajicDesigns/MD_SmartCar.git", + "providesIncludes": ["MD_SmartCar.h"], + "dependencies": [ + { + "name": "MD_PWM" + }, + { + "name": "MD_cmdProcessor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar-1.0.0.zip", + "archiveFileName": "MD_SmartCar-1.0.0.zip", + "size": 5663840, + "checksum": "SHA-256:51c5c80e9697a16ed292eb888078feafcc531688383302f56b743d305f1893df" }, { - "name": "Tasks", - "version": "1.0.0", - "author": "Ethan McTague", - "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", - "sentence": "A library that handles ongoing tasks.", - "paragraph": "Allows objects to tie into the main loop.", - "website": "https://github.com/emctague/libut", + "name": "MD_SmartCar", + "version": "1.0.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot using DC motors.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled SmartCar Robot. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar", + "category": "Device Control", + "architectures": ["AVR"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_SmartCar.git", + "providesIncludes": ["MD_SmartCar.h"], + "dependencies": [ + { + "name": "MD_PWM" + }, + { + "name": "MD_cmdProcessor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar-1.0.2.zip", + "archiveFileName": "MD_SmartCar-1.0.2.zip", + "size": 8669231, + "checksum": "SHA-256:1a56ae2b351af14363eb64454cd54e324bb9186b5d1395dfe2fb4ca1f55cdfff" + }, + { + "name": "MD_SmartCar", + "version": "1.1.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot using DC motors.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled SmartCar Robot. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar", + "category": "Device Control", + "architectures": ["AVR"], + "types": ["Contributed"], + "repository": "https://github.com/MajicDesigns/MD_SmartCar.git", + "providesIncludes": ["MD_SmartCar.h"], + "dependencies": [ + { + "name": "MD_PWM" + }, + { + "name": "MD_cmdProcessor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar-1.1.0.zip", + "archiveFileName": "MD_SmartCar-1.1.0.zip", + "size": 8670011, + "checksum": "SHA-256:d35f1d452cfd441e2f7b15290a2838c7740d1188c1ec09dd75a1b9b77aaaf913" + }, + { + "name": "Fuzzy Spooder", + "version": "0.1.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", "category": "Other", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/emctague/Tasks.git", - "url": "http://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.0.zip", - "archiveFileName": "Tasks-1.0.0.zip", - "size": 3297, - "checksum": "SHA-256:24d055ef5544a22b44febd43beb150c9c84697335a427b16adeb2e354848870e" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.1.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.1.0.zip", + "size": 1081765, + "checksum": "SHA-256:be9ec3ee846ebfed409a6aa45dbaab2117ae88b987e7696559bbaeeee5fa8709" }, { - "name": "Tasks", - "version": "1.0.2", - "author": "Ethan McTague", - "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", - "sentence": "A library that handles ongoing tasks.", - "paragraph": "Allows objects to tie into the main loop.", - "website": "https://github.com/emctague/Tasks", + "name": "Fuzzy Spooder", + "version": "0.1.2", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", "category": "Other", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/emctague/Tasks.git", - "url": "http://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.2.zip", - "archiveFileName": "Tasks-1.0.2.zip", - "size": 3324, - "checksum": "SHA-256:a3d4fe827546d28874c15ca1e95842c78f17ab3f8a52995c4f6c8d98cf5349b6" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.1.2.zip", + "archiveFileName": "Fuzzy_Spooder-0.1.2.zip", + "size": 1082253, + "checksum": "SHA-256:647cc861e63ccc88ccfb74bdbeab3e2d42dad45bc9746dbeb59ba3774febc8c7" }, { - "name": "Grove - Coulomb Counter for 3.3V to 5V LTC2941", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941)", - "paragraph": "An Arduino Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941) use to count current coulomp", - "website": "https://github.com/Seeed-Studio/Seeed_LTC2941", - "category": "Sensors", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.1.3", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_LTC2941.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", - "archiveFileName": "Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", - "size": 8996, - "checksum": "SHA-256:454dfab619f6bcb7c0d2d2827c89440dc138dfc476236ed4a82f3987223a2ee0" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.1.3.zip", + "archiveFileName": "Fuzzy_Spooder-0.1.3.zip", + "size": 1082318, + "checksum": "SHA-256:27f867fa7e92178c467fdbca776e6788c69ebbf1b31d414254f86d3d89c4b399" }, { - "name": "Grove - Motor Driver TB6612FNG", - "version": "0.0.1", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library of Grove - Motor Driver(TB6612FNG)", - "paragraph": "Arduino library of Grove - Motor Driver(TB6612FNG)", - "website": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", - "category": "Uncategorized", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.2.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Motor_Driver_TB6612FNG-0.0.1.zip", - "archiveFileName": "Grove___Motor_Driver_TB6612FNG-0.0.1.zip", - "size": 22148, - "checksum": "SHA-256:c4e4d0f097a63b77161294c7765518897be4f74888b854bf5e8b16d786c3cb48" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.2.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.2.0.zip", + "size": 1089050, + "checksum": "SHA-256:92a6d0e05b1f8a9313df1a7fb2a70f3cf12994d3fb38692e8319596ee5a3dada" }, { - "name": "Grove - 2-Channel Inductive Sensor LDC1612", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Seeed Inductive Sensor LDC1612.", - "paragraph": "Arduino library to control Seeed Inductive Sensor LDC1612.", - "website": "https://github.com/Seeed-Studio/Seeed_LDC1612", - "category": "Sensors", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.3.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_LDC1612.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", - "archiveFileName": "Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", - "size": 15213, - "checksum": "SHA-256:fcefd5dd0285b51b3a0cbb7615e1fad29d23bc804026b917acaf66d3de82dcbb" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.3.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.3.0.zip", + "size": 1116526, + "checksum": "SHA-256:6e1f375aa8757344972bf10e372c4dd9de2f15a31a393cbb50b41c7c154e5bcf" }, { - "name": "Grove - Capacitive Touch Slide Sensor CY8C40XX", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove_touch_sensor_CY8C40XX.", - "paragraph": "Arduino library to control Grove_touch_sensor_CY8C40XX.", - "website": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX", - "category": "Sensors", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.4.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", - "archiveFileName": "Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", - "size": 8467, - "checksum": "SHA-256:6e5ecd15d3259cf50e33a83bcb8ae68aa0877ed59a87a0bf2f1c7a9b65e62ecf" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.4.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.4.0.zip", + "size": 1118736, + "checksum": "SHA-256:476e831791ff617d8b60339139dc2c8483ed8ea6ef870192f78df9ebfca61e04" }, { - "name": "Grove - I2C UV Sensor VEML6070", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove UV sensor VEML6070.", - "paragraph": "Arduino library to control Grove UV sensor VEML6070.", - "website": "https://github.com/Seeed-Studio/Seeed_VEML6070", - "category": "Sensors", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.5.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_VEML6070.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", - "archiveFileName": "Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", - "size": 8010, - "checksum": "SHA-256:255133b5bea3966c75d3749c6da2e4ff1f1038890a5110b217a4a69339ee61e2" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.5.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.5.0.zip", + "size": 1126206, + "checksum": "SHA-256:85a6d32297faf150cd53d39458fc74c1308f00f0cb86f309c42d1b1c919177e9" }, { - "name": "Grove - Laser PM2.5 Sensor HM3301", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control PM2.5 sensor(HM3300).", - "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", - "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", - "category": "Sensors", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.6.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", - "providesIncludes": ["Seeed_HM330X.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", - "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", - "size": 9081, - "checksum": "SHA-256:53f8401b6ef66b0df39f6635eb5007befb80e0d74768bd8c4e9f20d8c8a0c6c4" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.6.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.6.0.zip", + "size": 1127736, + "checksum": "SHA-256:bb710a410db723c314889a325e944e6dff125766abdbef73e0dc2fbe3780d9fa" }, { - "name": "Grove - I2C High Accuracy Temp_Humi Sensor SHT35", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove Temperature sensor SHT35.", - "paragraph": "Arduino library to control Grove Temperature sensor SHT35.", - "website": "https://github.com/Seeed-Studio/Seeed_SHT35", - "category": "Sensors", - "architectures": ["*"], + "name": "Fuzzy Spooder", + "version": "0.6.1", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_SHT35.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", - "archiveFileName": "Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", - "size": 9921, - "checksum": "SHA-256:4b13eab99d8a56f2f112f6e678bfd607c0cdb043ed138f35707c2644da163a68" + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.6.1.zip", + "archiveFileName": "Fuzzy_Spooder-0.6.1.zip", + "size": 1127866, + "checksum": "SHA-256:10347059e59999480e19b7f851fc3823293afc882ca46612663c8229afd18601" }, { - "name": "Grove - I2C Thermocouple Amplifier MCP9600", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove Temperature sensor MCP9600.", - "paragraph": "Arduino library to control Grove Temperature sensor MCP9600.", - "website": "https://github.com/Seeed-Studio/Seeed_MCP9600", + "name": "Arduino_EdgeControl", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Edge Control", + "paragraph": "This library includes extended support for Arduino Edge Control boards and on-board devices", + "website": "http://www.arduino.cc/en/Reference/Arduino_EdgeControl", + "category": "Device Control", + "architectures": ["mbed_edge"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_EdgeControl.git", + "providesIncludes": ["Arduino_EdgeControl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_EdgeControl-0.1.0.zip", + "archiveFileName": "Arduino_EdgeControl-0.1.0.zip", + "size": 109227, + "checksum": "SHA-256:20424a1d1b985ec61df0974ccf55c7e2d293bf0f7e9e6051c8f99cc53e9b1a87" + }, + { + "name": "MMA8653", + "version": "2.0.0", + "author": "Lucas Hohmann", + "maintainer": "Lucas Hohmann \u003c@lfhohmann\u003e", + "sentence": "Allows reading the MMA8653 accelerometer.", + "paragraph": "This library can setup and read the NXP MMA8653 accelerometer (Used by the BBC MicroBit).\u003cbr /\u003e", + "website": "https://github.com/lfhohmann/MMA8653", "category": "Sensors", - "architectures": ["*"], + "architectures": ["avr", "megaavr", "sam", "samd", "nRF5", "nrf51", "nrf52", "stm32f4", "mbed"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_MCP9600.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", - "archiveFileName": "Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", - "size": 13883, - "checksum": "SHA-256:8272f92116c03fe4eee93332e528f6f0c664a9ec29826a7a9ba6479f83cfc1d1" + "repository": "https://github.com/lfhohmann/MMA8653.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lfhohmann/MMA8653-2.0.0.zip", + "archiveFileName": "MMA8653-2.0.0.zip", + "size": 10424, + "checksum": "SHA-256:3cc8f509d3e8beae5b9b991ab821c83a168ca9962c8675c90bf2469a04b64ddc" }, { - "name": "Seeed-PCA9685", + "name": "oprintstream", "version": "0.0.1", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library of 16-Channel Servo Driver", - "paragraph": "Arduino library of 16-Channel Servo Driver", - "website": "https://github.com/Seeed-Studio/Seeed_PCA9685", + "author": "Francisco Aguilera", + "maintainer": "Francisco Aguilera", + "sentence": "Work with Arduino Serial libraries in a stream-like manner.", + "paragraph": "Employs an STL std::ostringstream-like interface for interacting with Arduino Serial in a friendlier manner.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_PCA9685.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_PCA9685-0.0.1.zip", - "archiveFileName": "Seeed_PCA9685-0.0.1.zip", - "size": 21340, - "checksum": "SHA-256:be42f3217246ee6628b08f6b142384d3ee8b83ca00633b3ade84e854fc301c88" + "repository": "https://github.com/Falven/ad-oprintstream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Falven/oprintstream-0.0.1.zip", + "archiveFileName": "oprintstream-0.0.1.zip", + "size": 5676, + "checksum": "SHA-256:679784a92edb42e288f938833dc5759f92d3cc3cb92ffee92698c8b6dc279e88" }, { - "name": "esp_sds011", - "version": "0.3.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/doknet/esp_sds011", - "category": "Sensors", - "architectures": ["esp8266", "esp32"], + "name": "oprintstream", + "version": "0.0.2", + "author": "Francisco Aguilera", + "maintainer": "Francisco Aguilera", + "sentence": "Work with Arduino Serial libraries in a stream-like manner.", + "paragraph": "Employs an STL std::ostringstream-like interface for interacting with Arduino Serial in a friendlier manner.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Uncategorized", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.3.0.zip", - "archiveFileName": "esp_sds011-0.3.0.zip", - "size": 6823, - "checksum": "SHA-256:75553aba11da1f11c2513438f19671620dcd5218de74616f93c8769ad186f919" + "repository": "https://github.com/Falven/ad-oprintstream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Falven/oprintstream-0.0.2.zip", + "archiveFileName": "oprintstream-0.0.2.zip", + "size": 6452, + "checksum": "SHA-256:b4ef2a0d19cf0090e0bb3081018a40e434ea6b2cd6ec0684fbf6567f9d0fece2" }, { - "name": "esp_sds011", - "version": "0.4.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", - "architectures": ["esp8266", "esp32"], + "name": "STM32duinoBLE", + "version": "1.1.2", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of SPBTLE-RF and SPBTLE-1S BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.4.1.zip", - "archiveFileName": "esp_sds011-0.4.1.zip", - "size": 9871, - "checksum": "SHA-256:172fef317af2f3af3c0c4b215dafa148f3de341d4f902ee82f28494586bfe562" + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": ["ArduinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.1.2.zip", + "archiveFileName": "STM32duinoBLE-1.1.2.zip", + "size": 109987, + "checksum": "SHA-256:e8634005e5b8befa5d9f9765d5b53095ef437eed2ca5bce22824a419beb03c76" }, { - "name": "esp_sds011", - "version": "0.5.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", - "architectures": ["esp8266", "esp32"], + "name": "STM32duinoBLE", + "version": "1.2.0", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.0.zip", - "archiveFileName": "esp_sds011-0.5.0.zip", - "size": 10871, - "checksum": "SHA-256:f7bb5ec5c6ea2bc0ba47901546302e6e1eaad519df13fe62d465d440abaf99f2" + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": ["STM32duinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.0.zip", + "archiveFileName": "STM32duinoBLE-1.2.0.zip", + "size": 313092, + "checksum": "SHA-256:3371f1a11c090dd8b36467c09726564a1c4070f837da44d555b5c7fe0f820ae3" }, { - "name": "esp_sds011", - "version": "0.5.2", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", - "architectures": ["esp8266", "esp32"], + "name": "STM32duinoBLE", + "version": "1.2.1", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.2.zip", - "archiveFileName": "esp_sds011-0.5.2.zip", - "size": 10877, - "checksum": "SHA-256:4c72259010be0446b7d661b381e9f3e9bba9f55924cd07447280ee5bdeda8e63" + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": ["STM32duinoBLE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.1.zip", + "archiveFileName": "STM32duinoBLE-1.2.1.zip", + "size": 313131, + "checksum": "SHA-256:ba82c882fb58c61fe34c8f3a3b126b475b4703f5d4763fcf43016038cb2ec2b2" }, { - "name": "esp_sds011", - "version": "0.6.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/dok-net/esp_sds011", + "name": "LSA08", + "version": "1.1.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Cytron Line Sensing Array: LSA08.", + "paragraph": "This library provides an API for Arduino to work with the Cytron LSA08 (https://www.cytron.io/p-advanced-auto-calibrating-line-sensor).", + "website": "https://github.com/shashank3199/LSA08", "category": "Sensors", - "architectures": ["esp8266", "esp32"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.0.zip", - "archiveFileName": "esp_sds011-0.6.0.zip", - "size": 10960, - "checksum": "SHA-256:bb66f3fff88105628fc1a6059cdba3b47f2aed6855a2dd00d2e2f99eca9bf09c" + "repository": "https://github.com/shashank3199/LSA08.git", + "providesIncludes": ["LSA08.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/LSA08-1.1.0.zip", + "archiveFileName": "LSA08-1.1.0.zip", + "size": 1962819, + "checksum": "SHA-256:afdbb6df55c6d4398ec75cb2a2992448c41fceb8f81c1c07866987c1c5621f4a" }, { - "name": "M5Stack_TreeView", - "version": "0.2.9", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "Cytron_PS2_Shield", + "version": "1.1.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Cytron PS2 Shield.", + "paragraph": "This library provides an API for Arduino to work with the Cytron PS2 Shield (https://www.cytron.io/p-cytron-ps2-shield).", + "website": "https://github.com/shashank3199/Cytron_PS2_Shield", + "category": "Sensors", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.9.zip", - "archiveFileName": "M5Stack_TreeView-0.2.9.zip", - "size": 34611, - "checksum": "SHA-256:e87995897c377c1aa78de4816760e57c7e252a26f12906edf7d0860ff800fbcb" + "repository": "https://github.com/shashank3199/Cytron_PS2_Shield.git", + "providesIncludes": ["Cytron_PS2_Shield.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/Cytron_PS2_Shield-1.1.0.zip", + "archiveFileName": "Cytron_PS2_Shield-1.1.0.zip", + "size": 3082554, + "checksum": "SHA-256:dc77084afe94bc22d9b9b61dec149832001102ac2f311bfeb1062ecc722a1a3e" }, { - "name": "M5Stack_TreeView", - "version": "0.2.5", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "RazorIMU_9DOF", + "version": "1.0.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Razor AHRS 9DOF IMU by Sparkfun.", + "paragraph": "This library provides an API for Arduino to work with the Razor AHRS 9DOF IMU (https://www.sparkfun.com/products/retired/10736).", + "website": "https://github.com/shashank3199/RazorIMU_9DOF", + "category": "Sensors", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.5.zip", - "archiveFileName": "M5Stack_TreeView-0.2.5.zip", - "size": 33382, - "checksum": "SHA-256:3c3d92bef499bc4c3453dd6476f126ca623b3acb5c6b5bb18ada5eb67ba9049f" + "repository": "https://github.com/shashank3199/RazorIMU_9DOF.git", + "providesIncludes": ["RazorIMU_9DOF.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/RazorIMU_9DOF-1.0.0.zip", + "archiveFileName": "RazorIMU_9DOF-1.0.0.zip", + "size": 6701, + "checksum": "SHA-256:9f2c555a01ffe7be07ab454edec959db242ee6e4c30bd1eed081db327625e7f4" }, { - "name": "M5Stack_TreeView", - "version": "0.2.6", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "StripDisplay", + "version": "0.4.0", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.6.zip", - "archiveFileName": "M5Stack_TreeView-0.2.6.zip", - "size": 33607, - "checksum": "SHA-256:8e3cd3261dcff2bd655573f5f1442990f720d918a2c8810e92beaf603a30e1d2" + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": ["StripDisplay.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.4.0.zip", + "archiveFileName": "StripDisplay-0.4.0.zip", + "size": 34185, + "checksum": "SHA-256:34a641dae876f197411b503539100103226d4c9305add842013b367974523791" }, { - "name": "M5Stack_TreeView", - "version": "0.2.7", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "StripDisplay", + "version": "0.4.1", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.7.zip", - "archiveFileName": "M5Stack_TreeView-0.2.7.zip", - "size": 33659, - "checksum": "SHA-256:b04006f03d9ba8e0a6beb737505a9f5ebdcbd946af1eaeab4298e79468863de0" + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": ["StripDisplay.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.4.1.zip", + "archiveFileName": "StripDisplay-0.4.1.zip", + "size": 38026, + "checksum": "SHA-256:9e43c5d878b301d449f519ddfd673e5e29e35a5df1cefd48d7357780d0e7b2d3" }, { - "name": "M5Stack_TreeView", - "version": "0.2.8", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "StripDisplay", + "version": "0.5.0", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.8.zip", - "archiveFileName": "M5Stack_TreeView-0.2.8.zip", - "size": 33677, - "checksum": "SHA-256:49d336f14a66337341b13447ca7322be835cb593c172cfd371b9751dbdd047e3" + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": ["StripDisplay.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.5.0.zip", + "archiveFileName": "StripDisplay-0.5.0.zip", + "size": 39780, + "checksum": "SHA-256:e524988dc5831b3760283a02b2d9f13e815c152ff6b1c74b261209e88e61ed88" }, { - "name": "M5Stack_TreeView", - "version": "0.2.11", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "StripDisplay", + "version": "0.5.1", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.11.zip", - "archiveFileName": "M5Stack_TreeView-0.2.11.zip", - "size": 35006, - "checksum": "SHA-256:f81c588e42f239b6a4c960181e4348071686b92cbce23f63db38c797b87c1f3e" + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": ["StripDisplay.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.5.1.zip", + "archiveFileName": "StripDisplay-0.5.1.zip", + "size": 41022, + "checksum": "SHA-256:ceac3291f2367808c5a858fb59c1b27b79278c2269637652899d575ae3a93620" }, { - "name": "M5Stack_TreeView", - "version": "0.2.12", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", + "name": "RhinoServo", + "version": "1.0.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Encoder DC Servo Motor: RMCS220x.", + "paragraph": "This library provides an API for Arduino to work with the Encoder DC Servo Motor: RMCS220x (https://robokits.co.in/motors/high-torque-encoder-dc-servo-motor-10rpm-with-uart-i2c-ppm-drive?cPath=364_366_376\u0026).", + "website": "https://github.com/shashank3199/RhinoServo", "category": "Uncategorized", - "architectures": ["esp32"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": ["M5TreeView.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.12.zip", - "archiveFileName": "M5Stack_TreeView-0.2.12.zip", - "size": 35097, - "checksum": "SHA-256:5ffd85afcf1f568054a983c21c2f595ec824190e2e33e4592785dcfb1b408d0b" + "repository": "https://github.com/shashank3199/RhinoServo.git", + "providesIncludes": ["RhinoServo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/RhinoServo-1.0.0.zip", + "archiveFileName": "RhinoServo-1.0.0.zip", + "size": 545766, + "checksum": "SHA-256:6e97c2e8ea24a9161501d3c49efd363357e3e57a03a828b4df16e923b657c786" }, { - "name": "M5Stack_OnScreenKeyboard", - "version": "0.3.1", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "OnScreenKeyboard for M5Stack", - "paragraph": "OnScreenKeyboard which can be operated with 3 button", - "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "RTT-Ethernet", + "version": "2.0.0", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", - "providesIncludes": ["M5OnScreenKeyboard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.1.zip", - "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.1.zip", - "size": 25541, - "checksum": "SHA-256:de1619e837be7b1fe2900c98549b6dabf84f2b778584e66dae3e2080a9edf696" + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": ["rtt.h", "LwIP.h", "STM32Ethernet.h"], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.0.0.zip", + "archiveFileName": "RTT_Ethernet-2.0.0.zip", + "size": 71730, + "checksum": "SHA-256:400ce0d038db9afb15109554d6a38246d7f76002b69c3744ce923cf27904ea53" }, { - "name": "M5Stack_OnScreenKeyboard", - "version": "0.3.2", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "OnScreenKeyboard for M5Stack", - "paragraph": "OnScreenKeyboard which can be operated with 3 button", - "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "RTT-Ethernet", + "version": "2.1.0", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", - "providesIncludes": ["M5OnScreenKeyboard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.2.zip", - "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.2.zip", - "size": 25790, - "checksum": "SHA-256:6f3b49c20f82beb0d2b801c27668bab24d62ef82d7a7d0946af33fcd4a2bb34d" + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": ["rtt.h", "LwIP.h", "STM32Ethernet.h"], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.1.0.zip", + "archiveFileName": "RTT_Ethernet-2.1.0.zip", + "size": 148657, + "checksum": "SHA-256:3235f93fe9194a5dcd28c258f7feef5a4f5e5b08e2d5af52d1ab1e237bed7c33" }, { - "name": "M5Stack_OnScreenKeyboard", - "version": "0.3.4", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "OnScreenKeyboard for M5Stack", - "paragraph": "OnScreenKeyboard which can be operated with 3 button", - "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", - "category": "Uncategorized", - "architectures": ["esp32"], + "name": "RTT-Ethernet", + "version": "2.1.1", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", - "providesIncludes": ["M5OnScreenKeyboard.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.4.zip", - "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.4.zip", - "size": 27432, - "checksum": "SHA-256:f9f660d00fc212f3b1ba10ff1d59fbad5e4726224771f5f0a478ec7b700daa36" + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": ["rtt.h", "LwIP.h", "STM32Ethernet.h"], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.1.1.zip", + "archiveFileName": "RTT_Ethernet-2.1.1.zip", + "size": 154375, + "checksum": "SHA-256:74b109bee1cf31f05cee1e31524dca0dc3df713e708da530bd730e7495542d81" }, { - "name": "fishyDIYdevices", - "version": "0.1.0", - "author": "Stephen Fisher", - "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", - "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", - "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", - "website": "https://github.com/sefisher/fishyDIYdevices", + "name": "RTT-Ethernet", + "version": "2.1.2", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["stm32"], "types": ["Contributed"], - "repository": "https://github.com/sefisher/fishyDIYdevices.git", - "providesIncludes": ["fishyDevices.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-0.1.0.zip", - "archiveFileName": "fishyDIYdevices-0.1.0.zip", - "size": 70246, - "checksum": "SHA-256:b6cf7e71a4bc459f8e8811c85b1d0384e38b06a12eab2d170dff54df78f5db9b" + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": ["rtt.h", "LwIP.h", "RttEthernet.h"], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.1.2.zip", + "archiveFileName": "RTT_Ethernet-2.1.2.zip", + "size": 154401, + "checksum": "SHA-256:c804e7ebd3e7100e3f3cb2f4dd25dab67c6ae7dbf99a4db2a3bdcbf0e4f88422" }, { - "name": "fishyDIYdevices", - "version": "1.0.0", - "author": "Stephen Fisher", - "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", - "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", - "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", - "website": "https://github.com/sefisher/fishyDIYdevices", + "name": "MQTTPubSubClient", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sefisher/fishyDIYdevices.git", - "providesIncludes": ["fishyDevices.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-1.0.0.zip", - "archiveFileName": "fishyDIYdevices-1.0.0.zip", - "size": 737981, - "checksum": "SHA-256:f9ebc3307853703ef010578c280a8eed6feb1f2e033e47863c6cd1050a3709ce" + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.1.0.zip", + "archiveFileName": "MQTTPubSubClient-0.1.0.zip", + "size": 56864, + "checksum": "SHA-256:74d13fef004bf13abaad96ea11295f7fd6e08d8e24bbf13b4447a6c9b80ad865" }, { - "name": "Dynamixel", - "version": "0.1.0", + "name": "MQTTPubSubClient", + "version": "0.1.1", "author": "hideakitai", "maintainer": "hideakitai", - "sentence": "Arduino library for Dynamixel", - "paragraph": "Arduino library for Dynamixel", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/Dynamixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.1.0.zip", - "archiveFileName": "Dynamixel-0.1.0.zip", - "size": 54406, - "checksum": "SHA-256:c8dfa75cbccdcb78ebccefceb7f14c39e595aa6f1f3102f53c7e2ff4b1088c19" + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.1.1.zip", + "archiveFileName": "MQTTPubSubClient-0.1.1.zip", + "size": 56869, + "checksum": "SHA-256:fd5ee2c9f94b2512fd60d84abfe210478fb3f15b8bf5e55d06ed630b3a999e7a" }, { - "name": "TinyFontRenderer", + "name": "ESP32Logger", "version": "1.0.0", - "author": "Darrek Kay", - "maintainer": "Darrek Kay \u003cdlkay0@gmail.com\u003e", - "sentence": "A library which renders TinyFonts derived from Truetype fonts", - "paragraph": "Use the Tiny Font Tool GUI (http://informatix.miloush.net/microframework/Utilities/TinyFontTool.aspx) to translate Truetype fonts into Tiny Fonts for your embedded project.", - "website": "https://github.com/dlkay0/TinyFontRenderer", - "category": "Display", - "architectures": ["esp8266", "esp32"], + "author": "Martin", + "maintainer": "Martin", + "sentence": "Logger for ESP32 for debugging C++-code", + "website": "https://github.com/MartinXBcn/ESP32Logger", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dlkay0/TinyFontRenderer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dlkay0/TinyFontRenderer-1.0.0.zip", - "archiveFileName": "TinyFontRenderer-1.0.0.zip", - "size": 23813, - "checksum": "SHA-256:32c2809b47693ddad6e65b1e67680dfa102a3015aebade4d79628d53b8cd7e5e" + "repository": "https://github.com/MartinXBcn/ESP32Logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinXBcn/ESP32Logger-1.0.0.zip", + "archiveFileName": "ESP32Logger-1.0.0.zip", + "size": 16119, + "checksum": "SHA-256:441ca570b30f6ed97b61569e548c8ad991063ac0693dbb7b0a48081fccd6593f" }, { - "name": "SpresenseNeoPixel", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "NeoPixel library for SPRESENSE (Arduino)", - "paragraph": "NeoPixel library for SPRESENSE (Arduino)", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "name": "ESP32Logger", + "version": "1.0.2", + "author": "Martin", + "maintainer": "Martin", + "sentence": "Logger for ESP32 for debugging C++-code", + "website": "https://github.com/MartinXBcn/ESP32Logger", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.0.zip", - "archiveFileName": "SpresenseNeoPixel-0.1.0.zip", - "size": 4155, - "checksum": "SHA-256:daa950f1d99b65e4c790cd6725a356802ffeaa48074dc8a4b7ab9c7ad7d0dbf4" + "repository": "https://github.com/MartinXBcn/ESP32Logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinXBcn/ESP32Logger-1.0.2.zip", + "archiveFileName": "ESP32Logger-1.0.2.zip", + "size": 16140, + "checksum": "SHA-256:a9c42e19ab9107b85a5d2d6941fd97c623be57c8ddedb872c4dc13801bdcf97c" }, { - "name": "ArtNet", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "ER_OLEDM1_CH1115", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, extended ASCII font , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.0.zip", - "archiveFileName": "ArtNet-0.1.0.zip", - "size": 13432, - "checksum": "SHA-256:271b563072604eabafcc0f66aea16050a7619b6e87154e36cc880dbae47818d3" + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.0.0.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.0.0.zip", + "size": 372639, + "checksum": "SHA-256:c2e2c4ba4487c173bfe93355fb87a50544550fbaaef7dd2830d8281ad6603434" }, { - "name": "Esp32WifiManager", - "version": "0.5.4", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Simple Packet Coms for Esp32.", - "paragraph": "This Arduino library supports Simple Packet Coms for Esp32", - "website": "https://github.com/madhephaestus/EspWii", - "category": "Communication", + "name": "ER_OLEDM1_CH1115", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, five ASCII fonts , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.5.4.zip", - "archiveFileName": "Esp32WifiManager-0.5.4.zip", - "size": 19056, - "checksum": "SHA-256:f3f0553a98cdb4119de426200a5810c71bd3778d6e0b87b9053076e2da2f8aaf" + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.1.0.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.1.0.zip", + "size": 371253, + "checksum": "SHA-256:631fe7173d782e6c963cc8e04ca838290e8378600da5cfead2235b6912f68222" }, { - "name": "Esp32WifiManager", - "version": "0.6.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.0.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.0.zip", - "archiveFileName": "Esp32WifiManager-0.6.0.zip", - "size": 18796, - "checksum": "SHA-256:4f0ecd900f018f61554844ecd71865e564c803abda031638a012d97f43e15556" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.0.1.zip", + "archiveFileName": "Derivs_Limiter-1.0.1.zip", + "size": 5814, + "checksum": "SHA-256:b1cba0b9c6afeb0115f2a2247730f45eebbc563462a182e58cfe902328f68296" }, { - "name": "Esp32WifiManager", - "version": "0.6.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.0.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.1.zip", - "archiveFileName": "Esp32WifiManager-0.6.1.zip", - "size": 19053, - "checksum": "SHA-256:958f1609dd3ed5e562798c9b9d5636dfd9d984b54605187c16e81f55710cd144" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.0.2.zip", + "archiveFileName": "Derivs_Limiter-1.0.2.zip", + "size": 5832, + "checksum": "SHA-256:b85e9aaf26714a34fe0813d99c01f325d5542160828ce305bd61a17dbb059e92" }, { - "name": "Esp32WifiManager", - "version": "0.6.2", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.2.zip", - "archiveFileName": "Esp32WifiManager-0.6.2.zip", - "size": 19061, - "checksum": "SHA-256:443b6a52833802c1fdd8fdc10cf951365818a1fdb59e88e846b8748d2c1994bf" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.1.0.zip", + "archiveFileName": "Derivs_Limiter-1.1.0.zip", + "size": 6039, + "checksum": "SHA-256:8b7aaf1af11edfa6a9aeb18a9dfbe1e46350c6df2cfbacd255b81813c49b3283" }, { - "name": "Esp32WifiManager", - "version": "0.6.3", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.1.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.3.zip", - "archiveFileName": "Esp32WifiManager-0.6.3.zip", - "size": 19057, - "checksum": "SHA-256:d74e6958fde2c3c78740d1a2c453205e790404cb0f6802cecf9fb430d52dfe24" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.1.1.zip", + "archiveFileName": "Derivs_Limiter-1.1.1.zip", + "size": 6072, + "checksum": "SHA-256:8425e54de7a5093e705b783c41996e7f7c0d584e5d5e3c57d62f329c4b1b4aa5" }, { - "name": "Esp32WifiManager", - "version": "0.7.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.2.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.0.zip", - "archiveFileName": "Esp32WifiManager-0.7.0.zip", - "size": 19198, - "checksum": "SHA-256:d8a2d0ea748938e2ba1eeaa4c7484afd5a0d6c164f863517c3629174a281cd0e" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.2.0.zip", + "archiveFileName": "Derivs_Limiter-1.2.0.zip", + "size": 6334, + "checksum": "SHA-256:2df06a6fe307b177fa11d9bb0360951efe54365bd41e94ac4dd5a149f46b000c" }, { - "name": "Esp32WifiManager", - "version": "0.7.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.1.zip", - "archiveFileName": "Esp32WifiManager-0.7.1.zip", - "size": 19232, - "checksum": "SHA-256:eec69a294f68a5482476cc4070331c1dfbaaafd4b7b6c09b57a6a9e8ef140c22" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.3.0.zip", + "archiveFileName": "Derivs_Limiter-1.3.0.zip", + "size": 6540, + "checksum": "SHA-256:17ed933402ed8789dd73e1e7ba8c28cda41868bf90361fc8358c0ac3bce69813" }, { - "name": "Esp32WifiManager", - "version": "0.7.2", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.5.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.2.zip", - "archiveFileName": "Esp32WifiManager-0.7.2.zip", - "size": 20603, - "checksum": "SHA-256:7ad911ec53780316b68448ed46a43544fd4faebd837cf0041edd5581f81a9b87" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.5.0.zip", + "archiveFileName": "Derivs_Limiter-1.5.0.zip", + "size": 6652, + "checksum": "SHA-256:d4ad8aca13aa13224a7991c18a96ecbbf87de0757109fed97afa0c4ca33208d5" }, { - "name": "Esp32WifiManager", - "version": "0.7.3", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.6.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.3.zip", - "archiveFileName": "Esp32WifiManager-0.7.3.zip", - "size": 20847, - "checksum": "SHA-256:c5f11c57d1c232aa2072e5a6913109c6153a247f97a76aad70239f19d08a9044" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.6.0.zip", + "archiveFileName": "Derivs_Limiter-1.6.0.zip", + "size": 7767, + "checksum": "SHA-256:6c0f4cfee10a6c58dfb51fa9203c44752651c09c77631bba37f82ae19d7bc4af" }, { - "name": "Esp32WifiManager", - "version": "0.7.4", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.6.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.4.zip", - "archiveFileName": "Esp32WifiManager-0.7.4.zip", - "size": 21013, - "checksum": "SHA-256:c7b5bc9b0c43aa8bde8c0106bfdbaf22b51045c6fd5facf72cb11379309d0ba2" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.6.1.zip", + "archiveFileName": "Derivs_Limiter-1.6.1.zip", + "size": 7763, + "checksum": "SHA-256:3da3a07f1041acf08b604a480284bcfb2dbc3f7efa9dfee010f21cff4e116b29" }, { - "name": "Esp32WifiManager", - "version": "0.7.5", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.7.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.5.zip", - "archiveFileName": "Esp32WifiManager-0.7.5.zip", - "size": 21084, - "checksum": "SHA-256:9b00cdf09c1c14ca92f3934343a636993259d54e780f7d6e5910cfcefefd1792" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.7.1.zip", + "archiveFileName": "Derivs_Limiter-1.7.1.zip", + "size": 8130, + "checksum": "SHA-256:77f30eaf90b037377d65693db31fbf705f43b7f60217d7725be45a2f3bd7a791" }, { - "name": "Esp32WifiManager", - "version": "0.8.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "1.8.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.0.zip", - "archiveFileName": "Esp32WifiManager-0.8.0.zip", - "size": 21304, - "checksum": "SHA-256:7cc1535a4af50f1e9d25c131e3e3eb78d850af1618b615b4488398d0eb642d2b" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.8.0.zip", + "archiveFileName": "Derivs_Limiter-1.8.0.zip", + "size": 8289, + "checksum": "SHA-256:b89253e9038f7c35faf8cdbb47ff7554d1c2921f2e964e8f387f2d96fb3a0b7d" }, { - "name": "Esp32WifiManager", - "version": "0.8.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", + "name": "Derivs_Limiter", + "version": "2.0.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.1.zip", - "archiveFileName": "Esp32WifiManager-0.8.1.zip", - "size": 21571, - "checksum": "SHA-256:86197287ab9e2bf133961f0b98b183c802fce41ae626d4f59c886296ebde6b77" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.0.0.zip", + "archiveFileName": "Derivs_Limiter-2.0.0.zip", + "size": 8671, + "checksum": "SHA-256:761cac756ce8cfe9dcb2f25fd3ca50fba6ace78f8f0604579ab9302db3364b01" }, { - "name": "Esp32WifiManager", - "version": "0.9.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", - "architectures": ["esp32"], + "name": "Derivs_Limiter", + "version": "2.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.0.zip", - "archiveFileName": "Esp32WifiManager-0.9.0.zip", - "size": 21630, - "checksum": "SHA-256:2a542a356cb12939c8f9ef395d49c0a80b44a9c8b45d3a70f5d19aa3c49ef085" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.3.0.zip", + "archiveFileName": "Derivs_Limiter-2.3.0.zip", + "size": 8971, + "checksum": "SHA-256:c329eca2219a266185d875b05d375db7ec15584d3edaebe86b62a7077eda4243" }, { - "name": "Esp32WifiManager", - "version": "0.9.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", - "category": "Communication", - "architectures": ["esp32"], + "name": "Derivs_Limiter", + "version": "2.4.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": ["Esp32WifiManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.1.zip", - "archiveFileName": "Esp32WifiManager-0.9.1.zip", - "size": 21647, - "checksum": "SHA-256:80a23851a90a526dcf5aa041bf30f69ac2037ab986111b8dc661ffbca5f9ddd1" + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.4.0.zip", + "archiveFileName": "Derivs_Limiter-2.4.0.zip", + "size": 9070, + "checksum": "SHA-256:88326aba3247a6011e2b46dd387eb258c6a214b98f188636521c033db74b4672" }, { - "name": "Sparthan Myo", - "version": "0.1.0", - "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", - "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "sentence": "ESP32 Bluetooth communication library for the Myo Armband", - "paragraph": "Enables Bluetooth Low Energy (BLE) data stream from the Myo EMG Armband", - "website": "https://github.com/project-sparthan/sparthan-myo.git", - "category": "Device Control", + "name": "SIKTEC_SdExplore", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "A light-weight companion library to easily scan / search for files", + "paragraph": "The aim is to perform memory heavy operations in the smallest memory consumption - Those are handy for creating menus, navigating the sd card and searching for specific files or file type on the sd card.", + "website": "https://github.com/siktec-lab/SIKTEC-SdExplore", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/project-sparthan/sparthan-myo.git", - "url": "http://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Myo-0.1.0.zip", - "archiveFileName": "Sparthan_Myo-0.1.0.zip", - "size": 10484, - "checksum": "SHA-256:e59af63e7d1a843a0e6a75c040dec036c9bb8e0044358007592f032946d022eb" + "repository": "https://github.com/siktec-lab/SIKTEC-SdExplore.git", + "dependencies": [ + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SdExplore-1.0.2.zip", + "archiveFileName": "SIKTEC_SdExplore-1.0.2.zip", + "size": 9235, + "checksum": "SHA-256:dc8ffcf95c1cea92d70dd971a79946f73fe5186cf25a1f88e4b6c5297bf4862c" }, { - "name": "Sparthan Module", - "version": "1.0.0", - "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", - "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "sentence": "Motor controller library for the Sparthan Module", - "paragraph": "UART based library to control the five motors of the Sparthan Module development kit", - "website": "https://github.com/project-sparthan/sparthan-module.git", - "category": "Device Control", + "name": "SIKTEC_SdExplore", + "version": "1.0.3", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "A light-weight companion library to easily scan / search for files", + "paragraph": "The aim is to perform memory heavy operations in the smallest memory consumption - Those are handy for creating menus, navigating the sd card and searching for specific files or file type on the sd card.", + "website": "https://github.com/siktec-lab/SIKTEC-SdExplore", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/project-sparthan/sparthan-module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Module-1.0.0.zip", - "archiveFileName": "Sparthan_Module-1.0.0.zip", - "size": 8166, - "checksum": "SHA-256:2e91ea9982d86692310bb5d620b52da51654aeef964ef8a364dec9eef98b88e2" + "repository": "https://github.com/siktec-lab/SIKTEC-SdExplore.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SdExplore-1.0.3.zip", + "archiveFileName": "SIKTEC_SdExplore-1.0.3.zip", + "size": 9337, + "checksum": "SHA-256:96791114914d6804ec8d81a79de0ab02cd5f8505a31b8d1721c7acd93232c3f2" }, { - "name": "SSLClient", + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", "version": "1.0.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.0.0.zip", - "archiveFileName": "SSLClient-1.0.0.zip", - "size": 1194425, - "checksum": "SHA-256:d47781f14b283ee6cc4e57ab0fc10019bf7a403d928c38577fb05dedbca69ef7" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.0.zip", + "size": 3559656, + "checksum": "SHA-256:e5f07d9cab47c750e97558fde09a6479c4eb28f2337a94386740bcd865eb08f6" }, { - "name": "SSLClient", - "version": "1.1.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", + "version": "1.0.1", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.0.zip", - "archiveFileName": "SSLClient-1.1.0.zip", - "size": 1217261, - "checksum": "SHA-256:57e5fdf86ca516abcf52f78646a2bec6bdbb184cfbeca7ad86d7890c2dd3f5f0" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.1.zip", + "size": 3560074, + "checksum": "SHA-256:e470703f8e6e1563bb9b1c242221684275aa174db055ec8a0acd2ffa6d0c6886" }, { - "name": "SSLClient", - "version": "1.1.1", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", + "version": "1.0.2", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.1.zip", - "archiveFileName": "SSLClient-1.1.1.zip", - "size": 1217627, - "checksum": "SHA-256:a1f3e25278b25606ae4a9855050fe6eafd577dfc1dc3af3721f5c39a848c4191" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.2.zip", + "size": 3560114, + "checksum": "SHA-256:ccd99439b8803b9bc28a0a1dc442e53b1a898b396eb0ae82484ec983514716c3" }, { - "name": "SSLClient", - "version": "1.1.2", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "Force", + "version": "1.0.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.2.zip", - "archiveFileName": "SSLClient-1.1.2.zip", - "size": 1217625, - "checksum": "SHA-256:8d872c1521b251b82a54ef0cf8a17cb0a7dd5ab97189bf4423ced74f0bf4d215" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.1.zip", + "archiveFileName": "Force-1.0.1.zip", + "size": 19763, + "checksum": "SHA-256:3f5e0c26dce4e17bf68cb0bd0f107bc25e32ae24a86c7ad0aca15b1636872bb2" }, { - "name": "SSLClient", - "version": "1.2.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "Force", + "version": "1.0.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.0.zip", - "archiveFileName": "SSLClient-1.2.0.zip", - "size": 1219638, - "checksum": "SHA-256:0ceb1ddc9e18df1b57c534a904b31bdd19db45a96ea12abc69f977273ae98d64" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.2.zip", + "archiveFileName": "Force-1.0.2.zip", + "size": 19807, + "checksum": "SHA-256:ecf54b5e919ffd466c7c9b878e51f69fcd004779eaccfd8db3b64aa3b5d26735" }, { - "name": "SSLClient", - "version": "1.2.1", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "Force", + "version": "1.0.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.1.zip", - "archiveFileName": "SSLClient-1.2.1.zip", - "size": 1219617, - "checksum": "SHA-256:df4f6bcecca5fd7f792994aa537238a68ecf22e9ed1d9d47ad8e4d99807b68aa" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.3.zip", + "archiveFileName": "Force-1.0.3.zip", + "size": 19901, + "checksum": "SHA-256:02ca029cdb5641f1d36a7efa6832be78fb3855d37f47d14527c650aea651a7cf" }, { - "name": "SSLClient", - "version": "1.2.2", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "Force", + "version": "1.0.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.2.zip", - "archiveFileName": "SSLClient-1.2.2.zip", - "size": 1219571, - "checksum": "SHA-256:4632716988b03d745f4c79e84b3bf70263dfa77456f1f6691d6944c87dd0d331" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.4.zip", + "archiveFileName": "Force-1.0.4.zip", + "size": 21167, + "checksum": "SHA-256:d11f4873f973c26010bd332d2e406190d7fd965bad303d6316863757fcdbee8a" }, { - "name": "SSLClient", - "version": "1.2.3", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", - "architectures": ["samd"], + "name": "Force", + "version": "1.0.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": ["SSLClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.3.zip", - "archiveFileName": "SSLClient-1.2.3.zip", - "size": 1220914, - "checksum": "SHA-256:603fd379371fa4ec3b41e105db653499bef4943564662fd29472c43ff3b1b159" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.5.zip", + "archiveFileName": "Force-1.0.5.zip", + "size": 22313, + "checksum": "SHA-256:de1de200cd79f882cf18c81a1b830833e1861b403fc6ad63f081aaddf054d18a" }, { - "name": "Sparthan gForce", - "version": "1.0.0", - "author": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "sentence": "Bluetooth communication library for the gForce EMG armband", - "paragraph": "Library based on the ESP32 for Bluetooth Low Energy (BLE) comunication with the gForce armband, streaming status, IMU and gesture data", - "website": "https://github.com/project-sparthan/sparthan-gforce.git", + "name": "Force", + "version": "1.1.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", "category": "Device Control", - "architectures": ["*"], + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/project-sparthan/sparthan-gforce.git", - "url": "http://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_gForce-1.0.0.zip", - "archiveFileName": "Sparthan_gForce-1.0.0.zip", - "size": 6178, - "checksum": "SHA-256:361d4e2ee1d800b216ccb6b9ca0064519aa077972e6dcfa1b340ab00c7c23237" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.1.0.zip", + "archiveFileName": "Force-1.1.0.zip", + "size": 24439, + "checksum": "SHA-256:6b07c3eb2d054dffaaf25c34b261daf080ae0a6cf1404aea37797f3a4aefc028" }, { - "name": "LoRaNow", - "version": "1.0.0", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", - "architectures": ["*"], + "name": "Force", + "version": "1.1.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": ["LoRaNow.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.0.zip", - "archiveFileName": "LoRaNow-1.0.0.zip", - "size": 21896, - "checksum": "SHA-256:81ab8d3e6bccde504613e11b58946ee7bbf1bf66d5d35fc33c0957a8b20f9d6f" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.1.1.zip", + "archiveFileName": "Force-1.1.1.zip", + "size": 26324, + "checksum": "SHA-256:591ca0a1b4fd842cc9c6c578bf0ee4603181c385261da69a5e69bcdfac7312d3" }, { - "name": "LoRaNow", - "version": "1.0.1", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", - "architectures": ["*"], + "name": "Force", + "version": "1.1.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": ["LoRaNow.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.1.zip", - "archiveFileName": "LoRaNow-1.0.1.zip", - "size": 23681, - "checksum": "SHA-256:96297153135aa9603f646b4594d99b54c1ab9138cbf2d307fa9d3a7143a7a344" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.1.2.zip", + "archiveFileName": "Force-1.1.2.zip", + "size": 26472, + "checksum": "SHA-256:0aec896e7877788a5ad3eff2f3c77a80d11ec75886e69cb482162790de353acd" }, { - "name": "LoRaNow", - "version": "1.0.2", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", - "architectures": ["*"], + "name": "Force", + "version": "1.2.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": ["LoRaNow.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.2.zip", - "archiveFileName": "LoRaNow-1.0.2.zip", - "size": 23745, - "checksum": "SHA-256:9ee54bfa12f37af87aae75f28c0dcacabb3514db3948f042f036d2b08dbbb31b" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.2.0.zip", + "archiveFileName": "Force-1.2.0.zip", + "size": 28095, + "checksum": "SHA-256:3df210065a518425e4baf40277ecf638a32b52fe1a1464b93fff882a47b84812" }, { - "name": "LoRaNow", - "version": "1.0.3", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", - "architectures": ["avr", "esp8266", "esp32"], + "name": "Force", + "version": "1.2.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": ["LoRaNow.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.3.zip", - "archiveFileName": "LoRaNow-1.0.3.zip", - "size": 24191, - "checksum": "SHA-256:0745487004c6d74bc25e40b2bab8f917915395e79e120eea7ad8621421d8d90e" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.2.1.zip", + "archiveFileName": "Force-1.2.1.zip", + "size": 28117, + "checksum": "SHA-256:0058074e2488564b51619342416b98673ae2afb6b2b4761d6654953d79a5f7ac" }, { - "name": "LoRaNow", - "version": "1.0.4", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", - "architectures": ["avr", "esp8266", "esp32"], + "name": "Force", + "version": "1.3.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": ["LoRaNow.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.4.zip", - "archiveFileName": "LoRaNow-1.0.4.zip", - "size": 26498, - "checksum": "SHA-256:2a39240c5d2cf818d20d407c1af0a0756f01ef96ab68011c732cb1028237e829" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.0.zip", + "archiveFileName": "Force-1.3.0.zip", + "size": 28196, + "checksum": "SHA-256:8e23356305b5a4010fa3892fc15a87427d89aa00299e6630491b168df0431f2d" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.0", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", - "category": "Communication", - "architectures": ["*"], + "name": "Force", + "version": "1.3.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": ["hellothing_BG96_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.0.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.0.zip", - "size": 8708, - "checksum": "SHA-256:4f9eb27201e2696d38147fe3f9912725a3246622fb3917c916e86a3cef9e4fc9" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.1.zip", + "archiveFileName": "Force-1.3.1.zip", + "size": 28249, + "checksum": "SHA-256:a3c77b113dec44d005c03e16597e90d6d2f35da2144bb24316fdee71c3509e61" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.1", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", - "category": "Communication", - "architectures": ["*"], + "name": "Force", + "version": "1.3.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], "types": ["Contributed"], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": ["hellothing_BG96_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.1.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.1.zip", - "size": 9385, - "checksum": "SHA-256:95c42271a53e14089d78d77d5f3fe86b98423c084a2c046e2bb1269063a19786" + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.2.zip", + "archiveFileName": "Force-1.3.2.zip", + "size": 28307, + "checksum": "SHA-256:a023c3e3b1fd7cbc866ccf04286fc62e3744c9a1f6c74bbcf6c2da3258a3e62b" }, { - "name": "hellothing_BG96_NBIoT", + "name": "SIKTEC_Rotary", "version": "1.0.2", - "author": "hellothing(tommy@hellothing.com)", - "maintainer": "hellothing(tommy@hellothing.com)", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", - "category": "Communication", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Library to easily use Rotary Encoders", + "paragraph": "Supports interrupt based triggering, callback, ranges, circular counting and more", + "website": "https://github.com/siktec-lab/SIK-Rotary-Encoder", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": ["hellothing_BG96_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.2.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.2.zip", - "size": 9535, - "checksum": "SHA-256:d51b8d10270e72511b788f69b4fa36c498300f5ea6de13e714164ca4e4733166" + "repository": "https://github.com/siktec-lab/SIK-Rotary-Encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_Rotary-1.0.2.zip", + "archiveFileName": "SIKTEC_Rotary-1.0.2.zip", + "size": 8413, + "checksum": "SHA-256:1423701a4e80309dba85e9ed837642b4d6b1c53ec094fa0185d57785d27def29" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.3", - "author": "hellothing(tommy@hellothing.com)", - "maintainer": "hellothing(tommy@hellothing.com)", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", - "category": "Communication", + "name": "MBEDSpeech", + "version": "1.0.8", + "author": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "maintainer": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "sentence": "Arduino library for running speech recognition machine learning models", + "paragraph": "This library contains the signal processing code and machine learning models to classify the words: “down”, “right”, “stop”, “happy”, noise and unknown speech found in the Google speech commands dataset. Next version will recognize all the 30 words. It has examples for the microphone on the Arduino Nano 33 BLE Sense, but should run on most Arduino boards with an ARM core and at least 64K of RAM.", + "website": "https://www.susu.ru", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": ["hellothing_BG96_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.3.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.3.zip", - "size": 9541, - "checksum": "SHA-256:b28d87fcfa83855472dccb0a4216c2a41857de1a2115ea2e97d50869555c6ee9" + "repository": "https://github.com/kchemorion/MBEDSpeech.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kchemorion/MBEDSpeech-1.0.8.zip", + "archiveFileName": "MBEDSpeech-1.0.8.zip", + "size": 3771413, + "checksum": "SHA-256:4dd62f3fafb12df45cd4b773249e57ea586419a8c3bac7d653bbecad0f314b48" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.4", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", - "category": "Communication", + "name": "MBEDSpeech", + "version": "1.0.9", + "author": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "maintainer": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "sentence": "Arduino library for running speech recognition machine learning models", + "paragraph": "This library contains the signal processing code and machine learning models to classify the words found in the speech commands dataset. It should run on most Arduino boards with an ARM core and at least 64K of RAM.", + "website": "https://kchemorion.github.io/embedspeech/", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": ["hellothing_BG96_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.4.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.4.zip", - "size": 10913, - "checksum": "SHA-256:946caf75035a8710f62d4efe953bb925155279ff5397fd5737693709b21d3d09" + "repository": "https://github.com/kchemorion/MBEDSpeech.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kchemorion/MBEDSpeech-1.0.9.zip", + "archiveFileName": "MBEDSpeech-1.0.9.zip", + "size": 3767858, + "checksum": "SHA-256:f426ab5b16085eb506cab6bb2f5fe5f8e68bf75b7d1d2d95ea2693123cb3df13" }, { - "name": "SparkFun BQ72441 LiPo Fuel Gauge Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "An Arduino library for interfacing with the BQ72441-G1 LiPo Fuel Gauge", - "paragraph": "An Arduino library for interfacing with the BQ72441-G1 LiPo Fuel Gauge", - "website": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library", - "category": "Sensors", + "name": "ShiftOutSlow", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BQ72441_LiPo_Fuel_Gauge_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_BQ72441_LiPo_Fuel_Gauge_Arduino_Library-1.0.0.zip", - "size": 22704, - "checksum": "SHA-256:c627212b31eab26b7536a15ce446f41351bc30c7a931c9b15117bf3f53e737df" + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": ["ShiftOutSlow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.0.zip", + "archiveFileName": "ShiftOutSlow-0.1.0.zip", + "size": 6943, + "checksum": "SHA-256:3727aa9b2f628a63d17927f7f3b555e6f43d90fe9b3bc4a524e59afac6cf931a" }, { - "name": "SparkFun BQ72441 LiPo Fuel Gauge Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "An Arduino library for interfacing with the BQ72441-G1 LiPo Fuel Gauge", - "paragraph": "An Arduino library for interfacing with the BQ72441-G1 LiPo Fuel Gauge", - "website": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library", - "category": "Sensors", + "name": "ShiftInSlow", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftInSlow", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BQ72441_LiPo_Fuel_Gauge_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_BQ72441_LiPo_Fuel_Gauge_Arduino_Library-1.0.1.zip", - "size": 22658, - "checksum": "SHA-256:397ed4c2551fbe44c7557de4c3bfb11b65f3fa13d564bed5baa1217841d51cc1" + "repository": "https://github.com/RobTillaart/ShiftInSlow.git", + "providesIncludes": ["ShiftInSlow.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftInSlow-0.1.0.zip", + "archiveFileName": "ShiftInSlow-0.1.0.zip", + "size": 6812, + "checksum": "SHA-256:1a85cb06c37420deb8c1a8e049205ff21018cbcd7d2c1dde783fee76fae4d3c4" }, { - "name": "Adafruit MCP9600 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", - "category": "Sensors", + "name": "rotaryDecoder", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.0.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.0.0.zip", - "size": 10389, - "checksum": "SHA-256:d28e184212b94134057f3b6112d555cd000fd39f802cb9705fdf256ec0614d63" + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": ["rotaryDecoder.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.1.0.zip", + "archiveFileName": "rotaryDecoder-0.1.0.zip", + "size": 12182, + "checksum": "SHA-256:308a191657a1800cb620424eb09da18e60378bfcc0d095404a38b8a5bca48340" }, { - "name": "Adafruit MCP9600 Library", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32-PSRamFS", + "version": "1.0.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"ESP32 RamDisk for PSRAM and fs::FS\"", + "paragraph": "\"ESP32-PsRamFS is a wannabee RamDisk library for Arduino-ESP32. It provides a fs::FS style filesystem API and uses the PSRAM as a volatile storage.\"", + "website": "https://github.com/tobozo/ESP32-PsRamFS", + "category": "Data Storage", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.1.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.0.1.zip", - "size": 1186225, - "checksum": "SHA-256:73db8619f1047448600714fe2354a0f5db645c0d523170a6827aa8309675c31a" + "repository": "https://github.com/tobozo/ESP32-PsRamFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_PSRamFS-1.0.0.zip", + "archiveFileName": "ESP32_PSRamFS-1.0.0.zip", + "size": 106692, + "checksum": "SHA-256:017e39549c432cc1a9106c566818591fbfacc9a159d6733e54611ea6291a0427" }, { - "name": "Sodaq_N2X", - "version": "1.0.0", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the SARA N2X modules.", - "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", - "website": "https://github.com/SodaqMoja/Sodaq_N2X", + "name": "ESP32_easy_wifi_data", + "version": "0.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", "category": "Communication", - "architectures": ["samd"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.0.zip", - "archiveFileName": "Sodaq_N2X-1.0.0.zip", - "size": 15399, - "checksum": "SHA-256:9f12ed784161fa551b4b477f03125c3efe41371546158b1c9bd5bc9d67f357e5" + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-0.1.0.zip", + "archiveFileName": "ESP32_easy_wifi_data-0.1.0.zip", + "size": 7357, + "checksum": "SHA-256:67ce0734848b5643fa4b35abc6b47581cb8613ccfc8dfaa29f323d27a64f39b8" }, { - "name": "Sodaq_R4X", - "version": "1.0.0", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the UBlox SARA R4X modules.", - "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", - "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "name": "ESP32_easy_wifi_data", + "version": "0.2.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", "category": "Communication", - "architectures": ["samd"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-1.0.0.zip", - "archiveFileName": "Sodaq_R4X-1.0.0.zip", - "size": 26350, - "checksum": "SHA-256:992ccdeb579313882a5c0fcd2b8d010943bd1ae91d62f4902ba5f105f1ca6dc0" + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-0.2.1.zip", + "archiveFileName": "ESP32_easy_wifi_data-0.2.1.zip", + "size": 7460, + "checksum": "SHA-256:a572608be445585b984f5aa5b7d9307386bf714d92563a98ddd20138247b5f85" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], + "name": "ESP32_easy_wifi_data", + "version": "0.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", - "size": 26422, - "checksum": "SHA-256:fd03a6c236461856f11ec5d1e098cc7f6c61db1e7fcc0812c6de74e183c870c4" + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-0.3.0.zip", + "archiveFileName": "ESP32_easy_wifi_data-0.3.0.zip", + "size": 7640, + "checksum": "SHA-256:4a864893e10f68c95075084b479b3f8ea9dea5cf01d414c308b85e0a40150c49" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", - "category": "Sensors", + "name": "ZzzButton", + "version": "1.0.0", + "author": "Seralo", + "maintainer": "Seralo \u003cseralo@free.fr\u003e", + "sentence": "Arduino / C++ library to manage buttons", + "paragraph": "Library to simplify buttons management", + "website": "https://github.com/seralo/ZzzButton", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", - "size": 24267, - "checksum": "SHA-256:8c773436a54e0792931fccb8ff1ea8a3e6d74f3823355305805db73c63f33da9" + "repository": "https://github.com/seralo/ZzzButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seralo/ZzzButton-1.0.0.zip", + "archiveFileName": "ZzzButton-1.0.0.zip", + "size": 12768, + "checksum": "SHA-256:713442624a7285e97a4b9fc520cb47e6711c7c7e4d51de0202ffeef82a2d6f20" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", - "category": "Sensors", + "name": "UHS2-MIDI", + "version": "0.0.2", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", - "size": 24529, - "checksum": "SHA-256:ed48a0d3e7d3546f2ad21d9e95c60d5dab8c23ef0fa209ce392c8f7ce8bbf94a" - }, - { - "name": "TimerFour", - "version": "1.0.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/VincentLim/TimerFour.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.0.0.zip", - "archiveFileName": "TimerFour-1.0.0.zip", - "size": 7559, - "checksum": "SHA-256:01e3b7fab25f6d788f136f14e3d4c00598285db1af1cde4a61e6987e87872e61" - }, - { - "name": "TimerFour", - "version": "1.1.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/VincentLim/TimerFour.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.1.0.zip", - "archiveFileName": "TimerFour-1.1.0.zip", - "size": 7693, - "checksum": "SHA-256:d6baf6ebd135b687106c336e9582da9b45458c9baeb449becc4e5e6b81da9e7b" - }, - { - "name": "TimerFive", - "version": "1.0.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", - "architectures": ["avr"], - "types": ["Contributed"], - "repository": "https://github.com/VincentLim/TimerFive.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.0.0.zip", - "archiveFileName": "TimerFive-1.0.0.zip", - "size": 8160, - "checksum": "SHA-256:8dd1715a0d3c61ac8a26485126f0c42d9f2d413b69a9aa04fa13f5df7710cd88" + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": ["UHS2-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-0.0.2.zip", + "archiveFileName": "UHS2_MIDI-0.0.2.zip", + "size": 12924, + "checksum": "SHA-256:46b7c8675d285ea86bb9bd11533f62f6f619a2acdd71aa4deb2c7aaa9e576b2f" }, { - "name": "TimerFive", - "version": "1.1.0", - "author": "Jesse Tane, J�r�me Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", - "architectures": ["avr"], + "name": "UHS2-MIDI", + "version": "0.0.3", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/VincentLim/TimerFive.git", - "url": "http://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.1.0.zip", - "archiveFileName": "TimerFive-1.1.0.zip", - "size": 7652, - "checksum": "SHA-256:e654fc2a3b4c213adb17081caaed71aebb6b1f48f34640713caa25406ce7948c" + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": ["UHS2-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-0.0.3.zip", + "archiveFileName": "UHS2_MIDI-0.0.3.zip", + "size": 13100, + "checksum": "SHA-256:1da7f99eed3690058ac0452010e7e178b3c63b0356d7eef28dbadd105a16eab4" }, { - "name": "AntaresLoraID", + "name": "UHS2-MIDI", "version": "1.0.0", - "author": "Antares", - "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", - "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", - "paragraph": "Device library for lora.id network.", - "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", "category": "Communication", - "architectures": ["avr", "esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", - "providesIncludes": ["loraid.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.0.0.zip", - "archiveFileName": "AntaresLoraID-1.0.0.zip", - "size": 39803, - "checksum": "SHA-256:f0e52e78ef485e68403d6b08a9d1b87fafc8535f88ff04245d508944b02fd5da" + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": ["UHS2-MIDI.h"], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-1.0.0.zip", + "archiveFileName": "UHS2_MIDI-1.0.0.zip", + "size": 13201, + "checksum": "SHA-256:0d352991a427bdf65e51a8c9c94ec5461b41d0b37c83b25054fa88d2f1ba82cb" }, { - "name": "AntaresLoraID", - "version": "1.1.0", - "author": "Antares", - "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", - "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", - "paragraph": "Device library for lora.id network.", - "website": "https://github.com/antaresdocumentation/lorawan-loraid", - "category": "Communication", - "architectures": ["avr", "esp8266"], + "name": "MissionList", + "version": "0.1.0", + "author": "Leonardi \u003cleochen123987@gmail.com\u003e", + "maintainer": "Leonardi \u003cleochen123987@gmail.com\u003e", + "sentence": "An arduino queue library for storing commands to be executed", + "paragraph": "TBD", + "website": "https://github.com/akvavit01/MissionList", + "category": "Data Storage", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", - "providesIncludes": ["loraid.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.1.0.zip", - "archiveFileName": "AntaresLoraID-1.1.0.zip", - "size": 39990, - "checksum": "SHA-256:ee1f46b46424ca3558707f6ef99b9810b0980089fb215b732e667e7212f8b9af" + "repository": "https://github.com/akvavit01/MissionList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akvavit01/MissionList-0.1.0.zip", + "archiveFileName": "MissionList-0.1.0.zip", + "size": 15666, + "checksum": "SHA-256:d298c8444de2f43808ff61b314de301ef128e6561dad2362f6280f3a14a54c3d" }, { - "name": "OneWireNg", + "name": "MicroShell", "version": "0.1.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Shell implementation, compatible with VT100 terminal", + "paragraph": "Supports virtual files, auto-completation, mounting paths, and more...", + "website": "https://github.com/marcinbor85/microshell", "category": "Communication", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.1.0.zip", - "archiveFileName": "OneWireNg-0.1.0.zip", - "size": 22097, - "checksum": "SHA-256:f1a4d2ac9e83450924497abc73bb5892c744306abc59f85e41a1c5bd2bf4c762" + "repository": "https://github.com/marcinbor85/microshell.git", + "providesIncludes": ["microshell.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/MicroShell-0.1.0.zip", + "archiveFileName": "MicroShell-0.1.0.zip", + "size": 351000, + "checksum": "SHA-256:bd8f930338b53d66e9346e0cbc81744c25faf06162d01405c40fa8784afaf0da" }, { - "name": "OneWireNg", - "version": "0.2.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", - "category": "Communication", - "architectures": ["avr", "megaavr", "esp8266", "esp32"], + "name": "FlashStorage_SAMD", + "version": "1.0.0", + "author": "Various", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.2.0.zip", - "archiveFileName": "OneWireNg-0.2.0.zip", - "size": 38169, - "checksum": "SHA-256:6ad84d4e2aae7707676602f0313b7ffbe1d385d30597439a6497cf4f1ce05918" + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.0.0.zip", + "archiveFileName": "FlashStorage_SAMD-1.0.0.zip", + "size": 18275, + "checksum": "SHA-256:25a8cd19a5c7eab08bdc7e885ec89023046cca2f878d6c6d2f2a6322613cb3ef" }, { - "name": "OneWireNg", - "version": "0.3.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", - "category": "Communication", - "architectures": ["avr", "megaavr", "esp8266", "esp32"], + "name": "FlashStorage_SAMD", + "version": "1.1.0", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.3.0.zip", - "archiveFileName": "OneWireNg-0.3.0.zip", - "size": 41386, - "checksum": "SHA-256:53996864467d590cdb1657cf5d6a4afd878e45e77a494b14af4d3268049fa57b" + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.1.0.zip", + "archiveFileName": "FlashStorage_SAMD-1.1.0.zip", + "size": 140259, + "checksum": "SHA-256:fedb26f02762698592d42ac21bc2f9234f868b72c2f8d8e1fddec18a36511bc5" }, { - "name": "PE43xx", - "version": "1.0.0", - "author": "Tatu Wikman (tatu.wikman@gmail.com)", - "maintainer": "Tatu Wikman (tatu.wikman@gmail.com)", - "sentence": "Simplifies usage of PE43xx family of attenuators.", - "paragraph": "Allows easy control of PE43xx stepping attenuators.", - "website": "https://github.com/tswfi/PE43xx", + "name": "MatrixKeypad", + "version": "1.1.0", + "author": "Victor Salvi", + "maintainer": "Victor Salvi \u003cvictorsvi@gmail.com\u003e", + "sentence": "Simple to use library to interface matrix keypads.", + "paragraph": "Features: blocking or non-blocking read; supports any number of rows and columns; user defined key mapping; prevents reading the same event twice. Limitations: don't handle multiples keypress simultaneously; saves only the last key pressed.", + "website": "https://github.com/victorsvi/MatrixKeypad", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/tswfi/PE43xx.git", - "providesIncludes": ["PE43xx.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/tswfi/PE43xx-1.0.0.zip", - "archiveFileName": "PE43xx-1.0.0.zip", - "size": 5727, - "checksum": "SHA-256:dab9ea3fe1bbf1f772c07dbc76eb36fe704f9155b4dd1b1cc500c3feb51347bd" - }, - { - "name": "DabbleESP32", - "version": "1.4.1", - "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", - "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", - "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", - "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", - "website": "https://thestempedia.com/product/dabble", - "category": "Communication", - "architectures": ["esp32"], - "types": ["Contributed"], - "repository": "https://github.com/STEMpedia/DabbleESP32.git", - "providesIncludes": ["DabbleESP32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.1.zip", - "archiveFileName": "DabbleESP32-1.4.1.zip", - "size": 81704, - "checksum": "SHA-256:38a2ed4db60b872067909d6bcc57633f5ec2eae53ecf69bf3caa9076551a69fd" + "repository": "https://github.com/victorsvi/MatrixKeypad.git", + "providesIncludes": ["MatrixKeypad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/victorsvi/MatrixKeypad-1.1.0.zip", + "archiveFileName": "MatrixKeypad-1.1.0.zip", + "size": 22705, + "checksum": "SHA-256:9535b2306b89a6207dd23fd7bc99a820c7fd16a0faf08f83363e2c2eb4a10219" }, { - "name": "DabbleESP32", - "version": "1.4.0", - "author": "STEMpedia", - "maintainer": "STEMpedia \u003ccontact@thestempedia.com\u003e", - "sentence": "DabbleESP32 is a library to use Dabble App with ESP32 on Arduino IDE.", - "paragraph": "Dabble app communicate with hardware like evive Arduino boards like Uno, Mega and Nano using bluetooth modules like HC-05,HM-10 and with espressif ESP32 board using built in bluetooth present in it. App consists of modules that explore different functionalities of smartphone like sensors,camera etc and also consists of certain user interfaces.Hardware communicates with app using Dabble library over bluetooth and access these app features.", - "website": "https://github.com/STEMpedia/Dabble", - "category": "Communication", - "architectures": ["esp32"], + "name": "SparkFun CAP1203 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "SparkFun library for the CAP1203 capactive slider sensor", + "paragraph": "Capacitive touch sensing, buttons, and slider detection all using the Qwiic CAP1203 breakout from SparkFun. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15344\"\u003eQwiic Slider\u003c/a\u003e today!", + "website": "https://github.com/sparkfun/Qwiic_Capacitive_Touch_Slider_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/STEMpedia/DabbleESP32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.0.zip", - "archiveFileName": "DabbleESP32-1.4.0.zip", - "size": 82705, - "checksum": "SHA-256:abf7647cb2d834a053a4ae545ea94d9a60ccb3ef6c6a82743bce08abbc3c29b1" + "repository": "https://github.com/sparkfun/SparkFun_CAP1203_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CAP1203_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_CAP1203_Arduino_Library-1.0.5.zip", + "size": 21898, + "checksum": "SHA-256:1f668b86d1a9da9acd890bd8bba8eeae3a4a82b2f69230a693aeff8598c0fcc3" }, { - "name": "ProtoCentral MAX86150 PPG and ECG IC library", - "version": "0.1.1", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", - "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", - "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", - "website": "https://github.com/protocentral/protocentral_max86150", - "category": "Sensors", + "name": "SimpleKeypad", + "version": "1.0.0", + "author": "Maxime Bohrer", + "maintainer": "https://github.com/maximebohrer/SimpleKeypad", + "sentence": "SimpleKeypad is an Arduino library for using matrix keypads.", + "paragraph": "SimpleKeypad is based on the original Keypad library, but it is a simplified version. It does not support mutiple keypresses. It requires less memory and runs a bit faster.", + "website": "https://github.com/maximebohrer/SimpleKeypad", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", - "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", - "size": 155323, - "checksum": "SHA-256:c0b986804b807def5b62106f3adcb2c87e8c59b465a1e309cfd1d2bd1693789b" + "repository": "https://github.com/maximebohrer/SimpleKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maximebohrer/SimpleKeypad-1.0.0.zip", + "archiveFileName": "SimpleKeypad-1.0.0.zip", + "size": 5513, + "checksum": "SHA-256:ec6293beeaa568d23be56ab818ee9e35f499203728e24fb2c2c1c4e892e1c774" }, { - "name": "ProtoCentral MAX86150 PPG and ECG IC library", - "version": "0.1.3", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", - "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", - "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", - "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", - "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", - "size": 437372, - "checksum": "SHA-256:67edf9d325b5aa26d772cd55d89e9cfd4e7001b6afca7626086c1ca1930a633a" + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.0.zip", + "size": 33696, + "checksum": "SHA-256:7661271efd39ef25ff13587ee57d98c2c7042dabbf28d818b4b0574592a82843" }, { - "name": "sensirion-sps", - "version": "0.0.3", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": ["sps30.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.3.zip", - "archiveFileName": "sensirion_sps-0.0.3.zip", - "size": 64954, - "checksum": "SHA-256:eb8cfa989a17f77b52dfc3f1441b5dd490cf6e733cabdf347830980d4838a748" + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.1.zip", + "size": 33698, + "checksum": "SHA-256:4a70da8682860669740abfbc2eb130b85ba3bbd27b030b928cf34112196c0005" }, { - "name": "sensirion-sps", - "version": "0.0.5", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": ["sps30.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.5.zip", - "archiveFileName": "sensirion_sps-0.0.5.zip", - "size": 66202, - "checksum": "SHA-256:b397625e7dc3db38344f1dd0ad9b26b0cb09f1debd9caf8766aa0849c85a6a3d" + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.2.zip", + "size": 36305, + "checksum": "SHA-256:a29226262564e8cb305a0bb7de34209786be9298252b8f37e8a51665efd6146e" }, { - "name": "sensirion-sps", - "version": "0.0.6", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": ["sps30.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.6.zip", - "archiveFileName": "sensirion_sps-0.0.6.zip", - "size": 66444, - "checksum": "SHA-256:a8108face69dc798c109f0dff49a5dcce1c0dd44559c8efec3ee49e82320c0a2" + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.3.zip", + "size": 37105, + "checksum": "SHA-256:31474f1720ba57eb44ce43143a7fbe1bb654c877dcf9dfcc537a3b57b94763ee" }, { - "name": "Atmega32u4_IO", - "version": "3.0.0", - "author": "RobotCing Team", - "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "http://robotcing.wz.sk", - "category": "Uncategorized", + "name": "TalkingButton", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Transform a press button into a powerful input device", + "paragraph": "Input numbers and codes by a press button", + "website": "https://github.com/fabriziop/TalkingButton", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.0.zip", - "archiveFileName": "Atmega32u4_IO-3.0.0.zip", - "size": 7528, - "checksum": "SHA-256:fa9164cb1c3867d09ad2f33a73e31ac14c988b79bb15af552ed7de836a1c4f3a" + "repository": "https://github.com/fabriziop/TalkingButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingButton-0.1.0.zip", + "archiveFileName": "TalkingButton-0.1.0.zip", + "size": 25638, + "checksum": "SHA-256:6a59134f5fc19094e75877e0d308b92264b82842395d072aa01b902d15fd2dde" }, { - "name": "Atmega32u4_IO", - "version": "3.0.1", - "author": "RobotCing Team", - "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "http://robotcing.wz.sk", - "category": "Uncategorized", + "name": "Tuya_WiFi_MCU_SDK", + "version": "0.0.1", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common Wi-Fi firmware.", + "website": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.1.zip", - "archiveFileName": "Atmega32u4_IO-3.0.1.zip", - "size": 7599, - "checksum": "SHA-256:36cd6d51a41309588a317842934dd015bea6165164c5a98ca2b77267387f0cf4" + "repository": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library.git", + "providesIncludes": ["TuyaWifi.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_WiFi_MCU_SDK-0.0.1.zip", + "archiveFileName": "Tuya_WiFi_MCU_SDK-0.0.1.zip", + "size": 46875, + "checksum": "SHA-256:ee420199438687fee61418bf2e52273fcd48dcf502660fdb8bfa188bf8932a73" }, { - "name": "Atmega32u4_IO", - "version": "3.0.2", - "author": "RobotCing Team", - "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "http://robotcing.wz.sk", - "category": "Uncategorized", + "name": "IoT_Modules-Buttons", + "version": "1.0.0", + "author": "gq97a6", + "maintainer": "gq97a6 (dev@sampledomain.online)", + "sentence": "Button library for easier use of buttons in projects.", + "paragraph": "Button library for easier use of buttons in projects. All functions explained in example file. Supports debounce, sampling interval and sleep interval setting, slope detection, group handling, press time check and more.", + "website": "https://github.com/gq97a6/IoT-modules", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.2.zip", - "archiveFileName": "Atmega32u4_IO-3.0.2.zip", - "size": 7755, - "checksum": "SHA-256:cdef71d9c0e87e73777be7d9cbfe63031d386ba67b56c62495aec1f2655a8f85" + "repository": "https://github.com/gq97a6/IoT_Modules-Buttons.git", + "providesIncludes": ["IoT_Modules-Buttons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gq97a6/IoT_Modules_Buttons-1.0.0.zip", + "archiveFileName": "IoT_Modules_Buttons-1.0.0.zip", + "size": 6514, + "checksum": "SHA-256:d001e8cfc499d6b495e799f064f032ef7ceb00a1a39d1fee6379e68c4ffb6185" }, { - "name": "WebSocketStreamClient", - "version": "0.1.0", - "author": "Areve", - "maintainer": "Areve \u003careve@challen.info\u003e", - "sentence": "A WebSocketClient that can be used with PubCubClient for MQTT over WebSockets.", - "paragraph": "A WebSocketClient that implements Client.h so that the PubCubClient MQTT library can use it - with wss or ws", - "website": "https://github.com/areve/WebSocketStreamClient", - "category": "Communication", + "name": "IoT_Modules-Buttons", + "version": "1.0.1", + "author": "gq97a6", + "maintainer": "gq97a6 (dev@sampledomain.online)", + "sentence": "Button library for easier use of buttons in projects.", + "paragraph": "Button library for easier use of buttons in projects. All functions explained in example file. Supports debounce, sampling interval and sleep interval setting, slope detection, group handling, press time check and more.", + "website": "https://github.com/gq97a6/IoT_Modules-Buttons", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/areve/WebSocketStreamClient.git", - "providesIncludes": ["WebSocketStreamClient.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/areve/WebSocketStreamClient-0.1.0.zip", - "archiveFileName": "WebSocketStreamClient-0.1.0.zip", - "size": 4264, - "checksum": "SHA-256:75c7ebd3572e6300b4a6bdea25ed6b98088c31f4b289c402bceb62525063132f" + "repository": "https://github.com/gq97a6/IoT_Modules-Buttons.git", + "providesIncludes": ["IoT_Modules-Buttons.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/gq97a6/IoT_Modules_Buttons-1.0.1.zip", + "archiveFileName": "IoT_Modules_Buttons-1.0.1.zip", + "size": 6510, + "checksum": "SHA-256:0d79961f847479bb7280010fcf343770bedeb35491a86dd0d49892a3dc19b027" }, { - "name": "IoTesla-client", - "version": "0.0.1", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", "category": "Sensors", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.0.1.zip", - "archiveFileName": "IoTesla_client-0.0.1.zip", - "size": 3769, - "checksum": "SHA-256:0f383e01a7f9ab638b9da1b85364308d60d8f271fbbf45827e9075eba32f5652" + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.1.zip", + "size": 6399446, + "checksum": "SHA-256:3b55c6aefd16402edb343420a0c99bd6011c716a8ef2a4f592a92980d9f70f47" }, { - "name": "IoTesla-client", - "version": "0.1.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", "category": "Sensors", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.1.0.zip", - "archiveFileName": "IoTesla_client-0.1.0.zip", - "size": 4576, - "checksum": "SHA-256:d9ea187b457d17a9e397c694663d91ba39dda1d27d6a980008cbc9cf7390deaf" + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.2.zip", + "size": 6399454, + "checksum": "SHA-256:5b9bc551052e3ad78b6d4dc7ad7563cffb8e6d713e29b284ede1ccc8b9ba59b3" }, { - "name": "IoTesla-client", - "version": "0.2.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", "category": "Sensors", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.2.0.zip", - "archiveFileName": "IoTesla_client-0.2.0.zip", - "size": 11386, - "checksum": "SHA-256:2b7e5be00d87aeed83a96f9d7ed0487ca037eca979f60483c1d2feddd40eb24f" + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.3.zip", + "size": 6399467, + "checksum": "SHA-256:5af0af02f22360148593d42bf54dfdf21f38d197b1f17798d33c8cf0ae645e3a" }, { - "name": "IoTesla-client", - "version": "0.3.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", - "architectures": ["esp8266"], + "name": "ESP32_S2_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.3.0.zip", - "archiveFileName": "IoTesla_client-0.3.0.zip", - "size": 12025, - "checksum": "SHA-256:c9058beec8beba65f9bfa17720796d4ee41ef295eb21464c138de2e8037feca2" + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": ["ESP32_S2_TimerInterrupt.h", "ESP32_S2_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.3.0.zip", + "size": 242816, + "checksum": "SHA-256:86632e8ff621c432492547027e5a5cb0274d806152b5455bfc5410fbfea136e2" }, { - "name": "IoTesla-client", - "version": "0.4.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", - "architectures": ["esp8266"], + "name": "ESP32_S2_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.4.0.zip", - "archiveFileName": "IoTesla_client-0.4.0.zip", - "size": 12404, - "checksum": "SHA-256:ed2549e218369aa9bbe3495535a6c48a406f112d6ccfe113a0f13ccc1f536431" + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": ["ESP32_S2_TimerInterrupt.h", "ESP32_S2_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.4.0.zip", + "size": 253363, + "checksum": "SHA-256:a4239c28e5efe12540e7b61be3e2d13aed7496c39c1a465a28e98cfa3e05de31" }, { - "name": "IoTesla-client", - "version": "0.5.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "name": "Arduino_NineAxesMotion", + "version": "1.1.1", + "author": "Bosch Sensortec GmbH", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Arduino 9 Axes Motion Shield Library", + "paragraph": "Allows controlling each motion sensor of the 9 Axes Motion Shield.", + "website": "https://store.arduino.cc/arduino-9-axis-motion-shield", "category": "Sensors", - "architectures": ["esp8266"], - "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.5.0.zip", - "archiveFileName": "IoTesla_client-0.5.0.zip", - "size": 13178, - "checksum": "SHA-256:2f53492959ebb42e93dd230d802179fa8dac7c1225e8a79414350133621ec4fc" + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_NineAxesMotion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_NineAxesMotion-1.1.1.zip", + "archiveFileName": "Arduino_NineAxesMotion-1.1.1.zip", + "size": 81586, + "checksum": "SHA-256:540c84242f9443baa77d7946a3af88a1ba6116b188b2aa68502f2752999b21f3" }, { - "name": "IoTesla-client", - "version": "0.6.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", - "architectures": ["esp8266"], - "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.6.0.zip", - "archiveFileName": "IoTesla_client-0.6.0.zip", - "size": 13844, - "checksum": "SHA-256:3eb9fb547677e5c3b08f5b0ba7f2f55832fe791c540c46276643bd295893385e" + "name": "Arduino_MachineControl", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Machine Control", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": ["mbed", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": ["Arduino_MachineControl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.0.0.zip", + "archiveFileName": "Arduino_MachineControl-1.0.0.zip", + "size": 81065, + "checksum": "SHA-256:72e17ff55aa94b9a4edcc2d796d4ff91994acecf3e4b26061b66b095806b99dc" }, { - "name": "IoTesla-client", - "version": "0.7.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", - "architectures": ["esp8266"], - "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.7.0.zip", - "archiveFileName": "IoTesla_client-0.7.0.zip", - "size": 14158, - "checksum": "SHA-256:b4586f0a2b9086eb2b783b971e87bd9728cbac535ce10fed26db1eadbdb10e2a" + "name": "Arduino_MachineControl", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Portenta Machine Control - PMC", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": ["mbed", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": ["Arduino_MachineControl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.0.1.zip", + "archiveFileName": "Arduino_MachineControl-1.0.1.zip", + "size": 79973, + "checksum": "SHA-256:c0360af2f019db0894d51d9224ff6876d69a42428d3ff45456dedf42839d9732" }, { - "name": "IoTesla-client", - "version": "0.8.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", + "name": "Arduino_LSM6DSOX", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.", + "website": "https://www.arduino.cc/en/Reference/Arduino_LSM6DSOX", "category": "Sensors", - "architectures": ["esp8266"], + "architectures": ["*"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DSOX.git", + "providesIncludes": ["Arduino_LSM6DSOX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DSOX-1.0.0.zip", + "archiveFileName": "Arduino_LSM6DSOX-1.0.0.zip", + "size": 17397, + "checksum": "SHA-256:ba38a74ac2778907c9ef1fb6b26e436b581f7b7646b45bdc77d78c375ba731e7" + }, + { + "name": "Arduino_CMSIS-DSP", + "version": "5.7.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "CMSIS-DSP library ported to arduino mbed cores.", + "website": "https://github.com/arduino/Arduino_CMSIS-DSP", + "category": "Other", + "architectures": ["mbed", "mbed_nano", "mbed_portenta", "mbed_rp2040", "mbed_edge"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_CMSIS-DSP.git", + "providesIncludes": ["arm_math.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_CMSIS_DSP-5.7.0.zip", + "archiveFileName": "Arduino_CMSIS_DSP-5.7.0.zip", + "size": 2303502, + "checksum": "SHA-256:706768c3f66eaaaec89fdba5c94da6666de2bd331408729a0adf064ce1baae9f" + }, + { + "name": "I2C_24LC1025", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.8.0.zip", - "archiveFileName": "IoTesla_client-0.8.0.zip", - "size": 14188, - "checksum": "SHA-256:91db711f8018be75c68122033f1a9375541b4651d5faa2727083e3aa9b961b50" + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.2.zip", + "archiveFileName": "I2C_24LC1025-0.1.2.zip", + "size": 11227, + "checksum": "SHA-256:aeb4011e6368cc846f00ce83f55a9f8d2151b7b8f7fc769ae01e515fee39a5e5" }, { - "name": "IoTesla-client", - "version": "0.9.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", - "architectures": ["esp8266"], + "name": "I2C_24LC1025", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": ["IoTesla-client.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.9.0.zip", - "archiveFileName": "IoTesla_client-0.9.0.zip", - "size": 13843, - "checksum": "SHA-256:479ac143911cea651383fc3fd69ffc24e619e4f36dc214771a902f22e83b8802" + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.3.zip", + "archiveFileName": "I2C_24LC1025-0.1.3.zip", + "size": 11664, + "checksum": "SHA-256:b2db5bb264ca273e12b441994eb67c7821616c983618d10477ee2078dd8da236" }, { - "name": "NOKIA5110_TEXT", - "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", - "category": "Display", + "name": "I2C_24LC1025", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.0.zip", - "archiveFileName": "NOKIA5110_TEXT-1.0.0.zip", - "size": 155853, - "checksum": "SHA-256:4139919d5d615215bef38ac3e0d6c1294342fbe038c114652d04500263343bd9" + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": ["I2C_24LC1025.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.4.zip", + "archiveFileName": "I2C_24LC1025-0.1.4.zip", + "size": 11709, + "checksum": "SHA-256:50eaa27be0470dd06a55c593577d69e36c7d63f17432912d2ca8db68aa897c3b" }, { - "name": "NOKIA5110_TEXT", - "version": "1.0.1", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", - "category": "Display", + "name": "AnalogKeypad", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.1.zip", - "archiveFileName": "NOKIA5110_TEXT-1.0.1.zip", - "size": 116991, - "checksum": "SHA-256:291d2bc5a3ea5114c69a54a69e25dde01a70045ca0488891909a7ce3f6891d61" + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": ["AnalogKeypad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.1.4.zip", + "archiveFileName": "AnalogKeypad-0.1.4.zip", + "size": 5936, + "checksum": "SHA-256:f7240b08a2fea075b4edeaba2c24d0d0d2ebdd01b4e375d576f04962a6989c13" }, { - "name": "PMW3360 Module", - "version": "1.0.0", - "author": "Sunjun Kim", - "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", - "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", - "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", - "website": "https://github.com/SunjunKim/PMW3360", - "category": "Sensors", + "name": "AnalogKeypad", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SunjunKim/PMW3360.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.0.zip", - "archiveFileName": "PMW3360_Module-1.0.0.zip", - "size": 19938, - "checksum": "SHA-256:76b66e00913bfa92bfcb5774ee053c52551a0369051cf9b19bca4b4216f82f96" + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": ["AnalogKeypad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.1.5.zip", + "archiveFileName": "AnalogKeypad-0.1.5.zip", + "size": 7143, + "checksum": "SHA-256:f659d7a60c8c01e1464799fb67524626f4cd6c86798e73215415036bfc4fe880" }, { - "name": "PMW3360 Module", - "version": "1.0.1", - "author": "Sunjun Kim", - "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", - "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", - "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", - "website": "https://github.com/SunjunKim/PMW3360", - "category": "Sensors", + "name": "AnalogKeypad", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SunjunKim/PMW3360.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.1.zip", - "archiveFileName": "PMW3360_Module-1.0.1.zip", - "size": 20433, - "checksum": "SHA-256:546de4f6a011a450c7d633f08f16446e93f59147e08c61e2d0db742c5fc4e2c8" + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": ["AnalogKeypad.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.1.6.zip", + "archiveFileName": "AnalogKeypad-0.1.6.zip", + "size": 7175, + "checksum": "SHA-256:0e5bb48b298f570bfce5b1d14435bb6dedb88350a75a1c40c6793aa621f0ee0e" }, { - "name": "PMW3360 Module", - "version": "1.1.0", - "author": "Sunjun Kim", - "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", - "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 motion sensor module.", - "paragraph": "You can set/get parameters, get motion data, get raw camer image from PMW3360 module.", - "website": "https://github.com/SunjunKim/PMW3360", - "category": "Sensors", + "name": "PID_RT", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/SunjunKim/PMW3360.git", - "url": "http://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.1.0.zip", - "archiveFileName": "PMW3360_Module-1.1.0.zip", - "size": 22917, - "checksum": "SHA-256:2c625b847ebe803df493970d112340e70809439243dc6266e49028b393f3c0bd" + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": ["PID_RT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.0.zip", + "archiveFileName": "PID_RT-0.1.0.zip", + "size": 6945, + "checksum": "SHA-256:e73b9d18c6fe6ba55222ae77c3daef8b8c91c732165287edb9877ad68c6247ca" }, { - "name": "aWOT", - "version": "1.0.1", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT provides essential web application features, without obscuring the Arduino simplicity that you know and love. Target mutltiple different platforms and harware configurations with the same code.", - "website": "https://awot.net", - "category": "Communication", + "name": "PID_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": ["aWOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.1.zip", - "archiveFileName": "aWOT-1.0.1.zip", - "size": 24778, - "checksum": "SHA-256:a39d29cc581e077d136ceca6b439580b7f1efe788884173a7e5cdcb1a6d66d2e" + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": ["PID_RT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.1.zip", + "archiveFileName": "PID_RT-0.1.1.zip", + "size": 7408, + "checksum": "SHA-256:9e8977f912befd6e0307db2e530eb005a64252ebbd6d96cadeb23ee6a1a499d0" }, { - "name": "aWOT", - "version": "1.0.2", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "PID_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": ["aWOT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.2.zip", - "archiveFileName": "aWOT-1.0.2.zip", - "size": 24600, - "checksum": "SHA-256:e12a02b2941c876d058f6a81069fd35b8d2fc449c2ff7ea28f811441679a0e70" + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": ["PID_RT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.2.zip", + "archiveFileName": "PID_RT-0.1.2.zip", + "size": 7420, + "checksum": "SHA-256:2e054cf7d83a4fca636bbd17686a323a0b5ffaf87ad3defa62a4e0606320709c" }, { - "name": "StreamUtils", - "version": "1.0.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "INA226", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.0.0.zip", - "archiveFileName": "StreamUtils-1.0.0.zip", - "size": 78892, - "checksum": "SHA-256:e4df06de10c4d1a5c73bbbeed0538ef44ba3121d6074583e656636a923417796" + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.0.zip", + "archiveFileName": "INA226-0.1.0.zip", + "size": 13668, + "checksum": "SHA-256:9537c4ef1b933b75451abd59be2579da268c4da8cd06c650844fc83e70354538" }, { - "name": "StreamUtils", - "version": "1.1.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "INA226", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.1.0.zip", - "archiveFileName": "StreamUtils-1.1.0.zip", - "size": 84674, - "checksum": "SHA-256:a9a3aa7e536c6baebf0296642071fbf712ac507bb4041955e377c41e95194fa2" + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.1.zip", + "archiveFileName": "INA226-0.1.1.zip", + "size": 17591, + "checksum": "SHA-256:cd6d86dad6f2bf505de945fd9c74f4ae55f41ddc0ca05ac76afd013fd5f6524e" }, { - "name": "StreamUtils", - "version": "1.2.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "INA226", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.0.zip", - "archiveFileName": "StreamUtils-1.2.0.zip", - "size": 115511, - "checksum": "SHA-256:1cec760d311377836517d48d04b707999de5ce9ce6408aef1b214cf6733bb075" + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.2.zip", + "archiveFileName": "INA226-0.1.2.zip", + "size": 18577, + "checksum": "SHA-256:a0698ea0e9fef5d0f8022f5f2a546fcb4def316bd94d0d331e7d1e062c51c706" }, { - "name": "StreamUtils", - "version": "1.2.1", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "INA226", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.1.zip", - "archiveFileName": "StreamUtils-1.2.1.zip", - "size": 115145, - "checksum": "SHA-256:bc3d4d3b6049b303860f068b19470b14320e4355ea3aad66788ddca25de9b9fc" + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.3.zip", + "archiveFileName": "INA226-0.1.3.zip", + "size": 20003, + "checksum": "SHA-256:8bf9d96ba19538c80cb005b6fb4bc7a3fa6efaab7cfa93454ebbf4315460c64a" }, { - "name": "StreamUtils", - "version": "1.2.2", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "INA226", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.2.zip", - "archiveFileName": "StreamUtils-1.2.2.zip", - "size": 115801, - "checksum": "SHA-256:5b7659833267e31bc3ad1f52e70ff6920c9107838cb0d6456d80bfcc3b9f1df2" + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": ["INA226.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.4.zip", + "archiveFileName": "INA226-0.1.4.zip", + "size": 20072, + "checksum": "SHA-256:9487513df05854d0f5793166a499bc99a9b92f6c383f5a808337afe02d422210" }, { - "name": "ELT S300 Library", + "name": "M5 Stack 4Relay Library", "version": "1.0.0", - "author": "Masafumi Horimoto", - "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", - "sentence": "This is a library for the ELT CO2 sensor S300 via I2C.", - "paragraph": "This is a library for the ELT CO2 sensor S300 via I2C.", - "website": "https://github.com/mhorimoto/ELT_S300_HOLLY", - "category": "Sensors", + "author": "Louis Fesler", + "maintainer": "Louis Fesler \u003ccrd007@gmail.com\u003e", + "sentence": "M5Stack 4RELAY library for multiple different architectures.", + "paragraph": "for arduino devices.", + "website": "https://github.com/sfekilou/M5STACK_4RELAY", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mhorimoto/ELT_S300_HOLLY.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mhorimoto/ELT_S300_Library-1.0.0.zip", - "archiveFileName": "ELT_S300_Library-1.0.0.zip", - "size": 7200, - "checksum": "SHA-256:91dd8111f5ee2eb95e0efc1275c4ae423ce754d9b7312071063fc9404cd07166" + "repository": "https://github.com/sfekilou/M5STACK_4RELAY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sfekilou/M5_Stack_4Relay_Library-1.0.0.zip", + "archiveFileName": "M5_Stack_4Relay_Library-1.0.0.zip", + "size": 5810, + "checksum": "SHA-256:956be40d79212d9913737891e95936e356321ef150ee6d85e9061d27c97726f3" }, { - "name": "NRF_HAL", - "version": "1.0.0", - "author": "Nordic Semiconductor, Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", - "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", - "website": "https://github.com/pstolarz/nrfhal_arduino", - "category": "Communication", - "architectures": ["avr"], + "name": "UncleRus", + "version": "1.0.1", + "author": "Larry Bernstone", + "maintainer": "Larry Bernstone", + "sentence": "Uncle Rus' device drivers", + "paragraph": "This is a collection of drivers collected and maintained by [@UncleRus](https://github.com/UncleRus/esp-idf-lib). I only write the script to flatten it for use in Arduino. It includes drivers for ads1115, bh1750, bme680, bmp180, bmp280, button, ccs811, dht, ds1302, ds1307, ds18x20_multi, ds18x20_single, ds3231, ds3502, encoder, hd44780_gpio, hd44780_i2c, hd44780_i2c_scroll, hmc5883l, hx711, ina219, ina260, ina3221, led_effects, led_strip, led_strip_spi, lm75, max31725, max7219_7seg, max7219_8x8, mcp23017, mcp23s17, mcp342x, mcp4725, mcp960x, mcp9808, mhz19b, ms5611_i2c, pca9685, pcf8563, pcf8575, pcf8591, qmc5883l, sgp40, sht3x, sht4x, si7021, simplest_barometer, tca95x5, tda74xx, tsl2561, tsl2591_interrupt, tsl2591_simple, tsl4531, tsys01, ultrasonic, wiegand_reader.", + "website": "https://github.com/lbernstone/UncleRus", + "category": "Sensors", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/pstolarz/nrfhal_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.0.zip", - "archiveFileName": "NRF_HAL-1.0.0.zip", - "size": 16669, - "checksum": "SHA-256:892c166d00df90a889209d2b72752d9c93033bdec42f88b70d4549626447da5c" + "repository": "https://github.com/lbernstone/UncleRus-drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/UncleRus-1.0.1.zip", + "archiveFileName": "UncleRus-1.0.1.zip", + "size": 659903, + "checksum": "SHA-256:35bf53c0b71de7bafa9b5e075cdb1113eb4f3c2528aa7e179a75149abbcb249c" }, { - "name": "IRMP", + "name": "Pico-DMX", "version": "1.0.0", - "author": "Frank Meyer", - "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Receive infrared signals with multiple protocols\u003cbr/\u003e", - "paragraph": "IR receive library for \u003cb\u003e50 different IR protocols\u003c/b\u003e with a small footprint. Can run \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for transmitting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", "category": "Signal Input/Output", - "architectures": ["avr"], + "architectures": ["rp2040"], "types": ["Contributed"], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.0.0.zip", - "archiveFileName": "IRMP-1.0.0.zip", - "size": 344174, - "checksum": "SHA-256:3a17d282b68cb25b65567a3efc57f2083fc4ab58372eb87d908f41e490116c30" + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-1.0.0.zip", + "archiveFileName": "Pico_DMX-1.0.0.zip", + "size": 10826, + "checksum": "SHA-256:935b3bed3acff60320e194235be51c46187249ff15c91413707846e00585b837" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "Pico-DMX", + "version": "2.0.0", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for inputting and outputting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", + "category": "Signal Input/Output", + "architectures": ["rp2040", "mbed_rp2040"], + "types": ["Contributed"], + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-2.0.0.zip", + "archiveFileName": "Pico_DMX-2.0.0.zip", + "size": 201979, + "checksum": "SHA-256:64ee2a89e1f67d802a45d89160bd59acd687fbd7bf233a0b51a6ed1ca17f4153" + }, + { + "name": "JMotor", + "version": "0.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", - "size": 63650, - "checksum": "SHA-256:44e7ee694d760633d3f81c2faa7c595590ccfdd8568716e04115a83a2f909430" + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.1.0.zip", + "archiveFileName": "JMotor-0.1.0.zip", + "size": 60789, + "checksum": "SHA-256:fed214e0f7e8349b0fc4349190182b0d7686906dc7e12bcff1512502eb2b091e" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e is a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "JMotor", + "version": "0.2.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", - "size": 63871, - "checksum": "SHA-256:e8e6cba1846ab842b230d700a1a6d926b3e12fd60b2c492631d8d106cdf29e75" + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.2.0.zip", + "archiveFileName": "JMotor-0.2.0.zip", + "size": 65491, + "checksum": "SHA-256:2a536f3cbc2d2a09380311461c6bbd6ed409b4958b0fffcf2086a3aef46f750c" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "JMotor", + "version": "0.4.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", - "size": 48509, - "checksum": "SHA-256:cbe1c30deff61236a11f82073bf4b003765120da01aa689d3295ef5e9bbd1a3b" + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.4.0.zip", + "archiveFileName": "JMotor-0.4.0.zip", + "size": 68232, + "checksum": "SHA-256:6795360c40880c6518d381bc53a3b37131c5447272817131a6b5acb49241943d" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "JMotor", + "version": "0.5.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", - "size": 57618, - "checksum": "SHA-256:05f858df9ac9f978304effd3198dbdff20218f77434b6139d42184175a9e0202" + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.5.0.zip", + "archiveFileName": "JMotor-0.5.0.zip", + "size": 68430, + "checksum": "SHA-256:60051e783addac1fd5195069473824ad9a644249921cc723c8a751b367599957" }, { - "name": "VCNL36687", - "version": "1.0.0", - "author": "Jainam, jainam1995@gmail.com", - "maintainer": "Jainam", - "sentence": "Arduino library for the VCNL36687 Proximity Sensor with VCSEL", - "paragraph": "Interface with the VCNL36687 sensor over I2C, to get a simple proximity reading.", - "website": "https://github.com/mehtajainam/VCNL36687", - "category": "Sensors", + "name": "JMotor", + "version": "0.6.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mehtajainam/VCNL36687.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mehtajainam/VCNL36687-1.0.0.zip", - "archiveFileName": "VCNL36687-1.0.0.zip", - "size": 6768, - "checksum": "SHA-256:243099bd63e94e7bf2a5b8f4c1c4fe5d3d06c727865e8a523b9b17262309aa63" + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.6.0.zip", + "archiveFileName": "JMotor-0.6.0.zip", + "size": 68032, + "checksum": "SHA-256:77b5df0434e91bb45437f122ff8f99b4543bf9ffce7ff66cd98348dcd430e3eb" + }, + { + "name": "JMotor", + "version": "0.6.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.6.2.zip", + "archiveFileName": "JMotor-0.6.2.zip", + "size": 69812, + "checksum": "SHA-256:97755f5caa0deafb0ae9614c20fe02e02bf837b0c305ca27311f06339d48e20a" }, { - "name": "SparkFun Capacitive Touch Slider - CAP1203", + "name": "SevenSegmentsDisp", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Basic I2C functionality of the CAP1203 Capacitive Touch Slider board", - "paragraph": "The CAP1203 is an I2C based three channel capacitive touch sensor controller", - "website": "https://github.com/sparkfun/Qwiic_Capacitive_Touch_Slider_Arduino_Library", - "category": "Sensors", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for Seven Segments Displays", + "paragraph": "Library for Seven Segments Displays", + "website": "https://github.com/ServoSmooth/SevenSegmentsDisp", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/Qwiic_Capacitive_Touch_Slider_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Capacitive_Touch_Slider___CAP1203-1.0.0.zip", - "archiveFileName": "SparkFun_Capacitive_Touch_Slider___CAP1203-1.0.0.zip", - "size": 20670, - "checksum": "SHA-256:6199afd02d645c7b86fd5687899cddc2f9b45e7ea3d47f3268acf0cde39edfcf" + "repository": "https://github.com/GyverLibs/SevenSegmentsDisp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SevenSegmentsDisp-1.0.0.zip", + "archiveFileName": "SevenSegmentsDisp-1.0.0.zip", + "size": 29713, + "checksum": "SHA-256:5311da211fc786234cd27d4dcd4eed56ea5ab57fbe06a8b468fdd2532f0d304b" }, { - "name": "Arancino", - "version": "0.1.0", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "communication", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "GyverTM1637", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced control of TM1637 7-segment display", + "paragraph": "Library for advanced control of TM1637 7-segment display", + "website": "https://github.com/GyverLibs/GyverTM1637", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.0.zip", - "archiveFileName": "Arancino-0.1.0.zip", - "size": 29935, - "checksum": "SHA-256:a6abe42e36463730f1589e44c0d164d81be57e16c913aa3dea4cd4797f439420" + "repository": "https://github.com/GyverLibs/GyverTM1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTM1637-1.4.0.zip", + "archiveFileName": "GyverTM1637-1.4.0.zip", + "size": 15669, + "checksum": "SHA-256:5130041091f409c92a494160b22c74f88b5702b106eac5ea0b9c3c7fdf2397f3" }, { - "name": "Arancino", - "version": "0.1.1", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It's designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "GyverMAX7219", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.1.zip", - "archiveFileName": "Arancino-0.1.1.zip", - "size": 30563, - "checksum": "SHA-256:821324fa0462fe9f1bf500e76354381240896f821cdfe68075a44db941afd293" + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.1.0.zip", + "archiveFileName": "GyverMAX7219-1.1.0.zip", + "size": 10174, + "checksum": "SHA-256:fd1d16b899671270d935c9fd36399a1d5fa3d2a8b3fa4bb8dbebaf688ab3e8a8" }, { - "name": "CESmartCamp", - "version": "1.0.1", - "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "sentence": "Made it for CESmartCamp", - "paragraph": "this library use to control HC-SR04 in lots of board", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "GyverMAX7219", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.1.zip", - "archiveFileName": "CESmartCamp-1.0.1.zip", - "size": 2729, - "checksum": "SHA-256:f240fcbabd96e8846f67a0a7ddbe817c839be146a032c0f2604ddab63d23168a" + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.2.0.zip", + "archiveFileName": "GyverMAX7219-1.2.0.zip", + "size": 10543, + "checksum": "SHA-256:b545b292bf874f8adbaf212d694d46e034feea20b7182e0ba1ac6c0ac811833d" }, { - "name": "CESmartCamp", - "version": "1.0.3", - "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "sentence": "Made it for CESmartCamp", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "GyverMAX7219", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.3.zip", - "archiveFileName": "CESmartCamp-1.0.3.zip", - "size": 8564, - "checksum": "SHA-256:144c7247c8cc5fee750b6cc711ddd5f0bff9502446eef905a84bb8e879e7af7a" + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.2.1.zip", + "archiveFileName": "GyverMAX7219-1.2.1.zip", + "size": 10596, + "checksum": "SHA-256:8760e13344a0f8df84b8f85666da1cdf0534dcd501e419a40b593721d1f71374" }, { - "name": "CESmartCamp", - "version": "1.0.4", - "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "sentence": "Made it for CESmartCamp", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", + "name": "microDS18B20", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.4.zip", - "archiveFileName": "CESmartCamp-1.0.4.zip", - "size": 12952, - "checksum": "SHA-256:5c875c7e81600109d27722f40338579586e5cb7596b7ab5e6305ad61ed8d1c8d" + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-2.2.0.zip", + "archiveFileName": "microDS18B20-2.2.0.zip", + "size": 18088, + "checksum": "SHA-256:9e8e2e8a088167f8a4ae43c7cb6b164311c3d086ecb8c13965ea67c1712541ec" }, { - "name": "CESmartCamp", - "version": "12.0.0", - "author": "CE Smart Camp#12", - "maintainer": "CE Smart Camp#12", - "sentence": "Made it for CESmartCamp#12", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", + "name": "microDS18B20", + "version": "3.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.0.0.zip", - "archiveFileName": "CESmartCamp-12.0.0.zip", - "size": 19105, - "checksum": "SHA-256:4db8390135ae13526e37dcbce619c039b00bbbf0552d3b9dceb3e0c54e8cf4d6" + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.0.0.zip", + "archiveFileName": "microDS18B20-3.0.0.zip", + "size": 108511, + "checksum": "SHA-256:bc54e27d81b4cf53932ba98e6088840b27ae33a6c102fe943f571c3cd8e01ab7" }, { - "name": "CESmartCamp", - "version": "12.1.0", - "author": "CE Smart Camp#12", - "maintainer": "CE Smart Camp#12", - "sentence": "Made it for CESmartCamp#12", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", + "name": "microDS18B20", + "version": "3.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.1.0.zip", - "archiveFileName": "CESmartCamp-12.1.0.zip", - "size": 18731, - "checksum": "SHA-256:2b974cb16b1aaa20a4a71ed4031f3594e39bc057116d29ab9c396643c5facade" + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.0.1.zip", + "archiveFileName": "microDS18B20-3.0.1.zip", + "size": 109129, + "checksum": "SHA-256:c3720f3ce854553c2fd5cf3dc5b5f8dc3e9487d0c7ca04a2058d84ed7d9fca9f" }, { - "name": "CESmartCamp", - "version": "12.2.0", - "author": "CE Smart Camp#12", - "maintainer": "CE Smart Camp#12", - "sentence": "Made it for CESmartCamp#12", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", + "name": "microDS18B20", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.2.0.zip", - "archiveFileName": "CESmartCamp-12.2.0.zip", - "size": 18733, - "checksum": "SHA-256:5dbf77300be1a236a7f256ebec8abccb77a096a206bbb3e2075132eb3222724e" + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.1.0.zip", + "archiveFileName": "microDS18B20-3.1.0.zip", + "size": 110581, + "checksum": "SHA-256:0297fa660895c0936c906e5214b71e518fe7a149e803012377f349350942298f" }, { - "name": "ESP32 AnalogWrite", - "version": "0.1.0", - "author": "ERROPiX", - "maintainer": "Abdelouahed ERROUAGUY", - "sentence": "ESP32 Polyfill for analogWrite functions", - "paragraph": "Provides an analogWrite polyfill for ESP32 using the LEDC functions", - "website": "https://github.com/ERROPiX/ESP32_AnalogWrite", - "category": "Signal Input/Output", + "name": "microDS3231", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ERROPiX/ESP32_AnalogWrite.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ERROPiX/ESP32_AnalogWrite-0.1.0.zip", - "archiveFileName": "ESP32_AnalogWrite-0.1.0.zip", - "size": 4299, - "checksum": "SHA-256:429a14d1ece8a911a28f6ad04c17513fbb3698f3014517ca94692a296c2b9c28" + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.2.0.zip", + "archiveFileName": "microDS3231-2.2.0.zip", + "size": 12581, + "checksum": "SHA-256:977e07a84ab3eb349ca105d3e5790d55f647341f88df74663f33533cfc996c4e" }, { - "name": "Watch", - "version": "1.0.0", - "author": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", - "maintainer": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", - "sentence": "A library that makes working with watch-like formats easy.", - "paragraph": "This library helps count time in sexagesimal base as in seconds and minutes.", - "website": "http://example.com/", - "category": "Uncategorized", - "architectures": ["avr"], + "name": "microDS3231", + "version": "2.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Salterm27/Watch.git", - "providesIncludes": ["Watch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Salterm27/Watch-1.0.0.zip", - "archiveFileName": "Watch-1.0.0.zip", - "size": 4696, - "checksum": "SHA-256:e8b470fbbb34e6c9f87cc245e18bbbefc8cbc7e5780066814ab834448c405597" + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.3.0.zip", + "archiveFileName": "microDS3231-2.3.0.zip", + "size": 12856, + "checksum": "SHA-256:01bb166b1243da51c6cee3163c3fda9c61d4a080499c5901ce0aedb27c0c6af0" }, { - "name": "PathVariableHandlers", - "version": "1.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "Library for handling paths containing variables.", - "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", - "website": "https://github.com/sidoh/path_variable_handlers", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "microDS3231", + "version": "2.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/path_variable_handlers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.0.0.zip", - "archiveFileName": "PathVariableHandlers-1.0.0.zip", - "size": 13708, - "checksum": "SHA-256:85b0b02a5620b60e7411f2781edcf9d632ab39cfc9ae4379895977e99a33777f" + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.4.0.zip", + "archiveFileName": "microDS3231-2.4.0.zip", + "size": 12038, + "checksum": "SHA-256:68676818dc31768690f2ec5cba3231d3a8b4d0a60e791da3db58c9403df0f573" }, { - "name": "PathVariableHandlers", - "version": "1.1.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "Library for handling paths containing variables.", - "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", - "website": "https://github.com/sidoh/path_variable_handlers", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "microDS3231", + "version": "2.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/path_variable_handlers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.1.0.zip", - "archiveFileName": "PathVariableHandlers-1.1.0.zip", - "size": 14852, - "checksum": "SHA-256:8513eac9244dc25d7b2c9eba1eb4db84b9065262d45ca9fe3308c12f74539130" + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.5.0.zip", + "archiveFileName": "microDS3231-2.5.0.zip", + "size": 12012, + "checksum": "SHA-256:7ab832fac3010ef8c8f6a4fe265c114c435ba6312daa3ef5110942eb328aaae9" }, { - "name": "PathVariableHandlers", - "version": "2.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "Library for handling paths containing variables.", - "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", - "website": "https://github.com/sidoh/path_variable_handlers", - "category": "Communication", + "name": "Psychrometer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for psychrometer - read humidity from two thermometers", + "paragraph": "Library for psychrometer - read humidity from two thermometers", + "website": "https://github.com/GyverLibs/Psychrometer", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/path_variable_handlers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-2.0.0.zip", - "archiveFileName": "PathVariableHandlers-2.0.0.zip", - "size": 8447, - "checksum": "SHA-256:7b54c6f84a75eb13af43ae5b96474bcaf39d0f3278f4e35d4264445194b13a4d" + "repository": "https://github.com/GyverLibs/Psychrometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Psychrometer-1.0.0.zip", + "archiveFileName": "Psychrometer-1.0.0.zip", + "size": 23158, + "checksum": "SHA-256:1230afa5987af728b34b1c6263c57d7992c817aa6e5cec576de2c83f06378f50" }, { - "name": "RichHttpServer", - "version": "1.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "M5GFX", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "lovyan03\u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "Library for M5Stack All Display", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.0.0.zip", - "archiveFileName": "RichHttpServer-1.0.0.zip", - "size": 6329, - "checksum": "SHA-256:2e4982027b878d9c64e69bc0790c6d7214e462605b45ece020c0a5b9f84791e8" + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": ["M5GFX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.1.zip", + "archiveFileName": "M5GFX-0.0.1.zip", + "size": 46514094, + "checksum": "SHA-256:69463606ee64effc6a6efc4017e4ff3e190d538f0f2b047e4420b5a3a534b4b2" }, { - "name": "RichHttpServer", - "version": "1.2.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "M5GFX", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "lovyan03\u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "Library for M5Stack All Display", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.2.0.zip", - "archiveFileName": "RichHttpServer-1.2.0.zip", - "size": 6514, - "checksum": "SHA-256:e1d9cb34ecb648e41a0889d4df1a92e9e9580379eaa8f67796f928550714b683" + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": ["M5GFX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.2.zip", + "archiveFileName": "M5GFX-0.0.2.zip", + "size": 46514205, + "checksum": "SHA-256:067ec254898088c0a083966ebd8c96aaf55e33202e09b1d3b061035729847558" }, { - "name": "RichHttpServer", - "version": "2.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "M5GFX", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.0.zip", - "archiveFileName": "RichHttpServer-2.0.0.zip", - "size": 23828, - "checksum": "SHA-256:a9e5d19a3c87ffb3b6f3bf53aa352bedd72a38c71c76167b4be2bcaf537e881e" + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": ["M5GFX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.3.zip", + "archiveFileName": "M5GFX-0.0.3.zip", + "size": 46514402, + "checksum": "SHA-256:83b08f6432ec20e887bb14cd8ff8749a83515e854f42cb8f22c8090e1d5f6ee3" }, { - "name": "RichHttpServer", - "version": "2.0.1", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "M5GFX", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, Unit OLED, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.1.zip", - "archiveFileName": "RichHttpServer-2.0.1.zip", - "size": 23824, - "checksum": "SHA-256:6a15bf1cd2919b27446049bb230e1f90ed01c13b2d01917adb7eff775f0a4e9c" + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": ["M5GFX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.5.zip", + "archiveFileName": "M5GFX-0.0.5.zip", + "size": 46558996, + "checksum": "SHA-256:1327a62a8400e29f19799b2d95b3458a5022a2331bfcfd384f085f46cdab7171" }, { - "name": "RichHttpServer", - "version": "2.0.2", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "Tachometer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for frequency and period measurement", + "paragraph": "Library for frequency and period measurement", + "website": "https://github.com/GyverLibs/Tachometer", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.2.zip", - "archiveFileName": "RichHttpServer-2.0.2.zip", - "size": 23715, - "checksum": "SHA-256:4ed5bf29f234db6d1604a46e79b9ff1bae4dc6ab4fdc11a6faccac51f81fbc8f" + "repository": "https://github.com/GyverLibs/Tachometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Tachometer-1.0.0.zip", + "archiveFileName": "Tachometer-1.0.0.zip", + "size": 6828, + "checksum": "SHA-256:7c988621d91949aef4be53c7a8647bb8174b64a1b33ff5f2cde7af66c38eebf9" }, { - "name": "RichHttpServer", - "version": "2.0.3", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "Tachometer", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for frequency and period measurement", + "paragraph": "Library for frequency and period measurement", + "website": "https://github.com/GyverLibs/Tachometer", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.3.zip", - "archiveFileName": "RichHttpServer-2.0.3.zip", - "size": 23717, - "checksum": "SHA-256:2d1a06978ee3336034cae88b75f4ddeee8f332cfa8828cf47da805f9b8b4fda8" + "repository": "https://github.com/GyverLibs/Tachometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Tachometer-1.2.0.zip", + "archiveFileName": "Tachometer-1.2.0.zip", + "size": 6794, + "checksum": "SHA-256:6f564ed514a6358868a9482ea8c6728468ef50cd5b59c2abd84de4a4607574ca" }, { - "name": "Adafruit Arcada Library", + "name": "GyverNTC", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.0.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.0.0.zip", - "size": 12346, - "checksum": "SHA-256:18bbfa6039012f74f0e59e05504f924133ee64b6f17420351a1c47a01c6aafd4" + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.0.0.zip", + "archiveFileName": "GyverNTC-1.0.0.zip", + "size": 5636, + "checksum": "SHA-256:3c9421348eb06d0f933d57aeb2c3353b775165c8ced0b551ce6f14837bbf90c5" }, { - "name": "Adafruit Arcada Library", + "name": "GyverNTC", "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.1.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.1.0.zip", - "size": 14391, - "checksum": "SHA-256:6828c7099ad5e1e997576a73f4dd903025f5fceec669b28f145e04af12f9cbc6" + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.1.0.zip", + "archiveFileName": "GyverNTC-1.1.0.zip", + "size": 5616, + "checksum": "SHA-256:a5a7b8544beef1bb3bd200e938235dbc00feab6f595512c304769f7aca0cb95a" }, { - "name": "Adafruit Arcada Library", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", - "architectures": ["samd"], + "name": "GyverHX711", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for HX711 ADC/weight module", + "paragraph": "Library for HX711 ADC/weight module", + "website": "https://github.com/GyverLibs/GyverHX711", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.2.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.2.0.zip", - "size": 65546, - "checksum": "SHA-256:9332404e6c076c2c16d8b20ff6ada8e0484b451febd9dadb949c3901a1809fdf" + "repository": "https://github.com/GyverLibs/GyverHX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHX711-1.0.0.zip", + "archiveFileName": "GyverHX711-1.0.0.zip", + "size": 5909, + "checksum": "SHA-256:47fd048b7e9f44cc2c0a59e121b5eeca692165db6bb281f708a699c5224f02fa" }, { - "name": "Adafruit Arcada Library", + "name": "EncButton", "version": "1.3.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", - "architectures": ["samd"], + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.3.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.3.0.zip", - "size": 69696, - "checksum": "SHA-256:57fa6656e9e50a4a5358f5743d1fff4bd07a5635ae56b7f7c9cd3c316c877865" + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.3.0.zip", + "archiveFileName": "EncButton-1.3.0.zip", + "size": 15645, + "checksum": "SHA-256:dec71b28d1f97ea485f3e940c96f88be0664ec08b64eabad9b241f77c9e93542" }, { - "name": "Adafruit Arcada Library", + "name": "EncButton", "version": "1.4.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", - "architectures": ["samd"], - "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.4.0.zip", - "size": 74069, - "checksum": "SHA-256:00a635f9ad943954d9f50dfbdfee8626b58ff93fdd44d6b0501b2b51030ac825" - }, - { - "name": "Adafruit Arcada Library", - "version": "1.4.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", - "architectures": ["samd"], - "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.4.1.zip", - "size": 90861, - "checksum": "SHA-256:f3df72a3b57f1619c46c2bc370e3d8724efbddbbf56d5e7dd2eb435d71842d2e" + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.4.0.zip", + "archiveFileName": "EncButton-1.4.0.zip", + "size": 15821, + "checksum": "SHA-256:8dcc04b2e291aae065e1de49eb54b2e0401912f6b71f3e3f136fabf8c84dbd4d" }, { - "name": "Adafruit Arcada Library", + "name": "EncButton", "version": "1.5.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", - "architectures": ["samd"], + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.5.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.5.0.zip", - "size": 114546, - "checksum": "SHA-256:0d87ba7ef014e640005b989b19816bc96cc95ff4b8d3763c7761770852b7f196" + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.5.0.zip", + "archiveFileName": "EncButton-1.5.0.zip", + "size": 17135, + "checksum": "SHA-256:8c38cb37edc7fefe6b8bc37f43651278fc36174edb711f927cf060b808feba3c" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.1.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "EncButton", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", "category": "Sensors", - "architectures": [], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", - "size": 19064, - "checksum": "SHA-256:2202343f1fd2bb5e000f027f5b29c628766f35ae06c8eccc1e448e7bba5a65c0" + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.6.0.zip", + "archiveFileName": "EncButton-1.6.0.zip", + "size": 17360, + "checksum": "SHA-256:56c27c5cdb8173c357d3ffe67bcec42264b771ba3c6e557c0357dd76af8ac387" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.2.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "EncButton", + "version": "1.6.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", - "size": 21741, - "checksum": "SHA-256:6ab6c7091ccbe7d0c91a8b687ecb60ce70cb11650d0526d129ac8677cc24e97a" + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.6.1.zip", + "archiveFileName": "EncButton-1.6.1.zip", + "size": 17314, + "checksum": "SHA-256:f2cb9526463e0fde62a1895b115593b6a0d1dc7d9e2650e7f13c1506aeafdae0" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.2.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "EncButton", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", - "size": 21734, - "checksum": "SHA-256:67572f4e62de8169529f7d56644a78b13ee45a1b18bf1f1faa3bc836ddca552b" + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.7.0.zip", + "archiveFileName": "EncButton-1.7.0.zip", + "size": 18801, + "checksum": "SHA-256:c8ad534572e515f0a6d1b35ebbdf1d628271a9bdd8861c4a09422281e7893ce7" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "EncButton", + "version": "1.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", - "size": 28041, - "checksum": "SHA-256:918f03d14e9eaaf8d826f8c1b65fa46dcbe383b58c8c8911b41b6702dc9111c0" + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.8.0.zip", + "archiveFileName": "EncButton-1.8.0.zip", + "size": 18078, + "checksum": "SHA-256:b8772bcc1ea2dc47622114f504fa34c57cfb09d79b30fbe73b2046477b8a2b14" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "GyverBME280", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for BME280 sensor", + "paragraph": "Light library for BME280 sensor", + "website": "https://github.com/GyverLibs/GyverBME280", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", - "size": 28034, - "checksum": "SHA-256:7dfcde6f3fa8502d7ae39f24c0a5f75dd9494b82f3de0d528127b4eff8937eca" + "repository": "https://github.com/GyverLibs/GyverBME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBME280-1.4.0.zip", + "archiveFileName": "GyverBME280-1.4.0.zip", + "size": 14166, + "checksum": "SHA-256:faed1b50ba9cd218d5ab6afbfb67928e5ce53cc5d4d0da72ca3d746a18f66e54" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "NecDecoder", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for IR receiver with NEC protocol", + "paragraph": "Light library for IR receiver with NEC protocol", + "website": "https://github.com/GyverLibs/NecDecoder", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", - "size": 28033, - "checksum": "SHA-256:a2d836242096245932cdb0f06030fd5f1f2164a9a53df6d128bf05975a92681a" + "repository": "https://github.com/GyverLibs/NecDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/NecDecoder-1.0.0.zip", + "archiveFileName": "NecDecoder-1.0.0.zip", + "size": 8366, + "checksum": "SHA-256:17729ffe9634314b7253bf6f9e9e4d4e5c78da2492064e962f560f5e0927f826" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "NecDecoder", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for IR receiver with NEC protocol", + "paragraph": "Light library for IR receiver with NEC protocol", + "website": "https://github.com/GyverLibs/NecDecoder", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/NecDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/NecDecoder-1.1.0.zip", + "archiveFileName": "NecDecoder-1.1.0.zip", + "size": 13396, + "checksum": "SHA-256:21819bb95f392e4cdb8fbe189bb6a385c230d762e69d9f472b669f6e3f1c7bcd" + }, + { + "name": "AnalogKey", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for matrix analog keyboard", + "paragraph": "Library for matrix analog keyboard", + "website": "https://github.com/GyverLibs/AnalogKey", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", - "size": 28030, - "checksum": "SHA-256:1bb0d98818d073270e91cecf8503fab84a7e20eb6033a0aceed75d247cfe6724" + "repository": "https://github.com/GyverLibs/AnalogKey.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AnalogKey-1.0.0.zip", + "archiveFileName": "AnalogKey-1.0.0.zip", + "size": 6209, + "checksum": "SHA-256:d885c52b88742aba7af3f49094c01d2359aa76b1f590cd8974362cb4f268a2c9" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.4", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "GyverButton", + "version": "3.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced button control library", + "paragraph": "Advanced button control library", + "website": "https://github.com/GyverLibs/GyverButton", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", - "size": 27973, - "checksum": "SHA-256:80fae5513e65305ce5f575d11acd7a5b95205ecafa083b8c8453d50bae883fc0" + "repository": "https://github.com/GyverLibs/GyverButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverButton-3.8.0.zip", + "archiveFileName": "GyverButton-3.8.0.zip", + "size": 108377, + "checksum": "SHA-256:429a2364c0064260f16d3744717336933e16ccaf33fef94c9752086081f77eae" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.4.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "name": "GyverEncoder", + "version": "4.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced encoder control library", + "paragraph": "Advanced encoder control library", + "website": "https://github.com/GyverLibs/GyverEncoder", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", - "size": 27181, - "checksum": "SHA-256:a3416e93b8884e0cb0f864a712ca4135a10bfaf88a0293949b3f5e9ba85f581b" + "repository": "https://github.com/GyverLibs/GyverEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverEncoder-4.9.0.zip", + "archiveFileName": "GyverEncoder-4.9.0.zip", + "size": 21909, + "checksum": "SHA-256:337e01ac36c049c5446a88b5814e533cc7530307b2e0b59d30ba8891edad11fe" }, { - "name": "BBE IoT Class Library", + "name": "GRGB", "version": "1.0.0", - "author": "Brainy Buddy Education LLC", - "maintainer": "Joe Z \u003cjoseph.zhao@gmail.com\u003e", - "sentence": "This is the C++ class library for students' use in IoT class to control smart systems.", - "paragraph": "This library includes a few classes that hide lower level details and provide an abstract wrapper for entry level students to use. Capabilities include serial port reading, distance sensor processing, buzzer playing, fan rotating, etc.", - "website": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library.git", - "providesIncludes": ["BBEClassLibrary.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/brainy-buddy-education/BBE_IoT_Class_Library-1.0.0.zip", - "archiveFileName": "BBE_IoT_Class_Library-1.0.0.zip", - "size": 18394, - "checksum": "SHA-256:9f1ce4ecea3e5a7bc541b179402e377b9393e6365a769ccdf7ead9162281e499" + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.0.0.zip", + "archiveFileName": "GRGB-1.0.0.zip", + "size": 13779, + "checksum": "SHA-256:7dab6ff9fb5f895064ba355b2c6f162ddf00cbc85f76d91fea071499b6415111" }, { - "name": "Mechatro", - "version": "1.0.0", - "author": "Botto \u003cin_school@naver.com\u003e", - "maintainer": "Botto \u003cin_school@naver.com\u003e", - "sentence": "\u003cbr/\u003eA library to control motors with the L293x motor driver \u003cbr/\u003e 메카트로 보드 모터 컨트롤 라이브러리 (L298x드라이버 사용하는 모든 프로젝트 사용 가능)", - "paragraph": "\u003cbr/\u003e\u003cbr/\u003e- Control two motors by Forward, Reverse, Fast Motor Stop and Free Running Stop mode.\u003cbr/\u003e- 두 개의 모터를 전, 후, 급정지, 완속정지 모드로 컨트롤.\u003cbr/\u003e- Get current of each motor load.\u003cbr/\u003e- 각각의 모터에 흐르는 전류 측정.", - "website": "https://github.com/teamong/Mechatro", + "name": "GRGB", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/teamong/Mechatro.git", - "providesIncludes": ["Mechatro.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/teamong/Mechatro-1.0.0.zip", - "archiveFileName": "Mechatro-1.0.0.zip", - "size": 6862, - "checksum": "SHA-256:040607a09cf491da3bf9fa1066d431fd3a2ad98aa8114ee06e2dddb7f3775f09" + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.1.0.zip", + "archiveFileName": "GRGB-1.1.0.zip", + "size": 14662, + "checksum": "SHA-256:7ac2a0f6e84f1a86c49922a38c2d338a95243f5247c728e11be780f21f0c9b6c" }, { - "name": "CronAlarms", - "version": "0.1.0", - "author": "Martin Laclaustra", - "maintainer": "Martin Laclaustra", - "sentence": "Schedule alarms to occur at specific times with crontab syntax.", - "paragraph": "Using expressions suitable for the program cron (crontab syntax), the library allows performing tasks at specific times or after specific intervals. It depends on ctime library, provided by SDKs. API resembles the popular TimeAlarms library. Tasks can be created to continuously repeat or to occur only once. It is a wrapper of ccronexpr.", - "website": "https://github.com/Martin-Laclaustra/CronAlarms", - "category": "Timing", + "name": "GRGB", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Martin-Laclaustra/CronAlarms.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Martin-Laclaustra/CronAlarms-0.1.0.zip", - "archiveFileName": "CronAlarms-0.1.0.zip", - "size": 21046, - "checksum": "SHA-256:7cd8ff4331c7311bd0f9103c976bc9a5bc93c55b87aeb3f967539fecdbb3dbbc" + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.2.0.zip", + "archiveFileName": "GRGB-1.2.0.zip", + "size": 14805, + "checksum": "SHA-256:875b599f1295bb3638a11e28616a2836b29db3ab93a8f2bab40a127deddb5d56" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "ServoSmooth", + "version": "3.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth control of servo motor", + "paragraph": "Library for smooth control of servo motor", + "website": "https://github.com/GyverLibs/ServoSmooth", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.0.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.0.zip", - "size": 33190, - "checksum": "SHA-256:181a4a4f80f0bf9c6d74b7563d5f87d53e30f9c6e08c332da0b5d36c2cf244ed" + "repository": "https://github.com/GyverLibs/ServoSmooth.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/ServoSmooth-3.8.0.zip", + "archiveFileName": "ServoSmooth-3.8.0.zip", + "size": 26353, + "checksum": "SHA-256:cf5f1f41395f68742d15d2b021532bb6658e98ec373022d15e29fdfeec820885" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", - "architectures": ["*"], + "name": "microLED", + "version": "3.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for addressable LEDs", + "paragraph": "Light library for addressable LEDs", + "website": "https://github.com/GyverLibs/microLED", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.1.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.1.zip", - "size": 33967, - "checksum": "SHA-256:d73f09799bd41b099be0b295f05261f8629360470bbee974a2e39eaa526a60e3" + "repository": "https://github.com/GyverLibs/microLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microLED-3.4.0.zip", + "archiveFileName": "microLED-3.4.0.zip", + "size": 815407, + "checksum": "SHA-256:01be1eeeb1727c98a6a4a5ae73a819311557992b0575c038b46c20f5f29b2259" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "microLED", + "version": "3.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for addressable LEDs", + "paragraph": "Light library for addressable LEDs", + "website": "https://github.com/GyverLibs/microLED", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/microLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microLED-3.5.0.zip", + "archiveFileName": "microLED-3.5.0.zip", + "size": 815493, + "checksum": "SHA-256:465d43b1de423b44ba42f59f3e23d47a3eb3ee85ad84cf07290dff175004f43b" + }, + { + "name": "GyverRelay", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for relay regulation algorithm", + "paragraph": "Library for relay regulation algorithm", + "website": "https://github.com/GyverLibs/GyverRelay", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.3.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.3.zip", - "size": 35732, - "checksum": "SHA-256:b640f3666acd0e8e42835492f7b3a216954b601c3fc83e186bc11cd6a10f2107" + "repository": "https://github.com/GyverLibs/GyverRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverRelay-2.1.0.zip", + "archiveFileName": "GyverRelay-2.1.0.zip", + "size": 72150, + "checksum": "SHA-256:be40223537171ba32b4f393433e88c5736d1d3941d9b5ca559dd70bb79dc59ad" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "SoftServo", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for software servo motor control (by system timer)", + "paragraph": "Library for software servo motor control (by system timer)", + "website": "https://github.com/GyverLibs/SoftServo", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.4.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.4.zip", - "size": 35723, - "checksum": "SHA-256:18f5bd314d059304fd96eca98e0a6ff8db65e34a0f877a810a664790b702fade" + "repository": "https://github.com/GyverLibs/SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SoftServo-1.0.0.zip", + "archiveFileName": "SoftServo-1.0.0.zip", + "size": 7657, + "checksum": "SHA-256:bfb50e8977f25f139598971dc21d73b58d16156b11368c04cea6b4e767e54610" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "SoftServo", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for software servo motor control (by system timer)", + "paragraph": "Library for software servo motor control (by system timer)", + "website": "https://github.com/GyverLibs/SoftServo", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.5.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.5.zip", - "size": 35680, - "checksum": "SHA-256:2c96759e4f153e7c245b49af637ed884b2996f3862ea180855c44fc5f46026a4" + "repository": "https://github.com/GyverLibs/SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SoftServo-1.1.0.zip", + "archiveFileName": "SoftServo-1.1.0.zip", + "size": 8021, + "checksum": "SHA-256:f9c70b77235e2a0fb2a0ae9b9e511438065789819b4145e3b50fbfc51e0d6a73" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "PWMrelay", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Low-frequency software PWM for relay", + "paragraph": "Low-frequency software PWM for relay", + "website": "https://github.com/GyverLibs/PWMrelay", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.6.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.6.zip", - "size": 35757, - "checksum": "SHA-256:0c58bc033ad9fdf5695f9fcfc993c07f2642c94df789309f2db62d3ef7d3961c" + "repository": "https://github.com/GyverLibs/PWMrelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/PWMrelay-1.2.0.zip", + "archiveFileName": "PWMrelay-1.2.0.zip", + "size": 7206, + "checksum": "SHA-256:b292a8d07da0eb873e162af78294010ed2371c325fda56939a7771cfd53da531" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "GyverStepper", + "version": "1.14.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.7.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.7.zip", - "size": 35763, - "checksum": "SHA-256:f9767ba93d1134a4b4dfc70bb4830fd814bc20d1cd695dfb5adbc782f850933b" + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.14.0.zip", + "archiveFileName": "GyverStepper-1.14.0.zip", + "size": 794826, + "checksum": "SHA-256:b444f97f8291c11a20f17c52864b7537e43ed0b2ace474cb157353ebdf6eea34" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "GyverStepper", + "version": "1.15.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.8.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.8.zip", - "size": 35760, - "checksum": "SHA-256:0fa1f44f15c29a9f21aff22a5ac214c872179052b3b2975b1045b214e8b5bf8d" + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.15.0.zip", + "archiveFileName": "GyverStepper-1.15.0.zip", + "size": 794996, + "checksum": "SHA-256:2a1d98fa60187daa321550b17f3f2f5656933e5e294017264341a62aae3a1bb9" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "GyverStepper", + "version": "1.15.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.9.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.9.zip", - "size": 35736, - "checksum": "SHA-256:4c30f3eccf9ec6d40649c3845bd0f3848b87c675fa6d985b276c3235ef3f6727" + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.15.1.zip", + "archiveFileName": "GyverStepper-1.15.1.zip", + "size": 794964, + "checksum": "SHA-256:84b7a6b645604af7073d616fed2b5f34b297a0896504dc1a81b49ad1b891886b" }, { - "name": "mDash", - "version": "1.0.1", - "author": "Cesanta Software Limited \u003csupport@mdash.net\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@mdash.net\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides MQTT, device shadow, OTA, Filesystem management for ESP32", - "website": "https://mdash.net", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverMotor", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for motor driver control", + "paragraph": "Library for motor driver control", + "website": "https://github.com/GyverLibs/GyverMotor", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.1.zip", - "archiveFileName": "mDash-1.0.1.zip", - "size": 24163, - "checksum": "SHA-256:5277998e1717a279f92d48c9ed39d7ef753b5cd2b8119a627e45d36c84c12542" + "repository": "https://github.com/GyverLibs/GyverMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMotor-3.1.0.zip", + "archiveFileName": "GyverMotor-3.1.0.zip", + "size": 17870, + "checksum": "SHA-256:5e0c49fe3fbef770026b1372935c1df8d8a9ac274c9d1eed25a5a60f6277c892" }, { - "name": "mDash", - "version": "1.0.2", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverWDT", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced WDT control library for ATmega328p/32U4/2560 \u0026 ATtiny85/84/167", + "paragraph": "Advanced WDT control library for ATmega328p/32U4/2560 \u0026 ATtiny85/84/167", + "website": "https://github.com/GyverLibs/GyverWDT", + "category": "Other", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.2.zip", - "archiveFileName": "mDash-1.0.2.zip", - "size": 24174, - "checksum": "SHA-256:0410106665ae3309ade3400350ba33e5a1ea473b7fefe51ab35e76d6b107627e" + "repository": "https://github.com/GyverLibs/GyverWDT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverWDT-2.1.0.zip", + "archiveFileName": "GyverWDT-2.1.0.zip", + "size": 12180, + "checksum": "SHA-256:1975ae3b8cfbc243dbe7e75b581fc5a97c5419c36010c735cd87f2b9c7e9ca64" }, { - "name": "mDash", - "version": "1.0.3", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "AccelMotor", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth control motor with encoder", + "paragraph": "Library for smooth control motor with encoder", + "website": "https://github.com/GyverLibs/AccelMotor", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.3.zip", - "archiveFileName": "mDash-1.0.3.zip", - "size": 25353, - "checksum": "SHA-256:95d26a5b6c7154d02d94988053588bd5e2656086324a8e0015b7427d8831f22e" + "repository": "https://github.com/GyverLibs/AccelMotor.git", + "dependencies": [ + { + "name": "GyverMotor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AccelMotor-1.3.0.zip", + "archiveFileName": "AccelMotor-1.3.0.zip", + "size": 21487, + "checksum": "SHA-256:b13c946dc0c720f3a9b6f47272e27a71a65325addcc3460d727fc51094ca314e" }, { - "name": "mDash", - "version": "1.0.4", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverDimmer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Phase and Bresenham algorithm for AC triac dimmer", + "paragraph": "Phase and Bresenham algorithm for AC triac dimmer", + "website": "https://github.com/GyverLibs/GyverDimmer", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.4.zip", - "archiveFileName": "mDash-1.0.4.zip", - "size": 26291, - "checksum": "SHA-256:0b6b8ed0f0d5fbdee3905b573ac8e3344cbcb5612bd32f8b1b8e674c2fcd4c1f" + "repository": "https://github.com/GyverLibs/GyverDimmer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverDimmer-1.0.0.zip", + "archiveFileName": "GyverDimmer-1.0.0.zip", + "size": 12931, + "checksum": "SHA-256:1163b4a1c9b6b836179a8a0bbfd7058139107f1f38f3c7d568ad78ff53f1025d" }, { - "name": "mDash", - "version": "1.0.5", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverDimmer", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Phase and Bresenham algorithm for AC triac dimmer", + "paragraph": "Phase and Bresenham algorithm for AC triac dimmer", + "website": "https://github.com/GyverLibs/GyverDimmer", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.5.zip", - "archiveFileName": "mDash-1.0.5.zip", - "size": 26261, - "checksum": "SHA-256:b842d26110d51759ce2431c65a1c37a5e09aec52dd82ea63e4c29d8674b44982" + "repository": "https://github.com/GyverLibs/GyverDimmer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverDimmer-1.1.0.zip", + "archiveFileName": "GyverDimmer-1.1.0.zip", + "size": 13304, + "checksum": "SHA-256:74b28ef6f1c02d2867810b301b1e24bbfa4bff3908813bee29d6c07f71aa91b8" }, { - "name": "mDash", - "version": "1.0.6", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "microWire", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for I2C communication", + "paragraph": "Light library for I2C communication", + "website": "https://github.com/GyverLibs/microWire", "category": "Communication", - "architectures": ["esp32"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.6.zip", - "archiveFileName": "mDash-1.0.6.zip", - "size": 26566, - "checksum": "SHA-256:fef4b0f5861e2a05a81361cd1402f36c70551541c3d27ea347e55dbb23afc7b6" + "repository": "https://github.com/GyverLibs/microWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microWire-2.1.0.zip", + "archiveFileName": "microWire-2.1.0.zip", + "size": 9653, + "checksum": "SHA-256:c1f4c1a221c96a8a0ac3a57206ef49185d8ed73d784f0f84c52b0b543650468d" }, { - "name": "mDash", - "version": "1.0.7", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverTimers", + "version": "1.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for control hardware timers on ATmega328p and ATmega2560", + "paragraph": "Library for control hardware timers on ATmega328p and ATmega2560", + "website": "https://github.com/GyverLibs/GyverTimers", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.7.zip", - "archiveFileName": "mDash-1.0.7.zip", - "size": 28168, - "checksum": "SHA-256:8c21aedd3f186f2885d5583be1984571a510605cc96691549d16a92eb5423f75" + "repository": "https://github.com/GyverLibs/GyverTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTimers-1.9.0.zip", + "archiveFileName": "GyverTimers-1.9.0.zip", + "size": 27328, + "checksum": "SHA-256:7f6e9e1564bd453e457f0876a937846636f23b402a7734ad5e227a8fbc5dd48b" }, { - "name": "mDash", - "version": "1.0.8", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverTimers", + "version": "1.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for control hardware timers on ATmega328p and ATmega2560", + "paragraph": "Library for control hardware timers on ATmega328p and ATmega2560", + "website": "https://github.com/GyverLibs/GyverTimers", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.8.zip", - "archiveFileName": "mDash-1.0.8.zip", - "size": 28166, - "checksum": "SHA-256:72fe9cdb0f97c683bfc8c4c3192b8701f47ac9be71e9c15b5be2b74ea1c2ad5e" + "repository": "https://github.com/GyverLibs/GyverTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTimers-1.10.0.zip", + "archiveFileName": "GyverTimers-1.10.0.zip", + "size": 28866, + "checksum": "SHA-256:8816237cb700ee3a7eade566b03be90dc78f282a6ccd80bfb94b788e5d62ff4d" }, { - "name": "mDash", - "version": "1.0.9", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "directADC", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced ADC control (AVR)", + "paragraph": "Library for advanced ADC control (AVR)", + "website": "https://github.com/GyverLibs/directADC", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.9.zip", - "archiveFileName": "mDash-1.0.9.zip", - "size": 84480, - "checksum": "SHA-256:a499683a5bda7ab8d70a6c026872970fe17f6fc17159e024b284ae573e1e43b8" + "repository": "https://github.com/GyverLibs/directADC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/directADC-1.1.0.zip", + "archiveFileName": "directADC-1.1.0.zip", + "size": 16384, + "checksum": "SHA-256:202072e971bb53e9cf04c44e4058afc4b52fab128e2b4738cf3e8b6e24dda14a" }, { - "name": "mDash", - "version": "1.0.10", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverFilters", + "version": "3.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library with few filters for data processing", + "paragraph": "Library with few filters for data processing", + "website": "https://github.com/GyverLibs/GyverFilters", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.10.zip", - "archiveFileName": "mDash-1.0.10.zip", - "size": 90102, - "checksum": "SHA-256:8836bdcfeb2b3397eb702c5847dbb2b04f634635c44839e2e294aee173cea2c9" + "repository": "https://github.com/GyverLibs/GyverFilters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFilters-3.0.0.zip", + "archiveFileName": "GyverFilters-3.0.0.zip", + "size": 55239, + "checksum": "SHA-256:6c5b679f39e7acbaf95be96b829bc3b3f6170b385f05a3cf605a6b8681f55743" }, { - "name": "mDash", - "version": "1.0.11", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "directTimers", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced hardware timers control", + "paragraph": "Library for advanced hardware timers control", + "website": "https://github.com/GyverLibs/directTimers", + "category": "Other", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.11.zip", - "archiveFileName": "mDash-1.0.11.zip", - "size": 91286, - "checksum": "SHA-256:99d34d482d0b7601254a710f21e8941f98b9bd78a59ab16f7e3940e8b0822942" + "repository": "https://github.com/GyverLibs/directTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/directTimers-1.0.0.zip", + "archiveFileName": "directTimers-1.0.0.zip", + "size": 211141, + "checksum": "SHA-256:ce65452da2da2046ae3c5d3bc1d87c9960562fb69d5507e1b7ff6c945a20e9f7" }, { - "name": "mDash", - "version": "1.0.12", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverPID", + "version": "3.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for PID regulating algorithm", + "paragraph": "Fast library for PID regulating algorithm", + "website": "https://github.com/GyverLibs/GyverPID", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.12.zip", - "archiveFileName": "mDash-1.0.12.zip", - "size": 91280, - "checksum": "SHA-256:de0ce02960e0da17d7c1545f4e54b0d800d256a40283e9ff3605657b2be88380" + "repository": "https://github.com/GyverLibs/GyverPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPID-3.3.0.zip", + "archiveFileName": "GyverPID-3.3.0.zip", + "size": 361785, + "checksum": "SHA-256:b4a9e57d4d15eb0ca9fcdbd7a1502e2900812489fae884b7ab0b487f9f50069a" }, { - "name": "mDash", - "version": "1.0.13", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "mString", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.13.zip", - "archiveFileName": "mDash-1.0.13.zip", - "size": 92241, - "checksum": "SHA-256:a42190f1253c07d52b966be56306eb3d8759ae3eb2e52cda128d9b69ec8b71ca" + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.0.0.zip", + "archiveFileName": "mString-1.0.0.zip", + "size": 9488, + "checksum": "SHA-256:12ad5aa44a19b8da9818678fd7af10d9ca4531d8c09bc53f2c51777267cb9544" }, { - "name": "mDash", - "version": "1.0.16", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "VolAnalyzer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.16.zip", - "archiveFileName": "mDash-1.0.16.zip", - "size": 92275, - "checksum": "SHA-256:5ee9973cd9f69f44df337ef72a93a0b8bd33e62f4c1687476678a7cb40622da0" + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.0.0.zip", + "archiveFileName": "VolAnalyzer-1.0.0.zip", + "size": 8337, + "checksum": "SHA-256:48fd71807f3643e65bf32a86a73eb4cc49694614b865affe98cf16e64e7407a7" }, { - "name": "mDash", - "version": "1.0.17", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "VolAnalyzer", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.17.zip", - "archiveFileName": "mDash-1.0.17.zip", - "size": 92715, - "checksum": "SHA-256:cf34d6c5112f6a27f2891639c99732041840174c56d31d31bb34ad5afa7b2049" + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.1.0.zip", + "archiveFileName": "VolAnalyzer-1.1.0.zip", + "size": 8400, + "checksum": "SHA-256:7f2933ebb3987d9913982719d2892d5fd2913f749a1a77b548047755a8deed1d" }, { - "name": "mDash", - "version": "1.0.18", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "Random16", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast 16 bit random number generator", + "paragraph": "Fast 16 bit random number generator", + "website": "https://github.com/GyverLibs/Random16", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.18.zip", - "archiveFileName": "mDash-1.0.18.zip", - "size": 92073, - "checksum": "SHA-256:2f5927b80113576fded11d55d3b6f16892cd7b21287807ffc821cb202e362eaf" + "repository": "https://github.com/GyverLibs/Random16.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Random16-1.0.0.zip", + "archiveFileName": "Random16-1.0.0.zip", + "size": 4930, + "checksum": "SHA-256:551fd10eb229939a78da463691487089863c8d5b0e21023a8e34ad35a4b15bbb" }, { - "name": "mDash", - "version": "1.0.19", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "Hamming", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for pack and unpack data by Hamming algorithm", + "paragraph": "Library for pack and unpack data by Hamming algorithm", + "website": "https://github.com/GyverLibs/Hamming", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.19.zip", - "archiveFileName": "mDash-1.0.19.zip", - "size": 92057, - "checksum": "SHA-256:f3cdba766785423c2ff4b4ced3344e98bd319d3c6d2b66d0762bd886c8e79295" + "repository": "https://github.com/GyverLibs/Hamming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Hamming-1.0.0.zip", + "archiveFileName": "Hamming-1.0.0.zip", + "size": 7484, + "checksum": "SHA-256:c3dee5441e190ba12eee94d2c9722050c6cd9f4487a85bba98246842c1d32720" }, { - "name": "mDash", - "version": "1.0.21", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "TimeRandom", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for generating random numbers with time syncronization", + "paragraph": "Library for generating random numbers with time syncronization", + "website": "https://github.com/GyverLibs/TimeRandom", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.21.zip", - "archiveFileName": "mDash-1.0.21.zip", - "size": 91190, - "checksum": "SHA-256:f70816cbd425b2e016b6da2533ccd1aa0a3fd39c0e63274cb78b385e7e34ce52" + "repository": "https://github.com/GyverLibs/TimeRandom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimeRandom-1.0.0.zip", + "archiveFileName": "TimeRandom-1.0.0.zip", + "size": 5585, + "checksum": "SHA-256:e27edb02fc6183778b9d12c595e2b7eb75a398e5be8fc75ff1c7163f89756a48" }, { - "name": "mDash", - "version": "1.0.22", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "UnixTime", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Unix time stamp to date time conversion and vice versa", + "paragraph": "Unix time stamp to date time conversion and vice versa", + "website": "https://github.com/GyverLibs/UnixTime", + "category": "Timing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.22.zip", - "archiveFileName": "mDash-1.0.22.zip", - "size": 91915, - "checksum": "SHA-256:e731f68556b5d9b1412fcacd51ca8c6f986fc063edb10e0eae2a2d34a81ac1a2" + "repository": "https://github.com/GyverLibs/UnixTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/UnixTime-1.0.0.zip", + "archiveFileName": "UnixTime-1.0.0.zip", + "size": 6700, + "checksum": "SHA-256:fd03818992a62c00671206aeabd0880ab63e8fdc90ac1dfac4492e0e5d72eb90" }, { - "name": "mDash", - "version": "1.0.23", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverGFX", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.23.zip", - "archiveFileName": "mDash-1.0.23.zip", - "size": 92364, - "checksum": "SHA-256:a57ab8224268e0ee176cc9ee526cf3b9d64a1e10262154ed48c7d526288c9584" + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.0.0.zip", + "archiveFileName": "GyverGFX-1.0.0.zip", + "size": 10383, + "checksum": "SHA-256:a1b74dc1d3c88030dd214df606f7dd8b97b95a960d8acda809c39e5e319cf526" }, { - "name": "mDash", - "version": "1.0.24", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32"], + "name": "GyverFIFO", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple ring (circular, FIFO) buffer for Arduino", + "paragraph": "Simple ring (circular, FIFO) buffer for Arduino", + "website": "https://github.com/GyverLibs/GyverFIFO", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.24.zip", - "archiveFileName": "mDash-1.0.24.zip", - "size": 92351, - "checksum": "SHA-256:ac22cda694ad93122481cc027dfb9e756724de7e27329d11edd0406068843de5" + "repository": "https://github.com/GyverLibs/GyverFIFO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFIFO-1.0.0.zip", + "archiveFileName": "GyverFIFO-1.0.0.zip", + "size": 5478, + "checksum": "SHA-256:dd54145afb747f03154ffbd0fa29f2e5600cdc9127ba6106abc008e2ee5b2f31" }, { - "name": "mDash", - "version": "1.0.25", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32", "esp8266"], + "name": "Forecaster", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Weather forecasting with Zambretti algorithm", + "paragraph": "Weather forecasting with Zambretti algorithm", + "website": "https://github.com/GyverLibs/Forecaster", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.25.zip", - "archiveFileName": "mDash-1.0.25.zip", - "size": 176931, - "checksum": "SHA-256:96adc6395b46b6772783429e28ae33e5afaecaf2063dd02d05da152904c5f1e5" + "repository": "https://github.com/GyverLibs/Forecaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Forecaster-1.0.0.zip", + "archiveFileName": "Forecaster-1.0.0.zip", + "size": 446395, + "checksum": "SHA-256:ce279ddabd7de42ef133b51c20511b11aec2d05d35d15308461dcdb87ccdb1d8" }, { - "name": "mDash", - "version": "1.0.26", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32", "esp8266"], + "name": "fixed", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Implementation of fixed poind calculations", + "paragraph": "Implementation of fixed poind calculations", + "website": "https://github.com/GyverLibs/fixed", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.26.zip", - "archiveFileName": "mDash-1.0.26.zip", - "size": 177236, - "checksum": "SHA-256:e118e6633ce0340f5480fcb1b52fb108dcac26d7d6f69ca5f2c55e1285f897ee" + "repository": "https://github.com/GyverLibs/fixed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/fixed-1.0.0.zip", + "archiveFileName": "fixed-1.0.0.zip", + "size": 5481, + "checksum": "SHA-256:5a1cee5b933d44a254ca18f6643aabe3562ce250f039de79028fb450996a7981" }, { - "name": "mDash", - "version": "1.0.27", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32", "esp8266"], + "name": "FFT_C", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "FFT library in C", + "paragraph": "FFT library in C", + "website": "https://github.com/GyverLibs/FFT_C", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.27.zip", - "archiveFileName": "mDash-1.0.27.zip", - "size": 177724, - "checksum": "SHA-256:010b57010112eace91998ab28a15d97a550a1b30bc1d521e9a4a227834d2ee41" + "repository": "https://github.com/GyverLibs/FFT_C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FFT_C-1.0.0.zip", + "archiveFileName": "FFT_C-1.0.0.zip", + "size": 7209, + "checksum": "SHA-256:d76b3f978625075bcfbf0030fd7eaa7bd6c1d4adbf070827883bb989c02455e2" }, { - "name": "mDash", - "version": "1.0.28", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32", "esp8266"], + "name": "Clap", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for clap recognition and counting", + "paragraph": "Library for clap recognition and counting", + "website": "https://github.com/GyverLibs/Clap", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.28.zip", - "archiveFileName": "mDash-1.0.28.zip", - "size": 178872, - "checksum": "SHA-256:f7db19aa7c7b4d726adc9d473b31e0e846047ff8657393be3b4ee0686f7f4f0f" + "repository": "https://github.com/GyverLibs/Clap.git", + "dependencies": [ + { + "name": "VolAnalyzer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Clap-1.0.0.zip", + "archiveFileName": "Clap-1.0.0.zip", + "size": 5578, + "checksum": "SHA-256:8f8089f5293fd4551c179d90875477d780abf341164cba5d96f4bfc682e53478" }, { - "name": "mDash", - "version": "1.0.29", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32", "esp8266"], + "name": "BitPack", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for packing bit flags into byte array", + "paragraph": "Library for packing bit flags into byte array", + "website": "https://github.com/GyverLibs/BitPack", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.29.zip", - "archiveFileName": "mDash-1.0.29.zip", - "size": 181369, - "checksum": "SHA-256:a157e8ee95ad0046c632bf1c36ee2f5fa8fd9805fcd00e21bf71ef932fdb60bb" + "repository": "https://github.com/GyverLibs/BitPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/BitPack-1.0.0.zip", + "archiveFileName": "BitPack-1.0.0.zip", + "size": 5155, + "checksum": "SHA-256:d377342c6cab00ba9d6ad69058d4ce585df0d42b0276cf51077efd3694c462ac" }, { - "name": "mDash", - "version": "1.0.30", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": ["esp32", "esp8266"], + "name": "CRT", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Bunch of CRT functions for LEDs", + "paragraph": "Bunch of CRT functions for LEDs", + "website": "https://github.com/GyverLibs/CRT", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.30.zip", - "archiveFileName": "mDash-1.0.30.zip", - "size": 182838, - "checksum": "SHA-256:c4a38d779165dcb276dc189949dc73097530ed768741a31d9c8c5c06e0bbef3e" + "repository": "https://github.com/GyverLibs/CRT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/CRT-1.0.0.zip", + "archiveFileName": "CRT-1.0.0.zip", + "size": 5854, + "checksum": "SHA-256:baddf4a271a80af64329f1a94a598c9092452aa24c5d531caaade1c98bd38bf9" }, { - "name": "mDash", - "version": "1.0.31", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "FastBot", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.31.zip", - "archiveFileName": "mDash-1.0.31.zip", - "size": 182810, - "checksum": "SHA-256:3251bf8a9a802289c0a569d85e86b432dc1668048de960a1ea6c1b2181a4d96b" + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.0.0.zip", + "archiveFileName": "FastBot-1.0.0.zip", + "size": 10103, + "checksum": "SHA-256:0283ebd0c89920dbb7f56b2653b29c25afa20d865043f0343134c284ace2d781" }, { - "name": "mDash", - "version": "1.0.32", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "FastBot", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.32.zip", - "archiveFileName": "mDash-1.0.32.zip", - "size": 220767, - "checksum": "SHA-256:ffdee7266e58f9c82d710277a0d885f3d4fc2a3cbcb4d94604803828ed5cf1d9" + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.1.0.zip", + "archiveFileName": "FastBot-1.1.0.zip", + "size": 10123, + "checksum": "SHA-256:4009bc347bc14b1fad7d01592f4bfcce0888c65badaaef5272a73a4783551ca7" }, { - "name": "mDash", - "version": "1.0.33", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "FastBot", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.33.zip", - "archiveFileName": "mDash-1.0.33.zip", - "size": 223275, - "checksum": "SHA-256:5184ddcfc93a9c1aba9f29bb07c08f038c4459692d04a5e5cfb025722531a8ec" + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.2.0.zip", + "archiveFileName": "FastBot-1.2.0.zip", + "size": 10271, + "checksum": "SHA-256:f59ce588a571b50d4c73e108edda8deda78959eec196238987872d55cf29fbfb" }, { - "name": "mDash", - "version": "1.0.34", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "FastBot", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.34.zip", - "archiveFileName": "mDash-1.0.34.zip", - "size": 225974, - "checksum": "SHA-256:92e8cd15620680d8db88b10ba2666ee79f773811f3f5785fe0219696eabcfd02" + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.3.0.zip", + "archiveFileName": "FastBot-1.3.0.zip", + "size": 11209, + "checksum": "SHA-256:4c2f9191d5a9c08176a7b2d218a1287941e9589915eefcfc7b46302999a21112" }, { - "name": "mDash", - "version": "1.0.36", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "FastBot", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.36.zip", - "archiveFileName": "mDash-1.0.36.zip", - "size": 227793, - "checksum": "SHA-256:158fcadc95aa0bff7aa20262bd09534691a01dddff0339b4b8e93de215ed20cc" + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.3.1.zip", + "archiveFileName": "FastBot-1.3.1.zip", + "size": 11248, + "checksum": "SHA-256:4e11842ea9b1716dd21b54e129457dff7f623bad26c41b335afe6134d04ba6a5" }, { - "name": "mDash", - "version": "1.0.38", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "FastBot", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.38.zip", - "archiveFileName": "mDash-1.0.38.zip", - "size": 237602, - "checksum": "SHA-256:7de9e4ddd3afe3ef502d15f5cd96c69d6475758e2c6c2d8d3365434698ba12af" + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.4.0.zip", + "archiveFileName": "FastBot-1.4.0.zip", + "size": 12875, + "checksum": "SHA-256:5cffb9d713c27e564c64b6031bf6d3183ba1ea0dbe49b1123405033ab6e07dd7" }, { - "name": "mDash", - "version": "1.0.39", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "GyverBus", + "version": "2.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Communicating by GBUS interface", + "paragraph": "Communicating by GBUS interface", + "website": "https://github.com/GyverLibs/GyverBus", "category": "Communication", - "architectures": ["esp32", "esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": ["mDash.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.39.zip", - "archiveFileName": "mDash-1.0.39.zip", - "size": 237788, - "checksum": "SHA-256:f7811d02edc6642354cb03ba5201c4841c0b1208c6a6051db1b62404a9e831f4" + "repository": "https://github.com/GyverLibs/GyverBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBus-2.4.0.zip", + "archiveFileName": "GyverBus-2.4.0.zip", + "size": 56128, + "checksum": "SHA-256:d86bd7aeb1948750391e401371ad926ac596b6380142a25ed30c368ca1fb35ce" }, { - "name": "LiquidCrystal", + "name": "Gyver433", "version": "1.0.0", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.0.zip", - "archiveFileName": "LiquidCrystal-1.0.0.zip", - "size": 18994, - "checksum": "SHA-256:b2702650b965dc5a18330560077f5fb85cea2455dfdcc8a03c2080878c384058" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.0.0.zip", + "archiveFileName": "Gyver433-1.0.0.zip", + "size": 315760, + "checksum": "SHA-256:6558c7c4e1cc8bb52501e879e1300c2b0acf675a8b2a8c58e67423aa1eeba70a" }, { - "name": "LiquidCrystal", - "version": "1.0.1", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "Gyver433", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.1.zip", - "archiveFileName": "LiquidCrystal-1.0.1.zip", - "size": 18989, - "checksum": "SHA-256:b060fec7e801c55624df55011e8663c922cbda2b85d0a4003f11c3dc2e015f43" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.1.0.zip", + "archiveFileName": "Gyver433-1.1.0.zip", + "size": 320764, + "checksum": "SHA-256:163611c0e661412e76d44c6a6f22bf446566b40257b3f275b1877fe67413974f" }, { - "name": "LiquidCrystal", - "version": "1.0.2", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "Gyver433", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.2.zip", - "archiveFileName": "LiquidCrystal-1.0.2.zip", - "size": 19068, - "checksum": "SHA-256:8b43d7492228318a894012296449b2dc168c6db068b44e6a09ec9b616ddb0735" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.2.0.zip", + "archiveFileName": "Gyver433-1.2.0.zip", + "size": 321453, + "checksum": "SHA-256:e6cb820a2d16a855fd94ba9e62ba9f6b249037cbc375a65513d78c9c2a4824d9" }, { - "name": "LiquidCrystal", - "version": "1.0.3", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "Gyver433", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.3.zip", - "archiveFileName": "LiquidCrystal-1.0.3.zip", - "size": 19060, - "checksum": "SHA-256:2a25d6e9093f645356cc5fe89c8c9a832093665f11b7e1b5921ad6e678c86643" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.3.0.zip", + "archiveFileName": "Gyver433-1.3.0.zip", + "size": 321773, + "checksum": "SHA-256:5214efc7b8b3c7c623ddbea2bbfc7d6e2131229b96445faf3ea62c2ec18f931a" }, { - "name": "LiquidCrystal", - "version": "1.0.4", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "Gyver433", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.4.zip", - "archiveFileName": "LiquidCrystal-1.0.4.zip", - "size": 19095, - "checksum": "SHA-256:eae3cdcd6fd0117413a11d4a1b332bd5bd633cc6f00b0ce4d9dd6f2e3d397e14" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.4.0.zip", + "archiveFileName": "Gyver433-1.4.0.zip", + "size": 322148, + "checksum": "SHA-256:4d0506bf2c955de1a6f0e86106630f73412b435450e4bc88a462a3ca42de7fe4" }, { - "name": "LiquidCrystal", - "version": "1.0.6", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", - "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "AsyncStream", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Async read from Stream objects (Serial, etc)", + "paragraph": "Async read from Stream objects (Serial, etc)", + "website": "https://github.com/GyverLibs/AsyncStream", + "category": "Communication", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.6.zip", - "archiveFileName": "LiquidCrystal-1.0.6.zip", - "size": 19942, - "checksum": "SHA-256:7427f8de266f0d6a741356d21e7072e9b62835f2b6948ebab7c63a960c48433b" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/AsyncStream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AsyncStream-1.0.0.zip", + "archiveFileName": "AsyncStream-1.0.0.zip", + "size": 5870, + "checksum": "SHA-256:58122c259304126152af7c963ea3c19be547f48ce20baf43bcc2c97d14b8d2e1" }, { - "name": "LiquidCrystal", - "version": "1.0.7", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", - "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "GParser", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings", + "paragraph": "Fast library for parsing cstring into substrings", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.7.zip", - "archiveFileName": "LiquidCrystal-1.0.7.zip", - "size": 19947, - "checksum": "SHA-256:f7b14c42afbbdcfbe66073e6ef1e4cbaa03f5d11f52f9ab91c916b6ccac38434" + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.0.0.zip", + "archiveFileName": "GParser-1.0.0.zip", + "size": 7409, + "checksum": "SHA-256:32613d9ebb97c675c085328e12efe2630bfd10868ec5100f315ecefa648b5bb0" + }, + { + "name": "GyverPWM", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced PWM settings of AVR", + "paragraph": "Library for advanced PWM settings of AVR", + "website": "https://github.com/GyverLibs/GyverPWM", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GyverPWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPWM-1.4.0.zip", + "archiveFileName": "GyverPWM-1.4.0.zip", + "size": 144082, + "checksum": "SHA-256:5973867ea701e7bab60d72d36618ce9ec4bd965ab021260c98a5ffe25d0bb96f" + }, + { + "name": "GyverUART", + "version": "1.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast Serial library", + "paragraph": "Light and fast Serial library", + "website": "https://github.com/GyverLibs/GyverUART", + "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GyverUART.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverUART-1.10.0.zip", + "archiveFileName": "GyverUART-1.10.0.zip", + "size": 9551, + "checksum": "SHA-256:8a774c23e1ab37efcb884c7a35b1c2a38ff77ebe8cfd2a37f9e333b10fac4d49" + }, + { + "name": "GyverTimer", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple timer with period/timeout modes on millis", + "paragraph": "Simple timer with period/timeout modes on millis", + "website": "https://github.com/GyverLibs/GyverTimer", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GyverTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTimer-3.2.0.zip", + "archiveFileName": "GyverTimer-3.2.0.zip", + "size": 194487, + "checksum": "SHA-256:ebdf27790838b10530e598cb8755df3cfaf829a7a4ba40ef5e7c9ee8301741ef" + }, + { + "name": "TimerMs", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced software timer (based on millis())", + "paragraph": "Advanced software timer (based on millis())", + "website": "https://github.com/GyverLibs/TimerMs", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/TimerMs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimerMs-1.0.0.zip", + "archiveFileName": "TimerMs-1.0.0.zip", + "size": 6650, + "checksum": "SHA-256:9ea0af6b6d73bcf3deb2247027672d06846b938a19a008fa257d3bb3f0d87045" + }, + { + "name": "GyverPower", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-1.6.0.zip", + "archiveFileName": "GyverPower-1.6.0.zip", + "size": 27903, + "checksum": "SHA-256:af22f903535366c0669aed29d9ab06be9d48201a881bc1b0fcbcb01a4e4b43fd" + }, + { + "name": "GyverPower", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-1.7.0.zip", + "archiveFileName": "GyverPower-1.7.0.zip", + "size": 28029, + "checksum": "SHA-256:ffb8eb25ab4da075e349a09e6ef034d5cf1f1b353ec83d1f9621afb4b46b2756" }, { - "name": "GSM", + "name": "GyverOS", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://arduino.cc/en/Reference/GSM", - "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.0.zip", - "archiveFileName": "GSM-1.0.0.zip", - "size": 132583, - "checksum": "SHA-256:9598ab9a3c0c08aa494e69f73d760204a52b461e1b213b496f1ee3a941ecd6ed" + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple task manager for Arduino", + "paragraph": "Simple task manager for Arduino", + "website": "https://github.com/GyverLibs/GyverOS", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/GyverOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOS-1.0.0.zip", + "archiveFileName": "GyverOS-1.0.0.zip", + "size": 8768, + "checksum": "SHA-256:a399228189a222ff2c9dfc2d23ad5dd05a1bce4ac7d2f1ef421382b8efefcdbc" }, { - "name": "GSM", - "version": "1.0.1", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://arduino.cc/en/Reference/GSM", - "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.1.zip", - "archiveFileName": "GSM-1.0.1.zip", - "size": 132583, - "checksum": "SHA-256:33fdacf2190901499210ff249ca5a4cdd1a34053c6b7030a074f17b1e7f98993" + "name": "buildTime", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library will help you to get compile time", + "paragraph": "Library will help you to get compile time", + "website": "https://github.com/GyverLibs/buildTime", + "category": "Timing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/GyverLibs/buildTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/buildTime-1.0.0.zip", + "archiveFileName": "buildTime-1.0.0.zip", + "size": 5416, + "checksum": "SHA-256:5d3622babbc42cb3226eb4d9927f06e9c96c24eda3c83a17152ebf8a268280bf" }, { - "name": "GSM", - "version": "1.0.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://arduino.cc/en/Reference/GSM", - "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.2.zip", - "archiveFileName": "GSM-1.0.2.zip", - "size": 151947, - "checksum": "SHA-256:6ed6f7b63a52b6e7a30bbb4ff07746fbd564f694f2fa39a21036ce119dd6790d" + "name": "MS5x", + "version": "1.0.0", + "author": "LifeWithMatthew", + "maintainer": "LifeWithMatthew \u003clifewithmatthew@yahoo.com\u003e", + "sentence": "Library for digital pressure sensors MS5xxx by Measurement Specialties (MEAS)", + "paragraph": "This library allows for the communication with MS5xxx pressure sensors, such as the MS5607, MS5611, MS58xx, and MS57xx sensors, over i2c", + "website": "https://github.com/abishur/arduino-ms5x", + "category": "Uncategorized", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/abishur/ms5x.git", + "providesIncludes": ["MS5x.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/abishur/MS5x-1.0.0.zip", + "archiveFileName": "MS5x-1.0.0.zip", + "size": 37845, + "checksum": "SHA-256:2d25e3b0c2d8db57014a13d354c4a7eb5b9f552bfefc85c1d425ab93e836b5e8" }, { - "name": "GSM", - "version": "1.0.3", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://arduino.cc/en/Reference/GSM", + "name": "CanBusData_asukiaaa", + "version": "0.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.3.zip", - "archiveFileName": "GSM-1.0.3.zip", - "size": 151987, - "checksum": "SHA-256:ce8764432efe430a7862c7e18d2c41cd2ea8a72fcb9f0a3ef23b36ec84cc167d" + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-0.1.0.zip", + "archiveFileName": "CanBusData_asukiaaa-0.1.0.zip", + "size": 1416, + "checksum": "SHA-256:4925128bc1c907f0870ff4d0ba4d246474c5d5ecbd890849cf90cd7386b7e37d" }, { - "name": "GSM", - "version": "1.0.4", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/GSM", + "name": "CanBusData_asukiaaa", + "version": "0.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.4.zip", - "archiveFileName": "GSM-1.0.4.zip", - "size": 152028, - "checksum": "SHA-256:7842706d5dbfab9f0159054e49cbdd5c22fa11311d241bd252fd0787a967cb8f" + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-0.2.0.zip", + "archiveFileName": "CanBusData_asukiaaa-0.2.0.zip", + "size": 3061, + "checksum": "SHA-256:0c927936c2adecaab2f918d102423772b6990c84ea3c0c04c46469565a15a71c" }, { - "name": "GSM", - "version": "1.0.5", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/GSM", + "name": "CanBusData_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.5.zip", - "archiveFileName": "GSM-1.0.5.zip", - "size": 151940, - "checksum": "SHA-256:3fbbb7b903b5efb4fc61c823754ab31a4e6c2349e721439cafefaa9bd7dbf549" + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "dependencies": [ + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-1.0.0.zip", + "archiveFileName": "CanBusData_asukiaaa-1.0.0.zip", + "size": 2964, + "checksum": "SHA-256:33c3260a0f6c77531d0f807d0749e16cfd2759df87a81cbc159be16309c86f2e" }, { - "name": "GSM", - "version": "1.0.6", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "http://www.arduino.cc/en/Reference/GSM", + "name": "CanBusMCP2515_asukiaaa", + "version": "0.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", "category": "Communication", - "architectures": ["avr"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.6.zip", - "archiveFileName": "GSM-1.0.6.zip", - "size": 151923, - "checksum": "SHA-256:716920a84715d8cde6997e676174eb088e0855395065de9c7239d18e92cfceb1" + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-0.1.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-0.1.0.zip", + "size": 2398, + "checksum": "SHA-256:42d6123d4e7ae573f0041dd30326376b04c1f798fc4fcbcddf584baefeea2bfc" }, { - "name": "PhysicsLabFirmware", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Firmware for the Physics Lab kit.", - "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", - "website": "https://github.com/arduino/PhysicsLabFirmware", + "name": "CanBusMCP2515_asukiaaa", + "version": "0.2.0", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", "category": "Communication", - "architectures": ["samd"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/PhysicsLabFirmware.git", - "providesIncludes": ["PhysicsLabFirmware.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/PhysicsLabFirmware-1.0.0.zip", - "archiveFileName": "PhysicsLabFirmware-1.0.0.zip", - "size": 8188, - "checksum": "SHA-256:c81f39e076d9a4fcd54d6c270a1a6538e1f5eafc3d1a0bb3fc5356aee2c25222" + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-0.2.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-0.2.0.zip", + "size": 19461, + "checksum": "SHA-256:4b1a48d35f22dc821d0761dade7263cdb1ad994cdb855f51c2aab8a0e213243f" }, { - "name": "CTC GO CORE", + "name": "CanBusMCP2515_asukiaaa", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.0.0.zip", - "archiveFileName": "CTC_GO_CORE-1.0.0.zip", - "size": 63660, - "checksum": "SHA-256:f1fc71d934ac10871f635f8cd16083656bf95e48625b4ad312fe0838ec153d46" + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-1.0.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-1.0.0.zip", + "size": 20586, + "checksum": "SHA-256:2bafca79f03af8b2424a26970fbd5cf65e93083bd2f047c63ec7c1db22b0f7d5" }, { - "name": "CTC GO CORE", + "name": "CanBusMCP2515_asukiaaa", "version": "1.1.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.1.0.zip", - "archiveFileName": "CTC_GO_CORE-1.1.0.zip", - "size": 63159, - "checksum": "SHA-256:6872baac118f7408e66fb4690ea4fc4aaa1499c57e6ac7a6ca5c26f628713ae5" + "types": ["Contributed"], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-1.1.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-1.1.0.zip", + "size": 20666, + "checksum": "SHA-256:aa4caaa67b74cc6436d333582e56c04dedc3ddd5f8c8b5c54cf3a52997f228c2" }, { - "name": "CTC GO CORE", - "version": "1.2.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "name": "OttoArduinoLib", + "version": "1.0.0", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for Otto and Otto Lee robot.", + "paragraph": "OttoArduinoLib contains all the code needed to control the Otto and Otto Lee robot.", + "website": "https://github.com/DLE-Dev/OttoArduinoLib", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/DLE-Dev/OttoArduinoLib.git", + "providesIncludes": ["Otto.h", "OttoLee.h"], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DLE-Dev/OttoArduinoLib-1.0.0.zip", + "archiveFileName": "OttoArduinoLib-1.0.0.zip", + "size": 47992, + "checksum": "SHA-256:bc0fd6b2a720902f73577877e23208a9d1aadbfc661d5e00d38c45fe305244ce" + }, + { + "name": "EmbedUI", + "version": "1.1.2", + "author": "Maker Vinod", + "maintainer": "Maker Vinod \u003cmaker.vinodm@gmail.com\u003e", + "sentence": "EmbedUI is an open source Project, for enthusiasts to speed-up \u0026 visualize UI development using Embedded Hardware.", + "paragraph": "EmbedUI makes UI Development simpler \u0026 faster for Embedded Devices without the need of any additional display hardware. Utilizes your Laptop/PC Display Screen to generate the required UI for your application.", + "website": "https://github.com/EmbedUI/EmbedUI-Library", + "category": "Display", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.2.0.zip", - "archiveFileName": "CTC_GO_CORE-1.2.0.zip", - "size": 62089, - "checksum": "SHA-256:536b33d10cbc6632e457c655e3a7765ab41d18b4d09cc75bea5eec8a4aeeaf40" + "types": ["Contributed"], + "repository": "https://github.com/EmbedUI/EmbedUI-Library.git", + "providesIncludes": ["EmbedUI.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/EmbedUI/EmbedUI-1.1.2.zip", + "archiveFileName": "EmbedUI-1.1.2.zip", + "size": 24965, + "checksum": "SHA-256:9689e3e9c57e378d75c2fe29b69426b5208f2e0e07a045b0aee726c389441b9e" }, { - "name": "Arduino_MKRGPS", + "name": "SDU_CAR", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the location from the GPS on your MKR GPS shield.", - "website": "http://github.com/arduino-libraries/Arduino_MKRGPS", - "category": "Sensors", - "architectures": ["samd"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_MKRGPS.git", - "providesIncludes": ["Arduino_MKRGPS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRGPS-1.0.0.zip", - "archiveFileName": "Arduino_MKRGPS-1.0.0.zip", - "size": 18836, - "checksum": "SHA-256:ef3ba6a4b97a81a1d1ae10747bbb440ab3e001af4fd942dfc61e51a09e402f88" + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/rasmushedeager/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rasmushedeager/SDU_CAR-1.0.0.zip", + "archiveFileName": "SDU_CAR-1.0.0.zip", + "size": 10086, + "checksum": "SHA-256:df12feaa0fef0fe3de8668e812e0aeb304e61e0af2b48f6e8a9478ee34d9ef39" }, { - "name": "FixedPoint_LUT", - "version": "1.0.0", - "author": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", - "maintainer": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", - "sentence": "Use FixedPoint_LUT to replace highly runtime intensive calculation times", - "paragraph": "FixedPoint_LUT uses LUTs to search for values in an array and make simple calculations rather then calculate complex mathematical functions", - "website": "https://github.com/Pantastisch/FixedPoint_LUT", + "name": "SRF05", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Pantastisch/FixedPoint_LUT.git", - "providesIncludes": ["LUT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Pantastisch/FixedPoint_LUT-1.0.0.zip", - "archiveFileName": "FixedPoint_LUT-1.0.0.zip", - "size": 18516, - "checksum": "SHA-256:4572eb8e4889518d180123c3935b19b2965c8c7dff4506f5a830894889a07a99" + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": ["SRF05.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.0.zip", + "archiveFileName": "SRF05-0.1.0.zip", + "size": 12120, + "checksum": "SHA-256:a077b6ac0099883f0a97cf30f10de2b19f43e82766cfe2d6df5065aecefaffe7" }, { - "name": "toneAC", - "version": "1.5.0", - "author": "Tim Eckel \u003ctim@leethost.com\u003e", - "maintainer": "Tim Eckel \u003ctim@leethost.com\u003e", - "sentence": "Replacement to the standard tone library with many advantages", - "paragraph": "Replacement to the standard tone library with many advantages", - "website": "https://github.com/teckel12/arduino-toneac", - "category": "Signal Input/Output", - "architectures": ["avr"], + "name": "wolfssl", + "version": "4.7.1", + "author": "www.wolfssl.com", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "wolfSSL Embedded SSL/TLS Library for Arduino", + "paragraph": "The wolfSSL embedded SSL library is a lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set.", + "website": "https://github.com/onelife/Arduino_wolfssl", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/teckel12/arduino-toneac.git", - "providesIncludes": ["toneAC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/teckel12/toneAC-1.5.0.zip", - "archiveFileName": "toneAC-1.5.0.zip", - "size": 12112, - "checksum": "SHA-256:9c001b29ad3fe6551611dfd4f30dca51f92debd61fd9428a8e5230395c92b74b" + "repository": "https://github.com/onelife/Arduino_wolfssl.git", + "providesIncludes": ["wolfssl.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/wolfssl-4.7.1.zip", + "archiveFileName": "wolfssl-4.7.1.zip", + "size": 5535395, + "checksum": "SHA-256:b332f51ee3015903a46feffa6738128bf045f17e8b0cdab410ff625f1373a0c0" }, { - "name": "WarmCat6x14backpack", - "version": "0.9.0", - "author": "WarmCatUK", - "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", - "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", - "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", - "website": "https://github.com/WarmCatUK/WarmCat6x14backpack", - "category": "Display", + "name": "AT24C256 library", + "version": "1.0.0", + "author": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "maintainer": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "sentence": "Library for the \u003ca href=\"https://ww1.microchip.com/downloads/en/DeviceDoc/doc0670.pdf\"\u003eAT24C256 I2C EEPROM\u003c/a\u003e.", + "paragraph": "Library for the AT24C256 EEPROM used in popular breakout boards", + "website": "https://github.com/dantudose/AT24C256", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.0.zip", - "archiveFileName": "WarmCat6x14backpack-0.9.0.zip", - "size": 6305, - "checksum": "SHA-256:470909759ad8ef8090c7d6d97eb5c8d315b9801d765ef0bcf578247cf891fc44" + "repository": "https://github.com/dantudose/AT24C256.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dantudose/AT24C256_library-1.0.0.zip", + "archiveFileName": "AT24C256_library-1.0.0.zip", + "size": 15979, + "checksum": "SHA-256:7cedda4e92ecb5e3e1be3e39b298959edf9b9723378cbc8dfdb945c14700a3d4" }, { - "name": "Computherm RF Library", + "name": "rotaryDecoderSwitch", "version": "0.1.0", - "author": "Denxhun", - "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", - "sentence": "Arduino library for Computherm Q8RF thermostat.", - "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", - "website": "https://github.com/denxhun/ComputhermRF", - "category": "Signal Input/Output", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/denxhun/ComputhermRF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.0.zip", - "archiveFileName": "Computherm_RF_Library-0.1.0.zip", - "size": 6685, - "checksum": "SHA-256:c7f43323f319d6064654ebae0e5ac254a968106234152857be333e2ca9928712" + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": ["rotaryDecoderSwitch.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.1.0.zip", + "archiveFileName": "rotaryDecoderSwitch-0.1.0.zip", + "size": 12421, + "checksum": "SHA-256:525f40ae0431fe2ba84820d64a4a36a300dfcdbb54c62e6f185e3b679391bdd7" }, { - "name": "Computherm RF Library", - "version": "0.1.2", - "author": "Denxhun", - "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", - "sentence": "Arduino library for Computherm Q8RF thermostat.", - "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", - "website": "https://github.com/denxhun/ComputhermRF", - "category": "Signal Input/Output", - "architectures": ["esp8266"], + "name": "LTC2991", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/denxhun/ComputhermRF.git", - "url": "http://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.2.zip", - "archiveFileName": "Computherm_RF_Library-0.1.2.zip", - "size": 6774, - "checksum": "SHA-256:66d7f137e0533256501673baa4d30b2dea0b3b0e4e309b8944869f8f40fefe61" + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": ["LTC2991.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.0.zip", + "archiveFileName": "LTC2991-0.1.0.zip", + "size": 13691, + "checksum": "SHA-256:693105f0b7a20e7b1338464e037a159baf951cc924ff2bffbb1f9c3de9c889dd" }, { - "name": "rastr", + "name": "LTC2991", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": ["LTC2991.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.1.zip", + "archiveFileName": "LTC2991-0.1.1.zip", + "size": 14238, + "checksum": "SHA-256:e602db65930903e47ff9efce788048582bc150d77b4f87950b1637737d3dd9e4" + }, + { + "name": "AD5144A", "version": "0.1.0", - "author": "Vincenzo Pacella", - "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", - "sentence": "A small, lightweight header-only graphics library", - "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", - "website": "https://github.com/shaduzlabs/arduino-rastr", - "category": "Display", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/shaduzlabs/arduino-rastr.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.0.zip", - "archiveFileName": "rastr-0.1.0.zip", - "size": 19145, - "checksum": "SHA-256:8ae6ce05fba040bb7b1ff0d8498937d2adc14e44df10c8befeca6e3ceef8eddd" + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": ["AD5144A.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.0.zip", + "archiveFileName": "AD5144A-0.1.0.zip", + "size": 17110, + "checksum": "SHA-256:37502823681cad72631068d6596b718f661731da617af53b2eb38d7430b49c9c" }, { - "name": "rastr", + "name": "AD5144A", "version": "0.1.1", - "author": "Vincenzo Pacella", - "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", - "sentence": "A small, lightweight header-only graphics library", - "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", - "website": "https://github.com/shaduzlabs/arduino-rastr", - "category": "Display", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/shaduzlabs/arduino-rastr.git", - "url": "http://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.1.zip", - "archiveFileName": "rastr-0.1.1.zip", - "size": 19149, - "checksum": "SHA-256:fb7dc122a5c456a8aa4be56239b4ae7fc50244e207bc14fe81191936db4994d3" + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": ["AD5144A.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.1.zip", + "archiveFileName": "AD5144A-0.1.1.zip", + "size": 17254, + "checksum": "SHA-256:29beb68796f291f83816b7cc7b2a45fda774e71bc00fa2b5c241430f5d4f1974" }, { - "name": "RemoteXY", - "version": "2.3.5", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", - "category": "Communication", + "name": "AD5144A", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.3.5.zip", - "archiveFileName": "RemoteXY-2.3.5.zip", - "size": 31907, - "checksum": "SHA-256:8ec351b40bd89cc70eef2b4de2cd69cec4fe3ba93ded8916a5cd8f874daf8eba" + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": ["AD5144A.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.2.zip", + "archiveFileName": "AD5144A-0.1.2.zip", + "size": 17533, + "checksum": "SHA-256:7dc54f718f3112859d578238f88cb48ca83c9a9b1179a9305facc4a3dba424e1" }, { - "name": "OneSystemLibrary", + "name": "ICM20948_WE", "version": "1.0.0", - "author": "Pascal Buerger", - "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", - "sentence": "Arduino library for Delta-Robot One", - "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow us on instagram -\u003e deltarobotone", - "website": "https://github.com/deltarobotone/one_system_library", - "category": "Other", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/deltarobotone/one_system_library.git", - "providesIncludes": ["DeltaRobotOne.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.0.zip", - "archiveFileName": "OneSystemLibrary-1.0.0.zip", - "size": 59776, - "checksum": "SHA-256:18eda0643f19506268c06f7e8e4691bd2fbc996dd6dc68f77391d3597333bc36" + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": ["ICM20948_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.0.zip", + "archiveFileName": "ICM20948_WE-1.0.0.zip", + "size": 460255, + "checksum": "SHA-256:5516254b39a93a54a5b473c0fe219500eaba1770c71cef0c3d01ff32fdf250c5" }, { - "name": "AsyncElegantOTA", - "version": "1.0.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "ICM20948_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.0.zip", - "archiveFileName": "AsyncElegantOTA-1.0.0.zip", - "size": 646530, - "checksum": "SHA-256:4d79c66b6218ac4233033c8a0a18d27cc46b438c7b9a122dd17a487cb900fe5c" + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": ["ICM20948_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.1.zip", + "archiveFileName": "ICM20948_WE-1.0.1.zip", + "size": 462219, + "checksum": "SHA-256:3dd79eb2f01f4c87772c03029dafea51aa389e9b01bc95efa13860fc481c03ab" }, { - "name": "AsyncElegantOTA", + "name": "ICM20948_WE", "version": "1.0.2", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.2.zip", - "archiveFileName": "AsyncElegantOTA-1.0.2.zip", - "size": 646535, - "checksum": "SHA-256:433544cda7be3b809048870f1cdedf0a05b9af3771444c83ab13ea915b130e8c" + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": ["ICM20948_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.2.zip", + "archiveFileName": "ICM20948_WE-1.0.2.zip", + "size": 412086, + "checksum": "SHA-256:884a95ecfbc305a0f69c4690f41f43be05b8b3a20832df79dc8fe92c1907e2fa" }, { - "name": "AsyncElegantOTA", + "name": "ICM20948_WE", "version": "1.0.3", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.3.zip", - "archiveFileName": "AsyncElegantOTA-1.0.3.zip", - "size": 632458, - "checksum": "SHA-256:600b25c63ebe28a6c0e7a3ebf032174880d647e7ed2f75e924a17a917173f7d9" + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": ["ICM20948_WE.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.3.zip", + "archiveFileName": "ICM20948_WE-1.0.3.zip", + "size": 412048, + "checksum": "SHA-256:a2c75ae4bcc4e0c8224a630149757f0ec776a71dff36c5cacb9e6a6dc3a569b1" }, { - "name": "AsyncElegantOTA", - "version": "1.0.4", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", - "category": "Communication", - "architectures": ["esp8266", "esp32"], + "name": "RPI_PICO_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["rp2040"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.4.zip", - "archiveFileName": "AsyncElegantOTA-1.0.4.zip", - "size": 632948, - "checksum": "SHA-256:1f5a6a52927fac7283d9b2315deb56c2a3aaee15cef736a80eef6ba297112678" + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": ["RPi_Pico_TimerInterrupt.h", "RPi_Pico_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.0.0.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.0.0.zip", + "size": 70309, + "checksum": "SHA-256:578805d9e109f57cd0406ac01ffab2ecf26e9bd8485df4dccfcd39d49d99d991" }, { - "name": "VEML6075", + "name": "RPI_PICO_TimerInterrupt", "version": "1.0.1", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "An Arduino Library Specifically for the ESP32.", - "paragraph": "Handles communication without th Wire.h library. Adds config option.", - "website": "https://github.com/WifWaf/VEML6075", - "category": "Sensors", - "architectures": ["*"], + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["rp2040"], "types": ["Contributed"], - "repository": "https://github.com/WifWaf/VEML6075.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/VEML6075-1.0.1.zip", - "archiveFileName": "VEML6075-1.0.1.zip", - "size": 1122288, - "checksum": "SHA-256:7ed9402ada2015c54ec6efbf18e3b2576c19725eb7ba559be520a868b1fa74a5" + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": ["RPi_Pico_TimerInterrupt.h", "RPi_Pico_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.0.1.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.0.1.zip", + "size": 89198, + "checksum": "SHA-256:91ccf40db7906fff9baa7a99715ea1a9cfeee2f113a6e771836526caadbb6508" }, { - "name": "RTT QRCode", - "version": "0.1.0", - "author": "Richard Moore \u003cgithub@ricmoo.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread QR Code App", - "paragraph": "A simple library for generating QR codes in C, optimized for processing and memory constrained systems.", - "website": "https://github.com/onelife/rtt-qrcode", - "category": "Data Processing", - "architectures": ["sam", "samd"], + "name": "RPI_PICO_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["rp2040"], "types": ["Contributed"], - "repository": "https://github.com/onelife/RTT-QRCode.git", - "providesIncludes": ["rtt.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RTT_QRCode-0.1.0.zip", - "archiveFileName": "RTT_QRCode-0.1.0.zip", - "size": 15824, - "checksum": "SHA-256:ede1ed16df5bc92bb9ad4aa4f60a137b4021e42fece4bd0c285c0ab7015c7fde" + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": ["RPi_Pico_TimerInterrupt.h", "RPi_Pico_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.1.0.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.1.0.zip", + "size": 94630, + "checksum": "SHA-256:f8e56de44f8a3123890e79816d6fc9fc7794d14ebe4f6553e6e1e5c6e46f364a" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.4.0", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", + "name": "TLC5916_Lite", + "version": "1.0.0", + "author": "Daniel Nebert \u003cdpnebert@gmail.com\u003e", + "maintainer": "Daniel Nebert \u003cdpnebert@gmail.com\u003e", + "sentence": "Works in Normal Mode to turn on/off LEDs, and special mode for current gain and open circuit detection.", + "paragraph": "Can be used with more than one TLC5916.", + "website": "https://github.com/dpnebert/TLC5916_Lite", "category": "Device Control", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", - "providesIncludes": ["TSLPB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.4.0.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.4.0.zip", - "size": 3368810, - "checksum": "SHA-256:58f5653f393acd47f4db41ed464c73f8aea0d5e723a6688adc1300832197b84e" + "repository": "https://github.com/dpnebert/TLC5916_Lite.git", + "providesIncludes": ["TLC5916_Lite.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dpnebert/TLC5916_Lite-1.0.0.zip", + "archiveFileName": "TLC5916_Lite-1.0.0.zip", + "size": 104944, + "checksum": "SHA-256:c9bf35ec4b42f635ff9fb34261070d67968f833047dff96984cf70d2947f2168" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.5.0", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", - "architectures": ["avr"], + "name": "portenta-pro-community-solutions", + "version": "0.2.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "portenta-pro-community-solutions", + "paragraph": "portenta-pro-community-solutions", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", - "providesIncludes": ["TSLPB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.0.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.0.zip", - "size": 3714782, - "checksum": "SHA-256:8b33b607392cd15a5385c6b8639f675bed60700fb60671723eab70ac0f47fcd1" + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.2.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.2.0.zip", + "size": 14025246, + "checksum": "SHA-256:9231f985fdb8d093814a2ac116648f55746f066453229b26b008ce50c26e3204" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.5.2", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", - "architectures": ["avr"], + "name": "portenta-pro-community-solutions", + "version": "0.4.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "portenta-pro-community-solutions", + "paragraph": "portenta-pro-community-solutions", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", - "providesIncludes": ["TSLPB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.2.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.2.zip", - "size": 3714987, - "checksum": "SHA-256:abb6cc3487918c046bc41c0b15281dc40cb266babe0cde942ceb838ee52c1b84" + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.4.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.4.0.zip", + "size": 14033605, + "checksum": "SHA-256:4759c3b892260160c89da37bb36a4ed51b1bdcca17b50d7b33ff09ccd4eb1ad0" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.6.0", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", - "architectures": ["avr"], + "name": "portenta-pro-community-solutions", + "version": "0.5.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "portenta-pro-community-solutions", + "paragraph": "portenta-pro-community-solutions", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", - "providesIncludes": ["TSLPB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.6.0.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.6.0.zip", - "size": 3716785, - "checksum": "SHA-256:86cf4dcef815559ad4e7bda1786704490cdb02cdea9e0f15e119a64af0e25909" + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.5.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.5.0.zip", + "size": 14059061, + "checksum": "SHA-256:bcd0d5a49b48b3dd3bf1303a94092fe17d3138cae51b847140157589bbea0475" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "portenta-pro-community-solutions", + "version": "0.5.2", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", - "size": 33098, - "checksum": "SHA-256:1d8e2e13814bf716cab58e89cafbdf1b5e48fa5fd4ad3207fb06430300975a1a" + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.5.2.zip", + "archiveFileName": "portenta_pro_community_solutions-0.5.2.zip", + "size": 14063761, + "checksum": "SHA-256:579a18ea0b5aba337617db5ad51ecff4cdc517e37118af93b0ff788d5c72ec0a" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "MCP4251", + "version": "1.0.0", + "author": "Kulbhushan Chand", + "maintainer": "Kulbhushan Chand", + "sentence": "MCP4251 Digital Pot Control", + "paragraph": "MCP4251 digital potentiometer can be controlled over SPI interface to have resistance range as per the model number. The number of steps can be 128 or 256 depends upon the model number.", + "website": "https://github.com/kulbhushanchand/MCP4251", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", - "size": 35406, - "checksum": "SHA-256:e919aa36f1afdd4c34feeb305e6a872162649288fc60898fc7f310edba629c95" + "repository": "https://github.com/kulbhushanchand/MCP4251.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kulbhushanchand/MCP4251-1.0.0.zip", + "archiveFileName": "MCP4251-1.0.0.zip", + "size": 238631, + "checksum": "SHA-256:4f9839204686e980cd943052442c5e1941a299ff6df300d2cca608339293f946" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", - "architectures": ["*"], + "name": "Seg7", + "version": "0.9.0", + "author": "Art Sayler", + "maintainer": "Art Sayler \u003cseg7@arduinoshop.ca\u003e", + "sentence": "A library for MAX7219 based 7 segment displays.", + "paragraph": "The library allows to control MAX7219 based 7 segment displays. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/ArduinoShop/Seg7", + "category": "Display", + "architectures": ["esp32", "avr", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", - "size": 34655, - "checksum": "SHA-256:9801d40fecfc3a085ffd42517f6a78f91c5196b3aae8cd4abe5890da69cf183e" + "repository": "https://github.com/ArduinoShop/Seg7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoShop/Seg7-0.9.0.zip", + "archiveFileName": "Seg7-0.9.0.zip", + "size": 5392, + "checksum": "SHA-256:8ff9cb90b03f29720ea4d3483bb2f1add736182426198f44bc43a729c29d31f2" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "TSL235R", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", - "size": 35705, - "checksum": "SHA-256:a06240f39b015a4d8b95cea2c4c26b73c544afac9c3c5466f2b20cb26e0e735e" + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": ["TSL235R.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.0.zip", + "archiveFileName": "TSL235R-0.1.0.zip", + "size": 10894, + "checksum": "SHA-256:9f786acb3b524ca1d504b98dc9e275c878115fd500e0d4a1ddd5c8c4f12c7095" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "TSL235R", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", - "size": 35701, - "checksum": "SHA-256:831ee9554fd1dbdcc1b5c984c179720e84dbb8a0772e754c3bc6e07f31e4452b" + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": ["TSL235R.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.1.zip", + "archiveFileName": "TSL235R-0.1.1.zip", + "size": 13514, + "checksum": "SHA-256:73d945fb78f7aac8fb720b920a8f9a82dfbf57881b4d7b8d0f5eb2e9c57f5053" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SerialMenuCmd", + "version": "1.0.0", + "author": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "maintainer": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "sentence": "this library constitutes a basic command line interface.", + "paragraph": "it's easy and memory low consumption.", + "website": "http://github.com/[To Be Defined]", "category": "Communication", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/ARTS37/SerialMenuCmd.git", + "providesIncludes": ["SerialMenuCmd.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ARTS37/SerialMenuCmd-1.0.0.zip", + "archiveFileName": "SerialMenuCmd-1.0.0.zip", + "size": 23658, + "checksum": "SHA-256:7b8fc15e4486c2ce51c56582a7f8a2677a292e3b97526f568598e637b98a6be8" + }, + { + "name": "relativity", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", - "size": 35663, - "checksum": "SHA-256:aee0bccfb80f47f2211da5ffc5cd018a386ab84410e4633e2b9b18b3c3bb0ae4" + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": ["relativity.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.0.zip", + "archiveFileName": "relativity-0.1.0.zip", + "size": 8916, + "checksum": "SHA-256:18f24b2d5d8173fbf6d63d714e8a88affc9570453b009c79f1d64d5b019b5579" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "relativity", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", - "size": 35680, - "checksum": "SHA-256:41e05fbb2a65fedc22fa10f87a800aff2d9bc6af1b20c27542ce956e8862aa27" + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": ["relativity.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.1.zip", + "archiveFileName": "relativity-0.1.1.zip", + "size": 8943, + "checksum": "SHA-256:95cece94503e561077be3be009ef39415ceede44d26cd449f5af0d18882034b6" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "NETSGPClient", + "version": "1.0.0", + "author": "Aaron Christophel, Moritz Wirger", + "maintainer": "Aaron Christophel, Moritz Wirger", + "sentence": "Interface for MicroInverters speaking the so-called NETSGP protocol.", + "paragraph": "An LC12S 2.4GHz RF module is needed for this library", + "website": "https://github.com/atc1441/NETSGPClient", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", - "size": 35685, - "checksum": "SHA-256:79be3290b834ea5cf01e093b2601f9dfd756e8761b9f4e6d15d6cc105d68268a" + "repository": "https://github.com/atc1441/NETSGPClient.git", + "dependencies": [ + { + "name": "StandardCplusplus" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/atc1441/NETSGPClient-1.0.0.zip", + "archiveFileName": "NETSGPClient-1.0.0.zip", + "size": 10035, + "checksum": "SHA-256:b3cdc47607f30905b1b1bcfaa8eab3cba773ca727dcd5dbaafab08370f94fe3c" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "generic-Arduino", + "version": "0.1.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Generic Arduino Headers, to increase compatibility of code.", + "paragraph": "\"This library provides an abstraction over Arduino.h. As long as platform is supported, you can include this library and know that all functions that are usually provided by Arduino.h are available.\"", + "website": "https://github.com/noah1510/generic-Arduino", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", - "size": 35726, - "checksum": "SHA-256:54c2717cfd33c5567b4cc3007821b166bd28343283ba4b68c9579575e9f1fac0" + "repository": "https://github.com/noah1510/generic-Arduino.git", + "providesIncludes": ["LedController.hpp", "SPIAbstraction.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/generic_Arduino-0.1.0.zip", + "archiveFileName": "generic_Arduino-0.1.0.zip", + "size": 7778, + "checksum": "SHA-256:6f46c99203dd4ac8cd49808f630a59c2e5b971f499516e5285e78f8f66861f8e" }, { - "name": "RotaryDial", - "version": "0.0.1", - "author": "Tomas Mudrunka \u003charvie@github.com\u003e", - "maintainer": "Tomas Mudrunka \u003charvie@github.com\u003e", - "license": "MIT", - "sentence": "Library to read pulse dialing data from telephone rotary dials", - "paragraph": "Library to read pulse dialing data from telephone rotary dials. This library only needs one input pin (with interrupt). But currently can read only one rotary dial at a time...", - "website": "https://github.com/Harvie/RotaryDial", - "category": "Communication", + "name": "generic-Arduino", + "version": "0.1.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Generic Arduino Headers, to increase compatibility of code.", + "paragraph": "\"This library provides an abstraction over Arduino.h. As long as platform is supported, you can include this library and know that all functions that are usually provided by Arduino.h are available.\"", + "website": "https://github.com/noah1510/generic-Arduino", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Harvie/RotaryDial.git", - "providesIncludes": ["RotaryDial.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Harvie/RotaryDial-0.0.1.zip", - "archiveFileName": "RotaryDial-0.0.1.zip", - "size": 4744, - "checksum": "SHA-256:1a7179bcc5b13f52ab0af9b6511e7ec16c05a3901bd888d09fd6caf336e20c73" + "repository": "https://github.com/noah1510/generic-Arduino.git", + "providesIncludes": ["generic-Arduino.hpp", "SPIAbstraction.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/generic_Arduino-0.1.1.zip", + "archiveFileName": "generic_Arduino-0.1.1.zip", + "size": 8051, + "checksum": "SHA-256:618a39054dd7cf354e68d2118aa28c89152fb2efc30a0e4485e8b61252712cc5" }, { - "name": "CalibratedSpeed", + "name": "PNGdec", "version": "1.0.0", - "author": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", - "maintainer": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", - "sentence": "Arduino Library for calibrating DC motors", - "paragraph": "Grately reduces the left/right motor speed unbalance and removes start/stop threshold.", - "website": "https://github.com/gigix74/CalibratedSpeed", - "category": "Data Processing", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG decoder for MCUs with at least 48K of RAM.", + "paragraph": "Designed to provide a fully functional PNG decoder that can use minimal memory by decoding a line at a time with an optional callback function. Supports all pixel formats.", + "website": "https://github.com/bitbank2/PNGdec", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gigix74/CalibratedSpeed.git", - "providesIncludes": ["CalibratedSpeed.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/gigix74/CalibratedSpeed-1.0.0.zip", - "archiveFileName": "CalibratedSpeed-1.0.0.zip", - "size": 15553, - "checksum": "SHA-256:95b5dd661d931a7f8540abdc2e97d56af21d4d1b662feac3c77e86359c7d4312" + "repository": "https://github.com/bitbank2/PNGdec.git", + "providesIncludes": ["PNGdec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGdec-1.0.0.zip", + "archiveFileName": "PNGdec-1.0.0.zip", + "size": 178482, + "checksum": "SHA-256:11cfe2a075221f97d806a2a03a6d17104bc6b87865de086effbf9c35e1179b1a" }, { - "name": "GxEPD", - "version": "3.0.5", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "SparkFun Qwiic 6Dof - LSM6DS0", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS0 by SPI or I2C.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DS0_Arduino_Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.5.zip", - "archiveFileName": "GxEPD-3.0.5.zip", - "size": 1072926, - "checksum": "SHA-256:429e27256fc26d1e8d6e06ada50a29fff72d9726127c46f24fe7daf7810a43ff" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DSO_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_6Dof___LSM6DS0-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_6Dof___LSM6DS0-1.0.0.zip", + "size": 29721, + "checksum": "SHA-256:23d7e4a66a5f85cee07e7c2fc8dfc9f57ef147daeff09aeb36168ad8791c91ce" }, { - "name": "GxEPD", - "version": "3.0.6", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "SparkFun Qwiic 6Dof - LSM6DS0", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS0 by SPI or I2C.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DS0_Arduino_Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.6.zip", - "archiveFileName": "GxEPD-3.0.6.zip", - "size": 1090313, - "checksum": "SHA-256:d4a238dd851d100140de07fef0c767b7cdbafd520df59b4f511ffdd447bf1891" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DSO_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_6Dof___LSM6DS0-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_6Dof___LSM6DS0-1.0.1.zip", + "size": 29744, + "checksum": "SHA-256:8a6907eae6ef3ba45c938631acc0fc43be2eba1e74518ae5825a495f7dbe50ca" }, { - "name": "GxEPD", - "version": "2.3.17", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "Vector datatype", + "version": "1.0.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library for 3d vectors and quaternions", + "paragraph": "Simple library that includes structs for a 3d vector and a 4d quaternion. All basic operations are included along with rotations. Includes compability with arrays.", + "website": "https://github.com/RCmags/vector_datatype", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-2.3.17.zip", - "archiveFileName": "GxEPD-2.3.17.zip", - "size": 849879, - "checksum": "SHA-256:22769e32a1d7e98740604f5d7d28c58696c36e9d6440e9961937550478e5c3af" + "repository": "https://github.com/RCmags/vector_datatype.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/Vector_datatype-1.0.0.zip", + "archiveFileName": "Vector_datatype-1.0.0.zip", + "size": 8654, + "checksum": "SHA-256:c09a78af2c33c138b96c9f50451e93396bb9b669e4e69f51a397c984f7cb50d5" }, { - "name": "GxEPD", - "version": "3.0.1", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "MAX14661", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.1.zip", - "archiveFileName": "GxEPD-3.0.1.zip", - "size": 1032222, - "checksum": "SHA-256:637ddd1f9cf1b2ba96a02a537b59240040695619fd668f9b2e4c5032cd9009e7" + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": ["MAX14661.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.0.zip", + "archiveFileName": "MAX14661-0.1.0.zip", + "size": 558306, + "checksum": "SHA-256:a5a4cbe055c6f0164f6018fd1bfdc8624a8b34f818bce4dd8f58adeb3bcd7c5f" }, { - "name": "GxEPD", - "version": "3.0.2", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "ADNS3080", + "version": "1.0.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Interface for the ADNS3080 mouse sensor.", + "paragraph": "Lightweight Library to interface with the ADNS3080 mouse sensor. Lets the user retrieve motion and frame data.", + "website": "https://github.com/RCmags/ADNS3080", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.2.zip", - "archiveFileName": "GxEPD-3.0.2.zip", - "size": 1045072, - "checksum": "SHA-256:6228df5e8efdf6456744c4efc3449e066d2f02d2b00c0a42d8d3a83d03f32783" + "repository": "https://github.com/RCmags/ADNS3080.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/ADNS3080-1.0.0.zip", + "archiveFileName": "ADNS3080-1.0.0.zip", + "size": 74291, + "checksum": "SHA-256:1335e953b42c6349058c715172603fdcc3cd12a3a24ca390133a27390210a4b3" }, { - "name": "GxEPD", - "version": "3.0.3", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "basicMPU6050", + "version": "1.0.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "light library for the MPU6050.", + "paragraph": "Lightwight library to configure and retrieve the raw sensor outputs of the MPU6050. It includes simples routines to calibrate the gyro.", + "website": "https://github.com/RCmags/basicMPU6050.git", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.3.zip", - "archiveFileName": "GxEPD-3.0.3.zip", - "size": 1045099, - "checksum": "SHA-256:4cea63cb02c08f0247e6304e5924696d9c13d5cd7e091064f2906ba7d98afa71" + "repository": "https://github.com/RCmags/basicMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/basicMPU6050-1.0.0.zip", + "archiveFileName": "basicMPU6050-1.0.0.zip", + "size": 7707, + "checksum": "SHA-256:f736e27b244a50ac51de977e7555e85412f8058309790ef608c3a5935b337bf7" }, { - "name": "GxEPD", - "version": "3.0.4", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "imuFilter", + "version": "1.0.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for IMU with quaternion based filter.", + "paragraph": "Library that fuses the accelerometer and gyroscope outputs of an IMU. It uses a quaternion to encode the rotation and uses a modified Mahony filter to correct the gyro with the accelerometer.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.4.zip", - "archiveFileName": "GxEPD-3.0.4.zip", - "size": 1056613, - "checksum": "SHA-256:d588943f09820e2d080972bd522b16c01bdf7fcafe26f9aa5bb73a217c1b7878" + "repository": "https://github.com/RCmags/imuFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.0.0.zip", + "archiveFileName": "imuFilter-1.0.0.zip", + "size": 8760, + "checksum": "SHA-256:8bcad14c0782bf22a0869763173c9ad424c28045c31c23b25ade06011f261309" }, { - "name": "GxEPD", - "version": "3.0.7", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", + "name": "RP2040_PIO_Charlieplexing", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A RP2040 PIO program for 6-leds and 5-leds Charlieplexing.", + "paragraph": "The PIOs integrated in the RP2040 microcontroller enable the refresh to be performed automatically, without processor intervention. The 6-leds version requires 11 PIO instructions, the 5-leds version requires 7 PIO instructions.", + "website": "https://github.com/pierremolinaro/rp2040-charlieplexing", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.7.zip", - "archiveFileName": "GxEPD-3.0.7.zip", - "size": 1100805, - "checksum": "SHA-256:30f0fd58d60670ffde3edc97b321275d3914ad1bd418f1c0346d54e28b82a1f9" + "repository": "https://github.com/pierremolinaro/rp2040-charlieplexing.git", + "providesIncludes": ["RP2040_PIO_Charlieplexing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/RP2040_PIO_Charlieplexing-1.0.0.zip", + "archiveFileName": "RP2040_PIO_Charlieplexing-1.0.0.zip", + "size": 374876, + "checksum": "SHA-256:dd71868bef1b137f301a344a1fc380aca83e1cfe1d869a8eac3d6d848d4730da" }, { - "name": "GxEPD", - "version": "3.0.8", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", + "name": "RP2040_PIO_Charlieplexing", + "version": "1.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A RP2040 PIO program for 6-leds and 5-leds Charlieplexing.", + "paragraph": "The PIOs integrated in the RP2040 microcontroller enable the refresh to be performed automatically, without processor intervention. The 6-leds version requires 11 PIO instructions, the 5-leds version requires 7 PIO instructions. This library uses Raspberry Pi Pico/RP2040 board manager by Earle F. Philower, III, see https://github.com/earlephilhower/arduino-pico", + "website": "https://github.com/pierremolinaro/rp2040-charlieplexing", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.8.zip", - "archiveFileName": "GxEPD-3.0.8.zip", - "size": 1192069, - "checksum": "SHA-256:7af6b6b9c9c343f191f58e37ced20ae4ebdc3736351842ada50b021ffda2fc6a" + "repository": "https://github.com/pierremolinaro/rp2040-charlieplexing.git", + "providesIncludes": ["RP2040_PIO_Charlieplexing.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/RP2040_PIO_Charlieplexing-1.0.1.zip", + "archiveFileName": "RP2040_PIO_Charlieplexing-1.0.1.zip", + "size": 374396, + "checksum": "SHA-256:82c1d52207e1803ad00b49e35193456d1e8fd6b750f68d4cb7962ad7fa21b751" }, { - "name": "Adafruit LPS35HW", + "name": "ERO", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", - "category": "Sensors", + "author": "syed93uthman \u003csyed93uthman@yahoo.com\u003e, Sues \u003cinfo.mysues@gmail.com\u003e", + "maintainer": "syed93uthman \u003csyed93uthman@yahoo.com\u003e", + "sentence": "A library make learning basic robotic easier.", + "paragraph": "Suitable for kids to get use for robotic project.", + "website": "https://github.com/Mysues/ERO", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.0.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.0.zip", - "size": 12942, - "checksum": "SHA-256:b6cccb21c321b040fc33e039cb2da9453e20e7903663927d9633df6388a41074" + "repository": "https://github.com/Mysues/ERO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mysues/ERO-1.0.0.zip", + "archiveFileName": "ERO-1.0.0.zip", + "size": 18762, + "checksum": "SHA-256:918b64c501614e452b5d6167e11610f8bfabe451cfbbad67276c97c6e600b907" }, { - "name": "Adafruit LPS35HW", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", - "category": "Sensors", + "name": "PPM-reader", + "version": "1.0.0", + "author": "Aapo Nikkilä, Dmitry Grigoryev", + "maintainer": "Dmitry Grigoryev \u003cdmitry.grigoryev@outlook.com\u003e", + "sentence": "PPM Reader is an interrupt based pulse-position modulation (PPM) signal reading library for Arduino.", + "paragraph": "It provides an easy to use, non-blocking solution for reading pulse-position modulation signals from an RC receiver that is able to output channel data as PPM, using only standard Arduino functions.", + "website": "https://github.com/dimag0g/PPM-reader", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.1.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.1.zip", - "size": 13452, - "checksum": "SHA-256:7864d0725a5dfe4e2f5eb39d07aafcdcf5ca1b297f06733443660a0d4c4ec274" + "repository": "https://github.com/dimag0g/PPM-reader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dimag0g/PPM_reader-1.0.0.zip", + "archiveFileName": "PPM_reader-1.0.0.zip", + "size": 19516, + "checksum": "SHA-256:b9be37b2c18d9a3026559acbb4b73e78479765e80d8a05ed424f22236929dd39" }, { - "name": "NceCabBus", - "version": "0.0.1", - "author": "Alex Shepherd", - "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", - "sentence": "Enables NCE Cab Bus communication", - "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", - "website": "https://github.com/mrrwa/NceCabBus", - "category": "Communication", - "architectures": ["*"], + "name": "FPGAArcade Replay MKR Vidor 4000", + "version": "1.701.0", + "author": "The FPGAArcade community \u003cadmin@fpgaarcade.com\u003e", + "maintainer": "Erik Hemming \u003ceriquesnk@gmail.com\u003e", + "sentence": "Enables access to FPGAArcade Replay cores on the MKR Vidor 4000.", + "paragraph": "With this library you can use FPGA cores from the FPGAArcade Replay framework, on MKR Vidor 4000. This gives access to 20+ different classic computers, consoles and arcade machines from the 1980s.", + "website": "https://github.com/FPGAArcade/replay_mkrvidor4000", + "category": "Other", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/mrrwa/NceCabBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.0.1.zip", - "archiveFileName": "NceCabBus-0.0.1.zip", - "size": 18481, - "checksum": "SHA-256:b8315bd490ba1b8062b0591e0469fbb1307a8c89538f5092122b029b934d5ca2" + "repository": "https://github.com/FPGAArcade/replay_mkrvidor4000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FPGAArcade/FPGAArcade_Replay_MKR_Vidor_4000-1.701.0.zip", + "archiveFileName": "FPGAArcade_Replay_MKR_Vidor_4000-1.701.0.zip", + "size": 6326965, + "checksum": "SHA-256:6ea64c72834e451776dd6f4193f63cc08f10565bb435a222daac3da4f733ea46" }, { - "name": "NceCabBus", - "version": "0.1.0", - "author": "Alex Shepherd", - "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", - "sentence": "Enables NCE Cab Bus Communication", - "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", - "website": "https://github.com/mrrwa/NceCabBus", - "category": "Communication", - "architectures": ["*"], + "name": "Picovoice_EN", + "version": "1.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. This library supports Arduino Nano 33 BLE. The library includes examples of how to use Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": ["mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/mrrwa/NceCabBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.1.0.zip", - "archiveFileName": "NceCabBus-0.1.0.zip", - "size": 1307974, - "checksum": "SHA-256:f82ffeb01e1927fde98253ff4b8e6f020f65116d4f77c35560388b48232d7dbb" + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-1.1.0.zip", + "archiveFileName": "Picovoice_EN-1.1.0.zip", + "size": 291753, + "checksum": "SHA-256:67b307f4237e4fc5e9f3396fcfc15697fb4382b9a44f697d40258bd250c2e06c" }, { - "name": "NceCabBus", - "version": "0.2.0", - "author": "Alex Shepherd", - "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", - "sentence": "Enables NCE Cab Bus Communication", - "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", - "website": "https://github.com/mrrwa/NceCabBus", - "category": "Communication", - "architectures": ["*"], + "name": "Picovoice_EN", + "version": "1.1.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. This library supports Arduino Nano 33 BLE. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": ["mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/mrrwa/NceCabBus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.2.0.zip", - "archiveFileName": "NceCabBus-0.2.0.zip", - "size": 1899411, - "checksum": "SHA-256:c50995eb9897684125b17b4d1f502fd72e241119e73ec6c61fabe30553916d71" + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-1.1.1.zip", + "archiveFileName": "Picovoice_EN-1.1.1.zip", + "size": 291763, + "checksum": "SHA-256:9a4c67cb5cb856e7a9a180588854ce2b7022003394219d690def675d02f9224b" }, { - "name": "XLR8DMem", + "name": "MBED_RPI_PICO_TimerInterrupt", "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Access library for XLR8 DMem XB", - "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", - "website": "https://github.com/AloriumTechnology/XLR8DMem", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", "category": "Uncategorized", - "architectures": ["avr"], + "architectures": ["mbed_rp2040"], "types": ["Contributed"], - "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.0.zip", - "archiveFileName": "XLR8DMem-1.0.0.zip", - "size": 729800, - "checksum": "SHA-256:078cb383f9aa8e90f82071458d97bb3cf046b1af2cd2780379bb0f03b4fad1ff" + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": ["MBED_RPi_Pico_TimerInterrupt.h", "MBED_RPi_Pico_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.0.0.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.0.0.zip", + "size": 70957, + "checksum": "SHA-256:8e7618c9e9311a709dd5c033595f6fd4ca086c5a3246a86ed1d8853ad6572bda" }, { - "name": "t6iot", - "version": "1.0.0", - "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "sentence": "Library to connect t6 iot platform.", - "website": "https://github.com/mathcoll/t6/tree/master/sensors/libraries/t6iot", + "name": "sACNSource", + "version": "0.0.1", + "author": "TomIgoe", + "maintainer": "Tom Igoe \u003ct.igoe@arduino.cc\u003e", + "sentence": "defines sACN (ANSI E1.31) protocol packets for DMX-512 lighting control.", + "paragraph": "This library creates an array for sending DMX-512 messages using streaming ACN (sACN). This affords control of many modern stage lighting fixtures over UDP. The library wraps a UDP transport object in the constructor so it can send UDP packets.", + "website": "http://www.github.com/tigoe/sACN", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mathcoll/t6iot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.0.zip", - "archiveFileName": "t6iot-1.0.0.zip", - "size": 23534, - "checksum": "SHA-256:168e57a15d27bd87b4205084c44730accd6aae7df4ee8fecae95828c6e12a67b" + "repository": "https://github.com/tigoe/sACNSource.git", + "providesIncludes": ["sACN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tigoe/sACNSource-0.0.1.zip", + "archiveFileName": "sACNSource-0.0.1.zip", + "size": 22114, + "checksum": "SHA-256:2fe6930457e10133ade115417c2076a885641a5f34835fac5921db9a231f6fee" }, { - "name": "t6iot", - "version": "1.0.1", - "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "sentence": "Library to connect t6 iot platform.", - "website": "https://github.com/mathcoll/t6iot", + "name": "sACNSource", + "version": "0.0.2", + "author": "Tom Igoe \u003ct.igoe@arduino.cc\u003e", + "maintainer": "Tom Igoe \u003ct.igoe@arduino.cc\u003e", + "sentence": "defines sACN (ANSI E1.31) protocol packets for DMX-512 lighting control.", + "paragraph": "This library creates an array for sending DMX-512 messages using streaming ACN (sACN). This affords control of many modern stage lighting fixtures over UDP. The library wraps a UDP transport object in the constructor so it can send UDP packets. This library requires a WiFi or Ethernet connection. It was tested with the WiFi101 and WiFiNINA and ESP8266 WiFi libraries.", + "website": "http://www.github.com/tigoe/sACNSource", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mathcoll/t6iot.git", - "url": "http://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.1.zip", - "archiveFileName": "t6iot-1.0.1.zip", - "size": 23493, - "checksum": "SHA-256:2ce053bd29cc601d4f9bca782d19bad603cdac158686ec5ba5d29197ab9c6ff4" + "repository": "https://github.com/tigoe/sACNSource.git", + "providesIncludes": ["sACN.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tigoe/sACNSource-0.0.2.zip", + "archiveFileName": "sACNSource-0.0.2.zip", + "size": 22184, + "checksum": "SHA-256:fed9d7b97b8d6d7db994da59efb20ea8321ff258598283e1274a6755e5d3f53d" }, { - "name": "settingsManager", + "name": "radar-bgt60", "version": "1.0.0", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "Simple settings management for ESP8266", - "website": "http://github.com/marecl", - "category": "Data Storage", - "architectures": ["esp8266"], + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the BGT60LTR11AIP - XENSIV™ 60 Ghz Radar from Infineon", + "paragraph": "C++ library for the BGT60LTR11AIP - The first completely autonomous radar sensor", + "website": "https://www.infineon.com/cms/media/pss-3dmodels/60ghz-radar-board/", + "category": "Uncategorized", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/marecl/settingsManager.git", - "providesIncludes": ["src/settingsManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.0.zip", - "archiveFileName": "settingsManager-1.0.0.zip", - "size": 16257, - "checksum": "SHA-256:7f37b0da353fa3636bcb853fdc762724362a06edf730dbd2f959fd610ba80e5d" + "repository": "https://github.com/Infineon/arduino-radar-bgt60.git", + "providesIncludes": ["bgt60-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/radar_bgt60-1.0.0.zip", + "archiveFileName": "radar_bgt60-1.0.0.zip", + "size": 25343, + "checksum": "SHA-256:0babbd8be6b9e0bf0af5a1adfbffe1c247cbdcaf14ebf043a1f0db34ca9277e0" }, { - "name": "settingsManager", - "version": "1.0.1", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "Simple settings management for ESP8266", - "website": "https://github.com/marecl/settingsManager", - "category": "Data Storage", - "architectures": ["esp8266"], + "name": "PodEnoSim", + "version": "0.1.0", + "author": "PodGroup", + "maintainer": "PodGroup Innovation Team \u003cinnovations@apodgroup.com\u003e", + "sentence": "A library to interface with Pod ENO SIM Application", + "paragraph": "Use this library to communicate with SIM-embedded TLS1.3 capabilities: SIM-to-Cloud Encryption and Zero Touch Provisioning. This library contains Examples for Arduino MKR GSM 1400 and Arduino Nano Every.", + "website": "https://github.com/podgroupconnectivity/PodEnoSim", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/marecl/settingsManager.git", - "providesIncludes": ["settingsManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.1.zip", - "archiveFileName": "settingsManager-1.0.1.zip", - "size": 18140, - "checksum": "SHA-256:8a8e2bc05bf38b20729028219a033d99765b62f96d4af5bc93957cacf8c39781" + "repository": "https://github.com/PodgroupConnectivity/PodEnoSim.git", + "dependencies": [ + { + "name": "DHT_sensor_library" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "MKRGSM" + }, + { + "name": "ArduinoUniqueID" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PodgroupConnectivity/PodEnoSim-0.1.0.zip", + "archiveFileName": "PodEnoSim-0.1.0.zip", + "size": 1037756, + "checksum": "SHA-256:698a4348e23cf870a01d782c20c3e13793759d4a2f2e3a7bb5c6e391d8752120" }, { - "name": "settingsManager", - "version": "1.0.2", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "Simple settings management for ESP8266", - "website": "https://github.com/marecl/settingsManager", - "category": "Data Storage", - "architectures": ["esp8266"], + "name": "unzipLIB", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "A library to extract files from ZIP archives", + "paragraph": "Allows decompressing of files from within ZIP archives. Needs a fixed structure of 41K and can open+read any sized files from memory or any media you support through callback functions.", + "website": "https://github.com/bitbank2/unzipLIB/", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/marecl/settingsManager.git", - "providesIncludes": ["settingsManager.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.2.zip", - "archiveFileName": "settingsManager-1.0.2.zip", - "size": 18309, - "checksum": "SHA-256:7577ca5cba033b23438fd885be5c0b7a3938711b0d0cd63a11e9e4311f0f69c1" + "repository": "https://github.com/bitbank2/unzipLIB.git", + "providesIncludes": ["unzipLIB.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/unzipLIB-1.0.0.zip", + "archiveFileName": "unzipLIB-1.0.0.zip", + "size": 161257, + "checksum": "SHA-256:1036646e76f0725c565e607e3ff29a9905209e1dafe2cfff1543d3f490e43505" }, { - "name": "Stator", - "version": "0.6.0", - "author": "Timon Skerutsch", - "maintainer": "Timon Skerutsch", - "sentence": "For managing states of your variables", - "paragraph": "Turning your dumb numbers and strings into smart objects that know what was happening to them and when.", - "website": "https://github.com/PTS93/Stator", - "category": "Other", + "name": "Grove Ranging sensor - VL53L0X", + "version": "1.1.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Sensor driver for VL53L0X Ranging sensor", + "paragraph": "This is a time-of-flight ranging and gesture detection sensor", + "website": "https://github.com/Seeed-Studio/Grove-Ranging-sensor-VL53L0X", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/PTS93/Stator.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PTS93/Stator-0.6.0.zip", - "archiveFileName": "Stator-0.6.0.zip", - "size": 8437, - "checksum": "SHA-256:a470a555a1534aebbb7ad37111872755d7adbc5f3688912cac940da5d68e8398" + "repository": "https://github.com/Seeed-Studio/Grove-Ranging-sensor-VL53L0X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Ranging_sensor___VL53L0X-1.1.1.zip", + "archiveFileName": "Grove_Ranging_sensor___VL53L0X-1.1.1.zip", + "size": 1540052, + "checksum": "SHA-256:957425aea6f2bc4d788c1202ad9c21030d95a93991984fd903de490026bbdbb8" + }, + { + "name": "Canon BLE remote", + "version": "1.0.0", + "author": "MaxMacSTN", + "maintainer": "MaxMacSTN \u003cmaxmaczaa@gmail.com\u003e", + "sentence": "[BETA] Canon bluetooth remote control library for Arduino.", + "website": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote.git", + "dependencies": [ + { + "name": "ArduinoNvs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/maxmacstn/Canon_BLE_remote-1.0.0.zip", + "archiveFileName": "Canon_BLE_remote-1.0.0.zip", + "size": 9699, + "checksum": "SHA-256:57a48d29005533ff99754ac9a3b1e3a57f3808194eb41ed9709916acb1620cbb" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter", - "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", - "architectures": ["*"], + "name": "Canon BLE remote", + "version": "1.0.2", + "author": "MaxMacSTN", + "maintainer": "MaxMacSTN \u003cmaxmaczaa@gmail.com\u003e", + "sentence": "[BETA] Canon bluetooth remote control library for Arduino.", + "website": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-1.0.1.zip", - "size": 14698, - "checksum": "SHA-256:49d6a5d0ff008ce419b126f41e2f1b49e602039a002cad23e3810a50b4349cbc" + "repository": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote.git", + "dependencies": [ + { + "name": "ArduinoNvs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/maxmacstn/Canon_BLE_remote-1.0.2.zip", + "archiveFileName": "Canon_BLE_remote-1.0.2.zip", + "size": 9876, + "checksum": "SHA-256:67e931b6c80decff85626e886466d47a7be032649f7628d6b9f65bf42b65a9e8" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter", - "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", - "architectures": ["*"], + "name": "SercomSPISlave", + "version": "0.1.0", + "author": "lenvm \u003chttps://github.com/lenvm\u003e", + "maintainer": "lenvm \u003chttps://github.com/lenvm\u003e", + "sentence": "Sercom SPI library for ATSAMD21 boards", + "paragraph": "Supports Arduino Zero, Arduino MKR ZERO and Adafruit Feather M0.", + "website": "https://github.com/lenvm/SercomSPISlave", + "category": "Communication", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.0.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.0.0.zip", - "size": 28442, - "checksum": "SHA-256:a39f36a72c54efbee5f1e1d94e58a51a58a870a197e709965135330d03c489ad" + "repository": "https://github.com/lenvm/SercomSPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lenvm/SercomSPISlave-0.1.0.zip", + "archiveFileName": "SercomSPISlave-0.1.0.zip", + "size": 22926, + "checksum": "SHA-256:9e93717b18b9a2be9dd7e7f0339469fec3252466aaf8d436ce42f93ccd6824a0" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", - "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "name": "TCA9555", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.1.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.1.0.zip", - "size": 28597, - "checksum": "SHA-256:277ce160a2db07dbe3048ebcacadcfd87175ac9a9b75f42260324ce4c6b55b61" + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": ["TCA9555.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.0.zip", + "archiveFileName": "TCA9555-0.1.0.zip", + "size": 9340, + "checksum": "SHA-256:7530143de1c4d57b0eec081fdeb34cfcf5ce8f318d4b3bfe2d0d97e98145f1d2" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", - "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "name": "TCA9555", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.2.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.2.0.zip", - "size": 28600, - "checksum": "SHA-256:29557be02dcbbca5182b799d14774cb9315e7e8e23108c72ff8dda91bf3c8feb" + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": ["TCA9555.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.1.zip", + "archiveFileName": "TCA9555-0.1.1.zip", + "size": 10120, + "checksum": "SHA-256:7b4a7b11b1814806376cffeceddd7bc101c4f9061cf17be5a36a26541375f600" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.3.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", - "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", - "architectures": ["*"], + "name": "Sqlite3 for ESP8266", + "version": "1.2.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Sqlite3 library for ESP8266 Arduino core (includes Shox96 compression)", + "paragraph": "This Arduino library enables storing and accessing of Sqlite3 databases from SPIFFS or MicroSD card connected to ESP8266. It includes Shox96 Compression extension. For further information, please visit the given URL.", + "website": "https://github.com/siara-cc/esp_arduino_sqlite3_lib", + "category": "Data Storage", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.3.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.3.0.zip", - "size": 28622, - "checksum": "SHA-256:d8d36a115aa1996ba6a383dc22d9e231086fd8a902e6eda34b03c0478143c456" + "repository": "https://github.com/siara-cc/esp_arduino_sqlite3_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3_for_ESP8266-1.2.0.zip", + "archiveFileName": "Sqlite3_for_ESP8266-1.2.0.zip", + "size": 27072811, + "checksum": "SHA-256:c768ce20f15f9317251592f6261ad71cc1fd2b563c82d468a8d33bf79627d69c" }, { - "name": "RBD_SerialManager", - "version": "1.0.0-alpha.1", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", - "category": "Communication", - "architectures": ["avr"], + "name": "LittleFS_Mbed_RP2040", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED RP2040 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040", + "category": "Data Storage", + "architectures": ["mbed_rp2040"], "types": ["Contributed"], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.1.zip", - "archiveFileName": "RBD_SerialManager-1.0.0-alpha.1.zip", - "size": 15046, - "checksum": "SHA-256:b18cf8d310c5f764ab29f207ddbd6a61025a220a570eaa4a6532ad6be3a64067" + "repository": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Mbed_RP2040-1.0.0.zip", + "archiveFileName": "LittleFS_Mbed_RP2040-1.0.0.zip", + "size": 34590, + "checksum": "SHA-256:9bde03726126f37ba0402b9cf6b472356561c34d622c7d054965ab4819ef64b2" }, { - "name": "RBD_SerialManager", - "version": "1.0.0-alpha.2", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", + "name": "SnappyProto", + "version": "0.1.0", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "A library which includes a snappy compressor and nanopb for creating snappy compressed protobufs.", + "paragraph": "Primarily built to support GrafanaLoki and PrometheusArduino libraries which both build snappy compressed protobufs.", + "website": "https://github.com/grafana/arduino-snappy-proto", "category": "Communication", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.2.zip", - "archiveFileName": "RBD_SerialManager-1.0.0-alpha.2.zip", - "size": 6156, - "checksum": "SHA-256:c1ee611505cf51a4fe29b6e7612a0214177987d728e2b736e709d93d0ea4ee44" + "repository": "https://github.com/grafana/arduino-snappy-proto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/SnappyProto-0.1.0.zip", + "archiveFileName": "SnappyProto-0.1.0.zip", + "size": 64154, + "checksum": "SHA-256:31e0a17374c079a692487125b6ddf10da86e257bd324f980554cd78224be6413" }, { - "name": "RBD_SerialManager", - "version": "1.0.0-alpha.3", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", + "name": "SnappyProto", + "version": "0.1.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "A library which includes a snappy compressor and nanopb for creating snappy compressed protobufs.", + "paragraph": "Primarily built to support GrafanaLoki and PrometheusArduino libraries which both build snappy compressed protobufs.", + "website": "https://github.com/grafana/arduino-snappy-proto", "category": "Communication", - "architectures": ["avr"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "http://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.3.zip", - "archiveFileName": "RBD_SerialManager-1.0.0-alpha.3.zip", - "size": 6349, - "checksum": "SHA-256:3c68c8bcdabbf626c7c1573741fdaefbed27311d7b1bfd51b7c82b51d3e9fb3e" + "repository": "https://github.com/grafana/arduino-snappy-proto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/SnappyProto-0.1.2.zip", + "archiveFileName": "SnappyProto-0.1.2.zip", + "size": 64141, + "checksum": "SHA-256:f373148a34f72ca4944bd0c552b11601741a47a72f46aef3fabe7d39a1be57ff" }, { - "name": "Arduino_OAuth", + "name": "PromLokiTransport", "version": "0.1.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "[BETA] OAuth 1.0 client library for Arduino.", - "paragraph": "This library depends on ArduinoHttpClient and ArduinoBearSSL.", - "website": "http://github.com/arduino-libraries/Arduino_OAuth", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "Abstracts a bunch of hardware and connectivity away from the GrafanaLoki and PrometheusArduino libraries", + "paragraph": "Provides a simple client interface for GrafanaLoki and PrometheusArduino to be able to communicate over a network including SSL support.", + "website": "https://github.com/grafana/arduino-prom-loki-transport", "category": "Communication", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_OAuth.git", - "providesIncludes": ["Arduino_OAuth.h"], + "types": ["Contributed"], + "repository": "https://github.com/grafana/arduino-prom-loki-transport.git", "dependencies": [ { - "name": "ArduinoHttpClient" + "name": "ArduinoBearSSL" }, { - "name": "ArduinoBearSSL" + "name": "ArduinoECCX08" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFiNINA" } ], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OAuth-0.1.0.zip", - "archiveFileName": "Arduino_OAuth-0.1.0.zip", - "size": 11784, - "checksum": "SHA-256:a0eadcb7be445ebe98bd00acbf74d7e79db07aeb0cfcde43fb149a84b1f0f4fa" + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PromLokiTransport-0.1.0.zip", + "archiveFileName": "PromLokiTransport-0.1.0.zip", + "size": 38325, + "checksum": "SHA-256:833bdcb43b7599fba1609b6418cdc9d4629d0ad7015338825645e67aa0588049" }, { - "name": "oatmeal-protocol", - "version": "1.1.0", - "author": "Isaac Turner \u003cturner.isaac@gmail.com\u003e, Félix Cormier \u003cfelix.cormier@shielddx.com\u003e, Mark Amery \u003cmark.amery@shielddx.com\u003e", - "maintainer": "Isaac Turner \u003cturner.isaac@gmail.com\u003e", - "sentence": "A protocol to control and communicate with Arduino devices from Python.", - "paragraph": "The protocol supports multiple data types including integers, strings, floats, booleans, lists and missing values (NULL/None/nil). It even supports nested and mixed type lists.", - "website": "https://github.com/shielddx/oatmeal-protocol", + "name": "PromLokiTransport", + "version": "0.2.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Abstracts a bunch of hardware and connectivity away from the GrafanaLoki and PrometheusArduino libraries", + "paragraph": "Provides a simple client interface for GrafanaLoki and PrometheusArduino to be able to communicate over a network including SSL support.", + "website": "https://github.com/grafana/arduino-prom-loki-transport", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/shielddx/oatmeal-protocol.git", - "providesIncludes": ["oatmeal_protocol.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/shielddx/oatmeal_protocol-1.1.0.zip", - "archiveFileName": "oatmeal_protocol-1.1.0.zip", - "size": 120723, - "checksum": "SHA-256:861164b7c2d77d9b70cd9092a8dbe834b5b9744f3919a3da5d2d0823bbcd8242" + "repository": "https://github.com/grafana/arduino-prom-loki-transport.git", + "dependencies": [ + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PromLokiTransport-0.2.2.zip", + "archiveFileName": "PromLokiTransport-0.2.2.zip", + "size": 38335, + "checksum": "SHA-256:c749ac61d788cee32d05d7af63c447a566a9c4d367f18e4c0a9ada80ea3f414f" }, { - "name": "TCS34725", + "name": "PrometheusArduino", "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for TCS34725 RGB Color Sensor", - "paragraph": "Arduino library for TCS34725 RGB Color Sensor", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/hideakitai/TCS34725.git", - "url": "http://downloads.arduino.cc/libraries/github.com/hideakitai/TCS34725-0.1.0.zip", - "archiveFileName": "TCS34725-0.1.0.zip", - "size": 7172, - "checksum": "SHA-256:3e27503630088193c0ed7d693ef141925774f3712fe9f0e8af85629df39554a6" + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.1.0.zip", + "archiveFileName": "PrometheusArduino-0.1.0.zip", + "size": 30180, + "checksum": "SHA-256:ecbe3658466c16a71c1e7ac42589377a0c6f1dce7f3dc08531776331646574b7" }, { - "name": "PeanutKing Soccer", - "version": "1.0.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "PrometheusArduino", + "version": "0.2.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.0.0.zip", - "archiveFileName": "PeanutKing_Soccer-1.0.0.zip", - "size": 13725, - "checksum": "SHA-256:5bc7fc7269b68e91318668bd379870ef621c98e5c8e09d6b1e70348b8fa001cb" + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.2.2.zip", + "archiveFileName": "PrometheusArduino-0.2.2.zip", + "size": 30444, + "checksum": "SHA-256:20a2dd37100ed918c09b29c5eb4d9fcf7dc4f9083bfb11717cc02e5561a01e9b" }, { - "name": "PeanutKing Soccer", - "version": "1.2.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "PrometheusArduino", + "version": "0.3.0", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.2.0.zip", - "archiveFileName": "PeanutKing_Soccer-1.2.0.zip", - "size": 14818, - "checksum": "SHA-256:4809e2a7c9886f3e3ff431a81a7562a21ff56e06f3259aaf8445ebf6e788d34b" + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.3.0.zip", + "archiveFileName": "PrometheusArduino-0.3.0.zip", + "size": 30952, + "checksum": "SHA-256:1912eb2ddcc82d61cab042bd1bcd1ea51df3c59e933ce8a44f159560c4acc59b" }, { - "name": "PeanutKing Soccer", - "version": "1.3.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "GrafanaLoki", + "version": "0.1.0", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "Send logs/events to Grafana Loki", + "paragraph": "Loki is a very flexible, easy to run Log aggregation tool. With this library you can send logs/events directly to a Loki server. Check out the project link for more info.", + "website": "https://github.com/grafana/loki-arduino", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.0.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.0.zip", - "size": 14795, - "checksum": "SHA-256:93a2f050a2eaa26eaf6ccbe88c40d1df1e979652547209816d4ecb83f95c6fdb" + "repository": "https://github.com/grafana/loki-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/GrafanaLoki-0.1.0.zip", + "archiveFileName": "GrafanaLoki-0.1.0.zip", + "size": 42839, + "checksum": "SHA-256:1fd86766eceea6ce104bb48da588261df58c6b54b1d90b150a9ac4b2d340e157" }, { - "name": "PeanutKing Soccer", - "version": "1.3.1", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "GrafanaLoki", + "version": "0.2.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send logs/events to Grafana Loki", + "paragraph": "Loki is a very flexible, easy to run Log aggregation tool. With this library you can send logs/events directly to a Loki server. Check out the project link for more info.", + "website": "https://github.com/grafana/loki-arduino", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.1.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.1.zip", - "size": 14795, - "checksum": "SHA-256:681c1c356f5d1a9f77db74013a71d5a2eb4dbac66afefd5f20529a8d480e068f" + "repository": "https://github.com/grafana/loki-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/GrafanaLoki-0.2.2.zip", + "archiveFileName": "GrafanaLoki-0.2.2.zip", + "size": 43178, + "checksum": "SHA-256:5222d462012360674f75f7da70a28356b068b736b2572dd672ddc8d8c4c7a72c" }, { - "name": "PeanutKing Soccer", - "version": "1.3.2", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "PLCustomDevices", + "version": "0.1.1", + "author": "Oguz Kagan YAGLIOGLU", + "maintainer": "Oguz Kagan YAGLIOGLU \u003cme@oguzkagan.xyz\u003e", + "sentence": "[BETA] Perfect Lights Custom Devices official library", + "paragraph": "This library depends on PubSubClient and ArduinoJson.", + "website": "https://perfectlights.oguzkagan.xyz/", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.2.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.2.zip", - "size": 15237, - "checksum": "SHA-256:2a1073e9f0d3b96a938b6543fae86ae0dbedd9a8792cb0d45fd74df993cb7650" + "repository": "https://github.com/oguzkaganyaglioglu/PLCustomDevicesLibrary.git", + "providesIncludes": ["PLCustomDevices.h"], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oguzkaganyaglioglu/PLCustomDevices-0.1.1.zip", + "archiveFileName": "PLCustomDevices-0.1.1.zip", + "size": 8000, + "checksum": "SHA-256:df6995030fa1c95bea5e072f4dafadacfcfb26a8156d34ae82b686ca98c9cc9b" }, { - "name": "PeanutKing Soccer", - "version": "1.3.3", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "PLCustomDevices", + "version": "0.1.0", + "author": "Oguz Kagan YAGLIOGLU", + "maintainer": "Oguz Kagan YAGLIOGLU \u003cme@oguzkagan.xyz\u003e", + "sentence": "[BETA] Perfect Lights Custom Devices official library", + "paragraph": "This library depends on PubSubClient and ArduinoJson.", + "website": "https://perfectlights.oguzkagan.xyz/", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.3.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.3.zip", - "size": 15378, - "checksum": "SHA-256:fc702b3da5d57461b2e42ff884cad2ee41e3a65ce1363f5cbe824b5051dbe8be" + "repository": "https://github.com/oguzkaganyaglioglu/PLCustomDevicesLibrary.git", + "providesIncludes": ["PLCustomDevices.h"], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oguzkaganyaglioglu/PLCustomDevices-0.1.0.zip", + "archiveFileName": "PLCustomDevices-0.1.0.zip", + "size": 7292, + "checksum": "SHA-256:57b4dd147021be5983fa9ff5c631a63b3b74ab94a557e153a0082ff3609028a5" }, { - "name": "PeanutKing Soccer", - "version": "1.3.5", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", - "architectures": ["*"], + "name": "Arduboy-BistercianNumbers", + "version": "1.0.0", + "author": "Francisco Alvarez", + "maintainer": "Francisco Alvarez", + "sentence": "Tiny 4x4 Bistercian Numerical Display for the Arduboy game system.", + "paragraph": "Displays any numerical value up to 9999 in a 4x4 space, intended as proof of concept and flavour to some games.", + "website": "https://github.com/franalvarez21/Arduboy-BistercianNumbers", + "category": "Display", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "http://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.5.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.5.zip", - "size": 15420, - "checksum": "SHA-256:966c869aef6450efff43108ba50d7e706a6c385a513207cd061b3ef27b946f51" + "repository": "https://github.com/franalvarez21/Arduboy-BistercianNumbers.git", + "providesIncludes": ["Bistercian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/franalvarez21/Arduboy_BistercianNumbers-1.0.0.zip", + "archiveFileName": "Arduboy_BistercianNumbers-1.0.0.zip", + "size": 36757, + "checksum": "SHA-256:864750de4ec450cbac288f03c4a6f915468a2e824bc93a6ac9a04e17149fb227" }, { - "name": "DS18B20", + "name": "Arduboy-BistercianNumbers", + "version": "1.1.0", + "author": "Francisco Alvarez", + "maintainer": "Francisco Alvarez", + "sentence": "Tiny 4x4 Bistercian Numerical Display for the Arduboy game system.", + "paragraph": "Displays any numerical value up to 9999 in a 4x4 space, intended as proof of concept and flavour to some games.", + "website": "https://github.com/franalvarez21/Arduboy-BistercianNumbers", + "category": "Display", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/franalvarez21/Arduboy-BistercianNumbers.git", + "providesIncludes": ["Bistercian.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/franalvarez21/Arduboy_BistercianNumbers-1.1.0.zip", + "archiveFileName": "Arduboy_BistercianNumbers-1.1.0.zip", + "size": 36616, + "checksum": "SHA-256:0bad32d964866e01fe42e13d759deadf1413396243a84a96d54ab750d4f7ab26" + }, + { + "name": "MpesaSTK", "version": "1.0.0", - "author": "Mathias Munk Hansen", - "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", - "sentence": "Arduino library for the Maxim Integrated DS18B20 1-Wire temperature sensor.", - "paragraph": "This library is very simple and intuitive to use, and supports auto-discovering sensors with an optional high/low condition or manually addressing individual sensors.", - "website": "https://github.com/matmunk/DS18B20", - "category": "Sensors", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Mpesa Daraja for microcontrollers.", + "paragraph": "A library implementing MPESA Daraja on Arduino microcontrollers.", + "website": "https://github.com/fbiego/MpesaSTK", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/matmunk/DS18B20.git", - "providesIncludes": ["DS18B20.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matmunk/DS18B20-1.0.0.zip", - "archiveFileName": "DS18B20-1.0.0.zip", - "size": 955396, - "checksum": "SHA-256:97e08b2dea9c468b52eea9182fadd3b7119cfb72e96bac9cb902dafcd3fb48ff" + "repository": "https://github.com/fbiego/MpesaSTK.git", + "providesIncludes": ["MpesaSTK.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/MpesaSTK-1.0.0.zip", + "archiveFileName": "MpesaSTK-1.0.0.zip", + "size": 8770, + "checksum": "SHA-256:993bc21ee8478828c28ac0b3da6488131370354a12536722fa9c6ba8270152d5" }, { - "name": "Matrix Mini Library", - "version": "1.1.0", - "author": "MATRIX", - "maintainer": "MATRIX \u003cservice1@kkitc.net \u003e", - "sentence": "MATRIX MINI Library", - "paragraph": "MATRIX MINI Library", - "website": "https://github.com/frason5566/MatrixMini-/tree/master/MatrixMini", - "category": "Device Control", - "architectures": ["*"], + "name": "RP2040_RTC", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": ["rp2040", "mbed_rp2040"], "types": ["Contributed"], - "repository": "https://github.com/frason5566/MatrixMini.git", - "url": "http://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-1.1.0.zip", - "archiveFileName": "Matrix_Mini_Library-1.1.0.zip", - "size": 117979, - "checksum": "SHA-256:b005c6e486934728abb8f2c75dc886b27870f510b888b902f940b4bb00763775" + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": ["RP2040_RTC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.0.zip", + "archiveFileName": "RP2040_RTC-1.0.0.zip", + "size": 140229, + "checksum": "SHA-256:d2e0bda01d050558092eb8961bace40b3d8094003570f8d201b168b9d05e7b07" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.0.0", - "author": "AllThingsTalk", - "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker.", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", - "category": "Communication", - "architectures": ["*"], + "name": "RP2040_RTC", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": ["rp2040", "mbed_rp2040", "mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", - "providesIncludes": ["ABPCredentials.h", "LoRaModem.h", "CborPayload.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", - "size": 52001, - "checksum": "SHA-256:b33d17c95e1b4c73cd39c7dab62ca97a8a31fbba37f36d95e4a03d7204aad7b7" + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": ["RP2040_RTC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.1.zip", + "archiveFileName": "RP2040_RTC-1.0.1.zip", + "size": 140533, + "checksum": "SHA-256:0fe663e7e10844d30e27dc1c80016d6f943166d1a6d3926ffda012813ff519ac" }, { - "name": "MAX6675 with hardware SPI", - "version": "1.0.0", - "author": "Evgeny Kremer", - "maintainer": "Evgeny Kremer \u003cevgeny.kremer@gmail.com\u003e", - "sentence": "A library for MAX6675 thermocouple interface.", - "paragraph": "The library allows to control MAX6675 thermocouple interface. Uses hardware SPI and respects poll timings according to the datasheet", - "website": "https://github.com/zhenek-kreker/MAX6675", - "category": "Sensors", - "architectures": ["avr"], + "name": "RP2040_RTC", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": ["rp2040", "mbed_rp2040", "mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/zhenek-kreker/MAX6675.git", - "url": "http://downloads.arduino.cc/libraries/github.com/zhenek-kreker/MAX6675_with_hardware_SPI-1.0.0.zip", - "archiveFileName": "MAX6675_with_hardware_SPI-1.0.0.zip", - "size": 4835, - "checksum": "SHA-256:4907f36c111983d8a588ef79f217d0ff5cee723e0e6866a38a1d4f361d72b6bb" + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": ["RP2040_RTC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.2.zip", + "archiveFileName": "RP2040_RTC-1.0.2.zip", + "size": 141211, + "checksum": "SHA-256:0ca8621e5f762938c2ab03765e2b57feeac5cc315c684666f9dff9d64ef6fa69" }, { - "name": "LiquidCrystal_74HC595", - "version": "1.0.0", - "author": "Mathias Munk Hansen", - "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", - "sentence": "This library allows an Arduino board to control most LCDs (Hitachi HD44780 based or compatible) through a 74HC595 shift register.", - "paragraph": "This provides a very cost effective way of reducing the number of pins needed to control an LCD (from 6 to 3 pins in 4 bit mode).", - "website": "https://github.com/matmunk/LiquidCrystal_74HC595", - "category": "Display", - "architectures": ["*"], + "name": "RP2040_RTC", + "version": "1.0.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": ["rp2040", "mbed_rp2040", "mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/matmunk/LiquidCrystal_74HC595.git", - "providesIncludes": ["LiquidCrystal_74HC595.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/matmunk/LiquidCrystal_74HC595-1.0.0.zip", - "archiveFileName": "LiquidCrystal_74HC595-1.0.0.zip", - "size": 430570, - "checksum": "SHA-256:416e8776ca068e28cc75e753a79bb2fbb6f7836bdd297989b5c9df6cc7bddfba" + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": ["RP2040_RTC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.3.zip", + "archiveFileName": "RP2040_RTC-1.0.3.zip", + "size": 147637, + "checksum": "SHA-256:7d65f6f7daee2e79e7ca6941e67055b6adca2a28ccc552d78611bb2940977ef5" }, { - "name": "VGAX", - "version": "1.2.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA signal generator for UNO and MEGA", - "paragraph": "Supports 120x60px 2bpp on Arduino UNO and 120x240px 2bpp on Arduino MEGA", - "website": "https://github.com/smaffer/vgax", - "category": "Display", - "architectures": ["avr"], + "name": "RP2040_RTC", + "version": "1.0.4", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": ["rp2040", "mbed_rp2040", "mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/smaffer/vgax.git", - "providesIncludes": ["VGAX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/smaffer/VGAX-1.2.0.zip", - "archiveFileName": "VGAX-1.2.0.zip", - "size": 2086086, - "checksum": "SHA-256:00aca9d272f8aaf401c226f4d0bef2e5fe442de3310411431c1578cf3cd8acdf" + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": ["RP2040_RTC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.4.zip", + "archiveFileName": "RP2040_RTC-1.0.4.zip", + "size": 148156, + "checksum": "SHA-256:ceaca5e7f72142bde75cfe86dd471af273af6fba34d62f691e7c55cbf7dbf51b" }, { - "name": "VGAXUA", - "version": "1.0.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA UART signal generator for UNO and MEGA", - "paragraph": "Supports monocromatic 192x80px on Arduino UNO and 200x240px on Arduino MEGA", - "website": "https://github.com/smaffer/vgaxua", - "category": "Display", - "architectures": ["avr"], + "name": "Seeed Arduino Audio", + "version": "1.4.1", + "author": "Paul Stoffregen(original author)", + "maintainer": "Seeed Studio", + "sentence": "Flexible, High Quality Audio Processing Library", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/smaffer/vgaxua.git", - "providesIncludes": ["VGAXUA.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/smaffer/VGAXUA-1.0.0.zip", - "archiveFileName": "VGAXUA-1.0.0.zip", - "size": 2947510, - "checksum": "SHA-256:e0f5371c2443aa4567dc4c944d50a4d6efd6740e949b97e3080d778d70013cf2" + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Audio-1.4.1.zip", + "archiveFileName": "Seeed_Arduino_Audio-1.4.1.zip", + "size": 9847997, + "checksum": "SHA-256:22314887cbd44ba00599b079ddd8e6f9f232e7bdb15786c19aaaad8c870100b7" }, { - "name": "ESPVGAX", - "version": "1.0.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA signal generator for ESP8266", - "paragraph": "Supports monocromatic 512x480px with additional dynamic colors", - "website": "https://github.com/smaffer/espvgax", - "category": "Display", - "architectures": ["esp8266"], + "name": "Seeed Arduino Audio", + "version": "1.4.2", + "author": "Paul Stoffregen(original author)", + "maintainer": "Seeed Studio(techsupport@seeed.cc)", + "sentence": "Flexible, High Quality Audio Processing Library", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/smaffer/espvgax.git", - "providesIncludes": ["ESPVGAX.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX-1.0.0.zip", - "archiveFileName": "ESPVGAX-1.0.0.zip", - "size": 2699051, - "checksum": "SHA-256:2f2621ae3656aa75d88d33cd1aceb45f85c4a29519f8391c01ea774aea63b93d" + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Audio-1.4.2.zip", + "archiveFileName": "Seeed_Arduino_Audio-1.4.2.zip", + "size": 9848086, + "checksum": "SHA-256:3d7adfd6988cb63c409f67d5a3b64c9fddfc16259944e699b43ec57e059b9a44" }, { - "name": "CM1106 I2C", - "version": "1.0.0", - "author": "Neosarchizo", - "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", - "sentence": "Arduino library to control Cubic CM1106 I2C", - "paragraph": "Arduino library to control Cubic CM1106 I2C", - "website": "https://github.com/neosarchizo/cm1106_i2c", - "category": "Sensors", + "name": "Seeed Arduino Audio", + "version": "1.4.3", + "author": "Paul Stoffregen(original author)", + "maintainer": "Seeed Studio(techsupport@seeed.cc)", + "sentence": "Flexible, High Quality Audio Processing Library", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/neosarchizo/cm1106_i2c.git", - "url": "http://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.0.zip", - "archiveFileName": "CM1106_I2C-1.0.0.zip", - "size": 18073, - "checksum": "SHA-256:264588ba907a11a563554e31aedbe9b27fadb387cc4ec11fa1884ff6383cf2cd" + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Audio-1.4.3.zip", + "archiveFileName": "Seeed_Arduino_Audio-1.4.3.zip", + "size": 9847556, + "checksum": "SHA-256:8f2975d6706afec3abd715ebcc678b5f58613f3c3063c8dd31b20c4c97c7dd5b" }, { - "name": "Virtuino library for all ESP8266 and ESP32 boards", - "version": "1.7.2", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuinoESP", - "category": "Communication", + "name": "VL53L1X_ULD", + "version": "1.2.2", + "author": "Ruben Neurink-Sluiman", + "maintainer": "Ruben Neurink-Sluiman \u003cruben.neurink@gmail.com\u003e", + "sentence": "Library for interaction with the time of flight sensor VL53L1X", + "paragraph": "This library is based on the ST ultra lite driver 3.5.0 for the time of flight sensor VL53L1X. Contains the full API from ST.", + "website": "https://github.com/rneurink/VL53L1X_ULD", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/iliaslamprou/virtuinoESP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", - "archiveFileName": "Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", - "size": 22067, - "checksum": "SHA-256:3ac363ba4015b54504cf9e32d4e57f006a1eaf22c0166f402101b03e25784e9a" + "repository": "https://github.com/rneurink/VL53L1X_ULD.git", + "providesIncludes": ["VL53L1X_ULD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rneurink/VL53L1X_ULD-1.2.2.zip", + "archiveFileName": "VL53L1X_ULD-1.2.2.zip", + "size": 1143894, + "checksum": "SHA-256:6eb76728120655cc5a4df29f1b01060868d72232b0608cd78baba1cbeb6050ab" }, { - "name": "NeuralNetwork", + "name": "KMP_RS485", "version": "1.0.0", - "author": "George Chousos", - "maintainer": "gxousos@gmail.com", - "sentence": "Simple MLP Neural-Network Library.", - "paragraph": "Love Everything and everyone, wish you the best.", - "website": "https://github.com/GiorgosXou", - "category": "Uncategorized", + "author": "Plamen Kovandzhiev", + "maintainer": "KMP Electronics \u003ccontact@kmpelectronics.eu\u003e", + "sentence": "Library allows you send and receieve data using RS485 protocol", + "paragraph": "You can communicate with devices support RS485 protocol", + "website": "https://github.com/kmpelectronics/KMP_RS485", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", - "url": "http://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.0.zip", - "archiveFileName": "NeuralNetwork-1.0.0.zip", - "size": 20466, - "checksum": "SHA-256:5343a11e2a5e49400a3d4bd22bdb5519d689250b9fe03fa16a95ae4c5669caf4" + "repository": "https://github.com/kmpelectronics/KMP_RS485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kmpelectronics/KMP_RS485-1.0.0.zip", + "archiveFileName": "KMP_RS485-1.0.0.zip", + "size": 9798, + "checksum": "SHA-256:79f123312520859d9f519b116fbfcdadd482c4069034d90c4493b9e11543059a" }, { - "name": "Witty", - "version": "1.0.1", - "author": "Didel \u003cinfo@didel.com\u003e", - "maintainer": "Boxtec \u003cinfo@boxtec.ch\u003e", - "sentence": "Witty Support Library", - "paragraph": "Several support libraries for the Witty self-balancing 2WD bot from Didel.com. See the WittyQuickStartGuide.pdf in the docs folder.", - "website": "https://git.boxtec.ch/didel/Witty", + "name": "GLEE2023", + "version": "0.1.0-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/boxtec/Witty.git", - "url": "http://downloads.arduino.cc/libraries/github.com/boxtec/Witty-1.0.1.zip", - "archiveFileName": "Witty-1.0.1.zip", - "size": 2069981, - "checksum": "SHA-256:ea80deef3cb8d856342d7a32dc88a14bf1023706a8da139933b9654876e2bd1b" + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": ["AK09940.h", "ICM20602.h", "TMP117.h", "TPIS1385.h", "CAP.h"], + "dependencies": [ + { + "name": "RadioLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.1.0-beta.zip", + "archiveFileName": "GLEE2023-0.1.0-beta.zip", + "size": 3603343, + "checksum": "SHA-256:71112cd4564a1863703dbb8ce3fe907bb48f89e3688bba5e37e74ca440459d72" }, { - "name": "Virtuino library for STM32 boards", - "version": "1.6.3", - "author": "\u003ciliaslampr@gmail.com\u003e", - "maintainer": "\u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuino_stm32", - "category": "Communication", + "name": "modularCV", + "version": "1.0.0", + "author": "Ian Hattwick", + "maintainer": "github.com/ianhattwick", + "sentence": "A simple library for generating CV signals to control modular synthesizers.", + "paragraph": "The core library gives you the ability to generate cv signals: trigger, gate, quantized CV, slew limiting, AR envelopes, etc. Additional classes are provided for generating LFOs and Sequencers. Examples for use with the ESP32 built-in DAC and the MCP4728 are provided.", + "website": "https://github.com/ianhattwick/modularCV", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/iliaslamprou/virtuino_stm32.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_STM32_boards-1.6.3.zip", - "archiveFileName": "Virtuino_library_for_STM32_boards-1.6.3.zip", - "size": 55293, - "checksum": "SHA-256:0ae5b5f36512d3988fbbef2b0e6a9885b37725ed08179eb2ba35fed8897556aa" + "repository": "https://github.com/ianhattwick/controlVoltage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ianhattwick/modularCV-1.0.0.zip", + "archiveFileName": "modularCV-1.0.0.zip", + "size": 27555, + "checksum": "SHA-256:b241c2bf5f2d23f53a6c39c6e3e079afff621b5f0ad4b5a499235521dda8d131" }, { - "name": "PWMFreak", - "version": "0.2.0", - "author": "Colin MacKenzie", - "maintainer": "colin@flyingeinstein.com", - "sentence": "Configures the PWM frequency on a pin", - "paragraph": "A very small library for configuring the PWM frequency for AVR based Arduinos. At least some of this code has been copied from the Internet, see PWMFreak.h for attribution.", - "website": "https://github.com/flyingeinstein/PWMFreak", - "category": "Timing", - "architectures": ["avr"], + "name": "ClockForSeg_Lib", + "version": "1.0.0", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for Clock made of TM1637", + "paragraph": "This library helps you made Clock(DS1302) using 7-Segment(TM1637)", + "website": "https://github.com/jihoonkimtech/ClockForSeg_Lib", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/guru-florida/PWMFreak.git", - "providesIncludes": ["PWMFreak.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/guru-florida/PWMFreak-0.2.0.zip", - "archiveFileName": "PWMFreak-0.2.0.zip", - "size": 3345, - "checksum": "SHA-256:55853b781f0831b67ce98f105a2d9b2ed2ae71286f9f4fa326afbcfc7b1369fd" + "repository": "https://github.com/jihoonkimtech/ClockForSeg_Lib.git", + "dependencies": [ + { + "name": "TM1637 Driver" + }, + { + "name": "RTC by Makuna" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/ClockForSeg_Lib-1.0.0.zip", + "archiveFileName": "ClockForSeg_Lib-1.0.0.zip", + "size": 3314317, + "checksum": "SHA-256:6baee6a455c4efeae16f81c6042865ff1f5112cbd3ad5d24daef371c29653713" }, { - "name": "UARDECS Library", - "version": "1.2.1", - "author": "H.kurosaki,K.yasuba", - "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", - "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", - "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. It corresponds to Arduino UNO or MEGA. Always requires Ethernet shield2.", - "website": "http://uecs.org/arduino/uardecs.html", - "category": "Communication", - "architectures": ["avr"], + "name": "ClockForSeg_Lib", + "version": "1.0.1", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for Clock made of TM1637", + "paragraph": "This library helps you made Clock(DS1302) using 7-Segment(TM1637)", + "website": "https://github.com/jihoonkimtech/ClockForSeg_Lib", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/H-Kurosaki/UARDECS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_Library-1.2.1.zip", - "archiveFileName": "UARDECS_Library-1.2.1.zip", - "size": 75165, - "checksum": "SHA-256:0200f290145d556066b28df63bffa01eba5c4b5ecd59be3b37489ab458da0305" + "repository": "https://github.com/jihoonkimtech/ClockForSeg_Lib.git", + "dependencies": [ + { + "name": "TM1637 Driver" + }, + { + "name": "Rtc by Makuna" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/ClockForSeg_Lib-1.0.1.zip", + "archiveFileName": "ClockForSeg_Lib-1.0.1.zip", + "size": 3314353, + "checksum": "SHA-256:374919fc0f6bb2b431457c8de21dbd03144caca5aeda090c5f0cd4d6f5110327" }, { - "name": "uMulti", - "version": "0.1.0", - "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", - "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", - "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", - "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use.", - "website": "https://github.com/byronholldorf/uMulti", - "category": "Other", - "architectures": ["avr"], + "name": "GyverOLED", + "version": "0.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/byronholldorf/uMulti.git", - "providesIncludes": ["uMulti.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.0.zip", - "archiveFileName": "uMulti-0.1.0.zip", - "size": 8620, - "checksum": "SHA-256:f00d32929ffcd25d7a78b88ce81d3a280b94e969d98f67f8bd3e8cbe5b95c44b" + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-0.5.0.zip", + "archiveFileName": "GyverOLED-0.5.0.zip", + "size": 1131152, + "checksum": "SHA-256:4ca2c14da1d63ca25a7828dde1e4c15898848f079c8c3e249f473042d9fa0cce" }, { - "name": "databot", - "version": "0.1.0", - "author": "Sean Tucker", - "maintainer": "Sean Tucker", - "sentence": "Code to get your databot running", - "paragraph": "Code to get your databot running", - "website": "https://github.com/arbotics-llc/databot-arduino", - "category": "Sensors", - "architectures": ["avr"], + "name": "GyverOLED", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.0.zip", - "archiveFileName": "databot-0.1.0.zip", - "size": 258968, - "checksum": "SHA-256:40cd89f216124ed0190f21008b5c24305511c12c4ac1d5a9efe404dec64634f2" + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.0.0.zip", + "archiveFileName": "GyverOLED-1.0.0.zip", + "size": 1131152, + "checksum": "SHA-256:1f9cc82be3525b375b674ce091d1ce9af81ee207c43e99be38a3bd182da76cbf" }, { - "name": "databot", - "version": "0.1.2", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting daboto, based on arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", - "architectures": ["avr"], + "name": "GyverOLED", + "version": "1.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.2.zip", - "archiveFileName": "databot-0.1.2.zip", - "size": 268843, - "checksum": "SHA-256:2baade7eee10701e509546682e9f3bdc96699b8d36bcdaecabbb2e12c40c7018" + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.0.1.zip", + "archiveFileName": "GyverOLED-1.0.1.zip", + "size": 1228162, + "checksum": "SHA-256:8b414d80a81ce70e37201b4acabd7cfc6c5799371208d04326e91d10d76bca81" }, { - "name": "databot", - "version": "0.1.4", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", - "architectures": ["avr"], + "name": "GyverOLED", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.4.zip", - "archiveFileName": "databot-0.1.4.zip", - "size": 270444, - "checksum": "SHA-256:625cff710d5d5d38ddedcfb9584a083cfe093885b5a4854c78c66be1b0876ba4" + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.2.0.zip", + "archiveFileName": "GyverOLED-1.2.0.zip", + "size": 1228561, + "checksum": "SHA-256:69f48054caac3bfc0ebd8501cf48134395db03759fc19c39b851c864eab3bf63" }, { - "name": "databot", - "version": "0.1.5", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", - "architectures": ["avr"], + "name": "GyverOLED", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.5.zip", - "archiveFileName": "databot-0.1.5.zip", - "size": 270421, - "checksum": "SHA-256:54f1ef15cf5fabf2bcb89c000b7894d02d08a061bf79d8e8c00dc8e379930959" + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.3.0.zip", + "archiveFileName": "GyverOLED-1.3.0.zip", + "size": 1228636, + "checksum": "SHA-256:0150fe714faa76425c21da35549d268777a2daa5cea42ff2c2a5f89ae95ca81a" }, { - "name": "databot", - "version": "0.1.6", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", - "architectures": ["avr"], + "name": "GyverOLED", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.6.zip", - "archiveFileName": "databot-0.1.6.zip", - "size": 270434, - "checksum": "SHA-256:160213df38ad20e725f47bfc941dad60aec89335f87c409ec17271122dfee463" + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.3.1.zip", + "archiveFileName": "GyverOLED-1.3.1.zip", + "size": 1228701, + "checksum": "SHA-256:2f5e8e0adfa53c7222696b9b3941c677c1f4e983dd76217383fa7337881d573b" }, { - "name": "databot", - "version": "0.1.7", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "DelayExec", + "version": "0.1.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to defer executions", + "paragraph": "Use this library to execute functions in a deferred manner.", + "website": "https://github.com/sebmillet/DelayExec", + "category": "Timing", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.7.zip", - "archiveFileName": "databot-0.1.7.zip", - "size": 273630, - "checksum": "SHA-256:b4bd352bbc383cbb150bd98c8c922122be965212bdd8a9fe244ff927f8901061" + "repository": "https://github.com/sebmillet/DelayExec.git", + "providesIncludes": ["DelayExec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/DelayExec-0.1.0.zip", + "archiveFileName": "DelayExec-0.1.0.zip", + "size": 22987, + "checksum": "SHA-256:c626c4aa873d4de884cc9329201e1f91175bf3fabf3ea0513023df1fb0d9aa6e" }, { - "name": "databot", - "version": "0.1.8", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "DelayExec", + "version": "0.1.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to defer executions", + "paragraph": "Allows to execute once or repeat execution forever, also allows to schedule a new task *from inside* a function called by the scheduler. Thus one can decide during scheduled task execution, whether or not to schedule another execution and to what delay.", + "website": "https://github.com/sebmillet/DelayExec", + "category": "Timing", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.8.zip", - "archiveFileName": "databot-0.1.8.zip", - "size": 276856, - "checksum": "SHA-256:cb808986ff2b7d3a0a96072f9d7241e9f1c98aa56c635966f0e8da9bdbb94654" + "repository": "https://github.com/sebmillet/DelayExec.git", + "providesIncludes": ["DelayExec.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/DelayExec-0.1.1.zip", + "archiveFileName": "DelayExec-0.1.1.zip", + "size": 28120, + "checksum": "SHA-256:26d15744b5f106db5b6427f5a848b9b72cbc580182703548724f77bc205d38d9" }, { - "name": "databot", - "version": "0.1.9", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "RF433any", + "version": "0.5.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.9.zip", - "archiveFileName": "databot-0.1.9.zip", - "size": 280086, - "checksum": "SHA-256:033ae32605581caeaecbe91e8bb672697e2f93953bd04fd340d47a5e25b906a2" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.0.zip", + "archiveFileName": "RF433any-0.5.0.zip", + "size": 262838, + "checksum": "SHA-256:2f3119e4ea2149332b5f5266d297165394b11dd85ed22ca2207f3ff61a1a3ea2" }, { - "name": "databot", - "version": "0.2.0", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "RF433any", + "version": "0.5.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.0.zip", - "archiveFileName": "databot-0.2.0.zip", - "size": 237857, - "checksum": "SHA-256:df4e00a953956d83524bdeccacde202acbaad9ba5336fcdd23c7649be7b2cdde" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.1.zip", + "archiveFileName": "RF433any-0.5.1.zip", + "size": 253344, + "checksum": "SHA-256:b3606fd6ad1a1f4ada131d49a4ea6bab4e458f60d1efe8e69c36a57147cdae45" }, { - "name": "databot", - "version": "0.2.1", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "RF433any", + "version": "0.5.2", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.1.zip", - "archiveFileName": "databot-0.2.1.zip", - "size": 259379, - "checksum": "SHA-256:f44ffe8e9a5d388716662dbac5741cd83b069b811271cb3269c43c006a3ee4d8" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.2.zip", + "archiveFileName": "RF433any-0.5.2.zip", + "size": 253429, + "checksum": "SHA-256:d430fe5d11d1586ea6a3dd8976c34a02662840179acc4c6c68053b6ed3244b85" }, { - "name": "Adafruit BD3491FS", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", - "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BD3491FS", - "category": "Signal Input/Output", - "architectures": ["*"], + "name": "RF433any", + "version": "0.5.3", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.0.0.zip", - "archiveFileName": "Adafruit_BD3491FS-1.0.0.zip", - "size": 8798, - "checksum": "SHA-256:13be35070e9c427ffa3dd7e002b5c9881ef22524d479563e8d3d67a3802852db" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.3.zip", + "archiveFileName": "RF433any-0.5.3.zip", + "size": 253416, + "checksum": "SHA-256:eb5e158eca0a15b0ae4937fd3713315a2b76fcc12053de305134f8eb3f41b95d" }, { - "name": "RadioLib", - "version": "1.0.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "RF433any", + "version": "0.6.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": ["RadioLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.0.0.zip", - "archiveFileName": "RadioLib-1.0.0.zip", - "size": 852350, - "checksum": "SHA-256:bf897bfbd22bb95c9dda20b995faae2f75dfb5bf69ed164b9f971d1659858184" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.6.0.zip", + "archiveFileName": "RF433any-0.6.0.zip", + "size": 259818, + "checksum": "SHA-256:d6585e2db41e33e6c976cedc038144f8198869845c1891a9ee429ec321ffd333" }, { - "name": "RadioLib", - "version": "1.1.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "RF433any", + "version": "0.7.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": ["RadioLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.1.0.zip", - "archiveFileName": "RadioLib-1.1.0.zip", - "size": 864402, - "checksum": "SHA-256:e7fe0cafcf831a2e7a498202b6a8217fd61166a2882ac0f83334c46adef65d54" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.0.zip", + "archiveFileName": "RF433any-0.7.0.zip", + "size": 265920, + "checksum": "SHA-256:63374785d240eeecfafb69bc6cc9f240c95dece5fcc0b768b3bee71af39ddc5e" }, { - "name": "RadioLib", - "version": "1.2.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "RF433any", + "version": "0.7.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": ["RadioLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.0.zip", - "archiveFileName": "RadioLib-1.2.0.zip", - "size": 873804, - "checksum": "SHA-256:c464167f6070d321ccf0a990dd768aeeb9bf504ba99197bd495b04cf1236821e" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.1.zip", + "archiveFileName": "RF433any-0.7.1.zip", + "size": 265986, + "checksum": "SHA-256:6b222225481a63349715d33b3c82f14a2d66b1e0ff1537eb8359f4f8a48ab767" }, { - "name": "RadioLib", - "version": "1.2.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "RF433any", + "version": "0.7.2", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": ["RadioLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.1.zip", - "archiveFileName": "RadioLib-1.2.1.zip", - "size": 874104, - "checksum": "SHA-256:9491485880e4931b6b378808c5cef238f4c1da333e14cf0e0eb3123b9271bc9e" + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": ["RF433any.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.2.zip", + "archiveFileName": "RF433any-0.7.2.zip", + "size": 266020, + "checksum": "SHA-256:d16260a2bba118b43a1cecfa4279527e7c7290fed186052f4e1be7a185a4d7bf" }, { - "name": "RadioLib", - "version": "1.2.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "OTAdrive_ESP", + "version": "1.0.4", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": ["RadioLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.2.zip", - "archiveFileName": "RadioLib-1.2.2.zip", - "size": 875127, - "checksum": "SHA-256:80a7c1f174bbab0d7ac476a0918aaafe8d3d24de387f6cf876ebf199a019823f" + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": ["otadrive_esp.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.0.4.zip", + "archiveFileName": "OTAdrive_ESP-1.0.4.zip", + "size": 7373, + "checksum": "SHA-256:56060a5b9e28b6d6f5fa5690a623087a78b203676e984363b5d28594dc775995" }, { - "name": "RadioLib", - "version": "1.3.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", - "architectures": ["*"], + "name": "RP2040_SD", + "version": "1.0.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use SPI SD cards with RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO using either RP2040 Arduino-mbed or arduino-pico core.", + "paragraph": "This SD-Fat v2 can support FAT16, FAT32, exFAT file systems. exFAT supports files larger than 4GB by using uint64_t as file offset.", + "website": "https://github.com/khoih-prog/RP2040_SD", + "category": "Data Storage", + "architectures": ["rp2040", "mbed_rp2040", "mbed_nano"], "types": ["Contributed"], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": ["RadioLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.3.0.zip", - "archiveFileName": "RadioLib-1.3.0.zip", - "size": 875356, - "checksum": "SHA-256:a940299c5c6483630f8169299a7c8f2d5d57ba2be78e48d0dccb9cd6759796a2" + "repository": "https://github.com/khoih-prog/RP2040_SD.git", + "providesIncludes": ["RP2040_SD.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_SD-1.0.0.zip", + "archiveFileName": "RP2040_SD-1.0.0.zip", + "size": 75503, + "checksum": "SHA-256:7a88eaf8baefb3c2335fc06930d8a23ab8d62a42deaef13145304c0157463406" }, { - "name": "ClosedCube_I2C_Driver", - "version": "2019.6.6", - "author": "ClosedCube", - "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", - "sentence": "Arduino library for ClosedCube I2C Driver (Wrapper)", - "paragraph": "Arduino library for ClosedCube I2C Driver (Wrapper)", - "website": "https://github.com/closedcube/ClosedCube_I2C_Arduino", - "category": "Communication", + "name": "AM1008W-K I2C", + "version": "1.0.0", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic AM1008W-K I2C", + "paragraph": "Arduino library to control Cubic AM1008W-K I2C", + "website": "https://github.com/neosarchizo/am1008w_k_i2c", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/closedcube/ClosedCube_I2C_Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_I2C_Driver-2019.6.6.zip", - "archiveFileName": "ClosedCube_I2C_Driver-2019.6.6.zip", - "size": 8411, - "checksum": "SHA-256:7e58b26f63e23f10b3b1892b6b1fe0ac3d3da7e88ccb132b728ad5eb0860f61c" + "repository": "https://github.com/neosarchizo/am1008w_k_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/AM1008W_K_I2C-1.0.0.zip", + "archiveFileName": "AM1008W_K_I2C-1.0.0.zip", + "size": 18623, + "checksum": "SHA-256:54c0b053a3c1af82abddd215810f5ff25a39756d539227cb34c7e91176e880d1" }, { - "name": "Ambimate", + "name": "solar2lunar", "version": "1.0.0", - "author": "Gary Barnett", - "maintainer": "Gary Barnett", - "sentence": "A library for the Ambimate sensor board from TE", - "paragraph": "Allows you to read sensor values from the Board", - "website": "https://github.com/thinkovation/Ambimate/", - "category": "Sensors", - "architectures": ["avr", "esp"], + "author": "LeQuan, lequanruby@gmai.com", + "maintainer": "LeQuan", + "sentence": "Arduino library for convert Gregorian calendar to Vietnamese lunar.", + "paragraph": "Arduino library for convert Gregorian calendar to Vietnamese lunar calendar in mush easier way.", + "website": "https://github.com/musicplayer0/solar2lunar", + "category": "Timing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/thinkovation/Ambimate.git", - "providesIncludes": ["Wire.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/thinkovation/Ambimate-1.0.0.zip", - "archiveFileName": "Ambimate-1.0.0.zip", - "size": 5096, - "checksum": "SHA-256:65c914f65e32e9beb32f1f1c7c2b6fecb7b31a16564c076f90500f14236a190b" + "repository": "https://github.com/musicplayer0/solar2lunar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/musicplayer0/solar2lunar-1.0.0.zip", + "archiveFileName": "solar2lunar-1.0.0.zip", + "size": 6269, + "checksum": "SHA-256:4ffdc8666a37e1e8947e0b1a50aed811ea97ebd06cc373d833797234668e724d" }, { - "name": "VNH3SP30", + "name": "evo_servo", "version": "1.0.0", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the VNH3SP30 motor controller (H-bridge motor driver)", - "paragraph": "With this library you can control one or more VNH3SP30, VNH2SP30 or VNH3ASP30 H-bridge motor controllers. Library written for the AVR architecture, but should work on any architecture that supports the analogWrite() function to generate a PWM signal (AVR,STM32,ESP32)", - "website": "https://github.com/bmellink/VNH3SP30", - "category": "Device Control", - "architectures": ["avr", "esp32", "stm32"], + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Servo", + "paragraph": "Evo compatible wrapper around the xlr8_servo module", + "website": "https://github.com/AloriumTechnology/evo_servo", + "category": "Uncategorized", + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/bmellink/VNH3SP30.git", - "providesIncludes": ["VNH3SP30.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.0.zip", - "archiveFileName": "VNH3SP30-1.0.0.zip", - "size": 21092, - "checksum": "SHA-256:1a326aacadf2c678c5ab7abe9adc3e3b9c49217d0508c17124bb6d6143e3feb0" + "repository": "https://github.com/AloriumTechnology/evo_servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_servo-1.0.0.zip", + "archiveFileName": "evo_servo-1.0.0.zip", + "size": 24927, + "checksum": "SHA-256:8ae066a5639781d12af3f6260989286e943a8684342169627f873f67dc01fe1b" }, { - "name": "VNH3SP30", - "version": "1.0.1", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Library for the VNH3SP30 and VNH5019A-E motor controllers (H-bridge motor driver)", - "paragraph": "Arduino library for VNH3SP30, VNH2SP30, VNH3ASP30 and VNH5019A-E based motor controller boards. The VNH3SP30 and VNH5019A-E chips contain a full H bridge to drive motors with currents up to 30A. The VNH5019A-E chips are newer and almost identical to the VNH3SP30 chips. The biggest difference is that the VNH5019A-E chips work with 3.3V and 5V logic, while the older VNH3SP30 chips require 5V logic.", - "website": "https://github.com/bmellink/VNH3SP30", - "category": "Device Control", - "architectures": ["avr", "esp32", "stm32"], + "name": "TinyUSBSimplePacketComs", + "version": "0.0.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to use SimplePacketComs with the USB HID on the TinyUSB class device", + "paragraph": "Use any simple packet coms servers with this HID device implementation.", + "website": "https://github.com/madhephaestus/TinyUSBSimplePacketComs", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bmellink/VNH3SP30.git", - "providesIncludes": ["VNH3SP30.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.1.zip", - "archiveFileName": "VNH3SP30-1.0.1.zip", - "size": 21241, - "checksum": "SHA-256:830235e95d706a79f383ad2fea74d96741bcd4ab0a7544ee686cb31bde4e5c33" + "repository": "https://github.com/madhephaestus/TinyUSBSimplePacketComs.git", + "providesIncludes": ["TinyUSBSimplePacketComs.h"], + "dependencies": [ + { + "name": "SimplePacketComs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/TinyUSBSimplePacketComs-0.0.1.zip", + "archiveFileName": "TinyUSBSimplePacketComs-0.0.1.zip", + "size": 15255, + "checksum": "SHA-256:43d4d1b92780369c930ba2bd7da3224ae6742d7d89482660f323f98828f65c2c" }, { - "name": "HighPowerStepperDriver", + "name": "esp-fs-webserver", "version": "1.0.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "High-Power Stepper Motor Driver library for Arduino", - "paragraph": "This is a library for the Arduino IDE that helps interface with Pololu High-Power Stepper Motor Drivers.", - "website": "https://github.com/pololu/high-power-stepper-driver-arduino", - "category": "Device Control", - "architectures": ["*"], + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": ["esp32", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/pololu/high-power-stepper-driver-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pololu/HighPowerStepperDriver-1.0.0.zip", - "archiveFileName": "HighPowerStepperDriver-1.0.0.zip", - "size": 13279, - "checksum": "SHA-256:778bb5f88c2b0c60717a1ba507a0a99f8723d3c1723b96300d8fcb7204a8b16c" + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.0.zip", + "archiveFileName": "esp_fs_webserver-1.0.0.zip", + "size": 685356, + "checksum": "SHA-256:edad6a37b058b7a10f94e6cc70f9389e520d5327c3e03c15da9cc2b4570ac01a" }, { - "name": "TetrisAnimation", - "version": "1.1.0", - "author": "Tobias Blum, Brian Lough", - "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", - "sentence": "Library for drawing text out with tetris blocks", - "paragraph": "Uses the Adafruit GFX library to draw tetris blocks into letters on displays.", - "website": "https://github.com/toblum/TetrisAnimation", - "category": "Display", - "architectures": ["*"], + "name": "esp-fs-webserver", + "version": "1.0.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": ["esp32", "esp8266"], "types": ["Contributed"], - "repository": "https://github.com/toblum/TetrisAnimation.git", - "url": "http://downloads.arduino.cc/libraries/github.com/toblum/TetrisAnimation-1.1.0.zip", - "archiveFileName": "TetrisAnimation-1.1.0.zip", - "size": 43012, - "checksum": "SHA-256:02aeb54cbcf44f7e635d13f1361fb9011d95eb4ca1b67622ca6c439788d5b8d6" + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.1.zip", + "archiveFileName": "esp_fs_webserver-1.0.1.zip", + "size": 1965002, + "checksum": "SHA-256:6965d55209b13b7f23da5ca1086265740f779355d30039ec9fb40912c40aa100" }, { - "name": "ss_oled", + "name": "SparkFun Serial Fingerprint Scanners AS-108M and AD-013", "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Serial Fingerprint Scanners AS-108M and AD-013.", + "paragraph": "This library allows the user to use the AS-108M or AD-013 connected via serial port. The user can enroll fingerprints, search for any or a specific match as well as deleting fingeprint entries in any location on the 40 memory locations available.", + "website": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.0.0.zip", - "archiveFileName": "ss_oled-1.0.0.zip", - "size": 356832, - "checksum": "SHA-256:2fa01f864c6687bd48d3b93f88dd9a0c3849683a648ff7f899b254282e7e9656" + "repository": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.0.zip", + "archiveFileName": "SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.0.zip", + "size": 2121280, + "checksum": "SHA-256:a9535d24bdeac16234426ea1263a4b4c4b18f03f672a59e8da59088c383ddc22" }, { - "name": "ss_oled", - "version": "1.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "SparkFun Serial Fingerprint Scanners AS-108M and AD-013", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Serial Fingerprint Scanners AS-108M and AD-013.", + "paragraph": "This library allows the user to use the AS-108M or AD-013 connected via serial port. The user can enroll fingerprints, search for any or a specific match as well as deleting fingeprint entries in any location on the 40 memory locations available.", + "website": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.0.zip", - "archiveFileName": "ss_oled-1.1.0.zip", - "size": 357752, - "checksum": "SHA-256:3a8a2bd532cea0be5faa39ff604d126973ad3653c854c139caba3f910d3afd1a" + "repository": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.1.zip", + "archiveFileName": "SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.1.zip", + "size": 2169545, + "checksum": "SHA-256:3ae6fb0eee0d1ddf94eda807eaa92908f0a5ff83e626671aba96d3ed40707707" }, { - "name": "ss_oled", - "version": "1.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", - "website": "https://github.com/bitbank2/ss_oled", + "name": "LCDGraph", + "version": "1.0.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "An Arduino library for drawing line graphs on alphanumeric displays using custom characters.", + "paragraph": "This library uses custom characters to draw simple line graphs on Hitachi HD44780 based alphanumeric displays using the built in LiquidCrystal library.", + "website": "https://github.com/jgOhYeah/LCDGraph", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.1.zip", - "archiveFileName": "ss_oled-1.1.1.zip", - "size": 357808, - "checksum": "SHA-256:d91f9697c6a3cea444fef0417fc8793e27446d15b9b50d82b416fe50e1e346de" + "repository": "https://github.com/jgOhYeah/LCDGraph.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/LCDGraph-1.0.0.zip", + "archiveFileName": "LCDGraph-1.0.0.zip", + "size": 93086, + "checksum": "SHA-256:d2cbbf3e7e79c81323c60bb150a99679dbc3335f66bbba32eaef148fcbe8c13d" }, { - "name": "ss_oled", - "version": "1.1.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "TunePlayer", + "version": "1.0.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.2.zip", - "archiveFileName": "ss_oled-1.1.2.zip", - "size": 358115, - "checksum": "SHA-256:0861cf768b20042a032285d3592811eb77c9594499f603420ae0520224a1a892" + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.0.0.zip", + "archiveFileName": "TunePlayer-1.0.0.zip", + "size": 242033, + "checksum": "SHA-256:de8554d61bc97f28cd6e541b7501878277e36b72983fe523a62b33375cf61ac4" }, { - "name": "ss_oled", - "version": "1.1.3", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "TunePlayer", + "version": "1.1.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.3.zip", - "archiveFileName": "ss_oled-1.1.3.zip", - "size": 358210, - "checksum": "SHA-256:b965cfe16c01d86fdda3ec005cb252b18378d69185f5f9151008e6369db78faa" + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.1.0.zip", + "archiveFileName": "TunePlayer-1.1.0.zip", + "size": 324478, + "checksum": "SHA-256:d646494aff68c5c53c140037357e56970e0c71ab8bb21c3d83a13cad682b6154" }, { - "name": "ss_oled", - "version": "1.1.4", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", - "architectures": ["*"], + "name": "Two Way ESP", + "version": "0.1.0", + "author": "Kevin Miller \u003ckevinamiller77@gmail.com\u003e", + "maintainer": "Kevin Miller \u003ckevinamiller77@gmail.com\u003e", + "sentence": "A simple wrapper for the ESP_NOW protocol", + "paragraph": "Provides a way to write strings and bytes to another ESP32 using the ESP_NOW protocol", + "website": "https://github.com/KevinMiller77/TwoWayESP", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.4.zip", - "archiveFileName": "ss_oled-1.1.4.zip", - "size": 358100, - "checksum": "SHA-256:d2a63001db4b44bf923151ff1a949e6b928be102f8c771a07dbfbd622113dde7" + "repository": "https://github.com/KevinMiller77/TwoWayESP.git", + "providesIncludes": ["src/TwoWayESP.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/KevinMiller77/Two_Way_ESP-0.1.0.zip", + "archiveFileName": "Two_Way_ESP-0.1.0.zip", + "size": 6566, + "checksum": "SHA-256:241f2e60abf41312c207039498bb41cbc3980c4022229195b91e7bc924d22ed1" }, { - "name": "ss_oled", - "version": "1.1.5", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", - "architectures": ["*"], + "name": "ESP32_VS1053_Stream", + "version": "0.0.1", + "author": "Cellie", + "maintainer": "Cellie", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "A library for streaming mp3, aac and ogg over http(s).", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.5.zip", - "archiveFileName": "ss_oled-1.1.5.zip", - "size": 357877, - "checksum": "SHA-256:974a9d3decbbd92a12c45ae8744833649c94278d22cb9fd110ee2953f7e821ed" + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": ["ESP32_VS1053_Stream.h"], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-0.0.1.zip", + "archiveFileName": "ESP32_VS1053_Stream-0.0.1.zip", + "size": 17159, + "checksum": "SHA-256:ac430487774faa93e2cf1b35fbcd7221b613a74ca1a03d9e1520d1fa12102f94" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "0.99.1", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "Plays http, https (insecure mode) and chunked streams and parses the metadata. Compiles in the Arduino IDE.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": ["ESP32_VS1053_Stream.h"], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-0.99.1.zip", + "archiveFileName": "ESP32_VS1053_Stream-0.99.1.zip", + "size": 8419, + "checksum": "SHA-256:7ac2884680646bb4b26ebf9b5f4818c0d0f0fa98bf140c10e7d83012ba5391c2" }, { - "name": "ss_oled", - "version": "2.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", - "architectures": ["*"], + "name": "ESP32_VS1053_Stream", + "version": "1.0.0", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "Plays http, https (insecure mode) and chunked streams and parses the metadata. Compiles in the Arduino IDE.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.0.zip", - "archiveFileName": "ss_oled-2.0.0.zip", - "size": 361508, - "checksum": "SHA-256:1922de419798a7f7a14375ec94d24f7dc0ac55fa48a36f108a050cc920622e96" + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": ["ESP32_VS1053_Stream.h"], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-1.0.0.zip", + "archiveFileName": "ESP32_VS1053_Stream-1.0.0.zip", + "size": 8399, + "checksum": "SHA-256:cf1a4ac751da61613ac7e9acd590826c6784d8f65ca8a4e33b0b91d3e36e8a7b" }, { - "name": "ss_oled", - "version": "2.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", - "architectures": ["*"], + "name": "Libdevlpr", + "version": "0.1.5", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.1.zip", - "archiveFileName": "ss_oled-2.0.1.zip", - "size": 362311, - "checksum": "SHA-256:a7f77e143d06459a0f77a315ae8bfcfd819c92d3afd0113368a5a4f94a0f5ab6" + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": ["Libdevlpr.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.1.5.zip", + "archiveFileName": "Libdevlpr-0.1.5.zip", + "size": 10785, + "checksum": "SHA-256:e3e3e2c839c6f2ad7699a98411eaab5b0a08c780d6bacd59d8a19ffe04abe3aa" }, { - "name": "ss_oled", - "version": "2.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", - "architectures": ["*"], + "name": "Libdevlpr", + "version": "0.1.6", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.0.zip", - "archiveFileName": "ss_oled-2.1.0.zip", - "size": 363235, - "checksum": "SHA-256:a5cf0ca2700be19af03156dfe2d97f0af1832fd0d2eee6d2a90acd83c4ba51b6" + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": ["Libdevlpr.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.1.6.zip", + "archiveFileName": "Libdevlpr-0.1.6.zip", + "size": 10783, + "checksum": "SHA-256:542263b03ec849ce76dcf7fbba4af385f57c29c41fe8c33598bd6537f21b34ee" }, { - "name": "ss_oled", - "version": "2.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", - "architectures": ["*"], + "name": "Libdevlpr", + "version": "0.2.0", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": ["ss_oled.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.1.zip", - "archiveFileName": "ss_oled-2.1.1.zip", - "size": 363240, - "checksum": "SHA-256:5a98488831e8427431a03d30dab841f945983e6c42ee30b50a58e8113f12a999" + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": ["Libdevlpr.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.2.0.zip", + "archiveFileName": "Libdevlpr-0.2.0.zip", + "size": 12935, + "checksum": "SHA-256:ad4689ac8155a2f896943b417d84b66411804eaf99ed335f1251bde98a618c4e" }, { - "name": "BitBang_I2C", + "name": "Libdevlpr", + "version": "0.2.1", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": ["Libdevlpr.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.2.1.zip", + "archiveFileName": "Libdevlpr-0.2.1.zip", + "size": 12934, + "checksum": "SHA-256:fd677ef5870398a804552be1e18fbecc0831c4664664eaa2106d1cc0b8de2655" + }, + { + "name": "TeensyVariablePlayback", "version": "1.0.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": ["BitBang_I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.0.0.zip", - "archiveFileName": "BitBang_I2C-1.0.0.zip", - "size": 19475, - "checksum": "SHA-256:d44f4054a483a4709f9593bfbf87f26d0262ec6f7fb212fd5637ae656a098773" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.0.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.0.zip", + "size": 195420, + "checksum": "SHA-256:3f26da598513a610f4d710edc9d9c9465a1af0d9e5e1d61a4331e4722f0727fc" }, { - "name": "BitBang_I2C", - "version": "1.1.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "TeensyVariablePlayback", + "version": "1.0.2", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": ["BitBang_I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.1.0.zip", - "archiveFileName": "BitBang_I2C-1.1.0.zip", - "size": 19628, - "checksum": "SHA-256:4e812eb56f2c7b67ed2b36e7a36499aee1fae3a8d9a79ae13f3be491235f0acc" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.2.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.2.zip", + "size": 209323, + "checksum": "SHA-256:2a5b06218c81b2449d84f76bd3e792bcc1530eb6c010be17bffc6d63d898d478" }, { - "name": "BitBang_I2C", - "version": "1.2.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "TeensyVariablePlayback", + "version": "1.0.3", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": ["BitBang_I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.2.0.zip", - "archiveFileName": "BitBang_I2C-1.2.0.zip", - "size": 24194, - "checksum": "SHA-256:aa2796fb025feed820822c329018806be269e7b4685212522b57eee5b8cbe952" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.3.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.3.zip", + "size": 637293, + "checksum": "SHA-256:602da6d0a59eed588e3c0a095ec821c0feac10371a7f4429574955c388152399" }, { - "name": "NMEAParser", - "version": "1.0.0", - "author": "Glinnes Hulden", - "maintainer": "Glinnes Hulden", - "sentence": "A simple Arduino library to parse NMEA sentences.", - "paragraph": "A simple Arduino library to parse NMEA sentences.", - "website": "https://github.com/Glinnes/NMEAParser", - "category": "Communication", + "name": "TeensyVariablePlayback", + "version": "1.0.5", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Glinnes/NMEAParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.0.0.zip", - "archiveFileName": "NMEAParser-1.0.0.zip", - "size": 24543, - "checksum": "SHA-256:c0c8d4ae6c277e3ce2d2dfb61ef7adf8dc6dbc6c98e51f46413e7c6186a70fe6" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.5.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.5.zip", + "size": 682979, + "checksum": "SHA-256:ed2c1dc2244d67412eda0a80bbdd6d891905caef64e6c6f6eb03dd5cd3303eea" }, { - "name": "NMEAParser", - "version": "1.1.0", - "author": "Glinnes Hulden", - "maintainer": "Glinnes Hulden", - "sentence": "A simple Arduino library to parse NMEA sentences.", - "paragraph": "A simple Arduino library to parse NMEA sentences.", - "website": "https://github.com/Glinnes/NMEAParser", - "category": "Communication", + "name": "TeensyVariablePlayback", + "version": "1.0.6", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Glinnes/NMEAParser.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.1.0.zip", - "archiveFileName": "NMEAParser-1.1.0.zip", - "size": 17979, - "checksum": "SHA-256:24cebcbacb62e764bbdf52117477f70e1a78543326ffab8f9950dade84a785b7" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.6.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.6.zip", + "size": 683417, + "checksum": "SHA-256:b1a0e70d0f1888371204bfed90ebcdf675be2014c16e80f197cffdcdac711358" }, { - "name": "bb_hx1230", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "BitBank HX1230 96x68 LCD display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Runs on any hardware supported by Arduino.", - "website": "https://github.com/bitbank2/bb_hx1230", - "category": "Display", + "name": "TeensyVariablePlayback", + "version": "1.0.7", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/bb_hx1230.git", - "providesIncludes": ["bb_hx1230.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.0.zip", - "archiveFileName": "bb_hx1230-1.0.0.zip", - "size": 1510214, - "checksum": "SHA-256:bf1c9392e97316a176204b8114f2b076585d4740ae9734b29dbb72d7dc612ebf" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.7.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.7.zip", + "size": 5580577, + "checksum": "SHA-256:15a7ac4bcdee5800414f4d646347e5380c4e9ae765c835a82f2c7bba2691b9c0" }, { - "name": "bb_hx1230", - "version": "1.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "BitBank HX1230 96x68 LCD display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Includes 4 font sizes and pixel drawing. Runs on any hardware supported by Arduino.", - "website": "https://github.com/bitbank2/bb_hx1230", - "category": "Display", + "name": "TeensyVariablePlayback", + "version": "1.0.8", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitbank2/bb_hx1230.git", - "providesIncludes": ["bb_hx1230.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.1.zip", - "archiveFileName": "bb_hx1230-1.0.1.zip", - "size": 1510244, - "checksum": "SHA-256:761b0187ec32f5097d247031dd48570b9ae1a1a92989c1e23f7058466823e3a8" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.8.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.8.zip", + "size": 7989122, + "checksum": "SHA-256:ac512075a1aa944c80cbfb75f7a4d36fea64fc364ccaec17069ef7167b69d6fc" }, { - "name": "ACAN2515Tiny", - "version": "1.0.1", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", - "sentence": "Driver for MCP2515 CAN Controller", - "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", - "website": "https://github.com/pierremolinaro/acan2515Tiny", - "category": "Communication", + "name": "TeensyVariablePlayback", + "version": "1.0.9", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.1.zip", - "archiveFileName": "ACAN2515Tiny-1.0.1.zip", - "size": 317689, - "checksum": "SHA-256:b96912a9aa49c215b263a50bf43335b9e99f496a82bb0dbdb08910bf4caccdb2" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.9.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.9.zip", + "size": 7995382, + "checksum": "SHA-256:c2557419fedb3965aedbf9a2ead803ef0758ba7484688670a83342150f16ab7f" }, { - "name": "ACAN2515Tiny", - "version": "1.0.2", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", - "sentence": "Driver for MCP2515 CAN Controller", - "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", - "website": "https://github.com/pierremolinaro/acan2515Tiny", - "category": "Communication", + "name": "TeensyVariablePlayback", + "version": "1.0.10", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", - "url": "http://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.2.zip", - "archiveFileName": "ACAN2515Tiny-1.0.2.zip", - "size": 317700, - "checksum": "SHA-256:b3b1857499a09f065b5e98296fc13c032e9b0aac305add4b4f66e6b8ab57b6e4" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.10.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.10.zip", + "size": 8002896, + "checksum": "SHA-256:eed3b105e5c4d0b69074a7645a1547fbbbe5c58ffb2f433362e347de9bcf0126" }, { - "name": "Rfid134 by Makuna", - "version": "1.0.0", - "author": "Michael C. Miller (makuna@live.com)", - "maintainer": "Michael C. Miller (makuna@live.com)", - "sentence": "Library for the RFID WL-134 module", - "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", - "website": "https://github.com/Makuna/Rfid134/wiki", - "category": "Device Control", + "name": "TeensyVariablePlayback", + "version": "1.0.11", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Makuna/Rfid134.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.0.zip", - "archiveFileName": "Rfid134_by_Makuna-1.0.0.zip", - "size": 8301, - "checksum": "SHA-256:9517f7df8adc0a5db5780dd88797338d4a1f8e9a2c6330a544496f3e68f0bda5" + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.11.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.11.zip", + "size": 8004925, + "checksum": "SHA-256:f0741ace3f32e2306ee1a0086d7c89a9efebfb46b3d8621fcc7d654af5c863c0" }, { - "name": "Rfid134 by Makuna", - "version": "1.0.1", - "author": "Michael C. Miller (makuna@live.com)", - "maintainer": "Michael C. Miller (makuna@live.com)", - "sentence": "Library for the RFID WL-134 module", - "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", - "website": "https://github.com/Makuna/Rfid134/wiki", - "category": "Device Control", + "name": "SGP30", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Makuna/Rfid134.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.1.zip", - "archiveFileName": "Rfid134_by_Makuna-1.0.1.zip", - "size": 8720, - "checksum": "SHA-256:41082d3aba137228023325320b71fbf479cfb9a30f49c8a9fa9b7cc46a72af14" + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": ["SGP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.0.zip", + "archiveFileName": "SGP30-0.1.0.zip", + "size": 12389, + "checksum": "SHA-256:7ccafe91042ef54d11de0d03d0725a57651024e968e1746795dc0146ce340b42" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SGP30", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": ["Adafruit_TinyUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.0.1.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.0.1.zip", - "size": 32764, - "checksum": "SHA-256:ac237a439e18add03878a88797e1c625920516d1e703f3df4f9272230d7acf8d" + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": ["SGP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.1.zip", + "archiveFileName": "SGP30-0.1.1.zip", + "size": 15860, + "checksum": "SHA-256:03d3d3838e3b72a4c618ac1f47591469fe32fe5e17de5f6938c3c526a7c99718" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.5.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SGP30", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": ["Adafruit_TinyUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.5.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.5.0.zip", - "size": 59086, - "checksum": "SHA-256:fde632ae11491318f324d6f6be73ad767e83051e92d70d4ed6f6aa1fa3d795a8" + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": ["SGP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.2.zip", + "archiveFileName": "SGP30-0.1.2.zip", + "size": 16910, + "checksum": "SHA-256:b27059809f1eb59d827999ee810b2e301688f61f3988b5703c2024c1894b9ed6" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.6.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SGP30", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": ["Adafruit_TinyUSB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.6.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.6.0.zip", - "size": 88060, - "checksum": "SHA-256:86f4c15333762e6aa03c1c144d329f45fe3974d4023894211ab01c0c9d2a94f0" + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": ["SGP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.3.zip", + "archiveFileName": "SGP30-0.1.3.zip", + "size": 17033, + "checksum": "SHA-256:c3f70d2f2c0b9168c7323410d6640c1123de1418ba8e1e57ab0b4ce2e3f9e1ed" }, { - "name": "TN_SwitchState", - "version": "1.0.0", - "author": "taront", - "maintainer": "taront", - "sentence": "A library to manage switch state transitions.", - "paragraph": "Small library to manage switch state transitions. Detect single press/release, double press/release, long press/release and toggle action (ON/OFF/Rising/Falling).", - "website": "https://github.com/toritamantaro/TN_SwitchState", - "category": "Signal Input/Output", + "name": "SGP30", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/toritamantaro/TN_SwitchState.git", - "url": "http://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.0.zip", - "archiveFileName": "TN_SwitchState-1.0.0.zip", - "size": 8670, - "checksum": "SHA-256:ccd8103f931aa3df114a77c5c12d67a61e1cd3f77215eb01b9514cf38766b77d" + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": ["SGP30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.4.zip", + "archiveFileName": "SGP30-0.1.4.zip", + "size": 17325, + "checksum": "SHA-256:1513cfa68614b62563189f04c058f3033d4bc67ea2e3a133236b0838718e9724" }, { - "name": "Dynamixel2Arduino", - "version": "0.0.1", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "MacroLogger", + "version": "1.0.0", + "author": "Christian Sargusingh", + "maintainer": "christian@incuvers.com", + "sentence": "Arduino logger with support for preprocessor directives and standard C/C++ string formatting.", + "paragraph": "This library uses macros to allow line numbers and function names to be recorded.", + "website": "https://github.com/Incuvers/macro-logger", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.0.1.zip", - "archiveFileName": "Dynamixel2Arduino-0.0.1.zip", - "size": 50605, - "checksum": "SHA-256:556eda0730b9cb4efad99d865ed3900e795af87ee915d1dadbf6a126d3f2658c" + "repository": "https://github.com/Incuvers/macro-logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Incuvers/MacroLogger-1.0.0.zip", + "archiveFileName": "MacroLogger-1.0.0.zip", + "size": 92395, + "checksum": "SHA-256:67610e4087daf8aaeacfc04dddaf21c16d188d0cb2070376e64f58a292af1afe" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.0", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "ESP8266_multipart", + "version": "1.0.1", + "author": "Julian Blazek \u003cmail@nailuj.net\u003e", + "maintainer": "Julian Blazek \u003cmail@nailuj.net\u003e", + "sentence": "A small multipart file sending library for the ESP8266.", + "paragraph": "Supports sending text-files over HTTP to hosts using the multipart contenttype.", + "website": "https://github.com/nailujx86/ESP8266_multipart", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.0.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.0.zip", - "size": 64848, - "checksum": "SHA-256:857e82a78800ac74e90aa11e8e237c67fae35b5cd677f5405681c361a8a79b5a" + "repository": "https://github.com/nailujx86/ESP8266_multipart.git", + "providesIncludes": ["ESP8266_multipart.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nailujx86/ESP8266_multipart-1.0.1.zip", + "archiveFileName": "ESP8266_multipart-1.0.1.zip", + "size": 4788, + "checksum": "SHA-256:a84a192017fbf162c50bb9a5e943a612d5301ae30110411adbefeb453a7fe9ff" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.1", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "ESP8266_multipart", + "version": "1.1.0", + "author": "Julian Blazek \u003cmail@nailuj.net\u003e", + "maintainer": "Julian Blazek \u003cmail@nailuj.net\u003e", + "sentence": "A small multipart file sending library for the ESP8266.", + "paragraph": "Supports sending text-files over HTTP to hosts using the multipart contenttype.", + "website": "https://github.com/nailujx86/ESP8266_multipart", "category": "Communication", + "architectures": ["esp8266"], + "types": ["Contributed"], + "repository": "https://github.com/nailujx86/ESP8266_multipart.git", + "providesIncludes": ["ESP8266_multipart.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/nailujx86/ESP8266_multipart-1.1.0.zip", + "archiveFileName": "ESP8266_multipart-1.1.0.zip", + "size": 5021, + "checksum": "SHA-256:cb5e0c2e52016c24c974f774d727c149150a04d4ae50feb93a4f354c49c4cc3e" + }, + { + "name": "StringAction", + "version": "1.0.1", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.1.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.1.zip", - "size": 71745, - "checksum": "SHA-256:068c434f0514a9f7c5d8da88bffc0ff784a348567b7d828f7cad927e62a31bc5" + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.1.zip", + "archiveFileName": "StringAction-1.0.1.zip", + "size": 4933, + "checksum": "SHA-256:da23feacd79593012b19cedf18dbb9c74e16f9e892f0009a83b3fff788604466" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.2", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "StringAction", + "version": "1.0.2", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.2.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.2.zip", - "size": 74129, - "checksum": "SHA-256:41f825f63700be77ca170665972b79ee7d8cb0346c43f4102cf4f39f6670c796" + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.2.zip", + "archiveFileName": "StringAction-1.0.2.zip", + "size": 5022, + "checksum": "SHA-256:e85ccc5dede747c930ceecebb35957299d8e18ef82770a03405812a51573b3ce" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.3", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "StringAction", + "version": "1.0.3", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.3.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.3.zip", - "size": 71020, - "checksum": "SHA-256:b3afabc5b42dd1631152afbb6b894ad5ed90c99a33c9e8665d717c2d6fb3e9b5" + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.3.zip", + "archiveFileName": "StringAction-1.0.3.zip", + "size": 5023, + "checksum": "SHA-256:4f64f101c3489607bec7aae6798daf0f795e1f408f45de9864cb46ec92df43fa" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.4", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "SpeedMeasurer", + "version": "1.0.1", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Pito tube library for 2 BMP180 sensors", + "paragraph": "Pito tube based on 2 BMP180 sensors, connected to 1 i2c line, with rele or circuit swich", + "website": "https://github.com/skabrits/speedMeasurer", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.4.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.4.zip", - "size": 72800, - "checksum": "SHA-256:1ed5765b037a37c3e28e6d9d7830f0bc6b878630f9f75775c8ecfaf73e78d694" + "repository": "https://github.com/skabrits/SpeedMeasurer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/SpeedMeasurer-1.0.1.zip", + "archiveFileName": "SpeedMeasurer-1.0.1.zip", + "size": 6854, + "checksum": "SHA-256:d953492c64b00d4d7361b9fc418082610bf7182c33eb596e034a734e1546fd97" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.5", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RF433send", + "version": "0.5.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.5.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.5.zip", - "size": 72874, - "checksum": "SHA-256:e085b23f1617587244cf55de9e2a72b0e816fda255b5a226bc3a035400562966" + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": ["RF433send.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.0.zip", + "archiveFileName": "RF433send-0.5.0.zip", + "size": 19104, + "checksum": "SHA-256:22424909f965e56c56fc26dd98d129d4998304d27dd037dbe2a06413cf8f4dfb" }, { - "name": "UARDECS_MEGA Library", - "version": "1.2.1", - "author": "H.kurosaki,K.yasuba", - "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", - "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", - "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. This is a high-performance version of UARDECS, and the setting items by the user are increasing greatly. It corresponds to Arduino MEGA. Arduino UNO can also be used, but there is not enough available memory. Always requires Ethernet shield2.", - "website": "http://uecs.org/arduino/uardecs.html", + "name": "RF433send", + "version": "0.5.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", "category": "Communication", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/H-Kurosaki/UARDECS_MEGA.git", - "url": "http://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_MEGA_Library-1.2.1.zip", - "archiveFileName": "UARDECS_MEGA_Library-1.2.1.zip", - "size": 62004, - "checksum": "SHA-256:0d8aad893eb875a08ec29179ca31ac27bcfddd78342ebe2af0b077090c945eb0" + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": ["RF433send.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.1.zip", + "archiveFileName": "RF433send-0.5.1.zip", + "size": 246791, + "checksum": "SHA-256:dc5844e38baa348d192e6635f1efe95c234390d48729ecb846682496c5135e06" }, { - "name": "TLx4966-Direction-Speed-Sensor", + "name": "AT24Cxx", "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for Atmel's AT24Cxx Series EEPROMs.", + "paragraph": "Enables the functionality for reading and writing EEPROM ICs.", + "website": "https://github.com/cvmanjoo/AT24Cxx", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": ["TLx4966-ino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.0.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.0.zip", - "size": 3293005, - "checksum": "SHA-256:0dcd80c23a2b31ea8182052b4b21be9405abed585cd24f456ff232f4a0333abc" + "repository": "https://github.com/cvmanjoo/AT24Cxx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/AT24Cxx-1.0.0.zip", + "archiveFileName": "AT24Cxx-1.0.0.zip", + "size": 2517515, + "checksum": "SHA-256:6d13a57f0e182c1ed8b1ee1f3d18eeae1e58c3c19fbe4c0ddf1dc8a9f913a0a0" }, { - "name": "TLx4966-Direction-Speed-Sensor", - "version": "1.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "WizFi360", + "version": "1.0.0", + "author": "JongHyun Woo", + "maintainer": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "sentence": "OrangeBoard WiFi+ library for WizFi360.", + "paragraph": "OrangeBoard WiFi+ library for WizFi360.", + "website": "https://github.com/ekkai/WizFi360", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": ["TLx4966-ino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.1.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.1.zip", - "size": 3306568, - "checksum": "SHA-256:99a458c9e7dcd4cdc2962c7c5880cf0c92c7eb546550d9a3f882e82b5d7e2766" + "repository": "https://github.com/ekkai/WizFi360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/WizFi360-1.0.0.zip", + "archiveFileName": "WizFi360-1.0.0.zip", + "size": 60451, + "checksum": "SHA-256:a9a7e578a6a57eeaea8c0edcb8f38408a8676240db083fdc5031720d87971341" }, { - "name": "TLV493D-A1B6", - "version": "1.0.2", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6", - "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", - "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", - "category": "Sensors", - "architectures": ["*"], + "name": "RFCodes", + "version": "0.9.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "RF 433 and IR signal encode and decode library.", + "paragraph": "This library that can be adapted to different protocols by specifying the timings of the codes. Can be used with 433 MHz receivers and senders.", + "website": "https://github.com/mathertel/rfcodes", + "category": "Device Control", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.2.zip", - "archiveFileName": "TLV493D_A1B6-1.0.2.zip", - "size": 52991, - "checksum": "SHA-256:82c85e39f68d6624d0fda13945b1ad454e91cec5bdf593a761575cf39a673534" + "repository": "https://github.com/mathertel/RFCodes.git", + "providesIncludes": ["RFCodes.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RFCodes-0.9.0.zip", + "archiveFileName": "RFCodes-0.9.0.zip", + "size": 40596, + "checksum": "SHA-256:e2d169e5023f6afb1f007da7175dd373daa548a992b72b34bb39c7562d2c2e45" }, { - "name": "TLE5012B", + "name": "SparkFun SCD4x Arduino Library", "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", - "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/angle-sensor/tle5012b-e1000/", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/nnnnn\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-1.0.0.zip", - "archiveFileName": "TLE5012B-1.0.0.zip", - "size": 37341, - "checksum": "SHA-256:9450a22e342526f54da1668031d0c85d169444e6e71fd90dfd22f49aabba871d" + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.0.zip", + "size": 2230451, + "checksum": "SHA-256:e0f2c5e30ce7a0990d386f3f597a45c7fbc7c0fcb84a9e88c601bd4014749218" }, { - "name": "TLI4970", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", - "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", - "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.0.zip", - "archiveFileName": "TLI4970-1.0.0.zip", - "size": 44854, - "checksum": "SHA-256:2fd103fc3034c554b6159a3665d3f02c4a31425f41f5d289462056ef1348d3a7" + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.1.zip", + "size": 2230531, + "checksum": "SHA-256:2796a4ff0099e992d639d6cc8028c677aa75a84a8275ab4dd780ed9b9a390c55" }, { - "name": "TLI4970", + "name": "SparkFun SCD4x Arduino Library", "version": "1.0.2", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", - "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", - "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.2.zip", - "archiveFileName": "TLI4970-1.0.2.zip", - "size": 21454, - "checksum": "SHA-256:3018e8aa32522ac23345d9512f77f7700bc889a929089d74fd3a0930e1d5654e" + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.2.zip", + "size": 2230532, + "checksum": "SHA-256:c23db34733dae7c0451a86b7ee4ab45d2d8e5e07bbeac5c9a722ce41d1086222" }, { - "name": "TLI4970", - "version": "1.1.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface for Infineon's TLI4970-D050T4 Current Sensor with hall technology.", - "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", - "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.1.0.zip", - "archiveFileName": "TLI4970-1.1.0.zip", - "size": 21590, - "checksum": "SHA-256:7d98c333dc4141c421e4e05874ea6f816cd87e7335306db977e71103f48979a8" + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.3.zip", + "size": 2230533, + "checksum": "SHA-256:460dda41feaed454e17578416870c8ce8cc6a4a9398fc1f82c25e49c82afb142" }, { - "name": "RGB LED Lighting Shield XMC1202", + "name": "TimersOneForAll", "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", - "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", - "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", - "category": "Other", - "architectures": ["*"], + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board.", + "paragraph": "The only library you can choose any hardware timer you like to use in your timing function. Tones, square waves, delayed tasks, timed repetitive tasks are provided as building blocks for your own sophisticated multi-timer tasks. My library hides hardware register details for you.", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", - "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", - "size": 16483, - "checksum": "SHA-256:e00692f3a7a3499c118027a7e7c661ae8ca88e7d9e0b30d73bbd8ac808ae9f84" + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": ["TimersOneForAll.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.0.0.zip", + "archiveFileName": "TimersOneForAll-1.0.0.zip", + "size": 7297, + "checksum": "SHA-256:637b974b9218e48d2405a4a98794328a174e1f9a1dd0811db5b195d8e02c925f" }, { - "name": "BlueDisplay", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "TimersOneForAll", + "version": "1.1.1", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.0.zip", - "archiveFileName": "BlueDisplay-1.0.0.zip", - "size": 2802418, - "checksum": "SHA-256:147ec6fd112103d37a191c07b744c38169da82fb7457f05609c82d0152a260eb" + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": ["TimersOneForAll.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.1.1.zip", + "archiveFileName": "TimersOneForAll-1.1.1.zip", + "size": 29122, + "checksum": "SHA-256:ad4e2f7c4af44c24b67b9755a6a479df1e6cb2bbfec82748d9fc7ad8ced265de" }, { - "name": "IFX9201_XMC1300_StepperMotor", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to control a stepper motor through Infineon’s Stepper Motor Control Shield \"KIT_XMC1300_IFX9201\" with h-bridge IFX9201 and XMC1300 microcontroller.", - "paragraph": "The stepper motor control shield based on Infineon’s h-bridge IFX9201 and XMC1300 microcontroller is capable of driving the two coils in a stepper motor featuring dual-h-bridge configuration.", - "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_xmc1300_ifx9201/", - "category": "Device Control", - "architectures": ["*"], + "name": "TimersOneForAll", + "version": "1.2.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/Stepper-Motor-Shield-IFX9201-XMC1300.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/IFX9201_XMC1300_StepperMotor-1.0.0.zip", - "archiveFileName": "IFX9201_XMC1300_StepperMotor-1.0.0.zip", - "size": 8373, - "checksum": "SHA-256:3a4f7709f8194f5258fa54b7380a9318a593554687c883e14eec40176ab0798e" + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": ["TimersOneForAll.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.2.0.zip", + "archiveFileName": "TimersOneForAll-1.2.0.zip", + "size": 29673, + "checksum": "SHA-256:23112c334ec1287ad83afed7dc8d91cdfae9979b568f0b525f456958d7c44e01" }, { - "name": "OPTIGATrustE", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library allows you to communicate with Optiga Trust E", - "paragraph": "It allows the communication with the Optiga Trust E Chip using the Wire library with the I2C Master-Slave", - "website": "https://www.infineon.com/cms/de/product/security-and-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/OPTIGA+TRUST+E+SLS+32AIA/productType.html?productType=5546d4624f205c9a014f64f24f736ab3", - "category": "Communication", - "architectures": ["*"], + "name": "TimersOneForAll", + "version": "1.3.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/OPTIGA-Trust-E-Security-Controller.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustE-1.0.0.zip", - "archiveFileName": "OPTIGATrustE-1.0.0.zip", - "size": 42859, - "checksum": "SHA-256:c12fd4ebb15ccb97359a7ab6ec2a5d2cd15c616de8ea2cb595a2050895cbe18f" + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": ["TimersOneForAll.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.3.0.zip", + "archiveFileName": "TimersOneForAll-1.3.0.zip", + "size": 29852, + "checksum": "SHA-256:806926326eefbfa77cf0d87c497b91ddf4d5bcecb033bceb76a8f31391f7445b" }, { - "name": "CBUS", + "name": "TimersOneForAll", + "version": "1.4.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": ["TimersOneForAll.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.4.0.zip", + "archiveFileName": "TimersOneForAll-1.4.0.zip", + "size": 30205, + "checksum": "SHA-256:a93fe56c9db86cd3968ade952058bafa1c1747a80c39290780ede5ef893adf82" + }, + { + "name": "TimersOneForAll", + "version": "1.4.1", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": ["TimersOneForAll.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.4.1.zip", + "archiveFileName": "TimersOneForAll-1.4.1.zip", + "size": 30213, + "checksum": "SHA-256:ed59359b5006b8dab9496b188a9f2819f7d67f0fd3df29e0c598505e13bdc030" + }, + { + "name": "TimersOneForAll", + "version": "1.4.2", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "dependencies": [ + { + "name": "Low level quick digital IO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.4.2.zip", + "archiveFileName": "TimersOneForAll-1.4.2.zip", + "size": 30269, + "checksum": "SHA-256:bb5f7d2abf22203a1d77917a120a9c435c18d4123804bcffcbb25877eba885b0" + }, + { + "name": "TimersOneForAll", + "version": "1.5.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "dependencies": [ + { + "name": "Low level quick digital IO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.5.0.zip", + "archiveFileName": "TimersOneForAll-1.5.0.zip", + "size": 30352, + "checksum": "SHA-256:c117f27043e91c0736bf3d770a1652acea6ffcbb8f623f44ad43a0f36f3ca906" + }, + { + "name": "ESP8266 Firebase", "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", - "paragraph": "Implements all functionality required to create a CBUS FLiM module", - "website": "https://github.com/obdev/CBUS", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUS.git", - "providesIncludes": ["CBUS.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUS-1.0.0.zip", - "archiveFileName": "CBUS-1.0.0.zip", - "size": 19008, - "checksum": "SHA-256:5b5cf714686329dda92ecda7a07e6aaee29fb594d3c13207b6e9fe72056b287e" + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.0.0.zip", + "archiveFileName": "ESP8266_Firebase-1.0.0.zip", + "size": 436467, + "checksum": "SHA-256:d5417ccef0c31780801942da642e9be726c7845c941ef8ed2b89f63b5ce71c3c" }, { - "name": "CBUS", + "name": "ESP8266 Firebase", "version": "1.1.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/obdev/CBUS", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUS.git", - "providesIncludes": ["CBUS.h", "cbusdefs.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUS-1.1.0.zip", - "archiveFileName": "CBUS-1.1.0.zip", - "size": 19089, - "checksum": "SHA-256:08555e3eaeb3c925172058a7779ae9412eb1a6290873a53bc2a4d0a30909a0ff" + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.1.0.zip", + "archiveFileName": "ESP8266_Firebase-1.1.0.zip", + "size": 437605, + "checksum": "SHA-256:0a084cc43ce96a45d5e8110b64317d59804c4c1cc58672a61793f84d3ed80b99" }, { - "name": "CBUS2515", + "name": "Controller Utilities", "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", - "website": "https://github.com/obdev/CBUS2515", - "category": "Communication", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Contains a number of useful tools for building custom game controllers.", + "paragraph": "Includes deadzone filtering and joystick axis inversion.", + "website": "https://github.com/dmadison/CtrlUtil", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUS2515.git", - "providesIncludes": ["CBUS2515.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUS2515-1.0.0.zip", - "archiveFileName": "CBUS2515-1.0.0.zip", - "size": 93147, - "checksum": "SHA-256:77317558de287226089fec241dfbe0c54a2661b84575ea99f6027b06eaab4dc0" + "repository": "https://github.com/dmadison/CtrlUtil.git", + "providesIncludes": ["CtrlUtil.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Controller_Utilities-1.0.0.zip", + "archiveFileName": "Controller_Utilities-1.0.0.zip", + "size": 8252, + "checksum": "SHA-256:7a313144f329abd44a959ebe28b292bca8a60ffd754df43eb499ec7dd44503ba" }, { - "name": "CBUS2515", - "version": "1.1.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/obdev/CBUS2515", + "name": "ESP8266 Webhooks", + "version": "1.0.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to trigger events using Webhooks and IFTTT.", + "paragraph": "Easily trigger events using Webhooks with this library in just 1 line. Works flawlessly with IFTTT.", + "website": "https://github.com/Rupakpoddar/ESP8266Webhook", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUS2515.git", - "providesIncludes": ["CBUS2515.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUS2515-1.1.0.zip", - "archiveFileName": "CBUS2515-1.1.0.zip", - "size": 93304, - "checksum": "SHA-256:777e9423e75c8f05cdb0c553d4cdf8fffadab615f924bd6d6280af557479ddc0" + "repository": "https://github.com/Rupakpoddar/ESP8266Webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Webhooks-1.0.0.zip", + "archiveFileName": "ESP8266_Webhooks-1.0.0.zip", + "size": 5358, + "checksum": "SHA-256:64cba8808bd7b06a73e770b1349a2e6e9bb59e4e2a0dc39be4e908d0929f0a52" }, { - "name": "CBUSconfig", - "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS module configuration", - "website": "https://github.com/obdev/CBUSconfig", + "name": "ESP8266 Webhooks", + "version": "1.1.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to trigger events using Webhooks and IFTTT.", + "paragraph": "Easily trigger events using Webhooks with this library in just 1 line. Works flawlessly with IFTTT.", + "website": "https://github.com/Rupakpoddar/ESP8266Webhook", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUSconfig.git", - "providesIncludes": ["CBUSconfig.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUSconfig-1.0.0.zip", - "archiveFileName": "CBUSconfig-1.0.0.zip", - "size": 7911, - "checksum": "SHA-256:107c55d3774fbe3851f2611d546a94792635eb9601eeb78e3dce273bea9cc4af" + "repository": "https://github.com/Rupakpoddar/ESP8266Webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Webhooks-1.1.0.zip", + "archiveFileName": "ESP8266_Webhooks-1.1.0.zip", + "size": 5387, + "checksum": "SHA-256:c9be5f06f66eb225a53347d395ef87299162de0e0b4a619fd348071fae3d28e5" }, { - "name": "CBUSLED", + "name": "TinyDebug", "version": "1.0.0", - "author": "Duncan Greenwood (duncan_greenwood@hotmail.com)", - "maintainer": "Duncan Greenwood (duncan_greenwood@hotmail.com)", - "sentence": "Arduino library for MERG CBUS LED processing", - "paragraph": "Implements non-blocking control of LEDs", - "website": "https://github.com/obdev/CBUSLED", + "author": "Uri Shaked \u003curi@wokwi.com\u003e", + "maintainer": "Uri Shaked \u003curi@wokwi.com\u003e", + "sentence": "ATtiny85 Serial-like debug interface for the Wokwi.com simulator.", + "paragraph": "Use this library to log debug information from your code while running ATtiny85 projects on the Wokwi Arduino Simulator (https://wokwi.com). Usage example: https://wokwi.com/arduino/projects/300650387867697672", + "website": "https://github.com/wokwi/TinyDebug", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUSLED.git", - "providesIncludes": ["CBUSLED.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUSLED-1.0.0.zip", - "archiveFileName": "CBUSLED-1.0.0.zip", - "size": 4091, - "checksum": "SHA-256:8f9fbb0edfffdb4f1848cddcc53b4ff29e4fc9ce7f19b13c34ffcdb500f28288" + "repository": "https://github.com/wokwi/TinyDebug.git", + "providesIncludes": ["TinyDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wokwi/TinyDebug-1.0.0.zip", + "archiveFileName": "TinyDebug-1.0.0.zip", + "size": 4949, + "checksum": "SHA-256:6901c764b28446a4270ee00815edbc3aedf3243296e7141fd95e82ac7230f4a4" }, { - "name": "CBUSSwitch", - "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS pushbutton switch processing", - "website": "https://github.com/obdev/CBUSSwitch", + "name": "TinyDebug", + "version": "2.0.0", + "author": "Uri Shaked \u003curi@wokwi.com\u003e", + "maintainer": "Uri Shaked \u003curi@wokwi.com\u003e", + "sentence": "ATtiny85 Serial-like debug interface for the Wokwi.com simulator.", + "paragraph": "Use this library to log debug information from your code while running ATtiny85 projects on the Wokwi Arduino Simulator (https://wokwi.com). Usage example: https://wokwi.com/arduino/projects/300650387867697672", + "website": "https://github.com/wokwi/TinyDebug", "category": "Communication", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/obdevel/CBUSswitch.git", - "providesIncludes": ["CBUSSwitch.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/obdevel/CBUSSwitch-1.0.0.zip", - "archiveFileName": "CBUSSwitch-1.0.0.zip", - "size": 4654, - "checksum": "SHA-256:8044517f28bbec8bc12382149c54d75e8db01285f249e8c7d85c5463fc023ac3" + "repository": "https://github.com/wokwi/TinyDebug.git", + "providesIncludes": ["TinyDebug.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/wokwi/TinyDebug-2.0.0.zip", + "archiveFileName": "TinyDebug-2.0.0.zip", + "size": 5433, + "checksum": "SHA-256:6a10f63a5b1753d5918d8a16c676e3bca80ceb74bf171293d58e0ad5e424aabc" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.0.0", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", - "architectures": ["samd"], + "name": "nanoFORTH", + "version": "1.2.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": ["Arduino Nano", "Arduino UNO"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.0.0.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.0.0.zip", - "size": 22353, - "checksum": "SHA-256:0cb57fb16b306d0b6214ba0c9be625e95fcbdb5ea986bf3bed5b96bc7b68609d" + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.0.zip", + "archiveFileName": "nanoFORTH-1.2.0.zip", + "size": 65742, + "checksum": "SHA-256:a3cfde1a9ccd70ab37eae7a3491d0d9f4009abf97ec3dd63832d0032248a630e" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.1.0", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", - "architectures": ["samd"], + "name": "nanoFORTH", + "version": "1.2.1", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": ["Arduino Nano", "Arduino UNO"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.0.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.0.zip", - "size": 22627, - "checksum": "SHA-256:e75a42be2f7502438ed00b46638a8125ba30ddbf249e7bf3ae5a6c1df3e620f9" + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.1.zip", + "archiveFileName": "nanoFORTH-1.2.1.zip", + "size": 65734, + "checksum": "SHA-256:b2f3b0488755e31263b66cbef19706539152042840671ce24c07d06940d13512" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.1.1", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", - "architectures": ["samd"], + "name": "nanoFORTH", + "version": "1.2.4", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": ["Arduino Nano", "Arduino UNO"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.1.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.1.zip", - "size": 27820, - "checksum": "SHA-256:e4683c0918966ededa09009ebabd38a3dac2995f6c5f52e708c2f399b1981f3e" + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.4.zip", + "archiveFileName": "nanoFORTH-1.2.4.zip", + "size": 65926, + "checksum": "SHA-256:f262c14186e44f964251054f14f0772c6be20212dbe8017981895ba5b48384e6" }, { - "name": "TrimWright", - "version": "0.9.1", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "UML State Machines for Arduino", - "paragraph": "This library provides UML hierarchical state machines for Arduino", - "website": "https://github.com/drewfish/arduino-TrimWright", + "name": "nanoFORTH", + "version": "1.2.6", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", "category": "Other", - "architectures": ["*"], + "architectures": ["Arduino Nano", "Arduino UNO"], "types": ["Contributed"], - "repository": "https://github.com/drewfish/arduino-TrimWright.git", - "url": "http://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.9.1.zip", - "archiveFileName": "TrimWright-0.9.1.zip", - "size": 74915, - "checksum": "SHA-256:97142e6728a8b86aeb7d05abd8a2bab9aad07474575101617e33ac70b7066e57" + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.6.zip", + "archiveFileName": "nanoFORTH-1.2.6.zip", + "size": 403619, + "checksum": "SHA-256:2c41827c0428277269b67d70318305f0d6f0999edeff957022fc1aa78b9bfc4f" }, { - "name": "TM1638plus", + "name": "TCS34725AutoGain", "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "author": "Kevin Stadler", + "maintainer": "Kevin Stadler", + "sentence": "Library for TCS34725 RGB Color Sensor", + "paragraph": "Provides functions for automatic selection of appropriate sensor gain and integration time, as well as convenience functions for controlling the sensor mode, interrupt thresholds and more.", + "website": "https://github.com/kevinstadler/TCS34725AutoGain", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.0.zip", - "archiveFileName": "TM1638plus-1.0.0.zip", - "size": 18983, - "checksum": "SHA-256:dedbd2eaf4699337baff72f86e12f977d777720804c75b350830364f20ae65dc" + "repository": "https://github.com/kevinstadler/TCS34725AutoGain.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kevinstadler/TCS34725AutoGain-1.0.0.zip", + "archiveFileName": "TCS34725AutoGain-1.0.0.zip", + "size": 13577, + "checksum": "SHA-256:943f852c8f9d550ccd118ad65e38890e3d23c5e8a7c668886b6ba6c30afddd71" }, { - "name": "TM1638plus", + "name": "Arduino_PortentaBreakout", "version": "1.0.1", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.1.zip", - "archiveFileName": "TM1638plus-1.0.1.zip", - "size": 19628, - "checksum": "SHA-256:802e14dcb75ccf2915f8921ffd91457abab8d724d8a24e0020c761eeec36536a" + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Portenta Breakout Carrier", + "website": "https://github.com/arduino-libraries/Arduino_PortentaBreakout", + "category": "Other", + "architectures": ["mbed", "mbed_portenta"], + "types": ["Arduino"], + "repository": "https://github.com/arduino-libraries/Arduino_PortentaBreakout.git", + "providesIncludes": ["Arduino_PortentaBreakout.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_PortentaBreakout-1.0.1.zip", + "archiveFileName": "Arduino_PortentaBreakout-1.0.1.zip", + "size": 34906, + "checksum": "SHA-256:7fb5f2500f58b7238c78cd355bccb2a7b382b6e4784f6e2a443893d67c6c0fe6" }, { - "name": "AloesDevice", + "name": "CustomJWT", "version": "1.0.0", - "author": "getlarge", - "maintainer": "getlarge \u003ced@getlarge.eu\u003e", - "sentence": "MQTT connector for Aloes", - "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", - "website": "https://github.com/getlarge/arduino-device-mqtt", - "category": "Device Control", - "architectures": ["*"], + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on an Arduino.", + "paragraph": "Supports only HMAC-SHA256. This is my attempt at creating a library that can encode and decode Java Web Tokens(JWT). Please point out any bugs so that I can fix them.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/getlarge/arduino-device-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.0.zip", - "archiveFileName": "AloesDevice-1.0.0.zip", - "size": 30338, - "checksum": "SHA-256:c78f234de81771168730bdf663ff62a1de92e0c81c5dd1e0ac3f8d16789be90a" + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": ["CustomJWT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-1.0.0.zip", + "archiveFileName": "CustomJWT-1.0.0.zip", + "size": 8772, + "checksum": "SHA-256:240083f3b30ea0181c2e957336abda60bf54688aa3c234d6d9ff8a89aab4f118" }, { - "name": "AloesDevice", + "name": "CustomJWT", "version": "1.0.1", - "author": "getlarge", - "maintainer": "getlarge \u003ced@getlarge.eu\u003e", - "sentence": "MQTT connector for Aloes", - "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", - "website": "https://github.com/getlarge/arduino-device-mqtt", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on an Arduino.", + "paragraph": "Supports only HMAC-SHA256. This is my attempt at creating a library that can encode and decode JSON Web Tokens(JWT). Please point out any bugs so that I can fix them.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/getlarge/arduino-device-mqtt.git", - "url": "http://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.1.zip", - "archiveFileName": "AloesDevice-1.0.1.zip", - "size": 40402, - "checksum": "SHA-256:a93ae164711c6c0f8712c9be00bc801bb42e6fc252ab5855b9cb2cfe4ad2843b" + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": ["CustomJWT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-1.0.1.zip", + "archiveFileName": "CustomJWT-1.0.1.zip", + "size": 9640, + "checksum": "SHA-256:d4307a8c71c62e3b1b4b93b7d228473d5a346db15b96778a8f9751b596e97506" }, { - "name": "Adafruit DS3502", + "name": "CustomJWT", + "version": "1.0.3", + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on an Arduino.", + "paragraph": "Supports only HMAC-SHA256. This is my attempt at creating a library that can encode and decode JSON Web Tokens(JWT). Please point out any bugs so that I can fix them.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": ["CustomJWT.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-1.0.3.zip", + "archiveFileName": "CustomJWT-1.0.3.zip", + "size": 9640, + "checksum": "SHA-256:a7193cc952c71334dcd9d172074bd32d8eeefd6c1fa3d0ce38e3def9b2888c24" + }, + { + "name": "SiderealPlanets", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", - "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_DS3502", - "category": "Device Control", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related functions.", + "paragraph": "Astronomy related functions for determining sidereal time, coordinate conversion, and planet coordinates.", + "website": "https://github.com/DavidArmstrong/SiderealPlanets", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_DS3502.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.0.zip", - "archiveFileName": "Adafruit_DS3502-1.0.0.zip", - "size": 9378, - "checksum": "SHA-256:9cfa2fc875a713a3146505944275a05bdb6c37fe6590f278e16882d1804cb2f3" + "repository": "https://github.com/DavidArmstrong/SiderealPlanets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealPlanets-1.0.0.zip", + "archiveFileName": "SiderealPlanets-1.0.0.zip", + "size": 47435, + "checksum": "SHA-256:3a032c1864b62fa11b9f45ec2d5bc417d1571f7cd992961654e7bbb7894a31c6" }, { - "name": "SoftFilters", - "version": "0.1.0", - "author": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", - "maintainer": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", - "sentence": "Arduino framework and library of software data filters.", - "paragraph": "Can be used as a generic filter framework in C++.", - "website": "https://github.com/haimoz/SoftFilters", - "category": "Data Processing", + "name": "LP50XX", + "version": "1.0.0", + "author": "Ruben Neurink-Sluiman", + "maintainer": "Ruben Neurink-Sluiman \u003cruben.neurink@gmail.com\u003e", + "sentence": "Library for interaction with the LP5009 and LP5012 LED driver", + "paragraph": "This library is for the interaction with the LP5009 and LP5012 LED driver from Texas Instruments", + "website": "https://github.com/rneurink/LP50XX", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/haimoz/SoftFilters.git", - "providesIncludes": ["SoftFilters.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/haimoz/SoftFilters-0.1.0.zip", - "archiveFileName": "SoftFilters-0.1.0.zip", - "size": 768029, - "checksum": "SHA-256:57ab608943725887548efa9870ac7d33c46903190c865d5ce552fa3a4aa15f56" + "repository": "https://github.com/rneurink/LP50XX.git", + "providesIncludes": ["LP50XX.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/rneurink/LP50XX-1.0.0.zip", + "archiveFileName": "LP50XX-1.0.0.zip", + "size": 2408182, + "checksum": "SHA-256:ab69393612f2b8514b73a5f2f7ff0ef4b94f16142ca018f17f460a96fc340a53" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.0", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", - "architectures": ["espressif32"], + "name": "Ds1302", + "version": "1.0.4", + "author": "Rafa Couto \u003ccaligari@treboada.net\u003e", + "maintainer": "Rafa Couto \u003ccaligari@treboada.net\u003e", + "sentence": "A C/C++ library to use DS1302 RTC chip.", + "paragraph": "A C/C++ library to use DS1302 RTC chip.", + "website": "https://github.com/Treboada/Ds1302", + "category": "Device Control", + "architectures": ["avr", "esp8266", "esp32"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_EC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", - "size": 17898, - "checksum": "SHA-256:eacca98a5dd512b589ae71913e43ac1454e84663a2885913adf5d5ec4a89bc55" + "repository": "https://github.com/Treboada/Ds1302.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Treboada/Ds1302-1.0.4.zip", + "archiveFileName": "Ds1302-1.0.4.zip", + "size": 208516, + "checksum": "SHA-256:4aeb9d96ce7c062c3188a35d12398f53abaa28161faa1ed11f6a0288a79f28ad" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.2", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "RAKwireless TLE7259 LIN Bus library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13005 LIN bus module with the TLE7259 chip", + "paragraph": "Build a LIN bus master or slave node with the RAK13005 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13005\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13005-TLE7259-Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_EC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", - "size": 17999, - "checksum": "SHA-256:e63aa5f5870aaa494c91788746a60bb280b8ae832c0a6f5b6d7b890a3f0345db" + "repository": "https://github.com/RAKWireless/RAK13005-TLE7259-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_TLE7259_LIN_Bus_library-1.0.0.zip", + "archiveFileName": "RAKwireless_TLE7259_LIN_Bus_library-1.0.0.zip", + "size": 1584267, + "checksum": "SHA-256:ce20740a5a3075cfff290327f6aa23d18be972259b433bd8c557f6b30e854320" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.3", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "RAKwireless TLE7259 LIN Bus library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13005 LIN bus module with the TLE7259 chip", + "paragraph": "Build a LIN bus master or slave node with the RAK13005 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13005\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13005-TLE7259-Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_EC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", - "size": 18077, - "checksum": "SHA-256:37d129be07b82003337dff9de905e5819622c7e75ad629a2ec7792c123e403b9" + "repository": "https://github.com/RAKWireless/RAK13005-TLE7259-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_TLE7259_LIN_Bus_library-1.0.1.zip", + "archiveFileName": "RAKwireless_TLE7259_LIN_Bus_library-1.0.1.zip", + "size": 1588643, + "checksum": "SHA-256:b4302f9b398fbc859ba361bac71fabe330dadf55bac89668903a9caf03d9eb58" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.4", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "RAKwireless MQx library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the MQx Gas Sensor Modules", + "paragraph": "Use this library to measure gas concentrations with RAK12004, RAK12008, RAK12009 and similar WisBlock modules from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/pages/wisblock\"\u003eWisBlock\u003c/a\u003e products today!", + "website": "https://github.com/RAKWireless/RAK-MQx-Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_EC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", - "size": 18140, - "checksum": "SHA-256:f1ac44c13e82f9c36ee2cd4385c690f3a944ff7d77ef814d5249d9ce686fa58e" + "repository": "https://github.com/RAKWireless/RAK-MQx-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_MQx_library-1.0.0.zip", + "archiveFileName": "RAKwireless_MQx_library-1.0.0.zip", + "size": 2749568, + "checksum": "SHA-256:4d4fb7b326fe77490ab2e5aba9a4a85728021c624cf50173e4989069f20864f8" }, { - "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", - "version": "1.1.0", - "author": "GREENPONIK", - "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", - "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "category": "Signal Input/Output", - "architectures": ["espressif32"], + "name": "AIfES for Arduino", + "version": "2.0.0", + "author": "Fraunhofer IMS", + "maintainer": "Fraunhofer IMS", + "sentence": "The stand alone TinyML solution for self learning smart sensors, systems and almost any Arduino board.", + "paragraph": "Provides fully parametric and trainable feed forward neural networks, which are alterable and reloadable at runtime.", + "website": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_PH_WITH_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", - "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", - "size": 18367, - "checksum": "SHA-256:6c02bf2390bf8c03fbd79fd8f2b5081e4fc78b5e389f0400c485c8a0b76be3cb" + "repository": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino.git", + "providesIncludes": ["aifes.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/Fraunhofer-IMS/AIfES_for_Arduino-2.0.0.zip", + "archiveFileName": "AIfES_for_Arduino-2.0.0.zip", + "size": 1229020, + "checksum": "SHA-256:96065c64189867f6c45b7f58f9123b1065d0835a489e3d4ad6d8f2db1addce46" + }, + { + "name": "Polyline", + "version": "1.0.0", + "author": "Erin Kennedy \u003cerin.kennedy@thebayviewyards.com\u003e", + "maintainer": "Erin Kennedy \u003cerin.kennedy@thebayviewyards.com\u003e", + "sentence": "Encode latitude/longitude coordinates to a Polyline string.", + "paragraph": "Based on the algorithm by Google: Polyline encoding is a lossy compression algorithm that allows you to store a series of coordinates as a single string.", + "website": "https://github.com/RobotGrrl/PolylineArduino", + "category": "Data Processing", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/RobotGrrl/PolylineArduino.git", + "providesIncludes": ["Polyline.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobotGrrl/Polyline-1.0.0.zip", + "archiveFileName": "Polyline-1.0.0.zip", + "size": 6487, + "checksum": "SHA-256:f2a63704980a63811a021fe2f8926f8e30110884dc21e40a1cac8f7345b4b377" }, { - "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", - "version": "1.2.2", - "author": "GREENPONIK", - "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", - "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Matrix Ultrasonic Sensor", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An automatic ultrasonic sensor.", + "paragraph": "Support 50~2000mm distance detection, internal 8 default LED-Matrix Anime.", + "website": "https://github.com/Matrix-Robotics/MatrixUltrasonicSensor", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_PH_WITH_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", - "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", - "size": 18725, - "checksum": "SHA-256:ce582fcb6da53704371af105c1b6422e7fb3ed1e3ea3664423705f4102bb6de8" + "repository": "https://github.com/Matrix-Robotics/MatrixUltrasonicSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Ultrasonic_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Ultrasonic_Sensor-1.0.0.zip", + "size": 10129, + "checksum": "SHA-256:58a3ce5b70bcfe95303da636ed7c2d0a87c0723e83eb7c0f2ea1f2326b6647a4" }, { - "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", - "version": "1.2.3", - "author": "GREENPONIK", - "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", - "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Matrix Motor Extension", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 4 channel DC motor controller.", + "paragraph": "Support 4 channel/8-bit full-bridge DC motor control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotorExtension", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "providesIncludes": ["DFRobot_ESP_PH_WITH_ADC.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", - "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", - "size": 18761, - "checksum": "SHA-256:7802411639f05f97dccc00a2a8be8ac8e19ff80a6085510596715c99fe39ba1d" + "repository": "https://github.com/Matrix-Robotics/MatrixMotorExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motor_Extension-1.0.0.zip", + "archiveFileName": "Matrix_Motor_Extension-1.0.0.zip", + "size": 11887, + "checksum": "SHA-256:db77ca49a703e516729c69d9ddd0b0d7cb14d50a101b9a616ec253b6cbc9af81" }, { - "name": "Adafruit PixelDust", + "name": "Matrix Motor Extension", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for particle simulation", - "paragraph": "Arduino library for particle simulation", - "website": "https://github.com/adafruit/Adafruit_PixelDust", - "category": "Other", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 4 channel DC motor controller.", + "paragraph": "Support 4 channel/8-bit full-bridge DC motor control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotorExtension", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.0.1.zip", - "archiveFileName": "Adafruit_PixelDust-1.0.1.zip", - "size": 29484, - "checksum": "SHA-256:c95322fcde0e6d386ad07ae07abb32e2901b8c196fb5503a4783f7aa4d9c8ad6" + "repository": "https://github.com/Matrix-Robotics/MatrixMotorExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motor_Extension-1.0.1.zip", + "archiveFileName": "Matrix_Motor_Extension-1.0.1.zip", + "size": 11889, + "checksum": "SHA-256:cbe535049915fa5daee1807b2e92b42cc2c1792329ab141a3f1425ef38467ace" }, { - "name": "TCA6416A", + "name": "Matrix Color Sensor", "version": "1.0.0", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", - "category": "Communication", - "architectures": ["avr"], + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.0.zip", - "archiveFileName": "TCA6416A-1.0.0.zip", - "size": 2632, - "checksum": "SHA-256:9cf40fdc54b8983806885ebc1bb224e9d31e7de21ddde9399bb91531b77c64de" + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.0.zip", + "size": 233725, + "checksum": "SHA-256:dc4e776ab16ab94a9246c484ee5b55b4af4c0e69a3d0bd619f7881923e02b4a8" }, { - "name": "TCA6416A", + "name": "Matrix Color Sensor", "version": "1.0.1", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", - "category": "Communication", - "architectures": ["avr"], + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.1.zip", - "archiveFileName": "TCA6416A-1.0.1.zip", - "size": 3396, - "checksum": "SHA-256:982248885efbd3ff8a85fcaa943b0228f47bdcfbce27f21c0a4a0d5eecf96217" + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.1.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.1.zip", + "size": 233736, + "checksum": "SHA-256:25f11e05c058afbfce1332a499a820739e3ff5bfa511c238f7413ff657ad1d0d" }, { - "name": "TCA6416A", + "name": "Matrix Color Sensor", "version": "1.0.2", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", - "category": "Communication", - "architectures": ["avr"], + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.2.zip", - "archiveFileName": "TCA6416A-1.0.2.zip", - "size": 3451, - "checksum": "SHA-256:b149706adddbe3cf1cfd4301084076e10e1b3ce8dc14944f3c0c1ea83d677d78" + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.2.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.2.zip", + "size": 234288, + "checksum": "SHA-256:e9f37e05550dab5b461f9dbea49d9e22ef56acdfd2aec2bf759f6b351459f5fd" }, { - "name": "ble_definitions", - "version": "0.0.2", - "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", - "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", - "website": "https://github.com/amaxilat/ble_definitions", - "category": "Communication", + "name": "Matrix Controller", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A combined DC Motor controller and servo controller.", + "paragraph": "for use with the Matrix Robotics Building system, communicate by I2C interface.", + "website": "https://github.com/Matrix-Robotics/MatrixController", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/amaxilat/ble_definitions.git", - "providesIncludes": ["ble_definitions.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.2.zip", - "archiveFileName": "ble_definitions-0.0.2.zip", - "size": 6942, - "checksum": "SHA-256:b96b6831dc153149ca2b204f93f3c123aa5498c2fef417439215048eba60ca77" + "repository": "https://github.com/Matrix-Robotics/MatrixController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Controller-1.0.0.zip", + "archiveFileName": "Matrix_Controller-1.0.0.zip", + "size": 13963, + "checksum": "SHA-256:6fb7f86e6d6ea3499dce2b2a27b4485ed5c20092032f951a7e56d25197170010" }, { - "name": "ble_definitions", - "version": "0.0.3", - "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", - "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", - "website": "https://github.com/amaxilat/ble_definitions", - "category": "Communication", + "name": "Matrix Servo Extension", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 8 channel RC Servo controller.", + "paragraph": "Support 8 channel/360 angle RC Servo control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixServoExtension", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/amaxilat/ble_definitions.git", - "providesIncludes": ["ble_definitions.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.3.zip", - "archiveFileName": "ble_definitions-0.0.3.zip", - "size": 8894, - "checksum": "SHA-256:1719088cb34a2e34562a575dda98f797631b15be70e328e4d9aafc5d7f383d70" + "repository": "https://github.com/Matrix-Robotics/MatrixServoExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Servo_Extension-1.0.0.zip", + "archiveFileName": "Matrix_Servo_Extension-1.0.0.zip", + "size": 12770, + "checksum": "SHA-256:6beea311933900f7fc7a3413b4f7c8f620b161408ab2c05d1429a6619f5bfa2d" }, { - "name": "ble_definitions", - "version": "0.0.4", - "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", - "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", - "website": "https://github.com/amaxilat/ble_definitions", - "category": "Communication", + "name": "Matrix Servo Extension", + "version": "1.0.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 8 channel RC Servo controller.", + "paragraph": "Support 8 channel/360 angle RC Servo control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixServoExtension", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/amaxilat/ble_definitions.git", - "providesIncludes": ["ble_definitions.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.4.zip", - "archiveFileName": "ble_definitions-0.0.4.zip", - "size": 8897, - "checksum": "SHA-256:085d2b57196caa850e0d0bfad809adeb96e30710c1c160ac8902f080fbfb70f8" + "repository": "https://github.com/Matrix-Robotics/MatrixServoExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Servo_Extension-1.0.1.zip", + "archiveFileName": "Matrix_Servo_Extension-1.0.1.zip", + "size": 12775, + "checksum": "SHA-256:bf52946ff7a390fc59d7628e36b0f301f5f8c9a1f8fe7816753bf408712b962e" }, { - "name": "BLVD20KM_asukiaaa", + "name": "Matrix Motion Sensor", "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 9-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data, filter select and temperature monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.0.0.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.0.0.zip", - "size": 6517, - "checksum": "SHA-256:4f80a7539cde7c4a3bc183cd4baf4b6577133ff976fe03ef090691b477e785bc" + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.0.zip", + "size": 173752, + "checksum": "SHA-256:67316b533229ce845bbedb035dd04f6139f13e21b7cf38824ad49f83c660b2e4" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "name": "Matrix Motion Sensor", + "version": "1.0.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 9-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data, filter select and temperature monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.0.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.1.0.zip", - "size": 6839, - "checksum": "SHA-256:fb69703d983d9321fa6eb0cc0c88f22039a1d1f66e29e31a20c68ec3c97bf170" + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.1.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.1.zip", + "size": 173762, + "checksum": "SHA-256:c69cbfb0fef7246a145aee1166d1f8c883bfd1e10f530e81caa28665bce8ce52" }, { - "name": "PIDcontrollersModular", - "version": "1.0.0", - "author": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", - "maintainer": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", - "sentence": "Three different PID controllers: continuous, step, impulse and twelve control functions", - "paragraph": "including simulations of three control loops", - "website": "https://github.com/KorneliusThomas/PIDcontrollersModular", + "name": "Matrix Motion Sensor", + "version": "1.0.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 9-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data, filter select and temperature monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/KorneliusThomas/PIDcontrollersModular.git", - "url": "http://downloads.arduino.cc/libraries/github.com/KorneliusThomas/PIDcontrollersModular-1.0.0.zip", - "archiveFileName": "PIDcontrollersModular-1.0.0.zip", - "size": 267475, - "checksum": "SHA-256:0983189c1d46832e86301e234a13d0225a9c754b183dadd852271acd12f12f55" + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.2.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.2.zip", + "size": 173773, + "checksum": "SHA-256:721f7f265dad3faeea942c0408590c061d051a3b8f6faa2a073c5a9255b830fb" }, { - "name": "PushButton Event Modelling Library", + "name": "WebServer_WT32_ETH01", "version": "1.0.0", - "author": "Alireza Sadri", - "maintainer": "Alireza Sadri \u003cARSadri@gmail.com\u003e", - "sentence": "PushButton events modelling library", - "paragraph": "supports detection of helding/releasing a button after a long time or detection of a click, double-clicked, ...", - "website": "https://github.com/arsadri/PushButtonClicks", - "category": "Signal Input/Output", - "architectures": ["*"], + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/ARSadri/PushButtonClicks.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ARSadri/PushButton_Event_Modelling_Library-1.0.0.zip", - "archiveFileName": "PushButton_Event_Modelling_Library-1.0.0.zip", - "size": 6271, - "checksum": "SHA-256:331e992183d856f70eee626756179c6b0a232b3c2cd65bf969d4592cc44e79a9" + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": ["WebServer_WT32_ETH01.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.0.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.0.0.zip", + "size": 273396, + "checksum": "SHA-256:4911503f78b35ea8cd56e3d992c2670d8074f965bda1ab3b4a695d04e6d93253" }, { - "name": "WebSerial", - "version": "1.0.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", - "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", - "website": "https://github.com/ayushsharma82/WebSerial", + "name": "WebServer_WT32_ETH01", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", "category": "Communication", - "architectures": ["esp8266", "esp32"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/ayushsharma82/WebSerial.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.0.0.zip", - "archiveFileName": "WebSerial-1.0.0.zip", - "size": 146257, - "checksum": "SHA-256:b72da24d780038781b1362e3000bb38d692ae5e4777e40ce02bfcb33a0d5e672" + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": ["WebServer_WT32_ETH01.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.1.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.1.0.zip", + "size": 307021, + "checksum": "SHA-256:3efd4f958d6e845def238124aaae120dbba48d36254c05beb9ecca1b737af4c8" }, { - "name": "ThingSpeak_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It use api of ThingSpeak", - "paragraph": "It writes field values for ThinkgSpeak.", - "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "name": "WebServer_WT32_ETH01", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", "category": "Communication", - "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", - "providesIncludes": ["ThingSpeakWriter_asukiaaa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.0.zip", - "archiveFileName": "ThingSpeak_asukiaaa-1.0.0.zip", - "size": 3651, - "checksum": "SHA-256:cd3be808212f6f44e050b03c99c0b9abc13faf5f33a2747273a62b07263c6ee7" + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": ["WebServer_WT32_ETH01.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.2.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.2.0.zip", + "size": 300858, + "checksum": "SHA-256:18ab2f0325e457cab852405f9483250edf8efaac59d6f1258c1d2155f47d8d1d" }, { - "name": "ThingSpeak_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "An API manager for ThingSpeak", - "paragraph": "It writes field values for ThinkgSpeak.", - "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", - "category": "Communication", - "architectures": ["avr", "esp8266", "sam", "samd", "esp32", "samd_beta", "megaavr"], + "name": "FlashStringTable", + "version": "0.3.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", - "providesIncludes": ["ThingSpeakWriter_asukiaaa.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.1.zip", - "archiveFileName": "ThingSpeak_asukiaaa-1.0.1.zip", - "size": 3655, - "checksum": "SHA-256:1ac2ac2cc6bf3677dbd8b3fac70f4f347b921e154b3c867c96700542305622fc" + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": ["FlashStringTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.3.0.zip", + "archiveFileName": "FlashStringTable-0.3.0.zip", + "size": 14024, + "checksum": "SHA-256:3fc4c0472b50b6754f344f2fd52ad26c616e0e5394d0550d413d4202b3ae7384" }, { - "name": "SimpleRotary", - "version": "1.1.0", - "author": "MRPrograms", - "maintainer": "MRPrograms", - "sentence": "Library for using rotary encorders.", - "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", - "website": "https://github.com/mprograms/SimpleRotary", - "category": "Sensors", + "name": "FlashStringTable", + "version": "0.4.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/mprograms/SimpleRotary.git", - "providesIncludes": ["SimpleRotary.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.0.zip", - "archiveFileName": "SimpleRotary-1.1.0.zip", - "size": 26294, - "checksum": "SHA-256:9acf2cddb6a349aa67d64df689c02f51d33718cbead8958d9713581b34078964" + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": ["FlashStringTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.4.0.zip", + "archiveFileName": "FlashStringTable-0.4.0.zip", + "size": 13851, + "checksum": "SHA-256:2c551a68eccb5d527d1ed42bccbbf54a054ab5bc24af5fb06a1919b9152649fc" }, { - "name": "Virtuino", - "version": "1.7.1", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuino", - "category": "Communication", + "name": "FlashStringTable", + "version": "0.5.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/iliaslamprou/virtuino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.7.1.zip", - "archiveFileName": "Virtuino-1.7.1.zip", - "size": 67843, - "checksum": "SHA-256:327e03977d8d788686bfe43e05ef3f9f314482a99b18e486794a9984f282b00b" + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": ["FlashStringTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.5.0.zip", + "archiveFileName": "FlashStringTable-0.5.0.zip", + "size": 12557, + "checksum": "SHA-256:74c26b07a27ed29ece5341946c8161a267bc31cacf9428aa85e36b75de321088" }, { - "name": "ISL1208-RTC-Library", - "version": "1.4.2", - "author": "vishnumaiea", - "maintainer": "vishnumaiea", - "sentence": "Arduino library for Intersil ISl1208 RTC chip.", - "paragraph": "Read and set RTC time and alarm easily.", - "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", - "category": "Device Control", + "name": "FlashStringTable", + "version": "0.6.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.2.zip", - "archiveFileName": "ISL1208_RTC_Library-1.4.2.zip", - "size": 10886, - "checksum": "SHA-256:9ebf8bf05f6c8932147687eee0e88adb4844d2fc607cc4d38e995d876afc5c22" + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": ["FlashStringTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.6.0.zip", + "archiveFileName": "FlashStringTable-0.6.0.zip", + "size": 13375, + "checksum": "SHA-256:965e76191c66f09989a9d10d606da1d58bc753efea5413d095ac5377970fd4bb" }, { - "name": "Tgui", - "version": "1.0.0", - "author": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", - "maintainer": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", - "sentence": "Tgui is a lightweight GUI for Arduino Uno type of MCU with small TFT screen, primarily for showing sensor data.", - "paragraph": "In the scenarios that a user wants to gather and show data from various sensors, many of the features in other GUI libraries can be compromised to achieve faster speed on lower end devices, such as Arduino Uno.", - "website": "https://github.com/NordicAlliance/arduino-tgui", - "category": "Sensors", + "name": "FlashStringTable", + "version": "0.7.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/NordicAlliance/arduino-tgui.git", - "url": "http://downloads.arduino.cc/libraries/github.com/NordicAlliance/Tgui-1.0.0.zip", - "archiveFileName": "Tgui-1.0.0.zip", - "size": 305061, - "checksum": "SHA-256:9c22a36c16c2634b128294acc397c95113a0dbe529b2330303240a35ce8e55fc" + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": ["FlashStringTable.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.7.0.zip", + "archiveFileName": "FlashStringTable-0.7.0.zip", + "size": 14386, + "checksum": "SHA-256:ee6c94bfae2e36c489e300acf97de676381135a5baaef2ba973a72f7ddf8e95e" }, { - "name": "GT5X", + "name": "TSC2004", "version": "1.0.0", - "author": "Brian Ejike", - "maintainer": "Brian Ejike \u003cbrianrho94@gmail.com\u003e", - "sentence": "Arduino library for the GT5X fingerprint sensors", - "paragraph": "Supports fingerprint template and image extraction.", - "website": "https://github.com/brianrho/GT5X", - "category": "Sensors", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for the TSC2004 resistive touch screen controller", + "paragraph": "Library for the TSC2004 resistive touch screen controller", + "website": "https://github.com/solderparty/arduino_tsc2004", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/brianrho/GT5X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/brianrho/GT5X-1.0.0.zip", - "archiveFileName": "GT5X-1.0.0.zip", - "size": 17398, - "checksum": "SHA-256:8c992179ed97cd72c58ffbf3bffe611937337d75aa8f4fda7dd13256e1693353" + "repository": "https://github.com/solderparty/arduino_tsc2004.git", + "url": "https://downloads.arduino.cc/libraries/github.com/solderparty/TSC2004-1.0.0.zip", + "archiveFileName": "TSC2004-1.0.0.zip", + "size": 4058, + "checksum": "SHA-256:feb663432c9e2bf8c53d72d416256e6236d89d4c438584fcd2b6d27fe2515b22" }, { - "name": "Adafruit Feather OLED", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "name": "TSC2004", + "version": "1.1.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for the TSC2004 resistive touch screen controller", + "paragraph": "Library for the TSC2004 resistive touch screen controller", + "website": "https://github.com/solderparty/arduino_tsc2004", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.0.zip", - "archiveFileName": "Adafruit_Feather_OLED-1.0.0.zip", - "size": 12757, - "checksum": "SHA-256:eba0972e62c1004e803f4e3b0619f36f73acc4ee94f0bbafccc8a801b8d167c8" + "repository": "https://github.com/solderparty/arduino_tsc2004.git", + "url": "https://downloads.arduino.cc/libraries/github.com/solderparty/TSC2004-1.1.0.zip", + "archiveFileName": "TSC2004-1.1.0.zip", + "size": 4836, + "checksum": "SHA-256:731e4da3010ddb5cdd29074cf11632a94aefed7f3fb4a4513abf9f115145dbd6" }, { - "name": "TinyTemplateEngine", - "version": "1.0.0", - "author": "full.stack.ex@gmail.com", - "maintainer": "full.stack.ex@gmail.com", - "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", - "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", - "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", - "category": "Uncategorized", + "name": "RadarIQ", + "version": "1.0.1", + "author": "RadarIQ Ltd (support@radariq.io)", + "maintainer": "RadarIQ Ltd (support@radariq.io)", + "sentence": "Adds support for the RadarIQ sensors.", + "paragraph": "RadarIQ sensors are ideal for object tracking, and detecting movement. RadarIQ sensors use FMCW radar, are designed for ease of use, have a 110 degree field of view, and a 10m range. This library brings RadarIQ support to Arduino.", + "website": "http://radariq.io", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.0.0.zip", - "archiveFileName": "TinyTemplateEngine-1.0.0.zip", - "size": 12169, - "checksum": "SHA-256:08b7aa6bfa5803c412164243c6b07f0a78a7938c822f5cb2c98ce45fda657f59" + "repository": "https://github.com/radariq/arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/radariq/RadarIQ-1.0.1.zip", + "archiveFileName": "RadarIQ-1.0.1.zip", + "size": 19039, + "checksum": "SHA-256:f803eaec5e837b93b24f082d6ea0a90e90566aafa56ae90bdccef53170403690" }, { - "name": "TactNecklace", + "name": "pas-co2-sensor", "version": "1.0.0", - "author": "Aiden and Jonny", - "maintainer": "Brandeis MakerLab \u003cMakerlab@brandeis.edu\u003e", - "sentence": "Arduino Library receives acceleration data from acclerometer, outputting a signal of varying srength to the vibrators", - "paragraph": "Allows for the transmission of accelerometer data relative to your center of balance to be mapped onto the human body via a vibrator necklace", - "website": "https://github.com/AidenKunkler-Peck/Tactile-Necklace", - "category": "Device Control", - "architectures": ["avr"], + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineon PAS XENSIV™ CO2 sensor", + "paragraph": "C++ library for Infineon Photoacoustic Spectroscopy (PAS) XENSIV™ CO2 miniaturized sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/co2-sensors/", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/AidenKunkler-Peck/Tactile-Necklace.git", - "providesIncludes": ["TactNecklace.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/AidenKunkler-Peck/TactNecklace-1.0.0.zip", - "archiveFileName": "TactNecklace-1.0.0.zip", - "size": 119007, - "checksum": "SHA-256:2a688f56df72753cb8bd36f5a48d3e044722342ae08e5e521cb6c2f8efcc3ffa" + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": ["pas-co2-serial-ino.hpp", "pas-co2-pulse-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/pas_co2_sensor-1.0.0.zip", + "archiveFileName": "pas_co2_sensor-1.0.0.zip", + "size": 81735, + "checksum": "SHA-256:a7050da13f5cbaf832748f963285674a9e537fb3dce895407517c75de7fb66fa" }, { - "name": "ESP8266-OLED Display Library", + "name": "pas-co2-sensor", "version": "1.0.1", - "author": "Klar Systems", - "maintainer": "Klar Systems \u003cinfo@klsrsys.com\u003e", - "sentence": "esp8266-Arduino library for I2C-OLED displays", - "paragraph": "esp8266-Arduino library for I2C-OLED displays", - "website": "https://github.com/remoteme/esp8266-OLED", - "category": "Display", - "architectures": ["esp8266"], + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineon PAS XENSIV™ CO2 sensor", + "paragraph": "C++ library for Infineon Photoacoustic Spectroscopy (PAS) XENSIV™ CO2 miniaturized sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/co2-sensors/", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/remoteme/esp8266-OLED.git", - "url": "http://downloads.arduino.cc/libraries/github.com/remoteme/ESP8266_OLED_Display_Library-1.0.1.zip", - "archiveFileName": "ESP8266_OLED_Display_Library-1.0.1.zip", - "size": 7200, - "checksum": "SHA-256:7e7fdbb71c3c74a25486a2deac5d1fcce663248705ffbf6fc3280ce70e9a971c" + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": ["pas-co2-serial-ino.hpp", "pas-co2-pulse-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/pas_co2_sensor-1.0.1.zip", + "archiveFileName": "pas_co2_sensor-1.0.1.zip", + "size": 81911, + "checksum": "SHA-256:bd0a5c3db2a20684e49473e43319bb211f181ccc9754b585b600867b2868825f" }, { - "name": "EmotiBit Si7013", - "version": "0.0.1", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", - "paragraph": "The functions are designed to be handled asynchronously", - "website": "https://github.com/EmotiBit/EmotiBit_FW_Si7013", + "name": "pas-co2-sensor", + "version": "1.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineon PAS XENSIV™ CO2 sensor", + "paragraph": "C++ library for Infineon Photoacoustic Spectroscopy (PAS) XENSIV™ CO2 miniaturized sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/co2-sensors/", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_Si7013-0.0.1.zip", - "archiveFileName": "EmotiBit_Si7013-0.0.1.zip", - "size": 10186, - "checksum": "SHA-256:cf0bf09b15acbe2560df573b446401be9ad1e5d39c1787c6c6fe0162db74af98" + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": ["pas-co2-serial-ino.hpp", "pas-co2-pulse-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/pas_co2_sensor-1.0.2.zip", + "archiveFileName": "pas_co2_sensor-1.0.2.zip", + "size": 81001, + "checksum": "SHA-256:d49486e894934195c6f71e0b57903381de21d122e96d7fb3e618268667fada3a" }, { - "name": "FourteenSegDisplay", - "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "An Arduino library to control a 14 fourteen LED segment display.", - "paragraph": "It supports ASCII, Hexadecimal and the decimal point. It includes ASCII font file. Allows for setting of segments. Small Memory footprint. Requires two shift registers. Tested on a LDD-F5406RI module. Supports Common Cathode and anode.", - "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", - "category": "Display", + "name": "pas-co2-sensor", + "version": "1.0.3", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineon PAS XENSIV™ CO2 sensor", + "paragraph": "C++ library for Infineon Photoacoustic Spectroscopy (PAS) XENSIV™ CO2 miniaturized sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/co2-sensors/", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", - "url": "http://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-1.0.0.zip", - "archiveFileName": "FourteenSegDisplay-1.0.0.zip", - "size": 238372, - "checksum": "SHA-256:c5571a8b46a34139ef36b6ee38a79e43f91c35f3589410e9c5a26e934946dca5" + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": ["pas-co2-serial-ino.hpp", "pas-co2-pulse-ino.hpp"], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/pas_co2_sensor-1.0.3.zip", + "archiveFileName": "pas_co2_sensor-1.0.3.zip", + "size": 80992, + "checksum": "SHA-256:b4f08f3099108d336426bb404e1d4ebfbc84b1c08e6c604e315c36604d8571a8" }, { - "name": "LedRGBlib", + "name": "fastIO", + "version": "1.1.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Fast pin control for ATmega328.", + "paragraph": "Operates with pins faster up to 2.5 times (vs built-in).", + "website": "https://gitlab.com/riva-lab/fastIO", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://gitlab.com/riva-lab/fastIO.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/fastIO-1.1.0.zip", + "archiveFileName": "fastIO-1.1.0.zip", + "size": 4254, + "checksum": "SHA-256:7b8b6ef7902c1210ad3ef39d0b61e297376aa7105c38e313b68afd5b73c284f9" + }, + { + "name": "SevenSegmentPanel", "version": "1.0.0", - "author": "Brontapps", - "maintainer": "Brontapps", - "sentence": "RGB LED library for Arduino (ENG+ESP)", - "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", - "website": "https://github.com/alexbertis/LibreriaLedRGB", - "category": "Device Control", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Driver for panel on 7-segment indicators", + "paragraph": "connected in series using 595 registers", + "website": "https://gitlab.com/riva-lab/SevenSegmentPanel", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", - "providesIncludes": ["LedRGB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.0.zip", - "archiveFileName": "LedRGBlib-1.0.0.zip", - "size": 11934, - "checksum": "SHA-256:13a944aef66901b2ac1f25ef034ff838a892e3b410c68bc41172abd26ec3f2ec" + "repository": "https://gitlab.com/riva-lab/SevenSegmentPanel.git", + "dependencies": [ + { + "name": "fastIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SevenSegmentPanel-1.0.0.zip", + "archiveFileName": "SevenSegmentPanel-1.0.0.zip", + "size": 17699, + "checksum": "SHA-256:5dc203943cb65efbf38aab2239174bd749cd161f1c1b4cc5e04df5e1de4a6c47" }, { - "name": "LedRGBlib", - "version": "1.0.2", - "author": "Brontapps", - "maintainer": "Brontapps", - "sentence": "RGB LED library for Arduino (ENG+ESP)", - "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", - "website": "https://github.com/alexbertis/LibreriaLedRGB", - "category": "Device Control", + "name": "SiguesAhi", + "version": "0.0.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "[ALPHA] Library for building instruments that check if institutions still exist.", + "paragraph": "Runs on Arduino Nano 33 IoT", + "website": "https://github.com/montoyamoraga/SiguesAhi", + "category": "Other", + "architectures": ["samd"], + "types": ["Contributed"], + "repository": "https://github.com/montoyamoraga/SiguesAhi.git", + "dependencies": [ + { + "name": "WiFiNINA" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "RotaryEncoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/SiguesAhi-0.0.1.zip", + "archiveFileName": "SiguesAhi-0.0.1.zip", + "size": 79201, + "checksum": "SHA-256:b9d4ecca735d87dd438d93f9820eeda518ccba13ec0b7abb11aa961995a1e723" + }, + { + "name": "KomootBLEConnect", + "version": "0.0.1", + "author": "Mia Metzler \u003cmia@metzler.systems\u003e", + "maintainer": "Mia Metzler \u003cmia@metzler.systems\u003e", + "sentence": "A library to receive Komoot BLE Connect Packages", + "paragraph": "Supports (yet) ESP32 arch only", + "website": "https://github.com/miathedev/Arduino-Komoot", + "category": "Communication", + "architectures": ["espressif32", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/miathedev/KomootBLEConnect.git", + "providesIncludes": ["KomootBLEConnect.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/miathedev/KomootBLEConnect-0.0.1.zip", + "archiveFileName": "KomootBLEConnect-0.0.1.zip", + "size": 17942, + "checksum": "SHA-256:b8f690433f606cfbc9983d2fd868d37437da6584fcff2d096e61762da3ad51fa" + }, + { + "name": "MaquinitasRitmos", + "version": "0.0.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of rhythmic data for art devices.", + "paragraph": "Includes data for sequencing different rhythms.", + "website": "https://github.com/maquinitas/MaquinitasRitmos", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", - "providesIncludes": ["LedRGB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.2.zip", - "archiveFileName": "LedRGBlib-1.0.2.zip", - "size": 12228, - "checksum": "SHA-256:9336bb4514ab27f6b9dee5ab5915bae634208fe6729847be12c01baae805de4c" + "repository": "https://github.com/maquinitas/MaquinitasRitmos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasRitmos-0.0.1.zip", + "archiveFileName": "MaquinitasRitmos-0.0.1.zip", + "size": 3874, + "checksum": "SHA-256:606cd6d58e27a53963e6cd74f80d9471d893dbe9b425f2b3ff49f49ef2d43dcb" }, { - "name": "Adafruit TFLite Micro Speech", - "version": "1.13.0", - "author": "TensorFlow Authors", - "maintainer": "Adafruit", - "sentence": "Arduino-ified version of the TensorFlow Lite micro speech demo. An open source machine learning framework for everyone.", - "paragraph": "Runs machine learning models locally on your device. This version is lightly tweaked to run nicely on Arduino. Examples are for SAMD51, definitely will not run on anything 8-bit or less than a Cortex M3 (e.g. SAMD21, AVR, will not work at all)", - "website": "https://tensorflow.org/", - "category": "Data Processing", - "architectures": [], + "name": "MaquinitasRitmos", + "version": "0.0.2", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of rhythmic data for art devices.", + "paragraph": "Includes data for sequencing different rhythms.", + "website": "https://github.com/maquinitas/MaquinitasRitmos", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_TFLite_Micro_Speech.git", - "providesIncludes": ["TensorFlowLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFLite_Micro_Speech-1.13.0.zip", - "archiveFileName": "Adafruit_TFLite_Micro_Speech-1.13.0.zip", - "size": 1961646, - "checksum": "SHA-256:62bb00b2cdc2f2b2aef0493b056c9b9db8bd371ea23480e767e64f65b10980aa" + "repository": "https://github.com/maquinitas/MaquinitasRitmos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasRitmos-0.0.2.zip", + "archiveFileName": "MaquinitasRitmos-0.0.2.zip", + "size": 5490, + "checksum": "SHA-256:754b914373c7a2bcdc41d9f4f65996df74680e3b70dac4c3b2e2667892c92c02" }, { - "name": "Adafruit TFLite Micro Speech", - "version": "1.14.0", - "author": "TensorFlow Authors", - "maintainer": "Adafruit", - "sentence": "Arduino-ified version of the TensorFlow Lite micro speech demo. An open source machine learning framework for everyone.", - "paragraph": "Runs machine learning models locally on your device. This version is lightly tweaked to run nicely on Arduino. Examples are for SAMD51, definitely will not run on anything 8-bit or less than a Cortex M3 (e.g. SAMD21, AVR, will not work at all)", - "website": "https://tensorflow.org/", - "category": "Data Processing", - "architectures": [], + "name": "BM64 Library", + "version": "1.1.1", + "author": "Masahiro Konishi \u003ckonikoni428@gmail.com\u003e", + "maintainer": "Masahiro Konishi \u003ckonikoni428@gmail.com\u003e", + "sentence": "BM64/BM62 Library for Arduino", + "paragraph": "This library control BM64/BM62 bluetooth audio module with UART.", + "website": "https://github.com/konikoni428/BM64_arduino", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_TFLite_Micro_Speech.git", - "providesIncludes": ["TensorFlowLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFLite_Micro_Speech-1.14.0.zip", - "archiveFileName": "Adafruit_TFLite_Micro_Speech-1.14.0.zip", - "size": 1962023, - "checksum": "SHA-256:0383740dc4f86c70c300101251804712a16b49bb01f4157e57d2416cc6b97e0e" + "repository": "https://github.com/konikoni428/BM64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/konikoni428/BM64_Library-1.1.1.zip", + "archiveFileName": "BM64_Library-1.1.1.zip", + "size": 11806, + "checksum": "SHA-256:d92173f2a5c79cd4fa8bdac9c42d556a4c5356bce306e96f6350c42f3c8d1d2f" }, { - "name": "Adafruit TFLite Micro Speech", - "version": "1.15.0", - "author": "TensorFlow Authors", - "maintainer": "Adafruit", - "sentence": "Arduino-ified version of the TensorFlow Lite micro speech demo. An open source machine learning framework for everyone.", - "paragraph": "Runs machine learning models locally on your device. This version is lightly tweaked to run nicely on Arduino. Examples are for SAMD51, definitely will not run on anything 8-bit or less than a Cortex M3 (e.g. SAMD21, AVR, will not work at all)", - "website": "https://tensorflow.org/", - "category": "Data Processing", - "architectures": [], + "name": "U8glib-HAL", + "version": "0.5.0", + "author": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "maintainer": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "sentence": "A library supporting monochrome TFTs and OLEDs, specifically for use with Marlin Firmware.", + "paragraph": "Supported display controller: SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SH1106, UC1601, UC1610, UC1611, UC1701, ST7565, ST7920, KS0108, LC7981, PCD8544, PCF8812, SBN1661, TLS8204, T6963.", + "website": "https://github.com/MarlinFirmware/U8glib-HAL", + "category": "Display", + "architectures": ["avr", "sam"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_TFLite_Micro_Speech.git", - "providesIncludes": ["TensorFlowLite.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFLite_Micro_Speech-1.15.0.zip", - "archiveFileName": "Adafruit_TFLite_Micro_Speech-1.15.0.zip", - "size": 2230295, - "checksum": "SHA-256:c9e63caf4c03d0b0b94528843c26cf9b7681dc5f6344d5f254cb1e7d6e4c316b" + "repository": "https://github.com/MarlinFirmware/U8glib-HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MarlinFirmware/U8glib_HAL-0.5.0.zip", + "archiveFileName": "U8glib_HAL-0.5.0.zip", + "size": 1103922, + "checksum": "SHA-256:4fca1c59fd3763ca677f6ed7060d8c2d74fd952d7db58794f1488985e0320491" }, { - "name": "Grove 6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove 6-Axis Digital Accelerometer\u0026Gyroscope(ADIS16470).", - "paragraph": "The ADIS16470 is a miniature MEMS inertial measurement unit (IMU) that includes a triaxial gyroscope and a triaxial accelerometer.", - "website": "https://github.com/Seeed-Studio/Seeed_ADIS16470", + "name": "ZMPT101B", + "version": "0.0.1", + "author": "Abdurraiq Bachmid", + "maintainer": "Abdurraiq Bachmid", + "sentence": "Library to interact with the ZMPT101B Voltage sensor.", + "paragraph": "Includes RMS AC Voltage measuring.", + "website": "https://github.com/Abdurraziq/ZMPT101B-arduino", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Seeed-Studio/Seeed_ADIS16470.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", - "archiveFileName": "Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", - "size": 16710, - "checksum": "SHA-256:303c9fd61555342b381ce4f93b3dcf4f06e060e9bc4ebeb705880c65dc2a54cf" + "repository": "https://github.com/Abdurraziq/ZMPT101B-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Abdurraziq/ZMPT101B-0.0.1.zip", + "archiveFileName": "ZMPT101B-0.0.1.zip", + "size": 137301, + "checksum": "SHA-256:ea22a523ee4108eb76a5eeb10c2a02ecac11435dbc9b9907bd8a15fce2570d0c" }, { - "name": "RTT-GUI", - "version": "0.1.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread GUI Engine", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", - "architectures": ["sam", "samd"], + "name": "AsyncUDP_WT32_ETH01", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/onelife/RTT-GUI.git", - "providesIncludes": ["rtt.h", "rttgui.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.1.0.zip", - "archiveFileName": "RTT_GUI-0.1.0.zip", - "size": 4028039, - "checksum": "SHA-256:bcb5bd4393ad71930b963d7cef7e4def02025acb4488b83dc8c84d1291bf327b" + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": ["AsyncUDP_WT32_ETH01.h"], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.0.0.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.0.0.zip", + "size": 45134, + "checksum": "SHA-256:3b07be36ae4c7f15133013bcf3103978ebde3de7c87d999546c283cbd4f763e7" }, { - "name": "RTT-GUI", - "version": "0.3.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread GUI Engine", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", - "architectures": ["sam", "samd"], + "name": "AsyncUDP_WT32_ETH01", + "version": "2.0.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/onelife/RTT-GUI.git", - "providesIncludes": ["rtt.h", "rttgui.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.3.0.zip", - "archiveFileName": "RTT_GUI-0.3.0.zip", - "size": 1346778, - "checksum": "SHA-256:f074c63f660a1985ae6427ee3acb1fd487413a1d52ad64f397d1a503e97c9f6c" + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": ["AsyncUDP_WT32_ETH01.h"], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.0.1.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.0.1.zip", + "size": 45352, + "checksum": "SHA-256:0ea6502a6bf1cdb7bdb3feb5d1f308ed5a6f7c0f36ba4b35f3547f26483364e1" }, { - "name": "RTT-GUI", - "version": "0.5.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread GUI Engine", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", - "architectures": ["sam", "samd"], + "name": "EasyPin", + "version": "0.1.2", + "author": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "maintainer": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "sentence": "An easy and simple way for manage Arduino pins.", + "paragraph": "This library is used to manage in a simple way all Arduino pins. For example, to control the turning on and off of LEDs", + "website": "https://github.com/Zerfoinder/EasyPin", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/onelife/RTT-GUI.git", - "providesIncludes": ["rtt.h", "rttgui.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.0.zip", - "archiveFileName": "RTT_GUI-0.5.0.zip", - "size": 1366537, - "checksum": "SHA-256:f7d8765e59761072d0c200b9ecb90d27402b2f95950860a1c36bfa4684b157a2" + "repository": "https://github.com/Zerfoinder/EasyPin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zerfoinder/EasyPin-0.1.2.zip", + "archiveFileName": "EasyPin-0.1.2.zip", + "size": 21164, + "checksum": "SHA-256:d889085cb52c4243e2afbecd50c22170aacfa0e462d2c3b15d1957971601159c" }, { - "name": "Simple Repository IO", - "version": "1.0.3", - "author": "Iago \u0026lt;iago@iaspp.com\u0026gt;", - "maintainer": "Iago \u0026lt;iago@iaspp.com\u0026gt;", - "sentence": "A simple IO controller", - "paragraph": "IO repository for improved communication with other devices.", - "website": "https://github.com/iagows/arduino_io", + "name": "EasyPin", + "version": "0.1.3", + "author": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "maintainer": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "sentence": "An easy and simple way for manage Arduino pins.", + "paragraph": "This library is used to manage in a simple way all Arduino pins. For example, to control the turning on and off of LEDs", + "website": "https://github.com/Zerfoinder/EasyPin", "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/iagows/arduino_io.git", - "providesIncludes": ["iorepo.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-1.0.3.zip", - "archiveFileName": "Simple_Repository_IO-1.0.3.zip", - "size": 5965, - "checksum": "SHA-256:6fed875634c67e00a4995b8ef1a77d8d36cbc50e7df9ce4aab798b35ae523b2e" + "repository": "https://github.com/Zerfoinder/EasyPin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zerfoinder/EasyPin-0.1.3.zip", + "archiveFileName": "EasyPin-0.1.3.zip", + "size": 21207, + "checksum": "SHA-256:54989a998c6808136fdcc8778e0a2a111d9c482abbb42b02c21be51f15c2b475" }, { - "name": "TheTroll", - "version": "1.0.2", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", - "category": "Communication", + "name": "PNGenc", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG encoder for MCUs with at least 45K of free RAM.", + "paragraph": "Designed to provide a fully functional PNG encoder that can use minimal memory by encoding images a line at a time. Supports all pixel types with up to 8-bits per color stimulus.", + "website": "https://github.com/bitbank2/PNGenc", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.2.zip", - "archiveFileName": "TheTroll-1.0.2.zip", - "size": 10674, - "checksum": "SHA-256:3683eadc2fbb749b98f9bfd3b723c70c9618f05285d470da833dcc2528d0d8ac" + "repository": "https://github.com/bitbank2/PNGenc.git", + "providesIncludes": ["PNGenc.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGenc-1.0.0.zip", + "archiveFileName": "PNGenc-1.0.0.zip", + "size": 185797, + "checksum": "SHA-256:63e2d14b4c45cb0ccb9c702bdb0e655955462aae0ab3be4062c9ab33afac69b7" }, { - "name": "TheTroll", - "version": "1.0.4", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", - "category": "Communication", + "name": "pushButton", + "version": "1.0.0", + "author": "Italo Coelho \u003citalo.coelho.filho@gmail.com\u003e", + "maintainer": "Italo Coelho \u003citalo.coelho.filho@gmail.com\u003e", + "sentence": "A simple library for Push Butons.", + "paragraph": "Supports wasPressed, wasReleased, beenPressedFor and retentionState functions using non-blocking code (delay function is not used).", + "website": "https://github.com/italo-coelho/pushButton", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/italo-coelho/pushButton.git", + "providesIncludes": ["pushButton.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/italo-coelho/pushButton-1.0.0.zip", + "archiveFileName": "pushButton-1.0.0.zip", + "size": 3025, + "checksum": "SHA-256:cdfb6b1f936cc53144827ce11fcd3ecceb46f046b6cc2bd272bcc6e04695b1a5" + }, + { + "name": "Flinduino_Sensorkit", + "version": "1.0.0", + "author": "Flinders", + "maintainer": "Flinders", + "sentence": "Flinduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Arduino/Seed Sensor kit breakout board on a Flinders Flinduino: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.4.zip", - "archiveFileName": "TheTroll-1.0.4.zip", - "size": 118806, - "checksum": "SHA-256:21cb0b9f35d1e29b6c6e6b8bea0a9bb5afe522b3fe5a5e2ec921698b6c1b3f52" + "repository": "https://github.com/Flinduino/Flinduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2", + "version": "=2.2.7" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Flinduino/Flinduino_Sensorkit-1.0.0.zip", + "archiveFileName": "Flinduino_Sensorkit-1.0.0.zip", + "size": 25215, + "checksum": "SHA-256:ea57c08273f0ee018cb7713acb2ddd36c8670af2b03c02749943feb227ecf654" }, { - "name": "TheTroll", - "version": "1.0.6", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", - "category": "Communication", + "name": "Flinduino_Sensorkit", + "version": "1.0.1", + "author": "Flinders", + "maintainer": "Flinders", + "sentence": "Flinduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Arduino/Seed Sensor kit breakout board on a Flinders Flinduino: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.6.zip", - "archiveFileName": "TheTroll-1.0.6.zip", - "size": 8095392, - "checksum": "SHA-256:80eb93ef705503d3745d6a543e67fb550857354b5a4ec8b30b61d5329e2d1732" + "repository": "https://github.com/Flinduino/Flinduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2", + "version": "=2.2.7" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Flinduino/Flinduino_Sensorkit-1.0.1.zip", + "archiveFileName": "Flinduino_Sensorkit-1.0.1.zip", + "size": 11954, + "checksum": "SHA-256:2838bffe84a489080ff61045ddb23a3ad474a38fe729a45c427e50a4ffa965e2" }, { - "name": "TheTroll", - "version": "1.0.7", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "YouTubeLiveStreamArduino", + "version": "1.0.0", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "An arduino library for interacting with YouTube live streams. (supports ESP8266/ESP32 \u0026 probably others)", + "paragraph": "An arduino library for interacting with YouTube live streams. (supports ESP8266/ESP32 \u0026 probably others)", + "website": "https://github.com/witnessmenow/youtube-livestream-arduino", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.7.zip", - "archiveFileName": "TheTroll-1.0.7.zip", - "size": 17295860, - "checksum": "SHA-256:7cd0ae06a8f687244aec75c00f89b9ecf012e08db5299292180c9e904a12d3b3" + "repository": "https://github.com/witnessmenow/youtube-livestream-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/YouTubeLiveStreamArduino-1.0.0.zip", + "archiveFileName": "YouTubeLiveStreamArduino-1.0.0.zip", + "size": 32004, + "checksum": "SHA-256:06ee9cb6e8e2a18c2ed60c537536acf2cfa7f6e58801bc99512d4e6a94ee6ae2" }, { - "name": "TheTroll", - "version": "1.0.8", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "AsyncTelegram2", + "version": "2.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.8.zip", - "archiveFileName": "TheTroll-1.0.8.zip", - "size": 17295798, - "checksum": "SHA-256:564b4910676b748c983953b8c7a7904e9f9bead905fb66e8a3f4f9208b757396" + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.0.zip", + "archiveFileName": "AsyncTelegram2-2.0.0.zip", + "size": 101212, + "checksum": "SHA-256:ebc04150d0d1ae0cd2870d4154f79815dd6d4a2f8f13a73c4dcbd417fc939185" }, { - "name": "TheTroll", - "version": "1.0.9", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "AsyncTelegram2", + "version": "2.0.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.9.zip", - "archiveFileName": "TheTroll-1.0.9.zip", - "size": 17297730, - "checksum": "SHA-256:d37980a4f4572073fe7c860487e4717d5048d993696994e35bdfce88f80761d0" + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.2.zip", + "archiveFileName": "AsyncTelegram2-2.0.2.zip", + "size": 101531, + "checksum": "SHA-256:e2dbd30b1ee2f000709052678db1fdbcf7ab5369df7725d9a17f16abdbe3f5f3" }, { - "name": "TheTroll", - "version": "1.0.10", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "AsyncTelegram2", + "version": "2.0.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.10.zip", - "archiveFileName": "TheTroll-1.0.10.zip", - "size": 17297936, - "checksum": "SHA-256:885abbc36f6b98b88e249c8b14d5e94d72454e8656046bf6a93cefdce57a94dd" + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.3.zip", + "archiveFileName": "AsyncTelegram2-2.0.3.zip", + "size": 102048, + "checksum": "SHA-256:ca00d744ff24324860f6b9cc9aea95bdd345743c4d15805af377cf52ca5aa4e9" }, { - "name": "Ambient ESP32 ESP8266 lib", + "name": "MaquinitasParams", "version": "0.0.2", - "author": "Ambient Data", - "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", - "sentence": "Ambient library for Arduino ESP32 and ESP8266.", - "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", - "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", - "category": "Communication", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of parameters for art devices.", + "paragraph": "Includes MIDI parameters", + "website": "https://github.com/maquinitas/MaquinitasParams", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", - "url": "http://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.2.zip", - "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.2.zip", - "size": 59536, - "checksum": "SHA-256:0ccfe7badc7ac44c77dd3060008f8c8ab04b519af0617813356bd3935d9a5d52" + "repository": "https://github.com/maquinitas/MaquinitasParams.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasParams-0.0.2.zip", + "archiveFileName": "MaquinitasParams-0.0.2.zip", + "size": 4821, + "checksum": "SHA-256:901e8278df81cc0a3f5348bc663576d979f15a9ead58b3dc2ae484eecb858a55" }, { - "name": "Arduino_DebugUtils", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", - "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", - "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", - "category": "Communication", + "name": "MaquinitasParams", + "version": "0.0.3", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of parameters for art devices.", + "paragraph": "Includes MIDI parameters", + "website": "https://github.com/maquinitas/MaquinitasParams", + "category": "Other", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.0.0.zip", - "archiveFileName": "Arduino_DebugUtils-1.0.0.zip", - "size": 18216, - "checksum": "SHA-256:10f07317d7c265ec4c4ed4c3af516e7b7b9cfd5fc78c911fe02874249aed8cf5" + "types": ["Contributed"], + "repository": "https://github.com/maquinitas/MaquinitasParams.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasParams-0.0.3.zip", + "archiveFileName": "MaquinitasParams-0.0.3.zip", + "size": 8130, + "checksum": "SHA-256:442372ed87af98f2bdac581716865730624204ff8010f0f86258078ee37a7ec7" }, { - "name": "Arduino_DebugUtils", - "version": "0.1.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", - "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", - "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", - "category": "Communication", + "name": "SchmittTrigger", + "version": "1.0.1", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "A lightweight schmitt trigger for debouncing and filtering.", + "website": "https://github.com/tfeldmann/Arduino-SchmittTrigger", + "category": "Signal Input/Output", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.2.zip", - "archiveFileName": "Arduino_DebugUtils-0.1.2.zip", - "size": 18216, - "checksum": "SHA-256:80cb9b277527b136d6633a5e44bd1ebda7d9262b5da88df82f33a160b30c9d84" + "types": ["Contributed"], + "repository": "https://github.com/tfeldmann/Arduino-SchmittTrigger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/SchmittTrigger-1.0.1.zip", + "archiveFileName": "SchmittTrigger-1.0.1.zip", + "size": 4529, + "checksum": "SHA-256:a1d203af494acfce66ae8032add8f95e01205dc252b3612fe9db4e85ac78584f" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.1.0", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "WiFiWebServer_RTL8720", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", "category": "Communication", - "architectures": ["samd", "esp32", "esp8266"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.0.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.1.0.zip", - "size": 26081, - "checksum": "SHA-256:475083fbe911faccc9f09c11d1b286193f0e40dc4c803a5136a51d0e8d8dd6ed" + "architectures": ["AmebaD"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": ["WiFiWebServer_RTL8720.h", "RTL8720HttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.0.0.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.0.0.zip", + "size": 810084, + "checksum": "SHA-256:ed05bfd07385043ec597b3cef1eaa9f4e217a3b4c115ccecc72f282fd9123953" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.1.2", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "WiFiWebServer_RTL8720", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", "category": "Communication", - "architectures": ["samd", "esp32", "esp8266"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.2.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.1.2.zip", - "size": 26101, - "checksum": "SHA-256:4298a7839331b32bb16cfbcc581362158b9b0e4eb7060d2730bc22481021314e" + "architectures": ["AmebaD"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": ["WiFiWebServer_RTL8720.h", "RTL8720HttpClient.h"], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.0.1.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.0.1.zip", + "size": 810011, + "checksum": "SHA-256:17ab07cd12d961ab96509d9a4e0f825c1334d79a26d6b65ff523374454e48180" }, { - "name": "SparkFun Qwiic Relay Arduino Library", + "name": "GEENYmodem", "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "author": "geeny", + "maintainer": "René Bohne \u003crene@geeny.io\u003e", + "sentence": "Arduino library for the GEENYmodem GPRS modem", + "paragraph": "Arduino library for the GEENYmodem GPRS modem", + "website": "https://github.com/geeny/geenymodem", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", - "size": 9701, - "checksum": "SHA-256:d358ad87372e837e5a0610b6ca1201c24e3ada8d1c3ca86d7908fb235a81eb89" + "repository": "https://github.com/geeny/geenymodem.git", + "dependencies": [ + { + "name": "tinygsm" + }, + { + "name": "pubsubclient" + }, + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/geeny/GEENYmodem-1.0.0.zip", + "archiveFileName": "GEENYmodem-1.0.0.zip", + "size": 12210, + "checksum": "SHA-256:0609e64a975b9f92b793856f71fea1065679f5b5eb327f08b7d20f66e95779cf" }, { - "name": "SparkFun Qwiic Relay Arduino Library", + "name": "GEENYmodem", "version": "1.0.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "author": "geeny", + "maintainer": "René Bohne \u003crene@geeny.io\u003e", + "sentence": "Arduino library for the GEENYmodem GPRS modem", + "paragraph": "The GEENYmodem library is compatible with the tingg.io IoT platform", + "website": "https://github.com/geeny/geenymodem", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", - "size": 14644, - "checksum": "SHA-256:2c0a303cd67271025d55feaaed72c9abd17dae2a507f29d95a9492bf6df81c2a" + "repository": "https://github.com/geeny/geenymodem.git", + "dependencies": [ + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + }, + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/geeny/GEENYmodem-1.0.1.zip", + "archiveFileName": "GEENYmodem-1.0.1.zip", + "size": 12242, + "checksum": "SHA-256:2dd297e09a4ada24e153b5d56f54efa8cde4f15fd33a333f84e39966c1cffd67" }, { - "name": "SparkFun Qwiic Relay Arduino Library", - "version": "1.1.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "name": "TeensyAudioFlashLoader", + "version": "1.0.0", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "utility to load audio samples from uSD card to external flash ram on teensy 4.1", + "paragraph": "the external flash on the teensy 4.1 is much faster than the micro SD card, but its much more limited in capacity. This util allows you to easily load audio samples from microSD card to external flash for use with TeensyVariablePlayback library", + "website": "https://github.com/newdigate/teensy-sample-flashloader", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", - "size": 16498, - "checksum": "SHA-256:44e02598a4917334c3ff692d86bf0fc81d0df5cccd3360c3637fc3331c40b67b" + "repository": "https://github.com/newdigate/teensy-sample-flashloader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioFlashLoader-1.0.0.zip", + "archiveFileName": "TeensyAudioFlashLoader-1.0.0.zip", + "size": 10007, + "checksum": "SHA-256:0f59abfd6959dbb3274ddeb2bb43f28b41ca4641541ac1ff1497a84790500de7" }, { - "name": "Serde", - "version": "0.0.1", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Send / receive structured data across Streams on Arduino", - "website": "https://github.com/FortySevenEffects/serde", - "category": "Communication", + "name": "TeensyAudioSampler", + "version": "1.0.0", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy as an audio sampler", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": ["serde.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.0.1.zip", - "archiveFileName": "Serde-0.0.1.zip", - "size": 8221, - "checksum": "SHA-256:28a559c3140f924b1da792e03e3eb548e4ba83070018518282001b470c2c9987" + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.0.zip", + "archiveFileName": "TeensyAudioSampler-1.0.0.zip", + "size": 558003, + "checksum": "SHA-256:a996cb378c9a29ee88935d6c49bfcc63262a78183a4ac4b73a440786cc4e9bbb" }, { - "name": "Serde", - "version": "0.1.0", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Exchange structured data between Arduino boards", - "website": "https://github.com/FortySevenEffects/serde", - "category": "Communication", + "name": "TeensyAudioSampler", + "version": "1.0.2", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy as an audio sampler", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": ["serde.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.1.0.zip", - "archiveFileName": "Serde-0.1.0.zip", - "size": 21018, - "checksum": "SHA-256:77257caf0ebaf310d278e053b8b8de1a0047d11896d5c1f85b316c16d5de7cf4" + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.2.zip", + "archiveFileName": "TeensyAudioSampler-1.0.2.zip", + "size": 558047, + "checksum": "SHA-256:b3513a81505392c1cf2c68c799e7952209bf448e7daf70414618fc1ff08e7acf" }, { - "name": "Serde", - "version": "0.2.0", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Exchange structured data between Arduino boards", - "website": "https://github.com/FortySevenEffects/serde", - "category": "Communication", + "name": "TeensyAudioSampler", + "version": "1.0.5", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy to play polyphonic audio samples", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": ["serde.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.2.0.zip", - "archiveFileName": "Serde-0.2.0.zip", - "size": 21741, - "checksum": "SHA-256:0e2d776d751ad637f07faf86f24c86e493354c174ec9db86e618910fa4560e3f" + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.5.zip", + "archiveFileName": "TeensyAudioSampler-1.0.5.zip", + "size": 566992, + "checksum": "SHA-256:fe9ef8d3ad1754b5c423eed8fd3a8f3377ea89272ea699bbb6efa3d3ca36e798" }, { - "name": "Serde", - "version": "0.3.0", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Exchange structured data between Arduino boards", - "website": "https://github.com/FortySevenEffects/serde", - "category": "Communication", - "architectures": ["*"], + "name": "PZEM004Tv30", + "version": "1.1.1", + "author": "Jakub Mandula", + "maintainer": "Jakub Mandula", + "sentence": "Library for the PZEM-004T v3.0 Power and Energy monitor", + "paragraph": "Enables communication to Peacefair PZEM-004T v3.0 Power and Energy monitor using the Serial interface", + "website": "https://github.com/mandulaj/PZEM-004T-v30", + "category": "Sensors", + "architectures": ["avr", "stm32", "esp8266", "esp32"], "types": ["Contributed"], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": ["serde.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.3.0.zip", - "archiveFileName": "Serde-0.3.0.zip", - "size": 29058, - "checksum": "SHA-256:dd98a337550367c7b8d6b0ec179effa06c75a806df60e2103b2b8796010134a2" + "repository": "https://github.com/mandulaj/PZEM-004T-v30.git", + "providesIncludes": ["PZEM004Tv30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mandulaj/PZEM004Tv30-1.1.1.zip", + "archiveFileName": "PZEM004Tv30-1.1.1.zip", + "size": 22982, + "checksum": "SHA-256:808d63c87f64dd269356d3276fcc6608c0207d572bb1546100d050ac92c0c1b2" }, { - "name": "SimpleHOTP", + "name": "PZEM004Tv30", + "version": "1.1.2", + "author": "Jakub Mandula", + "maintainer": "Jakub Mandula", + "sentence": "Library for the PZEM-004T v3.0 Power and Energy monitor", + "paragraph": "Enables communication to Peacefair PZEM-004T v3.0 Power and Energy monitor using the Serial interface", + "website": "https://github.com/mandulaj/PZEM-004T-v30", + "category": "Sensors", + "architectures": ["avr", "stm32", "esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/mandulaj/PZEM-004T-v30.git", + "providesIncludes": ["PZEM004Tv30.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/mandulaj/PZEM004Tv30-1.1.2.zip", + "archiveFileName": "PZEM004Tv30-1.1.2.zip", + "size": 23131, + "checksum": "SHA-256:10608004cf569b4392340d29d18d32f22513e06d32add510092f2ab93531b86f" + }, + { + "name": "Low level quick digital IO", "version": "1.0.0", - "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", - "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", - "website": "https://github.com/jlusPrivat/SimpleHOTP", - "category": "Data Processing", - "architectures": ["*"], + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "高性能引脚读写。More efficient digital IO than builtin functions", + "paragraph": "内置的引脚读写函数digitalRead和digitalWrite需要每次将引脚转换成寄存器地址再进行读写,而且还需要检查PWM计时器设定,虽然增加了可靠性,减少了内存占用,但是性能较低,无法满足超高频读写的需求。本库仅在第一次调用时将引脚转换成内存地址,以后直接进行位运算操纵引脚,性能大幅提升,但无法处理PWM情况,适用于简单的高低电平操纵。Builtin functions (digitalRead \u0026 digitalWrite) translate pin code into memory address for each call, and will check PWM settings on the Pin. This is more robust but less efficient. My library calculate corresponding memory address only at the first call, store that address for following calls, and don't bother on PWM stuff. Each call is thus simplified into a single bit operation.", + "website": "https://github.com/Silver-Fang/Low-level-quick-digital-IO", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.0.zip", - "archiveFileName": "SimpleHOTP-1.0.0.zip", - "size": 16094, - "checksum": "SHA-256:d89d88e21096115103a06a829d791aef203e218659d7b192576450de903bef38" + "repository": "https://github.com/Silver-Fang/Low-level-quick-digital-IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Low_level_quick_digital_IO-1.0.0.zip", + "archiveFileName": "Low_level_quick_digital_IO-1.0.0.zip", + "size": 17884, + "checksum": "SHA-256:05bf5a3b85441fe726d7171a4e541e600853e78dd793ae504e4e3abd0f599c24" }, { - "name": "SimpleHOTP", + "name": "Low level quick digital IO", "version": "1.0.1", - "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", - "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", - "website": "https://github.com/jlusPrivat/SimpleHOTP", - "category": "Data Processing", - "architectures": ["*"], + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "高性能引脚读写。More efficient digital IO than builtin functions", + "paragraph": "内置的引脚读写函数digitalRead和digitalWrite需要每次将引脚转换成寄存器地址再进行读写,而且还需要检查PWM计时器设定,虽然增加了可靠性,减少了内存占用,但是性能较低,无法满足超高频读写的需求。本库仅在第一次调用时将引脚转换成内存地址,以后直接进行位运算操纵引脚,性能大幅提升,但无法处理PWM情况,适用于简单的高低电平操纵。Builtin functions (digitalRead \u0026 digitalWrite) translate pin code into memory address for each call, and will check PWM settings on the Pin. This is more robust but less efficient. My library calculate corresponding memory address only at the first call, store that address for following calls, and don't bother on PWM stuff. Each call is thus simplified into a single bit operation.", + "website": "https://github.com/Silver-Fang/Low-level-quick-digital-IO", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.1.zip", - "archiveFileName": "SimpleHOTP-1.0.1.zip", - "size": 16126, - "checksum": "SHA-256:eeda9a60b5b779316532f4ac6f9eb912bebd78f89ee44b187a75720419dd0744" + "repository": "https://github.com/Silver-Fang/Low-level-quick-digital-IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Low_level_quick_digital_IO-1.0.1.zip", + "archiveFileName": "Low_level_quick_digital_IO-1.0.1.zip", + "size": 17912, + "checksum": "SHA-256:5b49e0cc57d8ed3fdab9f8b26c3db8e4f6714b6f8cf722d3b3fd9f146de0ccb3" }, { - "name": "StarterRemote", - "version": "1.0.0", - "author": "Mihail Vratchanski", - "maintainer": "Mihail Vratchanski \u003cmivrkiki@gmail.com\u003e", - "sentence": "IR remote library for mini sumo (and sumo, tracker etc.) start modules.", - "paragraph": "This library allows the use of any Arduino board as an IR remote for starting, stopping and programming a start module. The protocol can be found on startmodule.com. If you want to know more about the project or report bugs, etc. please visit the project page at: https://gitlab.com/robostarter.", - "website": "https://gitlab.com/robostarter/starterremote", + "name": "Low level quick digital IO", + "version": "2.0.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "高性能引脚读写。More efficient digital IO than builtin functions", + "paragraph": "内置的引脚读写函数digitalRead和digitalWrite需要每次将引脚转换成寄存器地址再进行读写,而且还需要检查PWM计时器设定,虽然增加了可靠性,减少了内存占用,但是性能较低,无法满足超高频读写的需求。本库仅在第一次调用时将引脚转换成内存地址,以后直接进行位运算操纵引脚,性能大幅提升,但无法处理PWM情况,适用于简单的高低电平操纵。Builtin functions (digitalRead \u0026 digitalWrite) translate pin code into memory address for each call, and will check PWM settings on the Pin. This is more robust but less efficient. My library calculate corresponding memory address only at the first call, store that address for following calls, and don't bother on PWM stuff. Each call is thus simplified into a single bit operation.", + "website": "https://github.com/Silver-Fang/Low-level-quick-digital-IO", + "category": "Signal Input/Output", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/Silver-Fang/Low-level-quick-digital-IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Low_level_quick_digital_IO-2.0.0.zip", + "archiveFileName": "Low_level_quick_digital_IO-2.0.0.zip", + "size": 17920, + "checksum": "SHA-256:195c0d57a5d50da5d3566ac0154e516274b9a681b4815d4b98efb4458097fca8" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.2.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://gitlab.com/robostarter/starterremote.git", - "providesIncludes": ["StarterRemote.h"], - "url": "http://downloads.arduino.cc/libraries/gitlab.com/robostarter/StarterRemote-1.0.0.zip", - "archiveFileName": "StarterRemote-1.0.0.zip", - "size": 3631, - "checksum": "SHA-256:abfc9403f4f49063ff2d9b0cf0f095da6a00c5b01f87c29cd83b3a2b9c0abf7f" + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": ["AsyncWebServer_WT32_ETH01.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.2.3.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.2.3.zip", + "size": 432069, + "checksum": "SHA-256:12ed12071d2f1e08e85a0df34548c928ea7f61a8839ad7995aff504c59a28e66" }, { - "name": "Adafruit VCNL4040", + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.2.4", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": ["AsyncWebServer_WT32_ETH01.h"], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.2.4.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.2.4.zip", + "size": 433984, + "checksum": "SHA-256:960f8f4848e5b77aa88b7269a381ccf6e01e2b84994556464bdc4a254d136eab" + }, + { + "name": "Battery", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", - "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read battery parameters", + "paragraph": "Battery library is an MAX17055 battery management IC control library.", + "website": "https://github.com/akkoyun/Battery", "category": "Sensors", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.0.zip", - "archiveFileName": "Adafruit_VCNL4040-1.0.0.zip", - "size": 10290, - "checksum": "SHA-256:6133a542b396f95b8bbcbda5a02f9135dfb3e334e87265dceea7ba202faca8a1" + "repository": "https://github.com/akkoyun/Battery.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Battery-1.0.0.zip", + "archiveFileName": "Battery-1.0.0.zip", + "size": 7313, + "checksum": "SHA-256:b657f3ff640e7522bef7ae9f5063c458c9e005e9d28ea0229ce8860629ec9bb1" }, { - "name": "EmotiBit BMI160", - "version": "0.1.0", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", - "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", - "website": "https://github.com/EmotiBit/BMI160-Arduino", + "name": "Battery", + "version": "1.0.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read battery parameters", + "paragraph": "Battery library is an MAX17055 battery management IC control library.", + "website": "https://github.com/akkoyun/Battery", "category": "Sensors", - "architectures": ["*"], + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.1.0.zip", - "archiveFileName": "EmotiBit_BMI160-0.1.0.zip", - "size": 4202392, - "checksum": "SHA-256:830822240c85144de45ef89b1b8e37f82370517527ddcd6d3e61111598855253" + "repository": "https://github.com/akkoyun/Battery.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Battery-1.0.2.zip", + "archiveFileName": "Battery-1.0.2.zip", + "size": 7364, + "checksum": "SHA-256:6a46dbe86c9fc22c71b3c59f7230db6ff2e1d5c73a08eb91343c01d81f58b693" }, { - "name": "AceTime", - "version": "0.1.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time and timezones from the TZ Database.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and provide a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "Statistical", + "version": "1.0.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Max, Min, Average, Stream", + "paragraph": "Function calculates statistical parameters of data stream.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.1.0.zip", - "archiveFileName": "AceTime-0.1.0.zip", - "size": 10200363, - "checksum": "SHA-256:7725bca0d01107c4b047e29c7746b53407fd17cca2fea4354cfb49dc40ea28a7" + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.0.0.zip", + "archiveFileName": "Statistical-1.0.0.zip", + "size": 6577, + "checksum": "SHA-256:c0ad582d9eb553d70be3e9f5266038c1a039d6c5cc2158da4333bbe32b648e86" }, { - "name": "AceTime", - "version": "0.3.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "RSbus", + "version": "1.0.1", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "This library sends feedback information from a decoder to the master station via the RS-bus", + "paragraph": "A RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128. The master polls all 128 addresses in a sequential order to ask if they have data to send. Per address 8 bits of feedback data can be send; individual feedback messages carry only 4 of these bits (a nibble), so 2 messages are needed to send all 8 bits. Note that this library supports multiple RS-bus addresses per decoder. For each address a separate RS-Bus connection should be established.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.0.zip", - "archiveFileName": "AceTime-0.3.0.zip", - "size": 3821139, - "checksum": "SHA-256:1904a2ba91c6414f7dda350c2879df391667abb797edfcc02c976604b128cba9" + "repository": "https://github.com/aikopras/RSbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.0.1.zip", + "archiveFileName": "RSbus-1.0.1.zip", + "size": 19724, + "checksum": "SHA-256:da4de542edfdea81e923045b14fe47836b6bb819ad66ee5558150cbc6c26fbe5" }, { - "name": "AceTime", - "version": "0.3.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "RSbus", + "version": "1.1.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.1.zip", - "archiveFileName": "AceTime-0.3.1.zip", - "size": 3815386, - "checksum": "SHA-256:bdcd1ef7fdce73f0d83c6bdab308f4ecc5aba0c72f4df9af8bbd410f300b7efb" + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": ["RSbus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.1.0.zip", + "archiveFileName": "RSbus-1.1.0.zip", + "size": 37828, + "checksum": "SHA-256:6c4f4d7b3d02034033096da9e1ed90373b63f6b532d53674e2b21eafc5361876" + }, + { + "name": "RSbus", + "version": "1.2.1", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": ["avr"], + "types": ["Contributed"], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": ["RSbus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.2.1.zip", + "archiveFileName": "RSbus-1.2.1.zip", + "size": 38235, + "checksum": "SHA-256:e32ad214c0ef4208166b11727c52bdf0c270981e2f3bb888225292715338a21d" }, { - "name": "AceTime", - "version": "0.4.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "RSbus", + "version": "1.2.2", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.4.0.zip", - "archiveFileName": "AceTime-0.4.0.zip", - "size": 3859383, - "checksum": "SHA-256:4052e22a46f97db6ce53a8dbd0f5a6b39ee99676d9c9232dede2eda87369e953" + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": ["RSbus.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.2.2.zip", + "archiveFileName": "RSbus-1.2.2.zip", + "size": 38607, + "checksum": "SHA-256:33cd6055baed9cf239faf42d91d686cdd9496422916275a82c700a2ae2dec57d" }, { - "name": "AceTime", - "version": "0.5.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "mDNSResolver", + "version": "1.0.0", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "Resolves MDNS names for the ESP8266.", + "paragraph": "A simple library that resolves mDNS (Bonjour) names for the ESP8266", + "website": "http://github.com/lbussy/mDNSResolver", + "category": "Communication", + "architectures": ["esp8266"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.0.zip", - "archiveFileName": "AceTime-0.5.0.zip", - "size": 4422953, - "checksum": "SHA-256:3440984f665f4678c29888217644d2c7f7b83185f155cf26cfe3e0d487aca457" + "repository": "https://github.com/lbussy/mDNSResolver.git", + "providesIncludes": ["mDNSResolver.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/mDNSResolver-1.0.0.zip", + "archiveFileName": "mDNSResolver-1.0.0.zip", + "size": 110747, + "checksum": "SHA-256:f528fc51a833ea993d07c4c53871da6a9ed731dae89878f4b11180ef91e76eb6" }, { - "name": "AceTime", - "version": "0.5.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "WireGuard-ESP32", + "version": "0.1.0", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.1.zip", - "archiveFileName": "AceTime-0.5.1.zip", - "size": 4674549, - "checksum": "SHA-256:fad36941ae8e4e20dbb056e12455ef4f1730e5c49d2c8ad93e5db5bad30a072f" + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": ["WireGuard-ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.0.zip", + "archiveFileName": "WireGuard_ESP32-0.1.0.zip", + "size": 70296, + "checksum": "SHA-256:6d0e401c76a993d1ee06ad1e03cd75b709bd6acb5a140ed71df31d72b5bccaa9" }, { - "name": "AceTime", - "version": "0.5.2", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "WireGuard-ESP32", + "version": "0.1.1", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.2.zip", - "archiveFileName": "AceTime-0.5.2.zip", - "size": 4671123, - "checksum": "SHA-256:8e1149641af2df3d83bab77242c2ebb743772234b5bc7d7735a41d406d049e49" + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": ["WireGuard-ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.1.zip", + "archiveFileName": "WireGuard_ESP32-0.1.1.zip", + "size": 70301, + "checksum": "SHA-256:8611fe760496ba48073943edc27a7adf83bada96be9d000f85accabdc858c774" }, { - "name": "AceTime", - "version": "0.6.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", - "architectures": ["*"], + "name": "WireGuard-ESP32", + "version": "0.1.2", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.0.zip", - "archiveFileName": "AceTime-0.6.0.zip", - "size": 4702444, - "checksum": "SHA-256:61e1ff233cb5a7da49268a259d2bec00109105e0b3c8ab1ce0f8bd233fad1da3" + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": ["WireGuard-ESP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.2.zip", + "archiveFileName": "WireGuard_ESP32-0.1.2.zip", + "size": 71656, + "checksum": "SHA-256:20815ffed89bdb5237e50d2e5a3dbbaab0050558c5c45e65a71ffdd5f64dcc39" }, { - "name": "AceTime", - "version": "0.6.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "SSVRGBGradientCalc", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "paragraph": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "website": "https://github.com/SergeSkor/SSVRGBGradientCalc", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.1.zip", - "archiveFileName": "AceTime-0.6.1.zip", - "size": 4825243, - "checksum": "SHA-256:7b7d10b13c6cd3ecc938b1de91f425c88096e3f22e251c220b88f031bc3dc8d0" + "repository": "https://github.com/SergeSkor/SSVRGBGradientCalc.git", + "providesIncludes": ["FastLED.h; SSVRGBGradientCalc.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVRGBGradientCalc-1.0.0.zip", + "archiveFileName": "SSVRGBGradientCalc-1.0.0.zip", + "size": 3173, + "checksum": "SHA-256:5bf9b6b9608e2816d917744f2e95a98716bc80338bf88bc6dd1c73bf99473e57" }, { - "name": "EmotiBit FeatherWing", - "version": "0.4.3", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "SSVRGBGradientCalc", + "version": "1.0.1", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "paragraph": "Do not use it for consecutive leds, better to use FastLED fill_gradient_RGB(...) functions in this case. This class is for more complex cases, see examples.", + "website": "https://github.com/SergeSkor/SSVRGBGradientCalc", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.3.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.4.3.zip", - "size": 7211631, - "checksum": "SHA-256:adb891518df27855f020d3385c38a776c71d0c270b4c2ab4e30df0a2e39dce99" + "repository": "https://github.com/SergeSkor/SSVRGBGradientCalc.git", + "providesIncludes": ["SSVRGBGradientCalc.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVRGBGradientCalc-1.0.1.zip", + "archiveFileName": "SSVRGBGradientCalc-1.0.1.zip", + "size": 4781, + "checksum": "SHA-256:fdb7506811dd19b6add26b397bcae7194588f9d99dc2a4b7bd6e2bdbb80b977f" }, { - "name": "EmotiBit FeatherWing", - "version": "0.4.4", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "SSVRGBGradientCalc", + "version": "1.0.3", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "paragraph": "Do not use it for consecutive leds, better to use FastLED fill_gradient_RGB(...) functions in this case. This class is for more complex cases, see examples.", + "website": "https://github.com/SergeSkor/SSVRGBGradientCalc", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.4.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.4.4.zip", - "size": 7211633, - "checksum": "SHA-256:9a175d90f6010511e060254dcb0b48d4b888fa9323df723c61d383aee18f27f2" + "repository": "https://github.com/SergeSkor/SSVRGBGradientCalc.git", + "providesIncludes": ["SSVRGBGradientCalc.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVRGBGradientCalc-1.0.3.zip", + "archiveFileName": "SSVRGBGradientCalc-1.0.3.zip", + "size": 10936, + "checksum": "SHA-256:7439432db10dc204a316860bc1846862107b0a1ba5f9453d520124c44529dc6e" }, { - "name": "EmotiBit FeatherWing", - "version": "0.5.4", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "name": "Microfire_Mod-pH", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure pH to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART or USB interface options, pH range of 0.001 to 14.000 pH units, temperature compensated, accuracy ±0.002 pH, resolution 0.001 pH units, using single, dual, and triple point calibration.", + "website": "https://ufire.co", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.4.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.5.4.zip", - "size": 7212164, - "checksum": "SHA-256:ee0b5b3e378f5723f1a257c407df047bd74b0d30b7de99884a2ecc2e5badfe9b" + "repository": "https://github.com/u-fire/Mod-pH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_pH-1.0.0.zip", + "archiveFileName": "Microfire_Mod_pH-1.0.0.zip", + "size": 11783, + "checksum": "SHA-256:6f83cbeffebe479b8388556bf83523eeb344e8bc7ccdf4534de9bac5a0128678" }, { - "name": "EmotiBit FeatherWing", - "version": "0.5.5", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "name": "Microfire_Mod-ORP", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure ORP to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART, and USB interfaces, mV range of -2.23 to 2.23, Accuracy ±0.001 mV, Resolution 0.001 mV units", + "website": "https://ufire.co", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "http://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.5.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.5.5.zip", - "size": 7212188, - "checksum": "SHA-256:0efd3c9c5c8869139a941ab42715f15d59fa6b16b0ab5aa8805b007bbb44fafc" + "repository": "https://github.com/u-fire/Mod-ORP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_ORP-1.0.0.zip", + "archiveFileName": "Microfire_Mod_ORP-1.0.0.zip", + "size": 10552, + "checksum": "SHA-256:117532f99970097c5eccc46053388d21e3d8958c1572569a2708c7ef4539a208" }, { - "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", - "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", - "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "name": "Microfire_Mod-EC", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure EC to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART or USB interface options, 0.05 uS/cm to 1 S/m range, temperature compensated, accuracy ±0.002  mS/cm, and resolution 0.001 mS/cm, using single, dual, and triple point calibration.", + "website": "https://ufire.co", "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", - "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", - "size": 90086, - "checksum": "SHA-256:3d977d92cf42231bfbab7ae9d167bbfcfbf7471f751315cf4a6574e856431a91" + "repository": "https://github.com/u-fire/Mod-EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_EC-1.0.0.zip", + "archiveFileName": "Microfire_Mod_EC-1.0.0.zip", + "size": 12875, + "checksum": "SHA-256:bbc37a6def69cff9bdcdb8859bc577c37f495a829af8ec30a0770c96f9e30095" }, { - "name": "HiTechnic-Arduino", + "name": "Tweakly", "version": "1.0.0", - "author": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", - "maintainer": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", - "sentence": "Use the HiTechnic motor/servo controllers with your Arduino!", - "paragraph": "This library provides I2C drivers for the HiTechnic motor/servo controllers wrapped up in a nice SDK-style API", - "website": "https://github.com/OpenFTC/HiTechnic-Arduino", - "category": "Device Control", - "architectures": [], + "author": "Mirko Pacioni", + "maintainer": "Mirko Pacioni", + "sentence": "A bizarre library, with the familiarity of Wiring and the power of real-time processes, advanced pin functions, and bouncing free.", + "paragraph": "This library allows you to write Wiring code on Arduino and similar, optimizing and simplifying the execution of the code.", + "website": "https://www.filoconnesso.it/tweakly", + "category": "Timing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/OpenFTC/HiTechnic-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/OpenFTC/HiTechnic_Arduino-1.0.0.zip", - "archiveFileName": "HiTechnic_Arduino-1.0.0.zip", - "size": 44017, - "checksum": "SHA-256:93e5b69f8896b562949cacb31a8145b6dc4b0ee8cc749e33e8bf7c349600629b" + "repository": "https://github.com/filoconnesso/Tweakly.git", + "providesIncludes": ["Tweakly.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/filoconnesso/Tweakly-1.0.0.zip", + "archiveFileName": "Tweakly-1.0.0.zip", + "size": 38869, + "checksum": "SHA-256:d644241f0ed876d92ca9f2118ef562a9e8f6d7763d5493e9d9977d5d0ff3eb3f" }, { - "name": "HoverboardAPI", - "version": "0.1.1", - "author": "phail", - "maintainer": "phail", - "sentence": "Hoverboard API controller", - "paragraph": "A Hoverboard API controller Interface.", - "website": "https://github.com/bipropellant/bipropellant-hoverboard-api", - "category": "Communication", + "name": "multi-half-bridge", + "version": "3.0.3", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bipropellant/bipropellant-hoverboard-api.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bipropellant/HoverboardAPI-0.1.1.zip", - "archiveFileName": "HoverboardAPI-0.1.1.zip", - "size": 31884, - "checksum": "SHA-256:12c2442de47b8ff77938d7bb72d54440d3b50f0699be87c050e62073fa5a33f0" + "repository": "https://github.com/Infineon/arduino-multi-half-bridge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/multi_half_bridge-3.0.3.zip", + "archiveFileName": "multi_half_bridge-3.0.3.zip", + "size": 43115, + "checksum": "SHA-256:9b9f157483ebbf65e023f263321816a5f860595dc9dfeda99599c9a5ba55a0e6" }, { - "name": "ElectronicsEducation", - "version": "1.0.0", - "author": "Jacob Smith", - "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", - "sentence": "Arduino libraries and educational materials for workshop", - "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", - "website": "https://github.com/jsmith2021Brandeis/ArduinoEducation", - "category": "Other", + "name": "B100AA", + "version": "1.0.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "B100AA Module Spesific Library", + "paragraph": "B100AA Library is a module spesific library which can be use with B100AA module.", + "website": "https://github.com/akkoyun/B100AA", + "category": "Device Control", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/jsmith2021Brandeis/ArduinoEducation.git", - "providesIncludes": ["ezLCDLib.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/jsmith2021Brandeis/ElectronicsEducation-1.0.0.zip", - "archiveFileName": "ElectronicsEducation-1.0.0.zip", - "size": 879011, - "checksum": "SHA-256:124e17469d7dc2063e1cf818c86b90dc7c943a98da2c1377932389ef34af20c0" + "repository": "https://github.com/akkoyun/B100AA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/B100AA-1.0.3.zip", + "archiveFileName": "B100AA-1.0.3.zip", + "size": 14931, + "checksum": "SHA-256:c0460fcf8206e26b800d6b2010d08090147e45b71ec07658e45bacafc44c0cfb" }, { - "name": "Sharp GP2Y Dust Sensor", - "version": "1.0.0", - "author": "Lucian Sabo", - "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", - "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", - "paragraph": "Supports calibration, multi-sampling average, running average", - "website": "https://github.com/luciansabo/GP2YDustSensor", - "category": "Display", - "architectures": ["*"], + "name": "B100AA", + "version": "1.0.4", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "B100AA Module Spesific Library", + "paragraph": "B100AA Library is a module spesific library which can be use with B100AA module.", + "website": "https://github.com/akkoyun/B100AA", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/luciansabo/GP2YDustSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.0.0.zip", - "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.0.0.zip", - "size": 6189, - "checksum": "SHA-256:d79c3b8160e2c8ce93a2442f367e7d2abf788d307ca4eb743b39b5fa8ca3734a" + "repository": "https://github.com/akkoyun/B100AA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/B100AA-1.0.4.zip", + "archiveFileName": "B100AA-1.0.4.zip", + "size": 15467, + "checksum": "SHA-256:13087b6ba8e7039a3894009f991b3d02acb6980878e4e635a7db5c8618b85b88" }, { - "name": "Sharp GP2Y Dust Sensor", - "version": "1.1.0", - "author": "Lucian Sabo", - "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", - "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", - "paragraph": "Supports calibration, multi-sampling average, running average", - "website": "https://github.com/luciansabo/GP2YDustSensor", - "category": "Display", - "architectures": ["*"], + "name": "B902AA", + "version": "1.0.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "B902AA Module Spesific Library", + "paragraph": "B902AA Library is a module spesific library which can be use with B902AA module.", + "website": "https://github.com/akkoyun/B902AA", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/luciansabo/GP2YDustSensor.git", - "url": "http://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.1.0.zip", - "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.1.0.zip", - "size": 9840, - "checksum": "SHA-256:92b8d9d6a0609ddcb4929c84fac8b3b7bf9fcea282938f78a92ed1438c319de9" + "repository": "https://github.com/akkoyun/B902AA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/B902AA-1.0.1.zip", + "archiveFileName": "B902AA-1.0.1.zip", + "size": 10610, + "checksum": "SHA-256:3a30f0551c318d691e7022b05af92004feb81087ea40496675626a90e4015124" }, { - "name": "OctopusLab-Library", - "version": "0.1.0", - "author": "Tomas Roj; OctopusEngine;", - "maintainer": "Tomas Roj, rojtomas@email.cz", - "sentence": "Library for octopuslab modules that make easier work with pins.", - "paragraph": "Arduino library for @octopusengine that make easier work with pins on their boards.", - "website": "https://github.com/TomasRoj/OctopusLab-Library", - "category": "Other", - "architectures": ["*"], + "name": "B902AA", + "version": "1.0.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "B902AA Module Spesific Library", + "paragraph": "B902AA Library is a module spesific library which can be use with B902AA module.", + "website": "https://github.com/akkoyun/B902AA", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/TomasRoj/OctopusLab-Library.git", - "providesIncludes": ["octopuslibrary.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TomasRoj/OctopusLab_Library-0.1.0.zip", - "archiveFileName": "OctopusLab_Library-0.1.0.zip", - "size": 15248, - "checksum": "SHA-256:f7edb478e2f10ed236addc48b1d5e353748babc354242df0948fccbb3d677923" + "repository": "https://github.com/akkoyun/B902AA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/B902AA-1.0.2.zip", + "archiveFileName": "B902AA-1.0.2.zip", + "size": 10713, + "checksum": "SHA-256:4b075887e1d35a2534cee34eb0cd1dfc5ba5add6c7f65473ae6527df95bccaad" }, { - "name": "SparkFun Qwiic RFID Arduino Library", + "name": "vn_lunar", "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "author": "LeQuan, lequanruby@gmail.com", + "maintainer": "LeQuan", + "sentence": "Arduino library for convert Gregorian calendar to Vietnamese lunar.", + "paragraph": "Arduino library for convert Gregorian calendar to Vietnamese lunar calendar in mush easier way.", + "website": "https://github.com/lequan81/vn_lunar", + "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", - "size": 14875, - "checksum": "SHA-256:7c31e96dae17fa33f02ce27cb063c3ad9458e8e278c644b841c8d70470d61e7b" + "repository": "https://github.com/lequan81/vn_lunar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lequan81/vn_lunar-1.0.0.zip", + "archiveFileName": "vn_lunar-1.0.0.zip", + "size": 6983, + "checksum": "SHA-256:49df0fb8f32a68ab8eab6a7af31396f7fc8fd018bdb60a396882da85263556de" }, { - "name": "SparkFun Qwiic RFID Arduino Library", + "name": "SSVTimer", "version": "1.0.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "One more non-blocking timer class based on millis.", + "paragraph": "Works when millis overfloating after 49.5 days.", + "website": "https://github.com/SergeSkor/SSVTimer", + "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", - "size": 14921, - "checksum": "SHA-256:e2bbfb8ef8e2d0b5ee428332af71f26e941f1ccf091d71d7a154c3b50b83d3ae" + "repository": "https://github.com/SergeSkor/SSVTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVTimer-1.0.1.zip", + "archiveFileName": "SSVTimer-1.0.1.zip", + "size": 3709, + "checksum": "SHA-256:03bfe5970fe79834d4e0bb527d949a685d387fdf8dc344ed0ce0a0470cffe03e" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "SSVTimer", + "version": "1.0.3", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "One more non-blocking timer class based on millis() function.", + "paragraph": "Convenient to use, simple and reliable. Works when millis overfloating after 49.5 days.", + "website": "https://github.com/SergeSkor/SSVTimer", + "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", - "size": 15073, - "checksum": "SHA-256:010abbd29cc722bc0ee47edaef2508e394ccb42dd16f69c60263f7fc57cf8957" + "repository": "https://github.com/SergeSkor/SSVTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVTimer-1.0.3.zip", + "archiveFileName": "SSVTimer-1.0.3.zip", + "size": 4566, + "checksum": "SHA-256:0e05dd9512de99dc03b27aea833194e77161e131d2a84f4de3b3ca14522eae63" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "SimpleTaskManager", + "version": "1.0.0", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "The goal is to never use delay() so many tasks can run \"concurrently\" and to be able to neatly segregate your code features. It is designed to run on devices with limited memory like Arduino Uno. It loosely bases operation workflow on RTOS (Real Time Operating System) in that you can time tasks updates in semi predictable intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", - "size": 15087, - "checksum": "SHA-256:cd9d0a4aac569ecaf61b48f0e99fc8f5f48b708b031b5e8857f74ae9df659d43" + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": ["Task.h", "TasksPool.h", "SimpleTaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.0.0.zip", + "archiveFileName": "SimpleTaskManager-1.0.0.zip", + "size": 43924, + "checksum": "SHA-256:cb5b382ee4a5a871d2c1a38bc73f04ae9c145ea513be3d8714b77931b26f642a" }, { - "name": "Klang Electronics 8 Digit VFD", - "version": "1.0.0", - "author": "Brandon Dunson", - "maintainer": "Brandon \u003cbrandon.dunson@klangelectronics.com\u003e", - "sentence": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", - "paragraph": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", - "website": "https://github.com/earthtown/8_digit_vfd", - "category": "Display", + "name": "SimpleTaskManager", + "version": "1.2.1", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/earthtown/8_digit_vfd.git", - "url": "http://downloads.arduino.cc/libraries/github.com/earthtown/Klang_Electronics_8_Digit_VFD-1.0.0.zip", - "archiveFileName": "Klang_Electronics_8_Digit_VFD-1.0.0.zip", - "size": 7090, - "checksum": "SHA-256:bda63a50ad33ae934c8a241dd14d73fa0287cd8ef45f4fa88905a5960142878e" + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": ["Task.h", "TasksPool.h", "SimpleTaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.1.zip", + "archiveFileName": "SimpleTaskManager-1.2.1.zip", + "size": 44770, + "checksum": "SHA-256:3bb359f364369e214ddc600876dedc7b632c4de2d96bb8a96b279bf4a1d98424" }, { - "name": "ButtonKing", - "version": "1.0.0", - "author": "Tanyanat Pichitwong", - "maintainer": "Tanyanat Pichitwong", - "license": "BSD-3-Clause", - "sentence": "Arduino libary for improving the usage of a singe input button.", - "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "website": "https://github.com/TanPitch/ButtonKing", - "category": "Signal Input/Output", + "name": "SimpleTaskManager", + "version": "1.2.2", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/TanPitch/ButtonKing.git", - "providesIncludes": ["ButtonKing.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.0.zip", - "archiveFileName": "ButtonKing-1.0.0.zip", - "size": 12188, - "checksum": "SHA-256:f9fae613642aa65dd2fd4f4ef1a80328f9d25009efeb31a4f5c0cda249414032" + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": ["Task.h", "TasksPool.h", "SimpleTaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.2.zip", + "archiveFileName": "SimpleTaskManager-1.2.2.zip", + "size": 44930, + "checksum": "SHA-256:ec47e031f9bfd91715398ab04ad65e552753b6a06d7f4e01e70692743d2207d2" }, { - "name": "ButtonKing", - "version": "1.0.1", - "author": "Tanyanat Pichitwong", - "maintainer": "Tanyanat Pichitwong", - "license": "BSD-3-Clause", - "sentence": "Arduino libary for improving the usage of a singe input button.", - "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "website": "https://github.com/TanPitch/ButtonKing", - "category": "Signal Input/Output", + "name": "SimpleTaskManager", + "version": "1.2.3", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/TanPitch/ButtonKing.git", - "providesIncludes": ["ButtonKing.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.1.zip", - "archiveFileName": "ButtonKing-1.0.1.zip", - "size": 10485, - "checksum": "SHA-256:7d5a04dcf4c40acf4ac099bd0098786cf1184e5cda5af0b040abc2bb2d0d77db" + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": ["Task.h", "TasksPool.h", "SimpleTaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.3.zip", + "archiveFileName": "SimpleTaskManager-1.2.3.zip", + "size": 45000, + "checksum": "SHA-256:ff829fc00e572ce1798eb3b96ff731c620888693f829d1a1d7030ce334eed2c7" }, { - "name": "ButtonKing", - "version": "1.0.2", - "author": "Tanyanat Pichitwong", - "maintainer": "Tanyanat Pichitwong", - "license": "BSD-3-Clause", - "sentence": "Arduino libary for improving the usage of a singe input button.", - "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "website": "https://github.com/TanPitch/ButtonKing", - "category": "Signal Input/Output", + "name": "SimpleTaskManager", + "version": "1.2.4", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/TanPitch/ButtonKing.git", - "providesIncludes": ["ButtonKing.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.2.zip", - "archiveFileName": "ButtonKing-1.0.2.zip", - "size": 10616, - "checksum": "SHA-256:c78494f0b89957111400637df4caa954113438598ce824991317a4211b86949a" + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": ["Task.h", "TasksPool.h", "SimpleTaskManager.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.4.zip", + "archiveFileName": "SimpleTaskManager-1.2.4.zip", + "size": 45070, + "checksum": "SHA-256:5b6fa57b34d84271a225cbeedca6c4140a21c6eb42dc62ac108f7d1c41001bf1" }, { - "name": "Norman", + "name": "RV8803 For MegaTinyCore", "version": "1.0.0", - "author": "934Virginia \u003c934Virginia@gmail.com\u003e", - "maintainer": "934Virginia \u003c934Virginia@gmail.com\u003e", - "sentence": "Mathematically simulate natural cycles of daylight, temperature, and humidity for remote locations using minimal data sets.", - "paragraph": "Given target coordinates, specified date ranges, and minimum/maximum values for temperature and humidity at target's annual extremes, generate time_t values for sunrise and sunset, and floating point numbers for temperature, dew point, and relative humidity. Requires Dusk2Dawn library by DM Kishi; an adapted C++ port of NOAA's Solar Calculator.", - "website": "https://github.com/934virginia/Norman", - "category": "Other", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803TinyMegaCore.git", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/934virginia/Norman.git", - "providesIncludes": ["Dusk2Dawn.h", "time.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/934virginia/Norman-1.0.0.zip", - "archiveFileName": "Norman-1.0.0.zip", - "size": 16951, - "checksum": "SHA-256:61107378f03b0bd8ffde06ac0f376ef4fe5b77534e564782cdd2345289fdc8d0" + "repository": "https://github.com/dattasaurabh82/RV8803TinyMegaCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803_For_MegaTinyCore-1.0.0.zip", + "archiveFileName": "RV8803_For_MegaTinyCore-1.0.0.zip", + "size": 8875, + "checksum": "SHA-256:1a8ae417013aac9f29419d474de3283489b04201f3c4229b62066572ac654ee2" }, { - "name": "atlas OEM module", - "version": "1.0.1", - "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", - "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", - "sentence": "Basic function to accessing atlas OEM module.", - "paragraph": "This library contain simply function to read data from atlas OEM conductivity module", - "website": "https://github.com/andhieSetyabudi/atlas_OEM", - "category": "Data Processing", + "name": "ArcPID", + "version": "0.0.3", + "author": "Ettore Leandro Tognoli", + "maintainer": "Ettore Leandro Tognoli - ettore.leandro.tognoli@gmail.com", + "sentence": "PID controller", + "paragraph": "A library to calculate PID which has low coupling with IO", + "website": "https://github.com/ettoreleandrotognoli/ArcPID", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/andhieSetyabudi/atlas_OEM.git", - "url": "http://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/atlas_OEM_module-1.0.1.zip", - "archiveFileName": "atlas_OEM_module-1.0.1.zip", - "size": 9316, - "checksum": "SHA-256:1a252b11de9b30c92adc1dac3a9237a41ec3badb273b5362005727ac4bc29d9b" + "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ettoreleandrotognoli/ArcPID-0.0.3.zip", + "archiveFileName": "ArcPID-0.0.3.zip", + "size": 79424, + "checksum": "SHA-256:8b8ff0ee51b29ceeb304a3e14b4a5b6fc8e02e770a6b5aa52b97b4417ee2c11a" }, { - "name": "ESP32 Rest Client", + "name": "tiny-mega-i2c", "version": "1.0.0", - "author": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", - "maintainer": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", - "sentence": "Arduino WIFI Rest Client for ESP32", - "paragraph": "Exposes REST methods to communicate with a host, like get and post in an easier way than using the WIFI library", - "website": "https://github.com/eduardomarcos/arduino-esp32-restclient", + "author": "David Johnson-Davies", + "maintainer": "Saurabh_Datta", + "sentence": "An efficient optimized i2c library for new ATTINY series uCs", + "paragraph": "An efficient optimized i2c library for new ATTINY series uCs", + "website": "https://github.com/dattasaurabh82/tiny-i2c", "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/eduardomarcos/arduino-esp32-restclient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/eduardomarcos/ESP32_Rest_Client-1.0.0.zip", - "archiveFileName": "ESP32_Rest_Client-1.0.0.zip", - "size": 16273, - "checksum": "SHA-256:ab574333ac0829b5a028ce3515e4ddf30781e62f9b0ba2a15757773d23d565df" + "repository": "https://github.com/dattasaurabh82/tiny-i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/tiny_mega_i2c-1.0.0.zip", + "archiveFileName": "tiny_mega_i2c-1.0.0.zip", + "size": 7203, + "checksum": "SHA-256:c0f0ed25137743b0022c748a9821af3856208e22bd06213ef47bf63940d86e28" }, { - "name": "esp32_ftpclient", + "name": "MovingAverager", "version": "0.0.2", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", - "category": "Communication", - "architectures": ["esp32"], + "author": "Ian Carey", + "maintainer": "Ian Carey", + "sentence": "A basic moving average filter.", + "paragraph": "Implements a basic moving average filter for use when wanting to smooth out signal noise.", + "website": "https://github.com/careyi3/MovingAverage", + "category": "Signal Input/Output", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.2.zip", - "archiveFileName": "esp32_ftpclient-0.0.2.zip", - "size": 80457, - "checksum": "SHA-256:9739eaaf9e1193e8ae39f45197958e145b7ff1d2e3eb872d90940b2b9e37978e" + "repository": "https://github.com/careyi3/MovingAverage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/careyi3/MovingAverager-0.0.2.zip", + "archiveFileName": "MovingAverager-0.0.2.zip", + "size": 256308, + "checksum": "SHA-256:117fb2d62418b5e2976762a268bdf82e8eddf23b6e30d157d2dadb939129bf83" }, { - "name": "esp32_ftpclient", - "version": "0.0.3", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", - "category": "Communication", - "architectures": ["esp32"], + "name": "SSVXYMatrix", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "FastLED-based class to handle XY Full Color LED Matrix.", + "paragraph": "Can draw graphical primitives (dots, lines, squares etc, fills) on XY matrix. Tested on WS8212 full color RGB LEDs 16x16, 8x8, 8x32 matrixes.", + "website": "https://github.com/SergeSkor/SSVXYMatrix", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.3.zip", - "archiveFileName": "esp32_ftpclient-0.0.3.zip", - "size": 83068, - "checksum": "SHA-256:49418f7abc82453a3ba2479e073fc4d701c0736197cab901114cb8deeb85fc13" + "repository": "https://github.com/SergeSkor/SSVXYMatrix.git", + "providesIncludes": ["SSVXYMatrix.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVXYMatrix-1.0.0.zip", + "archiveFileName": "SSVXYMatrix-1.0.0.zip", + "size": 14682, + "checksum": "SHA-256:f6899050a51439683f55e0e3fcdbec0ddbf3a3da1aafee568a5ae9b7006925e0" }, { - "name": "esp32_ftpclient", - "version": "0.0.4", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", + "name": "TinyMegaI2C", + "version": "0.0.1", + "author": "Saurabh Datta", + "maintainer": "Saurabh_Datta", + "sentence": "An efficient optimised i2c library for new ATTINY series uCs", + "paragraph": "An efficient and optimised i2c library for new ATTINY series uCs as a replacement for wire library with less footprint", + "website": "https://github.com/dattasaurabh82/", "category": "Communication", - "architectures": ["esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.4.zip", - "archiveFileName": "esp32_ftpclient-0.0.4.zip", - "size": 83202, - "checksum": "SHA-256:83c3732fe067aeaa9295fa95e08a1589bff67bfd18c4f76bb54d68322917d506" + "repository": "https://github.com/dattasaurabh82/TinyMegaI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/TinyMegaI2C-0.0.1.zip", + "archiveFileName": "TinyMegaI2C-0.0.1.zip", + "size": 7109, + "checksum": "SHA-256:d2925895bac4cd3637a455669925b0a078acefc4d773e512ee2c29b1ff162845" }, { - "name": "esp32_ftpclient", - "version": "0.1.0", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", + "name": "TinyMegaI2C", + "version": "0.0.3", + "author": "Saurabh Datta", + "maintainer": "Saurabh_Datta", + "sentence": "An efficient optimised i2c library for new ATTINY series uCs", + "paragraph": "An efficient and optimised i2c library for new ATTINY series uCs as a replacement for wire library with less footprint", + "website": "https://github.com/dattasaurabh82/", "category": "Communication", - "architectures": ["esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.0.zip", - "archiveFileName": "esp32_ftpclient-0.1.0.zip", - "size": 83589, - "checksum": "SHA-256:753a7f2356980b5287138cdcb8283a8ae0493692fa0e994392e7c1b46631996e" + "repository": "https://github.com/dattasaurabh82/TinyMegaI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/TinyMegaI2C-0.0.3.zip", + "archiveFileName": "TinyMegaI2C-0.0.3.zip", + "size": 1457485, + "checksum": "SHA-256:0bcb6610d473b1c79ef86477397f5fd62057017a1fc9aea0d8ad47f346ae9908" }, { - "name": "esp32_ftpclient", - "version": "0.1.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", - "category": "Communication", + "name": "STM32duino X-NUCLEO-IHM01A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM01A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM01A1", + "category": "Device Control", + "architectures": ["stm32"], + "types": ["Contributed"], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM01A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM01A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM01A1-1.0.0.zip", + "size": 40467, + "checksum": "SHA-256:0dac1eaf3c558cf171aa958dc04e94adae9a5d3a954ecaf6fd7e0d1b81bd0639" + }, + { + "name": "UNIT_4RELAY", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack 4RELAY UNIT", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/UNIT_4RELAY", + "category": "Device Control", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.1.zip", - "archiveFileName": "esp32_ftpclient-0.1.1.zip", - "size": 83600, - "checksum": "SHA-256:452a7c6e44f0a558aef0658bef1c64d6f25929d41d71cd55b1e4a273bc8176bf" + "repository": "https://github.com/m5stack/UNIT_4RELAY.git", + "providesIncludes": ["UNIT_4RELAY.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/UNIT_4RELAY-0.0.1.zip", + "archiveFileName": "UNIT_4RELAY-0.0.1.zip", + "size": 5546, + "checksum": "SHA-256:95dc3c91b071c4217034180010f1cb7e16d45ee506f065a74fa529b9cbe4de41" }, { - "name": "Senses_wifi", - "version": "0.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp8266"], + "name": "ATOM_DTU_NB", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for ATOM DTU NB development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/ATOM_DTU_NB", + "category": "Device Control", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": ["Senses_wifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.0.zip", - "archiveFileName": "Senses_wifi-0.1.0.zip", - "size": 5895, - "checksum": "SHA-256:e7334b653c5483c16f52d15e2ea434874f2b0586a8626a15d32e22b1ff93313f" + "repository": "https://github.com/m5stack/ATOM_DTU_NB.git", + "providesIncludes": ["ATOM_DTU_NB.h"], + "dependencies": [ + { + "name": "M5Atom" + }, + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/ATOM_DTU_NB-0.0.1.zip", + "archiveFileName": "ATOM_DTU_NB-0.0.1.zip", + "size": 5699, + "checksum": "SHA-256:401e2ff076641263b8586b8315f5fc0b2db7ffc3969e6d124086471779048a0d" }, { - "name": "Senses_wifi", - "version": "0.1.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp8266"], + "name": "ATOM_DTU_LoRaWAN", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for ATOM DTU LoRaWAN development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/ATOM_DTU_LoRaWAN", + "category": "Device Control", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": ["Senses_wifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.1.zip", - "archiveFileName": "Senses_wifi-0.1.1.zip", - "size": 5963, - "checksum": "SHA-256:37ac554703f69646cb994908df63fba48b19fac4c54b7c18699b424fd85b2cb2" + "repository": "https://github.com/m5stack/ATOM_DTU_LoRaWAN.git", + "providesIncludes": ["ATOM_DTU_LoRaWAN.h"], + "dependencies": [ + { + "name": "M5Atom" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/ATOM_DTU_LoRaWAN-0.0.1.zip", + "archiveFileName": "ATOM_DTU_LoRaWAN-0.0.1.zip", + "size": 8007, + "checksum": "SHA-256:812ca8a83a332c71280ff9a50e9fd9472d334c9ad018b0ef79b58e60b7d6c6da" }, { - "name": "Senses_wifi", - "version": "0.2.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp8266"], + "name": "Potentiostat_Shield", + "version": "1.0.0", + "author": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "maintainer": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "sentence": "Arduino library for potentiostat shield.", + "website": "https://github.com/guswib/Potentiostat_Shield", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": ["Senses_wifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.0.zip", - "archiveFileName": "Senses_wifi-0.2.0.zip", - "size": 5964, - "checksum": "SHA-256:b9b336807117c9c406d36fade93b4a43ef9c8e2798e63a8a8c0736152bbd4ff7" + "repository": "https://github.com/Guswib/Potentiostat_Shield.git", + "providesIncludes": ["Potentiostat_Shield.h"], + "dependencies": [ + { + "name": "MCP_DAC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Guswib/Potentiostat_Shield-1.0.0.zip", + "archiveFileName": "Potentiostat_Shield-1.0.0.zip", + "size": 15849, + "checksum": "SHA-256:b51acfb08e5f68a2632dd730ce56707b5c7f0fc55ed6ca8220745b2ede74d0f6" }, { - "name": "Senses_wifi", - "version": "0.2.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp8266"], + "name": "Potentiostat_Shield", + "version": "1.0.1", + "author": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "maintainer": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "sentence": "Arduino library for potentiostat shield.", + "website": "https://github.com/guswib/Potentiostat_Shield", + "category": "Sensors", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": ["Senses_wifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.1.zip", - "archiveFileName": "Senses_wifi-0.2.1.zip", - "size": 5963, - "checksum": "SHA-256:31512d708bf36aa8f0bc605696e774285c843a0d4b1cbcc69693c5f512e4ccec" + "repository": "https://github.com/Guswib/Potentiostat_Shield.git", + "providesIncludes": ["Potentiostat_Shield.h"], + "dependencies": [ + { + "name": "MCP_DAC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Guswib/Potentiostat_Shield-1.0.1.zip", + "archiveFileName": "Potentiostat_Shield-1.0.1.zip", + "size": 16277, + "checksum": "SHA-256:1d4b86f320d1047ac7b7529645e8ea9bb4217408b349d4765aa83c59344b4314" }, { - "name": "Senses_wifi", - "version": "0.2.2", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://www.sensesiot.com/", + "name": "EmbUI", + "version": "2.4.5", + "author": "Dmytro Korniienko", + "maintainer": "https://github.com/DmytroKorniienko", + "sentence": "Embeded Web UI framework for esp8266/esp32 IoT prototyping", + "paragraph": "Embeded Web UI framework for esp8266/esp32 IoT prototyping", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["esp8266", "esp32", "arduino-esp32"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": ["Senses_wifi.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.2.zip", - "archiveFileName": "Senses_wifi-0.2.2.zip", - "size": 5962, - "checksum": "SHA-256:beaef62e996536b3396c7912869188eae266fb485b66196d01459b55c1e633c0" + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.4.5.zip", + "archiveFileName": "EmbUI-2.4.5.zip", + "size": 257368, + "checksum": "SHA-256:d63c5260ae421a4a2a56690d0b2e6271a84e5cf039ea1dfd8b7b10d98c1a83ce" }, { - "name": "ESP32 Digital RGB LED Drivers", - "version": "1.5.1", - "author": "Martin F. Falatic", - "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", - "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", - "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", - "category": "Display", - "architectures": ["esp32"], + "name": "EmbUI", + "version": "2.4.7", + "author": "Dmytro Korniienko, Anton Zolotarev, Emil Muratov \u003cgpm@hotplug.ru\u003e", + "maintainer": "https://github.com/DmytroKorniienko", + "license": "MIT", + "sentence": "Embedded Web UI framework for esp8266/esp32 IoT prototyping", + "paragraph": "Wifi manager AP/STA, WebUI, NTP, mDNS, SSDP, FTP, JSON configuration in the LittleFS, customization - all this and more - EmbUI framework, please don't forget create file system from data.zip", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", + "category": "Communication", + "architectures": ["esp8266", "esp32", "arduino-esp32"], "types": ["Contributed"], - "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", - "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", - "size": 33287, - "checksum": "SHA-256:60633bf8ba400d083ed7b7c8d12fdf17dfa93d8c58a361e9fcc7d9e0c75f4c36" + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.4.7.zip", + "archiveFileName": "EmbUI-2.4.7.zip", + "size": 264342, + "checksum": "SHA-256:7e41d889cc90ba8a35e938bf6daa2f07af5eb01e97672dcd0fe59b591b1e9fb9" }, { - "name": "ESP32 Digital RGB LED Drivers", - "version": "1.5.2", - "author": "Martin F. Falatic", - "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", - "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", - "paragraph": "Please see the README for more details.", - "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", - "category": "Display", + "name": "Battery_18650_Stats", + "version": "1.0.0", + "author": "Danilo Pinotti", + "maintainer": "Danilo Pinotti", + "sentence": "Library to calculate 18650 charge level", + "paragraph": "Library to calculate 18650 Ion-Li battery charge level using ESP32 in Arduino IDE", + "website": "https://github.com/danilopinotti/Battery18650Stats", + "category": "Uncategorized", "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", - "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", - "size": 33310, - "checksum": "SHA-256:d8e4b73e3d9ac8c995e8e4b931b9dd845399e0f7fc8cfff96a46c0ddad826cea" + "repository": "https://github.com/danilopinotti/Battery18650Stats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/danilopinotti/Battery_18650_Stats-1.0.0.zip", + "archiveFileName": "Battery_18650_Stats-1.0.0.zip", + "size": 6346, + "checksum": "SHA-256:7ffe50bc9c92d129e77c5ca6e43d704849fa7a3bd5178cdc47067621a7f370e4" }, { - "name": "ESP32 Digital RGB LED Drivers", - "version": "1.5.3", - "author": "Martin F. Falatic", - "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", - "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", - "paragraph": "Please see the README for more details.", - "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "name": "SSVXYMatrixText", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Class to show text (English, Russian) on XY LED Matrix, based on FastLED.", + "paragraph": "Supports different orientations. Tested on WS2812 Full Color LED 16x16 matrix.", + "website": "https://github.com/SergeSkor/SSVXYMatrixText", "category": "Display", - "architectures": ["esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", - "url": "http://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", - "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", - "size": 33317, - "checksum": "SHA-256:c828158c7a959b2dce615203e14e7cf9a7c59bad54dc23c2ce62664db6a86632" + "repository": "https://github.com/SergeSkor/SSVXYMatrixText.git", + "providesIncludes": ["SSVXYMatrixText.h"], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVXYMatrixText-1.0.0.zip", + "archiveFileName": "SSVXYMatrixText-1.0.0.zip", + "size": 13740, + "checksum": "SHA-256:ce20aa80ef9305c8424a11903759c651eea9dac2f311bb672c6f901f22710687" }, { - "name": "MCP45HVX1", + "name": "NeoPixelConnect", "version": "1.0.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Library for MCP45HVX1 digital potentiomters,", - "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", - "website": "https://github.com/WifWaf/MCP45HVX1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "NanoPixel Library for the Nano RP2040 Connect", + "paragraph": "A PIO based NeoPixel library.", + "website": "https://github.com/MrYsLab", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/WifWaf/MCP45HVX1.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.0.0.zip", - "archiveFileName": "MCP45HVX1-1.0.0.zip", - "size": 2105959, - "checksum": "SHA-256:722f14ac23ab8b4d0e4fb5a620a514b3bc8107fa63e7ca944438978a85485f3b" + "repository": "https://github.com/MrYsLab/NeoPixelConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NeoPixelConnect-1.0.0.zip", + "archiveFileName": "NeoPixelConnect-1.0.0.zip", + "size": 19025, + "checksum": "SHA-256:121aa89b8c81855287721652c6ee21e38f1f1af0638b095ab8cfafe500c38155" }, { - "name": "AT24CM01", - "version": "1.0.1", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "AT24CM01 EEPROM Library for Arduino Devices", - "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", - "website": "https://github.com/WifWaf/AT24CM01", - "category": "Data Storage", + "name": "NeoPixelConnect", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "Alan Yorinks", + "sentence": "An experimental NeoPixel Library for the Arduino Nano RP2040 Connect.", + "paragraph": "This library is based upon the examples provided in the Rapsberry Pi Pico C-SDK.", + "website": "https://github.com/MrYsLab/NeoPixelConnect", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/WifWaf/AT24CM01.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-1.0.1.zip", - "archiveFileName": "AT24CM01-1.0.1.zip", - "size": 460892, - "checksum": "SHA-256:64c4189fb8d76a954a85b20be3e876da6d2f8469d1c11af1e2783d114a13fa19" + "repository": "https://github.com/MrYsLab/NeoPixelConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NeoPixelConnect-1.0.2.zip", + "archiveFileName": "NeoPixelConnect-1.0.2.zip", + "size": 21080, + "checksum": "SHA-256:b29457251ca296e11c4f62da420d0912e5a9bc5aea858f1a2a9f644ff3822a86" }, { - "name": "TCA9548A", + "name": "PololuOLED", "version": "1.0.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Arduino library for the TCA9548A", - "paragraph": "Supports multiple channels and read/write of register.", - "website": "https://github.com/WifWaf/TCA9548A", - "category": "Communication", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for displaying text and graphics on a SH1106 OLED display.", + "paragraph": "This is a library for the Arduino IDE that allows you to display text and graphics on a 128x64 SH1106 OLED display connected via SPI. It allows for efficient display of text without requiring you to store the state of every pixel in RAM.", + "website": "https://github.com/pololu/pololu-oled-arduino", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/WifWaf/TCA9548A.git", - "url": "http://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.0.0.zip", - "archiveFileName": "TCA9548A-1.0.0.zip", - "size": 2675392, - "checksum": "SHA-256:2e0dda042bf63e51bdfb8f006a308ac970c4538da396ac6b08f5f1489bfd3e39" + "repository": "https://github.com/pololu/pololu-oled-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuOLED-1.0.0.zip", + "archiveFileName": "PololuOLED-1.0.0.zip", + "size": 32006, + "checksum": "SHA-256:5ada1e643d1c4c030a2e01f636cd8764a1ea9298658d04cff0f3d9078294a39f" }, { - "name": "MAX541X", - "version": "1.0.0", - "author": "Linnes Lab", - "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", - "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", - "website": "https://github.com/LinnesLab/MAX541X", + "name": "PololuOLED", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for displaying text and graphics on a SH1106 OLED display.", + "paragraph": "This is a library for the Arduino IDE that allows you to display text and graphics on a 128x64 SH1106 OLED display connected via SPI. It allows for efficient display of text without requiring you to store the state of every pixel in RAM.", + "website": "https://github.com/pololu/pololu-oled-arduino", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/LinnesLab/MAX541X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.0.zip", - "archiveFileName": "MAX541X-1.0.0.zip", - "size": 325271, - "checksum": "SHA-256:b189a318fd58b72f6359b1ced25f25633cbe58ba1926b495d8a44d8eb63610cb" + "repository": "https://github.com/pololu/pololu-oled-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuOLED-2.0.0.zip", + "archiveFileName": "PololuOLED-2.0.0.zip", + "size": 32178, + "checksum": "SHA-256:7d537f4cfe787f2f6d622a88b845e052130ec733764c33b419f542ef94a5bfbe" }, { - "name": "MAX541X", - "version": "1.0.2", - "author": "Linnes Lab", - "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", - "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", - "paragraph": "These chips can be used to create programmable gain amplifiers, dynamically change the LED brightness, motor speed, and other general digital control.", - "website": "https://github.com/LinnesLab/MAX541X", + "name": "ManuvrDrivers", + "version": "1.3.2", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A collection of non-blocking flexible hardware drivers written around CppPotpourri.", + "website": "https://github.com/jspark311/ManuvrDrivers", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/LinnesLab/MAX541X.git", - "url": "http://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.2.zip", - "archiveFileName": "MAX541X-1.0.2.zip", - "size": 325368, - "checksum": "SHA-256:177e9ba4a2432d6f28ea002cf8a56b07ed7ba6cfbb7af1ae9ee72d7b3a11b59b" + "repository": "https://github.com/jspark311/ManuvrDrivers.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ManuvrDrivers-1.3.2.zip", + "archiveFileName": "ManuvrDrivers-1.3.2.zip", + "size": 198499, + "checksum": "SHA-256:2a8c2ec7991f17662217ef0321856695618b42fe1f0f672b7cc26a7ea42c46c1" }, { - "name": "Step_CYC10_I2C", + "name": "CRMui3", "version": "1.0.0", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", - "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_I2C", - "category": "Signal Input/Output", - "architectures": ["RISC-V"], + "author": "CRM.DEV", + "maintainer": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "license": "Apache-2.0 License", + "sentence": "Build a web app for ESP8266 and ESP32 in your project in minutes!", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", - "providesIncludes": ["Step_CYC10_I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.0.zip", - "archiveFileName": "Step_CYC10_I2C-1.0.0.zip", - "size": 6811, - "checksum": "SHA-256:de83b3cd3bb2b647c2d10250ae10251424c08d981ec853a667890481a53d0504" + "repository": "https://github.com/WonderCRM/CRMui3.git", + "providesIncludes": ["CRMui3.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.0.0.zip", + "archiveFileName": "CRMui3-1.0.0.zip", + "size": 2486216, + "checksum": "SHA-256:c9a5cf4398dbac8ae6af2a825e6890d46aa4d2de62f9a9de7f6a410dd661fa7e" }, { - "name": "Step_CYC10_I2C", + "name": "CRMui3", "version": "1.0.1", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", - "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_I2C", - "category": "Signal Input/Output", - "architectures": ["Reindeer"], - "types": ["Contributed"], - "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", - "providesIncludes": ["Step_CYC10_I2C.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.1.zip", - "archiveFileName": "Step_CYC10_I2C-1.0.1.zip", - "size": 6811, - "checksum": "SHA-256:f9ce741e6ed7405ded0785a0f445f4cf79773e5568dcafa7d85f6a16b62348cb" - }, - { - "name": "CoopTask", - "version": "0.1.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266 library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", - "architectures": ["esp8266"], - "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.1.0.zip", - "archiveFileName": "CoopTask-0.1.0.zip", - "size": 5636, - "checksum": "SHA-256:b26d69adcc8cad26f5d8db6113cb894a19be5e4590fab9037ccf149698ef15a3" - }, - { - "name": "CoopTask", - "version": "0.5.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", "architectures": ["esp8266", "esp32"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.5.0.zip", - "archiveFileName": "CoopTask-0.5.0.zip", - "size": 6779, - "checksum": "SHA-256:97500964b3500c20065a3b127a5bc449d4c539f0501e66321ab6ff5008e35cd9" - }, - { - "name": "CoopTask", - "version": "0.7.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", - "architectures": ["*"], - "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.7.0.zip", - "archiveFileName": "CoopTask-0.7.0.zip", - "size": 7776, - "checksum": "SHA-256:181bd55dcd2597c7e1f0b0edd1c2a999b3dbb2b6ec9ee8ba8bfbcc4d195c548a" + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.0.1.zip", + "archiveFileName": "CRMui3-1.0.1.zip", + "size": 2489780, + "checksum": "SHA-256:9a441365ac3421570f27b540f6a83eea11077e8315a92f124dcdc5f19c96662f" }, { - "name": "CoopTask", - "version": "0.8.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "NanoConnectHcSr04", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "HC-SR04 support for the Arduino Nano RP2040 Connect.", + "paragraph": "Monitor HC-SR04 type distance sensors on the Arduino Nano RP2040 Connect using an RP2040 PIO processor.", + "website": "https://github.com/MrYsLab/NanoConnectHcSr04", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.0.zip", - "archiveFileName": "CoopTask-0.8.0.zip", - "size": 9165, - "checksum": "SHA-256:3458ed41ca6c1dcfdf0ad8b05123469beed0dfd52cf048cbd98c7af54a26fef9" + "repository": "https://github.com/MrYsLab/NanoConnectHcSr04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NanoConnectHcSr04-1.0.0.zip", + "archiveFileName": "NanoConnectHcSr04-1.0.0.zip", + "size": 19977, + "checksum": "SHA-256:238063e8f9208aa7bc3a4819d61d417fb91c87b8b3da1d7225cd08d5d005ccec" }, { - "name": "CoopTask", - "version": "0.8.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "Bluepad32", + "version": "0.99.0", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like Nano RP2040 Connect, Nano 33 IoT, etc.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/arduino_bluepad32", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.1.zip", - "archiveFileName": "CoopTask-0.8.1.zip", - "size": 9322, - "checksum": "SHA-256:20fb652cffc2c31c112da2ea4ed5e51e2c294113f914d53b1ddebf6597b737e7" + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": ["BP32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-0.99.0.zip", + "archiveFileName": "Bluepad32-0.99.0.zip", + "size": 1286784, + "checksum": "SHA-256:d24ec5d5287519f9e5417ea5222a960f03e7e564d6438b7f6dc1d54533d19440" }, { - "name": "CoopTask", - "version": "0.8.2", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "Bluepad32", + "version": "0.99.1", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like Nano RP2040 Connect, Nano 33 IoT, etc.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.2.zip", - "archiveFileName": "CoopTask-0.8.2.zip", - "size": 9817, - "checksum": "SHA-256:a674f9f41b7a2b2198d1ebffc0e16dcaad4bc57ff6725dec308cc3ee3bc5b2b5" + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": ["Bluepad32.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-0.99.1.zip", + "archiveFileName": "Bluepad32-0.99.1.zip", + "size": 1286621, + "checksum": "SHA-256:1247db42c8c55f2e346377c9f7941742eaccef79909e4a85a55d3c3b6a91d8a6" }, { - "name": "CoopTask", - "version": "0.9.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", - "architectures": ["*"], + "name": "AEBO", + "version": "0.0.2", + "author": "Aerobotics Global", + "maintainer": "Lokesh Kode \u003clokeshkode@aeroboticsglobal.com\u003e", + "sentence": "A library useful for AEBO robot.", + "paragraph": "Developed by Aerobotics Global Team.", + "website": "https://www.aeroboticsglobal.com/", + "category": "Uncategorized", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.9.0.zip", - "archiveFileName": "CoopTask-0.9.0.zip", - "size": 10180, - "checksum": "SHA-256:08473d9504bdb76e4261612fb82410954fc4348cdf13ac8e09094de06b637b34" + "repository": "https://github.com/AeroboticsGlobalTeam/AEBO.git", + "providesIncludes": ["AEBO.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AeroboticsGlobalTeam/AEBO-0.0.2.zip", + "archiveFileName": "AEBO-0.0.2.zip", + "size": 1991, + "checksum": "SHA-256:98ba875dccf49423eba532cade82331352715a55f9edc29ee54de1578acd6729" }, { - "name": "CoopTask", - "version": "0.12.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", - "architectures": ["*"], + "name": "AEBO", + "version": "0.0.3", + "author": "Aerobotics Global", + "maintainer": "Aerobotics Global \u003ctech@aeroboticsglobal.com\u003e", + "sentence": "A library useful for AEBO robot.", + "paragraph": "Developed by Aerobotics Global Team.", + "website": "https://www.aeroboticsglobal.com/", + "category": "Uncategorized", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.12.0.zip", - "archiveFileName": "CoopTask-0.12.0.zip", - "size": 20017, - "checksum": "SHA-256:5b0f1603c83c0e800eb6c15d55d7c6f78e116dac6c092b5c893a3d04ae2d7c8d" + "repository": "https://github.com/AeroboticsGlobalTeam/AEBO.git", + "providesIncludes": ["AEBO.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/AeroboticsGlobalTeam/AEBO-0.0.3.zip", + "archiveFileName": "AEBO-0.0.3.zip", + "size": 4150, + "checksum": "SHA-256:c8d081b441c4288318e38edab3c744d9b4c9e1b89b4e12111f6fc283ac899d2f" }, { - "name": "CoopTask", - "version": "1.0.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", + "name": "RV8803Tiny", + "version": "0.0.1", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.0.0.zip", - "archiveFileName": "CoopTask-1.0.0.zip", - "size": 20254, - "checksum": "SHA-256:95aa748f80766129c059e9fcd0997455f93ad9a48b80665e6522907a6d348fab" + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.1.zip", + "archiveFileName": "RV8803Tiny-0.0.1.zip", + "size": 9697, + "checksum": "SHA-256:9b7607a9452135e635f03feefcc9e690fd99f7cda7fdade003d2851fce59d224" }, { - "name": "CoopTask", - "version": "1.1.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", + "name": "RV8803Tiny", + "version": "0.0.2", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.0.zip", - "archiveFileName": "CoopTask-1.1.0.zip", - "size": 20900, - "checksum": "SHA-256:3223523afcde071f0d8f83e7fc837e0c44b197ffdfa1c3d4e73c60e5e16a6fd9" + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.2.zip", + "archiveFileName": "RV8803Tiny-0.0.2.zip", + "size": 9748, + "checksum": "SHA-256:e5e0a5ffebcd9f8b356d26d736726407bb4a5df4271eacd0d2a0b2b834ef74dc" }, { - "name": "CoopTask", - "version": "1.1.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", + "name": "RV8803Tiny", + "version": "0.0.4", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", "category": "Timing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.1.zip", - "archiveFileName": "CoopTask-1.1.1.zip", - "size": 20917, - "checksum": "SHA-256:e3a799ff41c484a358b051d0d8b1491e3a14d227edcfeac34685ca3a11516bec" + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.4.zip", + "archiveFileName": "RV8803Tiny-0.0.4.zip", + "size": 1141499, + "checksum": "SHA-256:8bb975acd2f689ee9d8d18a9dc0011658f28d63f67eb01124c466426cca24926" }, { - "name": "CoopTask", - "version": "1.2.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", - "architectures": ["*"], + "name": "MODULE_GRBL13.2", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack GRBL13.2 MODULE", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/MODULE_GRBL13.2", + "category": "Device Control", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.2.0.zip", - "archiveFileName": "CoopTask-1.2.0.zip", - "size": 21280, - "checksum": "SHA-256:53587becf68ba6258fd2592ab0062ef83bbbcd89173bd10e0c6acb5693715e17" + "repository": "https://github.com/m5stack/MODULE_GRBL13.2.git", + "providesIncludes": ["MODULE_GRBL13.2.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/MODULE_GRBL13_2-0.0.1.zip", + "archiveFileName": "MODULE_GRBL13_2-0.0.1.zip", + "size": 6418, + "checksum": "SHA-256:288580fdf55e3d8bc5e2501b0582dba33b7cbceb8396cd28dbcddb79878bf6f7" }, { - "name": "CoopTask", - "version": "1.3.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", - "architectures": ["*"], + "name": "UNIT_ENV", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/UNIT_ENV", + "category": "Device Control", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.0.zip", - "archiveFileName": "CoopTask-1.3.0.zip", - "size": 21416, - "checksum": "SHA-256:53c4d90ae3583f0c58d77004b6533c16037ac0d205dea023bc42fa7a0a3da7db" + "repository": "https://github.com/m5stack/UNIT_ENV.git", + "providesIncludes": ["UNIT_ENV.h"], + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/UNIT_ENV-0.0.2.zip", + "archiveFileName": "UNIT_ENV-0.0.2.zip", + "size": 10276, + "checksum": "SHA-256:88f16fb04655d7d24d3f0c4403facb5abb096447d4162be83b7c73e0337e7da1" }, { - "name": "CoopTask", - "version": "1.3.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SimpleBME280", + "version": "1.0.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Simple library for Bosch Sensortec BME280 I2C.", + "paragraph": "Very tiny and fast (with default settings). Allow user to configure sensor.", + "website": "https://gitlab.com/riva-lab/SimpleBME280", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.1.zip", - "archiveFileName": "CoopTask-1.3.1.zip", - "size": 21584, - "checksum": "SHA-256:ec038cec15f54ac067937cefff1fcc8557cdb58e2443c9a6c90a8eedd6a847ef" + "repository": "https://gitlab.com/riva-lab/SimpleBME280.git", + "providesIncludes": ["SimpleBME280.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SimpleBME280-1.0.0.zip", + "archiveFileName": "SimpleBME280-1.0.0.zip", + "size": 13106, + "checksum": "SHA-256:957c4f89f4dc8c9607f5a9c02917ddd2663571a55460ccb879ffda956a9d5a04" }, { - "name": "CoopTask", - "version": "1.4.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SimpleMeteoCalc", + "version": "1.0.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Simple library for calculate weather parameters using T-H-P basics.", + "paragraph": "You can easy calculate different weather parameters using three basic parameters, which is temperature, relative humidity and athmospheric pressure. You can calculate dew point, saturated steam pressure, steam partial pressure, absolute humidity, effective temperature (also known as t. by feeling), t. in Kelvins or Fahrenheits, pressure in mmHg, altitude above sea level in meters, pressure on user defined altitude in Pa or mmHg.", + "website": "https://gitlab.com/riva-lab/SimpleMeteoCalc", + "category": "Uncategorized", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.0.zip", - "archiveFileName": "CoopTask-1.4.0.zip", - "size": 24587, - "checksum": "SHA-256:94462e8a9dc6f45914f718c3ded008a25e96fd584e854d15a5336e2c022cc5d4" + "repository": "https://gitlab.com/riva-lab/SimpleMeteoCalc.git", + "providesIncludes": ["SimpleMeteoCalc.h"], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SimpleMeteoCalc-1.0.0.zip", + "archiveFileName": "SimpleMeteoCalc-1.0.0.zip", + "size": 10475, + "checksum": "SHA-256:903088cad41a29381203eb65ce3129fc59c3dc3b5ea8c27897afd38a0449a40b" }, { - "name": "CoopTask", - "version": "1.4.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "ESP32SPISlave", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI Slave library for ESP32", + "paragraph": "SPI Slave library for ESP32", + "website": "https://github.com/hideakitai", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "http://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.1.zip", - "archiveFileName": "CoopTask-1.4.1.zip", - "size": 25741, - "checksum": "SHA-256:a51e936f4f79dbdb3e4d1da30d9830c84f4bd928a5c71b1d544f6f35cea0e769" + "repository": "https://github.com/hideakitai/ESP32SPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32SPISlave-0.1.0.zip", + "archiveFileName": "ESP32SPISlave-0.1.0.zip", + "size": 15666, + "checksum": "SHA-256:4d0786f03267a3e4cac7b3280b6214db82a663e8c23425323a11ef5bf5e2a67d" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C", - "paragraph": "Communicates with the TMP117 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/15413", - "category": "Sensors", + "name": "Zentser ESP SDK", + "version": "0.0.2", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", - "size": 26866, - "checksum": "SHA-256:ae7d5fe21f45c193f1c95d71b5219e359251f8f1ac13d908c16015a29bed227c" + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": ["AWSConfig.h"], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.2.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.2.zip", + "size": 12770, + "checksum": "SHA-256:bc71aed3bb34ef8d61e13b67ae8f6765068c7daeeeca37a1de3a0b831d839777" }, { - "name": "Esparto", - "version": "3.3.0", - "author": "Phil Bowles \u003cesparto8266@gmail.com\u003e", - "maintainer": "Phil Bowles \u003cesparto8266@gmail.com\u003e", - "sentence": "Rapid development framework, synchronous task queue and GPIO manager (plus more) for ESP8266 devices", - "paragraph": "Esparto has also been described as a sort of RTOS for ESP8266. It DOES have a synchronous task queue which serialises all events, but RTOS is too grand a title. As one user said: \"kinda crazy how easy you made this thing...\"", - "website": "https://github.com/philbowles/esparto", - "category": "Device Control", - "architectures": ["esp8266"], + "name": "Zentser ESP SDK", + "version": "0.0.3", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/philbowles/esparto.git", - "providesIncludes": ["ESPArto.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/philbowles/Esparto-3.3.0.zip", - "archiveFileName": "Esparto-3.3.0.zip", - "size": 1615447, - "checksum": "SHA-256:ad88f9ed19e597e12d40bd1f6a5b817a2b6d644ae610fff9ee2fbf8f7e9cfb58" + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": ["Zentser_ESP_SDK.h"], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.3.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.3.zip", + "size": 14668, + "checksum": "SHA-256:3e00eaa5028f115ee1bc0542845fbc135b94ee644d84d1d11a0600d7d17deb22" }, { - "name": "UselessLib", - "version": "1.0.0", - "author": "Various", - "maintainer": "Various", - "sentence": "This library is just for testing purpose of the Arduino Library indexer.", - "paragraph": "Do not install.", - "website": "https://example.com/", - "category": "Data Storage", + "name": "Zentser ESP SDK", + "version": "0.0.5", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/cmaglie/UselessLib.git", + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": ["Zentser_ESP_SDK.h"], "dependencies": [ { - "name": "Arduino_OAuth" + "name": "PubSubClient" }, { - "name": "ArduinoHttpClient", - "version": "\u003c0.3.0" + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.5.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.5.zip", + "size": 18193, + "checksum": "SHA-256:0474692109564703e10d2441a56e9b00abb05860d3fe1b2db99e5868df5967a8" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.6", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": ["Zentser_ESP_SDK.h"], + "dependencies": [ + { + "name": "PubSubClient" }, { - "name": "NonExistentLib" + "name": "ArduinoJson" } ], - "url": "http://downloads.arduino.cc/libraries/github.com/cmaglie/UselessLib-1.0.0.zip", - "archiveFileName": "UselessLib-1.0.0.zip", - "size": 1198, - "checksum": "SHA-256:006dcfa597de912084355cdd1d9380c0c3abb57eea868a1f135752c522be0b1e" + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.6.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.6.zip", + "size": 18251, + "checksum": "SHA-256:af14b2783ad409b2d7686637e35e6dd616a1664b6472c3b9683d1cb4353f3108" }, { - "name": "Arduino_LSM6DS3", + "name": "SSVLongTime", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.", - "website": "https://www.arduino.cc/en/Reference/Arduino_LSM6DS3", - "category": "Sensors", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Singleton class to return uptime in seconds.", + "paragraph": "Does not overfloat as fast as millis().", + "website": "https://github.com/SergeSkor/SSVLongTime", + "category": "Timing", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_LSM6DS3.git", - "providesIncludes": ["Arduino_LSM6DS3.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DS3-1.0.0.zip", - "archiveFileName": "Arduino_LSM6DS3-1.0.0.zip", - "size": 8140, - "checksum": "SHA-256:a0dada2b25440939dbce48051cbc4493c3109cab56ec52f85d14a9ebd4244800" + "types": ["Contributed"], + "repository": "https://github.com/SergeSkor/SSVLongTime.git", + "providesIncludes": ["SSVLongTime.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVLongTime-1.0.0.zip", + "archiveFileName": "SSVLongTime-1.0.0.zip", + "size": 4041, + "checksum": "SHA-256:aeb1e1a6796e2425a4829758b83669fca56671bd66e0ab1ae65b5a9d31b8b81c" }, { - "name": "Arduino_LSM9DS1", + "name": "SSVAnySensor", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", - "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to incorporate logic of practically any sensor.", + "paragraph": "You have to define functions to perform measurement and reporting a far as parameters to schedule measurement and reporting. Also incorporates simple statistical calculations - average, min, max, count, sum, stddev, so on...", + "website": "https://github.com/SergeSkor/SSVAnySensor", "category": "Sensors", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", - "providesIncludes": ["Arduino_LSM9DS1.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.0.0.zip", - "archiveFileName": "Arduino_LSM9DS1-1.0.0.zip", - "size": 8772, - "checksum": "SHA-256:4900e8fdfdfd49e748c828ea6d2c5a4b10bce44959ac9daeca613cfbcd8689a7" + "types": ["Contributed"], + "repository": "https://github.com/SergeSkor/SSVAnySensor.git", + "providesIncludes": ["SSVAnySensor.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVAnySensor-1.0.0.zip", + "archiveFileName": "SSVAnySensor-1.0.0.zip", + "size": 6345, + "checksum": "SHA-256:32acc2408007bb1c19c86fb5d18c8fc48d7d562ce2be914e5e8e2196243cb785" }, { - "name": "Arduino_HTS221", + "name": "SSVQueueStackArray", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the temperature and humidity sensors of your Nano 33 BLE Sense.", - "website": "http://github.com/arduino-libraries/Arduino_HTS221", - "category": "Sensors", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Queue/Stack storage based on array ring buffer.", + "paragraph": "Compatible with any datatype defined on the compile time. Also may act as array, accessing items by index.", + "website": "https://github.com/SergeSkor/SSVQueueStackArray", + "category": "Data Storage", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_HTS221.git", - "providesIncludes": ["Arduino_HTS221.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_HTS221-1.0.0.zip", - "archiveFileName": "Arduino_HTS221-1.0.0.zip", - "size": 7362, - "checksum": "SHA-256:a3c1c8469975c76721d9ab8ff0ef49ce40fe0a0bca078ab1d541cf5d396f958a" + "types": ["Contributed"], + "repository": "https://github.com/SergeSkor/SSVQueueStackArray.git", + "providesIncludes": ["SSVQueueStackArray.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVQueueStackArray-1.0.0.zip", + "archiveFileName": "SSVQueueStackArray-1.0.0.zip", + "size": 10651, + "checksum": "SHA-256:86c3dbe41cb26c2fed1789dfa304a56e54cdde8868f45847458e7c63144caed8" }, { - "name": "Arduino_LPS22HB", + "name": "SSVNTPCoreClass", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", - "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", - "category": "Sensors", - "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", - "providesIncludes": ["Arduino_LPS22HB.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.0.zip", - "archiveFileName": "Arduino_LPS22HB-1.0.0.zip", - "size": 6739, - "checksum": "SHA-256:ace1fc2f8de280236710d75b54cdde7934243a20fb0433046df17374f1531fa1" + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Singleton class to get real time over NTP. Based on esp8266 core function configTime(). Supports auto DST per time zone.", + "paragraph": "Allow up to 3 NTP servers, flexible NTP update interval, can return date-time in multiple formats. Tested with esp8266, not tested yet with esp32.", + "website": "https://github.com/SergeSkor/SSVNTPCoreClass", + "category": "Timing", + "architectures": ["esp8266", "esp32"], + "types": ["Contributed"], + "repository": "https://github.com/SergeSkor/SSVNTPCoreClass.git", + "providesIncludes": ["SSVNTPCoreClass.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVNTPCoreClass-1.0.0.zip", + "archiveFileName": "SSVNTPCoreClass-1.0.0.zip", + "size": 9839, + "checksum": "SHA-256:d356989735ed7e62c9368cb7c0c5d6124df441722f4da8cac01be6857bfd9e51" }, { - "name": "WiredController_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", - "category": "Device Control", + "name": "SSVWaitForStringInStream", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to compare coming characters one by one, on the fly, from any stream, and compare it with predefined string constants.", + "paragraph": "Return true if match found. May perform case sensitive or case in-sensitive comparison.", + "website": "https://github.com/SergeSkor/SSVWaitForStringInStream", + "category": "Data Processing", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "http://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.1.zip", - "archiveFileName": "WiredController_asukiaaa-1.0.1.zip", - "size": 5613, - "checksum": "SHA-256:94229bc301dde85149bf045ff0db7d1155047945bb6eab1171a8f3dfb9c9482c" + "repository": "https://github.com/SergeSkor/SSVWaitForStringInStream.git", + "providesIncludes": ["SSVWaitForStringInStream.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVWaitForStringInStream-1.0.0.zip", + "archiveFileName": "SSVWaitForStringInStream-1.0.0.zip", + "size": 4433, + "checksum": "SHA-256:0b2aed1c12ed614c41e18f3f6e966a6ddcc1e2e829caa5171e6ff65255345a36" }, { - "name": "LinkedPointerList", + "name": "ESP32_C3_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board", + "paragraph": "These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt", + "category": "Uncategorized", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt.git", + "providesIncludes": ["ESP32_C3_TimerInterrupt.h", "ESP32_C3_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32_C3_TimerInterrupt-1.4.0.zip", + "size": 74852, + "checksum": "SHA-256:46aaf3bb0f7a4926edc3f6b04aeadc40091d773fbfc069ab62fbdf42b4bcdf3d" + }, + { + "name": "MotorController", "version": "1.0.0", - "author": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", - "maintainer": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", - "sentence": "Light-weight implementation of LinkedList library, that is now stripped down to bare minimum, making it appropriate for use in memory-critical environments.", - "paragraph": "Instead of working with actual objects, it deals with pointers to them. It has no caching, so it is appropriate for handling shorter lists of up to hundred elements.", - "website": "https://github.com/jonnieZG/LinkedPointerList", - "category": "Data Processing", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/jonnieZG/LinkedPointerList.git", - "url": "http://downloads.arduino.cc/libraries/github.com/jonnieZG/LinkedPointerList-1.0.0.zip", - "archiveFileName": "LinkedPointerList-1.0.0.zip", - "size": 7028, - "checksum": "SHA-256:561c2f910ced8844ddbd3642de36502fc91b598a074347ac2bb793cd5ac6e567" + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.0.0.zip", + "archiveFileName": "MotorController-1.0.0.zip", + "size": 3622, + "checksum": "SHA-256:9832f0214e261dc615a323a0f7a593d21063f141c4ce60fc97ad1bea6a1d21c3" }, { - "name": "Z80RetroShield", - "version": "0.0.1", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", + "name": "MotorController", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.1.zip", - "archiveFileName": "Z80RetroShield-0.0.1.zip", - "size": 9456, - "checksum": "SHA-256:1ad4c9e3b4f94a8ca1d3731b44842b0e970721171e9a1a743b6f65fca7d351eb" + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.0.1.zip", + "archiveFileName": "MotorController-1.0.1.zip", + "size": 3624, + "checksum": "SHA-256:865bb05eb26ebde75e774844961446a8105e50c2f983307deae450755924f8ad" }, { - "name": "Z80RetroShield", - "version": "0.0.2", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", + "name": "MotorController", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.2.zip", - "archiveFileName": "Z80RetroShield-0.0.2.zip", - "size": 12009, - "checksum": "SHA-256:b1a53abccbab69d391d9f0da45abe0b359f66e4d7478454eb396756213f77cb4" + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.1.0.zip", + "archiveFileName": "MotorController-1.1.0.zip", + "size": 4580, + "checksum": "SHA-256:c30ef53b073089f213bd6514bfd021a7f81947d04a4e70fc1b50f4cbc7c9ab30" }, { - "name": "Z80RetroShield", - "version": "0.1.0", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", + "name": "MotorController", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.1.0.zip", - "archiveFileName": "Z80RetroShield-0.1.0.zip", - "size": 13301, - "checksum": "SHA-256:6e20ada56f416f30d6865a3b4b2ac718fb111695b5978a83e7786aa525706811" + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.2.0.zip", + "archiveFileName": "MotorController-1.2.0.zip", + "size": 6118, + "checksum": "SHA-256:08a69c0df2e7da0064cf86700c1ca232c78e96ee8a1caff002ef9ca5d3b7ba11" }, { - "name": "SX126x-Arduino", + "name": "FTTech Aqualabo Sensors", "version": "1.0.0", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", - "architectures": ["esp32", "nrf52", "esp8266"], + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "paragraph": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "website": "https://github.com/FTTechBrasil/AqualaboSensor", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.0.zip", - "archiveFileName": "SX126x_Arduino-1.0.0.zip", - "size": 259540, - "checksum": "SHA-256:6238e405bd8a992617902f54388ab8a293f3b890c6e4d793e6f5fd9fd03839e9" + "repository": "https://github.com/FTTechBrasil/AqualaboSensor.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Aqualabo_Sensors-1.0.0.zip", + "archiveFileName": "FTTech_Aqualabo_Sensors-1.0.0.zip", + "size": 9335, + "checksum": "SHA-256:d023a210aa2c4edee05ddaaf328d6ac8ea2d503f40dbda9c03abf1cab9abade3" }, { - "name": "SX126x-Arduino", + "name": "FTTech Aqualabo Sensors", "version": "1.0.1", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", - "architectures": ["esp32", "nordicnrf52", "esp8266"], + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "paragraph": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485. Based in the work of ElectronicCats and Libelium.", + "website": "https://github.com/FTTechBrasil/AqualaboSensor", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "http://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.1.zip", - "archiveFileName": "SX126x_Arduino-1.0.1.zip", - "size": 259543, - "checksum": "SHA-256:9bd1c7c7c6024c4eb043c56b5c681d258d3c7311f59e1bbf8bde52bf52f102d2" + "repository": "https://github.com/FTTechBrasil/AqualaboSensor.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Aqualabo_Sensors-1.0.1.zip", + "archiveFileName": "FTTech_Aqualabo_Sensors-1.0.1.zip", + "size": 9629, + "checksum": "SHA-256:00fb4469e511a59010c184c9062b3b7686c97429c984263c93e8e936b2b27dac" }, { - "name": "BackSeatDriver", - "version": "1.0.1", - "author": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e", - "maintainer": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e, https://github.com/kigster", - "sentence": "Simple move and turn semantics for self-driving vehicles.", - "paragraph": "This library applies non-blocking commands to various types of robots, implemented via supplementary \"adapter\" libraries. Two adapters are provided: 1) 4 DC Motor adapter, and 2) Two Servo Motors adapter. It's easy to write your own.", - "website": "https://github.com/kigster/back-seat-driver", - "category": "Device Control", - "architectures": ["avr", "sam"], + "name": "FTTech Aqualabo Sensors", + "version": "1.0.2", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "paragraph": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485. Based in the work of ElectronicCats and Libelium.", + "website": "https://github.com/FTTechBrasil/AqualaboSensor", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/kigster/back-seat-driver.git", - "url": "http://downloads.arduino.cc/libraries/github.com/kigster/BackSeatDriver-1.0.1.zip", - "archiveFileName": "BackSeatDriver-1.0.1.zip", - "size": 682964, - "checksum": "SHA-256:c8bee852d9c51a3ca69ebe5f8b634deb8d5c9d71755de7abff67aaa099b5cacd" + "repository": "https://github.com/FTTechBrasil/AqualaboSensor.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Aqualabo_Sensors-1.0.2.zip", + "archiveFileName": "FTTech_Aqualabo_Sensors-1.0.2.zip", + "size": 9648, + "checksum": "SHA-256:106a82e471a5ce6a0d119ad806b1739f2cc689c8f8125c32e68a92d6826221b3" }, { - "name": "ArdUAV", - "version": "1.1.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "DisplayMenu", + "version": "0.0.84", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event allowing you to connect buttons and labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "url": "http://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.1.3.zip", - "archiveFileName": "ArdUAV-1.1.3.zip", - "size": 81174, - "checksum": "SHA-256:75bc110a3347eea2fa4fb7fa7cc3524570e2434f5f833503375ea17f0adf2a1d" + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": ["DisplayMenu.h"], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.0.84.zip", + "archiveFileName": "DisplayMenu-0.0.84.zip", + "size": 42209, + "checksum": "SHA-256:3bb461676248e1436521e821845fd71be300c3f52bf2ee69d3ba9719c093335a" }, { - "name": "Senses_NBIoT", - "version": "0.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support AIS_NB_BC95.h.", - "website": "https://www.sensesiot.com/", - "category": "Communication", - "architectures": ["NBIoT"], + "name": "DisplayMenu", + "version": "0.0.85", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event allowing you to connect buttons and labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_NBIoT.git", - "providesIncludes": ["Senses_NBIoT.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_NBIoT-0.1.0.zip", - "archiveFileName": "Senses_NBIoT-0.1.0.zip", - "size": 4903, - "checksum": "SHA-256:1750084e5ef4da7b8af706993360858b87d03d62c6396bfb060b65c1d1927cfc" + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": ["DisplayMenu.h"], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.0.85.zip", + "archiveFileName": "DisplayMenu-0.0.85.zip", + "size": 42413, + "checksum": "SHA-256:dfef3059ecbf46880379b18fd3db318bd04f5e892f1090234a2f3ba036d10996" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "name": "DisplayMenu", + "version": "0.9.0", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event to link text on buttons text labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.2.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.2.zip", - "size": 26103, - "checksum": "SHA-256:e0d03b68c0393452a5d36b055a5f8aefcbf3bb5c2843b51144099ac8aaaed36a" + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": ["DisplayMenu.h"], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.9.0.zip", + "archiveFileName": "DisplayMenu-0.9.0.zip", + "size": 42685, + "checksum": "SHA-256:ad511a93be1de154b197df7d31c8b6ca981ce60fa59754661f0c903b0fce33f2" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "name": "DisplayMenu", + "version": "0.9.1", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event to link text on buttons text labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.3.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.3.zip", - "size": 26117, - "checksum": "SHA-256:b03fc2dbe417a7318ae7416e2380d8b0041918bdc7111cbfbeb95bdfa5a752d3" + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": ["DisplayMenu.h"], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.9.1.zip", + "archiveFileName": "DisplayMenu-0.9.1.zip", + "size": 42986, + "checksum": "SHA-256:9a676642012e87e1ebf03b91aea9b6da65ad54299a3ff6853c617b1e08623be2" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "name": "DisplayMenu", + "version": "0.9.2", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event to link text on buttons text labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.0.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.0.zip", - "size": 24240, - "checksum": "SHA-256:a26ad6df1a50de1f462005a6344fa5f3c28be9e3942fa82518b4ad2c8e986140" + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": ["DisplayMenu.h"], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.9.2.zip", + "archiveFileName": "DisplayMenu-0.9.2.zip", + "size": 42981, + "checksum": "SHA-256:7a3d4319978bd1d1153aa134a7fafff4f907e706228f87cc6b9f32d69f6d0947" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "name": "unit-system", + "version": "0.5.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.1.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.1.zip", - "size": 24282, - "checksum": "SHA-256:359fb2dd0cf49433b2772ba2173e9428114af5f6ae34a8ef6825cb265f488df8" + "repository": "https://github.com/noah1510/unit-system-adruino.git", + "providesIncludes": [ + "prefix.hpp", + "unit_t.hpp", + "amount.hpp", + "base.hpp", + "electric_current.hpp", + "length.hpp", + "luminous_intensity.hpp", + "mass.hpp", + "temperature.hpp", + "time.hpp", + "acceleration.hpp", + "energy.hpp", + "force.hpp", + "momentum.hpp", + "speed.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/unit_system-0.5.0.zip", + "archiveFileName": "unit_system-0.5.0.zip", + "size": 22666, + "checksum": "SHA-256:d93c71ab1dad4942e9a8a2f3b2ed4b8394faa9a4a7a16bc78bf2d06dc281398e" }, { - "name": "WakeOnLan", + "name": "unit-system", + "version": "0.5.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/unit-system-adruino.git", + "providesIncludes": [ + "prefix.hpp", + "unit_t.hpp", + "amount.hpp", + "base.hpp", + "electric_current.hpp", + "length.hpp", + "luminous_intensity.hpp", + "mass.hpp", + "temperature.hpp", + "time.hpp", + "acceleration.hpp", + "energy.hpp", + "force.hpp", + "momentum.hpp", + "speed.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/unit_system-0.5.1.zip", + "archiveFileName": "unit_system-0.5.1.zip", + "size": 25218, + "checksum": "SHA-256:edb1e4a22b962b2e0957f57640887eb868f05a39241a91127e09b0383a95ba42" + }, + { + "name": "unit-system", + "version": "0.5.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/noah1510/unit-system-adruino.git", + "providesIncludes": [ + "unit-system.hpp", + "prefix.hpp", + "unit_t.hpp", + "amount.hpp", + "base.hpp", + "electric_current.hpp", + "length.hpp", + "luminous_intensity.hpp", + "mass.hpp", + "temperature.hpp", + "time.hpp", + "acceleration.hpp", + "energy.hpp", + "force.hpp", + "momentum.hpp", + "speed.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/unit_system-0.5.2.zip", + "archiveFileName": "unit_system-0.5.2.zip", + "size": 25232, + "checksum": "SHA-256:813be4b0316935354a367d0977f9c57feeaaf4264e85bf2ad6cf7721b5ea6c7b" + }, + { + "name": "Bugtton", "version": "1.0.0", - "author": "a7md0", - "maintainer": "a7md0", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "author": "Sami Kaukasalo, sakabug, \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo, \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "Cycle speed 0.003ms unpressed, 0.010-0.085ms pressed (1-18 buttons).", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.0.0.zip", - "archiveFileName": "WakeOnLan-1.0.0.zip", - "size": 4448, - "checksum": "SHA-256:10448487049d39b03b96d407b629463f3a4df95b325dd5939f380766bd0e76a8" + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.0.zip", + "archiveFileName": "Bugtton-1.0.0.zip", + "size": 8329, + "checksum": "SHA-256:492de8e94fe9cc6d395239fe795a215dc97bf9e88e6bd835f084db5033bc12bb" }, { - "name": "WakeOnLan", - "version": "1.1.2", - "author": "a7md0", - "maintainer": "a7md0", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "name": "Bugtton", + "version": "1.0.1", + "author": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "Cycle speed 0.003ms unpressed, 0.010-0.085ms pressed (1-18 buttons).", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.2.zip", - "archiveFileName": "WakeOnLan-1.1.2.zip", - "size": 6249, - "checksum": "SHA-256:800949b4244e933657ab729135a0d1f9592dae346845319b3b6c10377fbcc792" + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.1.zip", + "archiveFileName": "Bugtton-1.0.1.zip", + "size": 8263, + "checksum": "SHA-256:dbc6e53cb8c908d287b8ba0aa4afcee6399387274ea82259c673cef1457e54ac" }, { - "name": "WakeOnLan", - "version": "1.1.3", - "author": "a7md0", - "maintainer": "a7md0", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "name": "Bugtton", + "version": "1.0.2", + "author": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "Cycle speed 0.003ms unpressed, 0.010-0.085ms pressed (1-18 buttons).", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.3.zip", - "archiveFileName": "WakeOnLan-1.1.3.zip", - "size": 6740, - "checksum": "SHA-256:586f11872dd4d5e1dd8f7b7161e74b3e665cbc6699a2b14b0dab450c1d1f7e3a" + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.2.zip", + "archiveFileName": "Bugtton-1.0.2.zip", + "size": 8262, + "checksum": "SHA-256:b3e44b067b2d5b65c05f39bc7ac27569910ff443219b52279fb251c8de298b99" }, { - "name": "WakeOnLan", - "version": "1.1.4", - "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "name": "Bugtton", + "version": "1.0.3", + "author": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "It's fast and I want it faster.", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.4.zip", - "archiveFileName": "WakeOnLan-1.1.4.zip", - "size": 6817, - "checksum": "SHA-256:0ec45bd1d48e549dab013e9c9db8850a942ef2e1d530124748cc2be71db55f3b" + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.3.zip", + "archiveFileName": "Bugtton-1.0.3.zip", + "size": 8504, + "checksum": "SHA-256:4358f573f0f56ba2fee015471251ecd27a540210d1fcf902862ac4eac57b6343" }, { - "name": "WakeOnLan", - "version": "1.1.5", - "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "name": "Geekble_LieDetector", + "version": "1.0.0", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Library for Geekble LieDetector", + "paragraph": "Library for Geekble LieDetector. Other Functions/Library depend on Timer Counter 1 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_LieDetector", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.5.zip", - "archiveFileName": "WakeOnLan-1.1.5.zip", - "size": 7713, - "checksum": "SHA-256:06903587f4aa4dfc1c5b5c03804e09d9cc44056d07c5126671d2931d13580642" + "repository": "https://github.com/geekbleofficial/Geekble_LieDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_LieDetector-1.0.0.zip", + "archiveFileName": "Geekble_LieDetector-1.0.0.zip", + "size": 10955, + "checksum": "SHA-256:bbdd61d7d46f9d9fc954a5f7ff3cad4dabbf50447d36bd9b0bdaf6472e4a5af6" }, { - "name": "WakeOnLan", - "version": "1.1.6", - "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", - "architectures": ["esp8266", "esp32"], + "name": "Geekble_LieDetector", + "version": "1.1.0", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Library for Geekble LieDetector", + "paragraph": "Library for Geekble LieDetector. Other Functions/Library depend on Timer Counter 1 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_LieDetector", + "category": "Timing", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "http://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.6.zip", - "archiveFileName": "WakeOnLan-1.1.6.zip", - "size": 8245, - "checksum": "SHA-256:54dcf138580417285362511f03c34c307c7a2bf308588da33db56b4b65d45d31" + "repository": "https://github.com/geekbleofficial/Geekble_LieDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_LieDetector-1.1.0.zip", + "archiveFileName": "Geekble_LieDetector-1.1.0.zip", + "size": 15903, + "checksum": "SHA-256:b03739811dee37e1ea1dcb2ac270dc4d6ea6c1fc3dfa9b2842c0c456247e3293" }, { - "name": "Freenove WS2812B RGBLED Controller", - "version": "0.0.2", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", - "category": "Display", - "architectures": ["*"], + "name": "Azure RTOS ThreadX", + "version": "1.0.0", + "author": "Microsoft", + "maintainer": "Neo Xiong \u003cxiongyu0523@gmail.com\u003e", + "sentence": "Azure RTOS ThreadX Library for Arduino", + "paragraph": "Bring Azure RTOS to Arduino for maker. Refer to https://github.com/azure-rtos/threadx for official release from Microsoft.", + "website": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino", + "category": "Timing", + "architectures": ["samd", "stm32"], "types": ["Contributed"], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "providesIncludes": ["Freenove_WS2812B_RGBLED_Controller.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", - "size": 72052, - "checksum": "SHA-256:afa46594bae463b0f98fc656e1a0b07ec9bce5be1006f35e3da9b16b7c9e31b3" + "repository": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino.git", + "providesIncludes": ["tx_api.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/xiongyu0523/Azure_RTOS_ThreadX-1.0.0.zip", + "archiveFileName": "Azure_RTOS_ThreadX-1.0.0.zip", + "size": 471197, + "checksum": "SHA-256:1e4c1a21e149ec9dd9c69189336674b8cdee26221b584b01e11ccf9589c57ae8" }, { - "name": "Freenove WS2812B RGBLED Controller", - "version": "0.1.0", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", - "category": "Display", - "architectures": ["AVR"], + "name": "XMC_Servo", + "version": "1.0.1", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "Allows Infineon XMC arm boards using Hardware PWM to control a variety of servo motors and controls.", + "paragraph": "This library can control a number of servos.\u003cbr /\u003eUses on-board Hardware PWM timers: the library can control as many servos as the board supports (currently 4 to 23 dependent on board).\u003cbr /\u003eOn the Infineon XMC4700 Relax you can control up to 23 servos.", + "website": "https://github.com/techpaul/XMC_Servo.git", + "category": "Device Control", + "architectures": ["xmc", "arm"], "types": ["Contributed"], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "url": "http://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", - "size": 9185, - "checksum": "SHA-256:0de8fffe9d561800692e441bd8ba7a56e7e9c7a47b0205700714f37e4b7955fa" + "repository": "https://github.com/techpaul/XMC_Servo.git", + "providesIncludes": ["Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/XMC_Servo-1.0.1.zip", + "archiveFileName": "XMC_Servo-1.0.1.zip", + "size": 247465, + "checksum": "SHA-256:9e9d9d9349cef854d47344f0eb5eac3506d28926e6c74805b880fd67bbade868" }, { - "name": "Freenove WS2812B RGBLED Controller", + "name": "indhilib", "version": "1.0.0", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", - "category": "Display", - "architectures": ["*"], + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "providesIncludes": ["Freenove_WS2812B_RGBLED_Controller.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", - "size": 73308, - "checksum": "SHA-256:eae3b6d531f88ec4ac8d5719a974ae563f0c42b3e59a8a6b45f5f9031d024f91" + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": ["indhilib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.0.zip", + "archiveFileName": "indhilib-1.0.0.zip", + "size": 6013949, + "checksum": "SHA-256:a42caac424e426dcb4724af4376729ff96d93243556b34b5c5136a227920f919" }, { - "name": "tinyproto", - "version": "0.6.4", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via any physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You don't need to think about data synchronization between points.", - "website": "ADDRESS", + "name": "indhilib", + "version": "1.0.1", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", "category": "Communication", - "architectures": ["*"], + "architectures": ["esp32"], "types": ["Contributed"], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.6.4.zip", - "archiveFileName": "tinyproto-0.6.4.zip", - "size": 223180, - "checksum": "SHA-256:e9840eb595b1a356e710f4166c37949a99e482e6a5e740f05d52f53428649f7a" + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": ["indhilib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.1.zip", + "archiveFileName": "indhilib-1.0.1.zip", + "size": 6010185, + "checksum": "SHA-256:f31b898d40050fe6676c875f94b4015dfc293c1389278fcf5e6ae203f30223b7" }, { - "name": "tinyproto", - "version": "0.7.0", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via any physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k", + "name": "indhilib", + "version": "1.0.2", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": ["indhilib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.2.zip", + "archiveFileName": "indhilib-1.0.2.zip", + "size": 6010172, + "checksum": "SHA-256:a0f89c745ca46f7a234849bd195dbb5ce3808efc8c4d97fdf0ffd10790e40b64" + }, + { + "name": "indhilib", + "version": "1.0.3", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", "category": "Communication", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": ["indhilib.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.3.zip", + "archiveFileName": "indhilib-1.0.3.zip", + "size": 6009721, + "checksum": "SHA-256:477301b134b1f310b0a71e807d32b2a167f70de610987e1ea8f862b5df2bc3d4" + }, + { + "name": "SIKTEC Keys", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Library for Keypad shield", + "paragraph": "Supports multi keypress combinations, interrupt based triggering, callbacks and more", + "website": "https://github.com/siktec-lab/SIKTEC-Keys", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "http://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.7.0.zip", - "archiveFileName": "tinyproto-0.7.0.zip", - "size": 1153555, - "checksum": "SHA-256:778d263df764cc0accd1d8e4992ca36819c27d315ac323927903b157dad7f4c0" + "repository": "https://github.com/siktec-lab/SIKTEC-Keys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_Keys-1.0.2.zip", + "archiveFileName": "SIKTEC_Keys-1.0.2.zip", + "size": 11162, + "checksum": "SHA-256:5f972ac25b92aec248368bd5989767b6f3b24a403cbb6e0d74f0439fe0e5e197" }, { - "name": "LILCMU GoGoBoard Library", + "name": "SparkFun Tsunami Super WAV Trigger Qwiic", "version": "1.0.0", - "author": "thapakorn613", - "maintainer": "Learning Inventions Laboratory,CMU \u003cthapakorn613@gmail.com\u003e", - "sentence": "Library for GoGoBoard", - "paragraph": "C++ library", - "website": "https://gogoboard.org/ , https://github.com/thapakorn613/GoGoBoard-Library.git", - "category": "Uncategorized", + "author": "Robertsonics, SparkFun Electronics", + "maintainer": "Robertsonics", + "sentence": "A library to control the SparkFun Tsunami Super WAV Trigger Qwiic.", + "paragraph": "Communicates with the Tsunami over I\u003csup\u003e2\u003c/sup\u003eC via Qwiic cable to control audio playback, volume, output selection and much more.", + "website": "https://www.sparkfun.com/products/18159", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/thapakorn613/GoGoBoard-Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/thapakorn613/LILCMU_GoGoBoard_Library-1.0.0.zip", - "archiveFileName": "LILCMU_GoGoBoard_Library-1.0.0.zip", - "size": 4641, - "checksum": "SHA-256:9deb11b8deca98dc7b589b41146698272aad96d33ee42962e6bf39ef58c5c668" + "repository": "https://github.com/sparkfun/SparkFun_Tsunami_Qwiic_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Tsunami_Super_WAV_Trigger_Qwiic-1.0.0.zip", + "archiveFileName": "SparkFun_Tsunami_Super_WAV_Trigger_Qwiic-1.0.0.zip", + "size": 33523, + "checksum": "SHA-256:47f5934ba7d36efb1fad30f4f23f0ec60e3ed03aa0ddeb2012ca27a8b29c8339" }, { - "name": "SparkFun MCP9600 Thermocouple Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", - "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is a integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", - "website": "https://www.sparkfun.com/products/15508", - "category": "Sensors", + "name": "ESP32_S2_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_S2 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_S2-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo.git", + "providesIncludes": ["ESP32_S2_ISR_Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_S2_ISR_Servo-1.1.0.zip", + "size": 48449, + "checksum": "SHA-256:191cae252d9804ea1695d726447e7db0d28f457abda9ef9d24aba2860004f5e6" + }, + { + "name": "ESP32_C3_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_C3 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_C3-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_C3_ISR_Servo", + "category": "Device Control", + "architectures": ["esp32"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/ESP32_C3_ISR_Servo.git", + "providesIncludes": ["ESP32_C3_ISR_Servo.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_C3_ISR_Servo-1.1.0.zip", + "size": 44366, + "checksum": "SHA-256:4440c4ea5ac669abef897af920c60bd9c1f987686b192608e88def944ddcc9d9" + }, + { + "name": "SupmeaDO7016", + "version": "0.1.0", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 conversor.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", - "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", - "size": 22831, - "checksum": "SHA-256:e5b1b70bf3b17e65f0a7952908b7f147a0a95d229b763a77e8d054da166ec6c0" + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "Nodelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.1.0.zip", + "archiveFileName": "SupmeaDO7016-0.1.0.zip", + "size": 5899, + "checksum": "SHA-256:a15751e5d160e45a25f73f85075ed606ea1f4d27f4083ff172699c64f105505b" }, { - "name": "Omron D6F-PH Arduino Library", - "version": "1.0.0", - "author": "Bitixel \u003cinfo@bitixel.com\u003e", - "maintainer": "Bitixel \u003cinfo@bitixel.com\u003e", - "sentence": "Library for I2C Communication with Omron D6F-PH Differential Pressure Sensor", - "paragraph": "An Arduino Library to enable I2C communication with \u003ca href=\"https://www.mouser.com/new/omronelectronics/Omron-D6F-PH/\"\u003eOmron D6F-PH\u003c/a\u003e Differential Pressure Sensor. Useful for interfacing to the Omron D6F-PH0505AD3, the Omron D6F-PH0025AD1 and the Omron D6F-PH5050AD3.", - "website": "https://github.com/bitixel/Omron_D6FPH", - "category": "Sensors", + "name": "SupmeaDO7016", + "version": "0.1.1", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 conversor.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/bitixel/Omron_D6FPH.git", - "url": "http://downloads.arduino.cc/libraries/github.com/bitixel/Omron_D6F_PH_Arduino_Library-1.0.0.zip", - "archiveFileName": "Omron_D6F_PH_Arduino_Library-1.0.0.zip", - "size": 15679, - "checksum": "SHA-256:ee9aa876f00508e84f05a61aacb3d220d3d1a125d3463be0de6bd348bd13b2f7" + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "NoDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.1.1.zip", + "archiveFileName": "SupmeaDO7016-0.1.1.zip", + "size": 7145, + "checksum": "SHA-256:c11c497807da31fa8ad6149cc0d6e77fb4fd413d30ab8b3c93570232c3e04846" }, { - "name": "Hall-Switch", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "SupmeaDO7016", + "version": "0.2.0", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 conversor.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/hall-switch.git", - "providesIncludes": ["hall-switch-ino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.0.zip", - "archiveFileName": "Hall_Switch-1.0.0.zip", - "size": 9409147, - "checksum": "SHA-256:b0dca85da3f9fe29daa0aa00d4b7fc73f9f9e1109c54cd7182586ea64919d0d4" + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "NoDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.2.0.zip", + "archiveFileName": "SupmeaDO7016-0.2.0.zip", + "size": 7143, + "checksum": "SHA-256:d6519b9b602b7cfda772723c4663c8fd3babc0c08675f0dfc8770afdff6173b5" }, { - "name": "Hall-Switch", - "version": "1.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "SupmeaDO7016", + "version": "0.3.0", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 converter.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Infineon/hall-switch.git", - "providesIncludes": ["hall-switch-ino.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.1.zip", - "archiveFileName": "Hall_Switch-1.0.1.zip", - "size": 9409307, - "checksum": "SHA-256:5524b3cb0a87dfc9ef8949a7887e34d0b0a2aed2291e0f95af9ffbb09b0b9a14" + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "NoDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.3.0.zip", + "archiveFileName": "SupmeaDO7016-0.3.0.zip", + "size": 10710, + "checksum": "SHA-256:0cfb3d0b180a2c59652e9565cf80c89aac595faa41697f4fd26cc6c358a951e7" }, { - "name": "Step_CYC10_Seven_Seg_Display", - "version": "1.0.5", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the 7-segment display on Step CYC10 FPGA board", - "paragraph": "Use this library to control the 7-segment display on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display", - "category": "Signal Input/Output", - "architectures": ["Reindeer"], + "name": "SIKTEC_AVR_Controller", + "version": "1.0.6", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Examples for programming and using SIKTEC AVR Controller Shield", + "paragraph": "This library adds useful examples of using and programming the SIKTEC AVR Controller Shield.", + "website": "https://github.com/siktec-lab/SIKTEC-AVR-Controller", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display.git", - "providesIncludes": ["Step_CYC10_Seven_Seg_Display.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_Seven_Seg_Display-1.0.5.zip", - "archiveFileName": "Step_CYC10_Seven_Seg_Display-1.0.5.zip", - "size": 7344, - "checksum": "SHA-256:d8ddc987a98366cf1f3923a63aebfada6f49982126dc75eeba253d9e65a3916c" + "repository": "https://github.com/siktec-lab/SIKTEC-AVR-Controller.git", + "dependencies": [ + { + "name": "SIKTEC_Rotary" + }, + { + "name": "SIKTEC_SdExplore" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ImageReader Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_AVR_Controller-1.0.6.zip", + "archiveFileName": "SIKTEC_AVR_Controller-1.0.6.zip", + "size": 1118523, + "checksum": "SHA-256:f3455d69de1b90dd3f85988fbdee7acffbdeaa8ec2c9869bf4f394cf877d2ddd" }, { - "name": "TEE UC20 Shield", + "name": "heltec-eink-modules", "version": "1.0.0", - "author": "support_team \u003csupport@thaieasyelec.com\u003e", - "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", - "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", - "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", - "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", - "category": "Communication", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@mail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Device Control", "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", - "url": "http://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.0.zip", - "archiveFileName": "TEE_UC20_Shield-1.0.0.zip", - "size": 62852, - "checksum": "SHA-256:bab1c72c3ea9524bf1de545a3e557727a4cca2ac9c503b1606c5a91308c3a771" + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.0.zip", + "archiveFileName": "heltec_eink_modules-1.0.0.zip", + "size": 8700269, + "checksum": "SHA-256:bac83be539f4268d4a79d8918859ee820c71152133821bacc709adad9578acd4" }, { - "name": "SdFat - Adafruit Fork", - "version": "1.2.1", - "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", - "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", - "license": "MIT", - "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", - "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", - "website": "https://github.com/adafruit/SdFat", - "category": "Data Storage", - "architectures": ["*"], + "name": "heltec-eink-modules", + "version": "1.0.2", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/adafruit/SdFat.git", - "url": "http://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.1.zip", - "archiveFileName": "SdFat___Adafruit_Fork-1.2.1.zip", - "size": 3832109, - "checksum": "SHA-256:0d417f98be71cc1bbad2c274b756b17ee3c92c67a3c62cdcdd4d8f4254dca435" + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.2.zip", + "archiveFileName": "heltec_eink_modules-1.0.2.zip", + "size": 8717132, + "checksum": "SHA-256:28b33a6736ec803a17830373a838c3810321ea938bd30e2e14690832546dd857" }, { - "name": "SparkFun Ambient Light Sensor Arduino Library", - "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", - "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", - "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", - "category": "Sensors", - "architectures": ["*"], + "name": "heltec-eink-modules", + "version": "1.0.3", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Device Control", + "architectures": ["avr"], "types": ["Contributed"], - "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", - "url": "http://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", - "size": 18877, - "checksum": "SHA-256:fc1a7ca2a0ede7a26f16d4d2f05a527ca0936c3c5d019a9c4a2bc745afa853c3" + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.3.zip", + "archiveFileName": "heltec_eink_modules-1.0.3.zip", + "size": 8705793, + "checksum": "SHA-256:5b0cdca718126c08c4267355dc64bab08bab2eaf9a636310108cb18ed326755c" }, { - "name": "Senses_wifi_esp32", - "version": "0.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "website": "https://senses.logisenses.com/", + "name": "UULM-MCP23008", + "version": "0.0.99", + "author": "Falko Schmidt, falko-1.schmidt@uni-ulm.de", + "maintainer": "Falko Schmidt", + "sentence": "Arduino library to interact with MCP23008 port expander.", + "paragraph": "Arduino library to interact with MCP23008 port expander including interrupt support. This is a minimal library to use as minimal flash storage as possible.", + "website": "https://gitlab.com/F-Schmidt/uulm-mcp23008", "category": "Communication", - "architectures": ["esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": ["Senses_wifi_esp32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.0.zip", - "archiveFileName": "Senses_wifi_esp32-0.1.0.zip", - "size": 4297, - "checksum": "SHA-256:17be713a0c56fcb1c00cf3b0873ab34f7d241f360b2aa2b4654bf1710ca55260" + "repository": "https://gitlab.com/F-Schmidt/uulm-mcp23008.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/UULM_MCP23008-0.0.99.zip", + "archiveFileName": "UULM_MCP23008-0.0.99.zip", + "size": 5279, + "checksum": "SHA-256:5bc0fbbf500f16c38a1ce350b171fcd41e0b06f1a0e729f4bca0049951b1c2f8" }, { - "name": "Senses_wifi_esp32", - "version": "0.1.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", + "name": "FTTech SAMD51 XBee", + "version": "1.4.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino library to make easier to use an XBee.", + "paragraph": "Arduino library to make easier to use an XBee, like sending and receiving packages or changing its parameters.", + "website": "https://github.com/FTTech/FTTech_XBee", "category": "Communication", - "architectures": ["esp32"], + "architectures": ["samd"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": ["Senses_wifi_esp32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.1.zip", - "archiveFileName": "Senses_wifi_esp32-0.1.1.zip", - "size": 5199, - "checksum": "SHA-256:b50c62ce68f4f56fd71bf9d56792b5d8b72457ffc6182fc1132179154626812c" + "repository": "https://github.com/FTTechBrasil/FTTech_XBee.git", + "dependencies": [ + { + "name": "XBee-Arduino library" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_XBee-1.4.0.zip", + "archiveFileName": "FTTech_SAMD51_XBee-1.4.0.zip", + "size": 15116, + "checksum": "SHA-256:893e03784d4a1c8875b08d30ae158014f6396573102c808077b156c8500e28da" }, { - "name": "Senses_wifi_esp32", - "version": "0.1.2", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp32"], + "name": "SimpleFsion", + "version": "1.0.3", + "author": "Sean Boerhout", + "maintainer": "Sean Boerhout, boeseany21@gmail.com", + "sentence": "Simple IMU fusion with a complementary filter.", + "paragraph": "Get Pitch and Roll estimations easily with any 6-DOF IMU!", + "website": "https://github.com/seanboe/SimpleFusion", + "category": "Data Processing", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": ["Senses_wifi_esp32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.2.zip", - "archiveFileName": "Senses_wifi_esp32-0.1.2.zip", - "size": 6245, - "checksum": "SHA-256:a2bb459ae26e5e4f8cf1581cd645a9908e6c25c25cf8fbd391f378eefa026499" + "repository": "https://github.com/seanboe/SimpleFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seanboe/SimpleFsion-1.0.3.zip", + "archiveFileName": "SimpleFsion-1.0.3.zip", + "size": 105389, + "checksum": "SHA-256:5e24c671c8313841697cf1326bae770aba4b7ebbc9dadf50c8507e58a0c7b7bd" }, { - "name": "Senses_wifi_esp32", - "version": "0.2.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp32"], + "name": "WMM_Tinier", + "version": "1.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "An adaptation of the miniwinwm/WMM_Tiny code for calculating magnetic variation.", + "paragraph": "A small embedded C99 implementation of the World Magnetic Model published by NOAA for calculating the magnetic field variation at any point on the world's surface for a given date in the years 2020 to 2025.", + "website": "https://github.com/DavidArmstrong/WMM_Tinier", + "category": "Other", + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": ["Senses_wifi_esp32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.2.0.zip", - "archiveFileName": "Senses_wifi_esp32-0.2.0.zip", - "size": 6246, - "checksum": "SHA-256:fc55f5cfd2e12011cf3d7edd9d17ad111310814e585c5e4ca6cf6b8e65d0e4e8" + "repository": "https://github.com/DavidArmstrong/WMM_Tinier.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/WMM_Tinier-1.0.0.zip", + "archiveFileName": "WMM_Tinier-1.0.0.zip", + "size": 11137, + "checksum": "SHA-256:df6a6038b62007d66597bb6f50680a796b3c8bdb7a5bd171f00596b95516df4c" }, { - "name": "Senses_wifi_esp32", - "version": "0.3.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", - "architectures": ["esp32"], + "name": "FlashStorage_RTL8720", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_RTL8720 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc.", + "paragraph": "It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-word.", + "website": "https://github.com/khoih-prog/FlashStorage_RTL8720", + "category": "Data Storage", + "architectures": ["AmebaD"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": ["Senses_wifi_esp32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.0.zip", - "archiveFileName": "Senses_wifi_esp32-0.3.0.zip", - "size": 6260, - "checksum": "SHA-256:ac1756576e38f28f15f964deb909a0dec4f7bbe8a9c1eb2c1b5c3625c7e27c2b" + "repository": "https://github.com/khoih-prog/FlashStorage_RTL8720.git", + "providesIncludes": ["FlashStorage_RTL8720.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_RTL8720-1.0.0.zip", + "archiveFileName": "FlashStorage_RTL8720-1.0.0.zip", + "size": 49786, + "checksum": "SHA-256:0a48da86fb7b1a751cb872c27e10949c70990fb9b82296014cebe18b99efe9f1" }, { - "name": "Senses_wifi_esp32", - "version": "0.3.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", + "name": "UULM-MCP23008-CORE", + "version": "0.99.0", + "author": "Falko Schmidt, falko-1.schmidt@uni-ulm.de", + "maintainer": "Falko Schmidt \u003cfalko-1.schmidt@uni-ulm.de\u003e", + "sentence": "Arduino Library for MCP23008 port expander.", + "paragraph": "This library is a minimal framework for the MCP23008 port expander. If you use this library you must know about exact registers and functions of the IC.", + "website": "https://gitlab.com/F-Schmidt/uulm_mcp23008_core", "category": "Communication", - "architectures": ["esp32"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": ["Senses_wifi_esp32.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.1.zip", - "archiveFileName": "Senses_wifi_esp32-0.3.1.zip", - "size": 6261, - "checksum": "SHA-256:7df105c4b3d0170a567358ddc660caac39e93b946be4cbabf2d8572bf33210cb" + "repository": "https://gitlab.com/F-Schmidt/uulm_mcp23008_core.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/UULM_MCP23008_CORE-0.99.0.zip", + "archiveFileName": "UULM_MCP23008_CORE-0.99.0.zip", + "size": 4840, + "checksum": "SHA-256:123f363927785c5cc5e3cf9ea5cacd21632344c5944e45052c16be6d9b31cb4d" }, { - "name": "TFL-Status", - "version": "1.0.1", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", - "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", - "website": "https://github.com/dushyantahuja/TFL-Status", + "name": "I2C Helper", + "version": "1.0.0", + "author": "Basirk", + "maintainer": "Basirk \u003cgithub@basirk.com\u003e", + "sentence": "This is a wrapper for Wire that simplifies I2C communication with new devices.", + "paragraph": "Create your own device I2C class and inherit the I2C helper.", + "website": "https://github.com/basirk/I2CHelper", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dushyantahuja/TFL-Status.git", - "providesIncludes": ["TFLStatus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.0.1.zip", - "archiveFileName": "TFL_Status-1.0.1.zip", - "size": 18498, - "checksum": "SHA-256:d673c9a0561f2849d2b6378d9d91c40e020e25d870f452eac5af445ec00dec6a" + "repository": "https://github.com/Basirk/I2CHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Basirk/I2C_Helper-1.0.0.zip", + "archiveFileName": "I2C_Helper-1.0.0.zip", + "size": 6547, + "checksum": "SHA-256:d2a9bf1f023b2e5bb9c866d8abac68053876fbcc724ae8720d509ecabdb97520" }, { - "name": "TFL-Status", - "version": "1.1.1", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", - "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", - "website": "https://github.com/dushyantahuja/TFL-Status", - "category": "Communication", - "architectures": ["esp8266"], + "name": "RTL8720_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an RTL8720-based board", + "paragraph": "These RTL8720 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RTL8720_TimerInterrupt", + "category": "Device Control", + "architectures": ["AmebaD"], "types": ["Contributed"], - "repository": "https://github.com/dushyantahuja/TFL-Status.git", - "providesIncludes": ["TFLStatus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.1.zip", - "archiveFileName": "TFL_Status-1.1.1.zip", - "size": 18535, - "checksum": "SHA-256:01b12b8b71b1912de6ce0cd3ff20cc09172890abdcb4ad13adbab4375ab3548c" + "repository": "https://github.com/khoih-prog/RTL8720_TimerInterrupt.git", + "providesIncludes": ["RTL8720_TimerInterrupt.h", "RTL8720_ISR_Timer.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_TimerInterrupt-1.0.0.zip", + "archiveFileName": "RTL8720_TimerInterrupt-1.0.0.zip", + "size": 698669, + "checksum": "SHA-256:6c3854f1ce76ab549f6c55fec8cedff65990b0cfc3f9d6ed7392035f73cdca62" }, { - "name": "TFL-Status", - "version": "1.1.2", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", - "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", - "website": "https://github.com/dushyantahuja/TFL-Status", + "name": "SparkFun STC3x Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion STC3x family of CO2 Sensors (STC31)", + "paragraph": "An Arduino library for the STC3x family of CO2 sensors from Sensirion. The STC31 uses Sensirion’s patented CMOSens® sensor technology to measure CO2 concentrations up to 100%.\u003cbr\u003e\u003cbr\u003eGet the STC31 \u003ca href=\"https://www.sparkfun.com/products/18385\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_STC3x_Arduino_Library", + "category": "Sensors", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/sparkfun/SparkFun_STC3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STC3x_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_STC3x_Arduino_Library-1.0.0.zip", + "size": 1662812, + "checksum": "SHA-256:d43be910d16dd964a413e8df0108d1e921194dde5e75708c14847ee9ca76c421" + }, + { + "name": "SwarmTile", + "version": "0.0.1", + "author": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "maintainer": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "sentence": "Library for the Swarm Tile satellite modem, enabling low cost satellite communication for IoT projects.", + "paragraph": "See github for documentation. This library is NOT developed, supported or endorsed by Swarm Technologies Inc.", + "website": "https://github.com/astuder/SwarmTile", "category": "Communication", - "architectures": ["esp8266"], + "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/dushyantahuja/TFL-Status.git", - "providesIncludes": ["TFLStatus.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.2.zip", - "archiveFileName": "TFL_Status-1.1.2.zip", - "size": 18541, - "checksum": "SHA-256:3b091bc287bbf67262a14a08087a1dca733472a314c680f4bec84caa1932975c" + "repository": "https://github.com/astuder/SwarmTile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/astuder/SwarmTile-0.0.1.zip", + "archiveFileName": "SwarmTile-0.0.1.zip", + "size": 45857, + "checksum": "SHA-256:f84b5f1effc5cd86f6eaaab9bfa24e3507aedf6c0f86ce6e7893ae02fa1b8816" }, { - "name": "ShiftDisplay2", + "name": "RAKwireless VEML Light Sensor", "version": "1.0.0", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", - "category": "Display", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12010 ambient light sensor module with the VEML7700 chip", + "paragraph": "Build an ambient light sensor with the RAK12010 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12010\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12010-VEML7700-Library", + "category": "Sensors", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", - "providesIncludes": ["ShiftDisplay2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.0.0.zip", - "archiveFileName": "ShiftDisplay2-1.0.0.zip", - "size": 443382, - "checksum": "SHA-256:0dab13ae9e3fb7f78fd138829c7f9c7408e864c8f19a2ccc29f4861aaf04e37b" + "repository": "https://github.com/RAKWireless/RAK12010-VEML7700-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_VEML_Light_Sensor-1.0.0.zip", + "archiveFileName": "RAKwireless_VEML_Light_Sensor-1.0.0.zip", + "size": 556263, + "checksum": "SHA-256:ca39f3e2a89b063b3e8d7f6618f4e2701973b8c9f6dcded83b393b2616e776eb" }, { - "name": "ShiftDisplay2", + "name": "RTL8720_RTC", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RTL8720-based boards such as RTL8720DN, RTL8722DM, RTL8722CSM.", + "paragraph": "This RTL8720-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RTL8720_RTC", + "category": "Timing", + "architectures": ["AmebaD"], + "types": ["Contributed"], + "repository": "https://github.com/khoih-prog/RTL8720_RTC.git", + "providesIncludes": ["RTL8720_RTC.h"], + "dependencies": [ + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_RTC-1.0.0.zip", + "archiveFileName": "RTL8720_RTC-1.0.0.zip", + "size": 24187, + "checksum": "SHA-256:6d2020fe92d020956448cc376dad79180f1de1b1fd5e61632ee40bf70a4590f8" + }, + { + "name": "CST816S", + "version": "1.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Capacitive touch screen library", + "paragraph": "An Arduino library for the Hynitron CST816S capacitive touch screen IC", + "website": "https://github.com/fbiego/CST816S", + "category": "Other", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/fbiego/CST816S.git", + "providesIncludes": ["CST816S.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/CST816S-1.0.0.zip", + "archiveFileName": "CST816S-1.0.0.zip", + "size": 7059, + "checksum": "SHA-256:f92a0b43f96bb6a2131bbc7f81258bbdef304de765a1b43346c7e909d6e31977" + }, + { + "name": "CST816S", "version": "1.1.0", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", - "category": "Display", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Capacitive touch screen library", + "paragraph": "An Arduino library for the CST816S capacitive touch screen IC", + "website": "https://github.com/fbiego/CST816S", + "category": "Other", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", - "providesIncludes": ["ShiftDisplay2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.1.0.zip", - "archiveFileName": "ShiftDisplay2-1.1.0.zip", - "size": 443697, - "checksum": "SHA-256:89206acb1059b1e83d3dcc6699bc23b2a94bd332ba1b2f10d3e4b685e646041f" + "repository": "https://github.com/fbiego/CST816S.git", + "providesIncludes": ["CST816S.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/CST816S-1.1.0.zip", + "archiveFileName": "CST816S-1.1.0.zip", + "size": 7116, + "checksum": "SHA-256:8da19685a09a6ee2c0a1319a9eb2cec496c5534c7b886824e266205920747139" }, { - "name": "ShiftDisplay2", - "version": "1.2.0", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", + "name": "JPEGENC", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal JPEG encoder for MCUs with at least 4K of free RAM.", + "paragraph": "Designed to provide a fast and fully functional JPEG encoder that can use minimal memory by encoding images an MCU at a time. Supports grayscale and color output with optional subsampling and 4 quality levels.", + "website": "https://github.com/bitbank2/JPEGENC", "category": "Display", "architectures": ["*"], "types": ["Contributed"], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", - "providesIncludes": ["ShiftDisplay2.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.0.zip", - "archiveFileName": "ShiftDisplay2-1.2.0.zip", - "size": 443725, - "checksum": "SHA-256:441e597743c163d5586cd12b97695600e06383eae86eeb4962996603ec36e74e" + "repository": "https://github.com/bitbank2/JPEGENC.git", + "providesIncludes": ["JPEGENC.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGENC-1.0.0.zip", + "archiveFileName": "JPEGENC-1.0.0.zip", + "size": 33244, + "checksum": "SHA-256:8fcf8c4ceec69da679fcee9cb5a64792dc2880d7537c5af2eeaddc845a834789" }, { - "name": "Arduino_APDS9960", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the APDS9960 sensor", - "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", - "website": "https://github.com/arduino-libraries/Arduino_APDS9660", - "category": "Sensors", + "name": "uCDB", + "version": "0.1.0", + "author": "Ioulianos Kaloulidis", + "maintainer": "Ioulianos Kaloulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "uCDB library.", + "paragraph": "API for querying (key, value) CDB file store.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", - "providesIncludes": ["Arduino_APDS9960.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.0.zip", - "archiveFileName": "Arduino_APDS9960-1.0.0.zip", - "size": 9482, - "checksum": "SHA-256:c4b682ca696739af5c8362666b7a1dc6d56878c507628e617111d19afd8e64b7" + "types": ["Contributed"], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.1.0.zip", + "archiveFileName": "uCDB-0.1.0.zip", + "size": 6838200, + "checksum": "SHA-256:a1a7a1b89dabaf3e8c854622fde50f9c26496592214d1ba28c8c68b92a4f31d6" }, { - "name": "Arduino_APDS9960", - "version": "1.0.1", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the APDS9960 sensor", - "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", - "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "name": "uCDB", + "version": "0.1.1", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": ["*"], + "types": ["Contributed"], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.1.1.zip", + "archiveFileName": "uCDB-0.1.1.zip", + "size": 6838249, + "checksum": "SHA-256:81381de9cfc44b2710ad7f9c00adc233263a0b73345b4b669bd0e28781e5f23b" + }, + { + "name": "AGS02MA", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", "category": "Sensors", "architectures": ["*"], - "types": ["Arduino"], - "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", - "providesIncludes": ["Arduino_APDS9960.h"], - "url": "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.1.zip", - "archiveFileName": "Arduino_APDS9960-1.0.1.zip", - "size": 9479, - "checksum": "SHA-256:0f4aa9cc5922fc8625f47c7fcef546e95d5d0207c83dc4f7354c8f2ace58e527" + "types": ["Contributed"], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": ["AGS02MA.h"], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.1.0.zip", + "archiveFileName": "AGS02MA-0.1.0.zip", + "size": 10093, + "checksum": "SHA-256:343170536c50bf8e7128d6d2f7558ed7bb8bfe12d6f6f9671222dd19a3d4e76f" } ] } diff --git a/client_example/go.sum b/client_example/go.sum index 61f91616448..1d20499fb13 100644 --- a/client_example/go.sum +++ b/client_example/go.sum @@ -187,6 +187,7 @@ github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1: github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= @@ -212,6 +213,7 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/leonelquinteros/gotext v1.4.0/go.mod h1:yZGXREmoGTtBvZHNcc+Yfug49G/2spuF/i/Qlsvz1Us= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84/go.mod h1:Pb6XcsXyropB9LNHhnqaknG/vEwYztLkQzVCHv8sQ3M= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= diff --git a/commands/daemon/term_example/go.sum b/commands/daemon/term_example/go.sum new file mode 100644 index 00000000000..53074d4c2d1 --- /dev/null +++ b/commands/daemon/term_example/go.sum @@ -0,0 +1,341 @@ +cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= +github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/GeertJohan/go.incremental v1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0= +github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c= +github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs= +github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= +github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= +github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8= +github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= +github.com/arduino/go-paths-helper v1.2.0/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= +github.com/arduino/go-paths-helper v1.6.1/go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU= +github.com/arduino/go-properties-orderedmap v1.5.0/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= +github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b/go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ= +github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b/go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8= +github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= +github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= +github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= +github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= +github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= +github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= +github.com/cmaglie/go.rice v1.0.3/go.mod h1:AF3bOWkvdOpp8/S3UL8qbQ4N7DiISIbJtj54GWFPAsc= +github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= +github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= +github.com/codeclysm/cc v1.2.2/go.mod h1:XtW4ArCNgQwFphcRGG9+sPX5WM1J6/u0gMy5ZdV3obA= +github.com/codeclysm/extract/v3 v3.0.2/go.mod h1:NKsw+hqua9H+Rlwy/w/3Qgt9jDonYEgB6wJu+25eOKw= +github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= +github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= +github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= +github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= +github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= +github.com/creack/goselect v0.1.1/go.mod h1:a/NhLweNvqIYMuxcMOuWY516Cimucms3DglDzQP3hKY= +github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/daaku/go.zipexe v1.0.0/go.mod h1:z8IiR6TsVLEYKwXAoE/I+8ys/sDkgTzSL0CLnGVd57E= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= +github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= +github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o= +github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= +github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= +github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= +github.com/fluxio/iohelpers v0.0.0-20160419043813-3a4dd67a94d2/go.mod h1:c7sGIpDbBo0JZZ1tKyC1p5smWf8QcUjK4bFtZjHAecg= +github.com/fluxio/multierror v0.0.0-20160419044231-9c68d39025e5/go.mod h1:BEUDl7FG1cc76sM0J0x8dqr6RhiL4uqvk6oFkwuNyuM= +github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc= +github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= +github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= +github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= +github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= +github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= +github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= +github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= +github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= +github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= +github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= +github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= +github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= +github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= +github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= +github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= +github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= +github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= +github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= +github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= +github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= +github.com/h2non/filetype v1.0.6/go.mod h1:isekKqOuhMj+s/7r3rIeTErIRy4Rub5uBWHfvMusLMU= +github.com/h2non/filetype v1.0.8/go.mod h1:isekKqOuhMj+s/7r3rIeTErIRy4Rub5uBWHfvMusLMU= +github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= +github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= +github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= +github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= +github.com/juju/clock v0.0.0-20180524022203-d293bb356ca4/go.mod h1:nD0vlnrUjcjJhqN5WuCWZyzfd5AHZAC9/ajvbSx69xA= +github.com/juju/errors v0.0.0-20150916125642-1b5e39b83d18/go.mod h1:W54LbzXuIE0boCoNJfwqpmkKJ1O4TCTZMetAt6jGk7Q= +github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5/go.mod h1:W54LbzXuIE0boCoNJfwqpmkKJ1O4TCTZMetAt6jGk7Q= +github.com/juju/loggo v0.0.0-20170605014607-8232ab8918d9/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U= +github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U= +github.com/juju/retry v0.0.0-20160928201858-1998d01ba1c3/go.mod h1:OohPQGsr4pnxwD5YljhQ+TZnuVRYpa5irjugL1Yuif4= +github.com/juju/testing v0.0.0-20200510222523-6c8c298c77a0/go.mod h1:hpGvhGHPVbNBraRLZEhoQwFLMrjK8PSlO4D3nDjKYXo= +github.com/juju/utils v0.0.0-20180808125547-9dfc6dbfb02b/go.mod h1:6/KLg8Wz/y2KVGWEpkK9vMNGkOnu4k/cqs8Z1fKjTOk= +github.com/juju/version v0.0.0-20161031051906-1f41e27e54f2/go.mod h1:kE8gK5X0CImdr7qpSKl3xB2PmpySSmfj7zVbkZFs81U= +github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= +github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= +github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= +github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= +github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/leonelquinteros/gotext v1.4.0/go.mod h1:yZGXREmoGTtBvZHNcc+Yfug49G/2spuF/i/Qlsvz1Us= +github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= +github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84/go.mod h1:Pb6XcsXyropB9LNHhnqaknG/vEwYztLkQzVCHv8sQ3M= +github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= +github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= +github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= +github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= +github.com/mdlayher/genetlink v0.0.0-20190313224034-60417448a851/go.mod h1:EsbsAEUEs15qC1cosAwxgCWV0Qhd8TmkxnA9Kw1Vhl4= +github.com/mdlayher/netlink v0.0.0-20190313131330-258ea9dff42c/go.mod h1:eQB3mZE4aiYnlUsyGGCOpPETfdQq4Jhsgf1fk3cwQaA= +github.com/mdlayher/taskstats v0.0.0-20190313225729-7cbba52ee072/go.mod h1:sGdS7A6CAETR53zkdjGkgoFlh1vSm7MtX+i8XfEsTMA= +github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= +github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= +github.com/nkovacs/streamquote v1.0.0/go.mod h1:BN+NaZ2CmdKqUuTUXUEm9j95B2TRbpOWpxbJYzzgUsc= +github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= +github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228/go.mod h1:MGuVJ1+5TX1SCoO2Sx0eAnjpdRytYla2uC1YIZfkC9c= +github.com/pelletier/go-buffruneio v0.2.0/go.mod h1:JkE26KsDizTr40EUHkXVtNPvgGtbSNq5BcowyYOWdKo= +github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= +github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583/go.mod h1:sFPiU/UgDcsQVu3vkqpZLCXWFwUoQRpHGu9ATihPAl0= +github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= +github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= +github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= +github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= +github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5/go.mod h1:GEXHk5HgEKCvEIIrSpFI3ozzG5xOKA2DVlEX/gGnewM= +github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= +github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/schollz/closestmatch v2.1.0+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g= +github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e/go.mod h1:tm/wZFQ8e24NYaBGIlnO2WGCAi67re4HHuOm0sftE/M= +github.com/segmentio/objconv v1.0.1/go.mod h1:auayaH5k3137Cl4SoXTgrzQcuQDmvuVtZgS0fb1Ahys= +github.com/segmentio/stats/v4 v4.5.3/go.mod h1:LsaahUJR7iiSs8mnkvQvdQ/RLHAS5adGLxuntg0ydGo= +github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= +github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= +github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= +github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= +github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= +github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= +github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cobra v1.0.1-0.20200710201246-675ae5f5a98c/go.mod h1:aeNIJzz/GSSVlS+gpCpQWZ83BKbsoW57mr90+YthtkQ= +github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= +github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= +github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= +github.com/spf13/viper v1.6.2/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfDi5k= +github.com/src-d/gcfg v1.4.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= +github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= +github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= +github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= +github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= +github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= +github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= +github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4= +github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= +github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +go.bug.st/cleanup v1.0.0/go.mod h1:EqVmTg2IBk4znLbPD28xne3abjsJftMdqqJEjhn70bk= +go.bug.st/downloader/v2 v2.1.1/go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13RzVII= +go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18/go.mod h1:Cx1VqMtEhE9pIkEyUj3LVVVPkv89dgW8aCKrRPDR/uE= +go.bug.st/serial v1.1.2/go.mod h1:VmYBeyJWp5BnJ0tw2NUJHZdJTGl2ecBGABHlzRK1knY= +go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45/go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw= +go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= +go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= +go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= +golang.org/x/crypto v0.0.0-20180214000028-650f4a345ab4/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= +golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= +golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= +golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= +golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/net v0.0.0-20180406214816-61147c48b25b/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190313220215-9f648a60d977/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= +golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 h1:Ugb8sMTWuWRC3+sz5WeN/4kejDx9BvIwnPUiJBjJE+8= +golang.org/x/net v0.0.0-20210505024714-0287a6fb4125/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= +golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190221075227-b4e8571b14e0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200909081042-eff7692f9009/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210303074136-134d130e1a04/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 h1:cdsMqa2nXzqlgs183pHxtvoVwU7CyzaCTAUOg94af4c= +golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= +golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= +golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= +google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= +google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= +google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= +google.golang.org/genproto v0.0.0-20210504143626-3b2ad6ccc450 h1:iSifhRHb9+Pi325BWlAfpJbuG2YXlBoHE2aEFJY/Pg8= +google.golang.org/genproto v0.0.0-20210504143626-3b2ad6ccc450/go.mod h1:P3QM42oQyzQSnHPnZ/vqoCdDmzH28fzWByN9asMeM8A= +google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= +google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= +google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= +google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= +google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= +google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= +google.golang.org/grpc v1.37.0 h1:uSZWeQJX5j11bIQ4AJoj+McDBo29cY1MCoC1wO3ts+c= +google.golang.org/grpc v1.37.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= +google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= +google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= +google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= +google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= +google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= +google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= +google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/mgo.v2 v2.0.0-20160818015218-f2b6f6c918c4/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA= +gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA= +gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= +gopkg.in/src-d/go-billy.v4 v4.3.2/go.mod h1:nDjArDMp+XMs1aFAESLRjfGSgfvoYN0hDfzEk0GjC98= +gopkg.in/src-d/go-git-fixtures.v3 v3.5.0/go.mod h1:dLBcvytrw/TYZsNTWCnkNF2DSIlzWYqTe3rJR56Ac7g= +gopkg.in/src-d/go-git.v4 v4.13.1/go.mod h1:nx5NYcxdKxq5fpltdHnPa2Exj4Sx0EclMWZQbYDu2z8= +gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= +gopkg.in/yaml.v2 v2.0.0-20170712054546-1be3d31502d6/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= +gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= +gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= +honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c828103c778..829eb21cbcb 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -349,6 +349,13 @@ func main() { } ``` +### About `easyjson` golang library + +We use the hi-performance `easyjson` library to parse the large JSON index files for libraries and platforms. To obtain +the best performance we must do some code generation, this is done via `task go:easyjson-generate`. If you ever touch +source code using the `easyjson` library, make sure to re-run the `go:easyjson-generate` task to see if there are +changes in the generated code. + ### Additional settings If you need to push a commit that's only shipping documentation changes or example files, thus a complete no-op for the diff --git a/docsgen/go.mod b/docsgen/go.mod index a7e60815479..60fe91314f1 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -32,11 +32,13 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect + github.com/josharian/intern v1.0.0 // indirect github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect github.com/leonelquinteros/gotext v1.4.0 // indirect github.com/magiconair/properties v1.8.5 // indirect + github.com/mailru/easyjson v0.7.7 // indirect github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 // indirect github.com/mattn/go-colorable v0.1.8 // indirect github.com/mattn/go-isatty v0.0.12 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 7b9a65b6f4d..1f8b2ba505f 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -213,6 +213,8 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= @@ -247,6 +249,8 @@ github.com/leonelquinteros/gotext v1.4.0 h1:2NHPCto5IoMXbrT0bldPrxj0qM5asOCwtb1a github.com/leonelquinteros/gotext v1.4.0/go.mod h1:yZGXREmoGTtBvZHNcc+Yfug49G/2spuF/i/Qlsvz1Us= github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 h1:hyAgCuG5nqTMDeUD8KZs7HSPs6KprPgPP8QmGV8nyvk= github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84/go.mod h1:Pb6XcsXyropB9LNHhnqaknG/vEwYztLkQzVCHv8sQ3M= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= diff --git a/go.mod b/go.mod index cff73354cdd..1a4169eadca 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,9 @@ module github.com/arduino/arduino-cli go 1.17 +// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged +replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1 + require ( github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c github.com/arduino/go-paths-helper v1.7.0 @@ -19,6 +22,7 @@ require ( github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect github.com/kr/text v0.2.0 // indirect github.com/leonelquinteros/gotext v1.4.0 + github.com/mailru/easyjson v0.7.7 github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12 @@ -62,6 +66,7 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect + github.com/josharian/intern v1.0.0 // indirect github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect diff --git a/go.sum b/go.sum index 7b9a65b6f4d..0fe6121c165 100644 --- a/go.sum +++ b/go.sum @@ -68,6 +68,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= +github.com/cmaglie/easyjson v0.8.1 h1:nKQ6Yew57jsoGsuyRJPgm8PSsjbU3eO/uA9BsTu3E/8= +github.com/cmaglie/easyjson v0.8.1/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -213,6 +215,8 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=